/* @override http://localhost/completeseal/files/epicslider/epicslider-reponsive.css */

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

	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
	-----------------------------*/

/*nave*/

.epicSlider.theme-default #epic-navigation {
	position: absolute;
}

/*captions*/

.epicSlider.theme-default .epic-caption {
	position: absolute;

}

}

/*Mobile Layout: Landscape Container width:768px

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

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

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

.epicSlider.slider-wrapper {
	height: 520px;
}

/*nav*/

.epicSlider.theme-default #epic-navigation {
	position: absolute;
}

/*captions*/

.epicSlider.theme-default .epic-caption {
	position: absolute;
}

}

/*Mobile Layout: Landscape Container width:480px

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

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

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

.epicSlider.slider-wrapper {
	height: 430px;
}

/*nav*/

.epicSlider.theme-default #epic-navigation {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -50px;
	width: 50px;
	height: 50px;
}

.epicSlider.theme-default #epic-navigation.allcontrols {
	width: 158px;
	left: 50%;
	margin-left: -65px;
}

/*sum of all three buttons*/

/*captions*/

.epic-caption p {
	margin-top:2px;
}

/*for graphic content only - theme specific*/

.epic-caption.graphic-content {
	background: none !important;
}

}

/*Mobile Layout: Portrait Container width:320px

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

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

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

.epicSlider.slider-wrapper {
	height: 430px;
}

/*nav*/

.epicSlider.theme-default #epic-navigation {
	position: absolute;
	bottom: 70px;
	margin-top: 10px !important;
	left: 50%;
	margin-left: -50px;
	width: 168px;
	height: 50px;
}

.epicSlider.theme-default #epic-navigation.allcontrols {
	width: 158px;
	left: 50%;
	margin-left: -65px;
}

/*sum of all three buttons*/

/*captions*/

.epic-caption p {
	margin-top: 10px;
}

/*for graphic content only - theme specific*/

.epic-caption.graphic-content {
	background: none !important;
}

}

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

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

.epicSlider.slider-wrapper {
	height: 430px;
}

/*nav*/

.epicSlider.theme-default #epic-navigation {
	position: absolute;
	bottom: 10px;
	margin-top: 10px !important;
	left: 50%;
	margin-left: -50px;
	width: 168px;
	height: 50px;
}

.epicSlider.theme-default #epic-navigation.allcontrols {
	width: 158px;
	left: 50%;
	margin-left: -65px;
}

/*sum of all three buttons*/

/*captions*/

.epic-caption p {
	margin-top: 10px;
}

/*for graphic content only - theme specific*/

.epic-caption.graphic-content {
	background: none !important;
}

}