/*

01. GENERAL STYLING
02. INTRO PAGE
03. SUBSCRIBE PAGE
04. COUNTDOWN PAGE
05: ABOUT PAGE
06. PRELOADER
07: MEDIA QUERIES
*/

/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/	

.animate__animated.animate__bounceIn {
	--animate-duration: 3s;
	--animate-delay: 1s;
}

.animate__animateds.animate__fadeIn {
	--animate-duration: 1s;
	--animate-delay: 2s;
}

@font-face {
	font-family: MankSans;
	src: url('../fonts/MankSans.ttf');
  }




#launch_date {text-shadow: -4px 5px 0px black;}

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

body {
	font-family: MankSans;
 	font:16px/24px;
	color:#fff;
	text-align:center;
	background:#FFF;
	font-weight: 400;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	height: 100%;
	width: 100%;
}

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: 35px;
	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: 'MankSans', color:#fff; }

p { margin: 20px 0; }
.lead { font-size: 28px; color: #fff; padding: 0 0 20px; font-weight:300;}

.content {max-width: 600px;}
.content h1, h1  {
	margin: 0 auto;
	text-align: center;
	color: #fff;
    letter-spacing: -1px;
	font-size: 95px;
	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: 14px;
	font-weight: 700;
}

/* @media screen and (min-width: 680px) {
	.comingSoon-1 {
	  display: none;
	}
	.logo-1 {
		display: none;
	}
  } */
/* @media screen and (max-width: 480px) {
	.comingSoon-2 {
	  display: none;
	}
	.logo-2 {
		display: none;
	}
  } */


h2 {color: #c39921;}


.bio-pics {margin-bottom: 20px;padding-top: 80px}
.bio-pics .single {    max-width: 300px;padding: 20px;margin: 0 auto;}
.bio-pics .single img {border-radius: 50%;border: 10px solid #E9347B;}
.bio-pics .single h2 {text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    font-size: 22px;}

.desc {background: #F8BFD5;
    padding: 10px;
    font-size: 16px;
color: #000;text-align: left;}
.single {color: #000;}
.testimonials {padding: 10px;
    font-size: 16px;
color: #000;text-align: left;}

.contact-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.contact-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 13px 9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #e4e4e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 400;
    cursor: pointer;
    color: #FFF;
}
.contact-button-image {
    height: 18px;
    margin-right: 10px;    filter: invert(100%);
}


/*
.social-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-button-wrapper-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px
}
*/


.social-button-wrapper-row {display: inline-block;}
.social-button-wrapper-row .w-inline-block {display: inline-block;}


.minimal-button {
    width: 42px;
    height: 42px;
    margin-top: 0;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/*

.profile-link-wrapper {
	margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.link-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}



.link-button {
    width: 90%;
    padding-left: 50px;
}

.link-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    height: 80px;
    padding-left: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 14px 30px -5px rgb(0 0 0 / 13%);
    color: #1a1a1a;
    font-size: 16px;
    text-decoration: none;
}

.link-icon-float {
    position: absolute;
    left: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

*/

.link-item-wrapper {background: #FFF;
    padding: 10px;margin-bottom: 20px;border-radius: 20px;}

.link-item-wrapper a {display: flex;} 

.link-item-wrapper a img {max-width: 100%;} 

.link-icon-float {width: 20%;} 

.link-block-text-wrapper {width: 80%;}

.link-name {    height: 100%;
    padding: 20px;}


/**** SVG ICONS FALLBACK ****/
/* Fallback for browsers that don't support SVG - Generated with http://iconizr.com/ */
.no-svg .si-icon-clock { background-image: url('../img/clock.png') }
.no-svg .si-icon-hourglass { background-image: url('../img/hourglass.png') }
.no-svg .si-icon-mail { background-image: url('../img/mail.png') }
.no-svg .si-icon-flag { background-image: url('../img/flag.png') }
.si-icons { cursor:pointer; }

/**** VIDEO JS ****/
.wallpaper, .wallpaper .wallpaper-container, .wallpaper .wallpaper-media {
	-webkit-transition: none !important;
	transition: none !important;
}
.wallpaper { position: relative; }
.wallpaper .wallpaper-container { height: 100%; position: fixed; 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;
}
.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; }

/**** LAUNCHING/SUBSCRIBE LINKS ****/
.footer {
	position:absolute;
    bottom:0px;
    left:50%;
    margin-left:-75px;
}

.link-effect a {
	display: inline-block;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 10px;
	margin: 20px 5px;
	color: #fff;
	/* font-weight: 700; */
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	outline: none;
	text-decoration: none;
}
.link-effect a::before, .link-effect a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.link-effect a:hover, .link-effect a:focus { color: #fff; }
.link-effect a:hover::before, .link-effect a:focus::before, .link-effect a:hover::after, .link-effect a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.size { font-size: 13px; }


/*-----------------------------------------------------------------------------------*/
/*	03: SUBSCRIBE PAGE
/*-----------------------------------------------------------------------------------*/	

/**** SUBSCRIBE FORM ****/
#ajax-contact-form{ margin-top:30px; }

#ajax-contact-form input, textarea{

	background: transparent;
	color: #f0f0f0!important;
	background:rgba(255,255,255,.2); 
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-border-radius: 6px;
	-moz-box-border-radius: 6px;
	/* border-radius: 6px; */
	margin-bottom: 15px;
	padding: 8px 10px;
	font-weight: 400;
	font-size: 16px;
}
::-webkit-input-placeholder { color: #f0f0f0; opacity: 1.0; }
::-webkit-textarea-placeholder { color: #f0f0f0; opacity: 1.0; }
:-moz-placeholder { color: #f0f0f0; opacity:1.0; }
::-moz-placeholder { color: #f0f0f0; opacity:1.0; }
:-ms-input-placeholder { color: #fff; opacity:1.0; }
focus::-webkit-input-placeholder { color: transparent; opacity: 1.0;}
#ajax-contact-form input:focus { color: #f0f0f0; outline: none; }
input, textarea { outline: none; }

/**** BUTTON ****/
.btn, .btn:focus, .btn:active:focus {
	display: inline-block;
	/* margin: 15px auto; */
	padding: 13px 26px;
	color: #fff;
	font-size: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	background: none;
	border: 2px solid #fff;
	-webkit-box-border-radius: 0px;
	-moz-box-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:hover { color: #fff; background:rgba(255,255,255,.15); outline: none; border: 2px solid #fff; }

.notification_ok {
    color: #fff;
	opacity: 0.5;
	font-weight: 400;
    height: auto;
    margin: 25px auto;
    padding: 0px;
    text-align: center;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	clear: both; 	
}

/*-----------------------------------------------------------------------------------*/
/*	04: COUNTDOWN PAGE
/*-----------------------------------------------------------------------------------*/	

/**** COUNTDOWN ****/

@font-face {
	font-family: Empera;
	src: url('../css/Empera-Regular.ttf');
  }


.comingSoon {
	font-family:  MankSans;
}  

.counter {
	margin: 0 0 0 -30px;
    text-align: center;
    position: relative;
}
.countdown li {
    margin: 20px auto 0;
    display: inline-block!important;
    text-align: center;
}
.number { font-size: 50px; line-height: 15px; color: #fff; font-family: MankSans;}
.time {
	font-size: 13px;
    margin-top: 5px;
	text-transform: uppercase;
    color: #fff;
	width: 110px;
	display: block;
	background: transparent;
}

@media screen and (max-width: 480px) {

	.counter {
		margin: 0 0 0 -30px;
		text-align: center;
		position: relative;
	}
	.countdown li {
		margin: 20px auto 0;
		display: inline-block!important;
		text-align: center;
	}
	.number { font-size: 30px; line-height: 15px; color: #fff; font-weight: 400; }
	.time {
		font-size: 13px;
		margin-top: 5px;
		text-transform: uppercase;
		color: #fff;
		width: 80px;
		display: block;
		background: transparent;
	}
  }


/**** SOCIAL ICONS ****/
#social-icons ul { padding: 0; list-style-type: none; margin: 10px; }
#social-icons ul li { display: inline; }
#social-icons ul li a {
	color: #fff;
	font-size: 30px;
	margin: 0px;
	line-height: 40px;
}
#social-icons ul li a:hover { opacity:0.8; }
#social-icons a, #social-icons a:visited, #social-icons a:hover, #social-icons a:active, #social-icons a:focus { outline:none; text-decoration:none; background:transparent; }

/*-----------------------------------------------------------------------------------*/
/*	05: ABOUT PAGE
/*-----------------------------------------------------------------------------------*/
#overlay { 
	display: none;
	background:rgba(0, 0, 0, 0.1) ;
    position: fixed!important;
	overflow-y: scroll!important;
	width: 100%;
	height: 100%; 
	min-height: 100%;
	top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.overlay-content {
	display: none;
	height: 100%;
	padding-top: 20px;
	text-align: left;
}
.overlay-content h4 { line-height: 30px; }
.overlay-content h5 { line-height: 28px; }
.fa-li { margin-left: -8px; padding-top: 1px; }
.fa-ul { line-height: 25px!important; }
.copyright { text-align: center; font-size: 12px; padding: 90px 0 40px;	 }
.overlay-content .lead { text-align: center; }

/*-----------------------------------------------------------------------------------*/
/*	06: PRELOADER
/*-----------------------------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #111;
	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: 5px!important; }
.soon { font-size: 12px; }
.content { padding: 40px 0 20px!important; }
body, #overlay_pattern { min-height:540px!important; }
.link-effect  a{ margin-left:15px; font-size:10px; text-align:center}
.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; }
