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

.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;
  bottom: -68px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  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; }
  .owl-detail .owl-buttons div:hover {
    background-color: #333333; }
.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;
}
.owl-detail:hover .owl-buttons div {
  visibility: visible;
  opacity: 1; }
.owl-detail:hover .owl-prev {
  left: 0; }
.owl-detail:hover .owl-next {
  right: 0; }

#sync2 {
  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: 0 6px; }

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

