/*
Theme Name: GazProekt
Author: web-studium.ru
Domain: GazProekt
*/

/*@font-face{
	font-family: Calibri;
	src: local("Calibri");
    src: url(css/calibri.ttf);
}*/

body{
	/*font: 16px/22px Calibri, Arial, sans-serif;*/
	font: 16px/24px "Times New Roman", sans-serif;
	color: #000;
	background: url(img/body-back.png) fixed;
}
a{
	color: #0051b6;
}
.header{
	width: 1100px;
	margin: 0 auto;
	padding: 20px 30px;
	position: relative;
}
.header-content{
	position: relative;
	z-index: 2;
}
.header-back{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: -3px;
	border: 3px solid #e3e3e3;
	border-bottom: none;
	background: #fff;
	z-index: 1;
	height: 20%;
}
body.home .header-back{
	height: 63% !important;
}
body.page .header-back,
body.archive .header-back,
body.search .header-back{
	height: 20%;
}
.wrapper{
	background: #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 20px 30px 50px;
	border: 3px solid #e3e3e3;
	border-top: none;
	border-bottom: 3px solid #e3e3e3;
}
.footer{
	height: 256px;
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
}

.clear{
	clear: both;
}

/* HEADER */
a.logo{
	float: left;
}
.to-right{
	display: block;
	text-align: right;
	margin-top: 30px;
}
.header .phone{
	display: inline-block;
	color: #7b7b7b;
	border-right: 3px solid #9b9b9b;
	background: url(img/icon-phone.png) center left no-repeat;
	padding: 0 40px 0 35px;
	font-size: 140%;
	font-weight: bold;
	line-height: 40px;
	height: 45px;
	vertical-align: middle;
}
.header .phone span{
	font-weight: normal;
	font-size: 80%;
	display: inline-block;
	margin: 0 5px 0 0;
}
.header ul.top-menu{
	display: inline-block;
}
.header ul.top-menu li{
	display: inline-block;
	margin: 0 0 0 30px;
}
.header ul.top-menu li a{
	color: #285a96;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
}
.header ul.top-menu li:before{
	content: "";
	display: inline-block;
	margin: 0 4px 0 0;
	width: 4px;
	height: 8px;
	background: url(img/marker-li.png) center no-repeat;
}

.wrap-main-menu{
	margin-top: 15px;
	height: 65px;
	border-bottom: 5px solid #bca710;
	background: url(img/menu-back.png) center repeat-x;
}
.main-menu{
	display: inline-block;
	margin-left: 20px;
}
.main-menu > li{
	position: relative;
	display: inline-block;
	background: url(img/li-top-corner.png) -8px top no-repeat;
}
.main-menu > li:before{
	content: "";
	width: 8px;
	height: 9px;
	position: absolute;
	top: 0;
	left: -8px;
	background: url(img/li-top-corner.png) 0 top no-repeat;
}
.main-menu > li:hover{
	background: #2273c4 url(img/li-top-corner.png) -8px top no-repeat;
}
.main-menu > li > a{
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 18px 26px;
	display: inline-block;
}
.main-menu li ul{
	width: 100%;
	position: absolute;
	left: -9999px;
	opacity: 0;
	background: #2273c4;
	border-bottom: 5px solid #bca710;
	z-index: 110;
}
.main-menu li ul li{
	padding: 0 20px;
	margin: 15px 0;
}
.main-menu li ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
.main-menu li ul li a:hover{
	color: #72b1f4;
}
.main-menu > li:hover ul{
	left: 0;
	opacity: 1;
}

.form-search{
	border: 1px solid #b3b3b3;
	background: #fff url(img/icon-search.png) 4px center no-repeat;
	display: inline-block;
	padding: 2px 0 2px 20px;
	float: right;
	margin: 19px 15px 0 0;
}
.form-search input{
	border: none;
	background: #fff;
}

.slider{
	height: 263px;
	background: gray;
	margin-top: 6px;
	position: relative;
}

