/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body,form,img,h1,h2,h3,h4,h5,p,a,div,ul,li{
	padding:0;
	margin:0;
	border:0;
}
input,textarea,a{
	outline:0;
}
body{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size:13px;
	color:#607586;
	background:#FFFFFF;
	overflow-x:hidden;
}
a{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size:13px;
	color:#607586;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
}
p{
	line-height: 20px;
}
h1{
	font-weight: normal;
	font-size: 32px;
	line-height: 40px;
	color: #293848;
	text-shadow:0 0 0 #293848;
	border-bottom:1px solid #D1D5DC;
	padding: 0 0 32px 0;
	margin: 0 0 20px 0
}
h2{
	font-weight: normal;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #293848;
	text-shadow:0 0 0 #293848;
	border-bottom:1px solid #D1D5DC;
	padding: 0 0 7px 0;
	margin: 0 0 20px 0
}
h3{
	font-weight: normal;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	color: #293848;
	text-shadow:0 0 0 #293848;
}
h4{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #293848;
	padding:0 0 15px 0;
}
h4 a{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #293848;
	text-decoration: none;
}
h4 a:hover{
	text-decoration: underline;
}
ul{
	list-style-type: none;
}
#content ul ul,
#content ol ol,
#content ol ul,
#content ul ol {
	margin-left: 17px;
	margin-top: 7px;
}
#content ol {
	margin-left: 17px;
	padding-left: 0;
}
#content ol ol,
#content ul ol {
	padding-left: 0;
}
#content ul > li,
#content ol > li {
	border-bottom:1px solid #E8EAED;
}
#content ul > li ul li,
#content ol > li ol li,
#content ul > li ol li,
#content ol > li ul li {
	border-bottom:none;
}

#content ul > li {
	padding: 7px 0 10px 13px;
}
#content ol > li {
	padding: 7px 0 10px 0;
}
#content ul > li
{
	background: url(../images/marker_2.gif) no-repeat 0 14px;
}

#content ol > li ul > li,
#content ul > li ul > li,
#content ol > li ul > li:last-child,
#content ul > li ul > li:last-child
{
	background: none;
	list-style-type: disc;
	margin-left: 0;
	padding-left: 0;
}

#content ul > li:last-child
{
	border:0;
	padding: 7px 0 0 13px;
}
#content ol > li:last-child {
	padding: 7px 0 10px 0;
}
cite{
	font-style: normal;
	line-height: 24px;
	font-size: 20px;
	color: #293848;
	width: 292px;
	border-left: 5px solid #EAEAEA;
	padding: 0 0 0 15px;
	margin-top: 4px;
}
.fL{
	float:left;
}
.fR{
	float:right;
}
.clear{
	clear:both;
}
.ovh{
	overflow: hidden;
}

/*
================================================================================
|                                     FORMS                                    |
================================================================================
*/
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.btn-class {
	border-radius: 6px;
}
#comment-btn, .btn1,.btn2,.btn3{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	display: inline-block;
  	*display: inline;
  	text-transform: uppercase;
  	padding: 10px 25px;
  	font-size: 14px;
  	line-height: 20px;
  	color: #FFFFFF;
  	text-align: center;
  	text-shadow:0 -1px 0 #050A0F;
  	vertical-align: middle;
  	cursor: pointer;
  	background-color: #2B3C4C;
  	*background-color: #2B3C4C;
  	background-image: -ms-linear-gradient(top, #2B3C4C 0%, #19232C 100%);
	background-image: -moz-linear-gradient(top, #2B3C4C 0%, #19232C 100%);
	background-image: -o-linear-gradient(top, #2B3C4C 0%, #19232C 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2B3C4C), color-stop(1, #19232C));
	background-image: -webkit-linear-gradient(top, #2B3C4C 0%, #19232C 100%);
	background-image: linear-gradient(to bottom, #2B3C4C 0%, #19232C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B3C4C', endColorstr='#19232C',GradientType=0 ); /* IE6-9 */
  	background-repeat: repeat-x;
  	border: 0px;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	*zoom: 1;
  	-webkit-box-shadow: 0 2px 2px rgba(196, 201, 205, 1);
       -moz-box-shadow: 0 2px 2px rgba(196, 201, 205, 1);
            box-shadow: 0 2px 2px rgba(196, 201, 205, 1);
    min-height: 20px;
}
.btn1:hover {
	opacity: 0.8;
}

.btn2{
	color:#ffffff;
	text-shadow:0 -1px 0 #f36804;
	background-color: #FDA61F;
  	*background-color: #FDA61F;
	background-image: -ms-linear-gradient(top, #FDA61F 0%, #F29204 100%);
	background-image: -moz-linear-gradient(top, #FDA61F 0%, #F29204 100%);
	background-image: -o-linear-gradient(top, #FDA61F 0%, #F29204 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDA61F), color-stop(1, #F29204));
	background-image: -webkit-linear-gradient(top, #FDA61F 0%, #F29204 100%);
	background-image: linear-gradient(to bottom, #FDA61F 0%, #F29204 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDA61F', endColorstr='#F29204',GradientType=0 ); /* IE6-9 */
}
.btn2:hover {
	opacity: 0.8;
}

.btn3{
	color:#3b424a;
	text-shadow:none;
	background-color: #f8f8f8;
  	*background-color: #f8f8f8;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f5f5f5 47%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border:1px solid #dddddd;
	padding: 9px 25px;
}
.btn5:hover {
	opacity: 0.8;
}

#comment-btn:hover {
	opacity: 0.8;
}

.btn4 {
	color:#3b424a;
	text-shadow:none;
	background-color: #f8f8f8;
  	*background-color: #f8f8f8;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f5f5f5 47%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
	border: 0;
	padding: 8px 0 8px;
	vertical-align: top;
	width: 71px;
	line-height: 13px;
	text-transform: uppercase;
	border: 0;
	box-shadow: 0 2px 1px rgba(50,50,50,.1), inset 0 -1px rgba(248,248,248,0.5);
	display: inline-block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
}
.btn4:hover {
	opacity: 0.8;
}

.btn5
{
	background: #293b4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #293b4a 0%, #23313e 51%, #19222c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#293b4a), color-stop(51%,#23313e), color-stop(100%,#19222c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #293b4a 0%,#23313e 51%,#19222c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293b4a', endColorstr='#19222c',GradientType=0 ); /* IE6-9 */
	border-radius: 7px;
	border:0;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	float: none;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow:0 -1px 0 #050A0F;
	text-transform: uppercase;
	font-size: 14px;
	margin: 13px 0 0 0;
	padding: 0;
	box-shadow: 0 2px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.2);
	-ms-box-shadow: 0 2px 1px rgba(0,0,0,.2);
	width: 104px;
	height: 40px;
}
.btn5:hover {
	opacity: 0.8;
}
.btn6 {
	background: #0099FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #0099FF 0%, #0099FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099FF), color-stop(100%,#0099FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0099FF 0%,#0099FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099FF', endColorstr='#0099FF',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}
.btn7:hover {
	opacity: 0.8;
}
.btn7 {
	background: #293b4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #293b4a 0%, #23313e 51%, #19222c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#293b4a), color-stop(51%,#23313e), color-stop(100%,#19222c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #293b4a 0%,#23313e 51%,#19222c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293b4a', endColorstr='#19222c',GradientType=0 ); /* IE6-9 */
	border-radius: 7px;
	border:0;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	float: none;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow:0 -1px 0 #050A0F;
	text-transform: uppercase;
	font-size: 11px;
	margin: 13px 0 0 0;
	padding: 0;
	box-shadow: 0 2px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.2);
	-ms-box-shadow: 0 2px 1px rgba(0,0,0,.2);
	width: 81px;
	height: 30px;
}
.btn5:hover {
	opacity: 0.8;
}
.btn1:hover,.btn2:hover,.btn3:hover{
	text-decoration: none;

}

input.text,select.text,textarea.text{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D5DC;
    border-radius: 4px;
    color: #798FA1;
    display: inline-block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 4px 10px 4px;
    vertical-align: top;
    font-size: 13px;
}
.button-group .btn-class {
	border-radius: 0;
}
.button-group .start-btn,
.button-group span.btn-class:first-child {
	border-radius: 6px 0 0 6px;
}
.button-group .end-btn,
.button-group span.btn-class:last-child {
	border-radius: 0 6px 6px 0;
}
select.text{
  	height: 30px;
  	/* In IE7, the height of the select element cannot be changed by height, only font-size */
  	*margin-top: 4px;
  	/* For IE7, add top margin to align select with labels */
  	line-height: 30px;
	display: inline-block;
	padding: 5px 7px;
	vertical-align: middle;
	font-weight: normal;
}
textarea.text{
	min-height: 70px;
}

/*
================================================================================
|                                     POPUP                                    |
================================================================================
*/
.popup{
	z-index: 9000;
	border:1px solid #dddddd;
	background-color: #ffffff;
	text-align:left;
	padding: 20px;
	display: none;
}
.popup .close{
	display: block;
	width: 9px;
	height:9px;
	background: url(../images/icon_close.png) 0 0 no-repeat;
	float:right;
}
.popup .popup_title{
	font-size: 24px;
	line-height: 24px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1d5dc;
	color: #293848;
}
.popup .popup_content{
	padding: 0 0 0;
}
.popup .popup_content .text{
    width: 240px;
    display: block;
    margin-top:20px;
    padding:7px 10px 6px;
}
.popup .popup_content div.col1{
	width:122px;
	clear:left;
	float:left;
	padding-bottom: 5px;
}
.popup .popup_content div.col2{
	width:122px;
	float:left;
	padding-bottom: 5px;
}
.popup .popup_content .login{
	padding-left:35px;
	padding-right:35px;
}
.popup .popup_content .btn1,.popup .popup_content .btn2{
	margin-top:20px;
	margin-bottom:15px;
}
.popup .popup_content label.checkbox{
	color:#798fa1;
}
.popup .popup_content label.checkbox input{
	float:left;
	margin:0 8px 0 0;
	padding:0px;
}
.popup .popup_content a{
	/*color:#0099FF;*/
}

#popup-login{
	position: absolute;
	top:0px;
	right:-10px;
	width:260px;
}
#popup-login .popup_content a.lost_password,#login-page .popup_content a.lost_password{
	color:#0099FF;
}
#popup-registration{
	position: absolute;
	top:0px;
	right:-10px;
	width:260px;
}
#popup-registration .btn1,#registration-page .btn1{
	margin-bottom: 2px;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header{
	min-width:980px;
	width: 100%;
	margin: 0 auto;
	text-align:left;
	background: #293b4a url(../images/bg_header.jpg) repeat center 0;
	position: relative;
	z-index: 100;
}
#header .top_info{
	width: 940px;
	margin: 0 auto;
	/*overflow: hidden;*/
	min-height: 64px;
	padding: 15px 20px 21px;
}
#header .top_info .logo{
	width: 319px;
	float: left;
	padding: 0px 0 0 1px;
}
#header .top_info .logo a{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
}
#header .top_info .logo a span{
	color: #0099FF;
}
#header .top_info .header_contacts{
	width: 230px;
	float: left;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	color: #B6BFC9;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 0 0 5px;
}
#header .top_info .header_contacts .phone{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	word-spacing: 1px;
	padding: 0 0 2px 0;
}
#header .top_info .add_car{
	width:215px;
	text-align:right;
	float:left;
	height: 50px
}

#header .top_info .signin{
	float:left;
	text-align: right;
	width: 373px;
	position:relative;
}
#header .top_info .signin .nav a{
	color:#a9b5bd;
	font-size: 12px;
	padding-left: 10px;
}
#header .top_info .signin a.user-icon i {
	font-size: 10px;
}

#header .top_info .signin .nav a:hover{
	text-decoration: none;
}
#header .top_info .signin a:hover span{
	border-bottom:1px dotted #a9b5bd;
}
#header .top_info .signin a.profile{
	color:#feffff;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	padding-right: 10px;
}
#header .top_info .socials{
	float: left;
	width: 160px;
	text-align: right;
	padding: 14px 0 0 0;
}
.custom-socials {
}

