@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

html, body {
	font-family: "Roboto";
	font-size: 13px;
	color: #333;
	background:#F2F2F2;
}

* {
	box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}


a {
	color: #000;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;

	font-family: "Roboto"

}

a:hover {	color:#FF0000;
}


#back-to-top {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 0 0 0px;
  background: #2f2f2f;
  color: #ffffff;
  text-align: center;
  position: fixed;
  left: 2%;
  bottom: 50px;
  z-index: 999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  text-decoration:none;
}
#back-to-top:before {
  content: '\f106';
  font: 18px/37px 'FontAwesome';
}
#back-to-top:hover {
  background: #EB4C3A;
}
#back-to-top.show {
  opacity: 1;
}


img.fancybox {	position:relative;
	cursor:pointer;
}

.fancyinner {	//float:left;
	display:inline-block;
	position:relative;
	vertical-align:top;
}

.fancyinner:before {
	position:absolute;
	top:30%;
	left:45%;
	color:#FFF;
	content:"\f002";
	font-family:"FontAwesome";
	font-size:20px;
    z-index:999;
    opacity:0;
    transition:all 0.5s;
    background:red;
    padding:10px;
    border-radius:5px;
}

.fancyinner.nozoom:before,.fancyinner.nozoom:hover:before  {
	content:"";
	display:none;
}

.fancyinner:hover:before {
	position:absolute;
	top:40%;
    opacity:0.7;
}


img {
	max-width: 100%;
}

.block {
	display: block;
}

.none {
	display: none;
}

.ps_a {
	position: absolute;
}

.ps_r {
	position: relative;
}

.ps_f {
	position: fixed;
}

.mr_b {
	margin-bottom: 20px;
}

.mr_t {
	margin-top: 20px;
}

.mr_l {
	margin-left: 20px;
}

.mr_r {
	margin-right: 20px;
}

.txt_i {
	text-indent: 30px;
}

.txt_r {
	text-align: right;
}

.center {
	text-align: center;
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
}

.clear {
	clear: both;
}

.width {
	width: 1300px;
	margin: 0 auto;
	//background:#1E1E1E;
	position:relative;
	display:table;
}

.left {
	float: left;
}

.right {
	float: right;
}

.transition {	transition: all 0.4s;

}

.color1 {
	color: #333;
}

.caption {	font-weight:normal;
	font-size:19px;
	margin-bottom:10px;
	font-family:"Roboto";
	color:#1F1F1F;
	margin-top:10px;
	padding:10px 0 10px 5px;
}

.content {	margin:0 10px 0 18px;
	height:100%;
	position:relative;
}

.content h2 {	padding-bottom:15px;
	font-size:16px;

}

.w100 {
	width:100% !important;
	}
.w50 {
	width:49% !important;
	}

.w20 {
	width:18% !important;
	}

.w40 {
	width:39% !important;
	}

.w60 {
	width:59% !important;
	}


.w33 {
	width:31% !important;
	}
.w25 {
	width:23% !important;
	}
.w75 {
	width:75% !important;
	}
.w90 {
	width:90% !important;
	}

.bread_crumps {	font-size:10px;
	margin-bottom:30px;
}

.bread_crumps a:hover{
	color:#EB4C3A
}


section.head {
}

section.head .header_stripe {	height: 23px;
	float:left;
	display:table-cell;
}

section.head .header_stripe.first {
	background:#9C9D9D;
}

section.head .header_stripe.second {
	background:#575756;
}

section.head .header_stripe.third {
	background:#EF7C00;
}

section.head .header_stripe.fourth {
	background:#1E1E1E;
}

.strW300 {	//width:23%;
	width:300px;
}

.strW100 {
	//width:7.7%;
	width:100px;
}

.left_block {	width:300px;
	background:#1E1E1E;
	display:table-cell;
	//float:left;
	position:relative;
	vertical-align:top;

}

.right_block {
	width:1000px;
	background:#fff;
	display:table-cell;
	//float:left;
	vertical-align:top;
}

.left_block .logo {	height:130px;
	display:block;
	text-align:center;
}

.left_block .logo img {
	padding:5px 0 0 10px;
}

.right_block .header_box {
	height:130px;
	display:block;
	position:relative;
}

/*.right_block .header_box:before {
	background: url("/templates/images/logo_maz.png") no-repeat;
	width:55px;
	height:49px;
	display:block;
	position:absolute;

	right:10px;
	content:"";
}
*/



.top_contact {
	padding:0px 100px 0 120px;
	text-align:center;
}

.top_contact .address {	font-size:20px;
}

.top_contact .phone {	line-height:40px;
	padding-left:50px;
	font-size:20px;
	position:relative;
	font-weight:bold;
}

.top_contact .phone span{
	font-size:15px;
	font-weight:normal;

}

.top_contact .phone:before {	position:absolute;
	font-family: "FontAwesome";
	content:"\f095";
	color:#EF7C00;
	font-size:28px;
	left:15px;
	padding-top:2px;
}

.top_contact .callBtn {
}

.top_contact .callBtn .callBack{
	background:#EF7C00;
	height:30px;
	display:block;
	border-radius:5px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	margin-top:6px;
}

.top_contact .callBtn .callBack:hover{
	background:#292929;
	color:#FFF;
}

.header_box .cartBlock {
	display:block;
	//width:453px;
	position:relative;
	padding:17px 0 0 110px;
}

.header_box .cartBlock p {	margin:3px 0 0 0;
	height: 17px;
	display:block;
}

.header_box .cartBlock p:first-child {
	margin:0px;
}

.header_box .cartBlock a {
	color:#F80C0C;
	text-decoration:none;
}

.header_box .cartBlock .txt {	color:#F80C0C;
	font-weight:bold;
}

