/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -50px 0;
    }
}

div.reciprocal-clubs {
    line-height: 24px;
    font-size: 15px;
    color: #595959;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    margin: 0 0 40px;
}

div.reciprocal-clubs p {
    margin: 0;
}

div.reciprocal-clubs .heading {
    position: relative;
    margin: 0 0 30px;
}

div.reciprocal-clubs .heading h1 {
    font-size: 35px; text-transform: uppercase;
    color: #4f4229;
    margin: 0;
}

div.reciprocal-clubs .heading .dropdown {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

div.reciprocal-clubs .heading .dropdown button.dropdown-toggle {
    background: white none;
    border-radius: 0;
    border-color: rgb(228, 228, 228);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #595959;
}

div.reciprocal-clubs .heading .dropdown button.dropdown-toggle:after {
    content: "\f0dd";
    font-family: 'FontAwesome', sans-serif;
    color: #a38853;
    vertical-align: 10%;
    margin-left: 116px;
}

div.reciprocal-clubs .heading .dropdown ul.dropdown-menu {
    right: 0;
    left: 0;
}

div.reciprocal-clubs .heading .dropdown ul.dropdown-menu li a {
    color: #595959;
}

div.reciprocal-clubs .heading .dropdown ul.dropdown-menu li.active a {
    background: white none;
    color: rgb(201, 166, 98);
}

div.reciprocal-clubs .content h2 {
    text-align: center;
    font-family: "aparaj", Arial, sans-serif;
    font-size: 30px;
    color: #a38853;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0 0 20px;
}

div.reciprocal-clubs .content h2 span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 10px;
}

div.reciprocal-clubs .content h2 span:before, div.reciprocal-clubs .content h2 span:after {
    border-top: 1px solid rgb(209, 200, 182);
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.5em;
}

div.reciprocal-clubs .content h2 span:before {
    right: 100%;
}

div.reciprocal-clubs .content h2 span:after {
    left: 100%;
}

div.reciprocal-clubs .content h3 {
    margin: 15px 0;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    color: #4f4229;
    text-transform: uppercase;
}

div.reciprocal-clubs .content .club {
    padding: 30px 0 20px;
    border-bottom: 1px solid rgb(209, 200, 182);
}

div.reciprocal-clubs .content .club .club-block .club-block-image {
    width: 25%;
    float: left;
}

div.reciprocal-clubs .content .club .club-block .club-block-content {
}

div.reciprocal-clubs .content .club .club-block .club-block-content h4 {
    font-size: 17px;
    color: black;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    margin: 0 0 10px;
}

div.reciprocal-clubs .content .club .club-block .club-block-content .pretext {
    margin: 0 0 10px;
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p {
    position: relative;
    padding-left: 25px;
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p a {
    color: #595959;
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p:before {
    content: '';
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    left: 0;
    color: #a38853;

}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p.address {
    margin: 0 0 10px;
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p.address:first-child:before, div.reciprocal-clubs .content .club .club-block .club-block-content .club-information :not(.address) + .address:before {
    content: "\f015";
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p.phone:first-child:before, div.reciprocal-clubs .content .club .club-block .club-block-content .club-information :not(.phone) + .phone:before {
    content: "\f095";
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p.fax:first-child:before, div.reciprocal-clubs .content .club .club-block .club-block-content .club-information :not(.fax) + .fax:before {
    content: "\f1ac";
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p.email:first-child:before, div.reciprocal-clubs .content .club .club-block .club-block-content .club-information :not(.email) + .email:before {
    content: "\f0e0";
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p.website:first-child:before, div.reciprocal-clubs .content .club .club-block .club-block-content .club-information :not(.website) + .website:before {
    content: "\f08e";
}

div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p.accommodation:first-child:before, div.reciprocal-clubs .content .club .club-block .club-block-content .club-information :not(.accommodation) + .accommodation:before {
    content: "\f236";
}

div.reciprocal-clubs .button-container {
    margin: 30px 0 0;
}

div.reciprocal-clubs .button-container button.btn-load {
    color: white;
    text-transform: uppercase;
    background: rgb(201, 166, 98) none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    text-shadow: none;
}

div.reciprocal-clubs .button-container button.btn-load:focus, div.reciprocal-clubs .button-container button.btn-load:visited {
    outline: 0;
}

div.reciprocal-clubs .button-container button.btn-load.loading {
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, .10)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(0, 0, 0, .10)), color-stop(.75, rgba(0, 0, 0, .10)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, .10) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .10) 50%, rgba(0, 0, 0, .10) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    -webkit-animation: animate-stripes 2s linear infinite;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - ALL SCREEN EXCEPT LARGER SCREEN - START */

/*@media only screen and (max-width: 1199px) {*/

    div.reciprocal-clubs .heading {
        text-align: center;
    }

    div.reciprocal-clubs .heading .dropdown {
        display: inline-block;
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: 10px;
    }

/*}*/

/* DESKTOP FIRST - ALL SCREEN EXCEPT LARGER SCREEN - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

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

    div.reciprocal-clubs {
        line-height: 22px;
        font-size: 14px;
        margin: 0 0 40px;
    }

    div.reciprocal-clubs .heading {
        margin: 20px 0;
    }

    div.reciprocal-clubs .heading h1 {
        font-size: 30px;
    }

    div.reciprocal-clubs .heading .dropdown {
        display: block;
    }

    div.reciprocal-clubs .heading .dropdown button.dropdown-toggle {
        width: 100%;
        text-align: left;
    }

    div.reciprocal-clubs .heading .dropdown button.dropdown-toggle:after {
        float: right;
        margin-top: -3px;
    }

    div.reciprocal-clubs .content h2.country {
        margin: 0 0 15px;
    }

    div.reciprocal-clubs .content h3 {
        text-align: center;
        margin: 15px 0;
    }

    div.reciprocal-clubs .content .club {
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    div.reciprocal-clubs .content .club .club-block .club-block-image {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    div.reciprocal-clubs .content .club .club-block .club-block-content {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    div.reciprocal-clubs .content .club .club-block .club-block-content h4 {
        margin: 0 0 10px;
    }

    div.reciprocal-clubs .content .club .club-block .club-block-content .pretext {
        margin: 0 0 10px;
    }

    div.reciprocal-clubs .content .club .club-block .club-block-content .club-information p.address {
        margin: 0 0 10px;
    }

    div.reciprocal-clubs .button-container {
        margin: 15px 0 0;
        text-align: center;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */