* {
	border: 0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, html{
	width:100%;
	height:100%;}
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: #384192;
}

a:focus {
	outline: none;
}
textarea {
	resize: none;
}
img{
	max-width:100%;}
h2{
	font-size: 38px;
	line-height: normal;
	font-weight: 300;
	color: #000000;
	padding-bottom: 45px;
}
.container-fluid{
	max-width:1600px;}
.customGrid .row{
	margin-left:0px;
	margin-right:0px;}
.customGrid .col-xs-1, .customGrid .col-sm-1, .customGrid .col-md-1, .customGrid .col-lg-1, .customGrid .col-xs-2, .customGrid .col-sm-2, .customGrid .col-md-2, .customGrid .col-lg-2, .customGrid .col-xs-3, .customGrid .col-sm-3, .customGrid .col-md-3, .customGrid .col-lg-3, .customGrid .col-xs-4, .customGrid .col-sm-4, .customGrid .col-md-4, .customGrid .col-lg-4, .customGrid .col-xs-5, .customGrid .col-sm-5, .customGrid .col-md-5, .customGrid .col-lg-5, .customGrid .col-xs-6, .customGrid .col-sm-6, .customGrid .col-md-6, .customGrid .col-lg-6, .customGrid .col-xs-7, .customGrid .col-sm-7, .customGrid .col-md-7, .customGrid .col-lg-7, .customGrid .col-xs-8, .customGrid .col-sm-8, .customGrid .col-md-8, .customGrid .col-lg-8, .customGrid .col-xs-9, .customGrid .col-sm-9, .customGrid .col-md-9, .customGrid .col-lg-9, .customGrid .col-xs-10, .customGrid .col-sm-10, .customGrid .col-md-10, .customGrid .col-lg-10, .customGrid .col-xs-11, .customGrid .col-sm-11, .customGrid .col-md-11, .customGrid .col-lg-11, .customGrid .col-xs-12, .customGrid .col-sm-12, .customGrid .col-md-12, .customGrid .col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.customGrid .container-fluid{
	padding:0px;
	max-width:inherit;}
