/* Base Style */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	background: #f3f3f3;
	height: auto !important;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #39a84c;
}

p {
	font-size: 12px;
	font-weight: 300;
	color: #838383;
	line-height: 17px;
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

input:focus, textarea:focus {
	outline: none;
}

dl dt {
	font-size: 14px;
	font-weight: 700;
}

dl dd {
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	margin-top: 5px;
}

dl dd + dt {
	margin-top: 10px;
}

.col_12 {
	width: 940px;
	margin: 10px;
}

.clear {
	clear: both;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky, .bypostauthor, .gallery-caption { font-size: 11px; }

#header, #inner_content, #footer {
	width: 100%;
	min-width: 960px;
}

#header {
	height: 181px;
	background-color: #0d2d4d;
	border-bottom: 5px solid #39a84c;
	margin-bottom: 10px;
}

#content, #footer #content {
	width: 960px;
	margin: auto;
}

#header .header_top_section {
	width: 940px;
	height: 136px;
	margin: auto;
	position: relative;
}

#header .header_top_section a.site_logo {
	display: inline-block;
	float: left;
	*display: inline;
	*zoom: 1;
	line-height: 131px;
	vertical-align: middle;
}

#header .header_top_section a.site_logo.mobile_logo{
	display:none;
}

#header .header_top_section a.site_logo img {
	max-height: 131px;
	line-height: 131px;
	vertical-align: middle;
}

#header .header_top_section .header_login, #header .header_top_section .logged_in {
	display: inline-block;
	float: right;
	*display: inline;
	*zoom: 1;
	font-size: 0;
}

#header .header_top_section .header_login {
	margin-top: 46px;
} 

#header .header_top_section .header_login form {
	display: inline-block;
}

#header .header_top_section .header_login input {
	margin: 0;
	color: #ffffff;
}

#header .header_top_section .header_login input:focus, #header form#searchform input[type=text]:focus {
	outline: none;
	border: 0;
}

#header .header_top_section .header_login input[type=text], #header .header_top_section .header_login input[type=password]{
	height: 38px;
	border: 1px solid #113961;
	background: #082541;
}

#header .header_top_section .header_login input[type=text] {
	padding-left: 36px;
	padding-right: 15px;
	background-image: url('images/form_icons_email.png');
	background-repeat: no-repeat;
	background-position: 15px center;
}

#header .header_top_section .header_login input[type=password] {
	padding-left: 36px;
	padding-right: 15px;
	background-image: url('images/form_icons_lock.png');
	background-repeat: no-repeat;
	background-position: 15px center;
	margin-left: -1px;
}

#header .header_top_section .header_login input[type=submit] {
	height: 42px;
	border: 1px solid #52bb64;
	background-color: #39a84c;
	text-transform: uppercase;
	padding: 0px 15px;
}

#header .header_top_section .header_login input[type=submit].submit_error {
	background-color: #e51f1e;
	border: 1px solid #f12b2a;
}

#header .header_top_section .header_login span.loader {
	height: 40px;
	border: 1px solid #52bb64;
	background-color: #39a84c;
	text-transform: uppercase;
	padding: 0px 15px;
	display: inline-block;
	width: 27px;
	vertical-align: middle;
	margin-top: -1px;
	background-image: url('images/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}

#header .header_top_section .header_login input[type=submit]:hover, #header form#searchform input[type=submit]:hover {
	cursor: pointer;
}

#header .header_top_section .header_login ::-webkit-input-placeholder, #header form#searchform ::-webkit-input-placeholder {
    color: #396795;
}

#header .header_top_section .header_login :-moz-placeholder, #header form#searchform :-moz-placeholder {
    color: #396795;
}

#header .header_top_section .header_login ::-moz-placeholder, #header form#searchform ::-moz-placeholder {
    color: #396795;
}

#header .header_top_section .header_login :-ms-input-placeholder, #header form#searchform :-ms-input-placeholder {
    color: #396795;
}

#header .header_top_section .header_login a.login_toggle {
	width: 41px;
	height: 40px;
	display: inline-block;
	background-color: #113961;
	background-image: url('images/member_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1px solid #154371;
	border-top: 1px solid #154371;
	border-right: 1px solid #154371;
	vertical-align: middle;
	position: relative;
	float: right;
}

#header .header_top_section .header_login a.login_toggle span {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	border-right: 7px solid #113961;
	margin-top: -7px;
	left: -7px;
}

#header .header_top_section .logged_in {
	width: 434px;
	height: 40px;
	background-color: #082541;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -20px;
	line-height: normal;
	border: 1px solid #113961;
}

#header .header_top_section .logged_in .user_tool {
	height: 40px;
	padding: 0px 50px;
}

#header .header_top_section .logged_in .user_tool a {
	font-size: 10px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	float: right;
	margin-top: 8px;
}

#header .header_top_section .logged_in a.log_out {
	width: 40px;
	height: 40px;
	background-color: #113961;
	float: right;
	position: absolute;
	right: -1px;
	top: -1px;
	border: 1px solid #154371;
	background-image: url('images/log_out.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#header .header_top_section .logged_in .user_tool a + a {
	margin-right: 10px;
}

#header .header_top_section .logged_in .user_tool a.account {
	background-color: #113961;
}

#header .header_top_section .logged_in .user_tool a.add_listing {
	background-color: #39a84c;
}

#header .header_top_section .logged_in .user_tool p {
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	margin-top: 3px;
}

#header .header_top_section .logged_in .user_tool p span {
	color: #39a84c;
	font-size: 13px;
}

#header .header_top_section .logged_in img {
	width: 41px;
	height: 40px;
	display: inline-block;
	float: left;
}

#header .header_bottom_section {
	height: 49px;
	border-top: 1px solid #113961;
	clear: both;
}

#header .header_bottom_section #nav_holder {
	width: 940px;
	margin: auto;
	position: relative;
}

#header .header_bottom_section #menu-main, .menu, #menu-footer-menu {
	padding: 0px !important;
}

#header .header_bottom_section #menu-main > li.menu-item {
	height: 44px;
	display: inline-block;
	float: left;
	border-left: 1px solid #FF0000;
	position: relative;
}

#header .header_bottom_section #menu-main > li:last-child {
	border-right: 1px solid #FF0000;
}

