/*------------------------------------------------------------------------------------

	Template Name: Relax Template
	Description: A Fullscreen Responsive Coming Soon Page
	Author: Elliot Jackson
	Author Site: http://www.elliotj.me
	Version: 1.0
	Designed & Built by Elliot Jackson for ThemeForest.com

-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	CSS starter framework
/*-----------------------------------------------------------------------------------*/

* { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

img { border: none; -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

input[type=search] { -webkit-appearance: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }

.hidden { font-size: 0/0 a; color: transparent; text-decoration: none; }

.radius { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }

.left { float: left; }
.right { float: right; }


/*-----------------------------------------------------------------------------------*/
/*	Document Setup 
/*-----------------------------------------------------------------------------------*/

body {
	margin-bottom: 40px;
}

a.main_logo {
	background: url(../images/samang2.png);
	width: 535px;
	height: 100px;
	display: block;
	margin: 59% auto 20px auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Drop Down Content Setup 
/*-----------------------------------------------------------------------------------*/

#drop_down_content {
	width: 100%; 
	height: auto;
	position: absolute;
	top: -800px; 
	background-color: #3a3a3a; 
	border-radius: 0 0 5px 5px;
	z-index: 99999; 
	color: #3a3a3a;
}

#drop_down_content h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin: 20px 10px 10px 10px;
}

#drop_down_content p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #aaaaaa;
	line-height: 20px;
	margin: 0 10px 10px 10px;
}

#drop_down_content p a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

#drop_down_content p a, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#drop_down_content form.standard {
	margin: 0 0 0 10px!important;
}

#drop_down_content input, textarea {
	background: #ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #9a9a9a;
	border: none;
	margin: 0 0 10px 0;
	padding: 5px;
}

#drop_down_content textarea {
	height: 100px;
	resize: vertical;
}

#drop_down_content input.send {
	background: transparent;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
	padding: 5px;
	margin: 7px -10px 0 0!important;
	float: right!important;
	display: inline-block;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	box-shadow: none;
}

#drop_down_content input.send:hover {
	border-color: #ffffff;
	color: #ffffff;
}

a.button_down { 
	background: url(../images/misc/down.png) no-repeat center center;
	background-color: #ffffff;
	background-position: 0 -21px;
	position: absolute; 
	top: 20px;
	right: 10px; 
	width: 21px; 
	height: 21px;  
	display: block;
}

a.button_down:hover {
	background-position: 0 0;
}

a.button_up {
	background: url(../images/misc/close.png) no-repeat center center; 
	background-position: 0 -21px;
	display: block; 
	width: 21px; 
	height: 21px;
	display: block; 
	float: right;
	margin: 10px auto 0 auto;
	clear: both;
	border-radius: 0 0 5px 0;
}

a.button_up:hover {
	background-position: 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Introduction Setup 
/*-----------------------------------------------------------------------------------*/

.logo {
	background: url(../images/samang.png);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 400px;
	display: block;
	margin-top: -200px; /* Half the height */
	margin-left: -300px; /* Half the width */
}

img.intro_text {
	max-width: 100%;
	margin-top: 20%;
	position: absolute;
	top: 50%;
	margin-top: -200px;
}

.animate1 {
	-webkit-animation: animate1 9s;
	-moz-animation: animate1 9s;
	-o-animation: animate1 9s;
	-ms-animation: animate1 9s;
	opacity: 0;
}

.animate2 {
	-webkit-animation: animate2 18s;
	-moz-animation: animate2 18s;
	-o-animation: animate2 18s;
	-ms-animation: animate2 18s;
	opacity: 0;
}

.animate3 {
	-webkit-animation: animate3 27s;
	-moz-animation: animate3 27s;
	-o-animation: animate3 27s;
	-ms-animation: animate3 27s;
}


/*-----------------------------------------------------------------------------------*/
/*	Countdown Setup 
/*-----------------------------------------------------------------------------------*/

.item {
	background: #ffffff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	margin-bottom: 20px!important;
}

.item p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 40px;
	color: #3a3a3a;
	text-align: center;
	margin: 22px 0 5px 0;
}

.item span {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #9a9a9a;
	text-align: center;
	display: inline-block;
	padding-bottom: 22px;
	clear: both;
}


/*-----------------------------------------------------------------------------------*/
/*	Subscribe Form Setup 
/*-----------------------------------------------------------------------------------*/

