
html, body { height: 100%; padding: 0; margin: 0; }

body {
 	font:20px/60px 'Lato', sans-serif;
	color:#fff;
	text-align:center;
	background:#fff;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	height: 100%;
	width: 100%;
	overflow:hidden;
}

html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; height:100%;}
a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:focus, .btn:focus { outline: 0; }
.wow { visibility: hidden; }
img { display:block; height:auto; max-width:100%; vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0; width: auto\9;}

/**** LINKS ****/
a {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**** PADDING ****/
.pad90 { padding-top: 90px; }
.pad60 { padding-top: 60px; }
.pad45 { padding-top: 45px; }
.pad35 { padding-top: 35px; }
.pad30 { padding-top: 30px; }
.pad25 { padding-top: 25px; }
.pad19 { padding-top: 19px; }
.pad20 { padding-top: 20px; }
.pad15 { padding-top: 15px; }
.pad10 { padding-top: 10px; }
.pad5 { padding-top: 5px; }
.marg-right5 { margin-right: 5px; }
.marg-left5 { margin-left: 5px; }
.marg-right20 { margin-right: 20px; }

/**** PAGE SLIDE ****/
.mm-menu { background: none !important; z-index: 1!important; }
.mm-menu > .mm-panel { padding-top: 0; }

/**** CENTER LEFT / RIGHT CONTENT ****/
.block {
  	position: relative;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/**** CENTER FRONT CONTENT ****/
.content {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 1%;
	right: 1%;
	z-index: 1;
	text-align:center;
}

/**** CLOSE BUTTON ****/
.close, #close {
	font-size: 50px;
	background: transparent;
	color: #fff;
	opacity: 0.6;
	cursor: pointer;
	border: 0;-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.close:hover, #close:hover  { opacity: 0.8; color: #fff; }

/**** TYPOGRAPHY ****/
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; color:#fff; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 18px; }	
p { margin: 20px 0; }
.lead { font-size: 28px; color: #fff; padding: 0 0 20px;}

.content h1, h1  {
	margin: 0 auto;
	text-align: center;
	color: #fff;
    letter-spacing: -1px;
	font-size: 60px;
	line-height: 1em;
	font-weight: 700;
	padding: 10px 0 0;
	text-transform: none;
}
.content h1  { margin: 30px auto 0; text-transform: uppercase; }

.soon{
	margin: 0px auto;
	text-align: center;
	color: #fff;
	letter-spacing: 6px;
	font-size: 20px;
	font-weight: 700;
}



/**** VIDEO JS ****/
.wallpaper, .wallpaper .wallpaper-container, .wallpaper .wallpaper-media {
	-webkit-transition: none !important;
	transition: none !important;
	
}
.wallpaper { overflow: hidden; position: relative; }
.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -1; }
.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
.wallpaper .wallpaper-media.animated {
	-webkit-transition: opacity 0.5s linear !important;
	transition: opacity 0.5s linear !important;
	-webkit-filter: blur15px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
.wallpaper .wallpaper-media img, .wallpaper .wallpaper-media video, .wallpaper .wallpaper-media iframe { display: block; height: 100%; width: 100%; }
.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }
.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
.wallpaper .wallpaper-media.native img { display: none; }
.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
.wallpaper .wallpaper-media.fixed img { display: none;}

/*-----------------------------------------------------------------------------------*/
/*	02: INTRO PAGE
/*-----------------------------------------------------------------------------------*/	

/**** LOGO ****/
.logo { margin: 0 auto 8px; }



/*-----------------------------------------------------------------------------------*/
/*	06: PRELOADER
/*-----------------------------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #2c2c2c;
	z-index: 9999;
}
.status1 {
	width: 50px; height:50px;
	position: absolute;
	left: 50%; top: 45%;
	margin: -25px 0 0 -25px;
	color: #fff;
}
.status2 {
	width: 100px; height:36px;
	position: absolute;
	left: 50%; top: 50%;
	margin: -18px 0 0 -50px;
	/*background: url(../img/preloader.png);*/
}

/*-----------------------------------------------------------------------------------*/
/*	07: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media all and (max-width: 568px) {
.content h1, h1 { font-size: 45px!important; }
.soon { font-size: 12px; }
.content { padding: 40px 0 20px!important; }
body, #overlay_pattern { min-height:540px!important; }
.link-effect  a{ margin: 10px  0px!important; font-size:14px;}
.block {
	position: relative;
	top: 0% !important;
	margin: 40px auto!important;
  	-webkit-transform: none !important;
  	-ms-transform: none !important;
	-o-transform: none !important;
  	transform: none !important;}
.overlay-content h1 { text-align: left!important; margin-left: 12px!important; }
.overlay-content .text-center { text-align: left!important; margin-left: 5px!important; }
.status2 { top: 55%!important; }
