
@font-face {
	font-family: 'Conv_DINPro-Medium';
	src: url('fonts/DINPro-Medium.eot');
	src: local('☺'), url('fonts/DINPro-Medium.woff') format('woff'), url('fonts/DINPro-Medium.ttf') format('truetype'), url('fonts/DINPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}
li{
	list-style:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px "Trebuchet MS";
	width: 100%;

}
.bg{
top:-120px;
	width: 100%;
	height:100%;
	position:fixed;
	z-index:-1;
}
/* Begin of styles for the demo (you can remove them) */
a.expand {
	width: 90px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
a{
    color: #34669e;
}
a:hover{
    color: #b7363c;
}
/* End of of styles for the demo */
.wrapper {
	width: 1040px;
	margin: 0 auto;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.85);
	background:url(../images/wrapBg.jpg)repeat;
}
.clear{clear:both;}
/* Header
-----------------------------------------------------------------------------*/
#homepage .header {
	height: 470px;
	margin-bottom:50px;
}
.header{
	margin-bottom:35px;
}
.top{
	padding-top:20px;
	height: 100px;
	float:left;
	width: 100%;
}
.logo{
	float:left;
	margin-left:25px;
}
.top .right{
	float:right;
	width:400px;
}
.right .enter{
display: block;
float: right;
right: 25px;
position: relative;
margin-bottom: 10px;
top:0px;
}
.popup_block{
left: 39%;
margin: 0;
position: fixed;
top: -5px;
z-index: 99999;
display: none;
}
.enter .loginLink {
background: url(../images/enter.png)no-repeat center left;
width: 249px;
height: 31px;
text-indent: -9999px;
display: inline-block;
}
.enter a {
color:#34669e !Important;
font-family:'Trebuchet MS';
}
.close span {
margin: 200px 0 0 260px;
position: fixed;
color:#b7363c;
font-size: 20px;
font-weight: bold;
}
#loginForm {
width: 230px;
padding: 5px 24px 0;
margin: 200px auto 0;
background: #f4f4f4;
border: 1px solid #CAD8DE;
box-shadow: 0 1px 2px rgba(0,0,0,0.08);
font: 14px/18px Arial, Tahoma, sans-serif;
color: #444;
}
#loginForm .field {
margin: 0 0 18px;
}
#loginForm .field label {
display: block;
margin: 0 0 11px;
}
#loginForm .field .input {
border-radius: 4px;
}
#loginForm h2{
margin: 20px 0px;
font-size: 30px;
text-transform: uppercase;
font-weight: normal;
font-family: 'Conv_DINPro-Medium';
color:#b7363c;
}
#loginForm .field input {
font: 12px Arial, Tahoma, sans-serif;
color: #444;
width: 195px;
padding: 9px 13px;
border: 1px solid #D2D9DC;
outline: none;
border-radius:0px;
}

#loginForm  #forgot{
text-align: right;
display: block;
padding: 8px 8px 0 0;
}
#loginForm .submit {
overflow: hidden;
width: 200px;
margin: 0px auto;
font-size: 11px;
}
#loginForm .submit button {
height: 55px;
width: 200px;
background: url('../images/enterSubmit.png')no-repeat;
cursor: pointer;
outline: none;
text-indent: -9999px;
border: 0px;
}
.social {
float: right;
position: relative;
right: 50px;
top: 5px;
}
.social img{
	padding-left:5px;
}
.search{
	position: relative;
right: 25px;
float: right;
margin-top: 7px;
}
.search .sInp{
	width:200px;
	height:28px;
	border-radius:6px;
	border:1px solid #d1d1d1;
	padding-left:5px;
}
.search .subm{
	position:absolute;
	right:0px;
	top:0px;
	width:34px;
	height:31px;
	background:url(../images/searchIco.png)no-repeat;
	border:0px;
	text-indent:-9999px;
}
.menu1{
clear:both;
background:url(../images/menu1Bg.jpg)no-repeat;
height:47px;
}
.menu1{
position:relative;

}
.menu1 ul li{
display: inline-block;
padding: 0px 30px;
line-height: 45px;
height: 47px;
text-transform:uppercase;
position:relative;
}
.menu1 ul li a {
	text-decoration:none;
	color:#34669e;	
	font-size:17px;
	font-weight:normal;
	font-family: 'Conv_DINPro-Medium';
}
.menu1 ul li:hover, .menu1 ul > li.current-menu-item, .menu1 ul > li.current-menu-parent{
background:#8e001c;
} 
.menu1 ul li:hover a, .menu1 ul > li.current-menu-item a, .menu1 ul > li.current-menu-parent a {
	color:#fcfcfc;
}
.menu1 > ul li ul.sub-menu{
display:none;

}

