/*
Theme Name: zhto
Description: Тема для ООО "ЗХТО"
Author: Tihiro
Author URI: http://techreshenie.ru/
Version: 1.0
*/

html {
margin-top: 2px;
}

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #004991;
	text-decoration: none;
}
a:visited {
	color: #004991;
	text-decoration: none;
}
a:hover {
	color: #004991;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
#bot {
	visibility: hidden;
}
h1 {
	margin:0px;
	padding-left: 10px;
	font: 22px/100% "Trebuchet MS", Tahoma, Arial;
	color: #004991;
	}
h1 a{
	color: #004991;
	text-decoration: none;
}
h1 a:visited{
	color: #004991;
	text-decoration: none;
}
h1 a:hover{
	color: #3470AC;
	text-decoration: none;
}
h2 {
	color: #004991;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 20pt "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	float: left;
	width: 100%;
}
h2 a, h2 a:visited {
	color: #004991;
	text-decoration: none;
}
h2 a:hover {
	color: #004991;
	text-decoration: none;
}
h3 {
	font: normal 18pt "Trebuchet MS", Tahoma, Arial;
	color: #004991;
	margin: 10px 0px 5px;
}
/*--------------------------------------HEADER-----------------*/
#header {
	background: #ffffff;
	height: 120px;
	width: 95%;
	max-width: 1160px;
	margin: auto;
	position: relative;
	min-height: 120px;
	padding-top: 20px;
}

#topmain {
 /* width:920px;*/

  height: 45px;
	margin-left: auto;
	margin-right: auto;
  z-index:0;
}

#top {
 /* width:920px; */
  	left: 0;
	right: 0;
  height: 45px;
  background: #ffffff;
  position: fixed;
  z-index: 9999;
}

#linktop {
	text-align: center;
	padding-top: 10px;
  	margin-bottom: 0!important;
	position: relative;
	/*width: 1180px; */
	width: 97%;
	max-width: 1166px;
	height: 50px;
	overflow: visible;
	margin: 0 auto;
    background-color: #004991;
	border-radius: 5px;
}

#linktop p{
	font: 22px/100% "Trebuchet MS", Tahoma, Arial;
	color: #fff;
	}

/*#top {
	opacity: 0.8;
	filter: alpha(Opacity=80);
	left: 0;
	right: 0;
	top: 0px;
	position: fixed;
	height: 45px;

	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
 	}  */

#headerimg .description{
	color: #c9eefe;
	font-size: 14px;
}

.description{
	display: none;
}

.clear {
	clear:both;
	}

.block1 {
    background-color: #fff;
    padding: 10px 0 10px 0;
    height: 100px;
    width: 250px;
    float: left;
	vertical-align: middle;
    }

.block2 {
    background-color: #fff;
    padding: 10px 0 10px 0;
    width: 510px;
    height: 100px;
    float: left;
    text-align: center;
    display: table;
    }

.sitename {
	display: table-cell;
	vertical-align: middle;
	}

.block3 {
    background-color: #fff;
    padding: 10px 0px 10px 35px;
    width: 300px;
    float: right;
    height: 100px;
    display: table;
    }

.block {
	display: table-cell;
	vertical-align: middle;
}

.icon  {
	float: right;
	width: 250px;
	text-align: right;
}

/*--------------------------------------HEADER-----------------*/


/*--------------------------------------SEARCH-----------------*/
input[type=text1] {
    background: #e5e5e5 url(./images/icon.png) no-repeat 9px center;
    border: 1px solid #004991;
    padding: 0 10px 0 30px;
    width: 72px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
	transition: all .5s;
	height: 25px;
	float: right;
	margin-bottom: 7px;
}

input#s {
	border-radius: 5px;
}

input[type=text1]:focus {
	width: 300px;
	border: 1px solid #004991;
	background-color: #ffffff;
	outline: none;
	}


#searchform label {
	display:none;
	}
/*--------------------------------------SEARCH-----------------*/

/** -------------------------------------Menu-------------------------------------------------------------- **/

#main_menu {
  	width: 100%;
	height: 25px;
	padding: 5px 0px 0px 0px;
	background: #004991;
	clear: both;
	font-size: 11pt;
	overflow: hidden;
	margin: auto;
	right: 0px;
    float: left;
	border-radius: 5px;
}

#main_menu ul {
	clear: both;
	margin: 0;
	padding: 0px;
	}

