/*   
Theme Name: theme
Theme URI: none
Description: theme
Author: theme
Author URI: vladimiravelur@gmail.com
Version: 1.0
*/

* {
	margin: 0; padding: 0;} /* обнуляем отступы */
body {
	background: #fff;
	font-family: 'Open Sans', Arial;
	
	/* text-shadow: 0px 0px 0.1px #aaa; */
}
html,body {
	height: 100%; /* задаем высоту тела документа */
}
.main { /* основной блок, который должен растянуться до подвала */
	background: url(images/bg.jpg) center top repeat-y; /* цвет фона основного блока (для наглядности) */
	min-height: 100%; /* задаем минимальную высоту основного блока */
}
* html .main { /* хак для ie6 */
	height: 100%; /* для ие6, т.к. не понимает min-height */
}
.hFooter { /* это распорка в основном блоке - резервируем место для подвала */
	height: 130px; /* высота нашего подвала */
}


.footer { /* подвал */
	background: url(images/footer-bg2.png) center bottom no-repeat #ecedef; 
	
	height: 130px; /* высота подвала */
	margin-top: -130px; /* делаем отрицательный отступ по высоте равный высоте подвла, чтобы четко вписаться в размер экрана */
	clear: both;
}

a.header_contact_phone_code, a.header_contact_phone_number, a {
	text-decoration: none!important;
}

.ctr {
	width: 1000px;
	margin: 0 auto;
}

.ctr_p {
	width: 958px;
	margin: 0 auto;
	padding: 0px 21px;
	height: 100%;
	clear: both;
}

