@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?qscyl2");
    src: url("../fonts/icomoon.eot?#iefixqscyl2") format("embedded-opentype"), url("../fonts/icomoon.woff?qscyl2") format("woff"), url("../fonts/icomoon.ttf?qscyl2") format("truetype"), url("../fonts/icomoon.svg?qscyl2#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.pt0 {
    padding-top: 0 !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.lh1 {
    line-height: 1em;
}

html, body {
    background: #000000;
    color: #FFFFFF;
    font-family: "azo-sans-web", sans-serif;
    box-sizing: border-box;
    height: 100%;
}

body {
    background: url("../images/bg.jpg") center top repeat-y;
}

* {
    box-sizing: border-box;
}

header nav {
    float: left;
    width: 50%;
}

header .logo {
    width: 25%;
    float: left;
    padding: 4px 0;
}

header .hashtag {
    width: 25%;
    float: right;
    text-align: right;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.abs {
    position: absolute;
}

.topleft {
    top: 0;
    left: 0;
}

.topright {
    top: 0;
    right: 0;
}

#mybutton {
    position: absolute;
    z-index: 999;
    display: block;
    bottom: 10%;
    left: 80%;
    cursor: pointer;
    font-size: 20px;
    display: block;
    text-decoration: none;
}

#mybutton:after {
    margin-left: 6px;
    content: "\e607";
    font-family: icomoon;
    position: relative;
    top: 2px;
}

#banner {
    position: relative;
    width: 1140px;
    margin: auto;
    margin-top: 80px;
}

#banners {
    width: 1140px;
    margin: auto;
    position: relative;
}

.container {
    width: 1140px;
    margin: auto;
    position: relative;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

header #top {
    text-align: center;
    border-bottom: 1px solid #333333;
}

header nav {
    text-align: center;
    opacity: 0.7;
    overflow: hidden;
    position: relative;
    height: 46px;
    /*display: none;*/
    cursor: default !important;
    text-transform: uppercase;
}

head #logo {
    position: absolute;
    left: 0;
    top: 0;
}

header nav .menu {
    /*width: 396px;*/
    margin: auto;
    height: 46px;
}

header nav ul {
    display: inline-block;
    cursor: default;
}

header nav ul li {
    display: inline-block;
    padding: 12px 15px;

}

header nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

header nav ul li a:hover {
    color: #cccccc;
}

section {
}

section .title {
    position: relative;
    font-size: 38px;
    font-weight: 200;
    margin-bottom: 42px;
}

section .title .border {
    width: 64px;
    height: 8px;
    background: #e04232;
    position: absolute;
    bottom: -8px;
    left: 2px;
}

footer {
    background: #151515;
    border-top: 1px solid #242424;
    border-bottom: 8px solid #242424;
    line-height: 40px;
    padding: 22px 0;
}

footer .copy {
    float: left;
    font-size: 12px;
    color: #a6a6a6;
}

footer .copy span {
    color: #dfdfdf;
}

footer .sponsors_wrap {
    float: right;
    color: #666666;
    font-size: 12px;
}

footer .sponsors {
    float: left;
    color: #666666;
    font-size: 12px;
}

footer .sponsors.main {
    margin-right: 40px;
}

footer .sponsors.other a {
    margin-right: 20px;
}

footer .sponsors.other a.adidas {
    position: relative;
    top: -4px;
}

footer .sponsors .div {
    margin: 0 10px;
}

footer .sponsors img {
    vertical-align: middle;
}

.more {
    text-align: center;
    padding: 10px;
}

.hidden {
    display: none;
}

/* sticky footer */
html,
body {
    height: 100%;

}

html {
    position: relative;
    min-height: 100%;
}

body {
    min-height: 100%;
    height: auto;
    position: relative;
    padding: 0 0 93px;
    margin-bottom: -93px;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#home {
    padding-top: 150px;
    background: url("../images/bg_home.jpg?v2") center top no-repeat;
    min-height: 900px;
}

