
/* Header
-----------------------------------------------------------------------------*/
.remote__inner{
	max-width: 1170px;
	min-width: 290px;
	margin: 0 auto;
}
.remote__title{
	font-size: 48px;
	font-weight: bold;
	line-height: 57px;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.remote__desc{
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.15px;
}
.remote-1{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.remote-1__container{
	width: 560px;
	min-height: 100vh;
	max-width: 100%;
	box-sizing: border-box;
	padding: 50px 0 223px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.remote-2{
	padding: 111px 0 78px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.remote-2__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.remote-2__item{
	display: block;
	width: 33.33333333%;
	height: 400px;
	box-sizing: border-box;
	padding: 25px 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.remote-2__item:before{
	content: '';
	display: block;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.remote-2__name{
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: -0.15px;
	position: relative;
	margin-bottom: 4px;
}
.remote-2__text{
	position: relative;
	font-size: 15px;
	line-height: 18px;
}
.remote-3{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.remote-3__container{
	min-height: 529px;
	padding: 97px 0;
}
.remote-4{
	padding: 111px 0 110px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.remote-4__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.remote-4__item{
	display: block;
	width: 40.3%;
	height: 400px;
	box-sizing: border-box;
	padding: 25px 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.remote-4__item:before{
	content: '';
	display: block;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.remote-4__name{
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: -0.15px;
	position: relative;
	margin-bottom: 4px;
}
.remote-4__text{
	position: relative;
	font-size: 15px;
	line-height: 18px;
}
.remote-4__item:nth-child(1),.remote-4__item:nth-child(4){
	width: 59.7%;
}
.remote-4__item:nth-child(1) .remote-4__name,.remote-4__item:nth-child(4) .remote-4__name,.remote-4__item:nth-child(1) .remote-4__text,.remote-4__item:nth-child(4) .remote-4__text{
	width: 400px;
	max-width: 100%;
}
.remote-5{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.remote-5__container{
	min-height: 723px;
	box-sizing: border-box;
	padding: 110px 0 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.remote-6{
	padding: 103px 0;
}
.remote-6__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.remote-6__col{
	width: 33.3333333333%;
	box-sizing: border-box;
	padding: 39px 15px;
	text-align: center;
}
.remote-6__image{
	margin-bottom: 23px;
}
.remote-6__image img{
	max-width: 100%;
	height: auto;
}
.remote-6__name{
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.remote-6__text{
	font-size: 15px;
	line-height: 18px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
	.remote__inner{
		margin-left: 15px;
		margin-right: 15px;
	}
	.remote-2__container,.remote-4__container{
		margin: 0;
	}
}
@media only screen and (max-width: 992px){
	.remote__title{
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 20px;
	}
	.remote__desc{
		font-size: 20px;
		line-height: 26px;
	}
	.remote-2{
		padding: 50px 0;
	}
	.remote-2__item,.remote-4__item{
		width: 50% !important;
	}
	.remote-3__container{
		min-height: 450px;
		padding: 50px 0;
	}
	.remote-4{
		padding: 50px 0;
	}
	.remote-5__container{
		min-height: 500px;
		padding: 50px 0;
	}
	.remote-6{
		padding: 50px 0;
	}
	.remote-6__image{
		width: 150px;
		margin: 0 auto 23px;
	}
}
@media only screen and (max-width: 767px){
	.remote-1{
		background: left center;
	}
	.remote-1__container{
		padding: 50px 0 100px;
	}
	.remote-6__col{
		width: 50%;
	}
}
@media only screen and (max-width: 480px){
	.remote__title {
		font-size: 26px;
		line-height: 36px;
	}
	.remote__desc {
		font-size: 17px;
		line-height: 23px;
	}
	.remote-1__container{
		min-height: 0;
		padding: 30px 0;
	}
	.remote-2{
		padding: 15px 0;
	}
	.remote-2__item,.remote-4__item{
		width: 100% !important;
	}
	.remote-2__item,.remote-4__item{
		height: auto;
	}
	.remote-2__item:before,.remote-4__item:before{
		height: 250px;
	}
	.remote-3__container{
		min-height: 0;
		padding: 30px 0;
	}
	.remote-4{
		padding: 15px 0;
	}
	.remote-5__container{
		min-height: 0;
		padding: 30px 0;
	}
	.remote-6{
		padding: 15px 0;
	}
	.remote-6__col{
		width: 100%;
		padding: 20px 15px;
	}
	.remote-6__image{
		margin-bottom: 15px;
	}
	.remote-6__name {
		font-size: 22px;
		line-height: 26px;
	}
}

