body {
	font-family: "Open Sans";
	background: url('../images/bg.jpg') no-repeat;
	#background-attachment: fixed;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	#background-size: cover;
	background-color: #130e0b;
	min-width: 480px;
}
body .wrap {
	max-width: 960px;
	width: auto;
	margin: 0 auto;
}
.content-wrapper {
	min-height: 100%;
	height: 100%;
}
.promo {
	height: 500px;
	position: relative;
}
.promo .title {
	margin-top: 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 50px;
	width: 655px;
	font-weight: 600;
	text-transform: uppercase;
}
.promo .share {
	position: absolute;
	width: 210px;
	height: 32px;
	top: 90px;
	left: 422px;
	line-height: 32px;
}
.promo .share .social {
	display: inline;
	float: right;
	margin-left: 90px;
	margin-top: -30px;
}
.promo .social .soc {
	float: right;
	background: url('../images/soc-sprite.png');
	margin-left: 7px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.promo .social .soc.twitter{
	background-position: -62px 0;
}
.promo .social .soc.fb{

}
.promo .social .soc.vk{
	background-position: -31px 0;
}

.promo .green {
	position: absolute;
	left: 0;
	top: 150px;
	padding: 8px;
	background-color: #35ce7c;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.promo .banner {
	position: absolute;
	top: 0px;
	right: 0px;
}
.promo .text{
	width: 550px;
	font-size: 14px;
	color: white;
	margin-top: 170px;
	font-weight: 600;
}
.promo .text .t2 {
	display: none;
}
.articles {
	margin-top: 20px;
	margin-bottom: 200px;
}
.articles .item{
	width: 300px;
	position: relative;
	float: left;
	height: 194px;
	margin-right: 30px;
	margin-bottom: 60px;
	overflow: hidden;
}
.articles .item img{
	width: 300px;
}
.articles .item .title-box{
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 36px;
	background-color: #111111;
	opacity: 0.7;
	margin-top: -10px;
}
.articles .item .title-box .title{
	color: white;
	font-size: 14px;
	margin: 8px;
}
.articles .item .title-box .title-disabled{
	color: gray;
	font-size: 14px;
	margin: 8px;
}
.articles .item .hover {
	position: absolute;
	top: 0;
	display: none;
}
.articles .item .disabled {
	position: absolute; top: 0;
	display: block;
}
.articles .item:hover .hover {
	display: block;
}

.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 66px;
}
.footer .wrap {
	background-color: #FFFFFF;
}
.footer .line {
	width: 100%;
	height: 5px;
	border-bottom: 2px solid #000000;
	margin-bottom: 14px;
}
.footer .logo {
	float: left;
	width: 200px;
}
.footer .license {
	margin-left: 200px;
	font-size: 14px;
	margin-top: 12px;
	background-color: white;
}

@media screen and (min-width: 1000px){
	.articles .item:nth-of-type(3n) {
		margin-right: 0;
	}
	body .menu {
		width: 1000px;
	}
	body .menu ul li {
		margin: 0 5px 0 0;
	}
}

@media screen and (min-width: 680px) and (max-width: 1000px){
	.articles .item:nth-of-type(2n) {
		margin-right: 0;
	}
	body .menu {
		width: 100%;
		overflow: hidden;
	}
	body .wrap {
		width: 680px;
	}
	body .wrap .articles {
		width: 640px;
		margin: auto;
	}
	.promo .title {
		font-size: 2.5em;
		width: 560px;
	}
	.promo .share {
		left: 295px;
		top: 65px
	}
	.promo .text {
		width: 430px;
		margin-top: 130px;
	}
}

@media screen and (max-width: 680px){
	body {
		#background-size: contain;
		background-image: url('../images/bg_small.jpg');
	}
	body .wrap {
		width:  100%;
	}
	body .menu {
		width: 100%;
		overflow: hidden;
	}
	body .menu li {
		float: left;
	}

	.articles .item {
		margin-right: 0;
		width: 400px;
		height: 265px;
	}
	.articles .item img {
		width: 400px;
	}
	body .wrap .articles {
		width: 400px;
		margin: auto;
	}

	.promo {
		max-width: 400px;
		width: 100%;
		margin: auto;
		height: 700px;
	}
	.promo .title {
		font-size: 2.5em;
		width: 100%;
	}
	.promo .green{
		top: 200px;
	}
	.promo .share {
		display: none;
	}
	.promo .text {
		width: 100%;
	}

	.promo .banner {
		position: static;
		margin-top: 350px;
		right: auto;
		float: left;
		margin-right: 12px;
	}
	.promo .text {
		margin-top: 350px;
	}
	.promo .text .t1 {display: none;}
	.promo .text .t2 {display: block;}
}

.menu-wrapper {
	overflow: hidden;
}
.menu-wrapper ul li {
	display: block;
	float: left;
}

.add-text {
	float: right;
	color: #a3a3a3;
	font-size: 10px;
	margin-bottom: 12px;
}
/*
@media screen and (max-width: 880px){
	.menu-wrapper .r1 {display: none}
}
@media screen and (max-width: 790px){
	.menu-wrapper .r2 {display: none}
}
@media screen and (max-width: 6800px){
	.menu-wrapper .r3 {display: none}
}
*/