.menu1  ul > li:hover > ul.sub-menu{
    display: block;
    z-index: 10000;
    position: absolute;
    left: 0px;
    width: 100%;
    min-width:250px;
}
.menu1 ul > li > ul.sub-menu > li{
position:relative;
padding:0px 15px;
background:#8e001c;
display:block;
color:#fcfcfc;
line-height:46px;
}
.menu1 ul > li > ul.sub-menu > li a{
	color:#fcfcfc;
}


.menu1 ul > li > ul.sub-menu > li a{
	text-decoration:none;
	color:#fcfcfc;	
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: "Trebuchet MS";
}
.menu1 ul > li > ul.sub-menu > li:hover{
	background:#fcfcfc;
}
.menu1 ul > li > ul.sub-menu > li:hover a{
	color:#8e001c;
}
.menu1 ul > li > ul.sub-menu > li > ul.sub-menu{
    position: relative;
        top: -44px;
    left: 235px;
    background:#fff;
    width: 100%;
	display:none;
}
.menu1 ul li > ul.sub-menu > li:hover > ul.sub-menu{
	display:block;
}

.menu1 ul > li > ul.sub-menu > li > ul.sub-menu > li{
    height: 45px;
    line-height: 45px;
    display: block;
    background: none;
}
.menu1 ul > li > ul.sub-menu > li > ul.sub-menu > li a{
	color: #8e001c;
}
.menu1 ul > li > ul.sub-menu > li > ul.sub-menu > li:last-child{
	border-bottom:0px;
}
.menu1 ul > li > ul.sub-menu > li > ul.sub-menu > li:hover{
background:#8e001c;
}
.menu1 ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
color:#fcfcfc;
background:none;

}
.menu1 ul > li > ul.sub-menu > li > ul.sub-menu > li > a{
text-transform:capitalize;
font-size:14px;
font-weight:normal;
font-family: "Trebuchet MS";
}

.menu1 ul > li > ul.sub-menu > li > ul.sub-menu {
 -webkit-transition:height 2s,-webkit-transform 2s;  /* For Safari 3.1 to 6.0 */
    transition: height 2s, transform 2s;
}
.menu2{
	background:url(../images/menu2Bg.png)no-repeat;
	height:41px;
}


