/********************************************************************************/
/* Owl carousel, from smarty, used in latest news				*/
/********************************************************************************/

/**	13. Owl Carousel v1.3.3
*************************************************** **/

body {width: 1px; min-width: 100%;} /* fix ios problems*/

/* 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%;
    z-index: 0;
}
.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);
}
.owl-carousel.featured .owl-controls .owl-prev {
	margin-right:3px;
}


#progressBar {
	width: 100%;
	background: rgba(0,0,0,0.05);
}
	#progressBar #bar {
		height:3px;
		width: 100%;
		background-color:#333;
	}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/_smarty/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 Carousel CSS3 Transitions 
	 *  v1.3.2
	 */
	.owl-origin {
		-webkit-perspective: 1200px;
		-webkit-perspective-origin-x : 50%;
		-webkit-perspective-origin-y : 50%;
		-moz-perspective : 1200px;
		-moz-perspective-origin-x : 50%;
		-moz-perspective-origin-y : 50%;
		perspective : 1200px;
	}
	/* fade */
	.owl-fade-out {
	  z-index: 10;
	  -webkit-animation: fadeOut .7s both ease;
	  -moz-animation: fadeOut .7s both ease;
	  animation: fadeOut .7s both ease;
	}
	.owl-fade-in {
	  -webkit-animation: fadeIn .7s both ease;
	  -moz-animation: fadeIn .7s both ease;
	  animation: fadeIn .7s both ease;
	}
	/* backSlide */
	.owl-backSlide-out {
	  -webkit-animation: backSlideOut 1s both ease;
	  -moz-animation: backSlideOut 1s both ease;
	  animation: backSlideOut 1s both ease;
	}
	.owl-backSlide-in {
	  -webkit-animation: backSlideIn 1s both ease;
	  -moz-animation: backSlideIn 1s both ease;
	  animation: backSlideIn 1s both ease;
	}
	/* goDown */
	.owl-goDown-out {
	  -webkit-animation: scaleToFade .7s ease both;
	  -moz-animation: scaleToFade .7s ease both;
	  animation: scaleToFade .7s ease both;
	}
	.owl-goDown-in {
	  -webkit-animation: goDown .6s ease both;
	  -moz-animation: goDown .6s ease both;
	  animation: goDown .6s ease both;
	}
	/* scaleUp */
	.owl-fadeUp-in {
	  -webkit-animation: scaleUpFrom .5s ease both;
	  -moz-animation: scaleUpFrom .5s ease both;
	  animation: scaleUpFrom .5s ease both;
	}

	.owl-fadeUp-out {
	  -webkit-animation: scaleUpTo .5s ease both;
	  -moz-animation: scaleUpTo .5s ease both;
	  animation: scaleUpTo .5s ease both;
	}
