
.container img {
    display: block;
    max-width: 100%;
    height: auto;
}


.mt50 .container .row {
    margin-left: 10px;
    margin-right: 10px;
}

/* Bootstrap compatible spans */
.span-1 {
    min-width: 100px;
    float: left
}

.span-2 {
    min-width: 200px;
    float: left
}

.span-3 {
    min-width: 300px;
    float: left
}

.span-4 {
    min-width: 380px;
    float: left
}

.span-5 {
    min-width: 500px;
    float: left
}

.span-6 {
    min-width: 600px;
    float: left
}

.span-7 {
    min-width: 700px;
    float: left
}

.span-8 {
    min-width: 800px;
    float: left
}

.span-9 {
    min-width: 900px;
    float: left
}

.span-10 {
    min-width: 999px;
    float: left
}

.span-11 {
    min-width: 1099px;
    float: left
}

.span-12 {
    min-width: 100%;
    float: left
}

.table > .row {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

.snip1361 {
    font-family: 'Quattrocento', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 40px 3%;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
}

    .snip1361 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1361 img {
        max-width: 100%;
        vertical-align: top;
    }

    .snip1361 figcaption {
        position: absolute;
        top: calc(87%);
        width: 100%;
        background-color: #ffffff;
        padding: 5px 25px 65px;
    }

        .snip1361 figcaption:before {
            position: absolute;
            content: '';
            z-index: 2;
            bottom: 100%;
            left: 0;
            width: 100%;
            height: 80px;
            background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
            background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
        }

    .snip1361 h3,
    .snip1361 p {
        margin: 0 0 10px;
    }

    .snip1361 h3 {
        font-weight: 300;
        font-size: 1.4em;
        line-height: 1.2em;
        font-family: 'Oswald', Arial, sans-serif;
        text-transform: uppercase;
        color: #7bc8d1;
        font-weight: bold;
    }

    .snip1361 p {
        font-size: 0.9em;
        letter-spacing: 1px;
        opacity: 0.9;
    }

    .snip1361 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .snip1361:hover figcaption,
    .snip1361.hover figcaption {
        top: 110px;
    }


#fotolinkslider {
    max-height: 220px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

    #fotolinkslider ul {
        list-style: none;
        padding: 0;
    }

        #fotolinkslider ul li {
            padding: 0px;
        }


ul.li-thumbs-up {
    list-style: none; /* Remove default bullets */
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
}

    ul.li-thumbs-up li::before {
        content: "\f164";
        color: #75c5cf; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
        margin-left: -2em; /* Also needed for space (tweak if needed) */
        margin-right: 1em;
        margin-top: 1em;
    }




ul.li-check {
    list-style: none; /* Remove default bullets */
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
}

    ul.li-check li::before {
        content: "\f00c";
        color: #75c5cf; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -2em; /* Also needed for space (tweak if needed) */
        margin-right: 1em;
        margin-top: 1em;
    }