.custom-socials a,
#header .top_info .socials a,
.copyright_container .socials a{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 0 0 2px;
}
.custom-socials a i,
#header .top_info .socials i,
.copyright_container .socials a i{
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	color: #1b242b;
	margin: 0;
	background: #75797e;
	background: -moz-linear-gradient(top, #75797e 0%, #686c71 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75797e), color-stop(100%,#686c71));
	background: -webkit-linear-gradient(top, #75797e 0%,#686c71 100%);
	background: -o-linear-gradient(top, #75797e 0%,#686c71 100%);
	background: -ms-linear-gradient(top, #75797e 0%,#686c71 100%);
	background: linear-gradient(to bottom, #75797e 0%,#686c71 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75797e', endColorstr='#686c71',GradientType=0 );
	border-top: 1px #85898d solid;
	text-align: center;
	background-color: #444;
	border-radius: 3px;
	text-shadow: #888 0 1px 0;
	box-shadow: 0px 2px 1px #000;
	float: left;
	font-size: 15px;
}
.custom-socials a:hover i,
#header .top_info .socials i:hover,
.copyright_container .socials a:hover i {
	opacity: 0.8;
}

#search_form{
	float: left;
	width: 320px;
	text-align: right;
	padding: 10px 0 0 0;
}
#search_form .txb_search{
	border: 1px solid #D0D0D0;
	display: inline-block;
	vertical-align: top;
	background: #FFFFFF;
	border-radius: 4px;
	width: 197px;
	height: 27px;
	margin: 0;
	padding: 0;
	padding: 1px 10px 0 10px;
	line-height: 19px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	color: #798FA1;
}

/*.widget_search #search_form .txb_search{
	margin-right: 5px;
    margin-top: 2px;
    width: 138px;
}
.widget_search #search_form{
	width:auto;
	float: none;
	text-align: left;
}*/

/*
#search_form .btn_search{
	vertical-align: top;
	width: 71px;
	background: url(../images/buttons/button_1.png) no-repeat 0 0;
	text-transform: uppercase;
	height: 34px;
	border:0;
	margin: 0 0 0 7px;
	padding: 0 0 5px 0;
	display: inline-block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
	color: #3B424A;
	text-shadow:0 0 0 #3B424A;
}
*/

/*
================================================================================
|                                     NAVIGATION                               |
================================================================================
*/
.bg_navigation{
	width: 100%;
	min-width: 980px;
	background: url(../images/bg_navigation.jpg) repeat-x 0 0 #DBDCDC;
	margin: 0 auto;
}
.navigation_wrapper{
	width: 940px;
	/*overflow: hidden;*/
	padding: 0 20px;
	margin: 0 auto;
}
#navigation{
	width: 620px;
	float: left;
	padding: 0 0 0 0;
	border-radius: none;
}
#navigation span{
	height: 29px;
	display: none;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 28px;
	cursor: pointer;
	text-decoration: none;
	padding: 0px 23px 0 15px;
	background: url(../images/navigation_marker.gif) no-repeat 175px 12px;
}
#navigation ul{
	
}
#navigation ul li{
	display: block;
	float: left;
	height: 49px;
	border:0;
	background: none;
	padding: 0;
	line-height: 20px;
	margin: 0;
}
#navigation ul li a{
	display: inline-block;
	height: 38px;
	padding: 0 0 0 0;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	color: #3B424A;
	text-shadow:0 1px 0 #FFFFFF;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
	padding: 11px 25px 0 25px;
}
#navigation ul li.current-menu-item > a,#navigation ul li.current-menu-parent > a,
#navigation ul li:hover > a{
	background: url(../images/bg_menu.jpg) repeat-x 0 0;
	color: #FFFFFF;
	text-shadow:0 -1px 0 #00369F;
}
#navigation ul li ul.sub-menu{
	display: none;
	position: absolute;
	top:49px;
	left:0;
}
#navigation ul li.menu-item-has-children{
	position: relative;
}
#navigation ul li.menu-item-has-children:hover ul.sub-menu{
	display: block;
}
#navigation ul li.menu-item-has-children .sub-menu li{
	float: none;
	background: url("../images/bg_navigation.jpg") repeat-x scroll 0 0 #DBDCDC;
	white-space: nowrap;
}
#navigation ul li.menu-item-has-children .sub-menu li a{
	display: block;
}
/*
================================================================================
|                                     CONTENT                                  |
================================================================================
*/
#content{
	width:100%;
	background: url(../images/bg_content.jpg) repeat-x 0 0;
	text-align:left;
	min-width: 980px;
	margin: 0 auto;
}
.content{
	width: 940px;
	margin: 0 auto;
	padding: 15px 20px 0;
}
.line_1{
	overflow: hidden;
}
.slider_wrapper{
	float: left;
	width: 620px;
	padding: 0 0px 0 0;
	margin: 0 20px 0 0;
}
.search_auto_wrapper{
	width: 300px;
	float: left;
}
.wrapper_1{
	padding: 6px 0 33px 0;
}
.wrapper_2{
	padding: 0 0 40px 0;
}
.wrapper_3{
	padding: 0 0 13px 0;
}
.wrapper_2 .left,
.wrapper_3 .left{
	width: 700px;
	float: left;
	padding-top:13px;
}
.wrapper_2 .right,
.wrapper_3 .right {
	width: 220px;
	float: left;
	padding: 0 0 0 20px;
}
.main_wrapper{
	position:relative;
}
.markered{
	background: url(../images/marker_3.gif) no-repeat right 5px;
	padding-right: 17px;
}
.grey_area{
	background: #F8F8F8;
	line-height: 18px;
	padding: 7px 15px 8px 15px;
}
.spaced{
	letter-spacing: 0.5px;
}
.mb1{
	padding-bottom: 40px;
}
img.alignright {
	float:right; 
	margin-left: 29px;
	margin-bottom: 20px;
}
img.alignleft {
	float:left; 
	margin-right: 29px;
	margin-bottom: 20px;
}
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.alignright {
	float:right; 
	margin-left: 29px;
	margin-bottom: 16px;
}
.alignleft {
	float:left; 
	margin-right: 29px;
	margin-bottom: 16px;
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.chb_devider{
	display: none;
}
.widget_divider{
	display: none;
}
/*
================================================================================
|                                     SERVICES                                 |
================================================================================
*/
.services{
	border:1px solid #EBEBEB;
	background: #F8F8F8;
	padding: 19px;
	overflow: hidden;
	margin-bottom: 20px;
}
.services .service{
	width: 247px;
	float: left;
	border:1px solid #EBEBEB;
	background: #FFFFFF;
	padding: 19px 19px 14px 19px;
	height: 174px;
	overflow: hidden;
}
.services .service.center{
	margin: 0 19px 0 20px;
}
.services .service h2{
	border:0;
	margin: 0;
	min-height: 39px;
	font-size: 26px;
	line-height: 32px;
	padding: 3px 0 11px 53px;
}
.services .service_1 h2{
	background: url(../images/service_1.png) no-repeat 0 0;
}
.services .service_2 h2{
	background: url(../images/service_2.png) no-repeat 0 0;
}
.services .service_3 h2{
	background: url(../images/service_3.png) no-repeat 0 0;
}
.services p{
	color: #798FA1;
	padding-bottom: 15px;
}
.services .more{
	background: url(../images/buttons/button_9.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    text-shadow:0 -1px 0 #000000;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
    height: 46px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin: 0 0 0px;
    float: right;
    padding: 0px 0px 0px;
    width: 75px;
    line-height: 38px;
    text-transform: uppercase;
    text-decoration: none;
}
/*
================================================================================
|                                     RECENT                                   |
================================================================================
*/
.recent{
	padding: 0;
	/*0 0 32px 0;*/
	position:relative;
}
.recent .bx-wrapper{
	position: relative;
}
.recent_carousel,
.recent_cars{
	width: 100%;
	position: relative;
}
.recent_cars .all{
	background: url(../images/buttons/button_10.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
    height: 32px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    line-height: 28px;
    margin: 3px 0 0px;
    padding: 0px 0px 0;
    width: 96px;
    text-transform: uppercase;
    text-shadow:0 -1px 0 #000000;
    text-decoration: none;
}
.recent_cars{
	padding-bottom: 20px;
}
.recent_cars ul{
	overflow: hidden;
}
.recent_carousel .slide,
body #content .recent_cars ul li{
	float: left;
	margin-right: 20px;
	position:relative;
	width: 220px;
	border:0;
	background: none;
	padding: 0;
	height: 164px;
}
body #content .recent_cars ul li.last{
	margin-right: 0;
}
.recent_carousel .slide a,
.recent_cars ul li a{
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.recent_carousel .slide .description,
.recent_cars ul li .description{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	position: absolute;
	bottom:0;
	left:0;
	padding: 10px 16px;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 3;
	background: #293b4a;
	background: rgba(27,34,42,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.recent_carousel .slide:hover .description,
.recent_cars ul li:hover .description{
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
	-moz-transition-property: opacity;
    -moz-transition-duration: 0.2s;
	transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 1;
}
.recent_carousel .slide img,
.recent_cars ul li img{
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
	width: 220px;
}
.recent_carousel .slide .title,
.recent_cars ul li .title{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: 8px 14px 8px 19px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 3;
	background: #293b4a;
	background: rgba(27,34,42,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.recent_carousel .slide .title span.price,
.recent_cars ul li .title .price{
	float: right;
	letter-spacing: 1px;
	color: #0099FF;
}
.recent_cars .slide .title span.price{
	float: right;
	letter-spacing: 0.5px;
	text-shadow:0 0 0 #0099FF;
	color: #0099FF;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
}
.recent .bx-controls{
	position: absolute;
	z-index: 100;
	right: 0;
	top:-49px;
}
.bx-controls .bx-prev,
.bx-controls .bx-next{
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-image: url(../images/carousel_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
	margin: 0 0 0 1px;
}
.bx-controls .bx-prev:hover,
.bx-controls .bx-next:hover{
	opacity: 0.8;
}
.bx-controls .bx-next{
	background-position: -15px 0;
}
.bx-controls .bx-prev.disable{
	background-position: 0 -15px;
}
.bx-controls .bx-next.disable{
	background-position: -15px -15px;
}
/*
================================================================================
|                                     RECENT BLOG                              |
================================================================================
*/
.recent_blog{
	padding-bottom: 35px;
}
.recent_blog h2{
	margin-bottom: 21px;
}
.recent_blog .post_block{
	border:1px solid #D9DDE3;
	background:#F8F8F8;
	float: left;
	width: 100%;
	margin: 0 19px 19px 0;
	padding: 19px 19px 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recent_blog .post_block.last{
	margin: 0;
}
.recent_blog .post_block a.thumb{
	position: relative;
	margin: 0 0 17px 0;
}
.recent_blog .post_block a.thumb i.has_video {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	opacity: 0.6;
	font-size: 16px;
}
.recent_blog .post_block a:hover img {
	opacity: 0.8;
}
.recent_blog .post_block img{
	height: auto;
}
.recent_blog .post_block a.thumb{
	overflow: hidden;
	max-height: 133px;
}
.recent_blog .post_block img,
.recent_blog .post_block a.thumb{
	/*width: 178px;*/
	width: auto;
	height: 100%;
	display: block;
}
.recent_blog .post_block img{
	border:1px solid #FFFFFF;
}
.recent_blog .post_block h5{
	padding: 0 0 15px 0;
}
.recent_blog .post_block h5,
.recent_blog .post_block h5 a{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #293848;
	text-transform: uppercase;
	text-decoration: none;
}
.recent_blog .post_block h5 a:hover{
	text-decoration: underline;
}
.recent_blog .post_block .date{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #798FA1;
	padding: 0 0 3px 0;
}
.recent_blog .post_block .post p{
	padding: 0;
	font-size: 13px;
	color: #607586;
	line-height: 16px;
}
/*
================================================================================
|                                 TABS			                              |
================================================================================
*/
body #content .sidebar .tabs_wrapper,
body .wpb_tabs,
.tabs_wrapper{
	padding:0;
	/*0 0 38px 0 */
}
body .wpb_tabs ul.wpb_tabs_nav,
.sidebar .tabs_wrapper ul.tabs,
.tabs_wrapper ul.tabs{
	overflow: hidden;
	padding-bottom: 4px;
	background: url(../images/tab_border.jpg) repeat-x 0 bottom;
}
body #content .wpb_tabs ul.wpb_tabs_nav li,
body #content .sidebar .tabs_wrapper ul.tabs li,
.tabs_wrapper ul.tabs li{
	float: left;
	list-style: none;
	margin-right: 1px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 38px;
	padding: 1px 18px 0;
	text-transform: uppercase;
	color: #798FA1;
	overflow: hidden;
	border:1px solid #ECEEF1;
	border-bottom: 0;
	background: none;
	height: 38px;
	border-radius: 5px 5px 0 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
body #content .wpb_tabs ul.wpb_tabs_nav li a {
	color: #798FA1;
	padding: 0;
}
body #content .sidebar .tabs_wrapper ul.tabs li.current,
body #content .wpb_tabs ul.wpb_tabs_nav li.ui-tabs-active,
.tabs_wrapper ul.tabs li.current{
	background: #0099FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #0099FF 0%, #0099FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099FF), color-stop(100%,#0099FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0099FF 0%,#0099FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099FF', endColorstr='#0099FF',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	height: 39px;
	border:0;
	line-height: 40px;
	color: #FFFFFF;
	padding: 1px 19px 0;
}
body #content .wpb_tabs ul.wpb_tabs_nav li.ui-tabs-active a {
	color: #ffffff;
}
body #content .wpb_tabs .wpb_tab.ui-tabs-panel,
.home_tabs .box {
  	display: none;
  	background: #F8F8F8;
  	border: 1px solid #0099FF;
  	padding: 15px 19px 20px;
}
.home_tabs .box.visible {
  	display: block;
}
.dealer-wrapper .bx-wrapper {
	width: 100%;
	max-width: 100%;
	position: relative
}
.dealer-wrapper .all,
.home_tabs .box .all{
	font-size: 13px;
	color: #293848;
	line-height: 20px;
	text-decoration: none;
	float: right;
	margin-right: 53px;
}
.dealer-wrapper .all:hover,
.home_tabs .box .all:hover{
	text-decoration: underline;
}
.dealer-wrapper .results,
.home_tabs .box .results{
  	font-weight: bold;
  	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
  	font-size: 13px;
  	line-height: 20px;
  	color: #335271;
  	text-transform: uppercase;
  	padding: 0 0 15px 0;
}
.tabs_wrapper .bx-wrapper{
	position:relative;
}
.tabs_static .slide {
	float: left;
	position:relative;
	width: 100%;
	text-align: center;
	border:0;
	background: none;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tabs_static .slide img {
	width: 100%;
}
.tabs_carousel{
	width: 100%;
	position: relative;
}
.tabs_carousel .slide{
	float: left;
	margin-right: 20px;
	position:relative;
	width: 150px;
	text-align: center;
	border:0;
	background: none;
	padding: 0;
}
.tabs_carousel .slide a{
	text-decoration: none;
}
.tabs_carousel .slide a.img{
	display: block;
	width: 110px;
	margin: 0 0 14px;
}
.tabs_carousel .slide a.title{
	color: #293848;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
.tabs_carousel .slide a.title:hover{
	text-decoration: underline;
}
.dealer-wrapper .bx-controls,
.tabs_wrapper .bx-controls{
	position: absolute;
	z-index: 100;
	right: 0;
	top:-33px;
}
/*
================================================================================
|                                     WIDGETS                                   |
================================================================================
*/
/* Default WP Widgets */
.sidebar .widget_search,
.sidebar .widget_text,
.sidebar .widget_recent_entries,
.sidebar .widget_recent_comments,
.sidebar .widget_archive,
.sidebar .widget_categories,
.sidebar .widget_meta,
.sidebar .widget_pages,
.sidebar .widget_tag_cloud,
.sidebar .widget_calendar,
.sidebar .widget_nav_menu
{
    border:1px solid #D9DDE3;
    padding: 12px 19px 15px;
    margin-bottom: 20px;
}
.sidebar .widget_calendar table{
	width: 100%;
}
.sidebar .widget_search #search_form .txb_search {
  max-width: 100px;
  float: left;
}
.sidebar .widget_search #search_form {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

.sidebar{
	float: left;
	width: 240px;
	padding-bottom: 20px;
}
.sidebar .widget{
	border:1px solid #D9DDE3;
	padding: 12px 19px 15px;
	margin-bottom: 20px;
}
.dealer_page .widget{
	margin-top:25px;
}
.sidebar .widget.grey,
.dealer_page .widget.grey{
	border:1px solid #EBEBEB;
	padding: 11px 19px 24px;
	margin-bottom: 20px;
	background: #F8F8F8;
}
.dealer_page .widget.grey{
	margin-top:40px;
}
.sidebar .widget.grey h2,
.dealer_page .widget.grey h2{
	border-bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.sidebar .widget.tags_widget{
	padding-bottom: 9px;
}
.sidebar .widget h2{
	margin-bottom: 8px;
}
.sidebar .widget.contacts_widget{
	padding-bottom: 2px;
}
.sidebar .widget.contacts_widget h2{
	margin-bottom: 17px;
}
body #footer .sidebar .widget.schedule_widget li, body #content .sidebar .widget.schedule_widget li{
	overflow: hidden;
	padding-left:0;
	background: none;
}
.sidebar .widget.schedule_widget li span{
	float: right;
	letter-spacing: 0.5px;
}
body #content .dealer_page .schedule_widget_items li{
	float:left;
	width:117px;
	margin-right: 20px;
	background: none;
	padding: 0;
	border:0;
}
body #content .dealer_page .schedule_widget_items li:last-child{
	margin-right: 0;
}
body #content .dealer_page .schedule_widget_items li span{
	display: block;
	color: #798FA1;
	line-height: 18px;
	padding: 7px 14px 8px;
	background-color: #F8F8F8;
	margin-top: 14px;
}
.sidebar .widget .post{
	padding: 6px 0 0;
}
.sidebar .widget p{
	color: #798FA1;
	line-height: 20px;
	padding: 0 0 10px 0;
}
.sidebar .widget.grey p{
	color: #607586;
	padding-bottom: 9px;
}
.sidebar .widget .thumb_box{
	padding: 12px 0 8px;
}
.sidebar .widget .thumb{
	width: 200px;
	display: block;
}
.sidebar .widget .thumb img{
	width: 198px;
	border:1px solid #D9DDE3;
}
/* Twitter Widget */
.sidebar .widget ul.twitter_feed li i {
	font-size: 24px;
	float: left;
	padding: 5px 0 15px;
}
body #content .widget ul.twitter_feed li,
.sidebar .widget ul.twitter_feed li{
	line-height: 20px;
	background-image: none;
	border:0;
	color: #798FA1;
	padding: 6px 0 8px 0;
}
body #content .widget ul.twitter_feed li.last,
.sidebar .widget ul.twitter_feed li.last{
	padding-bottom: 0;
}
body #content .widget ul.twitter_feed li a,
.sidebar .widget ul.twitter_feed li a{
	color: #F99F15;
}
/* Tags Cloud */
.sidebar .widget_tag_cloud .tagcloud,
.sidebar .widget ul.tags{
	padding: 12px 0 0;
	overflow: hidden;
}
.sidebar .widget_tag_cloud .tagcloud a {
	line-height: 30px;
	position: relative;
	display: inline-block;
	padding: 0 10px 0 5px;
	border-right:1px solid #ECEEF1;
	border-radius: 0 5px 5px 0;
	text-decoration: none;
	text-shadow:none;
	background-color: #f8f8f8;
  	*background-color: #f8f8f8;
	color:#3b424a;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-bottom:1px solid #ECEEF1;
}
.sidebar .widget_tag_cloud .tagcloud a::before { 
	content: '';
	display: inline-block;
	line-height: 30px;
	height: 1px;
	left: 0px;
	margin-left: -30px;
	position: absolute;
	border: 15px transparent solid;
	border-right-color: #f8f8f8;
}
.sidebar .widget_tag_cloud .tagcloud a:hover {
	border-bottom:1px solid #ea9006;
	background: #0099FF; /* Old browsers */
	color: #ffffff;
}
.sidebar .widget_tag_cloud .tagcloud a:hover::before {
	border-right-color: #0099FF; /* Old browsers */
}
.sidebar .widget ul.tags li{
	float: left;
	border:0;
	background: none;
	padding: 0;
	height: 31px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.sidebar .widget ul.tags li.last{
	margin-right: 0;
}
.sidebar .widget ul.tags li a{
	height: 31px;
	display: block;
	background: url(../images/tags_bg.png) no-repeat 0 0;
	line-height: 30px;
	padding: 0 10px 0 13px;
	border-right:1px solid #ECEEF1;
	border-radius: 0 5px 5px 0;
	text-decoration: none;
}
.sidebar .widget ul.tags li a:hover,
.sidebar .widget ul.tags li.active a{
	background-position: 0 -31px;
	color: #FFFFFF;
	border:0;
	padding-right: 11px;
}
.sidebar .widget .accordion{
	padding: 12px 0 0 0;
}
.sidebar .widget .accordion .acc_box,
.dealer_page .widget .accordion .acc_box{
	background:url(../images/accordion_close.png) no-repeat 0 0;
	padding: 3px 0 12px 37px;
	border-bottom: 1px solid #E8EAED;
	min-height: 24px;
	margin-bottom: 14px;
}
.dealer_page .widget .accordion .acc_box{
	width: 198px;
	border-bottom:0;
	margin-bottom:0;
}
.sidebar .widget .accordion .acc_box.last{
	border:0;
	margin: 0;
	padding-bottom: 8px;
}
.sidebar .widget .accordion .acc_box.active,
.dealer_page .widget .accordion .acc_box.active{
	background-image:url(../images/accordion_open.png);
}
.sidebar .widget .accordion .acc_box h4,
.dealer_page .widget .accordion .acc_box h4{
	font-weight: normal;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #607586;
	padding: 0;
	cursor: pointer;
	line-height: 20px;
}
.sidebar .widget .accordion .acc_box.active h4{
	color: #F99F15;
}
.sidebar .widget .accordion .acc_box div{
	font-weight: normal;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #607586;
	padding: 0;
	display: none;
	line-height: 20px;
}
.sidebar .widget .accordion .acc_box p{
	padding: 0;
}
.sidebar .tabs_widget{
	margin-bottom: 20px;
	padding-bottom: 0;
}
.sidebar .tabs_widget .box {
  	display: none;
  	background: #F8F8F8;
  	border: 1px solid #D9DDE3;
  	padding: 19px 15px 19px 19px;
}
.sidebar .tabs_widget .box.visible {
  	display: block;
}
.sidebar .tabs_widget .tab_post{
	overflow: hidden;
	padding-bottom: 20px;
}
.sidebar .tabs_widget .tab_post.last{
	padding-bottom: 0;
}
.sidebar .tabs_widget .tab_post .thumb{
	width: 57px;
	display: block;
	float: left;
	margin-right: 14px;
}
.sidebar .tabs_widget .tab_post .desc{
	width: 133px;
	float: left;
	padding: 2px 0 0 0;
}
.sidebar .tabs_widget .tab_post .desc a{
	line-height: 20px;
}
/*
================================================================================
|                                     VIDEO		                              |
================================================================================
*/
.video_box{
	padding-bottom: 0px;
}
.video_box h2{
	margin-bottom: 21px;
}
.video_box .post_block{
	border:1px solid #D9DDE3;
	background:#F8F8F8;
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	padding: 19px 19px 26px;
}
.video_box .post_block.last{
	margin: 0;
}
.video_box .post_block .preview{
	margin: 0 0 15px 0;
}
.video_box .post_block .preview,
.video_box .post_block .preview a{
	width: 180px;
	height: 115px;
	position: relative;
	display: block;
}
.video_box .post_block img{
	width: 178px;
	height: 113px;
	border:1px solid #FFFFFF;
	display: block;
	position: relative;
}
.video_box .post_block img{
	width: 178px;
	position: relative;
	z-index: 1;
	height: 113px;
	border:1px solid #FFFFFF;
	display: block;
}
.video_box .post_block .preview a span.hover{
	width: 178px;
	position: absolute;
	z-index: 5;
	top:0;
	left: 0;
	height: 113px;
	display: block;
	background: #19222B;
	border:1px solid #FFFFFF;
	opacity: 0;
}
.video_box .post_block img.video_play{
	width: 46px;
	position: absolute;
	z-index: 10;
	height: 46px;
	display: block;
	border:0;
	opacity: 0;
	top:50%;
	left:50%;
	margin: -23px 0 0 -23px;
}
.video_box .post_block .preview a:hover span.hover{
	transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.9;
}
.video_box .post_block .preview a:hover img.video_play{
	transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 1;
}
.video_box .post_block h5{
	padding: 0 0 6px 0;
}
.video_box .post_block h5,
.video_box .post_block h5 a{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #293848;
	text-transform: uppercase;
	text-decoration: none;
}
.video_box .post_block h5 a:hover{
	text-decoration: underline;
}
.video_box .post_block .date{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #798FA1;
	padding: 0 0 3px 0;
}
.video_box .post_block .post p{
	padding: 0;
	font-size: 13px;
	color: #607586;
	line-height: 16px;
}
/*
================================================================================
|                               HOME NEWS		                              |
================================================================================
*/
.wpb_wrapper .news{
	margin-bottom: 20px;
}
.news{
	width: 100%;
	border:1px solid #D9DDE3;
	padding: 12px 19px 21px;
	margin: 0 0 27px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.news .news_box{
	padding: 1px 0 37px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.news .news_box .thumb{
	width: 100%;
	display: block;
	margin: 0 0 16px;
}
.news .news_box .thumb a:hover img {
	opacity: 0.8;
}
.news .news_box .thumb img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #D9DDE3;
}
.news .news_box h5{
	padding: 0 0 13px 0;
}
.news .news_box h5,
.news .news_box h5 a{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #293848;
	text-transform: uppercase;
	text-decoration: none;
}
.news .news_box h5 a:hover{
	text-decoration: underline;
}
.news .news_box .date{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #798FA1;
	padding: 0 0 3px 0;
}
.news .news_box .post p{
	padding: 0;
	font-size: 13px;
	color: #607586;
	line-height: 16px;
}
.news .all_news{
	display: block;
	line-height: 28px;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: -15px 0 0 1px;
	text-shadow:0 -1px 0 #000000;
}
/*
================================================================================
|                               BREADCRUMBS		                              |
================================================================================
*/
.breadcrumbs{
	padding: 0 0 26px;
}
.breadcrumbs,
.breadcrumbs a{
	line-height: 20px;
	font-size: 13px;
	color: #607586;
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs img{
	margin: 0 4px 2px 4px;
}
/*
================================================================================
|                               SUBSCRIBE		                              |
================================================================================
*/
.get_news_box{
	width: 100%;
	border:1px solid #DA8500;
	padding: 12px 19px 21px;
	background: url(../images/bg_subscribe.jpg) repeat 0 0;
	margin: 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.get_news_box h3{
	color: #FFFFFF;
	text-shadow:0 0 0 #FFFFFF;
	border-bottom:1px solid #F29A00;
	padding: 0 0 9px;
	margin: 0 0 21px;
}
.get_news_box .txb{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DC9B00;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 #FBDE99;
    color: #888888;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
    height: 28px;
    line-height: 28px;
    margin: 0 0 15px;
    padding: 1px 10px 0;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.get_news_box .btn_subscribe{
}
/*
================================================================================
|                             CONSTRUCTION  SUBSCRIBE                           |
================================================================================
*/
.newsletter{
	text-align: center;
	padding: 44px 0 45px 0;
}
.newsletter .title{
	color: #293848;
	line-height: 20px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	padding: 0 0 25px 0;
}
.newsletter .txb{
	background: #FFFFFF;
    border: 1px solid #D1D5DC;
    border-radius: 4px 4px 4px 4px;
    color: #798FA1;
    display: inline-block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
    height: 39px;
    line-height: 38px;
    margin: 0 16px 0px 0;
    padding: 0px 14px 0;
    vertical-align: top;
    width: 310px;
}
.newsletter .btn_subscribe{
	background: url("../images/buttons/button_7.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow:0 -1px 0 #050A0F;
    display: inline-block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
    font-size: 14px;
    height: 46px;
    line-height: 20px;
    margin: 0px 0 0;
    letter-spacing: 0.5px;
    padding: 0px 0 9px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 106px;
    border:0;
}
/*
================================================================================
|                                     SLIDER                                   |
================================================================================
*/
.slider{
	position:relative;
}
.slider .sliderContent{
	position:relative;
	overflow: hidden;
}
.slider .sliderContent .item{
	position:absolute;	
	top:0;
	left:0;
}
.slider .slide img{
	position:relative;
	z-index: 1;
	top:0;
	left:0;
}
.slider .slide .description{
	position: absolute;
	bottom: 0;
	left:0;
	background: #293b4a;
	background: rgba(27,34,42,0.9);
	min-height: 50px;
	z-index: 2;
}
.slider .slide .description h2{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	color: #FFFFFF;
	font-size:21px;
	max-width: 440px;
	line-height: 28px;
	padding:0 20px 3px;
	border:0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}
.slider .slide .description p{
	font-size: 12px;
	color: #A9B5BD;
	line-height: 18px;
	padding: 0 20px;
	overflow: hidden;
	max-width: 440px;
	white-space: nowrap;
}
.slider .slide .description p span{
	padding: 0 16px 0 0
}
.slider .slide .description .price{
	color: #0099FF;
	line-height: 28px;
	font-size: 21px;
	text-shadow:0 -1px 0 #000003;
	font-family: Arial,sans-serif;
	position:absolute;
	top:14px;
	font-weight: bold;
}
.dealer-wrapper .bx-controls,
.home_slider .bx-controls,
.page_slider .bx-controls{
	position:absolute;
	bottom:21px;
	z-index: 10;
}
.home_slider .bx-pager .bx-pager-item,
.page_slider .bx-pager .bx-pager-item{
	display: inline-block;
}
.home_slider .bx-pager .bx-pager-item:hover,
.page_slider .bx-pager .bx-pager-item:hover {
	opacity: 0.9;
}
.home_slider .bx-pager .bx-pager-item a.bx-pager-link,
.page_slider .bx-pager .bx-pager-item a.bx-pager-link{
	display: inline-block;
	width: 9px;
	height: 9px;
	text-indent: 9999px;
	overflow: hidden;
	background-color: #2B3C4C;
	border-radius: 12px;
	/*background: url(../images/slider_bullet.png) no-repeat 2px 2px;*/
	margin: 0 0 0 8px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.home_slider .bx-pager .bx-pager-item a.bx-pager-link.active,
.page_slider .bx-pager .bx-pager-item a.bx-pager-link.active{
	margin-bottom: 0px;
	background-color: #fff;
	width: 11px;
	height: 11px;

	/*background: url(../images/slider_bullet_active.png) no-repeat 0px 0px;*/
}
.home_slider{
	position:relative;
}
.home_slider .slider{
	width: 620px;
	height: 425px;
}
.home_slider .slider .slide{
	width: 620px;
	height: 425px;
}
.home_slider .slider .slide img{
	width: 620px;
	/*height: 425px;*/
	margin: 0 auto;
	display: block;
}
.home_slider .slider .slide a:hover img{
	opacity: 0.8;
}
.home_slider .bx-wrapper {
	max-height: 425px;
	overflow: hidden;
}
.home_slider.car_layout_content_right .slider,
.home_slider.car_layout_content_right .slider .slide,
.home_slider.car_layout_content_right .slider .slide img{
	width: 660px;
}
.home_slider.car_layout_content .slider,
.home_slider.car_layout_content .slider .slide,
.home_slider.car_layout_content .slider .slide img{
	width: 940px;
}
.home_slider.car_layout_content .slider .slide img{
	height:auto;
	max-height: 600px;
}
.slider .slide .description a:hover, .slider .slide .description a:hover h2 {
	text-decoration: none;
	opacity: 0.8;
}
.home_slider.car_layout_content_right .label,
.home_slider.car_layout_content .label{
	height: 47px;
	font-size: 24px;
	z-index: 10;
	position: absolute;
	top:36px;
	left:0;
	line-height: 46px;
	color: #FFFFFF;
	padding: 0 19px 0 19px;
	background: url(../images/best_offer_label.jpg) repeat-x 0 0;
}
.home_slider .slider .slide .description{
	width: 100%;
	padding: 13px 0 20px;
}
.home_slider .slider .slide .description .price{
	right:20px;
}
.dealer-wrapper .bx-controls,
.home_slider .bx-controls{
	right:21px;
}
.page_slider {
	margin-bottom: 7px;
	position:relative;
}
.page_slider .slider{
	width: 940px;
	height: 425px;
}
.page_slider .slider .slide{
	width: 940px;
	height: 425px;
}
.page_slider .slider .slide img{
	width: 940px;
	height: 425px;
}
.page_slider .slider .slide .description{
	width: 100%;
	padding: 13px 0px 20px 0px;
}
.page_slider .slider .slide .description .price{
	right:340px;
}
.page_slider .bx-controls{
	right:341px;
}
.bx-viewport{
	/*height: auto!important;
*/
}
/*
================================================================================
|                                     BANNERS                                   |
================================================================================
*/
.banner{
	margin-bottom: 20px;
}
.banners{
	overflow: hidden;
	padding-bottom: 25px;
}
.main_banner{
	overflow: hidden;
	color: #FFFFFF;
	padding: 18px 15px 0 18px;
}
.banner_1{
	background: url(../images/banners/bg_banner_1.jpg) repeat-x 0 0 #0C1C30;
	border:1px solid #0C1C30;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.banner_2{
	background: url(../images/banners/bg_banner_2.jpg) repeat-x 0 0 #F09000;
	border:1px solid #DA8500;
	float: right;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.main_banner .text_wrapper{
	padding: 0 0 0px 67px;
	width: 80%;
	float: left;
	box-sizing: border-box;
}
.main_banner.banner_1 .text_wrapper{
	background: url(../images/banners/banner_img_1.png) no-repeat 0 4px;
}
.main_banner.banner_2 .text_wrapper{
	color: #f5f5f5;
	background: url(../images/banners/banner_img_2.png) no-repeat 9px 2px;
}
.main_banner.banner_2 p.title, .main_banner.banner_2 p.desc {
	color: #f5f5f5;
}
.main_banner p.title{
	font-size: 30px;
	line-height: 36px;
	padding: 0;
}
.main_banner p.desc{
	font-size: 11px;
	line-height: 18px;
	padding: 0;
}
.main_banner a{
	display: block;
	float: left;
	width: 81px;
	height: 34px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	padding: 0;
	margin: 10px 0;
}
/*
================================================================================
|                                     SEARCH AUTO                              |
================================================================================
*/
.search_auto{
	width: 100%;
	border:1px solid #EBEBEB;
	padding: 11px 19px 19px;
	background: #F8F8F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog_sidebar .search_auto{
	width: 180px;
	margin-bottom: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.search_auto h3{
	padding: 0 0 12px 0;
	float: left;
}
.catalog_sidebar .search_auto h3{
	float: none;
}
.search_auto .categories{
	float: right;
	padding: 8px 0 0 0;
}
.catalog_sidebar .search_auto .categories{
	float: none;
	padding: 1px 0 9px 0;
}
.search_auto .categories input{
	display: none;
}
.search_auto .categories label{
	position:relative;
	width: 25px;
	height: 13px;
	display: inline-block;
	cursor: pointer;
	margin: 0 0 0 5px;
}
.catalog_sidebar .search_auto .categories label{
	margin: 0 7px 0 0;
}
.search_auto .categories label:after{
	width: 25px;
	cursor: pointer;
	height: 13px;
	position:absolute;
	top:0;
	left:0;
	z-index: 1000;
	display: inline-block;
	content: '';
}
.search_auto .categories input + label i {
	color: #c7c7c7;
}
.search_auto .categories input + label:hover i {
	opacity: 0.8;
}
.search_auto .categories input:checked + label i {
	color: #0099FF;
}
.search_auto .categories input:checked + label:hover i {
	opacity: 1;
}
.search_auto .select_box_1{
	width: 260px;
	padding: 0 0 8px 0;
}
.search_auto .select_box_1 .custom-select{
	width: 100%;
}
.catalog_sidebar .search_auto .select_box_1{
	width: 180px;
}
.search_auto .select_box_2{
	width: 260px;
	padding: 0 0 8px 0;
}
.catalog_sidebar .search_auto .select_box_2{
	width: 180px;
}


.search_auto .select_box_2 .custom-select{
	float: left;
	width: 125px;
}
.catalog_sidebar .search_auto .select_box_2 .custom-select{
	float: left;
	width: 85px;
}
.search_auto .select_box_2 .custom-select:first-child{
	margin-right: 10px;
}
.search_auto label{
	font-size: 13px;
	display: block;
	line-height: 18px;
	padding: 0 0 3px 0;
}
.search_auto label strong{
	color: #293848;
}
.search_auto label.check_label{
	display: inline;
	vertical-align: top;
	color: #798FA1;
	line-height: 20px;
	font-size: 13px;
}
.search_auto .chb_wrapper{
	float: left;
	padding: 25px 0 0 0;
}
.catalog_sidebar .search_auto .chb_wrapper{
	float: none;
	padding: 0px 0 0 0;
}
.search_auto .chb_wrapper input{
	margin: 4px 2px 0 0;
	vertical-align: top;
}
/*.search_auto .btn_search{
	width: 104px;
	height: 46px;
	background: url(../images/buttons/button_2.png) no-repeat 0 0;
	border:0;
	cursor: pointer;
	border-radius: 4px;
	float: right;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow:0 -1px 0 #050A0F;
	text-transform: uppercase;
	font-size: 14px;
	margin: 13px 0 0 0;
	padding: 0 0 7px 0;
}
*/
.catalog_sidebar .search_auto .btn_search{
	float: none;
	margin: 16px 0 1px 0;
	/*padding: 0 0 9px 0;*/
}
.search_auto .select_box_2 .txb,
.catalog_sidebar .txb{
	border: 1px solid #D1D5DC;
	display: block;
	vertical-align: top;
	background: #FFFFFF;
	border-radius: 4px;
	width: 63px;
	height: 28px;
	margin: 0;
	padding: 1px 10px 0 10px;
	line-height: 19px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	color: #798FA1;
	float:left;
}

.custom-select span.custom-text {
	padding-bottom:0;
	height:26px
}
.search_auto .select_box_2 .custom-text{
	width:103px;
}
.search_auto .select_box_2 .txb:first-child{
	margin-right: 9px;
}

/*
================================================================================
|                                CALCULATOR		                              |
================================================================================
*/
.calculator{
	width: 180px;
	border:1px solid #EBEBEB;
	padding: 11px 19px 14px;
	background: #F8F8F8;
	margin-bottom: 20px;
}
.calculator h3{
	padding: 0 0 12px 0;
}
.calculator label{
	font-size: 13px;
	display: block;
	line-height: 18px;
	padding: 0 0 3px 0;
}
.calculator label strong{
	color: #293848;
}
.calculator .select_box_1{
	width: 180px;
	padding: 0 0 8px 0;
}
.calculator .btn_calc{
	width: 104px;
	height: 50px;
	background: url(../images/buttons/button_2.png) no-repeat 0 0;
	border:0;
	cursor: pointer;
	border-radius: 4px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow:0 -1px 0 #050A0F;
	text-transform: uppercase;
	font-size: 14px;
	margin: 12px 0 0 0;
	padding: 0 0 9px 0;
}
/*
================================================================================
|                                PAGINATION		                              |
================================================================================
*/
body #content .pagination{
	float: right;
}
body #content .pagination ul{
	overflow: hidden;
}
body #content .pagination > li,
body #content .pagination > li > a,
body #content .pagination ul li:last-child,
body #content .pagination ul li{
	float: left;
	color: #607586;
	text-shadow:1px 0 0 #607586;
	letter-spacing: 1px;
	border:0;
	background: none;
	padding: 0 0 0 2px;
}
body #content .pagination ul li.space{
	padding: 5px 8px 0 11px;
}
body #content .pagination ul li.next{
	padding: 0 0 0 15px;
}
body #content .pagination > li:first-child {
	clear: left;
}
body #content .pagination > a > li,
body #content .pagination > li:last-child,
body #content .pagination > li {
	float: left;
	padding: 0;
	margin-left: 2px;
}
body #content .pagination > li,
body #content .pagination > a > li,
body #content .pagination ul li a{
	display: block;
	width: 29px;
	height: 29px;
	background-color: #f8f8f8;
  	*background-color: #f8f8f8;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f5f5f5 47%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	color: #607586;
	font-size: 13px;
	line-height: 30px;
	border-radius: 4px;
	text-shadow:0 1px 0 #FFFFFF;
	text-align: center;
	text-decoration: none;

}
body #content .pagination > li,
body #content .pagination > a > li:hover,
body #content .pagination ul li a:hover,
body #content .pagination ul li.active a{
	background: #293b4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #293b4a 0%, #23313e 51%, #19222c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#293b4a), color-stop(51%,#23313e), color-stop(100%,#19222c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #293b4a 0%,#23313e 51%,#19222c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #293b4a 0%,#23313e 51%,#19222c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293b4a', endColorstr='#19222c',GradientType=0 ); /* IE6-9 */
	text-shadow:none;
	color: #ffffff;
}
body #content .pagination ul li.next a{
	background: none;
	width: 6px;
	padding: 9px 0 0;
	height: 20px;
}
/*
================================================================================
|                                 BLOG		                                   |
================================================================================
*/
.blog{
}
.blog.layout_content{
	padding: 0;
}
.blog.layout_left_content{
	width: 660px;
	float: left;
	padding: 0 0 0 40px;
}
.blog.layout_content_right{
	width: 660px;
	float: left;
	padding: 0 40px 0 0;
}

.blog_post{
	display: inline-block;
	border-bottom: 1px solid #D1D5DC;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.blog_post.sticky .grey_area {
	background-color: rgba(255,255,0,0.1);
}
.blog_single_post{
	overflow: hidden;
	margin-bottom: 20px;
}
.blog_post .thumb{
	margin: 0 25px 0 0;
	float: left;
}
.blog_post .thumb,
.blog_post .thumb img{
	width: 180px;
}
.blog_post .blog_desc{
	float: left;
	width: 455px;
	padding: 2px 0 0 0;
}
.blog_post.no_post_thumbnail .blog_desc{
	float: none;
	width:695px;
}
.blog.layout_content .blog_post .blog_desc{
	width:695px;
}
.blog_post .grey_area,
.blog_single_post .grey_area{
	padding-top: 6px;
	padding-bottom: 7px;
	margin-bottom: 14px;
}
.blog_single_post .grey_area{
	margin-bottom: 20px;
}
.blog_date,
.blog_author,
.blog_category,
.blog_comments{
	display: inline-block;
	min-height: 15px;
	margin: 0 12px 0 0;
}

.blog_date i,
.blog_author i,
.blog_category i,
.blog_comments i{
	color: #bbb;
	display: inline-block;
	margin: 0 4px 0 0;
	font-size: 14px;
}
.blog_date,
.blog_author,
.blog_category,
.blog_comments,
.blog_category a{
	font-size: 11px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 18px;
	color: #798FA1;
}
.blog_category a{
	text-decoration: none;
}
.blog_category a:hover{
	text-decoration: underline;
}
/*.blog_date{
	background: url(../images/blog_icons/blog_date_icon.png) no-repeat 0 1px;
	padding: 0 0 0 24px;
}
.blog_author{
	background: url(../images/blog_icons/blog_author_icon.png) no-repeat 0 1px;
	padding: 0 0 0 23px;
}
.blog_category{
	background: url(../images/blog_icons/blog_categories_icon.png) no-repeat 0 1px;
	padding: 0 0 0 24px;
}
.blog_comments{
	background: url(../images/blog_icons/blog_comments_icon.png) no-repeat 0 1px;
	padding: 0 0 0 24px;
}
*/
.blog_post .post p{
	color: #798FA1;
	line-height: 20px;
	padding: 0px 0 10px;
}
.blog_single_post .post p{
	color: #798FA1;
	line-height: 20px;
	padding: 4px 0 15px;
}
.blog_post .more{
	text-decoration: none;
}
.blog_post .more:hover{
	text-decoration: underline;
}
/*
================================================================================
|                               COMMENTS	                                   |
================================================================================
*/
#content .comments{
	padding: 4px 0 3px 0;
}
#content .comments ul{
	padding: 4px 0 0 0;
}
#content .comments ul li {
	background: none;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #E8EAED;
	display: inline-block;
	clear: both;
	width: 100%;
}
#content #comments ul.commentlist > li ul {
	padding-left: 0;
}
#content #comments ul.commentlist > li ul li {
	margin-left: 0;
}
#content #comments ul.children {
	margin-left: 0;
	padding-left: 0;
}
#content #comments ul.commentlist ul.children > li:last-child,
#content #comments ul.commentlist > li ul.children > li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
#content #comments ul.commentlist > li,
#content #comments ul.commentlist li ul.children > li {
	padding-top: 24px;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 24px;
}
#content #comments ul.commentlist li ul.children > li {
	padding-left: 80px;
}