.slider{
	background:url(../images/sliderBg.png)no-repeat;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.slider {

}

.slideDesc{
	float:right;
	color:#fff;
	padding:25px 40px 25px 0px;
	width: 380px;
}
.slideDesc h2 {
	font-size:30px;
	padding-bottom:10px;
}
.slideDesc p{
	font-size:14px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	position: relative;
}
.container {
    width:100%;
}
.container:after {
	display: table;
	clear: both;
	content: '';
}
.content {
float: left;
width: 785px;
position: relative;
}
.breadcrumb ul li{
    display:inline;
    margin-right:5px;
}
.breadcrumb {
    padding:0px 25px;
    margin-bottom:20px;
}
.breadcrumb ul li a{
    text-decoration:underline;
    color:#b7363c;
    font-size:12px;
}
.breadcrumb ul li a.active{
    color:#313131;
    text-decoration:none;
}
/** Новости **/
.content .news,.content .contacts{
	margin:0px 20px 0px 25px;
}
#homepage .content .news{
    float:left;
}
.blockHeading h2{
text-transform: uppercase;
color: #b7363c;
font-size: 30px;
display: inline-block;
font-family: 'Conv_DINPro-Medium';
font-weight:normal;
}
.news.detail h2,.contacts h2{
font-size:24px;
text-transform: uppercase;
color: #b7363c;
display: inline-block;
font-family: 'Conv_DINPro-Medium';
font-weight:normal;
}
.blockHeading .tabs {
display: inline-block;
position: relative;
right: 0px;
float: right;
font-family: 'Conv_DINPro-Medium';
top:10px;
}
.blockHeading .tabs a.active {
	text-decoration:none;
	color:#313131;
	font-size:12px;
}
.blockHeading .tabs a {
	font-size:12px;
	padding-right:10px;
}
.blockHeading {
	border-bottom:2px solid #afafaf;
	padding-bottom:20px;
	margin-bottom:20px;
}
.news_block ul li{
	width:100%;
	margin-bottom:20px;

}
.category .news_block ul li{
margin-bottom:25px;
}

.news_block section > ul > li {
	border-bottom: 1px dotted #000;
	padding-bottom:25px;
}
.category .news_block > ul > li{
padding-bottom:25px;
margin-bottom:25px;
	border-bottom: 1px dotted #000;
}
.category .news_block > ul > li .news-item{
margin-top:10px;
}
#homepage .news_block section > ul > li {
	border-bottom: 1px dotted #000;
	padding-bottom:5px !important;
}

#homepage .news_block > ul > li.pagination{
	border:0px;
	padding-bottom:0px;
	margin-top: 50px !Important;
}
.news_block > ul > li.pagination{
	border:0px;
	padding-bottom:0px;
	margin-top: 25px;
}
ul li.bannernews img{
width:100%;
margin:10px 0 35px 0;
}
ul li.bannernews{
	border:0px;
}
.news_block ul li img{
	float:left;
	margin-right:25px;
	margin-bottom:0px;
}
.news_block ul li.bannernews img{
float:none;
}
.news_block ul li.bannernews p{
margin-bottom:0px;
}
.news_block ul li h3{
	margin-bottom:10px;
	font-size:15px;
	text-decoration:none;
}
.news_block ul li h3 a
{
	color:#34669e;
	font-weight:bold;
}
.news_block ul li h3 a:hover{
	color:#b7363c;
	text-decoration:none;
}
.news_block ul li p {
	margin-bottom:7px;
        color:#313131;
}
.newsItem ul li{
	display:inline;
		font-size:11px;
	color:#9e9e9e;
}
.news.detail {
    margin-bottom:30px;
}
.news.detail .heading {

}
.news.detail .heading .calendar{
margin-right:30px;
}
.news.detail .heading ul li{
    float:left;
    display:block;
    margin-top:10px;
}
.news.detail .descriprion{
    clear:both;
    margin-top:20px;
    float:left;
}
.news.detail .descriprion p{
    color:#313131;
    margin-bottom:20px;
    line-height:22px;
}
.contacts .descriprion{
    margin-bottom:20px;
}
.contacts .descriprion p{
    margin:10px 0px;
    color:#313131;
}
.post-48 .label{
    font-weight:bold;
}
.news.detail .descriprion img{
    margin-right:20px;margin-bottom:5px;
}
.news.detail > .newsItem{
    margin-top:25px;
}
.news.detail > .newsItem ul li{
    display:block;
    float:left;
}
.news.detail > .newsItem ul li.social{
    margin-right:345px;
    margin-left:45px;
	clear:both;
}
.news.detail > .newsItem ul li.comments{
margin-right: 10px;
}
.news.detail .heading .author a,.news.detail .resourse a{
font-weight:bold;
text-decoration:underline;
}
.news.detail .likebtn_container{
position: absolute;
right: 23px;
margin-top: 20px;
}
.calendar{
background: url(../images/calendar.png)no-repeat center left;
padding-left: 23px;
padding-top: 2px;
}
.comments{
background: url(../images/comments.png)no-repeat center left;
padding-left: 23px;
padding-top: 2px;
color:#34669e !important;
}
.like{
background: url(../images/likes.png)no-repeat top left;
padding-left: 23px;
padding-top: 2px;
color:#34669e !important;	
}

