@media only screen and (max-width: 980px) {
#logo {
	min-height: 100px;
	margin-top: 15px;
}
}
@media only screen and (min-width: 981px) {
#logo {
    min-height: 160px;
    margin-top: 15px;
}
}

#main-header {
    box-shadow: 0 1px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0);
}

.testimonial_rotator_author_info.cf-tr p {
    line-height: 1.7em!important;
}

.testimonial_rotator_quote {
    font-size: 18px;
}

.testimonial_rotator_prev, .testimonial_rotator_next {
    color: #fff;
}

#et-info {
    float: right;
}