html {
	background: #fff;
}
.slider {
	position: relative;
	min-height: 140px;
}
.slider img {
	padding: 8px;
	background: white;
	width: 943px;
	height: 373px
}
.sliderText {
	position: absolute;
	left: 8px;
	bottom: 20px;
	padding-left: 20px;
	background: rgb(94, 91, 81); /* The Fallback */
	background: rgba(94, 91, 81, 0.5);
	width: 923px;
}
.sliderText p {
	font-style: italic;
	font-weight: normal;
	color: white;
	font-size: 30px;
    margin-bottom: 30px;
}



/*MENU*/
	ul li {
		list-style-image:url('../img/list-style-image.jpg');
	}
	.widgetMenu ul {
		margin-bottom: 0;
	}
	.widgetMenu ul li a {
		font-size: 14px;
		color: #49201a;
		text-decoration: none;
		border-bottom: 1px solid #dcc5ad;
	}
		.widgetMenu ul li a:hover, .widgetMenu ul li a.active {
			color: #b91239;
		}
		.widgetMenu ul li a.active {
			cursor: default;
		}

	.widgetMenu ul li ul li a {
		border-bottom: none;
		color: #49201A;
	}
	.widgetMenu ul li ul li a:hover, .widgetMenu ul li ul li a.active {
		text-decoration: underline;
	}
	.widgetMenu ul li ul li {
		list-style-image: url('../img/list-style-image-2.png')
	}
	.widgetMenu ul li ul li ul li a {
		border-bottom: none;
		color: #765a44;
	}
	.widgetMenu ul li ul li ul li a:hover, .widgetMenu ul li ul li ul li a.active{
		text-decoration: underline;
		color: #765a44;
	}
	.widgetMenu ul li ul li ul li {
		list-style-image: url('../img/list-style-image-3.png');
	}
	
	
/*END MENU */

/*
.aboutCompany h1, 
*/

.toggleText {
	overflow:hidden;
	padding-bottom: 20px;
}
.toggleText.active {
	height: 100% !important;
}
.h1AboutTop {
	text-align: center;
	margin-bottom: -5px;
	margin-top: -35px;
}
.h1AboutTop.h1AboutTopMain {
	margin-top: 0;
}
.h1AboutTop img {
	width: 247px;
	height: 35px;
}
.showAll {
	float:right;
	color: black;
	font-style: italic;
}
	a.showAll:hover {
		text-decoration: none;
	}

/* corners */
.border {
	position: absolute;
}
.border_1 {
	left: -2px;
	top: -1px;
}
.border_2 {
	right: -1px;
	top: -2px;
}
.border_3 {
	bottom: -1px;
	right: -2px;
}
.border_4 {
	bottom: -2px;
	left: -1px;
}


