html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFF;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
}

.backstretch:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: rgba(255,255,255,0.6);
	z-index: 100;
}

.mbYTP_wrapper:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: rgba(95,96,97,0.6);
	z-index: 100;
}


.YTPOverlay {
	background-color: rgba(95,96,97,0);
}

h2.section-title {
	margin: 0px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 80px;
	text-align: center;
}

.noscript-error {
	position: relative;
	padding: 20px;
	background-color: rgba(233,233,233,0.2);
	margin:0 auto;
	text-align: center;
	color: rgba(233,233,233,0.8);
}

.page-loading {
	width: 100%;
	height: 100%;
	background-color: #5F6061;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	overlflow: hidden;
}

.loading {
	margin: auto;
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
	border-bottom: 6px solid rgba(233,233,233,1);
	border-left: 6px solid rgba(233,233,233,1);
	border-right: 6px solid rgba(233,233,233,0.5);
	border-top: 6px solid rgba(233,233,233,0.5);
	border-radius: 100%;
	height: 60px;
	width: 60px;
	-webkit-animation: loading-spin 1s infinite linear;
	-moz-animation: loading-spin 1s infinite linear;
	-ms-animation: loading-spin 1s infinite linear;
	-o-animation: loading-spin 1s infinite linear;
	animation: loading-spin 1s infinite linear;
}

@keyframes loading-spin {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-moz-keyframes loading-spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes loading-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-ms-keyframes loading-spin {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-o-keyframes loading-spin {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.mini-container { width: 80%; max-width: 1000px; margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


/* === WELCOME === */

.section-main {
	width: 100%;
	height: 100%;
	max-height: 100%;
	background-color: transparent;
	display: block;
	position: relative;
	z-index: 2000;
	text-align: center;
}


.section-main ul{ list-stle:none; margin:0; padding:0;}
.section-main ul li i{ font-size:18px; margin-right:10px;}
.section-main ul li a{ text-decoration:none;}

.section-main .title { width:100%; height:auto; position:absolute; top:50%;}
.section-main .title a.title-img { display: block; margin-bottom: 30px;}
.section-main .title a.title-img img {max-height:200px; outline: none; border: none;}

.section-main .title h1 {
	display: inline-block;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 52px;
	margin: 0px;
}

.section-main h1.text-logo {
	font-family: 'Grand Hotel', cursive;
	text-transform: none;
	font-weight: 400;
	font-size: 36px;
	color: rgba(236,240,241,0.8);
}

.section-main .title p {
	line-height: 24px;
    padding: 10px 0;
    margin: 0px;
    font-size: 24px;
	font-weight:400;
}

.section-main .arrow-down {
	width: 100%;
	text-align: center;
	position: absolute;
	font-size:48px;
	bottom: 40px;
	animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
	-webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
	-moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
	-o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
}

.section-main .arrow-down i.fa {
	font-size: 36px;
	color: rgba(236,240,241,0.8);
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.section-main i.fa:hover {color: rgba(236,240,241,1);}

@-webkit-keyframes wobbleArrow
{
from   { bottom: 40px; }
to { bottom: 50px; }
}

.contact { background:rgba(95,96,97,0.8); padding:80px 0; text-align:center; color:#FFF;}
.contact ul { list-style:none; font-size:22px; line-height:32px; margin-top:40px; padding:0px; text-align:center;}
.contact ul li { margin-bottom:20px; margin-top:0px;}
.contact ul li a{ text-decoration:none;}
.contact ul li i{ margin-right:25px; }



@media all and (max-width: 1109px) {
	
}

@media all and (max-width: 989px) {

}

@media all and (max-width: 599px) {
.section-main .title h1 {font-size: 40px; margin:0 10px;}
.section-main .title p { font-size: 20px; margin:0 10px;}
}