/**
 * Theme Name: Buffalo Wax
 * Author: Rud Passos
 * Description: Tema desenvolvido para o site do Buffalo Wax.
 * Version: 1.0
 * Text Domain: buffalowax
 */

@charset 'utf-8';

@font-face {
    font-family: 'avenir-black';

    src: url('fonts/avenir-black.eot?#iefix')       format('embedded-opentype'),
         url('fonts/avenir-black.woff')             format('woff'),
         url('fonts/avenir-black.ttf')              format('truetype'),
         url('fonts/avenir-black.svg#avenir-black') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-next-heavy';

    src: url('fonts/avenir-next-heavy.eot?#iefix')            format('embedded-opentype'),
         url('fonts/avenir-next-heavy.woff')                  format('woff'),
         url('fonts/avenir-next-heavy.ttf')                   format('truetype'),
         url('fonts/avenir-next-heavy.svg#avenir-next-heavy') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-next-regular';

    src: url('fonts/avenir-next-regular.eot?#iefix')              format('embedded-opentype'),
         url('fonts/avenir-next-regular.woff')                    format('woff'),
         url('fonts/avenir-next-regular.ttf')                     format('truetype'),
         url('fonts/avenir-next-regular.svg#avenir-next-regular') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manhattan-darling-regular';

    src: url('fonts/manhattan-darling-regular.eot?#iefix')                    format('embedded-opentype'),
         url('fonts/manhattan-darling-regular.woff')                          format('woff'),
         url('fonts/manhattan-darling-regular.ttf')                           format('truetype'),
         url('fonts/manhattan-darling-regular.svg#manhattan-darling-regular') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'buffalo';

    src: url('fonts/buffalo.eot?4qwy2v');
    src: url('fonts/buffalo.eot?4qwy2v#iefix')   format('embedded-opentype'),
         url('fonts/buffalo.ttf?4qwy2v')         format('truetype'),
         url('fonts/buffalo.woff?4qwy2v')        format('woff'),
         url('fonts/buffalo.svg?4qwy2v#buffalo') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ascents';

    src: url('fonts/ascents.eot?mzndnj');
    src: url('fonts/ascents.eot?mzndnj#iefix')   format('embedded-opentype'),
         url('fonts/ascents.ttf?mzndnj')         format('truetype'),
         url('fonts/ascents.woff?mzndnj')        format('woff'),
         url('fonts/ascents.svg?mzndnj#ascents') format('svg');

    font-weight: normal;
    font-style: normal;
}

* {
    /*border: 1px solid red;*/

    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
         -o-font-smoothing: antialiased;
            font-smoothing: antialiased;

    -webkit-text-rendering: optimizeLegibility;
       -moz-text-rendering: optimizeLegibility;
         -o-text-rendering: optimizeLegibility;
            text-rendering: optimizeLegibility;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: normal;
}

header {
    top: 0px;

    width: 100%;
    height: 68px;

    position: fixed;
    overflow: visible;
    background: white;

    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
       -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
         -o-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
            box-shadow: 0px 0px 50px rgba(0,0,0,0.47);

    z-index: 6;
}

header h1 {
    width: 195px;
    height: 220px;
    font-size: 0px;

    -webki-border-radius: 0px 0px 98px 98px;
      -moz-border-radius: 0px 0px 98px 98px;
        -o-border-radius: 0px 0px 98px 98px;
           border-radius: 0px 0px 98px 98px;

    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
       -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
         -o-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
            box-shadow: 0px 0px 50px rgba(0,0,0,0.47);

    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;

    overflow: visible;
    position: relative;

    cursor: pointer;
    background: white;
}

header h1:after,
header h1:before {
    content: '';

    display: block;
    position: absolute;
}

header h1:after {
    top: 0px;
    right: -50%;

    width: 200%;
    height: 68px;

    z-index: 1;
    background: white;
}

header h1:before {
    top: 45px;
    left: 30px;

    width: 134px;
    height: 152px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/logo-full.png);

    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;

    z-index: 2;
}

header h1.small {
    height: 25px;
}

header h1.small:before {
    top: 0px;
    height: 70px;
    background-image: url(images/logo-bull-only.png);
}

header nav,
header nav ul,
header nav ul li,
header nav ul li a {
    margin: 0px;
    padding: 0px;

    display: inline-block;
    position: relative;

    list-style: none;

    height: 68px;
    line-height: 68px;
}

header nav {
    margin-left: 70px;
}

header nav ul li {
    margin: 0px 20px;
}

header nav ul li a,
header nav ul li a:focus,
header nav ul li a:hover,
header nav ul li a:active {
    display: block;
    font-family: 'avenir-black';

    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    background-image: url(images/menu-selected.png);
    background-size: 0px;
    background-repeat: no-repeat;
    background-position: center 45px;

    -webkit-transition: 0.1s ease;
       -moz-transition: 0.1s ease;
         -o-transition: 0.1s ease;
            transition: 0.1s ease;

    color: #3f2221;
    padding: 0px 10px;
}

header nav ul li a.selected {
    background-size: 63px;
}

header .container,
header .container .row {
    height: 68px;
    overflow: visible;
}

section {
    width: 100%;
    padding: 70px 0px;
}

section h2 {
    width: 100%;
    margin-bottom: 40px;

    font-size: 90px;
    font-family: 'manhattan-darling-regular';

    text-align: center;
    text-transform: uppercase;

    background-repeat: no-repeat;
    background-position: center 100px;
}

section h2.brown {
    color: #3f2221;
    background-image: url(images/title-brown.png);
}

section h2.white {
    color: #ffffff;
    background-image: url(images/title-white.png);
}

section h3 {
    width: 100%;
    margin: 60px 0px;

    font-size: 20px;
    font-family: 'avenir-next-heavy';

    text-align: center;
    text-transform: uppercase;
}

section p,
section strong {
    width: 100%;

    display: block;
    text-align: center;

    font-size: 16px;
    line-height: 24px;
    font-family: 'avenir-next-regular';

    margin: 0px 0px 30px;
}

section strong {
    font-family: 'avenir-next-heavy';
}

section#banner {
    width: 100%;
    height: 100%;
    padding: 0px;
    min-height: 750px;

    overflow: visible;
    position: relative;
}

section#banner .mask {
    width: 100%;
    height: 62px;

    z-index: 1;
    bottom: 0px;

    background-image: url(images/bg-banner.png);
    background-repeat: repeat-x;
    background-position: center;

    display: block;
    position: absolute;
}

section#banner .scroll {
    width: 100%;

    z-index: 4;
    bottom: 95px;

    text-align: center;
    position: absolute;
}

section#banner .container {
    position: relative;
}

section#banner .container .dots {
    top: 100px;
    width: 100%;
    height: 0px;
    z-index: 4;
    overflow: visible;
    position: absolute;
}

section#banner .container .dots .dot {
    cursor: pointer;
    border: 5px solid white;

    top: 0px;
    right: 0px;

    width: 20px;
    height: 20px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    position: absolute;
    background: rgba(255,255,255,0.2);
}

section#banner .container .dots .dot.d2 {
    top: 40px;
}

section#banner .container .dots .dot.active {
    background: rgba(255,255,255,1);
}

section#banner .scroll img {
    cursor: pointer;
}

section#banner .banner-1,
section#banner .banner-2 {
    width: 100%;
    height: 100%;

    overflow: visible;
    position: absolute;
}

section#banner .banner-1 .layer-1 {
    width: 100%;
    height: 100%;

    background-image: url(images/banner-1-layer-1.jpg);
    background-size: cover;
    background-position: center;
}

section#banner .banner-1 .layer-2 {
    top: 50%;
    left: 50%;

    width: 1059px;
    height: 582px;

    background-image: url(images/banner-1-layer-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    position: absolute;
}

section#banner .banner-1 .layer-2 h2 {
    font-family: 'avenir-black';
    font-size: 2.8em;

    top: 65%;
    left: 32%;
    width: 55%;

    text-align: left;
    text-transform: none;

    color: #3f2221;
    position: relative;
}

