/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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 .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



#main_slider {margin-bottom: 30px; }

	#main_slider .item {
		background-color: #00aec8;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 30%;
		position: relative;
		min-height: 220px;
		overflow: hidden;
		border-bottom: solid 5px rgba(255,255,255,0.5);
		box-sizing: border-box;
	}
	
	#main_slider .item:before {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; content: ""; background: #000; opacity: 0.25; }


		#main_slider .content {position: absolute;/* top: 50%; */bottom: 24px;left: 50%;max-width: 1170px;transform: translate(-50%, 0);overflow: hidden;text-align: center;max-height: 100%;margin: 0 auto;}
		#main_slider h3 {/* display: inline-block; */font-size: 2.6em;line-height: 1.1em;font-weight: bold;padding: 0;color: #fff;margin: 0 0 5px;text-shadow: 0 1px 10px #222; text-transform:uppercase;}
		#main_slider p {clear: both;display: inline-block;font-size: 1.6em;margin: 0;line-height: 1.1em;padding: 15px;overflow: hidden;text-shadow: 0 2px 10px #000, 1px 1px 1px #777, 0 0px 5px #222;color: #fff;} 



	
	@media (max-width: 767px) {
		#main_slider .item { }
			#main_slider .content {transform: translate(0, 0); left: 45px; right: 45px; }
			#main_slider h3 {font-size: 1.6em; margin-bottom: 0px; }
			#main_slider p {font-size: 1em; }
			
		.owl-main .owl-nav {top: 65%; }
			.owl-main .owl-prev {left: -15px; }
			.owl-main .owl-next {right: -15px; }
		*/
		
	}
	
	
	@media (min-width: 1430px) {
		#main_slider .item {padding-bottom: 0; height: 450px; }
		#main_slider .owl-nav {/* width: 1400px; margin-left: -700px; left: 50%; */ left: 5%; right: 5%; width: auto; }
	}






/* OWL THEMES */

/* main-slider */
.owl-main .owl-nav {position: absolute; top: 50%; margin-top: -20px; width: 100%; opacity: 0.02; }
	.owl-main .owl-prev,
	.owl-main .owl-next {position: absolute; width: 40px; height: 40px; }
	
		.owl-main .owl-prev {left: 20px; background: url("/files/00001/img/large_left.png") center top no-repeat; }
		.owl-main .owl-next {right: 20px; background: url("/files/00001/img/large_right.png") center top no-repeat; }

	.owl-main .owl-prev:hover,
	.owl-main .owl-next:hover {background-position: center bottom; }


.owl-main .owl-dots {display: block; text-align: center; position: absolute; bottom: 15px; right: 0; left: 0; opacity: 0.02; font-size: 0; }
	.owl-main .owl-dot {display: inline-block; width: 20px; height: 20px; margin: 0 2px; background: url("/files/00001/img/bullet.png") center top no-repeat; }
	
	.owl-main .owl-dot.active,
	.owl-main .owl-dot:hover {background-position: center bottom; }


.owl-nav,
.owl-dots {transition: opacity 0.4s ease-in-out; }

.owl-main:hover .owl-nav,
.owl-main:hover .owl-dots {opacity: 1; }


/* gallery-slider */
.owl-gallery {padding-top: 30px; margin-top: -24px; }
.owl-gallery .item {background-color: #00aec8; background-position: center top; background-repeat: no-repeat; background-size: cover; padding-bottom: 76%; position: relative; overflow: hidden; }
	.owl-gallery .content {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; padding: 15px; opacity: 0; background: #00AEC8; background: rgba(0, 174, 200, 0.92); transition: opacity ease 0.8s; color: #fff; box-sizing: border-box; text-align: center; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
		.owl-gallery .item:hover .content {opacity: 1; }

		.owl-gallery .content h3 {margin: 0 0 2em; padding: 0; border: none; color: #fff; text-align: center; line-height: 1.1em; font-weight: bold; font-size: 1.25em; }
		.owl-gallery .content a {position: absolute; left: 15px; bottom: 15px; width: 40px; height: 40px; line-height: 38px; text-align: center; display: block; color: #fff; font-size: 28px; border: solid 1px #ddd; }
			.owl-gallery .content a:hover {background: rgba(255,255,255,0.3); }
			
	.owl-gallery .item_label {position: absolute; bottom: 0; right: 0; font-size: 0.9em; color: #fff; background: #00AEC8; padding: 3px 5px; z-index: 1; }
	
	
	
	
	.owl-gallery .owl-dots {position: absolute; right: 0; top: 0; font-size: 0; text-align: right; }

		.owl-gallery .owl-dot {display: inline-block; height: 11px; width: 20px; margin: 0 3px; background: rgba(0,0,0,0.5); cursor: pointer; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
		.owl-gallery .owl-dot:hover,
		.owl-gallery .owl-dot.active {opacity: 1; }
		
		.owl-gallery .owl-dot:hover {background: rgba(0,0,0,0.7); }
		.owl-gallery .owl-dot.active {background: #00AEC8; cursor: default; }
		
