#wrapper section .centered {
    padding: 2em 4em;
}

#wrapper section .block-gradient .centered {
    padding: 6em;
}

#wrapper section #content-homepage .centered {
    padding: 4em;
}

.product-meta {
    display: block;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#wrapper section .block-slider .centered a {
    z-index: 999;
}

#wrapper section .block-slider .centered a:hover>svg {
    background-color: rgba(255, 255, 255, .5);
}

.active {
    opacity: 1 !important;
    right: 0 !important;
}

.product-slide {
    -webkit-transition: right 1.25s, opacity .333s ease-in-out !important;
    transition: right 1.25s, opacity .333s ease-in-out !important;
}

.home-events>button {
    position: absolute;
    top: 28px;
    border: 2px solid #333;
    padding: 20px;
}

.home-events>button.slick-arrow:hover {
    background-color: rgba(51, 51, 51, .25)
}

.home-events>button::before {
    /* Safari fix */
    color: unset;
}

.home-events>button::after {
    display: none;
}

.home-events>.slick-arrow.slick-prev {
    left: unset;
}

.home-events>.slick-arrow.slick-next::before {
    top: calc(50% - 2px);
    left: calc(50% + 3px);
}

.home-events>.slick-arrow.slick-prev::before {
    top: calc(50% + 2px);
    left: calc(50% - 3px);
}

div.testimonial-card {
    position: relative;
    border-radius: 1em;
    -webkit-border-radius: 1em;
}

div.testimonial-card.caret-bottom:after {
    content: "";
    border-bottom: 1px solid rgba(204, 204, 204, .75);
    border-right: 1px solid rgba(204, 204, 204, .75);
    width: 1em;
    height: 1em;
    transform: rotate(45deg);
    position: absolute;
    bottom: -7.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    z-index: 999;
}

div.testimonial-card.caret-top:after {
    content: "";
    border-top: 1px solid rgba(204, 204, 204, .75);
    border-left: 1px solid rgba(204, 204, 204, .75);
    width: 1em;
    height: 1em;
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    z-index: 999;
}

span.testimonial-image {
    display: flex;
    flex-direction: column;
}

span.testimonial-image img {
    margin: auto;
    padding: 2em;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    width: 120px;
}

p.testimonial-text:before {
    content: "’’";
    color: #00c67d;
    font-size: 6em;
    width: 100%;
    display: block;
    text-align: center;
    font-family: "Geneva";
    font-weight: 900;
    height: 1em;
    letter-spacing: -8px;
}

p.testimonial-author {
    text-align: center;
    width: 100%;
    color: #000d9d;
}

.block-plans {
    margin-top: 4em;
    overflow: hidden;
}

.block-testimonials {
    margin-bottom: 2em;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #wrapper section .block-slider .slider {
        height: calc(100% - 46px);
    }

    .btn-view-product {
        width: 50%;
        margin: 15px auto 0 auto;
    }

    #wrapper section .block-slider .centered>a.next {
        width: 5em;
    }

    #wrapper section .block-slider .centered>a.previous {
        width: 5em;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .product-meta {
        font-size: 20px;
        position: relative;
        top: 0;
        width: 50%;
        margin: auto 0;
    }

    .product-slide-inner {
        width: 80%;
        margin: 0 auto;
    }

    .product-image {
        width: 50%;
        height: 75%;
        margin: auto 0;
    }

    .slider-title {
        font-size: 42px;
    }

    #wrapper section .block-slider .slider {
        height: calc(100% - 58px);
    }

    #wrapper section .block-slider .centered>a.next {
        width: 7.5em;
    }

    #wrapper section .block-slider .centered>a.previous {
        width: 7.5em;
    }

    #wrapper section .block-slider .centered a>svg {
        width: 4em;
        height: 4em;
        padding: 15px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #wrapper section .block-slider .centered {
        max-width: unset;
    }

    .product-slide-inner {
        width: 70%;
    }

    #wrapper section .block-slider .centered>a.next {
        width: 10em;
    }

    #wrapper section .block-slider .centered>a.previous {
        width: 10em;
    }

    #wrapper section .block-slider .centered a>svg {
        width: 5em;
        height: 5em;
        padding: 20px;
    }
}

/* "in-file" <style> tags garbage extract */

.block-premium-visibility>ul:nth-child(2)>li {
    margin: 0.6em 0 !important;
}

.block-premium-visibility {
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
}

.link-white {
    border: 2px solid white;
    background: none;
    color: white;
    padding: 6px 12px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
    transition: all .35s ease;
}

.link-white:hover {
    background: white;
    color: black;
}

/* WARNING: .my-class {} ou bien #my-id {} */

.Pay_IMG {
    padding-top: 35px;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 50%;

}

input#mce-EMAIL {
    width: 100% !important;
}

.col-sm-12>a.btn,
.col-sm-6>a.btn {
    padding: 15px 30px;
    border-radius: 25px;
    background: #00d37d;
    color: white;
}

.col-sm-12>a.btn:hover,
.col-sm-6>a.btn:hover {
    background: #000daa;
    color: white !important;
}

#OPTIONS_TABLE>table>tbody>tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

p.Paragraphe {
    font-size: 16px;
    text-align: justify;
}

td {
    padding: 15px;
    font-size: 17px;
}



.row,
[class*="col-sm-"],
.form-control {
    box-sizing: border-box;
}

.En_Bas>a:hover {

    color: white !important;
}

.En_Bas:hover {
    cursor: pointer;
    height: 80px;
    background: #000daa;
    color: white !important;
}

#BIOGASWORLD_PLANS,
#BIOGASCONCIERGE_SERVICES,
#ADD_ON_OPTIONS {
    padding: 12px 12px 0px 12px;
    text-align: center;
    font-size: 22px;
}

