/*   
	Theme Name: Tehsklad & kievlift
	Theme URI: http://tehsklad.com.ua
	Description: Складское оборудование в Украине, складская логистика, металлоконструкции для склада от производителя
	Author: Mongvo
	Author URI: http://mongvo.com.ua
	Version: 1.0
	License: GPL 3, Linkware
*/
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
	background: url('img/shadow-header.png') repeat-x top;
}
.h1{
	font-family: 'Georgia';
	font-style: normal;
	font-size: 28px;
	padding-bottom: 15px;
	color: #347dac;
	line-height: 1.2;
}
a{
	outline: none;
}

.wrapper {
	width: 100%;
	min-width: 1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('img/shadow-footer.png') repeat-x bottom;
}

.clear-fix{
	clear: both;
}

/* Блоки по умолчанию 
-----------------------------------------------------------------------------*/
.sidebar-container, 
.content-container, 
.content-container-right{
	margin-bottom: 30px;
	padding: 15px;
	font-family: 'Georgia';
	font-style: normal;
	text-align: left;
	color: #347dac;
	border-top: 1px solid #f4f4f5;
	border-left: 1px solid #f4f4f5;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	-webkit-box-shadow: 6px 7px 7px -5px rgba(195,195,195,1);
		-moz-box-shadow: 6px 7px 7px -5px rgba(195,195,195,1);
			box-shadow: 6px 7px 7px -5px rgba(195,195,195,1);	
}

.sidebar-container ul,
.content-container ul,
.content-container-right ul{
	list-style: none;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.4;
}

.sidebar-container a,
.content-container a,
.content-container-right a{
	color: #4a7fbf;
	text-decoration: none;
}

.sidebar-container a:hover,
.content-container a:hover,
.content-container-right a:hover{
	text-decoration: underline;
}

.title-section{
	text-align: center;
}

.title-section > .h1{
	padding-top: 10px;
	padding-bottom: 10px;
}

hr.line {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background: 			linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#dcdcdc', GradientType=1);
}

/* Ебанутая линия дизайнера. У меня от нее всё "болит" :(
-----------------------------------------------------------------------------*/
.line{
	width: 100%;
	background: url('img/line.png') no-repeat center;
	height: 8px;
	margin-bottom: 15px;
}


/* SEO текст, текст записи и страницы
-----------------------------------------------------------------------------*/
.seo-text, 
.info-record,
.info-record-date{
	margin-bottom: 15px;
	font-size: 16px;
	font-family: 'Georgia';
	line-height: 1.3;
	color: #000000;
}
.seo-text ul{
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.info-record-date{
	font-size: 15px;
	font-weight: normal;
	color: #999;
}

/* Стили для визуального редактора (вывод в шаблон)
-----------------------------------------------------------------------------*/
/* .info-record{text-align: justify;} */

.info-record h1,
.info-record h2,
.info-record h3,
.info-record h4,
.info-record h5,
.info-record h6 {
	clear: both;
	/*line-height: 1.846153846;*/
	font-weight: bold; 
	margin: 14px 0;
}
.info-record h1 {
	font-size: 21px;
	font-size: 1.5rem;
	/*line-height: 1.5;*/
}
.info-record h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	/*line-height: 1.6;*/
}
.info-record h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
}
.info-record h4 {
	font-size: 14px;
	font-size: 1rem;
}
.info-record h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
}
.info-record h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
}
.info-record hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}

