html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html { 
	height: 100%; 
	color: #6d6d6d; 
	background-color: #ffffff; 
	font: 0.8em/1.5 Arial, Helvetica, sans-serif; 
}

body { 

}

a {
	//color: #2c62af;
	color: #0c4172;
	text-decoration:underline;
}
a:visited { /*color: #0c4172; */}
a:hover { text-decoration:none;}
a:active { text-decoration:none; }
			

 h1, h2,  h3, h4 { 
	font: 1.5em Arial, Helvetica, sans-serif; 
	margin-bottom: .5em; 
	margin-top: .3em; 
	font-weight: normal; 
	color: #000;
}

h2 { 
	font-size: 1.2em; 
	font-weight: bold; 
}
h3 { 
	font-size: 1.1em; 
	font-weight: bold; 
}
h4 { 
	font-size: 1.1em; 
	font-weight: normal; 
}

blockquote { 
	margin-left: 10em; 
	padding-left: 1em; 
	border-left: 2px solid #ccc; 
}
code, pre { 
	font: 1.2em/1 "Courier New", Courier, monospace;
	padding: 1px 2px;
	background: #eee; 
}
pre { 
	border: 1px dashed #aaa; 
	line-height: 1.7em; 
	padding: 5px; 
	font-size: .9em; 
	background: #eee; 
	margin: 0; 
}
strong { 
	font-weight: bold;
}
em { 
	font-style: italic;
}
sup, sub { 
	vertical-align: baseline; 
	position: relative; 
}
sup { 
	top: -0.4em; 
}
sub { 
	bottom: -0.3em; 
}

hr { 
	color: #ccc; 
	background-color: #ccc; 
	height: 1px; 
	border-width: 0px; 
}
.clear {
	clear: both;
}
ul, ol { 
	margin-left: 3em; 
	line-height: 1.3em; 
}
ul li, ol li { 
	margin-bottom: .2em; 
}
ul{
	list-style-image: url('images/li.png');
	//font-style: italic;
	//list-style: none;
}

.right-column ul li::before {
	/*color: #fe9915;
    content: "";
    margin: 5px 8px 3px 0;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #fe9915;
    display: inline-block;*/
}

ul li ul{
	list-style-image: url('images/li2.gif');
}
dl {  
}
dl dt { 
	margin-bottom: .2em; 
	font-weight: bold; 
}
 dl dd { 
	padding-left: 5em; 
	margin-bottom: .4em; 
}

p, ul, ol, dl, blockquote, pre, hr { 
	margin-bottom: 11px; 
}

.nomargin {
	margin: 0!important;
}
.f-left {
	float: left;
	margin: 0 15px 15px 0;
}
.f-right {
	float: right;
	margin: 0 0 15px 15px;
}
.large {
	color: #414246;
	font-size: 1.2em;
	margin-left: 25px;
	font-weight: bold;
	margin-bottom: 12px;
}


table.table,
.content table.table {
	/*border-top: 2px solid #fe9915;
	border-bottom: 2px solid #fe9915;
	border-top: 2px solid #272262;
	border-bottom: 2px solid #272262;*/
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-collapse: collapse;
	margin-bottom: 18px;
}
table.table  tr th,
.content table.table  tr th{
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	border-left: 2px solid #f1f1f1;
	border-right: 2px solid #f1f1f1;
	border-bottom: 1px solid #fe9915;
	padding: 7px;
}
table.table  tr td,
.content table.table  tr td {
	color: #000;
	font-size: 0.9em;
	padding: 5px 7px;
	border-left: 2px solid #f1f1f1;
	border-right: 2px solid #f1f1f1;
}
table.table  tr th.first,
 table.table  tr td.first,
.content table.table  tr th.first,
.content table.table  tr td.first {
	border-left: none;
}
table.table  tr th.last,
table.table  tr td.last,
.content table.table  tr th.last,
.content table.table  tr td.last {
	border-right: none;
}
table.table  tr.even td ,
.content table.table  tr.even td  {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #f1f1f1;
}
table.table  tr.header td ,
.content table.table  tr.header td  {
	border-bottom: 2px solid #fff;
	background: #ddd;
	padding: 4px 7px;
}
.content table.table  tr.header td  h4{ 
	margin: 0;
}
.wrap-form {
	padding: 15px 15px 5px 15px;
}