section#banner .banner-1 .layer-2 .description {
    top: 58%;
    left: 32%;
    width: 48%;

    color: #3f2221;
    position: relative;
}

section#banner .banner-1 .layer-2 .description p {
    font-family: 'avenir-next-regular';
    font-size: 1.6em;
    line-height: 1.4;

    text-align: left;
    text-transform: none;
}

section#banner .banner-1 .layer-3 {
    top: 0px;
    left: 0px;

    width: 100%;
    height: 130%;

    z-index: 3;

    overflow: visible;
    position: absolute;
}

section#banner .banner-1 .layer-3:after {
    content: '';
    display: block;
    position: absolute;

    top: 0px;
    left: -50px;

    width: 100%;
    height: 100%;

    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(images/banner-1-layer-3.png);
}

section#banner .banner-2 .layer-1 {
    width: 100%;
    height: 100%;

    background-image: url(images/banner-2-layer-1.jpg);
    background-size: cover;
    background-position: center;
}

section#banner .banner-2 .layer-2 {
    top: 50%;
    left: 50%;

    width: 1129px;
    height: 644px;

    background-image: url(images/banner-2-layer-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    position: absolute;
}

section#banner .banner-2 .layer-2 h2 {
    font-family: 'avenir-black';
    font-size: 2.8em;

    top: 67%;
    left: 32%;
    width: 55%;

    text-align: left;
    text-transform: none;

    color: #3f2221;
    position: relative;
}

section#banner .banner-2 .layer-2 .description {
    top: 60%;
    left: 32%;
    width: 48%;

    color: #3f2221;
    position: relative;
}

section#banner .banner-2 .layer-2 .description p {
    font-family: 'avenir-next-regular';
    font-size: 1.6em;
    line-height: 1.4;

    text-align: left;
    text-transform: none;
}

section#banner .banner-2 .layer-3 {
    top: 0px;
    left: 0px;

    width: 100%;
    height: 80%;

    z-index: 2;

    background-size: contain;
    background-position: 19% top;
    background-repeat: no-repeat;
    background-image: url(images/banner-2-layer-3.png);

    position: absolute;
}

section#page-about {
    z-index: 2;
    padding-top: 50px;

    position: relative;
    background: white;
}

section#page-about h3 {
    color: #485328;
}

section#page-about p {
    color: #636363;
}

section#page-about p.scream {
    font-size: 24px;
    line-height: 24px;
    font-family: 'avenir-next-heavy';

    margin: 0px;
    text-transform: uppercase;
}

section#page-about .editor,
section#page-about .editor p {
    z-index: 2;
    position: relative;
}

section#page-about .icon.buffalo {
    top: 25px;
    width: 100%;
    z-index: 1;
    position: absolute;

    font-size: 180px;
    text-align: center;
    line-height: 1;

    color: rgba(0,0,0,0.1);
}

section#page-about .icon.buffalo:before {
    -webkit-transform: rotate(-13deg);
       -moz-transform: rotate(-13deg);
         -o-transform: rotate(-13deg);
            transform: rotate(-13deg);

    display: inline-block;
}

section#page-about .ingredients {
    height: 215px;

    overflow: visible;
    position: relative;

    text-align: center;
}

section#page-about .ingredients a {
    top: 32px;
    width: 151px;
    height: 151px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    -webkit-box-shadow: 0px 15px 45px rgba(0,0,0,0.44);
       -moz-box-shadow: 0px 15px 45px rgba(0,0,0,0.44);
         -o-box-shadow: 0px 15px 45px rgba(0,0,0,0.44);
            box-shadow: 0px 15px 45px rgba(0,0,0,0.44);

    position: relative;
    display: inline-block;
}

section#page-about #ingredients {
    top: 32px;
    left: 299px;

    width: 151px;
    height: 151px;

    z-index: 2;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;

    -webkit-box-shadow: 0px 0px 46px rgba(0,0,0,0);
       -moz-box-shadow: 0px 0px 46px rgba(0,0,0,0);
         -o-box-shadow: 0px 0px 46px rgba(0,0,0,0);
            box-shadow: 0px 0px 46px rgba(0,0,0,0);

    display: none;
    overflow: hidden;
    position: absolute;

    background: white;
}

section#page-about #ingredients.opened {
    top: -105px;
    left: -210px;

    width: 1170px;
    height: 425px;

    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);

    -webkit-box-shadow: 0px 0px 46px rgba(0,0,0,0.27);
       -moz-box-shadow: 0px 0px 46px rgba(0,0,0,0.27);
         -o-box-shadow: 0px 0px 46px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 46px rgba(0,0,0,0.27);
}

section#page-about #ingredients .close {
    z-index: 2;

    top: 20px;
    right: 20px;

    width: 60px;
    height: 60px;

    color: white;
    cursor: pointer;
    position: absolute;
}

section#page-about #ingredients .list {
    height: 425px;

    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(images/bg-ingredients.jpg);
}

section#page-about #ingredients .list .owl-item {
    float: left;
}

section#page-about #ingredients .list .item {
    height: 425px;
    position: relative;
}

section#page-about #ingredients .list .item:before {
    content: '';
    height: 40px;
    bottom: 91px;
    left: 90px;
    right: 320px;
    display: block;
    position: absolute;
    background-image: url(images/bg-resellers-list-mask.png);
    background-repeat: repeat-x;
    background-size: 100% 40px;
    z-index: 9999999;
}

section#page-about #ingredients .list .item h2 {
    top: 50px;
    left: 100px;

    font-family: 'manhattan-darling-regular';
    font-size: 72px;

    color: white;
    text-align: left;
    text-transform: none;

    position: absolute;
}

section#page-about #ingredients .list .item .image {
    top: -28px;
    right: -20px;
    position: absolute;
}

section#page-about #ingredients .list .item .description {
    top: 210px;
    left: 100px;
    width: 710px;

    font-family: 'avenir-next-regular';
    font-size: 16px;

    color: #464646;
    text-align: left;

    position: absolute;
}

section#page-about #ingredients .list .item .description .spacer {
    padding-bottom: 40px;
}

section#page-about #ingredients .list .owl-prev,
section#page-about #ingredients .list .owl-next {
    width: 58px;
    height: 58px;

    font-size: 0px;

    cursor: pointer;
    position: absolute;
}

section#page-about #ingredients .list .owl-prev {
    left: 18px;
    bottom: 48px;

    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

section#page-about #ingredients .list .owl-next {
    left: 52px;
    bottom: 14px;

    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

section#page-about #ingredients .list .owl-prev:after,
section#page-about #ingredients .list .owl-prev:before,
section#page-about #ingredients .list .owl-next:after,
section#page-about #ingredients .list .owl-next:before {
    content: '';
    display: block;
    position: absolute;

    top: 0px;

    width: 58px;
    height: 58px;

    opacity: 1;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;

    background-position: top center;
}

section#page-about #ingredients .list .owl-prev:before,
section#page-about #ingredients .list .owl-next:before {
    background-position: bottom center;
}

section#page-about #ingredients .list .owl-prev:after,
section#page-about #ingredients .list .owl-prev:before {
    background-image: url(images/button-prev.png);
}

section#page-about #ingredients .list .owl-next:after,
section#page-about #ingredients .list .owl-next:before {
    background-image: url(images/button-next.png);
}

section#page-about #ingredients .list .owl-prev:after,
section#page-about #ingredients .list .owl-next:after {
    opacity: 0;
}

section#page-about #ingredients .list .owl-prev:hover:after,
section#page-about #ingredients .list .owl-next:hover:after {
    opacity: 1;
}

section#page-about #ingredients .list .owl-prev:hover:before,
section#page-about #ingredients .list .owl-next:hover:before {
    opacity: 0;
}

section#page-about #ingredients .list .owl-prev.disabled,
section#page-about #ingredients .list .owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}

section#page-about #ingredients .list .owl-prev.disabled:hover:after,
section#page-about #ingredients .list .owl-next.disabled:hover:after {
    opacity: 0;
}

