/*
	Theme Name: AweLand - Responsive Coming Soon Template
	Theme URI: http://themeforest.net/user/lanternthemes
	Description: This css file is for template layout alignments
	Version: 1.0
	Author: Lantern Themes
	Author URI: http://themeforest.net/user/lanternthemes
	Tags:
	
	TABLE OF CONTENTS
	---------------------------
	 1. Global Styles
	 2. Preloader Content Area 
     3. Main Content Area 
	 4. Slider Content Area 
	 5. Logo and Countdown Content Area  
	 6. Footer Content Area
	 7. Media Query Content Area
*/


/* ========================================== */
/*   1. Global Styles                         */
/* ========================================== */

html, body {
	padding:0 0 0 0;
	margin:0 0 0 0;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	background:none;
	display:inline-table;
}
a, a:hover, a:active, a:visited, a:link {
    outline:none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	color:#ffffff;
}
p {
	padding:0 0 0 0;
	margin:15px 0 0 0;
}

/* ========================================== */
/*   2. Preloader Content Area                */
/* ========================================== */

#mask {
    background-color: #FFFFFF;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url("../img/bx_loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/* ========================================== */
/*   3. Main Content Area                     */
/* ========================================== */

.main-container {
	background-color:rgba(0,0,0,0.5);
	z-index:200;
	height: 100%;
}

/* Header Area */

.header-area {
	padding:20px 0 0 0;
	font-size:12px;
	text-align:right;
	color:#ffffff;
}
.header-area i {
	font-size:16px;
	padding-right:5px;
}


/* ========================================== */
/*   4. Slider Content Area                   */
/* ========================================== */


.flexslider {
	padding:100px 0 0px 0;
	margin:0px 0 85px 0;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.flexslider h1 {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size:150px;
	color:#ffffff;
	font-weight:900;
	text-transform:uppercase;
}
.flexslider h1 span {
	font-weight:100;
}
.flexslider h2 {
	padding:10px 30px;
	margin:0 0 0 0;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	font-weight:900;
	text-transform:uppercase;
	background:rgba(251,251,251,0.2);
	display:inline-table;
}
.flexslider h2 span {
	font-weight:100;
	color:#ffffff;
}
.flexslider1 {
	padding:100px 0 0px 0;
	margin:0px 0 85px 0;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.flexslider1 h1 {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size:100px;
	color:#ffffff;
	font-weight:900;
	text-transform:uppercase;
}
.flexslider1 h1 span {
	font-weight:100;
}
.flexslider1 h2 {
	padding:10px 30px;
	margin:0 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	color:#ffffff;
	font-weight:900;
	text-transform:uppercase;
	background:rgba(251,251,251,0.2);
	display:inline-table;
}
.flexslider1 h2 span {
	font-weight:100;
	color:#ffffff;
}
.slides {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	text-align:center;
	display:inline-table;
	width:80%;
}
.slides li {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
}
.flex-control-nav {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	text-align:center;
}
.flex-control-nav li {
	padding:0 3px;
	margin:0 0 0 0;
	display:inline-block;
	z-index:100;
}
.flex-control-nav li a {
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	background:rgba(251,251,251,0.9);
	font-size:0px;
	width:12px;
	height:12px;
	border:2px solid #ffffff;
	cursor:pointer;
}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
	background:rgba(251,251,251,0);
	border:2px solid #ffffff;
}
.flexslider .slides li h2 {
	opacity:0;
	-webkit-transform:scale(2,);
	-ms-transform:scale(2,);
	transform:scale(2,);
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	transform:scale(1.5);
	-webkit-backface-visibility:hidden;
	-webkit-transition:-webkit-transform 2s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
	-moz-transition:-moz-transform 2s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
	transition:-webkit-transform 2s cubic-bezier(0.19,1,.22,1),-moz-transform 2.5s cubic-bezier(0.19,1,.22,1),-o-transform 2.5s cubic-bezier(0.19,1,.22,1),transform 2s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
}
.flexslider .slides li.flex-active-slide h2 {
	opacity:1;
	-webkit-transform:scale(1,);
	-ms-transform:scale(1,);
	transform:scale(1,);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition-duration:2s,2s;
	-moz-transition-duration:2s,2s;
	transition-duration:2s,2s;
}


/* ========================================== */
/*   5. Logo and Countdown Content Area       */
/* ========================================== */

.logo-countdown {
	padding:60px 0;
	margin:0 0 0 0;
}
.logo-area {
	text-align:center;
}
.logo-area img {
	width:100%;
	max-width:268px;
}
.countdown-area {
	text-align:right;
	font-size:30px;
	color:#ffffff;
	font-weight:100;
	line-height:36px;
}
.countdown-area span {
	font-weight:900;
	color:#ffffff;
}
.countdown {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	display:inline-table;
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#ffffff;
}
.countdown span {
	font-weight:300;
	font-size:60px;
	line-height:52px;
	text-align:center;
	display:block;
	color:#ffffff;
}
.countdown li {
	padding:0 20px;
	margin:0 0 0 0;
	list-style:none;
	display:inline-table;
	border-left:1px solid rgba(251,251,251,0.1);
	text-align:center;
}
.countdown li:first-child {
	border-left:0px;
}


/* ========================================== */
/*   6. Footer Content Area                    */
/* ========================================== */


.footer {
	padding:0px 0;
	margin:0 0 0 0;
	text-align:center;
}
.social {
	padding:0 0 0 0;
	margin:0 0 20px 0;
	list-style:none;
	text-align:center;
}
.social li {
	padding:0 3px;
	margin:0 0 0 0;
	display:inline-table;
}
.social li a {
	padding-top:5px;
	display:block;
	border:1px solid #ffffff;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	font-size:18px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
}
.social li a:hover {
	border:1px solid #6964fa;
	color:#ffffff;
	background:#6964fa;
}


/* ========================================== */
/*   7. Media Query Content Area       */
/* ========================================== */

@media (max-width: 1200px) { /* This media query is written for the resolution bellow 1200px */
	.logo-area {
		padding-top:25px;
	}
	.countdown-area {
		text-align:center;
	}
}

@media (max-width: 991px) { /* This media query is written for Ipad and tablets */
	.flexslider h1 {
		font-size:100px;
	}
	.flexslider h2 {
		font-size:36px;
	}
	.logo-area {
		padding-top:0;
		padding-bottom:30px;
		text-align:center;
	}
	.countdown-area {
		text-align:center;
	}
	.countdown {
		padding-top:20px;
	}
}

@media (max-width: 768px) { /* This media query is written for Mobile landscape and Ipad and tablets portrait */
	.flexslider h1 {
		font-size:80px;
	}
	.flexslider h2 {
		font-size:30px;
	}
}

@media (max-width: 480px) { /* This media query is written for Mobile only */
	.flexslider h1 {
		font-size:50px;
	}
	.flexslider h2 {
		font-size:20px;
	}
	.footer span {
		display:block;
	}
	.flexslider {
		margin:60px 0;
	}
	.countdown-area {
		font-size:24px;
	}
	.countdown {
		font-size:12px;
	}
	.countdown span {
		font-size:30px;
	}
	.countdown li {
		padding:0 10px;
	}
}
