@font-face {
  font-family: 'Droid-Sans';
    src:  url('../fonts/Droid-Sans.ttf.woff') format('woff'),
    url('../fonts/Droid-Sans.ttf.svg#Droid-Sans') format('svg'),
    url('../fonts/Droid-Sans.ttf.eot'),
    url('../fonts/Droid-Sans.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

html,body, header, nav, section, article, main, aside, .sidebar, footer { display: block; padding:0; margin:0; }

html,body {
	min-height:100%;
}

body{ 
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Droid-Sans', sans-serif;
	font-size:20px;
	color:#fff;
	/* background:#031030; */
	background:#040f2d;
	background-size:auto 100%;
}
a { text-decoration: none; outline: none; transition: all 300ms ease 0ms; color:#2fbde3;}
a:hover, a:focus {text-decoration: underline; color:#2fbde3;}
a img{border: none; }
label {cursor: pointer; }
textarea { resize:none; margin: 0;}
input, textarea { outline: none; }
input[type="search"] {
	outline: none;
	border-radius: 0;
	-webkit-appearance: none !important;
}
iframe {
	margin: 0;
	border: none;
}
table {
	border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
section, article, header, footer {display:block;}

h1, h2, h2, h4, h5, h6, p, fieldset, form, ul, ol, li, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.clearfix {
	float:none !important;
    clear: both;
    display: block;
}

#page {
	width:100%;
}

img.full-width {
	width:100%;
	height:auto;
}

img {
	width:auto;
	max-width:100%;
}

.container {
	width:100%;
	max-width:1275px;
	position:relative;
}

.padding-default {
	padding-top:60px;
	padding-bottom:60px;
}

.spacing-more {
	padding-top:125px;
	padding-bottom:165px;
}

.no-side-padding {
	padding-left:0px !important;
	padding-right:0px !important;	
}

.img-absolute {
	position:absolute;	
}

.push-bottom-20 {
	padding-bottom:20px;	
}

.push-bottom-30 {
	padding-bottom:30px;	
}

.push-bottom-35 {
	padding-bottom:30px;	
}

.push-bottom-37 {
	padding-bottom:37px;	
}

.push-bottom-40 {
	padding-bottom:40px;	
}

.push-bottom-60 {
	padding-bottom:60px;
}

.push-bottom-80 {
	padding-bottom:80px;
}

.push-bottom-90 {
	padding-bottom:90px;
}

.push-top-80 {
	padding-top:80px;	
}

.push-top-85 {
	padding-top:85px;	
}

.push-top-100 {
	padding-top:100px;	
}

.push-top-190 {
	padding-top:187px;	
}

.push-top-20 {
	padding-top:20px;	
}

.push-top-45 {
	padding-top:45px;	
}

.push-top-50 {
	padding-top:50px;	
}

.push-top-20 {
	padding-top:20px;	
}

.push-top-60 {
	padding-top:60px;	
}

.push-top-70 {
	padding-top:70px;	
}

.push-top-10 {
	padding-top:10px;	
}

.push-top-95 {
	padding-top:95px;	
}

.push-top-70 {
	padding-top:70px;	
}

.push-top-160 {
	padding-top:160px;	
}

.push-bottom-100 {
	padding-bottom:100px;	
}


.push-bottom-120 {
	padding-bottom:100px;	
}

.push-bottom-200 {
	padding-bottom:200px;	
}

.resp-menu-button {
	display:none;
}

.mw-70 {
	max-width:70%;
}

.mw-80 {
	max-width:80%;
}

.mw-90 {
	max-width:90%;
}

section {
	clear:both;
	position:relative;
}

.nopadding {
	padding:0;
}

.nobottompadding {
	padding-bottom:0px !important;
}

.nomargin {
	margin:0;
}

.std-width {
	width:auto !important;
	height:auto !important;
	max-width:100% !important;
}

.img-bottom {
	position:absolute;
	bottom:15px;
	right:0;
}

.full-height {
	height:100%;
}

/* headings ------------------------------------------------- */

h1 {
	font-size:40px;
	line-height:120%;
	padding-bottom:12px;
}

h2 {
	font-size:40px;
	line-height:120%;
	padding-bottom:12px;
}


h3 {
	font-size:24px;
	line-height:120%;
	padding-bottom:12px;
}


h4 {
	font-size:20px;
	line-height:36px;
	margin-bottom:15px;
}

h5 {
	font-size:18px;
	line-height:26px;
}

h6 {
	font-size:16px;
}

/* page styles ---------------------------------------------- */

#page {
	max-width:100%;
	overflow:hidden;
}

#header {
	position:relative;
	height:215px;
}

.logo-wrapper {
	max-width:383px;
	margin-top:64px;
}

.menu-wrapper {
	position:absolute;
	top:46px;
	right:0;
}

.menu-wrapper li {
	display:inline-block;
	margin-left:30px;
	position:relative;
}

.menu-wrapper li a {
	font-size:16px;
	color:#1e7f9c;
}

.menu-wrapper li a:hover,
.menu-wrapper li a.active {
	color:#30bde5;
	text-decoration:none;
}

.menu-wrapper li:last-child:before {
	content:'|';
	left:-16px;
	position:relative;
	color:#1e7f9c;
}

.content-area .content-wrapper {
	padding-left:131px;
}

.content-wrapper p,
.content-wrapper li {
	font-size:15px;
	line-height:26px;
}

.content-wrapper li {
	display:block;
	position:relative;
	padding-left:26px;
}

.content-wrapper li:before {
	width:6px;
	height:6px;
	content:'';
	background:#30bde5;
	left:6px;
	top:12px;
	position:absolute;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#footer {
	padding-top:60px;
	padding-bottom:0px;
	color:#30bde5;
}

#footer .inside {
	border-top:1px solid #30bde5;
	margin-left:131px;
	margin-right:50px;
	padding-top:14px;
}

.footer-logo-wrapper img {
	max-width:220px;
}

.footer-logo-wrapper {
	padding-bottom:9px;
	padding-left:56px;
}

#footer p {
	line-height:20px;
}

.footer-col-4,
.footer-col-3 {
	padding-left:50px;
}

.video-wrapper {
	position:absolute;
	top:-120px;
	right:0;
	max-width:40%;
}

.video-text {
	color:#228aad;
	font-size:24px;
	text-align:center;
}

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

.content-wrapper.animated {
	left:0;
	transition: all 800ms ease 0ms;
	position:relative;
	height:500px;
}
.content-wrapper.animated.hidden {
	position:relative;
	left:-150%;
	transition: all 80ms ease 0ms;
}

.fading {
	display:none;
}

.zoom li {
	transition: all 300ms ease 0ms;
}

.zoom li:hover {
	font-size:19px;
	cursor:pointer;
}

video {
	padding-top:60px;
	max-width:100%;
}

.fading h2 {
	left:-3px;
	position:relative;
}

p strong {
	display:inline-block;
	padding-top:5px;
}
