/*------------------CAPAIR STYLE SHEET------------------*/
a:hover, a:focus {
	text-decoration: underline;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.35s
}
body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	background: #005d9b;
	-webkit-font-smoothing: antialiased;
}
#page-wrapper {
	background-color: #e5ddd0;
	background: url('/images/site/background-new.jpg');
}
.centered {
	float: none;
	margin: 0 auto;
}
.cent {
	text-align: center;
}
.no-pad {
	padding: 0;
}
h1 {	
	font-size: 32px;
	color: #ff3a3a;
	margin-top: 10px;
}
h2 {
	color: #2A4B8E;
	font-size: 28px;
}
h3 {
	font-size: 20px;
	color: #36545d;
	margin-top: 10px;
}
h4 {
	font-size: 20px;
	color: #C93833;
}
hr {
	border-color: #dadada;
}
.main-content {
	margin-bottom: 40px;
	border: 1px solid #dadada;
	border-top: 0;
}
.red {	color: #C93833; }
.grey { color: #545454 }

/*===================BAVNAR==========================*/
header {
	background: #fff;
	padding: 10px 15px;
	/*border-top: 5px solid #0f2148;*/
}
header h1 {
	color: #2a4b8e;
	font-size: 32px;
	font-family: 'Ubuntu', sans-serif;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	margin-top: 0;
}
header h2 {
	color: #ff3a3a;
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
	header h1 { font-size: 24px; }
	header h2 { font-size: 14px; }
}
.logo {
	padding: 0 15px;
}
.social-row {
	text-align: right;
}
.social-phone {
	padding-right: 15px;
	color: #555;
}
@media screen and (max-width: 480px) {
	.social-phone {
		/*display: block;*/
		text-align: left;
		padding-top: 4px;
	}
}

@media screen and (max-width: 768px){
	.social-row {
		text-align: center;
	}

	.button-wrap {
		text-align: center !important;
	}
}

.social-icon {
	height: 26x;
	width: 26px;
	color: #fff;
	background: #888;
	line-height: 26px;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 13px;
}
.social-icon.fb { background: #3B5998; }
.social-icon.tw { background: #4099ff; }
.social-icon.yt { background: #FF0202; }
.social-icon.gp { background: #dd4b39; }
.social-icon:hover, .social-icon:focus {
	color: #fff;
}
/*===================BUTTON STYLES==========================*/
.button-wrap {
	padding-top: 10px;
	text-align: right;
}
.btn {
	font-family: 'Roboto Slab', Georgia, serif;
}
.btn-lger {
	padding: 12px 24px;
	margin: 5px;
	font-size: 16px;
}
@media screen and (max-width: 400px) {
	.button-wrap .btn-lger {
		padding: 12px;
		font-size: 14px;
	}
}
.btn-primary {
	color: #fff;
	background: #006fce;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background: #005298;
}
.btn-danger {
	color: #fff;
	background: #ED1C24;
}
.btn-danger:hover, .btn-danger:focus {
	color: #fff;
	background: #ca3030;
}
.btn-trans {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}
.btn-trans:hover, .btn-trans:focus {
	color: #2f4aa2;
	background: #fff;
}
/*------------------MAIN BODY STYLES------------------*/
.call {
	padding: 20px 30px;
	position: relative;
	background: #005d9b;
}
.call h1 {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	margin-top: 10px;
	margin-bottom: 10px;
}
.section-body {
	background: #fff;
	padding: 30px;
}
@media screen and (max-width: 767px) {
	.section-body { padding: 30px 15px; }
}
.breadcrumbs {
	font-size: 12px;
	background: #EAF9FF;
	padding: 12px 30px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}	
.quicklinks {
	padding: 0 15px;
}
.rider-box {
	color: #444;
	background: #e1ebed;
	border: 1px solid #d4dee0;
	padding: 15px;
}
.discount-box, .discount-box:hover, .discount-box:focus {
	width: 230px;
	height: 107px;
	color: #fff;
	font-size: 18px;
	display: block;
	text-decoration: none;
	text-align: center;
	background: url('/images/site/sale_tag.png');
	padding: 18px 16px 20px 50px;
	margin: 15px auto;
	/*transform: translate3d(0,0,0);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
    	transform: rotate(15deg);*/
}
.discount-box p {
	font-size: 12px;
}
#servicemodal .modal-content {
	background: #0072bc;
}
#servicemodal .modal-title {
	color: #fff;
	text-align: center;
	border: none;
}
/*----------------------PUERTO FOLIO--------------*/
/*PORTFOLIO*/
.portfolio-item{
	background: #FFF;
    	border-radius: 4px;
    	width: 100%;
	float:left; 
    	margin-bottom: 15px;  
	border: 1px solid #DDD;
	padding: 4px;
} 
.portfolio-item img{
     border-radius: 4px 4px 0px 0px;
}
.portfolio-item img{
    width: 100%;
    height: auto;
} 
.portfolio-item-link {
    display: block;
    position: relative;
}
a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}
.portfolio-item-link span.portfolio-item-hover {
    	position: absolute;
   	z-index: 10;
    	width: 100%;
    	height: 100%;
    	opacity: 0;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    	filter: alpha(opacity=0);
    	top: 0;
    	left: 0;
	border-radius: 4px 4px 0px 0px;
	-webkit-transition: all 0.35s ease-out;
    	-moz-transition: all 0.35s ease-out;
    	-o-transition: all 0.35s ease-out;
    	-ms-transition: all 0.35s ease-out;
   	transition: all 0.35s ease-out;
}
 .portfolio-item-link span.portfolio-item-hover {
	background: #0089d0 url('/images/site/portfolio-hover.png') no-repeat center 120%;
	background: rgba(0,137,208,0.8) url('/images/site/portfolio-hover.png') no-repeat center 120%;
}
.portfolio-item-link span.portfolio-item-hover:hover{ 
	background-position: center center;
}
.portfolio-item-title {
	background: #ED1C24;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 7px 4px;
	border-radius: 0 0 4px 4px;
}
.portfolio-item-title small {
	font-size: 12px;
	color: #eee;
}
/*----------------------STYLE THE CAR--------------*/
.sprinter {
	position: absolute;
	bottom: -70px;
	right: 0;
	width: 400px;
}
@media screen and (max-width: 1199px) {
	.sprinter {
		width: 330px;
	}
}
.img-wrapper-sm {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.sprinter-sm {
	position: absolute;
	bottom: 5%;
	left: 5%;
	height: 60%;
}
/*----------------------STYLE THE FOOTER--------------*/
footer {
	color: #fff;
	text-align: center;
	padding: 30px 0;
	background: #005d9b;
	border-top: 20px solid #ED1C24;
}
footer a { color: #fff; }
footer a:hover { color: #fff; text-decoration: underline; }

/*================ CAROUSEL ===============*/
#carousel-mobile .item img {
	width: 100%;
}
			#homeslider {
				position: relative;
				overflow: hidden;
				background-color: #005D9B;
			}
			#homeslider .mSButtons {
				height: 80%;
			}
			#homeslider .frame {
				height: 400px;
				width: 100%;
			}
			#homeslider .frame .slide_element {
				height: 100%;
				-webkit-perspective: 1000px;
				-ms-perspective: 1000px;
				perspective: 1000px;
				-webkit-perspective-origin: 50% 50%;
				-ms-perspective-origin: 50% 50%;
				perspective-origin: 50% 50%;
			}
			#homeslider .frame .slide_element > div {
				float: left;
				width: 100%;
				height: 100%;
				-webkit-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;
				transform-style: preserve-3d;
			}
			#homeslider .mSCaption {
				display: none;
				position: absolute;
				color: #FFF;
				white-space: nowrap;
			}
			#homeslider .titleCaption {
				width: 600px;
				font-size: 40px;
				text-align: center;
				text-transform: uppercase;
				white-space: nowrap;
				color: #fff;
			}
			#homeslider .whiteCaption {
				background: #FFF;
				color: #222;
				height: 280px;
				width: 300px;
				font-size: 20px;
			}
			#homeslider .redCaption {
				background: #ED1C24;
				width: 300px;
				height: 50px;
				padding: 10px 0;
				line-height: 30px;
				font-size: 20px;
				color: #fff;
				text-align: center;
			}
			#homeslider .blueCaption {
				font-size: 18px;
				font-weight: bold;
				width: 150px;
				color: #062464;
				text-align: center;
				filter: alpha(opacity=0);
				opacity: 0;
			}
			#homeslider .priceCaption {
				font-size: 80px;
				color: #86000a;
				text-align: center;
			}
			#homeslider .btnCaption {
				width: 200px;
				border-radius: 3px;
				padding: 10px 0;
				text-align: center;
				font-family: "Roboto Slab",Georgia,serif;
				font-size: 16px;
			}
			#homeslider .frame .mSCover img {
				max-width: none;
			}



.interior-section {
	border-bottom: 1px solid #36545d;
	padding: 20px 0px;
}

.centered {
	margin: 0 auto;
}

.x-line {
	margin: 0 auto;
	height: 3px;
	background: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.park-img{
	margin: 0 auto
}

@media screen and (max-width: 1199px){
.park-img{
	padding-bottom: 15px
	}
}