.info-record p {
	/*line-height: 1.714285714;*/
	margin: 0 0 24px;
	text-align: justify;
	margin: 0 0 7px;
	
}
.info-record ul,
.info-record ol {
	margin: 0 0 24px;
	margin: 0 0 7px;
	/*line-height: 1.714285714;*/
	padding: 0;
}
.info-record ul {
	list-style: disc outside;
}
.info-record ol {
	list-style: decimal outside;
}
.info-record ul ul,
.info-record ol ol,
.info-record ul ol,
.info-record ol ul {
	margin-bottom: 0;
}
.info-record li {
	margin: 0 0 0 37px;

}
.info-record dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.info-record dt {
	font-weight: bold;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.info-record dd {
	/*line-height: 1.714285714;*/
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.info-record strong {
	font-weight: bold;
}
.info-record cite,
.info-record em,
.info-record i {
	font-style: italic;
}
.info-record cite {
	border: none;
}
.info-record big {
	font-size: 128.571429%;
}
.info-record blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
	padding: 1.714285714rem;
}
.info-record pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	/*line-height: 1.714285714;*/
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.info-record code,
.info-record kbd,
.info-record samp,
.info-record var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	/*line-height: 2;*/
}
.info-record abbr,
.info-record acronym,
.info-record dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.info-record address {
	display: block;
	/*line-height: 1.714285714;*/
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.info-record del {
	color: #333;
}
.info-record ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.info-record sup,
.info-record sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.info-record sup {
	top: -0.5em;
}
.info-record sub {
	bottom: -0.25em;
}
.info-record input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
.info-record textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	font-size: 12px;
	font-size: 0.857142857rem;
	/*line-height: 1.714285714;*/
	padding: 10px;
	padding: 0.714285714rem;
	width: 96%;
}

.info-record a,
.info-record a em,
.info-record a strong {
	color: #21759b;
	outline: none;
}
.info-record a:focus,
.info-record a:active,
.info-record a:hover {
	color: #0f3647;
}

.info-record table {
    width: 100%;
	text-shadow: 1px 1px 0px #fff;
	/*background:#eaebec;*/
    margin-top:20px;
	margin-bottom:20px;
    border:#ccc 1px solid;
    border-collapse:separate;
    -moz-border-radius:3px;
		-webkit-border-radius:3px;
			border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
		-webkit-box-shadow: 0 1px 2px #d1d1d1;
			box-shadow: 0 1px 2px #d1d1d1;
}

.info-record th {
    font-weight:bold;
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
 
    /*background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);*/
}
.info-record th:first-child{
    text-align: left;
    padding-left:20px;
}
.info-record tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.info-record tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.info-record tr{
    text-align: left;
    padding-left:20px;
}
.info-record td{
	vertical-align: middle;
	text-align: center;
}

.info-record tr td:first-child{
    /*text-align: left;*/
    padding-left:20px;
    border-left: 0;
}
.info-record tr td {
    padding:9px 18px 9px 18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    /*
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
}
/*
.info-record tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
*/
.info-record tr:last-child td{
    border-bottom:0;
}
.info-record tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.info-record tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.info-record tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);    
}

.info-record img,
.editor-attachment {
	border: 0;
	margin: 5px 0 5px;
	max-width: 100%;
}
img.info-record {
	width: auto/9; /* Prevent stretching of full-size images in IE8 */
}
.info-record img[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
}
.info-record img[class*="align"],
.info-record img[class*="wp-image-"],
.info-record img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.mce-wp-nextpage {
	border-radius: 0;
	box-shadow: none;
}
img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
}
.wp-caption-dt {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	/*line-height: 2;*/
	margin: 0 0 24px;
	margin: 0 0 1.71429rem;
}

/* image alignment & styles */		
.alignleft, img.alignleft, img[align=left] { margin-right:1.5em; margin-bottom:1em;	margin-top:.75em; float: left; }
.alignright, img.alignright, img[align=right] { margin-left:1.5em; margin-bottom:1em; margin-top:.75em; display: inline; float: right; }
.aligncenter, img.aligncenter, img[align=center] { margin-right: auto; margin-left: auto; display: block; clear: both; }

/* Админская метка редактирования записи/страницы
-----------------------------------------------------------------------------*/
.edit-link{}
.edit-link a{
	text-decoration: none;
	font-family: 'Georgia';
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
	color: #649098;
}

