@charset "UTF-8";

@font-face {
	font-family: 'Futura LT';
	src: url('fonts/Futura LT.woff');
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/Century Gothic.woff')
}

body {
  background-color: #252525;
  width: 100%;
	height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
	overflow-x: hidden;
}

.content-rw {
	box-sizing: border-box;
  width: 97%;
  margin: 0 auto;
	padding-bottom: 160px;
  background-color: #d9d9d9;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	a, img{
		border: none;
	}

}

/*--------------------------------------------*/
/*-----------------Carousel----------------*/
/*-------------------------------------------*/

#owl-demo .owl-carousel {
	margin: 0;
	padding: 0;
}

#owl-demo .heroimage img {
  display: block;
  width: 100%;
	margin: 0;
	padding: 0;
}

.hero1, .hero2, .hero3, .hero4 {
	width: 100%;
	height: auto;
	z-index: 50;
	background: #FFF;
}

.hero1 .herotext {
  position: absolute;
  color: #FFF;
	box-sizing: border-box;
	margin: 5vw 0 0 5vw;
}

.hero2 .herotext {
  position: absolute;
  text-align: right;
	width: 100%;
  color: #000;
	box-sizing: border-box;
  margin: 15vw 0 0 -5vw;
}

.hero3 .herotext {
	position: absolute;
  color: #FFF;
	box-sizing: border-box;
	margin: 17vw 0 0 5vw;
}

.hero4 .herotext {
	position: absolute;
	width: 100%;
	text-align: right;
  color: #FFF;
	box-sizing: border-box;
	margin: 17vw 0 0 -5vw;
}

.hero1 .herotext h1,
.hero3 .herotext h1 {
  font-family: 'Century Gothic', sans-serif;
  font-size: 5vw;
  line-height: 1em;
	padding: 0;
	margin: 0 0 1vw 0;
	color: #FFF;
  font-weight: 600;
}

.hero2 .herotext h1 {
  font-family: 'Century Gothic', sans-serif;
  font-size: 5vw;
  line-height: 1em;
	padding: 0;
	margin: 0 0 1vw 0;
	color: #000;
  font-weight: 600;
}

.hero4 .herotext h1 {
	font-family: 'Century Gothic', sans-serif;
  font-size: 5vw;
  line-height: 1em;
	padding: 0;
	margin: 0 0 1vw 0;
	color: #FFF;
	font-weight: 600;
}

.herotext p {
  font-family: 'Futura LT', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 .5vw 0;
}

.hero2 .herotext .ghost-button {
	font-family: 'Futura LT', sans-serif;
	margin: .5vw 0px 0px 0px;
	display: inline-block;
	width: 100px;
	padding: .3vw;
	color: #000;
	text-align: center;
	outline: none;
	text-decoration: none;
	border: 2px solid #000;
	transition: 0.5s;
	border-radius: 10px;
}

.hero2 .herotext .ghost-button:hover,
.hero2 .herotext .ghost-button:active {
	background-color: #000;
	color: #FFF;
	transition: 0.5s;
}

.hero1 .herotext .ghost-button,
.hero3 .herotext .ghost-button, .hero4 .herotext .ghost-button {
  font-family: 'Futura LT', sans-serif;
	margin: 1vw 0px 0px 0px;
	display: inline-block;
	width: 100px;
	padding: .3vw;
	color: #FFF;
	text-align: center;
	outline: none;
	text-decoration: none;
	border: 2px solid #FFF;
	transition: 0.5s;
	border-radius: 3px;
}

.hero1 .herotext .ghost-button:hover,
.hero3 .herotext .ghost-button:hover, .hero4 .herotext .ghost-button:hover,
.hero1 .herotext .ghost-button:active,
.hero3 .herotext .ghost-button:active, .hero4 .herotext .ghost-button:active {
	background-color: #FFF;
	color: #000;
	transition: 0.5s;
}

/*--------------------------------------------*/
/*-----------------Explore-----------------*/
/*-------------------------------------------*/

.explore-rw {
	box-sizing: border-box;
	top: 0;
	width: 100%;
	padding-top: 3vw;
	height: 39vw;
	text-align: center;
	margin: 0 auto 0 auto;
}

