/*====================================player=========================================*/
.inline-left, header form.search .custom-select, header .search.fake_form .custom-select, main .product .product-name {
    text-align: left; }

@media screen and (max-width: 719px) {
    .inline-left--phone {
        text-align: left; } }
.inline-center, .windowbox .windowbox-body .windowbox-info, .price-range, main .time-limit {
    text-align: center; }

@media screen and (max-width: 719px) {
    .inline-center--phone {
        text-align: center; } }
.inline-right, main .product-list form, main .product-list .fake_form {
    text-align: right; }

@media screen and (max-width: 719px) {
    .inline-right--phone {
        text-align: right; } }
@font-face {
    font-family: "PT Sans W02 Regular";
    src: url("../PT_Sans/PT_Sans_Regulareot?#iefix");
    src: url("../PT_Sans/PT_Sans_Regular?#iefix") format("eot"), url("../PT_Sans/PT_Sans_Regular.woff2") format("woff2"), url("../PT_Sans/PT_Sans_Regular.woff") format("woff"), url("../PT_Sans/PT_Sans_Regular.ttf") format("truetype"), url("../PT_Sans/PT_Sans_Regular.svg#dedcfa6a-49f8-4253-9952-522d4a86d4b5") format("svg"); }
@font-face {
    font-family: "PT Sans W02 Bold";
    src: url("../PT_Sans/PT_Sans_Bold.eot?#iefix");
    src: url("../PT_Sans/PT_Sans_Bold.eot?#iefix") format("eot"), url("../PT_Sans/PT_Sans_Bold.woff2") format("woff2"), url("../PT_Sans/PT_Sans_Bold.woff") format("woff"), url("../PT_Sans/PT_Sans_Bold.ttf") format("truetype"), url("../PT_Sans/PT_Sans_Bold.svg#005822d8-959d-4ece-ad9d-6d3c27a4132b") format("svg"); }
.vjs-mobile .bar_limiter {
    pointer-events: none;
}
.bar_limiter {
    position: relative;
    overflow: hidden;
    height: 100%;
    /*text fix bar limiter on ima ads*/
    display: none;}
.bar_limiter .barContainer {
    position: absolute;
    z-index: 3;
    background-color: #e5e4e4;
    bottom: 0%;
    width: 100%;
    height: 15%;
    opacity: 1;
    left: 0%; }
.bar_limiter .barContainer .bar_header {
    overflow: hidden;
    position: absolute;
    display: inline-block;
    font-size: 14px;
    color: white;
    margin: 0;
    bottom: 50%;
    left: 1%;
    opacity: 1;
    line-height: 10%; }
.bar_limiter .barContainer .bar_text {
    overflow: hidden;
    position: absolute;
    display: inline-block;
    font-size: 14px;
    color: white;
    margin: 0;
    bottom: 3%;
    left: 1%;
    opacity: 1; }

.player_watermark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

.watermark_img {
    position: absolute;
    z-index: 1; }

.watermark_img.TopLeft {
    left: 0;
    top: 0;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left; }

.watermark_img.TopRight {
    right: 0;
    top: 0;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right; }

.watermark_img.Center {
    position: relative;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center; }

.watermark_img.BottomLeft {
    left: 0;
    bottom: 0;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left; }

.watermark_img.BottomRight {
    right: 0;
    bottom: 0;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right; }

/*
@-webkit-keyframes slide {

  100% {
    left: -100px;
  }
}

@-moz-keyframes slide {
  100% {
    left: -100px;
  }
}

@keyframes slide {
  100% {
    left: -100px;
  }
}*/
#player {
    overflow: hidden !important; }

body {
    overflow: hidden;
    margin: 0 !important; }

