@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait){

    body{
        overflow-x: hidden;
    }
    /****************** MBL NAVIGATION MENU ***********************************/
        
    .navBar{ display: none;}
        
    .mobileMenu{
        z-index: 999;
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        }
    .mobileMenu .bt-menu{
        background-color: #222;
        display: block;
        padding: 10px;
        color: rgba(255, 255, 255, 0.85);
        overflow: hidden;
        text-decoration: none;
        font-weight: 200;
        font-size: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .mobileMenu span{
        float:right;
        font-size:20px;
    } 
    
    #Menu_mobile{
        z-index: 999;
        display: block;
        /*z-index:1000;*/
        width: 50%;
        height: 250px;
        left: -100%;
        position: fixed; /* Old browsers */
        background-color: rgb(34 34 34);
        border-radius: 0 0 25px 0;
        }

     /***************** HEADER *****************************/
     #Main-header{
        width: 100%;
        height: 100px;
        margin-top: 40px;
        background-color: #1a1a1a;
        font-family: 'Kanit', sans-serif;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        }   
        .header_wrapper{
            width: 100%;
            height: 100px;
            background-color: #1a1a1a;
            position: fixed;
            margin: 0 auto;
            z-index: 900;
            
        }
        .header_assets_box{
            width: 100vw;
            margin: 0 auto;
            display: inline-flex;
            justify-content: space-between;
        }
        .Logo_wrapper img{
            margin-top: 20px;
            padding-left:15px;
            width: 150px;
            height: auto;
        }
        .RightCorner{
            padding-top: 25px;
            padding-right: 12px;
        }
        .agency{
            position: relative;
            font-family: 'Michroma', sans-serif;
            color:#fa0404;
            opacity: 0.8;
        }
        .agency p{
            display:block;
            margin-bottom: -4px;
            font-size: 0.5rem;
            opacity: 0.8;
            text-transform: uppercase;
        }
             
        .pageTitle{
            position:relative;
            font-size: 0.7rem;
            font-family: 'Michroma', sans-serif;
            color:#ff0009;
            text-transform: uppercase;
            opacity: 0.8;
            padding-right: 0px;
            /* border-right: 5px solid #ff0009; */
        }
        .pageTitle img{
            display:inline-block;
            position:absolute;
            left: 5px;
            top: -10px;
            text-align: end;
            width: 30px;
            height: auto;
            opacity: 0.7;
        }
    
/**************************************************************/

