@-webkit-keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes a {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes b {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-1turn);
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

@keyframes c {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-1turn);
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px)
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(.8) translateX(6px);
        transform: scale(.8) translateX(6px)
    }
    75% {
        -webkit-transform: scale(.7) translateX(8px);
        transform: scale(.7) translateX(8px)
    }
    90% {
        -webkit-transform: scale(.8) translateX(6px);
        transform: scale(.8) translateX(6px)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes d {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px)
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(.8) translateX(6px);
        transform: scale(.8) translateX(6px)
    }
    75% {
        -webkit-transform: scale(.7) translateX(8px);
        transform: scale(.7) translateX(8px)
    }
    90% {
        -webkit-transform: scale(.8) translateX(6px);
        transform: scale(.8) translateX(6px)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px)
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(.8) translateX(-6px);
        transform: scale(.8) translateX(-6px)
    }
    75% {
        -webkit-transform: scale(.7) translateX(-8px);
        transform: scale(.7) translateX(-8px)
    }
    90% {
        -webkit-transform: scale(.8) translateX(-6px);
        transform: scale(.8) translateX(-6px)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes e {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px)
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(.8) translateX(-6px);
        transform: scale(.8) translateX(-6px)
    }
    75% {
        -webkit-transform: scale(.7) translateX(-8px);
        transform: scale(.7) translateX(-8px)
    }
    90% {
        -webkit-transform: scale(.8) translateX(-6px);
        transform: scale(.8) translateX(-6px)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.lum-lightbox {
    background: rgba(0, 0, 0, .6)
}

.lum-lightbox-inner {
    top: 2.5%;
    right: 2.5%;
    bottom: 2.5%;
    left: 2.5%
}

.lum-lightbox-inner img {
    position: relative
}

.lum-lightbox-inner .lum-lightbox-caption {
    margin: 0 auto;
    color: #fff;
    max-width: 700px;
    text-align: center
}

.lum-loading .lum-lightbox-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    -webkit-animation: c 1.8s infinite linear;
    animation: c 1.8s infinite linear
}

.lum-lightbox-loader:after, .lum-lightbox-loader:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .9)
}

.lum-lightbox-loader:before {
    left: 0;
    -webkit-animation: d 1.8s infinite linear;
    animation: d 1.8s infinite linear
}

.lum-lightbox-loader:after {
    right: 0;
    -webkit-animation: e 1.8s infinite linear;
    animation: e 1.8s infinite linear;
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.lum-lightbox.lum-opening {
    -webkit-animation: a .18s ease-out;
    animation: a .18s ease-out
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
    -webkit-animation: b .18s ease-out;
    animation: b .18s ease-out
}

.lum-lightbox.lum-closing {
    -webkit-animation: a .3s ease-in;
    animation: a .3s ease-in;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
    -webkit-animation: b .3s ease-in;
    animation: b .3s ease-in;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.lum-img {
    transition: opacity .12s ease-out
}

.lum-loading .lum-img {
    opacity: 0
}

.lum-gallery-button {
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100px;
    max-height: 100%;
    width: 60px;
    cursor: pointer
}

.lum-previous-button {
    left: 12px
}

.lum-next-button {
    right: 12px
}

.lum-gallery-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-top: 4px solid hsla(0, 0%, 100%, .8)
}

.lum-previous-button:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-left: 4px solid hsla(0, 0%, 100%, .8);
    box-shadow: -2px 0 rgba(0, 0, 0, .2);
    left: 12%;
    border-radius: 3px 0 0 0
}

.lum-next-button:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 4px solid hsla(0, 0%, 100%, .8);
    box-shadow: 2px 0 rgba(0, 0, 0, .2);
    right: 12%;
    border-radius: 0 3px 0 0
}

