
/* STYLES TO MATCH CKEDITOR ******************************** */

h1, h2, h3, h4, p, table, tr, td, ul, ol, li {
	font-family:'VAG Rounded W01 Light';
	font-size:14px;
}

h1 {
	font-size:22px;
	margin: 10px 0px;
	color: #f7921e;
}
h2 {
	font-size:18px;
	margin: 10px 0px;
	color: #757575;
}
h3 {
	font-size:18px;
	margin: 10px 0px;
	color: #f7921e;
}
h4 {
	font-size:16px;
	margin: 10px 0px;
}
p {
	font-size:14px;
	margin: 0px 0px 10px 0px;
	color: #757575;
	line-height: 1.6em;
}

ul, ol {
	font-size:14px;	
	padding-left:40px;
}
.content li, ul {
    color: #757575;
    line-height: 18px;
    padding-bottom: 10px;
}
a.grey {
	color: #757575;
}

a.blue {
	color: #f7921e;
}
/*a:visited {
	color: #FFF;
}*/
a.button {
	text-decoration: none;
	color: #FFF;
}

.g-recaptcha {
    float: right;
    width: 77%;
}

/* FIXES *********************************************** */


.clear {
  clear: both;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

/* STRUCTURAL ELEMENTS *********************************** */

body {
	background: #FFF;
	color: #455560;
}
/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	width: 1030px;
	margin:auto;
}

header {
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-top: 22px;
	z-index:999;	
}

.contact_info {
	width: 400px;
	margin-top: 12px;
	float: right;
	font-size: 12px;
	text-align: right;
}

.contact_info img {
	margin: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: middle;
}

.contact_info p {
	margin-top: 20px;
}
.contact_info p a {
    color: #757575;
    text-decoration: none;
}
.contact_info p a:hover {
    text-decoration: underline;
}
.contact_info_mobile {
	float: right;
}

.contact_info_mobile .button {
	display: block;
	border-radius: 5px;
	margin: 7px 15px 10px 0px;
	background: #ffe6cb;
}

/* Add the class to your logo image with either float left/right or margin: auto */
.logo {
	display: block;
	max-width: 230px;
	max-height: 100px;
	float: left;
}

