﻿@font-face {
    font-family: wf_SegoeUILight;
    src: url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot);
    src: local("Segoe UI Light"), local("Segoe WP Light"), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot?#iefix) format('embedded-opentype'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.woff) format('woff'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.ttf) format('truetype'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.svg#web) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: wf_SegoeUIBold;
    src: url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.eot);
    src: local("Segoe UI Bold"), local("Segoe WP Bold"), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.eot?#iefix) format('embedded-opentype'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.woff) format('woff'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.ttf) format('truetype'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.svg#web) format('svg');
    font-style: normal
}

@font-face {
    font-family: wf_SegoeUI;
    src: url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot);
    src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot?#iefix) format('embedded-opentype'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.woff) format('woff'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.ttf) format('truetype'), url(https://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.svg#web) format('svg');
    font-weight: 400;
    font-style: normal
}



* {
    margin: 0;
    padding: 0;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0px;
    padding: 0px;
}

hr {
    height: 2px;
    visibility: hidden;
}

html {
    overflow-y: scroll;
}

    html body {
        overscroll-behavior: contain;
    }



.landscape-div {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: auto;
    transform-origin: 0 0;
    transition: transform 0.5s ease;
}


.portrait-div {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vh;
    height: 100vw;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center center;
}


#google_translate_element .goog-te-banner-frame {
    max-height: 0px;
    font-size: 50px;
    display: none;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    display: none !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-tooltip {
    display: none !important;
}

    .goog-tooltip:hover {
        display: none !important;
    }

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: none;
}

body {
    overflow-x: hidden;
    background-color: #000000;
    min-width: 315px;
    top: 0px !important;
}

    body > .skiptranslate {
        display: none;
    }

.alertDot {
    color: black;
    display: block;
    position: relative;
    float: right;
    width: 17px;
    height: 17px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px #B1000F;
    border-radius: 50%;
    z-index: 30001;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'wf_SegoeUI', 'Segoe UI', Arial, 'Times New Roman';
}



.chatbar {
    display: none;
    position: relative;
    height: 58px;
    background-color: #ffffff;
}

.wallchatButton {
    cursor: pointer;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/wall_chat_btn.png');
    background-size: 100%;
    width: 284px;
    height: 46px;
    background-repeat: no-repeat;
    top: 7px;
}

.wallchatwindow {
    position: absolute;
    z-index: 999999;
    display: none;
    position: relative;
    width: 400px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.googleLangBar {
    margin-top: 33px;
    margin-right: 10px;
    display: none;
}

#blackout {
    z-index: 1000;
    display: none;
    position: absolute;
    background-color: black;
}

.gotitblackout {
    background: rgba(0,0,0,0.8);
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
}

.blackoutmessage {
    background-color: black;
    border: 2px solid white;
    display: none;
    width: 80%;
    position: absolute;
    left: 5%;
    z-index: 99999;
    padding: 5%;
    top: 20px;
    border-radius: 8px;
}

