.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
    height: 100px;

    transition: all 0.3s ease-in;

}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: #000000;
}
header#main-header .container {
    height: 100%;
}
#main-header {
    position: relative;
    z-index: 99999;
    top: 0;
    width: 100%;
    /* background-color: #fff; */
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    font-weight: 500;
    line-height: 23px;
}
#main-header {
    -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
}
.et_header_style_left .logo_container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.logo_container {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.et_fixed_nav #et-top-navigation {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
ul#top-menu li a:hover, ul#top-menu li a:focus {
    background-color: transparent;
}

ul#top-menu li a {
    color: rgba(255,255,255,0.6);
    font-size: 16px;

    padding: 0;
    padding-bottom: 10px;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 0;
}
#et-top-navigation {
    float: right;
}

#et-top-navigation {
    font-weight: 600;
}
nav#top-menu-nav, nav.fullwidth-menu-nav {
    float: left;
}
#top-menu, #top-menu-nav {
    line-height: 0;
}
#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    float: left;
}
#top-menu li:first-child {
    border-bottom: 2px solid #65BA3B;
}
ul#top-menu li {
    padding-left: 40px;
    padding-right: 40px;
}
#top-menu li {
    margin-left: -5px;
    padding: 75px	11px 0;
    border-left: 1px solid #333;
}
#top-menu li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
}
#et-secondary-menu li, #top-menu li {
    word-wrap: break-word;
}

.nav li {
    position: relative;
    line-height: 1em;
}
#top-menu li:nth-child(2) {
    border-bottom: 2px solid #E01567;
}
ul#top-menu li:last-child {
    padding-right: 40px;
}
#top-menu li:last-child {
    padding-right: 11px;
    border-bottom: 2px solid #2954A3;
    border-right: 1px solid #333;
}


.logo_container a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
span.logo_helper {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
#logo {
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
}
@media only screen and (min-width: 981px){
#logo {
    max-height: 30%;
}
}

.footer-se .footer-top-l-about {
    color: white;
    font-weight: 700;
    padding: 0;
}
.footer-se  .footer-top-l-cont {
    font-size: 12px;
    line-height: 1.2em;
}
section.bg-black.footer-se.container{
    margin-bottom:0;
    margin-top: 0;

    margin-bottom: 0;
    margin-top: 0;
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-se {
        padding-top: 50px;
    padding-bottom: 50px;
}
#et_mobile_nav_menu {
    display: none;
    float: right;
}
.mobile_menu_bar:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;

    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
.et_mobile_menu {
    display: none;
    visibility: visible;
    position: absolute;
    z-index: 9999;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.et_menu_container{
    position: relative;
}
.et_mobile_menu {
    border-color: #2ea3f2;
}

.et_mobile_menu li a {
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: rgba(255,255,255,0.6);
}
.et_mobile_menu li a, .nav li li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-toggle .icon-bar {
    border-bottom: 1px solid #2ea3f2;
}
@media screen and (max-width:980px){
.main_section_content{
    width: 100%;
    top: 50%;

}
    .navbar-toggle {display: block;margin-top: 23px;}
    .et_header_style_left .logo_container {
        width: 100%;
        height: 80px;
    }
    .et_header_style_left #top-menu-nav{
        display: none;
    }
    #et_mobile_nav_menu {
    display: block;
}
.et-search-form, #main-header .et_mobile_menu {
    background-color: rgba(0,0,0,0.98) !important;
}
} 
.col-md-3.col-md-offset-2.sm-foot .footer-top-l-about {
    margin-bottom:  10px;
}

ul#mobile_menu li {
    list-style:  none;
}

ul#mobile_menu li a:focus {
    text-decoration:  none;
}
    div#video_modal .modal-dialog {margin-top:  100px;}
@media (min-width: 1200px){

    section.section_fullheight .section_text {
        width: 35%;
    }

    section.section_fullheight .section_video {
        width: 65%;
    }
    .container {
        width: 1080px;
        padding: 0;
    }
}
.col-md-3.col-md-offset-2.sm-foot .footer-top-l-about {
    margin-bottom: 10px;
}

.about-content {
    background: rgba(88,88,90,.95);
    color: #fff;
    padding: 50px;
    position: absolute;
    top: 100%;
    z-index: 10;
    border-top: 3px solid #e71371;
    left: 0;
    margin: 1px 15px;
    display: none
}

.about-content a {
    color: #e71371
}

.about-close {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer
}

.main_section_video{
    display: none;
}
.main_section_video iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100vh;
    min-width: 100%;
}
.main_section_video a#close_main {
    position: absolute;
    right: 0;
    top: 150px;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: block;
    text-align: center;
    background-color: gray;
}
a.scroll_main {
    
    position: absolute;
    left: 50%;
    bottom: 30vh;
    width: 30px;
    transform: translateX(-50%);
    height: 30px;
    padding: 5px;
    display: block;
    text-align: center;
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 50%;
}
p.scroll_main {
    
    position: absolute;
    left: 50%;
    bottom: calc(30vh + 35px);
    transform: translateX(-50%);
    height: 15px;
    padding: 5px;
    font-size: 15px;
    display: block;
    text-align: center;
    background-color: transparent;
}
.main_section_content  a.video {
    position:  absolute;
    left:  50%;
}

a.video {
    top: 50%;
    position:  absolute;
    left:  50%;
    font-size: 130px;

    color: rgba(255, 255, 255, 0.46);
    transform: translate(-50%,-50%);
    transition: all 0.3s linear;
}

a.video:hover {
    color:  white;
    /* font-size: 60px; */
    transform: translate(-50%,-50%) scale(1.2);
}

a.video i:hover {
    color:  white;
}
a#play_video_sections {
    display: none;
    /* text-align: center; */
    background-color: black;
    padding: 3px 0;
    text-align: center;
    width: 60px;
    margin: 0 auto;
    cursor: pointer; 
}

@media (min-width: 990px){
.modal-dialog {
    width: 900px;
}
div#body_video_modal iframe {
    min-height: 500px;
}

}
@media (min-width: 768px){
    .section_text {
    padding-right: 20px;
}
.center_footer {
    max-width: 1080px;
    margin: 0 auto;
    top: 25%;
    position: relative;
    transform: translateY(-50%);
}
}


header#main-header .container {
    height:  100%;
}

.logo_container a {
    height:  100%;
}

.logo_container a img {
    height: 100%;
    max-height: none!important;
}

@media (max-width: 768px){
    .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
    height: 80px;

    transition: all 0.3s ease-in;

}
.logo_container a {
    height: 70%;
}
    .main_section_content h1 {
        font-size: 30px;
    }
a#play_video_sections {
    display: block;
}
.section_text p{
    font-size: 15px;
}
.section_text h3 {
    font-size: 16px;
}
.main_section_content {
    top: 100px;
    transform: none;
}
p.scroll_main {
    bottom: calc(30vh + 70px);
}
a.scroll_main {
    bottom: calc(30vh + 15px);
}
a.video{
    display: none;
}
}