.slideshow-default{
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
    width: 100%;
    position: relative;
}

.slideshow-default img {
    margin-right: 16px;
}
.slideshow-default .name-banner {
    font-size: 25px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 30px;
}
.slideshow-default .block_title {
    background-color: #ffffff;
    color: #b21413;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "MyriadPro-Bold";
    line-height: 25px;
    padding: 5px 0px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.slideshow-default .block_title span {
    padding-right: 18px;
    background: url("../images/icon-title.png") no-repeat right center;
}
.slideshow-default .slide-summary {
    color: #333333;
    font-style: italic;
    position: relative;
    padding: 0px 10px;
}
.slideshow-default .slide-summary:before {
    content: '';
    position: relative;
    height: 30px;
    width: 36px;
    float: left;
    margin-top: -10px;
    margin-right: 16px;
    background: url('../images/icon-quote.png') no-repeat 0px 0px;
}
.slideshow-default .slide-summary:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 36px;
    right: 10px;
    background: url('../images/icon-quote.png') no-repeat 0px -41px;
}

.slideshow-default .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background: url('../images/a10.png') no-repeat;
    height: 100%;
    width: 25px;
    margin: 0px;
    padding: 0px;
    top: 0px;
}
.slideshow-default .owl-theme .owl-controls {
    margin-top: 0px;
}
.slideshow-default .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    background-position: -17px center;
}
.slideshow-default .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
    background-position: -77px center;
}
@media only screen and (min-width: 992px){
    .slideshow-default {
        width: 75%;
    }
}

@media only screen and (min-width: 769px){
    .slideshow-default img {
        max-width: 586px;
    }
}

@media only screen and (max-width: 1199px){
    .slideshow-default img {
        width: 350px;
    }
}
@media only screen and (max-width: 768px){
    .slideshow-default img{
        width: 100%;
        margin-right: 0px;
    }
    .slideshow-default .block_title {
        padding: 10px 0px;
        width: 100%;
    }
    .slideshow-default .item{
        padding: 10px;
    }
}