#header .header_bottom_section #menu-main > li > a {
	height: 44px;
	display: inline-block;
	line-height: 44px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px 10px;
	text-align: center;
}

#header .header_bottom_section #menu-main li:hover > a {
	background: #113961;
}

#header .header_bottom_section #menu-main .menu-item > .sub-menu {
	position: absolute;
	left: 100%;
	top: 0px;
	display: none;
	z-index: 900000;
	border-left: 1px solid #FF0000;
}

#header .header_bottom_section #menu-main > li.menu-item > .sub-menu {
	top: auto !important;
	left: -1px;
	border-left: 0px;
}

#header .header_bottom_section #menu-main .menu-item:hover > .sub-menu {
	display: block;
}

#header .header_bottom_section #menu-main .menu-item .sub-menu li {
	position: relative;
}

#header .header_bottom_section #menu-main .menu-item .sub-menu li + li {
	border-top: 1px solid #FF0000;
}

#header .header_bottom_section #menu-main .menu-item .sub-menu li a {
	padding: 10px;
	font-size: 12px;
	color: #ffffff;
	background-color: #113961;
	display: block;
	min-width: 150px;
	font-weight: 300;
}

#header .header_bottom_section #menu-main .menu-item .sub-menu li:hover > a {
	color: #39a84c;
}

.bread_crumb {
	display: inline-block;
	background: #fff;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.bread_crumb a, .bread_crumb span {
	font-size: 11px;
	font-weight: 300;
	color: #515151;
	text-transform: uppercase;
	background-image: url('images/seperator.png');
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding: 14px 30px 14px 10px;
}

.bread_crumb span.current {
	color: #39a84c;
}

.bread_crumb a:first-child {
	padding-left: 20px;
}

.bread_crumb a:hover {
	color: #39a84c;
}

.sidebar, .about_sidebar {
	width: 320px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.main_content, .about_main {
	width: 640px;
}

.main_content > .featured_cars_slider {
	margin: 10px;
}

.main_content > .featured_cars_grid > * {
	width: 298px;
	margin: 10px;
	display: inline-block;
	float: left;
	position: relative;
	background-color: #fff;
}

.partners {
	width: 940px;
	margin: 10px;
	clear: both;
}

#header form#searchform {
	width: 48px;
	height: 44px;
	overflow: hidden;
	right: 0px;
	display: inline-block;
	position: absolute;
	float: right;
	border-left: 1px solid #113961;
	border-right: 1px solid #113961;
}

#header form#searchform:hover {
	width: 159px;
}

#header form#searchform input[type=text] {
	width: 111px;
	height: 44px;
	position: absolute;
	right: 48px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #082541;
	border: none;
	padding-left: 10px;
	color: #ffffff;
}

#header form#searchform input[type=submit] {
	width: 48px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: none;
	float: right;
	background-image: url('images/search_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #082541;
}

.sidebar .widget, .about_sidebar > * {
	margin: 10px;
	width: 298px;
	float: left;
}

.widget {
	width: 100%;
	background: #fff;
	border: 1px solid #e9e9e9;
}

.buy_sell.widget > p, .buy_sell.widget > a {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	padding: 15px;
}

.buy_sell.widget > p {
	color: #515151;
}

.buy_sell.widget > a {
	color: #ffffff;
	background-color: #39a84c;
}

.buy_sell.widget > .tabs_content > .content_tab > p {
	font-size: 13px;
	color: #515151;
	font-weight: 300;
	text-align: center;
	padding: 20px 0px;
	clear: both;
	border-bottom: 1px solid #e9e9e9;
}