.header_box .cartBlock:before {
	font-family: "FontAwesome";
	font-size:30px;
	background:#F07D00;
	content:"\f07a";
	width:50px;
	height:50px;
	line-height:50px;
	position:absolute;
	display:block;
	text-align:center;
	color:#FFF;
	left:35px;
	top:22px;

}

.header_box .searchBlock {
	display:block;
	width:483px;
	height:47px;
	position:relative;
	margin:15px 0 0 0;
	background: url("/templates/images/searchBg.png") no-repeat;
}




.header_box .searchBlock input[type="text"] {    width:300px;
	height:25px;
	margin:12px 0 0 60px;
	border-radius:5px 0 0 5px;
	border: 1px solid #e7e7e7;
}

.header_box .searchBlock input[type="submit"] {

    background: #f07d00 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    margin: 0 -85px 0 0;
    transition: all 0.3s ease 0s;
    width: 82px !important;
}


/*main menu start*/

.topMenu {	height:50px;
	width:100%;
	background:#EF7C00;
	display:block;
}

.topMenu  li {	display:inline-block;
	list-style:none;
	border-right:1px solid #EF993C;
	height:50px;
	line-height:50px;
	margin:0;
	float:left;
	transition:all 0.4s;
	position:relative;
}


.topMenu li:hover  {
	background:#292929;
}

.topMenu  li.parent>a:after {
	content: "\f078";
    display: inline-block;
    font: 14px "FontAwesome";
    margin: 0 0 0 10px;
    transition: all 0.3s ease 0s;
}

.topMenu li.parent:hover a:after {
	transform: rotate(180deg);
}

.topMenu li a {
	display:block;
    color:#FFF;
    height:50px;
    width:100%;
	line-height:50px;
	padding:0px 30px;
	text-transform:uppercase;
	text-decoration:none;
}

.topMenu li> ul  {
	display:none;
	position:absolute;
    width:200px;
    top:100%;
    background:#575756;
    z-index:1;
}



.topMenu li.parent:hover ul {
	display:block;

}

.topMenu li> ul >li  {
	display:inline-block;
	position:relative;
    width:200px;
    height:40px;
    background:#575756;
    border-right:none;
}

.topMenu li> ul >li a  {
    width:200px;
    height:40px;
    line-height:40px;
}

/*main menu end*/

.block-title {	background:#575756;
	height:50px;
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
	line-height:50px;
	padding:0 0 0 50px;
	position:relative;

}

.block-title.catBlock:before {  	font-family: "FontAwesome";
  	font-size:25px;
  	content:"\f0c9";
  	left:20px;
  	top:0;
  	position:absolute;
}



/*catalog menu start*/

nav ul { 	margin-top:20px;
 	display:block;
 	margin-bottom:20px;
}

nav ul li {	//height:50px;
    display:block;
    border-bottom:1px solid #444;
    position:relative;

}

nav ul li a{
	color:#FFF;
	display:block;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 0 20px;
	//height:50px;
	line-height:50px;
    position:relative;
    transition:all 0.4s;
}

nav ul li:hover>a,
nav ul li.active>a
{
	background:#EF7C00;
	color:#FFF;
}



nav ul li .arrow_d:before {
  content: '\f101';
  vertical-align: middle;
  float: right;
  margin: 15px 20px 0 10px;
  font: 18px/1.1em 'FontAwesome';
  color:#FFF;

}
nav ul li .arrow_d {
  display: inline-block;
  //opacity: .5;
  cursor:pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  float: right;
  margin: auto;
  right: 0px;
}

nav ul li .arrow_d:hover:before,
nav ul li .arrow_d.active:before
 {
 	 color:#FFF;
 	 opacity:1;

 	 content: '\f103';
 	 font-family:"FontAwesome";
 }


/*nav ul>li>a:after{
    background:#1E1E1E;
	content:"";
	display: block;
    float: left;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 36px;
    transition:all 0.4s;
    opacity:0;
}

nav ul>li:hover>a:after{
    background:#EF7C00;
    right: -15px;
    opacity:1;

}*/

nav ul li .subcat {
	display:none;
	list-style: outside none none;
    margin: 0;
    padding: 0;
    height:100%;
    background:#575756
}

nav ul li.active>.subcat {	display:block;
}

nav ul li .subcat li a{
	 position:relative;
}

nav ul li .subcat a{
	color:#FFF;
	display:block;
	font-size:13px;
	text-decoration:none;
	text-transform:none;
	padding:0 0 0 30px;
	height:35px;
	line-height:35px;
    position:relative;
    transition:all 0.4s;
}

nav ul li .subcat li:hover a:after{
	display:none;
}

nav ul li>.subcat>li:hover>a,
nav ul li>.subcat>li.active>a
{
	background:#BB342E;
	box-shadow:0px 3px 4px rgba(0,0,0,0.5);
}

nav ul li .subcat li a:after{
   /* background:#575756;
    //background:red;
	content:"";
	display: block;
    float: left;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 24px;
    transition:all 0.4s;
    opacity:0;
    z-index:1;*/
}

nav ul li .subcat li:hover a:after,
nav ul li .subcat li.active a:after
{
    background:#BB342E;
	display: block;
    right: -10px;
    top: 6px;
    opacity:1;
}

/*catalog menu end*/

.more {
	background:#EF7C00;
	height:30px;
	display:block;
	border-radius:5px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	margin-top:6px;
	width:60px;
}

.more:hover{
	background:#292929;
	color:#FFF;
}



.mainBlock {	//margin-top:20px;
	margin-top:0px;
}

.newsBlock {	width:400px;
	height:100px;
	background:#EF7C00;
	display:table-cell;
	border-left:3px solid #000;
	vertical-align:top;

}

