/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.branded {
	color: #4bb6f1;
}

.slider-caption.slider-caption-branded h2 {
	margin-top: 40px;
}

.slider-caption p {
	color: #606060;
	font-weight: 700;
	margin-top: 10px;
}

.flex-direction-nav a.flex-next, 
.flex-direction-nav a.flex-prev{
    display:none;
}