/* 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;
    max-height: 490px !important;
    overflow: hidden;
}

.fullwidthbanner{
    max-height: 490px;
    background: #f6f6f6;
}

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

.regular_list{
    background-color:rgba(207,203,200,0.5);
   /* background-image: url('../assets/stars.png');*/
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font: 18px 'Oswald', Arial, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    white-space: normal !important;
}

.regular_subtitle{
    white-space: normal !important;
    background: #CFCCC9;
	opacity: 0.5;
    padding: 10px;
    font: 14px 'Oswald', Arial, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    color: #0F75BC;
}

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

.regular_button{
    background: #d21a10;
    padding: 17px 10px;
    color: #fff;
    text-transform: uppercase;
    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 14px;
}