section{
    max-width: 960px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.Parallelen{
    background-color: transparent;
    background-position: center top;
    background-size: contain; 
    background-repeat: no-repeat; 
    /* background-attachment:fixed;  */
}
/****************** SKEWED ITEMS ************************************/

.MBL_skewed_1{display:none;}  /** @ MBL FOCUSED UPPER **/
.MBL_skewed_2{display:none;}  /** @ MBL FOCUSED BOTTOM **/


/*************** ABOUTUS SECTION *******************************/

#Branding{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-bottom: 20%;
    background-color: #040405;
    color: #eef0da;
    background-image: url("../assets/MBL_BACKGRNDS/MBL_MKR_BACKGRND_BRANDSG.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.STD_skewed_5{
    position: absolute;
    left: 0;
    top: 0;
    border-width: 0px 0 50px 100vw;
    border-color: transparent  transparent transparent #1a1a1a;
    /* border-color: transparent #ebebeb transparent transparent;*/ 
    border-style: solid; 
} 

.STD_skewed_1{
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 50px 0 0 100vw;
    border-color: transparent  transparent transparent #0b0b0a;
    /* border-color: transparent #ebebeb transparent transparent;*/ 
    border-style: solid; 
} 

/************** MAIN ABOUTUS CONTAINER******************************************/

 .Box_frame{
    width: 90%;
    height: 80%;
    margin: 0 auto;
    padding-top: 25px;
}
.Brand_box{
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 1rem;
    line-height: 1.1rem;
    padding-bottom: 20px;
}
.Box_frame h2{
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 30px;
    font-size: 1.3rem;
    line-height: 1.4rem;
    word-spacing: -0.2ch;
    text-align:justify;
}
.Box_frame p{
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1rem;
    text-align: justify;
}
.rrss_header{
    margin-top: -10px;
}

/****************************************************************/

/*********** CTA BOX SECTION ***************************/

#CTA_Box{
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    background-color: #010101;
    background-image: url("../assets/NDX_MBL_BACKGRNDS/MBL_NDX_BACK_5.png");
    background-repeat: no-repeat;
    background-size:cover;
}
.CTA_box_wrapper{
    margin: 0 auto;
    width: 375px;
    height: 275px;
    /* background-color: rgba(0, 255, 255, 0.2); */
}
.CTA_box_grid{
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
/******************************************************/
.Slogan{
    position: relative;
    width: 100%;
    margin-top: -5px;
    margin-left: 40px;
}

.Slogan p{
    display:inline-block;
    padding-top: 0px;
    padding-left: 35px;
    font-size: 1.1rem;
	font-weight: 200;
	line-height: 1.4rem;
    letter-spacing: 1px;
    color: #fff;
}
.author-tag{
    color: #f6f7ea;
    font-weight: 200;
    font-size: 0.8rem;
}
.author-tag-2{
    padding-left: 5px;
    color: #f6f7ea;
    font-weight: 200;
    font-size: 0.6rem;
}
.btn-quote{
    position: absolute;
    left: -15px;
    top: 0px;
    font-size: 2.5rem;
    color: rgba(255, 0, 0, 0.7);
} 

/***********************************************************/

.mkt_cta_box{
    margin: auto;
    background-color: transparent;
}
.mkt_cta_box p{
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: rgba(255, 255, 255,0.85);
}
/********************************************/
.btn-red-tag{ font-size: 0.9rem}

/*******************************************/
.letUs{
    padding-left: 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.boton-cta{
    margin-top: 15px;
    margin-left: 10px;
    min-width: 180px;
    height: 35px;
    padding: 0 20px;
    background-color: #c70007cc;
    border-radius: 5px;
    color: rgba(255, 255, 255,0.85);
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease all;  
}
.boton-cta:hover{
    background-color: #9e0107cc;
    text-decoration: none;
}

.Copy_SN{
    background-color: #070707; 
    padding: 10px;
    text-align: center;
    width: 100%;
    height: auto;
}
.CopyRight{     
    color:rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
}

/*************** FOOTER SECTION *******************************/

#Footer{
    width: 100%;
    height: 100%;
    background-image: url("../assets/NDX_images/dark-mosaic.png");
    background-repeat: repeat;
    background-color: #000000; 
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23151516' fill-opacity='0.27'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */ 
}
.shadow_screen{
    width: 100%;
    height: 50px;
    background-image: url("../assets/NDX_images/shadow_screen.png");
    background-repeat: repeat-x;
    z-index: 99;
}
.footer_main_wrapper{
    margin: 0 auto;
    width: 90vw;
    height: auto;
    padding-bottom: 20px;
    color:#b9b7b7;
    font-weight: 300;
    /* background-color: rgba(0, 255, 255, 0.2); */
}
.footer_grid_container{
    padding-top: 15px;
    display: grid;
    grid-template-columns: 300px;
    gap: 30px;
}
.logos{
    margin-top: -20px;
    padding-left: 55px;
}
.PKO img{
    width: 170px;
    height: auto;
    opacity: 0.75;
}
.FRK{
    padding-top: 15px;
    padding-left: 0px;
}
.FRK img{
    width: 50px;
    height: auto;
    opacity: 0.75;
}
.footer_contact-ref{
    margin-top: 5px;
    margin-left: 50px;
    color:#b9b7b7;
}
.place{
    font-size: 0.8rem;
}
.footer-item{
    padding-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.btn-icon-footer{
    padding-right: 10px; 
    font-size: 1.2rem;
    color: rgb(113 115 117);
}
.footer-snetwork{
    margin-top: 15px;
    text-decoration: none;
    font-size: 1.7rem;
}
.footer-snetwork a{
    color:rgb(113 115 117);
}
.footer-snetwork a:hover{
    color:#ff0009;
}
.Sub_menu{
    margin-left: 50px;
    margin-top: 1px;
    color:#b9b7b7;
}
.FRM-Sub-Extended {
    padding-bottom: 5px;
}
.Sub_menu a{
    color:#b9b7b7;
    font-size: 0.7rem;
    line-height: 0.8rem;
}
.Sub_menu a:hover{
    color:#ff0009;
}
    
    
    
    
}  /***** CLOSE CURLY FOR MEDIA QUERY STATEMENT ******/