.newsBlock .nameBox,
.contentBlock .nameBox {	margin:0 0 10px 0;
}

.mainFooter {	background:#575756;
	display:table;
	width:100%;
}

.mainFooter .nameBox {	color:#FFF;
	background:none;

}

.mainFooter  .feedBackMain {	display:table-cell;
	padding:0 8px;
}

.mainFooter .locationMain {	display:table-cell;
    padding:0 8px;
}

.mainFooter .row2 {	margin:0 !important;
}

.mainFooter .column label {	margin:0 !important;
}

.mainFooter input.text {	margin-bottom:0 !important;
	height:32px;
	width:98%;
}

.mainFooter .btn {	width:100%;
	margin-top:8px;
	margin-bottom:8px;
}





.contentBlock .nameBox {
	background:none;
}

.contentBlock {	width:60%;
	height:100px;
	background:#FFF;
	display:table-cell;
	padding:0 5px 5px 10px;
}

.contentBlock h3{	background:  none repeat scroll 0 0;
    color: #1f1f1f;
    font-family: "Roboto";
    font-size: 19px;
    font-weight: normal;
    margin:0 0 10px 5px;
    padding: 10px 0 10px 0px;
}

.contentBlock ul {
}

.contentBlock li, .listed li {
	padding:3px;
}

.contentBlock li:before, .listed li:before {
	font: 12px "FontAwesome";
	content:  "\f00c";
	padding:0 10px 0 0;
	color:#EB4C3A;
}

/*news block start*/
.news {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin: 10px 15px 0 15px;
	//border-bottom: 1px solid #e0e0e0;
}