.ovalDivBtn {
    cursor: pointer;
    border: 1px solid white;
    font-size: 14px;
    line-height: 10px;
    top: 0px;
    letter-spacing: 0.04em;
    font-family: 'Segoe UI';
    font-weight: 300;
    min-height: 33px;
    max-height: 33px;
    border-radius: 35px;
    color: white;
    background-color: transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-right: 2px;
    width: 127px;
    position: relative;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ovalBG {
    background-color: #f26522;
}

.ovalspan {
    position: relative;
    line-height: 14px;
    top: 9px;
    font-weight: 300;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pagesHolder {
    position: relative;
    width: 100%;
    margin-top: 0px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

.psidContent {
    display: none;
    max-width: 1920px;
    position: relative;
    vertical-align: top;
    background-size: 1920px auto;
    background-image: url('../images/psID-shading.png');
    background-repeat: no-repeat;
    position: relative;
    color: #000000;
    background-color: #FFFFFF;
    height: 33px;
}

.psidbar {
    position: relative;
    color: #000000;
    height: 33px;
    margin-left: 54px;
}

#toptermsholder {
    position: relative;
    display: inline-block;
    top: 0px;
    float: right;
    vertical-align: top;
    width: 130px;
}


.psidLrgLogo {
    height: auto;
    max-width: 240px;
    margin-left: 52px;
    margin-top: 27px;
}


.largeImageHolder {
    display: inline-block;
    vertical-align: top;
    position: relative;
    vertical-align: top;
}


.psidHeaderTxt {
    position: relative;
    display: block;
    font-family: wf_SegoeUILight;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    vertical-align: top;
    color: #000000;
    white-space: normal;
    font-weight: 300;
}

.psidBodyTxt {
    position: relative;
    font-family: wf_SegoeUILight;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    overflow: hidden;
    white-space: normal;
    margin-left: 2px;
    font-weight: 300;
}

.psidAboutHolder {
    display: inline-block;
    position: relative;
    display: none;
    margin-bottom: 44px;
    max-width: 1500px;
    vertical-align: top;
    margin-left: 30px;
}

.psidContactHolder {
    display: inline-block;
    white-space: normal;
    position: relative;
    display: none;
    margin-bottom: 44px;
    max-width: 1500px;
    vertical-align: top;
    margin-left: 30px;
}

#ContactLeftHolder {
    display: inline-block;
    position: relative;
    top: 0px;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 25px;
    padding-bottom: 20px;
}

#ContactRightHolder {
    display: inline-block;
    position: relative;
    top: 0px;
    vertical-align: top;
}

.contactItem {
    font-family: wf_SegoeUIBold;
    display: inline-block;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    color: #264c62;
    width: 90px;
}

.contactcompany {
    font-family: wf_SegoeUILight;
    font-size: 40px;
    color: #000000;
}

.contactaddress {
    display: inline-block;
    font-family: wf_SegoeUILight;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    position: relative;
    font-weight: 300;
}

.contactValue {
    display: inline-block;
    font-family: wf_SegoeUILight;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
}


.psidNav {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    margin-right: 24px;
    position: relative;
    vertical-align: top;
}

.psidTerms {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #808080;
    cursor: pointer;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    vertical-align: top;
}

.psidIconHolder {
    margin-left: 30px;
    display: inline-block;
    position: relative;
}

.socialIcon {
    display: none;
    margin-right: 4px;
    width: 23px;
    height: 23px;
    margin-top: 5px;
    cursor: pointer;
    vertical-align: top;
}

.psidclose {
    position: absolute;
    vertical-align: top;
    background-size: contain;
    background-image: url('../images/psID-minimize.png');
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    right: 23px;
    top: 26px;
    cursor: pointer;
}

.langclose {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url('../images/wall_close.png');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 10px;
    z-index: 10000;
}



.menubar {
    position: relative;
    background-color: #2e2e30;
    background-image: url('../images/background_gradient.png');
    background-position: bottom;
    background-size: cover;
    width: 1920px;
    max-width: 1920px;
    min-height: 88px;
    z-index: 500;
    color: white;
    overflow: visible;
}

.menulogo {
    max-width: 240px;
    width: auto;
    height: 63px;
    object-fit: contain;
    -ms-interpolation-mode: bicubic;
}

.menulogoholder {
    display: inline-block;
    vertical-align: top;
    margin-left: 52px;
    margin-top: 12px;
    margin-right: 30px;
}

.wallmenutitle {
    font-family: wf_SegoeUILight;
}