.buy_sell.widget > .tabs_content > .content_tab > form {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.buy_sell.widget > .tabs_content > .content_tab > form > p {
	margin: 10px;
	display: inline-block;
	float: left;
}

p.row_full {
	width: 260px;
}

p.row_half {
	width: 119px;
}

.buy_sell.widget > .tabs_content > .content_tab > form > p label {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d2d4d;
	display: block;
	margin-bottom: 8px;
}

.buy_sell.widget > .tabs_content > .content_tab > form > p select, .widget select {
	width: 100%;
	height: 31px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #f4f4f4;
	border: 1px solid #e4e4e4;
	border-radius: 0px;
	font-size: 13px;
	color: #737373;
	font-weight: 300;
	padding: 0px 10px;
	background-image: url('images/drop_down.png');
	background-repeat: no-repeat;
	background-position: center right;
}

.buy_sell.widget > .tabs_content > .content_tab > form > p input[type=submit] {
	width: 100%;
	height: 53px;
	border: none;
	background-color: #0d2d4d;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
}

.buy_sell.widget > .tabs_content > .content_tab > form > p input[type=submit]:hover {
	cursor: pointer;
}

.widget .widget_head {
	padding: 15px;
	position: relative;
	line-height: 23px;
	border-bottom: 1px solid #eaeaea;
}

.widget .widget_head > h4 {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #515151;
	text-align: center;
}

.last_news.widget .widget_head > a {
	width: 23px;
	height: 23px;
	display: inline-block;
	background-color: #dfdfdf;
	position: absolute;
	top: 15px;
	background-image: url('images/arrows.png');
	background-repeat: no-repeat;
}

.last_news.widget .widget_head > a.prev {
	left: 15px;
	background-position: 8px center;
}

.last_news.widget .widget_head > a.next {
	right: 15px;
	background-position: -6px center;
}

.last_news.widget .widget_head > a:hover {
	background-color: #b9b9b9;
}

.last_news.widget .widget_body > ul > li {
	display: none;
}

.last_news.widget .widget_body > ul > li:first-child {
	display: block;
}

.last_news.widget .widget_body > ul > li > ul > li {
	padding: 20px;
}

.last_news.widget .widget_body > ul > li > ul > li img {
	float: left;
	width: 70px;
	height: 70px;
}

.last_news.widget .widget_body > ul > li > ul > li p, .last_news.widget .widget_body > ul > li > ul > li h5 {
	padding-left: 90px;
}

.last_news.widget .widget_body > ul > li > ul > li p {
	font-size: 10px;
	color: #6e6e6e;
	text-transform: uppercase;
}

.last_news.widget .widget_body > ul > li > ul > li h5 {
	font-size: 14px;
	color: #39a84c;
	font-weight: 300;
	line-height: 16px;
}

.last_news.widget .widget_body > ul > li > ul > li p + h5 {
	margin-top: 5px;
}

.last_news.widget .widget_body > ul > li > ul > li + li {
	border-top: 1px solid #eaeaea;
}

.car_brands.widget {
	border: 0px;
}

.car_brands.widget .widget_head {
	border-bottom: 0px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.car_brands.widget .widget_footer {
	border-top: 0px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding: 15px;
	position: relative;
	line-height: 23px;
}

.car_brands.widget .widget_footer a {
	font-size: 10px;
	font-weight: 300;
	color: #515151;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.car_brands.widget table.brands {
	width: 100%;
}

.car_brands.widget table.brands tr {
	width: 100%;
	height: 83px
}

.car_brands.widget table.brands tr td {
	width: 33.3%;
	border: 1px solid #eaeaea;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.car_brands.widget table.brands tr td a img {
	width: 50px;
}

.car_brands.widget table.brands tr td a p {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(234,234,234, 0.95);
	text-align: center;
	line-height: 83px;
	display: none;
}

.car_brands.widget table.brands tr td:hover a p {
	display: block;
}

.featured_cars_slider .slider_title, .car_info_page .car_info_title, .search_results {
	width: 100%;
	padding: 17px;
	background-color: #0d2d4d;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.featured_cars_slider .slider_title > *, .car_info_page .car_info_title > * {
	display: inline-block;
}

.featured_cars_slider .slider_title > h3, .car_info_page .car_info_title > h2 {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

.featured_cars_slider .slider_title > p, .car_info_page .car_info_title > h3.price {
	float: right;
	color: #466687;
}

.featured_cars_slider .slider {
	position: relative;
	overflow: hidden;
}

.featured_cars_slider .slider .slider_nav {
	position: absolute;
	top: 20px;
	left: 20px;
}

.featured_cars_slider .slider .slider_nav a {
	width: 23px;
	height: 23px;
	display: inline-block;
	background-color: #39a84c;
	background-image: url('images/arrows.png');
	background-repeat: no-repeat;
	float: left;
}

.featured_cars_slider .slider .slider_nav a.next {
	background-position: -6px center;
}

.featured_cars_slider .slider .slider_nav a.prev {
	background-position: 8px center;
}

.featured_cars_slider .slider .slider_nav a:hover {
	background-color: #0d2d4d;
}

.featured_cars_slider .slider ul li {
	display: none;
	width: 620px;
	height: 394px;
}

.car_info_page .car_info_slider ul li {
	display: none;
	width: 620px;
	height: 334px;
}

.featured_cars_slider .slider ul li:first-child, .car_info_page .car_info_slider ul li:first-child {
	display: block;
}

.featured_cars_slider .slider ul li img, .car_info_page .car_info_slider ul li img {
	display: block;
}

.featured_cars_slider .slider ul li div p.new_badge, .services_page .service_box .service_img p.new_badge {
	height: 23px;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0px 9px;
	background-color: #feaf06;
	color: #b1551e;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 23px;
	vertical-align: middle;
}

.featured_cars_slider .slider ul li div table.slide_car_info {
	width: 100%;
	background-color: #39a84c;
	border-top: 3px solid #FFF;
	position: absolute;
	bottom: 0px;
}

.featured_cars_slider .slider ul li div table.slide_car_info td {
	min-width: 5px;
	height: 57px;
	vertical-align: middle;
	text-align: center;
}

.featured_cars_slider .slider ul li div table.slide_car_info td {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	border-left: 1px solid #42c459;
}

.featured_cars_slider .slider ul li div table.slide_car_info td:first-child {
	border-left: 0px;
}

.featured_cars_slider .slider ul li div table.slide_car_info td strong {
	font-size: 18px;
	font-weight: 700;
}

.featured_cars_slider .slider ul li div table.slide_car_info td a {
	font-size: 12px;
	color: #ffffff;
	font-weight: 300;
	margin: 0px 5px;
}

.main_content > .featured_cars_grid .featured_car > a:first-child {
	width: 298px;
	height: 162px;
	display: inline-block;
	background-color: #0d2d4d;
	float: left;
}

.main_content > .featured_cars_grid .featured_car > a img {
	width: 298px;
}

/* .main_content > .featured_cars_grid .featured_car:hover > a img {
	opacity: 0.1;
} */

.main_content > .featured_cars_grid .featured_car .car_price {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	background-color: #3ca24f;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 7px
}

.main_content > .featured_cars_grid .featured_car .car_name {
	display: block;
	padding: 17px 20px;
	font-size: 14px;
	font-weight: 300;
	color: #39a84c;
	border-bottom: 1px dotted #d8d8d8;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	clear: both;
}

.main_content > .featured_cars_grid .featured_car ul, .details > ul {
	display: block;
	padding: 8px 20px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.main_content > .featured_cars_grid .featured_car ul li, .details > ul li {
	padding: 8px 0px
}

.main_content > .featured_cars_grid .featured_car ul li + li, .details > ul li + li {
	border-top: 1px solid #e9e9e9;
}

.main_content > .featured_cars_grid .featured_car ul li .car_attr, .main_content > .featured_cars_grid .featured_car ul li .car_prop, .details > ul li .car_attr, .details > ul li .car_prop {
	display: inline-block;
}

.main_content > .featured_cars_grid .featured_car ul li .car_attr, .details > ul li .car_attr {
	font-weight: 700;
}

.main_content > .featured_cars_grid .featured_car ul li .car_prop, .details > ul li .car_prop {
	float: right;
}

.main_content > .featured_cars_grid .featured_car ul li .car_prop a, .details > ul li .car_prop a {
	font-size: 12px;
	font-weight: 400;
	color: #838383;
}

#footer {
	margin-top: 10px;
	clear: both;
	display: inline-block;
}

#footer .footer_top_section {
	width: 100%;
	height: 53px;
	background-color: #031424;
}

#footer .footer_mid_section, #footer .footer_bottom_section {
	width: 100%;
	background-color: #082642;
}

#footer .footer_mid_section, #footer .footer_bottom_section a {
	color: #ffffff;
}

