

.fullwidthbanner-container{
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 420px !important;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 50px;
    background: #f6f6f6;
}

.rs-wrapper{
    width: 940px;
    margin: 0 auto 80px;
    position: relative;
	
}

.slider-shadow{
    position: absolute;
    bottom: 166px;
    left: -150px;
    height: 225px;
    width: 1250px;
    background: url('../images/slider-shadow.png') no-repeat;
    z-index: 1;
	
}

.banner-container{
    width: 700px !important;
    position: relative;
    padding:0;
    background-color: #f6f6f6;
    margin-top: 20px;
    z-index: 20;
	float:right;
	
}


.link-container{
    width: 240px !important;
	height:302px;
	max-height:302px;
	overflow:hidden;
    position: relative;
    padding:0;
    background-color: #FFF;
    margin-top: 20px;
	
    z-index: 20;
	float:left;
	text-align:left;
	direction:ltr;
	font: 12px  Arial, sans-serif; 
	color:#000000;
	border-bottom:#990000 medium solid;
	border-top:#990000 medium solid;
}
.link-container > ul > li{
    height: 30px;
	padding:4px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
	background:url(../img/g30.png);

}

/***********************************
        -	CAPTIONS	-
************************************/
.tp-caption.caption-heading{
    font: bold 30px ir2;
    color: #fff;
    text-shadow: 2px 1px #444;
    width: 700px !important;
    white-space: normal !important;
    line-height: 32px;
    direction:rtl;
    text-align:center;
}

.tp-caption.caption-subtitle, 
.tp-caption.caption-subtitle-2, 
.tp-caption.caption-subtitle-3{
    font: 15px ir1;
    color: #fff;
    background-color: #d52b2a;
    padding: 7px 10px;
    white-space: normal !important;
    line-height: 15px;
    direction:rtl;
    text-align:center;
    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){
    .rs-wrapper, 
    .banner-container{
        width: 688px !important;
    }

.link-container{
    width: 688px !important;
	height:auto;

}


    .slider-shadow{
        display: none;
    }
    
    .tp-caption.caption-subtitle{
        width: 240px;
    }
    
    .tp-caption.caption-subtitle-2{
        width: 280px !important;
    }
    
    .tp-caption.caption-subtitle-3{
        width: 380px !important;
    }
    
    .tp-caption.caption-heading{
        width: 500px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    .rs-wrapper, 
    .banner-container{
        width: 440px !important;
    }
.link-container{
    width: 440px !important;
	height:auto;

}
    .slider-shadow{
        display: none;
    }
    
    .tp-caption.caption-subtitle{
        width: 220px;
        font-size: 10px !important;
    }
    
    .tp-caption.caption-subtitle-2{
        width: 250px !important;
        font-size: 10px !important;
    }
    
    .tp-caption.caption-subtitle-3{
        width: 280px !important;
        font-size: 10px !important;
    }
    
    .tp-caption.caption-heading{
        width: 300px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .rs-wrapper, 
    .banner-container{
        width: 240px !important;
    }
.link-container{
    width: 240px !important;
	height:auto;

}
    .slider-shadow{
        display: none;
    }
    
    .tp-caption.caption-subtitle{
        display: none;
    }
    
    .tp-caption.caption-subtitle-2{
        display: none;
    }
    
    .tp-caption.caption-subtitle-3{
        display: none;
    }
    
    .tp-caption.caption-heading{
        display: none;
    }
}