section#page-about #ingredients .list .owl-prev.disabled:hover:before,
section#page-about #ingredients .list .owl-next.disabled:hover:before {
    opacity: 1;
}

section#page-our-athletes {
    padding: 0px;
}

section#page-our-athletes .text {
    padding-top: 155px;
    padding-bottom: 95px;

    background-size: cover;
    background-position: center;
    background-image: url(images/bg-athletes.jpg);
}

section#page-our-athletes .text p {
    color: #ffffff;
}

section#page-our-athletes .athletes {
    position: relative;

    padding-top: 95px;
    padding-bottom: 65px;

    -webkit-box-shadow: 0px 0px 45px rgba(0,0,0,0.27);
       -moz-box-shadow: 0px 0px 45px rgba(0,0,0,0.27);
         -o-box-shadow: 0px 0px 45px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 45px rgba(0,0,0,0.27);

    background: #ffffff;
}

section#page-our-athletes .athletes .filters {
    top: -129px;

    width: 100%;
    height: 0px;

    overflow: visible;
    position: absolute;
}

section#page-our-athletes .athletes .filters a,
section#page-our-athletes .athletes .filters a span {
    display: block;
    position: relative;

    font-family: 'avenir-black';
    font-size: 20px;

    height: 68px;
    line-height: 68px;

    text-align: center;
    text-transform: uppercase;

    color: #ffffff;
}

section#page-our-athletes .athletes .filters a:after {
    content: '';

    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    background: #485328;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;

    -webkit-box-shadow: 0px 0px 45px rgba(0,0,0,0.46);
       -moz-box-shadow: 0px 0px 45px rgba(0,0,0,0.46);
         -o-box-shadow: 0px 0px 45px rgba(0,0,0,0.46);
            box-shadow: 0px 0px 45px rgba(0,0,0,0.46);

    z-index: 1;
    display: block;
    position: absolute;
}

section#page-our-athletes .athletes .filters a:before {
    top: 0px;
    right: 20px;

    height: 68px;
    font-size: 40px;
    line-height: 68px;

    z-index: 2;
    display: block;
    position: absolute;
}

section#page-our-athletes .athletes .filters a span {
    z-index: 2;
    padding-right: 60px;
}

section#page-our-athletes .athletes .filters a:hover,
section#page-our-athletes .athletes .filters a:focus {
    color: #ffffff;
    text-decoration: none;
}

section#page-our-athletes .athletes .filters a:hover:after {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

section#page-our-athletes .athletes .filters a.selected:after {
    background: #bb6d04;
}

section#page-our-athletes .athletes .list {
    position: relative;
    text-align: center;
}

section#page-our-athletes .athletes .list .owl-stage-outer {
    height: 185px;
    overflow: hidden;
}

section#page-our-athletes .athletes .list .owl-item {
    float: left;
}

section#page-our-athletes .athletes .list .item {
    margin: auto 10px;
    display: inline-block;

    width: 165px;
    height: 185px;
}

section#page-our-athletes .athletes .list .item .avatar {
    width: 165px;
    height: 135px;
    overflow: hidden;
}

section#page-our-athletes .athletes .list .item .wrapper {
    top: 24px;
    left: 25px;

    width: 116px;
    height: 116px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    overflow: hidden;
    position: relative;
}

section#page-our-athletes .athletes .list .item .wrapper img {
    top: -24px;
    left: -24px;
    width: 165px;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    position: relative;
}

section#page-our-athletes .athletes .list .item .name {
    color: #485328;

    font-family: 'avenir-next-regular';
    font-size: 16px;
    line-height: 16px;

    text-align: center;
    text-transform: uppercase;
}

section#page-our-athletes .athletes .list .item .name span {
    display: block;
    margin-top: 15px;

    font-family: 'avenir-next-heavy';
}

section#page-our-athletes .athletes .list .owl-prev,
section#page-our-athletes .athletes .list .owl-next {
    top: 55px;

    width: 58px;
    height: 58px;

    font-size: 0px;

    cursor: pointer;
    position: absolute;
}

section#page-our-athletes .athletes .list .owl-prev {
    left: -73px;
}

section#page-our-athletes .athletes .list .owl-next {
    right: -73px;
}

section#page-our-athletes .athletes .list .owl-prev:after,
section#page-our-athletes .athletes .list .owl-prev:before,
section#page-our-athletes .athletes .list .owl-next:after,
section#page-our-athletes .athletes .list .owl-next:before {
    content: '';
    display: block;
    position: absolute;

    top: 0px;

    width: 58px;
    height: 58px;

    opacity: 1;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;

    background-position: top center;
}

section#page-our-athletes .athletes .list .owl-prev:before,
section#page-our-athletes .athletes .list .owl-next:before {
    background-position: bottom center;
}

section#page-our-athletes .athletes .list .owl-prev:after,
section#page-our-athletes .athletes .list .owl-prev:before {
    background-image: url(images/button-prev.png);
}

section#page-our-athletes .athletes .list .owl-next:after,
section#page-our-athletes .athletes .list .owl-next:before {
    background-image: url(images/button-next.png);
}

section#page-our-athletes .athletes .list .owl-prev:after,
section#page-our-athletes .athletes .list .owl-next:after {
    opacity: 0;
}

section#page-our-athletes .athletes .list .owl-prev:hover:after,
section#page-our-athletes .athletes .list .owl-next:hover:after {
    opacity: 1;
}

section#page-our-athletes .athletes .list .owl-prev:hover:before,
section#page-our-athletes .athletes .list .owl-next:hover:before {
    opacity: 0;
}

section#page-our-athletes .athletes .list .owl-prev.disabled,
section#page-our-athletes .athletes .list .owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}

section#page-our-athletes .athletes .list .owl-prev.disabled:hover:after,
section#page-our-athletes .athletes .list .owl-next.disabled:hover:after {
    opacity: 0;
}

section#page-our-athletes .athletes .list .owl-prev.disabled:hover:before,
section#page-our-athletes .athletes .list .owl-next.disabled:hover:before {
    opacity: 1;
}

section#page-our-athletes #athletes .modal-dialog {
    width: 1040px;
}

section#page-our-athletes #athletes .modal-content {
    height: 517px;
    border-radius: 0px;

    -webkit-box-shadow: 0px 0px 46px rgba(0,0,0,27);
       -moz-box-shadow: 0px 0px 46px rgba(0,0,0,27);
         -o-box-shadow: 0px 0px 46px rgba(0,0,0,27);
            box-shadow: 0px 0px 46px rgba(0,0,0,27);
}

section#page-our-athletes #athletes .modal-content .owl-stage-outer {
    height: 517px;
    overflow: hidden;
}

section#page-our-athletes #athletes .modal-content .owl-item {
    float: left;
}

section#page-our-athletes #athletes .modal-content .owl-dots {
    top: 20px;
    left: 18px;
    z-index: 3;
    position: absolute;
}

section#page-our-athletes #athletes .modal-content .owl-dots .owl-dot {
    margin-bottom: 8px;
}

section#page-our-athletes #athletes .modal-content .owl-dots .owl-dot span {
    display: block;

    width: 11px;
    height: 11px;
    border: 3px solid white;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

section#page-our-athletes #athletes .modal-content .owl-dots .owl-dot.active span {
    background: white;
}
/****/

section#page-our-athletes #athletes .modal-content .owl-prev,
section#page-our-athletes #athletes .modal-content .owl-next {
    width: 58px;
    height: 58px;

    font-size: 0px;

    cursor: pointer;
    position: absolute;
}

section#page-our-athletes #athletes .modal-content .owl-prev {
    right: 40px;
    bottom: 38px;
}

section#page-our-athletes #athletes .modal-content .owl-next {
    right: 8px;
    bottom: 71px;
}

section#page-our-athletes #athletes .modal-content .owl-prev:after,
section#page-our-athletes #athletes .modal-content .owl-prev:before,
section#page-our-athletes #athletes .modal-content .owl-next:after,
section#page-our-athletes #athletes .modal-content .owl-next:before {
    content: '';
    display: block;
    position: absolute;

    top: 0px;

    width: 58px;
    height: 58px;

    opacity: 1;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;

    background-position: top center;
}

