﻿.container.topper {
    padding-top: 30px;
}

div.divSociallike ul {
    float: left;
}

@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    #dvBottonContainer {
        width: 100%;
    }
}
@media screen (max-width: 768px) {
    #dvBottonContainer {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .row div.col8 {
        width: calc(100% - 360px);
    }

    div.layout-978 {
        max-width: 1500px;
        width: initial;
        padding-left: 30px;
    }
}
