
.owl1_wrapper {
	padding: 86px 0 0;
	position: relative;
}


.video-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.owl-wrapper-outer {
	overflow: hidden;
}

#owl {
	padding-bottom: 183px;
	z-index: 1;
	position: relative;
}

.owl-item {
	float: left;
}

#owl .item {
	padding: 227px 0px 140px;
	font-size: 111px;
	line-height: 111px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}

.owl-prev, .owl-next {
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	color: #000;
	display: block;
	top: 50%;
	margin-top: -30px;
	left: 0;
	overflow: hidden;
	z-index: 20;
	width: 60px;
	height: 60px;
	font-size: 48px;
	line-height: 58px !important;
	text-align: center;
}

.owl-next {
	left: auto;
	right: 0;
	background-position: right bottom;
}

.owl-next:hover,
.owl-prev:hover {
	background-color: #fdef01;
}


/*Carousel-2*/

#owl-1 {
	padding-bottom: 0;
	z-index: 1;
	position: relative;
	background-color: #fdef01;
}

.owl-item {
	float: left;
}

#owl-1 .item {
	padding: 104px 0px 95px;
	font-size: 111px;
	line-height: 111px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	color: #fff;
}

#owl-1 .item img {
	position: relative;
	top: -4px;
	border-radius: 500px;
	float: left;
	margin-right: 37px;
}

#owl-1 .item .fa {
	font-size: 98px;
}

#owl-1 .item .text1 {
	margin-top: -9px;
	font-weight: normal;
	margin-bottom: 18px;
}

.owl_autor {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}


#owl-1  .owl-next:hover,
#owl-1  .owl-prev:hover {
	color: #fff;
	background-color: #000;
}


/*Carousel-3*/

.owl3_wrapper {
	position: relative;
}

#owl-2 {
	padding-bottom: 0;
	z-index: 1;
	position: relative;
	padding-top: 10px;
	margin: 0 -15px;
	position: static !important;
}


#owl-2 .item {
	padding: 0 15px;
}

.item_wrapper {
	background-color: #000;

	transition: background 0.5s ease ;
	-ewbkit-transition: background 0.5s ease ;
	-ms-transition: background 0.5s ease ;
}


.item_wrapper:hover {
	background-color: #fff;
}

.item_wrapper:hover .owl-2_bot .text1  {
	color: #000;
}

.item_wrapper:hover .owl-2_bot .text1 a:hover {
	color: #fdef01;
}

.owl-2_bot {
	padding: 23px 20px 41px 28px;
}

.owl-2_bot .text1 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #fdef01;
}

.owl-2_time {
	display: block;
	background-color: #fdef01;
	color: #000;
	font-size: 29px;
	line-height: 40px;
	padding: 7px 29px 9px;
	text-transform: uppercase;
}

.owl-2_time  span {
	text-transform: none;
	font-size: 17px;
	position: relative;
	top: 4px;
}

#owl-2 .item img {
	width: 100%;
}

#owl-2 .item .fa {
	font-size: 98px;
}




#owl-2  .owl-next:hover,
#owl-2  .owl-prev:hover {
	color: #fff;
	background-color: #000;
}