body {
    font-size: 12px;
    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: 42px;
    font-weight: 300;
    margin: 0 0 5px;
}

.title-container h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
}

/* CONTENT */
.content {
    margin-bottom: 20px;
}

.tabs {
    height: 30px;
}

.tabs > ul {
    border-bottom: 1px solid #DDD;
    height: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.tabs > ul > li {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    height: 36px;
    float: left;
    display: inline-block;
    line-height: 36px;
    cursor: pointer;
    padding: 0 10px;
    color: #888;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tabs > ul > li:hover {
    color: #333;
}

.tabs > ul > li.tab-menu-active {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    background: #FFF;
    color: #333;
}

.tabs-content {
    clear: both;
    padding: 10px 20px 10px 10px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    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);
    z-index: 1;
}

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

/* 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: 460px;
}

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

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

.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: 82px;
    height: 82px;
    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;
    }

}

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

    .title-container {
        margin-bottom: 0;
        height: 80px;
    }

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

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

/* 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;
}