﻿.hidden-container {
    overflow: hidden;
}

.testimonial-container {
    white-space: nowrap;
}

.testimonial-block {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}

.testimonial-block blockquote {
    font-size: 16px;
    margin: 10px 3%;
    padding: 10px;
}

.testimonial-block blockquote:before {
    content:"\f10d";
    font:normal normal normal 14px/1 FontAwesome;
    font-size: 1.5em;
    margin-right: 10px;
}

.testimonial-block blockquote:after {
    content:"\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5em;
    margin-left: 10px;
    vertical-align: top;
}

.testimonial-block label {
    display: block;
    margin: 0 3% 10px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #fafafa;
}

.testimonial-tabs {
    position: relative;
}

.testimonial-tabs li {
    padding: 5px 10px;
    margin: 0 5% 10px;
    cursor: pointer;
    font-size: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    position: relative;
    z-index: 1;
}

.testimonial-tabs li.active {
    color: #fff;
}
#tab-highlight {
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    z-index:0;
    opacity: 0.2;
}
 
@media screen and (min-width:480px) {

    
}
@media screen and (min-width:600px) {

}

@media screen and (min-width:768px) {
.hidden-container {
    width: 50%;
    float: left;
}
}

@media screen and (min-width:1000px) {
    

}

@media screen and (min-width:1400px) {

}