body {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
}

/*** General ***/
.et-btn, #sp_qc_submit {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    border: 0;
    color: #ffffff !important;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
}
.et-button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    border: 2px solid;
    color: #ffffff !important;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 25px 12px 25px;
    background-color: transparent;
}
.et-button:hover {
    color: #fff !important;
}
.et-btn:hover,
#sp_qc_submit:hover {
    background-color: rgba(243,162,112,0.87) !important;
    color: #fff !important;
}
body {
    font-size: 15px;
    line-height: 1.9em;
    color: #828282;
}
a:hover {
  color: #000;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f3a270;
    border-color: #f3a270;
}
.tab-content>.active {
    display: inline;
}
/*** Head ***/
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: transparent;
}
#sp-header .logo {
    height: 75px;
}
#sp-header.header-sticky {
    position: fixed;
    background-color: #ffffff;
    top: 0;
}
body:not(.home) #sp-header {
    background: #ffffff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
#sp-header.header-sticky .logo {
    height: 70px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    padding: 0;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header .logo-image,
.sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler {
    /* position: relative; */
	position: fixed;
	top:0;
	right:0;
    width: 75px;
    height: 75px;
}
#offcanvas-toggler > .fa,
#offcanvas-toggler > .fa:before,
#offcanvas-toggler > .fa:after {
    content: "";
    top: 34px;
    position: absolute;
    left: 25px;
    height: 2px;
    width: 18px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler > .fa:before {
    left: 0;
    top: -6px;
    width: 10px;
}
#offcanvas-toggler > .fa:after {
    left: initial;
    right: 0;
    top: 6px;
    width: 10px;
}
#offcanvas-toggler:hover > .fa:before,
#offcanvas-toggler:hover > .fa:after {
    width: 18px;
}
#sp-menu {
    padding-left: 0;
}
.sp-megamenu-parent {
    display: flex!important;
    width: 90%;
}
.sp-megamenu-parent > li {
    flex: auto;
    text-align: center;
}
.sp-megamenu-parent > li li {
    text-align: left;
}
.sp-megamenu-parent > li:last-child {
    border-right: 0;
}
.sp-megamenu-parent > li > a {
    width: 100%;
    color: #43342d;
    padding: 0 !important;
    line-height: 75px;
    text-transform: capitalize;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 600!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}
.sp-megamenu-parent .sp-dropdown .sp-mega-group-child.sp-dropdown-items li a {
    font-size: 12px;
}

/*** Slider ***/
a.button-slider {
    padding: 20px 30px !important;
    border: 2px solid #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    color: #54433a !important;
}
a.button-slider:hover {
    color: #fff !important;
    background-color: #54433a !important;;
}

/*** Services ***/
.et-services-item {
    position: relative;
    border-radius: 20px;
}
.et-services-item:before {
    content: '';
    height: 100%;
    border-radius: 20px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, #000000 60%);
    opacity: 0.5;
}

