*{border:0px;}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color:inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #436fb1;
}
textarea {
	resize:none;
}
input:focus { 
    outline: none; 
}
img {
	max-width:100%;
}
body{
	padding:50px 50px 0 50px;}
body, html{
	overflow-x:hidden;}
.jumbotron{
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	position: relative;
}
.bannerTop{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-top: 60px;
	padding-right: 75px;
	padding-left: 75px;
	z-index:99;
}

.logo{
	float:left;}
.iv{
	float: right;
	font-family: DINProBold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
}
.iv img{
	margin-right:18px;}
.bannerImg{
	position:relative;}
.bannerHover{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity:0;
		/*-webkit-transition: all 0.1s ease-in-out 0.0s;
	-moz-transition: all 0.1s ease-in-out 0.0s;
	-ms-transition: all 0.1s ease-in-out 0.0s;
	-o-transition: all 0.1s ease-in-out 0.0s;
	transition: all 0.1s ease-in-out 0.0s;*/
}
.bannerHoverAdd{
	opacity:1;
	
	}
.bannerCaption{
	position: absolute;
	left: 0px;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	right: 0px;
	padding-right: 75px;
	padding-left: 75px;
	
	}
.bannerCaption h2{
	font-family: ROCKL;
	font-size: 67px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 0px;
	letter-spacing:4px;
}
.bannerCaption h3{
	font-family: ROCKB;
	font-size: 67px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 25px;
	letter-spacing:3px;
}
.bannerCaption .btn{
	border-radius: 2px;
	font-family: DINProBold;
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 3px;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 16px;
	padding-left: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bannerCaption .btn-primary{
	background-color: #436fb1;
	color: #FFF;
}
.bannerCaption .btn-primary:hover, .bannerCaption .btn-primary:focus{
	background-color: #FFFFFF;
	color: #436fb1;
	}
.bannerCaption .btn i{
	font-size: 21px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
    position: relative;
}
.navbar-default .navbar-brand{
	display:none;}
.navbar{
	background-color: #FFF;
	min-height: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	border-radius:0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.navbar-collapse{
	padding-left:0px;
	padding-right:0px;}
.navbar-default .navbar-nav > li{
	margin-right:50px;}
.navbar-default .navbar-nav > li > a{
	font-size: 13px;
	line-height: 90px;
	text-transform: uppercase;
	color: #000000;
	padding: 0px;
	font-family: DINProBold;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #436fb1;
	background-color:transparent;
}
.navbar-form{
	padding:0px;
	margin:0px;
	float:right;}
.navbar-form p{
	font-size: 13px;
	line-height: 90px;
	text-transform: uppercase;
	color: #436fb1;
	padding: 0px;
	font-family: DINProBold;
	letter-spacing: 1px;
	}
#sticky-anchor{
	height:0px;}
#sticky.stick {
	position: fixed;
	top: 0;
	z-index: 10000;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	left: 0px;
	right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBD8EB;
}
#sticky.stick.navbar-default .navbar-nav > li{
	margin-right: 0px;
	margin-left: 50px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
#sticky.stick.navbar-default .navbar-nav > li > a{
	line-height: 55px;
}
#sticky.stick .navbar-form {
	display:none;
}
#sticky.stick.navbar-default .navbar-brand{
	display: block;
	padding: 0px;
	height: auto;
	line-height:55px;
}
#sticky.stick.navbar-default .navbar-brand img{
	display:inline-block;}	
#sticky.stick .navbar-nav{
	float:right;}	