table.form input[type="text"] {
	width: 100%;
	height: 24px;
	border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.form textarea  {
	width: 100%;
	border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;

}

table.form tr td {
	vertical-align: middle;
	text-align: left;
	padding: 0 0 16px 0;
}
table.form tr td:first-child {
	width: 180px;
	padding-right: 20px;	
	text-align: right;
}

.btn {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	color: #fff;
	border: none;
	background: #2c62af;
	cursor: pointer;
}
table.form tr th {
	vertical-align: top;
	text-align: right;
	font-weighT: normal;
	padding: 0 10px 8px 0;
}
table.form tfoot td:first-child,
table.form tfoot td {
	text-align: center;
}

input.text-input, textarea.text-input, select {
	border: 1px solid #cecece;
	padding: 4px;
	border-radius: 4px;
	/*border-top: 1px solid #777777;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background:#fff url('images/text-input-bg.gif') repeat-x left top;*/
}
input.text-input:focus, textarea.text-input:focus {
	/*box-shadow: 0 0 4px #ee7a00;
	-moz-box-shadow: 0 0 4px #ee7a00;
	-webkit-box-shadow: 0 0 4px #ee7a00;*/
}

input[type="submit"], input[type="reset"], #subscribe_button {
	//background-color: white;
	background-color: rgba(255,255,255,0);
    color: #fe9915;
    margin: 0 10px 0 10px;
    padding: 1px 9px 1px 9px;
    border: 2px solid #fe9915;
    border-radius: 14px;
    text-decoration: none;
	font-size: 16px;
}

input[type="submit"]:hover, input[type="reset"]:hover, #subscribe_button:hover {
	color: white;
    background-color: #fe9915;
	cursor: pointer;
}


.popup-btn-group {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	border: 1px solid #dfdfdf;
	border-left: 0;
	border-right: 0;
	text-align: center;
}
.popup-btn-group .popup-btn {
	margin: 0 2px;
	width: 187px;
	height: 88px;
	display: inline-block;
	vertical-align: middle;
}
.popup-btn-group .popup-btn img {
	max-width: 100%;

}

.popup-btn-group2 {
	width: 100%;
	min-height: 46px;
	padding: 20px 0;
	margin-bottom: 20px;
	border: 1px solid #dfdfdf;
	border-left: 0;
	border-right: 0;
}

.popup-btn2 {
    background-color: white;
    color: #fe9915;
    margin: 0 2px 0 2px;
    border: 2px solid #fe9915;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
	font-weight: normal;
	float: left;
	display: block;
	padding: 6px 12px 0 8px;
}

.popup-btn2:hover {
    color: white;
    background-color: #fe9915;	
}

.popup-btn2 div.callme {
	width: 30px;
	height: 30px;
	float: left;
	background: url('/images/callme_button_30.png') no-repeat;
	background-position: center top;
}

.popup-btn2:hover div.callme {
    background: url('/images/callme_button_30_w.png') no-repeat;
	background-position: center top;
}

.popup-btn2 div.buy {
	width: 44px;
	height: 30px;
	float: left;
	background: url('/images/buy_button_30.png') no-repeat;
	background-position: center top;
}

.popup-btn2:hover div.buy {
    background: url('/images/buy_button_30_w.png') no-repeat;
	background-position: center top;
}

.popup-btn2 div.leasing {
	width: 30px;
	height: 30px;
	float: left;
	background: url('/images/lising_button_30.png') no-repeat;
	background-position: center top;
}

.popup-btn2:hover div.leasing {
    background: url('/images/lising_button_30_w.png') no-repeat;
	background-position: center top;
}

.popup-btn2 img {
	height: 60px;
}

.popup-btn2 div.button_text {
	float: left;
	height: 30px;
	padding: 6px 0 0 6px;
}

/*.stock-on-list {
    background-color: white;
    color: red;
    margin: 10px;
    padding: 1px 9px 1px 9px;
    border: 2px solid red;
    text-transform: uppercase;
    border-radius: 14px;
}*/

