.slider {
	font-family: Arial;
}

.owl-carousel .owl-stage-outer {
	display: block;
	height: auto;
	max-height: 100%;
}

.owl-carousel img {
	display: block;
	width: 100%;
	height: auto;
	max-width: inherit;
}

.owl-dots {
	bottom: 5%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(144, 144, 144, 0.5);
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.owl-dots .owl-dot:first-child {
	margin: 0;
}

.owl-dots .owl-dot {
	border-radius: 12px;
	background-color: white;
	margin: 0 0 0 5px;
	float: left;
	opacity: 0.4;
	position: relative;
}

.owl-dots .owl-dot.active {
	opacity: 1;
}

.owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 30%;
	bottom: 30%;
}

.owl-nav .owl-next span, .owl-nav .owl-prev span{
	visibility: hidden;
}

.owl-theme .owl-nav .owl-next {
	right: 0 !important;
	float: right;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-prev {
	left: 0 !important;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	float: left;
}
.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
	background: url('../../Icons/icon-arrow-slider.svg') no-Repeat center center;
	background-size: 80%;
	background-color: rgba(201, 201, 201, 0.2);
	position: relative;
	top: 50%;
	-webkit-transition: background-color 500ms;
	-moz-transition: background-color 500ms;
	-ms-transition: background-color 500ms;
	-o-transition: background-color 500ms;
	transition: background-color 500ms;
	cursor: pointer;
	width: 53px;
	height: 110px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: rgba(240, 240, 240, 0.6);

}
.sz-slider-info-left, .sz-slider-info-right {
	z-index: 100;
	position: absolute;
	width: 400px;
	min-height: 200px;
	max-height: 400px;
	bottom: 100px;
	color: #3B3B3B;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.sz-slider-info-left {
	left: 120px;
}

.sz-slider-info-right {
	right: 0px;
}

.sz-slider-info-left h3, .sz-slider-info-right h3 {
	position: relative;
	margin: 0 0 23px;
	line-height: 54px;
	font-size: 47px;
	font-weight: 300;
}

.sz-slider-info-left p, .sz-slider-info-right p {
	line-height: 23px;
	position: relative;
	margin-bottom: 40px;
}

.sz-slider-info-left a, .sz-slider-info-right a {
	position: relative;
	color: white;
	text-shadow: none;
	text-decoration: none;
	background: #454545;
	padding: 14px;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-ms-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
}

.sz-slider-info-left a:hover, .sz-slider-info-right a:hover {
	background: #FFA83E;
}

@media (max-width: 770px) {
	.sz-slider-info-left, .sz-slider-info-right {
		width: auto;
		height: auto;
		color: #3B3B3B;
		position: static;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-ms-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
		margin-top: 20px;
		margin-left: 20px;
	}
	.sz-slider-info-left h3, .sz-slider-info-right h3{
		line-height: 25px;
		font-size: 28px;
	}
	.sz-slider-info-left h4, .sz-slider-info-right h4{
		font-size: 16px;
		line-height: 10px;
	}
	.sz-slider-info-left p, .sz-slider-info-right p{
		font-size: 13px;
		line-height: 10px;
		margin-bottom: 25px;

	}
	.sz-slider-info-left a, .sz-slider-info-right a{
		font-size: 13px;
		line-height: 10px;
		padding:10px;
	}


	.owl-dots{
		bottom: 0;
		background-color: white;
	}

	.owl-dots .owl-dot {
		background-color: black;
		opacity: 0.4;
	}

	.owl-nav {
		display: none;
	}
}

@media (max-width: 470px){
	.owl-dots{
		bottom: 0;
		background-color: white;
	}

	.owl-dots .owl-dot {
		background-color: black;
		opacity: 0.4;
	}
}
