﻿/* Testimonials slider */
.testimonials {
    position: relative;
    border-top: transparent 2px solid;
    border-radius: 0;
    margin-bottom: 95px;
}
.testimonials blockquote {
    border-left: 0;
    padding: 25px 0 25px 5px;
    background: url('../img/testimonials-quote.png') 20px 28px no-repeat;
}
.testimonials li {
    font-size: 12px;
    color: #444;
    padding-bottom: 25px;
    padding-right: 20px;
}
.testimonials li p{
	width:250px ! important; padding-left:45px;
	font-family: 'Georgia';
font-size: 15px;
font-style: italic;
color: #000;
}
.testimonials li strong {
    font-size: 12px;
}
.testimonials .left-arrow, .testimonials .right-arrow, .text .left-arrow, .text .right-arrow, .slide .left-arrow, .slide .right-arrow {
    display: block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -45px;
    right: 0;
    color: #000;
    text-align: center;
    line-height: 25px;
    background-image: url('../img/right-arrow-black.png');
    background-position: center center;
}
.text .left-arrow, .text .right-arrow {
    right: auto;
    left: 0;
}
.testimonials .left-arrow, .slide .left-arrow {
    right: 28px;
    background-image: url('../img/left-arrow-black.png');
}
.text .left-arrow {
    background-image: url('../img/left-arrow-black.png');
}
.text .right-arrow {
    left: 28px;
}
.testimonials .left-arrow:hover, .testimonials .right-arrow:hover, .text .left-arrow:hover, .text .right-arrow:hover, .slide .left-arrow:hover, .slide .right-arrow:hover {
    color: #fff;
    background-image: url('../img/left-arrow-white.png');
}
.testimonials .right-arrow:hover, .text .right-arrow:hover, .slide .right-arrow:hover {
    background-image: url('../img/right-arrow-white.png');
}


.testimonials {
  border-top-color: #f26e38;
}
.testimonials .left-arrow,
.testimonials .right-arrow,
.text .left-arrow,
.text .right-arrow,
.slide .left-arrow,
.slide .right-arrow {
  background-color: #ccecf4;
}
.testimonials .left-arrow:hover,
.testimonials .right-arrow:hover,
.text .left-arrow:hover,
.text .right-arrow:hover,
.slide .left-arrow:hover,
.slide .right-arrow:hover {
  background-color: #f26e38;
}

lockquote {
    padding: 2px 0 4px 20px;
    margin: 0;
}
blockquote p {
    font-family: 'Georgia';
    font-size: 15px;
    font-style: italic;
    color: #000;
}