/*** Testimonial ***/
.et-testimonial-item .sppb-media-content {
    padding: 24px 10px;
}
.et-testimonial-item h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #4e5768;
}
.et-testimonial-item img {
    border-radius: 20px;
}
.et-testimonial-item h6 {
    color: #7a7a7a;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 18px;
}
.et-testimonial-item img.quote {
    float: right;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

/*** Plan ***/
.et-plan-item .sppb-column-addons {
    box-shadow: 0px 0px 20px 0px rgba(221,221,221,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    padding: 70px 50px 70px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.et-plan-item .et-plan-large {  
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    padding: 10px 0;
}
.et-plan-item .et-plan-divider {
    margin: 0 auto;
}
.et-plan-item ul.et-plan-list {
    list-style-type: none;
    margin: 20px 0px 20px 55px;
    padding: 0;
    text-align: left;
}
.et-plan-item ul.et-plan-list li {
    position: relative;
    padding-left: 35px;
    line-height: 2.4em;
}
.et-plan-item ul.et-plan-list li:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font-size: 15px;
}
.et-plan-item .et-btn-plan {
    border-radius: 50px 50px 50px 50px;
    padding: 17px 40px 17px 40px;
    font-size: 18px;
    border: 3px solid;
    text-transform: capitalize;
    background-color: #fff;
}
.et-plan-center .et-btn-plan-center {
    border: 3px solid #fff !important;
}

/*** Perfect  ***/
.et-perfect-item img {
    width: 80px;
    border-radius: 50%;
}

/*** Team ***/
.et-diveder-team {
    margin: 0 auto;
}
.et-team-item p {
    margin-bottom: 0;
}
.et-team-item-icon ul {
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
.et-team-item-icon ul li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
    padding: 0px 16px;
}
.et-team-item-icon ul li a {
    position: relative;
    display: inline-block !important;
    font-size: 13px;
    border: 0px solid #f2f2f2;
    width: 35px;
    height: 35px;
    color: #fff !important;
    background-color: #4e5768;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    line-height: 
}
.et-team-item-icon ul li strong {
    display: none;
}
.et-team-item-icon ul li {
    padding: 0 0 0 5px;
}

/*** Blog Default ***/
div.k2ItemsBlock ul li a.moduleItemImage {
    display: inline-block;
    width: 100%;
}
div.k2ItemsBlock ul li a.moduleItemImage img {
    width: 100%;
}
div.k2ItemsBlock ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
    display: inherit;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
    display: inline-block;
}

/*** Blog ***/
.et-blog .lt-title h1:before {
    right: 0;
    margin: 0 auto;
}
.et-blog div.k2ItemsBlock ul li {
    position: relative;
    padding: 21px 0 32px 0;
}
.et-blog div.k2ItemsBlock ul li a.moduleItemImage {
    overflow: hidden;
}
.et-blog div.k2ItemsBlock ul li a.moduleItemImage img {
    padding: 0;
    -webkit-transition: all  1500ms ease;
    -ms-transition: all  1500ms ease;
    transition: all  1500ms ease;
}
.et-blog div.k2ItemsBlock ul li:hover a.moduleItemImage img {
    opacity: .4;
    transform: scale(1.3);
}
.et-blog div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 0;
}
.et-blog div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 12px;
    line-height: 2.33em;
    text-transform: uppercase;
    color: #565969;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0px 0 0px;
    display: inline-block;
}
.et-blog div.k2ItemsBlock ul li a.moduleItemTitle {
    line-height: 1.15em;
    font-size: 20px;
    color: #383838;
    font-weight: 600;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 20px;
}
div.k2ItemsBlock ul li .moduleItemReadMore {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
div.k2ItemsBlock ul li.clearList {
    display: none;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border-right: 0;
}

/*** Portfolio ***/
.sp-simpleportfolio-btns {
    margin-bottom: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-view,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
    display: none;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .75!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom {
    font-size: 0;
    border: 0;
    position: absolute;
    top: -50px;
    right: 10px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns .btn-zoom {
    top: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:before {
    content: "\f065";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: none;
    border: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
    display: inline-block;
    position: absolute;
    left: -50px;
    bottom: 70px;
    transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
    left: 5%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
    position: absolute;
    bottom: 20px;
    display: inherit!important;
    opacity: 0;
    right: -100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title {
    right: 10px;
}

/*** Step ***/
.et-step .sppb-row {
    position: relative;
}
.et-step .sppb-row:before {
    content: "";
    position: absolute;
    top: -7%;
    right: 0;
    width: 75%;
    height: 114%;
    background: url(../images/offer.png);
}
.et-step .sppb-panel-title {
    font-size: 26px;
    color: #001659;
}
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
    background: #fff;
}
.sppb-panel-heading {
    padding: 30px 20px 20px 34px!important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-heading i {
    padding: 10px 18px 14px;
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
.sppb-panel-heading.active i {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.sppb-panel-heading i:before {
    content: "+";
    font-size: 18px;
}
.sppb-panel-heading.active i:before {
    content: "-";
    font-size: 18px;
}
.sppb-panel-heading.active i {
    transform: rotate(90deg);
    color: #fff;
}

/*** Contact Form ***/
.et-contact {
    z-index: 100 !important;
}
.et-contact-item #sp-quickcontact-form {
    text-align: center;
}
.et-contact-item #sp-quickcontact-form #sp_qc_submit {
    font-size: 15px !important;
    /* color: #54433a !important; */
	color: #ffffff !important;
    font-weight: 600 !important;
    border: 0px solid #01172F !important;
    border-radius: 0px !important;
    font-family: 'Karla', sans-serif;
    padding: 20px 35px !important;
    text-transform: capitalize;
    text-decoration: none;
}
.et-contact-item #sp-quickcontact-form #sp_qc_submit:hover {
    background-color: #54433a !important;
    color: #fff !important;
}
.et-contact-item #sp-quickcontact-form input:nth-child(2),
.et-contact-item #sp-quickcontact-form input:nth-child(4) {
	width: 49% !important;
    float: left;
}
.et-contact-item #sp-quickcontact-form input {
    box-shadow: 0 0 1px 0 rgba(0,0,0,.32);
}
.et-contact-item #sp-quickcontact-form input:nth-child(2) {
    margin-right: 2%;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: oswald,sans-serif;
    font-weight: 600;
    color: #222!important;
    background: 0 0;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
}

/*** Bottom ***/
#sp-bottom {
    background: #333333;
    color: #fff;
    text-align: center;
}
#sp-bottom p {
    line-height: 28px;
    margin: 0;
}
#sp-bottom h3 {
    position: relative;
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px !important;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom  h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background-color: #f9c200;
    right: 0;
    margin: 0 auto;
}
#sp-bottom p a {
    font-weight: 700;
}
#sp-bottom #sp-bottom1 h3 {
    display: none;
}
#sp-bottom #sp-bottom1 p {
    font-size: 20px;
}
#sp-bottom #sp-bottom1 img {
    margin: 0 auto;
    margin-top: -18px;
    margin-bottom: 20px;
}

