/*-------   Gallery-------*/
.mbr-gallery .mbr-gallery-item {
    position: relative;
    display: inline-block;
    width: 25%;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mbr-gallery .mbr-gallery-item {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .mbr-gallery .mbr-gallery-item {
        width: 100%;
    }
}

.mbr-gallery .icon-focus,
.mbr-gallery .icon-video {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 24px);
    font-family: 'MobiriseIcons' !important;
    font-size: 3rem !important;
    color: #fff;
    opacity: 0;
    transition: .2s opacity ease-in-out;
    z-index: 5;
}

    .mbr-gallery .icon-focus::before {
        content: '\e96b';
    }

    .mbr-gallery .icon-video::before {
        content: '\e95c';
    }

.mbr-gallery .mbr-gallery-item > div:hover .icon-focus,
.mbr-gallery .mbr-gallery-item > div:hover .icon-video {
    opacity: 1;
}

.mbr-gallery .mbr-gallery-item img {
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item > div:hover img {
    opacity: 1;
}

.mbr-gallery .mbr-gallery-item > div {
    opacity: 1;
    display: block;
    outline: none;
    position: relative;
}

.mbr-gallery .mbr-gallery-item .icon {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .2s opacity ease-in-out;
    color: #000;
    font-size: 30px;
    height: 69px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .2s opacity ease-in-out;
    width: 69px;
}

    .mbr-gallery .mbr-gallery-item .icon::after,
    .mbr-gallery .mbr-gallery-item .icon::before {
        content: '';
        display: block;
        position: absolute;
        height: 69px;
        width: 1px;
        margin-left: 34.5px;
        background-color: #fff;
    }

    .mbr-gallery .mbr-gallery-item .icon::after {
        width: 69px;
        height: 1px;
        margin-left: 0;
        margin-top: 34.5px;
    }

.mbr-gallery .mbr-gallery-item > div:hover .icon {
    opacity: 1;
}

.mbr-gallery .mbr-gallery-item > div:hover::before {
    opacity: .9;
}

.mbr-gallery .mbr-gallery-item > div:hover .mbr-gallery-title {
    background: transparent !important;
}

/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
    margin: 0;
}

    .mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
        padding: 0;
    }

/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
    padding: 93px 0;
}

/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-article,
.mbr-gallery .mbr-gallery-layout-default {
    overflow: hidden;
}


