.sc-cms-pages-gallery .sc-gallery-image-container {
    display: inline-block;
    width: 270px;
    height: 172px;
    padding: 4px;
    border: solid 1px #dedede;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #666;
    position: relative;
    margin: 5px;
}

.sc-cms-pages-gallery .sc-gallery-image-container .sc-gallery-image {
    width: 259px;
    height: 162px;
    overflow: hidden;
    position: relative;
}

.sc-cms-pages-gallery .sc-gallery-image-container a {
    display: block;
}

.sc-cookie-info {
    position: fixed;
    right: 50px;
    bottom: 20px;
    padding: 10px;
    color: #1F2123;
    background-color: rgba(255,255,255,0.75);
    border: solid 1px #315E0C;
    border-radius: 6px;
    box-shadow: 0px 0px 5px #ffffff;
    z-index: 10001;
    font-size: 12px;
}

.sc-cookie-info a {
    font-size: 12px;
    color: #333333;
}

.sc-cookie-info a:hover {
    color: #e5412d;
    text-decoration: underline;
}

.sc-cookie-info #sc-cookies-info-close {
    position: absolute;
    top: 2px;
    right: 6px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.sc-related-pages-list .media-left img 
{
    height: 200px;
}

.sc-page-buttons-panel {
    text-align: right;
    padding: 15px 0 0 0;
}

.sc-page-image {
    float: right;
    width: 400px;
    height: 400px;
    overflow: hidden;
    display: block;
    margin: 0 0 10px 10px;
}

.sc-page-image img {
    width: 100%;
}

.sc-to-top {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-image: url("../../_frontend/images/to-top.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