.title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.slider {
    width: 1070px;
    margin: 20px auto;
    text-align: center;
}

.slide-h3 {
    margin: 10% 0 10% 0;
    padding: 40% 20%;
    background: #008ed6;
}

.slider a {
    margin-right: 5px;
    display: block;
}

.slick-slide {
    /* opacity: .6;*/
}

#car {
    margin: 0px auto 50px;
}

#car_wrapper {
    margin: 70px 0 60px 0;
}

#car .slide {
    /* width: 390px;
     height: 390px;*/
    height: auto;
    background: #000000;
    position: relative;
}

#car .slide .tag {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    top: 50%;
    z-index: 99;
    display: none;
    font-size: 20px;
    line-height: 28px;
    margin-top: -14px;
    font-weight: bold;
    color: #FFFFFF;
}

#car .slide img {
    /*   width: 300px;
       position: absolute;*/
    width: 100%;
}

.slide:hover {
    cursor: pointer;
}

.slide:hover img {
    border: 4px solid red;
    opacity: 0.7;
}

.slide:hover .tag {
    display: block !important;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    overflow-: visible !important;
}

#selfies .title {
    font-size: 40px;
}

.subtitle {
    font-size: 20px;
    text-align: center;
} .pb50{
    margin-top:20px;
}

.pictures {
    width: 1070px;
    margin: auto;
    overflow: hidden;
}

.pictures .pic {
    width: 20%;
    display: block;
    float: left;
}
#home #passatempo{
    padding-top:0;
}
#passatempo {
    clear: both;
    padding-top: 170px;
    margin-bottom: 100px;
    text-align: center;
}

#passatempo a {
    margin: auto;
}

#shirts {
    background: url("../images/spritecamisas_animadov2.png") no-repeat;
    width: 870px;
    height: 200px;
    margin: auto;

}

.slick-prev {
    display: none;
    font-size: 0;
    background: none;
    border: none;
    position: absolute;
    left: -40px;
    top: 60px;
}

.slick-prev:before {
    content: "\e606";
    font-family: 'icomoon';
    font-size: 50px;
    color: #FFFFFF;
}

.slick-prev, .slick-next {
    width: 60px;
    height: 60px;
}

.slick-next {
    display: none;
    font-size: 0;
    background: none;
    border: none;
    position: absolute;
    right: -40px;
    top: 60px;
}

.slick-next:before {
    content: "\e607";
    font-family: 'icomoon';
    font-size: 50px;
    color: #FFFFFF;
}

.slick-dots li.slick-active button::before {
    color: #FFFFFF;
    opacity: 1;
}

.slick-dots {
    bottom: -60px;
}

.slick-dots li button, .slick-dots li, .slick-dots li button::before {
    width: 20px;
    height: 20px;
}

.slick-dots li button::before {
    font-size: 16px;
    color: #FFFFFF;
}

.selectjorn {
    overflow: visible;
    height: 40px;
    margin-right: 20px;
    margin-top: 4px;
    width: 164px;
    margin: auto;
    z-index: 99;
    position: relative;
}

.selectjorn.hide {
    overflow: hidden;
}

.selectjorn .soption {
    display: block;
    border: 1px solid red;
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 14px;
    font-size: 16px;
    outline: none;
    background: #000000;
}

.selectjorn.hide .soption {
    display: none;
}

.selectjorn.hide .soption.active {
    display: block;
}

.selectjorn .soption .ico {
    width: 16px;
    height: 16px;
    float: right;
    display: block;
    margin-left: 14px;
}

.selectjorn.hide .soption .ico:after {
    content: "\e609";
    font-family: 'icomoon';
}

.selectjorn .soption .ico:after {
    content: "\e608";
    font-family: 'icomoon';
}

.selectjorn .soption.hidden {
    display: none;
}

.hashtag {
    font-size: 24px;
    font-weight: bold;
    margin-top: 4px;
}

