/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated, .owl-carousel-SCROLL .animated, .owl-carousel-ABOUT .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel, .owl-carousel-SCROLL, .owl-carousel-ABOUT {
  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 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item, .owl-carousel-SCROLL .owl-item, .owl-carousel-ABOUT  .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img, .owl-carousel-SCROLL .owl-item img, .owl-carousel-ABOUT  .owl-item img  {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}





/* owl.theme.default-MR.css */	

/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent; }
  
  
  .owl-theme .owl-nav [class*='owl-'] {
    color: #555;
    font-size: 25px;
    background: none;
    display: block;
    cursor: pointer;
  }
	
	
	
	
    .owl-theme .owl-nav [class*='owl-']:hover {
      background:none;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;margin-top: -30px; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block; 
    zoom: 1;
    *display: inline; }
    .owl-theme .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-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
	  
	  
/* owl.theme.default-MR.css END */	




/* css/OWL-Gallery.css */

.OWL-Holder, .owl-carousel{
	min-width:320px;
	min-height:150px;
	background-repeat: no-repeat;
	transition: all 2s ease 0s;
	}
	
	
.owl-stage-outer,  .owl-stage{height:auto;}

.owl-carousel .item h2, .MAINBODY.owl-carousel .item h2 {
	text-align: center;
	margin-top: 5px;
	color: #A00000;
	text-transform: capitalize;
	padding:0;
}

.owl-carousel .item h3, .MAINBODY.owl-carousel .item h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;text-transform: capitalize;
	
}
.owl-carousel .item {
	width: 100%;
	background-size: cover;
	background-color: transparent;
	overflow:hidden;
	display:block;

	transition: all 1s ease 0s;
}
.owl-carousel .item img{width:100%!important;max-width:100%!important;height:auto;max-height:auto!important;}
.owl-carousel .item a{text-decoration:none;}
.owl-carousel .item p em{font-size:14px;text-align:center;width:96%;margin: auto;padding:3px; padding-left:3%;padding-right:3%;}
.owl-carousel .item h3{letter-spacing:1px;margin-top:8px;}
.owl-carousel .item em{font-size:13px;color:#D86D0B;}




.owl-carousel .item p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
        color: #ccc;
    text-decoration: none;
    cursor: text;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    padding: 0px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}



.owl-carousel-thumbs .item {
	width: 200px;
	background-size: cover;
	background-color: transparent;
	overflow:hidden;
	display:block;

	transition: all 1s ease 0s;
}



.owl-theme .owl-controls .owl-dots{margin-top:10px;margin-bottom:10px;z-index:9999999999; }


.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 8px 8px;
    background: #D6D6D6;
	color:#ccc;
    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: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #D86D0B!important;color:#000;}
	
.owl-theme .owl-dots .owl-dot span:hover{cursor:pointer;}

body .BTN {display: inline-block;}

 
.btn {
	background: #eee;
	padding: 3px;
	margin: 4px;
	cursor: pointer;
	display: inline-block;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}





.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav:hover [class*='owl-'] {
	color: #672112;
	font-size: 80px;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: pointer;
	width: 48px;
	line-height:200px;
	height: 200px;
	color: #FFF;
	text-shadow: 0 0 5px #000;
	font-family:Arial;
	opacity:0.5;

	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 99% auto;
}



.owl-carousel-thumbs .owl-nav [class*='owl-'],
.owl-carousel-thumbs .owl-nav:hover [class*='owl-'] {
	line-height:40px!important;
	height: 40px!important;;
	opacity:0.9;
	background-size: 70% auto;
}


.owl-theme .owl-nav:hover [class*='owl-'] { opacity: 0.9; background-repeat: no-repeat; cursor: pointer; }

.btn.next, .btn.prev,
.owl-prev, .owl-next {
	background: none;
	width:40px;
	height: 200px;
	line-height: 200px;
	margin-top: 0px;
	text-shadow: 0 0 5px #fff;
	border: none;
	text-decoration: none;
	position: absolute;
	z-index: 88888888;
	top: 20%;

}

.btn.next:hover, .btn.prev:hover,
.owl-next:hover, .owl-prev:hover {
	color: #672112;
	background:transparent;
	border:none;background-repeat: no-repeat;
}



.btn.next, .owl-next  {
	right: 0px;
	text-align: right;
	background-position: right center!important;
	background-image: url(/images/nextWhite.svg)!important;
	background-repeat: no-repeat;
	cursor:pointer;
	}
.btn.prev, .owl-prev{
	left: 0px;
	text-align: left;
	background-position: left center!important;
	background-image: url(/images/prevWhite.svg)!important;
	background-repeat: no-repeat;
	}
	
	
	

.customNavigation{text-align:center;}

.btn.stop, .btn.play, .stop, .play{
margin-top:40px;
}

#NAV{text-align:center;}
#NAV img{max-height:48px;width:auto;margin-bottom:0px;}

#NAV a{text-decoration:none;}




.lupa-zoom {
	background-image: url(/images/zoom.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 40px;
	display: block;
	height: 40px;
	width: 40px;
	bottom: 110px;
	position: absolute;
	margin: auto;
	margin-left: 65%;
	opacity: 0.9;
	text-indent: -9999;
}

.lupa-zoom:hover {
	opacity: 1;
}

@media (max-width: 1280px){
.lupa-zoom{display:none;}		
}







#FULL-SLIDESHOW a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #D9DBDD;
    background-color: #D86D0B;
    background-image: url(/images/OrangeDot.jpg);
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    letter-spacing: 1px;
    width: 122px;
    text-align: center;
    margin:auto;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0px;
    position: relative;
    z-index: 99999;
}





