/*
	Author: Lumberjacks
	Template: Elegant (Coming Soon)
	Version: 1.1
	URL: http://themeforest.net/user/Lumberjacks/
*/



/* TABLE OF CONTENTS

	1. Import section
	2. Basic styles
	3. Typography
	4. Breakpoint for high-res devices
	5. Header
	6. Icons
	7. Subscribe
	8. Who we are
	9. Twitter
	10. Footer
	11. Breakpoints

*/



/* 1. IMPORT SECTION */

	@import url("bootstrap.css");
	@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
	/*@import url("http://fonts.googleapis.com/css?family=Lato:300,700,700italic&subset=latin,latin-ext");*/
	/*@import url("http://fonts.googleapis.com/css?family=Raleway:300,700&subset=latin,latin-ext");*/
	/*@import url("font-awesome.min.css");*/
	/*@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/


/* 2. BASIC STYLES */

	html, body {
		height: 100%;
	}

	body {
		font: 16px/1.5 Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
		background-color: #fff;
		color: #262626;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}

	a { 
		color: #89d460;
		transition: all 0.125s ease-in-out 0s;
		-moz-transition: all 0.125s ease-in-out 0s;
		-webkit-transition: all 0.125s ease-in-out 0s;
		-o-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
	}

	a:hover {
		color: #89d460;
	}

	a, a:hover, a:active, a:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}
	#time {
		color: #D29924;
		font-size: 28px;
	}
	#unit {
		text-transform: uppercase;
		font-size: 13px;
		margin-top: -15px;
		letter-spacing: 2px;
	
	}
	.nomar {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.progress {
		display: none;
	}

	.meter { 
			height: 20px;  /* Can be anything */
			position: relative;
			margin: 45px 0 0px 0;
			/*padding: 10px 0px 10px 20px;*/
			padding: 10px 0px 10px;
			-webkit-box-sizing: initial; 
			-moz-box-sizing: initial;
 			box-sizing: initial; 
			
		}
	.blue > span {
		background-color: #D29924;
		background-image: url("../img/stripe.png");
		background-repeat: repeat;
	}
	.meter > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 2px;
			-webkit-border-bottom-right-radius: 2px;
			       -moz-border-radius-topright: 2px;
			    -moz-border-radius-bottomright: 2px;
			           border-top-right-radius: 2px;
			        border-bottom-right-radius: 2px;
			    -webkit-border-top-left-radius: 2px;
			 -webkit-border-bottom-left-radius: 2px;
			        -moz-border-radius-topleft: 2px;
			     -moz-border-radius-bottomleft: 2px;
			            border-top-left-radius: 2px;
			         border-bottom-left-radius: 2px;
			background-color: #D29924;
			position: relative;
			overflow: hidden;
		}
	.nostripes > span > span, .nostripes > span:after {
		-webkit-animation: none;
		background-image: none;
	}
	.meter:after {
		content: '65%';
		position: relative;
		float: right;
		bottom: 30px;
		left: 45px;
		color: white;
		font-family: 'Montserrat', sans-serif;
	}
	#pfull {
		background-color: #474646;
		width: 80%;
		height: 20px;
		border-radius: 2px
	}
	#ppart {
		z-index: 150;
		width: 65% !important;
		/*left: -20px;*/
		bottom: 10px;
	}
	#phold {
		left: 20px;
		position: relative;
		height: 20px;
		width: 100%
	}


	input[type=email],
	input[type=submit] {
		border-radius: 3px;
		letter-spacing: 2px;
		font-size: 13px;
	}
	input[type=email] {
		background-color: white;
		color: black;
		padding: 7px 95px 7px 15px;
		border: 0px;
		margin-right: 5px;

	}
	input[type=submit] {
		padding: 7px 20px;
		background-color: #D29924;
		color: white;
		text-transform: uppercase;
		border:0px;
	}
	form {
		min-width: 100%;
	}
	input[type=email]::-webkit-input-placeholder,
	input[type=email]:-moz-placeholder,
	input[type=email]::-moz-placeholder,
	input[type=email]:-ms-input-placeholder,
	input[placeholder] {
		color: black;
		float: left;
	}
	#formemail::-webkit-input-placeholder {
    color:    black;
	}
	#formemail:-moz-placeholder {
	    color:    black;
	}
	#formemail::-moz-placeholder {
	    color:    black;
	}
	#formemail:-ms-input-placeholder {
	    color:    black;
	}

	#submitted {
		position: relative;
		width:100%;
		padding: 15px;
		text-align: center;
		background-color: #D29924;
		font-size: 22px;
		color: white;
		font-weight:bold;
		z-index:1;
	}


	.lj-float-left {
		float: left;
	}

	.lj-float-right {
		float: right;
	}
	
	.lj-block-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.lj-show {
		display: block !important;
	}
	
	.lj-hide {
		display: none !important;
		visibility: hidden !important;
	}

	.lj-preloader {
		background: #1F252A url('../img/preloader.gif') no-repeat center center;
		bottom: 0;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 99999;
	}



