
                /*#####################
Additional Styles (required)
#####################*/
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
}
.carousel-inner .item img {
    width:100%;
    height:100%;
}
.carousel-indicators {
    bottom:5px;
    left:0;
    width:auto;
    padding:5px 25px 5px 25px;
    margin-left:0;
    background:rgba(0,0,0,0.7);
}
.carousel-indicators li {
    border-radius:0;
    width:8px;
    height:8px;
    background:#fff;
}
.carousel-indicators .active {
    width:10px;
    height:10px;
    background:#fcac45;
    border-color:#fcac45
}

.carousel-control {
    background: #000000;
    color:#fff;
    padding: 4px 0;
    width:26px;
    top:auto;   
    left:auto;
    bottom:12px;
    opacity:0.85;
}
.carousel-control.right {
    right:10px;
}

.carousel-control.left {
    right: 46px;
}
.carousel-caption {
    top:auto;
    width:auto;
    right:auto;
    bottom:60px;
    left:0;
    padding:20px;
    background:rgba(0,0,0,0.70);
    text-align:left;
    height:auto;

}

@media only screen and (max-width: 768px) {

/*#####################
Additional Styles (required)
#####################*/
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
}

.carousel-inner{
    height: 250px;
}
.carousel-inner .item img {
    width:100%;
    height:250px;

}
.carousel-indicators {
    bottom:-7px;
    left:0;
    width:auto;
    padding:5px 25px 5px 25px;
    margin-left:0;
    background:rgba(0,0,0,0.7);
}
.carousel-indicators li {
    border-radius:0;
    width:8px;
    height:8px;
    background:#fff;
}
.carousel-indicators .active {
    width:10px;
    height:10px;
    background:#fcac45;
    border-color:#fcac45
}

.carousel-control {
    background: #000000;
    color:#fff;
    padding: 2px 0;
    width:26px;
    top:auto;   
    left:auto;
    bottom:2px;
    opacity:0.85;
}
.carousel-control.right {
    right:5px;
}

.carousel-control.left {
    right: 35px;
}
.carousel-caption {
    top:auto;
    width:100%;
    right:auto;
    bottom:45px;
    left:0;
    padding:5px;
    background:rgba(0,0,0,0.70);
    text-align:left;
    height:auto;

}

p.desc {
   font-size: 9px;
}

h3 {
    text-align: center;
}

p.desclink {
    text-align: center;
}

}