

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Verdana;
}

/*------------------------------------*\
    GENERAL STYLES
\*------------------------------------*/


.content-divided {
	text-align: left;
}

.content-divided strong {
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}

.content-divided p {
	margin-bottom: 30px;
}

h1 {
	color: #fff !important;
	font-weight: 700;
	margin: 30px 0;
}

a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
	color: #0f70b7;
}

.btn-primary {
	background: none;
	border: 1px solid #6b6b6b;
}

.btn-primary:hover {
	background: #1b243e;
}

/*mailchimp*/
#mc_embed_signup {
	background: none;
}

#mc_embed_signup form {
	padding-top: 0!important;
}

#mc_embed_signup .mc-field-group input {
	padding: 10px;
	color: #cccccc;
	font-size: 24px;
	border-radius: 10px;
	width: 100%;	
}

#mc_embed_signup input.mce_inline_error {
	border: 2px solid #e43c33 !important;
}

#mc_embed_signup div.mce_inline_error {
	width: 100%;
	background: #e43c33 !important;
	border-radius: 5px;
	margin-top: 30px;
}

#mc_embed_signup #mce-success-response {
	text-align: center;
	color: #fff;
	float: none;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}


#mc_embed_signup .button {
	float: left;
}	

#mc_embed_signup input {
	border-radius: 10px !important;
	margin-top: -15px;
	padding: 22px;
	width: 80%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mc_embed_signup input:hover {
	border: 1px solid #2b669a;
}

#mc_embed_signup .mc-field-group input[type="email"] {
	width: 100% !important;
	float: left;
}

#mc_embed_signup .mc-field-group input.btn-primary {
	float: right;
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}

#mc_embed_signup .mc-field-group input {
	padding: 15px !important;
	color: #cccccc;
	font-size: 24px;
	font-weight: normal;
	border-radius: 10px;
	float: right;
	clear: none;
}

#mc_embed_signup #mce-success-response {
	color: #fff !important;
	background: #8eba62;
	border-radius: 10px;
	padding: 20px;
}

/*------------------------------------*\
    MAIN SECTION
\*------------------------------------*/

/*Header*/

.navbar {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-inverse {
	border-bottom: 0;
	background-image: linear-gradient(to bottom,#0f131a 0,#0f131a 100%);
}

.navbar-brand {
	display: inline-block;
	height: auto;
}

.navbar-brand img {
	width: 180px;
}

.navbar-toggle {
	margin-top: 27px;
	background: #333;
}


.navbar-collapse ul {
	padding-left: 0;
}

.navbar-collapse ul li:first-child {
	border-bottom: 1px solid #101010;
	border-top: 0;
}

.navbar-collapse ul li{
	line-height: 46px;
	border-top: 1px solid #363636;
}

.navbar-collapse ul li a {
	font-size: 16px;
	color: #fff;
}

.navbar-collapse ul li a:hover {
	text-decoration: none;
	color: #0f70b7;
}

/*Main Area*/
.jumbotron {
	background: url(../img/bg.jpg) top center no-repeat fixed;
	text-align: center;
	margin-bottom: 0;
	overflow: hidden;
	padding-left: 0;
}

.main-content {
	position: relative;
	z-index: 2;
	margin-top: 50px;
}

.jumbotron p {
	color: #fff;
}

/*Video Background*/

.video-bg {
	position: absolute;
	top: 0;
	z-index: 1;
	background: #000;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.dark-layer {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}

.video-bg video {
	padding-left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

/*------------------------------------*\
    ABOUT US
\*------------------------------------*/

/*About Us*/

#aboutus {
	position: relative;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.about-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
}

.about-video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

#aboutus .container,
#aboutus .about-content,
#aboutus .subscribe {
	position: relative;
	z-index: 2;
}

/*Subscribe Form*/
.subscribe {
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,.4);
	padding: 20px;
	margin-top: 30px;
}

.subscribe h3 {
	margin-bottom: 29px;
	font-size: 24px;
	font-weight: 700;
}

.subscribe input[type="text"] {
	padding: 10px;
	color: #cccccc;
	font-size: 24px;
	border-radius: 10px;
	width: 100%;
}

.subscribe input[type="button"] {
	background: none;
	border: 1px solid #6b6b6b;
}

.subscribe input:hover[type="button"] {
	background: #1b243e;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
	background: #0f131a;
	text-align: center;
	padding: 46px 0;
	color: #fff;
	font-style: italic;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
.wrapper-nav {
	float: none;
}
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
.wrapper-nav {
	float: right;
}

.navbar-inverse {
	background: none;
}

.navbar-collapse {
	float: right;;
}

.navbar-collapse ul li {
	float: left;
	margin-left: 40px;
	list-style: none;
	font-weight: 700;
	line-height: 91px;
}

.main-content {
	width: 80%;
	max-width: 478px;
	margin: 30px auto;
}

.jumbotron h1 {
	font-size: 48px;
}

.btn-primary {
	padding: 24px 31px;
	margin-top: 50px;
}

.navbar-brand-shrink {
	background: #0f131a;

}

#aboutus {
	padding: 50px 0 80px;
}

.about-content {

	margin: 101px auto 0;
}

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

	.navbar-brand-shrink img {
		width: 168px;
	}

	.navbar.navbar-brand-shrink {
		padding-top:0;
	}

	.navbar-collapse ul li {
		border-top: none;
	}

	.subscribe {
		width: 700px;
		margin: 30px auto;
	}	

	/*Mailchimp*/
	#mc_embed_signup .mc-field-group input[type="email"] {
		width: 70% !important;
		float: left;
	}	

	#mc_embed_signup .mc-field-group input.btn-primary {
		float: right;
		width: 170px;
		margin-left: 0;
	}	

	#mc_embed_signup .mc-field-group input.btn-primary {
		margin-top: -15px;
	}

	.navbar-collapse ul li:first-child {
		border-bottom: 0;
	}


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

	.navbar-brand img {
		width: 267px;
	}

	.navbar {
		padding-top: 30px;
	}

	.main-content { 
		margin-top: 120px;
	}	

	.jumbotron {
		background: none;
	}


	.video-bg {
		width: 100%;
		padding-left: 0;
		overflow: hidden;
		height: 587px;
	}

	.video-bg {
		display: block;

	}

	.navbar-brand-shrink .navbar-brand img {
		width: 168px;
	}

	.dark-layer {
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.6);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		pointer-events: none;
	}

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

	.main-content { 
		margin-top: 190px;
	}

	.btn-primary {
		margin: 160px 0 126px;
	}

	.video-bg {
		height: 912px;
	}

	.video-bg



}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}












/*
     FILE ARCHIVED ON 14:40:08 Nov 10, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:17:36 Sep 23, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.468
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.046
  esindex: 0.009
  cdx.remote: 21.965
  LoadShardBlock: 184.332 (3)
  PetaboxLoader3.datanode: 110.285 (4)
  PetaboxLoader3.resolve: 186.303 (2)
  load_resource: 123.127
*/