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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 100%;
	font : inherit;
	vertical-align : top;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display : block;
}
	body {
	line-height : 1;
}
	ol, ul {
	list-style : none;
}
	blockquote, q {
	quotes : none;
}
	blockquote:before, blockquote:after, q:before, q:after {
	content : '';
	content : none;
}
	table {
	border-collapse : collapse;
	border-spacing : 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}



/* #Basic Styles
================================================== */
	body {
	background: #000;
	font : 14px/21px;
font-family: 'Poppins', sans-serif;
	color : #fff;
}

.overlay{
	clear: both;  
	position: absolute; 
	width: 100%;
	background: rgba(0,0,0,0.45);
	height:100%;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}	
#supersized {  display:block; position:fixed; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

.logo {
    margin: 3px auto 0;
max-width:35%;
}
#myVideo {
  position: fixed;
  left:0;
  width: 100%;
  min-height: 100%;
}
	
.header {
	text-align : center;
top:0px;
background-color:#000;
min-width:10px;
padding:10px;

}
.row-foot {
bottom:0;
position:absolute;
		width : 100%;
		clear : both;
	}
.row1 {
background: rgba(0,0,0,0.6);
}
.row2 {
background: #000;
border-top : 1px solid #fff;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
background:rgba(0,0,0,0.0);


}

.middle {
    display: table-cell;
    vertical-align: middle;
}
	
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	color : #6bbcd9;
	font-family: 'Poppins', sans-serif;
	font-weight : normal;
text-align:left
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight : inherit;
}
	h1 {
margin-top:20px;
	  font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;

  
letter-spacing:1px;

}
	h2 {
color : #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	line-height : 22px;
	margin-top : 0px;
	margin-bottom : 30px;
margin-left:0px



}
	h3 {
	font-size : 20px;
	line-height : 28px;
	margin-top : 20px;
	margin-bottom : 20px;

font-weight:600;
}
	h4 {
	font-size : 22px;
	line-height : 24px;
	font-weight : 400;
	text-align : center;
margin-bottom:10px;
margin-top:10px;


}
	h5, .success-message, .error-message {
	font-size : 14px;
	line-height : 18px;
color:white;
margin-left:15px;
}
	h6 {
	font-size : 22px;
	line-height : 30px;
	font-weight : 400;
	text-align : center;
	
margin-bottom:10px;
    text-transform: uppercase;

    text-shadow: 0 1px 7px rgba(0,0,0,.2);

}
	.subheader {
	color : #777;
}
	p {
	margin : 0 0 20px 0;
}
	p img {
	margin : 0;
}
	p.lead {
	font-size : 21px;
	line-height : 27px;
	color : #555;
}
	em {
	font-style : italic;
}

	span1 {
	background-color:#2f5594;

}

	strong {
	font-weight: 600;
}

/*	Blockquotes  */
	blockquote, blockquote p {
	font-size : 17px;
	line-height : 24px;
	color : #777;
	font-style : italic;
}
	blockquote {
	margin : 0 0 20px;
	padding : 9px 20px 0 19px;
	border-left : 1px solid #ddd;
}
	blockquote cite {
	display : block;
	font-size : 12px;
	color : #555;
}
	blockquote cite:before {
	content : "\2014 \0020";
}
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color : #555;
}
	hr {
	border : #ddd solid;
	border-width : 1px 0 0;
	clear : both;
	margin : 10px 0 30px;
	height : 0;
}

/* #Links
================================================== */
	a, a:visited {
	color : #fefefe;
	text-decoration : underline;
	outline : 0;
}
	a:hover, a:focus {
	color : #ff0043;
}
	p a, p a:visited {
	line-height : inherit;
}
	a.link_underline {
	color : #fefefe;
	text-decoration : none;
	font-style : italic;
	font-weight : 700;
	border-bottom : 1px solid #fff;
}

