/* Add here all your CSS customizations */
@media (min-width:992px){
	.nav-pills > li {
		float:right;
	}
}
li.decimal-list {
	list-style-type: decimal;
}
.owl-carousel .owl-item div.img {
	border: 1px solid #333;
}
section.mid-intro {/* background:url(../images/slides/bg.jpg) no-repeat;*/
}
#footer h4 {
	font-size: 2em;
}
footer ul.list.list-icons {
	display: inline-block;
	width: 100%;
	text-align: center;
}
footer .list.list-icons.list-icons-sm li {
	float: none;
	display: inline-block;
	width: auto;
	margin-right: 15px;
	padding-left: 8px;
	font-size: 17px;
}
footer .list.list-icons.list-icons-sm li:last-child {
	margin-right: 0;
}
footer {
	background: url(../images/slides/slide3.jpg) !important;
	padding: 0 !important;
	border: 0;
	background-size: cover !important;
}
/*footer .innerwrap { background:rgba(0,0,0,0.5);}*/
#footer .footer-copyright p {
	color: #fff;
	line-height: 40px;
}
ul.history li h4 {
	display: block;
	width: 100%;
	margin: 0;
}
ul.history li p {
	margin: 10px 0;
}
.page-header {
	margin-bottom: 0px;
	background: #c10000;
	border-top-color: #c10000;
}
.breadcrumb > .active { color:#fff;}
footer a.footer-site_logo {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
 @media (max-width:480px) {
footer .list.list-icons.list-icons-sm li {
	width: 100%;
}
.list.list-icons.list-icons-sm li .fa {
	position: relative;
	top: 0;
	margin-right: 5px;
}
}
.home-intro {
	background: #c10000 !important;
	border-bottom: 1px solid #c10000 !important;
}
#footer {
	background: #c10000 !important;
	border-top: 4px solid #c10000 !important;
}
/*== Font-Size fix ==*/
p, .panel-group.panel-group-lg .panel-heading a {
	font-size: 18px;
}
#header nav ul.nav-main li a {
	font-size: 12px;
}


/*== 29-march-2016 - changes ==*/
.page-header .container {
    display: none;
}

/*== Main navigation links effects ==*/
.menu_effect_img {
    position: absolute;
    display: block;
    width: 208px;
    height:78px;
    margin-right:-70px;
    z-index: 999;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
	
	
	-webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
    -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: menu_effect;
  animation-name: menu_effect;
  

}

.menu_effect_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
        border-radius: 25px;
    overflow: hidden;
}

.menu_effect_img img.view_front {}
.menu_effect_img img.view_back {
    left: 0;
    transform:rotateY(180deg);
}



@-webkit-keyframes menu_effect {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes menu_effect {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}


/*=== Language ===*/

#language_switcher { cursor:pointer;}

/*== certification_logos ==*/
.certification_logos img {width: 80%;margin: 0 auto;}
/*== Google Map ==*/
.google_map { margin-bottom:50px;}