.news .nameNews {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.line {	border-top:1px dotted #9C9C9C;
	margin:10px 0;
	}

.dateNews {
	color: #CCCCCC;
	font-size: 14px;
	font-family: "Georgia";
	margin: 10px 0;
}

.infoNews {
	font-size: 12px;
	//border-bottom: 1px solid #e0e0e0;
    padding: 0 0 15px 0;
    margin: 0 0 0px 15px;
    color: #fff;
   // height:70px;
}

.archiveNews {
	font-size: 12px;
	text-align:center;
	margin:20px 50px 20px 50px;


}

.archiveNews a {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
	padding:10px;
	border-radius:5px;
	background:#575756;
}

.archiveNews a:hover {	background:#eb4c3a ;

}

.btnNews {
	text-align: right;
}

.btnNews a {
	font-size: 12px;
	color: #fff;
}

.btnNews a:hover {
	text-decoration: none;
}

/*news Block end*/

.width.developer {
	background:#1E1E1E;
	color:#9d9d9d;
	line-height:30px;
	padding-left:10px;
}




.width.footer {	background:#575756;
	height:150px;
	border-top:3px solid #EF7C00;
	padding-top:20px;
}

.footer .copyright {	display:table-cell;
	width:23%;
	padding:10px 5px 10px 5px;
	color:#9d9d9d;
	font-size:12px;
	vertical-align:middle;
}

.footer a,
.width.developer a {	color:#ef7c00;
}

.footer a:hover,
.width.developer a:hover  {
	color:#FFF;
}


.footer .copyright img {	width:150px;
	opacity:0.7;
}

.footer .copyright .footerLogo {
	text-align:center;
}

.footer  .footerDelivery  {	color:#9d9d9d;
	text-align:center;
	display:table-cell;
	width:28%;
	padding:0 5px 10px 10px;
}

.footer .footerDelivery img {
	opacity:0.7;
}

.footer .footerDelivery img:hover,
.footer .copyright img:hover {
	opacity:1;
}

.footer .nameBox {	background:none;
	color:#FFF;
	padding-left:0;
}

.footer  .footerContacts {
	color:#9d9d9d;
	display:table-cell;
	width:25%;
	padding:0 5px 10px 10px;
}

.footer  .footerContacts p {	margin:0 0 25px 0;
	line-height:23px;
}

.footer  .footerMenu {
	color:#9d9d9d;
	display:table-cell;
	width:25%;
	padding:0 5px 10px 10px;
}

.footer  .footerMenu li {	padding:5px 0 5px 20px;
}







/*catalog grid start */


.control_bar {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 30px 0 0;
   // overflow: hidden;
    padding: 10px 10px;
 }


 .control_bar .sort {float:left; width:250px;  padding-left:5px}
  .control_bar .sort > span {font-weight:bold; color: #a0a09f; font-size:12px; font:Tahoma; float:left; margin:0 5px 0 0; line-height:30px;}
  .sort .box{width:auto !important;}
  .control_bar .sort > * {display: inline-block ;  zoom: 1;  vertical-align: middle;}

.control_bar .sort.right_cell {text-align:right; float:right; width:270px; padding-left:0px}

.control_bar .sort .a,
.control_bar .sort .d {
	width:20px;
	height:30px;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	color:#5e5f5f;
	transition:all 0.4s;
}

.control_bar .sort .a:hover,
.control_bar .sort .d:hover {
	color:red;

}


.control_bar .sort .a:before,
.control_bar .sort .d:before {  	font-family:"FontAwesome";
  	font-size:14px;
  	line-height:30px;
}

.control_bar .sort .a:before {
  	content:"\f160";

}

.control_bar .sort .d:before {
  	content:"\f161";
}

.control_bar .box {}
.control_bar .box ul
{	margin: 0;
	padding: 0;
	 position:relative}

	.control_bar .box ul li
	{ float: left;
	list-style: none;


	 font: 12px Tahoma, Arial;
	 border:solid 1px #BFBFBF;
	}

	.control_bar .box ul  li a
	{	display: block;
		background: #FFF;
		padding: 5px 5px;
		text-decoration: none;
		color: #5e5f5f;
		}

.control_bar .box ul li ul.visible {visibility: visible; }

.control_bar .box ul  li ul li
	{	float: none;
		display: block; min-width:120px}

	.control_bar .box ul  li ul li a
		{	width: auto;
		background: #FFF;
		transition:all 0.3s }

	.control_bar .box ul  li ul li a:hover
		{	background: #EB4C3A;
			color:#FFF;
			}


.control_bar .box ul  li span.arrow:before {
   font: 10px "FontAwesome";
   content:  "\f078";
   position:absolute;
   left:2px;
   top:3px;

}

.control_bar .box ul  li span.arrow {
		margin: 0px 0 0 10px;
		display:block;
		float:right;
		width:11px;
		height:10px;
		position:relative;
}

	.control_bar .box ul  li:hover
	{	background: #D3D3D3 ;
	   border-color: #BFBFBF}

		.control_bar .box ul li ul
		{	margin: 1px 0 0 0px ;
			padding: 0;
			position: absolute;
			z-index:100;
			left: -9999px;
			top: 10;
			opacity:0;
			border-top: 1px solid white;
			border-radius: 6px;

			}


      .control_bar .box ul li:hover ul {
      	left:0; opacity:1
      }


.control_bar ul.type {
 margin-right: 5px;
	padding: 0;
}

.control_bar ul.type li {

    float: left;
    height: 30px;

    margin: 0 0 0 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 30px;
    cursor:pointer;
}

.control_bar ul.type li a.grid_ico:before {
	font: 20px "FontAwesome";
	content: "\f00a";

}

.control_bar ul.type li a.table_ico:before {
	font: 20px "FontAwesome";
	content:  "\f00b"
}

.control_bar ul.type li a:hover,
.control_bar ul.type li a.active
 {
 background:#FFF;
 color:red;
}


.control_bar ul.type li a {
  display:block;
  text-decoration:none;
  padding: 5px ;
  height:30px;
  text-align:center;
  border-radius: 5px;

}

.control_bar ul.type li a:hover { background-position:  left top ;  display:block}


.listCarShop {
	list-style:none;
	margin-top:20px;
}

.listCarShop li{
	width: 24.7%;
	display:inline-block;
	vertical-align:top;
	//text-align:center;
	position:relative;
	border:2px solid #D9D9D9;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background:#FFF;
	padding:10px;
	margin-bottom:15px;

}

.listCarShop li:hover {	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.22);
	border:2px solid #EF7C00;
}

.listCarShop li.table {
	width:99%;
	display:block;
	float:left;
	border: 1px solid #e7e7e7;
	margin: 5px 30px 5px 0px;
	padding:0 10px 0 0;
}

.listCarShop li.table:hover {
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.22);
}

.listCarShop li.table .more{

	text-align:right;
}


.listCarShop li .productImage {
    vertical-align:middle;
	height:180px;
	margin:auto;
	position:relative;
	overflow:hidden;
}

.listCarShop li .productImage a {
	width:100%;
	height:100%;

}

.listCarShop li:hover .productImage img {
	transform: scale(1.2);
}

/*.listCarShop li:hover a {
	color:#FF0000;
}*/


.listCarShop li .productImage img {
   position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}



.listCarShop li .productDesc  {
	height:80px;
	text-align:left;
	font-family: "Arial";
	font-weight:normal;
	font-size:11px;
}


.listCarShop li .productName   {
	height:40px;
	text-align:left;


}

.listCarShop li .productName a  {
	height:30px;
	text-align:left;
	font-family:"Roboto";
	text-decoration:none;
	margin:0 0 15px 0;
	color:#EF7C00;
}

.listCarShop li .productArticle {	margin:10px 0;
}

.listCarShop li .productInstock {
	margin:10px 0;

}

.listCarShop li .productInstock span,
.inStock {
	color:#EF7C00;
}



.listCarShop li .productInstock .inStock:before,
.listCarShop li .productInstock .offStock:before,
 .offStock:before,
.inStock:before
  {
	font-family: "FontAwesome";
	font-size:15px;
	padding:0 10px;
}

.listCarShop li .productInstock .inStock:before,
 .inStock:before   {
	color:#EF7C00;
	content:"\f058";
}

.listCarShop li .productInstock .offStock:before,
.offStock:before  {
	color:rgba(70, 51, 89, 0.5);
	content:"\f057";
}

.listCarShop li .productInstock .offStock,
 .offStock  {
	color:rgba(70, 51, 89, 0.5);

}

.listCarShop li .shortPrice {	height:30px;
	display:block;

}

.listCarShop li .shortPrice .price-new {
	font-size:19px;
	font-weight:bold;
	color:#BB342E;

}

.listCarShop li .shortPrice .price-old {
	color: #9b2d30;
    font-size: 14px;
    font-style: normal;
    text-decoration: line-through;

}






.more {
	text-align:center;
	vertical-align:center;
	display:block;
	width:100%;
	margin:15px 0;
	}

.btnMore  {
	width:220px;
	height:30px;
	display:inline-block;
	text-align:center;
	background: #EF7C00 ;

	border-radius: 5px;
	font-family:"Roboto";
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	line-height:30px;
	text-transform:uppercase;
}


.btnMore:hover {
    background: #B20000;
	color:#FFF;

}

.pager {
    margin-top: 20px;
    text-align: left;
}
.pager_sibl_pages {
    font-size: 12px;
    font-weight: bold;
}
.pager_pages {
    margin: 10px 0;
    padding: 4px 0;
}
a.pager_block:link, a.pager_block:active, a.pager_block:visited, a.pager_block:hover, .pager_active, .pager_dotdot {
    background-color: #eeeeee;
    color: #000000;
    font-size: 12px;
    margin-right: 3px;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
}
a.pager_block:hover {
    background-color: #fc0302;
    color: #fff;
}
.pager_active {
    background-color: #fc0302;
    color: #f9f9f9;
    font-size: 12px;
}
.pages_nav_split {
    font-size: 12px;
    font-weight: normal;
    padding: 0 5px;
}


.listCarShop  .productOrder a.minus_button:before,
.listCarShop  .productOrder a.plus_button:before {
	padding:20px 0 0 0px !important;
}




.listCarShop .buyBtn:before {
	font-family:"FontAwesome";
	font-size:18px;
	color:#FFF;
	content:"\f07a";
	line-height:25px;
	padding-right:10px;
}

.listCarShop .productOrder {
	text-align:center;
}

.listCarShop .productOrder .inputForm{
	margin:10px 0 10px 50px;
	height:30px;
}



.listCarShop li.table:hover,
.listCarShop li.grid:hover {
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.22);
	border-color:#0780d5;
}