.explore-rw h1 {
	margin: 0 auto;
	font-family: 'Futura LT', sans-serif;
	font-size: 2.5em;
	color: #000;
}

.explore-rw h2 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 1.3em;
	color: #666666;
	transition: 0.2s;
	font-weight: 600;
}

/*-----------------Content-----------------*/

.explore-rw h2:hover {
	color: #0060ff;
	transition: 0.2s;
}

.explore-rw a {
	text-decoration: none;
}

.explore-content {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
}

.content-top {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.content-bottom {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.content-top .container-rw {
	float: left;
	padding: 1vw 0 0 0;
	width: 25%;
}

.content-bottom .container-rw {
	float: left;
	margin: 5vw 0 0 0;
	width: 25%;
}

.ct-1 img, .ct-2 img, .ct-3 img, .ct-4 img,
.cb-1 img, .cb-2 img, .cb-3 img, .cb-4 img {
	width: 70%;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ct-1:hover img, .ct-2:hover img, .ct-3:hover img, .ct-4:hover img,
.cb-1:hover img, .cb-2:hover img, .cb-3:hover img, .cb-4:hover img {
	-moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------Media Queries------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/

@media screen and (max-width: 960px){

	.hero1, .hero2, .hero3, .hero4 {
		height: 90vw;
	}

	.herotext {
		text-align: center !important;
		width: 100%;
		box-sizing: border-box;
		margin: 51.5vw 0 0 0 !important;
	}

	.herotext h1 {
		color: #000 !important;
		font-size: 8vw !important;
	}

	.herotext p {
		color: #000 !important;
		font-size: 2vw !important;
	}

	.herotext .ghost-button {
		font-family: 'Futura LT', sans-serif;
		margin: 1vw 0px 0px 0px;
		display: inline-block;
		width: 200px !important;
		padding: 2vw !important;
		color: #000 !important;
		text-align: center;
		outline: none;
		text-decoration: none;
		border: 2px solid #000 !important;
		transition: 0.5s;
		border-radius: 3px;
	}

	.herotext .ghost-button:hover {
		background-color: #000 !important;
		color: #FFF !important;
	}

}

@media screen and (max-width: 720px){

	.content-top .container-rw {
		float: none;
		width: 100%;
	}

	.content-bottom .container-rw {
		float: none;
		width: 100%;
	}

	.ct-1 img, .ct-2 img, .ct-3 img, .ct-4 img,
	.cb-1 img, .cb-2 img, .cb-3 img, .cb-4 img {
		width: 40%;
	}

	.explore-rw {
		padding-top: 10vw;
		height: 360vw;
	}

	.hero1, .hero2, .hero3, .hero4 {
		height: 100vw;
	}

	.herotext p {
		color: #000 !important;
		font-size: 3vw !important;
	}

	.hero2 .heroimage {
		margin: 0 0 0 25vw;
		width: 100%;
	}

	.hero2 {
		overflow-x: hidden;
	}

}



@media screen and (max-width: 480px){

	.hero1, .hero2, .hero3, .hero4 {
		height: 120vw;
		overflow-y: hidden;
	}

	.herotext {
		text-align: center !important;
		width: 100%;
		box-sizing: border-box;
		margin: 60vw 0 0 0 !important;
	}

	.herotext h1 {
		font-size: 10vw !important;
	}

	.herotext p {
		font-size: 4vw !important;
		width: 90%;
		margin: 0 auto;
	}

	.content-top .container-rw {
		float: none;
		width: 100%;
	}

	.content-bottom .container-rw {
		float: none;
		width: 100%;
	}

	.ct-1 img, .ct-2 img, .ct-3 img, .ct-4 img,
	.cb-1 img, .cb-2 img, .cb-3 img, .cb-4 img {
		width: 60%;
	}

	.explore-rw {
		padding-top: 10vw;
		height: 520vw;
	}

}

@media screen and (max-width: 320px){

	.explore-rw {
		padding-top: 15vw;
		height: 540vw;
	}

}
