/*===== Common Class =====*/
 
body {
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal;
	font-family: 'montserratregular';
	font-size: 15px;
}
html {
	-webkit-font-smoothing: antialiased;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a, a:hover {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:focus, select:focus {
	outline: none;
}
a, input, button, textarea {
	outline: none !important;
}

:focus {
	outline: none;
}
/*===== Common Class =====*/
.float_none {
	float: none !important;
}
.main_wrapper {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
/*=========================================*/
/* Bootstrap Class Overwrite */
/*=========================================*/
.navbar-toggle {
	border: 0;
	margin: 20px;
	padding: 0;
	float: right;
	border-radius: 0px;
}
.navbar-toggle:hover {
	background: none !important;
}
.navbar-toggle .icon-bar {
	height: 3px;
	background: #2a8ad2 !important;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
	background: #292929 !important;
}
.navbar-toggle:focus {
	background: none !important;
}
.navbar {
	margin: 0;
}
.navbar-inverse {
	background: none;
	border-radius: 0;
	border: none;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 14px;
	color: #2a8ad2;
	font-family: 'montserratbold';
	text-transform: uppercase;
	padding: 24px 22px;
    letter-spacing: 1.2px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #292929;
}
.navbar-inverse .navbar-nav > li > a.btn-blue{ 
	color:#fff; 
	padding:10px;
	margin:14px 0;
}
.navbar-inverse .navbar-nav > li > a.btn-blue:hover{
	background: #292929;
	color: #fff;
}
#navbar ul {
	float: right;
}
.navbar-brand {
	float: left;
	height: auto;
	line-height: auto;
	padding: 20px 0px;
}
.navbar-brand img {
	max-width: 100%;
}
.center-block {
	float: none;
	margin: 0 auto;
}

.active {color: #666!important;}

#header p.phone { float: right; color: #2a8ad2;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-right: 15px;
    margin-top:-32px;
    letter-spacing: 1px;
}
/*===== Button CSS =====*/
.btn-blue {
	background: #2a8ad2;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 30px;
	text-align: center;
	display: inline-block;
	letter-spacing: 1px;
    margin-bottom: 30px;
}
.btn-blue:hover {
	background: #292929;
	color: #fff;
}
/*===== End Button CSS =====*/
/*=========================================*/
/* Main Header */
/*=========================================*/

#header {
	position: relative;
	float: left;
	width: 100%;
}
.header_wrapper {
	width: 100%;
	float: left;
	padding: 0;
	position: relative;
	overflow: hidden;
}
/*=========================================*/
/* Main Banner */
/*=========================================*/
.banner_wrapper {
	position: relative;
	float: left;
	width: 100%;
}
.banner_wrapper img {
	width: 100%;
	max-width: 100%;
}

/*=========================================*/
/* Popup */
/*=========================================*/
.popup-gallery { text-align: center; margin: 20px 0px; }
/* .popup-gallery a{ padding: 10px  } */

/*=========================================*/
/* Main Content */
/*=========================================*/
.content-wrapper {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.blue-belt {
	float: left;
	width: 100%;
	background: url(../images/blue-belt664.png) no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 80px 50px;
}
.blue-belt h1 {
    font-family: 'montserratextralight';
    line-height: 58px;
    font-size: 35px;
    padding-bottom: 30px;
    text-align: center;
    color: #FFF;
}
.blue-belt h3 {
    font-family: 'montserratextralight';
    line-height: 58px;
    font-size: 48px;
    padding-bottom: 30px;
    text-align: center;
    color: #FFF;
}
.blue-belt p {
	color: #fff;
	line-height: 37px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 50px;
    font-family: 'montserratlight';
}
.blue-belt p:last-child {
	padding: 0;
}
.blue-belt p span { font-family: 'montserratregular'; font-size: 24px; }
.contact-us {
	float: left;
	width: 100%;
	overflow: hidden;
}
.contact-us .title {
	float: left;
	width: 100%;
	margin: 80px 0 60px 0;
}
.contact-us .title h2 {
	font-family: 'montserratlight';
	line-height: 20px;
	font-size: 36px;
	color: #2a8ad2;
	text-align: center;
}
.contact-us .contact-inner {
	float: left;
	width: 100%;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(1,1,1,0) 0%, rgba(0,0,0,0.17) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(1,1,1,0) 0%, rgba(0,0,0,0.17) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(1,1,1,0) 0%, rgba(0,0,0,0.17) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010101', endColorstr='#2b000000', GradientType=0 ); /* IE6-9 */
}
.contact-us .contact-inner ul {
	display: inline-block;
	width: 100%;
}
.contact-us .contact-inner ul li {
	width: 20%;
	background: url(../images/sep1.png) no-repeat right center;
	background-origin: border-box;
	background-size: contain;
	float: left;
	text-align: center;
}
.contact-us .contact-inner ul li:last-child {
	background: none;
}
.contact-us .contact-inner ul li a {
	width: 100%;
	display: block;
}
.contact-us .contact-inner ul li a span {
	color: #787878;
	font-size: 15px;
	line-height: 37px;
	width: 100%;
	display: block;
}
.car-main {
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 30px 0;
}
.car-main .car-image {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.car-main .car-image img {
	max-width: 100%;
}
.blue-belt-small {
	width: 100%;
	overflow: hidden;
	float: left;
	background: url(../images/blue-belt346.png) no-repeat;
	background-position: top left;
	background-size: cover;
	padding: 80px 0;
	color: #fff;
	text-align: center;
}
.blue-belt-small p {
	font-size: 22px;
	line-height: 20px;
	padding-bottom: 20px;
}
.blue-belt-small h3 {
	font-family: 'montserratextralight';
	line-height: 58px;
	font-size: 48px;
	padding-bottom: 30px;
}
.blue-belt-small span {
	font-family: 'montserratbold';
	font-size: 24px;
	line-height: 20px;
}
.client-main {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.14) 21%, rgba(1,1,1,0.03) 74%, rgba(1,1,1,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.14) 21%, rgba(1,1,1,0.03) 74%, rgba(1,1,1,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.14) 21%, rgba(1,1,1,0.03) 74%, rgba(1,1,1,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00010101', GradientType=0 ); /* IE6-9 */
}
.client-main ul {
	width: 100%;
	display: inline-block;
}
.client-main ul li {
	width: 60%;
	background: url(../images/sep1.png) no-repeat right center;
	background-origin: border-box;
	background-size: contain;
	float: left;
	text-align: center;
}
.client-main ul li:last-child {
	background: none;
	width: 40%;
}
.client-main ul li .title {
	text-align: center;
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 20px 0;
}
.client-main ul li .title h3 {
	font-size: 30px;

	color: #2a8ad2;
}
.client-logo {
	width: 100%;
	float: left;
	text-align: center;
}
.client-logo a {
	width: 25%;
	margin: 20px 20px 0;
	display: inline-block;
}
.client-logo a img {
	width: auto;
	max-width: 100%;
}
#footer {
	float: left;
	width: 100%;
}
.footer_wrapper {
	width: 100%;
	float: left;
}
.footer_wrapper .footer-top {
	width: 100%;
	float: left;
	background: #292929;
	overflow: hidden;
	padding: 30px 0;
}
.footer_wrapper .footer-top .footer-link {
	width: 100%;
	float: left;
	overflow: hidden;
	background: url(../images/sep.png) no-repeat bottom left;
	background-origin: border-box;
	background-size: contain;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer_wrapper .footer-top .footer-link ul {
	width: 100%;
	display: inline-block;
}
.footer_wrapper .footer-top .footer-link ul li {
	float: left;
}
.footer_wrapper .footer-top .footer-link ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	padding-right: 30px;
    padding-left: 10px;
}
.footer_wrapper .footer-top .footer-link ul li a:hover {
	color: #2a8ad2;
}
.footer_wrapper .footer-top .social-link {
	width: 100%;
	float: left;
}
.footer_wrapper .footer-top .social-link li {
	float: left;
}
.footer_wrapper .footer-top .social-link li a {
	color: #fff;
	font-size: 18px;
	padding: 0 10px;
}
.footer_wrapper .footer-top .social-link li a:hover {
	color: #2a8ad2;
}
.footer_wrapper .footer-top .pull-right p {
	color: #fff;
	font-family: 'montserratlight';
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
.footer_wrapper .footer-top .pull-right p span {
	color: #545454;
	display: block;
	line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
}
.footer-bottom {
	background: #232323;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	float: left;
}
.footer-bottom p {
	color: #545454;
	font-size: 12px;
	line-height: 20px;
}

/* Contact Page  */
.form { color:#FFF; display:table-cell; padding-bottom: 30px;}
#emailus {margin:15px 0px; text-align: center;}
#emailus #prevent { visibility:hidden; display:none; height:0px!important; margin:0!important; }
#emailus label {  font-family:"montserratregular"; font-size:16px;  color:#FFF; font-weight: 300; font-style: normal; }
#emailus input[type='radio'] {  margin:5px; }
#emailus input[type='text'] {  color:#909090;  width:100%;  color:#909090; font-weight: 300; font-style: normal; margin-bottom:20px; border:2px solid #FFF; padding:10px 10px; font-size:16px; font-style:italic;}
#emailus textarea {  color: #909090;  height:120px; resize:none; width:100%; font-family:"montserratregular"; font-size:16px;  margin-bottom:20px; padding:10px; border:2px solid #FFF;  font-style:italic;  margin-bottom:10px;}
#emailus fieldset {border:none; }
#emailus input[type='submit'] {text-align: center; cursor:pointer; padding:10px 40px; border:2px solid #FFF; font-family: 'montserratbold'; letter-spacing: 1.2px; color: #2a8ad2; font-size:18px; background:#FFF;  margin-top:10px; }

/* Fleet Page*/

.popup-gallery img{
	padding: 10px;
}

/* End Contact */