.news.category .newsItem {
clear:both;
margin-top:10px;
}
.news.category .newsItem ul li.calendar{
margin-right: 575px;
}
#homepage .news .newsItem ul li.calendar{
width:120px;
display:inline-block;
}
#homepage .news .newsItem ul li.comments{
float:right;
display:inline-block;
width: auto;
right: 15px;
position: relative;
}
.category .news_block ul li  .newsItem ul li.comments{
right: 15px;
position: relative;
}
#homepage .newsItem ul li.like{
float: right;
display: inline-block;
position: relative;
width: 30px;
top: 0px;
}
.newsItem ul li.like{

}
.pagination a{
font-size:14px;
	color:#34669e;
}
.pagination center > a{
padding:0px 10px;
}
.pagination center > a.active{
	color:#313131;
	text-decoration:none;
}
.wp-pagenavi a,.wp-pagenavi span {
	padding:4px 6px;
}
.wp-pagenavi .current{
	background:#34669e;
	color:#fff;
	text-decoration:none;
	display:inline-block;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
float: left;
width: 240px;
position: relative;
}
.titleRed,.titleBlue{
	width:241px;
	height:61px;
	text-align:center;
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	line-height:60px;
	margin-bottom:10px;
}
.titleRed{
		background:url(../images/sideH1.png)no-repeat;
		font-family: 'Conv_DINPro-Medium';
		font-weight:normal;
}
.titleBlue{
		background:url(../images/sideH2.png)no-repeat;
		text-indent:-9999px;
}
.lblock{
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
margin-bottom: 15px;
}
.lblock h3{
	font-size:18px;
	line-height:20px;
}
.lblock .item{
	padding:10px;
}
.parthners{
    margin: 20px -11px 10px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
float: right;

right: 10px;
width: 250px;
position: relative;
}
.rBlock{
	padding:0px 5px 10px 10px;
}
.rBlock .blockHeading .tabs a{
	padding:0px;
	text-transform:uppercase;
	font-size: 10px;
}
.article_block .newsItem ul li.calendar{
margin-right: 60px;
}
.article_block>section>ul>li,.post_block>section>ul>li{
	border-bottom:1px dotted #000;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#34669e;
}
.Ybanner{
margin-left: -10px;
}
.post_block>ul>li{
	margin-bottom:10px;
}
.article_block ul li h3 a:hover,.post_block ul li h3 a:hover {
color: #b7363c;
text-decoration: none;
}
.article_block ul li h3 a,.post_block ul li h3 a{
	font-weight:normal;
}
.post_block ul li:last-child{
	border:0px;
}
.blTitle{
	margin-bottom:5px;
}
.item .blTitle{
	font-weight:normal;
	margin-bottom: 10px;
}
.item p{
	margin: 5px 0px;
}
.post_block .tags ul li,.news.detail .heading .tags ul li{
	display: inline-block;
	padding:3px 15px;
	font-size:12px;
	background:#b7363c;
	border-radius:3px;
	color:#fff;
	border:1px solid #b7363c;
	margin-bottom:5px;
}
.tags ul li a{
	color:#fff;
}
.tags ul li:hover{
	background:#fff;
	cursor:pointer;
}
.tags ul li:hover a{
	color:#b7363c;
}
.lblock .likebtn_container,.lblock .newsItem{
display:none;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 130px;
	clear:both;
}
.footer_menu{
		background: #34669e;
		height:70px;
}
.footer_menu ul{
	margin-left:10px;
}
.footer_menu ul li{
	display:inline-block;
	line-height:70px;
	height:70px;
	padding:0px 15px;
}
.footer_menu ul li a {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
.copy{
	padding:20px 25px 0px 25px;
}
/********Модули**********/
#comments,.wpcf7{
    margin-top:30px;
}
.commentList{
    margin:15px 0px 30px 0px;
    color: #313131
}
.comment{
    background:#fbfbfb;
    border:3px solid #ececec;
    border-bottom:0px;
    padding:20px 10px;
}