header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 999;
	padding-top: 55px;
	-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;
}
.headerFix {
	background-color: #272e65;
	padding-top: 15px;
	padding-bottom: 15px;
}
.overlayNav {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 99999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.9+0,0.91+99 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.91) 99%, rgba(0,0,0,0.91) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.91) 99%, rgba(0,0,0,0.91) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.91) 99%, rgba(0,0,0,0.91) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e8000000', GradientType=0 ); /* IE6-9 */
}
.closeBtn {
	font-size: 40px;
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.overlayHold {
	position: absolute;
	left: 0%;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	right: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.overlayNav ul li {
	padding-top: 7px;
	padding-bottom: 7px;
}
.overlayNav ul li a {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	text-transform: uppercase;
	font-family: DINProBold;
	letter-spacing: 3px;
}
.overlayNav ul li a:hover, .overlayNav ul li a:focus, .overlayNav ul li.active a {
	color: #384192;
}

.menuNav {
	font-family: DINProBold;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	float: left;
	cursor: pointer;
	-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;
}
.menuNav .fa {
	margin-right: 20px;
	font-size: 28px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.menuNav a:hover, .menuNav a:focus, .menuNav:hover {
	color: #D8DAEB;
}
.modelNav {
	font-family: DINProBold;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	float: right;
}
.modelNav .fa {
	margin-left: 20px;
	font-size: 28px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.modelNav a:hover, .modelNav a:focus {
	color: #D8DAEB;
}
.jumbotron{
	background-color: #384192;
	background-image: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bannerHold{
	text-align: center;
	
	padding-top: 345px;
	padding-bottom: 90px;
}
.bannerHold .container-fluid{position: relative;}
.bannerImg{
	margin-bottom:60px;}
.sponsord h5{
	font-size: 12px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 17px;
	letter-spacing: 2px;
}
.sponsord{
	margin-bottom:60px;}
.bannerHold .btn-default{
	width: 340px;
	line-height: normal;
	text-transform: uppercase;
	color: #000000;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 24px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 700;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:0px;
	letter-spacing:5px;
	text-align:center;
	margin-bottom:60px;
}
.bannerHold .btn-default:hover, .bannerHold .btn-default:focus{
	background-color: #272E65;
	color: #FFF;
}
.scrollText h5{
	font-size: 12px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 17px;
	letter-spacing: 2px;
}
.scrollText i{
	font-size: 22px;
	color: #FFF;
}
.textBoxHold{
	position:absolute;
    left: 15px;
    top: 160px;
    
}
.textBoxHold2{
    left:inherit;
	right:15px;
    top:  160px;
    
}

.textBox1{
	background-image: url(../img/text-box1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 90px;
	width: 209px;
	text-align: center;
}
.textBox1.textBox2{background-image: url(../img/text-box2.png);}
.textBox1 .text1{
	font-size: 18px;
	font-style: italic;
	line-height: 40px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	display:inline-block;
}
.textBox1 .text2{
	font-size: 18px;
	font-style: italic;
	line-height: 40px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	width: 100px;
	display:inline-block;
	text-align:center;
}
.textBox1 .text3{
	font-size: 33px;
	font-style: italic;
	line-height: 50px;
	font-weight: 700;
	color: #272727;
	text-transform: uppercase;
}
.letterSpc{
	letter-spacing:8px;}
.bg-primary{
	background-color: #FFF;
	padding-top: 120px;
	padding-bottom: 80px;
	position: relative;
}
.circles ul li{
	display: inline-block;
	margin-right: 70px;
	margin-bottom: 40px;
	margin-left: 70px;
}
 .circles ul li i{
	display: inline-block;
	font-size: 31px;
	color: #837785;
	border: 2px solid #837785;
	height: 110px;
	width: 110px;
	margin-bottom: 37px;
	border-radius:50%;
	text-align:center;
	line-height:110px;
	-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;
}

 .circles ul li h5{
	color: #837785;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 3px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-family: DINProBold;
	-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;
	 }
.circles ul li:hover i, .circles ul li:hover h5{
	color: #384192;
	border-top-color: #384192;
	border-right-color: #384192;
	border-bottom-color: #384192;
	border-left-color: #384192;
}	 
.bg-info{
	background-color:transparent;}
	
.bg-info .container-fluid{
	position:relative;}	
.textBoxHold3{
	left: 15px;
	right: 15px;
	top: 496px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 99;
	width: 209px;
}
.textBox3{
	background-image: url(../img/text-box3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 90px;
	width: 209px;
	text-align: center;
}
.textBox3 .text1{
	font-size: 18px;
	font-style: italic;
	line-height: 40px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
    left: -7px;
}
.textBox3 .text2{
	font-size: 18px;
	font-style: italic;
	line-height: 40px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	width: 100px;
	display: inline-block;
	text-align: center;
}
.textBox3 .text3{
	font-size: 38px;
	font-style: italic;
	line-height: 50px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.modelBox figure{
	margin-bottom:85px;}
.modelBox figcaption{
	
}
.modelBox figcaption h5{
	font-size: 12px;
	line-height: normal;
	font-weight: 700;
	color: #de0029;
	letter-spacing: 2px;
	padding-bottom: 28px;
	text-transform: uppercase;
}
.modelBox figcaption ul li{
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	color: #636260;
	padding-bottom: 8px;	
}
.modelBox{
	padding-right: 120px;
	padding-left: 120px;
	padding-top: 290px;
	min-height:1070px;
	padding-bottom:50px;
}
.modelBox1{
	background-image: url(../img/model-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e6e1dd;
}
.modelBox2{
	background-image: url(../img/model-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #161513;
}
.bg-success{
	position: relative;
	background-color: transparent;
	padding-top: 100px;
	padding-bottom: 100px;
}
.bg-warning{
	background-color:transparent;}
.thumbnail{
	border-radius:0px;
	padding:0px;
	margin:0px;
	position:relative;
	border:none;
	overflow:hidden;
	}
.smallLogo{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 25px;
	color: #384192;
	background-image: url(../img/samll-arrow.png);
	background-repeat: no-repeat;
	background-position: -3px -2px;
	height: 81px;
	width: 81px;
	padding-left: 8px;
	padding-top: 7px;
	opacity: 0;
	-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;
}
.thumbnail:hover > .smallLogo{opacity:1;}
.thumbnail:hover > .text{
	opacity: 0;
	
	
}
.thmbimg{
	-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;
	}
.thumbnail:hover > .thmbimg{
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
	}
.thumbnail .text{
	padding-right: 70px;
	padding-left: 70px;
	left: 0px;
	right: 0px;
	bottom: 80px;
	position: absolute;
	font-size: 22px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	-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;
	   
	
}
.socialBg{
	background-color: #2d2c2a;
	padding-top: 45px;
	padding-bottom: 45px;
}
.socialBg i{
	font-size: 27px;
	color: #666664;
	line-height: 52px;
	text-align: center;
	height: 54px;
	width: 54px;
	border: 2px solid #666664;
	border-radius: 50%;
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	-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;
}	
.socialBg i:hover, .socialBg i:focus{
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.footerBottom{
	background-color: #161513;
	padding-top: 90px;
	padding-bottom: 90px;
}
.footerNav{
	margin-bottom:25px;}
.footerNav ul li{
	font-family: DINProBold;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	display: inline-block;
	margin-right: 26px;
	margin-bottom: 10px;
	margin-left: 26px;
}
.footerNav2{
	margin-bottom:60px;}
.footerNav.footerNav2 ul li{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 25px;
	padding-left: 25px;
}
.footerNav.footerNav2 ul li:last-child{
	border:0px;}
.footerBottom p{
	font-family: DINProRegular;
	font-size: 12px;
	line-height: normal;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.anchorBox{
	position: absolute;
	left: 0px;
	top: -55px;
}
.flex-control-thumbs li{
	float: none !important;
	width: 34px !important;
	padding: 0px;
	border: 1px solid #847986;
	display: inline-block;
	border-radius: 50%;
	margin-left: 4px;
	margin-right: 4px;
	line-height: 28px;
	text-align: center;
	height: 34px;
	}
.carSider{
	width:100%;
	float:left;
	}
.imgHold{
	max-width:850px;
	margin:0 auto;}
.flex-control-thumbs {
    margin: 40px 0 0;
}	
.carNav{
	margin-bottom:40px;
	text-align:center;}
.carNav ul li img{
	border-radius: 50%;
	border: 2px solid #837785;
	margin-bottom: 18px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.carNav ul li{
	display: inline-block;
	margin-right: 32px;
	margin-left: 32px;
	font-size: 10px;
	text-transform: uppercase;
	color: #837785;
	letter-spacing: 3px;
	font-family: DINProBold;
	cursor: pointer;
}
.carNav ul li.active{
	color: #384192;
}
.carNav ul li.active img{
	border-top-color: #384192;
	border-right-color: #384192;
	border-bottom-color: #384192;
	border-left-color: #384192;
}
.carArea{
	position:relative;}
.tabUl{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	z-index: 99;
}
.tabUl li{
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 199px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	font-size: 38px;
	font-style: italic;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	}
.tabUl li.rtx{
	background-image: url(../img/left.png);
	float: left;
}
.tabUl li.rtx.active{background-image: url(../img/left-active.png);}
.tabUl li.rts{
	background-image: url(../img/right.png);
	float: right;
}
.tabUl li.rts.active{background-image: url(../img/right-active.png);}
@media (max-width: 1450px) {
.circles ul li {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
}
}
@media (max-width: 1200px) {
.bg-primary {
    padding-bottom: 40px;
    padding-top: 80px;
}	
.circles ul li {
    display: inline-block;
    margin-bottom: 40px;
    margin-left: 25px;
    margin-right: 25px;
}
.jumbotron {
    background-position: center -150px;
}
.bannerImg {
    margin: 0 auto 30px;
    max-width: 530px;
}

.bannerHold {
    padding-bottom: 50px;
    padding-top: 255px;
}
.textBoxHold, textBoxHold2 {
    top: 100px;
}
.modelBox {
    min-height: 800px;
    padding: 150px 30px 50px;
}
.modelBox.modelBox1{
	padding-right:120px;}
.modelBox.modelBox2{
	padding-left:120px;}
.textBoxHold3 {
    top: 280px;
}
.thumbnail .text {
    bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.socialBg {
    padding-bottom: 35px;
    padding-top: 35px;
}	
.socialBg i {
    margin-left: 15px;
    margin-right: 15px;
}
.footerBottom {
    padding-bottom: 35px;
    padding-top: 35px;
}
.footerNav ul li {
    margin-left: 15px;
    margin-right: 15px;
}
.imgHold {
    max-width: 600px;
}
}

@media (max-width: 992px) {
header {
    padding-top: 30px;
}
.jumbotron {
    background-position: center -200px;
}
.bannerHold {
    padding-bottom: 40px;
    padding-top: 200px;
}	
.bannerImg {
    margin: 0 auto 100px;
}
.textBoxHold, textBoxHold2 {
    top: 200px;
}
.sponsord {
    margin-bottom: 30px;
}
.bannerHold .btn-default {
    letter-spacing: 4px;
    margin-bottom: 40px;
    padding: 20px;
    width: 270px;
}
.circles ul li h5 {
    letter-spacing: 2px;
}
.circles ul li i {
    margin-bottom: 25px;
	height: 80px;
    line-height: 80px;
    width: 80px;
}
.circles ul li {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.bg-primary {
    padding-bottom: 20px;
    padding-top: 60px;
}
.modelBox {
    min-height: 750px;
    padding: 100px 15px 30px;
}
.thumbnail .text {
    font-size: 18px;
}
.tabUl{
	position:static;
	-ms-transform: translateY(-0%) translateX(-0%);
	-webkit-transform: translateY(-0%) translateX(-0%);
	transform: translateY(-0%) translateX(-0%);
	margin-bottom:15px;
	text-align:center;
}
.tabUl li{
	display:inline-block;
	float:none !important;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    width: 130px;
	}
.bg-success {
    padding-bottom: 60px;
    padding-top: 60px;
}	
h2 {
    font-size: 32px;
    padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.circles ul li i {
    margin-bottom: 25px;
	height: 110px;
    line-height: 110px;
    width: 110px;
}
.circles ul li {
	display:block;
	margin:0 auto 40px auto;
}	
.modelBox{
	min-height:inherit;
	text-align:center;
	padding:40px 15px 40px 15px !important}
.modelBox figure {
    margin-bottom: 40px;
}	
.modelBox figcaption{
	text-align:center !important;}
	
.bg-info {
    padding-top: 70px;
}	
.textBoxHold3 {
    top: -40px;
	right:0px;
	left:0px;
}
.modelBox.modelBox1 {
    padding-top: 80px !important;
}
.thumbnail{
	max-width:500px;
	margin:0 auto;}

.socialBg i {
    margin-left: 6px;
    margin-right: 6px;
}	
.footerNav ul li {
    margin-left: 5px;
    margin-right: 5px;
	font-size:11px;
	 margin-right: 5px;
}
.thumbnail .text {
    bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
	text-align:center;
}
.overlayNav ul li {
    padding-bottom: 4px;
    padding-top: 4px;
}
.overlayNav ul li a {
    font-size: 16px;
    letter-spacing: 2px;
}
.closeBtn {
    font-size: 30px;
    right: 15px;
    top: 5px;
}
.jumbotron {
    background-position: center -220px;
}
.bannerImg {
      margin: 0 auto 150px;
    max-width: 400px;
}
.textBoxHold, textBoxHold2 {
    top: 180px;
}
.textBox1 {
    background-size: 100% auto;
    width: 170px;
}
.textBox1 .text2 {
    font-size: 16px;
    line-height: 32px;
    width: 80px;
}
.textBox1 .text1 {
    font-size: 16px;
    line-height: 32px;
}
.textBox1 .text3 {
    font-size: 25px;
    line-height: 40px;
}
h2 {
    font-size: 28px;
    line-height: 32px;
}
.carNav ul li {
    margin-left: 12px;
    margin-right: 12px;
}
	}

@media (max-width: 390px) {
.jumbotron {
    background-position: center -240px;
}
.bannerImg {
	max-width: 270px;
	 margin: 0 auto 140px;
}
/*.textBoxHold {
	top: 140px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
}
.textBoxHold2{ 
top: 230px;
width: 170px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
}*/

.textBoxHold, textBoxHold2 {
    top: 135px;
}
.textBox1 {
    background-size: 100% auto;
    width: 140px;
}
.textBox1 .text2 {
    font-size: 13px;
    line-height: 26px;
    width: 70px;
}
.textBox1 .text1 {
    font-size: 13px;
    line-height: 26px;
}
.textBox1 .text3 {
    font-size: 19px;
    line-height: 32px;
}
.bannerHold .btn-default {
    letter-spacing: 4px;
    margin-bottom: 40px;
    padding: 15px 20px;
    width: 100%;
}
	}