﻿ul.sl {
    float: left;
    width: 100%;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px 30px 0 30px;
    list-style: none;
}

ul.sl li {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

ul.sl figure,
ul.sl .sl-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.sl figure img {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #80a71d;
}

ul.sl li:nth-child(odd) figure {
    float: left;
    width: 50%;
    border-right: 15px solid transparent;
}

@media screen and (max-width: 1365px) {
    ul.sl li:nth-child(odd) figure {
        width: 100%;
        border-right: none;
        margin: 0 0 30px 0;
    }
}

ul.sl li:nth-child(even) figure {
    float: right;
    width: 50%;
    border-left: none;
}

@media screen and (max-width: 1365px) {
    ul.sl li:nth-child(even) figure {
        width: 100%;
        border-right: none;
        margin: 0 0 30px 0;
    }
}

ul.sl li:nth-child(odd) .sl-content {
    float: right;
    width: 50%;
    border-left: 15px solid transparent;
}

@media screen and (max-width: 1365px) {
    ul.sl li:nth-child(odd) .sl-content {
        width: 100%;
        border-left: none;
    }
}

ul.sl li:nth-child(even) .sl-content {
    width: 50%;
    border-right: 15px solid transparent;
}

@media screen and (max-width: 1365px) {
    ul.sl li:nth-child(even) .sl-content {
        width: 100%;
        border-right: none;
    }
}

ul.sl h2 {
    font-family: 'BlackJack', cursive;
    font-size: 2.2em;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}

ul.sl p {
    font-size: 1.1em;
}