.header {
	height: 195px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.logo {
	padding: 31px 0px 0px 0px;
	width: 131px;
	
}

.header_text {
	width: 350px;
	height: 100%;
	font-family: "Open Sans";
	color: #e5a700;
	text-shadow: 1px 2px rgba(216,216,216,.32);
	text-align: center;

	background-image: -webkit-linear-gradient(bottom, #f9b018 27%, #c98a00);
	background-image: -moz-linear-gradient(bottom, #f9b018 27%, #c98a00);
	background-image: -o-linear-gradient(bottom, #f9b018 27%, #c98a00);
	background-image: linear-gradient(to top, #f9b018 27%, #c98a00);
	
	-webkit-background-clip: text;
}

.header_text_div1 {
	height: 52px;
	padding-top: 58px;
}

.header_text_div2 {
	height: 52px;
}

.header_text1 {
	font-size: 41px;
	padding-top: 45px;
}

.header_text2 {
	font-size: 25px;
	padding-top: 0px;
}

.header_search input[type='text'] {
	width: 208px;
	height: 23px;
	background: #e2e2e2;
	border: solid 1px rgba(24,24,24,.26);
	padding: 2px 5px;
	margin-top: 22px;
}

#header_search_btn {
	width: 19px;
	height: 19px;
	background: url(images/search.png) left top no-repeat;
	position: absolute;
	margin: 28px 0px 0px 195px;
	cursor: pointer;
	z-index: 9999;
	border: none;
}

.header_nav, .header_nav a {
	width: 179px;
	height: 100%;
	font-family: "Open Sans";
	font-size: 17px;
	color: #6e6e6e;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
} 

ul.top_menu {
	margin: 21px 0px 0px 0px;
}

ul.top_menu li {
	display: block;
	padding-left: 31px;
	padding-top: 3px;
	height: 23px;
	width: 148px;
}

ul.top_menu li:hover, li.current-menu-item {
	background: #181818;
	color: #ecedef;
	
} 

ul.top_menu li:hover a, li.current-menu-item a {
	color: #ecedef;
	cursor: pointer;
}

.header_contact {
	width: 298px;
	min-height: 100px;
}

.header_contact_icons {
	margin: 32px 0px 0px 17px;
	height: 89px;
}

.header_contact_icon {
	width: 52px;
	height: 52px;
	margin: 0px 2px;
}

.header_contact_phone_code {
	font-family: "Open Sans";
	font-size: 14px;
	color: #a6a6a6;
	text-align: right;
}

.sl {
	background: rgba(0, 0, 0, 0.7);
}

.header_contact_phone_number {
	font-family: "Open Sans";
	font-size: 23px;
	color: #fc0;
	text-align: right;
	padding-top: 14px;
}

.slider {
	height: 310px;
}

.slider_left {
	position: absolute;
	margin: 131px 0px 0px -37px;
	background: url('images/slider-left.png') left top no-repeat;
	height: 40px;
	width: 27px;
}

.slider_left:hover {
	background: url('images/slider-left-hover.png') -2px -2px no-repeat;
	cursor: pointer;
}

.slider_right {
	position: absolute;
	margin: -179px 0px 0px 1012px;
	background: url('images/slider-right.png') left top no-repeat;
	height: 40px;
	width: 27px;
}

.slider_right:hover {
	background: url('images/slider-right-hover.png') 0px -1px no-repeat;
	cursor: pointer;
}

.slider_img_hover {
	width: 500px;
	height: 310px;
	background: url('images/slider-hover.png') left top no-repeat;
	position: absolute;
}

.slider_title {
	padding-left: 31px;
	font-family: "Open Sans";
	font-size: 32px;
	color: #edbe00;
	text-transform: uppercase;
	padding-top: 67px;
}

.slider_text {
	padding-left: 31px;
	font-family: "Open Sans";
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	width: 440px;
	text-align: justify;
	padding-top: 50px;
}

.slider_text p {
	font-family: "Open Sans";
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}

.slider_btn {
	position: absolute;
	height: 35px;
	width: 35px;
	margin: 258px 0px 0px 437px;
}

.content {
	width: 638px;
	padding-right: 21px;
	padding-left: 21px;
	min-height: 100px;
	float: left;
	clear: both;
}

.sidebar {
	width: 278px;
	padding-right: 21px;
	padding-left: 21px;
	float: left;
	
}

.row {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	clear: both;
}

.clear {
	clear: both;
}

.main_cat_item li a {
	display: block;
	width: 69px;
	height: 16px;
	text-align: center;
	padding-top: 72px;
	font-family: "Open Sans";
	font-size: 14px;
	color: #515151;
	margin: 0px 29px;
	float: left;
}

li.cat_item_1 a {
	background: url('images/csg-53a2bce2dede8.png') no-repeat top left;
	background-position: 0 -112px;
}

li.cat_item_1:hover a, li.current-menu-item a {
	background-position: 0 0;
	cursor: pointer;
}

li.cat_item_2 a {
	background: url('images/csg-53a2bff3aa37b.png') no-repeat top left;
	background-position: 0 -112px;
}

li.cat_item_2:hover a, li.current-menu-item a {
	background-position: 0 0;
	cursor: pointer;
}

li.cat_item_3 a {
	background: url('images/csg-53a2c1e12f251.png') no-repeat top left;
	background-position: 0 -112px;
}

li.cat_item_3:hover a, li.current-menu-item a {
	background-position: 0 0;
	cursor: pointer;
}

li.cat_item_4 a {
	background: url('images/csg-53a2d087a4331.png') no-repeat top left;
	background-position: 0 -112px;
}

li.cat_item_4:hover a, li.current-menu-item a {
	background-position: 0 0;
	cursor: pointer;
}

li.cat_item_5 a {
	background: url('images/csg-53a2d014acd66.png') no-repeat top left;
	background-position: 0 -112px;
}

li.cat_item_5:hover a, li.current-menu-item a {
	background-position: 0 0;
	cursor: pointer;
}

.main_title {
	background-image: -webkit-linear-gradient(bottom, #f9b018 27%, #c98a00);
	background-image: -moz-linear-gradient(bottom, #f9b018 27%, #c98a00);
	background-image: -o-linear-gradient(bottom, #f9b018 27%, #c98a00);
	background-image: linear-gradient(to top, #f9b018 27%, #c98a00);
	font-family: "Open Sans";
	font-size: 20px;
	text-decoration: underline;
	color: #e5a700;
	text-shadow: 1px 2px rgba(216,216,216,.32);
	-webkit-background-clip: text;
	padding-bottom: 20px;
}

.icon_photo {
	padding-left: 37px;
	background: url(images/icon-photo.png) left top no-repeat;
}

.icon_book {
	padding-left: 37px;
	background: url(images/icon-book.png) left top no-repeat;
}

.icon_news {
	padding-left: 37px;
	background: url(images/icon-news.png) left top no-repeat;
}

.icon_reviews {
	padding-left: 37px;
	background: url(images/icon-rew.png) left top no-repeat;
}

.main_article {
	width: 319px;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	
	color: #515151;
	float: left;
	padding-bottom: 15px;
}

.main_article a {
	color: #515151;
	text-decoration: none;
}

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

.main_gallery_item {
	width: 319px;
	height: 214px;
}

.main_gallery_item img {
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}

.main_gallery_item:hover .main_gallery_item_hover {
	display: block!important;
}

.main_gallery_item_hover {
	position: absolute;
	display: none;
	width: 319px;
	height: 214px;
	background: rgba(0, 0, 0, 0.7);
	font-family: "Open Sans";
	z-index: 999;
	text-align: left;
}

#gallery-1 img {
	border: none!important;
}

.main_gallery_item_hover_title {
	font-size: 18px;
	color: #edbe00;
	width: 289px;
	padding: 85px 10px 0px 20px;
}

.main_gallery_item_hover_text {
	font-size: 14px;
	color: #fff;
	width: 289px;
	padding: 5px 10px 0px 20px;
}

.main_gallery_item_hover_text p {
	color: #fff;
}

.off {
	background: url('images/off-bg.png') left 20px no-repeat;
	height: 86px;
	text-align: center;
	font-family: "Open Sans";
	font-size: 16px;
	color: #fff;
	
}

.off_content {
	background: url('images/off-bg.png') left 20px no-repeat;
	height: 86px;
	text-align: center;
	width: 280px;
	padding-top: 20px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #515151;
}

a.off_content {
	color: #515151;
	text-decoration: none;
}

.content a {
	text-decoration: none;
	color: #515151;
}

.content a:hover {
	text-decoration: underline;
	color: #515151;
}

.about_img_1 {
	margin: 0px 0px 0px 120px;
}



.footer_text {
	font-family: Tahoma;
	font-size: 12px;
	color: #8e8e8f;
	width: 200px;
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
}

.sidebar_logo {
	height: 100%;
	width: 100%;
}

a.off {
	color: #fff;
	text-decoration: none;
}

.sidebar a {
	text-decoration: none;
	color: #fff;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #fff;
}

.off_text {
	margin: 20px 0px 0px 20px;
	width: 180px;
	
}

.main_news_item {
	
}

.main_news a:hover {
	text-decoration: none!important;
}



.main_news_item_date {
	font-family: "Open Sans";
	font-size: 12px;
	color: #fc0;
	text-decoration: none;
	padding-left: 5px;
}

.main_news_item_title {
	padding-top: 10px;
	padding-left: 37px;
	font-family: "Open Sans";
	font-size: 14px;
	text-decoration: underline;
	color: #ecedef;
	text-align: justify;
}

.main_news_item_text {
	padding-top: 12px;
	padding-left: 37px;
	padding-right: 37px;
	font-family: "Open Sans";
	font-size: 12px;
	color: #b1b1b1;
	text-align: justify;
	line-height: 15px;
	text-decoration: none;
}

.main_news_item_text p {
	font-family: "Open Sans";
	font-size: 12px;
	color: #b1b1b1;
	text-align: justify;
	line-height: 15px;
	text-decoration: none;
}

.chester_logo {
	float: right;
	height: 40px;
	width: 151px;
	background: url('images/chester-logo.png') left 10px no-repeat;
	margin: -41px 72px 0px 0px;
}

.chester_logo_text {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #adadad;
	text-align: right;
}

.about_sidebar {
	font-family: "Open Sans";
	font-size: 12px;
	color: #fff;
	margin-top: 14px;
	
	min-height: 400px;
}

.sidebar_people {
	background: url('images/people.png') center 47px no-repeat;
}

.sidebar_contact {
	background: url('images/contact-img.png') center 80px no-repeat;
}

.contact_sidebar_text1 {
	font-family: "Open Sans";
	font-size: 15px;
	color: #fc0;
}

.contact_sidebar_text2 {
	font-family: "Open Sans";
	font-size: 13px;
	color: #ecedef;
	margin: 64px 0px 0px 56px;
}

.project_sidebar_text1 {
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}

.project_sidebar_text2 {
 	margin: 42px 0px 0px 0px;
	float: left;
	width: 120px;
}

.project_sidebar_text2 ul {
	list-style-type: circle;
	padding-left: 10px;
}

.project_sidebar_text2 li {
	padding-bottom: 16px;
	padding-left: 1px;
}

.about_sidebar_text1 {
	margin: 0px 0px 0px 0px;
}

.about_sidebar_text2 {
	margin: 42px 0px 0px 0px;
	float: left;
}

.about_sidebar_text3 {
	margin: 42px 0px 0px 61px;
	float: left;
}

.about_sidebar_text4 {
	margin: 283px 0px 0px 60px;
	float: left;
}



.wp-pagenavi {
	
	width: 638px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ecedef;
	font-family: "Open Sans";
	font-size: 18px;
	color: #c7c7c8;
}

.wp-pagenavi a {
	display: inline-block;
	
	padding: 5px 8px;
	/* width: 19px; */
	/* height: 18px; */
	-webkit-border-radius: 1px/2px;
	-moz-border-radius: 1px/2px;
	border-radius: 1px/2px;
	background-color: transparent;
	border: solid 1px transparent;
	text-align: center;
	color: #c7c7c8;
	text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current  {
	display: inline-block;
	
	color: #181818;
	cursor: pointer;
	padding: 5px 8px;
	/* width: 19px; */
	/* height: 18px; */
	-webkit-border-radius: 1px/2px;
	-moz-border-radius: 1px/2px;
	border-radius: 1px/2px;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px rgba(216,216,216,.32), inset 0 1px rgba(255,255,255,.79);
	-moz-box-shadow: 1px 2px rgba(216,216,216,.32), inset 0 1px rgba(255,255,255,.79);
	box-shadow: 1px 2px rgba(216,216,216,.32), inset 0 1px rgba(255,255,255,.79);
	border: solid 1px #b1b1b1;
	background-image: -webkit-linear-gradient(bottom, #dfdfdf, #efefef);
	background-image: -moz-linear-gradient(bottom, #dfdfdf, #efefef);
	background-image: -o-linear-gradient(bottom, #dfdfdf, #efefef);
	background-image: linear-gradient(to top, #dfdfdf, #efefef);
}



yellow {
	color: #fc0;
}

h1 {
	font-family: "Open Sans";
	font-size: 32px;
	color: #181818;
	padding: 15px 0px 10px 0px;
	
}

.project_single img {
	padding: 8px;
}

.cat_item {
	padding: 13px;
}

.project_sidebar_menu ul li  {
	font-family: "Open Sans";
	font-size: 13px;
	color: #ecedef;
	padding: 10px 0px 10px 21px;
	line-height: 13px;
	margin-left: -21px;
	margin-right: -21px;
	text-align: justify;
}

.project_sidebar_menu ul li a {
	color: #ecedef;
	cursor: pointer;
}

.project_sidebar_menu ul li:hover, .current_news_item_li, li.current_term {
	background: #ecedef;
}

.project_sidebar_menu ul li:hover a, .current_news_item_a, li.current_term a {
	color: #181818!important;
}

.cat_item {
	float: left;
	margin: 0px 0px 0px 0px;
}

.cat_item:hover .cat_item_title {
	text-decoration: underline;
}

.contact_input {
	margin-bottom: 21px;
}

.contact_input input[type="text"] {
	width: 267px;
	height: 19px;
	background-color: #ecedef;
	border: solid 1px rgba(24,24,24,.26);
	padding: 3px 6px;
	font-family: "Open Sans";
	font-size: 14px;
}

.contact_input input[type="submit"] {
	width: 150px;
	height: 37px;
	background-color: #181818;
	padding: 3px 6px;
	border: none;
	font-family: "Open Sans";
	font-size: 14px;
	color: #ecedef;
	cursor: pointer;
}

.contact_input textarea {
	width: 267px;
	height: 250px;
	background-color: #ecedef;
	border: solid 1px rgba(24,24,24,.26);
	
	padding: 3px 6px;
	font-family: "Open Sans";
	font-size: 14px;
}

.backbtn {
	font-family: "Open Sans";
	color: #ecedef;
	background: #000;
	font-size: 17px;
	height: 35px;
	width: 150px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}

.backbtn:hover {
	text-decoration: none;
	
}

.cat_item_title {
	font-family: "Open Sans";
	font-size: 16px;
	
	color: #858585;
	text-align: center;
	padding-top: 11px;
}

.news_thumb {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 100px;
}

.news_list {
	margin-top: 5px;
	margin-bottom: 25px;
	padding-left: 15px;
	float: left;
	width: 523px;
}

.news_list_title {
	font-family: "Open Sans";
	color: #515151;
	font-size: 18px;
	/* text-decoration: underline; */
}

.news_list_text, .news_list_date {
	font-family: "Open Sans";
	color: #515151;
	font-size: 14px;
	text-align: justify;
	line-height: 17px;
}

h2 a, h3 a, .post_info a {
	color: #181818;
}

.hide {
	display:none;
}

h2 {
	font-family: "Open Sans";
	font-size: 23px;
	color: #181818;
	padding: 10px 0px 5x 0px;
}

h3 {
	font-family: "Open Sans";
	font-size: 16px;
	color: #181818;
	padding: 10px 0px 5px 0px;
}

p {
	font-family: "Open Sans";
	font-size: 14px;
	color: #515151;
	padding: 10px 0px 5px 0px;
	text-align: justify;
	line-height: 15px;
}