section#page-our-athletes #athletes .modal-content .owl-prev:before,
section#page-our-athletes #athletes .modal-content .owl-next:before {
    background-position: bottom center;
}

section#page-our-athletes #athletes .modal-content .owl-prev:after,
section#page-our-athletes #athletes .modal-content .owl-prev:before {
    background-image: url(images/button-prev.png);
}

section#page-our-athletes #athletes .modal-content .owl-next:after,
section#page-our-athletes #athletes .modal-content .owl-next:before {
    background-image: url(images/button-next.png);
}

section#page-our-athletes #athletes .modal-content .owl-prev:after,
section#page-our-athletes #athletes .modal-content .owl-next:after {
    opacity: 0;
}

section#page-our-athletes #athletes .modal-content .owl-prev:hover:after,
section#page-our-athletes #athletes .modal-content .owl-next:hover:after {
    opacity: 1;
}

section#page-our-athletes #athletes .modal-content .owl-prev:hover:before,
section#page-our-athletes #athletes .modal-content .owl-next:hover:before {
    opacity: 0;
}

section#page-our-athletes #athletes .modal-content .owl-prev.disabled,
section#page-our-athletes #athletes .modal-content .owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}

section#page-our-athletes #athletes .modal-content .owl-prev.disabled:hover:after,
section#page-our-athletes #athletes .modal-content .owl-next.disabled:hover:after {
    opacity: 0;
}

section#page-our-athletes #athletes .modal-content .owl-prev.disabled:hover:before,
section#page-our-athletes #athletes .modal-content .owl-next.disabled:hover:before {
    opacity: 1;
}

/****/
section#page-our-athletes #athletes .close {
    z-index: 3;

    top: 10px;
    right: 10px;

    width: 57px;
    height: 57px;

    cursor: pointer;
    position: absolute;
}

section#page-our-athletes #athletes .top {
    top: 0px;

    width: 100%;
    height: 40px;

    background-image: url(images/bg-modal-top.png);
    background-position: top right;
    background-repeat: no-repeat;

    z-index: 2;
    position: absolute;
}

section#page-our-athletes #athletes .bottom {
    bottom: 0px;

    width: 100%;
    height: 37px;

    background-image: url(images/bg-modal-bottom.png);
    background-position: top right;
    background-repeat: no-repeat;

    z-index: 2;
    position: absolute;
}

section#page-our-athletes #athletes .item {
    position: relative;
}

section#page-our-athletes #athletes .item:before {
    content: '';
    height: 40px;
    top: 424px;
    left: 440px;
    right: 100px;

    display: block;
    position: absolute;

    background-image: url(images/bg-resellers-list-mask.png);
    background-repeat: repeat-x;
    background-size: 100% 40px;

    z-index: 9999999;
}

section#page-our-athletes #athletes h2 {
    font-family: 'avenir-next-regular';
    font-size: 37px;
    line-height: 37px;

    color: #485328;
    margin: 56px 0px 36px 0px;

    text-align: left;
    text-transform: none;
}

section#page-our-athletes #athletes h2 strong {
    font-family: 'avenir-next-heavy';
    font-size: 37px;
    line-height: 37px;

    text-align: left;
    text-transform: none;

    display: block;
    margin-left: 68px;
}

section#page-our-athletes #athletes .description {
    position: relative;
    margin-left: 15px;
}

section#page-our-athletes #athletes .description,
section#page-our-athletes #athletes .description p {
    font-family: 'avenir-next-regular';
    font-size: 16px;
    line-height: 1.4;

    color: #636363;
}

section#page-our-athletes #athletes .description .spacer {
    padding-bottom: 40px;
}

section#page-our-athletes #athletes .gallery {
    height: 515px;
    position: relative;

    background-size: cover;
    background-position: top right;
}

section#page-our-athletes #athletes .gallery:before {
    content: '';

    top: 0px;
    right: 0px;

    width: 49px;
    height: 100%;

    background-image: url(images/bg-gallery.png);
    background-position: right;
    background-repeat: repeat-y;

    display: block;
    position: absolute;
}

section#page-faq {
    padding-top: 45px;
}

section#page-faq .item {
    position: relative;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;
}

section#page-faq .item .question {
    font-family: 'avenir-black';
    font-size: 16px;
    text-align: center;

    height: 78px;
    line-height: 78px;

    margin-bottom: 1px;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;

    color: #ffffff;
    background: #485328;

    cursor: pointer;
}

section#page-faq .item:hover .question {
    background: #bb6d04;
}

section#page-faq .item .answer {
    color: #636363;

    -webkit-transition: 0.2s ease;
       -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;

    height: 0px;
    overflow: hidden;
}

section#page-faq .item .answer p:last-child {
    margin-bottom: 0px;
    padding-bottom: 60px;
}

section#page-faq .item.active {
    -webkit-box-shadow: 0px 0px 48px rgba(0,0,0,0.46);
       -moz-box-shadow: 0px 0px 48px rgba(0,0,0,0.46);
         -o-box-shadow: 0px 0px 48px rgba(0,0,0,0.46);
            box-shadow: 0px 0px 48px rgba(0,0,0,0.46);

    z-index: 2;
    margin-left: -15px;
    margin-right: -15px;

    padding-left: 15px;
    padding-right: 15px;
}

section#page-faq .item.active .question,
section#page-faq .item.active:hover .question {
    color: #636363;
    background: #ffffff;
}

section#page-resellers {
    margin-bottom: 50px;
}

section#page-resellers .editor {
    color: #585e48;
}

section#page-resellers .editor,
section#page-resellers .editor p {
    z-index: 2;
    position: relative;
}

section#page-resellers .icon.reseller {
    top: -35px;
    width: 100%;
    z-index: 1;
    position: absolute;

    font-size: 180px;
    text-align: center;
    line-height: 1;

    color: rgba(0,0,0,0.1);
}

section#page-resellers .icon.reseller:before {
    display: inline-block;
}

section#page-resellers .map-wrapper {
    margin: 25px 0px 0px;
    position: relative;
}

section#page-resellers .map-wrapper .handler {
    top: 10px;
    left: 50%;

    width: 10px;
    height: 10px;

    margin-left: -5px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    display: block;
    cursor: pointer;
    position: absolute;

    z-index: 2;
    background: #bc3f3a;
}

section#page-resellers .map-wrapper .map {
    background-image: url(images/bg-resellers-map.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    height: 548px;
    padding-left: 0px;
    padding-right: 0px;

    overflow: hidden;
}

section#page-resellers .map-wrapper .map .marker {
    color: #3f2221;

    width: 35px;
    height: 35px;

    font-size: 32px;
    line-height: 1;

    position: absolute;
}

section#page-resellers .map-wrapper .map .marker .icon {
    z-index: 2;

    cursor: pointer;
    position: relative;
}

section#page-resellers .map-wrapper .map .marker:before {
    content: '';

    z-index: 1;
    display: display;
    position: absolute;

    top: 50%;
    left: 20px;
    width: 0px;
    height: 0px;

    -webkit-transition: 0.5s ease-in-out;
       -moz-transition: 0.5s ease-in-out;
         -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;

    border-bottom: 1px solid #9e0f0b;
}

section#page-resellers .map-wrapper .map .marker.selected {
    color: #bc3f3a;
}

section#page-resellers .map-wrapper .map .marker.selected:before {
    width: 600px;
}

section#page-resellers .map-wrapper .list {
    height: 628px;
    border-left: 1px solid #9e0f0b;

    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;

    overflow: hidden;
    position: relative;
}

section#page-resellers .map-wrapper:after {
    content: '';

    width: 50%;
    right: 0px;
    height: 226px;
    bottom: 0px;
    z-index: 1;

    display: block;
    position: absolute;

    background-image: url(images/bg-resellers-list-mask.png);
    background-repeat: repeat-x;
}

section#page-resellers .map-wrapper .list .group {
    padding-bottom: 150px;
}

