@charset "utf-8";

html
{
	position:relative;
	width:100%;
	height:100%;
}

body
{
	position:relative;
	width:100%;
	height:100%;
	background:url(../img/bg.jpg) no-repeat top center #fff;
	background-size:100% auto;
}

.main-container
{
	padding:0px;
}

.main-wrapper
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background:url(../img/header-bg.jpg) no-repeat top center #fff;
}

header
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	min-height:140px;
	padding-left:15px;
	padding-right:15px;
}

.desktop-nav
{
	position:relative;
	float:left;
	width:100%;
	height:60px;
	border-bottom:5px solid #51020a !important;
	margin-top:80px;
	
	background: rgb(187,3,0); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjAxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(187,3,0,1) 0%, rgba(127,1,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,3,0,1)), color-stop(100%,rgba(127,1,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0300', endColorstr='#7f010c',GradientType=0 ); /* IE6-8 */
	
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.desktop-nav > .nav-element
{
	position:relative;
	float:right;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	line-height:55px;
	font-size:18px;
	text-align:center;
	font-family:'Open Sans',sans-serif;
	color:#fff;
	border-left:1px solid #68010c;
	font-weight:600;
	
	-webkit-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-moz-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-ms-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-o-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
}

.desktop-nav > .nav-element:hover
{
  background: rgb(187,3,0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(210, 40, 32, 1) 0%, rgba(127,1,12,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,3,0,1)), color-stop(100%,rgba(127,1,12,1)));
  background: -webkit-linear-gradient(top, rgba(210, 40, 32, 1) 0%,rgba(127,1,12,1) 100%);
  background: -o-linear-gradient(top, rgba(210, 40, 32, 1)) 0%,rgba(127,1,12,1) 100%);
  background: -ms-linear-gradient(top, rgba(210, 40, 32, 1) 0%,rgba(127,1,12,1) 100%);
  background: linear-gradient(to bottom, rgba(210, 40, 32, 1) 0%,rgba(127,1,12,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0300', endColorstr='#7f010c',GradientType=0 );
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;

}

.map-wrapper,
.highlight-wrapper
{
	position:relative;
	float:left;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
	
}

.map-wrapper > div,
.highlight-wrapper > div
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.map-wrapper > div > .top-map
{
	position:relative;
	float:left;
	width:100%;
	height:380px;
	border:none;
}

.highlight-wrapper > div > img
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.slider-wrapper
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}

.slider-wrapper > .slider
{
	position:relative;
	float:left;
	width:100%;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow:hidden;
}

.carousel-control
{
	width:50px;
}

.carousel-control > span
{
	top:42% !important;
}

.content-wrapper
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding-left:15px;
	padding-right:15px;
}

.vehicle
{
	position:relative;
	float:left;
	height:auto;
	margin-bottom:15px;
}

.vehicle > a
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.vehicle >  a > .brand
{
	position:relative;
	float:left;
	width:100%;
	height:40px;
	text-align:center;
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	color:#fff;
	line-height:40px;
	font-weight:600;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	background: rgb(187,3,0); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjAxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(187,3,0,1) 0%, rgba(127,1,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,3,0,1)), color-stop(100%,rgba(127,1,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0300', endColorstr='#7f010c',GradientType=0 ); /* IE6-8 */
}

.vehicle >  a > img
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.vehicle > a > .info
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background:#141d24;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.vehicle > a > .info > .text
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:22px;
	margin-top:10px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;
	min-height:44px;
}

.vehicle > a > .info > .price
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:22px;
	font-family:'Open Sans',sans-serif;
	font-size:15px;
	color:#fff;
	text-align:left;
	font-weight:600;
}

.button,
.vehicle > a > .info > .button
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:35px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	font-weight:600;
	margin-top:10px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background: rgb(187,3,0); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjAxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(187,3,0,1) 0%, rgba(127,1,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,3,0,1)), color-stop(100%,rgba(127,1,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0300', endColorstr='#7f010c',GradientType=0 ); /* IE6-8 */
}

.button:hover,
.vehicle > a > .info > .button:hover
{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	color:#282828;
}

.top-footer
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	border-top:1px solid #ccc;
	background:#f6f6f6;
	padding-top:20px;
	padding-bottom:20px;
	min-height:150px;
	margin-top:20px;
}

.f-part
{
	position:relative;
	float:left;
	height:auto;
	margin-bottom:20px;
}

.f-part > .title
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:25px;
	font-family:'Open Sans',sans-serif;
	font-size:18px;
	font-weight:600;
	color:#282828;
	margin-bottom:5px;
}

