/* HTML5 Formatting for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, html{
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	position: relative;
	height: 100%;
}

h1, h2, h3 ,h4 ,h5 {
	font-family: 'Open Sans', sans-serif;
}

.txtCenter{
	text-align: center;
}
.txtLeft{
	text-align: Left;
}
.txtRight{
	text-align: right;
}

.hDivider{
    background: none repeat scroll 0 0 #999999;
    display: block;
    height: 2px;
    width: 100px;
    margin: 30px auto;
}

iframe {
	border:0;
}

.no-padding{
	padding: 0 !important;
}
.padding-top-30{
	padding-top:30px;
}

.padding-bottom-30{
	padding-bottom:30px;
}
.padding-top-60{
	padding-top:60px;
}

.padding-bottom-60{
	padding-bottom:60px;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

#load-navbar{
	display:none;
}

.mainBody{
	background: #fff;
	position: relative;
	z-index: 2;
	margin-top: -52px;
}

.mainBody .header-brand{
	display: none;
}

.fixedNav{
	background: white;
	border-bottom: 1px solid #3482ba;
}


.mainOverlay{
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}

.main{
	margin: 30px 0 60px 0;
}

.main-topPadding{
	margin: 30px 0 0 0;
}

.main h1, .main-topPadding h1{
	text-align: center;
	margin-bottom: 30px;
}

/* HEADER */

.header-brand{
	border-top:1px solid #ccc;
}

.siteBrand{
	position: relative;
	z-index: 99999;
	top:-20px;
	height: 39px;
}

.breadcrumb-container {
	background: #f7f7f7;
	border-bottom:1px solid #ccc;
}

.breadcrumb-container .breadcrumb{
	margin: 0;
	background: transparent;
}

.mainCarousel {
  position:fixed; 
  top:0; 
  z-index:0; 
  width:100%; 
  height: 100%;
  min-height: 568px;
  transform:scale(1);
}


.slide-item {
    width: 100%;
    height: 100vh !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.carousel-container-parent{
	display: table;
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 0 10%;
	
}
.carousel-container{
	display: table-cell;
	vertical-align: middle;
}

.carousel-title {
    font-size: 40px;
	text-align: center !important;
    background-color: rgba(0,0,0, 0.1);
    color: #fff;
    line-height: 60px;
    font-weight: 300;
    text-shadow: 1px 1px 1px black;
}
@media (max-width:767px){
	.carousel-title {
		font-size: 25px;
		line-height: 35px;
	}
}


.carousel-title a{
	color: #ccc !important;
}

.carousel-nav{
	padding: 15px 0;
}

.carousel-nav ul{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.carousel-nav ul li{
	display: inline;
	text-align: center;
	padding: 0 10px;
}

.carousel-nav ul li a{
	font-size: 14px;
	color: #46446e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.carousel-nav ul li a:hover{
	text-decoration: none;
	color: #0089ff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.carousel-logo{
	margin: 0 auto;
	width: 294px;
	height: 140px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* NAVIGATION */

.navbar-default {
    background-color: #5393DA;
    border:0px;
    border-top:2px solid #4382b2;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar {
    border-radius: 0px !important;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
    border-color: white;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: white;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: blue;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #5393DA;
}



@media (max-width: 991px){
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #e7e7e7;
	    background: #5393DA;
	}
	
	.navbar-nav li{
		border-bottom:1px dotted #ccc;
	}
	
	.navbar-nav li:hover{
		border-bottom:1px dotted #fff;
	}
	
	.navbar-nav li a{
		color: #fff !important;		
	}
	
	.navbar-nav li a:hover{
		color: #2e2e86 !important;		
	}
	
}

.container-nav{
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px){
	.container-nav {
	    width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
	}
}


    


/* SECTION */

.section{
	background: #fff;
}

.section-border{
	border-bottom:1px solid #ccc;
}

.sectionColored{
	background: #f8f8f8;
}

.section h2{
	text-align: center;
	color: #59759f;
	margin: 15px 0;
}


/* Animations */
	
.animate-1s { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

.animate-2s { 
    -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

.animate-3s { 
    -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

.animate-all{
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Fade In Up */

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUp { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/* Fade In Down */

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInDown { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/* Fade In */

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

/* Fade Out */

@-webkit-keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
@keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
.fadeOut { 
    -webkit-animation-name: fadeOut; 
    animation-name: fadeOut; 
}

/* Fade Out Down */

@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
} 
.fadeOutDown { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}

/* FEATURED ITEMS */

.featuredThumb{ 
	background-size:100%; 
	background-repeat: no-repeat; 
	background-position:center bottom; 
	overflow: hidden;
	position: relative;
	
}

.featuredThumbHeader{
	display: table;
	height: 102%;
	width: 102%;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.featuredThumbHeader h3{
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.featuredThumbHeader:hover{
	background: rgba(255,255,255,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.featuredThumbHeader:hover, .featuredThumbHeader h3{
	padding-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

blockquote h2 , blockquote h3{
	margin: 0 0 15px 0;
	color: #59759f;
}


blockquote p{
	font-size: 14px;
	font-style: italic;
}

blockquote .quoteBy{
	text-align: right;
	font-weight: bold;
}

/* TEAM */

.team-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-list h3{
	margin-top: 0;
}

.team-list li{
	margin-bottom: 30px;
}

.team-list .vox-thumbnail{
	margin-bottom: 15px;
}

/* GALLERY */

#gallery{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

/* FOOTER */

footer{
	position: relative;
	min-height: 600px;
	background:url(../images/banner-2.jpg) no-repeat center center black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	padding: 60px 0;
	color: #ededed;
}

footer h2{
	text-align: center;
	margin-bottom: 30px;
}

footer h3{
	text-align: center;
	font-size: 30px;
}

footer p{
	text-align: center;
}

footer .hDivider{
	margin-bottom: 60px;
}



footer .icon{
	text-align: center;
	font-size: 30px;
	margin: 15px auto 30px auto;
	border:2px solid #fff;
	width: 60px;
	height: 60px;
	padding: 15px;
	border-radius: 30px;
}

footer .phone{
	text-align: center;
	font-size:40px;
}

footer .info{
	text-align: center;
	margin: 30px 0;
}

footer .info i{
	font-size: 20px;
	margin-bottom:10px;
}

footer .info p{
	font-size: 18px;
	color: #ccc;
} 

footer textarea{
	min-height: 150px;
	margin-bottom: 30px;
}

.footerShare{
	padding: 30px;
	text-align: center;
	font-size: 30px;
}

.footerCopyright{
	text-align: center;
}




.map-container {
	border-top:1px solid #ccc;
	border-bottom: 1px solid #000;
	background: #ccc;
	position: relative;
}

.map-container .map-prevent-scroll{
	position: absolute;
	width: 100%;
	height: 450px;
	background: transparent;
}




