#main_menu ul li {
	background: #004991;
	float: left;
	list-style: none;
	padding: 0 10px 20px 0;
	}

#main_menu a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	}

#main_menu .sub-menu {
	display: none;
	position: absolute;
	margin: 0;
	padding: 10px !important;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	z-index: 999999;
	}

#main_menu ul li:hover .sub-menu  {
	display: block;
	clear: both;
	position: absolute;
	background: #004991;
	}

#main_menu .sub-menu li {
	clear: both;
	}

#main_menu a:hover {
	text-decoration: underline;
	}

.nav {
	background: #004991;
	list-style: none;
	margin: auto;
	position: relative;
	right: 0px;
	bottom: 0px;
	width: 95%;
	max-width: 1160px;
	}

 .menuwrapp_mobile {
	display: none;
}

 /** -------------------------------------Menu-------------------------------------------------------------- **/


 /** ------------------------------------gallery first page-----------------------------------------------------**/
.gallery  {
    position: relative;
	padding-top: 5px;
	width: 100%;
	max-width: 1160px;
	margin: auto;
	text-align: center;
	background: #ffffff;
	height: 300px;
}
.imggallery {
	/*width: 155px; */
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	margin: 5px;
	background: #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

/** ------------------------------------gallery first page----------------------------------------------------**/


 /*--------------------------------------SIDEBAR-----------------*/
#sidebarnews {
	float: left;
	padding: 20px 10px 20px 0;
	width: 250px;
    position: relative;
    text-align: justify;
}

#sidebarnews h3 {
	font: normal 150%/100% "Trebuchet MS", Tahoma, Arial;
	color: #004991;
	margin: 10px 0px 5px 0px;
	text-align: left;
}
/*.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #004991;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #8F98A6;

}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #8F98A6;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #8F98A6;

}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}  */

/*--------------------------------------SIDEBAR-----------------*/

/*--------------------------------------CONTENT-----------------*/
#content {
	width: 95%;
	max-width: 1160px;
	margin: auto;
}


/*--------------------------------------CONTENT-----------------*/

/*--------------------------------------footer-----------------*/
#footer {
	width: 95%;
	max-width: 1160px;
	margin: auto;
    height: 120px;
	clear: both;
	background: #004991;
	color: #ffffff;
	font-size: 95%;
	line-height: 130%;
	border-radius: 5px;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#footer .right-col{
	width: 400px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: #004991;
	margin-right: 5px;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: #fffff;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: #fffff;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: #fffff;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}


.clear1 {
    clear: left;
    }

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	}

img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
	}

a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
	}





#bot {
	opacity: 0.8; /* Полупрозрачный фон */
	filter: alpha(Opacity=80); /* Прозрачность в IE */
	left: 0;
	right: 0;
	bottom: 0px;
	position: fixed;
	height: 45px;
	/*z-index: 1000;  */
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
 	}

#link {
	text-align: center;
	padding-top: 10px;
  	margin-bottom: 0!important;
	position: relative;
	width: 1180px;
	height: 50px;
	overflow: visible;
	margin: 0 auto;
    background-color: #EAEAEA;
	}


#center {
	float: left;
	width: 790px;
	padding: 20px 20px 20px 10px;
}





/*--------------------------------------footer-----------------*/


/*--------------------------------------POST-----------------*/
.post-frst {
	/*float:left;
	position: relative; */
	overflow: hidden;


}

.post {
   width: 95%;
	float:left;
	overflow: hidden;
   min-height: 250px;
    background: #ffffff;
    padding: 20px 20px 20px 10px;
	/*display:inline-block;
	vertical-align: middle;*/
    /*text-align: center; */
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 10px -30px rgba(0, 0, 0, .8), 23px 0 10px -30px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
	margin: 15px 0 15px 0;
	border-radius: 5px;
}


.iconprod   {
	width: 300px;
	float: left;
	position: relative;
	clear: both;
}
.titleprod   {
	margin-left: 310px;
	position: relative;
	text-align: center;
}
#titleprod   {
	text-align: justify;
	padding: 0;
}
table.merniks td {
	padding: 0;
	min-width: 250px;
}
table.merniks td {
	text-align: left;
}
.titleprod H3 {
	margin-bottom: 15px;
}
.imgprod {
	width: 100%;
	text-align: center;
	height: 215px;
	overflow: hidden;
}

