/* Add here all your CSS customizations */

.slider-container .top-label {
	font-weight: 500;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);

}

section.white {
    background: #FFF;
}

.text-blue {
	color: #5E859E !important;
}


#header .header-nav-bar .header-nav-main nav > ul > li > a {
    padding: 20px 45px;
}

.testimonial-style-2 blockquote p {
    font-size: 1.4em;
    line-height: 1.8;
}

ul.history li .thumb {
    background: none;
}


ul.history li h3 {
	text-transform:uppercase;
	font-weight:500;
	color:  #5E859E;
    margin: 0 0 10px 0;
}


.testimonial.testimonial-style-4 blockquote p {
    font-size: 1.1em;
	line-height: 1.6;
}


.thumb-info-social-icons {
    border-top: none;
    margin: 0;
    padding: 0 15px 0 0;
    display: block;
}


.testimonial.testimonial-style-3 blockquote::before {
    color: #FFF;
}

.testimonial.testimonial-style-3 blockquote::after {
    color: #FFF;
    bottom: -10px;
}

/* -- Hides the thumbnail images in the home page slider -- */
.tp-bullet, .tp-bullet.selected, .tp-bullet:hover {
	display: none;
}