/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-theme .owl-pagination { xpadding-top: 10px; }
.owl-theme .owl-controls { text-align: center;position: absolute; width:100%; bottom:120px;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 19px;height: 4px;margin: 0 9px; background: rgba(255,255,255,0.2); }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/  background: rgba(255,255,255,1);}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}
.owl-theme .owl-controls .owl-buttons div { margin-bottom: 36vh; display: inline-block;width: 43px; height: 43px;position:absolute; bottom:0px; font-size:0;}
.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 50px; background: url('../images/slide_btn_left.png') no-repeat right top; background-size: auto 100%;}
.owl-theme .owl-controls .owl-buttons div.owl-next { right: 50px; background: url('../images/slide_btn_right.png') no-repeat left top; background-size: auto 100%;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;}





.main .owl-theme .owl-controls { bottom:120px;}
.main .owl-theme .owl-controls .owl-buttons div { margin-bottom: 36vh;}

.pts_1.owl-theme .owl-controls { bottom:50px;}
.pts_1.owl-theme .owl-controls .owl-buttons div { margin-bottom: 42.2vh;}
.pts_2.owl-theme .owl-controls { bottom:15px;}
.pts_2.owl-theme .owl-controls .owl-buttons div { margin-bottom: 283px;}
.pts_2.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 30px;}
.pts_2.owl-theme .owl-controls .owl-buttons div.owl-next { right: 30px;}
.pts_3.owl-theme .owl-controls { bottom:15px;}
.pts_3.owl-theme .owl-controls .owl-buttons div { margin-bottom: 283px;}
.pts_3.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 40px;}
.pts_3.owl-theme .owl-controls .owl-buttons div.owl-next { right: 40px;}

.pts_2.owl-theme .owl-controls .owl-page,
.pts_3.owl-theme .owl-controls .owl-page { display: none; }

.slide_event_sl.owl-theme .owl-controls { bottom:0px;}
.slide_event_sl.owl-theme .owl-controls .owl-buttons div { margin-bottom: 414px;}
.slide_event_sl.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 30px;}
.slide_event_sl.owl-theme .owl-controls .owl-buttons div.owl-next { right: 30px;}
.slide_event_sl.owl-theme .owl-controls .owl-page span{width: 34px;height: 34px;margin: 0 9px; border-radius: 34px; }
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(1) > span {background: #eece00;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(2) > span {background: #d33e2d;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(3) > span {background: #29499b;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(4) > span {background: #eebaaf;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(5) > span {background: #b3cfeb;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(6) > span {background: url('../images/event/event_slide_check_lastbg.png') no-repeat center center; background-size: 100% 100%;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(1).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(1):hover > span{	filter: Alpha(Opacity=100);/*IE7 fix*/ background: #eece00 url('../images/event/event_slide_check_ico.png') no-repeat center center;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(2).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(2):hover > span{	filter: Alpha(Opacity=100);/*IE7 fix*/ background: #d33e2d url('../images/event/event_slide_check_ico.png') no-repeat center center;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(3).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(3):hover > span{	filter: Alpha(Opacity=100);/*IE7 fix*/ background: #29499b url('../images/event/event_slide_check_ico.png') no-repeat center center;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(4).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(4):hover > span{	filter: Alpha(Opacity=100);/*IE7 fix*/ background: #eebaaf url('../images/event/event_slide_check_ico.png') no-repeat center center;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(5).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(5):hover > span{	filter: Alpha(Opacity=100);/*IE7 fix*/ background: #b3cfeb url('../images/event/event_slide_check_ico.png') no-repeat center center;}
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(6).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(6):hover > span{	filter: Alpha(Opacity=100);/*IE7 fix*/ background: url('../images/event/event_slide_check_lastbg_on.png') no-repeat center center; background-size: 100% 100%;}



@media screen and ( min-width: 300px) and ( max-width: 799px){ 
.owl-theme .owl-controls .owl-page span{width: 12px;height: 2px;margin: 0 5px}
.owl-theme .owl-controls .owl-buttons div { width: 27px; height: 27px;}
.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 24px;}
.owl-theme .owl-controls .owl-buttons div.owl-next { right: 24px;}

.main .owl-theme .owl-controls { bottom:100px; xz-index:9999;}
.main .owl-theme .owl-controls .owl-buttons {display:none;}
.main .owl-theme .owl-controls .owl-buttons div { margin-bottom: 22.4vh;}
.pts_1.owl-theme .owl-controls { bottom:4vh;}
.pts_1.owl-theme .owl-controls .owl-buttons {display:none;}
.pts_1.owl-theme .owl-controls .owl-buttons div { margin-bottom: 22.4vh;}
.pts_2.owl-theme .owl-controls { bottom:10px;}
.pts_2.owl-theme .owl-controls .owl-buttons div { margin-bottom:24.2vw;}
.pts_2.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 10px;}
.pts_2.owl-theme .owl-controls .owl-buttons div.owl-next { right: 10px;}
.pts_3.owl-theme .owl-controls { bottom:10px;}
.pts_3.owl-theme .owl-controls .owl-buttons div { margin-bottom: 24.2vw;}
.pts_3.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 18px;}
.pts_3.owl-theme .owl-controls .owl-buttons div.owl-next { right: 18px;}

.slide_event_sl.owl-theme .owl-controls .owl-buttons div { margin-bottom: 62vw;}
.slide_event_sl.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 15px;}
.slide_event_sl.owl-theme .owl-controls .owl-buttons div.owl-next { right: 15px;}
.slide_event_sl.owl-theme .owl-controls .owl-page span{width: 20px;height: 20px;margin: 0 5px; border-radius: 20px; }
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(1).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(1):hover > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(2).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(2):hover > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(3).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(3):hover > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(4).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(4):hover > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(5).active > span,
.slide_event_sl.owl-theme .owl-controls .owl-pagination > div:nth-child(5):hover > span {background-size: 10px auto;}
}