.imgoneprod {
	width: 240px;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	margin: 5px;
	background: #ffffff;
}

.imgoneprod160 {
	width: 180px;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	margin: 5px;
	background: #ffffff;
}

.imgoneprodone {
width: 160px;
height: 160px;
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding: 5px;
margin: 10px 23px 10px 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 5px;
}


.textprod {
	float:left;
}

.tableprod {
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #f2f2f2;
}

.tableimg {
	width: 180px;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	margin: 8px 2px 8px 2px;
	position: relative;
}
.tabletext {
	position: absolute;
    top: 190px;
    line-height: 1;
    font-size: 12px;
    text-align: right;
    width: 120px;
    left: 50px;
}

.tableimgpish {
	width: 290px;
	height: 390px;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	margin: 8px 2px 8px 2px;
	background: #ffffff;
}




.tableimgmain {
	width: 240px;
	height: 400px;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	margin: 8px 2px 8px 2px;
	background: #ffffff;
}
.tabletextmain {
	background: #b7b7b7;
	padding: 2px;
}


.tabletextgas {
	background: #BFBFBF;
	padding: 2px;
	height: 130px;
}

.details {
	background: #BFBFBF;
	padding: 2px;
	height: 25px;
}

.tableimgpishgas {
	width: 290px;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	margin: 8px 2px 8px 2px;
}
.gas {
	width: 100%;
	height: 190px;
	background: #034b92;
}

.gas:hover {
	opacity: 0.7;
    filter: alpha(Opacity=70);

}

.gas p {
   	font-size: 100px;
	line-height: 170%;
	font-weight: bold;
	color: #fff;
}




.tabletextwelding {
	background: #BFBFBF;
	padding: 10px;
	height: 290px;
	text-align: left;
}

.tableimgpishwelding {
	width: 450px;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	margin: 8px 2px 8px 2px;
}
.welding {
	width: 100%;
	height: 100px;
	background: #034b92;
}

.welding:hover {
	opacity: 0.7;
    filter: alpha(Opacity=70);

}

.welding p {
   	font-size: 37px;
	line-height: 250%;
	font-weight: bold;
	color: #fff;
}




.title-post {
	/*padding: 15px 0 0 15px;  */
	padding: 15px 0 0 0;
	position: relative;
}

.post-date {
	font-size: 98%;
	width: 75px;
	height: 20px;
	float: left;
	color: #004991;
}

.post-title {
	float: left;
	width: 100%;
}

.post-category {
	overflow: hidden;
}

.entry {
	margin-left: 270px;
    font: 130%/150% "Trebuchet MS", Tahoma, Arial;
    color: #3E3E3E;
	padding-top: 10px;
	text-align: justify;
	overflow: hidden;
	/*background: #f2f2f2;*/
}

.entrycat {
    font: 130%/150% "Trebuchet MS", Tahoma, Arial;
    color: #3E3E3E;
	padding-top: 10px;
	text-align: justify;
	overflow: hidden;
	/*background: #f2f2f2;*/
}

.post-cat {
	background: #ffffff;
	padding-left: 18px;
	float: left;
	font-size: 98%;
	color: #004991;
}
.post-comments {
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	width: 800px;
	float: right;
	clear: both;
	padding: 10px 0px;
}

.previous-entries {
	float: left;
	padding-left: 18px;

}
.next-entries {
	float: right;
	padding-right: 18px;

}

.page {
	padding: 10px 10px 0 10px;
	min-height: 680px;
}

.entrypage {
    font: 130%/150% "Trebuchet MS", Tahoma, Arial;
    color: #3E3E3E;
	padding-top: 10px;
	text-align: justify;
	overflow: hidden;
}

.preface {
	overflow: hidden;
	margin-bottom: 30px;
}