form.emailform {
	background: #ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #9a9a9a;
	padding: 10px 0;
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

input.emailsubscribe {
	height: 40px;
	font-size: 15px;
	text-align: center;
	color: #9a9a9a;
	line-height: 40px;
	float: left;
	margin: 0 0 0 0;
	display: inline-block;
	border: none;
	border-radius: 5px;
	box-shadow: none;
}

input.emailsubmit {
	background: transparent;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cdcdcd;
	padding: 5px;
	margin: 7px 18px 0 0!important;
	float: right!important;
	display: inline-block;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	box-shadow: none;
}

input.emailsubmit:hover {
	border-color: #9a9a9a;
	color: #9a9a9a;
}
/* End Form Styles */


/*-----------------------------------------------------------------------------------*/
/*	Media Queries Setup (For Responsiveness) 
/*-----------------------------------------------------------------------------------*/

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	a.button_down {
		right: -10px;
	}
	
	#drop_down_content {
		left: 10px!important;
	}
	
	input.emailsubmit {
		margin: 7px 14px 0 0;
	}

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	a.button_up {
		float: none;
		right: 0;
	}
	
	input.emailsubmit {
		width: 80%;
		padding: 5px;
		margin-left: 40px!important;
	}
	
	#drop_down_content input, textarea {
		width: 92%!important;
	}
	
	#drop_down_content input.send {
		float: none!important;
		margin-left: 7px!important;
		margin-bottom: 20px!important;
	}
	
	a.button_up {
		border-radius: 0!important;
	}
	
	input.emailsubmit {
		float: left!important;
	}
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	a.button_up {
		float: none;
	}
	
	input.emailsubmit {
		width: 80%;
		padding: 5px;
		margin-left: 30px!important;
	}
	
	#drop_down_content {
		left: 0!important;
	}
	
	#drop_down_content input, textarea {
		width: 90%!important;
	}
	
	#drop_down_content input.send {
		float: none!important;
		margin-left: 4px!important;
		margin-bottom: 10px;
	}
	
	a.main_logo {
		margin-bottom: 60px!important;
	}
	
	input.emailsubmit {
		float: left!important;
	}
	
}


/*-----------------------------------------------------------------------------------*/
/*	KeyFrames Setup 
/*-----------------------------------------------------------------------------------*/
	
/* WebKit KeyFrames - DO NOT MODIFY UNLESS YOU KNOW WHAT YOU ARE DOING*/
@-webkit-keyframes 'animate1' {
	0% {opacity: 0;}
	
	10% {opacity: 0;}
	
	50% {opacity: 1;}
	
	100% {opacity: 0;}
}

@-webkit-keyframes 'animate2' {
	0% {opacity: 0;}
	
	50% {opacity: 0;}
	
	75% {opacity: 1;}
	
	100% {opacity: 0;}
}

@-webkit-keyframes 'animate3' {
	0% {opacity: 0;}
	
	60% {opacity: 0;}
	
	80% {opacity: 1;}
	
	100% {opacity: 1;}
}

/* Mozilla KeyFrames - DO NOT MODIFY UNLESS YOU KNOW WHAT YOU ARE DOING*/
@-moz-keyframes 'animate1' {
	0% {opacity: 0;}
	
	10% {opacity: 0;}
	
	50% {opacity: 1;}
	
	100% {opacity: 0;}
}

@-moz-keyframes 'animate2' {
	0% {opacity: 0;}
	
	50% {opacity: 0;}
	
	75% {opacity: 1;}
	
	100% {opacity: 0;}
}

@-moz-keyframes 'animate3' {
	0% {opacity: 0;}
	
	60% {opacity: 0;}
	
	80% {opacity: 1;}
	
	100% {opacity: 1;}
}

/* Opera KeyFrames - DO NOT MODIFY UNLESS YOU KNOW WHAT YOU ARE DOING*/
@-o-keyframes 'animate1' {
	0% {opacity: 0;}
	
	10% {opacity: 0;}
	
	50% {opacity: 1;}
	
	100% {opacity: 0;}
}

@-o-keyframes 'animate2' {
	0% {opacity: 0;}
	
	50% {opacity: 0;}
	
	75% {opacity: 1;}
	
	100% {opacity: 0;}
}

@-o-keyframes 'animate3' {
	0% {opacity: 0;}
	
	60% {opacity: 0;}
	
	80% {opacity: 1;}
	
	100% {opacity: 1;}
}

/* Microsoft KeyFrames - DO NOT MODIFY UNLESS YOU KNOW WHAT YOU ARE DOING*/
@-ms-keyframes 'animate1' {
	0% {opacity: 0;}
	
	10% {opacity: 0;}
	
	50% {opacity: 1;}
	
	100% {opacity: 0;}
}

@-ms-keyframes 'animate2' {
	0% {opacity: 0;}
	
	50% {opacity: 0;}
	
	75% {opacity: 1;}
	
	100% {opacity: 0;}
}

@-ms-keyframes 'animate3' {
	0% {opacity: 0;}
	
	60% {opacity: 0;}
	
	80% {opacity: 1;}
	
	100% {opacity: 1;}
}