@media (max-width:460px) {
    .lum-lightbox-image-wrapper {
        display: block;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    .lum-lightbox-caption {
        width: 100%;
        position: absolute;
        bottom: 0
    }
    .lum-lightbox-inner img {
        max-width: none;
        max-height: none;
        display: block
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: icons;
    src: url(../font/icons.eot?33068898);
    src: url(../font/icons.eot?33068898#iefix) format("embedded-opentype"), url(../font/icons.woff2?33068898) format("woff2"), url(../font/icons.woff?33068898) format("woff"), url(../font/icons.ttf?33068898) format("truetype"), url(../font/icons.svg?33068898#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-down:before {
    content: "\e800"
}

.icon-up:before {
    content: "\e801"
}

.icon-star:before {
    content: "\e802"
}

.icon-home:before {
    content: "\e803"
}

.icon-globe:before {
    content: "\e804"
}

.icon-search:before {
    content: "\e805"
}

.icon-flickr:before {
    content: "\e806"
}

.icon-instagram:before {
    content: "\e807"
}

.icon-twitter:before {
    content: "\e808"
}

.icon-left:before {
    content: "\e809"
}

.icon-right:before {
    content: "\e80a"
}

.icon-facebook:before {
    content: "\e80b"
}

.icon-download:before {
    content: "\e80c"
}

.icon-plus:before {
    content: "\e80d"
}

.icon-minus:before {
    content: "\e80e"
}

.icon-left-open-big:before {
    content: "\e80f"
}

.icon-right-open-big:before {
    content: "\e810"
}

.icon-down-open-big:before {
    content: "\e811"
}

.icon-up-open-big:before {
    content: "\e812"
}

.icon-cancel:before {
    content: "\e813"
}

.icon-ok:before {
    content: "\e814"
}

.icon-star-empty:before {
    content: "\e815"
}

.icon-star-ranking:before {
    content: "\e816"
}

.icon-star-ranking-empty:before {
    content: "\e817"
}

.icon-star-ranking-half:before {
    content: "\e818"
}

.icon-menu:before {
    content: "\f0c9"
}

.icon-star-ranking-half-alt:before {
    content: "\f123"
}

.icon-youtube:before {
    content: "\f16a"
}

.icon-spotify:before {
    content: "\f1bc"
}

@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

@media screen and (min-width:0px) and (max-width:10000px) {
    .container-desktop {
        padding: 0 3rem
    }
    .row-desktop {
        margin: 0 -1.5rem 1.5rem
    }
    .row-desktop:after, .row-desktop:before {
        content: " ";
        display: table
    }
    .row-desktop:after {
        clear: both
    }
    [class*=" spacer-desktop"], [class^=spacer-desktop] {
        clear: both;
        display: none;
        height: 0;
        overflow: hidden
    }
    [class*=" col-desktop"], [class^=col-desktop] {
        float: left;
        padding: 0 1.5rem 1.5rem
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .col-desktop-xs-1 {
        width: 8.3333333333%
    }
    .col-desktop-offset-xs-1 {
        margin-left: 8.3333333333%
    }
    .col-desktop-xs-2 {
        width: 16.6666666667%
    }
    .col-desktop-offset-xs-2 {
        margin-left: 16.6666666667%
    }
    .col-desktop-xs-3 {
        width: 25%
    }
    .col-desktop-offset-xs-3 {
        margin-left: 25%
    }
    .col-desktop-xs-4 {
        width: 33.3333333333%
    }
    .col-desktop-offset-xs-4 {
        margin-left: 33.3333333333%
    }
    .col-desktop-xs-5 {
        width: 41.6666666667%
    }
    .col-desktop-offset-xs-5 {
        margin-left: 41.6666666667%
    }
    .col-desktop-xs-6 {
        width: 50%
    }
    .col-desktop-offset-xs-6 {
        margin-left: 50%
    }
    .col-desktop-xs-7 {
        width: 58.3333333333%
    }
    .col-desktop-offset-xs-7 {
        margin-left: 58.3333333333%
    }
    .col-desktop-xs-8 {
        width: 66.6666666667%
    }
    .col-desktop-offset-xs-8 {
        margin-left: 66.6666666667%
    }
    .col-desktop-xs-9 {
        width: 75%
    }
    .col-desktop-offset-xs-9 {
        margin-left: 75%
    }
    .col-desktop-xs-10 {
        width: 83.3333333333%
    }
    .col-desktop-offset-xs-10 {
        margin-left: 83.3333333333%
    }
    .col-desktop-xs-11 {
        width: 91.6666666667%
    }
    .col-desktop-offset-xs-11 {
        margin-left: 91.6666666667%
    }
    .col-desktop-xs-12 {
        width: 100%
    }
    .col-desktop-offset-xs-12 {
        margin-left: 100%
    }
    .hide-desktop-xs {
        display: none
    }
    .spacer-desktop-xs {
        display: table
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .col-desktop-sm-1 {
        width: 8.3333333333%
    }
    .col-desktop-offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .col-desktop-sm-2 {
        width: 16.6666666667%
    }
    .col-desktop-offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .col-desktop-sm-3 {
        width: 25%
    }
    .col-desktop-offset-sm-3 {
        margin-left: 25%
    }
    .col-desktop-sm-4 {
        width: 33.3333333333%
    }
    .col-desktop-offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .col-desktop-sm-5 {
        width: 41.6666666667%
    }
    .col-desktop-offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .col-desktop-sm-6 {
        width: 50%
    }
    .col-desktop-offset-sm-6 {
        margin-left: 50%
    }
    .col-desktop-sm-7 {
        width: 58.3333333333%
    }
    .col-desktop-offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .col-desktop-sm-8 {
        width: 66.6666666667%
    }
    .col-desktop-offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .col-desktop-sm-9 {
        width: 75%
    }
    .col-desktop-offset-sm-9 {
        margin-left: 75%
    }
    .col-desktop-sm-10 {
        width: 83.3333333333%
    }
    .col-desktop-offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .col-desktop-sm-11 {
        width: 91.6666666667%
    }
    .col-desktop-offset-sm-11 {
        margin-left: 91.6666666667%
    }
    .col-desktop-sm-12 {
        width: 100%
    }
    .col-desktop-offset-sm-12 {
        margin-left: 100%
    }
    .hide-desktop-sm {
        display: none
    }
    .spacer-desktop-sm {
        display: table
    }
}

@media screen and (min-width:769px) and (max-width:960px) {
    .col-desktop-md-1 {
        width: 8.3333333333%
    }
    .col-desktop-offset-md-1 {
        margin-left: 8.3333333333%
    }
    .col-desktop-md-2 {
        width: 16.6666666667%
    }
    .col-desktop-offset-md-2 {
        margin-left: 16.6666666667%
    }
    .col-desktop-md-3 {
        width: 25%
    }
    .col-desktop-offset-md-3 {
        margin-left: 25%
    }
    .col-desktop-md-4 {
        width: 33.3333333333%
    }
    .col-desktop-offset-md-4 {
        margin-left: 33.3333333333%
    }
    .col-desktop-md-5 {
        width: 41.6666666667%
    }
    .col-desktop-offset-md-5 {
        margin-left: 41.6666666667%
    }
    .col-desktop-md-6 {
        width: 50%
    }
    .col-desktop-offset-md-6 {
        margin-left: 50%
    }
    .col-desktop-md-7 {
        width: 58.3333333333%
    }
    .col-desktop-offset-md-7 {
        margin-left: 58.3333333333%
    }
    .col-desktop-md-8 {
        width: 66.6666666667%
    }
    .col-desktop-offset-md-8 {
        margin-left: 66.6666666667%
    }
    .col-desktop-md-9 {
        width: 75%
    }
    .col-desktop-offset-md-9 {
        margin-left: 75%
    }
    .col-desktop-md-10 {
        width: 83.3333333333%
    }
    .col-desktop-offset-md-10 {
        margin-left: 83.3333333333%
    }
    .col-desktop-md-11 {
        width: 91.6666666667%
    }
    .col-desktop-offset-md-11 {
        margin-left: 91.6666666667%
    }
    .col-desktop-md-12 {
        width: 100%
    }
    .col-desktop-offset-md-12 {
        margin-left: 100%
    }
    .hide-desktop-md {
        display: none
    }
    .spacer-desktop-md {
        display: table
    }
}

@media screen and (min-width:961px) and (max-width:10000px) {
    .col-desktop-lg-1 {
        width: 8.3333333333%
    }
    .col-desktop-offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .col-desktop-lg-2 {
        width: 16.6666666667%
    }
    .col-desktop-offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .col-desktop-lg-3 {
        width: 25%
    }
    .col-desktop-offset-lg-3 {
        margin-left: 25%
    }
    .col-desktop-lg-4 {
        width: 33.3333333333%;
        display: table;
    }
    .col-desktop-offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .col-desktop-lg-5 {
        width: 41.6666666667%
    }
    .col-desktop-offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .col-desktop-lg-6 {
        width: 50%
    }
    .col-desktop-offset-lg-6 {
        margin-left: 50%
    }
    .col-desktop-lg-7 {
        width: 58.3333333333%
    }
    .col-desktop-offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .col-desktop-lg-8 {
        width: 66.6666666667%
    }
    .col-desktop-offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .col-desktop-lg-9 {
        width: 75%
    }
    .col-desktop-offset-lg-9 {
        margin-left: 75%
    }
    .col-desktop-lg-10 {
        width: 83.3333333333%
    }
    .col-desktop-offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .col-desktop-lg-11 {
        width: 91.6666666667%
    }
    .col-desktop-offset-lg-11 {
        margin-left: 91.6666666667%
    }
    .col-desktop-lg-12 {
        width: 100%
    }
    .col-desktop-offset-lg-12 {
        margin-left: 100%
    }
    .hide-desktop-lg {
        display: none
    }
    .spacer-desktop-lg {
        display: table
    }
}

@media screen and (min-width:0px) and (max-width:10000px) {
    .container-gallery {
        padding: 0 10px
    }
    .row-gallery {
        margin: 0 -5px 5px
    }
    .row-gallery:after, .row-gallery:before {
        content: " ";
        display: table
    }
    .row-gallery:after {
        clear: both
    }
    [class*=" spacer-gallery"], [class^=spacer-gallery] {
        clearPQï¿½PQï¿½pï¿½hï¿½sï¿½ï¿½Qï¿½pQï¿½@pQï¿½ing: 0 5px 5px
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .col-gallery-xs-1 {
        width: 8.3333333333%
    }
    .col-gallery-offset-xs-1 {
        margin-left: 8.3333333333%
    }
    .col-gallery-xs-2 {
        width: 16.6666666667%
    }
    .col-gallery-offset-xs-2 {
        margin-left: 16.6666666667%
    }
    .col-gallery-xs-3 {
        width: 25%
    }
    .col-gallery-offset-xs-3 {
        margin-left: 25%
    }
    .col-gallery-xs-4 {
        width: 33.3333333333%
    }
    .col-gallery-offset-xs-4 {
        margin-left: 33.3333333333%
    }
    .col-gallery-xs-5 {
        width: 41.6666666667%
    }
    .col-gallery-offset-xs-5 {
        margin-left: 41.6666666667%
    }
    .col-gallery-xs-6 {
        width: 50%
    }
    .col-gallery-offset-xs-6 {
        margin-left: 50%
    }
    .col-gallery-xs-7 {
        width: 58.3333333333%
    }
    .col-gallery-offset-xs-7 {
        margin-left: 58.3333333333%
    }
    .col-gallery-xs-8 {
        width: 66.6666666667%
    }
    .col-gallery-offset-xs-8 {
        margin-left: 66.6666666667%
    }
    .col-gallery-xs-9 {
        width: 75%
    }
    .col-gallery-offset-xs-9 {
        margin-left: 75%
    }
    .col-gallery-xs-10 {
        width: 83.3333333333%
    }
    .col-gallery-offset-xs-10 {
        margin-left: 83.3333333333%
    }
    .col-gallery-xs-11 {
        width: 91.6666666667%
    }
    .col-gallery-offset-xs-11 {
        margin-left: 91.6666666667%
    }
    .col-gallery-xs-12 {
        width: 100%
    }
    .col-gallery-offset-xs-12 {
        margin-left: 100%
    }
    .hide-gallery-xs {
        display: none
    }
    .spacer-gallery-xs {
        display: table
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .col-gallery-sm-1 {
        width: 8.3333333333%
    }
    .col-gallery-offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .col-gallery-sm-2 {
        width: 16.6666666667%
    }
    .col-gallery-offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .col-gallery-sm-3 {
        width: 25%
    }
    .col-gallery-offset-sm-3 {
        margin-left: 25%
    }
    .col-gallery-sm-4 {
        width: 33.3333333333%
    }
    .col-gallery-offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .col-gallery-sm-5 {
        width: 41.6666666667%
    }
    .col-gallery-offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .col-gallery-sm-6 {
        width: 50%
    }
    .col-gallery-offset-sm-6 {
        margin-left: 50%
    }
    .col-gallery-sm-7 {
        width: 58.3333333333%
    }
    .col-gallery-offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .col-gallery-sm-8 {
        width: 66.6666666667%
    }
    .col-gallery-offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .col-gallery-sm-9 {
        width: 75%
    }
    .col-gallery-offset-sm-9 {
        margin-left: 75%
    }
    .col-gallery-sm-10 {
        width: 83.3333333333%
    }
    .col-gallery-offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .col-gallery-sm-11 {
        width: 91.6666666667%
    }
    .col-gallery-offset-sm-11 {
        margin-left: 91.6666666667%
    }
    .col-gallery-sm-12 {
        width: 100%
    }
    .col-gallery-offset-sm-12 {
        margin-left: 100%
    }
    .hide-gallery-sm {
        display: none
    }
    .spacer-gallery-sm {
        display: table
    }
}

@media screen and (min-width:769px) and (max-width:960px) {
    .col-gallery-md-1 {
        width: 8.3333333333%
    }
    .col-gallery-offset-md-1 {
        margin-left: 8.3333333333%
    }
    .col-gallery-md-2 {
        width: 16.6666666667%
    }
    .col-gallery-offset-md-2 {
        margin-left: 16.6666666667%
    }
    .col-gallery-md-3 {
        width: 25%
    }
    .col-gallery-offset-md-3 {
        margin-left: 25%
    }
    .col-gallery-md-4 {
        width: 33.3333333333%
    }
    .col-gallery-offset-md-4 {
        margin-left: 33.3333333333%
    }
    .col-gallery-md-5 {
        width: 41.6666666667%
    }
    .col-gallery-offset-md-5 {
        margin-left: 41.6666666667%
    }
    .col-gallery-md-6 {
        width: 50%
    }
    .col-gallery-offset-md-6 {
        margin-left: 50%
    }
    .col-gallery-md-7 {
        width: 58.3333333333%
    }
    .col-gallery-offset-md-7 {
        margin-left: 58.3333333333%
    }
    .col-gallery-md-8 {
        width: 66.6666666667%
    }
    .col-gallery-offset-md-8 {
        margin-left: 66.6666666667%
    }
    .col-gallery-md-9 {
        width: 75%
    }
    .col-gallery-offset-md-9 {
        margin-left: 75%
    }
    .col-gallery-md-10 {
        width: 83.3333333333%
    }
    .col-gallery-offset-md-10 {
        margin-left: 83.3333333333%
    }
    .col-gallery-md-11 {
        width: 91.6666666667%
    }
    .col-gallery-offset-md-11 {
        margin-left: 91.6666666667%
    }
    .col-gallery-md-12 {
        width: 100%
    }
    .col-gallery-offset-md-12 {
        margin-left: 100%
    }
    .hide-gallery-md {
        display: none
    }
    .spacer-gallery-md {
        display: table
    }
}

@media screen and (min-width:961px) and (max-width:10000px) {
    .col-gallery-lg-1 {
        width: 8.3333333333%
    }
    .col-gallery-offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .col-gallery-lg-2 {
        width: 16.6666666667%
    }
    .col-gallery-offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .col-gallery-lg-3 {
        width: 25%
    }
    .col-gallery-offset-lg-3 {
        margin-left: 25%
    }
    .col-gallery-lg-4 {
        width: 33.3333333333%
    }
    .col-gallery-offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .col-gallery-lg-5 {
        width: 41.6666666667%
    }
    .col-gallery-offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .col-gallery-lg-6 {
        width: 50%
    }
    .col-gallery-offset-lg-6 {
        margin-left: 50%
    }
    .col-gallery-lg-7 {
        width: 58.3333333333%
    }
    .col-gallery-offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .col-gallery-lg-8 {
        width: 66.6666666667%
    }
    .col-gallery-offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .col-gallery-lg-9 {
        width: 75%
    }
    .col-gallery-offset-lg-9 {
        margin-left: 75%
    }
    .col-gallery-lg-10 {
        width: 83.3333333333%
    }
    .col-gallery-offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .col-gallery-lg-11 {
        width: 91.6666666667%
    }
    .col-gallery-offset-lg-11 {
        margin-left: 91.6666666667%
    }
    .col-gallery-lg-12 {
        width: 100%
    }
    .col-gallery-offset-lg-12 {
        margin-left: 100%
    }
    .hide-gallery-lg {
        display: none
    }
    .spacer-gallery-lg {
        display: table
    }
}

@media screen and (min-width:0px) and (max-width:10000px) {
    .container-home {
        padding: 0 15px
    }
    .row-home {
        margin: 0 -7.5px 7.5px
    }
    .row-home:after, .row-home:before {
        content: " ";
        display: table
    }
    .row-home:after {
        clear: both
    }
    [class*=" spacer-home"], [class^=spacer-home] {
        clear: both;
        display: none;
        height: 0;
        overflow: hidden
    }
    [class*=" col-home"], [class^=col-home] {
        float: left;
        padding: 0 7.5px 7.5px
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .col-home-xs-1 {
        width: 8.3333333333%
    }
    .col-home-offset-xs-1 {
        margin-left: 8.3333333333%
    }
    .col-home-xs-2 {
        width: 16.6666666667%
    }
    .col-home-offset-xs-2 {
        margin-left: 16.6666666667%
    }
    .col-home-xs-3 {
        width: 25%
    }
    .col-home-offset-xs-3 {
        margin-left: 25%
    }
    .col-home-xs-4 {
        width: 33.3333333333%
    }
    .col-home-offset-xs-4 {
        margin-left: 33.3333333333%
    }
    .col-home-xs-5 {
        width: 41.6666666667%
    }
    .col-home-offset-xs-5 {
        margin-left: 41.6666666667%
    }
    .col-home-xs-6 {
        width: 50%
    }
    .col-home-offset-xs-6 {
        margin-left: 50%
    }
    .col-home-xs-7 {
        width: 58.3333333333%
    }
    .col-home-offset-xs-7 {
        margin-left: 58.3333333333%
    }
    .col-home-xs-8 {
        width: 66.6666666667%
    }
    .col-home-offset-xs-8 {
        margin-left: 66.6666666667%
    }
    .col-home-xs-9 {
        width: 75%
    }
    .col-home-offset-xs-9 {
        margin-left: 75%
    }
    .col-home-xs-10 {
        width: 83.3333333333%
    }
    .col-home-offset-xs-10 {
        margin-left: 83.3333333333%
    }
    .col-home-xs-11 {
        width: 91.6666666667%
    }
    .col-home-offset-xs-11 {
        margin-left: 91.6666666667%
    }
    .col-home-xs-12 {
        width: 100%
    }
    .col-home-offset-xs-12 {
        margin-left: 100%
    }
    .hide-home-xs {
        display: none
    }
    .spacer-home-xs {
        display: table
    }
}

@media screen and (min-width:769px) and (max-width:960px) {
    .col-home-sm-1 {
        width: 8.3333333333%
    }
    .col-home-offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .col-home-sm-2 {
        width: 16.6666666667%
    }
    .col-home-offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .col-home-sm-3 {
        width: 25%
    }
    .col-home-offset-sm-3 {
        margin-left: 25%
    }
    .col-home-sm-4 {
        width: 33.3333333333%
    }
    .col-home-offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .col-home-sm-5 {
        width: 41.6666666667%
    }
    .col-home-offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .col-home-sm-6 {
        width: 50%
    }
    .col-home-offset-sm-6 {
        margin-left: 50%
    }
    .col-home-sm-7 {
        width: 58.3333333333%
    }
    .col-home-offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .col-home-sm-8 {
        width: 66.6666666667%
    }
    .col-home-offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .col-home-sm-9 {
        width: 75%
    }
    .col-home-offset-sm-9 {
        margin-left: 75%
    }
    .col-home-sm-10 {
        width: 83.3333333333%
    }
    .col-home-offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .col-home-sm-11 {
        width: 91.6666666667%
    }
    .col-home-offset-sm-11 {
        margin-left: 91.6666666667%
    }
    .col-home-sm-12 {
        width: 100%
    }
    .col-home-offset-sm-12 {
        margin-left: 100%
    }
    .hide-home-sm {
        display: none
    }
    .spacer-home-sm {
        display: table
    }
}

@media screen and (min-width:961px) and (max-width:1100px) {
    .col-home-md-1 {
        width: 8.3333333333%
    }
    .col-home-offset-md-1 {
        margin-left: 8.3333333333%
    }
    .col-home-md-2 {
        width: 16.6666666667%
    }
    .col-home-offset-md-2 {
        margin-left: 16.6666666667%
    }
    .col-home-md-3 {
        width: 25%
    }
    .col-home-offset-md-3 {
        margin-left: 25%
    }
    .col-home-md-4 {
        width: 33.3333333333%
    }
    .col-home-offset-md-4 {
        margin-left: 33.3333333333%
    }
    .col-home-md-5 {
        width: 41.6666666667%
    }
    .col-home-offset-md-5 {
        margin-left: 41.6666666667%
    }
    .col-home-md-6 {
        width: 50%
    }
    .col-home-offset-md-6 {
        margin-left: 50%
    }
    .col-home-md-7 {
        width: 58.3333333333%
    }
    .col-home-offset-md-7 {
        margin-left: 58.3333333333%
    }
    .col-home-md-8 {
        width: 66.6666666667%
    }
    .col-home-offset-md-8 {
        margin-left: 66.6666666667%
    }
    .col-home-md-9 {
        width: 75%
    }
    .col-home-offset-md-9 {
        margin-left: 75%
    }
    .col-home-md-10 {
        width: 83.3333333333%
    }
    .col-home-offset-md-10 {
        margin-left: 83.3333333333%
    }
    .col-home-md-11 {
        width: 91.6666666667%
    }
    .col-home-offset-md-11 {
        margin-left: 91.6666666667%
    }
    .col-home-md-12 {
        width: 100%
    }
    .col-home-offset-md-12 {
        margin-left: 100%
    }
    .hide-home-md {
        display: none
    }
    .spacer-home-md {
        display: table
    }
}

@media screen and (min-width:1101px) and (max-width:10000px) {
    .col-home-lg-1 {
        width: 8.3333333333%
    }
    .col-home-offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .col-home-lg-2 {
        width: 16.6666666667%
    }
    .col-home-offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .col-home-lg-3 {
        width: 25%
    }
    .col-home-offset-lg-3 {
        margin-left: 25%
    }
    .col-home-lg-4 {
        width: 33.3333333333%
    }
    .col-home-offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .col-home-lg-5 {
        width: 41.6666666667%
    }
    .col-home-offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .col-home-lg-6 {
        width: 50%
    }
    .col-home-offset-lg-6 {
        margin-left: 50%
    }
    .col-home-lg-7 {
        width: 58.3333333333%
    }
    .col-home-offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .col-home-lg-8 {
        width: 66.6666666667%
    }
    .col-home-offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .col-home-lg-9 {
        width: 75%
    }
    .col-home-offset-lg-9 {
        margin-left: 75%
    }
    .col-home-lg-10 {
        width: 83.3333333333%
    }
    .col-home-offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .col-home-lg-11 {
        width: 91.6666666667%
    }
    .col-home-offset-lg-11 {
        margin-left: 91.6666666667%
    }
    .col-home-lg-12 {
        width: 100%
    }
    .col-home-offset-lg-12 {
        margin-left: 100%
    }
    .hide-home-lg {
        display: none
    }
    .spacer-home-lg {
        display: table
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .2s ease-in-out
}

a.read-more {
    color: #ba8a4d;
    font: 700 1.4em/1.5em 'Montserrat', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase
}

a.read-more:before {
    font-weight: 400;
    margin: 0 .3em 0 0
}

a.read-more:hover {
    color: #543e01
}

.font-highlight {
    font-family: 'Montserrat', Arial, Helvetica, Sans-Serif;
    font-weight: 400
}

.entry-content ul.list-h3 li, .font-highlight-bold, h2, h3, h4 {
    font-family: 'Montserrat', Arial, Helvetica, Sans-Serif;
    font-weight: 700
}

.entry-content ul.list-h3 li, h2, h3, h4 {
    margin-bottom: 1em;
    text-transform: uppercase
}

h2 {
    font-size: 2.16em
}

h3 {
    font-size: 1.6em
}

h4 {
    font-size: 1.4em
}

p {
    font: normal 1.4em/1.3em Arial, Helvetica, Sans-Serif
}

.entry-content header {
    padding-bottom: 3em;
    position: relative;
    z-index: 3
}

.entry-content h2 {
    font-size: 2.2em;
    margin-bottom: 1em
}

.entry-content p {
    color: #4b4b4b;
    font-size: 1.15em;
    margin-bottom: 1em
}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content dl, .entry-content ol, .entry-content ul {
    color: #4b4b4b;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.15rem;
    line-height: 1.3em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px
}

.entry-content dl {
    padding-left: 0
}

.entry-content dl dt {
    font-weight: 700;
    margin-top: 1em
}

.entry-content dl dt:first-child {
    margin-top: 0
}

.entry-content dl dd+dd {
    margin-top: 1em
}

.entry-content dl.dl-iconed {
    margin-left: 1.7em
}

.entry-content dl.dl-iconed dt {
    margin-top: .5em;
    text-transform: uppercase
}

.entry-content dl.dl-iconed dt:before {
    display: inline-block;
    font-size: 1.3em;
    margin: 0 .3em 0 -1.3em
}

.entry-content dl.dl-iconed dd+dd {
    margin-top: 0
}

.entry-content dl.dl-iconed dd+dt {
    margin-top: 1.5em
}

.entry-content ol>li {
    list-style-type: decimal
}

.entry-content ol>li>ol>li {
    list-style-type: lower-latin
}

.entry-content ol>li>ol>li>ol>li {
    list-style-type: lower-roman
}

.entry-content ul>li[class*=" icon-"], .entry-content ul>li[class^=icon-] {
    line-height: 1.5em;
    list-style: none;
    margin-left: -40px;
    padding: .1em 0 .2em 1.4em;
    position: relative;
    top: 0
}

.entry-content ul>li[class*=" icon-"]:before, .entry-content ul>li[class^=icon-]:before {
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0
}

.entry-content ul.list-h3 li {
    font-size: 1.6em
}

.entry-content hr {
    border: 0 solid #4b4b4b;
    border-bottom-width: 2px;
    margin: 0
}

.text-footer-banner {
    padding: 3em;
    margin-bottom: 1em
}

.text-footer-banner>h2, .text-footer-banner>h3 {
    margin: 0
}

.text-footer-banner>h2 a:hover, .text-footer-banner>h3 a {
    color: #ba8a4d
}

.text-footer-banner>h3 a:hover {
    color: #fff
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.pos-static {
    position: static
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fl-left {
    float: left
}

.fl-none {
    float: none
}

.fl-right {
    float: right
}

.no-margin {
    margin: 0
}

.no-margin-v {
    margin-bottom: 0;
    margin-top: 0
}

.no-margin-h {
    margin-left: 0;
    margin-right: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.no-margin-left {
    margin-left: 0
}

.no-margin-right {
    margin-right: 0
}

.no-margin-top {
    margin-top: 0
}

.no-padding {
    padding: 0
}

.no-padding-v {
    padding-bottom: 0;
    padding-top: 0
}

.no-padding-h {
    padding-left: 0;
    padding-right: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.no-padding-top {
    padding-top: 0
}

.theme-light {
    background-color: #fff;
    color: #000
}

.theme-dark {
    background-color: #000;
    color: #fff
}

.text-normal {
    text-transform: normal
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.primary {
    color: #ba8a4d
}

component {
    display: block;
    padding-bottom: 2rem
}

component * {
    display: block;
    box-sizing: border-box
}

component>* {
    position: relative
}

component>:after, component>:before {
    border: 0 solid #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 33.5%
}

component>:before {
    border-right-width: 5px;
    left: 0
}

component>:after {
    border-left-width: 5px;
    right: 0
}

component header {
    background-color: #444;
    height: 40px;
    position: relative
}

component row {
    background-color: #ccc;
    height: 30px;
    margin: 5px 0
}

[data-component=accordion] .item .title {
    cursor: pointer;
    position: relative
}

[data-component=accordion] .item .content {
    max-height: 0;
    overflow-x: auto;
    position: relative;
    transition: max-height .2s ease-in-out
}

[data-component=accordion] .item.show .content {
    max-height: 1000px;
    transition: max-height .5s ease-in-out
}

.accordion {
    margin-bottom: 1em
}

.accordion .item {
    border-bottom: 1px solid #adadad
}

.accordion .item .title {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.15em;
    margin: .5em 0;
    transition: color .3s ease-in-out
}

.accordion .item .title:hover {
    color: #ba8a4d
}

.accordion .item .title .caret {
    font-family: icons;
    font-size: .8em;
    line-height: 1em;
    margin-top: -.5em;
    position: absolute;
    right: .5em;
    top: 50%
}

.accordion .item .title .caret:before {
    content: "\e800"
}

.accordion .item .title .logo {
    display: inline-block;
    margin: 0 .5em;
    vertical-align: baseline;
    width: 1.5em
}

.accordion .item.show .title .caret:before {
    content: "\e801"
}

.accordion .item:first-child {
    border-top: 1px solid #adadad
}

.banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 3.5rem;
    text-align: center
}

.banner-image.banner {
    padding: 0
}

.banner-image.banner img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.banner-fake {
    background: #eff1ee;
    border: 1px solid #ccc
}

.breadcrumb ul {
    font-size: 1em;
    margin: 0;
    padding: 1.5em 0 2rem
}

.breadcrumb ul li {
    display: inline-block;
    font: normal 1em/1.5em Arial, Helvetica, Sans-Serif;
    padding: 0;
    text-transform: uppercase
}

.breadcrumb ul li a {
    color: #000
}

.breadcrumb ul li a:hover {
    color: #ba8a4d
}

.breadcrumb ul li a:after {
    content: "\e80a";
    display: inline-block;
    font-family: icons;
    font-size: .7em;
    padding: 0 1em;
    vertical-align: bottom
}

.breadcrumb ul li span {
    color: #ba8a4d
}

.btn {
    background-color: #eff1ee;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    line-height: 1em;
    outline: none;
    padding: 1.6em 4em 1.4em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.btn-block {
    display: block
}

.btn-condensed {
    padding: 1em 1.5em .8em
}

.btn-bold {
    font-weight: 700
}

.btn-default:focus, .btn-default:hover {
    background-color: #fff;
    border-color: #000
}

.btn-primary {
    background-color: #ba8a4d;
    color: #000
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #ddd;
    border-color: #000
}

.btn-lg {
    font-size: 1.8rem
}

.btn-md {
    font-size: 1.4rem
}

.btn-sm {
    font-size: 1.1rem
}

.btn-xs {
    font-size: .8rem
}

[class*=" col-desktop"] .card .thumb, [class^=col-desktop] .card .thumb {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

[class*=" col-desktop"] .card .text, [class^=col-desktop] .card .text {
    padding: 1.5rem
}

[class*=" col-desktop"] .card .text .title, [class^=col-desktop] .card .text .title {
    max-height: 2.4em;
    overflow: hidden;
    position: relative
}

[class*=" col-desktop"] .card .text .title:first-letter, [class^=col-desktop] .card .text .title:first-letter {
    border-bottom: 2px solid #543e01;
    margin-right: -1em;
    padding-right: 1em
}

[class*=" col-desktop"] .card .text a:not(.read-more), [class^=col-desktop] .card .text a:not(.read-more) {
    color: #000
}

.card-fun {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-bPQï¿½PQï¿½pï¿½hï¿½sï¿½ï¿½Qï¿½pQï¿½@pQï¿½ing: .3em 1em .2em;
    position: absolute;
    top: 0
}

.card-fun .title {
    border-right: 1px solid transparent;
    font-size: 2.7em;
    margin: 0;
    padding: 1rem 1rem 1rem 0;
    padding: 0;
    width: 50%
}

.card-fun .content {
    border-left: 1px solid transparent;
    margin-left: -1px;
    padding: 1em 0 1em 1em;
    text-align: center;
    width: calc(50% + 1px)
}

.card-fun .content p {
    font: 600 1.85em/1.2em 'Montserrat', Arial, Helvetica, Sans-Serif
}

.card-fun .content p strong {
    display: block;
    font-size: .7em;
    line-height: 1.3em;
    margin-bottom: .65em
}

.card-fun .content p span {
    display: block;
    font-size: .5em;
    line-height: 1.3em;
    margin-bottom: 1em
}

.card-primary {
    background-color: #ba8a4d
}

.card-primary .tag {
    background-color: #000;
    color: #fff
}

.card-primary .title {
    border-right-color: #000;
    color: #543e01
}

.card-primary .content {
    border-left-color: #000
}

.card-primary .content p {
    color: #000
}

.card-grey-base {
    background-color: #000
}

.card-grey-base .tag {
    background-color: #ba8a4d;
    color: #000
}

.card-grey-base .title {
    border-right-color: #adadad;
    color: #fff
}

.card-grey-base .content {
    border-left-color: #adadad
}

.card-grey-base .content p {
    color: #fff
}

.card-grey-base .content p span, .card-grey-base .content p strong {
    color: #adadad
}

.card-product {
    text-align: center
}

.card-product .thumb {
    border: 1px solid #eff1ee;
    margin: 0 0 1em!important
}

.card-product .thumb img {
    margin: 0 auto
}

.card-product .title {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.card-product .title a {
    color: #000
}

.card-product .title a:hover {
    color: #ba8a4d
}

.card-product .ranking {
    color: #adadad;
    font-size: 13px;
    margin-bottom: 10px
}

.card-product .price {
    color: #adadad;
    font-size: 16px;
    margin-bottom: 10px
}

.card-product .info {
    color: #997000;
    font-size: 14px;
    text-transform: uppercase
}

.dropdown {
    cursor: pointer;
    padding-right: 1.7em;
    position: relative
}

.dropdown .dropdown-selected {
    display: block;
    font-size: 1em;
    margin: 0
}

.dropdown .dropdown-items {
    display: none;
    position: absolute
}

.dropdown .dropdown-items li {
    font-size: 0.7em;
    white-space: nowrap
}

.dropdown .dropdown-caret {
    font-family: icons;
    font-size: .8em;
    line-height: 1em;
    margin-top: -.5em;
    position: absolute;
    right: .5em;
    top: 50%
}

.dropdown .dropdown-caret:before {
    content: "\e800"
}

.dropdown.opened .dropdown-selected {
    opacity: .5
}

.dropdown.opened .dropdown-items {
    display: block
}

.dropdown.opened .dropdown-caret:before {
    content: "\e801"
}

.dropdown.btn .dropdown-items {
    background-color: #fff;
    border: 1px solid #000;
    left: 0;
    list-style: none;
    min-width: 100%;
    padding: 0
}

.dropdown.btn .dropdown-items li a {
    display: block;
    padding: .3em .5em .2em
}

.dropdown.btn .dropdown-items li a:hover {
    background-color: #eff1ee;
    color: #ba8a4d
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive .embed-responsive-item img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.thumb {
    position: relative
}

.thumb a, .thumb img {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.thumb.thumb-100 a, .thumb.thumb-100 img {
    width: 100%
}

.form-field {
    display: block
}

.form-field label {
    display: block;
    font: 700 1.15em/1.5em 'Montserrat', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase
}

.form-field label.required:before {
    content: "*";
    color: red
}

.form-field input, .form-field select, .form-field textarea {
    background-color: #eff1ee;
    border: 1px solid #adadad;
    display: block;
    font: 300 1.15em/1.5em 'Montserrat', Arial, Helvetica, Sans-Serif;
    padding: .3em .5em;
    width: 100%
}

.form-field input, .form-field select {
    height: 2.141em
}

.form-field input[type=checkbox], .form-field input[type=radio] {
    border: initial;
    display: initial;
    height: auto;
    margin-right: .5em;
    width: auto
}

.form-field textarea {
    min-height: 8em;
    padding-right: 0
}

.gallery-grid {
    margin-right: -5px
}

.gallery-grid:after {
    clear: both;
    display: table;
    width: 100%
}

.gallery-grid .gallery-grid-item {
    float: left;
    height: 189px;
    margin: 0 5px 5px 0;
    max-width: 150px;
    width: 100%
}

.img-header {
    border-top: .0em solid #fff
}

.img-header img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.list-action {
    list-style: none!important;
    margin: 0 0 2em!important;
    padding: 0!important
}

.list-action .item {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #4b4b4b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: .4em 0
}

.list-action .item [class*=" icon-"], .list-action .item [class^=icon-] {
    font-size: 1.3em
}

.list-action .item:first-child {
    border-top: 2px solid #4b4b4b
}

.list-strongs li {
    padding: .1em 0 .5em 1.5em;
    position: relative
}

.list-strongs li strong {
    display: block
}

.list-strongs li:before {
    left: 0;
    position: absolute;
    top: 0
}

.logo {
    background: transparent url(../images/logos/default.svg) 50% no-repeat;
    background-size: contain;
    position: relative
}

.logo>* {
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 113%;
    text-indent: -100vw
}

.logo.botafogofr {
    background-image: url(../images/escudoBFR2020.png)
}

.logo.fluminensefc {
    background-image: url(../images/logos/fluminensefc.svg)
}

.nav-languages {
    padding-left: 2.3em
}

.nav-languages:before {
    color: #adadad;
    font-size: 1.6em;
    left: 0;
    margin-top: -.5em;
    position: absolute;
    top: 50%
}

.nav-languages ul {
    background-color: #000;
    list-style: none
}

.nav-languages ul li {
    line-height: 1.3em;
    padding-bottom: .3em;
    width: 1.5em
}

.nav-languages ul li a:hover {
    color: #ba8a4d
}

.nav-languages ul li.active {
    opacity: .5
}

.nav-languages ul li.active a {
    cursor: default
}

.nav-languages ul li.active a:hover {
    color: #fff
}

.nav-social ul li, .nav-social ul li a {
    display: inline-block
}

.nav-social ul li a {
    color: #fff;
    font-size: 0
}

.nav-social ul li a:before {
    font-size: 1.2rem
}

.nav-social ul li a:hover {
    color: #ba8a4d
}

.panel {
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.panel .panel-content {
    padding: 1em 2em
}

.panel .panel-content p {
    font-size: 1em
}

.panel .thumb img {
    margin: auto
}

.ranking {
    font-weight: 300;
    white-space: nowrap
}

.ranking [class*=" icon-"], .ranking [class^=icon-] {
    color: #ba8a4d;
    font-size: 1.2em
}

.ranking [class*=" icon-"]:before, .ranking [class^=icon-]:before {
    margin: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

[data-component=slide] .owl-dots {
    bottom: 1em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

[data-component=slide] .owl-dots .owl-dot {
    color: #fff;
    display: inline-block;
    font-size: 1.6em;
    margin: 0 .3em;
    -ms-text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3)
}

[data-component=slide] .owl-dots .owl-dot span {
    margin: 0 .25em
}

[data-component=slide] .owl-dots .owl-dot span:before {
    content: "\e802";
    font-family: icons
}

[data-component=slide] .owl-dots .owl-dot.active {
    color: #ba8a4d
}

[data-component=slide-flip] .item {
    height: 23.9em;
    padding: 0 1em 0 0;
    width: 16.84em
}

[data-component=slide-flip] .owl-stage-outer {
    margin: 0 auto;
    padding: 5em 0;
    width: calc(100% - 10em)
}

[data-component=slide-flip] .owl-nav .owl-next, [data-component=slide-flip] .owl-nav .owl-prev {
    color: #fff;
    font-size: 4em;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

[data-component=slide-flip] .owl-nav .owl-next.disabled, [data-component=slide-flip] .owl-nav .owl-prev.disabled {
    cursor: default;
    opacity: .5;
    filter: alpha(opacity=50)
}

[data-component=slide-flip] .owl-nav .owl-prev {
    left: -.3em
}

[data-component=slide-flip] .owl-nav .owl-next {
    right: -.3em
}

[data-component=slide-flip].theme-interna .item {
    height: 17em;
    padding: 0 1em 0 0;
    width: 15em
}

[data-component=slide-flip].theme-interna .owl-stage-outer {
    padding: 1em 0 3em;
    width: 100%
}

[data-component=slide-flip].theme-interna .owl-nav .owl-next, [data-component=slide-flip].theme-interna .owl-nav .owl-prev {
    background-color: #fff;
    color: #000;
    font-size: 1em;
    margin-top: -1.1em;
    padding: .7em .5em;
    position: absolute;
    top: 50%;
    -ms-text-shadow: 0 0 0 transparent;
    -moz-text-shadow: 0 0 0 transparent;
    -o-text-shadow: 0 0 0 transparent;
    -webkit-text-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent
}

[data-component=slide-flip].theme-interna .owl-nav .owl-next.disabled, [data-component=slide-flip].theme-interna .owl-nav .owl-prev.disabled {
    color: #adadad;
    cursor: default;
    opacity: 1;
    filter: alpha(opacity=100)
}

[data-component=slide-flip].theme-interna .owl-nav .owl-prev {
    left: 0
}

[data-component=slide-flip].theme-interna .owl-nav .owl-next {
    right: 0
}

.flip-container {
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%
}

.flip-container .flipper {
    height: 100%;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}

.flip-container .back, .flip-container .front {
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.flip-container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2
}

.flip-container .back, .flip-container.hover .flipper, .flip-container:hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[data-component=slide-up] {
    margin: 0 -2.5rem;
    width: calc(100% + 5rem)
}

[data-component=slide-up] .item {
    text-align: center;
    height: 40rem;
    position: relative;
    width: 15.85em
}

[data-component=slide-up] .owl-stage-outer {
    margin: 0 auto;
    padding: 3em 0
}

[data-component=slide-up] .owl-nav .owl-next, [data-component=slide-up] .owl-nav .owl-prev {
    background-color: #fff;
    color: #000;
    font-size: 1em;
    margin-top: -1.1em;
    padding: .7em .5em;
    position: absolute;
    top: 50%
}

[data-component=slide-up] .owl-nav .owl-next.disabled, [data-component=slide-up] .owl-nav .owl-prev.disabled {
    color: #adadad;
    cursor: default
}

[data-component=slide-up] .owl-nav .owl-prev {
    left: 0
}

[data-component=slide-up] .owl-nav .owl-next {
    right: 0
}

.up-container, .up-container .bg {
    height: 100%;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.up-container .bg {
    background: 50% no-repeat #fff;
    background-size: cover;
    z-index: 0;
}

.up-container .text {
    background: linear-gradient(transparent, #000);
    bottom: 0;
    padding: 3em 10px 1em;
    position: absolute;
    width: 100%;
    z-index: 1
}

.up-container .text h3 {
    color: #fff
}

.up-container .text a {
    color: #ba8a4d
}

.up-container .text a:hover {
    color: #fff
}

.up-container .text p {
    color: #1e1e1e;
    font: 900 2em/1.2em 'Montserrat', Arial, Helvetica, Sans-Serif;
    margin: .3em 0 0;
    text-transform: uppercase
}

.up-container.hover, .up-container:hover {
    margin-top: -3em
}

.up-container.hover .bg, .up-container:hover .bg {
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

[data-component=slide-int] .owl-nav .owl-next, [data-component=slide-int] .owl-nav .owl-prev {
    color: #fff;
    font-size: 2.2em;
    margin-top: -.5em;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

[data-component=slide-int] .owl-nav .owl-next.disabled, [data-component=slide-int] .owl-nav .owl-prev.disabled {
    color: #adadad;
    cursor: default
}

[data-component=slide-int] .owl-nav .owl-prev {
    left: 0
}

[data-component=slide-int] .owl-nav .owl-next {
    right: 0
}

[data-component=slide-int] .owl-dots {
    left: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%
}

[data-component=slide-int] .owl-dots .owl-dot {
    background-color: #adadad;
    display: inline-block;
    font-size: 1em;
    height: 9px;
    margin: 0 .2em;
    width: 9px;
    border-radius: 50%
}

.slide-cite .owl-stage-outer, [data-component=slide-int] .owl-dots .owl-dot.active {
    background-color: #000
}

.slide-cite .owl-stage-outer .item {
    text-align: center
}

.slide-cite .owl-stage-outer .item p {
    color: #fff;
    text-transform: uppercase
}

.slide-cite .owl-stage-outer .item p.text {
    font-size: 1.4em;
    margin: 10% 10% 0;
    padding: .5em 1.5em 1em;
    position: relative
}

.slide-cite .owl-stage-outer .item p.text:after, .slide-cite .owl-stage-outer .item p.text:before {
    display: inline-block;
    font: 700 3.2em/.3em 'Montserrat', Arial, Helvetica, Sans-Serif;
    position: absolute
}

.slide-cite .owl-stage-outer .item p.text:after {
    bottom: 0;
    content: "\â€";
    right: 0
}

.slide-cite .owl-stage-outer .item p.text:before {
    content: "\â€œ";
    left: 0;
    top: 0
}

.slide-cite .owl-stage-outer .item p.author {
    font-size: 1em;
    margin: 0 10% 10%
}

.sou-botafogo-footer {
    background: url(../images/logo_maissocios-branco-02.png) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
}

.sou-botafogo {
    background: url(../images/logo_soubotafogo.png) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative
}

.site-footer .banner .sou-botafogo-footer {
    width: 90%;
}

.sou-botafogo-footer>* {
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 25%
}

.sou-botafogo>* {
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 25%
}

table {
    margin-bottom: 2rem
}

table tr td.dark, table tr th.dark {
    background-color: #262626!important;
    color: #fff!important
}

table tr td.gray, table tr th.gray {
    background-color: #4b4b4b!important;
    color: #fff!important
}

table tr.destaque td {
    font-size: 1.3em!important
}

table.table-gray {
    border-collapse: collapse;
    width: 100%
}

table.table-gray td, table.table-gray th {
    background-color: #adadad;
    border-width: 0 3px 3px 0;
    color: #262626;
    font-family: 'Montserrat', sans-serif;
    text-align: center
}

table.table-gray td:first-child, table.table-gray th:first-child {
    border-right-width: .5rem;
    text-align: left;
    width: 27%
}

table.table-gray td:last-child, table.table-gray th:last-child {
    border-right-width: 0
}

table.table-gray thead th {
    border-bottom-width: .7rem;
    font-size: 1.3em;
    pPQï¿½PQï¿½pï¿½hï¿½sï¿½ï¿½Qï¿½pQï¿½@pQï¿½em .5rem .5rem
}

table.table-gray tbody tr td:first-child {
    background-color: #262626;
    color: #fff;
    font-size: 1.3em
}

table.table-gray tbody tr.spacer td {
    border-bottom-width: 2rem
}

table.table-striped {
    border-collapse: collapse;
    text-align: center;
    width: 100%
}

table.table-striped td, table.table-striped th {
    font-family: 'Montserrat', sans-serif;
    padding: 1rem;
    text-transform: uppercase
}

table.table-striped td:first-child, table.table-striped th:first-child {
    border-left: 0
}

table.table-striped thead th {
    background-color: #ba8a4d;
    color: #262626
}

table.table-striped tbody tr {
    background-color: #262626;
    color: #fff
}

table.table-striped tbody tr td:first-child {
    text-align: left
}

table.table-striped tbody tr:nth-child(2n) {
    background-color: #000
}

h2.table-title, p.table-date {
    font-family: 'Montserrat', sans-serif
}

p.table-date {
    text-align: center
}

.tbl-results, .tbl-stand, .tbl-topscorers {
    color: #fafafa;
    width: 100%
}

.tbl-results td, .tbl-results th, .tbl-stand td, .tbl-stand th, .tbl-topscorers td, .tbl-topscorers th {
    background: #000;
    padding: 6px
}

.tbl-results td p, .tbl-stand td p, .tbl-topscorers td p {
    color: #666;
    font-size: 11px
}

.tbl-results .tbl-line0 td, .tbl-stand .tbl-line0 td, .tbl-topscorers .tbl-line0 td {
    background-color: #111
}

.tbl-results .tbl-line1 td, .tbl-stand .tbl-line1 td, .tbl-topscorers .tbl-line1 td {
    background-color: #333
}

.tbl-stand td, .tbl-stand th, .tbl-topscorers td, .tbl-topscorers th {
    text-align: left
}

.tbl-stand th, .tbl-topscorers th {
    border-bottom: 1px solid #ba8a4d
}

.tbl-stand .tbl-goals, .tbl-stand .tbl-st-d, .tbl-stand .tbl-st-ga, .tbl-stand .tbl-st-gd, .tbl-stand .tbl-st-gf, .tbl-stand .tbl-st-l, .tbl-stand .tbl-st-per, .tbl-stand .tbl-st-pld, .tbl-stand .tbl-st-pts, .tbl-stand .tbl-st-w, .tbl-topscorers .tbl-goals, .tbl-topscorers .tbl-st-d, .tbl-topscorers .tbl-st-ga, .tbl-topscorers .tbl-st-gd, .tbl-topscorers .tbl-st-gf, .tbl-topscorers .tbl-st-l, .tbl-topscorers .tbl-st-per, .tbl-topscorers .tbl-st-pld, .tbl-topscorers .tbl-st-pts, .tbl-topscorers .tbl-st-w {
    text-align: center
}

@media screen and (min-width:1251px) {
    body, html {
        font-size: 13px
    }
}

@media screen and (max-width:1250px) and (min-width:961px) {
    body, html {
        font-size: 1vw
    }
}

@media screen and (max-width:960px) and (min-width:769px) {
    body, html {
        font-size: 1.5vw
    }
}

@media screen and (max-width:768px) and (min-width:600px) {
    body, html {
        font-size: 1.7vw
    }
}

@media screen and (max-width:599px) and (min-width:481px) {
    body, html {
        font-size: 2vw
    }
}

@media screen and (max-width:480px) {
    body, html {
        font-size: 10px
    }
}

.site-body {
    background: #000;
    color: #fff;
    font-family: Arial, Helvetica, Sans-Serif
}

.site-main {
    background-color: #fff;
    color: #000;
    margin: 0 auto;
    max-width: 1250px;
    overflow-x: hidden
}

.site-content {
    position: relative;
    z-index: 1
}

.lum-lightbox {
    z-index: 5
}

.site-header {
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', Arial, Helvetica, Sans-Serif;
    position: relative;
    z-index: 3
}

.site-header .badges ul, .site-header .next-game, .site-header .next-game-footer, .site-header .top-site-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.site-header .top-site-bar {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.site-header .top-site-bar a {
    color: #fff
}

.site-header .top-site-bar .logo {
    margin: 0;
    width: 5rem
}

.site-header .top-site-bar .logo-full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-header .top-site-bar .logo-full-complement {
    background: url(../images/logo-complement.png) 50% no-repeat;
    background-size: contain;
    font-size: 0;
    height: 2rem;
    margin: 0 1rem;
    position: relative;
    text-indent: 9rem;
    width: 14rem
}

.site-header .top-site-bar .logo-full-complement a {
    display: block;
    height: 100%
}

.site-header .top-site-bar .nav-languages {
    display: none
}

.site-header .top-site-bar .sou-botafogo {
    display: block;
    width: 12rem
}

.site-header .top-site-bar .sou-botafogo-full {
    font-size: 0.8rem;
    letter-spacing: .6em;
    text-align: center;
    text-transform: uppercase
}

.site-header .top-site-bar .nav-account>ul {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-header .top-site-bar .nav-account>ul>li {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 1em
}

.site-header .top-site-bar .nav-account>ul>li.call-login a:hover {
    color: #ba8a4d
}

.site-header .top-site-bar .nav-account>ul>li.call-join {
    text-align: center
}

.site-header .top-site-bar .nav-account>ul>li.call-join a {
    color: #ffffff
}

.site-header .top-site-bar .nav-account>ul>li.call-join a:hover {
    color: #ba8a4d
}

.site-header .top-site-bar .form-search {
    border: 0;
    outline: none;
    position: relative
}

.site-header .top-site-bar .form-search label {
    color: #666;
    font-size: 0;
    position: absolute;
    right: .5em;
    top: 50%
}

.site-header .top-site-bar .form-search label:before {
    font-size: 2rem;
    margin-top: -.5em
}

.site-header .top-site-bar .form-search input {
    background-color: #fff;
    border-radius: .3em;
    border: 0;
    font-size: 0.9em;
    height: 2em;
    outline: none;
    padding: 1.3em .5em;
    width: 7rem;
}

.site-header .top-site-bar .nav-trigger {
    display: none;
    cursor: pointer;
    font-size: 2.3em
}

.site-header .next-game {
    background: #1e1e1e;
    padding-bottom: 1.5rem;
    padding-top: 1rem
}

.site-header .next-game-header {
    text-transform: uppercase
}

.site-header .next-game-header h2 {
    font-size: 2.44em;
    margin: 0
}

.site-header .next-game-header p {
    color: #ba8a4d;
    font-size: 1.24em;
    font-weight: 700
}

.site-header .next-game-content {
    position: relative;
    white-space: nowrap
}

.site-header .next-game-content ul {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none
}

.site-header .next-game-content ul li {
    display: inline-block;
    font-size: 3em;
    font-weight: 600;
    line-height: 0;
    text-align: center;
    width: .8em
}

.site-header .next-game-content ul li.time {
    width: 1.433em
}

.site-header .next-game-content ul li.versus {
    margin: 0 .3em
}

.site-header .next-game-footer .footer-info {
    border: 0 solid #4b4b4b;
    border-width: 0 1px;
    margin: 0 2rem 0 0;
    padding: .3rem 2rem;
    text-transform: uppercase
}

.site-header .next-game-footer .footer-info h3 {
    font-size: 1.6em;
    margin: 0
}

.site-header .next-game-footer .footer-info p {
    font-size: 1.2em
}

.site-header .badges {
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 7px;
}

.site-header .badges ul {
    color: #999;
    list-style: none
}

.site-header .badges ul li {
    margin: 0 .5em
}

.site-header .badges ul li a {
    display: block
}

.site-header .badges ul li a img {
    max-width: 100%
}

.site-header .badges ul li:first-child {
    margin-left: 0
}

.site-header .badges ul li:last-child {
    margin-right: 0
}

@media screen and (min-width:961px) {
    .site-header .header-menu {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
    .site-header .header-menu nav>ul {
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none
    }
    .site-header .header-menu nav>ul, .site-header .header-menu nav>ul>li {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }
    .site-header .header-menu nav>ul>li {
        font-size: 1.5em;
        position: relative
    }
    .site-header .header-menu nav>ul>li>a {
        color: #fff
    }
    .site-header .header-menu nav>ul>li>a.active, .site-header .header-menu nav>ul>li>a:hover {
        color: #ba8a4d
    }
    .site-header .header-menu nav>ul>li:before {
        content: "";
        display: list-item;
        font-size: 1em;
        line-height: 0;
        list-style-type: disc;
        margin-right: 0
    }
    .site-header .header-menu nav>ul>li:first-child {
        font-size: 0
    }
    .site-header .header-menu nav>ul>li:first-child:before {
        display: none
    }
    .site-header .header-menu nav>ul>li:first-child>a {
        color: #ba8a4d
    }
    .site-header .header-menu nav>ul>li:first-child>a:before {
        font-size: 1.3rem
    }
    .site-header .header-menu nav>ul>li:first-child>a:hover {
        color: #543e01
    }
    .site-header .header-menu nav>ul>li>.submenu {
        background-color: #000;
        display: block;
        max-height: 0;
        padding: 0 .5em .5em;
        position: absolute;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 98%;
        width: 200px;
        transition: all .2s ease-in-out
    }
    .site-header .header-menu nav>ul>li>.submenu li {
        display: block;
        font-size: .8em
    }
    .site-header .header-menu nav>ul>li>.submenu li a {
        display: block;
        line-height: 1.5em;
        padding: 5px 0
    }
    .site-header .header-menu nav>ul>li>.submenu li a:hover {
        color: #ba8a4d
    }
    .site-header .header-menu nav>ul>li:hover>.submenu {
        max-height: 500px;
        padding-top: 1.5em;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .site-header .header-menu .icon-cancel {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .site-header .top-site-bar .nav-trigger {
        display: block
    }
    .site-header .nav-account, .site-header .nav-social, .site-header .sou-botafogo {
        display: none
    }
    .site-header .header-menu {
        position: relative
    }
    .site-header .header-menu nav ul li {
        font-size: 16px;
        list-style: none
    }
    .site-header .header-menu nav ul li a {
        border-bottom: 0 solid #4b4b4b;
        display: block;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 10px;
        position: relative;
        transition: all .3s ease-in-out
    }
    .site-header .header-menu nav>ul>li:first-child, .site-header .header-menu nav ul li a:before {
        display: none
    }
    .site-header .header-menu nav>ul>li>.submenu.opened {
        background: #262626
    }
    .site-header .header-menu nav>ul>li>.submenu.opened li {
        font-size: 13px
    }
    .site-header .header-menu nav>ul>li>.submenu.opened li a {
        border-width: 1px;
        max-height: 50px;
        opacity: 1;
        padding: 7px 10px 5px
    }
    .site-header .header-menu .icon-cancel {
        cursor: pointer;
        display: none;
        font-size: 2.5em;
        position: absolute;
        right: 5px;
        top: 0
    }
    .site-header .header-menu.opened nav>ul>li>a {
        border-width: 1px;
        max-height: 50px;
        opacity: 1;
        padding: 7px 10px 5px
    }
    .site-header .header-menu.opened .icon-cancel, .site-header .next-game {
        display: block
    }
    .site-header .next-game:after {
        clear: both;
        content: "";
        display: block
    }
    .site-header .next-game-header {
        float: left;
        width: 50%
    }
    .site-header .next-game-content {
        margin: 3% 0 -3%
    }
    .site-header .next-game-content ul {
        padding-left: 3%
    }
    .site-header .next-game-footer {
        display: block;
        float: left;
        width: 100%
    }
    .site-header .next-game-footer .footer-info {
        border: 0;
        float: left;
        margin: 0;
        padding: 5px 0 10px;
        width: 50%
    }
    .site-header .next-game-footer .btn {
        display: block;
        width: 100%
    }
}

@media screen and (max-width:600px) {
    .site-header .nav-languages {
        font-size: 1.3em
    }
    .site-header .next-game {
        font-size: 2.4vw
    }
    .site-header .next-game-header {
        width: 60%
    }
    .site-header .next-game-content {
        margin: 4% 0 -8%
    }
    .site-header .next-game-content ul li.time {
        width: 2.4em
    }
    .site-header .next-game-footer .footer-info {
        font-size: 1.2em;
        width: 60%
    }
    .site-header .next-game-footer .btn {
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1em .5em .8em
    }
}

.site-footer, .site-footer .banner {
    background-color: #000
}

.site-footer .banner {
    background-image: url(../images/bg-banner-estadio-300px.jpg);
    margin-top: 2rem;
    padding-bottom: 10rem
}

.site-footer .banner .sou-botafogo {
    width: 90%
}

.site-footer .banner p {
    color: #fff;
    font: normal 1.5em/1.3em 'Montserrat', Arial, Helvetica, Sans-Serif;
    padding: 0;
    text-transform: uppercase
}

.site-footer .disclaimer {
    color: #ffffff;
    font: normal 1em/2em 'Montserrat', Arial, Helvetica, Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    clear: both !important;
    margin-top: 15px;
    
}

.product_norsk {
    text-align: center;
}

.nav-footer dl {
    padding: 2rem 0
}

.nav-footer dl dt {
    color: #ba8a4d;
    font: normal 1.4em/1.5em 'Montserrat', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase
}

.nav-footer dl dd {
    font: normal 1em/2em 'Montserrat', Arial, Helvetica, Sans-Serif;
    padding: .3em 0;
    text-transform: none
}

.nav-footer dl dd a {
    color: #fff;
    text-decoration: none
}

.nav-footer dl dd a:hover {
    color: #ba8a4d
}

.nav-partners {
    padding: 2rem 0
}

.nav-partners ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline
}

.nav-partners ul li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 .5em
}

.nav-partners ul li a {
    color: #666;
    display: block
}

.nav-partners ul li a img {
    display: block;
    max-width: 9.7em;
    width: 100%;
}

.nav-partners ul li a:hover img {
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.nav-partners ul li:first-child {
    margin-left: 0
}

.nav-partners ul li:last-child {
    margin-right: 0
}

@media screen and (max-width:960px) {
    .nav-partners ul {
        display: block;
        text-align: center
    }
    .nav-partners ul li {
        margin: 1em
    }
}

.page-aside {
    padding-top: 3rem
}

.page-aside .banner, .page-aside .widget {
    margin-bottom: 2em
}

.model-index .site-content>section[class*=" home-"], .model-index .site-content>section[class^=home-] {
    margin-left: -2rem;
    margin-right: -2rem
}

.model-index .site-content>section.home-banners, .model-index .site-content>section.home-foreheader {
    margin-left: -3rem;
    margin-right: -3rem
}

.home-foreheader {
    border-top: 0 solid #fff;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: all 1s ease-in-out
}

.home-foreheader .close {
    background-color: #000;
    border: .15em solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 1.6em;
    line-height: 1.5em;
    padding-top: .15em;
    position: absolute;
    right: 1em;
    text-align: center;
    top: 1em;
    width: 2em;
    z-index: 1;
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.home-foreheader .close:hover {
    border-color: #ba8a4d;
    color: #ba8a4d
}

.home-foreheader.opened {
    border-top-width: .0em;
    max-height: 40em
}

.home-banners {
    border-top: 0em solid #000
}

.home-banners .bg {
    display: block
}

.home-banners .item {
    position: relative
}

.home-banners .slide-content {
    background-color: rgba(0, 0, 0, .8);
    bottom: 6em;
    left: 0;
    padding: 1em 3em;
    position: absolute;
    width: 100%;
    z-index: 1
}

.home-banners .slide-content h2 {
    color: #fff;
    font-size: 4em;
    font-weight: 500;
    margin: 0;
}

.home-banners .slide-content p {
    color: #fff;
    font-size: 1.6em
}

.home-banners .owl-dots {
    bottom: 2rem
}

.home-banners .owl-dots .owl-dot span {
    display: inline-block;
    font-size: 1.3em
}

.home-news {
    padding-top: 1em
}

.home-news .thumb {
    position: relative
}

.home-news .thumb .title {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    color: #fff;
    font-size: 2em;
    left: 0;
    padding: .3em .6em;
    position: absolute;
    text-transform: uppercase;
    width: 100%
}

.home-news .news-grid [class*=" col-"], .home-news .news-grid [class^=col-] {
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    margin-right: -1px
}

.home-news .news-grid .col-1 {
    border-left: 0
}

.home-news .news-grid .col-latest {
    border-right: 0
}

.section-header {
    margin-bottom: 2em;
    position: relative;
    text-align: center
}

.section-header img {
    display: block;
    max-width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.section-header:before {
    background-color: #4b4b4b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0
}

.home-tv #home-player h2 {
    font-size: 2.6em;
    margin: 0
}

.home-tv #home-player p {
    font-size: 1.7em;
    margin-bottom: 1em;
    text-transform: uppercase
}

.home-sponsors {
    margin-bottom: 1.5em
}

.home-sponsors img {
    width: 100%
}

.home-team .bg {
    background: url(../images/bg-estadio-mosaico.jpg) 50% no-repeat;
    background-size: cover;
    margin-bottom: 0
}

.home-team h2 {
    background: url(../images/elenco-2017.png) 50% no-repeat;
    background-size: contain;
    height: 16.462rem;
    margin: 4rem 0 0;
    font-size: 0;
    text-indent: -200vw
}

.home-team {
    margin-top: -2em;
}

.home-team .owl-carousel .item .icon-star {
    font-size: 3em
}

.home-team .owl-carousel .item h3 {
    color: #ba8a4d;
    font-size: 2.1em;
    font-weight: 300;
    margin-top: .3em
}

.home-team .owl-carousel .item p {
    font-size: 1.2em;
    text-transform: uppercase
}

.home-team .owl-carousel .item:after {
    background-color: #000;
    border-radius: 50%;
    content: "";
    height: 1em;
    left: 0;
    position: absolute;
    top: 110%;
    width: calc(100% - 1em);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    -moz-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.home-media {
    padding: 10px
}

.home-promo {
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.home-promo, .home-promo .text {
    display: -ms-flexbox;
    display: flex
}

.home-promo .text {
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 18em);
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 3em;
    position: absolute;
    width: 40%
}

.home-promo .text h2 {
    font-size: 3.4em;
    font-weight: 300
}

@media screen and (max-width:768px) {
    .home-news .news-grid .col-2 {
        border-right: 0
    }
}

@media screen and (max-width:480px) {
    .home-news .news-grid [class*=" col-"], .home-news .news-grid [class^=col-] {
        border: 0;
        border-bottom: 1px solid #4b4b4b;
        margin-right: 0;
        margin-bottom: 1.5em
    }
    .home-news .news-grid .col-latest {
        border-bottom: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .home-banners .slide-content {
        width: auto
    }
    .home-banners .slide-content h2 {
        font-size: 3em
    }
    .home-banners .slide-content .btn {
        font-size: 1.3em
    }
    .home-promo .text {
        height: 80%;
        width: calc(100% - 6em)
    }
}

@media screen and (max-width:480px) {
    .home-banners .slide-content h2 {
        font-size: 2em
    }
    .home-banners .slide-content .btn {
        margin-top: 1.5em;
        padding: 1em 2em .9em
    }
    .home-banners .item {
        overflow: hidden
    }
    .home-banners .item .bg {
        margin: 0 -30%;
        width: 160%
    }
    .news-highlight:before {
        display: none
    }
    .home-promo .text h2 {
        font-size: 2.4em
    }
    .home-promo .text .btn {
        padding: 1em 2em .9em
    }
    .home-promo .thumb img {
        margin: 0 -20%;
        max-width: none;
        width: 140%
    }
}

.model-simbolos .entry-content .row-desktop:after {
    border-bottom: 2px solid #4b4b4b;
    display: block;
    margin: 0 1.5em
}

.model-simbolos .entry-content .row-desktop:last-child:after {
    border-bottom: 0
}

.model-simbolos .entry-content .thumb {
    margin: 0 30px 5px 0
}

.festa-bb-depoimentos .owl-stage-outer {
    background: #000 url(../images/bg-biriba-biruta-depoimentos.jpg) 50% no-repeat;
    background-size: cover
}

.festa-bb-depoimentos .tag {
    left: auto;
    z-index: 4
}

.slide-news .item {
    position: relative
}

.slide-news .item .title {
    left: 3em;
    position: absolute;
    text-align: left;
    top: 9em;
    max-width: 50%;
}

.slide-news .item .title h3 {
    background-color: #000;
    color: #fff;
    font-size: 3em;
    letter-spacing: .0em;
    line-height: 1.5em;
    padding: .0em .5em;
}

.slide-news .item .text {
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 1.5em;
    position: absolute;
    text-align: center;
    width: 100%
}

.slide-news .item .text p {
    color: #fff;
    font-family: 'Montserrat', Arial, Helvetica, Sans-Serif;
    font-weight: 700;
    text-transform: uppercase
}

.slide-news .item .text .date {
    font: normal 1em/1.3em Arial, Helvetica, Sans-Serif
}

.slide-news .owl-dots {
    display: none
}

.grid-news h4 {
    font: 700 1.15em/1.5em 'Montserrat', Arial, Helvetica, Sans-Serif;
    max-height: 2em;
    text-transform: uppercase;
}

.grid-news .date {
    color: #adadad;
    font-size: 1em
}

.tag {
    background-color: #ba8a4d;
    color: #000;
    font: 700 1.15em/1.5em 'Montserrat', Arial, Helvetica, Sans-Serif;
    left: 0;
    padding: .2em .5em;
    position: absolute;
    text-transform: uppercase;
    top: 0
}

.category {
    display: block;
    font: 300 1.15em/1.5em 'Montserrat', Arial, Helvetica, Sans-Serif
}

.category, .jogador-passagens .title {
    color: #4b4b4b;
    text-transform: uppercase
}

.jogador-passagens .title {
    display: none;
    font-size: 13px
}

.jogador-passagens .itens {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jogador-passagens .itens>img {
    display: block;
    height: auto;
    max-width: 100%
}

.jogador-passagens .item {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eff1ee;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin: 5px;
    text-align: center;
    width: 60px
}

.jogador-passagens .item p.logo {
    margin: 0 auto;
    padding: 0;
    height: 85%;
    width: 85%
}

.jogador-passagens .item:first-child {
    margin-left: 0
}

.jogador-passagens .item:last-child {
    margin-right: 0
}

.elenco-team .item .icon-star {
    font-size: 2em
}

.elenco-team .item h3 {
    color: #ba8a4d;
    font-size: 1.6em;
    font-weight: 300;
    margin-top: .3em
}

.elenco-team .item p {
    font-size: 1em;
    text-transform: uppercase
}

.bloco_texto {
    font-size: 18px
}

.bloco_texto h1 {
    padding: 8px 0 12px
}

.bloco_texto h2 {
    padding: 12px 0
}

.bloco_texto h3 {
    padding: 0 0 12px
}

.bloco_texto p {
    font-size: .8em;
    padding-bottom: 3px;
    margin-bottom: 12px
}

.bloco_texto .b {
    display: block
}

.bloco_texto .l {
    position: relative;
    float: left
}

.bloco_texto .r {
    position: relative;
    float: right
}

.bloco_texto .c {
    clear: both
}

.bloco_texto .older {
    color: #ccc!important
}

.bloco_texto .bolder, .bloco_texto .mais, .bloco_texto .sent {
    color: #000!important
}

.bloco_texto .bordo {
    color: #a6907f!important
}

.bloco_texto .gold {
    color: #e0a40c!important
}

.bloco_texto .cream {
    color: #c1ac76!important
}

div#timeline, ul#timeline {
    font-size: inherit;
    width: 570px;
    position: relative;
    display: block;
    margin: 20px auto;
    background: url(../images/timeline.png) repeat-y 50% transparent;
    text-transform: uppercase
}

ul#timeline li {
    display: inline-block;
    vertical-align: top;
    width: 44%
}

#timeline li.dir {
    padding-left: 20px;
    background: url(../images/timeline_dash.png) left 20px no-repeat transparent
}

#timeline li.esq {
    padding-right: 20px;
    text-align: right;
    margin-left: 12px;
    background: url(../images/timeline_dash.png) right 20px no-repeat transparent
}

#timeline li.esq .timeline_ico {
    margin: 0 8px 4px 0
}

#timeline li.dir .timeline_ico {
    margin: 0 0 4px 4px
}

#timeline p {
    color: #898989
}

div#timeline {
    width: 100%
}

div#timeline div.l div {
    text-align: right;
    background: url(../images/timeline_dash.png) right 20px no-repeat transparent
}

div#timeline div.r div {
    background: url(../images/timeline_dash.png) left 20px no-repeat transparent
}

div#timeline div.l, div#timeline div.r {
    width: 50%
}

div#timeline div.l div, div#timeline div.r div {
    padding: 0 20px
}

div#timeline h1, div#timeline p {
    color: #9e9e9e
}

div#timeline .tml_dark h1, div#timeline .tml_dark p {
    color: #666
}

div#timeline .tml_bright h1, div#timeline .tml_bright p {
    color: silver
}

#timeline h1 {
    font-size: .9em
}

#timeline div:first-child>h1 {
    font-size: 1.3em
}

div#timeline div.r {
    padding-top: 233px
}

#share {
    padding-top: 8px !important;
    margin-top: 8px !important;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
    -webkit-padding-start: 0px !important;
    width: 100%;
    height: auto;
    display: table;
}

#share li {
    position: relative;
    display: inline-block;
    margin: 0 0 12px 0;
    float: left;
}

.like {
    margin-left: -20px !important;
}

.comments {
    margin-left: -17px !important;
}

.pinit, .twitter {
    margin-left: 2px !important;
}

.imgHistoria {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 350px;
}

.jogadoresGaleria {
    width: 100%;
    display: table;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0px !important;
}

.jogadoresGaleria li {
    list-style-type: none;
}

.jogadoresGaleria li img {
    width: 20%;
    height: auto;
    float: left !important;
    padding-left: 2px
}

.pTXT {
    color: #fff;
    text-align: center;
    font-size: 11px !important;
    font-weight: bold
}

.pTXT a:hover {
    color: #ba8a4d !important
}

.txt_footer {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold
}

.nth4 {
    font-size: 12px !important
}

.home-sponsors .bg {
    background: url(../images/bg_destaquesHome.jpg) 50% no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

.home-sponsors h2 {
    background: url(../images/labelDestaque.png) 50% no-repeat;
    height: 3.5rem;
    margin: 4rem 0 0;
    font-size: 0;
    text-indent: -200vw;
}

/*# sourceMappingURL=style.min.css.map */

/* ----- Tabela ----- */

.tabela {
    width: 346px;
    background-position: center bottom;
    background-color: #ffffff;
    height: 192px;
    padding-top: 15px;
    margin: 0 auto;
    margin-top: 60px;
}

a.expandir {
    background: url(../images/bt_proximoJogo.jpg) no-repeat;
    width: 38px;
    height: 192px;
    float: left;
    margin-left: -38px;
}

.tabela .titulo {
    background: url(//botafogo.com.br/images/borda-noticias.jpg) 0px 36px no-repeat;
    width: 291px !important;
    margin: 0 auto !important;
    text-transform: uppercase;
}

.tabela .titulo h1 {
    background: url(//botafogo.com.br/images/icon-tabela.png) center top no-repeat #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    padding: 3px 15px 0 15px;
    width: 110px;
    margin: 0 auto !important;
    text-transform: uppercase;
    color: #333333 !important;
    text-align: center !important;
}

.tabela .completa {
    background: url(//botafogo.com.br/images/borda-noticias.jpg) 0px 8px no-repeat;
    width: 291px;
    height: 17px;
    margin: 8px auto 0 auto;
    text-transform: uppercase;
}

.tabela .completa .bt_tabela {
    width: 103px;
    background: url(//botafogo.com.br/images/bg_tabela.jpg) center bottom repeat-x;
    margin: 0 auto;
}

.tabela .completa a {
    background: url(//botafogo.com.br/images/bt_tabela_completa.png) top left no-repeat;
    width: auto;
    height: 17px;
    display: block;
}

.tabela .completa a:hover {
    background: url(//botafogo.com.br/images/bt_tabela_completa.png) bottom left no-repeat;
}

.tabela .proximo_jogo {
    width: 295px;
    margin: 10px auto 18px;
}

.tabela table {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.proximo_jogo table {
    border: none !important;
    color: #333333 !important;
}

.tabela table td {
    vertical-align: middle;
    border: none !important
}

.tabela table td.nome {
    font-size: 12px;
    width: 70px;
    text-align: left;
}

.tabela table td.adversario {
    font-size: 12px;
    width: 70px;
    text-align: right;
}

.tabela table td.escudo {
    vertical-align: middle;
    width: 50px;
    text-align: left;
}

.tabela table td.escudo_adversario {
    vertical-align: middle;
    width: 50px;
    text-align: right;
}

.tabela table td.placar {
    font-size: 22px;
    width: 14px;
}

.tabela table td.versus {
    color: #838383;
    width: 30px;
    text-align: center;
    font-size: 22px;
}

.posicao {
    width: 295px;
    margin: 9px auto 0 auto;
}

.posicao table {
    font: italic 11px Georgia, "Times New Roman", Times, serif;
    color: #636363;
    text-transform: none;
}

.posicao table tr {
    height: 25px;
}

.posicao table tr.on {
    background: #eeeeee;
}

.posicao table tr.off {
    background: #fff;
}

.posicao table tr.cabecalho {
    font-weight: bold;
    color: #000;
}

.posicao table td.first {
    padding-left: 10px;
}

.tabela select#campeonatos {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    height: auto;
    line-height: 1;
    padding: 5px;
    width: 105% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.tabela .campeonatos form {
    background: url("//botafogo.com.br/images/icon-select.png") no-repeat scroll 98% center / 18px auto #ddd;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 84%;
}

.tabelas>li, .posicao>div {
    display: none;
}

.tabela_completa select#campeonatos {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    height: auto;
    line-height: 1;
    padding: 0px 5px 5px;
    width: 105% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.tabela_completa form {
    background: url("//botafogo.com.br/images/icon-select.png") no-repeat scroll 98% center / 18px auto #ddd;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
    width: 45%;
}

#float-social {
    background: url("../images/bt_tabela_social.png") left top no-repeat transparent;
    height: 195px;
    left: 0;
    margin: 400px 0 0 0 !important;
    overflow: hidden;
    padding-left: 38px;
    position: absolute;
    width: 0;
    z-index: 10000 !important;
    display: block;
}

#float-social.float-social-ativo {
    background-color: #fafafa;
    padding-left: 35px;
    width: 385px;
    height: 395px !important;
    overflow-y: auto !important;
}

.wrapper_tabela {
    margin-top: 380px !important;
}

.fontPadrao {
    font-family: 'Montserrat', sans-serif !important;
}

.fontMaior {
    font-size: 1.3em;
}

.divisor {
    border: #222222 1px solid;
    margin: 30px;
}

.ulBadges {
    width: 95% !important;
    margin: 0 auto !important;
}

.posicao table, .posicao table tbody, .posicao table thead, .posicao table tr {
    display: block;
    width: 100%;
}

.posicao table th, .posicao table td {
    width: 100px;
    text-align: center;
}

.posicao table tr {
    height: auto;
    padding: 8px 0;
}

.posicao div.campeonato {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 150px;
}

.posicao table tr:nth-child(even) {
    background: #fafafa;
}

.tbl-stage, .tbl-links, .tbl-group, .tbl-round, .tbl-time, .tbl-date {
    display: none
}

@media screen and (max-width: 1000px) {}

.parceiros_logo {
    display: block !important;
    max-width: 5.0em !important;
    float: left !important
}

.nav-parceiros {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.nav-patrocinadores {
    width: 20%;
    height: auto;
    margin: 0 auto;
}

.accordionTabela {
    width: 96%;
    height: auto;
    margin: 0 auto;
}

.accordionTabela h3 {
    color: #333333 !important;
    font-size: 12px !important;
}

.accordionTabela table {
    font-size: 10px !important;
    font-family: Arial
}

.dv_bannerGD {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.bannerGD {
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.dv_bannerPQ {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.bannerPQ {
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.dataJogo {
    text-align: center !important;
    color: #333333 !important;
}

.bgBranco {
    background-color: #ffffff;
}

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1 {
    grid-area: 1 / 1 / 2 / 2;
    padding: 5px
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
    padding: 5px
}

.div3 {
    grid-area: 1 / 3 / 2 / 4;
    padding: 5px
}

.div4 {
    grid-area: 2 / 1 / 3 / 2;
    padding: 5px
}

.div5 {
    grid-area: 2 / 2 / 3 / 3;
    padding: 5px
}

.div6 {
    grid-area: 2 / 3 / 3 / 4;
    padding: 5px
}

.div7 {
    grid-area: 3 / 1 / 4 / 2;
    padding: 5px
}

.div8 {
    grid-area: 3 / 2 / 4 / 3;
    padding: 5px
}

.div9 {
    grid-area: 3 / 3 / 4 / 4;
    padding: 5px
}

.div10 {
    grid-area: 4 / 1 / 5 / 2;
    padding: 5px
}

.div11 {
    grid-area: 4 / 2 / 5 / 3;
    padding: 5px
}

.div12 {
    grid-area: 4 / 3 / 5 / 4;
    padding: 5px
}

.titulos_internacionais {
    color: #a38cb1 !important;
}