/*-- Use For Custom Styling --*/

.logo {
	width: 200px;
}
.fixed-menu .logo-scrolled { max-height: 60px; }

@media screen and (max-width: 767px) {
    .logo {
        max-width: 200px;
    }
}
.bg-img-maubourg {
	background: url(../images/design/B.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

#revo_main_wrapper { padding-top:95px; }

.tp-caption h2, .tp-caption h6 { text-shadow: 1px 1px 2px #cc0000; }

.red { color:#cc0000;}

.loading.reversed li:nth-child(1n) {
    border-color: #cc0000;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading.reversed li:nth-child(2n) {
    border-color: #333;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading.reversed li:nth-child(3n) {
    border-color: #cc0000;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}