.edit-link a:hover{
	text-decoration: underline;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 242px;
	background: url('img/header-bg-center.png') center no-repeat, 
                url('img/header-bg-repeat.png') repeat-x;
	/* Костыль для IE */
	-pie-background: url(wp-content/themes/tehsklad/img/header-bg-center.png) center no-repeat, 
					 url(wp-content/themes/tehsklad/img/header-bg-repeat.png) repeat-x;
	behavior: url(wp-content/themes/tehsklad/PIE.htc);
}

.header-container{
	position: relative;
	margin: auto;
	height: 203px;
	width: 1100px;
}

.header-top{
	height: 60px;
	float: left;
}

/* Поиск и кнопка FAQ
-----------------------------------------------------------------------------*/
.search-container{
	height: 60px;
}

/* Кнопка FAQ */
.search-container img{
	position: absolute;
	top: 10px;
	right: 0;
}

input[type="text"]:focus { outline: none; }

.search { 
	width: 185px;
	height: 21px;
	position: absolute;
	top: 8px;
	right: 55px;
	padding: 10px 15px 10px 35px;
	background: url('img/search.png') no-repeat 9px 10px #b7c9e0; 
	line-height: 20px;
	border: 0px;
	border-radius: 7px; 
		-moz-border-radius: 7px; 
			-webkit-border-radius: 7px;
				behavior: url(wp-content/themes/tehsklad/PIE.htc);
}

/* Стилизация placeholder-а для поиска */
/* Chrome */
.search::-webkit-input-placeholder { 
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-style: italic;
	color: #3f4a58; 
}
/* Firefox 18- */
.search:-moz-placeholder { 
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-style: italic;
	color: #3f4a58; 
}
/* Firefox 19+ */
.search::-moz-placeholder { 
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-style: italic;
	color: #3f4a58;  
}
/* IE > 8 */
.search:-ms-input-placeholder { 
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-style: italic;
	color: #3f4a58;  
}

/* IE 6-8 */
.placeholder {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-style: italic;
	color: #3f4a58;
}

/* Многоуровневое меню
-----------------------------------------------------------------------------*/
.menu{
	display: table;				/* Fix для Safari */	
	list-style-type: none;		
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 0;
}

.menu li {
    display: inline-block;
	text-align: center;
	font-size: 17px;
	border-left: 1px solid #ffffff;
}

.menu li:first-child{
	border-left: 0;
}

.menu li ul{
    z-index: 1;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	top: 60px;
}

.menu li ul li{
	display: block;
	width: 170px;
	position: relative;
	text-indent: -10px;
	text-align: left; 
	background: #245c9f;
	padding: 15px 10px 19px 10px;
	border-left: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: -1px;
}

.menu li a{
    padding: 19px 10px 19px 10px;
	text-decoration: none;
	color: #ffffff;
}

.menu li a:hover{
	background: #38495a;
}

.menu li a img{
	position: relative;
	top: 10px;
}

.menu li:hover ul{
    display: block;
}

