#masthead {
	position: relative;
	z-index: 999;
	width: 100%;
	padding: 15px 0px;
}

#masthead .quick_contact {
	display: block;
	background: #0D2A54;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 1.25em;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	margin-top: 30px;
	border-bottom: solid 4px #EC1E2D;
	border-right: solid 4px #EC1E2D;
}

#masthead .quick_contact:hover {
	background: #EC1E2D;
	border-bottom: solid 4px #0D2A54;
	border-right: solid 4px #0D2A54;
	margin-top: 5px;
}

/*#masthead .quick_contact:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background: #EC1E2D;
	width: 173px;
	height: 65px;
	top: 25px
}*/

@media (max-width: 576px) { 
	#masthead {
		position: relative;
	}
	
	.main-menu {
		display: block;
	}
	
	#gt_float_wrapper {
		top: 70px!important;
	}
}

.single-post #masthead {
	background: #fff;
}

.single-post #slider {
	margin-top: 130px;
}

/*.languages .lang-item {
	font-size: 1.25em;
    font-family: 'Anton', sans-serif;
	list-style: none;
}

.languages .lang {
	width: 100%;
    text-align: right;
}

.languages .lang-item a {
	color: #233163;
}

.languages .current-lang a {
	color: #f00;
}
*/