.stock-on-list {
    /*background-color: rgba(0,0,0,0);
    color: #fe9915;
    margin: 10px;
    padding: 1px 9px 1px 9px;
    border: 2px solid #fe9915;
    border-radius: 14px;
	display: inline-block;*/
	background-color: #fe9915;
    color: #fff;
    //margin: 10px 5px 10px 10px;
    //margin: 10px 5px 10px 0;
    margin: 0 5px 5px 0;
    padding: 1px 9px 1px 9px;
	display: inline-block;
	line-height: normal;
	font-weight: normal;
}

.spec-on-list {
    background-color: rgba(0,0,0,0);
    color: #0c4172;
    margin: 10px 10px 10px 0;
    padding: 1px 9px 1px 9px;
    border: 2px solid #0c4172;
    border-radius: 14px;
	display: inline-block;
}

.price-button-on-list {
	/*background-color: rgba(0,0,0,0);
    color: #fe9915 !important;
    margin: 10px;
    padding: 1px 9px 1px 9px;
    border: 2px solid #fe9915;
    border-radius: 14px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    right: 0;
    //bottom: 25px;
    bottom: 0;
    position: absolute;
	transition: all 0.3s;
	font-weight: normal !important;*/
	background-color: rgba(0,0,0,0);
    color: #fe9915 !important;
	font-weight: normal !important;
    margin: 0;
    padding: 1px 9px 1px 9px;
    border: 2px solid #fe9915;
    border-radius: 14px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    right: 0;
    bottom: 0;
    position: absolute;
	transition: all 0.3s;
}

.price-button-on-list:hover {
	background-color: #fe9915;
    color: #fff !important;
	transition: all 0.3s;
	text-decoration: none !important;
}

.spec-on-list:hover {
	background-color: #0c4172;
	color: #fff;
}

.product-list-lines {
    line-height: 25px;
    font-weight: bold;
}

.stock-on-alike {
    background-color: #fe9915;
    color: white;
    margin: 5px;
    padding: 1px 7px;
    position: absolute;
    right: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
}

.leasing_spec_program {
	margin: 20px 0 0 0;
}

.spec_wrapper {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
}
.spec_item {
	width: calc(33% - 20px);
	float: left;
	margin: 10px;
	min-height: 182px;
}

.special {
	color: #656565;
	border-bottom: 1px solid #dfdfdf;
	text-transform: uppercase;
}

.stock-table {
	width: 100%;
	border-collapse: collapse;
	color: #757575;
}

