body {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Helvetica Neue', 'Helvetica', 'Open Sans', 'Arial', sans-serif;
    line-height: 20px;
    color: #333;
}

font {
    line-height: 140% !important;
}

a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.supreme-lister-theme {
}

/* TITLE */
.title-container {
    margin-bottom: 40px;
}

.title-container h1 {
    font-size: 36px;
    line-height: 120%;
    font-weight: 300;
    margin: 0 0 5px;
}

.title-container h2 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 300;
    margin: 0;
}

/* CONTENT */
.content {
}

.content .section {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .05);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .05);
}

.content .section:last-child {
    margin-bottom: 0;
}

.content .section * {
    line-height: 140%;
}

.content .section p:last-child {
    margin: 0;
}

.content .section h2 {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
    font-size: 22px;
    font-weight: 300;
}

/* GALLERY */
.img-thumbnail,
.thumbnail {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.img-thumbnail:hover,
.thumbnail:hover,
.img-thumbnail.active,
.thumbnail.active {
    border-color: #888;
}

.gallery {
    margin-bottom: 20px;
}

.gallery .image {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .05);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .05);
    width: 100%;
}

.gallery .image:hover {
    border-color: #DDD;
}

.gallery .image table {
    width: 100%;
    height: 540px;
}

.gallery .image table td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.gallery .image img {
    max-width: 100%;
    max-height: 538px;
}

.gallery .thumbnails li {
    padding: 0 2px;
}

.gallery .thumbnails li:first-child {
    padding-left: 0;
}

.gallery .thumbnails .thumbnail {
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .05);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .05);
}

.gallery .thumbnails .thumbnail .thumbnail-image {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .title-container h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .title-container h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .gallery .thumbnails .thumbnail .thumbnail-image {
        width: 80px;
        height: 80px;
    }
}

@media (max-width:768px) {
    .supreme-lister-theme {
        background: #FFF !important;
        padding: 20px !important;
    }

    .title-container h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .title-container h2 {
        font-size: 12px;
        line-height: 18px;
    }

    .gallery .thumbnails .thumbnail .thumbnail-image {
        width: 52px;
        height: 52px;
    }
}

/* TEXT WIDGET */
.headTextWidget h2 {
    line-height: 34px !important;
}

.middleTextWidget .container {
    width: auto !important;
    margin: 0 !important;
}
.middleTextWidget .container p {
    margin: 0 !important;
    line-height: 140% !important;
}

/* BOOTSTRAP FIX */
.row {
    margin: 0 !important;
}