html,
body,
.page {
	height:100%;
}

.body,
.foot {
	position:fixed;
	left:0;
	right:0;
}

.body {
	bottom:100px;
	top:110px;
}

.foot {
	bottom:0;
	text-align:left;
	padding:40px 50px;
	padding-left:49%;
	border:0;
	margin:0;
}
.panel-theme-01 .panel-head-head {
    font-size: 24px;
    max-width: 80%;
    line-height: 1.2;
}


.slider,
.slider-body,
.slider-slide {
	height:100%;
}

.slider-foot {
	bottom:50px;
	left:30px;
	right:51%;
	padding-right:30px;
}

.slider-loader {
	margin:0;
}

.slider-nav {
	margin-bottom:20px;
}

table,
td {
	border-collapse:collapse;
	height:100%;
}

@media (max-width: 1024px) {
	
	.slider-foot {
		bottom:0;
	}

	.slider-nav {
		margin-bottom:10px;
	}
	
}

@media (max-width: 768px) {
	
	.head,
	.body,
	.foot {
		position:static;
	}

	.body {
		padding:0;
	}

	.slider {
		padding-top:20px;
	}

	.slider-foot {
		position:static;
		padding:20px;
	}

	.slider-slide {
		float:none;
		width:auto!important;
		margin-bottom:30px;
		height:auto;
	}

	.slider-slide.clone {
		display:none;
	}

	.slider-body {
		width:auto!important;
		position:static;
	}

	.slider-foot {
		display:none;
	}

	.foot {
		padding:20px;
		text-align:center;
	}

	html,
	body,
	.page {
		height:auto;
	}
	
}

@media (max-width: 480px) {
	
	
	
}