/* CUSTOM REVOLUTION SLIDER SETTINGS FOR THE THEME */

.rs-wrapper{
    float: left;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
}

.fullwidthbanner-container{
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.fullwidthbanner{
    background: #f6f6f6;
}

.regular_title{
    background: #333;
    padding: 5px 10px !important;
    color: #fff;
    font: 36px 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    white-space: normal !important;
    line-height: 36px;
}

.regular_list{
    background-color: #fff;
    background-image: url('../assets/star.png');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font: 18px 'Oswald', Arial, sans-serif;
    line-height: 18px;
    text-transform: uppercase;
    white-space: normal !important;
}

.regular_subtitle{
    white-space: normal !important;
    background: #fff;
    padding: 10px;
    font: 24px 'Oswald', Arial, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
}

.regular_text{
    white-space: normal !important;
    color: #333;
    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 22px;
    width: 470px;
}

.regular_button{
    color: #fff;
    text-transform: uppercase;
    font: 12px Open Sans 'sans-serif';
    line-height: 18px;
}