/*
Template Name: Health Life
Version: 1.0
Design: Karlo Domic ( karlodomic@gmail.com )
Code: Slicejack ( http://www.slicejack.com )
*/

body { background: #fff url('../images/layout/body.gif') top repeat-x; font-family: Arial, Helvetica, sans-serif; }

#container { width: 900px; margin: 0 auto; }

a img {
	opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100); 
}

a:hover img {
	opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=50);
}

.empty{
    border: 1px solid #C75C5C !important;
    -webkit-box-shadow: inset 2px 2px 13px 0px rgba(205, 0, 0, 0.5);
    -moz-box-shadow: inset 2px 2px 13px 0px rgba(205, 0, 0, 0.5);
    box-shadow: inset 2px 2px 13px 0px rgba(205, 0, 0, 0.5);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

/* =Header
----------------------------------------------- */
#header { height: 150px; position: relative; }

	#header h1 a { display: block; text-indent: width: 137px; height: 21px; position: absolute; left: 20px; top: 30px; font-size: 24px; color: #ffffff; text-decoration: none; }

/*	#header p { display: block; text-indent: width: 137px; height: 21px; position: absolute; left: 2px; top: 30px; font-size: 24px; color: #ffffff; text-decoration: none; } */
	#name { display: block; text-indent: width: 125px; height: 21px; position: absolute; left: 2px; top: 30px; font-size: 22px; color: #ffffff; text-decoration: none; }
	#spec { display: block; text-indent: width: 462px; height: 62px; position: absolute; left:190px; top: 8px; }	
	#tel p { display: block; text-align: right; text-indent: width: 225px; height: 41px; position: absolute; left: 675px; top: 10px; font-size: 18px; color: #ffffff; text-decoration: none; }

	#utility-nav { position: absolute; right: 2px; top: 40px; }
	#utility-nav li { display: inline; }
	#utility-nav li a { display: block; float: left; font-size: 11px; color: #ffffff; text-decoration: none; padding: 0 5px; background: url('../images/nav/utility_nav_divider.gif') left no-repeat; }
	#utility-nav li a:hover, #utility-nav li a.active { color: #E9F5FE; text-decoration: underline; }
	#utility-nav li.first-item a { background: none; }
	
	#main-nav { background: url('../images/nav/main_nav.gif') left no-repeat; margin: 0 -9px; height: 53px; width: 891px; position: absolute; bottom: 11px; padding: 15px 0 0 27px; }
	#main-nav li { display: inline; }
	#main-nav li a { display: block; float: left; font-size: 12px; font-weight: bold; color: #fff; text-decoration: none; padding: 12px 17px 0 20px; background: url('../images/nav/main_nav_divider.gif') left no-repeat; height: 27px; }
	#main-nav li.first-item a { background: none; padding-left: 0; }
	#main-nav li a.active span {  background: url('../images/nav/main_nav_active.gif') bottom center no-repeat; height: 31px; display: block; float: left; cursor: pointer; color: #B3640D; }
	#main-nav li a:hover { color: #B3640D; }
	#main-nav li.activ a { background: none; padding-left: 0; color: #B3640D; }
	
/* =Sub Header
----------------------------------------------- */
#sub-header { background: url('../images/layout/sub_header.gif') no-repeat; width: 900px; position: relative; padding-top: 43px; margin-bottom: 20px; }

	p.breadcrumbs { font-size: 11px; color: #777; position: absolute; top: 14px; left: 20px; }
	p.breadcrumbs2 { font-size: 11px; color: #777; position: absolute; top: 14px; left: 610px; }
	
	#search { background: url('../images/form/search.gif') no-repeat; width: 220px; height: 20px; position: absolute; right: 20px; top: 11px; }
	#search legend { display: none; }
	#search .input-text { width: 187px; background: none; border: none; font-size: 11px; color: #999; display: block; float: left; padding: 3px 0 0 9px; }
	#search .input-button { width: 16px; height: 20px; cursor: pointer; background: none; border: none; }
	
	#images { background: #fff; height: 111px;  }
	#images li { display: block; float: left; margin: 1px 1px 0 0;}
	#images li.first-item { margin-left: 1px; }
	#images li.last-item { margin-right: 0; }
	
	#directory { background: url('../images/layout/directory.gif') bottom no-repeat; padding: 0 0 11px 0; }
	#directory-inner { background: #f5f5f5 url('../images/layout/directory_list.gif') top left no-repeat; padding-bottom: 5px;}
	#directory ul { width: 159px; float: left; padding: 10px 0 0 20px; }
	#directory ul li { background: url('../images/icons/directory_bullet.gif') left no-repeat; padding-left: 8px; }
	#directory ul li a { font-size: 11px; color: #666; text-decoration: none; line-height: 1.6; }
	#directory ul li a:hover, #directory ul li a.active { border-bottom: 1px dotted #333; color: #333; }

/* =Sidebar
----------------------------------------------- */
#sidebar { width: 247px; float: left; padding-left: 20px; margin-right: 20px; }
	#sidebar h1, #main-content h1 { font-size: 20px; color: #ee912a; margin-bottom: 5px; text-indent: 8px; }
	#sidebar h4 { font-size: 16px; color: #2e9eff; margin-bottom: 5px; text-indent: 8px; }
	#main-content h4 { font-size: 16px; color: #2e9eff; margin-bottom: 5px; margin-top: 5px; text-indent: 8px; }
	#sidebar ul { background: #f4f4f4 url('../images/layout/sidebar_li.gif') top repeat-x; }
	#sidebar ul li { padding: 10px; background: url('../images/layout/sidebar_li.gif') bottom repeat-x; line-height: 0,6; font-size: 11px; color: #666; }
	#sidebar ul li img { float: center; padding: 1px; border: 0px; margin-right: 8px; }
	#sidebar ul li h3 { font-size: 11px; font-weight: bold; color: #ee912a; }
	#sidebar ul li p { font-size: 11px; color: #999; }
	#sidebar ul li a { left no-repeat; color: #5c91c7; font-size: 11px; }
	#sidebar ul li a:hover { text-decoration: none; color: #386da4; }
	#sidebar li.kat a {  background: url('../images/icons/read_more.gif') left no-repeat; padding-left: 12px; line-height: 0,6; color: #5c91c7; font-size: 11px;  }
	#sidebar li.kat a.active {  background: url('../images/icons/read_more.gif') left no-repeat; padding-left: 12px; line-height: 0,6; color: #B3640D; font-size: 11px; text-decoration:none; }
	#sidebar li.kat a:hover { color: #386da4; }

/* =Main Content
----------------------------------------------- */
#main-content { width: 592px; float: left; margin-bottom: 20px; }
	.article-wrapper .article-actions { background: url('../images/layout/article_actions.gif') top repeat-x; height: 34px; font-size: 11px; color: #999; padding: 10px 0 0 8px; }
	.article-wrapper .article-actions li { margin-right: 10px; }
	.article-wrapper .article-actions li img { vertical-align: middle; margin-right: 6px; }
	.article-wrapper .article-actions li a { color: #666; }
	.article-wrapper .article-actions li a:hover { text-decoration: underline; }
	.article-wrapper .article { width: 574px; margin: 0 auto; }
	.article-wrapper .article h3 { font-size: 14px; color: #ee912a; margin-bottom: 5px; margin-top: 18px; }
	.article-wrapper .article p { color: #666; font-size: 12px; line-height: 1.6; margin-bottom: 10px; }
	.article-wrapper .article strong { font-weight: bold; }
	.article-wrapper .article em { font-style: italic; }
	.article-wrapper .article a { color: #5c91c7; }
	.article-wrapper .article a:hover { text-decoration: none; color: #3b6691; }
	.article-wrapper .article ul { margin-left:20px; margin-top:0px; padding:1px; list-style-type: square; line-height: 16px; }
	.article-wrapper .article li { color: #666; font-size: 12px; line-height: 1.6; }
	.article-wrapper .article li a { color: #666; }
	.article-wrapper .article li a:hover { text-decoration: none; color: #ee912a; }
	.article-wrapper .article table { color: #666; font-size: 12px; border-color: #C0C0C0; }
	.article-wrapper .article td { padding: 5px; }
	#news {  margin-left: 0px; background: #f4f4f4 url('../images/layout/sidebar_li.gif') top repeat-x; }
	#news2 { padding: 10px; background: url('../images/layout/sidebar_li.gif') bottom repeat-x; color: #666; list-style-type:none; }	


/* =Footer
----------------------------------------------- */
#footer { background: url('../images/layout/footer.gif') no-repeat; width: 898px; height: 27px; margin: 0 auto 10px auto; clear: both; padding-top:13px; position: relative; }
	#footer p { font-size: 10px; color: #999;}
	#footer p.copyright { padding-left: 25px; }
	#footer p.copyright2 { padding-left: 25px; }
	#footer p.copyright span { color: #5c91c7; }
	#footer p.authors { position: absolute; right: 25px; top: 14px; }
	#footer p.authors a { color: #5c91c7; text-decoration: none; } 
	#footer p.copyright a { font-size: 10px; color: #5c91c7; text-decoration: none; } 

/* íå÷åòíàÿ ñòðîêà òàáëèöû êëàññà tkr */
.tkr tr:nth-child(2n+1){
   ...
}

/* ÷åòíàÿ ñòðîêà òàáëèöû êëàññà tkr */
.tkr tr:nth-child(2n){
   ...
}

/* âñïëûâàþùèé ïðàéñ */

#lean_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; background: #000; display: none; }

#signup {
	overflow: auto;	
	width: 95%;
	height: 85%;  
	padding: 12px; 
	margin: 10px;
	display:none;  
	background: #FFF; 
	color: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);       
}
/* êíîïêà íàâåðõ */
.b-top {z-index:20000;
position:fixed;
left:0;
bottom:40px;
width:35%;
margin-left:54%;
opacity: 0.5;
filter:alpha(opacity=50);}
.b-top:hover {opacity:1;
filter:alpha(opacity=100);
cursor:pointer;}
.b-top-but {z-index:2000;
position:absolute;
display:block;
height:40px;
left:56px;
bottom:0;
margin:0 0 0 100%;
padding:50px 15px 0px;
color:white;
background: url(http://b170m.ru/images/button_up.png) no-repeat 50% 0px;
border-radius:4px;}
.fcallback { 
	background: #EF9430; 
	color: #fff;
	padding: 6px; 
	}

/* ----------------------------------------------- NEW Style -------------------------------------------------- */
.nc-demo-modal-wrapper{
	display: none!important;
}
.sidebar-link-list h4{
	margin: 8px 0 0 0;
}
.bread-crumbs{
	color: #666;
    font-size: 12px;
    margin-bottom: 20px;
}
.breadcrumbs-unactive{
	color: #666;
}
.breadcrumbs-active{
	color: #ee912a;
}
.button{
	background: #91bd09;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	padding: 7px 12px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.inner-product-button{
	bottom: 0;
	left: 0;
	position: absolute;
}
.fade-of-black{
	background: rgba(0,0,0,0.7);
	bottom: 0;
	height: 100%;
	left: 0;
	visibility: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9998;
}
#window-buy-product{
	background: #fff;
	border: 6px solid #ee912a;
	visibility: hidden;
	margin: 0 auto;
	padding: 20px 50px;
    position: fixed;
    left: 0;
    right: 0;
    top: 208px;
    width: 360px;
    z-index: 9999;
}
.window-popup-return{
	background: #fff;
	display: none;
    height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
}
.window-return-title{
	color: #ee912a;
	display: table-cell;
	line-height: 1.5;
	vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}
.window-popup-container{
	position: relative;
	text-align: center;
}
.window-popup-title{
	color: #ee912a;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.form{
	padding: 15px 0;
}
.window-popup .input{
	border: 0;
    border-bottom: 1px solid #c7c7c7;
    color: #c7c7c7;
    font-size: 16px;
    margin-bottom: 5px;
    outline: none;
    padding: 10px 0 0px 10px;
    width: 100%;
}
.exit{
	background: url('/images/exit.png') no-repeat scroll center center;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
	z-index: 101;
}
.button-buy{
	font-size: 16px;
	padding: 10px;
	width: 120px;
}
#product-border-bottom{
	margin-top: 20px;
}
.flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.flex .product-item-container{
	margin-right: 30px;
	text-align: center;
	width: 250px;
}
.flex div:nth-child(2){
	flex-grow: 1;
}
.product-item-container__vertical-align{
	display: table;
	min-height: 250px;
}
.product-item-container img{
	/* height: 250px; */
	/* width: 250px; */
}
.inner-product-img{
	max-height: 250px;
	max-width: 250px;
}
.product-item-container .attachments{
	height: 90px;
	width: 200px;
}
.product-item-container .sideburns{
	height: 150px;
	width: 150px;
}
.product-item-container .piston{
	height: 100px;
	width: 170px;
}
.product-item-container__vertical-align .product-item-img-link{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.product-item-img-link{
	display: block;
	width: 250px;
}
.product-inner-container-content{
	display: table;
	min-height: 150px;
}
.product-inner-content{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.product-inner-content a{
	font-size: 12px;
}
.name-product{
	font-size: 14px!important;
    color: #ee912a!important;
    margin-bottom: 5px!important;
}
/* ------------------------------------ other styles ---------------------------------------- */
.nc_search_pages{
	margin-top: 30px;
}
.nc_search_pages:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	position: relative;
}
.nc_search_nav{
	display: flex;
	float: right;
}
.nc_search_nav .next, .nc_search_nav .prev{
	color: #5c91c7;
	text-decoration: none;
}
.nc_search_nav .next:hover, .nc_search_nav .prev:hover{
	color: #3b6691;
}
.page-navigation{
	margin: 0 10px;
}
.page-navigation p{
	color: #fff!important;
	display: inline-block;
	font-size: 14px!important;
	margin: 0 1px;
}
.page-navigation a{
	color: #5c91c7;
	text-decoration: none;
}
.page-navigation a:hover{
	color: #3b6691;
}	
.active-page{
	background: #5c91c7;
	padding: 0 5px;
}
.nodisplay{
	display: none!important;
}
#search{
	background: none;
}
#search button{
	background-color: white;
    background-image: url('/images/icons/search.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    border-right: 1px solid #999;
    border-radius: 20px;
    cursor: pointer;
    color: transparent;
    height: 15px;
    outline: none;
    position: absolute;
    right: 1px;
    top: 2px;
    width: 28px;
}
#nc_search_query{
	border: 1px solid #999;
	border-radius: 17px;
	font-size: 13px;
	outline: none;
	padding: 1px 0 1px 5px;
	width: 212px;
}
.ui-autocomplete{
	background: #fff;
	border: 1px solid #999;
	padding: 1px 0 1px 5px!important;
	width: 212px!important;
}
.ui-autocomplete li{
	cursor: pointer;
	color: #000;
	font-weight: 700;
	font-size: 13px;
}
.ui-autocomplete li:hover{
	background: #E0E0E0;
}
.nc_search_range{
	margin-bottom: 5px;
}
.nc_search_list{
	font-size: 16px!important;
	margin-top: 5px;
}
.nc_search_title a{
	color: #5c91c7!important;
}
.nc_search_title a:hover{
	color: #3b6691!important;
}
.ui-helper-hidden-accessible{
	display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c7c7c7;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c7c7c7;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c7c7c7;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c7c7c7;
}
/********************/
.catalogue-parts-table{
	width: 100%;
}
.catalogue-parts-table thead tr th{
	background-color: #ccc;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 18px;
	text-align: left;
}
.catalogue-parts-table thead tr th a
{
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
}
.catalogue-parts-table thead tr th img
{
    vertical-align:middle;
    padding:0 0 0 5px;
}
.catalogue-parts-table tbody tr td{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 18px;
	text-align: left;
}
.catalogue-parts-table tbody tr:nth-child(even){
	background-color: #f1f1f1;
}