.wpcf7 form {
    margin-top:10px;
    color: #313131
}
.wpcf7 form input[type="text"] {
float: none;
margin-bottom: 10px;
height: 36px;
display: block;
width: 235px;
padding: 0px 5px;
}
.comment:last-child{
        border-bottom:3px solid #ececec;
}
.comment .name,.comment .name .dateTime{
    float:left;
    margin-right:15px;
}
.comment .name a{
    font-weight:bold;
}
.comment .dateTime{
    color:#9e9e9e;
    font-size:11px;
    padding-top:1px;
}
.comment .text{
    margin-top:10px;
}
#comments form textarea{
width: 716px;
height: 85px;
margin-top: 10px;
padding: 8px 10px;
}
#comments form .captcha,.wpcf7 form .captcha{
    float:left;
    margin:10px 0px;
}
#comments form input#captcha_code{
    height:36px;
    display:block;
    float:left;
    width: 205px;
    padding:0px 5px;
}
.captchaImg{

}
.wpcf7{
width: 750px;
}
.wpcf7 form .lForm,.wpcf7 form .rForm{
    float:left;
}
.wpcf7 form input[type="text"],.wpcf7 form input[type="email"]{
    float:none;
    margin-bottom:10px;
    height:36px;
    display:block;
    width: 235px;
    padding:0px 5px;
}
.wpcf7-captchac{
width: 115px;
height: 35px;
}
.wpcf7 form input.submButton{
margin-left: 37px !important;
margin-top:0px !Important;
}
.wpcf7 form input.wpcf7-captchar{
        float:left;
}
.wpcf7-response-output{
clear:both;
}
.captcha-854 .wpcf7-not-valid-tip{
position: absolute;
left: -239px;
top: 40px;
}
.invalid{
border:0px !important;
}
.wpcf7-validation-errors{
top: 18px;
position: relative;
border: 2px solid #b7363c !Important;
}
.wpcf7 form textarea {
float: left;
height: 118px;
margin-left: 5px;
width: 464px;
padding: 7px 12px;
}
.wpcf7-not-valid-tip{
display:inline !important;
font-size: 12px !important;
}
form input[type="text"],form input[type="email"],form textarea{
    border:1px solid #d1d1d1;
    border-radius:0px;
    outline:none !Important;
}
.js .tmce-active .wp-editor-area{
color:#000 !Important;
}
.richtext.wp-editor-area{
width: 600px !Important;
}
#comments form label,.wpcf7 form label{
    padding-left:4px;
    float:left;
    display:block;
    margin-top:6px;
}
#comments form img,.wpcf7 form img{
    float:left;
    display:block;
    margin:0px 25px;
}
#comments form img.captchaImg{
position: relative;
top:0px !important;
}
#comments form input.submButton,.wpcf7 form input.submButton{
    float:right;
    border-radius:7px;
    background:#2d72a0;
    border:0px;
    padding: 11px;
    color:#fcfcfc;
    font-size:14px;
    text-transform: uppercase;
    font-family: 'Conv_DINPro-Medium';
    font-weight: normal;
    margin-left:30px;
    cursor:pointer;
	margin-top:20px;
}
.commCaptcha {
float:left;
margin-top:20px;
}
.noLogin{
    background:#e6e6e6;
    padding:20px 15px;
    margin-top:25px;
    border-radius:7px;
}
.noLogin a{
    font-weight:bold;
}
.map {
    padding:3px;
    background:#fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.27);
}
#homepage .cat-post-item .likebtn_container{
position: absolute;
left: 440px;
/* top: 10px; */
margin-top: -4px;
}




