body {
	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;
}
body .wrap {
	max-width: 960px;
	width: auto;
	margin: 0 auto;
}
.content-wrapper {
	min-height: 100%;
	height: 100%;
}
.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;}
}
/** Common menu  */
.menu-wrapper {
	width:100%;
	height:50px;
	margin: -10px 0px 0px 0px;
	background:#000;
}
.menu {
	width:1050px;
	margin:auto;
}
.menu ul {
	padding:5px 0px;
}
.menu ul li:first-child  {
	background: none;
	padding: 0px;
}
.menu ul li:nth-child(2) {
	background: none;
}
.menu ul li {
	display:inline;
	margin:0px 10px 0px 0px;
	padding: 0px 0px 0px 36px;
	background:url(../images/dot.png) left no-repeat;
	line-height: 35px;
}
.menu ul li a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}
.menu ul li img {
	vertical-align: middle;
}
.menu-wrapper {
	overflow: hidden;
}
.menu-wrapper ul li {
	display: block;
	float: left;
}

.add-text {
	float: right;
	color: #a3a3a3;
	font-size: 10px;
	margin-bottom: 12px;
}