/*
 * Globals
 */


/*
 * Base structure
 */

body,html{height:100%}
body{background:#F7F7F7;font-family:Questrial}

/* Links */
a,a:focus,a:hover{color:#fff}
h1,h2{font-weight:200}
h2{color:#23447f}
label{font-weight:400}

/* Custom default button */
.cta-container{margin-top:42px}
.cta-container > .btn-default,
.cta-container > .btn-default:hover {
	text-transform: uppercase;
	border-radius: 9em;
	color: #323779;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
	transition: background-color linear 0.2s;
}
.cta-container > .btn-default:hover{
	background:#FFF;
}

.head-section{
	background:#15547f url(img/background.jpg) no-repeat 50% 0;
	background-size: cover;
	height: 100%;
	min-height: 800px;
	overflow: hidden;
	position: relative;
}

.head-section h1{
	font-size: 42px;
	margin-bottom: 0.4em;
	line-height: 1.2;
	opacity: 0.9;
}
.head-section .lead{
	opacity: 0.9;
}

.modal.in + .head-section{
	-webkit-filter: blur(4px);
	filter: blur(4px);
}

.footer-section{
	color:#FFF;
	background:#15547f url(img/background.jpg) no-repeat 50% 0;
	background-size: cover;
}

.footer-section .lead{
	opacity: 0.9;
}

.footer-section footer{
	margin-top: 120px;
}

footer{
	color: #FFFFFF77;
	padding: 4px;
	text-align: center;
}

footer a{
	color: #FFFFFFCC;
}

.modal-body a{
	color:#007bff
}

.video-container{
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

.video-container > video{
	opacity: 0.1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}




/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	display: table;
	width: 100%;
/*
	height: 100%;
	min-height: 100%;
*/
	height: 100%;

	color:#FFF;
/*
	padding-bottom: 410px;
*/
}
.site-wrapper-row {
	display: table-row;
}
.site-wrapper-row2 {
	display: table-row;
	height: 480px;
}

.carousel-wrapper:before {
	content: "";
	float: left;

	/* essentially the aspect ratio. 100% means the
		 div will remain 100% as tall as it is wide, or
		 square in other words.  */
	padding-bottom: 68%;
}

/* this is a clearfix. you can use whatever
	 clearfix you usually use, add
	 overflow:hidden to the parent element,
	 or simply float the parent container. */
.carousel-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.carousel-inner {
	border-radius: 8px;
}

.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
	padding-top: 80px;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* Padding for spacing */
.inner {
	padding: 30px;
}


/*
 * Header
 */

.navbar{
	background: rgba(255, 255, 255, 0.75);
}

.nav-cta-btn{
	padding: 8px 16px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #009cc6;
	background: linear-gradient(#0083b0, #00b4db);
	border-radius: 9em;
	box-shadow: 0 2px 22px #3696d3;
	transition: box-shadow 0.5s;
}

.nav-cta-btn:hover{
	box-shadow: 0 2px 15px 6px #61b2e5;
	text-decoration: none;
}

.masthead {
	padding: 12px 0;
	background: #FFF;
	background: rgba(255, 255, 255, 0.9);
}

.masthead-brand {
}

.masthead-nav > li {
	display: inline-block;
}
.masthead-nav > li + li {
	margin-left: 20px;
}
.masthead-nav > li > a {
	padding: 4px 0;
	font-size: 16px;
	color: #555;
	border-bottom: 1px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
	background-color: transparent;
	border-bottom-color: #555;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
	color: #333;
	border-bottom-color: #1e4278;
}
.masthead-nav {
	float: right;
	margin-top: 13px;
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}
}


/*
 * Cover
 */

.cover {
	padding: 0 20px;
}
.cover .btn-lg {
	padding: 12px 20px 10px;
	font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
	/* Pull out the header and footer */
	.masthead {
		position: absolute;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
}

@media (min-width: 992px) {
	.mastfoot,
	.cover-container {
		width: 700px;
	}
	.masthead>.inner{
		margin:0 auto;
		max-width: 1000px;
	}
}


.cover-heading{
	font-family: Questrial, sans-serif;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 2px;
}

.h100{height:100%}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel-wrapper {
	padding: 4% 4% 0;
}

.carousel-show {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.carousel-container {
	padding: 4.2%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 15%;
	width: 100%;
}

.carousel-container:before {
	content: "";
	float: left;
	padding-bottom: 59%;
}
.carousel-container:after {
	content: "";
	display: table;
	clear: both;
}


.monitor-background {
	max-width: 100%;
	max-height: 100%;
}

/* Carousel base class */
.carousel {
	height: 100%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-indicators {
	bottom: -13%
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: -8.5%;
	}
}




/* MARKETING CONTENT
-------------------------------------------------- */

.marketing{
	background:#F7F7F7;
	padding:80px 0;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-md-3 h2 {
	font-size: 1.6em;
}

.marketing .col-md-3 p {
  color: #777;
  font-size: 1.2em;
}

.feature-image-container {
	display:inline-block;
	width: 180px;
	height: 140px;
}

.feature-image-container > img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}


/* Featurettes
------------------------- */

.features-block{
/*
	margin: 80px 0;
*/
}
.features-block img{
	height: 120px;
}
.features-block h2{
	font-size: 1.6em;
	margin: 1em 0 0.5em;
}
.features-block p{
	color: #555;
}


.block {
	font-size: 16px;
	line-height: 1.5;
	padding: 40px 0;
	color: #333;
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

@media (min-width: 768px) {
	.block {
		padding: 100px 0;
	}
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 200;
  font-size: 2em;
  text-align:left;
  font-family: Questrial;
  color: #FFF;
}

.content-block p{
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
	.white-box{
		box-shadow: 0 0 80px rgba(0,0,0,.1), 0 20px 40px -20px rgba(0,0,0,.1);
		box-shadow: 0 0 80px rgba(150, 182, 203, 0.1), 0 20px 40px -20px rgba(150, 182, 203, 0.1);
		background: #fff;
		padding: 46px;
		border-radius: 12px;
	}
}
@media (max-width: 768px) {
	.white-box{
		padding: 24px;
	}
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 40px;
		margin-bottom: 1rem;
	}
}

/*
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 20px;
  }
}
*/

#signinButton{
	height: 50px;
}

.signin .form-group {
	text-align: left;
	width: 240px;
	margin: 18px auto;
}

.signin input[type=text], .signin input[type=password], .signin input[type=email] {
	width: 100%;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
}
.signin input[type=text]:focus, .signin input[type=password]:focus, .signin input[type=email]:focus {
	border-color: #FFF;
}

.sign-bottom-links{
	margin-top: 32px;
}

.separator{
	margin: 32px 0;
	position: relative;
}

.separator:before, .separator:after{
	content: '';
	width: 47%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.25);
	position: absolute;
	top: 50%;
}

.separator:before{
	left: 0;
}

.separator:after{
	right: 0;
}
