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

@ SOON
@ Version: 1.0
@ Author: press

-------------------------------------

Table of contents

	01. Main Styles
		-Preloader
	02. Intro 
		-Intro content
		-Social
		-Countdown
		-Subscribe
*/


/* ===================================
   Main Styles
====================================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
body, html {
	height: 100%;
	font-family: 'Poppins', sans-serif;
}
body {
	background-image: url(../img/bg-pattern.png);
	background-repeat: repeat;
}
.image-background{
	background-image:url(../img/image-background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 0;
}
p {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	color: #666;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(245, 245, 245, 0.96);
	z-index: 1000;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:center 220px;
}
.pre-container {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	
}
/* ===================================
   Intro Styles
====================================== */
.intro-area {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: table;
	overflow: hidden;
}
.intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 50px 0 80px;
}
.intro-content h2 {
	margin-bottom: 20px;
	letter-spacing: 5px
}
.logo img {
	max-width: 100%;
	margin-bottom:25px;
}
#particles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/*Social*/
.social-media {
	margin-bottom: 25px;
}
.social-media a {
	display: inline-table;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius:6px;
	margin: 0 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	color: #fff;
}
.social-media a i {
	display: table-cell;
	vertical-align: middle;
}
.facebook {
	background: #3b5998;
}
.twitter {
	background: #00a0d1;
}
.youtube {
	background: #e62117;
}
.instagram {
	background: #2e5e86;
}
/* Countdown */
.counter {
	margin-bottom: 5px;
	padding:35px 0px;
}
.counter .cd-box {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin: 0 4px;
	padding:15px 25px;
	letter-spacing: 0.06em;
}
.counter .cd-box span {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #d94c3b;
	margin-left: 4px;
	letter-spacing: 0.03em;
}
/* Subscribe */
.subcribe-btn {
	padding: 15px 35px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #333;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border:1px solid rgba(0, 0, 0, 0.2);
}
.subcribe-btn:after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 100%;
	background: #d94c3b;
	transition: inherit;
	-webkit-transition: inherit;
	border-radius: 6px;
	color:#fff;
	z-index: -1;
}
.subcribe-btn:hover:after {
	width: 100%;
	left: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: width .6s cubic-bezier(.85, 0, .15, 1);
	-webkit-transition: width .6s cubic-bezier(.85, 0, .15, 1);
}
.subcribe-btn:hover {
	color: #fff;
}
.mfp-ready .subscribe-section {
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.mfp-removing .subscribe-section {
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	opacity: 0;
}
.subscribe-section {
	width: 400px;
	background: url(../img/dotted-bg.png);
	background-position: top left;
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 0 33px 20px;
	opacity: 0;
	border-radius: 5px;
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
 @media only screen and (max-width: 479px) {
 .subscribe-section {
	width: 100%;
}
.counter .cd-box{
	margin-bottom:15px;
	width:46%;
}
}
.subscribe-section h2 {
	color: #333;
	padding: 40px 10px;
	letter-spacing: normal;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.subscribe-section p {
	padding: 0 10px;
}
.subscribe-section .mfp-close {
	position: absolute;
	background: #fff;
	top: -15px;
	right: -15px;
	border-radius:6px;
	opacity: 1;
	box-shadow: -5px 6px 20px rgba(93, 93, 93, 0.17);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.subscribe-section .mfp-close:hover {
	color: #fff;
	background: #333;
}
 @media only screen and (max-width: 479px) {
 .subscribe-section .mfp-close {
	top: 10px;
	right: 10px;
	box-shadow: 0px 0px 20px rgba(93, 93, 93, 0.2);
}
}
.submitform {
	padding: 20px;
	position: relative;
}
.submitform input {
	width: 100%;
	clear: both;
	height: 50px;
	padding: 10px 15px;
	margin-bottom: 25px;
	border: none;
	border:1px solid rgba(0, 0, 0, 0.3);
	background: #ffffff;
	border-radius: 4px;
}
.submitform input:focus {
	outline: none;
}
.submitform .submitform-btn {
	margin-bottom: 40px;
	border: none;
	padding: 15px 32px;
	border-radius: 6px;
	color: #fff;
	letter-spacing: 0.06em;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	background: #333;
	box-shadow: 0px 0 15px rgba(99, 99, 99, 0.42);
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.submitform .submitform-btn:focus {
	outline: none;
}
.submitform label {
	position: absolute;
	bottom: 0;
	font-weight: 400;
	width: 100%;
	left: 0;
}
