﻿body {
    background: #f5f5f5;
}

/* MAIN FEATURE STYLE */

.ui-slideshow-jmvc {
    width: 1200px;
    margin-left: -140px;
    margin-bottom: 40px;
}

    .ui-slideshow-jmvc .ui-slideshow-slides {
        width: 100%;
    }

.slot-2,
.slot-4,
.slot-5,
.slot-6,
.slot-7,
.slot-8,
.slot-9,
.slot-10,
.slot-11,
.slot-18,
.slot-19,
.slot-20 {
    width:1200px;
    margin-left:-140px;
    background:#fff;
    overflow: hidden;
}

.slot-3 {
    margin-left: -140px;

}

.slot-5 {
    background: none;

}

/* Space between each section*/
.slot-1,
.slot-2,
.slot-4,
.slot-5,
.slot-7,
.slot-8,
.slot-11,
.slot-20
 {
    margin-bottom: 40px;
}

/* Hide the titles */

.slot-6 .group-headline,
.slot-7 .group-headline,
.slot-11 .group-headline {
    margin: 0;
    padding: 0;
    visibility: hidden;
}


.slot-7 h4 {
   color:#da1a36;
   font-weight:bold;
}



/* MUST HAVES */

.group-divider {z-index: 0;}
[class*=layout-one-big-] {margin:0;}
[class*='layout-one-big-'] .group-headline { display: none; }

.layout-wrapper,
.showcase
 {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

/* SHOWCASE */

.showcase .background-light-grey { background: none; }

.showcase h2 {
    padding: 4px;
    margin-left: 16px;
}

@media screen and (max-width: 1280px) {
    .ui-slideshow-jmvc, .template-wide-full > [class*="slot"] {
        width: auto;
        margin-left: 0;
    }
}
