


@media (max-width: 1000px) {


    .hidden-tablet {
        display: none !important;
    }


    .show-mobile{
        display: none !important;
    }
    .show-tablet{
        display: block !important;
    }
    .show-desktop{
        display: none !important;
    }


    body {
        -webkit-text-size-adjust: none;
        background-color: #f3f3f3;
    }

    .base {

    }
    .wrap {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }


    figure{

    }

    h1 {
        text-align: center;
    }

    .pageContent{
        width: 100%;
        padding: 0px;
    }


    .naviRight{
        position: relative;
        width: 8%;
        float: right;
        margin-right: 1%;
        margin-top: -32px;
    }

    .naviButton {
        float: right;
        margin-right: 0px;
        margin-left: 6px;
        color: white;
        margin-top: 2px;
        height: 40px;
        border-radius: 0px;
        line-height: 30px;
        font-size: 11pt;
        text-decoration: none;
        font-weight: bold;
        width: 40px;
    }


    .mobileNavi{
        position: absolute;
        right: 0px;
        top: 36px;
        width: 230px;
        padding: 10px;
        background-color: white;
        box-shadow: 3px 5px 12px #808080;
        display: none;
        z-index: 900;

    }

    .mobileNaviLink {
        float: left;
        color: #484848;
        display: block;
        z-index: 100;
        font-size: 14pt;
        text-decoration: none;
        font-weight: 500;
        height: 26px;
        line-height: 26px;
        width: 100%;
        padding: 0;
        text-align: center;
        padding-bottom: 8px;
        border-bottom: 1px solid lightgray;
        border-radius: 0px !important;
        padding-top: 8px !important;
        text-shadow: none;
    }

    .naviIcon{
        float: left;
        width: 100%;

    }

    .pageHolder {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        transition-duration: 0.35s;
    }


    .pageHolderHidden {
        margin-left: -50%;
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }
    .bodyBackOpened{
        position: absolute;
    }

    .bodyBackOpened {
        position: fixed;
        left: -50%;
    }



    .header{
        margin-top: 0px;
        position: fixed;
        z-index: 900;
    }

    .headerOpened{
        position: absolute;
        left: -50%;
    }

    .logo {

    }

    .logo img {

    }

    .logoTitle {
        margin-left: 24%;
        width: 75%;
        font-size: 19pt;
        line-height: 30px;
        margin-top: 69px;
    }

    .languagesContainer {
        margin-right: 2%;
    }

    .banners {

    }
    .banner img {
        float: right;
        height: 48px;
    }




    .naviButtonHolder{
        position: relative;
        text-decoration: none;
        margin-top: 10px;
        float: right;
        width: auto;

    }

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        float: right;
        width: 30px;
        height: 35px;
        position: relative;
        margin: 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #ffffff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


    .menuWord{
        float: left;
        color: #444444;
        margin-left: -62px;
        line-height: 24px;
        font-size: 16pt;
    }


    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 10px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 20px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);

        background: #ffffff;
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;

        background: #ffffff;

    }

    #nav-icon1.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);

        background: #ffffff;

    }




    .mobileNavigation{
        position: fixed;
        right: 0%;
        top: 0%;
        width: 48%;
        padding-left: 1%;
        padding-top: 10px;
        padding-right: 1%;
        background: #f3f3f3;
        color: rgba(0,0,0,0.7);
        z-index: -100;
    }

    .mainNavigationList{
        float: right;
        width: 100%;
    }

    .navigationVisible{
        margin-right: 0%;
        margin-top: -12px;
    }

    .mainNavigationList li{
        float: left;
        width: 100%;

        border-bottom: 1px solid rgba(0,0,0,0.1);
    }



    .mainNavigationLink{
        float: left;
        width: 100%;
        font-weight: 300;
        color: #555;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
        line-height: 20px;
        padding: 15px 15px 15px 20px;
        text-decoration: none;
        font-size: .82353rem;
        letter-spacing: .05882rem;
        text-transform: uppercase;
        transition: background-color 0.1s ease-in, color 0.2s ease-in;
    }


    .mainNavigationLinkBack {
        background: rgba(255,255,255,0.6);
        border: none;
        padding-top: 20px;
    }

    .mainNavigationLinkBack i {
        float: right;
        margin-right: 0%;
        font-size: 24pt;
        margin-top: -9px;
        height: 25px;
    }


    .qaText {
        float: left;
        color: #fff;
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 12pt;
    }

    .regFirstIco {
        float: left;
        font-size: 35pt;
        color: #4a4442;
        margin-left: 0%;
        width: 100%;
        text-align: center;
    }
    .buttonReg {
        width: 100%;
        text-align: center;
        margin-right: 0%;
        font-size: 10pt;
    }

    .regTitle{
        height: 35px;
    }

    .promoIcon {
        float: left;
        width: 100%;
        font-size: 48pt !important;
    }

    .galleryNameContainer {
        position: relative;
        float: left;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #383838;
        background-color: #f4f2f2;
        transition-duration: 0.6s;
    }

    .galleryNameSmall {
        position: relative;
        width: 100%;
        float: left;
        text-align: center;
        text-transform: unset;
        font-size: 11pt;
        font-weight: normal;
        height: 52px;
        line-height: 18px;
        overflow: hidden;
    }


    .subNaviContainer {
        float: right;
        position: relative;
        margin-bottom: 10px;
        width: 100%;
    }

    .subNaviButton{
        float: left;
        margin-top: 0px;
        height: 35px;
        border-radius: 2px;
        line-height: 35px;
        font-size: 11pt;
        text-decoration: none;
        font-weight: normal;
        width: 100%;
        border: 1px solid #e5e5e5;
        padding-left: 1%;
        padding-right: 1%;
    }

    .subNaviButton i{
        font-size: 21pt;
        margin-top: 3px;
        float: left;
    }

    .subNaviSpan{
        float: left;
        margin-left: 2%;
    }

    .tabButtonContainer{
        display: none;
        border: 1px solid #e5e5e5;
        padding-left: 2%;
        margin-top: -1px;
        padding-right: 2%;
    }


    .shortPageContent {
        width: 100%;
        margin-left: 0%;
    }


}