#content #comments ul li.last{
	border:0;
}
#content #comments ul li ul,
#content #comments ul li ul li ul{
	padding: 0px 0 0 0;
}
#content #comments ul li ul li{
	background: none;
	margin: 0px 0 0 0;
	padding: 0px 0 0px 0;
	border-top: 1px solid #E8EAED;
	border-bottom: 0;
}
#content #comments ul li ul li ul li{
	background: none;
	padding: 0px 0 0px 0;
	border-top: 1px solid #E8EAED;
	border-bottom: 0;
}
#content #comments ul li img{
	float: left;
	width: 61px;
	height: auto;
	margin: 6px 19px 0 0;
}
#comments ul li .fn {
	padding-right: 5px;
	font-weight: 600;
	float: left;
}
#comments ul li .says {
	display: none;
}
#comments h3#comments-title {
	display: none;
}
#comments ul li a.comment-edit-link {
	float: right;
	border-width: 1px;
	border-style: solid;
	padding: 2px 10px;
}
#comments ul > li,
#comments ul li .wrapper{
	padding: 24px 0 25px 0;
}
#comments ul li.first > .wrapper{
	padding: 0px 0 25px 0;
}
#comments ul li ul li .wrapper{
	padding: 24px 0 25px 81px;
}
#comments ul li ul li ul li .wrapper{
	padding: 24px 0 25px 162px;
}
#comments ul li .comment-metadata,
#comments ul li .comment_data{
	padding: 0 0 0 80px;
}
#comment_author{
	overflow: hidden;
}
#comments ul li .comment_data .author{
	font-weight: bold;
	color: #293848;
	line-height: 20px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	float: left;
	padding: 0 10px 4px 0;
}
#comments ul li .comment-metadata time,
#comments ul li .comment_data .date{
	width: 90%;
	font-style: italic;
	color: #798FA1;
	line-height: 20px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 11px;
	float: left;
	clear: right;
}
.comments ul li .comment-content{
	line-height: 20px;
	clear: right;
}
.comments ul li .reply{
	background: url(../images/reply.png) no-repeat 0 2px;
	padding: 0 0 0 19px;
	float: right;
	line-height: 20px;
/*	position: absolute;
	right: 0;
	margin-top: -80px;
*/
}
.comment_form{
	padding-bottom: 40px;
}
.comment_form h2{
	margin-bottom: 15px;
}
.comment_form .fld_box{
	width: 193px;
	float: left;
}
.comment_form .fld_box.center{
	padding: 0 41px 0 40px;	
}
.comment_form label{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #293484;
	display: block;
	padding-left: 1px;
	line-height: 18px;
	padding-bottom: 3px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
	background: #FFFFFF;
    border: 1px solid #D1D5DC;
    border-radius: 3px;
    box-shadow:none;
    color: #888888;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
    height: 28px;
    line-height: 28px;
    margin: 0 0 8px;
    padding: 1px 10px 0;
    vertical-align: top;
    font-size: 13px;
    width: 171px;
}
.comment-form textarea{
	background: #FFFFFF;
    border: 1px solid #D1D5DC;
    border-radius: 3px;
    box-shadow:none;
    color: #888888;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
    height: 100px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 1px 0px 0 10px;
    vertical-align: top;
    width: 648px;
    font-size: 13px;
    resize:none;
}
/*.comment-form input.submit{
	background: url(../images/buttons/button_6.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
    height: 46px;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    margin: 0 0 0px;
    padding: 0px 0px 9px;
    width: 87px;
    text-transform: uppercase;
}
*//*
================================================================================
|                              DEALER		                                   |
================================================================================
*/
.best_offer{
	width: 660px;
	height: 425px;
	position: relative;
}
.best_offer img{
	width: 660px;
	height: 425px;
	position:relative;
	z-index: 1;
	top:0;
	left:0;
}
.best_offer .label{
	height: 47px;
	font-size: 24px;
	z-index: 10;
	position: absolute;
	top:36px;
	left:0;
	line-height: 46px;
	color: #FFFFFF;
	padding: 0 19px 0 19px;
	background: url(../images/best_offer_label.jpg) repeat-x 0 0;
}
.best_offer .description{
	position: absolute;
	bottom: 0;
	left:0;
	background: url(../images/bg_slider_content.png) repeat 0 0;
	width: 620px;
	min-height: 50px;
	z-index: 2;
	padding: 13px 20px 20px;
}
.best_offer .description h2{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	color: #FFFFFF;
	font-size:21px;
	max-width: 440px;
	line-height: 28px;
	padding-bottom:3px;
	border:0;
	margin: 0;
}
.best_offer .description p{
	font-size: 12px;
	color: #A9B5BD;
	line-height: 18px;
}
.best_offer .description p span{
	padding: 0 16px 0 0
}
.best_offer .description .price{
	color: #0099FF;
	line-height: 28px;
	font-size: 21px;
	text-shadow:0 -1px 0 #000003;
	font-family: Arial,sans-serif;
	position:absolute;
	top:14px;
	font-weight: bold;
	right:20px;
}
.offers{
	padding: 20px 0 17px 0;
	overflow: hidden;
	border-bottom:1px solid #D1D5DC;
}
.offers .count{
	line-height: 20px;
	float: left;
	padding: 4px 0 0 0;
}
.offers .count strong{
	color: #293848;
}
.offers .all{
	background: url(../images/buttons/button_8.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
    height: 33px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    line-height: 28px;
    margin: 0 0 0px;
    padding: 0px 0px 0;
    width: 120px;
    float: right;
    text-transform: uppercase;
    text-shadow:0 -1px 0 #000000;
    text-decoration: none;
}
.dealer_catalog li .catalog_desc{
	padding: 0 0 0 0px;
	width: 471px;
	float: left;
}
.layout_content .dealer_catalog li .catalog_desc{
	width:751px;
}
.dealer_bottom{
	padding: 30px 0 40px;
}
/*
================================================================================
|                              CUSTOM SELECT                                   |
================================================================================
*/
.custom-select{
	position: relative;
	width: auto;
}
.custom-select select{
	display: none;
}

.select2-container .select2-choice .select2-arrow b {
	background-position: -6px 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -24px 5px;
}
select.custom-select.loan {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.loan.calculator .loan.amount {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 31px;
}
.loan.calculator input, .loan.calculator select {
	margin-bottom: 10px;
}
select.select_5 {
	width: 205px;
}
.select_box_1 select,
.select_box_2 select,
.select_box_3 select,
.select_box_4 select,
.select_box_6 select,
.select_box_7 select,
.select_box_8 select {
	width: auto;
}

.select_box_1 select,
.select_box_2 select,
.select_box_3 select,
.select_box_4 select,
.select_box_5 select,
.select_box_6 select,
.select_box_7 select,
.select_box_8 select,
select.custom-select,
select.text,
.custom-select .custom-text{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border:1px solid #D1D5DC;
	border-radius: 3px;
	background: #FFFFFF;
	display: block;
	color: #798FA1;
	font-size: 13px;
	line-height: 22px;
	height: 31px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	padding: 4px 11px;
	box-shadow: 0 1px 0 0 #FFFFFF;
	width: auto;
	background: url(../images/select_marker.gif) no-repeat right 13px #FFFFFF;
	text-indent: 0.01px;
	text-overflow: '';
}
.select-list{
	border:1px solid #D1D5DC;
	z-index: 100;
	border-radius: 3px;
	background: #FFFFFF;
	display: block;
	color: #798FA1;
	font-size: 13px;
	top: 31px;
	line-height: 28px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	padding:0px 0 0 0px;
	width: 100%;
	position: absolute;
}
.custom-scroll{
	overflow: hidden;
}
.select-scroll {
    background-color: #D1D5DC;
    border-radius: 0px 2px 2px 0px;
    width: 12px;
}
.select-scroll {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}
.maxlength .scroll-drag:after {
    content: "≡";
    display: block;
    font-size: 14px;
    left: 50%;
    margin: -14px 0 0 -4px;
    position: relative;
    top: 50%;
}
.scroll-drag {
    background-color: #293648;
    border-radius: 2px 2px 2px 2px;
    top: 0;
    width: 10px;
}
.scroll-drag {
    cursor: pointer;
    display: block;
    left: 1px;
    position: absolute;
}
.custom-select ul {
    left: 0;
    position: relative;
    top: 0;
}
body #content .custom-select ul li,body #content .custom-select ul li:last-child{
	padding: 5px 10px 5px;
	cursor: pointer;
	border:0;
	background: none;
}
body #content .custom-select ul li.selected,
body #content .custom-select ul li:hover{
	background: #798FA1;
	color: #FFFFFF;
}
.color-select select{
	display: none;
}
body #content .custom-select.color-select ul li{
	padding: 1px 10px 1px;
}
body #content .custom-select.color-select ul li.selected,
body #content .custom-select.color-select ul li:hover{
	background: #f2f2f2;
	color: #293848;
}
body #content .color-select ul li span, .color-select .custom-text span{
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	border:1px solid #d1d5dc;
	border-radius: 3px;
	margin: 3px 10px 0 0;
}
.select_box_1 .select-list{
	width: 258px;
}
.select_box_2 .select-list{
	width: 124px;
}
.catalog_sidebar .select_box_1 .select-list,
.car_sidebar .select_box_1 .select-list{
	width: 178px;
}
.catalog_sidebar .select_box_2 .select-list{
	width: 83px;
}
.sell_select .select-list{
	width: 205px;
}
/*
================================================================================
|                                  CONTACTS		                                |
================================================================================
*/
.contacts_box{
	background: #F8F8F8;
	border:1px solid #EBEBEB;
	padding: 9px 9px 9px 19px;
	overflow: hidden;
	margin: 0 0 33px 0;
}
.contacts_box h3{
	padding-bottom: 14px;
}
.contacts_box .left{
	width: 220px;
	padding: 3px 20px 0 0;
	float: left;
}
.contacts_box .detail{
	padding: 0 0 20px 37px;
	min-height: 27px;
}
.car_contacts .detail,
.contacts_widget .detail{
	padding: 0 0 15px 37px;
	min-height: 27px;
}
.dealer_page .contacts_widget .detail{
	float:left;
	width:198px;
}
.contacts_box .detail.single_line{
	padding: 8px 0 17px 37px;
}
.car_contacts .detail.single_line,
.contacts_widget .detail.single_line{
	padding: 8px 0 12px 37px;
}
.contacts_box .detail,
.contacts_box .detail a,
.car_contacts .detail,
.car_contacts .detail a,
.contacts_widget .detail,
.contacts_widget .detail a{
	color: #607586;
	line-height: 16px;
	text-decoration: none;
}
.contacts_box .detail a:hover,
.car_contacts .detail a:hover,
.contacts_widget .detail a:hover{
	text-decoration: underline;
}
.contacts_box .addr,
.car_contacts .addr,
.contacts_widget .addr{
	background: url(../images/contacts/address_icon.png) no-repeat 0 3px;
}
.contacts_box .phones,
.car_contacts .phones,
.contacts_widget .phones{
	background: url(../images/contacts/phone_icon.png) no-repeat 0 3px;
}
.contacts_box .email,
.car_contacts .email,
.contacts_widget .email{
	background: url(../images/contacts/email_icon.png) no-repeat 0 3px;
}
.contacts_box .web,
.car_contacts .web,
.contacts_widget .web{
	background: url(../images/contacts/web_icon.png) no-repeat 0 3px;
}
.contacts_box .map{
	width: 668px;
	float: left;
	border:1px solid #FFFFFF;
}
.contact_form{
	padding: 0 0 28px;
}
.contact_form h2{
	margin-bottom: 15px;
}
.contact_form .fld_box{
	width: 287px;
	float: left;
}
.contact_form .fld_box.center{
	padding: 0 39px 0 40px;	
}
.contact_form label{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #293484;
	display: block;
	padding-left: 1px;
	line-height: 18px;
	padding-bottom: 3px;
}
.contact_form input{
	background: #FFFFFF;
    border: 1px solid #D1D5DC;
    border-radius: 3px;
    box-shadow:none;
    color: #888888;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
    height: 28px;
    line-height: 28px;
    margin: 0 0 8px;
    padding: 1px 10px 0;
    vertical-align: top;
    font-size: 13px;
    width: 265px;
}
textarea#comment,
.contact_form textarea{
	background: #FFFFFF;
    border: 1px solid #D1D5DC;
    border-radius: 3px;
    box-shadow:none;
    color: #888888;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
    height: 100px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 1px 0px 0 10px;
    vertical-align: top;
    width: 928px;
    font-size: 13px;
    resize:none;
}
textarea#comment {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
.contact_form input.submit{
	background: url(../images/buttons/button_6.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
    height: 46px;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    margin: 0 0 0px;
    padding: 0px 0px 9px;
    width: 87px;
    text-transform: uppercase;
}
ul.personal_list{

}
ul.personal_list li{
	width: 450px;
	margin: 0 36px 36px 0;
	overflow: hidden;
	display: inline-block;
	border:0;
	background: none;
	padding: 0;
}
ul.personal_list li.last{
	margin-right: 0;
}
ul.personal_list li,
ul.personal_list li a{
	line-height: 18px;
	color: #798FA1;
	text-decoration: none;
}
ul.personal_list li a:hover{
	text-decoration: underline;
}
ul.personal_list li img.thumb{
	float: left;
	width: 138px;
	height: 138px;
	margin: 0 25px 0 0;
}
ul.personal_list li .inner{
	float: left;
	width: 287px;
	padding: 18px 0 0;
	overflow: hidden;
}
ul.personal_list li .grey_area{
	letter-spacing: 0.5px;
	color: #607586;
	margin-bottom: 10px;
}
ul.personal_list li .grey_area span{
	padding-right:7px;
}
/*
================================================================================
|                                     404	                                   |
================================================================================
*/
.counter_heading{
	font-size: 28px;
	line-height: 34px;
	color: #293848;
	text-align: center;
	padding: 47px 0 43px 0;
}
.counter_wrapper{
	text-align: center;
	border-bottom: 1px solid #D1D5DC;
	padding: 0 0 60px 0;
}
#counter{
	display: inline-block;
	background: #F8F8F8;
	border:1px solid #EBEBEB;
	border-radius: 5px;
	padding: 10px 0 14px 0;
	overflow: hidden;
}
#counter .countdown_section{
	width: 87px;
	display: block;
	text-align: center;
	color: #607586;
	float: left;
	margin: 0 10px;
	line-height: 20px;
}
#counter .countdown_amount{
	width: 85px;
	height: 87px;
	background: url(../images/digit.png) no-repeat 0 0;
	display: block;
	font-family: Arial,sans-serif;
	font-size: 60px;
	text-align: center;
	font-weight: bold;
	color: #293848;
	line-height: 87px;
	padding: 0 0 0 2px;
	margin: 0 0 9px 0;
}
.needs_wrapper{
	padding: 21px 29px 18px 29px;
	background: #F8F8F8;
	border:1px solid #EBEBEB;
	margin: 0 0 40px;
	overflow: hidden;
}
.needs_wrapper .post_block{
	width: 240px;
	float: left;
}
.needs_wrapper .post_block.center{
	padding: 0 76px 0 77px;
}
.needs_wrapper h3{
	padding-bottom: 9px
}
.needs_wrapper ul{
	padding:0;
}
.needs_wrapper ul li{
	background: url(../images/marker_4.png) no-repeat 0 7px;
	padding: 0 0 7px 15px;
	line-height: 18px;
	border:0;
}
.needs_wrapper ul li,
.needs_wrapper ul li a{
	color: #798FA1;
	text-decoration: none;
}
.needs_wrapper ul li a:hover{
	text-decoration: underline;
}
/*
================================================================================
|                                     SELL                                   |
================================================================================
*/
.message{
	border:1px solid #EBEBEB;
	background:#F8F8F8;
	padding: 11px 19px 11px 19px;
	margin-bottom: 33px;
}
.message h3{
	padding: 0 0 11px 0;
}
.message p{
	line-height: 20px;
	padding-bottom: 3px;
}
.sell_box {
	padding-bottom: 26px;
}
.sell_box.sell_box_2 {
	padding-bottom: 25px;
}
.sell_box.sell_box_3 {
	padding-bottom: 24px;
}
.sell_box.sell_box_4 {
	padding-bottom: 13px;
}
.sell_box.sell_box_5 {
	padding-bottom: 33px;
}
.sell_box h2{
	margin-bottom: 14px;
}
.sell_box label{
	color: #293848;
	padding: 0 0 2px 0;
	line-height: 20px;
	display: block;
}
.sell_box label span{
	color: #FFB52E;
}
.sell_box .select_wrapper,
.sell_box .input_wrapper,
.sell_box .single_chb_wrapper{
	width: 290px;
	padding-bottom: 7px;
}
.sell_box .col_1,.sell_box .col_2,.sell_box .col_3{
	width: 290px;
	float: left;
	margin-right: 35px;
	padding-bottom: 12px;
}
.sell_box .col_two_third {
	width: 580px;
}
.sell_box .col_two_third.col_last {
	width: 615;
	margin: 0;
}
.sell_box .col_first {
	clear: left;
}
.sell_box .col_last {
	clear: right;
}
.sell_box .col_3{
	margin-right: 0;
}
.col_opt,.col_opt_last{
	width:205px;
	margin-right: 40px;
	float: left;
	padding:6px 0;
}
.col_opt_last{
	margin-right: 0;
}
.sell_box .single_chb_wrapper{
	padding-top: 28px;
}
.sell_box .checkbox_items{
	padding:8px 0;
}
.sell_box .btn-next{
	padding:8px 0;
}
.sell_box .btn-next .btn3{
	margin-right:15px;
}
.form_loading{
	display: none;
    height: 35px;
    margin-left: 25px;
    vertical-align: middle;
    width: 35px;
}
.form_loading img{
	width: 100%;
}
/*.sell_box .select_wrapper.last,
.sell_box .input_wrapper.last,
.sell_box .single_chb_wrapper.last{
	margin-right: 0;
}*/
.sell_box .select_wrapper select, .sell_box .select_wrapper .select2-container{
	width:287px;
}
.sell_box .select_wrapper.with_text select{
	width:255px;
	display: inline-block;
}
.sell_box .input_wrapper.fullwidth, .sell_box .input_wrapper.fullwidth textarea, .sell_box .input_wrapper.fullwidth input {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sell_box .input_wrapper input{
	width:265px;
}
.sell_box .input_wrapper.with_text input{
	width:233px;
	display: inline-block;
}
.sell_box .input_wrapper.price input{
	width:265px;
	/*margin-right:6px;*/
}
.sell_box .input_wrapper.price select{
	width:287px;
}

.sell_box .input_wrapper.large{
	width: 490px;
}
.sell_box .input_wrapper.large.last{
	width: 450px;
}
.sell_box .foto_wrapper{
	float: left;
	width: 140px;
	height: 105px;
	margin: 6px 16px 20px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background:none!important;
	padding: 0 !important;
	border-bottom: 3px solid #f69a0f!important;
}
ul.photos_sortable > li.photo_main:last-child{
	border:  3px solid #f69a0f!important;
}
.sell_box .foto_wrapper #upload-photos{
	cursor: pointer;
}
.sell_box .foto_wrapper span{
	border:1px solid #EBEBEB;
	background: #F8F8F8;
	display: block;
	width: 138px;
	height: 103px;
	text-transform: uppercase;
	color: #798FA1;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}
.sell_box .foto_wrapper span img{
	max-width:138px;
	height:103px;
}
.sell_box .foto_wrapper span img.upload{
	width:28px;
	height:28px;
}
.sell_box .foto_wrapper span img.upload{
	display: block;
	margin: 25px auto 9px;
}
.sell_box .foto_wrapper.photo_main{
	border:3px solid #f69a0f;
}
.sell_box .foto_wrapper.photo_main span{
	width:132px;
	height:97px;
}
.sell_box .foto_wrapper.photo_main span img{
	max-width:132px;
	height:97px;
}
.sell_box .foto_wrapper.photo_main .set_main_image{
	display: none;
}
.sell_box .foto_wrapper:hover .actions{
    opacity: 1;
}
.sell_box .foto_wrapper .actions:before{
    background-color:#2f373f;
    width: 140px;
	height: 105px;
	position: absolute;
	top:0px;
	left:0px;
	content: '';
	opacity: 0.85;
	z-index: -1;
}
.sell_box .foto_wrapper .actions{
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; 
	width: 140px;
	height: 105px;
	position: absolute;
	top:0px;
	left:0px;
	text-align: center;
	z-index: 1;
}
.sell_box .foto_wrapper.photo_main .actions{
	top:-3px;
	left:-3px;
}
.sell_box .foto_wrapper .actions a{
	background-color: #8E9296;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    height: 22px;
    line-height: 15px;
    margin: 37px 7px 0;
    opacity: 0.75;
    padding-top: 6px;
    text-align: center;
    width: 29px;
}
.sell_box .foto_wrapper .actions a:hover{
	opacity: 1;
	background-color: #979b9f;
}
.sell_box .foto_wrapper .actions a i{
	color:#2f373f;
}
/*.sell_box .foto_wrapper:hover .actions{
	display: block;
}*/
.sell_box .foto_wrapper.last{
	margin-right: 0;
}
.sell_box .txb{
	border: 1px solid #D1D5DC;
	display: block;
	vertical-align: top;
	background: #FFFFFF;
	border-radius: 4px;
	width: 183px;
	height: 28px;
	margin: 0;
	padding: 1px 10px 0 10px;
	line-height: 28px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	color: #798FA1;
}
.sell_box .txb.large{
	width: 428px;
}
.sell_box .chb_group{
	float: left;
	padding: 4px 0 0 0;
	width: 158px;
}
.sell_box .chb_group.last{
	width: 148px;
}
.sell_submit_wrapper{
	border-top:1px solid #D1D5DC;
	padding: 18px 0 35px 0;
}
.sell_submit_wrapper input.sell_submit{
	background: url(../images/buttons/button_6.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
    height: 46px;
    float: right;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    margin: 2px 0 0px;
    padding: 0px 0px 9px;
    width: 87px;
    text-transform: uppercase;
}
/*
================================================================================
|                                     CHECKBOXES                               |
================================================================================
*/
.custom_chb{
	width:17px;
	height:17px;
	float: left;
	overflow:hidden;
	background:url(../images/checkbox.png) no-repeat 0 0;
	cursor:pointer;
	margin: 2px 0 0 0;
}
.custom_chb.active{
	background-position:0 -17px;
}
.custom_chb_wrapper{
	display: block;
	overflow: hidden;
	margin-bottom: 7px;
}
.custom_chb_wrapper label{
	font-size: 13px;
	float: left;
	color: #798FA1;
	line-height: 20px;
	padding: 0 0 0 8px;
}
.custom_chb input{
	display:none;
}
/*
================================================================================
|                                     CATALOG                                   |
================================================================================
*/
.cars_categories,
.steps{
	position: absolute;
	top:3px;
	right: 0;
}
/*.cars_categories span,*/
.cars_categories a,
.steps span,
.steps a{
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}
/*.cars_categories span,*/
.cars_categories a.active,
.steps span,
.steps a.active{
	border-radius: 5px;
/*	background: url(../images/cars_categories.jpg) repeat-x 0 0;
*/
	background: #0099FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #0099FF 0%, #0099FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099FF), color-stop(100%,#0099FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0099FF 0%,#0099FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099FF', endColorstr='#0099FF',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	text-shadow:0 0 0 #FFFFFF;
	padding: 6px 10px 7px 12px;
}
.cars_categories a,
.steps a{
	padding: 6px 10px 7px 11px;
}
.cars_categories a span,
.steps a span{
	background: none;
	border-radius: 0;
	color: #798FA1;
	text-shadow:0 0 0 #798FA1;
	background: url(../images/line_2.gif) repeat-x 0 bottom;
}
.cars_categories a:hover span,
.steps a:hover span{
	background: none;
}
.cars_categories a.active span{
	color: #FFFFFF;
	text-shadow:0 0 0 #FFFFFF;
	background: none;
}
.catalog_sidebar{
	width: 220px;
	padding: 0 40px 0 0;
	float: left;
}
.layout_content_right .catalog_sidebar{
	padding: 0 0 0 40px;
}
.main_catalog{
	float: left;
	width: 680px;
	padding: 15px 0 0 0;
}
.top_catalog_box{
	border-bottom: 1px solid #D1D5DC;
	padding-bottom: 30px;
}
.bottom_catalog_box{
	padding-top: 30px;
	padding-bottom: 40px;
}
.switch{
	overflow: hidden;
	float: left;
	padding: 0 21px 0 0;
}
.switch a,
.switch span{
/*	background-image: url(../images/catalog_view.png);
	background-repeat: no-repeat;
*/
	width: 29px;
	height: 29px;
	float: left;
	display: block;
	cursor: pointer;
}
.switch i {
	width: 29px;
	height: 29px;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;	
	display: inline-block;
}
.switch a.active,
.switch a:hover {
	background: #0099FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #0099FF 0%, #0099FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099FF), color-stop(100%,#0099FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0099FF 0%,#0099FF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0099FF 0%,#0099FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099FF', endColorstr='#0099FF',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}
.switch a, .switch span{
	background-color: #f8f8f8;
  	*background-color: #f8f8f8;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f5f5f5 47%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.switch a:hover {
	opacity: 0.8;
}

.switch .list_view i {
	font-size: 18px;
}
.switch .list_view{
	background-color: #f8f8f8;
  	*background-color: #f8f8f8;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f5f5f5 47%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f5f5f5 47%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.sorting{
}
.drop_list{
	padding: 1px 20px 0 0;
	float: left;
	line-height: 20px;
}
.drop_list strong{
	color: #293848;
	float: left;
	padding-top: 3px;
}
.drop_list span{
	cursor: pointer;
	position: relative;
	z-index: 10;
	display: inline-block;
	height: 18px;
	padding: 5px 11px 0 10px;
	background: url(../images/sort_marker.gif) no-repeat right 11px;
}
.drop_list .active span{
	background: #FFFFFF;	
	border:1px solid #D1D5DC;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	padding: 4px 10px 0 9px;
}
.drop_list span a{
	display: inline-block;
	text-decoration: none;
	background: url(../images/line_2.gif) repeat-x 0 bottom;
	line-height: 16px;
}
.drop_list .selected{
	float: left;
	position: relative;
	z-index: 10;
	padding-top: 0px;
}
.drop_list ul{
	display: none;
	position:absolute;
	z-index: 1;
	top:22px;
	left:0;
	border:1px solid #D1D5DC;
	border-radius: 0 5px 5px 5px;
	background: #FFFFFF;
	padding: 4px 0 4px 0;
}
.drop_list .active ul{
	display: block;
}
body #content .drop_list ul li{
	border:0;
	background: none;
	padding: 0;
}
.drop_list ul li a{
	display: block;
	text-decoration: none;
	padding: 2px 11px 2px 9px;
	white-space: nowrap;
}
.drop_list ul li a:hover,
.drop_list ul li.current a{
	background: #F8F8F8;
}
/*
================================================================================
|                                CATALOG TABLE	                              |
================================================================================
*/
.catalog_table,
.dealer_catalog{
	padding: 0 0 0 0;
}
.catalog_table img {
	max-width: 100%;
}
body #content .catalog_table li,
body #content .dealer_catalog li{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #D1D5DC;
	overflow: hidden;
	background: none;
}
.catalog_table li a:hover img,
.dealer_catalog li a:hover img{
	opacity: 0.8;
}
.catalog_table li a.thumb,
.dealer_catalog li a.thumb{
	display: block;
	width: 165px;
	float: left;
	height: 119px;
	margin: 0 24px 0 0;
}
.catalog_table li .catalog_desc{
	padding: 0 0 0 0px;
	width: 491px;
	float: left;
}
.catalog_table li .location,
.dealer_catalog li .location{
	float: right;
	color: #798FA1;
	line-height: 20px;
	padding: 2px 0 0 0;
}
.catalog_table li .title_box,
.dealer_catalog li .title_box{
	float: left;
	color: #798FA1;
	line-height: 20px;
	padding: 0px 0 11px 0;
}
.catalog_table li .title_box h4,
.dealer_catalog li .title_box h4{
	padding-bottom: 7px
}
.catalog_table li .title_box h4 a,
.dealer_catalog li .title_box h4 a{
	line-height: 20px;
}
.catalog_table li .title_box .price,
.dealer_catalog li .title_box .price{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #0099FF;
}
.catalog_table li .grey_area,
.dealer_catalog li .grey_area{
	color: #798FA1;
	margin: 0 0 10px 0;
}
.catalog_table li .grey_area span,
.dealer_catalog li .grey_area span{
	padding:0 15px 0 0;
}
.layout_content .dealer_catalog li .grey_area span{
	padding:0 120px 0 0;	
}
.catalog_table li .grey_area span:last-child,
.dealer_catalog li .grey_area span:last-child{
	padding-right: 0;
}
.catalog_table li a.more,
.dealer_catalog li a.more{
	text-decoration: none;
	color: #798FA1;
	line-height: 18px;
}
.catalog_table li a.more:hover,
.dealer_catalog li a.more:hover{
	text-decoration: underline;
}
/*
================================================================================
|                                CATALOG LIST	                              |
================================================================================
*/
.catalog_list{
	padding-top: 20px;
	overflow: hidden;
	border-bottom: 1px solid #D1D5DC;
}
body #content .catalog_list li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position:relative;
	width: 213px;
	height: 164px;
	border:0;
	background: none;
	padding: 0;
}
body #content .catalog_list li.last{
	margin-right: 0px;
}
.catalog_list li a{
	cursor: pointer;
	width: 213px;
	height: 164px;
	display: block;
}
.catalog_list li .description{
	position: absolute;
	bottom:0;
	left:0;
	width: 184px;
	height: 144px;
	padding: 10px 14px 10px 15px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	background: url(../images/recent_description.png) repeat 0 0;
}
.catalog_list li:hover .description{
	transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 1;
}
.catalog_list li img{
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
	width: 213px;
	height: 164px;
}
.catalog_list li .title{
	position: absolute;
	bottom:0;
	left:0;
	width: 184px;
	padding: 7px 14px 10px 15px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 3;
	background: url(../images/recent_title.png) repeat 0 0;
}
.catalog_list li .title span.price{
	float: right;
	letter-spacing: 0.5px;
	color: #0099FF;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
	font-weight:normal;
	text-shadow:0 0 0 #0099FF;
}
/*
================================================================================
|                                    CAR                                       |
================================================================================
*/
.cars_id{
	position: absolute;
	top:0;
	right: 0;
	text-align: right;
}
.cars_id .id{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #293848;
	line-height: 16px;
	padding: 0 0 3px;
}
.cars_id .id span{
	letter-spacing: 1px;
}
.car_image_wrapper{
	overflow: hidden;
	position: relative;
	width: 480px;
	float: left;
	margin-right: 40px;
	margin-bottom: 23px;
}
.is-dealer.award{
	display: none;
}

