




/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/


#slider {width:100% !important; float:left;
    background: #E74F1D;
}

#slider.revolution-slider {width:100% !important; float:left;
    background: none;
}
.fullwidthbanner-container{
		width:100% !important;
		position:relative; left:0px !important; top:0px !important;
		padding:0 0 0px 0;float:left;
		max-height:500px !important;
		overflow: hidden !important;
	}



.fullwidthbanner img{ width:100%; }


.tp-caption.large_text {
    color: #979797;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
}

.tp-caption.large_text span {
    font-weight: 700;
}

.tp-caption.big_white{
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

.tp-caption.modern_small_text_dark {
    color: #fff; 
    font-size: 14px; 
    line-height: 18px; 
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-align: center;  
}

.tp-caption.modern_medium_light {
    background: #E74F1D;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    padding: 20px 40px;
    text-align: center;
    width: 263px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;    
}

.tp-caption.modern_medium_light i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 14px;
}

.tp-leftarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background: rgba(0,0,0,0.3);
    width:61px;
    height:61px;
}

.tp-rightarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background: rgba(0,0,0,0.3);
    width:61px;
    height: 61px;
}

.tp-leftarrow.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 61px;
    width: 100%;
    text-align: center;
    text-indent: 0 !important;
}

.tp-rightarrow.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 61px;
    width: 100%;
    text-align: center;
    text-indent: 0 !important;
}

.flex-caption {
    background: #E74F1D;
    margin: 20px 0;
    padding-left: 12px;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.flex-caption span {
    font-weight: 600;
}





