body{
	font: 14px/1.571 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	color: #383838;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	margin: 0;
	background: #fff;
}
*{outline: none;}
a{
	color: #383838;
	text-decoration:none;
	outline: none;
}
a:hover{color: #368ed0;}
img{
	vertical-align:top;
	border: 0;
	max-width: 100%;
	height: auto;
}
header, footer, article, section, nav, figure {display: block;}

#wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding-bottom: 44px;
	overflow: hidden;
	box-sizing: border-box;
}

#wrapper h1 {
	text-transform: uppercase;
	color: #000;
	font: 80px/80px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 0 0 27px 0;
	padding: 0 46px;
	box-sizing: border-box;
}
.container {
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	text-indent: -99999px;
	display: block;
	background: url("../images/logo.png") no-repeat;
	width: 103px;
	height: 16px;
	margin: 0 auto;
	margin-bottom: 26px;
	background-size: cover;
}

.full-screen {width: 100%}
.full-screen.line {
	background: url("../images/top-line.jpg");
	height: 6px;
	margin-bottom: 25px;
}

.box-item {
	position: relative;
	float: left;
	box-sizing: border-box;
	max-width: 300px;
	max-height: 300px;
	margin-bottom: 20px;
}
.box-item:last-child:after {
	content: '';
	display: block;
	clear: both;
}

.horizontal-item {
	position: relative;
	width: 620px;
	max-width: 620px;
}
.vertical-item {
	max-height: 620px;
}

.box-holder {
	min-width: 300px;
	min-height: 300px;
}