.TextOverPicture{
	display: block;
	width: 70%;
	margin-left:15%;
	position: absolute;
	z-index: 333;
	top: 35px;
	max-height:100px;
	transition: all 1.3s ease-in-out;


}
.TextOverPicture h2 { 
    font-family:"HelvUlCn", 'Arial Narrow', serif;
	letter-spacing: 1px;
	font-weight:normal;
	font-size: 44px;
	line-height:1.2em;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 4px #000;
	margin: 0;
	padding: 0;
	opacity:0.8;

}

.TextOverPicture h3 {
	font-family: 'MyFont', Arial, serif;
	font-weight: normal;
	font-size: 20px;
	line-height:2em;
	text-align: center;
	margin: 10px auto;
	letter-spacing: 1px;
	max-width:1100px;
	color: #fff;
	text-shadow: 0 1px 4px #000;
	    max-width: 500px;
		opacity:0.6;
}

.TextOverPicture h6 {
	font-family: 'MyFont', Arial, serif;
	font-weight: normal;
	font-size: 18px;
	line-height:1.4em;
	text-align: center;
	margin: 10px auto 0 auto;
	letter-spacing: 4px;
	color: #ddd;
	text-shadow: 0 1px 6px #000;
	max-width: 500px;
}

.arrowDown, .arrowDownGray, .arrowTopGray{
	color: #eee!important;
	margin: auto;
	display: block;
	width: 60%;
	background-image: url(/images/downArrowWhite.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 40px;
	height:40px;
	opacity:0.7;
}

.arrowDownGray{color:#777!important;background-image: url(/images/downArrow.svg);}
.arrowTopGray{color:#777!important;background-image: url(/images/topArrow.svg);background-position: center top;padding-top:30px;background-size: 30px;}
.arrowDown:hover {opacity:1;}

.ButtonsOver{
	display: block;
	margin: auto;
	width: 300px;
	position: absolute;
	bottom: 0px;
	z-index:999999999999999999999;
	text-align: center;
}
.ButtonsOver a{
	font-size: 15px;
	line-height: 22px;
	color: #FFF;
	background-color: #093;
	text-align: center;
	display: inline-block;
	width: 90px;
}

@media (min-width: 1400px){
.btn.next, .btn.prev,.owl-prev, .owl-next {top:25%;}
.item .OrderBTN  {right:5px!important;}
}



@media (max-width: 1280px){
.btn.next, .btn.prev,.owl-prev, .owl-next {top:15%;}
.item .OrderBTN{bottom: 2%;}	
}


@media (max-width: 1024px){
.btn.next, .btn.prev,.owl-prev, .owl-next {top:8%;}
.owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-nav:hover [class*='owl-'] {background-size:70% auto;}
.item .OrderBTN  {bottom: 5%;right:5px!important;}
.TextOverPicture h2 {font-size:40px;}
.TextOverPicture{top:20px;}
}

@media (max-width: 960px){
.owl-carousel .item p{font-size:12px;}
.TextOverPicture h3 {display:none;}
.TextOverPicture h2 {font-size:35px;top:5%;}
.item .OrderBTN {bottom: 10%;right:5px!important;}

}


@media (max-width: 720px){
.TextOverPicture{	width:100%;margin-left:0;}	
.TextOverPicture h3 {display:none;}
.TextOverPicture h2{font-size:30px;opacity:1;}
#NAVD {display:none;}
.arrowDown{background-size: 26px;height:30px;}
.item .OrderBTN {bottom: 25%;right:5px!important;}
}

@media (max-width: 650px){	
.TextOverPicture{top:15px;}
.OWL-Holder, .owl-carousel{min-height:150px;}
}


@media (max-width: 400px){	
.arrowDown{display:none;}
.owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-nav:hover [class*='owl-'] {opacity:0.4;background-size: 70% auto;}

.item .OrderBTN  {bottom: 32%;right:5px!important;}
.btn.next, .btn.prev,.owl-prev, .owl-next {height:140px;}
}





/* CUSTOM For Mike, was on page */



.owl-carousel .item .picture{
	height: auto;
	width: 100%;
	max-width: 100%;
	dislay: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100% ; 
	transition: all 1s ease-in-out;
}

.owl-carousel .item .picture img{transition: all 1s ease-in-out;}

.owl-carousel .item img{
	width:auto!important;
	margin: auto!important;
	transition: all 1s ease 0s;
	position: relative;
	display: block;
	background-color: transparent;
	max-width: 100%!important;
	transition: all 2s ease-in-out;	
	max-height:96vh!important;
}


.OWL-Holder{
	background: #999;
	width: 100%;
	padding-bottom:0px;
	overflow: hidden;
	display: block;
	transition: all 1s ease-in-out;
	margin-bottom: 0px;
	height: auto;
	min-height: 150px;
	max-height:100vh;
	position: relative;
		/*background-image: url(/images/loading.gif);*/
	background-repeat: no-repeat;
	background-position: center 52%;
	background-size: center 10% auto;
	
}

.owl-carousel .item {max-height:98vh;}


body .owl-theme .owl-controls .owl-dots {
	margin-top:-30px!important;margin-bottom:-2px; height:25px;overflow:hidden;display:block;max-width:85%;
}

body .owl-theme .owl-controls .owl-dots {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	overflow: hidden;
	display: block;	
	position: absolute;
	max-width: 94%;
	bottom:8px;
	left:1%;
	
}

.owl-theme .owl-dots .owl-dot span {opacity:0.5;}


@media (min-width: 1500px){
body .owl-theme .owl-controls .owl-dots {margin-top:-60px;max-width:100%;}
}

@media (min-width: 900px){
.OWL-Holder{min-height:240px;}
}

@media (max-width: 767px){
.owl-theme .owl-dot{display:none!important;}
}
  
.holder{position:absolute;top:0px;z-index:1;}