/*** Footer ***/
#sp-footer {
    background: #1b1d1f;
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 0;
}
#sp-footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px
}
#sp-footer a {
    font-size: 16px;
    color: #ffffff;
}

/*** Canvas Menu ***/
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 9px;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
}
/* Fix Vote helix */
.article-ratings-social-share .mr-auto {
    display: none;
}
.article-ratings-social-share > div:nth-child(2) {
    width: 100%;
    float: left;
}
.article-ratings-social-share .article-social-share {
    float: left;
}
.rating_actia {
    padding: 7px 0!important;
}
/*** Resposive ***/
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a {
        padding: 0 4px;
    }
    .sp-megamenu-parent {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .et-sale .j2store-module-product-row .col-sm-2 {
        width: 33.33% !important;
        max-width: 33.33% !important;
        flex: 33.33%;
    }
  	body.itemid-213 #sp-left, body.itemid-213 #sp-component,
  	body.itemid-213 #sp-component .col-sm-9, body.itemid-213 #sp-component .col-sm-3 {
    	flex: 100% !important;
    	max-width: 100% !important;
	}
}
@media (max-width: 991px) {
    
    ul.sp-megamenu-parent {
        display: none!important;
    }
    .sppb-section-title .sppb-title-subheading {
        font-size: 30px!important;
    }
    div.k2ItemsBlock ul li > * {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #sp-header.header-sticky .logo {
        height: 70px;
    }
}
@media (max-width: 768px) {
    div.k2ItemsBlock ul li {
        width: 100%;
        margin-right: 0;
    }
    #sp-header .logo {
        text-align: left;
    }
    .sppb-panel-collapse,
    .sppb-panel-modern>.sppb-panel-heading {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .sppb-panel-modern>.sppb-panel-heading {
        padding-left: 20px!important;
    }
    #sp-quickcontact-form input {
        width: 100%!important;
        margin-right: 0!important;
    }
  	#jevents table {
    	table-layout: fixed;
        width: 100%;
        word-wrap: break-word;
  	}
    #jevents_body td, #jevents_body tr {
    	overflow: hidden;
    }
    .et-sale .j2store-module-product-row .col-sm-2 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 50%;
    }
}