#footer .footer_top_section #content > div, #footer .footer_top_section #content > ul {
	display: inline-block;
	margin: 0px 10px;
	height: 52px;
	vertical-align: middle;
	line-height: 49px;
}

#footer .footer_top_section ul li {
	display: inline-block;
	vertical-align: middle;
}

#footer .footer_top_section ul#menu-footer-menu li a {
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	color: #224f7c;
	display: inline-block;
}

#footer .footer_top_section ul#menu-footer-menu li a:hover {
	color: #39a84c;
}

#footer .footer_top_section ul#menu-footer-menu li + li a:before {
	content: '·';
	margin-right: 12px;
	margin-left: 12px;
}

#footer .footer_top_section ul#menu-footer-menu li + li a:after {
	margin-left: 10px;
}

#footer .footer_top_section ul#menu-footer-menu li .sub-menu {
	display: none;
}

#footer .footer_top_section ul.social_links {
	float: right;
}

#footer .footer_top_section ul.social_links li a {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-color: #082541;
	font-family: 'icomoon';
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
}

#footer .footer_top_section ul.social_links li a:hover {
	background-color: #39a84c;
}

#footer .footer_mid_section #content > div {
	width: 298px;
	display: inline-block;
	float: left;
	margin: 20px 10px;
}

#footer .footer_mid_section #content > div > p {
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}

#footer .footer_mid_section #content > div > p.icon, .contact_info p.icon {
	width: 36px;
	height: 36px;
	line-height: 39px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
	background-color: #031425;
	margin-right: 14px;
}

#footer .footer_bottom_section {
	padding: 20px 0px;
}

#footer .footer_bottom_section #content > p {
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	color: #34608c;
	margin: 10px;
}

#footer .footer_bottom_section #content > p:last-child {
	float: right
}

.car_info_page .car_info_title, .search_results {
	width: auto;
	margin: 10px;
}

.car_info_page .car_info_slider {
	width: inherit;
	margin: 10px 10px 0px 10px;
}

.car_info_page .slider_thumbs {
	width: inherit;
	margin: 0px 10px 0px 10px;
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-top: -2px;
	position: relative;

}

.car_info_page .slider_thumbs img {
	width: 110px;
	height: 110px;
}

.car_info_page .slider_thumbs ul li {
	display: inline-block;
	float: left;
	margin: 6px;
}

.car_info_page .car_info_title, .car_info_page .car_info_slider img {
	display: block;
}

.car_info_page .car_info_title > h3.price {
	padding: 10px;
	background-color: #fff;
	color: #39a84c;
}

.car_info_page .car_info_title > h2 {
	vertical-align: middle;
	line-height: 36px;
}

.car_info_page .car_info_slider {
	display: inline-block;
}

.description, .details, .elements, .share {
	margin: 0px 10px 0px 10px;
}

.description > h4, .details > h4, .elements > h4, .share > h4 {
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #f3f3f3;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
	font-weight: 300;
	color: #929292;
	text-transform: uppercase;
}

.description > .desc_content {
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #fff;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.description > .desc_content p + p {
	margin-top: 20px;
}

.description > .desc_content p {
	font-size: 12px;
	font-weight: 400;
	color: #838383;
	line-height: 18px;
}

.details, .elements {
	background-color: #ffffff;
}

.elements ul {
	padding: 20px 10px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.elements ul li {
	width: 173px;
	margin: 0px 10px 0px 10px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #838383;
	padding: 10px 0px;
	border-bottom: 1px solid #eeeeee;
}

.share {
	margin-bottom: 10px;
	display: block;
}

.share h4 span {
	float: right;
	margin-top: -4px;
}

.share h4 span > * {
	margin: 0px 10px;
}

.author_contact {
	background-color: #fff;
	border: 1px solid #e9e9e9;
}

.author_contact #map {
	height: 150px;
	margin: 1px;
}

.author_contact {
	margin: 20px 10px 10px 10px;
}

.author_contact > h4 {
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	font-weight: 300;
	color: #828282;
	text-transform: uppercase;
}

.author_contact > h4 span {
	font-size: 12px;
	float: right;
	text-transform: none;
}

.author_contact_form, .contact {
	padding: 10px;
}

.author_contact_form p, .contact p {
	display: inline-block;
	margin: 10px;
}

.author_contact_form p label, .contact p label {
	display: block;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	color: #0d2d4d;
}

.author_contact_form p input[type=text], .author_contact_form p input[type=email], .contact p input[type=text], .contact p input[type=email] {
	width: 100%;
	height: 31px;
}

.author_contact_form p textarea, .contact p textarea {
	max-width: 100%;
	min-width: 100%;
	height: 111px;
	margin: 0px;
}

.author_contact_form p.row_half, .contact p.row_half {
	width: 176px;
}

.author_contact_form p.row_full, .contact p.row_full {
	width: 577px;
}

.author_contact_form p input[type=text], .author_contact_form p input[type=email], .author_contact_form p textarea, .contact p input[type=text], .contact p input[type=email], .contact p textarea, .widget_search input[type=text] {
	background-color: #f4f4f4;
	border: 1px solid #e4e4e4;
	padding: 7px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 12px;
	font-weight: 300;
	color: #737373;

}

.form_buttons {
	text-align: right;
	display: block !important;
}

.form_buttons input {
	border: 0px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	margin: 0px;
}

.form_buttons input[type=reset] {
	background-color: #0d2d4d;
}

.form_buttons input[type=submit] {
	background-color: #3dae51;
}

.form_buttons input:hover {
	cursor: pointer;
}

.form_buttons input + input {
	margin-left: 7px;
}

