@charset "utf-8";
/* CSS Document */

.snow,.snow .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.snow {
	display: none;
	z-index: 1
}

.snow .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.snow .owl-dots.disabled,.snow .owl-nav.disabled {
	display: none
}

.no-js .snow,.snow.owl-loaded {
	display: block
}

.snow .owl-dot,.snow .owl-nav .owl-next,.snow .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.snow.owl-loading {
	opacity: 0;
	display: block
}

.snow.owl-hidden {
	opacity: 0
}

.snow.owl-refresh .owl-item {
	visibility: hidden
}

.snow.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.snow.owl-grab {
	cursor: move;
	cursor: grab
}

.snow.owl-rtl {
	direction: rtl
}

.snow.owl-rtl .owl-item {
	float: right
}

.snow .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.snow .owl-animated-in {
	z-index: 0
}

.snow .owl-animated-out {
	z-index: 1
}

.snow .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
	opacity: 1
}
	100% {
		opacity: 0
	}
}








.snow_btn .owl-prev{
	height: 50px;
	width: 50px;
	position: absolute;
	left: 60px;
	top: 280px;
	opacity: 0.8;
	background-image: url(https://www.xplova.com/media/img/x5e/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}



.snow_btn .owl-next{

	height: 50px;
	width: 50px;
	position: absolute;
	top: 280px;
	right: 60px;
	opacity: 0.8;
	background-image: url(https://www.xplova.com/media/img/x5e/arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	}









.snow  .people  .name {
    color: #ff6106;
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
}


.snow  .people  .dec {
    font-size: 24px;
    color: #303030;
    margin-top: 10px;
}

.wrapper .main  .snow {
	width: 100%;
	height: 690px;
	padding-top: 150px;
}