.nobr {
    white-space: nowrap;
}

@font-face {
    font-family: Gotham-Book;
    src: url("/skrypt/css/fonts/Gotham-Book.otf") format("opentype");
}
@font-face {
    font-family: Gotham-Bold;
    src: url("/skrypt/css/fonts/Gotham-Bold.otf") format("opentype");
}

/* Anchor hash offset to fit floating header */
a.hash { 
    padding-top: 75px;
}

.half {width: 400px!important;}
.col-xs-3 {padding-right:0px!important;}
a.hash:before { 
    display: block;
    content: "";
    height: 75px;
    margin-top: -75px;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: Gotham-Book;
    font-size: 18px;
    line-height: 2em;
}

body.partners_body{

}

.navbar{
    height:80px;
    background-color: #ffffff;
}
.navbar li {
    margin-top:10px;
}
section.module {
    padding: 10px 0 50px 0;
}

.module-1{
    z-index: 95 !important;
}

.module-2{
    height: 95%;
}

.module-2 .container {
    position: relative;
    background-size: cover;
    background-position: center;      
}

.module.module-3 h1{
    min-width:750px;
}

.module-3 img,.module-6 img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}


.module-4 {
    background-color: #F4F5F9;
}
.module-5,.module-7 {
    background-color: #0053AF;
}

.module-6 .row {
    margin-bottom: 70px;
}

.module-7 .container {
    width: 100%;
}

.module-7 label {
    color : #ffffff;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    text-align: right;
    padding: 12px 0px;
    line-height: 15px;
    white-space: nowrap;
}

.module-7 label.required:after {
    content: "*";
    color: #ffffff;
}

.module-7 select {
    background: #0053AF url('/skrypt/images/back.select.white.png') top right no-repeat;
    color: #ffffff;
    width: 100%;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    padding: 0px 4px;
}

.module-7 input {
    background-color: #0053AF;
    color: #ffffff;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 4px;
}

.module-7 h4 {
    max-width: 820px;
    margin: 0px auto 0px auto;
}

.module-7 button {
    font-size: 30px !important;
}

.partners_button_more {
    padding: 5px;    
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    font-family: Gotham-Book;
    color: #ffffff;
    background-color: #0053a9;
    width: 180px;
    height: 45px;
    font-size: 21px;
    font-family: Gotham-Book;
}

.partners_button_more i{
    margin-left: 10px;
    position: relative;
    top: -1px;
}

h1{
    font-family: Gotham-Book;
}

.video-message {
    top: 24%;
    position: relative;
    /* align-items: center; */
    /* justify-content: center; */
    /* transform: translateY(-50%); */
    z-index: 20;
    text-align: center;
    vertical-align: middle;
}

.video-message h1{
    color:#FFF;
    font-size: 90px !important;
    font-family: Gotham-Bold;

}

section.container {
    position: relative;

}
section .container p {
    text-align: center;

}
section .container h1, .video-message h1{
    text-align: center;
    font-size: 71px;
    margin-bottom: 40px;    
}

section .container h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

section .container h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}


section .container h4{
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.form-group{
    margin-bottom: 10px !important;
}

.blue {
    color : #0053AF;

}
.white {
    color : #ffffff;
}
.vertical-align  {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.video_container{
    background-image: url('/sktypt/images/partners/gridtile_3x3.png'); 
    width: 100%;
    height: 100%;
}

.video-bg,.video-message,.video-overlay {
    width: 100%;
    /*position: absolute;*/
    padding-top: 80px;
    left: 0;
}
.video-bg { z-index: 10;}
.video-overlay {z-index: 15;opacity: 0.4; padding-top: 80px;
                zoom: 2;
                display: block;
                margin: auto;

                height: auto;
                max-height: 100%;

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


video { 

    position: absolute; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
    background-size: cover;
    overflow: hidden;


    /*position: absolute;
    top: 165%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('/sktypt/images/partners/videoframe.png') no-repeat;
  background-size: cover;
  transition: 1s opacity;*/
}

.whitestrap{
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 8%;
    background-color: #FFF;
    bottom: 0;
}

section.module{
    display: block;
    position: relative;
    z-index: 1;
}

.btn_container{
    text-align:center;
    margin:auto;
}

.btn_container.partners_form_submit{    
    /*position: relative; // [TIG: removed as it covers the form] */
}

.btn_container button{
    font-size: 18px
}

.btn_container button>span{
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 768px) {
.form-group {width:97%!important}
	.full-width-768{
		width:100% !important;
		display: inline-grid;
	}
	
	.contact_required{
		width: 75% !important;
		margin-left: 12.5%;
	}
	
	.form-inline.partners_form .contact_terms{
		width: 100% !important;
	}
	
	.form-inline.partners_form .control-label{
		width: 75% !important;
		text-align: left !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.form-inline.partners_form input, .form-inline.partners_form select{
		width: 75% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.partners_form .full-width-col-768{
		width:100% !important;
	}
	.partners_form .form-group{
		width: 100% !important;
		display: inline-grid;
	}
	.partners_form .row{
		
	}
}

@media (max-width: 1000px){
    ul#menu {
        font-size: 0.9em;
    }
}

@media (max-width: 900px){
    ul#menu {
        font-size: 0.8em;
    }
}

@media (max-width: 800px){
    ul#menu {
        font-size: 0.7em;
    }
}


@media (min-width: 1200px){
    .container {
        width: 1070px;
    }
}

/*@media screen and (max-width: 500px) { 
    div{width:70%;} 
}*/


@media screen and (max-device-width: 800px) {
    ul#menu {
        font-size: 0.7em;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    section.module-1 {
    }
    section.module-1 nav {
        background: #f3f3f3;
        height: 90px;
    }
    section.module-2 {
        background: url(/skrypt/images/partners/videoframe.png) #FFF no-repeat center center;
        background-size: cover;
        height: 60%;
    }
    div.video_container {
        background: rgba(0,0,0,0.2);
    }
    #bgvid { display: none; }
    #navbar-collapse-main {
        clear: both;
        padding-top: 35px;
        font-size: 1.3em;
    }
    section.module-7 label {
        clear: both !important;
        font-size: 1.3em;
        /*width: 300px !important;*/
    }
}

select#hours {
    border-radius: 0px;
    width: 100%;
}

label.contact_terms {
    width: 100%;
    clear: both;
    margin: 0px auto 0px auto;
    display: block;
    white-space: normal;
}

label.contact_terms input {
    width: 30px;
    border: 0px;
    background: none;
    line-height: 24px;
    float: left;
    margin-top: 20px;
}

label.contact_terms div {
    text-align: left;
    line-height: 1.5em;
    margin: 20px 0px 20px 60px;
}

label.contact_terms p {
    margin-top: 12px;
    text-align: left;
    line-height: 1.5em;
}

input[name=contact_terms] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

span.contact_check {
    display: block;
    width: 44px;
    height: 44px;
    float: left;
    margin-top: 6px;
    background: url(/skrypt/images/checkbox.png) no-repeat top left;
}

input[name=contact_terms]:checked + span {
    background-position: 0px -44px;
}

div.contact_required {
    text-align: right;
    white-space: nowrap;
    color: #ffffff;
    font-size: 0.7em;
}

#partners_form form .col-sm-1 label{
    text-align:right;
}

@media screen and (max-width: 768px)

}