.car_image_wrapper .trusted{
	display: none;
}
.mode_board .is-dealer.award{
	display: inline;
}
.mode_board .car_image_wrapper .trusted{
	display: block;
	position: absolute;
	z-index: 2;
	padding: 5px 0;
	top: 35px;
	margin: auto;
	left: -75px;
	background-color: #0099FF;
	color: #fff;
	width: 250px;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.car_image_wrapper .big_image{
	width: 480px;
	position:relative;
}
.car_image_wrapper .big_image a{
	display: block;
	width: 480px;
}
.car_image_wrapper .big_image a img{
	width: 480px;
	position: relative;
	z-index: 1;
}
.car_image_wrapper .big_image a img.zoom{
	opacity: 0;
	width: 72px;
	height: 72px;
	top:50%;
	z-index: 2;
	left:50%;
	position: absolute;
	margin: -36px 0 0 -36px;
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
	-moz-transition-property: opacity;
    -moz-transition-duration: 0.2s;
	transition-property: opacity;
    transition-duration: 0.2s;
}
.car_image_wrapper .big_image a:hover img.zoom {
	opacity: 1;
}
.car_image_wrapper .small_img{
	border:1px solid #EBEBEB;
	background: #F8F8F8;
	width: 464px;
	padding:14px 0 14px 14px;
	overflow: hidden;
}
.car_image_wrapper .small_img a{
	float: left;
	margin: 0 11px 0 0;
}
.car_image_wrapper .small_img a,
.car_image_wrapper .small_img a img{
	width: 81px;
	height: 62px;
}
.car_characteristics{
	width: 420px;
	padding:3px 0 14px 0;
	float: left;
	border-bottom: 1px solid #D1D5DC;
	margin-bottom: 23px;
}
.car_characteristics .features_table .color{
	border: 1px solid #FFB01F;
    display: block;
    float: left;
    height: 16px;
    margin: -1px 4px 0 0;
    width: 16px;
}
.print{
	width: 27px;
	height: 27px;
	display: block;
	float: right;
	background: url(../images/print_icon.png) no-repeat 0 0;
	margin: 3px 0 0 0;
}
.car_characteristics .price{
	font-size: 28px;
	color: #0099FF;
	line-height: 32px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	padding-bottom: 19px;
}
.car_characteristics .price span{
	font-size: 13px;
	color: #607586;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 400;
}
.features_table {
	padding: 0 0 19px;
}
.features_table .line{
	overflow: hidden;
	color: #798FA1;
	padding: 7px 15px 8px;
	line-height: 18px;
}
.features_table .line:nth-child(2n+1) {
	background: #F8F8F8;
}
.features_table .line .left{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	color: #293848;
	float: left;
	width: 185px;
}
.features_table .line .right{
	float: left;
	width: 205px;	
}
.wanted_line{
	overflow: hidden;
}
.wanted_line .left{
	width: 200px;
	float: left;
	color: #798FA1;
	line-height: 20px;
	padding: 5px 0 0 0;
}
.wanted_line .right{
	width: 220px;
	float: left;
}
.wanted_line .right a{
	background: url(../images/plus.gif) no-repeat 0 8px;
	font-size: 20px;
	line-height: 26px;
	color: #0099FF;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}
.wanted_line .right a:hover{
	text-decoration: underline;
}
.info_box{
	float: left;
	width: 680px;
	padding: 10px 40px 16px 0;
}
.car_info{
	padding: 0 0 19px 0;
}
.car_info h2{
	margin-bottom: 14px;
}
.car_info p{
	line-height: 20px;
	padding-bottom: 9px;
}
.car_info p.first{
	padding-bottom: 18px;
}
.car_info p strong{
	color: #293848;
}
.car_info .info_left{
	float: left;
	width: 320px;
	padding: 0 40px 0 0;
}
.car_info .info_right{
	float: left;
	width: 320px;
	padding: 0 0px 0 0;
}
.car_sidebar{
	width: 220px;
	padding-bottom: 13px;
	float: left;
}
.car_contacts h2{
	margin-bottom: 15px;
}
.car_contacts p{
	color: #798FA1;
	padding-bottom: 13px;
}
.car_contacts .left{
	float: left;
	width: 320px;
	padding-right: 40px;
}
.car_contacts .right{
	width: 320px;
	float: left;
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
#footer{
	min-width:980px;
	width: 100%;
	margin: 0 auto;
	text-align:left;
	background: #293b4a url(../images/bg_footer.jpg) repeat center 0;
	border-top:1px solid #D1D6DF;
}
.bg_top_footer{
	background: #293b4a url(../images/bg_footer_top.jpg) repeat center 0;
	min-width:980px;
	width: 100%;
	margin: 0 auto;
}
.top_footer{
	width:940px;
	padding: 29px 20px 35px;
	margin: 0 auto;
	overflow: hidden;
}
body .top_footer p{
	font-size: 12px;
	color: #607586;
	line-height: 20px;
}
body .top_footer h3{
	padding-bottom: 25px;
}
.top_footer .f_widget{
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
}
.top_footer .fwidget_separator{
	display: none;
}
.top_footer .f_widget.last{
	margin:0;
	 padding: 0 0 0;
}
.schedule{
	padding: 1px 0 0;
}
body .schedule li{
	border-bottom:1px dashed #CED3D8;
	line-height: 18px;
	padding: 2px 5px 4px 5px;
	overflow: hidden;
	color: #607586;
	background: none;
	font-size: 12px;
}
.schedule li strong{
	color: #293848;
	float: left;
}
.schedule li span{
	float: right;
}
#footer a.footer_logo{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 38px;
	color: #8F98A2;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 13px;
	display: block;
}
.f_contact{
	float: left;
	clear: right;
	width: 90%;
	color: #607586;
	font-size: 12px;
	line-height: 18px;
	padding: 1px 0 17px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contacts_widget i{
	font-size: 11px;
	color: #293848;
	display: block;
	width: 10%;
	float: left;
	clear: left;
	padding-top: 4px;
	padding-left: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.f_contact_1{
	/*background: url(../images/footer_contact_icon_1.png) no-repeat 5px 5px;*/
}
.f_contact_2{
	/*background: url(../images/footer_contact_icon_2.png) no-repeat 4px 4px;*/
}
.f_contact_3{
	/*background: url(../images/footer_contact_icon_3.png) no-repeat 5px 6px;*/
}
.f_contact strong,
.f_contact a{
	color: #293848;
	text-decoration: none;
}
.f_contact a:hover{
	text-decoration: underline;
}
.bottom_footer{
	margin: 0 auto;
	padding: 29px 20px 39px;
	overflow: hidden;
	width: 940px;
}
.bottom_footer .f_widget{
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
}
.bottom_footer .f_widget.last{
	padding-right: 0;
}
.bottom_footer h3{
	background: url(../images/line_1.gif) repeat-x 0 bottom;
	color: #FFFFFF;
	padding-bottom: 11px;
	margin-bottom: 14px;
}
body #footer .bottom_footer .f_widget ul li{
	background: url(../images/marker_1.gif) no-repeat 0 8px;
	padding:0 0 7px 10px;
	border:0;
}
.bottom_footer .f_widget ul li,
.bottom_footer .f_widget ul li a{
	color: #A9B5BD;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.bottom_footer .f_widget ul li a:hover{
	text-decoration: underline;
}
.bottom_footer .f_widget ul.horizontal{
	padding: 6px 0;
}
.bottom_footer .f_widget ul.horizontal li{
	display: inline-block;
	padding: 0 2px 2px 0;
	background: none;
}
#footer .frame_wrapper{
	padding: 7px 0 0;
}
#footer .frame_wrapper iframe{
	border:1px solid #CFD3DC;
	background: #FFFFFF;
	padding: 7px;
}
.copyright_wrapper{
	width: 100%;
	background: url(../images/line_1.gif) repeat-x 0 0;
	min-width: 940px;
	margin: 0 auto;
}
.copyright_container{
	max-width:940px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
}
.copyright_container .copyright{
	margin: 0 auto;
	overflow: hidden;
	padding: 19px 0 21px;
	font-size: 13px;
	color: #A9B5BD;
	line-height: 20px;
	float:left;
}
.copyright_container .socials{
	float:right;
	padding:19px 20px 0 0;
}
.copyright_container .footer_logo{
	float:left;
	padding:10px 20px 0 0;
}
/*
================================================================================
|                                     profile_layout                           |
================================================================================
*/
.profile_layout{

}
.profile_layout .widget-nav-profile{
	padding-bottom: 2px;
}
.profile_layout .widget-nav-profile h2{
	margin-bottom:0;
}
body #content .profile_layout .widget-nav-profile li{
	position: relative;
	padding: 16px 0 15px 36px;
	background:0 10px no-repeat;
}
.profile_layout .widget-nav-profile li:last-child{

}
.profile_layout .widget-nav-profile li a:hover,.profile_layout .widget-nav-profile li.active a{
	color:#0099FF;
	text-decoration: none;
}
body #content .profile_layout .widget-nav-profile li.settings{
	background-image: url(../images/nav/icon_settings.png);
}
body #content .profile_layout .widget-nav-profile li.vehicles{
	background-image: url(../images/nav/icon_vehicles.png);
}
body #content .profile_layout .widget-nav-profile li.vehicles_archive{
	background-image: url(../images/nav/icon_archive_cars.png);
}
body #content .profile_layout .widget-nav-profile li.important_information{
	background-image: url(../images/nav/icon_important_information.png);
}
body #content .profile_layout .widget-nav-profile li.dealer_affiliates{
	background-image: url(../images/nav/icon_dealer_adresses.png);
}
body #content .profile_layout .widget-nav-profile li.transactions {

}
body #content .profile_layout .widget-nav-profile li.transactions::before{
	content: '$';
	position: absolute;
	top: 11px;
	left: 0;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
	float: left;
	width: 28px;
	height: 27px;
	line-height: 27px;
	border-radius: 6px;
	text-shadow: 0 -1px 0 #f36804;
	background-color: #FDA61F;
	background-image: -ms-linear-gradient(top, #FDA61F 0%, #F29204 100%);
	background-image: -moz-linear-gradient(top, #FDA61F 0%, #F29204 100%);
	background-image: -o-linear-gradient(top, #FDA61F 0%, #F29204 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDA61F), color-stop(1, #F29204));
	background-image: -webkit-linear-gradient(top, #FDA61F 0%, #F29204 100%);
	background-image: linear-gradient(to bottom, #FDA61F 0%, #F29204 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDA61F', endColorstr='#F29204',GradientType=0 );
}
.profile_layout .sidebar .widget-for-dealer{
	padding: 0;
	border:0;
}
.profile_layout .sidebar .widget-for-dealer a{
	width: 190px;
}

.profile_content{
	float: left;
    padding: 0 0 0 40px;
    width: 660px;
    margin-top: -2px;
}
.profile_content h1{
	line-height: 32px;
}
#dialog-change-password,#dialog_add_offer,#dialog-request-dealer{
	min-height:auto!important;
	height:auto!important;
	padding:10px 20px; 
}
#dialog-change-password .row, #dialog_add_offer .row, #dialog-request-dealer .row{
	padding:0 0 10px;
}
#dialog-change-password label, #dialog_add_offer label, #dialog-request-dealer label{
	color: #293848;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
    padding-bottom: 3px;
    display: block;
}
#dialog-change-password label.error, #dialog_add_offer label.error, #dialog-request-dealer label.error{
	color:#FF0000;
	font-weight: normal;
}
#dialog-change-password input, #dialog_add_offer input, #dialog_add_offer textarea, 
#dialog-request-dealer input, #dialog-request-dealer textarea{
	width:270px;
}
.profile_content h1.no_border{
	border-bottom: 0;
	margin-bottom: 0;
}
.settings_photo{
	border-bottom: 1px solid #d1d5dc;
	padding-bottom: 20px;
	height:140px;
}
.settings_photo .photo{
	float:left;
	width:138px;
	height:138px;
	margin-right: 30px;
	position: relative;
}
.settings_photo .photo img{
	max-width: 138px;
	max-height: 138px;
	border:1px solid #EBEBEB;
}
.settings_photo .photo .loader{
	width:138px;
	height:138px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.settings_photo .upload-photo{
	padding-top: 30px;
}
.settings_photo .upload-photo .username{
	color:#293848;
	font-size: 18px;
	line-height:18px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.settings_photo .upload-photo .btn1{
	margin-right:20px;
}
.settings_form{
	border-bottom: 1px solid #d1d5dc;
	padding: 18px 0 20px;
}
.settings_form .col1,.settings_form .col2{
	float: left;
	width:310px;
	margin: 0 0 12px;
}
 .settings_form .last{
 	margin-bottom: 0!important;
 }
.settings_form .col1{
	margin-right: 40px;
}
.settings_form label{
	display: block;
}
.settings_form label.text{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color: #293848;
	padding-bottom: 3px;
}
.settings_form input.text,.settings_form select.text{
	width:288px;
}
.settings_form select.text{
	width:310px;
}
.settings_form label.checkbox{
	margin-bottom: 12px;
	color:#798fa1;
}
.settings_form label.checkbox input{
	float:left;
	margin:0 8px 0 0;
}
.profile_content .submit-save,.profile_content .submit-delete,.profile_content .submit-main,.profile_content .submit-change-password{
	margin-top:20px;
}
.profile_content .search_cars{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d5dc;
}
.profile_content .search_cars .found_count{
	padding-top: 14px;
}
.profile_content .search_cars .found_count span{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color:#293848;
}
.profile_content .actions_cars{
	border:1px solid #ebebeb;
	background-color: #f8f8f8;
}
.profile_content .actions_cars .btn1{
	float: right;
	margin: 8px 19px 0 0;
}
.profile_content .actions_cars select{
	float: right;
    height: 40px;
    margin: 8px 10px 0 0;
    padding: 10px 10px 10px 11px;
    width: 125px;
    background-position: right 18px;
}
.profile_content .actions_cars .label_select{
	float: right;
	padding: 18px 10px 18px 0;
	line-height: 20px;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	color:#293848;
}
.profile_content .actions_cars .mark_all{
	padding: 18px 10px 18px 15px;
	line-height: 20px;
}
.profile_content .actions_cars .mark_all input{
	margin:2px 15px 0 0;
	float: left;
}
.profile_content .cars_list{

}
.profile_content .cars_list .car{
	border-bottom:1px solid #ebebeb;
	min-height: 200px;
	padding-top: 0;
}
.profile_content .cars_list .car:hover,.profile_content .cars_list .car.active{
	background-color:#f9f9f9;
}
.profile_content .cars_list .car .checkbox{
	width:46px;
	text-align: center;
	height: 150px;
	float: left;
}
.profile_content .cars_list .car .checkbox input{
	display: block;
	margin: 0 auto;
}
.profile_content .cars_list .car .img{
	float: left;
	width:128px;
	height:98px;
	overflow: hidden;
	margin-right: 20px;
}
.profile_content .cars_list .car .general_info{
	float: left;
	width:250px;
	height: 70px;
}
.profile_content .cars_list .car .general_info h2{
	color:#293848;
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	font-size: 15px;
	padding: 0 0 8px;
	margin: 0;
	line-height: 15px;
	border:0px;
}
.profile_content .cars_list .car .general_info .date{
	color: #798fa1;
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	padding: 0 0 8px;
}
.profile_content .cars_list .car .general_info .price{
	color: #0099FF;
	line-height: 13px;
}
.profile_content .cars_list .car .general_info .price span{
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
}
.profile_content .cars_list .car .location{
	float: left;
	width:204px;
	padding-right: 10px;
	text-align: right;
	color: #798fa1;
	line-height: 20px;
	height: 70px;
}
.profile_content .cars_list .car .statistics_info{
	background-color: #f8f8f8;
	padding: 6px 0;
	float:left;
	width: 444px;
	padding-left: 20px
}
.profile_content .cars_list .car .statistics_info div{
	float:left;
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	color: #798fa1;
	padding: 3px 32px 3px 24px;
}
.profile_content .cars_list .car .statistics_info div.item-views{
	background: url(../images/cars_list/views.png) 0 2px no-repeat;
}
.profile_content .cars_list .car .statistics_info div.item-id{
	background: url(../images/cars_list/id.png) 0 1px no-repeat;
}
.profile_content .cars_list .car .statistics_info div.item-info{
	background: url(../images/cars_list/info.png) 0 1px no-repeat;
}
.profile_content .cars_list .car .count_photo{
	width:128px;
	text-align: center;
	float: left;
	margin-right: 20px;
	padding-top: 18px;
	color: #798fa1;
	font-style: italic;
	font-size: 11px;
	background: url(../images/cars_list/photos.png) 23px 17px no-repeat;
}
.profile_content .cars_list .car .actions{
    line-height: 18px;
	float: left;
	line-height: 18px;
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	background-color: #f5f5f5;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.profile_content .cars_list .car .actions a{
	margin-right: 10px;
	padding-right:12px;
}
.profile_content .cars_list .car .actions a.last{
	margin-right: 0;
}
/*
================================================================================
|                                     login_page                               |
================================================================================
*/
.wrapper_login_page{
	min-width:940px;
}
.wrapper_login_page #login-page{
	display: block;
	width:260px;
	min-height:240px;
	position: absolute;
	margin-left: -130px;
	margin-top: -140px;
	left:50%;
	top:50%;
}
.wrapper_login_page .background{
	background-color: #969ea1;
	position: relative;
}
.wrapper_login_page .background img{
	width:100%;
	min-height:300px;
}
.wrapper_login_page #registration-page{
	display: block;
	width:260px;
	min-height:312px;
	position: absolute;
	margin-left: -130px;
	margin-top: -176px;
	left:50%;
	top:50%;
}
.wrapper_login_page #recovery-page,
.wrapper_login_page #recovery-hash-page{
	display: block;
	width:260px;
	min-height:150px;
	position: absolute;
	margin-left: -130px;
	margin-top: -145px;
	left:50%;
	top:50%;
}
.wrapper_login_page #confirm-email-page{
	display: block;
	width:260px;
	min-height:150px;
	position: absolute;
	margin-left: -130px;
	margin-top: -145px;
	left:50%;
	top:50%;
}

