/*#wrap{*/
/*width:100%;*/
/*max-width:1100px;*/
/*margin:auto;*/
/*text-align:center;*/
/*}*/

#showcase{
    position:relative;
    height:460px;
    visibility:hidden;
    border-radius: 8px;
    margin-top: 12px;
    overflow: visible !important;
}

#showcase .cloud9-item {
    width: 260px;
    text-align: center;
}

#showcase img {
    cursor: pointer;
    width: 100%;
    display: block;
}

#item-title {
    color: #016a8d;
    font-size: 29px;
    letter-spacing: 0.13em;
    text-align: center;
    margin-bottom: 22px;
}
.nav {text-align: center; display: block;}
.nav > button {width: 64px; height: 36px; color: #666; font: bold 16px arial; text-decoration: none; text-align: center; margin: 5px; text-shadow: 0px 1px 0px #f5f5f5; background: #f6f6f6; border: solid 2px rgba(0, 0, 0, 0.4); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4); box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4); cursor: pointer;}
.nav > button:active,
.nav > button:hover,
.nav > button:focus,
.nav > button.down {color: #666; background: #dfdfdf; border: solid 2px rgba(0, 0, 0, 0.6); box-shadow: none;}


@media(max-width:767px){
    #wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    #showcase {
        height: 350px;
    }
    #showcase .cloud9-item {
        width: 180px;
    }
}
/*SLIDER-01 CSS CLOSE FROM 29-09-23*/