/*TESTIMONIALS SECTION*/


.customTestimonials
{
	/* background: #f0f0f0; */
	display:inline-block;
}

.customTestimonials-content
{
	text-align:center;
	padding:30px;
}

.customTestimonials-content p, .customTestimonials-content h1, .customTestimonials-content h2, .customTestimonials-content h3
{
	color: #000 !important;
}

.customTestimonials-content h1 
{
	overflow: hidden;
	text-align: center;
}

.customTestimonials-content h1:before,
.customTestimonials-content h1:after 
{
	background-color: #ad6e34;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.customTestimonials-content h1:before 
{
	right: 0.5em;
	margin-left: -50%;
}

.customTestimonials-content h1:after 
{
	left: 0.5em;
	margin-right: -50%;
}

.customTestimonials-content h3
{ 
	font-size: 26px !important;
	font-weight: normal !important; 
	padding:10px 0 10px !important; 
	text-transform: uppercase;
}

.customTestimonials-content h4
{ 
	margin-top:8px;
	font-weight:normal;
	color:#999;
	font-size:15px;
}

.stars img {
    margin:auto;
}

.customTestimonials-content a.testimonials-button
{
	background-color:transparent !important;
	margin-top:15px;
}

.customTestimonials-content a.testimonials-button:focus
{
	background-color:transparent !important;
}

.customTestimonials-content a.testimonials-button:hover
{
	background-color:#233662 !important;
}


.customTestimonials-content cite 
{
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	display:block;
}

.customTestimonials-content cite::before 
{
	content: '';
}

.customTestimonials-section p
{ 
	font-family:'Lato', sans-serif;
	padding:0 8px; 
	font-size:20px; 
	line-height:30px; 
	font-weight:normal; 
	color:#666666;  
}

@media only screen and (min-width:30em) and (max-width: 46em) 
{
	.customTestimonials-section p
	{  
		font-size:22px; 
		line-height:26px; 
	}
}

@media only screen and (max-width: 30em) 
{
	.customTestimonials-section p
	{  
		font-size:18px; 
		line-height:24px; 
	}
}




.customTestimonials-content .tile
{ 
	padding:0 30px; 
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: FontAwesome;
    font-size: 80px;
    line-height: 1;

    opacity: .75;
    color: #233662;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 46.01em) {
.slick-prev:before,
.slick-next:before
{
    font-size: 60px;
}
}
@media only screen and (max-width: 500px) {
.slick-prev:before,
.slick-next:before
{
    font-size: 40px;
}
}

.slick-prev
{
    left: -65px;
}
[dir='rtl'] .slick-prev
{
    right: -65px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105';
}

.slick-next
{
    right: -65px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -65px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f104';
}

@media only screen and (max-width: 46.01em) {

.slick-prev
{
    left: -35px;
}

.slick-next
{
    right: -35px;
}
}
@media only screen and (max-width: 500px) {
.slick-prev
{
    left: -25px;
}

.slick-next
{
    right: -25px;
}
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: #233662;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #233662;
}