/*==================== Default CSS ====================*/

body{
    font-family: 'Poiret One', cursive !important;
    color: #fff !important;
    background: url(../images/bg.jpg) no-repeat top center fixed #000 !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
	background-size: cover !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
}

.overlay{
	background:rgba(0,0,0,.8);
	position:relative;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section{
	padding: 2%;
	position: relative;
}

#wrap{
	width:100%;
	height:100%;
	position:relative;
	z-index:10000;
}

.image-align{
	margin:0 auto;
	text-align:center;
	display:block;
	padding-top: 100px;
}

h1.logo {
    font-size: 80px;
}

h1{
	font-size:56px;
	font-weight:300;
	text-align:center;
}

h1 span{
	font-size:32px;
}

.apple{
	color:#03a3e4;
	font-size:80px;
}

p{
	font-size:20px;
	line-height:40px;
	text-align:center;
	font-weight:100;
}

video#videobg { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	xbackground: url('images/poster.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}


/*==================== Countdown ====================*/

#defaultCountdown{
	z-index:2;
	margin:0 auto;
	display:table;
	position:relative;
}

.countdown-row {
	margin:0 auto;
	width:100%;
	display:table;
	text-align:center;
	
}

.countdown-section {
	display: block;
	float: left;
	text-align: center;
	width:140px;
	height:150px;
	border-radius: 15% 15%;
	-webkit-border-radius: 15% 15%;
	-moz-border-radius: 15% 15%;
	border:solid 1px #fff;
	text-align:center;
	margin:40px 20px;
}

.countdown-amount {
    font-size: 60px;
	font-weight:700;
	line-height:120px;
}
.countdown-period {
    display: block;
	line-height:0px;
	color:#03a3e4;
	font-size:18px;
	font-weight:100;
}


/*==================== Newsletter ====================*/

#newsletter-container h3 {
	font-size: 25px;
	line-height: 46px;
	text-transform: uppercase;
	margin: 0;
	float: left;
    text-align: center;
	line-height: 90px;
}

h3 {
	margin: 50px 0 20px;
	color: #e3e3e3;
	text-transform: uppercase;
}

#newsletter-container form {
	float: right;
}

#newsletter-container input[type=text] {
	height: 70px;
	width: 300px;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 4px;
	border: 3px solid #03a3e4;
	background: none;
	line-height: 20px;
	padding: 5px 10px 5px 20px;
	color: #fff;
}

input, select, textarea {
	outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

#newsletter-container .btn {
	padding: 12px 20px;
	font-size: 17px;
	line-height: 20px;
}

.btn-custom-3 {
	color: #fff;
	background-color: #03a3e4;
	border-color: #03a3e4;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
}

.btn-custom-3:hover {
	color: #fff;
	border-color: #03a3e4;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
}


::selection {
	color: #fff;
}


/*==================== Social ====================*/

.social {
    position: relative;
    margin: 5% auto;
    bottom: 0;
	text-align:center;
}

.social a {
	font-size: 40px;
}

.social a:hover {
    color: #03a3e4;
    text-decoration: none;
}


/*==================== MEDIA QUERIES ====================*/


/* Large screens */
@media only screen and (min-width : 1824px) {

	.overlay{
		position:absolute;
	}

}

/* Large screens */
@media only screen and (min-width : 1080px) and (max-width: 1366px) {

	.overlay{
		position:relative !important;
	}

}

/* Tablet Landscape */
@media only screen and (min-width: 958px) and (max-width: 1079px) {

	.overlay{
		position:relative !important;
	}
	
	#newsletter-container input[type=text] {
		width: 435px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	body{
		background-size: cover !important;
	}
	
	
	.overlay{
		position:relative !important;
	}
	
	#defaultCountdown {
		padding: 7%;
	}
	
	.countdown-row {
		margin:0 auto;
		width:100%;
		display:table;
		text-align:center;
		
	}

	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:100px;
		height:100px;
		border-radius: 15% 15%;
		-webkit-border-radius: 15% 15%;
		-moz-border-radius: 15% 15%;
		border:solid 1px #fff;
		text-align:center;
		margin:40px 20px;
	}

	.countdown-amount {
		font-size: 30px;
		font-weight:700;
		line-height:70px;
	}
	
	.countdown-period {
		display: block;
		line-height:0px;
		color:#03a3e4;
		font-size:18px;
		font-weight:100;
	}
	
	#newsletter-container input[type=text] {
		width: 435px;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body{
		background-size: cover !important;
	}
	
	.section{
		padding: 2% 0;
	}
	
	.overlay{
		position:relative;
	}
	
	#newsletter-container form {
		width: 100%;
		text-align: center;
	}

	#newsletter-container input[type=text] {
		width: 100%;
	}
	
	#newsletter-container .btn {
		margin: 5% auto;
		vertical-align: middle;
		width: 100%;
	}
	
	#defaultCountdown{
		z-index:2;
		margin:0 auto;
		display:table;
		position:relative;
	}
	
	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:90px !important;
		height:120px;
		border-radius: 15% 15%;
		-webkit-border-radius: 15% 15%;
		-moz-border-radius: 15% 15%;
		border:solid 1px #fff;
		text-align:center;
		margin:40px 20px;
	}
	
	.countdown-amount {
		font-size: 50px !important;
		font-weight:700;
		line-height:90px;
	}
	
	.social{
		margin-top: 10%;
	}
	
}

/* Vertical Iphone */
@media only screen and (max-width: 479px) {

	body{
		background-size: cover !important;
	}
	
	.overlay{
		position:relative;
	}

	#wrap{
		vertical-align: middle !important;
		margin: 20% auto !important;
	}
	.section{
		padding: 10% 0 !important;
	}
	
	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:56px;
		height:76px;
		margin:2px;
	}
	
	.countdown-amount {
		font-size: 24px;
		font-weight:700;
		line-height:58px;
	}
	
	.countdown-period {
		display: block;
		line-height:0px;
		color:#03a3e4;
		font-size:10px;
		font-weight:100;
	}
	
	.image-align{
		padding-top: 20px;
		width:30%;
	}
	
	h1,.apple{
		font-size:32px;
	}	
	
	h1 span{
		font-size:18px;
	}	
	
	#newsletter-container input[type=text] {
		width: 100% !important;
	}
	
	#newsletter-container .btn {
		margin: 5% auto;
		vertical-align: middle;
		width: 100%;
	}
	
	#newsletter-container input[type=text] {
		padding: 5px 10px 5px 60px;
	}
	
}

