.cover {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.cover {
		height: 100vh;
	}
}
@media (max-width: 1199px) {
	.cover {
		padding-top: 150px;
		}
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

/**/

@media (min-width: 1200px) {
	.primary-links {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
}

.primary-links a {
	display: inline-block;
    width: 280px;
    height: 220px;
    background-size: 100% 100%;
    margin: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    padding: 3.5rem 2.2rem;
}

.primary-links a:hover {
	text-decoration: none;
	transform: scale(1.2);
}

/**/

@media (min-width: 1200px) {
	.services {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}
}

.services-content {
	margin-bottom: 30px;
	text-align: center;
}

@media (min-width: 1200px) {
	.services-content {
		height: 142px;
		min-width: 200px;
		background: url(images/services-middle.png);
		display: inline-block;
		margin-bottom: 30px;
		position: relative;
		text-align: center;
	}
	.services-content:before {
		height: 142px;
		width: 210px;
		background: url(images/services-right.png);
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		content: '';
	}

	.services-content:after {
		height: 142px;
		width: 261px;
		background: url(images/services-left.png);
		display: block;
		position: absolute;
		top: 0;
		right: 100%;
		content: '';
	}
}

.services-list > div {
	display: inline-block;
	margin: 0 30px;
}

.service {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
}

@media (min-width: 1200px) {
	.service {
		margin-top: -15px;
	}
}

.service:hover {
	text-decoration: none;
	transform: scale(1.2);
	color: #fff;
}

/**/

@media (min-width: 1200px) {
	.footer {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		padding: .25rem;
	}
}

/**/

.toggle-fast-navigation {
	width: 278px;
    height: 100px;
    background: url(images/leftside.png);
    font-size: 1.8rem;
    padding: 1.8rem 2.6rem;
    color: #fff;
}

@media (min-width: 1200px) {
	.toggle-fast-navigation {
		position: fixed;
		left: 0;
		top: 20%;
	}
}

.toggle-fast-navigation:hover {
	text-decoration: none;
	transform: scale(1.2);
	color: #fff;
}

/**/

@media (min-width: 1200px) {
	.yizcor {
		position: fixed;
		bottom: 30px;
		left: 30px;
	}
}

.yizcor {
	text-align: center;
	display: block;
	color: #fff;
}

.yizcor:hover {
	color: #fff;
	text-decoration: none;
}

/**/


/**/


.fast-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(179, 211, 52, .95);
	z-index: 999999999;
	display: none;
}

.fast-navigation .content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}


.fast-navigation h2 {
	text-align: center;
	margin-bottom: .8rem;
}

.fast-navigation h2 span {
	background: #00b3f2;
	color: #fff;
	border-radius: 2rem;
	padding: 0 .75rem;
}

.fast-navigation .group {
	position: relative;
	margin-bottom: .5rem;
	background: #fff;
	width: 300px;
	height: 4rem;
	border-radius: 2rem;
}

.fast-navigation .group select {
	padding: .5rem;
	padding-top: 2rem;
	display: block;
	padding-right: 1rem;

	border: 0;
	background: transparent;
	-webkit-appearance: none;
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;

	width: 100%;
	height: 100%;
}

.fast-navigation .group label {
	position: absolute;
	top: .5rem;
	right: 1rem;
	color: #0f75bc;
	z-index: 6;
}

.fast-navigation .group em {
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	color: #0f75bc;
	z-index: 1;
}

.fast-navigation button {
	margin: 0 auto;
	border: 0;
	background: #00b3f2;
	color: #fff;
	padding: 0 .3rem;
	font-size: 1.2rem;
	border-radius: 2rem;
}

.fast-navigation #close-fast-navigation {
	position: fixed;
	top: 30px;
	left: 30px;
	font-size: 3rem;
	padding: 1rem 2rem;
}


@media (max-width: 1199px) {
	.primary-links {
		text-align: center;
		margin: 5rem 0;
	}
}





/**/

video { 
	position: absolute;
    top: 0;
    right: 0;
	width: 100%;
	background: #111;
	background-size: cover;
	transition: 1s opacity;
}

@media (max-width: 1199px) {
	video {
		display: none;
	}
}

.video-toggles {
	position: absolute;
	bottom: 48%;
	right: 15px;
	
	z-index: 99;
}

#toggle-video {
	background: #99ca3c;
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;
	
	width: 44px;
	
	margin-top: 15px;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	
	z-index: 9;
	
	display: block;
}

#toggle-video:hover, #toggle-video:focus {
	background: rgba(0,0,0,0.8);
}

@media (max-width: 767px) {
	#toggle-video {
		display: none;
	}
}


#toggle-sound {
	background: #56c4be;
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;
	
	width: 44px;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	
	z-index: 9;
	
	display: block;
}

#toggle-sound:hover, #toggle-sound:focus {
	background: rgba(0,0,0,0.8);
}

@media (max-width: 767px) {
	#toggle-sound {
		display: none;
	}
}