section#page-resellers .map-wrapper .list .item {
    height: 96px;
    padding: 10px 0px;

    font-family: 'avenir-next-regular';
    font-size: 16px;
    line-height: 20px;

    color: #3f2221;

    background-image: url(images/bg-resellers-list.png);
    background-repeat: no-repeat;
    background-position: top left;
}

section#page-resellers .map-wrapper .list .item.even {
    margin: 28px 0px;
    background: transparent;
}

section#page-resellers .map-wrapper .list .item .avatar {
    top: 2px;
    width: 66px;
    height: 66px;

    margin-left: 30px;
    margin-right: 15px;

    float: left;
    overflow: hidden;
    position: relative;
}

section#page-resellers .map-wrapper .list .item .wrapper {
    top: 10px;
    left: 10px;

    width: 46px;
    height: 46px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    overflow: hidden;
    position: relative;
}

section#page-resellers .map-wrapper .list .item .wrapper img {
    top: -10px;
    left: -10px;
    width: 66px;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    position: relative;
}

section#page-resellers .map-wrapper .list .item .name {
    font-family: 'avenir-black';
    line-height: 24px;
    margin-bottom: 5px;
}

section#page-resellers .map-wrapper .list .item .site:before,
section#page-resellers .map-wrapper .list .item .email:before,
section#page-resellers .map-wrapper .list .item .whatsapp:before {
    margin-right: 12px;
}

section#page-resellers .map-wrapper .list .item .email:before {
    font-size: 12px;
}

section#page-resellers .map-wrapper .list .title {
    font-family: 'avenir-black';
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;

    color: #bc3f3a;
    margin: 10px 30px;
}

section#page-resellers .map-wrapper .be-a-reseller,
section#page-resellers .list-wrapper .be-a-reseller {
    display: block;
    position: absolute;

    left: 50%;
    bottom: -25px;

    width: 411px;
    height: 78px;
    margin-left: -190px;

    font-family: 'avenir-black';
    font-size: 20px;
    line-height: 78px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #ffffff;
    background: #bc3f3a;

    -webkit-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
       -moz-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
         -o-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 47px rgba(0,0,0,0.27);

    z-index: 2;
}

section#page-resellers .map-wrapper .be-a-reseller-II,
section#page-resellers .list-wrapper .be-a-reseller-II {
    display: block;
    position: absolute;

    left: 50%;
    bottom: -120px;

    width: 411px;
    height: 78px;
    margin-left: -190px;

    font-family: 'avenir-black';
    font-size: 20px;
    line-height: 78px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #ffffff;
    background: #bc3f3a;

    -webkit-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
       -moz-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
         -o-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 47px rgba(0,0,0,0.27);

    z-index: 2;
}

section#page-resellers .map-wrapper .be-a-reseller .text,
section#page-resellers .list-wrapper .be-a-reseller .text {
    z-index: 2;
    display: block;
    position: relative;
}

section#page-resellers .map-wrapper .be-a-reseller .icon,
section#page-resellers .list-wrapper .be-a-reseller .icon {
    position: absolute;

    top: 0px;
    left: 50%;

    width: 60px;
    margin: 0px 0px 0px -30px;

    font-size: 55px;
    line-height: 78px;

    color: #6f2f2d;
}

section#page-resellers .map-wrapper .be-a-reseller .icon,
section#page-resellers .map-wrapper .be-a-reseller .icon:before,
section#page-resellers .list-wrapper .be-a-reseller .icon,
section#page-resellers .list-wrapper .be-a-reseller .icon:before {
    display: block;
    line-height: 78px;
}

section#page-resellers #be-a-reseller {
    text-align: center;
    padding: 0!important;
}

section#page-resellers #be-a-reseller:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

section#page-resellers #be-a-reseller .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 946px;
}

section#page-resellers #be-a-reseller .modal-content {
    height: 375px;
    border-radius: 0px;

    background-image: url(images/bg-resellers.jpg);
    background-position: top center;
    background-repeat: no-repeat;

    -webkit-box-shadow: 0px 0px 46px rgba(0,0,0,27);
       -moz-box-shadow: 0px 0px 46px rgba(0,0,0,27);
         -o-box-shadow: 0px 0px 46px rgba(0,0,0,27);
            box-shadow: 0px 0px 46px rgba(0,0,0,27);

    position: relative;
}

section#page-resellers #be-a-reseller .close {
    z-index: 2;

    top: 10px;
    right: 10px;

    width: 57px;
    height: 57px;

    cursor: pointer;
    position: absolute;
}

section#page-resellers #be-a-reseller h2 {
    font-family: 'manhattan-darling-regular';
    font-size: 37px;
    line-height: 37px;

    color: #ffffff;
    margin: 18px 0px 40px;

    text-align: center;
    text-transform: uppercase;
}

section#page-resellers #be-a-reseller .submit {
    display: block;
    position: absolute;

    left: 50%;
    bottom: -25px;

    width: 411px;
    height: 78px;
    border: 0px;
    margin-left: -190px;

    font-family: 'avenir-black';
    font-size: 20px;
    line-height: 78px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #ffffff;
    background: #bc3f3a;

    -webkit-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
       -moz-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
         -o-box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 47px rgba(0,0,0,0.27);
}

section#page-resellers #be-a-reseller label {
    font-family: 'avenir-next-heavy';
    font-size: 20px;
    color: #485328;
    margin: 0px 0px 5px;
    display: block;
}

section#page-resellers #be-a-reseller input[type="text"],
section#page-resellers #be-a-reseller select {
    width: 100%;
    margin: 0px 0px 25px;
    padding: 15px 30px 15px;

    font-family: 'avenir-next-regular';
    font-size: 14px;

    color: #636363;
    background: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
         -o-appearance: none;
            appearance: none;

    border: 1px solid #485328;
}

section#page-resellers #be-a-reseller select {
    width: 68px;
    padding: 15px 11px;
    border-radius: 0px;
}

section#page-contact {
    background: #485328;

    background-repeat: repeat-x;
    background-position: top center;
    background-image: url(images/bg-contact.jpg);
}

section#page-contact h2 {
    font-size: 70px;
    background-position: center 80px;
}

section#page-contact {
    text-align: center;
    padding: 70px 0px 35px;
}

section#page-contact .media {
    width: 0px;
    height: 110px;

    margin: auto;
    position: relative;
}

section#page-contact .media a {
    display: block;
    overflow: visible;

    width: 0px;
    height: 0px;

    font-size: 70px;
    line-height: 70px;

    color: #ffffff;
    position: absolute;
}

section#page-contact .media a:before {
    top: -35px;
    left: -35px;

    width: 70px;
    height: 70px;

    display: block;
    position: relative;
    text-align: center;
}

section#page-contact .media a.square-facebook {top: 35px; left: -40px;}
section#page-contact .media a.square-instagram {top: 35px; left: 40px;}
section#page-contact .media a.square-whatsapp {top: 79px;}

section#page-contact .phone {
    font-family: 'avenir-black';
    font-size: 20px;
    color: #ffffff;

    margin: 30px 0px;
}

footer {
    font-family: 'avenir-next-regular';
    font-size: 16px;

    height: 50px;
    line-height: 50px;

    color: #ffffff;
    background: #3f2221;
}

footer .col-xs-4 {
    text-align: right;
}

#wrapper {
    overflow: hidden;
}

#wrapper:after,
#wrapper:before {
    float: left;
    clear: both;

    content: '';
    display: block;
}

#loading {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    position: fixed;
    overflow: hidden;
    background: #3f2221;

    z-index: 9999;
}

#loading .wrapper {
    position: absolute;

    top: 50%;
    left: 50%;
    width: 134px;
    height: 152px;

    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
         -0-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

#loading .progress {
    left: 12px;

    width: 134px;
    height: 152px;

    position: relative;
}

#loading .progress .bar {
    position: absolute;

    width: 100%;
    height: 0%;

    -webkit-transition: 0.4s ease;
       -moz-transition: 0.4s ease;
         -o-transition: 0.4s ease;
            transition: 0.4s ease;

    background: url(./images/logo-full-white.png);
    background-size: 134px;
    background-position: top;
}

