@media screen and (max-width: 1045px) {

    .container {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    #scBottom1 > div > div,
    #scBottom2 > div > div {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    #scFooter {
        text-align: center;
    }

    #scStyleArea {
        float: none;
        margin: 0;
    }

    #scFooterNav {
        line-height: 1.0;
    }

    #scFooterNav,
    #scCopyrights {
        clear: both;
        display: block;
        float: none!important;
        margin: 10px auto;
        overflow: hidden;
    }

    #scFooterNav > ul {
        display: inline-block;
    }

    .scIsWrapper-sc_creativity .figcaption h1,
    .scIsWrapper-sc_creativity .figcaption h2 {
        max-width: 760px;
    }

}

@media screen and (max-width: 1030px) {

    body {
        font-size: 14px;
    }

    /* Containers */
    #scContent,
    #scSidebar {
        width: 100% !important;
    }
    #scSidebar .box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px!important;
    }
    #scSidebar {
        padding: 0!important;
    }

    #scSidebar .box:first-child {
        padding-top: 10px!important;
    }
    #scSidebar .box {
        border-top: none!important;
        float: left;
        margin-top: 0!important;
        margin-bottom: 30px!important;
        width: 50%;
    }
    #scSidebar.scOnlyOne .box,
    #scInset.scOnlyOne .box {
        width: 100%!important;
    }

    #scSidebar .box:nth-child(2n+1) {
        clear: both!important;
    }

    /* Limitation suffixes */
    .box.onlydesktop {
        display: none!important;
    }

    .box.notablet {
        display: none!important;
    }
    .box.nomobile {
        display: block!important;
    }
    .box.onlytablet {
        display: block!important;
    }
    .box.onlymobile {
        display: none!important;
    }

    /* Fix for the contact page */
    .contact .contact-image {
        float: left !important;
    }
    .contact .contact-address {
        clear: both !important;
        padding-top: 20px !important;
    }
    .contact .contact-form input[type="text"],
    .contact .contact-form input[type="email"],
    .contact .contact-form textarea {
        width: 100% !important;
    }

    /* K2 edit popup */
    #sbox-window,
    #sbox-window iframe {
        width: 720px!important;
        max-width: 720px!important;
        left: 10px!important;
    }

    /* menu */
    #scMobileMenu {
        color: #666;
        display: block!important;
        float: right;
        font-size: 32px;
        height: 44px;
        line-height: 44px;
        margin: 15px 0 0 20px!important;
        overflow: hidden;
        position: relative;
        width: 44px;
    }
    #scExtraMenu {
        display: none!important;
    }
    #scMainMenu {
        display: none;
    }
    #scMobileMenu select {
        display: block;
        width: 44px!important;
        height: 44px!important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        position: absolute!important;
        left: 0;
        top: 0;
    }
    body[data-mobile="true"] #scMobileMenu select {
        font-size: 50px;
    }

    /* top/bottom modules */

    /* 4-column layout */
    body .scCols4 .box {
        margin-bottom: 30px!important;
    }
    body .scCols4 .box.scmod-1 {
        width: 100%;
    }
    body .scCols4 .box.scmod-2 {
        width: 50%;
    }
    body .scCols4 .box.scmod-3 {
        width: 50%;
    }
    body .scCols4 .box.scmod-4,
    body .scCols4 .box.scmod-more {
        width: 50%;
    }
    body .scCols4 .box:nth-child(2n+1) {
        clear: both;
    }
    body .scCols4 .box.scmod-more.scmod-last-1:last-child {
        width: 100%!important;
    }
    body .scCols4 .box.scmod-more.scmod-last-2:last-child,
    body .scCols4 .box.scmod-more.scmod-last-2:nth-last-child(2) {
        width: 50%!important;
    }
    body .scCols4 .box.scmod-more.scmod-last-3:last-child,
    body .scCols4 .box.scmod-more.scmod-last-3:nth-last-child(2),
    body .scCols4 .box.scmod-more.scmod-last-3:nth-last-child(3) {
        width: 50%!important;
    }

    /* 6-column layout */
    body .scCols6 .box {
        margin-bottom: 30px!important;
    }
    body .scCols6 .box.scmod-1 {
        width: 100%;
    }
    body .scCols6 .box.scmod-2 {
        width: 50%;
    }
    body .scCols6 .box.scmod-3 {
        width: 33.3%;
    }
    body .scCols6 .box.scmod-4,
    body .scCols6 .box.scmod-more {
        width: 50%;
    }
    body .scCols6 .box.scmod-5,
    body .scCols6 .box.scmod-more {
        width: 33.3%;
    }
    body .scCols6 .box.scmod-6,
    body .scCols6 .box.scmod-more {
        width: 50%;
    }
    body .scCols6 .scmod-2.box:nth-child(2n+1),
    body .scCols6 .scmod-4.box:nth-child(2n+1),
    body .scCols6 .scmod-6.box:nth-child(2n+1) {
        clear: both;
    }
    body .scCols6 .scmod-3.box:nth-child(3n+1),
    body .scCols6 .scmod-5.box:nth-child(3n+1) {
        clear: both;
    }
    body .scCols6 .box.scmod-more.scmod-last-1:last-child {
        width: 100%!important;
    }
    body .scCols6 .box.scmod-more.scmod-last-2:last-child,
    body .scCols6 .box.scmod-more.scmod-last-2:nth-last-child(2) {
        width: 50%!important;
    }
    body .scCols6 .box.scmod-more.scmod-last-3:last-child,
    body .scCols6 .box.scmod-more.scmod-last-3:nth-last-child(2),
    body .scCols6 .box.scmod-more.scmod-last-3:nth-last-child(3) {
        width: 33.3%!important;
    }
    body .scCols6 .box.scmod-more.scmod-last-4:last-child,
    body .scCols6 .box.scmod-more.scmod-last-4:nth-last-child(2),
    body .scCols6 .box.scmod-more.scmod-last-4:nth-last-child(3),
    body .scCols6 .box.scmod-more.scmod-last-4:nth-last-child(4) {
        width: 50%!important;
    }
    body .scCols6 .box.scmod-more.scmod-last-5:last-child,
    body .scCols6 .box.scmod-more.scmod-last-5:nth-last-child(2),
    body .scCols6 .box.scmod-more.scmod-last-5:nth-last-child(3),
    body .scCols6 .box.scmod-more.scmod-last-5:nth-last-child(4),
    body .scCols6 .box.scmod-more.scmod-last-5:nth-last-child(5) {
        width: 50%!important;
    }

    .items-row > div {
        margin-bottom: 50px;
        padding: 0!important;
    }

    /* Suffixes and other elements */
    .scResponsive,
    .scResponsive img {
        width: 100%;
    }

    /* Layers fix for mobile devices */
    .scIsWrapperFixed {
        position: absolute!important;
    }

    #scContentWrapper {
        position: static!important;
    }

    /* Intro */
    body .scIsWrapperFixed {
        top: 0 !important;
    }

}

