.textSlideSection {
    text-align: right;
        padding: 45px 0 45px 0;
    background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.textSlideSection .section-header { width: 90%; margin: 0 auto; margin-bottom:60px; text-align:center; }
.textSlideSection .section-header h2:after { 
	width: 300px;
    content: " ";
	background-image:url(/Contents/images/generalUi/after_line.png);
	background-repeat: no-repeat;
	background-position: left;
    position: absolute;
    right: -11.5em;
    top: 0.2em;
    height:20px;
}
.textSlideSection .section-header h2:before { 
	width: 300px;
    content: " ";
	background-image:url(/Contents/images/generalUi/before_line.png);
	background-repeat: no-repeat;
	background-position: left;
    position: absolute;
    left: -11.5em;
    top: 0.2em;
    height:20px;
}

.textSlideSection .rslides { }
.textSlideSection .rslides li img {  }

.textSlideSection .content { background: transparent; width: 85%; }

.textSlideSectionPlace {  }
.textSlideSectionPlace .row p { margin-bottom: 5px; text-align:justify;direction:rtl; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }


/*---------------------ABOUT SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .textSlideSection .section-header { width: 100%; margin: 0 auto; }
	.textSlideSection .section-header h2:before { width: 0px; }
	.textSlideSection .section-header h2:after { width: 0px; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.textSlideSection .content { width: 95%; text-align: center; }
	.textSlideSection .content p { text-align: justify; }
    .textSlideSection .section-header { width: 100%; margin: 0 auto; }
	.textSlideSection .section-header h2:before { width: 0px; }
	.textSlideSection .section-header h2:after { width: 0px; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
    .textSlideSection .section-header { width: 100%; margin: 0 auto; }	
}