[class*="col-sm-"] {
    float: left;
    padding: 10px;
    border: 0px solid red;
}

.col-sm-12 {
    width: 100%;
}

.En_Bas {
    width: 350px;
    text-align: center;
    background: #00d37d;
    color: White;
    border-radius: 25px;
    height: 50px;
    transition: height 0.5s;
    overflow: hidden;
}

#Image_Titre {
    padding: 0% 25% 5% 25%;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    #Image_Titre {
        padding: 0% 0% 10% 0% !important;
        width: 100% !important;
    }
}


.promos {
    transform: translateX(-50%) !important;
    margin-left: 50% !important;
    width: max-content;
    width: -moz-max-content;
}

@media only screen and (max-width: 600px) {
    .promos {
        max-width: 100vw;
        width: auto !important;
        transform: translateX(0%) !important;
        margin-left: 0% !important;
        -webkit-max-width: 100vw;
        -webkit-width: auto !important;
        -webkit-transform: translateX(0%) !important;
        -webkit-margin-left: 0% !important;
    }

    .Pay_IMG {
        width: 40%;
    }
}

.one {
    background: rgb(64, 185, 179) !important;
}

.two {
    background: rgb(54, 192, 171) !important;
    margin: 0px 20px;
}

.three {
    background: rgb(84, 217, 172) !important;
}

.promos>li>b {
    font-size: 18px;
}

.features {
    color: white;
}

.promos>li {
    padding-bottom: 10px;
}

.one>.deal {
    background: rgb(0, 161, 154) !important;
}

.two>.deal {
    background: rgb(0, 178, 152) !important;
}

.three>.deal {
    background: rgb(40, 207, 151) !important;
}

.promo:hover {
    box-shadow: 0 0 10px 1px rgba(0, 13, 173, 1);
    /*box-shadow: 0 0 10px 1px rgba(0, 211, 125, 1);*/
    transition: 0.5s;

}

.one:hover,
.three:hover {
    transform: scale(1.02);
    transition: 0.5s;
}

@media only screen and (max-width: 1290px) {

    .Pay_IMG {
        width: 40%;
    }

    .promo {
        width: 100% !important;
    }

    .scale {
        transform: scale(1) !important;
        margin: 30px 0px;
        width: 100%;
        padding: 0px;
    }

    .one:hover,
    .three:hover {
        transform: scale(1);
    }

    .price {
        width: 100% !important;
    }

    .promo a {}
}

.sign {
    text-align: center;
    margin-top: 25px;
}

.promos {
    max-width: 100%;
}

.promo {
    width: 250px;
    background: #0F1012;
    color: #f9f9f9;
    float: left;
    padding-bottom: 40px;
}

.deal {
    padding: 10px 0 0 0;
}

.deal span {
    display: block;
    text-align: center;
}

.deal span:first-of-type {
    font-size: 23px;
}

.deal span:last-of-type {
    font-size: 13px;
    padding-bottom: 15px;
}

/*
table {
    margin-left: 50%;
    border-collapse: collapse;
    transform: translateX(-50%);
    min-width: 80%;
}

.promo .price {
    display: block;
    width: 250px;
    background: #292b2e;
    margin: 15px 0 10px 0;
    text-align: center;
    font-size: 23px;
    padding: 17px 0 17px 0;
}

ul {
    display: block;
    margin: 20px 0 10px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    color: #999999;
}
li {
    display: block;
    margin: 10px 0 0 0;
}
*/
.scale {
    transform: scale(1.1);
    box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
    font-size: 13.66px;

}

a.btn:hover {
    background: #fff;
    color: #00d37d;
    font-weight: bold;

}

.scale .price {
    color: #64AAA4;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}


@media all and (min-device-width: 700px) and (max-device-width: 728px) {
    #leaderboard-pixfuture {
        transform: scale(0.9);
    }
}

@media all and (min-device-width: 671px) and (max-device-width: 699px) {
    #leaderboard-pixfuture {
        transform: scale(0.9);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 651px) and (max-device-width: 670px) {
    #leaderboard-pixfuture {
        transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 631px) and (max-device-width: 650px) {
    #leaderboard-pixfuture {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 601px) and (max-device-width: 630px) {
    #leaderboard-pixfuture {
        transform: scale(0.8);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 601px) and (max-device-width: 630px) {
    #leaderboard-pixfuture {
        transform: scale(0.8);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 560px) and (max-device-width: 600px) {
    #leaderboard-pixfuture {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 520px) and (max-device-width: 559px) {
    #leaderboard-pixfuture {
        transform: scale(0.7);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 491px) and (max-device-width: 519px) {
    #leaderboard-pixfuture {
        transform: scale(0.65);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 451px) and (max-device-width: 490px) {
    #leaderboard-pixfuture {
        transform: scale(0.6);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 401px) and (max-device-width: 450px) {
    #leaderboard-pixfuture {
        transform: scale(0.55);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 371px) and (max-device-width: 400px) {
    #leaderboard-pixfuture {
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 341px) and (max-device-width: 370px) {
    #leaderboard-pixfuture {
        transform: scale(0.46);
        transform-origin: 0 0;
    }
}

@media all and (min-device-width: 301px) and (max-device-width: 340px) {
    #leaderboard-pixfuture {
        transform: scale(0.42);
        transform-origin: 0 0;
    }
}

@media all and (max-device-width: 300px) {
    #leaderboard-pixfuture {
        transform: scale(0.4);
        transform-origin: 0 0;
    }
}

/* Fix stretched images in Featured product section */
.home .featured-block-slider .product-image img {
    width: auto;
    height: 100%;
}