

/*--------------------------------------------------------------------------------------------------------------------------- sp-page-builder -------*/

/*#sp-page-builder .sp-pagebuilder-page-edit { z-index: 99999;}*/

.z-index-1 { z-index: -1 !important;}
.z-index0 { z-index: 0 !important;}
.z-index1 { z-index: 1 !important;}
.z-index2 { z-index: 2 !important;}
.z-index3 { z-index: 3 !important;}
.z-index4 { z-index: 4 !important;}

/*a { color: #3071ff;}
a:hover, a:focus, a:active { color: #4e85ff;}*/

/*------------------------------------------------------------------------------------------------------------------------------image content-------- */

.sppb-addon-image-content .sppb-container { display: flex; align-items: center; justify-content: center; }

.sppb-addon-image-content .sppb-container .sppb-row { width: 100%;}

.sppb-addon-image-content .sppb-container .sppb-content-holder { display: flex; justify-content: center; flex-direction: column;}

/*.sppb-addon-image-content p.sppb-image-content-text { display:none;}*/

/*
.sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 20px 0px 20px 20px !important;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 20px 20px 20px 0px !important;
}*/

.sppb-addon-image-content H2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:1400px) {
    .sppb-addon-image-content.aligment-left .sppb-content-holder {
        padding: 20px 0px 20px 0px !important;
        min-height: 550px;
    }
    .sppb-addon-image-content.aligment-right .sppb-content-holder {
        padding: 20px 0px 20px 0px !important;
        min-height: 550px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
	/*.sppb-container { max-width: 1210px; }*/
    .sppb-addon-image-content.aligment-left .sppb-content-holder {
        padding: 20px 0px 20px 0px !important;
        min-height: 450px;
    }
    .sppb-addon-image-content.aligment-right .sppb-content-holder {
        padding: 20px 0px 20px 0px !important;
        min-height: 450px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
	/*.sppb-container { max-width: 1080px; }*/
    .sppb-addon-image-content.aligment-left .sppb-content-holder {
        padding: 20px 0px 20px 0px !important;
        min-height: 400px;
    }
    .sppb-addon-image-content.aligment-right .sppb-content-holder {
        padding: 20px 0px 20px 0px !important;
        min-height: 400px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
	/*.sppb-container { max-width: 830px; }*/
    .sppb-addon-image-content.aligment-left .sppb-content-holder {
        padding: 20px 0px 20px 0px !important;
        min-height: 400px;
    }
    .sppb-addon-image-content.aligment-right .sppb-content-holder {
        padding: 20px 0px 20px 0px !important;
        min-height: 400px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
	/*.sppb-container { max-width: 720px; }*/
    .sppb-addon-image-content.aligment-left .sppb-content-holder {
        padding: 20px 0px !important;
    }
    .sppb-addon-image-content.aligment-right .sppb-content-holder {
        padding: 20px 0px !important;
    }
    .sppb-addon-image-content .sppb-image-holder {
        min-height: 440px !important;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
	/*.sppb-container { max-width: 510px; }*/
    .sppb-addon-image-content .sppb-container {
        margin-right: 0; margin-left: 0;
	}
    .sppb-addon-image-content.aligment-left .sppb-content-holder {
        padding: 20px 0px !important;
    }
    .sppb-addon-image-content.aligment-right .sppb-content-holder {
        padding: 20px 0px !important;
    }
    .sppb-addon-image-content .sppb-image-holder {
        min-height: 300px !important;
    }
}

/*----------------------------------------------------------------------- special offset -------*/

@media (min-width: 768px) and (max-width: 1920px) {
  .imgcontoffsetleft .sppb-addon-image-content.aligment-left .sppb-content-holder {
    /*padding: 20px 20px 20px 20px !important;*/
    min-height: 550px;
    margin-left: -5%;
    /*width: 110%;*/
	}
  .imgcontoffsetleft .sppb-addon-image-content .sppb-image-holder {
	width: 45%;
	}
}
@media (min-width: 768px) and (max-width: 1920px) {
  .imgcontoffsetright .sppb-addon-image-content.aligment-right .sppb-content-holder {
    /*padding: 20px 20px 20px 20px !important;*/
    min-height: 550px;
    width: 105%;
   }
  .imgcontoffsetright .sppb-addon-image-content .sppb-image-holder {
	width: 45%;
   }
}

/*-------------------------------------------------------------------------- no link img -------*/

.nolinkimg .sppb-image-holder { pointer-events: none; cursor: default;
}
.nolinkimg .sppb-addon-overlay-image-content a { pointer-events: none; cursor: default; 
}
.nolinkimg .sppb-image-holder {
    background-position: 50% !important;
    -webkit-filter: brightness(100%) contrast(100%) !important;
    filter: brightness(100%) contrast(100%) !important;
}
.nolinkimg .sppb-container {
    background-color: rgba(0, 0, 0, 0.0) !important;
}
.nolinkimg .sppb-image-holder::after {
    display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------- image overlay --------*/


.sppb-addon-image-overlay-icon {
    color: #fff;
    text-decoration: none;
    font-size: 68px;
    height: 36px;
    line-height: 68px;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0%;
    left: 0%;
    margin: 0px;
    margin-top: 0px;
    background: transparent !important;
    border-radius: 0;
    /*border: 1px solid #444;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    opacity: 0;
    outline: 0;
    user-select: none;
    caret-color: transparent;
}

.mfp-content button.mfp-close {
    caret-color: transparent;
}

.sppb-addon-image-overlay-icon:hover {
    user-select: none;
}

.sppb-addon-image-overlay-icon:active {
    user-select: none;
    
}

.sppb-addon-image-overlay-icon:focus {
    user-select: none;
    
}

.sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon,
.sppb-addon-overlay-image:hover .sppb-addon-image-overlay-icon {
    display: flex;
    -webkit-animation: zoomIn .3s;
    animation: zoomIn .3s;
    opacity: 1;
    outline: 0;
    user-select: none !important;
}

.sppb-addon-image-overlay-icon:active,
.sppb-addon-image-overlay-icon:focus {
    color: #fff !important;
    outline: 0;
    user-select: none !important;
}

/*--------------------------------------------------------------------------------------------------------------------- image overlay bottom --------*/

.imovbottom .overlay-show-content-on-hover .overlay-image-title {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.imovbottom .overlay-image-title .sppb-addon-subtitle {
    line-height: 1.25;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.imovbottom .overlay-image-title .sppb-addon-subtitle,
.imovbottom .overlay-image-title .sppb-addon-title {
    transition: .5s;
    color: #fff;
    margin-top: 0;
}

.imovbottom .sppb-addon-overlay-image-content:hover .sppb-addon-title {
    transform: translate3d(0, 0px, 0);
}

.imovbottom .sppb-addon-overlay-image-content:hover .sppb-addon-subtitle {
    visibility: visible;
    opacity: 1;
}

.imovbottom .sppb-addon-overlay-image:hover .title-subtitle-bottom-center .sppb-addon-title {
    transform: translate3d(0, -110px, 0);
    background: transparent;
}
.imovbottom .sppb-addon-overlay-image:hover .title-subtitle-bottom-center .sppb-addon-subtitle {
    transform: translate3d(0, -120px, 0);
}
.imovbottom .title-subtitle-bottom-center .sppb-addon-title {
    transform: translate3d(0, 10px, 0);
}
.imovbottom .title-subtitle-bottom-center .sppb-addon-subtitle {
    padding: 0px 15px;
	width: 100%;
}
.imovbottom .sppb-addon-title {
    background: rgba(0, 0, 0, 0.3);
    padding: 16px 10px;
	width: 100%;
}
.imovbottom .sppb-addon-title a {
    color: #fff;
}
.imovbottom .sppb-addon-title a:hover {
    /*background: rgba(0, 0, 0, 0.4);*/
    color: #ffc300;
}
.imovbottom .sppb-addon-overlay-image-content {
    padding: 0 0 0px;
}

/*-------------------------------------------------------------------------------------------*/

@media (min-width: 980px) and (max-width: 1199px) {
    .imovbottom .overlay-image-title .sppb-addon-subtitle {
        font-size: 14px;
        line-height: 18px;
    }
    .sppb-addon-title {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .imovbottom .overlay-image-title .sppb-addon-subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .imovbottom .overlay-image-title .sppb-addon-subtitle {
        font-size: 16px;
        line-height: 20px;
    }
}

/*--------------------------------------------------------------------------------------------------------------- image overlay label light --------*/

.imovlabellight .sppb-addon-overlay-image-content { padding: 0px; margin: 0px;
}
.imovlabellight .sppb-addon-title { padding: 0px; margin: 0px; transform: translate3d(0,0,0); bottom: 0; left: 0; right: 0; position: absolute;
  background: rgba(255, 255, 255, 0.7); width: 100%; height: 80px; 
}
.imovlabellight .overlay-image-title { width: 100%;
}
.imovlabellight .sppb-addon-title a {
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transform: translate3d(0,0,0);
}

/*---------------------------------------------------------------------------------------------------------------- image overlay label dark --------*/

.imovlabeldark .sppb-addon-overlay-image-content { padding: 0px; margin: 0px;
}
.imovlabeldark .sppb-addon-title { padding: 0px; margin: 0px; transform: translate3d(0,0,0); bottom: 0; left: 0; right: 0; position: absolute;
  background: rgba(40, 40, 40, 0.7); width: 100%; height: 80px; 
}
.imovlabeldark .overlay-image-title { width: 100%;
}
.imovlabeldark .sppb-addon-title a {
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transform: translate3d(0,0,0);
}

/*----------------------------------------------------------------------------------------------------------------------------- image layout--------*/

.sppb-addon-image-layouts .sppb-addon-image-layout-image.image-fit,
.sppb-addon-image-layouts .sppb-img-responsive.image-fit {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.sppb-addon-image-layouts .image-layout-preset-style-collage .sppb-addon-image-layout-content {
    box-shadow: -10px 15px 20px 0 rgba(0, 0, 0, .2);
    z-index: 1;
}
.sppb-addon-image-layouts .sppb-addon-image-layout-image.image-fit,
.sppb-addon-image-layouts .sppb-img-responsive.image-fit {
    width: 100%;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .sppb-addon-image-layouts .sppb-addon-image-layout-image.image-fit,
    .sppb-addon-image-layouts .sppb-img-responsive.image-fit {
        width: 110%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .sppb-addon-image-layouts .sppb-addon-image-layout-image.image-fit,
    .sppb-addon-image-layouts .sppb-img-responsive.image-fit {
        min-width: 100%;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .sppb-addon-image-layouts .sppb-col-sm-6.sppb-order-md-2.sppb-order-sm-1 .sppb-addon-image-layout-image.image-fit,
    .sppb-addon-image-layouts .sppb-col-sm-6.sppb-order-md-2.sppb-order-sm-1 .sppb-img-responsive.image-fit {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .sppb-addon-image-layouts .sppb-col-sm-6.sppb-order-md-2.sppb-order-sm-1 .sppb-addon-image-layout-image.image-fit,
    .sppb-addon-image-layouts .sppb-col-sm-6.sppb-order-md-2.sppb-order-sm-1 .sppb-img-responsive.image-fit {
        width: 100%;
    }
}


/*------------------------------------------------------------------------------------------------------------------------sppb addon article--------*/

.sppb-article-img-wrap {
    overflow: hidden;
    display: block;
}

@media (min-width:1400px) {
	.sppb-article-info-wrap H3 {font-size: 22px; font-weight: 400;}
	.sppb-article-img-wrap, 
    .sppb-addon-article .article-intro-image,
    .sppb-addon-article .entry-video.embed-responsive,
    .sppb-addon-article .entry-audio.embed-responsive,
    .sppb-addon-article .article-feature-gallery {
        height: 234px;
        margin-bottom: 0px;
    }
    .sppb-addon-article .entry-audio.embed-responsive iframe {
        height: 100%;
        width: 100%;
        margin: 0px;
    }
}

@media (min-width:1200px) and (max-width: 1399px) {
	.sppb-article-info-wrap H3 {font-size: 22px; font-weight: 400;}
	.sppb-article-img-wrap, 
    .sppb-addon-article .article-intro-image,
    .sppb-addon-article .entry-video.embed-responsive,
    .sppb-addon-article .entry-audio.embed-responsive,
    .sppb-addon-article .article-feature-gallery {
        height: 200px;
        margin-bottom: 0px;
    }
    .sppb-addon-article .entry-audio.embed-responsive iframe {
        height: 100%;
        width: 100%;
        margin: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.sppb-article-info-wrap H3 {font-size: 22px; font-weight: 400;}
	.sppb-article-img-wrap, 
    .sppb-addon-article .article-intro-image,
    .sppb-addon-article .entry-video.embed-responsive,
    .sppb-addon-article .entry-audio.embed-responsive,
    .sppb-addon-article .article-feature-gallery {
        height: 164px;
        margin-bottom: 0px;
    }
    .sppb-addon-article .entry-audio.embed-responsive iframe {
        height: 100%;
        width: 100%;
        margin: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-lg-4 { width: 50%;}
	.sppb-col-sm-4 { max-width: 50%; flex: 0 0 50%;}
	.sppb-article-info-wrap H3 {font-size: 22px; font-weight: 400;}
	.sppb-article-img-wrap, 
    .sppb-addon-article .article-intro-image,
    .sppb-addon-article .entry-video.embed-responsive,
    .sppb-addon-article .entry-audio.embed-responsive,
    .sppb-addon-article .article-feature-gallery {
        height: 188px;
        margin-bottom: 0px;
    }
    .sppb-addon-article .entry-audio.embed-responsive iframe {
        height: 100%;
        width: 100%;
        margin: 0px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
	.sppb-article-img-wrap, 
    .sppb-article-info-wrap H3 {font-size: 22px; font-weight: 400;}
	.sppb-addon-article .article-intro-image,
    .sppb-addon-article .entry-video.embed-responsive,
    .sppb-addon-article .entry-audio.embed-responsive,
    .sppb-addon-article .article-feature-gallery {
        height: 288px;
        margin-bottom: 0px;
    }
    .sppb-addon-article .entry-audio.embed-responsive iframe {
        height: 100%;
        width: 100%;
        margin: 0px;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
	.sppb-article-img-wrap, 
	.sppb-article-info-wrap H3 {font-size: 22px; font-weight: 400;}
    .sppb-addon-article .article-intro-image,
    .sppb-addon-article .entry-video.embed-responsive,
    .sppb-addon-article .entry-audio.embed-responsive,
    .sppb-addon-article .article-feature-gallery {
        height: 272px;
        margin-bottom: 0px;
    }
    .sppb-addon-article .entry-audio.embed-responsive iframe {
        height: 100%;
        width: 100%;
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
	.sppb-article-info-wrap H3 {font-size: 22px; font-weight: 400;}
	.sppb-article-img-wrap, 
    .sppb-addon-article .article-intro-image,
    .sppb-addon-article .entry-video.embed-responsive,
    .sppb-addon-article .entry-audio.embed-responsive,
    .sppb-addon-article .article-feature-gallery {
        height: 230px;
        margin-bottom: 0px;
    }
    .sppb-addon-article .entry-audio.embed-responsive iframe {
        height: 100%;
        width: 100%;
        margin-bottom: 0px;
    }
}



.sppb-addon-article img.sppb-img-responsive {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sppb-addon-article:hover img.sppb-img-responsive {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*------------------------------------------------------------------------------------------------------------------------- my carousel pro --------*/

.sppb-carousel-inner > .sppb-item { padding: 0px;}

.sppb-carousel-item-inner .sppb-text-right img {
  margin: 0px;
  display: block;
  max-width: initial;
  height: 100%;
  width: auto;
  max-height: 100%;
}
.sppb-carousel-item-inner > div {
  display: flex;
}
.sppb-carousel-item-inner .sppb-container {
  height: 100%;
}
.sppb-carousel-item-inner .sppb-container .sppb-row .sppb-col-sm-6 { height: 450px;
  display: flex;
  align-items: center;
  padding: 0;
}
.sppb-carousel-item-inner .sppb-row {
  align-items: center;
  height: 100%;
}
.sppb-carousel-item-inner .sppb-carousel-pro-text {
  padding: 0 30px 0;
}

@media (max-width:1920px) {
  .sppb-carousel-item-inner .sppb-container .sppb-row .sppb-col-sm-6 { height: 450px;}
  .sppb-carousel-item-inner .sppb-text-right { height: 500px; margin-top: 50px;}
  .sppb-col-sm-6 img.sppb-img-reponsive { height: auto; width: auto; max-width: 180%;}
}

@media (max-width: 1200px) {
  .sppb-carousel-item-inner .sppb-container .sppb-row .sppb-col-sm-6 { height: 400px;}
  .sppb-carousel-item-inner .sppb-text-right { height: 420px; margin-top: 0px;}
  .sppb-col-sm-6 img.sppb-img-reponsive { height: auto; width: auto; max-width: 180%;}
}

@media (max-width: 991px) {
  .sppb-carousel-item-inner .sppb-container .sppb-row .sppb-col-sm-6 { height: 400px;}
  .sppb-carousel-item-inner .sppb-text-right { height: 420px; margin-top: 0px;}
  .sppb-col-sm-6 img.sppb-img-reponsive { height: auto; width: auto; max-width: 175%;}
}

@media (max-width: 767px) {
  .sppb-col-sm-6 img.sppb-img-reponsive { height: 100%; width: auto; max-width: 100%;}
  .sppb-carousel-item-inner .sppb-text-right { height: 400px; margin-top: 14px;}
}

@media (max-width: 576px) {
  .sppb-carousel-item-inner .sppb-container { max-width: 420px; }
  .sppb-col-sm-6 img.sppb-img-reponsive { height: 400px; max-width: initial;}
}

/*---------------------------------------------------------------------------------------------- sppb buttons ---------*/

.sppb-btn {
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.25;
}

.sppb-btn:hover,
.sppb-btn:active,
.sppb-btn:focus {
    box-shadow: none;
    color: #D16800;
}

.sppb-btn-lg {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 0px;
}

.sppb-btn-xlg {
    border-radius: 0px;
}

.sppb-btn-round {
    border-radius: 100px;
}

.sppb-btn-default {
  color: #3071ff;
  background-color: transparent;
  border-color: #3071ff;
}

.sppb-btn-default:hover {
    color: #fff;
    border-color: #2156ca;
    background-color: #568fe8;
}

.sppb-btn-default:active {
    color: #fff;
    border-color: #5a85e1;
    background-color: #568fe8;
}
.sppb-btn-default:focus {
    color: #fff;
    border-color: #5a85e1;
    background-color: #568fe8;
}

/*----------------------------------------------------------- button primary  -------*/

.btn-primary {
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.25;
    color: #FFF;
    background-color: #FF9D00 ;
	border-color: #E68E00;
}
.sp-module #form-login-submit .btn-primary.login-button {font-size: 14px; padding: 8px 12px;
}
.sppb-btn-primary {
    color: #FFF;
    background-color: #FF9D00;
	border-color: #E68E00;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
    color: #FFF;
    border-color: #E68E00;
    background-color: #E68E00;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.sppb-btn-primary:active,
.sppb-btn-primary:focus {
    background-color: #E68E00;
    background-image: none;
    border-color: #E68E00;
}

/*----------------------------------------------------------- button secondary ------*/

.sppb-btn-secondary {
    color: #d91313;
    background-color: #4a0000;
    border-color: #4a0000;
}

.sppb-btn-secondary:hover {
    color: #FFF;
    background-color: #900000;
    border-color: #a22525;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.sppb-btn-secondary:active,
.sppb-btn-secondary:focus {
    color: #d91313;
    background-color: #900000;
    background-image: none;
    border-color: #ffc3c3;
}

/*----------------------------------------------------------- button info ----------*/

.sppb-btn-info,
.sppb-btn-info.sppb-btn-outline {
    color: #eee;
    background-color: transparent;
    border-color: #ddd;
}

.sppb-btn-info:hover,
.sppb-btn-info.sppb-btn-outline:hover {
    color: #eee;
    background-color: #205A90;
    border-color: #ddd;
}

.sppb-btn-info.active,
.sppb-btn-info:active,
.sppb-btn-info.focus,
.sppb-btn-info:focus,
.sppb-btn-info.sppb-btn-outline:active,
.sppb-btn-info.sppb-btn-outline:focus:hover {
    color: #fff !important;
    background-color: #205A90;
    border-color: #ddd;
}

/*----------------------------------------------------------- button dark ----------*/

.sppb-btn-dark {
    color: #A7ABB3;
    background-color: #1f2226;
    border-color: #565a5e;
	padding: 8px 10px 8px 10px !important;
}

.sppb-btn-dark:hover {
    color: #FFF;
    background-color: #33373c;
    border-color: #686c71;
}

.sppb-btn-dark.active,
.sppb-btn-dark:active,
.sppb-btn-dark.focus,
.sppb-btn-dark:focus {
    color: #FFF;
    background-color: #33373c;
    border-color: #686c71;
}

/*----------------------------------------------------------- button link ----------*/

.sppb-btn-link {
    color: #bc0000;
    background-color: transparent;
    border-color: transparent;
    padding: 8px 0px;
}

.sppb-btn-link:hover {
    color: #FFF;
    background-color: transparent;
    border: none;
}

.sppb-btn-link.active,
.sppb-btn-link:active,
.sppb-btn-link.focus,
.sppb-btn-link:focus {
    color: #FFF;
    background-color: transparent;
    border: none;
}

.readmore a.btn.btn-default::after {
    font-family: "FontAwesome";
    content: "\f105";
    font-weight: 600;
}

/*----------------------------------------------------------- button danger --------*/

.sppb-btn-danger.sppb-btn-danger.sppb-btn-outline {
    color: #bc0000;
    background-color: transparent;
    border-color: #bc0000;
    border-radius: 25px;
}

.sppb-btn-danger.sppb-btn-outline:hover {
    color: #fff;
    background-color: #bc0000;
    border-color: #ff2b02;
}

.sppb-btn-danger.sppb-btn-outline.focus,
.sppb-btn-danger.sppb-btn-outline:focus {
    color: #fff;
    box-shadow: none;
}

.sppb-testimonial-client {
    font-size: 16px;
}

.upfeature .sppb-addon-feature {
    margin: -68px auto 40px;
    padding-top: 0px;
    overflow: hidden;
    max-width: 1170px;
}

.sppb-flipbox-panel .sppb-flipbox-back,
.sppb-flipbox-panel .sppb-flipbox-front {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*--------------------------------------------------------------------------------------------------featbox---------*/


.featbox.sppb-addon.sppb-addon-feature { transition: all .3s; min-height: 280px;}

.featbox.sppb-addon.sppb-addon-feature:hover .sppb-icon .sppb-icon-container { transition: all .3s; box-shadow: -30px 12px 20px -6px rgba(88, 88, 88, 0.41);}


.featbox .sppb-text-center { margin-left: -34px;}
.featbox .sppb-media > .pull-left {	margin-right: 0px;}
.featbox .sppb-addon-content { margin-left: -30px;}
.featbox .sppb-media-content { position: absolute; top: 50%; transform: translateY(-50%); margin-left: 64px; padding-right: 30px;}
.featbox .sppb-icon .sppb-icon-container { position: absolute; transition: all .3s; top: 50%; transform: translateY(-50%);}
.featbox .sppb-icon .sppb-icon-container > i { font-size: 40px; width: 40px; height: 40px; line-height: 40px;}


/*-------------------------------------------------------------------------- slide image vertical position ---------*/

.slideimagecenter {
  height: 100% !important;
  width: auto !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0;
}
.slideimagebottom {
  height: 100% !important;
  width: auto !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: end;
  align-items: center;
  margin: 0;
}
.slideimagetop {
  height: 100% !important;
  width: auto !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: start;
  align-items: center;
  margin: 0;
}


/*------------------------------------------------------------------------------------- sppb addon gallery ---------*/

.sppb-gallery li {
	position: relative;
	overflow: hidden;
}
.sppb-gallery-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .2s linear;
	background: rgba(0, 0, 0, 0.3);
}
/*a.sppb-gallery-btn img.sppb-img-responsive {
	max-width: 150%;
}*/
.sppb-gallery li:hover .sppb-gallery-btn::after {
	opacity: 1;
}
img.sppb-img-responsive {
	transition: .2s linear;
}
a.sppb-gallery-btn:hover img.sppb-img-responsive {
	transform: scale3d(1.15,1.15,1);
	transition: .2s linear;
}