


body {
	background: #fff !important;
}
#page-container {
	margin-top: 0 !important;
}
#main-header {
	text-align: center;
}
#main-header #div_header img {
	max-height: 14vw;
	transition: all 0.3s ease-out;
	opacity: 1;
}
#main-header.et-fixed-header #div_header img {
	max-height: 0;
	opacity: 0;
}
#main-header .logo_container {
	display: none !important;
}
#main-header #top-menu > li > a {
    padding-top: 1.4em;
}
#main-header.et-fixed-header #top-menu > li > a {
    padding-top: 0;
}
#top-menu > .menu-item > a {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#top-menu > .menu-item > a:after {
	display: none !important;
}
#foooo {
	border-top: 1px solid #ccc;
}
#foooo img {
	width: 100px;
}
#foooo p {
	float: right;
	text-align: right;
}

#div_header {
	position: relative;
}
#div_header #a_div_header {
	display: block;
    position: absolute;
    right: 0;
    width: 21%;
    height: 100%;
    top: 0;
}
.div_news {
	padding: 20px 0;
}





@media screen and (max-width:991px){
	#sez_social .et_pb_column_1_3 {
	width: 33% !important;
	}
	#sez_social .et_pb_column_1_3 > div {
	text-align: center !important;
	}
}
@media screen and (max-width:479px){
	#foooo {
	text-align: center;
	}
	#foooo p {
    float: none;
    text-align: center;
    padding-top: 10px;
	}
}









