/*!---------- GLOBAL STYLES ----------*/

body{
	background-color: #fff;
	font-family: Raleway,Helvetica,Arial,sans-serif;
	color: #3d3d3d;
}

.main-container, .nav-container, .footer-container{
	/* max-width: 1400px */
	margin: 0px auto;
	left: 0px;
	right: 0px;
}

.main-container{
	background-color: #fff;
}

section{
	padding: 20px 0px;
}


.bg-grey{
	background-color: #f5f5f5;
}

.bg-secondary{
	background-color: #25D36624;
}

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

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

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

.v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.v-align-children-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}


/*!---------- NAV ----------*/

nav{
	margin: 0px 0px;
}

.dropdown:hover>.dropdown-menu{
	display:block;
	color: white;
}    
.navbar-toggle.collapsed{
	background-color: #ff3036;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 30;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #ff3036;
}

.navbar-nav > li > a{
	font-weight: 600;
	color: #a6a6a6;
	/*!--text-transform: uppercase;--*/
}

.phone{
	font-family: Arial;
	vertical-align: top;
	margin-right: 10px;
}

.email{
	font-family: Arial;
	vertical-align: top;
	margin-right: 10px;
	color: #ff3036;
}

/*!---------- MENU ----------*/

#promo{
	margin-top: 5px;
	margin-bottom: 2px;
}

.promotxt{
	font-size: 12px;
	color: #ff3036;
}

.nav-custom{
	background-color: #38649a;
	border-radius: 0;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.nav-custom .navbar-brand{
	height: auto;
	padding: 0px;
}


/*!---------- HOMEPAGE - SECTION-HERO ----------*/

#section-hero{
	background-color: #38649a;
}

#section-hero h1{
	font-size: 30px;
	font-weight: 300;
	color: gainsboro;
}

#section-hero h1 strong{
	text-transform: uppercase;
}

#section-hero .slogan{
	font-weight: 200;
	font-size: 14px;
	font-style: italic;
	color: gainsboro;
}

ul.bigtick{
	margin-top: 30px;
	list-style: outside none none;
	padding: 0px;
}

ul.bigtick li{
	color: gainsboro;
	font-size: 18px;
	background: transparent url("../img/tick.png") no-repeat scroll left center;
	padding: 3px 0px 3px 45px;
	list-style: outside none none;
	margin-bottom: 12px;
}

.carphoto{
	margin-top: 10px;
}

#bookingform{
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}

.formtitle{
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}

#bookingform h2{
	font-weight: 400;
	font-size: 25px;
	color: #000;
	margin-top: 10px;
}

#bookingform i{
	font-size: 14px;
}

#bookingform label{
	font-weight: 600;
	letter-spacing: 0.5px;
}

#bookingform .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
	font-weight: 6100;
	letter-spacing: 0.5px;
	color: #ff3036;
}

#bookingform select, #bookingform input{
	width: 100%;
	height: 35px;
	border: 1px solid #cecece;
	background-color: white;
	padding: 5px;
	font-weight: 600;
	color: #29649e;
}

#bookingform .formrow{
	margin-top: 5px;
	margin-bottom: 5px;
}

.help-block.with-errors ul li{
	font-size: 12px;
	font-weight: 600;
	color: #ff3036;
}

#bookingform .btn-cta{
 	background: #F3A52F;
	color: white;
	font-weight: 600;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 60px;
	opacity: 1;
}

#bookingform .btn-cta:hover{
	background-color: #29649e;
}

h2{
	color: #735c56;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 25px;
}

.nocaps{	
	text-transform: none;
	font-size: 15px;
}

#section-about p{
	margin: 20px 0px;
	line-height: 24px;
}

#section-about blockquote{
	font-style: italic;
	border: none;
}

#section-about h3{
	color: #28649e;
	text-transform: uppercase;
	font-size: 15px;
}

.img-vehicle{
	max-width: 200px;
}

.img-vehicle-large{
	max-width: 450px;
}

.pax{
	font-family: Arial;
	display: block;
}

blockquote.review{
	font-size: 14px;
	border-left: none;
	line-height: 24px;
}

.review strong{
	display: block;
}

.faq{
	margin: 10px 0px;
}

#section-faq h2{
	margin-bottom: 20px;
}


footer{
	background-color: #29649e;
	color: white;
	padding: 20px 0px;
	font-family: Arial;
}

footer a{
	color: white;
	font-family: Arial;
}

footer a:hover{
	color: white;
	font-family: Arial;
}

.thanks{
	background-color: white;
	padding: 20px;
	border-radius: 4px;
}

.thanks h1{
	color: #40B340;
}

.thanks .email{
	font-weight: 600;
	color: #E56662;
	display: inline;
}

.thanks h2{
	text-transform: none;
	font-size: 15px;
	font-weight: 600;
}


<!---Ad Sedan car --->

.container{
	background-color: #0070c6;
}
.jumbotron{
	background-color:#0070c6;
	border-bottom: 1px solid black;
}
.tag{
	color: yellow;
	float: right;
}
.heading1{
	color: white;
	font-size: 90px;
	float: left;
}
.image{
	
}
.img{
	width: 300px;
	height: 250px;
}
.contactline{
	color: white;
}
h1{
	color: white;
}
.contact{
	text-align: center;
	float: left;
	margin-left: 5%; 
}
.ico-seatbelt{
	float: left;
}
.ico-luggage-large{
	float: left;
	margin-left: 10px;	
}
.ico-luggage-small{
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}
.num{
	color: white;
	float: right;
	padding-top: 13px;
	margin-left: 5px;
}
.num3{
	color: white;
	float: right;
	padding-top: 5px;
	margin-left: 5px;
}
.dd{
	color: white;
	width: 100px;
	height: 50px;
	padding: 5px;
	background-color: ;
}
.as{
	margin-top: 6px;
	width: auto;
	height: auto;
}
.icons{
	margin-left: 20px;
}