@media (max-width: 480px) {
    a.button-slider {
        font-size: 10px !important;
    }
    .et-sale .j2store-module-product-row .col-sm-2 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100%;
    }
}

@media (max-width: 1530px) {
    #sp-header .container {
        max-width: 1140px;
        padding: 0 10px;
    }
    .sp-megamenu-parent > li > a {
        padding: 0 20px !important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 15px !important;
    }
  	.itemid-213 #sp-left, .itemid-213 #sp-component  {
    	flex: 100% !important;
    	max-width: 100% !important;
	}
}

@media (max-width: 992px) {
  #sp-header .container {
    max-width: 960px;
  }
}

.com-j2store #sp-left {
   	flex: 25% !important;
    max-width: 25% !important;
}
.com-j2store #sp-component {
   	flex: 75% !important;
    max-width: 75% !important;
}
#j2store_categories_mod {
  	display: initial !important;
}
#max_price,
#min_price {
    display: none;
}
.pull-right {
    float: left;
}
#max_price_display {
  margin-right: 10px;
}

nav.sp-megamenu-wrapper a { text-transform:uppercase; }

/*
.references {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.references .sppb-col-md-2 { 
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.references .sppb-col-md-2 .sppb-column {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
*/

.sppb-col, .sppb-col-auto, .sppb-col-lg, .sppb-col-lg-1, .sppb-col-lg-10, .sppb-col-lg-11, .sppb-col-lg-12, .sppb-col-lg-2, .sppb-col-lg-3, .sppb-col-lg-4, .sppb-col-lg-5, .sppb-col-lg-6, .sppb-col-lg-7, .sppb-col-lg-8, .sppb-col-lg-9, .sppb-col-lg-auto, .sppb-col-md, .sppb-col-md-1, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-auto, .sppb-col-sm, .sppb-col-sm-1, .sppb-col-sm-10, .sppb-col-sm-11, .sppb-col-sm-12, .sppb-col-sm-2, .sppb-col-sm-3, .sppb-col-sm-4, .sppb-col-sm-5, .sppb-col-sm-6, .sppb-col-sm-7, .sppb-col-sm-8, .sppb-col-sm-9, .sppb-col-sm-auto, .sppb-col-xl, .sppb-col-xl-1, .sppb-col-xl-10, .sppb-col-xl-11, .sppb-col-xl-12, .sppb-col-xl-2, .sppb-col-xl-3, .sppb-col-xl-4, .sppb-col-xl-5, .sppb-col-xl-6, .sppb-col-xl-7, .sppb-col-xl-8, .sppb-col-xl-9, .sppb-col-xl-auto, .sppb-col-xs-1, .sppb-col-xs-10, .sppb-col-xs-11, .sppb-col-xs-12, .sppb-col-xs-2, .sppb-col-xs-3, .sppb-col-xs-4, .sppb-col-xs-5, .sppb-col-xs-6, .sppb-col-xs-7, .sppb-col-xs-8, .sppb-col-xs-9 {
  padding-right: 7px;
  padding-left: 7px;
}

.bottomdiv {
  position: absolute;
  bottom: 0px;
}

.references .sppb-col-md-6, .references .sppb-col-md-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.references img, .reference-images img {
  min-height: 100px;
  max-height: 100px;
}

.references .sppb-column-addons { 
  display:flex !important; 
  align-items: center;
  gap: 10px;
  justify-content: space-around;
}

.reference-images {
  display: flex !important;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: center;
  align-items: center;
}

div.logo { margin-left:10px !important; }

@media (max-width: 992px) {
  .sppb-row {
	gap:15px;
  }
}


.jb.accept {
  background-color: rgb(142, 35, 35) !important;
  background-image: none !important;
  border-color: rgb(142, 35, 35) !important;
}

.article-ratings-social-share {
  display:none !important;
}