.services_page .service_box, .partners_page .partner_box {
	width: 298px;
	margin: 10px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	vertical-align: top;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.services_page .service_box .service_img, .partners_page .partner_box .partner_logo {
	height: 202px;
	margin: 10px 10px 0px 10px;
	overflow: hidden;
	line-height: 199px;
	background-color: #f3f3f3;
	text-align: center;
	position: relative;
}

.services_page .service_box .service_img img, .partners_page .partner_box .partner_logo img {
	max-width: 100%;
	max-height: 202px;
	display: inline-block;
	vertical-align: middle;
}

.services_page .service_box .service_img p.new_badge {
	top: 10px;
	right: 10px;
}

.services_page .service_box > h2 {
	padding: 20px 20px 0px 20px;
	font-size: 24px;
	font-weight: 300;
	color: #39a84c;
}

.services_page .service_box > h5 {
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	font-weight: 300;
	color: #0d2d4d;
	border-bottom: 1px dotted #d8d8d8;
} 

.services_page .service_box > p, .partners_page .partner_box > p {
	padding: 15px 20px;
	font-style: 12px;
	line-height: 17px;
	color: #838383;
}

.services_page .service_box:hover {
	background-color: #e3e3e3;
}

.services_page .service_box:hover .service_img {
	background-color: #ffffff;
}

.services_page .service_box:hover, .services_page .service_box:hover > h5 {
	border-color: #ffffff;
}

.partners_page .partner_box .partner_logo {
	background-color: #ffffff;
	height: 142px;
	border: 1px solid #f5f5f5;
}

.partners_page .partner_box > a h4{
	padding: 20px;
	font-size: 14px;
	font-weight: 300;
	color: #39a84c;
	border-bottom: 1px dotted #d8d8d8;
}

.partners_page .partner_box:hover > a h4 {
	color: #0d2d4d;
}

.partner_logo .hover_box  {
	display: none;
}

.partners_page .partner_box:hover .partner_logo .hover_box {
	height: 100%;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eeeeee;
	opacity: 0.5;
}

.map_container {
	margin: 10px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}

.map_container #map {
	margin: 1px;
}

.map_overlay {
	padding: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(57, 168, 76, 0.90);
}

.contact_form {
	width: 620px;
	margin: 10px;
	display: inline-block;
	float: left;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.contact_form > h4, .contact_info > h4 {
	padding: 20px;
	font-size: 14px;
	font-weight: 300;
	color: #828282;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;
}

.contact_info {
	width: 300px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	margin: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.contact_info > p {
	font-size: 12px;
	line-height: 17px;
	font-weight: 300;
	padding: 15px 20px;
}

.contact_info > ul li {
	padding: 20px;
	border-top: 1px solid #e9e9e9;
}

.contact_info > ul li p.icon {
	background-color: #39a84c;
}

.contact_info > ul li p {
	display: inline-block;
}

.contact_info > ul li p:last-child {
	max-width: 204px;
	vertical-align: middle;
	line-height: 17px;
	font-weight: 300;
	color: #39a84c;
}

.error {
	border: 1px solid #d02e2e !important;
}

/* Columns */

.full_column {
	width: 940px;
	margin: 10px;
	float: left;
}

.two_third {
	width: 620px;
	margin: 10px;
	float: left;
}

.one_third {
	width: 300px;
	margin: 10px;
	float: left;
}

.full_column, .two_third, .one_third {
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.full_column .content, .two_third .content, .one_third .content, .full_column > h5, .two_third > h5, .one_third > h5, .wwa_head > h4, .wwd_head > h4, .wt_head > h4, .widget > h4 {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.full_column > h5, .two_third > h5, .one_third > h5, .wwa_head > h4, .wwd_head > h4, .wt_head > h4, .widget > h4 {
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	font-weight: 300;
	color: #828282;
	text-transform: uppercase;
}

.search_results > h4 {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	vertical-align: middle;
	text-transform: uppercase;
	margin-top: 6px;
}

.search_results > form {
	display: inline-block;
	float: right;
}

.search_results > form label {
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
}

.search_results > form select {
	padding: 4px 29px 4px 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 0px;
	background-image: url(images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #39a84c;
}

.blog_main, .single_post {
	width: 640px;
	display: inline-block;
}

.blog_main .blog_posts .post {
	margin: 10px;
	overflow: hidden;
}

.blog_main .blog_posts .post > a {
	height: 163px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: 1px;
}

.blog_main .blog_posts .post > .post_breaf {
	height: 162px;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}

.blog_main .blog_posts .post > .post_breaf h4 a {
	font-size: 14px;
	font-weight: 300;
}

.blog_main .blog_posts .post > .post_breaf > * {
	padding: 10px 10px 10px 10px;
}

.blog_main .blog_posts .post > .post_breaf .post_date {
	border-top: 1px dotted #d8d8d8;
	border-bottom: 1px dotted #d8d8d8;
}

.blog_pagination {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin: 10px;
	padding: 10px;
}

.comments_pagination {
	padding: 10px;
}

.blog_pagination > div {
	display: inline-block;
}

.blog_pagination > div.page_nav {
	float: right;
}

.blog_pagination > div a, .blog_pagination > div span, .comments_pagination a, .comments_pagination span {
	font-size: 12px;
	font-weight: 300;
	color: #838383;
	background-color: #f3f3f3;
	border: 1px solid #e4e4e4;
	text-transform: uppercase;
	padding: 5px 7px;
	display: inline-block;
}

.blog_pagination > div span.current, .blog_pagination > div a:hover, .comments_pagination span.current, .comments_pagination a:hover {
	background-color: #3dae51;
	border: 1px solid #3dae51;
	color: #ffffff;
}

.top_posts .tabs > a {
	width: 35%;
	display: table-cell;
	background-color: #f3f3f3;
	border-left: 1px solid #e5e4e4;
	border-bottom: 1px solid #e5e4e4;
	font-size: 12px;
	font-weight: 300;
	color: #515151;
	text-align: center;
	padding: 15px;
}

.top_posts .tabs > a:first-child {
	border-left: 0px;
}

.top_posts .tabs > a.active_tab {
	background-color: #ffffff;
	color: #60b56d;
	border-bottom: 0px;
}

.top_posts .tab_content ul li + li {
	border-top: 1px solid #e5e4e4;
}

.top_posts .tab_content ul li {
	padding: 20px;
}

.top_posts .tab_content ul li img {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 20px;
	width: 70px;
	height: 70px;
}

.top_posts .tab_content ul li a {
	font-size: 12px;
	font-weight: 300;
	color: #0d2d4d;
	line-height: 16px;
	display: block;
	margin-top: 5px;
	padding-left: 90px;
}

.top_posts .tab_content ul li a:hover {
	color: #60b56d;
}

.top_posts .tab_content ul li p.post_date {
	font-size: 10px;
	text-transform: uppercase;
}

.single_post > * {
	margin: 10px;
	background-color: #ffffff;
}

.single_post .comments {
	margin-bottom: 0px;
}

.single_post .leave_comment {
	margin-top: 0px;
	border-top: 1px solid #e0e0e0;
}

.single_post .post_img {
	width: 620px;
	margin-bottom: 0px;
	display: block;
}

.single_post .post_img img {
	width: 620px;
	display: block;
}

.single_post > h4, .single_post > .post_date {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.single_post > .post_content {
	margin-top: 0px;
	display: block;
	padding: 15px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-top: 1px dotted #d8d8d8;
}

.single_post > .post_content > * + * {
	margin-top: 20px;
}

.single_post > h4 {
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 300;
	color: #39a84c;
}

.single_post > .post_date {
	border-top: 1px dotted #d8d8d8;
	padding: 5px 20px;
	font-size: 10px;
	color: #6e6e6e;
	text-transform: uppercase;
}

.about_author > h4, .comments > h4, #respond #reply-title {
	font-size: 14px;
	padding: 20px;
	color: #828282;
	border-bottom: 1px solid #e9e9e9;
}

.about_author > .author_desc {
	padding: 20px;
	position: relative;
}

.about_author > .author_desc > img {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.about_author > .author_desc > h3 {
	font-size: 18px;
	font-weight: 300;
	color: #0d2d4d;
}

.about_author > .author_desc > .author_title {
	font-size: 10px;
	color: #3dae51;
	text-transform: uppercase;
}

.about_author > .author_desc > ul {
	position: absolute;
	top: 20px;
	right: 20px;
}

.about_author > .author_desc > ul li a, .team_members .member .member_img ul li a  {
	width: 26px;
	height: 26px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ecebeb;
	font-family: 'icomoon';
	color: #c0c0c0;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.about_author > .author_desc > ul li a:hover, .team_members .member .member_img ul li a:hover {
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	color: #ffffff;
}

.about_author > .author_desc > p.a_desc {
	margin-top: 10px;
}

.comments > .comment {
	list-style: none;
}

.comments > .comment .comment-body {
	padding: 20px;
	position: relative;
}

.comments > .comment + .comment {
	border-top: 1px solid #e9e9e9;
}

.comments > .comment.parent > .comment-body {
	border-bottom: 1px solid #e9e9e9 
}

.comments > .comment .children {
	border-left: 1px solid #e9e9e9;
	margin-left: 56px;
}

.comments .comment-body .comment-author.vcard img {
	width: 70px;
	height: 70px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.comments > .comment .comment-body > p {
	padding-left: 90px;
	margin-top: 15px;
}

.comments > .comment .comment-body .reply {
	position: absolute;
	top: 20px;
	right: 20px;
}

.comments .comment-body .comment-author.vcard .fn, .comments .comment-body .comment-author.vcard .fn a, .comments .comment-body .comment-author.vcard .says  {
	font-size: 14px;
	font-weight: 300;
	color: #0d2d4d;
}

.comments > .comment .comment-body .reply a {
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 2px 5px;
	background-color:  #0d2d4d;
}

.comments > .comment .comment-body .reply a:hover {
	background-color: #269939;
}


.comments > .comment .comment-body .commentmetadata {
	position: absolute;
	top: 20px;
	right: 70px;

}

.comments > .comment .comment-body .commentmetadata a {
	font-size: 10px;
	color: #3dae51;
}

#commentform {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px;
}

#commentform > p {
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#commentform > p.comment-form-author, #commentform > p.comment-form-email, #commentform > p.comment-form-url {
	width: 33.3%;
	float: left;
}

#commentform > p.comment-notes {
	display: block;
}

#commentform > p input[type=text], #commentform > p textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #f4f4f4;
	border: 1px solid #e4e4e4;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: 300;
	color: #737373;
}

#commentform > p label {
	display: block;
}

#commentform > p {
	padding: 10px;
}

#commentform > p textarea {
	width: 100%;
	max-width: 100%;
}

