/* Add here all your CSS customizations */


.slider-container .italic-label {
	color: #FFF;
	font-size: 75px;
	line-height: 90px;
	font-family: "Times New Roman", Times, serif;
	font-weight:600;
}

.home-intro p em {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
	color: #8fbeac;
}

.home-concept strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.7em;
}

.home-concept .our-work {
    margin-top: 42px;
    font-size: 2.2em;
}

.alternative-font {
    font-family: 'Playfair Display', serif;
}

.alignleft {
	float: left;	
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;	
	margin: 0 0 10px 20px;
}

.testimonial blockquote p {
    font-size: 1.2em;
    line-height: 1.5;
}

.small p {
    font-size:12px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #666;
}

.social_icon {
	float: left;
	max-height: 35px;
	margin: 2px 10px 2px 0;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.social_icon:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


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