input.error,select.error{
	border-color:red;
}
label.error{
	color:red;
	display: block;
}
/*
================================================================================
|                                     notice                                   |
================================================================================
*/
.notice{
	border:1px solid #ebebeb;
	padding: 15px 15px 15px 64px;
	margin-bottom: 20px;
	background:#f8f8f8 url(../images/icon_notice.png) 15px 5px no-repeat;
	line-height: 20px;
}

.loader{
	background: url(../images/loading.gif) center center no-repeat;
}


.step_breadcrumb {
	display: inline-block;
	/*overflow: hidden;*/
	margin-bottom: 38px;
}
.step_breadcrumb a {
	font-family: 'PT Sans', sans-serif, Arial,sans-serif;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 39px;
	color: #798fa1;
	padding: 0 20px 0 40px;
	background: #f8f8f8;
	position: relative;
	text-transform: uppercase;
	border:1px solid #ebebeb;
	border-right:none;
	margin-left: 5px;
	border-radius: 0 4px 4px 0;
	width: 175px;
}
.step_breadcrumb a:first-child {
	border-radius: 4px 4px 4px 4px;
	padding-left: 20px;
	margin-left: 0;
}
.step_breadcrumb a:last-child {
	border-radius: 0 4px 4px 0;
	border-right:1px solid #ebebeb;;
}
.step_breadcrumb a:before {
	content: '';
	position: absolute;
	top: -1px; 
	right: -18px;
	width: 40px; 
	height: 40px;
	-moz-transform:  scale(0.707) rotate(45deg);
    -webkit-transform: scale(0.707) rotate(45deg);
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #f8f8f8;
	border:1px solid #ebebeb;
	border-left:none;
	border-bottom:none;
	border-radius: 0 5px 0 50px;
	z-index: 2;
}
.step_breadcrumb a:after {
	content: '';
	position: absolute;
	top: -1px; 
	right: -25px;
	width: 40px; 
	height: 40px;
	-moz-transform:  scale(0.707) rotate(45deg);
    -webkit-transform: scale(0.707) rotate(45deg);
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #ffffff;
	border:1px solid #ebebeb;
	border-left:none;
	border-bottom:none;
	border-radius: 0 5px 0 50px;
}
.step_breadcrumb a:last-child:before,.step_breadcrumb a:last-child:after {
	display: none;
}
.step_breadcrumb a.active, .step_breadcrumb a:hover{
	background: #f79b10;
	color:#ffffff;
	border-color:#e38902;
}
.step_breadcrumb a.active:before, .step_breadcrumb a:hover:before{
	background: #f79b10;
	border-color:#e38902;
}

