.imageSlider{
	width: 100%;
	height: auto;
	margin: auto;
	/*max-height: 315px;*/
	padding-top: 30px;
}
	.imageSlider .lSide{
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 60%;
		max-height: 370px;
		overflow: hidden;
	}
		.imageSlider .lSide img{
			width: 98%;
			height: auto;
		}

	.imageSlider .rSide{
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 40%;
		background: #595959;
		max-height: 370px;
		color: #fff;
	}
		.imageSlider .rSide .cnt{
			width: 94%;
			margin: auto;
			text-align: center;
			position: relative;
		}
			.imageSlider .rSide .cnt .title{
				text-transform: uppercase;
				font-size: 30px;
				padding-bottom: 17px;
			}
			.imageSlider .rSide .cnt .text{
				font-weight: 300;
				font-size: 13px;
				line-height: 24px;
				width: 80%;
				margin: auto;
			}
@media screen and (max-width : 1200px){
	.imageSlider .rSide .cnt .title{ font-size: 20px;}
	.imageSlider .rSide .cnt .text{ 
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (max-width : 1024px){
	.imageSlider .lSide img{ width: 97.7%; }
	
}
@media screen and (max-width : 1000px){	
	.imageSlider .rSide .cnt .title{ font-size: 18px; padding-bottom: 10px; }
	.imageSlider .rSide .cnt .text{ font-size: 11px; line-height: 14px; width: 95%; }
}
@media screen and (max-width : 760px){
	.imageSlider{ max-height: auto; }
	.imageSlider .lSide{ width: 100%; }
		.imageSlider .lSide img{ width: 100%; }

	.imageSlider .rSide{ width: 100%; margin-top: 7px; }
	.imageSlider .rSide .cnt .text{ font-size: 11px; line-height: 20px; width: 80%; }
}

@media screen and (max-width : 450px){
	.imageSlider {
		padding-top: 15px;
	}
	.imageSlider .rSide{ width: 100%; margin-top: 5px; height: auto !important; padding: 20px 0px;}
	.imageSlider .rSide .cnt .title {font-size: 18px; padding-bottom: 10px;}
	.imageSlider .rSide .cnt .text{ font-size: 11px; line-height: 14px; width: 95%; }
}
