/************************************/
/* HERO */
/************************************/
#hero {
	padding: 0;
}

#hero video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#hero .video {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
}

#hero .wrap {
	position: absolute;
	width: 100%;
	max-width: none;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	padding: 0 10px;
}

#hero p {
	font-size: 70px;
	font-weight: 700;
}

#hero p:first-child {
	font-size: 150px;
}

#hero .arrow {
	position: absolute;
	bottom: 0px;
	width: 200px;
	height: 200px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(45deg) skew(160deg, 160deg) translateX(-50%);
	-ms-transform: rotate(45deg) skew(160deg, 160deg) translateX(-50%);
	transform: rotate(45deg) skew(160deg, 160deg) translateX(-50%);
	left: 50%;
}
/************************************/
/* END HERO */
/************************************/

/************************************/
/* ABOUT */
/************************************/
#about {
	text-align: center;
}

#about h1 {
	font-weight: 300;
	margin: 0 0 30px 0;
}

#about a {
	display: inline-block;
}
/************************************/
/* END ABOUT */
/************************************/

/************************************/
/* SERVICES */
/************************************/
#services li {
	float: left;
	width: 50%;
}

#services li:first-child {
	background: #ebebeb;
}

#services li:last-child {
	background: #f5f5f5;
}

#services .wrap50 {
	width: 600px;
	padding: 70px 30px;
	text-align: center;
}

#services li:first-child .wrap50 {
	float: right;
}

#services h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#services a {
	display: inline-block;
	margin: 20px 0 0 0;
}
/************************************/
/* END SERVICES */
/************************************/

/************************************/
/* COUNTRY */
/************************************/
#country {
	background: #333;
	padding: 0;
}

#country li {
	float: left;
	width: 25%;
	height: 500px;
}

#country span {
	color: #fff;
	text-transform: uppercase;
	padding: 220px 10px;
	display: block;
	text-align: center;
}

#country li .container {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}

#country li .card {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
  transition: transform 1s;
}

#country li .card > div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
}

#country .back {
	transform: rotateY( 180deg );
	background: #26afec;
}

#country li:hover > .container .card  {
  transform: rotateY( 180deg );
}

#country li .front {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
/************************************/
/* END COUNTRY */
/************************************/


/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

	/************************************/
	/* HERO */
	/************************************/
	#hero p {
		font-size: 70px;
	}

	#hero p:first-child {
		font-size: 150px;
	}

	#hero .arrow {
		width: 120px;
		height: 120px;
	}
	/************************************/
	/* END HERO */
	/************************************/

	/************************************/
	/* ABOUT */
	/************************************/

	/************************************/
	/* END ABOUT */
	/************************************/

	/************************************/
	/* SERVICES */
	/************************************/
	#services .wrap50 {
		width: 360px;
		padding: 60px 20px;
	}
	/************************************/
	/* END SERVICES */
	/************************************/

	/************************************/
	/* COUNTRY */
	/************************************/
	#country li {
		height: 300px;
	}

	#country span {
		padding: 140px 10px;
	}
	/************************************/
	/* END COUNTRY */
	/************************************/
}


/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

	/************************************/
	/* HERO */
	/************************************/
	#hero p {
		font-size: 40px;
	}

	#hero p:first-child {
		font-size: 80px;
	}

	#hero .arrow {
		width: 80px;
		height: 80px;
	}
	/************************************/
	/* END HERO */
	/************************************/

	/************************************/
	/* ABOUT */
	/************************************/

	/************************************/
	/* END ABOUT */
	/************************************/

	/************************************/
	/* SERVICES */
	/************************************/
	#services li {
		float: none;
		width: 100%;
	}

	#services .wrap50 {
		width: 100%;
		padding: 40px 10px;
	}

	#services li:first-child .wrap50 {
		float: none;
	}
	/************************************/
	/* END SERVICES */
	/************************************/

	/************************************/
	/* COUNTRY */
	/************************************/
	#country li {
		float: none;
		width: 100%;
		height: 200px;
	}

	#country span {
		padding: 90px 10px;
	}
	/************************************/
	/* END COUNTRY */
	/************************************/
}