.icon:before {
    font-family: 'buffalo';

    font-style: normal;
    font-weight: normal;
    font-variant: normal;

    speak: none;
    text-transform: none;
}


.square-facebook:before {
  content: "\e908";
}
.square-instagram:before {
  content: "\e909";
}
.square-whatsapp:before {
  content: "\e90a";
}
.whatsapp:before {
  content: "\e906";
}
.email:before {
  content: "\e907";
}
.reseller-map-be-a-reseller:before {
  content: "\e905";
}
.reseller-map-marker:before {
  content: "\e904";
}
.reseller:before {
  content: "\e903";
}
.crossfit:before {
  content: "\e901";
}
.escalada:before {
  content: "\e902";
}
.buffalo:before {
  content: "\e900";
}
.site:before {
  content: "\e90b";
}

.cute,
.circ,
.cedil,
.tilde {
    display: inline;
    position: relative;
}

.cute:before {
    content: "\e900";

    font-family: 'ascents';
    font-size: 0.13em;

    display: inline;
    position: absolute;
    text-align: center;

    /*-webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
         -o-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);*/

    top: 1%;
    left: 11px;
    right: 0px;
}

.cute.i:before {
    top: 6%;
    left: 0px;
}

.circ:before {
    content: '\e903';

    font-family: 'ascents';
    font-size: 0.15em;

    display: inline;
    position: absolute;
    text-align: center;

    /*-webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
         -o-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);*/

    top: -10%;
    left: 0px;
    right: 0px;
}

.cedil:before {
    content: "\e901";

    font-family: 'ascents';
    font-size: 0.2em;

    display: inline;
    position: absolute;
    text-align: center;

    /*-webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
         -o-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);*/

    left: 0px;
    right: 0px;
    bottom: 22%;
}

.tilde:before {
    content: "\e902";

    font-family: 'ascents';
    font-size: 0.2em;

    display: inline;
    position: absolute;
    text-align: center;

    /*-webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
         -o-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);*/

    top: -10%;
    left: 0px;
    right: 0px;
}

section#page-about h2.brown .tilde:before {
    top: -20%;
}

section#page-about h2.brown .cedil:before {
    bottom: 15%;
}

/*** states ****/

section#page-resellers .map-wrapper .map .marker[data-location="AC"] { top: 185px; left: 29px; }
section#page-resellers .map-wrapper .map .marker[data-location="AL"] { top: 226px; left: 502px; }
section#page-resellers .map-wrapper .map .marker[data-location="AP"] { top: 58px; left: 298px; }
section#page-resellers .map-wrapper .map .marker[data-location="AM"] { top: 119px; left: 120px; }
section#page-resellers .map-wrapper .map .marker[data-location="BA"] { top: 258px; left: 413px; }
section#page-resellers .map-wrapper .map .marker[data-location="CE"] { top: 157px; left: 458px; }
section#page-resellers .map-wrapper .map .marker[data-location="DF"] { top: 279px; left: 331px; }
section#page-resellers .map-wrapper .map .marker[data-location="ES"] { top: 360px; left: 428px; }
section#page-resellers .map-wrapper .map .marker[data-location="GO"] { top: 304px; left: 295px; }
section#page-resellers .map-wrapper .map .marker[data-location="MA"] { top: 153px; left: 374px; }
section#page-resellers .map-wrapper .map .marker[data-location="MT"] { top: 248px; left: 227px; }
section#page-resellers .map-wrapper .map .marker[data-location="MS"] { top: 353px; left: 228px; }
section#page-resellers .map-wrapper .map .marker[data-location="MG"] { top: 341px; left: 373px; }
section#page-resellers .map-wrapper .map .marker[data-location="PA"] { top: 136px; left: 271px; }
section#page-resellers .map-wrapper .map .marker[data-location="PB"] { top: 189px; left: 513px; }
section#page-resellers .map-wrapper .map .marker[data-location="PR"] { top: 410px; left: 267px; }
section#page-resellers .map-wrapper .map .marker[data-location="PE"] { top: 205px; left: 513px; }
section#page-resellers .map-wrapper .map .marker[data-location="PI"] { top: 193px; left: 411px; }
section#page-resellers .map-wrapper .map .marker[data-location="RJ"] { top: 400px; left: 402px; }
section#page-resellers .map-wrapper .map .marker[data-location="RN"] { top: 169px; left: 507px; }
section#page-resellers .map-wrapper .map .marker[data-location="RS"] { top: 478px; left: 239px; }
section#page-resellers .map-wrapper .map .marker[data-location="RO"] { top: 214px; left: 126px; }
section#page-resellers .map-wrapper .map .marker[data-location="RR"] { top: 35px; left: 166px; }
section#page-resellers .map-wrapper .map .marker[data-location="SC"] { top: 452px; left: 287px; }
section#page-resellers .map-wrapper .map .marker[data-location="SP"] { top: 381px; left: 309px; }
section#page-resellers .map-wrapper .map .marker[data-location="SE"] { top: 242px; left: 484px; }
section#page-resellers .map-wrapper .map .marker[data-location="TO"] { top: 219px; left: 334px; }

@media all and (max-width: 1199px) {

    header h1 {
        width: 175px;
        height: 197px;
    }

    header h1:before {
        top: 35px;
        width: 120px;
        height: 136px;
    }

    header nav {
        margin-left: 0px;
    }

    header nav ul li {
        margin: 0px 10px;
    }

    section#page-about #ingredients.opened {
        width: 970px;
        left: -177px;
    }

    section#page-about #ingredients .list {
        background-size: auto;
    }

    section#page-about #ingredients .list .item:before {
        right: 240px;
    }

    section#page-about #ingredients .list .item .image {
        top: 2px;
        right: 15px;
    }

    section#page-about #ingredients .list .item .image img {
        width: 310px;
    }

    section#page-about #ingredients .list .item .description {
        width: 620px;
    }

    section#page-about #ingredients {
        left: 232px;
    }

    section#page-our-athletes #athletes .modal-dialog {
        width: 970px;
    }

    section#page-our-athletes #athletes .item:before {
        left: 420px;
    }

    section#page-resellers .map-wrapper .map {
        background-size: 485px;
    }

    section#page-resellers .map-wrapper .map .marker {
        -webkit-transform: translate3d(0px, -50px, 0px);
           -moz-transform: translate3d(0px, -50px, 0px);
             -o-transform: translate3d(0px, -50px, 0px);
                transform: translate3d(0px, -50px, 0px);
    }

}