/* 3. TYPOGRAPHY */

	p {
		line-height: 1.5;
		font-size: 12px;
	}
	p,
	input,
	span,
	#time,
	#unit {
		font-family: 'Montserrat', sans-serif;
	}
    
	.lj-text-uppercase {
		text-transform: uppercase;
	}

	.lj-text-center {
		text-align: center;
	}

	.lj-text-center span {
		font-size:16px;
	}

	.lj-text-left {
		text-align: left;
	}

	.lj-text-right {
		text-align: right;
	}

	.lj-text-justify {
		text-align: justify;
	}

	.lj-text-underline {
		text-decoration: underline;
	}



/* 4. BREAKPOINT FOR HIGH-RES DEVICES */

	@media
	  only screen and (-webkit-min-device-pixel-ratio: 2),
	  only screen and (   min--moz-device-pixel-ratio: 2),
	  only screen and (     -o-min-device-pixel-ratio: 2/1),
	  only screen and (        min-device-pixel-ratio: 2),
	  only screen and (                min-resolution: 192dpi),
	  only screen and (                min-resolution: 2dppx) {

	  	.lj-logo-1x {
			display: none !important;
		}
		
		.lj-logo-2x {
			display: block !important;
		}

	} 



/* 5. HEADER */

	header {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		background-color: #000 !important;
	}
	
	header > .container {
		height: 100%;
		position: relative;
	}

	.wrapper {
		width: 475px;
		height: auto;
		position: relative;
		top: 50%;
		background-color: #2b2b2b;
		opacity: 0.75;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 5px;
		padding: 5px 20px 25px 20px;
	}
	
	.lj-overlay {
		width: 100%;
		height: 100%;		
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.lj-background-repeat {
	    background-repeat: repeat;
	}
	
	.lj-background-no-repeat {
		background-repeat: no-repeat;
	}
	
	.lj-overlay-none {
		display: none;
		visibility: hidden;
	}
	
	.lj-overlay-image {
		/*background-image: url('../img/lines.png');*/
		/*background-repeat: repeat;*/
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.lj-overlay-color {
	    background-color: rgba(0,0,0,0.5);
	}
	
	.lj-overlay-gradient {
		background: -moz-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%, rgba(196,255,0,0.8) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,204,255,0.8)), color-stop(100%,rgba(196,255,0,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* IE10+ */
		background: linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#c4ff00',GradientType=1 ) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/1x1.png'); /* IE6-9 fallback on horizontal gradient */
		pointer-events:none;
	}

	header.yt-background {
		background-image: url('../img/video.jpg');
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}

	.mobile .mbYTP_wrapper,
	.tablet .mbYTP_wrapper {
		z-index: -1 !important;
	}

	.mobile .yt-controls,
	.tablet .yt-controls {
		display: none;
	}

	.yt-controls {
		margin-top: 50px;
		text-align: right;
	}

	.yt-controls a {
		display: inline-block;
		color: #fff;
		width: 20px;
	}

	.yt-controls a:hover { 
		color: #89d460;
	}
	
	.lj-logo a,
	.lj-logo img {
		width: 130px;
		height: auto;
	}
	
	.lj-logo a {
		display: block;
		margin: 0 auto;
		margin-top: 25px;
	    margin-bottom: 15px;
	}
	
	.lj-logo img {
	    vertical-align: bottom;

	}
	
	.lj-logo-1x {
		display: block;
	}
	
	.lj-logo-2x {
		display: none;
	}

	.lj-title {
        margin-top: 30px;
    }
    
    .lj-title h1 {
    	font-family: 'Raleway';
    	font-size: 3.5em;
    	font-weight: 300;
        color: transparent;
        margin: 0;
        word-wrap: break-word;
    }
    
    .lj-title span {
        color: #fff;
        font-weight: 700;
    }

	.lj-line {
		margin-top: 15px;
		margin-bottom: 25px;
	}

    .lj-line > div {
    	width: 475px;
    	height: 1px;
    	background-color: rgba(255, 255, 255, 0.1);
    	margin: 0 auto;
    	margin-left: -35px;
    }

    .lj-title-paragraph {
    	margin-top: 20px;
    }

    .lj-title-paragraph p {
    	color: #fff;
    	margin: 0;
    	padding: 0 20px;
		letter-spacing:.03em;
		line-height: 1.75;
    }

    .lj-countdown {
    	color: #fff;
    	padding: 10px 0;
    	text-align: center;
    }

    .lj-countdown > * {
    	text-align: center;
    }

    .lj-countdown div {
    	display: inline-block;
    }

    .lj-countdown div span {
    	width: 141px;
    	display: block;    	
    }

    .lj-countdown div span:first-child {
    	height: 64px;
    	font-family: Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
    	font-weight: 300;
    	font-size: 4em;
    	line-height: 64px;
    }

    .lj-countdown div span:last-child {
    	height: 20px;
    	font-family: Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
    	font-weight: 300;
    	font-size: 1em;
    	line-height: 20px;
    }

	


/* 11. BREAKPOINTS */

	@media (min-width: 992px) and (max-width: 1199px) {

		

	}

	@media (min-width: 768px) and (max-width: 991px) {

		

	}

	@media (max-width: 767px) and (min-width: 451px) {

		/* 5. HEADER */

		header {
			height: auto;
		}
		header > .container {
			height: 100%;
		}

		.wrapper {
			width: 400px;
			position: static;
			top: 0;
			margin-top: 125px !important;
			margin-bottom: 50px;
		}

		/*COUNTDOWN*/

		.lj-countdown div span {
			width: 50px;
			display: block;
			margin: 0px 25px;
		}

		/*LINE BREAK*/

		.lj-line > div {
			width: 400px;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.1);
			margin: 0 auto;
			margin-left: -35px;
		}

		/*FORM*/

		input[type=email] {
			padding: 7px 25px 7px 15px;
		}
		input[type=email]:after {
			content: ''
		}

	}
	@media (max-width: 450px) {

		/* 5. HEADER */

		header {
			height: auto;
		}
		header > .container {
			height: 100%;
		}
		/*div.ytplayer {
			display: none;
		}*/

		.wrapper {
			width: 275px;
			position: static;
			top: 0;
			margin-top: 50px !important;
			margin-bottom: 50px;
			padding: 5px 5px 10px 5px;
		}

		/*COUNTDOWN*/

		.lj-countdown div span {
			width: 40px;
			display: block;
			margin: 0px 25px;
		}

		/*LINE BREAK*/

		.lj-line > div {
			width: 275px;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.1);
			margin: 0 auto;
			margin-left: -20px;
		}

		/*PROGRESS*/

		#pfull {
			width: 70%;
		}

		/*FORM*/

		input[type=email] {
			padding: 7px 1px 7px 10px;
			width: 80%;
			text-align: center;
			margin: auto;
		
		}
		input[type=submit] {
			padding: 7px 2px;
			width: 80%;
			margin-top: 10px;
			margin-left: auto;
			margin-right: auto;

		}


	}