#video_player {
    height: 450px !important;
}


#video_player:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.cd-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    background-color: white;
    color: #9C7F59;
    padding: 5px 8px;
    font-size: 14px;
    z-index: 10000;
    visibility: visible;
    opacity: .7;
    border-radius: 5px;
    border: #E8E8E8 1px solid;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.language__choice {
    width: 9rem;
}

.nothing-to-show {
    padding: 20px;
}

.menu-item > a {
    text-transform: uppercase;
    font-weight: 500;
}

.edito__paragraph {
    display: block;
    padding-top: 3rem;
    color: #AC926B;
    width: 100%;
    line-height: 1;
    margin: 4rem 0;
    border-top: 0.5rem solid #d8dad7;
    border-left: 0.5rem solid #d8dad7;
    border-right: 0.5rem solid #d8dad7;
    text-transform: uppercase;
    font-size: 5.8rem !important;
    font-family: "Avenir";
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center;
}

.ru .menu-item .sub-menu .menu-item a {
    font-family: "Open Sans" !important;
}

#alerts {
    position: fixed;
    bottom: 0px;
    background: #AC926B;
    width: 100%;
    padding: 0 20px;
    z-index: 999;
    color: white;
}

#alerts-dismiss {
    float: right;
    color: white;
}

#popin {
    display: none;
    text-align: center;
    font-size: 0;
}

#popin:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#popin.visible {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

#popin.visible #popin-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(90, 90, 90, 0.7);
}

#popin.visible #popin-contents {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    vertical-align: middle;
    text-align: left;
    background-color: white;
    max-width: 90%;
    box-shadow: 2px 2px 12px 4px rgba(0, 0, 0, 0.5);
}

#popin.visible #popin-contents #popin-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: black;
}

#popin.visible #popin-contents #popin-close:hover {
    cursor: pointer;
}

#popin.visible #popin-contents #popin-image {
    width: 400px;
    max-width: 100%;
}

#popin.visible #popin-contents #popin-text {
    width: 276px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    float: right;
}

.performance_link_wrapper:hover {
  cursor: pointer;
}

.video__scren__overlay__show {
    top: 6rem;
    left: 1.5rem;
}

.btn.under-player {
  text-align: center;
    width: 100%;
}