/* article slider */
.mbr-slider > .article-slider .mbr-section,
.mbr-slider > .article-slider .mbr-section .mbr-table-cell {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-backdrop.show {
    opacity: .7;
}

.video-container .mbr-background-video iframe {
    width: 100%;
    height: 100%;
}

.mbr-gallery-item__hided {
    position: absolute !important;
    left: 0 !important;
    width: 0 !important;
    height: 0;
    padding: 0 !important;
}

    .mbr-gallery-item__hided img {
        display: none !important;
    }

    .mbr-gallery-item__hided span {
        display: none !important;
    }

.mbr-gallery-filter {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .mbr-gallery-filter li {
        display: inline-block;
        padding: 5px 0;
        transition: all .3s ease-out;
    }

        .mbr-gallery-filter li .btn {
            cursor: pointer;
        }

    .mbr-gallery-filter.gallery-filter__bg li {
        color: #fff;
    }

    .mbr-gallery-filter.gallery-filter__bg .active {
        color: #000;
        background-color: #fff;
    }

    .mbr-gallery-filter ul {
        display: inline-block;
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

.mbr-gallery-item > div {
    position: relative;
}

.mbr-gallery-item--p1 {
    padding: 0.5rem;
}

.mbr-gallery-item--p2 {
    padding: 1rem;
}

.mbr-gallery-item--p3 {
    padding: 1.5rem;
}

.mbr-gallery-item--p4 {
    padding: 2rem;
}

.mbr-gallery-item--p5 {
    padding: 2.5rem;
}

.mbr-gallery-item--p6 {
    padding: 3rem;
}

.mbr-gallery .mbr-gallery-item--p4 {
    width: 33.333%;
}

.mbr-gallery .mbr-gallery-item--p6, .mbr-gallery .mbr-gallery-item--p5 {
    width: 50%;
}

@media (max-width: 992px) {
    .mbr-gallery-item--p1 {
        padding: 0.5rem;
    }

    .mbr-gallery-item--p2 {
        padding: 0.8rem;
    }

    .mbr-gallery-item--p3 {
        padding: 1rem;
    }

    .mbr-gallery-item--p4 {
        padding: 1.5rem;
    }

    .mbr-gallery-item--p5 {
        padding: 1.8rem;
    }

    .mbr-gallery-item--p6 {
        padding: 2rem;
    }

    .mbr-gallery .mbr-gallery-item--p2,
    .mbr-gallery .mbr-gallery-item--p3 {
        width: 50%;
    }

    .mbr-gallery .mbr-gallery-item--p6,
    .mbr-gallery .mbr-gallery-item--p5,
    .mbr-gallery .mbr-gallery-item--p4 {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .mbr-gallery .mbr-gallery-item--p3,
    .mbr-gallery .mbr-gallery-item--p2,
    .mbr-gallery .mbr-gallery-item--p1 {
        width: 100%;
    }
}







body {
    font-style: normal;
    line-height: 1.5;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
}

.display-1 {
    font-family: 'Rubik', sans-serif;
    font-size: 4.25rem;
}

    .display-1 > .mbr-iconfont {
        font-size: 6.8rem;
    }

.display-2 {
    font-family: 'Rubik', sans-serif;
    font-size: 3rem;
}

    .display-2 > .mbr-iconfont {
        font-size: 4.8rem;
    }

.display-4 {
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
}

    .display-4 > .mbr-iconfont {
        font-size: 1.6rem;
    }

.display-5 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
}

    .display-5 > .mbr-iconfont {
        font-size: 2.4rem;
    }

.display-7 {
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
}

    .display-7 > .mbr-iconfont {
        font-size: 1.6rem;
    }
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
    .display-1 {
        font-size: 3.4rem;
        font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.8rem;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.2rem;
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
}

.cid-qQMVErd6t8 .mbr-slider .modal-body .close {
    background: #1b1b1b;
}

.cid-qQMVErd6t8 .mbr-gallery-item > div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #554346;
    background: linear-gradient(to left, #554346, #b9b12d) !important;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}

.cid-qQMVErd6t8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
    background: transparent !important;
}

.cid-qQMVErd6t8 .mbr-gallery-item > div:hover:before {
    opacity: 0.7 !important;
}

.cid-qQMVErd6t8 .mbr-gallery-title {
    font-size: .9em;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    z-index: 2;
}

    .cid-qQMVErd6t8 .mbr-gallery-title:before {
        content: " ";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        position: absolute;
        background: #554346 !important;
        background: linear-gradient(to left, #554346, #b9b12d) !important;
        opacity: 0.7;
        -webkit-transition: 0.2s background ease-in-out;
        transition: 0.2s background ease-in-out;
    }

.cid-qQMVErd6t8 .mbr-gallery-item > div > span {
    color: #ffffff;
}
/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}


/********************************** ADDED FROM INDEX.HTML *****************************************/


html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.center {
    width: 90%;
    margin: 20px auto;
}

.box {
    border: 1px solid #dedddd;
    min-height: 350px;
    max-height: 350px;
    min-width: 150px;
    padding: 10px 5px;
    background-color: #fff;
    position: relative;
}

    .box:hover {
        border: 1px solid #b8af2c;
    }

        .box:hover img {
        }

.productname {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    color: #111111;
    height: 37px;
    overflow: hidden;
}

.price {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #111111;
    text-align: center;
    padding-top: 0;
    padding-bottom: 5px;
    overflow: hidden;
}

.image {
    min-height: 225px;
}

.instock {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #8c8303;
    text-align: center;
    padding-top: 0;
    padding-bottom: 2px;
    overflow: hidden;
}

.seperator {
    background-color: #474747;
    min-height: 180px;
    border: 0;
}

.seperator_white {
    border-top: 1px solid #000;
    margin-top: 8px;
    background-color: #ffffff;
    /*min-height: 180px;*/
    border: 0;
}


.headline_white {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #393939;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 7px;
    overflow: hidden;
    text-transform: uppercase;
    margin-top: 0px;
}

.headline {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 7px;
    overflow: hidden;
    text-transform: uppercase;
}

.bodytext_white {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    margin: auto;
    color: #393939;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-transform: none;
    max-width: 800px;
}

.bodytext_about {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    margin: auto;
    color: #393939;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: hidden;
    text-transform: none;
    max-width: 1200px;
}

.line {
    border-top: 1px solid #fff;
    max-width: 600px;
    margin: auto;
}

.line_grey {
    border-top: 1px solid #c0c0c0;
    max-width: 600px;
    margin: auto;
}

.bodytext {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    margin: auto;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-transform: none;
    max-width: 800px;
}


.brands {
    background-color: #fff;
    min-height: 200px;
    border: 0;
}

.brands_box {
    min-height: 200px; /*Mahesh*/
    width: 12.5%;
    background-color: white;
    display: inline-block;
    margin-right: -4px;
    padding: 0px;
    border: 0px;
    border: 1px solid #eee;
    min-width: 200px;
    /*background-color:#9FF;*/
}

.responsive {
    width: 100%;
    height: auto;
}



/********************************** Lightbox CSS *********************************************/

* {
    box-sizing: border-box;
}

.row > .column {
    padding: 0 0px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 12.5%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background-color: black;*/
}

.col-8-custom {
    width: 12.5%;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 43px;
    right: 50px;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 12px 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    margin: auto;
    color: #fff;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

#lux {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #lux img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #lux
        img.top:hover {
            opacity: 0;
        }

#tech {
    position: relative;
    height: auto;
    max-width: 240px;
    margin: 0 auto;
}

    #tech img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #tech img.top:hover {
            opacity: 0;
        }

#dlux {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #dlux img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #dlux img.top:hover {
            opacity: 0;
        }

#fusion {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #fusion img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #fusion img.top:hover {
            opacity: 0;
        }

