
.header{
	font-size: 42px;
	display: inline-block;
}

.anchorLift{
	padding: 0px !important;
}

.contact-info {
	float: right;
	width: 100%;
	color: #231f20 !important;
	font-family: "Verdana" !important;
	font-size: 18px;
	padding: 5px 30px;
}
.clearFloat {
	clear: both;
}
.top-bar, .top-bar ul {
	background-color: #ffffff !important;
}

.form-style-5{
    max-width: 90%;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    border-radius: 8px;
    font-family: "Verdana" !important;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
       font-family: "Verdana" !important;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#272727 ;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #2199e8;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #105A8B;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #FFFFFF ;
	color: #105A8B; 
}

@media (min-width:1023px) {
.top-bar-center {
	width: 25%;
	padding: 30px 0;
	float: left;
	margin: 0 auto;
	text-align: center;
}
.top-bar-left {
	width: 35%;
	padding: 50px 0;
	float: left;
	text-align: right;
}
.top-bar-left ul {
	float: right;
}
.top-bar-right {
	width: 35%;
	padding: 50px 0;
	float: left;
	text-align: left;
}
}

@media (max-width:1023px) {
.topbar-center-logo .top-bar-center {
	display: none;
}
.top-bar-left ul li, .menu.medium-horizontal > li {
	display: block !important;
}
	.title-bar-title{
		padding: 15px 0;
	}
.menu-icon::after {
	background: #000000;
	box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}
.menu-icon:hover::after {
	background: #1380c2;
	box-shadow: 0 7px 0 #1380c2, 0 14px 0 #1380c2;
}
	.anchorLift{
	padding: 115px 0px !important;
}
	
	.stickyHeader, .noscroll {
		 overflow: hidden !important;
		overflow-x: hidden ;
 }
}

@media (max-width:1200px) {
	#hero{
		margin-top:155px;
	}
}

@media (max-width:393px) {
	#hero{
		margin-top:185px;
	}
}

@media (max-width:368px) {
	
.header{
	font-size: 24px;
}

}