@media (max-width: 800px) {

    .attachmentContainer {

        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
        grid-row-gap: 10px;
    }

    .placeHolder {
        height: 120px;
    }

    .banner img {
        float: right;
        height: 30px;
    }
    .sensonText {
        margin-right: 10px;
        font-size: 9pt;
        width: 152px;
        float: left;
        text-align: right;
        line-height: 13px;
        margin-top: 3px;
    }
    .socialContainer {
        float: right;
        margin-right: 2%;
        margin-top: 6px;
        position: absolute;
        top: 41px;
        right: 75px;
        z-index: 100;
    }

    .header {
        height: 120px;
    }
    .headerUp {
        top: -40px;
    }

    .regGrid {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
        margin-bottom: 20px;
        margin-top: 10px;
        margin-left: 0%;
        grid-row-gap: 10px;
    }

    .regTitle {
        height: auto;
    }

    .promoIcon {
        font-size: 40pt !important;
    }
    .promoDesc{
        font-size: 11pt;
    }
    .galleries {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 49% 49%;
        grid-row-gap: 20px;
        grid-column-gap: 2%;
    }
    .galleryNameSmall{
        height: auto;
    }

    .videos {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 20px;
        grid-column-gap: 0%;
    }

    .attachmentName {
        float: left;
        width: 74%;
    }

    .popup {
        width: 500px;
    }


    .promos {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 49% 49%;
        grid-column-gap: 1.33%;
        grid-row-gap: 10px;
    }

    .qaText {
        float: left;
        color: #fff;
        margin-top: 4px;
        margin-bottom: 0px;
        font-size: 11pt;
        line-height: 18px;
        width: 70%;
    }
    .resultsContainer {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 0%;
        grid-row-gap: 20px;
        margin-top: 20px;
    }


}



