@import 'animate.min.css';
@import 'util.min.css';
/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
@import url('https://fonts.googleapis.com/css?family=Lato');

header , footer , article , aside , nav , section {display:block}

body{
    background-color: #fffbe4;
    font-size:14px;
    margin:0px;
    overflow-x: hidden;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #343434;
}

/* Header */
header{
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.logo{
    height: auto;
    float: left;
    margin: 0px auto 5px auto;
    display: block;
}
.logo img{
    max-width: 180px;
}
header .btn-default{padding: 10px;text-align: center;color: #FFF;background: #650832;font-weight: bold;border: 0;border-radius: 10px;font-size: 18px;float: right;margin-top: 15px;}
header .btn-default:hover{
    background: #4b1c26;
    color: #fff;
    text-decoration: none;
}
.wrap-header{background: #FAEC8B;width: 100%;float: left;padding: 15px;border: 1px solid #650832;border-radius: 12px;}
/* End Header */

/* Menu */
.wrap_nav {
    width: 100%;
    float: left;
    background: #123f43;
}

nav {
    display: none;
    float: right;
}

.menu_multinivel {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding: 0px 16px;
    text-decoration: none;
    color: #000;
    line-height: 78px;
    float: left;
    font-size: 14px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0px;
    z-index: 1;
}

.dropdown-content a {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
}

.dropdown-content a:hover {
    background: #FF761C;
    color: #FFF;
    border-radius: 0px;
    transition: 0.5s all;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.bt-navbar {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 16px;
    color: #FFF;
    font-size: 18px;
    background: #F18C02;
    text-align: center;
    display: none;
}

.bt-navbar:hover,
.bt-navbar:focus,
.bt-navbar:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    transition: 0.5s all;
    color: #FFF;
    background: #FF761C;
    text-decoration: none;
}

.btn-close-menu {
    background-color: red;
    color: #FFF;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    margin: 15px 15px 15px auto;
    font-weight: bold;
    display: none;
    text-align: center;
    cursor: pointer;
    float: right;
}

.btn-close-menu:hover {
    color: #FFF;
    text-decoration: none;
    background-color: red !important;
}

.menu-contact{
    display: none;
}
/* End Menu */

/* Footer */
footer{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    padding: 50px 0 30px 0px;
    color: #FFF;
    font-size: 16px;
    background: #232323;
}
/* End Footer */

/* Global classes */
.container{
    display:block;
    width:100%;
    float:left;
    padding: 0;
}
.content{
    margin: 0px auto;
}
.item_mobile{
    display: none;
}
.site-subtitle{
    width: 100%;
    float: left;
    font-size: 26px;
    margin: 0px;
    text-align: left;
}
.site-title-left{
    width: 100%;
    float: left;
    font-size: 30px;
    margin: 30px 0px 70px 0px;
    text-align: left;
}
.site-title-left:after{
    content: '';
    display: block;
    margin-top: 15px;
    width: 50px;
    height: 4px;
    background: #FF7900;
    position: absolute;
}
.site-title-center{
    width: 100%;
    float: left;
    font-size: 30px;
    margin: 30px 0px 70px 0px;
    text-align: center;
}
.site-title-center:after{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #FF7900;
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px auto 0px auto;
}
.site-title-right{
    width: 100%;
    float: left;
    font-size: 30px;
    margin: 30px 0px 70px 0px;
    text-align: right;
}
.site-title-right:after{
    content: '';
    display: block;
    margin-top: 15px;
    width: 50px;
    height: 4px;
    background: #FF7900;
    position: absolute;
    right: 15px;
}
.site-title-pgs{
    width: 100%;
    float: left;
    font-size: 30px;
    margin: 30px 0px 20px 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}
.site-title-pgs:after{
    content: '';
    display: block;
    margin-top: 20px;
    width: 60px;
    height: 4px;
    background: #FFF;
}
.img-center{
    float: initial;
    display: block;
    margin: 0px auto;
}
.btn-center{
    margin: 0px auto;
    float: initial;
    display: table;
}
.border-right{
    border-right: 1px solid #000;
}
.site-background-color-primary{
    background: #650832;
}
.site-color-primary{
    color: #650832;
}
.text-gray{
    color: #364A4180;
}
.text-skin{
    color: #F0D4AF;
}
.wrap-packs{
    display: block;
}
.gold-pack{
    width: 40%;
    float: left;
    display: block;
    padding: 0px 15px;
}
.silver-pack{
    width: 30%;
    float: left;
    display: block;
    padding: 0px 15px;
}
.basic-pack{
    width: 30%;
    float: left;
    display: block;
    padding: 0px 15px;
}
.gold-pack .box-packages{
    background: #650832;
}
.gold-pack .box-packages .box-title{
    background: #FF9D00;
    color: #650832;
}
.gold-pack .box-packages .number-of-bottles{color: #FAEC8B;}
.gold-pack .box-packages .pricing{color: #FFF;}
.gold-pack .box-packages .bonus{color: #FFF;}
.gold-pack .box-packages .pricing-total{color: #FFF;}
.gold-pack .box-packages .buy-now-package{

}
.gold-pack .box-packages .savings-of-package{color: #FFF;}
.gold-pack .box-packages .pricing .ori-price{
    color: #F0D4AF;
}
.basic-pack .box-packages img{
    height: 314px;
}
.gold-pack .box-packages img{
    height: 280px;
    max-width: 100%;
}
.silver-pack .box-packages img{
    height: 284px;
}
.display-none{
    display: none;
}
.limited-offer-box {
    background: #fff3b0;
    border-radius: 10px;
    padding: 25px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    max-width: 700px;
}

.limited-offer-box h2 {
    color: #6a1930;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
}

.limited-offer-box .sub-text {
    font-size: 16px;
    color: #4b1c26;
    margin-bottom: 15px;
}

#countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-weight: bold;
}

.count-box {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    min-width: 70px;
    text-align: center;
    transition: transform 0.3s ease;
}

.count-box:hover {
    transform: scale(1.05);
}

.count-box div:first-child {
    font-size: 28px;
    color: #6a1930;
    margin-bottom: 5px;
}

.count-box div:last-child {
    font-size: 12px;
    color: #6a1930;
}

.btn-timer {
    display: inline-block;
    background: #6a1930;
    color: #fff;
    border-radius: 30px;
    padding: 12px 40px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    margin-top: 5px;
    font-size: 18px;
}

.btn-timer:hover {
    background: #4b1c26;
    color: #fff;
    text-decoration: none;
}

.cta-wrapper {
    margin-top: 0px;
}

/* End Global classes */

/* Landing Page */
.wrap-title-landing-page{width: 100%;border-radius: 5px;padding: 15px;text-align: center;}
.wrap-title-landing-page p {
    font-size: 18px;
    margin-top: 10px;
}
.wrap-title-landing-page h2{color: #650832;margin: 0;}
.title-landing-page{

}
.initial-call-to-action{

}
.buy-off-today{
    font-size: 23px !important;
}
.initial-call-to-action h1{color: #650832;font-weight: bold;}
.initial-call-to-action p{font-size: 16px;}
.button-buy{padding: 10px;text-align: center;color: #FFF;background: #650832;font-weight: bold;border: 0;border-radius: 10px;font-size: 18px;float: left;}
.button-buy:hover{
    background: #4b1c26;
    color: #fff;
    text-decoration: none;
}
.image-product{

}
.image-product img{max-width: 100%;}
.box-certificate{background: #fafafa;border-radius: 6px;border: 1px solid #e7e7e7;padding: 15px;min-height: 430px;}
.box-certificate img{width: 100%;}
.box-certificate h3{font-size: 18px;font-weight: bold;text-align: center;}
.box-certificate p{font-size: 14px;text-align: center;}
.testimonials{background: #FFD0E3;float: left;display: block;padding: 15px;border-radius: 6px;}
.testimonials h3{text-align: center;}
.testimonials .star-testimoals{display: table;margin: 10px auto 15px;}
.testimonials p{text-align: center;font-size: 16px;}
.testimonials .person{border-radius: 100%;width: 100px;height: 100px;display: table;margin: 25px auto 0px;}
.testimonials .person img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    margin: 0px auto 10px;
    display: table;
}
.testimonials .person p{text-align: center;font-weight: bold;}
.ingredients{width: 100%;display: block;float: left;margin-bottom: 10px;font-size: 16px;}
.ingredients .ingredient-icon{float: left;margin: 0px 10px 0px 0px;width: 30px;height: 30px;background: #FF9D00;text-align: center;border-radius: 100%;line-height: 30px;color: #650832;font-size: 20px;}
.ingredients .ingredient-icon i{

}
.ingredients .title{font-weight: bold;}
.ingredients .text{

}
.ingredients .text .p{

}
.bonus{

}
.bonus img{max-width: 100%;}
.bonus h3{width: 100%;float: left;display: block;font-weight: bold;margin-bottom: 20px;}
.bonus p{font-size: 16px;}
.box-packages{width: 100%;float: left;display: block;background: #FAEC8B;border: 1px solid #650832;border-radius: 2rem;padding: 5px 15px;padding: 0px 15px;}
.box-packages .box-title{background: #650832;width: 100%;float: left;display: block;text-align: center;padding: 10px 5px;color: #FFF;font-weight: bold;border-radius: 2rem;}
.box-packages .number-of-bottles{width: 100%;display: block;text-align: center;font-size: 18px;color: #650832;}
.box-packages img{height: 280px;display: block;margin: 0px auto;}
.box-packages .pricing{font-size: 26px;color: #650832;margin: 0px auto;display: table;text-align: center;font-weight: bold;margin-bottom: 10px;}
.box-packages .pricing .ori-price{
    text-decoration: line-through;
    color: #364A4180;
}
.box-packages .pricing-total{display: block;width: 100%;float: left;border-top: 1px solid #b7b7b7;padding-top: 10px;text-align: center;font-size: 18px;color: #650832;font-weight: bold;}
.box-packages .buy-now-package{background: #FF9D00;color: #650832;padding: 15px;width: 100%;border-radius: 6px;font-size: 18px;font-weight: bold;border: #FF9D00;}
.box-packages .savings-of-package{text-align: center;color: #650832;margin-top: 10px;font-weight: bold;}
.box-packages .bonus{text-align: center;font-size: 14px;color: #650832;font-weight: bold;}
.money-back-img{
    width: 250px;
    margin: 0px auto;
    display: table;
}
.panel {
    border: none;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    background-color: #fff3b0;
    box-shadow: none;
}

.panel-heading {
    background-color: #fff3b0 !important;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
}

.panel-heading a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #6a1930;
    text-decoration: none;
}

.panel-heading a:hover {
    text-decoration: none;
    color: #4b1c26;
}

.panel-body {
    background-color: #fffbea;
    border-top: 1px solid #f3e2a9;
    padding: 15px 25px;
    color: #4b1c26;
}

.panel-title i {
    float: right;
    transition: transform 0.3s;
}

.panel-title a.collapsed i {
    transform: rotate(0deg);
}

.panel-title a:not(.collapsed) i {
    transform: rotate(180deg);
}
.button-center{
    margin: 0px auto;
    display: table;
    float: initial;
}
/* End Landing Page */

/* Smartphones 240px */
@media screen and (max-width: 240px){

    /* Header */
    /* End Header */

    /* Footer */
    /* End Footer */

    /* Global classes */
    /* End Global classes */

}
/* End Smartphones 240px */

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

    .count-box{
        width: 100%;
    }

}

/* Smartphones 480px */
@media screen and (max-width: 480px) {

    /* Header */
    header{
        background-position-y: bottom;
    }
    .bt-navbar{
        display:block;
    }
    .logo{
        width: auto !important;
        margin: 0px auto 30px auto;
        display: table;
        float: initial !important;
    }
    header .btn-default{
        margin: 0px auto;
        float: initial;
        display: table;
    }
    /* End Header */

    /* Landing Page */
    .wrap-packs{
        float: left;
        width: 100%;
    }
    .gold-pack{
        width: 100%;
        margin: 30px auto 0px;
        display: block;
        float: left;
    }
    .gold-pack .box-packages img{
        height: auto;
        width: 100%;
    }
    .silver-pack{
        width: 100%;
        margin: 30px auto 0px;
        display: block;
        float: left;
    }
    .silver-pack .box-packages img{
        height: auto;
        width: 100%;
    }
    .basic-pack{
        width: 100%;
        margin: 0px auto;
        display: block;
        float: left;
    }
    .basic-pack .box-packages img{
        height: auto;
        width: 100%;
    }
    .box-certificate{
        margin-bottom: 20px;
        min-height: auto;
    }
    .box-certificate img {
        width: 370px;
        max-width: 100%;
        margin: 0px auto;
        display: table;
    }
    .button-buy{
        margin: 0px auto;
        display: table;
        float: initial;
    }
    .buy-off-today{
        text-align: center;
    }
    .initial-call-to-action h1 {
        text-align: center;
    }
    .testimonials{
        margin-bottom: 20px;
    }

    /* Landing Page */

    /* Footer */

    /* End Footer */

    /* Menu */
    .wrap_nav{
        height: 45px;
        position: relative;
    }
    .menu_none {
        display: none;
    }
    .bt-navbar {
        display: block;
    }
    nav {
        display: block;
        width: 100%;
        float: left;
        margin-top: 11px;
        font-size: 16px;
    }
    nav ul {
        display: block;
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 0px;
    }
    nav ul li {
        list-style: none;
        display: block;
        margin: 1px 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }
    nav ul li a {
        width: 100%;
        height: auto;
        line-height: 50px;
        float: left;
        margin: 0px;
        text-decoration: none;
        color: #FFF;
        background-color: #333;
    }
    nav ul li a:hover {
        background-color: #ff7900;
        text-decoration: none;
        color: #FFF;
    }
    .nav-on {
        text-decoration: none;
        background-color: #ff7900;
        color: #FFF !important;
    }
    #side-menu {
        padding: 0px;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        left: -100%;
        background: rgba(0, 0, 0, 0.8);
        overflow-x: hidden;
        overflow-y: auto;
        transition: left .2s ease-in-out;
        z-index: 100;
        margin: 0px;
    }
    #side-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #side-menu ul li {
    }
    #side-menu ul li a {
        display: block;
        padding: 0px 15px;
    }
    .push-side-menu-left {
        left: 0 !important;
        transition: left .2s ease-in-out;
    }
    .btn-close-menu{
        display: block;
    }
    .menu-contact{
        display: block;
    }
    /* End Menu */

    /* Global classes */
    .content{
        width:100%;
    }
    .col-mobile{
        display:block;
        width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .mobile-none{
        display: none;
    }
    .mobile-block{
        display: block;
    }
    .recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .site-title-left{
        width: 100%;
        float: left;
        font-size: 30px;
        margin: 30px 0px 70px 0px;
        text-align: left;
    }
    .site-title-left:after{
        content: '';
        display: block;
        margin-top: 15px;
        width: 50px;
        height: 4px;
        background: #FF7900;
        position: absolute;
    }
    /* End Global classes */

}

/* Tablet */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Header */
    header{
        /*background-position-y: bottom;*/
    }
    .bt-navbar{
        display:block;
    }
    .logo{
        width: auto !important;
        margin: 0px auto 30px auto;
        display: table;
        float: initial !important;
    }
    header .btn-default{
        margin: 0px auto;
        float: initial;
        display: table;
    }
    /* End Header */

    /* Landing Page */
    .gold-pack{
        width: 480px;
        margin: 30px auto 0px;
        display: table;
        float: initial;
    }
    .silver-pack{
        width: 480px;
        margin: 30px auto 0px;
        display: table;
        float: initial;
    }
    .basic-pack{
        width: 455px;
        margin: 0px auto;
        display: table;
        float: initial;
    }
    .box-certificate{
        margin-bottom: 20px;
        min-height: auto;
    }
    .box-certificate img {
        width: 370px;
        max-width: 100%;
        margin: 0px auto;
        display: table;
    }
    .button-buy{
        margin: 0px auto;
        display: table;
        float: initial;
    }
    .buy-off-today{
        text-align: center;
    }
    .initial-call-to-action h1 {
        text-align: center;
    }
    .testimonials{
        margin-bottom: 20px;
    }
    /* End Landing Page */

    /* Footer */

    /* End Footer */

    /* Menu */
    .wrap_nav{
        height: 45px;
        position: relative;
    }
    .menu_none {
        display: none;
    }
    .bt-navbar {
        display: block;
    }
    nav {
        display: block;
        width: 100%;
        float: left;
        margin-top: 11px;
        font-size: 16px;
    }
    nav ul {
        display: block;
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 0px;
    }
    nav ul li {
        list-style: none;
        display: block;
        margin: 1px 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }
    nav ul li a {
        width: 100%;
        height: auto;
        line-height: 50px;
        float: left;
        margin: 0px;
        text-decoration: none;
        color: #FFF;
        background-color: #333;
    }
    nav ul li a:hover {
        background-color: #ff7900;
        text-decoration: none;
        color: #FFF;
    }
    .nav-on {
        text-decoration: none;
        background-color: #ff7900;
        color: #FFF !important;
    }
    #side-menu {
        padding: 0px;
        position: fixed;
        top: 0;
        height: 100%;
        width: 360px;
        left: -360px;
        background: rgba(0, 0, 0, 0.8);
        overflow-x: hidden;
        overflow-y: auto;
        transition: left .2s ease-in-out;
        z-index: 100;
        margin: 0px;
    }
    #side-menu ul {
        list-style: none;
        margin: 50px 0px 0px 0px;
        padding: 0;
    }
    #side-menu ul li {
    }
    #side-menu ul li a {
        display: block;
        padding: 0px 15px;
    }
    .push-side-menu-left {
        left: 0 !important;
        transition: left .2s ease-in-out;
    }
    .btn-close-menu{
        display: block;
    }
    /* End Menu */

    /* Global classes */
    .content{
        width:100%;
    }
    .tablet-min-none{
        display:none;
    }
    .tablet-min-block{
        display:block;
    }
    .site-title{
        font-size: 24px;
    }
    /* End Global classes */

}
/* End Tablet */

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Header */
    /* End Header */

    /* Footer */
    /* End Footer */

    /* Landing Page */
    .gold-pack{
        width: 480px;
        margin: 30px auto 0px;
        display: table;
        float: initial;
    }
    .silver-pack{
        width: 480px;
        margin: 30px auto 0px;
        display: table;
        float: initial;
    }
    .basic-pack{
        width: 455px;
        margin: 0px auto;
        display: table;
        float: initial;
    }
    /* End Landing Page */

    /* Menu */
    #show-site-menu{
        display:none;
    }
    nav{
        display: block;
        float: left;
        width: 100%;
    }
    nav ul{
        padding: 0px;
        margin: 0;
    }
    nav ul li{
        list-style: none;
        display:inline;
    }
    nav ul li a{
        text-decoration: none;
        float: left;
        color: #FFF;
        padding: 22px 0px;
        width: 16.66%;
        font-size: 16px;
        text-align: center;
        border-left: 1px solid #000;
    }
    nav ul li a:hover, nav ul li a:focus{
        text-decoration: none;
        color: #FFF;
        background: #ff770c;
        transition: 0.5s all;
    }
    .nav-on{
        text-decoration: none;
        color: #FFF;
        background: #ff770c;
    }
    /* End Menu */

    /* Global classes */
    .content{
        width:100%;
    }
    .tablet-max-none{
        display:none;
    }
    .tablet-max-block{
        display:block;
    }
    /* End Global classes */

}
/* End Tablet */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px){

    /* Header */
    /* End Header */

    /* Footer */
    /* End Footer */

    /* Landing Page */
    .basic-pack .box-packages img{
        height: 255px;
    }
    .gold-pack .box-packages img{
        height: 225px;
    }
    .silver-pack .box-packages img{
        height: 225px;
    }
    /* Landing Page */

    /* Global classes */
    .content{
        width:970px;
    }
    .note-none{
        display:none;
    }
    .note-block{
        display:block;
    }
    /* End Global classes */

    /* Menu */
    #show-site-menu{
        display:none;
    }
    nav{
        display: block;
        float: left;
        width: 100%;
    }
    nav ul{
        padding: 0px;
        margin: 0;
    }
    nav ul li{
        list-style: none;
        display:inline;
    }
    nav ul li a{
        text-decoration: none;
        float: left;
        color: #FFF;
        padding: 22px 0px;
        width: 16.66%;
        font-size: 16px;
        text-align: center;
        border-left: 1px solid #000;
    }
    nav ul li a:hover, nav ul li a:focus{
        text-decoration: none;
        color: #FFF;
        background: #ff770c;
        transition: 0.5s all;
    }
    .nav-on{
        text-decoration: none;
        color: #FFF;
        background: #ff770c;
    }
    /* End Menu */

}
/* End Notebook */

/* Computers */
@media screen and (min-width: 1281px){

    /* Header */
    /* End Header */

    /* Footer */
    /* End Footer */

    /* Global classes */
    .content{
        width:1140px;
    }
    .desktop-none{
        display:none;
    }
    .desktop-block{
        display:block;
    }
    /* End Global classes */

    /* Menu */
    #show-site-menu{
        display:none;
    }
    nav{
        display: block;
        float: left;
        width: 100%;
    }
    nav ul{
        padding: 0px;
        margin: 0;
    }
    nav ul li{
        list-style: none;
        display:inline;
    }
    nav ul li a{
        text-decoration: none;
        float: left;
        color: #FFF;
        padding: 22px 0px;
        width: 16.66%;
        font-size: 16px;
        text-align: center;
        border-left: 1px solid #000;
    }
    nav ul li a:hover, nav ul li a:focus{
        text-decoration: none;
        color: #FFF;
        background: #ff770c;
        transition: 0.5s all;
    }
    .nav-on{
        text-decoration: none;
        color: #FFF;
        background: #ff770c;
    }
    /* End Menu */

}
/* End Computers */

/* Computers M */
@media screen and (min-width: 1345px) and (max-width: 1632px){

    /* Header */
    /* End Header */

    /* Footer */
    /* End Footer */

    /* Global classes */
    /* End Global classes */
}
/* End Computers */

/* Computers G */
@media screen and (min-width: 1633px){

    /* Header */
    /* End Header */

    /* Footer */
    /* End Footer */

    /* Global classes */
    /* End Global classes */

}
/* End Computers G */

/*.content{border:none;} */