*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size: 16px;
    color: #525761;	
	font-family: 'Poppins', sans-serif;
}

/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
    font-weight: 500;
}


h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	/* The slogan text */
	
	font-size:32px;
	font-weight:normal;
	
}

.hcebter{

    margin: 20px 0 1em;
    color: #a10404;
    text-align: center;
    max-width: 768px;
    margin: 20px auto;
}

h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}

#header {
width: 100%;
    min-height: 720px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

header{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 15%;
}

.bannertitle{
	color:#525761;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
}
.actionbtn img{
	max-width:250px;
}



.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}
.headertext{ max-width:450px; color:#fff;}
footer .line{
	margin:2em 0;
}

nav{
	background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;
	padding:0 5px;
	position:absolute;
	right:0;
	top:4em;
	
	border:1px solid #FCFCFC;

	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

nav ul li{
	display:inline;
}

nav ul li a,
nav ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-shadow:0 1px 1px white;
	text-transform:uppercase;
}

nav ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

nav, article, nav ul li a,figure{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Article styles: */

#page{
	max-width: 960px;
	margin:0 auto;
	position:relative;
}

article{
	
	margin:1em 0;
	padding:20px;
	
}

.videoarea img{
	width:100%;
}
.imark{text-align: center;
    font-weight: 500;
    margin-top: 10px;}

figure{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:15px;
	overflow:hidden;
	width:500px;
}

figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

figure img{
	margin-left:-60px;
}

/* Footer styling: */
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
footer{
	
	text-align:center;
	font-size:0.825em;padding: 40px 20px;
}
footer li {
    display: inline-block;
}
footer li a {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
	color:#0047C1!important;
}





@media screen and (min-width: 769px) {
   
	
	
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
   	#header {
		width: 100%;
		min-height: 452px;
		background-size: cover;
		background-position: left;
		background-repeat: no-repeat;
	}
	
	
	header {
   
		padding: 12% 0% 0% 5%;
	}
	
	
}

@media only screen and (max-device-width: 480px) {
   header {
		max-width: 960px;
		margin: 0 auto;
		position: relative;
		padding: 25% 0px 0px 5%;
	}
	h4 {
		font-size: 18px;
	}
	h1 {
		font-size: 1.5em;
		padding: 0.5em 0 0;
		text-transform: uppercase;
	}
	h3 {
		font-size: 26px;
   
	}
	
	#header {
		width: 100%;
		min-height: 452px;
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	h5{
		max-width: 250px;
		font-size: 16px;
		
	}
	
	
}