/*====================================playlists=========================================*/
.playerPlaylist .playlistItem {
    /*    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/ }
.playerPlaylist .video-js .vjs-tech {
    object-position: top; }
.playerPlaylist.play_list_right .slick-slider {
    padding-top: 30px;
    padding-bottom: 30px; }
.playerPlaylist.play_list_right .slick-next {
    position: absolute;
    left: 50%;
    bottom: 5px;
    top: auto;
    margin-left: -10px;
    ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.playerPlaylist.play_list_right .slick-prev {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -10px;
    ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.playerPlaylist.play_list_right .slick-list {
    height: 100% !important; }
.playerPlaylist.play_list_right #player > div {
    width: 75% !important;
    height: 75% !important; }
.playerPlaylist.play_list_right .playlist {
    position: absolute;
    z-index: 2;
    width: 25%;
    left: 75%;
    background-color: #3d4345;
    height: 75%;
    bottom: auto; }
.playerPlaylist.play_list_right .playlist .playlistItem:not(:first-child) {
    margin-top: 10px; }
@media (max-width: 720px) {
    .playerPlaylist.play_list_right .playlist .playlistItem:not(:first-child) {
        margin-top: 2px; } }
.playerPlaylist.play_list_right .playlist .playlistItem.active p {
    background: #2e8dcd; }
.playerPlaylist.play_list_right .playlist .slick-slide img {
    height: 100px; }
.playerPlaylist.play_list_right .playlist .playlistItem {
    height: 37vh;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    background-color: #1e2526; }
@media (max-width: 720px) {
    .playerPlaylist.play_list_right .playlist .playlistItem {
        margin-left: 2px;
        margin-right: 2px;
        height: 100px; } }
.playerPlaylist.play_list_right .playlist .playlistItem img {
    height: auto;
    width: 100%; }
.playerPlaylist.play_list_right .playlist .playlistItem p {
    position: absolute;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    color: white;
    font-size: 1.0rem;
    bottom: 0; }
.playerPlaylist.play_list_right .playlist .playlistItem .title {
    left: 0;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0px 5px 10px; }
@media (max-width: 720px) {
    .playerPlaylist.play_list_right .playlist .playlistItem .title {
        width: 95%;
        background-color: #1e2526;
        font-size: 0.7rem; } }
.playerPlaylist.play_list_right .playlist .playlistItem .time {
    right: 0;
    width: 100%;
    padding: 5px 10px 5px 0px;
    background-color: #1e2526; }
@media (max-width: 720px) {
    .playerPlaylist.play_list_right .playlist .playlistItem .time {
        display: none; } }
.playerPlaylist.play_list_bottom #player > div {
    width: 75% !important;
    height: 75% !important; }
.playerPlaylist.play_list_bottom .slick-slider {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    margin-bottom: 0px; }
.playerPlaylist.play_list_bottom .slick-prev {
    left: 2px; }
.playerPlaylist.play_list_bottom .slick-next {
    right: 2px; }
.playerPlaylist.play_list_bottom .playlist {
    position: absolute;
    left: 0px;
    bottom: 8px;
    height: 24%;
    width: 75%;
    z-index: 2;
    background-color: #3d4345; }
.playerPlaylist.play_list_bottom .playlist .playlistItem.active p {
    background: #2e8dcd; }
.playerPlaylist.play_list_bottom .playlist .playlistItem {
    position: relative;
    height: 20vh;
    padding: 0 5px;
    background-clip: content-box;
    background-color: #1e2526; }
@media (max-width: 720px) {
    .playerPlaylist.play_list_bottom .playlist .playlistItem {
        height: 17vh; } }
.playerPlaylist.play_list_bottom .playlist .playlistItem img {
    width: 100%;
    height: auto; }
.playerPlaylist.play_list_bottom .playlist .playlistItem p {
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
    color: white !important;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    font-size: 1.0rem; }
.playerPlaylist.play_list_bottom .playlist .playlistItem .title {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0px;
    padding: 5px 0px 5px 5px;
    z-index: 2; }
@media (max-width: 720px) {
    .playerPlaylist.play_list_bottom .playlist .playlistItem .title {
        width: calc(100% - 15px);
        background-color: #1e2526;
        font-size: 0.7rem; } }
.playerPlaylist.play_list_bottom .playlist .playlistItem .time {
    width: calc(100% - 15px);
    right: 0px;
    padding: 5px 0px 5px 5px;
    background-color: #1e2526; }
@media (max-width: 720px) {
    .playerPlaylist.play_list_bottom .playlist .playlistItem .time {
        display: none; } }
.playerPlaylist.play_list_none .playlist {
    display: none !important; }
.playerPlaylist .embed-responsive {
    overflow: visible; }

.quizQuestionBody {
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
.quizQuestionBody .black_cover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black; }
.quizQuestionBody .questionWrapper {
    position: relative;
    background-color: white;
    color: #1f60a9;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    padding-top: 17px;
    padding-bottom: 10px;
    box-shadow: 0px 6px 16.8px 4.2px rgba(0, 0, 0, 0.57);
    max-width: 760px;
    min-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto; }
@media (max-width: 768px) {
    .quizQuestionBody .questionWrapper {
        font-size: 1.3rem; } }
.quizQuestionBody .questionHead {
    text-transform: uppercase;
    background-color: #1f60a9;
    color: white;
    width: 200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    top: 0%;
    padding: 6px;
    font-size: 12px; }
.quizQuestionBody .questionHead:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent #1f60a9 transparent transparent; }
.quizQuestionBody .questionHead:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent transparent transparent #1f60a9; }
.quizQuestionBody .question {
    margin: 0;
    display: block;
    font-family: "PT Sans W02 Bold"; }

.arrow {
    position: absolute;
    top: 0;
    bottom: 0; }
.arrow:before, .arrow:after {
    width: 20px;
    height: 50%;
    position: absolute;
    content: ""; }
.arrow--right {
    left: 100%;
    /* background-image: url("/../img/arrow-right.png");
     background-position: left top;*/ }