@media screen and (max-width: 820px) {

    .itemContainer .itemsContainerWrap,
    .itemsContainer .itemsContainerWrap {
        margin: 0!important;
    }

    .itemContainer,
    .itemsContainer {
        clear: both;
        width: 100%!important;
    }

    #scInset,
    #scContentWrap {
        width: 100%!important;
    }

    #scInset {
        margin-top: 14px!important;
        padding: 0!important;
    }

    #k2Container article header h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .demo-typo-col2,
    .demo-typo-col3,
    .demo-typo-col4 {
        clear: both;
        float: none;
        width: 100%;
    }

    article header h1,
    article header h2 {
        font-size: 32px;
    }

    /* Intro */
    .scIsWrapper-sc_creativity .figcaption h1 {
        font-size: 40px;
        font-weight: 300;
        line-height: 1.0;
        margin: 48px auto 0 auto;
        max-width: 600px;
    }

    .scIsWrapper-sc_creativity .figcaption h2 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.0;
        margin: 0 auto;
        max-width: 600px;
    }

    /* Other elements */
    .scTeam.col4 figure {
        width: 48%;
    }

    .scTeam figure {
        margin-bottom: 2%;
    }

    .scTestimonial.col4 {
        width: 50%;
    }

    .scPriceTable dl {
        padding: 20px 10px;
    }

    .scPriceTable dt {
        font-size: 16px;
    }

    .scPriceTable dl dd.scPrice {
        font-size: 32px;
    }

    .scPriceTable dd a {
        margin: 10px 0;
        padding: 0 20px;
    }

    #scBreadcrumb {
        padding: 10px 0;
    }

    .breadcrumbs > ul > li {
        font-size: 22px;
        line-height: 3.5;
    }

    .latestView {
        margin: 0!important;
    }

    .scIsWrapper-sc_creativity .figcaption h1,
    .scIsWrapper-sc_creativity .figcaption h2 {
        max-width: 550px;
    }

}