.menutitle {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    font-size: 36px;
    line-height: 33px;
    top: 24px;
    width: auto;
    max-height: 73px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.threedots {
    vertical-align: top;
    position: absolute; /*or fixed*/
    right: 0px;
    top: 15px;
    background-size: contain;
    background-image: url('../images/dots.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
}


.embedclose {
    vertical-align: top;
    position: absolute; /*or fixed*/
    right: 26px;
    top: 9px;
    background-size: contain;
    background-image: url('../images/close-X.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: none;
}

.menuoptioholder {
    z-index: 1000;
    display: inline-block;
    vertical-align: top;
    position: absolute; /*or fixed*/
    right: 0px;
    margin-top: 31px;
    min-height: 41px;
}

.menuoption {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 34px;
    opacity: 0.5;
    vertical-align: top;
    margin-top: 0px;
    cursor: pointer;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

.optionclose {
    display: inline-block;
    vertical-align: top;
    background-size: contain;
    background-image: url('../images/minimize_filters.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-left: 6px;
    cursor: pointer;
    position: relative;
    z-index: 30000;
}

#googleBarHolder {
    display: none;
    z-index: 20000;
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    margin-bottom: 30px;
}

.playerholder {
    position: relative;
    display: none;
    margin-left: auto;
    margin-right: auto;
    z-index: 10000;
}

.largeplayerholder {
    position: relative;
    display: none;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10000;
}

.playBar {
    background-color: rgba(0,0,0,0.62);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    clip: rect(3px,auto,auto,0px);
    width: 100%;
    height: 30px;
    bottom: 0px;
    position: absolute;
    z-index: 100;
}

.fullplaybar {
    clip: rect(0px,auto,auto,0px);
    min-height: 100%;
}

.cookieBox {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    width: 440px;
    font-size: 17px;
    background-color: white;
    color: #000000;
    line-height: 21px;
    top: 90px;
    left: 50%;
    margin-left: -230px;
    vertical-align: top;
    display: none;
    position: absolute;
    z-index: 20000;
    padding: 20px;
}

.cookieHeader {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 4px;
}

.cookieBtn {
    width: 140px;
    height: 25px;
    margin-top: 12px;
    text-align: center;
    font-size: 17px;
    color: #000000;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
}

.playPlus {
    cursor: pointer;
    background-image: url('../images/openPlus.png');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 18px;
    right: 17px;
    position: absolute;
    display: inline-block;
    z-index: 100;
}

.playBtn {
    cursor: pointer;
    background-image: url('../images/play_full.png');
    width: 634px;
    height: 296px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    opacity: 1;
}

.playBtnImg {
    background-image: url('../images/images_full.png');
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.playTime {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 72px;
    height: 29px;
    font-weight: 700;
    background-color: #FFFFFF;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-left: 54px;
    color: #000000;
    font-size: 21px;
    bottom: 22px;
    @include vertical-align;
}

.mediaFav {
    width: 23px;
    height: 22px;
    z-index: 5000;
    background-image: url('../images/fav_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    visibility: hidden;
}

.playHeader {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 54px;
    margin-top: 23px;
    vertical-align: top;
    display: none;
}

.playBody {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    width: 480px;
    height: 64px;
    overflow: hidden;
    font-size: 17px;
    color: #FFFFFF;
    margin-left: 54px;
    line-height: 21px;
    margin-top: 4px;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: none;
}

.threeLine {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.descriptionReadMore {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.psidholder {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    display: none;
}

.filterHolder {
    position: relative;
    display: none;
    /*background-color: transparent;*/
    width: 100%;
    color: white;
    padding-top: 0px;
    margin-top: 12px;
}

.filterDot {
    color: black;
    position: absolute;
    width: 17px;
    height: 17px;
    top: -10px;
    left: 20px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px #B1000F;
    border-radius: 50%;
    z-index: 30001;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: wf_SegoeUILight,Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.favDot {
    color: black;
    position: absolute;
    width: 17px;
    height: 17px;
    top: -10px;
    left: 20px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px #B1000F;
    border-radius: 50%;
    z-index: 30001;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: wf_SegoeUILight,Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.wallcontentHolder {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    position: absolute;
    display: none;
    flex-wrap: wrap;
    z-index: 0;
}

.psidcontentholder {
    white-space: nowrap;
    width: 100%;
    position: relative;
    top: 0px;
}

#langList {
    margin-left: 56px;
    margin-top: 20px;
    max-width: 1920px;
}

.flag {
    width: auto;
    height: 30px;
    background-size: auto;
    margin-right: 12px;
    position: relative;
    top: 6px;
}

.langText {
    font-family: Arial,Helvetica, sans-serif;
    font-size: 22px;
    color: white;
    cursor: pointer;
    padding-bottom: 12px;
    width: 300px;
    display: inline-block;
}

.menuBtn {
    float: left;
    margin-right: 5px;
    font-family: Arial,Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    background-image: url('../images/btn-scr.png');
    background-repeat: no-repeat;
    width: 88px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
}

.sortHolder {
    position: absolute; /*or fixed*/
    display: none;
    height: 165px;
    width: 34px;
    color: black;
    z-index: 999999;
    overflow: visible;
}

.favHolder {
    position: absolute; /*or fixed*/
    display: none;
    height: 50px;
    width: 43px;
    color: black;
}

.sortBtnHolder {
    position: relative; /*or fixed*/
    display: block;
    margin-top: 0px;
    z-index: 999999;
    overflow: visible;
}

.sortIconHolder {
    width: 32px;
    height: 29px;
    border: 1px solid white;
    background-color: black;
    z-index: 9999999;
    margin-left: 0px;
    margin-bottom: 2px;
}

.sortBtn {
    display: inline-block;
    position: relative;
    background-image: url('../images/A-Z_sort.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    width: 32px;
    height: 29px;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.closedetailbtn {
}

.videoname {
    float: left;
    font-family: Arial,Helvetica, sans-serif;
    font-size: 17px;
    color: white;
}

.playerImg {
    width: 318px;
    height: 179px;
}

.playerThumbImg {
    width: 318px;
    height: 170px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.playerclose {
    display: none;
    width: 34px;
    height: 34px;
    background-image: url('../images/wall_close.png');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 130px;
    z-index: 10000;
}

.largeplayerclose {
    display: none;
    width: 34px;
    height: 34px;
    background-image: url('../images/wall_close.png');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    right: 0px;
    position: absolute;
    z-index: 10000;
}

.playerImgHolder {
    position: relative;
    width: 318px;
    height: 179px;
    margin-right: .7%;
    margin-bottom: .7%;
}

.playerOverlayImg {
    width: 318px;
    height: 179px;
}

.displayOn {
    display: inline-block;
}

.displayOff {
    display: none;
}

.mediaHolder {
    position: relative;
    width: 635px;
    height: 358px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0px 2px transparent;
    -moz-box-shadow: inset 0px 0px 0px 2px transparent;
    box-shadow: inset 0px 0px 0px 2px transparent;
}

.mediaHolder {
    opacity: .1;
}

    .mediaHolder:hover {
        -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
        -moz-box-shadow: inset 0px 0px 0px 2px #fff;
        box-shadow: inset 0px 0px 0px 2px #fff;
    }

        .mediaHolder:hover .playBar {
            -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
            -moz-box-shadow: inset 0px 0px 0px 2px #fff;
            box-shadow: inset 0px 0px 0px 2px #fff;
            clip-path: inset(3px);
        }

input.tagging_new_input {
    background-color: transparent;
    color: white;
}

#filtersInput {
    position: relative;
}

#filtersInputCat {
    position: relative;
}

.filterItemOff {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    background-color: #575757;
    font-size: 13px;
    padding-left: 20px;
    height: 31px;
    line-height: 30px;
    padding-right: 20px;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 3px;
    color: #B3B3B3;
    cursor: pointer;
}

.filterItemOn {
    background-color: #FFFFFF;
    color: #264C62;
}

.waitspinner {
    position: fixed;
    display: none;
    top: 20vw;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    z-index: 10000;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@media screen and (max-width:900px) {
    .playerclose {
        width: 26px;
        height: 26px;
    }

    .largeplayerclose {
        width: 26px;
        height: 26px;
    }

    .psidclose {
        width: 26px;
        height: 26px;
    }

    .langclose {
        width: 26px;
        height: 26px;
    }
}

@media screen and (min-width:640px) {
    .psidLrgLogo {
        max-width: 200px;
    }

    .menulogo {
        max-width: 200px;
    }
}




@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    /*    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }*/
}