.bxslider-custom-pager{
	display: inline-block;
	background: #fff;
	padding: 1px 15px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 100;
}
.slide-prev a,
.slide-next a{
	display: inline-block;
	width: 6px;
	height: 11px;
	cursor: pointer;
	text-indent: -9999px;
	line-height: 10px;
}
.slide-prev a{background: url(img/bxslider-sprite.png) -1px -4px no-repeat;}
.slide-next a{background: url(img/bxslider-sprite.png) -9px -4px no-repeat;}
.custom-pager{
	display: inline-block;
	margin: 0 4px;
}
.custom-pager .bx-pager-item{
	display: inline-block;
	margin: 0 2px;
}
.custom-pager .bx-pager-item a{
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: url(img/bxslider-sprite.png) -17px 1px no-repeat;
	display: inline-block;
}
.custom-pager .bx-pager-item a.active,
.custom-pager .bx-pager-item a:hover{
	background: url(img/bxslider-sprite.png) -39px 1px no-repeat;
}
.bxslider-text{
	display: none;
	width: 360px;
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 100;
	background: #6c6868;
	background: -moz-linear-gradient(top, #6c6868, #4b4848);
	background: -webkit-gradient(linear, left top, left bottom, 
	            color-stop(0%, #6c6868), color-stop(100%, #4b4848));
	background: -webkit-linear-gradient(top, #6c6868, #4b4848);
	background: -o-linear-gradient(top, #6c6868, #4b4848);
	background: -ms-linear-gradient(top, #6c6868, #4b4848);
	background: linear-gradient(top, #6c6868, #4b4848);
}
.bxslider-text li{
	display: none;
	color: #fff;
	font-size: 90%;
	padding: 10px;
}
/* END HEADER */

/* CONTENT */
.wrap-content{
	padding-bottom: 20px;
}
.wrap-content h1{
	font-size: 160%;
	font-weight: bold;
	color: #0051b6;
	text-transform: uppercase;
	display: inline-block;
}

.inner-menu{
	display: inline-block;
    margin: -5px 0 0;
    vertical-align: top;
    width: 50%;
}
.inner-menu li{
	display: inline-block;
    margin: 0 0 0 30px;
    min-width: 110px;
}
.inner-menu li a{
	color: #797979;
	text-transform: uppercase;
	font-size: 85%;
}
.inner-menu li:before{
	content: "";
	display: inline-block;
	margin: 0 4px 0 0;
	width: 4px;
	height: 8px;
	background: url(img/marker-li-gray.png) center no-repeat;
}

.content{
	padding: 20px 0;
	text-align: justify;
}
.content img.alignleft{
	float: left;
	margin: 0 35px 35px 0;
}
body.home .content{
	border-bottom: 3px solid #e3e3e3;
}
.content strong,
.content b{
	font-weight: bold;
}
.content p{
	font-size: 100%;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
.content h2{
	font-size: 110%;
	font-weight: bold;
	color: #0051b6;
	margin: 0 0 10px 0;
}
.content h3{
	margin: 0 0 30px 0;
}
.content ul{
	list-style-type: disc;
	padding: 0 0 10px 20px;
	font-size: 100%;
}
.content ul li{
	margin: 10px 0;
}
.content ol{
	list-style-type: decimal;
	padding: 0 0 10px 20px;
}
.content ol li{
	margin: 10px 0;
}

body.page-id-448 .content table,
body.page-id-768 .content table,
body.page-id-791 .content table{
	border: 1px solid #E3E3E3;
	margin: 15px 0;
}
body.page-id-448 .content table td,
body.page-id-768 .content table td,
body.page-id-791 .content table td{
	border: 1px solid #E3E3E3;
	padding: 10px;
}
/*body.home .content table,
body.home .content table td{
	border: none;
	margin: 0;
	padding: 0;
}*/

.content .left-index-block{
	overflow: hidden;
}
.content .right-block{
	float: right;
	width: 350px;
	background: #ececec;
	border-bottom: 3px solid #bba50f;
	padding: 15px;
	margin-left: 30px;
}
.content .right-block h2{
	font-size: 137%;
	color: #0051b6;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.content .right-block ul{
	list-style-type: none;
}
.content .right-block li{
	position: relative;
	margin: 0 0 14px 16px;
}
.content .right-block li:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: -12px;
	top: 5px;
	width: 6px;
	height: 12px;
	background: url(img/marker-li-corner.png) center no-repeat;
}

.wrap-content-footer{
	margin-top: 35px;
}
.banners{
	float: left;
	padding: 51px 30px 0 0;
}
.banners a{
	display: block;
	margin: 0 0 10px 0;
	border: 1px solid #929292;
}
.news-block .link-category{
	font-weight: bold;
	font-size: 170%;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	display: inline-block;
}
.news-block{
	overflow: hidden;
	text-align: justify;
}
.news-block:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}
.news-block .news{
	display: inline-block;
	width: 280px;
	vertical-align: top;
	text-align: left;
}
.news-title{
	font-weight: bold;
	line-height: 1.2;
}
.news-title .news-h{
	min-height: 40px;
}
.news-title img{
	margin: 15px 0;
	border: 1px solid #929292;
	width: 280px;
}
.news-date{
	font-size: 80%;
	font-weight: bold;
	color: #b2aeae;
	margin: 0 0 -4px 0
}

.categories{
	overflow: hidden;
	text-align: justify;
}
.categories.for-search{
	text-align: left;
}
.categories:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}
.categories .category-block{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	text-align: left;
}
.category-title{
	font-weight: bold;
	line-height: 1.2;
}
.category-title img{
	margin: 15px 0;
	border: 1px solid #929292;
}
.category-date{
	font-size: 80%;
	font-weight: bold;
	color: #b2aeae;
	margin: 0 0 -4px 0
}

.list-archives{
	font-size: 90%;
}
.list-archives li{
	display: inline-block;
	color: #9c9c9c;
	text-transform: uppercase;
	font-weight: bold;
}
.list-archives li a{
	color: #9c9c9c;
	display: inline-block;
	margin: 0 4px;
}

.back-category-link{
	font-size: 80%;
	color: #929292;
}
.back-category-link a{
	color: #929292;
	text-transform: uppercase;
	font-weight: bold;
}

.single-date{
	display: inline-block;
	font-size: 110%;
	color: #929292;
	font-weight: bold;
	margin: 0 0 0 0.5em;
}
.single-img{
	float: left;
	margin: 0 30px 0 0;
}
.single-img img{
	border: 1px solid #929292;
}
.single-content{
	overflow: hidden;
}
.single-links a{
	color: #929292;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	display: inline-block;
}

.download-li{
	list-style-type: none;
	color: #939393;
}
.download-li:before{
	width: 28px;
	height: 28px;
	content: "";
	background: url(img/download-icon.jpg) no-repeat;
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.download-li a{
	font-weight: bold;
}

.form{
	background: #ececec;
	border-bottom: 3px solid #c0a70d;
	padding: 15px 0;
	margin: 0 auto;
}
.form h3{
	font-size: 120%;
	color: #004b9e;
	margin: 0 0 20px 15px;
	font-weight: bold;
}
.form table{
	width: 100%;
}
.form table tr td{
	padding-right: 20px;
}
.form table tr td:first-child{
	width: 25%;
	padding: 0 0 10px 15px;
	vertical-align: top;
}
.form input[type=text],
.form textarea{
	border: 1px solid #a3a3a3;
	background: #fff;
	padding: 3px;
	width: 99%;
}
.form .comment{
	font-size: 90% !important;
	color: #a3a3a3;
	border-top: 1px solid #a3a3a3;
}
.form .wrap-submit{
	margin: 15px 0 20px 0;
}
.form button[type=submit]{
	background: none repeat scroll 0 0 #4688d2;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    box-shadow: 0 0 5px #757575 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family: inherit;
    font-size: 120%;
    font-weight: bold;
    padding: 4px 8px;
    text-transform: uppercase;
}
.ws-form-result{
	margin: 20px 0;
	font-weight: bold;
	font-size: 110%;
}
.ws-form-result.deliver-ok{
	color: green;
}
.ws-form-result.deliver-error{
	color: orange;
}

.nggalery.two-columns{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nggalery.two-columns li{
	width: 50%;
	float: left;
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
}
.nggalery.two-columns li a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
}
.nggalery.two-columns li a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/icon-marque.png) no-repeat;
	width: 28px;
	height: 28px;
	display: none;
}
.nggalery.two-columns li a img{
	display: inline-block;
	border: 1px solid #989898;
	padding: 3px;
}
.nggalery.two-columns li .img-title{
	display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0 0 0 10px;
}

body.page-id-17 .content p{
	color: #696969;
	font-size: 120%;
}
body.page-id-17 .content strong{
	color: #0252b2;
}

body.page-id-9 .content table{
	width: 80%;
	margin: 0 auto;
	background: #fafafa;
	border: 1px solid #b6b6b6;
	color: #6f6f6f;
	font-size: 90%;
}
body.page-id-9 .wp-image-248{
	border: 3px solid #9d9d9d;
}
body.page-id-9 .content table.head-table{
	background: none;
	border: none;
}
body.page-id-9 .content table.head-table th{
	color: #828282;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	padding: 5px 20px;
}
body.page-id-9 .content table h3{
	color: #0051b6;
	font-weight: bold;
}
body.page-id-9 .content table td{
	padding: 10px 20px;
}
body.page-id-9 .content table td:first-child,
body.page-id-9 .content table th:first-child{
	width: 20%;
}

.wrap-tbl-experience{
	height: 300px;
	overflow-y: scroll;
}
.wrap-tbl-experience table{
	border-collapse: collapse;
}
.wrap-tbl-experience table td{
	border: 1px solid #dadada;
	padding: 0 !important;
}
.wrap-tbl-experience table td.cat-name{
	color: #0051B6;
	padding: 10px 20px !important;
}
.wrap-experience-map-img{
	position: relative;
}
.wrap-experience-map-img img{
	border: 3px solid #9d9d9d;
}
.map-post{
	margin: 0;
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 1px solid #dadada;
}
.wrap-tbl-experience table td .map-post:last-child{
	border-bottom: none;
}
.map-post:hover{
	background: #dde8ff;
}
.map-post h3{
	margin: 0 0 5px 0;
}
.map-marker{
	position: absolute;
	padding: 3px;
	background: #0051b6;
	border-radius: 12px;
	border: 1px solid #fff;
}
.map-marker img{
	border: none;
	display: none;
	margin: 0 0 1px;
}
.map-marker.selected{
	width: 17px !important;
	height: 17px !important;
	background: white !important;
	border: 1px solid #0051b6 !important;
	text-align: center;
	vertical-align: middle;
	margin: -9px 0 0 -9px;
}
.map-marker.selected img{
	display: inline-block;
}
.map-marker.atom{
	background: url(img/icon-map-star.png) no-repeat center;
	width: 10px;
	height: 10px;
	border: none;
}
.map-marker.gaz{
	background: url(img/icon-map-tangle.png) no-repeat center;
	width: 12px;
	height: 12px;
	border: none;
}
.map-marker.atom.selected{
	margin: -5px 0 0 -5px;
}
.map-marker.gaz.selected{
	margin: -5px 0 0 -5px;
}

.map-legend li{
	list-style-type: none;
}
.map-legend .icon-circle{
	background: #0051b6;
	border-radius: 12px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 3px;
	margin-left: 1px;
}
.map-legend .icon-tangle{
	background: url(img/icon-map-tangle.png) no-repeat center;
	width: 10px;
	height: 10px;
	display: inline-block;
}
.map-legend .icon-star{
	background: url(img/icon-map-star.png) no-repeat center;
	width: 10px;
	height: 10px;
	display: inline-block;
}
/* END CONTENT */

img.alignright{
	float: right;
	margin: 0 0 10px 10px;
}

/* FOOTER */
.footer ul{
	display: inline-block;
}
.footer ul li{
	display: inline-block;
    margin: 0 0 0 20px;
    max-width: 140px;
    vertical-align: top;
    line-height: 1;
}
.footer ul li:first-child{
	margin-left: 0;
}
.footer ul li a{
	font-size: 80%;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: top;
}
.copyright{
	float: right;
	font-size: 80%;
	color: #0051b6;
	font-weight: bold;
}
/* END FOOTER */