#slidehero .full-height {
    height:550px;
}
#slidehero .over-hide {
    overflow: hidden;
}
#slidehero .section {
    position: relative;
    width: 100%;
    display: block;
    background:var(--dblue2)
}

@media (max-width: 991px) {
	#slidehero .full-height {
		height: 500px;
	}
}

@media (max-width: 767px) {
	#slidehero .full-height {
		height: 500px;
	}
}

#slidehero .slide-bg-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slidehero .slide-bg-image::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--blackrgba5);
}


#slidehero .hero-center-section {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 5;
	transform: translateY(-50%);
}

#slidehero img {
    vertical-align: middle;
    border-style: none;
}



#slidehero h2 {
	font-size:48px;
	font-weight: bold;
	line-height: 1.1;
	color: var(--white);
	transition:all .4s ease;
}

@media (max-width: 1199px) {
	#slidehero h2 {
		font-size:40px;
	}
}

@media (max-width: 991px) {
	#slidehero h2 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	#slidehero h2 {
		font-size:32px;
	}
}


#slidehero p {
	font-size: 24px;
	line-height: 1.2 !important;
	letter-spacing: normal;
	color:var(--white);
	transition:all .4s ease;
}

@media (max-width: 767px) {
	#slidehero p {
		font-size: 20px;
		font-weight: normal;
	}
}






#slidehero .bakery-thumbs-wrap {
	position: absolute;
	top: 50%;
	right: 140px;
	z-index: 1;
	transform: translateY(-50%);
}
#slidehero .bakery-thumbs{
	position: relative;
	display: block;
	width: 65px;
	height: 65px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
	overflow: hidden;
	cursor: pointer;
    transition: all 250ms linear;
	transform: scale(0.8);
	box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.5) !important;
}
#slidehero .bakery-thumbs:hover{
	box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.8) !important;
	transform: scale(0.9);
}
#slidehero .swiper-bakery-thumbs .swiper-slide-thumb-active .bakery-thumbs{
	box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.8) !important;
	transform: scale(1);
}
#slidehero .bakery-thumbs img{
	width: 100%;
	height: auto;
	display: block;
}



#slidehero .swiperone-button-next,
#slidehero .swiperone-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

#slidehero .swiper-bakery .swiperone-button-next,
#slidehero .swiper-bakery .swiperone-button-prev{
    position:absolute;
    top: 50%;
    bottom: auto;
    border-radius: 50%;
    border: none;
    background-color: var(--dbluergba8);
    width: 50px;
    height: 50px;
	border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: 0;
    right: 30px;
    left: auto;
    transition: all 200ms linear;
}
#slidehero .swiper-bakery .swiperone-button-next img,
#slidehero .swiper-bakery .swiperone-button-prev img {
    height: 15px;
	width: auto;
	display: block;
}
#slidehero .swiper-bakery .swiperone-button-next:hover,
#slidehero .swiper-bakery .swiperone-button-prev:hover{
	opacity: 1;
	border: none;
}
#slidehero .swiper-bakery .swiperone-button-prev{
    margin-top: -45px;
}
#slidehero .swiper-bakery .swiperone-button-next{
    margin-top: 7px;
}


#slidehero .swiper-bakery .swiperone-button-prev:hover{
	border: none;
    background-color: var(--orange2);
}
#slidehero .swiper-bakery .swiperone-button-next:hover{
	border: none;
    background-color: var(--orange2);
}

#slidehero .swiper-bakery .swiperone-button-next:active,
#slidehero .swiper-bakery .swiperone-button-prev:active,
#slidehero .swiper-bakery .swiperone-button-next:focus,
#slidehero .swiper-bakery .swiperone-button-prev:focus{
	border: none;
}
#slidehero .swiper-bakery .swiperone-button-next:active:hover,
#slidehero .swiper-bakery .swiperone-button-prev:active:hover,
#slidehero .swiper-bakery .swiperone-button-next:focus:hover,
#slidehero .swiper-bakery .swiperone-button-prev:focus:hover{
	border: none;

}



@media (max-width: 991px) { 


	#slidehero .bakery-thumbs-wrap {
		top: auto;
		bottom: 90px;
		right: auto;
		left: 50%;
		transform: translate(-50%, 0);
		width: 320px;
		height: auto;
	}


}
