/* Add here all your CSS customizations */

/* Page Slider */
.slider-container.light .main-label{
	font-size: 30px;
	color: #49bfbf;
	/*font-family: 'Kaushan Script', cursive;*/
	font-weight: 400;
}

/* Page footer */
#footer p{ color: #e2e2e2; }

/* Page Header */
.page-header {
	background-color: #e2e2e2;
	border-bottom: 5px solid #CCC;
	border-top: 0px solid #fff;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

/* Page Top Header */
#header { border-top: none; }
#header.clean-top .header-top {background-color: #BDE5E5;}

@media (max-width: 991px){
.home-intro .get-started { display: none;}
#header {border-top: solid;border-color: #49bfbf;border-top-width: 10px;}
#header .logo img {max-width: 210px;max-height: none !important;height: auto !important;}
}

/*
@media (min-width: 867px){#header .logo a {padding-top: 20px; display: block;}}
Responsive Header
@media (max-width: 991px){
#header .header-top { display: block;}   
#header .social-icons, #header .search { display: none; }
#header { padding: 0px; }
@media (max-width: 767px){
#header .header-top { display: none; }*/