.affiliate_item .item-title{
	border: 1px solid #B6BFC9;
	padding:10px;
	cursor: pointer;
}
.affiliate_item.main_affiliate .item-title{
	background-color: #F29204;
	color:#ffffff;
}
.affiliate_item .item-content{
	display: none;
	padding: 20px 9px;
	border: 1px solid #B6BFC9;
	border-top:0;
}
.settings_form.affiliate_item .item-content .col1{
	margin-right: 20px;
}


/*
================================================================================
|                                  MODAL BOX                                   |
================================================================================
*/
.at-modal-box {
	position: fixed;
	z-index: 100000;
	background-color: #fff;
	top: 0;
	left: 0;
	opacity: 0.97;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.at-modal-box .modal-container.container.content {
	overflow: scroll;
	font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media print {
    body .at-modal-box,
    body .at-modal-box .modal-container.container.content {
        background-color: white;
        width: 100% !important;
        height: auto!important;
        max-height: auto!important;
        position: static;
        clear:both;
        margin: 0;
        padding: 15px;
        font-size: 16px;
        line-height: 18px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    body .unprintable {
    	display: none;
    	visibility: hidden;
    }
}

/*
================================================================================
|                                    TOOLS                                     |
================================================================================
*/
.heading-compromise {
	position: relative;
	text-align: center;
}
.heading-compromise::after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	border-bottom: 1px #ddd solid;
	z-index: -1;
}
.heading-compromise h2, .heading-compromise h3, .heading-compromise h4, .heading-compromise h5 {
	background-color: #fff;
	padding: 0 10px;
	display: inline-block;
	margin: 0 auto;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-none {
	float: none;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
#message.dialogue {
	max-width: 940px;
	margin: auto;
}
#message.dialogue .notice {
	margin: 0;
	background-position: 15px center;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

#content .auto-columns > ul > li {
	border: 0;
	background: none;
	padding: 5px 10px 5px 0;
}
.auto-columns {
  column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -ms-column-gap: 10px;
  column-fill: auto;
  -moz-column-fill: auto;
  -webkit-column-fill: auto;
  -ms-column-fill: auto;
}

.auto-columns.col-2 {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
}
.auto-columns.col-3 {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
}
.auto-columns.col-4 {
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
}
.auto-columns.col-5 {
	column-count: 5;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	-ms-column-count: 5;
}
.auto-columns.col-6 {
	column-count: 6;
	-webkit-column-count: 6;
	-moz-column-count: 6;
	-ms-column-count: 6;
}
.auto-columns.col-7 {
	column-count: 7;
	-webkit-column-count: 7;
	-moz-column-count: 7;
	-ms-column-count: 7;
}

/* VC Fixes */
#content .wpb_flexslider > ul.slides > li {
	box-sizong: border-box;
	-moz-box-sizong: border-box;
	-webkit-box-sizong: border-box;
	-ms-box-sizong: border-box;
	-o-box-sizong: border-box;
	overflow: hidden;
}
#content .wpb_flexslider > ul.slides > li img {
	max-width: 100%;
	height: auto;
}
#content .wpb_flexslider > ul, #content .wpb_flexslider > ol {
	margin: 0;
	padding: 0;
}
#content .wpb_flexslider > ul > li,
#content .wpb_flexslider > ol > li {
	padding: 0;
	background-image: none;
	list-style: none;
	border: none;
}
#content .wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom: 5px;
}
#content .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {
	height: auto !important;
}
#content .vc-carousel {
	max-width: 100%;
	width: 100% !important;
}
.vc_carousel .vc-carousel-control .icon-prev, .vc_carousel .vc-carousel-control .icon-next,
.vc_carousel .vc-carousel-control .icon-prev:hover, .vc_carousel .vc-carousel-control .icon-next:hover {
	background: transparent;
	padding: 10px;
}

