/* CUSTOM THEME SETTINGS FOR REVOLUTION SLIDER */
.tp-wrapper{
    background-color: #f6f6f6;
    box-shadow: inset 0 2px 2px #ddd;
    width: 100%;
    max-height: 400px;
    margin-bottom: 80px;
    overflow: hidden;
}

.tp-banner ul{
visibility:hidden;
}

.tp-wrapper.no-bottom-margin{
    margin-bottom: 0;
}

.tp-caption.background{
    font: 32px 'Roboto', sans-serif;;
    line-height: 35px;
    padding: 15px 30px;
    background: #FFFFFF; opacity: 0.7 !important; 
}


.tp-caption.background2{background: #1393cf;  padding: 10px 30px;}
.tp-caption.background2 a{ color: #FFFFFF;}


.tp-caption.background.paragraph{
    font: 18px 'Roboto', sans-serif;
    padding: 25px;
    line-height: 24px;
    text-align: center;
    background: #999999; opacity: 0.7 !important; 
    color: #fff;
}

.tp-caption.regular{
    font: 32px 'Roboto', sans-serif;;
    line-height: 32px; color: #FFFFFF; text-transform: uppercase;
}

.tp-caption.regular2{
    font: 32px 'Roboto', sans-serif;;
    line-height: 32px;text-transform: uppercase;
}

.tp-caption.regular.small{
    font: 18px 'Roboto', sans-serif;;
}

.tp-caption.list-left{
    background-image: url('../../img/slider/list.png');
    background-position: 0 10px;
    background-repeat: no-repeat;
}

.tp-caption.list-left p{
    margin-left: 50px;
    padding-top: 10px;
    padding: 10px 15px;
    font-size: 18px;
    background: #FFFFFF; opacity: 0.7 !important; 
}

.tp-caption.list-right{
    background-image: url('../../img/slider/list.png');
    background-position: right;
    background-repeat: no-repeat;
}

.tp-caption.list-right p{
    margin-right: 50px;
    padding-top: 10px;
    padding: 10px 15px;
    font-size: 18px;
   background: #FFFFFF; opacity: 0.7 !important; 
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
.tp-wrapper.no-bottom-margin{display: none;}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.tp-caption.list-left p{padding: 6px 10px; font-size: 12px;}
.tp-wrapper.no-bottom-margin{display: none;}
}