/*
 * Globals
 */

/*
 * Base structure
 */

html,
body {
	height: 100%;
    background: #000; /*url(images/bkgd.png) repeat-x center center;*/

    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

p {
    font-family: 'Hind', sans-serif;
}

/*	==============================
	Sections
	============================== */

.intro-section {
    display: table;
    position: relative;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    text-align: center;
    
    color: #FFF;
    overflow: hidden;
}

.intro-section .container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.intro-section h1 {
    font-size: 5em;
}

.intro-section p {
    font-size: 2em;
}

.intro-section button {
    font-size: 2em;
}

.above {
    z-index: 50;
}

.headervideo {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    z-index: 1;
    
    object-fit: contain;
}

.intro-alert {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    
    font-family: "Open Sans", arial, sans-serif;
    text-transform: uppercase;
}

.intro-alert h1,
.intro-alert p {
    display: inline;
    vertical-align: middle;
    font-size: 16px;
    line-height: 52px;
}

.intro-alert b {
    color: #111;
    border-color: transparent;
    background: #fff;
    padding: 4px 13px;
}

/*	==============================
	Video Modal
	============================== */

@media (min-width: 768px) {
    .video-modal {
        width: 1000px;
        max-width: 80%;
    }
}

.no-padding {
    padding: 0px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.video-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
    background: #FFF;
}

.video-wrapper-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.video-container {
	margin-right: auto;
	margin-left: auto;
	max-width:1280px;
	max-height: 720px;
}

.modal-content {
    background-color: rgba(50, 50, 50, .6);
}

.modal-header {
    border-bottom: 0px;
}

.modal-header .close {
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    opacity: .8;
}

/*	==============================
	Video Player
	============================== */


/*	==============================
	Navbar
	============================== */

.navbar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    background-image:none;
    height: 50px;
    
    font-family: "Open Sans", arial, sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-align: -webkit-match-parent;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    text-shadow: none;
}

.navbar .container {
    width: 100%;
}

.navbar .in {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
}

.navbar-brand {
    padding: 0;
}

.logo {
    width: auto;
    height: auto;
    max-height: 100%;
    padding: 2px;
}

.btn-mod {
    padding: 4px 13px;
}
.btn-mod.btn-circle{
    border-radius: 30px;
}
.btn-mod.btn-border-w {
    color: #fff;
    border: 2px solid rgba(255,255,255, .75);
    background: transparent;
}
.btn-mod.btn-border-w:hover {
    color: #111;
    border-color: transparent;
    background: #fff;
}

/*	==============================
	Footer
	============================== */

.footer-copy,
.footer-copy a,
.footer-copy a:hover,
.footer-made,
.footer-made a,
.footer-made a:hover{
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-style:normal;
    color:#ffffff;
}

.footer{
    text-align: center;
    font-size: 12px;
    background-color:#0a0a0a;
    padding:20px 0;
}

.footer p{
    margin: 0 0 2em 0;
}

.footer a{
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer a:hover{
    color: #cccccc;
}
.footer-copy{
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

.footer-copy a{
    margin: 0 10px;
}

.footer-copy a:hover {text-decoration: none;}

.sm-ls {letter-spacing:0.1em;}
.lg-fs {font-size:1.5em;}

.footer-made{
    font-size: 11px;
}

a.link-to-top{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#b5b5b5;
    font-size: 48px;
}

a.link-to-top:hover{
    color:#ffffff;
}

/*	==============================
	Icons
	============================== */

.aio-tooltip {
    display: inline-block;
    text-align: center;
    width: auto;
    max-width: 100%
}

.aio-icon, .aio-icon-img, .vc_row .aio-icon {
    display: inline-block;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important
}

.vc_row, .wpb_column, .wpb_row {
    position: relative
}

.aio-icon, .vc_row .aio-icon {
    font-size: 32px;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    box-sizing: content-box !important
}

.lg-white-icon {
    color:#ffffff;
    font-size:32px;
    margin-right:15px;
}

.aio-icon.none {
    display: inline-block;
    font-size: 32px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1em
}

.aio-icon {
    display: inline-block;
    margin: 0;
    padding: 0
}

.aio-icon i {
    line-height: inherit
}

/* ==================================
    Bootstrap Additions
   ================================== */

/*Bootstrap (grid) vertical alignment help*/
@media (min-width: 1200px) {
    .col-lg-v {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}
@media (min-width: 992px) {
    .col-md-v {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}
@media (min-width: 768px) {
    .col-sm-v {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}
@media (min-width: 480px) {
    .col-xs-v {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}