@media all and (max-width: 991px) {

    html.noscroll,
    body.noscroll {
        /*overflow: hidden;*/
    }

    header h1 {
        height: 25px;
    }

    header h1:before {
        top: 0px;
        left: 0px;
        height: 70px;
        background-image: url(images/logo-bull-only.png);
        background-position: left center;
    }

    header nav {
        top: 0px;
        left: 370px;
        right: 0px;
        bottom: 0px;

        -webkit-transition: 0.2s ease;
           -moz-transition: 0.2s ease;
             -o-transition: 0.2s ease;
                transition: 0.2s ease;

        -webkit-transform: translate3d(110%, 0, 0);
           -moz-transform: translate3d(110%, 0, 0);
             -o-transform: translate3d(110%, 0, 0);
                transform: translate3d(110%, 0, 0);

        -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
           -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
             -o-box-shadow: 0px 0px 50px rgba(0,0,0,0.47);
                box-shadow: 0px 0px 50px rgba(0,0,0,0.47);

        position: fixed;
        background: white;
    }

    header nav.opened {
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    header nav ul {
        padding-top: 68px;
    }

    header nav,
    header nav ul,
    header nav ul li,
    header nav ul li a {
        height: auto;
        display: block;
    }

    header #menu-toggle-mobile {
        float: right;
        overflow: hidden;
        position: relative;

        width: 30px;
        height: 20px;

        z-index: 4;
        margin-top: 24px;
    }

    header #menu-toggle-mobile .line {
        margin-bottom: 4px;

        width: 100%;
        height: 4px;

        background: #3f2221;
        border-radius: 2px;
    }

    section#banner .banner-1 .layer-2,
    section#banner .banner-2 .layer-2 {
        margin: auto !important;

        top: 50%;
        left: 50%;

        width: 750px !important;
        height: 376px !important;

        -webkit-transform: translate3d(-50%, -50%, 0);
           -moz-transform: translate3d(-50%, -50%, 0);
             -o-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);

        font-size: 7px !important;
    }

    section#banner .banner-1 .layer-3,
    section#banner .banner-2 .layer-3 {
        left: -20% !important;
        margin: 0px !important;
    }

    section#banner .banner-1 .layer-3 {
        left: -30% !important;
    }

    section#banner .container .dots .dot {
        right: 35px;
    }

    section#page-about #ingredients {
        left: 160px;
    }

    section#page-about #ingredients.opened {
        width: 750px;
        left: -140px;
    }

    section#page-about #ingredients .list .owl-prev {
        left: 8px;
        bottom: 88px;
    }

    section#page-about #ingredients .list .owl-next {
        left: 42px;
        bottom: 54px;
    }

    section#page-about #ingredients .list .item:before {
        right: 190px;
    }

    section#page-about #ingredients .list .item .image {
        top: 145px;
        right: -15px;
    }

    section#page-about #ingredients .list .item .image img {
        width: 210px;
    }

    section#page-about #ingredients .list .item .description {
        width: 450px;
    }

    section#page-our-athletes #athletes .modal-dialog,
    section#page-resellers #be-a-reseller .modal-dialog {
        width: 750px;
    }

    section#page-our-athletes .athletes .filters a,
    section#page-our-athletes .athletes .filters a span {
        font-size: 15px;
    }

    section#page-our-athletes #athletes .gallery {
        background-position: center;
    }

    section#page-our-athletes #athletes .item:before {
        left: 340px;
        right: 110px;
    }

    section#page-our-athletes .athletes .list .owl-next {
        right: 0px;
    }

    section#page-our-athletes .athletes .list .owl-prev {
        left: 0px;
    }

    section#page-resellers .map-wrapper .list {
        height: auto;
    }

    section#page-resellers .map-wrapper:after,
    section#page-resellers .map-wrapper .handler,
    section#page-resellers .map-wrapper .map .marker:before {
        display: none;
    }

    section#page-resellers .map-wrapper .map,
    section#page-resellers .map-wrapper .list {
        width: auto;
        float: none;
        margin: auto;
        max-width: 536px;
        border-left: 0px;
    }

    /************/

    section#page-resellers .list-wrapper {
        z-index: 2;
        position: relative;
    }

    section#page-resellers .list-wrapper .item {
        position: relative;

        -webkit-transition: 0.2s ease;
           -moz-transition: 0.2s ease;
             -o-transition: 0.2s ease;
                transition: 0.2s ease;

        -webkit-transition: 0.2s ease;
           -moz-transition: 0.2s ease;
             -o-transition: 0.2s ease;
                transition: 0.2s ease;
    }

    section#page-resellers .list-wrapper .item .state {
        font-family: 'avenir-black';
        font-size: 14px;
        text-align: center;

        height: auto;
        padding: 20px 15px;
        line-height: 18px;

        margin-bottom: 1px;

        -webkit-transition: 0.2s ease;
           -moz-transition: 0.2s ease;
             -o-transition: 0.2s ease;
                transition: 0.2s ease;

        color: #ffffff;
        background: #485328;

        cursor: pointer;
    }

    section#page-resellers .list-wrapper .item .cities {
        color: #636363;

        -webkit-transition: 0.2s ease;
           -moz-transition: 0.2s ease;
             -o-transition: 0.2s ease;
                transition: 0.2s ease;

        height: 0px;
        overflow: hidden;
    }

    section#page-resellers .list-wrapper .item.active {
        -webkit-box-shadow: 0px 0px 48px rgba(0,0,0,0.46);
           -moz-box-shadow: 0px 0px 48px rgba(0,0,0,0.46);
             -o-box-shadow: 0px 0px 48px rgba(0,0,0,0.46);
                box-shadow: 0px 0px 48px rgba(0,0,0,0.46);

        z-index: 2;
        margin-left: -15px;
        margin-right: -15px;

        padding-left: 15px;
        padding-right: 15px;
    }

    section#page-resellers .list-wrapper .item.active .state {
        color: #636363;
        background: #ffffff;
    }

    section#page-resellers .list-wrapper .item .space {
        padding-bottom: 20px;
    }

    section#page-resellers .list-wrapper .be-a-reseller {
        bottom: -78px;
    }

    section#page-resellers .list-wrapper .item .cities .sub-item {
        height: 96px;
        padding: 10px 0px;

        font-family: 'avenir-next-regular';
        font-size: 16px;
        line-height: 20px;

        color: #3f2221;

        background-image: url(images/bg-resellers-list.png);
        background-repeat: no-repeat;
        background-position: top left;
    }

    section#page-resellers .list-wrapper .item .cities .sub-item:nth-child(odd) {
        margin: 28px 0px;
        background: transparent;
    }

    section#page-resellers .list-wrapper .item .cities .sub-item .avatar {
        top: 2px;
        width: 66px;
        height: 66px;

        margin-left: 30px;
        margin-right: 15px;

        float: left;
        overflow: hidden;
        position: relative;
    }

    section#page-resellers .list-wrapper .item .cities .sub-item .wrapper {
        top: 10px;
        left: 10px;

        width: 46px;
        height: 46px;

        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);

        overflow: hidden;
        position: relative;
    }

    section#page-resellers .list-wrapper .item .cities .sub-item .wrapper img {
        top: -10px;
        left: -10px;
        width: 66px;

        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);

        position: relative;
    }

    section#page-resellers .list-wrapper .item .cities .sub-item .name {
        font-family: 'avenir-black';
        line-height: 24px;
        margin-bottom: 5px;
    }

    section#page-resellers .list-wrapper .item .cities .sub-item .site:before,
    section#page-resellers .list-wrapper .item .cities .sub-item .email:before,
    section#page-resellers .list-wrapper .item .cities .sub-item .whatsapp:before {
        margin-right: 12px;
    }

    section#page-resellers .list-wrapper .item .cities .sub-item .email:before {
        font-size: 12px;
    }

    section#page-resellers .list-wrapper .item .title {
        font-family: 'avenir-black';
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;

        color: #bc3f3a;
        margin: 10px 30px;
    }

}

