html,
body{
    padding: 0;
    margin: 0 auto;
}
body{
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
h1,
.h1,
h2,
.h2,
h3,
h4,
h5,
h6{
    margin: 0 0 25px;
    padding: 0;
    font-weight: 700;
}
h1,
.h1{
    font-size: 40px;
    line-height: 48px;
}
h2{
    font-size: 32px;
    line-height: 40px;
}
h3{
    font-size: 28px;
    line-height: 36px;
}
h4{
    font-size: 24px;
    line-height: 32px;
}
h5,
.h5{
    font-size: 20px;
    line-height: 28px;
}
h6,
.h6{
    font-size: 18px;
    line-height: 26px;
}

.h2-lineheight{
    line-height: 40px;
}

img{
    max-width: 100%;
}

p{
    margin: 0 0 25px;
}

a{
    text-decoration: none;
    color: #0fa3de;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #999999;
    
}
a:hover,
a:focus,
a:active{
    outline: none;
}

.font-300{
    font-weight: 300;
} 
.font-400{
    font-weight: 400;
} 
.font-500{
    font-weight: 500;
} 
.font-600{
    font-weight: 600;
} 
.font-700{
    font-weight: 700;
}
.font-900{
    font-weight: 900;
}  
.font-italic{
    font-style: italic;
}
.text-white{
    color: #ffffff;
}
.text-left{
    text-align: left;
}
.margin-2lg{
    margin-bottom: 80px;
}
.margin-lg{
    margin-bottom: 50px;
}
.margin-xlg{
    margin-bottom: 35px;
}
.margin-md{
    margin-bottom: 25px;
}
.margin-xmd{
    margin-bottom: 15px;
}
.margin-sm{
    margin-bottom: 10px;
}
.margin-xs{
    margin-bottom: 5px;
}
.no-margin{
    margin: 0;
}

.btn{
    display: inline-block;
    padding: 15px 30px;
    text-transform: none;
    color: #000000;
    background-color: #f8ef1f;
    border: none;
    font-weight: 700;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
    box-shadow: 0 0 8px #666;
        -moz-box-shadow: 0 0 8px #666;
        -webkit-box-shadow: 0 0 8px #666;
        -o-box-shadow: 0 0 8px #666;
        -ms-box-shadow: 0 0 8px #666;
}
.btn:hover,
.btn:focus{
    color: #ffffff;
    background-color: #0c95cb;
}

.row-flex{
    display: flex;
}
.row-fluid {
    margin: 0;
}
.row-fluid .col{
    padding: 0;
}

.hidden{
    display: none !important;
}

::-webkit-input-placeholder {
	color: #000000;
}

:-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
}

input[type=text],
input[type=email]{
    background-color: #ffffff;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    margin: 0 0 15px;
    width: 100%;
}

/* CONTENT */

.row-middle-center{
    align-items: center;
    justify-content: center;
}
.row-middle{
    align-items: center;
}
.row-center{
    justify-content: center;
}

.container-fluid{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.col-fluid{
    padding: 0;
}

.site-wrap{
    
}

.cleft{
    background-color: #e3e7f0;
}
.cleft .inner{
    padding-left: 50px;
    padding-bottom: 50px;
}
.text-left-wrap{
    padding-right: 50px;
    margin-top: -50px;
}
.cright{
    background-color: #292728;
}
.cright .inner{
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    padding-top: 30px;
}

.mike-video{
    text-align: right;
}

/* Custom form */
.form-wrap{
    background-color: #f8ef1f;
    padding: 35px;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
    margin-bottom: 0;
}
#form-wrap form._form_ ._form_element input[type="text"],
#form-wrap form._form ._form_element select{
    padding: 10px !important;
    border: none !important;
}
#form-wrap form._form ._form_element select{
    padding: 12px 10px !important;
    font-size: 18px !important;
}
#form-wrap form._form ._submit{
    padding: 12px 30px !important;
}

.copyright{
    font-size: 15px;
    line-height: 21px;
}
.copyright span{
    display: inline-block; 
}
.c1{
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.c1:after{
    position: absolute;
    width: 4px;
    height: 4px;
    right: 0;
    top: 10px;
    content:"";
    background-color: #ffffff;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
}
.start span{
    position: relative;
    padding-right: 80px;
    display: inline-block;
}
.start span:after{
    background: url(images/arrow-down.png) no-repeat scroll 0 0;
    background-size: 60px;
    position: absolute;
    top: 10px;
    right: 0;
    content:"";
    width: 60px;
    height: 48px;
}

.page-body{
    background-color: #e3e7f0;
}
.page-content{
    padding: 50px 0;
}
.page-wrap .copyright{
    position: static;
    padding: 20px 0;
    background-color: #292728;
    text-align: center;
}


/* VIDEO */

.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
}
.video-wrapper iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
}
.video-style{
    background: url(images/arrow-link.png) no-repeat scroll right 3px;
    padding-right: 25px;
    display: inline-block;
    background-size: 12px;
}
.video-style:hover{
    background-position: right -26px;
}

@media (min-width: 768px){
    .cleft,
    .cright{
        min-height: 100vh;
    }
    .cleft{
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        justify-content: flex-end;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }   
    .cright{
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        position: relative;
        padding-bottom: 80px;
    }
    .copyright{
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
    }
}

@media (min-width: 1200px){
    .cleft .inner {
        padding-left: 100px;
    }
    .cright .inner {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1600px){
    .cleft .inner {
        padding-left: 150px;
    }
    .cright .inner {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 1199px){
    body{
        font-size: 16px;
        line-height: 24px;
    }
    h1,
    .h1{
        font-size: 32px;
        line-height: 40px;
    }
    h2{
        font-size: 28px;
        line-height: 36px;
    }
    
}

@media (max-width: 991px){
    h1,
    .h1{
        font-size: 28px;
        line-height: 36px;
    }
    h2{
        font-size: 25px;
        line-height: 33px;
    }
    .hide-br-md br{
        display: none;
    }
    .cleft .inner {
        padding-left: 20px;
        padding-bottom: 25px;
    }
    .cright .inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
    }
    .text-left-wrap {
        padding-right: 20px;
    }
    .form-wrap{
        padding: 25px 20px;
    }
    #form-wrap form._form button._submit{
        font-size: 18px !important;
        line-height: 26px !important;
    }
}

@media (max-width: 767px){
    .form-wrap{
        margin-bottom: 50px;
    }
    .copyright{
        padding-bottom: 25px;
    }
    .copyright span {
        display: block;
    }
    .c1{
        padding-right: 0;
        margin-right: 0;
    }
    .c1:after{
        display: none;
    }
}