/**
 * 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%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1444px;
}
.owl-theme .owl-nav [class*='owl-'] {
	font-size: 30px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	background-color: rgba(255,255,255, 0);
	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, .2);
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.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: 10px;
}
.owl-theme:hover .owl-nav .owl-next {
	opacity: 1;
	right: 10px;
}
.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;
}

.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 {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	background-color: rgba(255,255,255, 0);
	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-color: rgba(255,255,255, .2);
	border: 1px solid #ffffff;
}
.owl-theme:hover .owl-dots {
	opacity: 1;
	bottom: 10px;
}


#home_slider .item {

}
#home_slider .item::after {
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#home_slider .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: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
#home_slider .item img {

}
#home_slider .item .slide_left {
	max-width: 50%;
}
#home_slider .item .caption img {
	/* max-width: 50%; */
	height: 100%;
	position: absolute;
	right: 10%;
	top: 0;
}
#home_slider .item .content_image {
	position: absolute;
	right: 5%;
	bottom: 0;
	height: 100%;
	width: auto;
}
#home_slider .item .slide_category {
	background: #de3c2f;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 25px;
	text-transform: uppercase
}
#home_slider .item .slide_header {
	color: #ffffff;
	font-size: 56px;
	font-weight: 300;
	margin-bottom: 0;

	font-size: 90px;
	color: #404040;
	/* padding: 25px 0 40px; */
	text-transform: uppercase;
}
#home_slider .item .slide_subheader {
	clear: both;
	color: #ffffff;
	font-size: 52px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px;
}
#home_slider .item .slide_text {
	max-width: 70%;
}
#home_slider .item p {
	font-style: italic;
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 50px;
}
#home_slider .item .button {
	background: transparent;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	border-color: #ffffff;
}
#home_slider .item .button:hover {
	color: #000000;
	background-color: #ffffff;
}
/* delays */
#home_slider .item .slide_category { animation-delay: 2000ms; }
#home_slider .item .caption img { animation-delay: 500ms; }
#home_slider .item .slide_header { animation-delay: 1000ms; }
#home_slider .item .slide_subheader { animation-delay: 1000ms; }
#home_slider .item p { animation-delay: 1500ms; }
#home_slider .item .button { animation-delay: 2000ms; }
#home_slider .item .content_image { animation-delay: 1500ms; }





/* RIGHT BORDER FIX */
/*
#offer_list.owl-carousel .owl-item img {
	width: 100%;
	height: auto;
	display: block;
}
#offer_list.owl-carousel .owl-item .item {
	padding: 10px;
	border-right: 1px solid #f00;
}
#offer_list.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	border: 1px solid #f00;
} */








#offer_list.owl-wrapper-outer {
	border-left: 2px solid silver;
}
#offer_list.owl-wrapper .owl-item {
	border: solid silver;
	border-width: 2px 2px 2px 0;
	margin-left: -1px;
}