@media screen and (max-width: 580px) {

    .container {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    #scPageContentWrap {
        padding-top: 40px;
    }

    #scInset .box,
    #scSidebar .box,
    #scBottom1 .box,
    #scBottom2 .box {
        clear: both!important;
        float: none!important;
        width: 100%;
    }
    #scBottom1 .box,
    #scBottom2 .box {
        margin-bottom: 20px;
    }
    #scSidebar > div {
        margin-top: 20px!important;
        padding-top: 25px!important;
    }
    #scSidebar > div > .box {
        float: none;
        margin-top: 0!important;
        margin-bottom: 12px!important;
        width: 100%;
    }
    #scSidebar > div > .box:nth-child(2n+1) {
        clear: both!important;
    }
    #scSidebar > div > .box:nth-child(odd) {
        padding-right: 0px;
    }
    #scSidebar > div > .box:nth-child(even) {
        padding-left: 0px;
    }

    /* limitation suffixes */
    .box.notablet {
        display: block!important;
    }
    .box.nomobile {
        display: none!important;
    }
    .box.onlytablet {
        display: none!important;
    }
    .box.onlymobile {
        display: block!important;
    }

    /* Fix for the user profile */
    .profile dt {
        width: 100% !important;
    }

    /* Fix for the contact page */
    .contact .contact-image {
        float: left !important;
    }
    .contact .contact-address {
        clear: both !important;
        padding-top: 20px !important;
    }
    .contact .contact-form input,
    .contact .contact-form textarea {
        width: 100% !important;
    }

    /* Fix for the search */
    fieldset.word #search-searchword,
    fieldset.word .inputbox {
        width: 50%;
    }
    fieldset.phrases .ordering-box,
    fieldset.only input[type="checkbox"],
    fieldset.phrases input[type="radio"] {
        clear: both;
    }

    /* Fix for the register */
    #member-registration dd {
        clear: both !important;
        display: block !important;
    }

    /* Fix for tables */
    fieldset {
        box-sizing: border-box!important;
        max-width: 100%!important;
        width: 100%!important;
        overflow: hidden;
    }

    /*
    @media only screen and (max-width: 580px) {
        #scMainbody table {
            width: 100%!important;
        }

        #scMainbody table tr,
        #scMainbody table th,
        #scMainbody table td {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            display: block;
            width: 100%!important;
        }

        #scMainbody table tr {
            border-bottom: 1px solid #eee;
        }
    }
    */

    /*
    Alternative table code:
    -----
    #scMainbody table:before {
        content: "Scroll horizontally to view the whole table";
        height: 14px;
        width: 100%;
        display: block;
        font-size: 10px;
        margin-top: -30px;
        margin-bottom: 10px;
        font-family: Arial, sans-serif;
    }
    #scMainbody table {
        width: 540px!important;
        display: block!important;
        padding: 30px 0 20px 0;
        overflow:scroll;
        -webkit-overflow-scrolling:touch;
    }
    #scMainbody table tbody,
    #scMainbody table thead,
    #scMainbody table tfoot {
        width: 540px!important;
        display: table;
    }

    @media only screen and (max-width: 320px), only screen and (max-device-width: 320px) and (-moz-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (-o-max-device-pixel-ratio: 1.5/1), only screen  and (max-device-width: 320px) and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (max-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (min-device-pixel-ratio: 2) {
        #scMainbody table {
            width: 260px!important;
        }
    }

    @media only screen and (max-width: 480px) and (orientation:landscape), only screen and (max-device-width: 480px) and (-moz-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (-o-max-device-pixel-ratio: 1.5/1) and (orientation:landscape), only screen  and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 960px) and (-moz-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (-o-min-device-pixel-ratio: 2/1) and (orientation:landscape), only screen and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (min-device-pixel-ratio: 2) and (orientation:landscape) {
        #scMainbody table {
            width: 420px!important;
        }
    }*/

    /* top/bottom modules */
    .box.scmod-1,
    .box.scmod-2,
    .box.scmod-3,
    .box.scmod-4,
    .box.scmod-more {
        float: left!important;
    }
    .box.scmod-1,
    .box.scmod-2,
    .box.scmod-3,
    .box.scmod-4,
    .box.scmod-more {
        width: 100%!important;
    }
    .box.scmod-more.scmod-last-1:last-child,
    .box.scmod-more.scmod-last-2:last-child,
    .box.scmod-more.scmod-last-2:nth-last-child(2),
    #scPageWrap .box.scmod-more.scmod-last-3:last-child,
    #scPageWrap .box.scmod-more.scmod-last-3:nth-last-child(2),
    #scPageWrap .box.scmod-more.scmod-last-3:nth-last-child(3) {
        width: 100%!important;
    }

    /* top/bottom modules */
    body #scPage .box {
        margin-bottom: 20px!important;
    }

    /* 3-column layout */
    .scCols3 .box.scmod-more:nth-child(1n) {
        clear: both;
    }
    .scCols3 .box.scmod-1,
    .scCols3 .box.scmod-2,
    .scCols3 .box.scmod-3,
    .scCols3 .box.scmod-more,
    .scCols3 .box.scmod-more.scmod-last-1:last-child,
    .scCols3 .box.scmod-more.scmod-last-2:last-child,
    .scCols3 .box.scmod-more.scmod-last-2:nth-last-child(2) {
        width: 100%!important;
    }

    /* 4-column layout */
    body .scCols4 .box.scmod-more:nth-child(1n) {
        clear: both;
    }
    body .scCols4 .box.scmod-1,
    body .scCols4 .box.scmod-2,
    body .scCols4 .box.scmod-3,
    body .scCols4 .box.scmod-4,
    body .scCols4 .box.scmod-more,
    body .scCols4 .box.scmod-more.scmod-last-1:last-child,
    body .scCols4 .box.scmod-more.scmod-last-2:last-child,
    body .scCols4 .box.scmod-more.scmod-last-2:nth-last-child(2),
    body .scCols4 .box.scmod-more.scmod-last-3:last-child,
    body .scCols4 .box.scmod-more.scmod-last-3:nth-last-child(2),
    body .scCols4 .box.scmod-more.scmod-last-3:nth-last-child(3) {
        width: 100%!important;
    }

    /* 6-column layout */
    body .scCols6 .box.scmod-more:nth-child(1n) {
        clear: both;
    }
    body .scCols6 .box.scmod-1,
    body .scCols6 .box.scmod-2,
    body .scCols6 .box.scmod-3,
    body .scCols6 .box.scmod-4,
    body .scCols6 .box.scmod-more,
    body .scCols6 .box.scmod-5,
    body .scCols6 .box.scmod-more,
    body .scCols6 .box.scmod-6,
    body .scCols6 .box.scmod-more,
    body .scCols6 .box.scmod-more.scmod-last-1:last-child,
    body .scCols6 .box.scmod-more.scmod-last-2:last-child,
    body .scCols6 .box.scmod-more.scmod-last-2:nth-last-child(2),
    body .scCols6 .box.scmod-more.scmod-last-3:last-child,
    body .scCols6 .box.scmod-more.scmod-last-3:nth-last-child(2),
    body .scCols6 .box.scmod-more.scmod-last-3:nth-last-child(3),
    body .scCols6 .box.scmod-more.scmod-last-4:last-child,
    body .scCols6 .box.scmod-more.scmod-last-4:nth-last-child(2),
    body .scCols6 .box.scmod-more.scmod-last-4:nth-last-child(3),
    body .scCols6 .box.scmod-more.scmod-last-4:nth-last-child(4),
    body .scCols6 .box.scmod-more.scmod-last-5:last-child,
    body .scCols6 .box.scmod-more.scmod-last-5:nth-last-child(2),
    body .scCols6 .box.scmod-more.scmod-last-5:nth-last-child(3),
    body .scCols6 .box.scmod-more.scmod-last-5:nth-last-child(4),
    body .scCols6 .box.scmod-more.scmod-last-5:nth-last-child(5) {
        width: 100%!important;
    }

    /* article fix */
    #scContent article > time {
        display: none!important;
    }
    #scContent article > time + header {
        padding-left: 0!important;
    }
    #scContent article header li.itemDate,
    #scContent article header li.item-date {
        display: block;
    }

    /* NSP adjustments */
    .nspArtPage .nspArt {
        border-top: 1px solid #eee!important;
        border-left: none!important;
        padding-bottom: 20px!important;
        padding-top: 20px!important;
        width: 100%!important;
    }
    .nspArtPage .nspArt:first-child {
        border-top: none!important;
    }

    /* other elements */
    article header h1,
    .category header {
        line-height: 32px;
        padding: 18px 0 0px;
    }

    article header h1,
    .category header,
    article header h2 {
        font-size: 24px;
    }

    h1 {
        font-size: 28px;
    }

    h2,
    .componentheading,
    .category header h2 {
        font-size: 28px;
    }

    article header h2 {
        line-height: 32px;
    }

    article header ul {
        margin: 0 0 10px 0;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    #scSocialAPI {
        overflow: hidden;
    }

    .cols-2 .column-2,
    .cols-3 .column-3 {
        padding: 0!important;
    }

    .itemComments .itemCommentsList li img {
        float: left;
        margin-left: 0;
        margin-right: 10px;
        position: static;
    }

    .itemComments .itemCommentsList li > div > * {
        clear: both;
        display: block;
        width: 100%;
    }

    .itemComments .itemCommentsList li > div > * a {
        float: left;
    }

    .itemCommentsList li h3 {
        float: none;
        margin-top: 5px;
    }

    .itemCommentsForm .itemCommentsFormNotes {
        margin-top: 5px!important;
    }

    #scMainbody .registration {
        width: 100%;
    }

    #article-index {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none!important;
        margin: 0!important;
        width: 100%!important;
    }

    /* NSP */
    .box.header .nspImageWrapper h4 {
        font-size: 14px!important;
    }

    .nspArts,
    .nspLinksWrap {
        clear: both;
        float: left!important;
        width: 100%!important;
    }

    /* Footer */

    #scFooterNav li {
        float: none;
        line-height: 3.0;
    }

    /* K2 fixes */
    .itemBody.containsItemInfo,
    .itemOtherElements.containsItemInfo,
    .itemListView .itemBlock.containsItemInfo,
    .itemExtraFields ul li span.itemExtraFieldsValue,
    .itemLinks .itemCategory a,
    .itemLinks .itemTagsBlock ul {
        margin-left: 0!important;
    }

    aside.itemAsideInfo {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0!important;
        position: static!important;
        width: 100%!important;
    }

    .itemCommentsList li > div > div > span {
        clear: both;
        display: block;
    }

    .itemCommentsList li > div {
        margin-left: 0!important;
        padding-left: 0!important;
    }

    .itemComments h3 {
        font-size: 30px;
        padding: 30px 0 0;
    }

    .items-row > div {
        margin-bottom: 30px;
        padding: 0!important;
    }

    article header h1,
    article header h2 {
        font-size: 24px!important;
        line-height: 1.2;
    }

    .genericView .itemView {
        padding: 0!important;
        width: 100%!important;
    }

    .itemAuthorDetails {
        clear: both;
        margin-left: 0!important;
    }

    .itemAuthorData {
        padding: 16px;
    }

    .itemAuthorData img {
        display: block;
        margin: 0 0 20px 0;
    }

    .itemAuthorData h3 {
        padding-top: 10px;
    }

    .itemTags {
        clear: both;
        margin: 10px 0;
    }

    /* Other */
    #scMobileMenu,
    #scUserArea .button {
        margin-left: 3px!important;
    }

    .scPriceTable {
        padding: 20px 0;
    }

    .scPriceTable dl {
        margin: 20px auto!important;
        width: 100%!important;
    }

    article header {
        margin-bottom: 15px;
    }

    article header.itemHasImage h1,
    article header.itemHasImage h2 {
        bottom: 10px;
        font-size: 16px!important;
    }

    #scPopupLogin {
        margin-left: -150px;
        top: 20px;
        width: 300px;
    }

    .scPopupWrap {
        padding: 15px;
    }

    span#fb-auth {
        margin: 5px 0 0 3px;
    }

    .scContactForm > div,
    .scContactForm > form {
        clear: both;
        float: none;
        margin: 20px 0;
        width: 100%!important;
    }

    .breadcrumbs > ul > li {
        font-size: 14px;
        line-height: 1.6;
    }

    .breadcrumbs li.separator {
        padding: 0 5px!important;
    }

    .scPopupWrap h3 {
        font-size: 25px;
        margin: 0 0 10px 0;
    }

    #form-login-remind {
        margin-top: 25px;
    }

    .box.bigtitle .header {
        font-size: 32px;
    }

    .box.bigtitle .header small {
        font-size: 14px;
    }

    .box.mediumtitle .header {
        font-size: 24px;
        line-height: 1.5;
    }

    .box.mediumtitle .header small {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Intro */
    .scIsWrapper-sc_creativity .figcaption h1 {
        font-size: 20px;
        margin-top: 16px;
        max-width: 500px;
    }

    .scIsWrapper-sc_creativity .figcaption h2 {
        font-size: 16px;
        max-width: 500px;
    }

    .scIsWrapper-sc_creativity .figcaption > div {
        top: 28%;
    }

    .scIsWrapper-sc_creativity .figcaption h1 > i {
        font-size: 20px!important;
    }

    .scIsWrapper-sc_creativity .figcaption h2 > i {
        font-size: 16px!important;
    }

    .scIsWrapper-sc_creativity .figcaption > a.loaded {
        bottom: 5%;
    }

    .scIsWrapper-sc_creativity .figcaption > a {
        padding: 10px 18px;
    }

    .scTeam figure {
        margin-bottom: 2%!important;
        width: 100%!important;
    }

    .scTestimonial {
        margin-bottom: 10px!important;
        width: 100%!important;
    }

    .scNspPM-Portfolio .scImagesWrapper > a {
        width: 100%!important;
    }

    .scQuote {
        font-size: 18px;
        line-height: 30px;
    }

    .scTestimonial img {
        max-width: 30%;
    }

    .scTestimonial p {
        font-size: 14px;
        line-height: 23px;
    }

    .onepage #programme .box,
    .onepage #scBottom1 .box,
    .onepage #scPageContent .box {
        padding: 50px 0!important;
    }

    .box .container {
        max-width: 280px;
    }

}