.featured {
	background: url(../images/_feature-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	position: relative;
	width: 100%;
	clear: both;
	height: 420px;
}

.featured .inner {
	width: 1194px;
	margin:auto;  
}

.title {
	background-image:url(../images/_title-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	position: relative;
	width: 100%;
	clear: both;
	height: 135px;
}

.title .inner {
  padding:30px 0px 0px 15px;
	width: 1034px;
	margin:auto;  
}

.content {
	width: 100%;
	padding: 40px 0px 20px 0px;
}

.car_logos { display: none;
	margin-top: 100px;
	width: 100%;
}

.car_logos img {
	width: 90%;
	margin: auto;
}
.car_logos img:hover {
	opacity: 0.7;
}
.car_logos_2 {
	margin-top: 100px;
	width: 100%;
	text-align: center;
}
.car_logos_2 a {
	display: inline-block;
}
.car_logos_2 img {
	width: auto;
	margin: 0;
}
.car_logos_2 img:hover {
	opacity: 0.7;
}
footer {
	width: 100%;
	background: url(../images/_bg_footer.jpg) center top no-repeat;
    background-color: #F99300;
	text-align:center;
	clear: both;
	height: auto;
}

footer .inner {
	padding-top: 120px;
	color: #FFF;
}

.footer-box-lg {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.footer-box-sm {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}

footer a, footer a:visited, 
footer p {
	color: #ffe6cb;
}

.contact_info_footer {
	margin: 30px 0px 20px 0px;
}

.contact_info_footer img {
	margin: 0px 0px 0px 10px;
	display: inline-block;
	vertical-align: middle;
}

.home_left {
	width: 48%;
	height: 260px;
	float: left;
	margin: 0px 1% 20px 0px;
	padding: 0px 10px 10px 10px;
	float: left;
	background: #ffe6cb;
	border-radius: 10px;
}

.home_right {
	width: 48%;
	height: 260px;
	float: left;
	margin: 0px 0px 20px 1%;
	padding: 0px 10px 10px 10px;
	float: right;
	background: #ffe6cb;
	border-radius: 10px;
}

.home_left p, .home_right p {
	color: #f7921e;
}

.home_left img, .home_right img {
	margin: 10px auto auto auto;
	max-width: 100%;
	max-height: 125px;
}
.home_left a:hover, .home_right a:hover, .home_left a img:hover, .home_right a img:hover {
	opacity: 0.7;
}	

.about-us .hero {
	width: 50%;
	float: right;
	margin: 0px 0px 20px 20px;
}

.design_option {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #ffe6cb 1px solid;
}

.design_img {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 3%;
}

.design_img img {
	width: 100%;
}

.design_desc {
	display: inline-block;
	vertical-align: top;
	width: 65%;
	
}
.no_point_list {
    list-style-type: none;
    width: 86%;
    float: left;
    padding-top: 11px;
	padding-left: 10px;
}
.contact_row .button {
    float: right;
    margin: 13px;
    font-size: 9pt;
}
.car_box {
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 2% 30px 0px;
	padding: 10px;
}

.car_box:nth-child(3n+3) {
	margin-right: 0%;
}

.car_box a:hover > img {
	opacity: 0.7;
}

.car_box img {
	width: 100%;
	margin-bottom: 15px;
}

.car_detail {
	width: 100%;
}

.car_detail .hero {
	width: 40%;
	margin: 0px 0px 20px 20px;
	float: right;
}

.car_detail .button {
	margin: 20px 10px 20px 0px;
}

.car_detail table {
	display: block;
	width: 400px;
	margin-top: 20px;
}

.car_detail tr:nth-child(even),
.taxi tr:nth-child(even) {
	background: #ffe6cb;
}

.car_detail td,
.taxi td  {
	padding: 5px;
}

.car_detail .availdesigns {
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 10px 0px;
}
.gallery-img {
	float: left;
	margin: 10px 10px 0px 0px;
}

.taxi {
	width: 50%;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	float: left;
	border-bottom: #757575 1px solid;
}

.taxi img {
	margin-bottom: 20px;
}

.taxi_img {
	float: right;
}

.taxi .button {
	margin-right: 10px;
}


.prod {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px ;
	border-bottom: #757575 1px solid;
}

.prodimg {
	width: 20%;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

.prodcopy {
	width: 55%;
	display: inline-block;
	vertical-align: top;
}

.prodbutton {
	width: 20%;
	margin: 30px 0px 0px 20px;
	display: inline-block;
	vertical-align: middle;
}

.pro_detail_left, .pro_detail_right {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0px 20px 20px 20px;
}

.pro_detail_left a {
	color: #757575;

}

.pro_detail_right {
	background: #ffe6cb;
	padding-top: 20px;
}
.pro_detail_right iframe{width:455px !important; height:256px !important;}
.galimage {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0px 3% 15px 0px;
}

.galimage:nth-child(3n+3) {
	margin-right: 0%;
}

.galimage img {
	width: 100%;
}

.rental {
	width: 100%;
}

.rent_option {
	width: 100%;
	padding: 20px 0px;
	border-bottom: #ffe6cb 1px solid;
}

.rent_option img {
	margin-top: -60px;
	width: 40%;
	float: right;
}

.rent_option > table {
	width: 60%;
}

.rent_option td {
	width: 30%;
	padding: 5px;
}

.card_logo {
	display: inline-block;
	margin: 10px 10px 10px 0px;
}

.second_hand img {
	width: 20%;
	float: right;
	margin-left: 40px;
}

.sh_option {
	padding: 20px 0px;
	border-bottom: #ffe6cb 1px solid;
}

.options img {
	display: inline-block;
	vertical-align: top;
	height: 113px;
	margin: 10px 20px 10px 0px;
	border: 4px solid #ffe6cb;
}

.industry_link {
	width: 100%;
	padding: 20px 0px;
	line-height: 1.6em;
	border-bottom: 1px solid #ffe6cb;
	font-size:14px;
	color: #757575;	
}

.testimonial {
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #ffe6cb;
}

.tes_img {
	width: 30%;
	float: right;
	margin-left: 40px;
}
.tes_img img {
	width: 225px;
}
.main_tes_img {
	width: 100%;
	margin-bottom: 10px;
}

.sub_tes_img {
	display: inline-block;
	width: 49%;
	margin: 0px 0px 3px 0px;
}

/*.sub_tes_img:nth-child(2n+2) {
	border: 1px solid #F0F;
}
.contact_row:nth-child(even) {
	background: #ffe6cb;
}

.contact_row ul li {
	display: inline-block;
	text-align: left;
	padding: 10px 0px;
}

.contact_row ul li.con_small {
	width: 16%;
}
.contact_row ul li.con_large {
	width: 25%;
}*/

.contact_row {
	    float: left;
    width: 100%;
    text-decoration: none !important;
	transition: 0.4s;

}
a.contact_row {
	cursor:pointer;
}
a.contact_row:hover {
	opacity:0.6;
}

.contact_row:nth-child(even) {
	background: #ffe6cb;
}

.contact_row ul li {
	display: inline-block;
	text-align: left;
	padding: 10px 0px;
}

.contact_row ul li.con_small {
	width: 10%;
}
.contact_row ul li.con_small_name {
	width: 17%;
}
.contact_row ul li.con_small1 {
	width: 8%;
}
.contact_row ul li.con_large {
	width: 29%;
}
.contact_row ul li.con_large2 {
	width: 34%;
}
.con-details {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
}
.con-details:nth-child(3) {
	margin-right: 0%;
}
/* LAYOUT ELEMENTS *********************************************** */

.w20_left {
	width: 20%;	
}

.w30_left {
	width: 29%;	
	float: left;	
	margin-right: 1%;
	padding-right: 10px;
}

.w40_left {
	width: 40%;	
	float: left;	
}

.w45_left {
	width: 45%;	
	float: left;	
}

.w50_left {
	width: 48%;
	margin-right: 1%;
	float: left;
}

.w60_left {
	width: 60%;	
}

.w70_left {
	width: 69%;	
	margin-left: 1%;
	float: left;	
}

.w80_left {
	width: 79%;	
	margin-left: 1%;
	float: left;	
	padding-right: 20px;
}

.w100_left {
	width: 100%;	
}

.w20_right {
	width: 19%;	
	float: right;	
	margin-left: 1%;
	padding-right: 10px;
}

.w30_right {
	width: 29%;	
	float: right;	
	margin-left: 1%;
	padding-right: 10px;
}

.w40_right {
	width: 40%;	
	float: left;	
}

.w45_right {
	width: 45%;	
	float: left;	
}

.w50_right {
	width: 48%;
	margin-left: 1%;
	float: right;
}

.w60_right {
	width: 60%;	
}

.w70_right {
	width: 69%;	
	margin-left: 1%;
	float: right;
}

.w80_right {
	width: 80%;	
}

.w100_right {
	width: 100%;	
}

.w20_inline {
	width: 20%;	
	display: inline-block;
	vertical-align: top;
}

.w30_inline {
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}

.w40_inline {
	width: 40%;	
	display: inline-block;
	vertical-align: top;
}

.w45_inline {
	width: 45%;	
	display: inline-block;
	vertical-align: top;
}

.w50_inline {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.w60_inline {
	width: 60%;	
	display: inline-block;
	vertical-align: top;
}

.w70-inline {
	width: 70%;	
	display: inline-block;
	vertical-align: top;
}

.w80_inline {
	width: 80%;	
	display: inline-block;
	vertical-align: top;
}

.w100_inline {
	width: 100%;	
	display: inline-block;
	vertical-align: top;
}
.w100 {
    float: left;
    width: 100%;
}
/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
input[type=number],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 11px 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	/*background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 98% 8px;*/
	color:#c7cbd0;
}

.button {
	margin: 0;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	background: #f7921e;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-decoration: none;
	border: 0px;
}

.button:hover {
	color: #ffe6cb;
}


.lrg_button {
	display: inline-block;
	vertical-align: top;
	margin: 0px 3% 20px 0px;
	padding: 13px 20px 7px 20px;
	font-family:'VAG Rounded W01 Light';
	color: #fff;
	text-align: center;
	background: #f7921e;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-decoration: none;
	border: 0px;
	font-size: 30px;
	width: 48%;
}

.lrg_button:nth-child(2) {
	margin-right: 0px;
}

.lrg_button img {
	display: inline-block;
	vertical-align: top;
	margin: -3px 10px 0px 0px;
}

.lrg_button > div {
	font-size: 12px; 
	display: inline-block;
	vertical-align: top;
	margin: 3px 10px 0px 0px;
}
.lrg_button:hover {
	color: #ffe6cb;
}


.placeholder {
	color: #c7cbd0;
}

.hire_form input[type=text],
.hire_form input[type=password],
.hire_form input[type=email],
.hire_form input[type=tel],
.hire_form input[type=color],
.hire_form input[type=date],
.hire_form input[type=datetime],
.hire_form input[type=url],
.hire_form input[type=number],
.hire_form textarea,
.hire_form select {
	width: 50%;
}

.hire_form label {
	display: inline-block;
	vertical-align: central;
	width: 23%;
}

.captcha {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.radio {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}
/* MENU ITEMS ***************************************************** */

/* nav is the menu container, float left/right or margin auto for a centered menu
to auto size menu items open /js/flexnav.js and set 'calcItemWidths': false on line 14 to true
 */
nav {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #f7921e;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-height: 0;
}

.flexnav.opacity {
	opacity: 0; 
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}

.flexnav {
	padding: 0px;
	margin: 0px;	
}
.flexnav li {
	font-size: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 999; 
}
/* modify to change the appearance of menu items */
.flexnav li a {
	position: relative;
	display: block;
	padding: .96em 1.72em;
	z-index: 2;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
	font-family:'VAG Rounded W01 Light';
	font-size: 15px; 
}
.flexnav_active {
	background:#ffe6cb;
	color: #f7921e !important;
}
.flexnav li a:hover {
	background:#ffe6cb;
	color: #f7921e;
}
.flexnav li ul {
	width: 150px; /* change to modify with of dropdown menus */
	padding: 0px;
	margin: 0px;	
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden; 
}

.flexnav li ul.flexnav-show li {
	overflow: visible; 
}

.flexnav li ul li a {
	display: block;
	background: #b2b2af; 
}

.flexnav ul li ul li a {
	background: #bfbfbc; 
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9; 
}

.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center; 
}

.flexnav .touch-button:hover {
	cursor: pointer; 
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #666; 
}

.menu-button {
	position: relative;
	display: block;
	padding: 1em;
	background: #f7921e;
	color: #FFF;
	cursor: pointer;
}

.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px; 
}

.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center; 
}

.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #FFF; 
}

#contact-map {
    width: 600px !important;
}


	#contact-hero {
    width: 600px !important;
}
#pop_up_content h1 {margin: 0 !important;}
	