

/* CUSTOM */



.dispone {
	display: none;
}

.bg-dark-footer {
    background-color: rgb(67, 68, 68);
}


.bg-extra-dark-gray {
    background-color: #000;
}

#bgfooter {
	background-color: #f8f8f8 ;
}
.bg-light-gray {
    background-color: #f8f8f8 ;
}

.box-layout {
    background: #f8f8f8;
}

.navbar-default, .bootsnav {
     background:#f8f8f8;
}

section {
     background:#f8f8f8;
     border:1px solid #fff;
}

.swiper-pagination {
    display:none;
}

.smart {
	background-color:#fff;
	margin: 0 auto;
    padding: 0 0.5em;
}
	
h5 {
    padding: 1em 0;
}

.bg-extra-dark-gray p{
    color:#fff!important;
}

.footer-bottom a {
    color: #18a2b8!important;
    text-decoration: none;
}

p.line-height-20  {
    color:#2aa8bb!important;
}
.brioblu {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 767px){
body {
    font-size: 14px;
    line-height: 20px;
}
}

@media (min-width:992px) {
	.dispone {
		display: block;
	}
	.smart {
		display: none;
	}
}