#slides,
.dm-main-slider {
	position: relative;
	height: 680px;
}

.dm-main-slider {
	margin: 0;
	border: none;
	display: block;
	height: 680px;
	width: 100%;
	top: -1px;
	overflow: hidden;
}

.slides-navigation a,
.slides-pagination a {
	text-decoration: none
}

.dm-main-slider+.droopmenu-navbar {
	margin-top: -70px
}

#slides .slides-container {
	display: none;
}

#slides .scrollable {
	overflow-y: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	left: 0;
	top: 0
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	z-index: 3;
	top: 40%;
}

.slides-navigation a {
	width: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	line-height: 50px;
	cursor: pointer;
	display: block;
	color: #fff;
	background: #007F43
}

.slides-navigation a i {
	font-size: 24px
}

.slides-navigation a:hover {
	background: #F0892B;
}

.slides-navigation a.prev {
	left: 40px
}

.slides-navigation a.next {
	right: 40px
}

.slides-pagination {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	bottom: 120px
}

.slides-pagination a {
	border-radius: 15px;
	width: 14px;
	height: 14px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
	background: #fff;
	color: #fff;
}

.slides-pagination a.current {
	background: #F0892B;
	color: #F0892B;
}

.slides-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0
}

.caption-container {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	z-index: 2
}

.caption-container-inner {
	display: table-cell;
	vertical-align: middle
}

.caption-center {
	padding: 0 40px;
	position: relative;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
	top: -40px
}

.caption-center p {
	font-size: 16px;
	font-weight: 600px;
	color: #fff;
	margin: 0 6px;
}

.caption-center p i{
	font-size: 26px;
}

.caption-center h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 10px;
	color: #fff;
}

.caption-center a{
	width: 90%;
	max-width: 200px;
	height: 50px;
	background: #F0892B;
	display: block;
	margin: 10px 6px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.5s;
}
.caption-center a:hover{
	background: #007F43;	
}

.dm-site-loading {
	background-color: #292943;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0
}

.dm-site-loading preloader {
	position: absolute;
	display: block;
	height: 30px;
	width: 28px;
	bottom: 50%;
	right: 50%;
	left: 50%;
	top: 50%
}

.dm-site-loading preloader bar {
	-webkit-animation: light 1.4s ease-in-out 250ms infinite;
	-moz-animation: light 1.4s ease-in-out 250ms infinite;
	-ms-animation: light 1.4s ease-in-out 250ms infinite;
	animation: light 1.4s ease-in-out 250ms infinite;
	background: #44cdb4;
	transform-origin: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	border-radius: 0;
	opacity: .1;
	height: 30px;
	width: 3px;
	left: 0;
	top: 0
}

.dm-site-loading preloader bar:first-child {
	-webkit-animation: light 1.4s ease-in-out infinite;
	-moz-animation: light 1.4s ease-in-out infinite;
	-ms-animation: light 1.4s ease-in-out infinite;
	animation: light 1.4s ease-in-out infinite;
	left: 5px;
	top: 21px
}

.dm-site-loading preloader bar:last-child {
	-webkit-animation: light 1.4s ease-in-out .5s infinite;
	-moz-animation: light 1.4s ease-in-out .5s infinite;
	-ms-animation: light 1.4s ease-in-out .5s infinite;
	animation: light 1.4s ease-in-out .5s infinite;
	margin-right: 0;
	left: -4px;
	top: 21px
}

@-webkit-keyframes light {
	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: .1
	}
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
}

@-moz-keyframes light {
	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: .1
	}
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
}

@-ms-keyframes light {
	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: .1
	}
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
}

@keyframes light {
	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: .1
	}
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
}

@media screen and (max-width:800px) {
	.slides-navigation {
		display: none;
	}

	.caption-center p {
		font-size: 14px;
		text-align: center;
	}
	.caption-center h1 {
		font-size: 24px;
		text-align: center;
		line-height: 26px;
	}
	.caption-center a {
		margin: 10px auto;
	}
}