.f-part > p
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:21px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	font-weight:400;
	color:#282828;
}

.time-row
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-top:5px;
	border-bottom:1px dashed #ccc;
	line-height:25px;
}

.time-row > span:first-child
{
	position:relative;
	float:left;
	height:auto;
	font-weight:600;
	line-height:24px;
}

.time-row > span:last-child
{
	position:relative;
	float:right;
	height:auto;
	font-weight:600;
	line-height:24px;
}

.bottom-map
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	border:none;
	min-height:200px;
}

.a-button
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:35px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	font-weight:600;
	margin-top:5px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background: rgb(187,3,0); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjAxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(187,3,0,1) 0%, rgba(127,1,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,3,0,1)), color-stop(100%,rgba(127,1,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0300', endColorstr='#7f010c',GradientType=0 ); /* IE6-8 */
}

.a-button:hover
{
	background: rgb(127,1,12); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmMDEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjAzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(127,1,12,1) 0%, rgba(187,3,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,1,12,1)), color-stop(100%,rgba(187,3,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(127,1,12,1) 0%,rgba(187,3,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(127,1,12,1) 0%,rgba(187,3,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(127,1,12,1) 0%,rgba(187,3,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(127,1,12,1) 0%,rgba(187,3,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f010c', endColorstr='#bb0300',GradientType=0 ); /* IE6-8 */
}

footer
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background:#131c23;
	padding-bottom:20px;
	padding-top:20px;
}

footer .f-part > .title
{
	color:#fff;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}

.f-button
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:25px;
	margin-bottom:5px;
	color:#fff;
}

.f-button > span:first-child
{
	position:relative;
	float:left;
	width:20px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
	font-size:14px;
}

.f-button > span:last-child
{
	position:relative;
	float:left;
	width:auto;
	height:24px;
	line-height:24px;
	margin-left:5px;
	text-align:center;
	color:#fff;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
}

.social
{
	position:relative;
	float:right;
	margin-left:8px;
	width:30px;
	height:30px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.social > span
{
	position:relative;
	width:32px;
	height:32px;
	line-height:32px;
	font-size:18px;
	color:#fff;
	text-align:center;
}

.facebook
{
	background:#173579;
}

.twitter
{
	background:#03bbff;
}

.copyright
{
	position:relative;
	float:left;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:13px;
	text-align:center;
	color:#999z;
	background:#e1e1e1;
}

.disable
{
	left:-290px;
}

.enable
{
	left:0px;
}

.mobile-nav
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.mobi-nav > .mobile-logo
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.mobi-nav > .mobile-logo > img
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}


.mb-switch
{
	position:relative;
	float:left;
	width:100%;
	height:45px;
	
	background: rgb(187,3,0); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjAxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(187,3,0,1) 0%, rgba(127,1,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,3,0,1)), color-stop(100%,rgba(127,1,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0300', endColorstr='#7f010c',GradientType=0 ); /* IE6-8 */
}

.mb-right,
.mb-switch > a
{
	position:relative;
	float:right;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
}

.mb-right > span,
.mb-switch > a > span
{
	position:relative;
	float:right;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:20px;
	color:#fff;
}

.mb-right,
.mb-right > span
{
	line-height:55px !important;
	height:55px !important;
}

.mobile-nav
{
	position:fixed;
	width:280px;
	height:100%;
	background:#F2F2F2;
	overflow:scroll;
	overflow-x:hidden;
	z-index:99999;
	padding-top:50px;
	
	-webkit-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-moz-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-ms-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-o-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
}

.mobile-nav > .close
{
	position:absolute;
	width:100%;
	height:40px;
	line-height:40px;
	top:0px;
	background:#ccc;
}

.mobile-nav > .close > span
{
	position:relative;
	float:left;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	margin-left:10px;
	top:0px;
}

.mobile-nav > .mb-container
{
	position:relative;
	width:100%;
	height:auto;
}

.mobile-nav > .mb-container > .mb-element
{
	position:relative;
	float:left;
	width:100%;
	height:40px;
	padding-left:5px;
	padding-top:5px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}

.mobile-nav > .mb-container > .mb-element-active
{
	height:auto !important;
	background:#fff;
}

.mobile-nav > .mb-container > .mb-element > a
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:35px;
	font-family:'Open Sans',sans-serif;
	text-align:left;
}

.mobile-nav > .mb-container > .mb-element > a > .icon
{
	position:relative;
	float:left;
	width:30px;
	height:35px;
	line-height:30px;
	text-align:center;
	color:#282828;
	margin-right:5px;
}

.mobile-nav > .mb-container > .mb-element > a > .text
{
	position:relative;
	float:left;
	width:auto;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#282828;
	font-weight:600;
	
}

.mobile-nav > .mb-container > .mb-element > .sub-nav
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.mobile-nav > .mb-container > .mb-element > .sub-nav > a
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:4px;
	line-height:30px;
	color:#666;
	font-family:'Open Sans',sans-serif;
	font-size:13px;
	border-top:1px solid #f1f1f1;
	padding-left:10px;
}

.vehicle-board
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.vehicle-board > .v-title
{
	position:relative;
	float:left;
	height:auto;
	margin-bottom:10px;
}

.vehicle-board > .v-title > a
{
	position:relative;
	float:left;
	width:auto;
	height:auto;
	line-height:20px;
	margin-bottom:5px;
	font-family:'Open Sans',sans-serif;
	font-size:20px;
	color:#282828;
	font-weight:600;
}

.vehicle-board > .v-title > span
{
	position:relative;
	float:right;
	width:auto;
	height:auto;
	line-height:20px;
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	color:rgb(187,3,0);
	font-weight:600;
}

.vehicle-info
{
	position:relative;
	float:left;
	height:auto;
}

.vehicle-info  > .v-big-image
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:5px;
	padding:5px;
	background:#fff;
	border:1px solid #e1e1e1;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.vehicle-info  > .v-big-image > a
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.vehicle-info  > .v-big-image > a > img
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
} 

.vehicle-info  > .v-thumbs
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	padding:0px;
}

.vehicle-info  > .v-thumbs > a
{
	position:relative;
	float:left;
	padding:5px;
}

.vehicle-info  > .v-thumbs > a > img
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-color:#fff;
	padding:5px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-moz-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-ms-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-o-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	
}

.vehicle-info  > .v-thumbs > a:hover > img
{
	background:rgb(187,3,0);
}

.vehicle-detail
{
	position:relative;
	float:right;
	height:auto;
}

.vehicle-detail > .detail-title
{
	position:relative;
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
	
	background: rgba(39,57,71,1);
	background: -moz-linear-gradient(top, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,57,71,1)), color-stop(100%, rgba(20,29,36,1)));
	background: -webkit-linear-gradient(top, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	background: -o-linear-gradient(top, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	background: -ms-linear-gradient(top, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	background: linear-gradient(to bottom, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273947', endColorstr='#141d24', GradientType=0 );
	color:#fff;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.vehicle-detail > .detail-list
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	display:table;
	background:#fff;
	border:1px solid #e1e1e1;
	padding:0px;
	padding-top:15px;
	padding-bottom:15px;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.vehicle-detail > .detail-list > div
{
	position:relative;
	width:100%;
	height:auto;
	line-height:30px;
	display:table-row;
	padding:0px;
}

.gb > span
{
	background:#f8f8f8;
}

.vehicle-detail > .detail-list > div > span
{
	display:table-cell;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
}

.vehicle-detail > .detail-list > div > span > strong
{
	font-size:16px;
}

.vehicle-detail > .detail-list > div:last-child > span
{
	border:none;
}

.vehicle-detail > .detail-list > div > span:first-child
{
	width:140px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	font-weight:600;
}

.vehicle-extra-cont
{
	position:relative;
	float:left;
	height:auto;
	margin-top:20px;
}


.vehicle-extra
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.check-title,
.vehicle-extra > .extra-title
{
	position:relative;
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
	
	background: rgba(39,57,71,1);
	background: -moz-linear-gradient(top, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,57,71,1)), color-stop(100%, rgba(20,29,36,1)));
	background: -webkit-linear-gradient(top, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	background: -o-linear-gradient(top, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	background: -ms-linear-gradient(top, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	background: linear-gradient(to bottom, rgba(39,57,71,1) 0%, rgba(20,29,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273947', endColorstr='#141d24', GradientType=0 );
	color:#fff;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.check-board,
.vehicle-extra > .description
{
	position:relative;
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	margin-bottom:20px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	line-height:21px;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.check-board
{
	padding-left:10px;
	padding-right:10px;
}

.vehicle-extra > .description > p
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:10px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	line-height:21px;
	text-align:justify;
}

.check-wrapper
{
	position:relative;
	float:left;
	height:auto;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.check-wrapper > .check
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:30px;
	padding-left:40px;
	background:#f6f6f6;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.check-wrapper > .check > span:first-child
{
	position:absolute;
	left:10px;
	width:20px;
	height:auto;
	line-height:30px;
	text-align:center;
	color:#ddd;
	font-size:20px;
}


.check-wrapper > .check > span:last-child
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:30px;
	font-family:'Open Sans',sans-serif;
	font-size:13px;
	font-weight:600;
	color:#bbb;
}

.check-wrapper > .active
{
	background:#E6FFCC;
}

.check-wrapper > .active > span:last-child
{
	color:#282828 !important;
}

.check-wrapper > .active > span:first-child
{
	color:#509F00 !important;
}

.order
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:35px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	font-weight:600;
	margin-top:10px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background: rgb(187,3,0); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjAxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(187,3,0,1) 0%, rgba(127,1,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,3,0,1)), color-stop(100%,rgba(127,1,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(187,3,0,1) 0%,rgba(127,1,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0300', endColorstr='#7f010c',GradientType=0 ); /* IE6-8 */
	
	-webkit-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-moz-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-ms-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	-o-transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
	transition: all 500ms cubic-bezier(0.305, 0.740, 0.000, 1);
}

.order:hover
{
	background: rgb(127,1,12); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmMDEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjAzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(127,1,12,1) 0%, rgba(187,3,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,1,12,1)), color-stop(100%,rgba(187,3,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(127,1,12,1) 0%,rgba(187,3,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(127,1,12,1) 0%,rgba(187,3,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(127,1,12,1) 0%,rgba(187,3,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(127,1,12,1) 0%,rgba(187,3,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f010c', endColorstr='#bb0300',GradientType=0 ); /* IE6-8 */
}

.left-nav
{
	position:relative;
	float:left;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
	background:#fff;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.left-nav > a
{
	position:relative;
	float:left;
	width:100%;
	padding-left:30px;
	height:auto;
	line-height:30px;
	margin-bottom:5px;
	border-bottom:1px solid #efefef;
}

.left-nav > a:last-child
{
	border:none;
}

.left-nav > a > span:first-child
{
	position:absolute;
	width:20px;
	left:0px;
	height:30px;
	text-align:center;
	font-size:14px;
	color:#282828;
	line-height:30px;
	font-weight:bold;
}

.left-nav > a > span:last-child
{
	position:relative;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#282828;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
}

.content-cont
{
	 position:relative;
	 float:left;
	 padding-right:0px;
	 height:auto;
}

.content
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	
	padding-bottom:20px;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
	background:#fff;
	padding-top:20px;
	padding-bottom:20px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.c-title
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:30px;
	font-family:'Open Sans',san-serif;
	font-size:16px;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
	color:#282828;
	margin-bottom:20px;
}

.content > p
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:21px;
	margin-bottom:15px;
	font-size:14px;
	font-family:'Open Sans',sans-serif;
	color:#282828;
}

.contact-info
{
	position:relative;
	float:left;
	height:auto;
	margin-top:20px;
	padding-bottom:20px;
}

.contact-info > .title
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:30px;
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.contact-info > .c-row
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:5px;
	line-height:20px;
	padding-left:25px;
}

.contact-info > .c-row > span:first-child
{
	position:absolute;
	left:0px;
	width:30px;
	line-height:20px;
	line-height:center;
	font-size:14px;
	color:#282828;
}

.contact-info > .c-row > span:last-child
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:20px;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
}

.form-wrapper
{
	position:relative;
	float:left;
	height:auto;
}

.form-wrapper > .title
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:30px;
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.form
{
	margin-bottom:40px;
}

.form > input,
.form > textarea
{
	margin-bottom:8px;
}

@media (min-width: 992px) and (max-width: 1200px) {

	.desktop-nav > .nav-element
	{
		padding-left:10px;
		padding-right:10px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	
	.desktop-nav > .nav-element
	{
		display:none;
	}
}

@media (max-width: 767px) {
	
	header
	{
		height:auto;
		margin-bottom:20px;
	}
	
	.desktop-nav
	{
		display:none;
	}
	
	.vehicle-board > .v-title > a,
	.vehicle-board > .v-title > span
	{
		width:100%;
		height:auto;
	}
	
	.vehicle-board > .v-title > span
	{
		line-height:16px;
		font-size:14px;
	}
	
	.vehicle-detail
	{
		margin-top:20px;
	}
	
	.vehicle-detail > .detail-list > div > span:first-child
	{
		width:auto;
	}
	
	.content-cont
	{
		padding-left:0px;
	}
}