/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
#preload_hide {
	display:none;
}

/* 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);
/*
	background:red;
	background-image:url(../images/transp.png); 
	background-repeat:repeat; 
	background-position: top center;
	z-index:90;
*/
}
.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;
}
#carousel_outer_sup {
	position:relative;
	top:0;
	left:0;
}
.customNavigation {
	position:absolute;
	left:64.5%;
	left:64.0%;
	top:0;
	width:11.33%;
	max-width:192px;
	height:auto;
	max-height:92px;
	background-color:rgba(160,160,160,0.4);
}
.customNavigation a {
	float:left;
	padding-top:10%;
	padding-bottom:10%;
	padding-left:10%;
	padding-right:10%;
}
.customNavigation a:hover,
.customNavigation a:active {
	cursor:pointer;
	background:transparent;
}
.customNavigation .btn {
	width:50%;
/*	background-color:transparent;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.customNavigation img {
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#pale {
	position:absolute;
	width:100%;
	max-width:1181px;
	height:100%;
	max-height:978px;
	top:0;
	left:1181px;
	left:69.44%;
}
#pale img {
	width:30.56%:
	width:100%:
	height:auto;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-carousel .owl-item,
.owl-carousel .owl-item img {
/*	z-index:20!important;*/
/*	opacity:0.4;*/
}
.owl-carousel .owl-item {
	opacity:0.4;
}

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

/* ================================================== */
@media only screen and (max-width: 1700px) {

	.customNavigation {
		left:64.5%;
		width:11.33%;
	}

}

/* ================================================== */
@media only screen and (max-width: 1200px) {

	.customNavigation {
		left:64.0%;
		width:12.0%;
	}

}

/* ================================================== */
@media only screen and (max-width: 1000px) {

	.customNavigation {
		left:63.5%;
		width:12.0%;
	}

}

/* ================================================== */
@media only screen and (max-width: 900px) {

	.customNavigation {
		left:61.5%;
		width:15.0%;
	}
	.customNavigation img {
		max-width:20px;
	}

}
/* ================================================== */
/*
@media only screen and (max-width: 900px) and (orientation:landscape) {

	.customNavigation {
		left:61.5%;
		width:15.0%;
	}

}
*/
/* ================================================== */
@media only screen and (max-width: 600px) {

	.customNavigation a {
		padding-left:15%;
		padding-right:15%;
	}
	.customNavigation img {
		max-width:15px;
	}

}

/* ================================================== */
@media only screen and (max-width: 480px) {

	.customNavigation a {
		padding-left:5%;
		padding-right:5%;
	}
	.customNavigation img {
		max-width:10px;
	}

}