#selfies {
    padding-top: 30px;
}

#selfies .pictures {
    margin-top: 60px;
}

#passatempo .title {
    padding-top: 60px;
}

#passatempo .subtitle {
    margin-bottom: 20px;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
}

footer .noslogo {
    display: inline-block;
}

footer {
    text-align: center;
}

footer a:hover {
    color: #DDDCDC;
}

.modal_info {
    background: #000;
    overflow: hidden;
}

.modal_info .modal_tag {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    float: left;
    padding: 4px;
}

.modal_info .modal_share {
    float: right;
    padding: 12px;
}

.modal_info .modal_share a {
    color: #a6b92d;
    text-decoration: none;
    font-size: 18px;
}

.modal_info .modal_share span {
    display: inline-block;
    top: -5px;
    position: relative;
}

.fancybox-skin {
    background: #000;
}

.fancybox-close {
    top: 15px;
    right: -20px;
}

#passatempo .col {
    width: 50%;
    float: left;
}

#passatempo #phone {
    background: url("../images/tel.png");
    width: 289px;
    height: 528px;
    padding-top: 27px;
    margin: auto;
}

#passatempo #comoparticipar {
    margin-top: 80px;
}

#passatempo #comoparticipar .info .subtitle, #passatempo #comoparticipar .info .title {
    text-align: left;
    width: 460px;
}

.jorwrapper {
    max-height: 200px;
    overflow: auto;
}

/***/

.jogo {
    position: relative;
    margin: 0 30px;
    min-height: 84px;
    border-bottom: 1px solid #353535;
    clear: both;
}

.jogo .team {
    position: absolute;
    width: 50%;
    font-size: 18px;
    font-weight: 200;
    line-height: 84px;
}

.jogo .team img {
    position: relative;
    top: 16px;
}

.jogo .team.hometeam {
    right: 50%;
    text-align: right;
    margin-right: 127px;
}

.jogo .team.hometeam img {
    margin-left: 20px;
}

.jogo .team.awayteam {
    left: 50%;
    margin-left: 127px;
    text-align: left;
}

.jogo .team.awayteam img {
    margin-right: 20px;
}

.jogo .info {
    width: 254px;
    position: absolute;
    left: 50%;
    margin-left: -127px;
    text-align: center;
}

.jogo .info .tv {

}

.jogo.played .info .tv {
    display: none;
}

.jogo .info .tag {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0px;
    font-weight: bold;
}

.jogo .info .date {
    font-size: 16px;
    padding-bottom: 4px;
}

.jogo.played .info .date {
    font-size: 9px;
    padding-top: 12px;
    padding-bottom: 0;
}

.jogo .info .result {
    display: none;
}

.jogo.played .info .result {
    display: block;
    font-size: 44px;
}

.jogo.hidden {
    display: none;
}

#passatempo .link {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

#passatempo .link img {
    vertical-align: middle;
    width: 20px;
    margin-left: 10px;
}

.header-container {
    padding: 15px;
}

/****/