a.glo {
	color:#004991;
	padding: 5px 15px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	margin-left: 15px;
	display: block;
	background-color: #f2f2f2;
	background-image: linear-gradient(to left,transparent,transparent 50%,#004991 50%,#004991);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
	font-size: 18px;
}

a.glo:hover {
	background-position: 0 0;
	color:#fff;
}

td {
	padding: 5px;
}

.info {
    margin-top: 15px;
}

.post-vypolnennye-proekty {
	overflow: hidden;
	background: #f2f2f2;
	text-align: center;
	}

.data {
	display: inline-block;
  	width: 320px;
    height: 800px;
  	padding: 15px;
	background: #fff;
	vertical-align: top;
	text-align: center;
	margin: 10px;
        }

.string {
    text-align: left;
    font: 130%/150% "Trebuchet MS", Tahoma, Arial;
}

.infoname {
    text-align: left;
    padding: 0;
}

.title-vypolnennye-proekty {
	clear: both;
	overflow: hidden;
}

.entry-normativnye-dokumenty {
	width: 300px;
}

.title-normativnye-dokumenty {
	 text-align: justify;;
}

.normativnye-dokumenty {
	width: 100%;
	overflow: hidden;
}
.post-normativnye-dokumenty {
 	width: 100%;
 	overflow: hidden;
}


.post-produktsiya {
	overflow: hidden;
	background: #f2f2f2;
	text-align: center;
	}

.title-produktsiya {
	height: 50px;
}

.data-produktsiya {
	display: inline-block;
  	width: 320px;
    height: 410px;
  	padding: 15px;
	background: #fff;
	vertical-align: top;
	text-align: center;
	margin: 10px;
        }

 table.u-nav {
	float: right;
	margin: 0;
	padding-right: 10px;
}
table.u-nav td {
	vertical-align: middle;
    margin-right: 5px;
    border: none;
    padding-left: 5px;
   }
.u-nav a {
	color: #ffffff;
}
table.l-nav {
	float: left;
	margin: 0;
	padding-left: 10px;
}



a.button15 {
  margin-right: 5px;
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #004991;
  text-decoration: none;
  user-select: none;
  padding: .1em .4em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}
a.button15:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
a.button15:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}


/*--------------------------------------/POST-----------------*/


/*---------------------------------всплывающие подписи под фото------------------------*/
.thumbs {
 cursor: pointer;
 height: 284px;
width: 100%;
  max-width: 450px;
  margin: 10px;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.thumbs a{
color: #ffffff;
text-decoration: none;
}

.thumbs:before {
  content: '';
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.thumbs img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.thumbs .cap {
  width: 100%;
  padding-bottom: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  text-align: center;
}
.thumbs .cap span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.thumbs .cap .title {
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
}

.thumbs:focus:before,
.thumbs:focus span, .thumbs:hover:before,
.thumbs:hover span {
  opacity: 1;
}
.thumbs:focus:before, .thumbs:hover:before {
  top: 50%;
}
.thumbs:focus span, .thumbs:hover span {
  top: 0;
}
.thumbs:focus .title, .thumbs:hover .title {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.thumbs:focus .info, .thumbs:hover .info {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}


/*--------------------------------/всплывающие подписи под фото------------------------*/

/*----------------------------------Раскладывающаяся панель --------------------------------------*/
.accordion {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	/*text-align: center;
	border-bottom: solid 1px #c4c4c4;*/
}
.arrowfrst  {
	text-align: center;
	width: 16px;
	margin: auto;
}

.accordion h3 {
	background: #BFBFBF url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 14pt Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #A8A8A8;
	/*border-bottom: none;*/
	cursor: pointer;
	border-radius: 5px;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}

.acc {
	background: #fff;
	margin: 0;
	text-align: justify;
	/*padding:  10px 15px 20px; */
	/*border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;*/
	display: none;
}

/*@media screen and (max-width: 480px) {

	.accordion {
		width:98%;
		margin:1%;
	}
	.accordion h3 {
		padding: 12px 15px;
	}
	.goog-zippy-expanded {
		background: #e9e7e7 url(images/arrow-square.gif) no-repeat right 10px;
	}
	.goog-zippy-collapsed {
		background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -46px;
	}     */
}
/*----------------------------------/Раскладывающаяся панель --------------------------------------*/

/*-------------------------------------- Captions-------------------------------------- */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft
{
float: left;
}

.alignright
{
float: right;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px 23px 10px 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	border-radius: 5px;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}


.popup {
	border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding: 5px;

-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

/*--------------------------------------captions --------------------------------------*/





/**---------------------------------------панель со схемами на главной-----------------------------------------*/


/**--------------------------------------панель со схемами на главной-----------------------------------------*/

/**--------------------------------------всплывающее окно с формой заказа-----------------------------------------*/
.modal_div {
	width: 400px;
	height: 400px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	/*border: 3px #000 solid; */
	background: #f2f2f2;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 10%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -280px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 20px;
}
/* Кнoпкa зaкрыть*/
.modal_div .modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Пoдлoжкa */
#overlay {
	z-index:3;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}

a.open_modal {
	text-decoration: none;
	font-size: 18px;
	color:#fff;
	padding: 2px 10px 2px 10px;
	background: #004991;
	transition: .2s ease-in-out;
	/*margin-bottom: 15px;*/
	text-shadow: 0 -1px 2px rgba(0,0,0,.2);
	outline: none;
	box-shadow:
		0 1px rgba(255,255,255,.2) inset,
		0 1px 1px rgba(0,1,6,.5),
		0 0 1px 1px rgba(0,1,6,.2);
	float: right;
	border-radius: 5px;
}

a.open_modal:hover{
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	padding: 2px 15px 2px 15px;
	background:#8F98A6;
}

a.active.open_modal {
	background:#8F98A6;
}

p.contform {
	font: 8pt "Trebuchet MS", Tahoma, Arial;
	padding: 0px 0px 5px;
}

#wpcf7-f1013-p955-o1 input {
	width: 90%;
}

#wpcf7-f1013-p955-o1 textarea {
	width: 90%;
	height: 100px;
}

