:root {
  --color-primary: #000 !important;
}
@media screen and (max-width: 1199px){
    [data-mobile-header-scheme=gray] .main-header .navbar-header {
        background-color: #000;
    }
}
.nav-trigger.collapsed.style-mobile .bar {
    background: white;
}
.main-nav > li > a:hover{
    text-decoration: underline !important;
}
.main-nav > li > a:before{
    content:"";
    width: 0;
    height: 1px;
    position: absolute;
}
.main-nav > li > a{
    position: relative;
    color: white !important
}
.justify-content-right{justify-content: end !important}
.main-nav {
    margin-right: inherit !important;
}
header .mainbar-wrap .container-fluid.mainbar-container{
    max-width: 90%
}
.logo img{max-width: 260px;margin-top: 5px; max-height: 75px;}
#mainheader{
    padding:15px 0;
}
.livecounter p{margin:0 !important;
    font-size: 19px;
    letter-spacing: 2px;
}
.livecounter{

    padding:20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.livecounter .col-md-12{

    text-transform: uppercase;

}

.livecounter .close:hover{
    background: #d13334 !important
}
.livecounter .close{
    cursor: pointer;
    color: white !important;
    text-transform: uppercase;
    width: 69px;
    height: 69px;
    line-height: 3;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    font-weight: bold;
}
.flex-center{
    display: flex;
    justify-content: center;align-items: center;
}
a.btn-solid{
    background-color: white !important;
    color: black !important;
    border:white 2px solid !important;
}
a.btn-solid:hover{
    background-color: transparent !important;
    color: white !important
}
.border-left{
    border-left: 1px solid white
}
iframe.player_master{
    width: 100%;
    height: 520px
}


.gal3> div {
    width: 95%;
    padding: 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: auto;
}
.gal3 {
    z-index: 9999;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.seg,
.livecounter .close,
.bg-cover aside img{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 500ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 500ms !important;}
.bg-cover:hover aside img {
    -webkit-transform: scale(1.3,1.3);
}
.bg-cover aside {
    overflow: hidden;
}
.bg-cover aside img {
    -webkit-transform: scale(1.1,1.1);
}
.close-popup {
    opacity: 1;
    font-size: 20px !important;
    background: none;
    border: 0;
    float: right;
    padding-bottom: 62px;
    display: block;
    outline: none !important;
}
a{outline: none !important}

.ec-share-modal__list{font-size: 20px}

.height-100{height: 100vh}
.vertical-align{position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.col-center {
    margin: auto;
    float: none;
}
.sectionMod {
    padding: 150px 0 !important;
}

.bar{background: white !important}

/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    .col-md-6.f11.liveOut.text-xs-center{text-align: center !important}
    div >span.mobile-off{display: none !important}
    .livecounter b{display: block}
    .livecounter p {
        margin: 0 !important;
        text-align: left !important;
        font-size: 16px !important;
        letter-spacing: 0px !important;
    }
    section{
        transform: translateY(0px) !important;
    }
    .vertical-mobile{
        position: relative; top: 43%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
    }
    .livecounter {
        padding: 10px 0 !important;
    }
    .livecounter .close {
        height: 77px !important;
        line-height: 3.4 !important;
    }
    #primary-nav{
        background-color: black !important
    }
    .navbar-brand-inner{width: 200px}
    [data-mobile-nav-style=classic] .navbar-collapse, [data-mobile-nav-style=minimal] .navbar-collapse {
        background-color: black !important;
    }
    .player_master{max-height: 230px}
    body .font-size-48 {
        font-size: 32px !important;
    }
    a.btn span{width: 100%;text-align: center}
    a.btn{
        width: 100%;
    }
    .flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .border-left{border:none !important;}
    .height-100, #Resources{height: auto !important;padding:100px 0 !important;}
    .height-100 .vertical-align{position: relative; top: 0%; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
}
.livebutton a span,
.livebutton a{min-width: 220px;text-align: center;}


.scroll-down {
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.mt-30{margin-top: 30px}
.ldline{height: 30px;overflow: hidden;    position: relative;}
.scroll-down .ldline:before {
	-webkit-animation: mymove 3s infinite;
	animation: mymove 3s infinite;
    position: absolute;
    content: "";
    height: 30px;
    top: -30px;
    width: 2px;
    background: white;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% , 100%  {top:-30px;}
    50% {top: 30px;}
}

/* Standard syntax */
@keyframes mymove {
    0%, 100%   {top:-30px;}
    50% {top: 30px;}
}

.color-white{
    color: white;
}









