.custom-wrap {
    width: 100%; 
    float: left; 
    box-sizing: border-box; 
    padding: 0px; 
}
.custom-full {
    width: 100%; 
    float: left; 
    box-sizing: border-box; 
    padding: 10px; 
}
.custom-quarter {
    width:25%;
    float:left;
    box-sizing: border-box; 
    padding:10px;
}
.custom-three-quarter {
    width: 75%; 
    float: left; 
    box-sizing: border-box; 
    padding: 10px;
}
.custom-third{
    width:33.33%;
    float: left; 
    box-sizing: border-box; 
    padding: 10px;
}
.custom-two-third{
    width:66.66%;
    float: left; 
    box-sizing: border-box; 
    padding: 10px;
}
.custom-fifth{
    width: 20%; 
    float: left; 
    box-sizing: border-box; 
    padding: 10px;
}
.custom-four-fifth{
    width: 80%; 
    float: left; 
    box-sizing: border-box; 
    padding: 10px;
}
.custom-half{
    width: 50%; 
    float: left; 
    box-sizing: border-box; 
    padding: 10px;
}

.custom-left-bar{
    width:15%;
    float:left;
    box-sizing: border-box; 
    padding:10px;
}
.custom-right-bar{
    width:85%;
    float:left;
    box-sizing: border-box; 
    padding:10px;
}
/* home */
.custom-home-bar-right{
    width:15%;
    float:left;
    box-sizing: border-box; 
    padding:10px;
}
.custom-home-bar{
    width:70%;
    float:left;
    box-sizing: border-box; 
    padding:10px;
}

@media screen and (min-width: 1024px) and (max-width: 1761px) {
    .custom-left-bar, .custom-home-bar-right{
        display:none;
    }
    .custom-right-bar, .custom-home-bar{
        width:100%;
    }
    
    /* left menu */
    body.menu-open-left .custom-left-bar {
        display: block;
        width: 30%;
    }

    body.menu-open-left .sidebar-menu {
        width: 30%;
    }

    body.menu-open-left .menu-btn-close {
        display: flex;
    }

    /*body.menu-open-left .custom-right-bar,*/
    body.menu-open-left .custom-home-bar {
        width:100%;
    }
    
    body.menu-open-left .search-bar {
        display:none;
    }

    body.menu-close .custom-left-bar {
        display: none;
    }

    body.menu-close .sidebar-menu {
        width: 100%;
    }
    
    body.menu-close .search-bar {
        display:flex;
    }

    /*body.menu-close .custom-right-bar,*/
    body.menu-close .custom-home-bar {
        display: block;
        width: 100%;
    }
    
    /* right menu */
    body.menu-open-right .custom-home-bar-right {
        display: block;
        width: 30%;
    }

    body.menu-open-right .home-menu {
        width: 30%;
    }

    body.menu-open-right .menu-btn-close-right {
        display: flex;
    }

    /*body.menu-open-right .custom-right-bar,*/
    body.menu-open-right .custom-home-bar {
        width:100%;
    }
    
    body.menu-open-right .search-bar {
        display:none;
    }

    body.menu-close-right .custom-home-bar-right {
        display: none;
    }

    body.menu-close-right .home-menu {
        width: 100%;
    }
    
    body.menu-close-right .search-bar {
        display:flex;
    }

    /*body.menu-close-right .custom-right-bar,*/
    body.menu-close-right .custom-home-bar {
        display: block;
        width: 100%;
    }
}

/* Tablets (Portrait and Landscape) */
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .custom-left-bar, .custom-home-bar-right{
        display:none;
    }
    .custom-right-bar, .custom-home-bar{
        width:100%;
    }
    
    /* left menu */
    body.menu-open-left .custom-left-bar {
        display: block;
        width: 48%;
    }

    body.menu-open-left .sidebar-menu {
        width: 48%;
    }

    body.menu-open-left .menu-btn-close {
        display: flex;
    }

    /*body.menu-open-left .custom-right-bar,*/
    body.menu-open-left .custom-home-bar {
        width:100%;
    }
    
    body.menu-open-left .search-bar {
        display:none;
    }

    body.menu-close .custom-left-bar {
        display: none;
    }

    body.menu-close .sidebar-menu {
        width: 100%;
    }
    
    body.menu-close .search-bar {
        display:flex;
    }

    /*body.menu-close .custom-right-bar,*/
    body.menu-close .custom-home-bar {
        display: block;
        width: 100%;
    }
    
    /* right menu */
    body.menu-open-right .custom-home-bar-right {
        display: block;
        width: 48%;
    }

    body.menu-open-right .home-menu {
        width: 48%;
    }

    body.menu-open-right .menu-btn-close-right {
        display: flex;
    }

    /*body.menu-open-right .custom-right-bar,*/
    body.menu-open-right .custom-home-bar {
        width:100%;
    }
    
    body.menu-open-right .search-bar {
        display:none;
    }

    body.menu-close-right .custom-home-bar-right {
        display: none;
    }

    body.menu-close-right .home-menu {
        width: 100%;
    }
    
    body.menu-close-right .search-bar {
        display:flex;
    }

    /*body.menu-close-right .custom-right-bar,*/
    body.menu-close-right .custom-home-bar {
        display: block;
        width: 100%;
    }
    
}
/* Mobile devices */
@media screen and (max-width: 768px) {
    .custom-left-bar, .custom-home-bar-right {
        display: none;
    }

    /*.custom-right-bar,*/
    .custom-home-bar {
        width: 100%;
    }
    
    /* left menu */
    body.menu-open-left .custom-left-bar {
        display: block;
        width: 100%;
    }

    body.menu-open-left .sidebar-menu {
        width: 100%;
        padding-top:20px;
    }

    body.menu-open-left .menu-btn-close {
        display: flex;
    }

    /*body.menu-open-left .custom-right-bar,*/
    body.menu-open-left .custom-home-bar {
        display: none;
    }

    body.menu-close .custom-left-bar {
        display: none;
    }

    body.menu-close .sidebar-menu {
        width: 100%;
    }

    /*body.menu-close .custom-right-bar,*/
    body.menu-close .custom-home-bar {
        display: block;
        width: 100%;
    }
    
    /* right menu */
    body.menu-open-right .custom-home-bar-right {
        display: block;
        width: 100%;
    }

    body.menu-open-right .home-menu {
        width: 100%;
    }

    body.menu-open-right .menu-btn-close-right {
        display: flex;
    }

    body.menu-open-right .custom-left-bar,
    body.menu-open-right .custom-home-bar {
        display: none;
    }

    /*body.menu-close-right .custom-right-bar {
        display: none;
    }*/

    body.menu-close-right .home-menu {
        width: 100%;
    }

    /*body.menu-close-right .custom-home-bar-right,*/
    body.menu-close-right .custom-home-bar {
        display: block;
        width: 100%;
    }
}