#formbutton input {
	width: 85px;
	padding: 0px 0px 5px;
}

#formbutton p {
	padding: 0px 0px 5px;
}

/**--------------------------------------всплывающее окно с формой заказа-----------------------------------------*/




/**--------------------------------------Отправить заказ-----------------------------------------*/

/*

a:focus {
outline: none;
}

.panel {
right: 0;
display: none;
background: #8F98A6;
width: 91.9%;
height: auto;
padding: 4%;
filter: alpha(opacity=85);
margin: 10px 0 10px 0;
position: relative;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{

text-decoration: none;

font-size: 20px;

color:#fff;
padding: 20px 15px 20px 15px;
background: #004991;

 margin-bottom: 15px;

  font-family: 'Avanti', arial;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);

  outline: none;

  transition: .2s ease-in-out;
}

a.trigger:hover{

text-decoration: none;

font-size: 20px;
font-family: 'Avanti', arial;
color:#fff;
padding: 20px 15px 20px 15px;
background:#8F98A6;

}

a.active.trigger {
background:#8F98A6;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}



.textarea {
	height: 340px;
	width: 90%;
}

.textarealeft {
	width: 90%;
}                  */
/**--------------------------------------Отправить заказ-----------------------------------------*/


/**----slider------**/
/**            .slider {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}

	.slides {
		height: 100%;


		overflow: hidden;

		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}

		.slide {
			height: 100%;
			float: left;
			clear: none;
			list-style-type: none;
		}


	.slider-arrows {}

		.slider-arrow {
			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
		}

			.slider-arrow--right { bottom: 50%; right: 30px; }
			.slider-arrow--left { bottom: 50%; left: 30px; }


	.slider-nav {
		position: absolute;
		bottom: 30px;
	}

		.slider-nav__item {
			width: 12px;
			height: 12px;
			float: left;
			clear: none;
			display: block;
			margin: 0 5px;
			background: #fff;
		}

				.slider-nav__item:hover { background: #ccc; }
				.slider-nav__item--current { background: #ccc; }
/**slider**/


 /**---------------------------------------- Адаптация под мобильные устройства (экран размером меньше 1200px)-----------**/

@media screen and (max-width: 1200px) {
h1 {
	font: 18px/100% "Trebuchet MS", Tahoma, Arial;
	}
.name {
	 float: left;
}
.block1 {
    width: 400px;
    float: none;
    padding: 0;
    height: auto;
    text-align: center;
    position: relative;
    }
.block2 {
    width: 400px;
    float: none;
    padding: 0;
    height: auto;
    position: relative;
    }
.block3 {
    position: relative;
    width: auto;
    margin-left: 400px;
    padding: 10px 0 10px 0;
    height: auto;
    text-align: center;
    display: block;
    float: none;
    height: 145px;
    }
.block {
	margin-top: 20px;
    float: right;
    }
#header {
	height: 165px;
	}
#headering {
	height: 165px;
	}

#main_menu ul li {
    padding: 0 0 20px 0;
}

#main_menu a {
	padding: 0 5px;
}

}

 /**---------------------------------------- Адаптация под мобильные устройства (экран размером меньше 1120px)-----------**/

@media screen and (max-width: 1120px) {



.accordion h3 {
      font: bold 12pt Arial, Helvetica, sans-serif;
    }

}


 /**---------------------------------------- Адаптация под мобильные устройства (экран размером меньше 985px)-----------**/