#diyh {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #diyh img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #diyh img.top:hover {
            opacity: 0;
        }


#deco {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #deco img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #deco img.top:hover {
            opacity: 0;
        }

#mant {
    position: relative;
    height: 240px;
    max-width: 240px;
    ;
    margin: 0 auto;
}

    #mant img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #mant img.top:hover {
            opacity: 0;
        }

#diy {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #diy img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #diy img.top:hover {
            opacity: 0;
        }

#neon {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #neon img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #neon img.top:hover {
            opacity: 0;
        }

#pool {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #pool img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #pool img.top:hover {
            opacity: 0;
        }

#ora {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #ora img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #ora img.top:hover {
            opacity: 0;
        }

#discobolo {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #discobolo img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #discobolo img.top:hover {
            opacity: 0;
        }

#patisserie {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #patisserie img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #patisserie img.top:hover {
            opacity: 0;
        }

#casa_cor {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #casa_cor img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #casa_cor img.top:hover {
            opacity: 0;
        }

#organica {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #organica img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #organica img.top:hover {
            opacity: 0;
        }

#room {
    position: relative;
    height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

    #room img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #room img.top:hover {
            opacity: 0;
        }

#mantra_landing_bottom {
    position: relative;
    height: 120px;
    max-width: 240px;
    margin: 0 auto;
}

    #mantra_landing_bottom img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #mantra_landing_bottom img.top:hover {
            opacity: 0;
        }

#diyas_landing_bottom {
    position: relative;
    height: 120px;
    max-width: 240px;
    margin: 0 auto;
}

    #diyas_landing_bottom img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #diyas_landing_bottom img.top:hover {
            opacity: 0;
        }

#dlux_landing_bottom {
    position: relative;
    height: 120px;
    max-width: 240px;
    margin: 0 auto;
}

    #dlux_landing_bottom img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #dlux_landing_bottom img.top:hover {
            opacity: 0;
        }

#deco_landing_bottom {
    position: relative;
    height: 120px;
    max-width: 240px;
    margin: 0 auto;
}

    #deco_landing_bottom img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #deco_landing_bottom img.top:hover {
            opacity: 0;
        }

#luxram_landing_bottom {
    position: relative;
    height: 120px;
    max-width: 240px;
    margin: 0 auto;
}

    #luxram_landing_bottom img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #luxram_landing_bottom img.top:hover {
            opacity: 0;
        }

#mantra_fusion_landing_bottom {
    position: relative;
    height: 120px;
    max-width: 240px;
    margin: 0 auto;
}

    #mantra_fusion_landing_bottom img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #mantra_fusion_landing_bottom img.top:hover {
            opacity: 0;
        }

#diyas_home_landing_bottom {
    position: relative;
    height: 120px;
    max-width: 240px;
    margin: 0 auto;
}

    #diyas_home_landing_bottom img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #diyas_home_landing_bottom img.top:hover {
            opacity: 0;
        }

#techtouch_landing_bottom {
    position: relative;
    height: 120px;
    max-width: 240px;
    margin: 0 auto;
}

    #techtouch_landing_bottom img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        #techtouch_landing_bottom img.top:hover {
            opacity: 0;
        }

.flexwidth {
    width: 100%;
}

.lightBoxWidth {
    width: 100%;
}

.sliderArrows {
    z-index: 2;
    position: absolute;
}

.whiteline {
    border-top: 1px solid #bbb;
    max-width: 200px;
    background-color: transparent;
}

.footer-small-padding {
    padding-left: 4px;
    padding-right: 4px;
}

.top-slider, .top-slider > div {
    background-position: center center;
    display: block;
    height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
    bottom: 0;
    margin-top: 0px;
}

.flexrow2 {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0;
}

/* Create four equal columns that sits next to each other */


.flexcol2 img {
    margin: 0px;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
}

.flexcol2 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding: 0;
}

/* Responsive layout - makes a two column layout and reverts to javascript*/
@media screen and (min-width: 768px) {
    .flexcol2 {
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        padding: 0;
    }

    #flexhover {
        display: none;
    }

    #flexlogos {
        display: none;
    }

    #brandtop {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .flexcol2 {
        -ms-flex: 12.5%; /* IE10 */
        flex: 12.5%;
        max-width: 12.5%;
        padding: 0;
    }
}

/* Image Transition*/
.fadeimage {
    position: relative;
    margin: 0 auto;
}

    .fadeimage img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        overflow: hidden;
    }

        .fadeimage img.top:hover {
            opacity: 0;
        }

.flexcol2 img {
    transition: opacity 1s ease-in-out;
}

#landingSlider .slick-prev {
    left: 0 !important
}

#landingSlider .slick-next {
    right: 0 !important
}

#landingSlider .carousel-caption {
    background: rgba(0,0,0,.5);
    transition: all 0.6s;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    color: #dadada;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: 26px;
    text-transform: uppercase;
}

    #landingSlider .carousel-caption:hover {
        background: rgba(0,0,0,.7);
        transition: all 0.7s;
    }
