img {
    border: 0
}

body {
    margin: 0
}

.col-xs-12 {
    float: left
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

h1 {
    margin: .67em 0
}

img {
    vertical-align: middle
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

@media print {
    img {
        page-break-inside: avoid
    }

    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

body {
    background-color: #fff
}

*, :after, :before {
    box-sizing: border-box
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h1, h2, h3, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.bottle-main {
    display: block;
    margin: 0 auto;
    position: relative;
    left: 3px;
    width: 192px;
}

.bottle-box {
    position: relative;
    width: 230px;
}

.flag {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 80px;
}

.bottle-top {
    position: relative;
    z-index: 1;
    right: -80px;
    bottom: 20px;
    width: 137px;
}

.gif-box {
    position: relative;
    background: #fff;
    font-style: normal;
    text-align: left;
    padding: 30px 15px !important;
}

.gif-box .gift-title {
    color: #3aa24a;
    font-style: normal;
    font-size: 32px;
    text-align: left;
}

.gif-box .gift-subtitle {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0;
}

.gif-box span {
    color: #666666;
    font-size: 16px;
}

.gif-box .red-text {
    margin: 15px 0 20px;
}

.gif-box .red-text p {
    display: flex;
    align-items: center;
}

.gif-box .red-text p span,
.gif-box .red-text p {
    color: red;
    font-weight: 700;
}

.gif-box .red-text p {
    font-size: 36px;
    margin: 0;
    line-height: 1;
}

.gif-box .red-text p span {
    margin-left: 5px;
    line-height: 1.2;
    font-size: 18px;
}

.gif-box .button {
    background: #6bc55c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 2px;
    width: 100%;
    margin: 20px auto 0;
}

.gif-box .button img {
    margin-right: 10px;
}

@keyframes blink-twice {
    0%, 6%, 12% { opacity: 1; }
    3%, 9% { opacity: 0; }
}

.blinking-text-twice {
    opacity: 1;
    animation: blink-twice 3s infinite;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

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

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

@media (min-width: 992px) {
    .col-md-12, .col-md-2, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8 {
        float: left
    }

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

    .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-2 {
        width: 16.66666667%
    }
}

@media (min-width: 1200px) {
    .col-lg-4, .col-lg-6, .col-lg-8 {
        float: left
    }

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

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

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

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " "
}

.container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

@-ms-viewport {
    width: device-width
}

.petit, h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover {
    color: #fff
}

h1, h2, h3 {
    letter-spacing: -2px
}

.maleperf, .start {
    position: relative;
    float: left
}

.titre, .titre-bleu, .titre2, h1, h2, h3 {
    font-style: italic;
    text-transform: uppercase
}

.btnCommande, .titre, .titre-bleu, .titre2, h1, h2, h3 {
    text-transform: uppercase
}

.btnCommande, .gelule, h2, h3, h4 {
    text-align: center
}

.blog-avatar, .maleperf, .start, h2 {
    float: left
}

body {
    overflow-x: hidden !important;
    background: #EEE;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400
}

h2, h3, h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0
}

.petit, h1, h3 {
    font-weight: 800;
    display: block
}

a, div {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a:focus, a:hover, a:visited {
    text-decoration: none !important
}

.no-padding-left {
    padding-left: 0
}

p {
    color: #000;
    margin-left: 0
}

.maleperf {
    top: 40px
}

h1 {
    font-size: 43px;
    line-height: 38px;
    margin: 82px 0 0
}

.petit {
    font-size: 40px
}

h2 {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding-left: 35px
}

.sombre {
    color: #06234f;
    font-size: 18px;
    margin-left: 5px
}

.marge {
    margin: 50px 0 0
}

h3 {
    color: #c52b2b;
    font-size: 30px;
    line-height: 30px;
    margin: 0
}

.intro, .start {
    font-weight: 700
}

.meta {
    font-size: 13px;
    margin: 10px 0
}

.intro {
    font-size: 18px;
    margin: 0 0 30px
}

.texte {
    margin: 0 0 0 25%;
    display: block
}

.start {
    background: #1F6EE5;
    width: 332px;
    height: 265px;
    margin: 41px 30px 20px 20px;
    font-size: 14px;
    color: #fff;
    padding: 60px 40px 40px;
    z-index: 9999
}

.citation, .titre, .titre-bleu, .titre2 {
    font-weight: 800;
    letter-spacing: -2px
}

.titre, .titre2 {
    color: #fff;
    font-size: 20px;
    width: 322px;
    height: 83px;
    position: absolute;
    top: -30px;
    left: -40px;
    padding: 17px 0 0 40px
}

.rouge, h4 {
    position: relative
}

.recit {
    background: #fff;
    color: #000;
    font-size: 14px;
    margin-top: 60px;
    padding: 84px 35px 35px
}

.recit {
    margin-left: 57px
}

.citation {
    font-size: 28px
}

.laugh {
    font-size: 18px;
    margin-bottom: 39px
}

.girls {
    margin-bottom: 30px
}

.red {
    background: #c52b2b;
    padding-bottom: 20px
}

.titre-bleu {
    width: 409px;
    height: 84px;
    color: #fff;
    font-size: 20px;
    padding: 17px 0 0 40px;
    margin: 23px 0 30px
}

.btnCommande {
    min-width: 200px;
    width: auto;
    height: 47px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 47px;
    margin: 15px 0 0;
    padding: 0 0 0 15px;
    border-radius: 3px;
    background: #1dcc36;
    background: -moz-linear-gradient(top, #1dcc36 0, #23d91a 100%);
    background: -webkit-linear-gradient(top, #1dcc36 0, #23d91a 100%);
    background: linear-gradient(to bottom, #1dcc36 0, #23d91a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dcc36', endColorstr='#23d91a', GradientType=0)
}

.btnCommande:hover {
    color: #fff;
    background: #23d91a;
    background: -moz-linear-gradient(top, #23d91a 0, #1dcc36 100%);
    background: -webkit-linear-gradient(top, #23d91a 0, #1dcc36 100%);
    background: linear-gradient(to bottom, #23d91a 0, #1dcc36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23d91a', endColorstr='#1dcc36', GradientType=0)
}

.blanc, .white {
    color: #fff;
    margin: 0 0 20px 53px
}

.white2 {
    color: #fff;
    margin: 0 53px 20px 0
}

.fond {
    width: 100%;
    height: auto
}

.rouge {
    background: #791616;
    padding: 30px 30px 0
}

.proof, h4 {
    padding: 0
}

h4 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -2px;
    color: #c52b2b;
    margin: 20px 0
}

.proof {
    font-size: 18px
}

.bianco, .bianco2 {
    font-size: 14px;
    margin: 60px 0 0;
    padding: 84px 35px 35px;
    color: #000;
    background: #fff
}

.bianco2 {
    height: 500px
}

.box .title, .gelule {
    font-size: 20px;
    font-weight: 700
}

.gelule {
    margin: 20px 0 0
}

.box {
    background: #fff;
    padding: 30px;
    margin: 0 0 30px
}

.box .title {
    color: #000;
    margin: 0 0 20px;
    display: block
}

.box .line {
    width: auto;
    height: auto;
    margin: 0 0 30px
}

.box .line .boxImage {
    float: left;
    margin: 0 10px 0 0
}

.box .line .titreInter, .box .line .titreInter a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    margin: 0
}

.box .line .titreInter a:hover, .box p {
    color: #666
}

.box .line .meta {
    display: block;
    margin: 0;
    font-size: 12px
}

.blog-comment-text, .comment-count {
    font-size: 13px
}

.thumbs {
    width: 48px;
    height: 48px;
    margin: 0 10px 10px 0
}

.blanco {
    background: #fff;
    padding: 0;
    margin: 15px 0 !important;
    display: block
}

.blog-header {
    background: #dae2e8;
    height: 40px;
    line-height: 40px
}

.comment-count {
    font-weight: 700;
    margin: 0 0 0 30px;
    color: #45688e
}

.blog-comment, .blog-comment-load {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0 30px;
    overflow: auto
}

.blog-avatar {
    display: block;
    margin: 0 20px 0 0
}

.blog-comment-name {
    font-size: 13px;
    font-weight: 700
}

.blog-comment-date {
    font-size: 12px;
    color: #999
}

.blog-comment-like {
    font-size: 13px;
    float: right
}

.blog-comment-like-count {
    font-size: 12px;
    font-weight: 700
}

@media (max-width: 768px) {
    .marge, h1 {
        margin: 20px 0 0
    }

    .bianco2, .centre, .start {
        height: auto
    }

    .maleperf {
        top: 20px;
        float: none
    }

    h1 {
        font-size: 42px
    }

    h3 {
        padding-right: 30px
    }

    .sombre {
        font-size: 14px
    }

    .petit {
        font-size: 30px;
        margin: 0
    }

    .texte {
        margin: 0 30px 0 20px
    }

    .recit, .start {
        margin-left: 0
    }

    .start {
        width: auto;
        float: none;
        margin-right: 0
    }

    .recit {
        margin-top: 0;
        padding: 35px;
        width: 100%
    }

    .btnCommande {
        width: 90%;
        margin-bottom: 20px;
        line-height: 20px;
        height: auto;
        padding: 5px 0
    }

    .blanc, .white {
        margin: 0 0 20px;
        padding-right: 20px
    }

    .other {
        padding: 0 !important;
        margin: 0 !important
    }

    .centre {
        width: auto;
        display: inline-block;
        margin: 0 auto
    }

    .sidebar {
        display: none
    }

    .proof {
        margin-top: 20px;
        padding-right: 30px
    }

    .titre, .titre2 {
        padding: 17px 0 0 60px
    }

    .bianco {
        width: 100%;
        padding-right: 50px
    }

    .bianco2 {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-right: 70px
    }

    .gelule {
        margin: 20px 0 0;
        width: auto;
        padding-right: 50px
    }
}

.petit, h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover {
    color: #fff
}

h1, h2, h3 {
    letter-spacing: -2px
}

.maleperf, .start {
    position: relative;
    float: left
}

.titre, .titre-bleu, .titre2, h1, h2, h3 {
    font-style: italic;
    text-transform: uppercase
}

.btnCommande, .titre, .titre-bleu, .titre2, h1, h2, h3 {
    text-transform: uppercase
}

.btnCommande, .gelule, h2, h3, h4 {
    text-align: center
}

.blog-avatar, .maleperf, .start, h2 {
    float: left
}

body {
    overflow-x: hidden !important;
    background: #EEE;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400
}

h2, h3, h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0
}

.petit, h1, h3 {
    font-weight: 800;
    display: block
}

a, div {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a:focus, a:hover, a:visited {
    text-decoration: none !important
}

.no-padding-left {
    padding-left: 0
}

p {
    color: #000;
    margin-left: 0
}

.maleperf {
    top: 40px
}

h1 {
    font-size: 43px;
    line-height: 38px;
    margin: 82px 0 0
}

.petit {
    font-size: 40px
}

h2 {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding-left: 35px
}

.sombre {
    color: #06234f;
    font-size: 20px;
    margin-left: 5px
}

.marge {
    margin: 50px 0 0
}

h3 {
    color: #c52b2b;
    font-size: 30px;
    line-height: 30px;
    margin: 0
}

.intro, .start {
    font-weight: 700
}

.meta {
    font-size: 13px;
    margin: 10px 0
}

.intro {
    font-size: 18px;
    margin: 0 0 30px
}

.texte {
    margin: 0 0 0 25%;
    display: block
}

.start {
    background: #1F6EE5;
    width: 332px;
    height: 265px;
    margin: 41px 30px 20px 20px;
    font-size: 14px;
    color: #fff;
    padding: 60px 40px 40px;
    z-index: 9999
}

.citation, .titre, .titre-bleu, .titre2 {
    font-weight: 800;
    letter-spacing: -2px
}

.titre, .titre2 {
    color: #fff;
    font-size: 20px;
    width: 322px;
    height: 83px;
    position: absolute;
    top: -30px;
    left: -40px;
    padding: 17px 0 0 40px
}

.rouge, h4 {
    position: relative
}

.recit {
    background: #fff;
    color: #000;
    font-size: 14px;
    margin-top: 60px;
    padding: 84px 35px 35px
}

.recit {
    margin-left: 57px
}

.citation {
    font-size: 28px
}

.laugh {
    font-size: 18px;
    margin-bottom: 39px
}

.girls {
    margin-bottom: 30px
}

.red {
    background: #c52b2b;
    padding-bottom: 20px
}

.titre-bleu {
    width: 409px;
    height: 84px;
    color: #fff;
    font-size: 20px;
    padding: 17px 0 0 40px;
    margin: 23px 0 30px
}

.btnCommande {
    min-width: 200px;
    width: auto;
    height: auto;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 15px 0 0;
    padding: 10px 15px;
    border-radius: 3px;
    background: #1dcc36;
    background: -moz-linear-gradient(top, #1dcc36 0, #23d91a 100%);
    background: -webkit-linear-gradient(top, #1dcc36 0, #23d91a 100%);
    background: linear-gradient(to bottom, #1dcc36 0, #23d91a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dcc36', endColorstr='#23d91a', GradientType=0)
}

.btnCommande:hover {
    color: #fff;
    background: #23d91a;
    background: -moz-linear-gradient(top, #23d91a 0, #1dcc36 100%);
    background: -webkit-linear-gradient(top, #23d91a 0, #1dcc36 100%);
    background: linear-gradient(to bottom, #23d91a 0, #1dcc36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23d91a', endColorstr='#1dcc36', GradientType=0)
}

.blanc, .white {
    color: #fff;
    margin: 0 0 20px 53px
}

.white2 {
    color: #fff;
    margin: 0 53px 20px 0
}

.fond {
    width: 100%;
    height: auto
}

.rouge {
    background: #791616;
    padding: 30px 30px 0
}

.proof, h4 {
    padding: 0
}

h4 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -2px;
    color: #c52b2b;
    margin: 20px 0
}

.proof {
    font-size: 18px
}

.bianco, .bianco2 {
    font-size: 14px;
    margin: 60px 0 0;
    padding: 84px 35px 35px;
    color: #000;
    background: #fff
}

.bianco2 {
    height: 500px
}

.box .title, .gelule {
    font-size: 20px;
    font-weight: 700
}

.gelule {
    margin: 20px 0 0
}

.box {
    background: #fff;
    padding: 30px;
    margin: 0 0 30px
}

.box .title {
    color: #000;
    margin: 0 0 20px;
    display: block
}

.box .line {
    width: auto;
    height: auto;
    margin: 0 0 30px
}

.box .line .boxImage {
    float: left;
    margin: 0 10px 0 0
}

.box .line .titreInter, .box .line .titreInter a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    margin: 0
}

.box .line .titreInter a:hover, .box p {
    color: #666
}

.box .line .meta {
    display: block;
    margin: 0;
    font-size: 12px
}

.blog-comment-text, .comment-count {
    font-size: 13px
}

.thumbs {
    width: 48px;
    height: 48px;
    margin: 0 10px 10px 0
}

.blanco {
    background: #fff;
    padding: 0;
    margin: 15px 0 !important;
    display: block
}

.blog-header {
    background: #dae2e8;
    height: 40px;
    line-height: 40px
}

.comment-count {
    font-weight: 700;
    margin: 0 0 0 30px;
    color: #45688e
}

.blog-comment, .blog-comment-load {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0 30px;
    overflow: auto
}

.blog-avatar {
    display: block;
    margin: 0 20px 0 0
}

.blog-comment-name {
    font-size: 13px;
    font-weight: 700
}

.blog-comment-date {
    font-size: 12px;
    color: #999
}

.blog-comment-like {
    font-size: 13px;
    float: right
}

.blog-comment-like-count {
    font-size: 12px;
    font-weight: 700
}

@media (max-width: 768px) {
    .marge, h1 {
        margin: 20px 0 0
    }

    .bianco2, .centre, .start {
        height: auto
    }

    .maleperf {
        top: 20px;
        float: none
    }

    h1 {
        font-size: 42px
    }

    h3 {
        padding-right: 30px
    }

    .sombre {
        font-size: 16px
    }

    .petit {
        font-size: 30px;
        margin: 0
    }

    .texte {
        margin: 0 30px 0 20px
    }

    .recit, .start {
        margin-left: 0
    }

    .start {
        width: auto;
        float: none;
        margin-right: 0
    }

    .recit {
        margin-top: 0;
        padding: 35px;
        width: 100%
    }

    .btnCommande {
        margin-bottom: 20px;
        line-height: 20px;
        height: auto;
        padding: 5px
    }

    .blanc, .white {
        margin: 0 0 20px;
        padding-right: 20px
    }

    .other {
        padding: 0 !important;
        margin: 0 !important
    }

    .centre {
        width: auto;
        display: inline-block;
        margin: 0 auto
    }

    .sidebar {
        display: none
    }

    .proof {
        margin-top: 20px;
        padding-right: 30px
    }

    .titre, .titre2 {
        padding: 17px 0 0 60px
    }

    .bianco {
        width: 100%;
        padding-right: 50px
    }

    .bianco2 {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-right: 70px
    }

    .gelule {
        margin: 20px 0 0;
        width: auto;
        padding-right: 50px
    }
}

.bg {
  background: url("bg-330b21b3e3.jpg") no-repeat left top, url("bg2-14b0979671.jpg") no-repeat 888px top, url("bg2-14b0979671-2.jpg") no-repeat right top;
  height: 229px;
}

h2 {
  background: url("arrow-bca731c4f3.png") no-repeat center left;
}

.titre {
  background: url("bandeau-14fe09cbf3.png") no-repeat top left;
}

.titre2 {
  background: url("bandeau-14fe09cbf3-2.png") no-repeat top left;
}

.titre-bleu {
  background: url("bandeau-bleu-9257d90d14.png") no-repeat top left;
}

.fond {
  background: url("bg-rouge-452b70dc01.png") repeat-x;
}

.gummy {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 75px;
}

@media (max-width: 1199px) {
    .gif-box {
        padding: 30px 10px !important;
    }

    .gummy {
        width: 54px;
    }

    .gif-box .button img {
        margin-right: 5px;
    }

    .gif-box .gift-title {
        font-size: 28px;
    }

    .gif-box .button {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .no-padding-left {
        float: none;
    }

    h1 {
        font-size: 34px !important;
    }

    .maleperf {
        top: -60px;
    }

    h2 {
        font-size: 16px;
    }

    .gif-box .gift-title {
        font-size: 26px;
        padding-right: 60px;
    }

    .gif-box .button {
        font-size: 20px;
    }

    .box {
        margin-left: 42px;
    }

    .white2 {
        margin-left: 53px;
    }
}

@media (max-width: 768px) {
  .bg {
    background-image: none !important;
    height: auto;
    background: #1f6ee5;
    padding: 0 0 20px 0;
    width: 100% !important;
    margin: 0;
  }

  h2 {
    font-size: 16px;
    padding-left: 0;
    background: none;
    margin-top: 5px;
  }

    .bottle-top {
        right: -90px;
        bottom: 0;
    }

    h1 {
        font-size: 30px !important;
    }

    .maleperf {
        top: 20px;
    }

    h2 {
        font-size: 14px;
    }

    .white2 {
        margin-left: 0;
    }

    .no-padding-left {
        padding-right: 0;
    }
}

#global_footer {
    text-align: center;
}

@media handheld, only screen and (max-width: 767px) {
    #infoswarning img {
        width: 100%;
    }
}