.arrow--right:before {
    top: 1px;
    background: linear-gradient(to right top, white 50%, transparent 50%); }
.arrow--right:after {
    top: 50%;
    background: linear-gradient(to right bottom, white 50%, transparent 50%); }
.arrow--left {
    right: 100%;
    /*background-image: url("/../img/arrow-left.png");
    background-position: right top;*/ }
.arrow--left:before {
    right: 100%;
    top: 1px;
    background: linear-gradient(to left top, white 50%, transparent 50%); }
.arrow--left:after {
    right: 100%;
    top: 50%;
    background: linear-gradient(to left bottom, white 50%, transparent 50%); }

.quizChoices-wrapper {
    z-index: 999;
    position: relative;
    max-width: 760px;
    background: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
    box-shadow: 0px 6px 16.8px 4.2px rgba(0, 0, 0, 0.57);
    font-size: 1.3rem;
    margin-bottom: 40px;
    margin-top: 10px; }
@media (max-width: 768px) {
    .quizChoices-wrapper {
        font-size: 1.3rem;
        margin-bottom: 0px; } }
.quizChoices-wrapper .answerContainer {
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center; }
.quizChoices-wrapper .cellWrapper {
    flex-grow: 1;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px; }
.quizChoices-wrapper .cellWrapper span {
    font-family: "PT Sans W02 Bold";
    text-transform: uppercase;
    color: #1f60a9;
    vertical-align: middle; }
.quizChoices-wrapper .cellWrapper .hexagon {
    display: inline-block;
    background-image: url("../img/hexa.jpg");
    width: 40px;
    height: 35px;
    position: relative;
    background-size: cover;
    vertical-align: middle;
    background-repeat: no-repeat; }
@media (max-width: 768px) {
    .quizChoices-wrapper .cellWrapper .hexagon {
        width: 30px;
        height: 25px; } }
.quizChoices-wrapper .cellWrapper .hexagon .qLetter {
    margin: 0;
    font-family: "PT Sans W02 Bold";
    text-transform: uppercase;
    color: white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    top: 55%;
    position: absolute; }
@media (max-width: 768px) {
    .quizChoices-wrapper .cellWrapper .hexagon .qLetter {
        top: 55%; } }
.quizChoices-wrapper .cellWrapper:nth-child(2) .hexagon {
    margin-left: 0; }
.quizChoices-wrapper .cellWrapper:hover span {
    color: #14d022; }
.quizChoices-wrapper .cellWrapper:hover .hexagon {
    background-image: url("../img/hexa_green.jpg"); }

.quizChoiceBoard {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e5e4e4;
    color: #111111;
    background-size: cover;
    background-repeat: no-repeat; }
.quizChoiceBoard.good {
    background-image: url("../img/quiz_good.jpg"); }
.quizChoiceBoard.bad {
    background-image: url("../img/quiz_bad.jpg"); }

.quizChoiceBoard .center-block > .message {
    color: #ffcc2a;
    font-size: 2rem;
    font-family: "PT Sans W02 Bold"
}
.quizEndBoard {
    z-index: 999;
    width: 100%;
    height: 100%;
    color: #111111;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/quiz-grat.jpg"); }

.points-wrap {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 2.5rem;
    font-family: "PT Sans W02 Bold";
    color: #308ecc;
    top: 74%; }
.points-wrap .points {
    color: #14d022; }

.center-block {
    top: 74%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute
}
.center-block.questionNr {
    color: #ffcc2a;
    font-size: 2rem;
    font-family: "PT Sans W02 Bold";}
.center-block.facebook-wrapp {
    top: 90%;
    width: 103px;
    height: 28px; }

/*# sourceMappingURL=player_bar.css.map */
