/*------------------------------------------------------

	Theme Name: epicslider
	Type: Responsive framework
	Author: UDTHEMES
	Copyright:UDTHEMES
	Version:1.3

------------------------------------------------------*/


@media only screen and (min-width: 960px) and (max-width: 1199px) {

	/*epic
	-----------------------------*/
	.epic-caption-bordered h3 {
		font-size: 28px;
	}

}



/*Mobile Layout: Landscape Container width:768px

-----------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {

	/*epic
	-----------------------------*/
	.epic-caption-bordered h3 {
		font-size: 20px;
	}
		

	.epic-caption-boxed h2,
	.epic-caption-white h2 {
		font-size: 20px;
	}
	

	.epic-caption-white h2 {
		padding: 10px 15px;
	}
		

}


/*Mobile Layout: Landscape Container width:480px

-----------------------------------------------*/
@media only screen and (max-width: 767px) {


	/*epic
	-----------------------------*/
	
	.epic-wrapper {
		position: relative;
		top: -50px;
		height: 280px;
	}	
	
	
	.epicSlider.slider-wrapper { 
		height: 390px; 
		top: 0;
	}
	
		

		/*captions*/

		.epicSlider .epic-caption {
			position: absolute;
			overflow: hidden;
			background: transparent;
			bottom: 100px;
			left: 0;
			padding: 30px; 
			height: auto;
			width: 90%;
			border: none;
			text-align: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}

			
			.epicSlider .epic-caption h3 {
				display: block;
				padding: 0;
				font-size: 24px;
				color: #fff;
				background: transparent;
			}

			.epicSlider .epic-caption br { display: none; }
			
			.epic #footer {
				position: relative;
				bottom: auto;
			}
			

}

/*Mobile Layout: Portrait Container width:320px

-----------------------------------------------*/

@media only screen and (max-width: 479px){

	/*epic
	-----------------------------*/
	
	


}