﻿@charset "utf-8";
/* CSS Document */

.header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

.header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.header-content .header-content-inner hr {
    margin: 30px auto;
}

.header-content .header-content-inner p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.9);
}

@media(min-width:768px) {
    .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
		z-index: 10;}

    .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }	
	
}

@media (max-width:767px) and (max-width:1024px) {
    .home-header {
        background-image: url('/Content/img/index-banner.jpg');
        width: 100%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .header-content {
        top: 12%;
        -webkit-transform: translateY(12%);
        -ms-transform: translateY(12%);
        transform: translateY(12%);
    }

    .overlay-video {
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .header-video {
      display:none;
    }
}
/*vid*/
#first-top {
	margin: 0px;
	padding: 0px;
}
.header-video {
  left: -31%;
  min-height: 100%;
  min-width: 100%;

}
.index-banner {
  visibility:hidden;
}
#vidbanner{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	color: #fff;
	}
.vid-btn{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background-color: rgba(255,255,255,0.30);
	}	
a > .fa {
	color: #fff;
	}
.overlay-video {
	background-color: rgba(0,39,88,0.83);
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 1;
	 }	
	
.header-content-inner .h2{
	font-size: 40px;
	color: #fff;
	font-weight: 300;
}