.bxslider {
    padding-left:0!important
}
.new_fullwidth_carousel {
    width: 100%;
    overflow:hidden;
    position: relative;
}
.new_fullwidth_carousel .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    background: transparent;
    margin: 0;
}
.new_fullwidth_carousel li {
    width:100%
}
.new_fullwidth_carousel .slide {
    text-align: center;
    overflow: hidden;
    position: relative;
    width:100%;
/*    padding-bottom:90px;*/
}
/*
.new_fullwidth_carousel .slide:before {
    content: '';
    position: absolute;
    top:0; 
	left:calc(50% - 400px); 
	right:calc(50% - 400px); 
	bottom:0;
    background-color: rgba(202,163,3,0.85);
}
*/
.new_fullwidth_carousel .slide .slide-left-img,
.new_fullwidth_carousel .slide .slide-right-img {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}
.new_fullwidth_carousel .slide .slide-left-img {
	left: 0;
}
.new_fullwidth_carousel .slide .slide-right-img {
	right:0;
}
.new_fullwidth_carousel .slide .container.container-slide {
    position: relative;
    z-index: 1;
	width: 768px;
    max-width: 90%;
	background-image: linear-gradient(100deg, rgba(254, 203, 5, 0.00) 15.88%, #FECB05 20.07%, #FECB05 77.74%, rgba(254, 203, 5, 0.00) 82.9%);
	background-size: 100% 100%;
}

.new_fullwidth_carousel .slide .slide-title {
    font-family: "Alata";
    margin: 0;
    color: #C31101;
    font-weight: 400;
    font-size: 2.5rem;
	text-transform: uppercase;
    line-height: 1.1;
}
.new_fullwidth_carousel .slide .slide-subtitle {
    font-family: "Alata";
    font-weight:400;
    font-size: 1.5rem;
    line-height: 1.1;
    color:#C31101;
    padding-bottom:30px;
}

/* pager */

.new_fullwidth_carousel .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 120px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none!important;
    width: 70px;
    height: 15px;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager a:before {
    content: '';
    position: absolute;
    bottom:0; left: 0; width:100%;
    height: 2px;
    background: rgba(255,255,255,0.3);
    transition: all .5s
}
.bx-wrapper .bx-pager.bx-default-pager a:hover:before,
.bx-wrapper .bx-pager.bx-default-pager a.active:before,
.bx-wrapper .bx-pager.bx-default-pager a:focus:before {
    background: rgba(255,255,255,0.8);
    height:4px;
}

/**/

@media only screen and (min-width: 768px) and (max-width: 1439px) {
    .new_fullwidth_carousel .slide .container {
        padding: 0 15% 90px;
    }
	.new_fullwidth_carousel .slide .slide-left-img, .new_fullwidth_carousel .slide .slide-right-img {
		width: calc(60% - 200px);
	}
}
@media only screen and (min-width: 992px) {
    .new_fullwidth_carousel, .new_fullwidth_carousel .slide {
        height: 480px;
    }
    .new_fullwidth_carousel .slide .slide-title {
        font-size: 2.325rem;
    }
}
@media only screen and (min-width: 1440px) {
    .new_fullwidth_carousel .slide .container {
		padding: 0 12% 90px;
    }
	.new_fullwidth_carousel .slide .slide-left-img, .new_fullwidth_carousel .slide .slide-right-img {
		width: calc(62% - 380px);
	}
    .new_fullwidth_carousel .slide .slide-title {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 1921px) {
	.new_fullwidth_carousel, .new_fullwidth_carousel .slide {
        height: 600px;
    }
	.new_fullwidth_carousel .slide .container.container-slide {
		width: 1000px;
	}
	.new_fullwidth_carousel .slide .container {
        padding: 0 200px 90px;
    }
	.new_fullwidth_carousel .slide .slide-title {
        font-size: 3rem;
    }
    .new_fullwidth_carousel .slide .slide-subtitle {
        font-size:2rem
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .new_fullwidth_carousel, 
	.new_fullwidth_carousel .slide {
        height: 400px
    }
    .new_fullwidth_carousel .slide .container {
        padding: 0 18% 90px;
    }
    .new_fullwidth_carousel .slide .slide-title {
/*        padding: 20px 0 50px;*/
    }
    .new_fullwidth_carousel .slide .slide-title {
        font-size: 2rem;
    }
    .new_fullwidth_carousel .slide .slide-subtitle {
        font-size:1.5rem
    }
    .new_fullwidth_carousel .bx-wrapper .bx-pager {
        bottom: 110px;
    }

}
@media only screen and (max-width: 767px) {
	.new_fullwidth_carousel, .new_fullwidth_carousel .slide {
        height: 350px
    }
    .new_fullwidth_carousel .slide .container {
        padding: 0 18% 70px;
    }
    .new_fullwidth_carousel .slide .slide-title {
/*        padding: 10px 0 40px;*/
        font-size: 1.325rem;
    }
    .new_fullwidth_carousel .slide .slide-subtitle {
        font-size:.875rem;
		padding-bottom: 15px
    }
    .new_fullwidth_carousel .bx-wrapper .bx-pager {
        bottom: 80px;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .new_fullwidth_carousel, .new_fullwidth_carousel .slide {
        height: 275px
    }
}
