/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #FFF; 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; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-dots .owl-dot span { width: 15px; height: 15px; margin: 5px 7px; background: rgba(75,168,46,1); display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; border: 1px solid #fff; box-shadow: 1px 1px 5px #4d4d4de8; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fff; border: 1px solid #00041f; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; position: absolute; bottom: 120px; left: 50%; transform: translateX(-50%); }

.owl-theme { }
.owl-theme .item { width: 100%; height: 844px; position: relative; }
.owl-theme .item1 { background: url(/img/slide_002.jpg) no-repeat center; }
.owl-theme .item2 { background: url(/img/slide_001.jpg) no-repeat center; }
.owl-theme .item3 { background: url(/img/slide_000.jpg) no-repeat center; }
.owl-theme .item4 { background: url(/img/slide_003.jpg) no-repeat center; }
.owl-theme .item5 { background: url(/img/slide_004.jpg) no-repeat center; }
.owl-theme .item6 { background: url(/img/slide_005.jpg) no-repeat center; }

@media screen and (max-width: 991px) {
	.owl-theme .item { height: 426px; }
	.owl-theme .item1 { background: url(/img/slide_002_md.jpg) no-repeat center; }
	.owl-theme .item2 { background: url(/img/slide_001_md.jpg) no-repeat center; }
	.owl-theme .item3 { background: url(/img/slide_000_md.jpg) no-repeat center; }
	.owl-theme .item4 { background: url(/img/slide_003_md.jpg) no-repeat center; }
	.owl-theme .item5 { background: url(/img/slide_004_md.jpg) no-repeat center; }
	.owl-theme .item6 { background: url(/img/slide_005_md.jpg) no-repeat center; }
	.owl-theme .owl-nav.disabled + .owl-dots { bottom: 20px;}
@media (max-width: 575px) {
	.owl-theme .item { }
}