.menu li ul li:hover{ background: #576777; }
.menu li ul li a:hover{ background: none; }

.menu li ul li ul{
	left:190px;
	top: 0;
}
.menu li ul li ul li{ display: none; border-left: 1px solid #a1a4a9; background: #576777; }
.menu li ul li ul li:hover{ background: #38495a; }
.menu li ul li ul li:first-child{ border-left: 1px solid #a1a4a9; }
.menu li ul li:hover ul li{ display: block; }

/* Logo
-----------------------------------------------------------------------------*/
.container-logo{
	float: left;
	width: 178px;
	position: relative;
	top: 45px;
	left: 15px;
}

.header-img{
	float: left;
	width: 701px;
	position: relative;
	left: 30px;
	top: 20px;
}

/* Кнопка "Заказать звонок", телефоны
-----------------------------------------------------------------------------*/
.container-feedback{
	display: block;
	float: left;
	width: 170px;
	position: relative;
	left: 50px;
	top: 14px;
}

.container-feedback-phone, .footer-phone{
	height: 26px;
	background: url('img/phone.png') no-repeat 2px 2px;
	font-family: Lucida Sans Unicode;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 34px;
}

.container-feedback-button a{
	display: inline-block;
	background: url('img/feedback.png') no-repeat;
	width: 169px;
	padding-top: 9px;
	padding-bottom: 14px;
	margin-bottom: 3px;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	letter-spacing: 1.1px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.container-feedback-work{
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #b7c9e0;
	line-height: 1.3;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	margin: auto;
	width: 1100px;
	padding: 0 0 142px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 5px 0 0 285px;
}

/* Категории продукции (Главная)
-----------------------------------------------------------------------------*/
.content-container ul,
.content-container-right ul{
	padding-left: 25px;
}

.content-container, .content-container-right{
	display: block;
	float: left;
	line-height: 1;
	width: 355px;
	min-height: 200px;
	height: auto !important;
	/* height: expression( this.scrollHeight < 200 ? "200px" : "auto" ); */
	margin-right: 30px;
}

.content-container-right{
	margin-right: 0;
}

.content-container:hover, 
.content-container-right:hover{
	box-shadow: 0 0 7px #2f7883;
}

.content-container-img, 
.content-container-text{
	display: block;
	float: left;
}

.content-container-text{
	width: 190px;
}

/* Хлебные крошки
-----------------------------------------------------------------------------*/
.breadcrumb{
	list-style-type: decimal;
	padding: 5px 0 5px 0;
	list-style: none;
}

.breadcrumb > li{
	display: inline-block;
	padding: 0 5px 0 0;
}

.breadcrumb > li + li:before{
	position: relative;
	top: 5px;
	padding: 0 5px 0 0;
	content: url('img/breadcrumb_arrow.png');
}

.breadcrumb h1{
	display: inline-block;
	color: #999;
}

.breadcrumb > .active,
.breadcrumb a,
.breadcrumb h1{
	font-family: 'Georgia';
	font-style: normal;
	font-size: 16px;
}

.breadcrumb > .active{
	color: #999;
}

.breadcrumb a{
	text-decoration: none;
	color: #347dac;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb img{
	position: relative;
	top: 4px;
}

/* Партнёры
-----------------------------------------------------------------------------*/
.partners{
	margin-bottom: 35px;
}

.partners > .h1{
	padding-left: 20px;
	padding-bottom: 35px;
}

.partners  img{
	display: block; 
	margin: 0 auto;
}

/* Новости
-----------------------------------------------------------------------------*/
.container-post{
	display: inline-block;
	font-size: 0;
	width: 100%;
	margin-bottom: 5px;
}

.preview-post{
	display: inline-block;
	vertical-align: top;
	width: 145px;
}

.preview-post img{
	width: 145px;
	height: auto; 
}

.container-post-content{
	display: inline-block;
	vertical-align: top;
	width: 640px;
	padding-left: 20px;
}

.title-post,
.text-post,
.date-post{
	display: block;
	font-family: 'Georgia';
	font-style: normal;
	text-align: left;
}

.title-post{
	font-size: 28px;
	line-height: 1;
	padding-bottom: 10px;
	color: #347dac;
}

.title-post a{
	color: #649098;
	text-decoration: none;
}

.title-post a:hover{
	text-decoration: underline;
}

.text-post{
	font-size: 16px;
	line-height: 1.3;
	color: #347dac;
	padding-bottom: 10px;
}

.date-post{
	font-size: 15px;
	line-height: 1.2;
	color: #347dac;
}

/* Пагинация
-----------------------------------------------------------------------------*/
.page-numbers{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.page-numbers li{
	display: inline-block;
	padding: 0 5px 0 5px;
}

.page-numbers > li > a{
	display: block;
	color: #000;
	text-decoration: none;
	min-width: 30px;
	padding: 7px 4px 7px 2px;
	background: rgb(255, 255, 255) url('img/pagination-bg.png') repeat-x bottom;
	border: 1px solid silver;
	border-radius: 3px; 
		-moz-border-radius: 3px; 
			-webkit-border-radius: 3px;
				behavior: url(wp-content/themes/tehsklad/PIE.htc);
}

.page-numbers > li > span.current{
	display: block;
	color: #347dac;
	min-width: 30px;
	padding: 7px 4px 7px 2px;
	background: rgb(255, 255, 255) url('img/pagination-bg.png') repeat-x bottom;
	box-shadow: 0 0 7px silver;
	border: 1px solid silver;
	border-radius: 3px; 
		-moz-border-radius: 3px; 
			-webkit-border-radius: 3px;
				behavior: url(wp-content/themes/tehsklad/PIE.htc);
}

.page-numbers > li > a:hover{
	box-shadow: 0 0 7px silver;
}

/* Продукция
-----------------------------------------------------------------------------*/
.products,
.products-childs{
	display: block;
	float: left;
	min-height: 210px;
	height: auto !important;
	margin-right: 30px;
	margin-bottom: 30px;
	font-family: 'Georgia';
	font-style: normal;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	padding: 15px;
	border-top: 1px solid #f4f4f5;
	border-left: 1px solid #f4f4f5;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	-webkit-box-shadow: 6px 7px 7px -5px rgba(195,195,195,1);
	-moz-box-shadow: 6px 7px 7px -5px rgba(195,195,195,1);
	box-shadow: 6px 7px 7px -5px rgba(195,195,195,1);	
}

.products{
	margin-right: 20px;
	width: 150px;
	min-height: 190px;
}

.products-childs{
	width: 205px;
}

.two-grid{
	width: 350px;
}

.four-grid{
	min-height: 210px;
}

.products img,
.products-childs img{
	display: block; 
	margin: 0 auto;
	min-width: 145px;
}

.products:hover,
.products-childs:hover{
	box-shadow: 0 0 7px #2f7883;
}

.products a,
.products-childs a{
	color: #649098;
	text-decoration: none;
}

.products a:hover,
.products-childs a:hover{
	text-decoration: underline;
}

/* Поиск (результат)
-----------------------------------------------------------------------------*/
.search-result{
	display: inline-block;
	width: 100%
}

.search-title, .search-title span{
	font-family: 'Georgia';
	font-style: normal;
	font-size: 24px;
	padding-bottom: 10px;
	color: #347dac;
	line-height: 1.2;
}

.search-title > span{
	font-weight: normal;
	color: #ee6363;
}

.search-text{
	font-family: 'Georgia';
	font-style: normal;
	font-size: 16px;
	color: #347dac;
	line-height: 1.3;
	padding-bottom: 10px;
}

.search-title a{
	color: #649098;
	text-decoration: none;
}

.search-title a:hover{
	text-decoration: underline;
}

/* 404
-----------------------------------------------------------------------------*/
.error-404{
	margin-bottom: 15px;
	font-family: 'Georgia';
	font-style: normal;
	font-size: 20px;
	text-align: center;
	color: #347dac;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	padding-top: 5px;
	margin-left: -100%;
	position: relative;
}

.left-sidebar  img{
	display: block; 
	margin: 0 auto;
}

.sidebar-container ul li ul li{
	margin-left: 20px;
	list-style-type: disc;
}

a.active-link{
	color: #ff9100;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -142px auto 0;
	min-width: 1100px;
	height: 142px;
	background: url('img/footer-bg-center.png') center no-repeat, 
                url('img/footer-bg-repeat.png') repeat-x;
	position: relative;
	/* Костыль для IE */
	-pie-background: url(wp-content/themes/tehsklad/img/footer-bg-center.png) center no-repeat, 
					 url(wp-content/themes/tehsklad/img/footer-bg-repeat.png) repeat-x;
	behavior: url(wp-content/themes/tehsklad/PIE.htc);
}

.footer-container{
	margin: auto;
	width: 1100px;
}

.footer-main{
	position: relative;
	top: 75px;
}

.footer-phone, 
.footer-copyright, 
.mongvo{
	display: block;
	float: left;
}

.footer-copyright, 
.mongvo a{
	font-family: 'Arial';
	font-weight: bold; 
}

span {
font-family: 'Arial';
}

.footer-phone{
	width: 366px;
}

.footer-copyright{
	margin-top: 5px;
	width: 310px;
	text-align: center;
	font-size: 16px;
	color: #e3e3e3;
}

.mongvo{
	margin-top: -25px;
	width: 390px;
	text-align: right;
}

.mongvo a, .mongvo span{
	position: relative;
	top: -8px;
	font-size: 14px;
	color: #9aa0a5;
	text-decoration: none;
}

.mongvo a:hover{
	text-decoration: underline;
}
#jbCallme_overlay{
    background:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:100;
    display:none;
}

.jbCallme{
    background:#f3f4f5;
    -webkit-box-shadow: inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    -moz-box-shadow:    inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    box-shadow:         inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    border: 1px solid #d6d6d6;
    left:50%;
    margin-left:-190px;
    position:fixed;
    top:50px;
    width:380px;
    z-index:110;
    color:#323d53;
    display:none;
    height:auto;
}
.jbCallme .jb_title{
    font-family: Arial, Helvetica, sans-serif;
    color:#fff;
    font-size:14px;
    padding:10px;
    background:#293c4d;
}
.jbCallme .jb_title:first-letter{
    font-size:18px;
}
.jbCallme textarea{
    border: 1px solid #d6d6d6;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #fff;
    width:98%;
    height:70px;
    font-family:Arial, Helvetica, sans-serif;
}
.jbCallme form{
    margin: 10px;
}
.jbCallme .jb_input{
    margin-top: 10px;
}
.jbCallme  label   {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    margin-top: 12px;
}
.jbCallme input[type=text],.jbCallme input[type=email]{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #fff;
    width:95%;
  
}
.jbCallme select{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #fff;
    width:100%;
    display:block;
  
}
.jbCallme select:focus,.jbCallme input[type=text]:focus,.jbCallme input[type=email]:focus, .jbCallme textarea:focus{
    background-color: #f9fbff;
    border: 1px solid #999999;
}
.jbCallme .jb_close{
    position:absolute;
    display:block;
    top:3px;
    right:3px;
    width:24px;
    height:24px;
    cursor:pointer;
    text-indent:-500px;
    overflow:hidden;
}
.jbCallme .jb_close:after{
    display:block;
    content:'×';
	font-family: Arial, sans-serif;
    position:absolute;
    line-height:24px;
    font-size:24px;
    text-indent:0;
    top:0;
    right:0;
    color:#fff;
}
.jbCallme input[type=submit]{
    margin:0;
    border: 0 none;
    display:inline-block;;
    -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    box-shadow:inset 0px 1px 0px 0px #bee2f9;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
    background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background-color:#63b8ee;
    text-indent:0;
    border:1px solid #3866a3;
    padding: 7px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #fff;
    font-size: 13px;
    line-height:14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    cursor:pointer;
}
.jbCallme input[type=submit]:hover {
    border-top-color: #148ec7;
    background: #148ec7;
    color: #fff;
}
.jbCallme .jb_dev{
    position:absolute;
    right:10px;
    bottom:10px;
    color:#c2c3c4;
    text-decoration:none;
}
.jbCallme .jb_success{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jbCallme .jb_fail{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jb_progress{
    display: inline-block;
    height: 76px;
    position: relative;
    vertical-align: top;
    width: 100%;    
}
.jb_progress:after {
	border-width: 0 3px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	display: block;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 50px;

	content: "";

	animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}





