/* home slider navigation buttons */
.home-slider .sw-nav, .home-slider.n-hover:hover .sw-nav {
	top: auto;
	bottom: 15px;
	width: 56px;
	height: 56px;
}
.home-slider .sw-nav:before {
	margin-top: 23px;
}
.home-slider .sw-nav.prev {
	left: auto;
	right: 85px;
}
.home-slider .sw-nav.next {
	right: 20px;
}
/* home slider texts */
.home-slider .custom-html {
	display: block;
	top: 0;
	left: 0;
	padding: 5%;
	text-align: left;
	color: #FFF;
	font-size: 1.3em;
}
.home-slider .custom-html p {
	max-width: 350px;
	line-height: 1.5;
	color: #FFF;
}
.home-slider .custom-html .btn {
	text-transform: uppercase;
	color: #555;
}
.home-slider .custom-html h2 {
	font-size: 2.1em;
	color: #FFF;
	margin: 0;
	padding: 0;
}
.home-slider {
	margin-bottom: 10px;
}
.home-slider img {
	width: 100%;
}
@media (max-width: 991px) {
	.home-slider .custom-html {
		padding: 10% 5%;
	}
	.home-slider .custom-html h2 {
		font-size: 1.5em;
	}
	.home-slider .custom-html p {
		display: none;
	}
}
@media (max-width: 767px) {
	.home-slider .sw-nav {
		display: none;
	}
}

.html-over .custom-html{
	top:unset!important;
	display:grid;
	grid-template-colums:repeat(1, 1fr);
	grid-gap:0.2rem;
	align-content:end;
	position:absolute;
	height:100%;
}

span.btn.btn-discovery-link {
    color: #fff;
    background-color: #000;
    position: relative;
  /*  margin-top: -5rem;*/
    border-radius:0;
}

.displayCustomBanners4  .cb-item-content .custom-html{
    background: linear-gradient(to bottom,rgba(124,124,124,0) 22%,rgba(0,0,0,.4) 100%);
}
.displayCustomBanners4 .cb-item-content .cb-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    z-index: -1;
    position: relative;
   
}

.displayCustomBanners4 .cb-item-content .cb-img:hover {
    display: inline-block;
    max-width: 100%;
    height: auto;
    z-index: -1;
    position: relative;
}
.displayCustomBanners4 .html-hover{
	outline: 1px solid whitesmoke;
    outline-offset: -10px;
}
.displayCustomBanners4 .cb-item-content:hover {
	-webkit-transform : rotate(1deg) scale(1.02); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : rotate(1deg) scale(1.02); /* IE 9 */
    transform         : rotate(1deg) scale(1.02); /* Firefox 16+, IE 10+, Opera */   
}

.displayCustomBanners4 .html-over .custom-html{
	outline: 1px solid whitesmoke;
    outline-offset: -10px;
}

.displayHome{
    margin: 3rem 0 0 0;
}


@media (max-width: 480px) {
    .displayHome{
        margin: 2rem 0 0 0;
    }
    
    .displayHome .cb-item:first-child {
      margin-bottom: 1rem;
    }
}

.displayHome .cb-item-content .cb-img{
    border-radius: 10px;
}

.displayHome .cb-wrapper.type-2 {
    display: none;
}

.home_title_block:before, .home_title_block:after{
	display: none;
}

.home_title_block{
	justify-content: center;
    font-weight: 600;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
}
.home_title_block span{
	font-size: 20px;
	color: #111;
}

.displayHome .cb-wrapper.type-1 .cb-item-content .home_title_block{
	display: none;
}

@media (max-width: 575px) {
	.displayHome .cb-wrapper.type-1 .cb-item:last-child {
	  margin-top: 2rem;
	}
	.home_title_block span{
	font-size: 18px;
}
}