/*table header*/

.listCarShop li.header {
	margin-top:15px !important;
	background: #EF7C00; /* Old browsers */

	color:#FFF;
	text-transform:uppercase;

}

.listCarShop li.header div {
	margin:0 !important;
	text-align:center !important;
	line-height:2.3 !important;
	font-size:14px !important;
	border-right:1px solid #FFF;
	height:35px !important;
	float:left;
}


.listCarShop li.header div:last-child {
	border:none;
}

.listCarShop li.header.table .productImage:before {

	color:#FFF;
    left:0px;
    top:0px;
}


.listCarShop li.header.table:hover {
	box-shadow:none;
	border: 1px solid #e7e7e7;
}

.listCarShop li.header.table {
	display:block;
}

.listCarShop li.header.grid {
	display:none;
}


.listCarShop li.header.table {	font-weight:500;
}

.listCarShop li.header.table .productCheck{
	width:2%
}

.listCarShop li.header.table .productImage {
	width:3%
}

.listCarShop li.header.table .productName {
	width:50%
}

.listCarShop li.header.table .productArticle {
	width:14%;
	color:#fff;

}

.listCarShop li.header.table .shortPrice {
	width:15%
}

.listCarShop li.header.table .productOrder {
	width:15%;
	float:left;
	padding-left:40px;

}

.listCarShop li.table {
	width:100%;
	display:block;
	float:left;
	border: 2px solid #e7e7e7;
	margin: 1px 0px 1px 0px;
	padding:0 0px 0 0;
	height:35px;
}




.listCarShop li.table .more{
	text-align:center;
	padding:3px 0 0 8px;
	width:17.5%;
	float:left;
}



.listCarShop li.table .more .buyBtn,
.listCarShop li.table .more .delayBtn {
	min-width:22px;
}

.listCarShop li.table .more .buyBtn:before,
.listCarShop li.table .more .delayBtn:before {
	font-size:14px;
}



.listCarShop li .productCheck {
	display:none;
}

.listCarShop li.table .productImage {
	width:3.1%;
	display:block;
	float:left;
	//height:50px;
	position:relative;
}

.listCarShop li.ordered {
    background: #b3ffd9 none repeat scroll 0 0;
}

.listCarShop li.table .productImage:before {
	width:100%;
	display:block;
	font-family:"FontAwesome";
	font-size:15px;
	color:#EF7C00;
	content:"\f030";
    position:absolute;
    left:4px;
    top:8px;
    cursor:pointer;
}

.listCarShop li.table .productImage.nofoto:before {
	color:#EEE;
    cursor:default;
}

.tips {
	position: absolute;
   padding: 2px ;
   z-index: 9999;
   border-radius:5px;
   color: #303030;
   background-color: #EF7C00;
   border: 1px solid #EF7C00;
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
   opacity:0;
   width:100px;
  // height:100px;
}

.tips img {
	width:100%;
	//height:100%;
}

.tips::after {
    content: '';
     position: absolute; /* Абсолютное позиционирование */
    left: 40%; top: -20px; /* Положение треугольника */
    border: 10px solid transparent; /* Прозрачные границы */
    border-bottom: 10px solid #EF7C00; /* Добавляем треугольник */
   }




.listCarShop li.table .productImage img,
.listCarShop li.table .productDesc,
.listCarShop li.table .productArticle span.lable  {
	display:none !important;
}

.listCarShop li.table .productName {
	width:50%;
	float:left;
	margin:10px 0 0 0;
	line-height:1;
	position:relative;

}

.listCarShop li.table .productName a{	color:rgba(70, 51, 89, 1);
}



.listCarShop li.table .productArticle {
	width:14%;
	float:left;
	height:40px;
	line-height:38px;
	margin:0;
	font-size:11px;
	color:rgba(70, 51, 89, 0.9);
}

.listCarShop li.table .productArticle .lable,
.listCarShop li.table .shortPrice .lable,
.listCarShop li.table .shortPrice .prop
{	display:none;
}

.listCarShop li.table .productInstock   {	display:none;
	}

.listCarShop li.table .shortPrice {
	width:14.5%;
	float:left;
	margin:5px 0 0 0;
	text-align:right;
}

.listCarShop li.table .shortPrice, .listCarShop li.table .price-new, .listCarShop li.table .price-old {
    font-size: 14px;
}



.listCarShop li.table  .btnMore  {
	width:30px;
	height:30px;
	display:inline-block;
	text-align:center;
	background: #EF7C00 ;

	border-radius: 5px;
	font-family:"Roboto";
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	line-height:30px;
	text-transform:uppercase;
}


.listCarShop li.table .productOrder {
   float:left;
   width:14.5%;
}