.stock-table h2 {
	background-color: #949494;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

.stock-table tr.stock-product-row {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

.stock-table tr:nth-child(odd) {
   background-color: #f7f7f7;
}

.stock-table td {
	padding: 10px;
}

.product-image-div img.preview_picture {
	border: 1px solid #cdcdcd;
}

.stock-table img.product_image {
	border: 1px solid #cdcdcd;
}

.stock-table-image {
	vertical-align: top;
}

.stock-table-name {
	vertical-align: top;
}

.stock-table-price {
	/*text-align: center;
    font-size: 15px;
    font-weight: bold;
	position: relative;*/
	text-align: right;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    width: 129px;
}

.price-button-on-list:hover {
	background-color: #fe9915;
    color: #fff;
	transition: all 0.3s;
}

.product-wrap {
	width: 100%;
}

.product-wrap div {
	display: block;
}

.product-image-div {
	float: left;
	width: 182px;
	min-height: 100px;
}

.product-name-div {
	float: left;
	width: Calc(100% - 182px);
	//min-height: 70px;
}

.product-specs-div {
	float: left;
	width: Calc(100% - 404px);
}

.product-super-div {
	float: left;
	width: 80px;
	padding: 5px;
}

div.price_column {
	float: left;
	width: 132px;
	min-height: 60px;
	padding: 10px 0 0 0;
	position: relative;
	text-align: right;
    //width: 142px;
    font-weight: bold;
	font-size: 15px
}

.stock-table a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.stock-table a:hover {
	text-decoration: underline;
}

.th-stock-header {
	padding: 0 !important;
	background-color: #fff;
}

.th-stock-image {
	width: 150px;
}

.th-stock-model {
	//font-weight: bold;
	font-size: 14px;
}

.th-stock-super-price {
	width: 70px;
	text-align: center;
}

.th-stock-price {
	//width: 150px;
	width: 100px;
	//font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.left-ear {
	position: fixed;
    top: 400px;
    left: 0;
	z-index: 501;
}

.left-ear2 {
	position: fixed;
    top: 482px;
    left: 0;
	z-index: 501;
}

.left-ear a, .left-ear2 a {
	display: block;
    width: 80px;
    min-height: 10px;
    background-color: #fe9915;
	text-decoration:none;
	color: #000;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	//border-top-right-radius: 29px;
	//border-bottom-right-radius: 29px;
}

.left-ear a:hover, .left-ear2 a:hover {
	color: #fff;
}

.wrapper {
	width: 100%;
	height: auto;
	display:inline-block
}

.wrapper a {
	text-decoration: none;
}

.wrapper div.item {
	float: left;
	width: 29%;
	padding: 10px;
	text-align:center;
	height: auto;
	min-height: 354px;
	margin-bottom: 10px;
	margin-right: 1%;
	border: 1px solid #7f7f7f;
}

.wrapper div.item:hover {
	box-shadow: 0 0 10px rgba(79,82,183,0.5);
}

.wrapper div.item_name {
	margin-bottom: 10px;
	color: #272262;
	font-weight: bold;
	font-size: 20px;
	height: 48px;
}

.wrapper div.item_photo img {
	width:100%;
	height: auto;
	margin-bottom: 10px;
}

.wrapper div.item_chars {
	margin-bottom: 10px;
	text-align: left;
	min-height: 45px;
	padding: 5px;
}

.wrapper div.item_chars td {
	padding: 5px;
}

.wrapper div.item_price {
	color: #272262;
	font-size: 20px;
	font-weight: bold;
}

#models_slider{
	font-size:10px;
	position:relative;
}
#models_slider .sl{
	margin: 10px 30px;
	//margin: 10px 53px;
	overflow:hidden;
}
#models_slider .prev, #models_slider .next{
	background: url("/images/pagerArrows.png");
	width: 17px;
	height: 43px;
	position: absolute;
	top: 40%;
	cursor: pointer;

}

#models_slider .prev{
	background-position: 0px 0px;
	left:0px;
}
#models_slider .prev:hover{
	background-position: 0px -50px;
}
#models_slider .prev.noact{
	background-position: 0px 50px;
}

#models_slider .next{
	background-position: 17px 0px;
	right:0px;	
}
#models_slider .next:hover{
	background-position: 17px -50px;
}
#models_slider .next.noact{
	background-position: 17px 50px;
}
#models_slider ul{
	margin: 0;
}

#models_slider ul li:first-child{
	margin-left:0px;
}
#models_slider ul li{
	list-style:none;
	float:left;
	display:block;
	//width:125px;
	width:198px;
	min-height: 351px;
	margin-left:15px;
	//height:120px;
	position:relative;
	line-height:12px;
	margin-bottom:20px;
	//border: 1px solid #cecece;
	border: 1px solid #eee;
}

#models_slider ul li a{
	color: #2a2b2b;
}

#models_slider ul li p{
	/*position:absolute;*/
	left:0px;
	bottom:0px;
	vertical-align: top;
	text-align:center;
	display: block;
	width: 100%;
}
#models_slider ul li img{
	width:100%;
	border: 1px solid #cecece;
}

.sl_name {
	padding: 8px;
	font-size: 15px;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
	min-height: 60px;
	max-width: 174px;
	overflow: hidden;
}
.sl_image {
	padding: 8px 8px 0 8px;
	height: 139px;
	overflow: hidden;
}
.sl_text {
	padding: 8px;
	color: #757575;
	font-size: 12px;
	font-style: normal;
	height: 50px;
	overflow: hidden;
}

.sl_button {
	background-color: white;
    color: #fe9915;
    margin: 8px;
    padding: 4px;
    border: 2px solid #fe9915;
    border-radius: 14px;
    text-decoration: none;
	font-style: normal;
	text-align: center;
	font-size: 16px;
}

