.home-slider {
	background: #fff;
}
.home-slider .owl-bg-img {
	position: relative;
  	background-size: cover;
    background-position: 100% 30%;
}

.home-slider .owl-content-wrapper {
 	width: 100%;
  	/*padding: 50px 0 80px 100px;*/
  	text-align: center;
}

.home-slider .owl-content-wrapper h1 {
	font-family: "AppenRegular", Arial, Helvetica, sans-serif !important;
  	font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    color: #131313;
    margin-bottom: 20px;
    margin-top: 0;
}

.home-slider .owl-content-wrapper p {
	font-family: "AppenRegular", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 30px;
}

.home-slider .owl-content-wrapper a.owl-btn {
    display: inline-block;
    background: #DC3318;
    color: #fff;
    font-family: "AppenBold";
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
    margin-bottom: 20px
}

.home-slider .owl-mobile-img {
 	display: none;
}

.home-slider .owl-dots {
  	bottom: 45px;
  	display: block;
  	left: 0;
  	position: absolute;
  	text-align: center;
  	width: 100%;
  	z-index: 100 !important;
}
.home-slider .owl-dots .owl-dot span {
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
    margin: 5px 4px;
}
.home-slider .owl-dots .owl-dot.active span {
    background: #DC3318;
}
.home-slider .owl-dots .owl-dot:focus {
	border: 0;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 1022px) {
	.home-slider .owl-content-wrapper {
    	position: absolute;
        top: 50%;
        left: 100px;
    	max-width: 520px;
    	width: 100%;
        transform: translateY(-50%);
        text-align: left;
    }
    .home-slider .owl-bg-img {
    	min-height: 580px;
    }
	.home-slider .owl-content-wrapper h1 {
    	font-size: 46px;
    	line-height: 50px;
    }
    .home-slider .owl-content-wrapper p {
    	font-size: 18px;
    	line-height: 32px;
    }
    .home-slider .owl-content-wrapper a.owl-btn {
    	font-size: 18px;
    	line-height: 28px;
    }
    .home-slider .owl-dots {
  		bottom: 30px;
    }
}

@media (min-width: 1400px) {
	.home-slider .owl-content-wrapper h1 {
    	font-size: 48px;
    	line-height: 60px;
    }
}

@media screen and (max-width: 1399px) {
	/*.home-slider .owl-content-wrapper {
    	padding: 40px 4%;
    }*/
    .home-slider .owl-content-wrapper {
    	left: 25px;
        max-width: 500px;
    }
    .home-slider .owl-bg-img {
        background-position: 100% 100%;
    }
}

@media only screen and (max-width: 1021.98px) {
	.home-slider .owl-content-wrapper {
    	max-width: 100%;
        padding-top: 50px;
    	padding-bottom: 0;
    }
  	.home-slider .owl-bg-img {
    	background-image: none !important;
  	}
  	.home-slider .owl-mobile-img {
    	display: block;
  	}
}