/* GENERIC ============================================================================= */
.wrapper
{
    max-width: 1040px;
}
    
    .lt-ie9 .wrapper
    {
        width: 1000px;
    }
    

/* NAV ============================================================================= */
.site-nav li
{
    padding: 0 28px;
}


/* SLIDER ============================================================================= */
.sy-controls li.sy-prev
{
    left: -90px;
}

.sy-controls li.sy-next
{
    right: -90px;
}


/* BOX LISTS ============================================================================= */
.sly-prev, .sly-next
{
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -24px;
    width: 26px;
    height: 48px;
    text-indent: -9999em;
    background: transparent url(../../images/slider-arrows.png) no-repeat;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}
    
    .svg .sly-prev, .svg .sly-next
    {
        background: transparent url(../../images/slider-arrows.svg) no-repeat;
        background-size: 52px 48px;
    }
    
    .sly-prev:hover, .sly-next:hover
    {
        opacity: 1;
    }
    
.sly-prev, .svg .sly-prev
{
    left: -55px;
    background-position: left top;
}

.sly-next, .svg .sly-next
{
    right: -55px;
    background-position: right top;
}

.sly-prev.disabled, .sly-next.disabled
{
    display: none;
}

.std-box-list
{
    max-width: 100%;
}

.std-box-list .slidee > li
{
    margin-right: 70px;
}
    
    .std-box-list .slidee > li:nth-child(3n)
    {
        margin-right: 70px;
    }
    
    .std-box-list .slidee > li:nth-child(3n) + li
    {
        clear: none;
    }
    
    .std-box-list .slidee > li:nth-child(4n)
    {
        margin-right: 70px;
    }
    
    .std-box-list .slidee > li:nth-child(4n) + li
    {
        clear: none;
    }
    
    .std-box-list .slidee > li:nth-child(5n)
    {
        margin-right: 0;
    }
    
    .std-box-list .slidee > li:nth-child(5n) + li
    {
        clear: left;
    }
    
    
