/**
 * 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%;
	-webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);  
	width: 100%;
	max-width: 1444px;
	left: 50%;
}
.owl-theme .owl-nav [class*='owl-'] {
	cursor: pointer;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	width: 50px;	
	margin: 10px;
	color: #ffffff;
	background-color: rgba(255,255,255, 0);
	border: 1px solid #ffffff;	
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);  
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.owl-theme .owl-nav .owl-prev {	left: -50px; }
.owl-theme .owl-nav .owl-next {	right: -50px; }
.owl-theme:hover .owl-nav [class*='owl-'] {
	opacity: 1;
}
.owl-theme:hover .owl-nav .owl-prev {	left: 0; }
.owl-theme:hover .owl-nav .owl-next {	right: 0; }

.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;	
	color: #ffffff;
	background-color: rgba(255,255,255, 0.2);
	border: 1px solid #ffffff;	
}
.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;	
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	bottom: -50px;
	
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
}
.owl-theme:hover .owl-dots {
	opacity: 1;
	bottom: 0;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 10px 5px;
}
.owl-theme .owl-dots .owl-dot span {
	display: block;
	-webkit-backface-visibility: visible;	
	width: 20px;
	height: 20px;
	/* border-radius: 30px; */
	background-color: rgba(255,255,255, 0);
	border: 1px solid rgba(255,255,255, .6);	
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(255,255,255, 0.2);
	border: 1px solid #ffffff;
}


.owl-theme .item {
	
}
.owl-theme .item::after {
	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;
	
	-webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);  
					
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}







.owl-theme .item .slide_header {
	font-family: "Lato";
	font-weight: 300;
	color: #042246;
	/* font-size: 92px; */
	font-size: 4rem;
	line-height: 1;
	margin-bottom: 20px;
	
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.owl-theme .item .slide_header span {
	font-weight: 400;
}
.owl-theme .item .button {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.owl-theme .item .slide_header.white {
	color: #ffffff;
}




.left:hover polyline,
.left:focus polyline,
.right:hover polyline,
.right:focus polyline {
	stroke-width: 7;
}
.left:active polyline,
.right:active polyline {
	stroke-width: 9;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
polyline {
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

