/****** PLACE YOUR CUSTOM STYLES HERE ******/


.menu > li {
	padding-left: 7px;
	padding-right: 7px;
}

.menu > li.highlight{
	background: #47B475;
} 
.menu > li.highlight a{
	opacity:1;
	color: #fff !important;
	font-weight: bold;
}

.btn-white-filled{
	background: #FFF !important;
	color: #000  !important;
}

.fa-px-20{
	margin-top: 3px;
	font-size: 19px !important;
}

.page-title-1, .page-title-2{
	height: 200px;
}

.input-group-addon{ border: none !important; }

.befor-login .fa{
	margin-right: 4px;
}

section{
	padding-top: 45px;
	padding-bottom: 45px;
}

ul.lead li{
	font-size: 13px;
}

@media only screen and (min-device-width : 769px)  {
	.nav-bar{
		height: 90px !important;
		line-height: 86px !important;
		max-height:86px !important; 
	}

	.nav-bar a.logo-set{
		height: 100px !important;
	}

	.logo-module{
		height: 86px !important;
	}

	.module-registration{
		padding-left: 5px;
	}

	.footer-1 .logo{
		max-height: 150px;
	}
	
}

@media all and (max-width: 767px) {
	section{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}