.main-content {
    padding-top: 10px;
}

.header {
	position: relative;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.26);
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.26);
	}


.header-under {
	display: none;
}

.logo1 {
	display: inline-block !important;	
}
.logo2, .logo3 {
	display: none !important;	
}

@media screen and (min-width: 1150px) {
    nav ul li a {
        color: #014278;
        font-weight: 600;
        font-size: 0.95em;
        background-color: transparent;
        text-transform: none;
    }
    nav ul li a:hover {
        color: #014278;
    }

}

@media screen and (max-width: 1149px) {
		    .toggleMenu span.touch-btn:first-of-type {
        background: url(images/plus-minus.png) no-repeat 50% 2px #666;
        border-radius: 0px !important;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
    }
}
/*
.restrict-width {
	max-width: 1150px;
}
*/