/***************Social style*****************/
#buddypress .standard-form #basic-details-section, #buddypress .standard-form #profile-details-section {
float:none !Important;
}
#buddypress .standard-form#signup_form div.submit{
float:none;

}
#buddypress .standard-form#signup_form div.submit input{
background: #2d72a0 !Important;
width: 135px;
height: 31px;
border: 0px;
clear: both;
margin-top: 10px;
color: #fff;
text-indent: 0px;
}
#buddypress .standard-form #basic-details-section input[type=password], #buddypress .standard-form #blog-details-section input#signup_blog_url{
width:90% !important;
}
#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section{
width:100% !Important;
}
.editfield input,.editfield textarea{
white-space: nowrap;
}
.vcard .item-avatar, .item-meta .activity{
display:none !important;
}
.vcard  .item-title a{
color:#007ca5 !Important; 
}
#members-list-options{
margin:-10px 0px 0px;
padding:0px 0px 10px 0px;
}
#members-list-options a{
font-family: "AGHelvetica";
color: #5b7648;
}
#members-list-options a.selected{

text-decoration:none;
}
#pass-strength-result{
display:none !important;
}
.leftAvatar{width:250px;height:205px;float: left;}
.useredit{margin-left:250px;width:690px;margin-bottom:50px;}
.useredit label{
display:inline-block;
width:150px;
float:left;
margin-top:8px;
}
.useredit input{
width:320px;
height:23px;
margin-bottom:15px;
}
.useredit textarea{
width:320px;
margin-bottom:15px;
height:145px;
}
.useredit .wpuf-submit{
background: #2d72a0 !Important;
width: 135px;
height: 31px;
border: 0px;
clear: both;
margin-top: 10px;
color: #fff;
text-indent: 0px;
}
table.wpuf-table{
width: 750px !important;
}
.post_count{
width: 738px;
}
#simple-local-avatar{
display:none !important;
}
.leftAvatar label,.leftAvatar a{
cursor:pointer;
text-decoration:underline;
color:#5b7648;
}
.avatar {
border:1px solid #cacaca;
}
.userinfo{
margin-left:150px;
}
.userinfo span {
font-size:12px;
}
.userinfo .label{
font-weight:bold;
width:220px;
display:inline-block;
margin-bottom:10px;
}
.user-format{
clear:both;
}
.submitdelete {

}
.wpuf-table.middleline td{
vertical-align:middle;
}
.wpuf-post-form input, .wpuf-post-form textarea, .wpuf-post-form select{
border: 1px solid #CCCCCC;
font-size:14px;
border-radius:0px;
}
.wpuf-post-form label {
font-size:14px;
}
.wpuf-post-form input[type=submit], .wpuf-submit{
background: #2d72a0 !Important;
width: 135px;
height: 31px;
border: 0px;
clear: both;
margin-top: 10px;
color: #fff;
text-indent: 0px;
}
#wpuf-ft-upload-container .wpuf-button{
background:none;
border:0px;
text-decoration:underline;
color:#4d9a00;
}
.authorPost{
margin-top:-20px;
}
.newpostlink {
padding-left:20px;
font-size:16px;
}
.wpuf-table a,.user-name a{
color:#007ca5;
}
.user.clearfix{
margin-bottom:10px;

}
.user.clearfix a{
font-size:16px;
}
#commentform a{
color:#007ca5;
}
.comment-form-captcha img{
margin-top:-30px;
}

.captchaImg{
position: relative;
top: 15px;
margin-right:10px;
}
.exit{
font-size:12px;
}
.like,.dislike{
width:25px;
height:25px;
display:inline-block;
cursor:pointer;
}
#fade{
display: none;
background: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: .80;
z-index: 9999;
}
.gallery-item{
margin-bottom:25px;
}
.wp-caption-text{
text-align:center;
}
ul.children,.wsp-posts-list{
padding-left:15px;
}
.wsp-posts-list > li,.wsp-pages-list li{
padding:5px 0px;
}

.wsp-post{
padding-bottom:10px;
}
.wsp-category-title {
display:none;
}

