
.screen {
	background-image: url(/images/bg1_1w.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	padding: 12.5em 0;
}
.screen h1 {
	text-transform: uppercase;
	margin: 0;
	font-size: 3em;
	color: #000;
	margin-bottom: .6em;
}
.screen h1 span {
	text-transform: none;
	font-weight: normal;
}
.screen h3 {
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	margin-bottom: .7em;
}
.screen-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	width: 59%;
}

.bg2 {
	background: url(/images/star.png), #f9f9f9;
	background-position: left;
	background-size: 45%;
	background-repeat: no-repeat;
	position: relative;
}
.bg2 h2 {
	text-align: left;
    padding-top: 1em;
}
.grad-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6em;
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.grad-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6em;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.targets-intro {
	padding: 15px;
}
.after-head {
	font-size: 1.5em;
	width: 30em;
	line-height: 1.3em;
	color: rgba(0, 0, 0, .7);
	max-width: 100%;
	text-align: center;
}
.targets-list {
	font-size: 0;
}
.targets-list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	margin: auto;
	padding: 15px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 25%;
}
.targets-list li > img {
	display: inline-block;
	vertical-align: middle;
}
.t-name {
	font-size: 1.5em;
	margin: .5em 0;
}
.t-txt {
	font-size: .9375em;
	color: #999;
}


@media (max-width: 1220px) {
	.targets-list li {
		font-size: 14px;
	}
}
@media (max-width: 1020px) {
	.screen {
		font-size: 0.8em;
	}
	.targets-list li {
		font-size: 12px;
		width: 50%;
	}
	.targets > .bodywrap {
		width: 750px;
	}
}
@media only screen and (max-device-width: 900px) {
	.targets > .bodywrap {
		width: 100%;
	}
}


@media only screen and (max-device-width: 800px) {
	.screen-content {
		width: 100%;
	}
	.bg2 .half.right {
		float: none;
		width: 100%;
	}
	.screen, .bg2 {
		background-image: none;
	}
	.bg2 {
	    padding-top: 0em;
	}
	.bg2 h2 {
		text-align: center;
	}
	.grad-top, .grad-bottom {
		display: none;
	}
}