.uc_layered_carousel * {
    margin:0;
    padding: 0;
}
.uc_layered_carousel .uc_screen_carousel .uc_layered_slide{
    margin-top: 0px;
    padding-bottom:80px;
}
.uc_layered_carousel .uc_screen_carousel .uc_layered_slide > div{
    margin: 0 auto;
}
.uc_layered_carousel .uc_screen_carousel .allinone_carousel.sweet.ui-draggable {
    max-width: 100% !important;
    height: 800px;
    cursor: url("hand.cur"), url("hand.cur"), move !important;
    left: 0px;
    position: absolute;

}
.uc_layered_carousel .uc_screen_carousel .allinone_carousel.sweet .elementTitle{
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;

}
.uc_layered_carousel .uc_screen_carousel .allinone_carousel.sweet .contentHolderUnit{
    -moz-box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
}




.uc_layered_carousel{
    margin-top: 5px;
}

.contentHolderUnit p{
    color: white;
    background: rgba(72,176,175,0.91);
    position: absolute;
    bottom: 80px;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    padding: 15px;
    border: 1px solid gold;
    border-left: 0;
    border-right: 0;
}
.uc_simple_app_download_buttons *{
    margin:0;
    padding: 0;
}
.uc_simple_app_download_buttons{
    margin: 0 auto;
    position: relative;
    text-align: left;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.uc_simple_app_download_buttons .uc_app_button{
    float: right;

    font-size: 24px;
    text-align: left;
    padding: 8px 35px 8px 15px;
    margin: 10px 15px 0;
    z-index: 5;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
     border: 2px solid #fff;
    border-radius: 350px;
    transform: translate3d(0px, 0px, 0px);
    display: inline-block;
    background-color: transparent;
    transition: color 0.3s, background-color 0.3s ;
    -webkit-transition: color 0.3s, background-color 0.3s ;
}
.uc_simple_app_download_buttons .uc_app_button:hover{
    color: #5cadad;
     background-color:#fff;
}
.uc_simple_app_download_buttons .uc_app_button .fa {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uc_simple_app_download_buttons .uc_app_button i {
    font-size: 34px;
    margin-right: 18px;
    margin-top: 4px;
}
.uc_simple_app_download_buttons .uc_app_button .uc_button_app{
    font-size: 14px;
    float: right;
}
.uc_simple_app_download_buttons .uc_app_button .uc_button_app .uc_app_os{
    font-size: 24px;
}

@media only screen and (max-width : 992px) {
    
    .uc_layered_carousel .uc_screen_carousel .uc_layered_slide{
        padding-bottom: 100px;
    }
    .contentHolderUnit p{
        bottom: 0;
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
    }
    .uc_simple_app_download_buttons .uc_app_button{
        padding: 8px 15px 8px 10px;
        margin: 10px auto 0;
    }
    .uc_simple_app_download_buttons .uc_app_button .fa{
        font-size: 28px;
    }
    .uc_simple_app_download_buttons .uc_app_button .uc_button_app{
        font-size: 13px;
        float: right;
    }
    .uc_simple_app_download_buttons .uc_app_button .uc_button_app .uc_app_os{
        font-size: 18px;
    }
    
}

@media only screen and (max-width : 600px) {
    
    
    .contentHolderUnit p{
        bottom: 0;
        font-size: 15px;
        line-height: 18px;
    }
     
    .uc_simple_app_download_buttons .uc_app_button .uc_button_app{
        font-size: 13px;
        float: right;
    }
    .uc_simple_app_download_buttons .uc_app_button .fa{
        font-size: 25px;
    }
    .uc_simple_app_download_buttons .uc_app_button .uc_button_app .uc_app_os{
        font-size: 15px;
    }
    
}
@media only screen and (max-width : 479px) {
     .uc_simple_app_download_buttons .uc_app_button .fa {
       
        float: none;
        display: inline;
        margin: 10px;
    }
    .uc_simple_app_download_buttons .uc_app_button{
        border-radius: 30px;
        text-align: center;

    }
    .uc_simple_app_download_buttons .uc_app_button .uc_button_app {
         display: none;
    }
    .contentHolderUnit p{
        background: rgba(72,176,175,0.75);
    
    }
     .contentHolderUnit p{
        bottom: 0;
        font-size: 14px;
        line-height: 18px;
          padding: 15px 4px;
    }
}
.breadcrumb{
    display: none;
}