
@font-face {
    font-family: "JF Flat Regular";
    src: url('../Fonts/JannaLT-Regular_2.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* CUSTOM THEME SETTINGS FOR REVOLUTION SLIDER */
.tp-wrapper{
    background-color: #f6f6f6;
    box-shadow: inset 0 2px 2px #ddd;
    float: left;
    width: 100%;
    max-height: 500px;
    margin-bottom: 80px;
    overflow: hidden;
}

.tp-banner ul{
visibility:hidden;
}

.tp-wrapper.no-bottom-margin{
    margin-bottom: 0;
}

.tp-caption.background{
    font: 32px 'Raleway', Arial, sans-serif;
    line-height: 35px;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.7);
}

.tp-caption.background.paragraph{
    font: 18px 'Raleway', Arial, sans-serif;
    padding: 25px;
    line-height: 24px;
    text-align: center;
    background: rgba(114, 124, 137, 0.7);
    color: #fff;
}

.tp-caption.regular{
     font: 32px 'JF Flat Regular', Arial, sans-serif;
     /*color:#808080;*/
     color: #808080;
text-shadow: 0px 2px 3px #555;

    line-height: 32px;
}

.tp-caption.regular.small{
     font: 18px 'JF Flat Regular', Arial, sans-serif;
}

.tp-caption.list-left{
    background-image: url('../../img/slider/list.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.tp-caption.list-left p{
    margin-left: 50px;
    padding-top: 10px;
    padding: 10px 15px;

      font: 18px 'JF Flat Regular', Arial, sans-serif;
     color: #808080;
text-shadow: 0px 2px 3px #555;
}

.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: 18px 'JF Flat Regular', Arial, sans-serif;
     color: #808080;
text-shadow: 0px 2px 3px #555;
}