.date {
	background: url('../img/dateBg.png') no-repeat center ;
	width: 72px;
	height: 71px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.day {
	font-size: 24px;
	line-height: 23px;
	margin-top: 7px;
}
.month, .year {
	font-size: 10px;
}
.day, .month, .year {
	clear: both;
	display: block;
}
.feedbackPreviewInner {
	border-top: 1px solid #cdc6bc;
	overflow: hidden;
	margin: 0 10px;
	padding-top: 20px;
}
.articlePreview:first-child .feedbackPreviewInner {
	padding-top: 0;
	border-top: none;
}
.articlePreviewInner h2, .feedbackPreviewInner h2, .articlePreviewInner h2 a, .feedbackPreviewInner h2 a {
	font: bold italic 16px Georgia,"Nimbus Roman No9 L",serif;
	margin-bottom: 10px;
	color: black;
}
.articlePreviewInner h2 a:hover, .feedbackPreviewInner h2 a:hover {
	color: #BC143B;
}
.feedbackPreviewInner h2 {
	width: 200px;
	float:left;
}
span.dateFeedback, span.dateFeedback.grid_6 {
	text-align: right;
	width: 338px;
	font-size: 16px;
	font-style: italic;
	float:right;
}
.feedbackText {
	float:left;
}
.feedbackText p {
	margin-bottom: 10px;
}

.navigation {
	float:right;
	text-align: center;
	margin-top: 20px;
}
.navigation a {
	color: black;
}
.navigation a:hover {
	color: #fff;
	background: #BA1339;
}
.navigation span, .navigation a {
	padding: 3px 6px;
}
.newArticles.feedback {
	padding-bottom: 20px;
}

.newArticles.blog {
	border: none;
	background: none;
	width: 700px !important;
	margin-top: 0;
}
form {
	text-align: center;
}
form label {
	color: #3d2510;
	font-size: 16px;
}
form input {
	width: 100%;
}
form textarea {
	width: 100%;
}
input[type="submit"]{
	width: 100px;
	font-family: Georgia,"Nimbus Roman No9 L",serif !important;
	font-size: 16px;
	color: #3d2510;
	border: none;
	background: none;

}
input[type="submit"]:hover {
	cursor: pointer;
	color: #BC143B;
}
input[type="submit"]:active {
	text-shadow: none;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}


.readAll {
	color: #3e2815;
}
.readAll:hover {
	color: #BC143B;
}
.h2Blog {
	height: 71px;
	display: table-cell;
	vertical-align: middle;
	float:none;
}
.h2Blog h2 {
	margin-bottom: 0;
	font: bold italic 16px Georgia,"Nimbus Roman No9 L",serif;
}
.newArticles.blog .articlePreview {
	margin-top: 20px;
}
.newArticles.blog .articlePreview:first-child {
	margin-top: 0;
}
.articlePreviewInner.blog {
	margin: auto;
}

/*только для главной страницы
.newArticles.main .articlePreview {
	padding-bottom: 20px;
}*/
.articlePreview {
	padding-bottom: 20px;
}

.newArticles.blog .date {
	padding-top: 6px;
	height: 65px;
}
.newArticles.blog .day {
	font-size: 36px;
}
.newArticles.blog .month {
	font-size: 14px;
}
.articlePreviewInner.blog p {
	margin-bottom: 5px;
}
.articlePreviewInner.blog {
	width: 100%!important;
}
.articlePreviewInner.blog img {
	padding: 4px;
}
.left {
	float:left;
}
.right {
	float:right;
}
img.left {
	margin: 0 10px 10px 0;
}
img.right {
	margin: 0 0 10px 10px;
}

.galleryWrap.galleryAbout img {
	width: auto;
}
.ourTeamText h2 {
	font: bold italic 16px Georgia,"Nimbus Roman No9 L",serif;
}
.copy, .akula a {
	font-size: 12px;
	color: #bbbbbb;
}

.akula {
	text-align: right;
}

.akula img {
	margin-left: 5px;
}
.akula a:hover {
	text-decoration: none;
}
.akulaInner, .copyInner, .upLinkInner {
	height: 45px;
	display: table-cell;
	vertical-align: middle;
}
.akulaInner, .copyInner {
	width: 340px;
}
.upLinkInner {
	width: 220px;
}




/*========================================
		SLIDER
==========================================*/
.slider_box_wrap{
    background: none repeat scroll 0 0 white;
    padding: 8px;
    width: 943px;
    position: relative;
}
.slider_box,
.slider_box2{
    height: 373px;
    width: 943px;
    margin: 0 auto;
    overflow: hidden;
}
.slider_box .slide,
.slider_box2 .slide{
	position: relative;
} 
.slider_box .slide img,
.slider_box2 .slide img {
    padding: 0;
}
.slider_box .slide .sliderText,
.slider_box2 .slide .sliderText {
    left: 0;
} 
.menuTop{
	position: relative;
}
.slider_box .nav_box{
    margin: 0 0 0 350px;
    opacity: 0.7;
    position: absolute;
    bottom: 25px;
    z-index: 10;
}
.slider_box .nav_box a{
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    text-indent: -9999px;
    width: 10px;
}
.slider_box .nav_box a.active{
	background: #46301F;
}
a{
	outline: none;
}
/*
.212 {
	width: 212px;
}
*/
.galleryItem img {
	max-width: 212px;
}

.feedbackAnswer{
	color:#B91239;
}
.back_history{
	color:#49201A;
	margin:-30px 10px 10px 10px;
	display:block;
	text-align:right;
}
form input[type="file"]{
	width:auto;
}
.fl_r{
	float:right;
}
.fl_l{
	float:left;
}
.aboutCompany{
	margin-bottom:20px;
}
.counter{
    bottom: 3px;
    left: 50%;
    margin-left: -268px;
    position: absolute;
}
.footerWrap{
	position:relative;
}
.social{
	background:url(../img/social.png) no-repeat left bottom;
	width:25px;
	height:24px;
	display:block;
	float:left;
}
.socialIcons {
	padding-top: 7px;
}
.social_1{background-position:left bottom;}
.social_1:hover{background-position:left top;}
.social_2{background-position:-28px bottom;}
.social_2:hover{background-position:-28px top;}
.social_3{background-position:-56px bottom;}
.social_3:hover{background-position:-56px top;}
.social_4{background-position:-85px bottom;}
.social_4:hover{background-position:-85px top;}
.social_5{background-position:-118px bottom;}
.social_5:hover{background-position:-118px top;}

/*h1,
h2,
h3,
h4,
h5,
h6{
	font-family: Georgia,"Nimbus Roman No9 L",serif;	
	line-height:1.5;
	font-size: 14px;
	font-weight:normal;
}*/

.akula_copy{
    background: url("../img/akula.png") 100% 0 no-repeat;
    min-height: 26px;
    min-width: 26px;
    line-height: 26px;
    white-space: nowrap;
    padding-right:28px;
}

.traffic{
	/*margin: 0 auto;
	width: 960px;*/
}
.traffic ul,
.traffic p,
.traffic li {
    display: inline-block;
    margin-left: 3px;
}

.traffic p {
    padding-left: 45px;
    color: #fff;
}

.traffic a {
    color: #4d2d0f;
    text-decoration: none;
}

.social_button{
	margin: 20px 0;
}
/*footer menu-list*/
.menu-list {
margin: 0 auto;
width: 1000px;
height:200px;
overflow: hidden;
color: #666;
}
.menu-list ul.col1{
	width:200px;
	}
.menu-list ul.col2{
	width:480px;
	}
.menu-list ul.col3{
	width:200px;

	}
.menu-list ul.col3 .soc{
  	margin-left:12px;
	}
.menu-list ul.col3  .soc img{
  	padding: 0px 0px 8px 8px;

	}	

.menu-list p {
	font-size:14px;
	margin-left: 20px;
	margin-bottom: 20px;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #DCC5AD;

}
.menu-list ul {
float: left;
margin: 0;
padding: 0px 30px 0 0;
font-size: 12px;

}
.menu-list ul li {
padding-bottom: 8px;
width:200px;
float:left;

}
.menu-list ul li a {
color: #999;
text-decoration: none;

}
.menu-list ul li a:hover {
color: #BC143B;
}
/*END footer menu-list*/

/*voteBox*/
.voteBox{
	position: relative;
	float: left;
	width: 220px;	
	height: 190px;
	margin: 0 10px 30px 10px;
}
.voteBox .countVotes{
	position: absolute;
	bottom: -12px;
	left: 103px;
	color: #010101;
	background: url("../img/kvoteBottom.jpg") left top no-repeat;	
	padding: 4px 0;
	text-align: center;
	z-index: 2;
	width: 28px;
	height: 15px;	
}
.voteBox .countVotes em{
	font-size: 14px;
	font-style: normal;
	color: #49201a;
}
.voteBox .vote{
	background: url("../img/kvote.jpg") left top no-repeat;
	position: absolute;	
	width: 24px;
	height: 24px;
	z-index: 2;
	cursor: pointer;
}
.voteBox .vote.voteUp{
	top: 16px;
	left: 16px;
	background-position: left bottom;
}
.voteBox .vote.voteDown{
	bottom: 45px;
	right:0px;		
}
.voteBox .img-iconVote{
	width: 24px;
	height: 24px;
	margin: 0 0 3px 0;
}
.konkursi a.the_photo,
.konkursi a.the_photo:hover {
	background: #f9f4ea;
	border:2px solid #ede3ce;
	height: 190px;	
}
.konkursi a.the_photo .bg_kak_wrap{
	background: #f9f4ea;	
}
.konkursi a.the_photo .bg_kak_wrap span{
	display: inline;
	background: #fcf8e8;
	padding: 5px 10px	;
}
.vorePlace{
	position: absolute;
	top: -17px;
	right: -27px;
	width: 38px;
	height: 46px;
	z-index:2;
}
.vorePlace-1{
	background: url("../img/kvote1.png") left top no-repeat;	
}
.vorePlace-2{
	background: url("../img/kvote2.png") left top no-repeat;		
}
.vorePlace-3{
	background: url("../img/kvote3.png") left top no-repeat;		
}

.h2{
	color:#800000;
	font-size: 20px;
	font-style: italic ;
}