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

@keyframes swingleft {
  from {
    margin-left: -5px;
  }

  to {
    margin-left: 5px;
  }
}
@keyframes swingright {
  from {
    margin-right: -5px;
  }

  to {
    margin-right: 5px;
  }
}

.next_button{
  position: absolute;
  z-index: 1;
  width: 80px;
  height:150px;
  line-height: 40px;
  top: 50%;
  margin-top: -75px;
  right: -15px;
  text-align:center;
  color:#fff;
  font-size:54px;
  background-color:rgba(255,255,255,0.4);
  border-radius:80px 0% 0% 80px; 
}
#co1 .next_button{
	color:rgba(255,255,255,0.7);
}
#co2 .next_button, #co3 .next_button{
	color:#c7ab84;
}
#co2 .next_button, #co3 .next_button{
	height:50px;
	width:50px;
	right:-25px;
	margin-top:-25px;
	font-size:34px;
	line-height:25px;
	top:50%;
	background:none;	
}
#co2 .next_button i, #co3 .next_button i{
	font-size:44px;
	right:25px;
}
.prev_button{
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 150px;
  line-height: 40px;
  top: 50%;
  margin-top: -75px;
  left: -15px;
  text-align: center;
  color: #fff;
  font-size: 54px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 0% 80px 80px 0%;
}
#co1 .prev_button{
	color:rgba(255,255,255,0.7);
}
#co2 .prev_button, #co3 .prev_button{
	color:#c7ab84;	
}
#co2 .prev_button, #co3 .prev_button{
	height:50px;
	width:50px;
	left:-25px;
	margin-top:-25px;
	font-size:44px;
	line-height:25px;
	top:50%;
	background:none;
}
#co2 .prev_button i, #co3 .prev_button i{
	font-size:44px;
	left:25px;
}
.prev_button i{
  position: absolute;
  top: 50%;
  font-size: 44px;
  margin-top: -22px;
  left: 22px;
}
.prev_button:hover i{
	color:#826237;
}
.next_button i{
  position: absolute;
  top: 50%;
  font-size: 44px;
  margin-top: -22px;
  right: 22px;
}
.next_button:hover{
  animation-name: swingright;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  color:#dd127b;/*pink*/
}
.next_button:hover i{
	color:#826237;
}
#co2 .next_button:hover i, #co3 .next_button:hover i{
	color:#fff!important;
}
.prev_button:hover{
  animation-name: swingleft;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  color:#dd127b;/*pink*/
}
#co2 .prev_button:hover i, #co3 .prev_button:hover i{
	color:#fff!important;
}
.owl-pagination{
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
}
#co2 .owl-pagination, #co3 .owl-pagination{
	bottom:-50px;
}
.owl-page{
  display: inline-block;
  border:2px solid #fbf6f0;
  border-radius:50%;
  margin:0px 3px;
}
.owl-page span{
  width: 18px;
  height: 18px;
  display: block;
  margin: 2px 2px;
  background: #fff;
  border-radius: 50%;
}
#co2 .owl-page span, #co3 .owl-page span{
	width:18px;
	height:18px;
}
.owl-page.active span{
  background:#dd127b;/*pink*/
  border:2px solid #dd127b;/*pink*/
}
#co5{
	overflow:hidden;
}