/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.uw-bw-image {
  max-height: 30px;
}



#slider {
    max-width: 800px;
    max-height: 600px;
    margin: 0 auto;
}

#slider img {
    max-width: 800px;
    max-height: 600px;
    margin: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    border-radius: 50px;
    width: 3rem;
    height: 3rem;
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
    background-color:black;
    opacity: 0.3;
}

.carouse-inner {
    overflow:hidden;
}

.carousel-caption {
    background-color:black;
    opacity: 0.5;
}

#bottom-ads {
        min-height: 200px;
    }


@media only screen and (min-width: 576px) {
    #top-ads, #bottom-ads {
        min-height: 220px;
    }
}


#share-buttons {
    text-align:center;
}

.fb-but3 {
    background: url("../../../../themes/homeincube/images/fb.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
}

.pin-but3 {
    background: url("../../../../themes/homeincube/images/pinterest.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
}

.facebook-share-uw,
.pinterest-share-uw{
    float: left;
    margin: 0 10px 5px 0;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.facebook-share-uw,
.pinterest-share-uw:hover
{
    opacity: 0.8;
}
