
strong { font-weight: 500; }

a, a:hover, a:focus {
 text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 { margin-top: 0px; font-size: 21px; font-weight: 100; color: #000; line-height: 50px; }
h3 { font-size: 22px; font-weight: 300; color: #000; line-height: 30px; }

img { max-width: 100%; }

.medium-paragraph { font-size: 18px; line-height: 34px; }



/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 50px; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #000; }

.section-container-image-bg .divider-1 .line { border-color: #000; opacity: 0.8; }

.section-description { margin-top: 10px; padding-bottom: 0px; }

.section-description p { margin-top: 5px; padding: 0 12px; }
.section-container-image-bg .section-description p { opacity: 0.8; text-align: center; }


/***** Divider *****/

.divider-1 { padding: 5px 0 5px 0; }
.divider-1 .line { width: 200px; margin: 0 auto; border-bottom: 1px solid #ddd; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: left; }

.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image { float: left; width: 17%; margin: 10px 0 0 0; }
.testimonial-list .testimonial-image img {
	max-width: 120px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text { text-align: center; width: 83%; }
.testimonial-list .testimonial-text p { opacity: 0.8; padding-bottom: 0px;}
.testimonial-list .testimonial-text a { color: #28a7e9; }
.testimonial-list .testimonial-text a:hover {color: #28a7e9; border-bottom: 1px solid #28a7e9;}, 
.testimonial-list .testimonial-text a:focus { color: #28a7e9; border: 0; }

.testimonial-list .nav-tabs { border: 0; text-align: right; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px; height: 16px; margin: 0; padding: 0;
    background: none; border: 1px solid #000; border-color: #000;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.testimonial-list .nav-tabs li a:hover {
	background: #000; background: rgba(255, 255, 255, 0.8);
    border: 1px solid #000; border-color: rgba(255, 255, 255, 0.8);
}
.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #000; border: 0; }





/***** MEDIA QUERIES *****/

@media (min-width: 992px) and (max-width: 1199px) {
	
	.testimonial-list .testimonial-image { width: 20%; }
	.testimonial-list .testimonial-text { width: 80%; }
	
}

@media (min-width: 768px) and (max-width: 991px) {

	.section-description p { padding: 0; }
	
	.testimonial-list .testimonial-image { width: 25%; }
	.testimonial-list .testimonial-text { width: 75%; }
	
	.footer-social a { margin-right: 15px; }
	.footer-social i { font-size: 22px; }

}

@media (max-width: 767px) {
	
	.section-description p { padding: 0; }
	
	.testimonial-list .testimonial-image { float: none; width: auto; text-align: center; }
	.testimonial-list .testimonial-text { float: none; width: auto; margin-top: 30px; text-align: center; }
	.testimonial-list .nav-tabs { margin-top: 20px; text-align: center; }
    

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}
