category-selection, module-selection, settings {
    min-height: 100vh;
    display: block;
}

category-selection, module-selection, settings {
    background: url("../img/bg.jpg") no-repeat 100% 100%;
    background-size: cover;
    position: relative;
}

    category-selection:before, module-selection:before, settings:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: rgba(0,0,0,.7);
        width: 100%;
        height: 100%;
    }

.w3_heade_tittle_agile {
    background: rgba(255,255,255,.8);
    color: #000;
    font-weight: bold;
    padding: 5px 20px;
    margin-bottom: 30px;
    margin-top: 35px;
}


.serv-agileinfo2 > div {
    background: url("../img/home-textile.jpg");
    background-size: cover;
    height: 100%;
}

.serv-agileinfo3 > div {
    background: url("../img/towel.jpg");
    background-size: cover;
    height: 100%;
}

#divCategories {
    /* min-height: 100vh; */
}

    #divCategories > .container, #divModules > .container {
        min-height: calc(100vh - 81px);
    }

.serv-agileinfo1, .serv-agileinfo2, .serv-agileinfo3 {
    height: 80vh;
    /* min-height: 100vh; */
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.serv-wthree1, .serv-wthree4, .serv-wthree6 {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    display: table;
    height: 100%;
    width: 100%;
    background-repeat: round!important;
    background-position: center center;
    -webkit-background-size: cover!important;
    -moz-background-size: cover;
    -o-background-size: cover;
}

ul.ch-grid {
    border: 3px solid white;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    color: #fff;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

ul.ch-grid:hover {
   border-color: #FF9B09;
}

.serv-wthree4 ul.ch-grid {
    vertical-align: top;
    text-align: left;
}

    .serv-wthree4 ul.ch-grid > li {
        margin-top: 15px;
        margin-left: 35px;
        margin-right: 0;
    }

ul.ch-grid > li {
    background: rgba(0,0,0,.7);
    padding: 5px 20px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-right: 35px;
    width: 100%;
    text-align: left;
    /* font-size: 12px; */
}

ul.ch-grid li h5 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 25px;
}

h4.text-center {
    display: none;
}


#divModules .bedsheet > div {
    background: url("../img/bedsheet.jpg") center;
    background-size: cover;
}

#divModules .towel > div {
    background: url("../img/towel.jpg") center;
    background-size: cover;
}

#divModules .Settings > div {
    background: url("../img/settings.png") center;
    background-size: cover;
    background-color: white;
}

#divModules .retailer > div {
    background: url("../img/retailer.png") center;
    background-size: cover;
}

#divModules .profile > div {
    background: url("../img/profile.png") center;
    background-size: cover;
}

#divModules .compititor > div {
    background: url("../img/compition.png") center;
    background-size: cover;
}

#divModules .back > div {
    background: url("../img/back.png") center;
    background-size: cover;
    background-color: white;
}

.block-height {
    background: transparent;
    text-align: center;
    cursor:pointer;
    padding: 20px;
}

    .block-height > div {
        background-size: cover;
    }

.serv-agileinfo1 > div {
    background-size: cover;
    height: 100%;
    /* width: 100%; */
}


#divModules .ch-info-front {
    display: none;
}

.module {
    margin: 0px !important;
    width: 100%;
}

.settingrow {
    float: right;
    color: white;
    font-size:16px;
    padding-right: 15px;
}
