.js div#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center; }

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	font-family: 'Swis721 LtCn BT', Arial, Calibri;
}

hr {
	border-color: #999 !important;
}

#home, #about_us, #members, #infrastructure, #services, #branches, #insurance, #contact {
	padding-bottom: 50px;
}

#about_us {
    color: #FFF;
    background: transparent url("/assets/img/AboutUsBG.jpg") repeat fixed 10% 50% / cover;
}

#infrastructure {
	color: #FFF;
	background: transparent url("/assets/img/DSM-banner2-darker.jpg") repeat fixed 10% 50% / cover;
}

#branches {
	background: #E2E2E2;
}

#insurance {
	color: #FFF;
	background: transparent url("/assets/img/glass-building.jpg") repeat fixed 50% center / 100% auto;
	padding: 15% 0px !important;
}

.p-t-b-20 {
	padding: 5px;
}

#members h3 {
	color: #D2AC67;
	font-weight: bold;
}

#services h2.small {
	color: #d2ac67;
	font-weight: bold;
}

#services a {
	color: #805509;
}

#services .btn {
	border: 1px solid #d2ac67;
}

#services .btn:hover {
	border: 1px solid #c79a49;
}

.search {
	display: none;
}


#navbar {
    padding: 0 60px !important;
}







.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
}
.cb-slideshow:after { 
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left; */
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    animation: imageAnimation 36s linear infinite 0s; 
}




@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}














.mouse-scroll{
width:61px;
height:68px;
position:absolute;
left:50%;
right:50%;
bottom:17%;
margin-left:-30px;
z-index:100;
opacity:0.4;
}
@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}



.mouse-scroll img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 2s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 2s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.mouse-scroll img:nth-of-type(1) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.mouse-scroll img:nth-of-type(2) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.mouse-scroll img:nth-of-type(3) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.mouse-scroll img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 380px !important;
}













/* Testimonials */
