/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
	overflow: hidden;
}
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1444px;
	left: 50%;
}
.owl-theme .owl-nav [class*='owl-'] {
	font-size: 30px;
	background-color: rgba(255,255,255, 0);
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: -webkit-flex;
	display: flex;
	height: 50px;
	width: 50px;
	line-height: 50px;
	justify-content: center;
	align-items: center;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: rgba(255,255,255, 0.2);
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
#home_slider .owl-nav [class*='owl-'] {
	display: none;
	transition: 0.6s linear;
}
#home_slider:hover .owl-nav [class*='owl-'] {
	display: inline-block;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	bottom: -50px;
	transition: 0.6s all;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background-color: rgba(255,255,255, 0);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	/* border-radius: 30px; */
	border: 1px solid rgba(255,255,255, .6);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	/* background: #869791; */
	background-color: rgba(255,255,255, 0.2);
	border: 1px solid #ffffff;
}


.owl-theme:hover .owl-dots {
	opacity: 1;
	bottom: 10px;
}


.owl-theme .item {
	/* height: 100vh; */
	/* width: 100vw; */
	/* position: relative; */
}
#slider.owl-theme .item::after {
	/* background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	/* background: transparent url("../images/dots.png") repeat scroll 0 0; */



	/* background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%); */
  /* background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%); */
  /* background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%); */
  /* background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%); */
  /* -webkit-background-size: 3px 3px; */
  /* -moz-background-size: 3px 3px; */
  /* background-size: 3px 3px; */




	/* background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px); */
  /* background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px); */
  /* background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px); */
  /* background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px); */
  /* -webkit-background-size: 4px 4px; */
  /* -moz-background-size: 4px 4px; */
  /* background-size: 4px 4px; */
}
.owl-theme .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 50%;
	left: 50%;
	max-width: 1200px;
	margin: 0 auto;
	transform: translate(-50%,-50%);
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
.owl-theme .item img {
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
	/* object-position: 50% 50%; */
}
.owl-theme .item .slide_header {
	font-family: Lato;
	/* float: left; */
	margin-bottom: 2px;
	color: #ffffff;
	font-size: 54px;
	font-weight: 900;
	/* background-color: rgba(255,255,255,0.3); */
	/* background-color: rgba(2,29,105,0.3); */
	padding: 0 20px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;

  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.owl-theme .item .slide_subheader {
	clear: both;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;

  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.owl-theme .item .slide_text {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	width: 100%;

  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.owl-theme .item .button {
	/* t */
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0faef8;
	border-color: #0faef8;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	padding-right: 45px;
}
.owl-theme .item .button:hover {
	color: #0faef8;
	background-color: #ffffff;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -50px;
	top: 50%;
  transform: translateY(-50%);
	opacity: 0;
	transition: 0.6s all;
}
.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -50px;
	top: 50%;
  transform: translateY(-50%);
	opacity: 0;
	transition: 0.6s all;
}

.owl-theme:hover .owl-nav .owl-prev {
	opacity: 1;
	left: 0;
}
.owl-theme:hover .owl-nav .owl-next {
	opacity: 1;
	right: 0;
}


.left:hover polyline,
.left:focus polyline,
.right:hover polyline,
.right:focus polyline {
	stroke-width: 7;
}
.left:active polyline,
.right:active polyline {
	stroke-width: 9;
	transition: all 100ms ease-in-out;
}
polyline {
	transition: all 250ms ease-in-out;
}