@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,300italic,400italic,700italic);

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



/* 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%;}
.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);}
/* 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);}
/* Tooltips */
.has-tip {  border-bottom: dotted 1px #cccccc; cursor: help; font-weight: bold; color: #333333; }
  .has-tip:hover, .has-tip:focus { border-bottom: dotted 1px #003f54; color: #008cba; }
  .has-tip.tip-left, .has-tip.tip-right {  float: none !important; }
.tooltip { display: none; position: absolute; z-index: 999; font-weight: normal; font-size: 0.875rem; line-height: 1.3; padding: 0.75rem; max-width: 85%; left: 50%; width: 100%; color: white; background: #333333;
  -webkit-border-radius: 3px; border-radius: 3px; }
  .tooltip > .nub { display: block; left: 5px; position: absolute; width: 0; height: 0;  border: solid 5px;  border-color: transparent transparent #333333 transparent; top: -10px; }
  .tooltip.opened { color: #008cba !important;  border-bottom: dotted 1px #003f54 !important; }
.tap-to-close { display: block; font-size: 0.625rem; color: #777777; font-weight: normal; }
@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {  border-color: transparent transparent #333333 transparent; top: -10px; }
  .tooltip.tip-top > .nub {  border-color: #333333 transparent transparent transparent;  top: auto;   bottom: -10px; } 
  .tooltip.tip-left, .tooltip.tip-right { float: none !important; }
  .tooltip.tip-left > .nub {  border-color: transparent transparent transparent #333333; right: -10px; left: auto;top: 50%; margin-top: -5px; }
  .tooltip.tip-right > .nub {  border-color: transparent #333333 transparent transparent; right: auto; left: -10px; top: 50%; margin-top: -5px; } }

/* Luke */

html,body {  font-size: 100%;
text-size-adjust: none;
-ms-text-size-adjust: none;
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
 }


*,*:before,*:after {  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  box-sizing: border-box; }
body {margin:0;background-color:#000;background-image:none;color:#fff; font-family:"Lato", sans-serif; text-align:center; }
h1, h2, h3, h4, h5, h6 {font-family:"Lato", sans-serif; color:#fff; opacity:1; font-weight:400; margin:8px auto;text-align:center; }
.owl-controls {display:none;}
#LSlideshow {width:90%; margin:0 auto 0 auto;}
body.Fullscreen .LButtons {display:none;}
.LButtons.FullscreenOnly {display:none;}
body.Fullscreen .LButtons.FullscreenOnly {display:block;}
body.Fullscreen #LSlideshow {width:100%;}
#LSlideshow .LSlide {height:100%; position:relative; background-repeat:no-repeat; background-size:contain;background-position:center center;}
body.Fullscreen #LSlideshow .LSlide {background-position:center center;}
#LSlideshow .LSlide .Caption {display:block; text-align:center; padding:2px; margin:0; position:absolute; bottom:0; width:100%; background:rgba(0,0,0,.5); color:#fff;}
body.Fullscreen #LSlideshow .LSlide .Caption {padding:2px 2rem 2px 2rem;}
#Thumbs {width:90%; padding-top:16px; position:absolute; bottom:20px; left:5%; background-color:rgba(0,0,0,0.5); height:auto;} 
#Thumbs .Caption {display:none;}
#Thumbs .SlideHtmlContent * {
	line-height:140%; 
	font-size:10%;
}
#Thumbs .LSlide {cursor:pointer;height:100%;position:relative; margin:0 5px;opacity:0.7; border-top:solid 2px rgba(0,0,0,0);background-repeat:no-repeat; background-size:contain;background-position:center top;}
#Thumbs .LSlide:hover {opacity:1;} 
#Thumbs .Hilite .LSlide {opacity:1; border-top:solid 2px #fff;}
#Thumbs .VimeoSlide {pointer-events:none;}
.LButtons { padding:8px;  }
.LButtons div, .LButtons a { color:#000;display:inline-block; background-color:#ccc; opacity:0.7; border-radius:4pt; padding:4pt; margin:0 2pt; cursor: pointer; }
.LButtons span.ButtonsContainer {background-color:#333; border:solid 1px #666; display:inline-block; padding:3px; border-radius:3px;}
.LButtons div.LClose { font-size:12px; padding:3px 5px; color:#fff; background:transparent; margin:0; position:relative; top:-8px; border-radius:0;}
.LButtons div.Playing {	background-color:#86FF53}
.LButtons div:hover, .LButtons div:active { opacity:1}

.SlideHtml {height:100%; background-color:rgb(0,0,0); overflow:hidden;  }
#Thumbs .SlideHtml {background-color:#333}
#Thumbs .SlideHasPic > .SlideHtml, .SlideHasPic > .SlideHtml {background-color:rgba(0,0,0,.5)}
#Thumbs .SlideHtml .SlideHtmlContent {padding:0 10%;}

.LCustomMenu { display: none; z-index: 1000; position: absolute; overflow: hidden; border: 1px solid #CCC; white-space: nowrap; background: #FFF; color: #333; border-radius: 5px; padding: 0;}
.LCustomMenu li { padding: 8px 12px; cursor: pointer; list-style-type: none; transition: all .3s ease; text-align:left; }
.LCustomMenu li:hover { background-color: #DEF; }
.LCustomMenu input {min-width:300px;}


/* Flex video */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }


/* Default for small displays*/
@media only screen {
#LSlideshow .SlideHtml .SlideHtmlContent {position: relative;top: 50%;transform: translateY(-50%); padding:0 10%;}
	p.Caption {font-size:14pt; line-height:18pt;}
	h1 {font-size:18pt; line-height:24pt;}
	#LSlideshow .SlideHtml .SlideHtmlContent p {font-size:14pt; line-height:1.4;}
	}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
#LSlideshow .SlideHtml .SlideHtmlContent {padding:0 20%;}
	p.Caption {font-size:18pt; line-height:24pt;}
	body.Fullscreen p.Caption {font-size:24pt; line-height:30pt;}
	h1 {font-size:24pt; line-height:30pt;}
	#LSlideshow .SlideHtml .SlideHtmlContent p {}
	}
	
/* Large Displays: 1025px and up */
@media only screen and (min-width: 64.063em) {	
#LSlideshow .SlideHtml .SlideHtmlContent {padding:0 30%;}
	#LSlideshow .SlideHtml .SlideHtmlContent p {font-size:18pt;}
	}	

:fullscreen , :-webkit-full-screen, :-moz-full-screen,:-ms-fullscreen {background-color:#000;}
.owl-controls { position:absolute; bottom:16px; width:100%; background:#000; opacity:0.6;}
.owl-carousel{	margin:0 auto 0 auto;}
.owl-carousel .owl-wrapper-outer {height:100%;}
.owl-carousel .owl-wrapper {height:100%;}
.owl-item {height:100%;}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #869791;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* 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: 6px;
	height: 6px;
	margin: 3px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}

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

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* 
 *  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 1s both ease;
  -moz-animation: fadeOut 1s both ease;
  animation: fadeOut 1s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 1s both ease;
  -moz-animation: fadeIn 1s both ease;
  animation: fadeIn 1s 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 */
/*empty*/
@-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); }
}