.owl-carousel .owl-controls {
    margin: 0;
}

.owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    text-indent: 0;
    font-size: 0;
    line-height: 75px;
    width: 36px;
    height: 36px;
    background: #FF5821;
    color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transition: all 220ms ease-out;
    -moz-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
    display: inline-block;
    margin-top: -16px;
}

.owl-carousel .owl-controls .owl-buttons div:before {
    position: absolute;
    margin-top: -23px;
    font-family: 'FontAwesome';
    font-size: 24px;
}

.owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: 0;
    left: auto;
}

.owl-carousel .owl-controls .owl-buttons div.owl-prev {
    right: auto;
    left: 0;
}

.owl-carousel .owl-controls .owl-buttons div.owl-next:before {
    content: '\f105'; /*\f053 \f054*/
    right: 12px;
}

.owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
    content: '\f104';
    left: 12px;
}

.owl-carousel .owl-controls .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel:hover .owl-controls .owl-buttons div {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.owl-carousel .owl-controls .owl-pagination {
    bottom: 10px;
    right: 5px;
    width: auto;
    position: absolute;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 16px;
    width: 16px;
    border: 2px solid #FF5821;
    background: transparent;
    margin: 2px 4px;
    -webkit-transition: all 220ms ease-out;
    -moz-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #FF5821;
}

.item-slider {
    overflow: hidden;
    color: #000000;/*#FFFFFF;*/
}

@media (min-width: 1200px)  {
    .item-slider { height: 380px; }
}

@media (min-width: 990px) and (max-width:1199px) {
    .item-slider { height: 520px; }
}

@media (min-width: 769px) and (max-width:989px) {
    .item-slider { height: 720px; }
}

/*@media (max-width: 768px) {
    .item-slider { height: 300px; }
}*/

.item-slider .item-caption {
    padding: 2em;
    min-height: 250px;
}

@media (min-width: 992px) {
    .item-slider .item-caption {
        padding: 2em;
    }
}

/*.item-slider .item-image img {
}*/

.item-carousel .item {
    display: block;
    float: left;
    padding: 0 5px;
}

.item-carousel .item-image {
    height: 250px;
    width: 100%;
    display: block;
    margin: auto;
}

.item-carousel .item-details {
    padding: 1em;
    background: #F3F3F3;
    border-bottom: 1px solid #BFBFBF;
}

.item-carousel .item-details .item-title {
    font-weight: 600;
    min-height: 150px;
    max-width: 200px;
}

.item-carousel .item-details .item-title a {
    color: #343331;
}

.item-carousel .item-header {
    position: relative;
    display: block;
    overflow: hidden;
}

.item-carousel .item-header.item-header-bordered {
    border-bottom: 5px solid transparent;
}

.item-carousel .item-header.item-header-bordered:hover {
    border-bottom: 5px solid #006666;
}

.item-carousel .item-header .item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: block;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 220ms ease-out;
    -moz-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
    text-align: center;
    padding: 5% 0;
    color: #FFFFFF;
}

.item-carousel .item-header .item-overlay.on {
    top: 0;
}

.item-carousel .item-header .item-overlay .overlay-content {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
}

.item-carousel .item-header .underlay {
    z-index: 99;
}

.item-carousel .item-header:hover .item-overlay {
    top: 0;
}

.item-slider,
.item-slider h1,
.item-slider h2,
.item-slider h3,
.item-slider h4,
.item-slider h5,
.item-slider h6,
.item-slider p {
    overflow: hidden;
    text-align: left !important;
}

@media (min-width: 992px) {
    .item-slider .text-center-md,
    .item-slider .text-center-md h1,
    .item-slider .text-center-md h2,
    .item-slider .text-center-md h3,
    .item-slider .text-center-md h4,
    .item-slider .text-center-md h5,
    .item-slider .text-center-md h6,
    .item-slider .text-center-md p {
        text-align: center !important;
    }
    .item-slider .text-left-md,
    .item-slider .text-left-md h1,
    .item-slider .text-left-md h2,
    .item-slider .text-left-md h3,
    .item-slider .text-left-md h4,
    .item-slider .text-left-md h5,
    .item-slider .text-left-md h6,
    .item-slider .text-left-md p {
        text-align: left !important;
    }
    .item-slider .text-right-md,
    .item-slider .text-right-md h1,
    .item-slider .text-right-md h2,
    .item-slider .text-right-md h3,
    .item-slider .text-right-md h4,
    .item-slider .text-right-md h5,
    .item-slider .text-right-md h6,
    .item-slider .text-right-md p {
        text-align: right !important;
    }
}