@media all and (min-width: 1px) and (max-width: 1140px) {

    section {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .slider {
        width: 100%;
        margin: 0;
    }

    section .title {
        position: relative;
        font-size: 38px;
        font-weight: 200;
        margin-bottom: 42px;
        margin-left: 10px;
    }

    .pictures {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }

    .pictures .pic {
        width: 20%;
        display: block;
        float: left;
    }
}

@media all and (min-width: 1px) and (max-width: 768px) {
    .menu ul li {
        /*display: block;*/
        /*width: 100%;*/
        /*text-align: center;*/
    }

    header {
        padding-bottom: 20px;
    }

    header nav {
        position: absolute;
        width: 100%;
        top: 40px;
    }

    header .hashtag {
        float: right;
        margin: 2vw;
    }

    header .logo {
        padding: 2vw;
    }

    header nav .menu {
        /*height: auto;*/
    }

    header nav .menu ul {
        margin-bottom: 0;
        width: 100%;
    }

    header .hashtag {
        width: auto;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .mobile.image {
        width: 100%;
    }

    .title {
        font-size: 8vw !important;
        padding: 0 2vw;
    }

    .subtitle {
        font-size: 3vw;
        padding: 0 4vw;
    }

    .pictures .pic {
        width: 33%;
    }

    #passatempo {
        padding-top: 10vw;
        margin-bottom: 30vw;
    }

    footer {
        text-align: center;
        line-height: 40px;
        padding: 0 0 6vw 0;
    }

    footer .copy {
        float: none;
        font-size: 4.5vw;
        padding-top: 6vw;
        border-top: 1px solid #242424;
    }

    footer .sponsors_wrap {
        float: none;
    }

    footer .sponsors {
        float: none;
        font-size: 4.5vw;
        padding-bottom: 4vw;
    }

    footer .sponsors.main {
        border-bottom: 1px solid #242424;
        margin: 0;
    }

    footer .sponsors.other {
        padding-top: 1vw;
    }

    footer .sponsors .div {
        display: block;
        font-size: 0;
        height: 0;
    }

    footer .sponsors img {

    }

    .jogo {
        position: relative;
        margin: 0 2vw;
        min-height: 16vw;
        border-bottom: 1px solid #353535;
    }

    .jogo .team {
        position: absolute;
        width: 50%;
        font-size: 3.44vw;
        font-weight: 200;
        line-height: 16vw;
    }

    .jogo .team img {
        position: relative;
        top: 2vw;
        width: 7vw;
    }

    .jogo .team.hometeam {
        right: 50%;
        text-align: right;
        margin-right: 11vw;
    }

    .jogo .team.hometeam img {
        margin-left: 3vw;
    }

    .jogo .team.awayteam {
        left: 50%;
        margin-left: 11vw;
    }

    .jogo .team.awayteam img {
        margin-right: 3vw;
    }

    .jogo .info {
        width: 22vw;
        position: absolute;
        left: 50%;
        margin-left: -11vw;
        text-align: center;
    }

    .jogo .info .tv, .jogo .info .tv img, .jogo .info .tv a {
        max-height: 16px;
        height: 3vw;
        display: block;
        margin: auto;
    }

    .jogo.played .info .tv {
        display: none;
    }

    .jogo .info .date {
        font-size: 2.5vw;

        padding-bottom: 0.6vw;
    }

    .jogo .info .tag {
        font-size: 2.5vw;
        padding-top: 2vw;
        padding-bottom: 0.6vw;
    }

    .jogo.played .info .date {
        font-size: 1.4vw;
        padding-top: 1.8vw;
        padding-bottom: 0;
    }

    .jogo .info .result {
        display: none;
    }

    #passatempo .col {
        width: 100%;
    }

    #passatempo #comoparticipar .info .subtitle, #passatempo #comoparticipar .info .title {
        width: 100%;
        text-align: center;
    }

    #passatempo #phone {
        background: url("../images/tel.png");
        background-size: cover;
        width: 80vw;
        height: 146vw;
        padding-top: 7.5vw;
        margin: auto;
    }

    #passatempo #phone img {
        width: 71vw;
    }

    #passatempo .link {
        margin-top: 4vw;
    }

    #passatempo .link img {
        width: 4vw;
        margin-left: 2vw;
    }
}

@media all and (min-width: 1px) and (max-width: 480px) {
    #banner {
        /*margin-top: 11vw;*/
        margin-top: 36vw;
    }

    .pictures .pic {
        width: 50%;
    }

    header .logo {
        width: 50%;
    }

    header .logo img {
        width: 100%;
    }

    header .hashtag {
        width: 50%;
        margin: 0;
        padding-right: 4vw;
        padding-top: 2vw;
        font-size: 6vw;
    }
}

@media all and (min-width: 1px) and (max-width: 293px) {

}