/*
	Theme Name: StaIma?
	Theme URI:
	Author: Misel Tekinder
	Author URI: http://www.tekindermisel.com
	Description: Wordpress theme made for staima.
	Version: 1.0.0
	Text Domain: staima
*/
/* ----------------------------------------------------------------------------
/* --- Normalize Css --- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    outline: none;
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
    /* 1 */
    /* 2 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

a,
a:hover,
a:visited,
a:focus {
    outline: none;
}

/* ----------------------------------------------------------------------------
/* --- Modules Css --- */
@font-face {
    font-family: 'AlekBold';
    font-weight: normal;
    font-style: normal;

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

.vertical-middle {
    display: inline-block;

    vertical-align: middle;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;

    position: relative;

    color: #353535;
}

input:visited,
input:focus,
input:hover,
textarea:visited,
textarea:focus,
textarea:hover,
button:visited,
button:focus,
button:hover {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf::before,
.cf::after {
    display: table;

    content: '';
}

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

.dib {
    display: inline-block !important;
}

.vm {
    vertical-align: middle;
}

.db {
    display: block;
}

.ta-center {
    text-align: center;
}

.tt-upper {
    text-transform: uppercase;
}

.el-center {
    margin-right: auto;
    margin-left: auto;
}

.cf::after {
    clear: both;
}

.container {
    position: relative;

    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.container > .pdfemb-viewer {
    margin: 0 auto;
}

.container-center {
    display: table;

    margin: 0 auto;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

.color--white {
    color: #fff;
}

.color--yellow {
    color: #f8bb00;
}

.color--gray {
    color: #333;
}

.bold {
    font-weight: bold;
}

.separator {
    width: 60px;
    height: 3px;
    margin: 50px auto;

    background-color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Structure */
.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    padding: 10px 0;
}

.footer {
    padding: 50px 0;

    background-color: #f8f8f8;
}

@media all and (max-width: 600px) {
    .logo--main {
        width: 160px;
        margin-top: 15px;
    }
}

.logo--main img {
    max-width: 100%;
    height: auto;
}

/* -------------------------------------------------------------------------- */
/* Headline */
.headline {
    box-sizing: border-box;

    text-align: center;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media all and (max-width: 1024px) {
    .headline {
        padding: 130px 0 40px;
    }
}

@media all and (min-width: 1025px) {
    .headline--tiny {
        height: 360px;
        padding-top: 100px;
    }
}

@media all and (min-width: 1025px) {
    .headline--small {
        height: 480px;
        padding-top: 140px;
    }
}

@media all and (min-width: 1025px) {
    .headline--big {
        height: 1000px;
        padding-top: 220px;
    }
}

.headline__content {
    position: relative;

    height: 1000px;
}

.headline__title {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;

    margin: 0 0 0 0;

    text-transform: uppercase;
}

@media all and (max-width: 700px) {
    .headline__title {
        font-size: 50px;
    }
}

@media all and (max-width: 1024px) and (min-width: 701px) {
    .headline__title {
        font-size: 80px;
    }
}

@media all and (max-width: 1200px) and (min-width: 1024px) {
    .headline__title {
        font-size: 110px;
    }
}

@media all and (min-width: 1201px) {
    .headline__title {
        font-size: 150px;
    }
}

.headline__subtitle {
    font-family: 'AlekBold';
    font-weight: normal;
    line-height: 1;

    margin: 0 0 20px 0;

    letter-spacing: 2px;
}

@media all and (max-width: 700px) {
    .headline__subtitle {
        font-size: 36px;
    }
}

@media all and (max-width: 1024px) and (min-width: 701px) {
    .headline__subtitle {
        font-size: 56px;
    }
}

@media all and (max-width: 1200px) and (min-width: 1024px) {
    .headline__subtitle {
        font-size: 86px;
    }
}

@media all and (min-width: 1201px) {
    .headline__subtitle {
        font-size: 106px;
    }
}

.headline__title + .headline__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

@media all and (max-width: 400px) {
    .headline__title + .headline__subtitle {
        font-size: 26px;
    }
}

@media all and (max-width: 700px) and (min-width: 401px) {
    .headline__title + .headline__subtitle {
        font-size: 45px;
    }
}

@media all and (max-width: 1024px) and (min-width: 701px) {
    .headline__title + .headline__subtitle {
        font-size: 65px;
    }
}

@media all and (max-width: 1200px) and (min-width: 1024px) {
    .headline__title + .headline__subtitle {
        font-size: 95px;
    }
}

@media all and (min-width: 1201px) {
    .headline__title + .headline__subtitle {
        font-size: 125px;
    }
}

/* -------------------------------------------------------------------------- */
/* Navigation */
.nav__btn {
    font-size: 26px;

    color: #fff;
    border: none;
    background: transparent;
}

.nav__btn--open {
    margin-top: 20px;
}

@media all and (max-width: 1024px) {
    .nav__btn--open {
        display: inline-block;
    }
}

@media all and (min-width: 1025px) {
    .nav__btn--open {
        display: none;
    }
}

.nav__btn--close {
    position: absolute;
    top: 45px;
    right: 45px;
}

@media all and (max-width: 1024px) {
    .nav__btn--close {
        display: inline-block;
    }
}

@media all and (min-width: 1025px) {
    .nav__btn--close {
        display: none;
    }
}

.nav--main {
    margin: 15px 0 0 0;
}

@media all and (max-width: 1024px) {
    .nav--main {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        background-color: #000;
    }
}

.nav--main.is-open {
    display: block !important;
}

@media all and (max-width: 1024px) {
    .nav ul {
        position: absolute;
        top: 50%;
        left: 50%;

        margin: 0;
        padding: 0;

        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    }
}

.nav li {
    list-style-type: none;
}

@media all and (max-width: 1024px) {
    .nav li {
        margin-bottom: 30px;

        text-align: center;
    }
}

@media all and (min-width: 1025px) {
    .nav li {
        display: inline-block;

        vertical-align: middle;
    }
}

.nav a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    position: relative;

    display: block;

    margin: 0 35px 0 0;

    text-transform: uppercase;

    color: #fff;
}

.nav .current-menu-item a {
    color: #f8bb00;
}

.nav .current-menu-item a::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;

    display: block;

    content: '';

    border-bottom: 3px solid #f8bb00;
}

/* -------------------------------------------------------------------------- */
/* Select */
.categorySelect {
    max-width: 200px;
    height: 40px;
    margin: 20px auto 40px;

    background-color: #f2f2f2;
}

.categorySelect select {
    font-size: 18px;
    line-height: 40px;

    width: 100%;
    height: 100%;

    text-align: center;

    border: none;
    background-color: transparent;
}

/* -------------------------------------------------------------------------- */
/* Global */
.global__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;

    margin: 0 0 25px;
}

.global__title::after {
    display: block;

    margin: 25px auto 0;

    content: '';
}

.global__subtitle {
    font-family: 'AlekBold';
    font-size: 36px;
    font-weight: normal;

    margin: 0;

    letter-spacing: 2px;
}

/* -------------------------------------------------------------------------- */
/* Popular */
.popular {
    margin-top: 40px;
}

.popular__content {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.popular__content > article {
    margin-left: 1%;
}

/* -------------------------------------------------------------------------- */
/* Sections */
.section {
    padding: 50px 0;
}

.section p {
    line-height: 24px;

    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 1em;
}

.section--popular {
    padding-bottom: 100px;
}

.section--sign {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section--sign p {
    margin-bottom: 1em;

    color: #fff;
}

.section--sign .btn {
    margin-top: 50px;
}

/* -------------------------------------------------------------------------- */
/* Form */
form label {
    font-family: 'Montserrat', sans-serif;

    display: block;

    text-transform: uppercase;

    color: #000;
}

form p {
    margin-bottom: 30px !important;
}

form input[type='text'],
form input[type='email'],
form textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;

    border: 1px solid #f8bb00;
}

form input[type='text'],
form input[type='email'] {
    display: block;

    height: 50px;
}

form textarea {
    height: 260px;

    resize: none;
}

form input[type='submit'] {
    display: block;

    width: 180px;
    height: 50px;
    margin: 0 auto;

    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #000;
}

form input[type='submit']:focus {
    outline: none;
}

/* -------------------------------------------------------------------------- */
/* Buttons */
.btn {
    font-family: 'Montserrat', sans-serif;

    display: block;

    padding: 15px 20px;

    transition: all .2s ease;
}

.btn--ghost-w {
    border: 3px solid #fff;
}

.btn--ghost-w:hover {
    color: #f8bb00;
    border-color: #f8bb00;
}

.btn--ghost-bl {
    font-weight: bold;

    color: #000;
    border: 3px solid #000;
}

.btn--black {
    max-width: 180px;

    text-transform: uppercase;

    color: #fff;
    background-color: #000;
}

.btn--black:hover {
    color: #000;
    background-color: #ffd371;
}

.btn--more {
    max-width: 160px;
}

/* -------------------------------------------------------------------------- */
/* Separators */
.sep--white::after {
    width: 60px;

    content: '';

    border-bottom: 3px solid #fff;
}

.sep--black::after {
    width: 60px;

    content: '';

    border-bottom: 3px solid #000;
}

.sep--yellow::after {
    width: 60px;

    content: '';

    border-bottom: 3px solid #f8bb00;
}

/* -------------------------------------------------------------------------- */
/* City */
.city {
    margin-bottom: 20px;

    background-color: #000;
}

@media all and (max-width: 600px) {
    .city {
        width: 100%;
    }
}

@media all and (max-width: 1023px) and (min-width: 601px) {
    .city {
        width: 49%;
    }
}

@media all and (min-width: 1024px) {
    .city {
        width: 24%;
    }
}

.city__content {
    position: relative;

    padding-bottom: 65%;

    transition: all .1s ease;
}

.city:hover .city__content {
    -ms-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
}

.city__heading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    display: -ms-flexbox;
    display: flex;

    padding: 10%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.city__heading::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    opacity: .6;
    background-color: #000;
}

.city__heading:hover::after {
    opacity: .8;
    background-color: #f8bb00;
}

.city__title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;

    position: relative;
    z-index: 2;

    margin: auto;

    text-transform: uppercase;

    color: #fff;
}

.city__title a {
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Clubs */
.clubs {
    padding: 50px 0;
}

.clubs__nono {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;

    margin: 200px 0;

    color: #f8bb00;
}

.club {
    padding: 20px 20%;

    border-bottom: 1px solid #f8bb00;
}

.club:last-child {
    border: none;
}

@media all and (max-width: 610px) {
    .club__image {
        width: 100%;
        margin: 0 auto 10px;
    }
}

@media all and (min-width: 611px) and (max-width: 890px) {
    .club__image {
        width: 100px;
    }
}

@media all and (min-width: 891px) {
    .club__image {
        width: 150px;
    }
}

.club__image img {
    width: 100%;
    height: auto;
}

.club__content {
    position: relative;
}

@media all and (max-width: 610px) {
    .club__content {
        display: block !important;

        text-align: center;
    }
}

@media all and (min-width: 611px) and (max-width: 1270px) {
    .club__content {
        margin-left: 20px;
    }
}

@media all and (min-width: 1271px) {
    .club__content {
        min-width: 270px;
        max-width: 270px;
        margin: 0 30px;
    }
}

.club__content p {
    font-family: 'Roboto', sans-serif;
}

@media all and (min-width: 891px) {
    .club__content p {
        font-size: 24px;

        margin: 0 0 5px 0;
    }
}

@media all and (max-width: 1270px) {
    .club__content + .btn {
        display: block !important;

        margin-top: 10px;

        text-align: center;
    }
}

.club__title {
    font-family: 'Montserrat', sans-serif;
}

@media all and (max-width: 890px) {
    .club__title {
        margin: 0 0 10px 0;
    }
}

@media all and (min-width: 891px) {
    .club__title {
        font-size: 24px;

        margin: 0 0 5px 0;
    }
}

.club-single iframe {
    width: 100%;
}

@media all and (max-width: 540px) {
    .club-single iframe {
        height: 250px;
    }
}

@media all and (min-width: 541px) and (max-width: 850px) {
    .club-single iframe {
        height: 350px;
    }
}

.club-single__title {
    font-size: 70px;
    line-height: 1;

    margin: 0 0 0 0;

    text-transform: uppercase;
}

.club-single__subtitle {
    font-family: 'AlekBold';
    font-size: 60px;
    line-height: 1;

    margin: 0 0 20px 0;

    letter-spacing: 2px;
}

.club-single__info p {
    font-size: 22px;

    margin: 0 auto;

    text-align: center;
}

.club-single__info p:nth-child(even) {
    margin-bottom: 10px;
}

.club-single__video {
    text-align: center;
}

.club-single__video > div {
    margin: 0 auto 20px;
}

.club-single__video img {
    max-width: 100%;
    height: auto;
}

.club__social {
    text-align: center;
}

.club__social a {
    font-size: 36px;

    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;

    color: #f8bb00;
}

.tab-clubs__content .panorama360 {
    max-width: 710px;
    margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* Tabs */
.tabs {
    margin: 0 0 60px 0;
    padding: 0;

    text-align: center;
}

.tabs li {
    display: inline-block;

    list-style-type: none;

    vertical-align: middle;
}

.tabs button {
    display: -ms-flexbox;
    display: flex;

    border: none;
    background: #efefef;

    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 700px) {
    .tabs button {
        width: 80px;
        height: 80px;
    }
}

@media all and (min-width: 701px) {
    .tabs button {
        width: 120px;
        height: 120px;
    }
}

.tabs button.is-active {
    background: #f8bb00;
}

.tabs button img {
    margin-bottom: 10px;
}

@media all and (max-width: 700px) {
    .tabs button img {
        width: 24px;
    }
}

.tabs button span {
    font-family: 'Montserrat', sans-serif;

    display: block;

    text-transform: uppercase;

    color: black;
}

@media all and (max-width: 700px) {
    .tabs button span {
        font-size: 12px;
    }
}

@media all and (min-width: 701px) {
    .tabs button span {
        font-size: 16px;
    }
}

.tabs-content > div {
    display: none;
}

.tabs-content > div.is-active {
    display: block;
}

/* -------------------------------------------------------------------------- */
/* Clubs Small */
.clubs-small {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.club-small {
    position: relative;

    margin-bottom: 1%;
    padding: 0 !important;

    background: #f2f2f2;
}

@media all and (max-width: 440px) {
    .club-small {
        width: 24%;
		margin: .5%;
    }
	.club-small__title {
		font-size: 12px !important;
	}
}

@media all and (min-width: 441px) and (max-width: 767px) {
    .club-small {
        width: 49%;
        margin-left: 1%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .club-small {
        width: 32%;
        margin-bottom: 2%;
        margin-left: 2%;
    }
}

@media all and (min-width: 1024px) {
    .club-small {
        width: 24%;
        margin-bottom: 1.3%;
        margin-left: 1.3%;
    }
}

@media all and (min-width: 441px) and (max-width: 767px) {
    .club-small:nth-child(odd) {
        margin-left: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .club-small:nth-child(3n + 1) {
        margin-left: 0;
    }
}

@media all and (min-width: 1024px) {
    .club-small:nth-child(4n + 1) {
        margin-left: 0;
    }
}

.club-small__info {
    position: relative;

    display: block;
}

.club-small__info:after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: rgba(0, 0, 0, .5);
}

.club-small__logo {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}

.club-small__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;

    position: absolute;
    z-index: 3;
    top: 50%;
    right: 5%;
    left: 5%;

    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    text-align: center;

    color: #fff;
}

.club-small:hover .club-small__title {
    display: none;
}

.club-small__see {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;

    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    color: #fff;
    background: rgba(248, 187, 0, .9);

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 1024px) {
    .club-small:hover .club-small__see {
        display: -ms-flexbox;
        display: flex;
    }
}

/* #############################################################################
   * #############################################################################
   *
   * Single Club Tabs
   * ( Tabs for content switching inside single tab template )
   */
.tab-clubs {
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 40px 0;
    padding: 0;

    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.tab-clubs li {
    margin-right: 10px;
    margin-bottom: 10px;

    list-style-type: none;
}

@media all and (max-width: 960px) {
    .tab-clubs li {
        width: calc((100% / 3) - 10px);
    }
}

@media all and (min-width: 961px) {
    .tab-clubs li {
        width: calc((100% / 4) - 10px);
    }
}

.tab-clubs__item {
    font-size: 14px;
    font-weight: bold;

    display: block;

    width: 100%;
    padding: 10px 0;

    text-transform: uppercase;

    border: none;
    border-bottom: 2px solid #f8bb00;
    border-radius: 5px;
    background: #eaeaea;
}

.tab-clubs__item.is-active {
    background-color: #f8bb00;
}

.tab-clubs__content > div {
    display: none;
}

.tab-clubs__content > div.is-active {
    display: block;
}

.img {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

@media all and (min-width: 768px) {
    .img img:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {
    .img img {
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    .img img {
        width: 49%;
        margin-left: 2%;
    }
}

/* ----------------------------------------------------------------------------
/* --- Templates Css --- */
/* #############################################################################
 * #############################################################################
 *
 * Single Club
 * ( Styles for new single slub template )
 */
.single-club {
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.single-club__avatar {
    width: 200px;
    height: auto;
    margin-right: 15px;
}

.single-club__avatar img {
    max-width: 100%;
    height: auto;
}

.single-club__category {
    line-height: 1;

    margin: 0 0 0 0;

    text-align: left;
    text-transform: uppercase;

    color: #fff;
}

@media all and (max-width: 1023px) {
    .single-club__category {
        font-size: 20px;
    }
}

@media all and (min-width: 1024px) {
    .single-club__category {
        font-size: 30px;
    }
}

.single-club__title {
    line-height: 1;

    margin: 0 0 0 0;

    text-align: left;
    text-transform: uppercase;

    color: #f8bb00;
}

@media all and (max-width: 1023px) {
    .single-club__title {
        font-size: 30px;
    }
}

@media all and (min-width: 1024px) {
    .single-club__title {
        font-size: 50px;
    }
}

/* ----------------------------------------------------------------------------
/* --- Pages Css --- */
.page--contact {
    max-width: 620px;
    margin: 0 auto;
}

.article-single h1,
.article-single h2,
.article-single h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

    margin: 2em 0 1em;

    text-align: center;
}

.article-single h1:first-child {
    margin: 0 0 1em;
}

.article-single h1 {
    font-size: 30px;

    margin: 0 0 25px;

    text-transform: uppercase;
}

.article-single h1::after {
    display: block;

    width: 60px;
    margin: 25px auto 0;

    content: '';

    border-bottom: 3px solid #f8bb00;
}

.article-single h2 {
    font-size: 30px;
}

.article-single h3 {
    font-size: 24px;

    color: #f8bb00;
}

.article-single ul {
    display: table;

    margin: 0 auto;
    padding: 0 0 0 40px;
}

.article-single li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;

    position: relative;

    margin: 0 0 .5em 0;

    list-style-type: none;
}

.article-single li::before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 23px;

    content: url(images/check.png);
    -ms-transform: translate(-30px, 0);
        transform: translate(-30px, 0);
}
