﻿ 
/*================================
    GENERAL STYLES
    ============================  */

 /* GOOGLE FREE FONTS */
        @import url(http://fonts.googleapis.com/css?family=Oxygen);
        /* BODY STYLE - JUST FOR GOOD LOOK */
        body 
		{
           /*background-color: #0094ff;*/
            color: #7b7b7b;
            font-family:Arial;
            line-height:25px;
        }

/*================================
    TESTIMONIAL STYLES
    ============================  */
         .testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border:1px dotted #b4b4b4;
    font-size:12px;
}
.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #b4b4b4;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
     color: #000;
    margin-left: 19px;
    margin-top: 15px;
    text-align: left;
}
    .testimonial-section-name img {
        max-width:40px;
        border: 2px solid #fff;
        background-color:#7b7b7b;
    }
.carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;
}