/* Keyframes */
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



	/**
		CUSTOM REWRITE
	**/
	.owl-carousel {
		overflow:hidden;
		margin-bottom:20px;
		position:relative;
	}
	.owl-carousel.owl-padding-0 .owl-item {
		padding:0 !important;
	}
	.owl-carousel.owl-padding-1 .owl-item {
		padding:0 1px;
	}
	.owl-carousel.owl-padding-2 .owl-item {
		padding:0 2px;
	}
	.owl-carousel.owl-padding-3 .owl-item {
		padding:0 3px;
	}
	.owl-carousel.owl-padding-6 .owl-item {
		padding:0 6px;
	}
	.owl-carousel.owl-padding-10 .owl-item {
		padding:0 10px;
	}
	.owl-carousel.owl-padding-15 .owl-item {
		padding:0 15px;
	}
	.owl-carousel.owl-padding-20 .owl-item {
		padding:0 20px;
	}

	/* Cause width problems - better to leave left/right margins
	.owl-carousel .owl-item:first-child {
		padding-left:0;
	}
	.owl-carousel .owl-item:last-child {
		padding-right:0;
	}
	*/

	.owl-carousel img {
		display:inline-block;
	}
	.owl-carousel.buttons-autohide .owl-buttons {
		filter: Alpha(Opacity=0);
		opacity:0;

		-webkit-transition: opacity 0.4s;
		   -moz-transition: opacity 0.4s;
			 -o-transition: opacity 0.4s;
				transition: opacity 0.4s;
	}
		.owl-carousel.buttons-autohide:hover .owl-buttons {
			filter: Alpha(Opacity=100);
			opacity:1;
		}

	.owl-theme .owl-controls .owl-buttons div {
		color:#121212;
		background:#fff; 
		border:#fff 1px solid;

		opacity:1; 
		filter: Alpha(Opacity=100);

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}
		section.dark .owl-theme .owl-controls .owl-buttons div {
			color:#fff;
			background:#212121; 
			border:#212121 1px solid;
		}

	.controlls-over .owl-controls .owl-prev {
		position: absolute;
		top: 50%;
		margin-top: -28px;
		right:auto;
		left: -13px;
		zoom: 1;
		width: 36px;
		height: 36px;
		opacity: 0;
	}
	.controlls-over .owl-controls .owl-next {
		position: absolute;
		top: 50%;
		margin-top: -28px;
		left:auto;
		right: -13px;
		zoom: 1;
		width: 36px;
		height: 36px;
		opacity: 0;
	}

	
	
	.controlls-over .owl-pagination {
		text-align:center;
		position:absolute; width:60%; margin:auto;
		bottom:-20px; left:0; right:0; z-index:1;
	}
	.owl-theme.controlls-over .owl-controls .owl-page {
		background:rgba(0,0,0,0.3);
		margin-bottom:30px;
		position:relative;
		display:inline-block;

	}
	.owl-theme.controlls-over .owl-controls .owl-page:first-child {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-top-left: 10px;
		-moz-border-radius-bottom-left: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.owl-theme.controlls-over .owl-controls .owl-page:last-child {
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-top-right: 10px;
		-moz-border-radius-bottom-right: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.owl-theme.controlls-over .owl-controls .owl-page span {
		background:#fff;
	}
	.bottom-pagination .owl-controls .owl-page {
		margin-bottom:-40px !important;
	}


	/* top text caption */
	.owl-carousel .owl-item div {
		position:relative;
		text-align:center;
	}
	.owl-carousel .owl-caption {
		padding:10px;
		position:absolute !important;
		left:0; top:0; right:0;
		margin-top:0; max-width:100%;
		background:rgba(0,0,0,0.3);
		display:block; color:#fff;
	}

	.owl-carousel .owl-caption p {
		color:#fff;
		font-size:13px;
		line-height:20px;
		padding:0; margin:0;
	}
	.owl-carousel .owl-caption h1,
	.owl-carousel .owl-caption h1 a,
	.owl-carousel .owl-caption h2,
	.owl-carousel .owl-caption h2 a,
	.owl-carousel .owl-caption h3,
	.owl-carousel .owl-caption h3 a {
		color:#fff;
		font-size:21px;
		line-height:21px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.owl-carousel .owl-caption a {
		color:#fff;
		font-weight:bold;
	}
	
	.owl-carousel.controls-hover-only .owl-controls {
		filter: alpha(opacity=0);
		opacity: 0;

		-webkit-transition: opacity 0.4s;
		   -moz-transition: opacity 0.4s;
			 -o-transition: opacity 0.4s;
				transition: opacity 0.4s;
	}
	.slider:hover .owl-carousel.controls-hover-only .owl-controls,
	.owl-carousel.controls-hover-only:hover .owl-controls {
		filter: alpha(opacity=100);
		opacity: 1;
	}


/* Featured Item */
.owl-carousel.featured .owl-featured-item {
	width:99%; padding-bottom:15px;
	text-align:center;
	display:block;

	webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.owl-carousel.featured .owl-featured-item:hover {
	background-color: #eaeaea;
}
.owl-carousel.featured .owl-featured-item a.figure {
	margin:0; padding:0;
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	z-index:0;
	position:relative;
}

.owl-carousel.featured .owl-featured-item a.figure>img {
	height:auto !important;
	width:100% !important;
	max-width: 100% !important;
	vertical-align:top;
}
.owl-carousel.featured .owl-featured-detail {
	position:relative;
	padding-top:6px;
}

.owl-carousel.featured .owl-featured-detail:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	left: 50%;
	margin-left: -10px;
	top: -10px;
	z-index:10;

	webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after {
		border-bottom: 10px solid #eaeaea;
	}

.owl-carousel.featured .owl-featured-detail>a.featured-title {
	color:#333;
	margin-top:6px;
	display:block;
}


.owl-carousel.featured .owl-featured-detail>span.price {
	display:block;
	margin-bottom:6px;
}


.owl-carousel.featured {
	margin-top:6px;
}


.owl-carousel.featured .owl-controls, /* agoutsou fix position for touch screens*/
.owl-carousel.featured .owl-controls.clickable {
	top:0 !important;
	margin-top:-35px; /* agoutsou fix margin-top:-45px*/
	position:absolute;
	right:0; 
}
h2.owl-featured {
	font-size:16px;
	line-height:19px;
	border-bottom:rgba(0,0,0,0.2) 1px dashed;
	padding-bottom:6px;
	margin-bottom:10px;;
}

.owl-carousel.featured a.figure>span {
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	background-color:rgba(0,0,0,0.3);
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
		 -o-transition: opacity 0.3s;
			transition: opacity 0.3s;
}
.owl-carousel.featured a.figure>span>i {
	color:#333;
	position:absolute;
	left:50%; top:50%;
	background:#fff;
	font-size:21px;
	width:50px; height:50px;
	line-height: 50px !important;
	text-align:center;
	margin-left:-20px;
	margin-top:-20px;

	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;

	-webkit-border-bottom-right-radius: 20px;
		-webkit-border-top-left-radius: 20px;
		-moz-border-radius-bottom-right: 20px;
			-moz-border-radius-top-left: 20px;
			border-bottom-right-radius: 20px;
				border-top-left-radius: 20px;
}
.owl-carousel.featured a.figure:hover>span {
	filter: alpha(opacity=100);
	opacity: 1;
}

.owl-carousel.featured {
	overflow:inherit !important;
}
.owl-carousel.featured .owl-prev,
.owl-carousel.featured .owl-next {
	display:inline-block !important;
	color:#999 !important;
	width:30px !important;
	height:30px !important;
	line-height:30px !important;
	font-size:20px !important;
}
.owl-carousel.featured .owl-prev:hover,
.owl-carousel.featured .owl-next:hover {
	color:#121212 !important;
}


section.dark .owl-carousel.featured .owl-featured-detail>a.featured-title {
	color:#fff;
}
section.dark .owl-carousel.featured .owl-featured-detail:after {
	border-bottom-color: #212121;
}
section.dark .owl-carousel.featured .owl-featured-item:hover {
	background-color: #111;
}
section.dark .owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after {
	border-bottom-color: #111;
}
section.dark .owl-carousel.featured .owl-prev,
section.dark .owl-carousel.featured .owl-next {
	color:#999 !important
}
section.dark .owl-carousel.featured .owl-prev:hover,
section.dark .owl-carousel.featured .owl-next:hover {
	color:#fff !important
}
section.dark h2.owl-featured {
	border-bottom-color:#666;
}

/* buttons bottom */
.owl-carousel.buttons-bottom  .owl-controls{
	top:auto !important;
}
.owl-carousel.buttons-bottom .owl-next,
.owl-carousel.buttons-bottom .owl-prev {
	margin-top:-20px !important;
}

/* special carousel title */
.owl-carousel .owl-carousel-caption {
	background-color:rgba(0,0,0,0.5);
	position:absolute !important;
	top:0; left:0; right:0;
	color:#fff; padding:20px;
	height:96px; overflow:hidden;
}
.owl-carousel .owl-carousel-caption.top {
	top:0;
	bottom:auto;
}
.owl-carousel .owl-carousel-caption.bottom {
	top:auto;
	bottom:29px;
}
.owl-carousel .owl-carousel-caption h2,
.owl-carousel .owl-carousel-caption h3,
.owl-carousel .owl-carousel-caption h4 {
	color:#fff;
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
	font-weight:bold;
	overflow:hidden; 
	display:block;
	width:100%;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.owl-carousel .owl-carousel-caption p {
	color:#fff;
	font-size:12px;
	line-height:15px;
	padding:0; margin:0;
}

.owl-theme .owl-controls .owl-buttons div {
	/* padding:6px 13px; */
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.controlls-over .owl-controls .owl-prev {
	margin-left:10px;
}

.controlls-over .owl-controls .owl-next {
	margin-right:10px;
}


/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height:10px;
	margin: 5px 5px;
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 0.9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background:black;/*background: #869791;*/
}

.owl-theme .owl-controls .owl-page.active span{
background:red;
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 0.9;
	background:red;
}

/*------- OLD -------
/*.owl-theme .owl-controls .owl-page.active span,
/*.owl-theme .owl-controls.clickable .owl-page:hover span{
/*	filter: Alpha(Opacity=100);/*IE7 fix*/
/*	opacity: 1;
}*/


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



@media only screen and (min-width: 751px) and (max-width: 1000px) {
	
	.owl-carousel.featured .owl-controls, /* agoutsou fix position for touch screens*/
	.owl-carousel.featured .owl-controls.clickable {
		top:0 !important;
		margin-top:-18px; /* agoutsou fix margin-top:-45px*/
		position:absolute;
		right:0; 
	}

	.owl-theme .owl-controls .owl-page span {
		width:  5px !important;
		height: 5px !important;
		margin: 5px 2px !important;
	}

}



/**	13. OWL Carousel v2.2.1
*************************************************** **/
.owl-carousel-2 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-2 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-2 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-2 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-2 .owl-wrapper,
  .owl-carousel-2 .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-carousel-2 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-2 .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel-2 .owl-nav.disabled,
  .owl-carousel-2 .owl-dots.disabled {
    display: none; }
  .owl-carousel-2 .owl-nav .owl-prev,
  .owl-carousel-2 .owl-nav .owl-next,
  .owl-carousel-2 .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-2.owl-loaded {
    display: block; }
  .owl-carousel-2.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-2.owl-hidden {
    opacity: 0; }
  .owl-carousel-2.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-2.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-2.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-2.owl-rtl {
    direction: rtl; }
  .owl-carousel-2.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-2 {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-2 .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-2 .owl-animated-in {
  z-index: 0; }

.owl-carousel-2 .owl-animated-out {
  z-index: 1; }

.owl-carousel-2 .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-2 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel-2 .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-2 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-2 .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel-2 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-2 .owl-video-playing .owl-video-tn,
.owl-carousel-2 .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-2 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-2 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/* plugin rewrite */
.owl-carousel-2 {
	position: relative;

	-webkit-transition: all .300s;
       -moz-transition: all .300s;
		 -o-transition: all .300s;
		    transition: all .300s;
}

/* navigation */
.owl-carousel-2 .owl-nav,
.owl-carousel-2 .owl-dots {
	text-align:center;
	display: inline-block;
}
	.owl-carousel-2 .owl-nav {
		margin: 8px 0;
		position: absolute;
		bottom:0; right:6px;
	}
		.owl-carousel-2 .owl-nav>.owl-prev,
		.owl-carousel-2 .owl-nav>.owl-next {
			background-color: rgba(255,255,255,0.7);
			color: #111 !important;
			font-size:30px !important;
		}
		.owl-carousel-2 .owl-nav>.owl-prev:hover,
		.owl-carousel-2 .owl-nav>.owl-next:hover {
			background-color: #fff;
		}

	.owl-carousel-2 .owl-dots {
		margin: 18px 0 0 0;
		float: left;

		max-width: calc(100% - 90px);
		overflow: hidden;
	}

.owl-carousel-2 .owl-nav .owl-prev, 
.owl-carousel-2 .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border: #eaeaea 1px solid;
	margin:3px;
	color:#ccc;
	font-size:17px;

	border-radius:3px;
}
.owl-carousel-2 .owl-nav .owl-prev:hover, 
.owl-carousel-2 .owl-nav .owl-next:hover {
	color:#121212;
}


.owl-carousel-2 .owl-nav .owl-prev, 
.owl-carousel-2 .owl-nav .owl-next, 
.owl-carousel-2 .owl-dot {
    display: inline-block;
    zoom: 1;
}


.owl-carousel-2 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;

    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-carousel-2 .owl-dots .owl-dot.active span {
	background-color:#333;
}


.owl-carousel-2 .owl-caption,
.owl-carousel-2 .owl-caption-top-left,
.owl-carousel-2 .owl-caption-top-right,
.owl-carousel-2 .owl-caption-bottom-left,
.owl-carousel-2 .owl-caption-bottom-right,
.owl-carousel-2 .owl-caption-top-center,
.owl-carousel-2 .owl-caption-bottom-center {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	display: inline-block;
	font-size:17px;
	font-weight:400;
	padding:15px;

	-webkit-text-shadow: #333 1px 1px;
	   -moz-text-shadow: #333 1px 1px;
		 -o-text-shadow: #333 1px 1px;
			text-shadow: #333 1px 1px;

	z-index:1000;
}
	.owl-carousel-2 .owl-caption-top-left {
		top:0; 
		left:0;
		bottom: auto;
		right:auto;
		text-align:left;
	}
	.owl-carousel-2 .owl-caption-top-right {
		top:0; 
		left:auto;
		bottom: auto;
		right:0;
		text-align:right;
	}
	.owl-carousel-2 .owl-caption-bottom-left {
		top:auto; 
		left:0;
		bottom: 0;
		right:auto;
		text-align: left;
	}
	.owl-carousel-2 .owl-caption-bottom-right {
		top:auto; 
		left:0;
		bottom: 0;
		right:0;
		text-align: right;
	}
	.owl-carousel-2 .owl-caption-top-center {
		top:0; 
		left:0;
		bottom: auto;
		right:0;
		text-align: center;
	}
	.owl-carousel-2 .owl-caption-bottom-center {
		top:auto; 
		left:0;
		bottom: 0;
		right:0;
		text-align: center;
	}

.owl-carousel-2 .owl-subtitle {
	display: block;
	font-size:14px;
}

.owl-caption-text-light {
	color:#fff !important;

	-webkit-text-shadow: #333 1px 1px !important;
	   -moz-text-shadow: #333 1px 1px !important;
		 -o-text-shadow: #333 1px 1px !important;
			text-shadow: #333 1px 1px !important;
}
.owl-caption-text-dark {
	color:#121212 !important;

	-webkit-text-shadow: #fff 1px 1px !important;
	   -moz-text-shadow: #fff 1px 1px !important;
		 -o-text-shadow: #fff 1px 1px !important;
			text-shadow: #fff 1px 1px !important;
}


/* centered focus */
.owl-carousel-2.owl-centered-focus .owl-item:before {
	content: '';
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	left:0; right:0;
	top:0; bottom:0;
	z-index:100;
}
.owl-carousel-2.owl-centered-focus .owl-item.active.center:before {
	display: none;
}


/* dot navigation */
.owl-carousel-2.controlls-over .owl-dots {
	margin: -35px 10px 0 10px;
	position: absolute;
	z-index:9999;

    background-color: rgba(0,0,0,0.4);
    line-height: 1;
    padding-bottom: 6px;

    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.owl-carousel-2 .owl-dots .owl-dot span {
    background: #fff;
    margin: 0 7px 0 7px;
    width:20px;
    height: 5px;

    -webkit-border-radius: 0;
        border-radius: 0;

}
.owl-carousel-2 .owl-dots .owl-dot.active span {
    background-color: #0275d8;
}



/* zoom image viewer */
.owl-carousel-2.zoom-more .owl-nav {
    top: auto !important;
    bottom: 0 !important;
    margin-top: 0;
    margin-bottom: -10px;
    right: -10px;
}
.owl-carousel-2.zoom-more a, 
.owl-carousel-2.zoom-more a>img {
    text-align: center;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

.owl-carousel-2.zoom-more a>img {
  opacity:0.5;
  filter: alpha(opacity=80);

  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
.owl-carousel-2.zoom-more a.active>img {
  opacity:1;
  filter: alpha(opacity=1);

  -webkit-filter: none;
  filter: none;
}

.owl-carousel-2.zoom-more .owl-nav {
    margin-bottom: -36px;
}
    .owl-carousel-2.zoom-more .owl-nav .owl-prev, 
    .owl-carousel-2.zoom-more .owl-nav .owl-next {
        border:0;
        margin: 0;
        padding: 0;
        background-color: transparent;
        opacity: 0.5;
    }
    .owl-carousel-2.zoom-more .owl-nav .owl-prev:hover, 
    .owl-carousel-2.zoom-more .owl-nav .owl-next:hover {
        opacity: 1;
    }

.owl-carousel-2 img {
	width: 100%;
	height: auto;
}