#commentform > p.comment-form-comment, #commentform > p.form-submit {
	width: 100%;
}

#commentform > p.form-submit input[type=submit] {
	float: right;
	border: 0px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	margin: 0px;
	background-color: #3dae51;
}

.post_content p img {
	margin-right: 5px;
	max-width: 100%;
}

.post_content table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;
}

.post_content table caption, .widget_calendar table caption {
	border: 1px solid #d8d8d8;
	border-bottom: 0px;
	padding: 10px;
	background-color: #d8d8d8;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

.post_content table thead, .widget_calendar table thead {
	background-color: #f4f4f4;
	padding: 10px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
}

.post_content table thead th, .post_content table tbody td, .widget_calendar table thead th {
	border: 1px solid #d8d8d8;
	padding: 10px;
}

.post_content table tbody td {
	font-size: 10px;
	font-weight: 400;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #39a84c;
}

.post_content ol {
	list-style: decimal;
	list-style-position: inside;
	font-size: 12px;
	line-height: 18px;
}

.post_content ul {
	list-style: circle;
	list-style-position: inside;
	font-size: 12px;
	line-height: 18px;
}

.about_main > .who_we_are, .about_sidebar > *, .about_main > .team_members .member {
	margin: 10px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.team_members .member {
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}

.about_main > .who_we_are {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}

.wwa_body {
	padding: 15px 20px;
}

.team_members .member .member_img {
	width: 280px;
	height: 202px;
	overflow: hidden;
	margin: 10px 10px 0px 10px;
	position: relative;
}

.team_members .member .member_img ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	background-color: rgba(140,140,140, 0.9);
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 20px;
	line-height: 160px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: none;
}

.team_members .member .member_info h2 {
	padding: 20px 20px 0px 20px;
	font-size: 24px;
	font-weight: 300;
	color: #39a84c;
}

.team_members .member .member_info h5 {
	padding: 0px 20px 20px 20px;
	border-bottom: 1px dotted #d8d8d8;
	font-size: 14px;
	font-weight: 300;
	color: #0d2d4d;
}

.team_members .member .member_info > div {
	padding: 20px;
}

.team_members .member .member_img ul li {
	display: inline-block;
	margin-top: 5px;
}

.team_members .member .member_img ul li a, .team_members .member .member_img ul li a:hover {
	border: 0px;
}

.team_members .member:hover {
	background-color: #e3e3e3;
	border-color: #ffffff;
}

.team_members .member:hover .member_img ul {
	display: block;
}

.team_members .member:hover .member_info h5 {
	border-color: #ffffff;
}

.about_sidebar > * {
	width: 298px;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}

.wt_body {
	padding: 20px;
}

.wt_body table {
	width: 100%;
	border-collapse: collapse;
}

.wt_body table tr td {
	font-size: 12px;
	font-weight: 300;
	color: #838383;
	border: 1px solid #dfdfdf;
	padding: 8px 5px;
}

.wt_body table tr td:first-child {
	background-color: #ededed;
	width: 65%;
}

.wt_body table tr:last-child td:first-child {
	background-color: #dedede;
}

.wt_body table tr td:last-child {
	text-align: center;
}

.wwd_body ul li {
	padding: 20px;
}

.wwd_body ul li + li {
	border-top: 1px solid #ebebeb;
}

.wwd_body ul li .s_icon {
	display: inline-block;
	float: left;
}

.wwd_body ul li .s_info {
	padding-left: 50px; 
}

.wwd_body ul li .s_info a {
	font-size: 14px;
	font-weight: 300;
}

.wwd_body ul li .s_info p {
	font-size: 12px;
	font-weight: 300;
	color: #0d2d4d;
}

.widget_archive > ul li, .widget_categories ul li, .widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li {
	padding: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #0d2d4d;
}

.widget_archive > ul li + li, .widget_categories ul li + li, .widget_pages ul li + li, .widget_meta ul li + li, .widget_recent_comments ul li + li, .widget_recent_entries ul li + li, .widget_rss ul li + li, .widget_nav_menu ul li + li {
	border-top: 1px solid #ebebeb;
}

.widget_archive select, .widget_categories select {
	margin: 20px;
	width: 260px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar #calendar_wrap {
	padding: 20px;
}

.widget_calendar table thead th {
	text-align: center;
}

.widget_calendar table tbody td {
	border: 1px solid #d8d8d8;
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.widget_calendar table tfoot td {
	border: 1px solid #d8d8d8;
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.widget_categories ul li .children {
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
}

.widget_categories ul li .children li {
	padding-right: 0px;
}

.widget_rss .rss-date {
	display: block;
	font-size: 10px;
	color: #9f9f9f;
	margin: 5px 0px;
}

.widget_rss .rssSummary {
	font-size: 12px;
	line-height: 16px;
	color: #838383;
}

.widget_rss cite {
	color: #39a84c;
	display: block;
	margin-top: 10px;
}

.widget_search form {
	padding: 20px;
}

.widget_search input[type=text] {
	width: 231px;
}

.widget_search input[type=submit] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0px;
	vertical-align: top;
	height: 31px;
	margin-top: 2px;
	width: 32px;
	margin-left: -7px;
	background-color: #39a84c;
}

.widget_search input[type=submit]:hover {
	cursor: pointer;
}

.widget_text .textwidget {
	padding: 20px;
}

.widget_text .textwidget p > * + * {
	margin-top: 10px;
}

.widget_text .textwidget img {
	max-width: 100%;
	height: auto;
}

.widget_tag_cloud .tagcloud {
	padding: 10px;
}

.widget_tag_cloud .tagcloud a {
	padding: 6px 10px;
	display: inline-block;
	margin: 4px;
	background-color: #39a84c;
	color: #ffffff;
}

.headlines .content p + * {
	margin-top: 20px;
}

.accordion {
	margin: 20px;
}

.accordion ul li > a {
	font-size: 14px;
	font-weight: 300;
	padding: 20px;
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-image: url('images/plus_accordion.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.accordion ul li > a.selected_accordion {
	background-image: url('images/minus_accordion.png');
}

.accordion ul li > a:hover {
	background-color: #ececec;
}

.accordion ul li + li {
	margin-top: -1px;
}

.accordion ul li > div {
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #ececec;
	border-top: 0px;
}

.tabs_short .tabs_cont {
	width: 100%;
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
}

.tabs_short {
	padding: 20px;
}

.tabs_short .tabs {
	display: table-row;
}

.tabs_short .tabs a {
	display: table-cell;
	font-size: 14px;
	font-weight: 300;
	color: #828282;
	padding: 20px 0px;
	text-align: center;
	border: 1px solid #ececec;
	background-color: #f8f8f8;
}

.tabs_short .tabs a.active_tab {
	background-color: #ffffff;
	color: #39a84c;
	border-bottom: none;
}

.tabs_short .tab_content {
	margin-right: -1px;
	margin-top: -1px;
	border: 1px solid #ececec;
	display: block;
	border-top: none;
}

.tabs_short .tab_content > div {
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.message_bars .bars {
	padding: 10px 20px;
}

.notification, .warning, .success {
	margin: 10px 0px;
	position: relative;
}

.notification > strong, .warning > strong, .success > strong {
	display: inline-block;
	padding: 20px;
	text-transform: uppercase;
}

.notification > span, .warning > span, .success > span {
	padding: 20px;
}

.notification {
	background-color: #fff0d7;
	border: 1px solid #f1e1c7;
	color: #9e7b3f;
}

.warning {
	background-color: #ffc5c5;
	border: 1px solid #ecb1b1;
	color: #9a6f6f;
}

.success {
	background-color: #cff2db;
	border: 1px solid #b7dcc4;
	color: #629273;
}

.notification > strong {
	border-right: 1px solid #f1e1c7;
}

.warning > strong {
	border-right: 1px solid #ecb1b1;
}

.success > strong {
	border-right: 1px solid #b7dcc4;
}

.remove_message {
	width: 14px;
	height: 14px;
	background-image: url('images/close_message.png');
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 20px;
}

.button {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px;
	display: inline-block;
}

.dark_blue {
	background-color: #082541;
	border: 1px solid #051b30;
}

.green {
	background-color: #39a84c;
	border: 1px solid #2b883b;
}

.yellow {
	background-color: #ecae1b;
	border: 1px solid #ca9312;
}

.grey {
	background-color: #b2b2b2;
	border: 1px solid #9d9d9d;
}

.black {
	background-color: #1a1a1a;
	border: 1px solid #0b0b0b;
}

.red {
	background-color: #df2d2d;
	border: 1px solid #bf2525;
}

.light_blue {
	background-color: #46c8d0;
	border: 1px solid #37a9b0;
}

.violet {
	background-color: #90548f;
	border: 1px solid #724171;
}

.brown {
	background-color: #8e6857;
	border: 1px solid #7b5949;
}

.buttons_shortcodes {
	padding: 20px;
}

.buttons_shortcodes > a + a {
	margin-left: 8px;
}

.price_tables {
	clear: both;
	margin: 10px;
	display: inline-block;
}

.price_table {
	background-color: #ffffff;
	width: 319px;
	display: inline-block;
	float: left;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}

.price_table:nth-child(3n+3) {
	width: 298px;
	border-right: 1px solid #ebebeb;
}

.price_table .p_title {
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}

.price_table .p_title h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #828282;
}

.price_table > p {
	padding: 20px;
	border-bottom: 1px solid #ebebeb;
}

.price_table > ul li {
	padding: 10px 20px;
}

.price_table > ul li:nth-child(2n+1) {
	background-color: #fafafa;
}

.price_table > ul li + li {
	border-top: 1px solid #ebebeb;
}

.price_table > ul li p {
	display: inline-block;
}

.price_table > ul li p.prop {
	float: right;
	color: #39a84c;
}

.price_table > .p_buy {
	padding: 20px;
	border-top: 1px solid #ebebeb;
}

.price_table > .p_buy a {
	padding: 5px;
	background-color: #39a84c;
	display: block;
}

.price_table > .p_buy a:hover {
	background-color: #0d2d4d;
}

.price_table > .p_buy a p {
	border: 1px solid rgba(255,255,255,0.2);
	color: #ffffff;
	display: block;
	padding: 10px 58px 10px 10px;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	text-align: center;

}

.price_table > .p_buy a span {
	padding: 10px;
	border-left: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
}

.result_post {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	margin: 20px 10px;
	display: block;
}

.result_post > a > h5 {
	padding: 20px;
	font-size: 14px;
	font-weight: 300;
	color: #39a84c;
}

.result_post > a > .result-breaf {
	padding: 20px;
	border-top: 1px dotted #d8d8d8;
}

.result_post > h5 {
	padding: 20px;
}

.mobile_menu {
	display: none;
	float: left;
	position: relative;
}

.mobile_menu > .menu-mobile-container {
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 90000;
	display: none;
}

.mobile_menu:hover .menu-mobile-container {
	display: block;
}

.mobile_menu > a {
	display: inline-block;
	height: 44px;
	width: 250px;
	border-left: 1px solid #113961;
	border-right: 1px solid #113961;
	background-image: url('images/menu-arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding: 10px 37px 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 24px;
}

.mobile_menu > .menu-mobile-container ul li + li {
	border-top: 1px solid #174674;
	min-width: 250px;
	background-color: #123962;
}

.mobile_menu > .menu-mobile-container ul li {
	min-width: 250px;
	background-color: #123962;
}

.mobile_menu > .menu-mobile-container ul li a {
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	padding: 15px;
}

.mobile_menu > .menu-mobile-container ul li a:hover {
	color: #39a84c;
}

.widget_search input[type=text] {
	width: 229px;
}

.widget_search input[type=submit] {
	background-image: url('images/search_pre.png');
	background-repeat: no-repeat;
	background-position: center; 
}

.car-list {
	width: 620px !important;
	display: block !important;
	margin: 0px 10px !important;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.car-list:first-child {
	margin-top: 10px !important;
}

.car-list:last-child {
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eaeaea;
}

.car-list + .car-list, .car-list:first-child {
	border-top: 1px solid #eaeaea;
}

.car-list .car-img {
	float: left;
	height: 100%;
	padding: 20px;
}

.car-list .car-img img {
	width: 100px;
	height: 66px;
}

.car-list .car-img a {
	background-color: #0c2d4c;
}

.car-list .car-img a, .car-list .car-img a img {
	display: block;
}

.car-list:hover .car-img a img, .featured_car:hover > a img {
	opacity: 0.1;
}

.car-list .car-info {
	padding: 20px 20px 20px 140px;
}

.car-list .car-info > a h3{
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
}

.car-list .car-info > h2 {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	float: right;
}

.car-list .car-info > ul {
	display: inline-block;
	width: 100%;
	border-top: 1px dotted #eaeaea;
	margin-top: 10px;
	padding-top: 13px;
}

.car-list .car-info > ul a {
	display: inline-block;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	font-size: 12px;
	color: #838383;
}

.car-list .car-info > ul li {
	display: inline-block;
}

.car-list .car-info > ul li + li:before {
	content: '·';
	margin-left: 5px;
	margin-right: 8px;
}

.car-list:nth-child(2n+1) {
	background-color: #f8f8f8;
}

#header #lang_sel {
	position: absolute;
	right: 0px;
	top: 11px;
	z-index: 9000000;
}

#icl_lang_sel_widget > #lang_sel {
	height: 24px;
	width: 100%;
}

#icl_lang_sel_widget > #lang_sel > ul > li {
	width: 100%;
}

.content_slide_box {
	width: 598px;
	height: auto;
	overflow: hidden;
	margin-left: 5px;
}

.content_slide_holder {
	width: 600000px;
}

.slider_thumbs .thumbs_nav a {
	width: 20px;
	height: 20px;
	display: block;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background-image: url('images/arrows.png');
	background-repeat: no-repeat;
	opacity: 0.5;
}

.slider_thumbs .thumbs_nav a.prev {
	background-position: 8px center;
	left: 9px;
}

.slider_thumbs .thumbs_nav a.next {
	background-position: -6px center;
	right: 11px; 
}

.slider_thumbs .thumbs_nav a:hover {
	opacity: 0.8;
}

#poststuff {
	padding: 0px;
}

#poststuff > #title {
	width: 100%;
}

#poststuff > * {
	margin-bottom: 20px;
}

#poststuff > select {
	margin: 0 7px 20px 7px;
}

#poststuff .button {
/* 	padding: 3px; */
	color: #000000;
}

#poststuff input[type=submit] {
	padding: 10px 20px;
	background-color: #39a84c;
	color: #ffffff;
	border:0px;
}

ul.checkbox_group{
	float : left;
	padding: 10px;
}