#itro_popup {
    max-width: 500px;
}
#ageEnterButton {
    border-color: #FBDB64;
    background: #FBDB64;
    color: #000000;
    font-family: arial;
    font-weight: bold;
}
#ageLeaveButton {
    border-color: #FBDB64;
    background: #000000;
    color: #FBDB64;
    font-family: arial;
    font-weight: normal;
}

@media screen and (min-width: 1079px) and (max-width: 1112px) {
#main-nav>li>a>span {
    position: relative;
    display: inline-block;
    font-size: 13px;
}
}

@media screen and (min-width: 1079px) and (max-width: 1212px) {
#main-nav>li>a>span {
    position: relative;
    display: inline-block;
    font-size: 12px !important;
}
}

@media screen and (min-width: 971px) and (max-width: 1078px) {
#main-nav>li>a>span {
    position: relative;
    display: inline-block;
    font-size: 10px !important;
}
}

.mejs-controls {
    display: none !important;
}

header#fancy-header {
    margin-top: -51px;
}

#main-nav.menu-frame-on > li.act, .csstransforms3d #main-nav.fancy-rollovers.menu-frame-on > li.act, #mobile-menu {
    background-color: rgba(168, 147, 77, .2);
}

@media screen and (max-width: 800px) {
.transparent #header {
    background: #231d1a none repeat center top;
    height: 180px;
}

@media screen and (max-width: 430px) {
.transparent #header {
    background: #231d1a none repeat center top;
    height: 227px;
}
.ytp-watermark yt-uix-sessionlink {
    display: none !important;
}

a.ytp-watermark.yt-uix-sessionlink {
    display: none;
}

.html5-video-player .ytp-watermark {
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1),opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    display: none!important;
}
.player .controls .play {
    width: 6.5em;
    height: 4em;
    margin-right: .9em;
    color: #fff;
    position: relative;
    -webkit-transition: opacity 250ms ease-out,background-color 40ms,color 40ms;
    transition: opacity 250ms ease-out,background-color 40ms,color 40ms;
    background-color: transparent !important;
}