.title-holder {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.title-holder h2 {
	display: inline;
}

.title-holder h2:hover {
	border-bottom: 2px solid #00aeef;
}
.bg-green {background: #7cc576;}
.bg-blue {background: #00aeef;}
.bg-pink {background: #f36d7d;}
.bg-lilac {background: #8560a8;}
.bg-peach {background: #fdc689;}
.bg-white {background: #ffffff;}

.bg-green:hover {background: #66b260;}
.bg-blue:hover {background: #05a5e1;}
.bg-pink:hover {background: #ec6575;}
.bg-lilac:hover {background: #755098;}
.bg-peach:hover {background: #ecb274;}

.img-holder img {
	width: 100%;
	display: block;
}
.img-holder::after {
	content: '';
	width: 100%;
	height: 100%;
	min-width: 300px;
	min-height: 300px;
	background: -moz-linear-gradient(top, transparent 0%, #000 100%);
	background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
	background: -o-linear-gradient(top, transparent, #000 100%);
	background: -ms-linear-gradient(top, transparent, #000 100%);
	background: linear-gradient(top, transparent, #000 100%);
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
}
.box-holder:hover .img-holder::after {
	opacity: 0.55;
}

.vertical-item .img-holder::before {
	background: rgba(0, 0, 0, 0);
}

.vertical-item .box-holder:hover .img-holder::before{
	background: rgba(0, 0, 0, 0);
}

.vertical-item .content-holder {font-size: 0;}
.vertical-item .content-holder::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.vertical-item .content-holder h3 {
	vertical-align: middle;
}

.content-holder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 19px;
	box-sizing: border-box;
}

.content-holder a {font-size: 0;}

.content-holder a::after {
	content: '';
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}

.content-holder a {
	display: table;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}

.video-block .content-holder a {
	display: block;
}

.video-block .content-holder a h4 span{
	display: inline;
}

.video-block .content-holder a h4 span:hover {
	border-bottom: 2px solid #fff;
}

.horizontal-item .content-holder a h3 {
	box-sizing: border-box;
}

.content-holder a h3,
.content-holder h3 {
	display: inline;
	font: 40px/50px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
}

.box-holder:hover h3 {
	border-bottom: 2px solid #fff;
}

/*.content-holder h3:hover {*/
	/*text-decoration: underline;*/
/*}*/

.marker {
	position: absolute;
	width: 100%;
	top: 6px;
	left: 0;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	text-align: center;
}
.marker span {
	font: 11px/20px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #000;
	color: #fff;
	padding: 1px 12px 1px 12px;
	box-sizing: border-box;
	min-width: 77px;
	display: inline-block;
}

.marker.light span{
	background: #fff799;
	color: #000;
}

.content-holder h2 {
	vertical-align: middle;
	color: #000;
	font: 50px/55px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.content-holder .underline-text {padding-top: 38px;}

.content-holder h2 {
	border-bottom: 2px solid #000;
}

.box-holder:hover h2 {
	color: #00aeef;
	border-bottom: 2px solid #00aeef;
}

.box-item.vertical-item {
	min-height: 620px;
	box-sizing: border-box;
	padding-top: 55px;
}

.img-holder.frame-img {
	width: 246px;
	height: 239px;
	border: 10px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.img-holder.frame-img img {width: 100%;}
.img-holder.frame-img:after {display: none;}

.box-item.vertical-item .content-holder {
	height: 50%;
	top: 50%;
	padding: 0 26px;
}

.box-item.vertical-item .title-holder {
	padding-top: 48px;
}

.content-holder h4 {
	font: 25px/30px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	text-align: center;
	bottom: 0;
}

.content-holder span.video-play {
	display: block;
	width: 78px;
	height: 78px;
	background: url("../images/play-video.png") 50% 50% no-repeat;
	margin: 0 auto;
	margin-bottom: 34px;
	background-size: cover;
}

.content-frame {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 17px;
}

.container-social {
	border-top: 1px solid #c6c5c5;
	margin-bottom: 11px;
}

.social-networks {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.social-networks li {
	display: inline-block;
	margin-right: 7px;
}

.social-networks li:last-child {margin: 0;}

.social-networks li a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-indent: -99999px;
	background-size: cover;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.social-networks li a:hover {
	opacity: 0.4;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.facebook {background: url("../images/social-btns.png") 0 0 no-repeat;}
.twitter {background: url("../images/social-btns.png") -50px 0 no-repeat;}
.google {background: url("../images/social-btns.png") -100px 0 no-repeat;}
.pinterest {background: url("../images/social-btns.png") -150px 0 no-repeat;}
.linkedin {background: url("../images/social-btns.png") -200px 0 no-repeat;}
.stumbleupon {background: url("../images/social-btns.png") -250px 0 no-repeat;}

@media only screen and (max-width: 939px) {
	#wrapper {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.box-item {
		width: 290px;
		height: 290px;
	}

	.horizontal-item {
		width: 600px;
		height: 290px;
	}

	.box-holder {
		min-width: 290px;
		min-height: 290px;
	}

	.img-holder::after {
		min-height: 290px;
		min-width: 290px;
	}

	.box-item.vertical-item {
		min-height: 600px;
		min-width: 290px;
	}

	#wrapper h1 {
		font-size: 70px;
		line-height: 75px;
		letter-spacing: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.marker span {
		font: 18px/28px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
		min-width: 110px;
	}
	.content-holder .underline-text {padding-top: 45px;}
}

@media only screen and (max-width: 639px) {
	#wrapper h1 {
		font: 60px/60px 'PT Sans', Arial, Helvetica, sans-serif;
		margin-bottom: 21px;
		font-weight: bold;
		letter-spacing: inherit;
		padding: 0 35px
	}
	#wrapper {padding-bottom: 8px;}
	.logo {margin-bottom: 23px;}

	.box-item {
		width: 217px;
		height: 217px;
		margin-bottom: 10px;
	}

	.box-item.horizontal-item {
		width: 450px;
		height: 217px;
		box-sizing: border-box;
	}

	.box-holder {
		min-width: 217px;
		min-height: 217px;
	}

	.img-holder::after {
		min-height: 217px;
		min-width: 217px;
	}

	.box-item.vertical-item {
		min-height: 444px;
		min-width: 217px;
	}
	.content-holder a h3,
	.vertical-item .content-holder h3 {font: 30px/37px 'PT Sans Narrow', Arial, Helvetica, sans-serif;}
	.content-holder a h2 {font: 36px/40px 'PT Sans Narrow', Arial, Helvetica, sans-serif;}
	.content-holder span.video-play {
		width: 58px;
		height: 58px;
		padding: 0;
		margin-bottom: 20px;
	}
	.img-holder.frame-img {
		width: 187px;
		height: 187px;
		border: 5px solid #fff;
	}
	.marker span {
		padding: 0 12px;
		font: 11px/20px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
		min-width: 77px;
	}
	.marker{top: 2px;}
	.content-holder h4 {font: 24px/36px 'PT Sans Narrow', Arial, Helvetica, sans-serif;}
	.content-holder {padding: 0 15px;}
	.video-block .content-holder {padding: 0 7px;}
	.box-item.vertical-item {padding-top: 30px;}
	.box-item.vertical-item .content-holder {padding: 0 20px;}
	.box-item.vertical-item .content-holder {height: 50%;}
	.content-holder .underline-text {padding-top: 35px;}
	.box-item.vertical-item .title-holder {padding-top: 35px;}
}

@media only screen and (max-width: 490px) {
	.social-networks li {margin-right: 0;}
	#wrapper h1 {
		font: 35px/38px 'PT Sans', Arial, Helvetica, sans-serif;
		letter-spacing: inherit;
		font-weight: bold;
	}
	#wrapper {padding-bottom: 8px;}
	.logo {margin-bottom: 23px;}

	.box-item {
		width: 145px;
		height: 145px;
		margin-bottom: 10px;
	}

	.box-item.horizontal-item {
		width: 300px;
		height: 145px;
		box-sizing: border-box;
	}

	.box-holder {
		min-width: 145px;
		min-height: 145px;
	}

	.img-holder::after {
		min-height: 145px;
		min-width: 145px;
	}

	.box-item.vertical-item {
		min-height: 300px;
		min-width: 145px;
	}
	.content-holder a h3,
	.vertical-item .content-holder h3 {font: 20px/25px 'PT Sans Narrow', Arial, Helvetica, sans-serif;}
	.content-holder a h2 {font: 24px/27px 'PT Sans Narrow', Arial, Helvetica, sans-serif;}
	.content-holder .underline-text {padding-top: 21px;}

	.content-holder span.video-play {
		width: 39px;
		height: 39px;
		padding: 0;
		margin-bottom: 20px;
	}
	.img-holder.frame-img {
		width: 125px;
		height: 125px;
		border: 5px solid #fff;
	}
	.marker span {
		padding: 0 12px;
		font: 11px/20px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
		min-width: 77px;
	}
	.marker{top: 2px;}
	.content-holder h4 {font: 16px/24px 'PT Sans Narrow', Arial, Helvetica, sans-serif;}
	.content-holder {padding: 0 15px;}
	.video-block .content-holder {padding: 0 7px;}
	.box-item.vertical-item {padding-top: 30px;}
	.box-item.vertical-item .content-holder {padding: 0 20px;}
	.box-item.vertical-item .content-holder {height: 52%;}
	#wrapper h1 {padding: 0 20px;}
	.content-holder h3 {padding-top: 5px;}
	.box-item.vertical-item .title-holder {padding-top: 30px;}

	.title-holder h2:hover {
		border-bottom: 1px solid #00aeef;
	}
	.box-holder:hover h2 {
		color: #00aeef;
		border-bottom: 1px solid #00aeef;
	}
	.box-holder:hover h3 {
		border-bottom: 1px solid #fff;
	}
	.video-block .content-holder a h4 span:hover {
		border-bottom: 1px solid #fff;
	}
	.box-holder:hover h3 {
		border-bottom: 1px solid #fff;
	}
	.content-holder h2 {
		border-bottom: 1px solid #000;
	}
}
