/*#####################
Additional Styles (required)
######################*/

#myCarousel .thumbnail {
    margin: 40px auto 50px;
    background: none;
    border: 0;
}
#myCarousel .thumbnail .caption { text-align: center; }
#myCarousel .thumbnail .caption h3 { font: 400 22px "Open Sans"; color: #000000; }
#myCarousel .thumbnail .caption p { color: #000000; font: 14px "Open Sans"; line-height: 1.7em; }

#myCarousel .thumbnail img { border-radius: 50%; border: 7px solid #E8E8E8; }

.carousel-control.left, .carousel-control.right {
    background: url('../img/slider-arrows1.png') no-repeat top left !important;
    width: 21px;
    height: 40px;
    display: block;
}
.carousel-control {
    color:#fff;
    top:40%;
    color:#428BCA;
    bottom:auto;
    padding-top:4px;
    width:30px;
    height:30px;
    text-shadow:none;
    opacity:1;
}
.carousel-control:hover {
    color: #d9534f;
}
.carousel-control.right {
    left:auto;
    right:-32px;
    background-position: bottom left !important;
}
.carousel-control.left {
    right:auto;
    left:-32px;
}

.carousel-indicators {
    bottom:-30px;
}
.carousel-indicators li {
    border-radius: 50%;
    width:10px;
    height:10px;
    background:#ACACAC;
}
.carousel-indicators .active {
    width:12px;
    height:12px;
    background: transparent;
    border: 2px solid #ACACAC;
}

#TestimCarousel .bg-testim {
    float: left;
    width: 100%;
    height: 100%;
    background-size: 100%;
    padding: 10px 20px 20px;
}
#TestimCarousel .bg-testim.testim1 { 
    max-width: 330px;
    max-height: 339px;
    background: url('../img/bg-testim1.gif') no-repeat top left;
    margin-right: 9px;
}
#TestimCarousel .bg-testim.testim2 {
    max-width: 276px;
    max-height: 188px;
    background: url('../img/bg-testim2.gif') no-repeat top left;
}
#TestimCarousel .bg-testim.testim3 { 
    max-width: 276px;
    max-height: 188px;
    background: url('../img/bg-testim3.gif') no-repeat top left;
    margin-left: 6px;
}
#TestimCarousel .bg-testim.testim4 { 
    max-width: 560px;
    max-height: 144px;
    background: url('../img/bg-testim4.gif') no-repeat top left;
    margin-top: 7px;
}
#TestimCarousel .bg-testim h4 { font: 300 24px 'Lato'; color: #333333; padding: 0; margin: 0; margin-bottom: 5px; }
#TestimCarousel .bg-testim p { font: 400 12px 'Lato'; color: #333333; line-height: 1.7em; padding: 0; margin: 0; margin-bottom: 5px; margin-top: 5px; }
#TestimCarousel .bg-testim span.text-right { display: block; }
#TestimCarousel .bg-testim span { font-size: 12px;  }