/* 
 * 	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);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-controls .owl-buttons div {
  height:55px;
  margin: auto;
  font-size: 0;
  border-radius: 50%;
    /*box-shadow: -1px 1px 12px 0px #bfbfbf;*/
	width: 55px;
	top:33%;
	position:absolute;
	z-index:123;
	text-align:center;
	background: #fff;
}
.anecdotes .owl-controls .owl-buttons div{top:51%;}


.owl-controls .owl-buttons .owl-prev:before
{
	font-family: 'Wch';
	font-size:30px;
	content: "\e904";
	color:#058193;

}
.owl-controls .owl-buttons .owl-next:before
{	font-family: 'Wch';
	font-size:30px;
	content: "\e903";
	color:#058193;
/*	padding-left: 5px;
*/}
.owl-controls .owl-buttons .owl-prev{
	 left: 5px;
	 box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.24);

}
.owl-controls .owl-buttons .owl-next{
	 box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.24);

}
.owl-controls .owl-buttons .owl-next {
	right: 5px;
	line-height:55px;
}

.owl-controls .owl-buttons .owl-prev:before {
	line-height:55px;
	
}

.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover
 {
background: #f8f8f8;
}
.owl-controls .owl-buttons .owl-next:active,
.owl-controls .owl-buttons .owl-prev:active {
	background: #efefef;

}

.hosttype .owl-controls .owl-buttons div{ height: 45px;width: 45px;top: 25%;}
.hosttype .owl-controls .owl-buttons .owl-prev:before {
    line-height: 45px;
}
.hosttype .owl-controls .owl-buttons .owl-next {
    right: 0px;
    line-height: 45px;
}
.ttpdateslide .owl-prev,.ttpdateslide .owl-next {
  height: 45px;
    margin: auto;
    font-size: 0;
    /* box-shadow: -1px 1px 12px 0px #bfbfbf; */
    width: 40px;
    top: 350px;
    position: absolute;
    z-index: 123;
    text-align: center;
    font-family: 'Wch';
    font-size: 20px;
    color: #058193;
	background:#fff;
	line-height: 45px;
}
.ttpdateslide .owl-next{ right:30px;}
.ttpdateslide .owl-prev{ left:30px;opacity:0;}

.ttpdateslide .owl-prev:before
{
	
	content: "\e901";
	
	

}
.ttpdateslide .owl-next:before
{	
	content: "\e908";
	
}

.owl-buttons .disabled{ opacity:0;}







