body {
	background: #FFF;
}
body.op-custom-background.page {
 background: transparent !important;
}
div#content_shadow {
	display: none;
}

.new-egy-header {
	height: 85px;
	width: 960px;
     margin: 0 auto;
}
.new-egy-header .logo {
	width: 240px;
	float: left;
	margin-top: 15px;
}
.new-egy-header .logo img {
	max-width: 100%;
}
.new-egy-header .header-contact {
	float: right;
	font-size: 24px;
	line-height: 85px;
}

div.mce-floatpanel {
    z-index: 10000000 !important;
}


.egy-footer-line {
	background: #df0e7c;
	padding: 20px 0 30px;
	clear: both;
}
.footer-container {
	width: 960px;
	margin: 0 auto;
}
.egy-footer-line .logo {
    width: 230px;
    float: left;
}
.egy-footer-line .logo img {
    max-width: 100%;
}
.footer-info {
    clear: both;
    width: 100%;
    text-align: center;
}
.footer-info p {
    color: #FFF;
}

div.footer-info {
	margin: 35px 0 20px;
}
div.footer-info p {
    font-size: 16px;
    line-height: 125%;
    margin: 0;
}
.footer-info a {
    color: #FFF;
}
.footer-info a:hover {
	opacity: 0.7;
	color: #FFF;
}

.achievements {
    float: right;
}
.achievements .title {
    width: 180px;
    float: left;
    text-transform: uppercase;
    margin-right: 10px;
}
.achievements .title.privacy  {
	width: 150px;
}
.achievements img {
	margin-right: 7px;
	float: left;
	margin-top: 10px;
	max-width: 50px;
}
body .achievements .title p {
    font-size: 14px;
}

@media screen and (max-width: 1020px) {
	.new-egy-header {
		width: 100%;
		min-height: 85px;
		height: auto;
	}

}
@media screen and (max-width: 560px) {
	.new-egy-header .logo, 
	.new-egy-header .header-contact {
		width: 100%;
		float: none;
		text-align: center;
	}
}