/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-item .item {
padding:10px 5px;
}
.owl-detail img {
  width: 100%;
  /*max-height: 367px;*/ 
}
.owl-detail #sync2 img {
  /*max-height: 86px;*/ 

}
.owl-detail .owl-buttons div {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;   
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.owl-detail .owl-buttons div:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.owl-detail .owl-prev {
  left: -10px; }
.owl-detail .owl-next {
  right: -10px; }
/*.gallery-arow-left {background: url("/images/gallery-arow.png") no-repeat scroll 8px 5px; width:20px; height:25px; display:block;
}
.gallery-arow-right {background: url("/images/gallery-arow.png") no-repeat scroll -15px 5px; width:20px; height:25px; display:block;
}*/
.gallery-arow-left {background: url("/images/icon-backslide-black.png") no-repeat scroll center center; width:40px; height:40px; display:block;
}
.gallery-arow-right {background: url("/images/icon-nextslide-black.png") no-repeat scroll center center; width:40px; height:40px; display:block;
}
.owl-detail:hover .owl-buttons div {
  visibility: visible;
  opacity: 1; }
.owl-detail:hover .owl-prev {
  left: 30px; }
.owl-detail:hover .owl-next {
  right: 30px; }

#sync2 {
    /*margin-top:10px;*/
  /*border: 1px solid #d5d5d5;
  padding: 11px 4px;*/ 
}
  #sync2 img {
    width: 100%; }
  #sync2 .owl-item {
    cursor: pointer;
    /*opacity: 0.7;*/ 
  }
  #sync2 .synced {
    /*opacity: 1;*/ 
  }
  #sync2 .item {
    text-align: center;
    padding: 10px 5px; 
    position:relative;
  }
    #sync2 .item .sync2-symbol {
        display:none;
        position:absolute;
        width:100%;
        height:100%;
        background: rgba(253, 250, 239, 0.38);
        top:0;
        bottom:0;
        left:0;
        right:0;
    }
    #sync2 .item:hover .sync2-symbol {
        display:block;
    }
#sync2 .item .sync2-symbol span{
    background-image: url("/images/symbol-2.png");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    width:120px;
    height:52px;
    display:inline-block;
    position:absolute;
    top:25%;
    left:0;
    right:0;
    margin:0 auto;
}

  #sync2 .synced .sync2-symbol{
        display:block;
  }
/* clearfix */
.owl-carousel1 .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel1{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
    /*padding:0 5px;*/
}
.owl-carousel1 .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel1 .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel1 .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-carousel1 .owl-item{
	float: left;
}
.owl-carousel1 .owl-item .item img{
	width:100%;
}
.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-carousel1  .owl-wrapper,
.owl-carousel1  .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);
}