#models_slider ul li:hover .sl_button {
	color: white;
    background-color: #fe9915;
}
.sl_price {
	font-size: 16px;
	font-style: normal;
	text-align: center;
	padding: 8px;
	color: #757575;
	font-weight: bold;
}
#models_slider ul li:hover {
	//box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: 1px solid #cecece;
}

/*General Mosaic Styles*/
.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	//width: 630px;
	width: 692px;
	height: 360px;
	background: no-repeat center center;
}

	.mosaic-backdrop {
		display: none;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
	.mosaic-overlay {
		display: none;
		z-index: 50;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.bar .mosaic-overlay {
			height: 72px;
			background: url('/image/black-bg.png') repeat;
			padding: 5px 100px 15px 32px;
			bottom: 0; display: inline; left: 0px; bottom: 0px;
		}

#banner_cont .mosaic-block {
	width: 235px;
	height: 430px;
	background: no-repeat center center;
}

#background_banner_cont {
	width: 100%;	
}

#background_banner_cont .mosaic-block {
	width: 100%;
    height: 1920px;
	background: no-repeat center center;
	background-size: contain;
}

.product .bar .mosaic-overlay{
	width: 100%;
	box-sizing: border-box;
	height: auto;
}

.product .bar .mosaic-overlay p {
	font-size: 14px;
}
#goods.product .bar .mosaic-overlay .details h2 {
	font-size: 19px;
}

.product .mosaic-block {
	height: auto;
}
.product .bar .mosaic-backdrop img {
	display: block;
}
.product .bar .mosaic-backdrop {
	position: static;
}
.banner_cont {
  margin: 17px 0 10px 35px;
}
.banner_cont a {
  text-decoration: none;
}
.banner_cont .left-banner-nav-wrap {
  width: 235px;
  position: absolute;
  margin-top: 7px;
  z-index: 500;
  padding-left: 0;
}
.banner_cont .nav {
  display: inline-block;
  text-align: right;
  position: absolute;
  bottom: 14px;
  right: 10px;
}
.banner_cont .nav a {
  text-decoration: none;
  height: 12px;
  width: 12px;
  display: block;
  float: left;
  border: 1px solid rgba(200,200,200,0.8);
  font-size: 0;
  margin-left: 7px;
  background-color: rgba(200,200,200,0.5);
  outline: none;
  border-radius: 7px;
}
.banner_cont .nav a.activeSlide {
  background-color: #fe9915;
  border: 1px solid #fe9915;
}
#left-banners {
  width: 235px;
  height: 430px;
  border: 1px solid #cecece;
}

.main_banner_cont {
  //margin: 17px 0 10px 35px;
  border: 1px solid #cecece;
  width: 690px;
  height: 273px;
  overflow: hidden;
}
.main_banner_cont a {
  text-decoration: none;
}
.main_banner_cont .main-banner-nav-wrap {
  width: 692px;
  position: absolute;
  margin-top: 7px;
  z-index: 500;
  padding-left: 0;
}
.main_banner_cont .nav {
  display: inline-block;
  text-align: right;
  position: absolute;
  bottom: 14px;
  right: 10px;
}
.main_banner_cont .nav a {
  text-decoration: none;
  height: 12px;
  width: 12px;
  display: block;
  float: left;
  border: 1px solid rgba(200,200,200,0.8);
  font-size: 0;
  margin-left: 7px;
  background-color: rgba(200,200,200,0.5);
  outline: none;
  border-radius: 7px;
}
.main_banner_cont .nav a.activeSlide {
  background-color: #fe9915;
  border: 1px solid #fe9915;
}
#main-banners {
  width: 692px;
  height: 275px;
}

.es-popup-info {
	z-index: 502;
}

.scroll_me a{
	width:50px;
	height: 50px;
	background: url(/images/to_top.png);
	position: fixed;
	//bottom: 103px;
	bottom: 200px;
	//right: 23px;
	right: 32px;
	z-index: 999;
	cursor: pointer;
	display: none;
	-webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
	background-color: unset;
}
.scroll_me a:hover{
	opacity:1;
	background: url(/images/to_top_s.png);
	-webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
	background-color: unset;
}