@media all and (max-width: 767px) {

    body.sl {
        overflow: hidden;
    }

    header nav,
    header nav.opened {
        left: 0px;
    }

    section {
        padding: 30px 0px;
    }

    section h2,
    section#page-contact h2 {
        font-size: 45px;
        background-size: 80px;
        background-position: center 50px;
    }

    section h3 {
        font-size: 18px;
        margin: 30px 0px;
    }

    section p,
    section strong {
        font-size: 14px;
        line-height: 20px;
    }

    section#page-about .ingredients a {
        width: 100px;
        height: 100px;
    }

    section#page-about .ingredients a img {
        width: 100%;
    }

    section#page-about #ingredients.opened {
        top: 68px;
        left: 0px;
        right: 0px;
        bottom: 0px;

        width: auto;
        height: auto;
        position: fixed;

        z-index: 3;
    }

    section#page-about #ingredients .list {
        background: none;
    }

    section#page-about #ingredients .list:after,
    section#page-about #ingredients .list:before {
        z-index: 1;
        width: 100%;

        content: '';
        display: block;
        position: absolute;

        background-repeat: no-repeat;
        background-image: url(images/bg-ingredients.jpg);
    }


    section#page-about #ingredients .list:after {
        bottom: 0px;
        height: 60px;
        background-size: auto 300px;
        background-position: bottom left;
    }

    section#page-about #ingredients .list:before {
        top: 0px;
        height: 120px;
        background-size: auto 300px;
        background-position: top center;
    }

    section#page-about #ingredients .list .owl-stage-outer {
        z-index: 2;
        position: relative;
    }

    section#page-about #ingredients .list .item:before {
        display: none;
    }

    section#page-about #ingredients .list .item h2 {
        max-width: 230px;
    }

    section#page-our-athletes .text {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    section#page-our-athletes .athletes .filters a,
    section#page-our-athletes .athletes .filters a span {
        font-size: 12px;
    }

    section#page-our-athletes .athletes .filters a span {
        top: 38px;
        height: 30px;
        line-height: 30px;

        padding: 0px;
    }

    section#page-our-athletes .athletes .filters a:before {
        right: 0%;
        width: 100%;

        height: 38px;
        font-size: 32px;
        line-height: 38px;
    }

    section#page-our-athletes .athletes .list {
        margin-left: -15px;
        margin-right: -15px;
    }

    section#page-our-athletes .athletes .list .owl-item {
        opacity: 0.6;
    }

    section#page-our-athletes .athletes .list .owl-item.center {
        opacity: 1;
    }

    section#page-our-athletes .athletes .list .owl-next,
    section#page-our-athletes .athletes .list .owl-prev,
    section#page-our-athletes .athletes .list .owl-next:after,
    section#page-our-athletes .athletes .list .owl-prev:after,
    section#page-our-athletes .athletes .list .owl-next:before,
    section#page-our-athletes .athletes .list .owl-prev:before {
        display: none;
        width: 35px;
        height: 35px;
        background-size: 100%;
    }

    section#page-our-athletes .athletes .list .owl-prev {
        top: -50px;
        left: -100px;
    }

    section#page-our-athletes .athletes .list .owl-next {
        top: -50px;
        right: -100px;
    }

    section#page-our-athletes .athletes .list .owl-nav {
        top: 50%;
        left: 50%;

        width: 0px;
        height: 0px;

        -webkit-transform: translate3d(-50%, -50%, 0);
           -moz-transform: translate3d(-50%, -50%, 0);
             -o-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);

        position: absolute;
    }

    section#page-our-athletes .athletes .list .item {
        margin: 0px;
    }

    section#page-faq .item .question {
        padding: 20px 15px;
        height: auto;
        font-size: 14px;
        line-height: 18px;
    }

    section#page-resellers .map-wrapper .be-a-reseller,
    section#page-resellers .list-wrapper .be-a-reseller {
        font-size: 16px;
        line-height: 68px;

        width: 290px;
        height: 68px;

        margin-left: -145px;
    }
	
	section#page-resellers .map-wrapper .be-a-reseller-II,
    section#page-resellers .list-wrapper .be-a-reseller-II {
        font-size: 16px;
        line-height: 68px;

		bottom: -150px;
		
        width: 290px;
        height: 68px;

        margin-left: -145px;
    }

    section#page-resellers .map-wrapper .be-a-reseller .icon,
    section#page-resellers .map-wrapper .be-a-reseller .icon:before,
    section#page-resellers .list-wrapper .be-a-reseller .icon,
    section#page-resellers .list-wrapper .be-a-reseller .icon:before {
        line-height: 68px;
    }

    section#page-our-athletes #athletes .modal-dialog,
    section#page-resellers #be-a-reseller .modal-dialog {
        width: auto;
    }

    section#page-our-athletes #athletes .gallery {
        height: 170px;
    }

    section#page-our-athletes #athletes .gallery:before {
        display: none;
    }

    section#page-our-athletes #athletes h2 {
        margin: 18px 0px;
        font-size: 26px;
        line-height: 26px;
    }

    section#page-our-athletes #athletes h2 strong {
        margin-left: 48px;
        font-size: 26px;
        line-height: 26px;
    }

    section#page-our-athletes #athletes .modal-content .owl-prev,
    section#page-our-athletes #athletes .modal-content .owl-next,
    section#page-our-athletes #athletes .modal-content .owl-prev:after,
    section#page-our-athletes #athletes .modal-content .owl-prev:before,
    section#page-our-athletes #athletes .modal-content .owl-next:after,
    section#page-our-athletes #athletes .modal-content .owl-next:before {
        width: 38px;
        height: 38px;
        background-size: 100%;
    }

    section#page-our-athletes #athletes .description {
        height: 130px !important;
        overflow: scroll;

        margin-left: 0px;
        margin-right: 55px;
    }

    section#page-our-athletes #athletes .modal-content {
        height: 465px;
    }

    section#page-our-athletes #athletes .modal-content .owl-prev {
        right: 30px;
        bottom: 38px;
    }

    section#page-our-athletes #athletes .modal-content .owl-next {
        bottom: 61px;
    }

    section#page-resellers #be-a-reseller .submit {
        width: 280px;
        height: 68px;
        font-size: 16px;
        line-height: 68px;
        margin-left: -140px;
    }

    section#page-about #ingredients.opened {
        left: 0px;
        width: 100%;
    }

    section#page-about #ingredients .close {
        width: 40px;
        height: 40px;
        z-index: 3;
    }

    section#page-about #ingredients .list .item {
        width: 100%;
    }

    section#page-about #ingredients .list .item h2 {
        top: 25px;
        left: 15px;
        right: 15px;
        width: auto;
        font-size: 45px;
        line-height: 40px;
    }

    section#page-about #ingredients .list .item .image {
        display: none;
    }

    section#page-about #ingredients .list .item .description {
        top: 130px;

        left: 15px;
        right: 15px;

        bottom: 60px;

        width: auto;
        height: auto !important;
        overflow: scroll;
    }

    section#page-about #ingredients .list .owl-next,
    section#page-about #ingredients .list .owl-prev,
    section#page-about #ingredients .list .owl-prev:after,
    section#page-about #ingredients .list .owl-prev:before,
    section#page-about #ingredients .list .owl-next:after,
    section#page-about #ingredients .list .owl-next:before {
        width: 38px;
        height: 38px;
        z-index: 3;
        background-size: 100%;
    }

    section#page-about #ingredients .list .owl-prev {
        left: 15px;
        bottom: 21px;
    }

    section#page-about #ingredients .list .owl-next {
        left: 42px;
        bottom: 1px;
    }

    footer .col-xs-3,
    footer .col-xs-9 {
        padding: 0px;
        font-size: 10px;
    }

    section#banner .banner-1 .layer-1,
    section#banner .banner-2 .layer-1 {
        margin: 0px !important;

        width: 100% !important;
        height: 100% !important;
    }

    section#banner .banner-1 .layer-2,
    section#banner .banner-2 .layer-2 {
        top: 60%;
        background-image: url(images/banner-x-layer-2-text.png);
    }

    section#banner .banner-1 .layer-2:before,
    section#banner .banner-2 .layer-2:before {
        content: '';

        top: -90px;
        left: 0px;
        right: 0px;
        height: 210px;

        display: block;
        position: absolute;

        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        background-image: url(images/banner-1-layer-2-can.png);
    }

    section#banner .banner-2 .layer-2:before {
        background-image: url(images/banner-2-layer-2-can.png);
    }

    section#banner .banner-1 .layer-3,
    section#banner .banner-2 .layer-3 {
        display: none;
        background: none !important;
    }

    section#banner .banner-1 .layer-2 h2,
    section#banner .banner-2 .layer-2 h2 {
        top: 38%;
    }

    section#banner .banner-1 .layer-2 .description,
    section#banner .banner-2 .layer-2 .description {
        top: 48%;
        left: 32%;
        right: 32%;

        width: auto;
        position: absolute;
    }

    section#banner .container .dots .dot {
        top: 0px;

        width: 10px;
        height: 10px;

        border-width: 2px;
    }

    section#banner .container .dots .dot.d2 {
        top: 30px;
    }

    #be-a-reseller form {
        overflow: scroll;
        height: 70%;
        margin: 85px 0px 45px;
        padding: 0px 0px 40px;
    }

    #be-a-reseller form h2 {
        top: 0px;
        position: fixed;
    }

    section#page-resellers #be-a-reseller label {
        font-size: 16px;
    }

    section#page-resellers #be-a-reseller input[type="text"],
    section#page-resellers #be-a-reseller select {
        padding: 10px 15px 10px;
    }
}
