/*nav*/
#scroll-on-page-top:before {
background-color: #000000;
content: "";
display: block;
height: 100%;
left: -50%;
position: absolute;
width: 300%;
z-index: 2;
}
#scroll-on-page-top {
display: block;
position: relative;
width: 100%;
}
#scroll-on-page-top ul {
position: relative;
text-align: center;
z-index: 3;
}
#scroll-on-page-top ul li {
display: inline-block;
}
#scroll-on-page-top ul li a {
color: #FFFFFF !important;
margin-right: 20px;
font-size: 14px;
}
.type-system-ey #section0 {
padding: 0 !important;
}
.socialshare {
top: 50px !important;
}
.maincolumn {
margin-top: 100px;
}
#scroll-on-page-top.stickytop:before {
display: none;
}
#scroll-on-page-top.stickytop {
left: auto !important;
margin: 0 !important;
max-width: 900px;
position: fixed;
top: 20px !important;
z-index: 999999;
padding-left: 100px;
}
.sidebar {
margin-top: 100px;
}