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

	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 h1 {
		font-size: 48px;
	}





/*Mobile Layout: Landscape Container width:768px

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

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

	
	/*epic
	-----------------------------*/
	.epic-caption-bordered h1 {
		font-size: 30px;
	}

.epic-caption-white h2 {
	display: inline-block;
	margin-bottom: 2px;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 24px;
	background-color: #fdfcfc;
	color: #798282;
	text-transform: uppercase;
		}
	
	
	/*Mobile Layout: Landscape Container width:480px

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

@media only screen and (min-width: 480px) and (max-width: 767px) {

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





