:root {
    --move-left-distance: 15px;
    --move-right-distance: 30px;
}

.b6web-button {
    display: inline-block;
}

.b6web-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.b6web-button-icon {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.b6web-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}

.b6web-align-center {
    text-align: center; 
}
.b6web-align-center .b6web-button {
    width: auto; 
}
.b6web-align-right {
    text-align: right; 
}
.b6web-align-right .b6web-button {
    width: auto; 
}
.b6web-align-left {
    text-align: left; 
}
.b6web-align-left .b6web-button {
    width: auto; 
}
.b6web-align-justify .b6web-button {
    width: 100%; 
}

.b6web-button .b6web-align-icon-left {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; 
}
.b6web-button .b6web-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; 
}

.b6web-button-icon svg {
    width: 1em;
    height: auto; 
}

.b6web-testimonial-next:after,
.b6web-testimonial-prev:after {
  font-weight: bold;
}

.b6web-testimonial-next, 
.b6web-testimonial-prev{
    background-image: unset;
    border: 0;
}



.b6web-image-next:after,
.b6web-image-prev:after {
  font-weight: bold;
}

.b6web-image-next, 
.b6web-image-prev{
    background-image: unset;
    border: 0;
}

.swiper-pagination-bullet{
    opacity: 1;
}







.b6web-image-slide{
    width: 260px;
}



.b6web-image {
    background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
    position: relative;
    width:260px;
    height: 260px;
  }

  .b6web-image > * {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .b6web-image:before{
  	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  .b6web-image:hover::before {
    background: #000;
    opacity: 1;
  }
  .b6web-image:hover .b6web-image-name{ 
      transform: scale(1.1);
  }









.b6web-search-form-skin-full_screen .b6web-search-form_toggle{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    color: var(--e-search-form-toggle-color,#494c4f);
    font-size: var(--e-search-form-toggle-size,33px);
}
/* .b6web-search-form_toggle{
    display: flex;
	cursor: pointer;
} */

.b6web-lightbox{	
	transform: scale(1) !important;
}


.b6web-search-form_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    /* min-height: 50px; */
}

.b6web-search-form-skin-full_screen .b6web-search-form_container{
    display: inline-flex;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 15%;
    background-color: rgba(0,0,0,.8);
	transform: scale(0);
}

/* .b6web-search-form_input{
	height: 50px; 
    text-align: center;
	background-color: transparent;
	width: 100%;
	padding: 0;
} */

/* .b6web-search-form_submit{
	padding: 0;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
} */

/* .b6web-search-form_input:focus,
.b6web-search-form_submit:focus {
	outline: none;
} */

.b6web-search-form_close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}


.b6web-search-form_submit_icon{
    display: flex;
	justify-content: center;
	align-items: center;
}

.b6web-search-form_submit_icon svg {
    width: 1em;
    height: auto; 
}


@media (max-width: 1024px) {
    .b6web-tablet-align-center {
        text-align: center; 
    }
    .b6web-tablet-align-center .b6web-button {
        width: auto; 
    }
    .b6web-tablet-align-right {
        text-align: right; 
    }
    .b6web-tablet-align-right .b6web-button {
        width: auto; 
    }
    .b6web-tablet-align-left {
        text-align: left; 
    }
    .b6web-tablet-align-left .b6web-button {
        width: auto; 
    }
    .b6web-tablet-align-justify .b6web-button {
        width: 100%; 
    }
}

@media (max-width: 767px) {
    .b6web-mobile-align-center {
        text-align: center; 
    }
    .b6web-mobile-align-center .b6web-button {
        width: auto; 
    }
    .b6web-mobile-align-right {
        text-align: right; 
    }
    .b6web-mobile-align-right .b6web-button {
        width: auto; 
    }
    .b6web-mobile-align-left {
        text-align: left; 
    }
    .b6web-mobile-align-left .b6web-button {
        width: auto; 
    }
    .b6web-mobile-align-justify .b6web-button {
        width: 100%; 
    } 
}




.b6web-testimonial-description,
.b6web-testimonial-name,
.b6web-testimonial-role{
    display: flex;
    justify-content: center;
}