@media screen and (max-width: 985px) {

#main_menu {
    font-size: 9pt;
}
.accordion h3 {
height: 50px;
}
}

 /**---------------------------------------- Адаптация под мобильные устройства (экран размером меньше 820px)-----------**/

@media screen and (max-width: 820px) {

.nav {
display: none;
   	}

.gallery {
display: none;
   	}
#sidebarnews {
display: none;
}

.entry {
margin-left: 0px;
}

.iconprod {
float: none;
margin: auto;
}

.titleprod {
margin-left: 0px;
}

/**  Menu Mobile  **/
.menuwrapp_mobile {
        margin:0;
        position:relative;
        display: block;
       float: left;
       width: 100%;
}
.mobilemenu_toggle {
    background: url("images/menuicon.png") no-repeat scroll 100% 50% #818995;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 10px 10px;
    text-align: left;
    text-transform: uppercase;
    margin: auto;
    height: 15px;
}
.mobilemenu_toggle:hover {
    color: #fff;
}

.menu_mobile {
	margin: 0;
    background: none repeat scroll 0 0 #818995;
    border: 1px solid #f2f2f2;
    font-size: 18px;
    overflow: hidden;
    padding: 0;
    display:none;
}
.menu_mobile .sub-menu {
        background:none;
        display:block;
        position: static;
}
.menu_mobile li {
    border-top: 1px solid #f2f2f2;

}

.menu_mobile a {
    background: none repeat scroll 0 0 #818995;
    color: #f2f2f2;
    display: block;
    font: 700 12px/40px Arial,sans-serif;
    padding: 0 0 0 20px;
    text-align: left;
}
.menu_mobile a:hover {
    opacity: 0.9;
    text-decoration:none;
    background:#818995;
	color: #fff;
}
.menu_mobile .sub-menu a {
        padding-left:30px
}
.menu_mobile  .sub-menu .sub-menu a {
        padding-left:30px
}
/** конец  Menu Mobile  **/


}

 /**---------------------------------------- Адаптация под мобильные устройства (экран размером меньше 795px)-----------**/

@media screen and (max-width: 795px) {

.post {
padding: 0;
box-shadow:0;
}



#content {
    display: table;
}

#sidebar {
	width: 95%;
	padding: 10px;
	display: table-footer-group;
}

.postfrst {
	width: 100%;
	margin: auto;
	display: table-header-group;
}

.post {
    width: 95%;
    display: block;
}

h3.entry-title {
    margin-left: 365px;
    position: relative;
}

.entry-summary {
    margin-left: 365px;
    position: relative;
}

a.mini {
	position: relative;
	float: left;
}
.accordion h3 {
height: 70px;
}


}

/**---------------------------------------- Адаптация под мобильные устройства (экран размером меньше 605px)-----------**/

@media screen and (max-width: 605px) {


h3.entry-title {
    margin: 0;
    position: relative;
}

.entry-summary {
    margin: 0;
    position: relative;
}

a.mini {
	position: relative;
	float: none;
}


}



 /**---------------------------------------- Адаптация под мобильные устройства (экран размером меньше 550px)-----------**/

@media screen and (max-width: 550px) {

.name {
	 float: none;
}
.block1 {
    width: 100%;


    padding: 0;
    height: auto;
    text-align: center;
    position: relative;
    }
.block2 {
    width: 100%;
    }
.block3 {
    width: 100%;
    margin: auto;
    height: 57px;
    }
.block {
	width: 100%;
	margin-top: 5px;
    float: none;
    display: block;
    }
#header {
	height: 220px;
	}
#headering {
	height: 220px;
	}

#searchform {
    width: 250px;
    margin: auto;
}


input[type=text] {
    padding: 0 0 0 30px;
    width: 220px;
   	height: 25px;
	float: none;
	margin-bottom: 7px;
}

input[type=text]:focus {
	width: 220px;
	outline: none;
	}


.icon {
	float: none;
	width: 250px;
	margin: auto;
	text-align: center;
}


}


/**---------------------------------------- Адаптация под мобильные устройства (экран размером меньше 435px)-----------**/

@media screen and (max-width: 435px) {


#header {
	height: 300px;
	}
#headering {
	height: 300px;
	}
 .accordion h3 {
height: 110px;
}

}