/*   LAPTOP HDPI  */
@media screen and (max-width: 1600px) {
    .very.padded {
        padding: 50px 100px ;
    }

    .padded-all{
        padding: 100px !important;
    }

    .very.super.padded{
        padding: 100px 100px;
    }


    .padded-all .very.padded{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}


/*   LAPTOP HDPI  */
@media screen and (max-width: 1440px) {
    .very.padded {
        padding: 50px 120px;
    }

    .padded-all{
        padding: 100px !important;
    }


    .padded-all .very.padded{
        padding-left: 0!important;
        padding-right: 0!important;
    }


    .very.super.padded{
        padding: 120px 120px;
    }

    .niche-nav{
        width: 90%;
        margin: auto;
    }

    .niche-nav li{
        margin: 0 -10px;
    }

    .image.absolute img{
        height: 140% !important;
        bottom: -20%;
    }


    .image.contain.absolute.contact img{
        height: 120% !important;
        bottom: -20%;
    }
}


/*   LAPTOP MDPI  */
@media screen and (max-width: 1280px) {

    .very.padded {
        padding: 50px 80px;
    }

    .very.super.padded{
        padding: 80px 80px;
    }

    .small-container{
        max-width: 90%;
    }

    .padded-all{
        padding: 80px !important;
    }


    .niche-nav{
        width: 90%;
        margin: auto;
    }

    .niche-nav li{
        margin: 0 -10px;
    }

    .padded-all .very.padded{
        padding-left: 0!important;
        padding-right: 0!important;
    }


    .cbl{
        -webkit-border-bottom-left-radius: 250px;
        -moz-border-radius-bottomleft: 250px;
        border-bottom-left-radius: 250px;
        /*overflow: hidden;*/
    }

    .ctr{
        -webkit-border-top-right-radius: 250px;
        -moz-border-radius-topright: 250px;
        border-top-right-radius: 250px;
        /*overflow: hidden;*/
    }

    .ctl{
        -webkit-border-top-left-radius: 250px;
        -moz-border-radius-topleft: 250px;
        border-top-left-radius: 250px;
        /*overflow: hidden;*/
    }

    h3 {
        font-size: 26px !important;
        line-height: 32px !important;
    }
    h4 {
        font-size: 18px !important;
        line-height: 28px !important;
        margin-bottom: 30px;
    }

    p {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

/*   TABLET LANDSCAPE VIEW   */
@media screen and (max-width: 1024px) {
    h3 {
        font-size: 21px !important;
        line-height: 30px !important;
        margin-bottom: 30px;
    }
    h4 {
        font-size: 15px !important;
        line-height: 21px !important;
        margin-bottom: 20px;
    }

    p {
        font-size: 15px !important;
        line-height: 21px !important;
    }
    .quote {
        position: relative;
        padding-left: 80px;
    }

    .quote:before {
        width: 70px;
    }

    .cbl{
        -webkit-border-bottom-left-radius: 200px;
        -moz-border-radius-bottomleft: 200px;
        border-bottom-left-radius: 200px;
        /*overflow: hidden;*/
    }

    .ctr{
        -webkit-border-top-right-radius: 200px;
        -moz-border-radius-topright: 200px;
        border-top-right-radius: 200px;
        /*overflow: hidden;*/
    }

    .ctl{
        -webkit-border-top-left-radius: 200px;
        -moz-border-radius-topleft: 200px;
        border-top-left-radius: 200px;
        /*overflow: hidden;*/
    }

    .niche-nav li {
        margin: 0 -15px;
    }

    .small-container{
        max-width: 100%;
    }

    .min-padded{
        padding: 50px !important;
    }

    .padded-all{
        padding: 100px !important;
    }


    .padded-all .very.padded{
        padding-left: 0!important;
        padding-right: 0!important;
    }

}


/*   TABLET PORTRAIT VIEW   */
@media screen and (max-width: 768px) {
    .culture-image{
        width: 80% !important;
        max-width: 350px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    .dekstop{
        display: none;
    }

    .mobile{
        display: block;
    }
    .image.absolute img{
        position: relative;
        height: 100% !important;
        width: 100% !important;
        left: auto;
        right: auto;
        bottom: auto;
        object-position: bottom !important;
    }

    .w10,.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90,.w100{
        width: 100% !important;
    }

    .corner-clear{
        border-radius: 0 !important;
    }

    .image.contain{
        width: 90%;
        max-width: 400px;
        margin: auto;
        display: block;
    }

    .pad-right-0.padded{
        padding-right: 100px !important;
    }

    .pad-right-s{
        padding-right: 50px !important;
    }
    .pad-left-s{
        padding-left: 50px !important;
    }

    .pad-left-0.padded{
        padding-left: 100px !important;
    }

    .min-align-center{
        display: flex;
        justify-content: center;
    }
    .niche-nav li {
        margin: 0 -10px;
    }
    .padding-right-small{
        padding-right: 100px !important;
    }



    .cbl{
        -webkit-border-bottom-left-radius: 150px;
        -moz-border-radius-bottomleft: 150px;
        border-bottom-left-radius: 150px;
        /*overflow: hidden;*/
    }

    .ctr{
        -webkit-border-top-right-radius: 150px;
        -moz-border-radius-topright: 150px;
        border-top-right-radius: 150px;
        /*overflow: hidden;*/
    }

    .ctl{
        -webkit-border-top-left-radius: 150px;
        -moz-border-radius-topleft: 150px;
        border-top-left-radius: 150px;
        /*overflow: hidden;*/
    }


    .padded-all{
        padding: 100px !important;
    }


    .padded-all .very.padded{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .col-3{
        width: 50%;
        padding: 0 15px;
    }

    .col-3:nth-child(2) {
        width: 50%;
        padding: 0 15px;
    }

    .passion-tabs .image img {
        height: 300px;
    }
    .passion-tabs h4 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin-bottom: 15px;
    }
    .passion-tabs h5 {
        font-size: 15px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }
    .passion-tabs ul li {
        font-size: 15px !important;
        line-height: 30px !important;
    }

    .brand-logo {
        width: calc(33.33% - 40px) !important;
    }

    .w50-hub{
        width: 50% !important;
    }


    .float-top{
        order: -5;
    }

    .image.contain.absolute.contact img{
        height: 100% !important;
        bottom: 0% !important;
    }


    .image.contain.double-bubble{
        width: 90%;
        max-width: 300px;
        margin: auto;
        display: block;
    }

    .image.contain.double-bubble img{
        max-height: 350px !important;
    }

    .image.contain{
        width: 90%;
        max-width: 350px;
        margin: auto;
        display: block;
    }

    .niche-content .image.contain img,
    .image.contain img {
        max-height: 300px !important;
        display: block;
        margin: auto;
    }

    .ipad-right{
        object-position: right bottom;
    }
}

/*   TABLET PORTRAIT VIEW   */
@media screen and (max-width: 767px) {


    .ipad-right{
        object-position: center;
    }

    .niche-content .image.contain,
    .niche-content .image.contain img{
        margin: 0 auto !important;
    }
    .mobile-vertical-pad,
    .mobile-vertical-pad-only{
        padding: 20px 0;
    }

    .padded-all.mobile-vertical-pad-only-custom{
        padding-top: calc(1em + 20px) !important;
        padding-bottom: calc(1em + 20px) !important;
    }
    .niche-content h3{
        font-family: PerspectiveBold !important;
        font-weight: normal !important;
        font-size: 18px !important;
        line-height: 27px !important;
    }




    .image.contain.absolute.contact img{
        height: 100% !important;
        bottom: 0% !important;
    }


    .ui[class*="very wide"].left.sidebar, .ui[class*="very wide"].right.sidebar{
        width: 95% !important;
        max-width: 300px !important;
    }


    .quote{
        width: 100%;
    }


    .float-top{
        order: -5;
    }

    .col-3{
        width: 100%;
    }
    .col-3:nth-child(2) {
        width: 100%;
    }
    .passion-tabs .image img {
        height: 200px ;
    }

    .w50-hub{
        width: 50% !important;
        padding: 10px !important;
    }
    .w50-hub .square{
        border-radius: 20px !important
    }

    .w50-hub .square .context{
        height: calc(100% - 15px);
        padding: 5px 15px !important;
    }

    .w50-hub .square .context h3{
        font-size: 13px !important ;
        line-height: 15px !important;
    }

    .w50-hub .square .context h3 p{
        font-size: 13px !important ;
        line-height: 15px !important;
    }

    .w50-hub .square .logo{
        bottom: 5px;
        left: 15px;
    }
    .square .logo img{
        max-height: 25px;
    }

    .banner-video{
        height: calc(50% - 80px);
        min-height: 280px;
    }

    #intro-video{
        height: 100%;
    }

    nav {
        top: 10px;
        transform: translateY(0%);
    }

    nav ul li a {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    h3 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 25px;
    }

    h4 {
        font-size: 13px !important;
        line-height: 21px !important;
        margin-bottom: 25px;
    }

    p {
        font-size: 15px !important;
        line-height: 21px !important;
    }

    .quote:before {
        top: 10px !important;
        width: 50px !important;
    }
    .quote {
        padding-left: 60px !important;
    }

    .cbl{
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-bottom-left-radius: 50px;
        /*overflow: hidden;*/
    }

    .ctr{
        -webkit-border-top-right-radius: 50px;
        -moz-border-radius-topright: 50px;
        border-top-right-radius: 50px;
        /*overflow: hidden;*/
    }

    .ctl{
        -webkit-border-top-left-radius: 50px;
        -moz-border-radius-topleft: 50px;
        border-top-left-radius: 50px;
        /*overflow: hidden;*/
    }

    .min-padded{
        padding: 20px !important;
    }

    .niche-nav li {
        margin: 0 -5px;
    }

    .padded{
        padding:  1em !important;
    }
    .very.padded{
        padding:  1em !important;
    }


    .very.super.padded{
        padding:  1em !important;
    }

    .image.contain{
        width: 90%;
        max-width: 250px;
        margin: auto;
        display: block;
    }

    .pad-right-0.padded{
        padding-right:  1em !important;
    }

    .pad-right-s{
        padding-right:  1em !important;
    }
    .pad-left-s{
        padding-left: 1em !important;
    }
    .pad-left-0.padded{
        padding-left:  1em !important;
    }

    .padded-all{
        padding:  1em !important;
    }


    .padded-all .very.padded{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .padding-right-small{
        padding-right:  1em !important;
    }

    .banner-video h1 {
        left: 0;
        padding: 0 15px;
        box-sizing: border-box;
        font-size: 24px;
        line-height: 24px;
        font-weight: normal;
    }

    nav {
        /*padding: 15px ;*/
        box-sizing: border-box;
    }

    nav #close {
        text-align: right;
        padding-left: 0;
    }

    .col-3{
        width: 100%;
    }
    .col-3:nth-child(2) {
        width: 100%;
    }
    .passion-tabs .image img {
        height: 200px ;
    }


    .brand-logo {
        width: calc(50% - 40px) !important;
    }

    .niche-content{
        padding-top: 0 !important;
    }

    .very.padded.niche-nav-wrapper{
        padding-bottom: 0 !important;
    }

    .niche-content .image.contain img,
    .image.contain img {
        max-height: 200px !important;
        display: block;
        margin: auto;
    }

    .image.cover img{
        max-height: 300px !important;
    }

    .niche-content .pad-top-0{
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .niche-content h3{
        margin-bottom: 5px;
        line-height: 21px !important;
    }

    .very.padded.pad-bottom-mobile,
    .padded-all.pad-bottom-mobile{
        padding-bottom: 50px !important;
    }

    .image.contain.padded.absolute.custom img {
        height: 100% !important;
    }


    .image.contain.double-bubble{
        width: 90%;
        max-width: 300px;
        margin: auto;
        display: block;
    }

    .image.contain.double-bubble img{
        max-height: 300px !important;
    }

    .mobile-around-pad{
        padding: 2em 1em !important;
    }

    .mobile-block{
        display: block;
    }


}
