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

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

#primary-menu ul li > a {
    font-size: 12px !important;
}

/*	
#page-menu .menu-title {
    float: left;
    color: #FFF;
    font-size: 18px !important;
    font-weight: 300;
}
*/

#page-menu .menu-title {
    float: right !important;
    color: #40545C !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}





#page-menu nav li a {
    display: block;
    height: 28px;
    line-height: 28px !important;
    margin: 8px 2px;
    padding: 0 10px !important;
    color: #40545C;
    font-size: 12px !important;
    border-radius: 14px;
}

.slider-caption h2 {
    font-size: 55px !important;
}



@media only screen and (min-width: 1400px) {
	 .slider-caption h2 {
		font-size: 42px !important;
	}
	.slider-caption p {

		font-size: 20px !important;
	}

}
