.sfPageEditor {
height: 100% !important;
}

#main .rdContent {
padding-right:20px;
}

#main .rdContent .rdContent{
padding-right:0;
}

.rdContent .boxes ,
.rdContent .titles ,
.rdContent .wrapper, 
.rdContent > * {
    padding: 0 !important;
}

.rdContent .picture {
    left: -30px !important;
    top: 0 !important;
}

.rdContent [data-large] {
    opacity: 1;
}

header .rdContent .container {
    position : static;
}

.rdContent .container {
    transition : opacity 0s;
}

.sf_colsIn > .RadDockZone {
    width : 100%;
}

.rdContent .article p {
    word-wrap: break-word;
}

.rdContent .article > aside {
    padding: 0 !important;
}

.rdContent .background-img {
    display: block !important;
    position: absolute;
    width: 100%;
}

.rdContent .boxes {
    min-height: 0 !important;
}

.rdContent .explore .wrapper {
    padding : 20px !important;
}

.rdContent .explore h2, 
.rdContent .explore .more {
    text-align : center;
}

.rdContent > .content {
    position: inherit;
    top: -60px;
    opacity: 1 !important;
}

.rdContent > .image {
    position: inherit;
    top: -54px;
    opacity: 1 !important;
}

.rdContent > .titles h4.cat, 
.rdContent > .titles h1, 
.rdContent > .titles p{
    opacity: 1 !important;
}

.rdContent .wrapper>div>* {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;

}