/* #Lists
================================================== */
	ul, ol { margin-bottom : 20px; }
	ul { list-style : none;	}
	ol { list-style : decimal;	}
	ol, ul.square, ul.circle, ul.disc {	margin-left : 30px;	}
	ul.square {	list-style : square;	}
	ul.circle {	list-style : circle;	}
	ul.disc {	list-style : disc;	}
	ul ul, ul ol, ol ol, ol ul { margin : 4px 0 5px 30px; font-size : 90%;	}
	ul ul li, ul ol li, ol ol li, ol ul li {margin-bottom : 6px;}
	li { line-height : 18px; margin-bottom : 12px;	}
	ul.large li {line-height : 21px;	}
	li p {	line-height : 21px;	}

/* #Images
================================================== */

	img.scale-with-grid {
	max-width : 100%;
	height : auto;
	}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* ---- Countdown timer ---- */
.Counter {
margin-top:10px;
	text-align : left;
	padding-top : 0px;
	margin-bottom : 0px;

}

ul#countdown li {	
	display: inline-block;
	margin: 10px 5px;
	text-align: left;
    width: 100px;
padding-top:10px;
background:transparent;
  

border:0px solid #fff;

}


ul#countdown li.no 
{  }
ul#countdown li.no1 {   }
ul#countdown li.no2 {   }
ul#countdown li.no3 {  }


ul#countdown li span {
	font-size : 2.5em;
	font-weight :700;
	color : #fff;
	height : 70px;
	line-height : 70px;
	position : relative;
font-family: 'Poppins', sans-serif;
}

ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
	
	text-transform : uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight : 400;
padding-top:5px;
text-align:left;
	font-size: 1.0em;
    padding-left: 5px;
color:#fff;

}

#Subscribe {
	width : 100%;
	height : 60px;

	text-align : left;
	border-radius:10px;
	vertical-align: middle;
margin-bottom:20px;
}
.cont {
 display: block;
	width: 115px;
  height: 25px;padding: 10px;
  text-align: center;
	font-family : 'Lato', sans-serif, Arial, Helvetica;
	font-weight : 400;
	font-size : 13px;
	color : #fff;
	line-height : 26px;
	cursor : pointer;
	background:#000;
text-decoration:none;
margin-left:auto;
margin-right:auto;
}



.submit {
	width : 120px;
	height : 41px;
	margin : 5px 15px 2px 10px;
	border : 0;
	font-family : 'Lato', sans-serif, Arial, Helvetica;
	font-weight : 400;
	font-size : 13px;
	color :#fff ;
	line-height : 26px;
	cursor : pointer;
	background: 
#315397;
border-radius:3px;
}
		
.email {
	width : 100%;
	height : 41px;
	margin : 5px 0 0 5px;
	border : 0;
	font-family : 'Lato', sans-serif, Arial, Helvetica;
	font-weight : 300;
	font-size : 12px;
	color : #000;
	font-style : italic;
	text-align : left;
	line-height : 14px;
	padding-left : 20px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
	transition: background-color 0.2s ease; -webkit-transition: background-color 0.2s ease; -moz-transition: background-color 0.2s ease; -o-transition: background-color 0.2s ease;
border-radius:3px;

}
.form-group {width:28%;float:left;}
#email {margin-left:10px}
.form-group:nth-child(3) {margin-left:10px}
		
.cont:hover{
	background:#C7C700;
}
.submit:active,
ul#countdown li:none,
#email:focus {
	color:#000;
	background:#fff;
	box-shadow:0px 0px 3px rgba(0,0,0,0.3); -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}


/*--- Footer starts ---- */

	#footer {
		margin : 0 auto;
		height : 80px;
		width : 100%;
		clear : both;
		border-top : 1px solid #333;
	}
	.footerLeft {
		color: #000;
		display: block;
		font-size: 15px;
		position: relative;
		text-align: left;
		width: 100%;
	}
	#followUs {
	text-align:left;
	display:table;
margin-top:20px;
margin-left:10px;
	}
#followUs img {width:36px}
	#followUs a {
		position : relative;
		width : 40px;
		height : 10px;
	}
	#socials li {
		float : right;
		padding-right : 20px;
		opacity : 0.9;
	}
	#socials li:last-child {
		padding-right : 15px;
	}
	#socials li:hover {
		opacity : 1;
	}

/*--- Footer ends ---- */