.vc-carousel-indicators {
  position: absolute;
  display: none;
  bottom: 10px;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
#content .vc-carousel-indicators > li {
  display: inline-block;
  width: 15px;
  height: 0px;
  margin: 1px;
  padding: 0;
  line-height: 0px;
  text-indent: -999px;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0.8;
  border: 1px solid #f8f8f8;
  background-color: #f5f5f5;
}
.vc-carousel-indicators .vc-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #f8f8f8;
}
.vc-carousel-indicators .vc-partial {
  opacity: 0.5;
}
.vc-carousel {
  position: relative;
}
.vc-carousel .vc-carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.vc-carousel .vc-carousel-inner .vc-carousel-slideline {
  position: relative;
  overflow: hidden;
}
.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner {
  left: 0;
  position: relative;
  width: 100%;
}
.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner.vc-transition {
  -webkit-transition: 0.5s ease left;
  transition: 0.5s ease left;
}
.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner.vc-transition.vc-swipe-transition {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item {
  float: left;
  visibility: hidden;
}
.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item > img,
.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.vc-carousel.vc-per-view-more .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item > .vc-inner {

}
.vc-carousel.vc_carousel_vertical .vc-carousel-slideline {
  overflow: hidden;
}
.vc-carousel.vc_carousel_vertical .vc-carousel-slideline .vc-carousel-slideline-inner {
  width: 100%;
}
.vc-carousel.vc_carousel_vertical .vc-carousel-slideline .vc-carousel-slideline-inner.vc-transition {
  -webkit-transition-property: top;
  transition-property: top;
}
.vc-carousel.vc_carousel_vertical .vc-carousel-slideline .vc-carousel-slideline-inner .vc-item {
  float: none;
}
.vc-carousel.vc_carousel_vertical .vc-carousel-indicators {
  position: absolute;
  top: 2%;
  right: 3%;
  left: auto;
  width: 10px;
}
.vc-carousel.vc_carousel_vertical .vc-carousel-indicators li {
  display: block;
  margin: 0 auto 3px;
  width: 6px;
  height: 6px;
}
.vc-carousel.vc_carousel_vertical .vc-carousel-indicators li.vc-active {
  width: 8px;
  height: 8px;
  margin: 0 auto 1px;
}
.vc-carousel.vc-build .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item {
  visibility: visible;
}
.vc-carousel-control {
  position: absolute;
  padding: 0;
  top: 50%;
  bottom: 0;
  margin-top: -15px;
  width: 60px;
  height: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 28px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.vc-carousel-control:hover,
.vc-carousel-control:focus {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.vc-carousel-control.vc-left {
  left: 15px;

}
.vc-carousel-control.vc-right {
  right: 15px;
}

.vc-carousel-control .icon-prev,
.vc-carousel-control .icon-next,
.vc-carousel-control .glyphicon-chevron-left,
.vc-carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.vc-carousel-control .icon-prev{
	left: 15px;
}
.vc-carousel-control .icon-next {
	right: 0;
}

#content .vc_carousel .vc-carousel-control .icon-prev, #content .vc_carousel .vc-carousel-control .icon-next, #content .vc_carousel .vc-carousel-control .icon-prev:hover, #content .vc_carousel .vc-carousel-control .icon-next:hover {
	padding: 0;
}

#content .vc-carousel .vc-carousel-control {
	opacity: 0;
}
#content .vc-carousel:hover .vc-carousel-control {
	opacity: 1;
}
.vc-carousel-control .icon-prev,
.vc-carousel-control .icon-next {
  padding: 0;
  width: 30px;
  height: 30px;
  color: #0099FF;
  font-size: 28px;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 30px;
  border: 2px #0099FF solid;
  font-family: serif;
}
.vc-carousel-control .icon-prev:before {
  content: '\2039';
  position: static;
  margin: 0;
  padding: 0;
}
.vc-carousel-control .icon-next:before {
  content: '\203a';
  position: static;
  margin: 0;
  padding: 0;
}
.vc-carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.vc-carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .vc-carousel-control .icon-prev,
  .vc-carousel-control .icon-next {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 28px;
    display: block;
    padding: 0;
  }
  .vc-carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .vc-carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#content .vc_images_carousel ol.vc_carousel-indicators{
  margin-left: -30%;
}
#content .vc_images_carousel ol.vc_carousel-indicators li{
  padding: 0;
}
/* Wordpress fix. */
.entry-content ol.vc-carousel-indicators {
  margin: 0 0 0 -30%;
}
.vc-carousel .entry-content p {
	max-width: 90%;
}
.entry-content .vc_carousel_vertical ol.vc-carousel-indicators {
	margin: 1px 0 0 0;
	bottom: auto;
}
.wpb_images_carousel.carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner > .item > a {
	display: block;
}
.wpb_images_carousel.carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner > .item > a > img {
	margin: auto;
}

#map-item-location {
	height: 250px;
	margin: 0px;
	width: 100%;
	padding: 0px
}
