/* Custom owl carousel */
#main_carousel {
    position: relative;
}

#main_carousel .item {
    overflow: visible;
    padding-top: 20px;
}

/*#main_carousel .item > .big_image {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    background-position: center top !important;
}*/

#main_carousel .item > .big_image {
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    -ms-background-size: contain !important;
    background-size: contain !important;
    background-position: center !important;
    background-color: #000 !important;
}

#main_carousel .item > span {
    display: block;
    font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
    font-style: italic;
    font-size: 14px;
    color: #3b0f12;
    line-height: 1.2;
    text-align: center;
    padding: 8px 14px 0px;
}

#main_carousel .item > h2 {
    position: absolute;
    top: 5px;
    margin: 0;
    font-family: "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
    font-style: italic;
    font-size: 11px;
    color: #3b0f12;
    line-height: 1.2;
    right: 0;
}

#thumb_carousel .owl-item {
    margin-right: 5px;
    overflow: hidden;
    opacity: .6;
}

#thumb_carousel .item {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    background-position: center top !important;
}

#thumb_carousel .owl-item.synced {
    opacity: 1;
}

.owl-controls .owl-prev, .owl-controls .owl-next {
    position: absolute !important;
    top: 50% !important;
    font-size: 35px !important;
    left: -50px !important;
    background: none !important;
    color: #b21515 !important;
    opacity: 1 !important;
    margin-top: -28px !important;
}

.owl-controls .owl-next {
    right: -50px !important;
    left: auto !important;
}