.bg-primary{
	background-color: #436fb1;
	background-image: url(../img/bg-primary.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-bottom: 50px;
	padding-top: 130px;
	padding-bottom: 90px;
}
.circleBox{
	background-image: url(../img/circle-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 568px;
	width: 568px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	position: relative;
}
.slider1{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 52px;
}
.details{
	background-color: #064582;
	text-align: center;
	height: 160px;
	width: 160px;
	border-radius: 50%;
	position: absolute;
	right: -60px;
	bottom: 0px;
}
.details .text{
	left: 0px;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	position: absolute;
	right: 0px;
	}
.details h2{
	font-family: DINProBold;
	font-size: 17px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	padding-bottom: 0px;
	line-height: normal;
}
.details h3{
	font-family: DINProRegular;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	padding-bottom: 0px;
	line-height: normal;
	padding-top: 5px;
}
.subNav{
	text-align:center;}
.subNav ul li{
	display: inline-block;
	margin-right: 32px;
	margin-left: 32px;
	}
.subNav ul li a{
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: DINProBold;
	letter-spacing: 1px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color:transparent;
	}
.subNav ul li a:hover, .subNav ul li a:focus, .subNav ul li.active a{
	border-bottom-color: #FFF;
}
.bg-danger{
	background-color: #436fb1;
	background-image: url(../img/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 125px;
	padding-bottom: 50px;
}
.sliderText{
	text-align:center;
	margin-bottom:110px;}
.bg-danger h2{
	font-family: ROCKL;
	font-size: 47px;
	line-height: normal;
	color: #FFF;
	padding-bottom: 15px;
}
.bg-danger h2 strong{
	font-family: ROCKB;
	font-weight: normal;
}
.bg-danger h3{
	font-family: DINProRegular;
	font-size: 18px;
	line-height: normal;
	color: #FFF;
	padding-bottom: 10px;
}
.sliderSec{
	position:relative;}
.carImg{
	background-image: url(../img/car-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
	width:880px;
	margin:0 auto;
	text-align:center;
}
.carInfo{
	max-width: 290px;
	position: absolute;
	top: 37px;
	right: 10%;
}
.carInfo h5{
	font-family: DINProBold;
	font-size: 17px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 10px;
}
.carInfo ul li{
	font-family: DINProRegular;
	font-size: 13px;
	color: #FFF;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.sliderSec .flex-direction-nav{
	position: absolute;
	left: 0px;
	top: 37px;
	margin-left: 10%;
}
.sliderSec .flex-direction-nav a {
	width: 58px;
	height: 58px;
	position: static;
	top: 0%;
	z-index: 10;
	text-shadow: none;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	opacity:1;
}
.sliderSec .flex-direction-nav .flex-prev {
	left: 0px;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 63px;
}
.sliderSec .flex-direction-nav .flex-next {
	left: 0;
	right: inherit;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: -63px;
}
.bg-info{
	background-color:transparent;}
.panel-primary{
	display:table;
	width:100%;}
.panel-primary figure{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;
}
.panel-primary figure img{
	width:100%;}
.panel-primary figcaption{
	display: table-cell;
	background-color: #f2f2f2;
	vertical-align: middle;
	padding-right: 100px;
	padding-left: 100px;
}	
.panel-primary h3{
	font-size: 37px;
	line-height: normal;
	color: #000000;
	font-family: ROCKL;
	padding-bottom: 24px;
}
.panel-primary p{
	font-size: 15px;
	line-height: 23px;
	color: #6a6a6a;
	font-family: DINProRegular;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.panel-primary.even figure{
	position:relative;
	left:50%;
}

.panel-primary.even figcaption{
	position:relative;
	left:-50%;
}
.panel-primary figure{
	overflow: hidden;
	background-color: #064582;
}
.panel-primary figure img{
	-webkit-transition: all 0.6s ease-in-out 0.1s;
	-moz-transition: all 0.6s ease-in-out 0.1s;
	-ms-transition: all 0.6s ease-in-out 0.1s;
	-o-transition: all 0.6s ease-in-out 0.1s;
	transition: all 0.6s ease-in-out 0.1s;
	}
.panel-primary:hover figure img{
	opacity:0.7;
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
	}
.borderBox{
	position: absolute;
	left: 12px;
	top: 12px;
	right: 12px;
	bottom: 12px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.border1{
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: all 0.5s ease-in-out 0.0s;
	-moz-transition: all 0.5s ease-in-out 0.0s;
	-ms-transition: all 0.5s ease-in-out 0.0s;
	-o-transition: all 0.5s ease-in-out 0.0s;
	transition: all 0.5s ease-in-out 0.0s;
	width:0px;
}
.border1Add{
	width:100%;
	}
.border2{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	-webkit-transition: all 0.5s ease-in-out 0.0s;
	-moz-transition: all 0.5s ease-in-out 0.0s;
	-ms-transition: all 0.5s ease-in-out 0.0s;
	-o-transition: all 0.5s ease-in-out 0.0s;
	transition: all 0.5s ease-in-out 0.0s;
	height:0px;
}
.border2Add{
	height:100%;
	}
.bg-success{
	background-color: #446fb3;
	background-image: url(../img/location-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding-top: 140px;
	padding-bottom: 140px;
}
.locationImg{
	position:relative;
	max-width:646px;
	margin:0 auto;}
.locationBg{
	position: absolute;
	top: 0px;
}
.locationCircle{
	position: absolute;
	top: 0px;
}
footer{
	padding-top: 25px;
	padding-bottom: 25px;
}
footer ul{
	float:left;}	
footer li{
	margin-right: 50px;
	display: inline-block;
}
footer li a{
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	padding: 0px;
	font-family: DINProBold;
	letter-spacing: 1px;
}
.footerText{
	float:right;}
footer p{
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	color: #436fb1;
	padding: 0px;
	font-family: DINProBold;
	letter-spacing: 1px;
	}
@media (max-width: 1600px) {
body{
	padding:30px 30px 0 30px;}	
	.bannerTop{
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
.bannerCaption{
	padding-right: 50px;
	padding-left: 50px;
	}
.panel-primary figcaption{
	padding-right: 50px;
	padding-left: 50px;
}
.bg-primary{
	margin-bottom:30px;}	
}