.listCarShop li.table .productOrder .inputForm{
	margin:4px 0 0px 10px;
	float:left;
}


.listCarShop li.table .productOrder .buyBtn span {
   display:none;
}

.listCarShop li.table  .buyBtn:before {
   padding:0;
}

.listCarShop li.table .buyBtn {
	max-width:30px !important;
	height:25px ;
	margin-left:15px;
}


.listCarShop li.table .productOrder .OrderBtn  {
   float:left;
   width:10px;
   display:block;
   height:40px;
   margin-top:4px;
}


/*catalog grid end */


/*item detail start*/
.itemGallery {
	width:60%;
	float:left;
	display:inline-block;
}

.itemImage {
	text-align:center;
	height:300px;
	position:relative;
}

.itemImage img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}

.loading {
    background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll 50% 50%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.jcarousel_thumb {
    position: relative;
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
}

.galleryThumbs {
	position:relative;


}


.galleryThumbs .jcarousel-prev, .galleryThumbs .jcarousel-next  {
	position:absolute;
	width:20px;
	height:20px;
	background:#EB4C3A;
	display:block;
	top:40%;
	opacity:0.5;
	transition:all 0.4s;
}

.galleryThumbs .jcarousel-prev:before, .galleryThumbs .jcarousel-next:before {
	font:20px "FontAwesome";
	color:#FFF;
	position:absolute;

}

.galleryThumbs .jcarousel-prev:before {
	content:"\f104";
	top:-1px;
	left:30%;
}

.galleryThumbs .jcarousel-next:before {
	content:"\f105";
	top:-1px;
	right:30%;
}

.galleryThumbs .jcarousel-prev:before:hover {


}

.galleryThumbs .jcarousel-prev:hover, .galleryThumbs .jcarousel-next:hover {
	background:#B20000;
	opacity:1;

}



.galleryThumbs .jcarousel-prev {
	left:-10px;
}

.galleryThumbs .jcarousel-next {
	right:-10px;
}

.carMiniGalery {
    list-style: outside none none;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    width: 20000em;
}

.carMiniGalery li {
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 1px 0 2px;
    max-height: 100px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
   // width: 132px !important;
}

.carMiniGalery li.active {

    border: 1px solid #EB4C3A;
}

.carMiniGalery li:hover {

    border: 1px solid #000;
}

.carMiniGalery li img  {

    transition: all 0.4s;
}

.carMiniGalery li:hover img  {

    transform:scale(0.9);
}

.itemDetail {
	width:40%;
	float:left;
	display:inline-block;
}



.aboutFeatures {
	font-family:"Roboto";
	font-size:12px;
	line-height:20px;
	margin:0 0 15px 0;
	border-bottom:1px solid #E5E5E5;
	padding:0 0 10px 0;
	font-weight:normal;
}

.detailLine {	display: block;
    font-size: 13px;
    line-height: 30px;
    min-height: 50px;
    width: 100%;
}

.aboutFeatures .lable,
.detailLine .lable {	font-weight:bold;
	padding-right:10px;
}

.detailLine .lable {	width:40%;
	float: left;
}

.detailLine .name {
    display: block;
    float: left;
    width: 50%;
}


.price-new {
	color: #bb342e;
    font-size: 19px;
    font-weight: bold;
}
.aboutFeatures .lableInfo {
	color:rgba(70, 51, 89, 0.9);

}

.propList .propCaption {
	font-family:"Roboto";
	font-size:14px;
	font-weight:bold;
	//margin-bottom:5px;
	background:#EB4C3A;
	color:#FFF;
	padding:5px;
	//border-radius:5px 5px 0 0 ;
}

.propList .propCaption span:before {
	font: 14px "FontAwesome";
	content:  "\f05a";
	padding:0 5px 0 5px;

}

 .propText {
	padding:5px 0 5px 10px;
	font-size:12px;
	font-family:"Roboto";
	background:#EEEEEE;
	margin-bottom:20px;
}



.numeric {
    border: 1px solid #959595;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 14px !important;
    height: 24px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    width: 50px;
    font-weight:bold;
}

a.minus_button:before, a.plus_button:before {
	font-family:"FontAwesome";
	color:#666666;
	font-size:14px;
	padding:0;
	line-height:26px;
}

a.minus_button:hover:before, a.plus_button:hover:before {
	color:#BC1616;
}

a.minus_button:before {
	content: "\f068";
}

a.plus_button:before {
	content: "\f067";
}


a.minus_button {
	background:#FFF;
     display:inline-block;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-left: 2px;
    width: 24px;
    text-decoration:none;
}

a.plus_button {
	background:#FFF;
    display:inline-block;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-left: 0;
    width: 24px;
    text-decoration:none;
}

.buyBtn {
	background: #eb4c3a none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto";
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px;
    cursor:pointer;
}

.buyBtn:hover {
	background:#000;
	color:#FFF;
}

div.growlUI {  border:#ffffff solid 2px;  background: url(/templates/images/catalog/add_to_cart.png) #C31218 no-repeat 10px 10px;  border-radius:10px 10px 10px 10px;  opacity: 1  }
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left; opacity: 1; font-size:18px
}





.propList .propText li,
.dotted-list li,
.color_group_content li {
	padding:3px;
}

.propList .propText li:before,
.dotted-list li:before,
.color_group_content li:before {
	font: 12px "FontAwesome";
	content:  "\f00c";
	padding:0 10px 0 0;
	color:#EB4C3A;
}


#tabs {margin-top:30px}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 3px solid #ced4d6;

    width: 100%;
}
ul.tabs li {
    float: left;

    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #ced4d6;
     border-top:#ced4d6 1px solid;
    margin-bottom: -1px;
    margin-right:8px;
    background: #E2E7E8;
    background: -webkit-linear-gradient(top, #EAEAEA, #fff);
	background: -moz-linear-gradient(top, #EAEAEA, #fff);
	background: -o-linear-gradient(top, #EAEAEA, #fff);
	background: -ms-linear-gradient(top, #EAEAEA, #fff);
	background: linear-gradient(to bottom, #EAEAEA, #fff);
    overflow: hidden;
    position: relative;
    border-radius:5px 5px 0 0;







}
ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 13px;
    padding: 0 20px;
    outline: none;
    font-family: "Roboto";
    text-transform:uppercase;
}
ul.tabs li a:hover {
    background: #FFF ;
    //color:#FFF;
}
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a  {
    background: #EF7C00;
    border-bottom: 1px solid #ced4d6;
    border-top:red 1px solid;
    color:#FFF;

}

.tab_container {
    border: 3px solid #ced4d6;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    margin-bottom:30px;
}
.tab_content {
    padding: 20px;
    font-size: 1.1em;
    font-family: "Roboto"
}

.tab_content li, .listed li {
	padding:3px;
}

.tab_content li:before, .listed li:before {
	font: 12px "FontAwesome";
	content:  "\f00c";
	padding:0 10px 0 0;
	color:#EB4C3A;
}

/*item detail end*/



.nav-bar li {
    display: inline-block;
    margin: 0 10px 50px 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: top;

}

.nav-bar li a  {
	text-transform: uppercase;
    text-decoration:none;
    font-weight:bold;

}

.nav-bar li a p {
    background: #EF7C00 none repeat scroll 0 0;
   // border-radius: 0px 0px 5px 5px;
    color: #fff;
    font-size: 12px;
    height: 65px;
    line-height: 30px;
    margin: 0px 0 0;
    padding: 3px;
    position: relative;
}

.nav-bar li:hover a p {
    background: #000 none repeat scroll 0 0;

}


/* feedback */

.feedback {background: #FFF ;
          color: #333;
          display:inline}


.errorMessage {
	background:red;
	color:#FFF;
	font-size:11px;
	padding:0px;
	display:block;
	text-align:center;
	border-radius:5px;
	line-height:13px;
	position:relative;
	margin:10px 20px 0 0 ;
	width:100%;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.22);
}

.errorMessage:before {

    border-color:  transparent transparent red ;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    bottom: 13px;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    width: 1px;
}


label {
    font-size:13px;
    display: block;

    padding: 2px 0 5px;
    width: 100%;
}

.indicator img {
    display: none;
}

.indicator {
    color: #FFF;
    text-transform:uppercase;
    display: block;
    font-size: 18px;
    text-align: center;
    width: 100%;

    background:url("/templates/images/warning.png") ;
    margin-bottom:10px;
}


.column {float:left;         }

.column .row {
	margin:0 20px 0 0 ;
}

.row2 {margin-bottom:20px}


.feedbackLeft {
    display: inline-block;
    width: 50%;
    margin-top:30px;
    //padding-right:10px;
}

.feedbackLeft label, .column label{

    color: #999;
    font-weight: bold;
    margin-bottom:8px;

}




.text:focus {border-color:#059FFB; );
				}

input.text{
   // background-color: #F2F2F4;
    border: 1px solid #999;
    border-radius: 4px;
    color:#3d3d3e;
    display: inline-block;
    font-family: "HelveticaNeueCyrLight",arial,sans-serif;
    font-size: 12px;
    font-weight:normal;
    height: 40px;
    line-height: 20px;
    padding: 3px 10px;
    transition: background-color 0.2s ease 0s;
    vertical-align: top;
    width: 100%;
    margin-bottom:10px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


textarea.text{
   // background-color: #F2F2F4;
    border: 1px solid #999;
    border-radius: 4px;
     color:#3d3d3e;
    display: inline-block;
    font-family: "Ubuntu",arial,sans-serif;
    font-size: 15px;
    //height: 202px;
    line-height: 22px;
    padding: 8px 10px;
    transition: background-color 0.2s ease 0s;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.field_error {
	border-color: red !important;
	background: #fff4f4 none repeat scroll 0 0 !important;

}

.error {text-align:center;
		background:#8A2D22;
		font-size:16px;
		color:#FFF;
		width:100%;
		display: none;
		padding:5px 0 5px 0;
		margin-bottom:20px;
		border-radius:10px;
		}
.error img {display:none}

.order_form_caption {
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    margin: 5px 0 2px;
    padding: 3px 0 7px;
    text-transform: uppercase;
    vertical-align: middle;
}

.order_form_caption:before {
    padding:0 10px 0 10px;
	font-family:"FontAwesome";
	content:"\f05c";
	font-size:30px;
	line-height:30px;
	color:#FFF;
    font-weight: normal !important;
}

.btn, .btn a, .btn-info, .btn-primary {
    background: #eb4c3a none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-size: 13px;
    font-family: "Roboto";
    text-transform:uppercase;
    margin-top: 30px;
    padding: 7px 10px;
    transition: all 0.3s ease 0s;
    border:none;
    cursor:pointer;
}

.btn:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff !important;
}




/*feedback end */

/*cart */

.main_price_table {
	border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: none;
}




.main_price_table .price_header {
	vertical-align:middle;
	text-align:center;
    color:#FFF;
    font-weight:normal;
    background: #EF7C00;
    border: 1px solid #ddd;
     border-spacing: 0;
     text-transform: uppercase;
     height:30px;
     font-size:14px;

}

.main_price_table td {
	vertical-align:middle;
	border: 1px solid #ddd;
    border-spacing: 0;
    color:#888888;


}


.main_price_table .price_line td {
    position:relative;
}

.main_price_table .price_line.selected {
    background:#FFFCE0;
}

.main_price_table .price_row {
	color: #9b2d30;
    font-size: 16px;
    vertical-align:middle;
 }

 .main_price_table .price_row span {
	font-weight:bold;
 }

.main_price_table .order_row {

    vertical-align:middle;
 }

.main_price_table .price_item {
	//font-weight:bold;
	font-size:13px;
	text-decoration:none;
}

.main_price_table .colors.sm {
    display: inline-block;
    height: 10px;
    width: 10px;
}

.main_price_table  .del_item {
	 position:absolute;
	 bottom:35%;
	 left:35%;
	 cursor: pointer;
}

table.cart {
    border: medium none;
    margin: 20px 0;
}

table.cart td.label {
    color: #3e454c;
    font-size: 18px;
}
table.cart td {
    padding: 10px;
}

table.cart td.cart_itog {
    color: #ff6325;
    font-size: 20px;
}

.refresh_field {
	float:right;
	width:200px;
	text-align:right;
}

.refresh_field .btn {
	margin:0 0 10px 0;
}

.btn.orderIco:before {
	font-family:"FontAwesome";
	content:"\f044";
	font-size:16px;
	font-weight:normal;
	padding:0 10px 0 0;

}

.btn.refreshIco:before {
	font-family:"FontAwesome";
	content:"\f021";
	font-size:16px;
	padding:0 10px 0 0;
    font-weight:normal;

}





select.text {
    background-color: #fff;
    border: 1px solid #ced4d6;
    border-radius: 4px;
    color: #3d3d3e;
    font-size: 13px;
    font-weight: normal;
    height: 35px;
    width: 96%;
    margin-bottom:10px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.txt {
	font-weight:bold;
}

/*cart end */

.nameBox {	 color: #1f1f1f;
    font-family: "Roboto";
    font-size: 19px;
    font-weight: normal;
   // margin-bottom: 10px;
   // margin-top: 10px;
    padding: 10px 0 10px 15px;
    background:#D9D9D9;
}

.spoSlider {	margin:0px 5px 10px 10px;
    overflow:hidden;
    width:980px;
    position:relative;
    padding:0px 0 20px 0;
}



ul.carousel {	position: relative;
    width: 20000em;

}

ul.carousel li {	width:240px !important;
	margin-right:2px;
}

.spoSlider .SpoControl {
    position:absolute;
	display:block;
    right:0;
    bottom:0px;
    width:65px;
    height:30px;
}

.spoSlider .SpoControl a {	width:30px;
	height:30px;
	display:inline-block;
	background:#575756;
	color:#FFF;
	text-decoration:none;
}

.spoSlider .SpoControl a:hover {
	background:#EF7C00;
}

.spoSlider .SpoControl a:before {
	font-family:"FontAwesome";
	color:#FFF;
	font-size:25px;
	padding:3px 0 0 6px;
	line-height:32px;

}

.spoSlider .SpoControl a.spoNext:before {
	content: '\f054';
}

.spoSlider .SpoControl a.spoPrev:before {
	content: '\f053';
}


/*main box*/

 .bannersGrid  { 	margin-bottom:40px;
 }
.bannersGrid li {
	display:inline-block;
	min-height:270px;
    margin:0;
    padding:0;
    background-size: cover;
    background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover ;
  float:left;
  border:1px solid #FFF;
  position:relative;
}

.bannersGrid li a {
	display:block;

}

.bannersGrid li span {
	color:#FFF;
	font-size:20px;
	position:absolute;
	bottom:0;
	left:0;
	background: rgba(0,0,0,0.5);
	display:block;
	width:100%;
	padding:5px 0 5px 10px;
	transition:all 0.4s;
	height:15%;
	text-align:center;


}

.bannersGrid li:hover span {
	height:100%;
    padding:120px 0 ;

}


/*main box end*/

/*sitemap start*/
 ul.sitemap, ul.sitemap * {
    list-style: outside none none;
    margin-left: 10px;
    font-size:15px;
}
ul.sitemap, ul.sitemap ul, ul.sitemap li {
    margin-bottom: 5px;
    margin-top: 5px;
}
ul.sitemap a {
    font-weight: bold;
}
ul.sitemap .module_items a {
    font-weight: normal;
}
/*sitemap end*/



.map {	text-align:center;
	margin:10px 0;
}
.car_icon {
	background: url("/templates/images/car_icon.png") 50% 50% no-repeat rgba(0,0,0,0.7);
}

.map .car_icon {
	position:absolute;
	width:280px;
	height:0px;
	bottom:0px;
	left:10px;
	display:block;
	opacity:0;
	transition:all 0.3s;
}
.map {
		position:relative;
		}

.map img{
		border-radius:3px;
		}

.map:hover .car_icon {
	opacity:1;
	display:block;
    height:210px;
}

.map .car_icon span  {
    position:absolute;
	bottom:10px;
	width:280px;
	left:0;
	color:#FFF;
	font-size: 20px;

}

.price_list_btn {
    color:#FFF;
    font-size:18px;
    font-weight:bold;
    text-align:Center;
	//height:37px;
	text-transform:uppercase;
	display:block;}

.price_list_btn:hover {
	color:#E77801;

}

.price_list_btn:before {
	font-family:"FontAwesome";
	font-size:18px;
	content:"\f019";
	padding-right:10px;

}

.price_list_block {
    //background: #92999b none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 11px;
    margin: 10px 0;
    padding: 5px 5px 5px 0;
}

.price_list_block p {	text-align:right;
}

. {
}

. {
}

. {
}

. {
}

. {
}

. {
}

. {
}

. {
}

. {
}

. {
}

. {
}

. {
}

. {
}