.rs-wrapper{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}
.fullwidthbanner-container{
    width: 100% !important;
    position: relative;
    /*padding-bottom: 49px;
    max-height: 413px !important;*/
    overflow: hidden;
}

.fullwidthbanner{
    /*max-height: 413px;
    border-bottom: 1px solid #e6e6e6;
    background: #f6f6f6;*/
	text-align: center;
}


/***********************************
        -	CAPTIONS	-
************************************/
.tp-caption.regular_title, 
.tp-caption.regular_title2, 
.tp-caption.regular_title3{
    /*font: bold 30px 'Open Sans', Arial, sans-serif;
    color: #f26522;
    text-shadow: 2px 1px #444;*/
    white-space: normal !important;
    line-height: 32px;
    /*background: url(../../img/red/bck_product.png);*/
    padding: 10px;
	font-style:normal;
	text-align:right;
	float:right;
	/*opacity:0.4;
filter:alpha(opacity=40);*/
	}

.regular_title{
	/*background: url(../images/bck-red.png);
	background-repeat: repeat-x;*/
	display: block;
    /*width: 550px !important;
	background: #223847;*/
	color: #f8c822;
	font-size:42px;
	font-weight: bold;
	padding: 15px;
	text-align: left;
	/*width: 350px;*/
	width: 608px;
}

.tp-caption.regular_title2{
	background: #fff;
	font-size: 18px;
	color: #223847;
	font-style: normal;
}
.regular_title2{
	display: block;
	padding: 15px;
	margin-top: 5px;
	/*background: url(../images/bck-blue.png);
	background-repeat:repeat;*/
	font-size: 19px;
	color: #fff;
	font-style: normal;
	text-align: left;
	width: 630px;
	word-wrap: break-word; 
	white-space: normal;
	
}
.tp-caption.regular_title3{
    width: 437px;
}

.tp-caption.regular_subtitle{
    font: 18px 'Open Sans', Arial, sans-serif;
    color: #333;
    font-weight: 300;
    background-color: #eee;
    background-image: url('../assets/arrow.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 400px;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: normal !important;
    line-height: 15px;
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tp-caption.caption-subtitle{
        width: 330px;
}

.tp-caption.caption-subtitle-2{
    width: 370px !important;
}

.tp-caption.caption-subtitle-3{
    width: 510px !important;
}


@media only screen and (min-width: 768px) and (max-width: 959px){

.regular_title{
	display: block;
    /*width: 550px !important;*/
	background: #223847;
	color: #fff;
	font-size:26px;
	font-weight: bold;
	padding: 15px;
	text-align: left;
	width: auto;
}

.tp-caption.regular_title2{
	background: #fff;
	font-size: 18px;
	color: #223847;
	font-style: normal;
}
.regular_title2{
	display: block;
	padding: 5px;
	margin-top: 5px;
	background: #fff;
	font-size: 14px;
	color: #223847;
	font-style: normal;
	text-align: center;
	
}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
.regular_title{
	display: block;
    /*width: 550px !important;*/
	background: #223847;
	color: #fff;
	font-size:12px;
	font-weight: bold;
	padding: 15px;
	text-align: left;
	width: auto;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px){
.regular_title{
	display: block;
    /*width: 550px !important;*/
	background: #223847;
	color: #fff;
	font-size:12px;
	font-weight: bold;
	padding: 15px;
	text-align: left;
	width: auto;
}
}