/* Current member's subscriptions/donations forms */

.j-text {
    padding: 10px;
}

#umbraco-login-section .error-container-signup p {
    font-size: 12px;
}

.members-content .HarmonyFormResultView {
    padding: 0;
}

    .members-content .HarmonyFormResultView .row {
        margin: 0;
    }

    /* row headers */
    .members-content .HarmonyFormResultView .HarmonyFieldGroup.col-md-1 {
        width: 105px !important;
        float: left;
        margin: 0;
        padding: 0;
    }

        .members-content .HarmonyFormResultView .HarmonyFieldGroup.col-md-1.chorus_directdebitrun {
            width: 110px !important;
        }

        .members-content .HarmonyFormResultView .HarmonyFieldGroup.col-md-1 > label {
            display: inline-block !important;
            height: 50px;
            margin-top: 10px;
            font-family: museo-slab;
        }
    /* data cell */
    .members-content .HarmonyFormResultView .col-md-12 {
        padding-right: 0 !important;
        padding-left: 10px !important;
        min-height: 45px;
    }
    /* edit buttons */
    .members-content .HarmonyFormResultView .list-view-toolbar-buttons {
        clear: both;
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
        padding-top: 10px;
    }

        .members-content .HarmonyFormResultView .list-view-toolbar-buttons .btn {
            float: right;
            margin-right: 10px !important;
        }
        /* error label */
        .members-content .HarmonyFormResultView .list-view-toolbar-buttons .payment-amount-error {
            padding-top: 10px;
            padding-left: 10px !important;
            float: left;
            color: #f00;
        }

    /* payment amount box */
    .members-content .HarmonyFormResultView .chorus_paymentamount.edit-control {
        width: 70px;
        padding: 7px 5px;
        margin-top: 0px;
        line-height: 30px !important;
        height: 43px !important;
    }

    /* submit button */
    .members-content .HarmonyFormResultView .btn-finish {
        padding: 10px 20px;
        margin-left: 10px;
    }

@media screen and (max-width: 660px) {
    .members-content .HarmonyFormResultView .HarmonyFieldGroup.col-md-1 {
        width: 100% !important;
    }

        .members-content .HarmonyFormResultView .HarmonyFieldGroup.col-md-1 > label {
            display: block !important;
            height: auto !important;
        }

    .members-content .HarmonyFormResultView .chorus_paymentamount.edit-control {
        margin-left: 0 !important;
    }

    .members-content .HarmonyFormResultView .list-view-toolbar-buttons .btn {
        float: left;
        margin-left: 10px !important;
        margin-right: 0 !important;
    }

    .members-content .HarmonyFormResultView .col-md-12 {
        min-height: 20px;
    }

    .members-content .HarmonyFormResultView .list-view-toolbar-buttons .payment-amount-error {
        width: 100%;
    }

    .members-content .HarmonyFormResultView .HarmonyFieldGroup.col-md-1.chorus_directdebitrun {
        width: 100% !important;
    }

    .default-form label.expiry-data-label {
        padding-left: 0 !important;
    }

    .default-form .expiry-date-group input {
        width: 45px !important;
    }
}

.HarmonyFieldGroup.chorus_paymentschedule {
    /*float: right;*/
    width: 51%; /*47.4% !important;*/
    padding-left: 22px;
    /*margin-right: 11px !important;*/
}

.selected-membership-holder {
    margin-top: 5px;
}

.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6 {
    display: none;
}

.no-results-message {
    display: none;
}

    .no-results-message p {
        font-size: 18px;
    }

.default-form label.expiry-data-label {
    font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
    font-weight: 900;
    font-size: 18px;
    color: #000;
    padding-left: 12px;
}

.expiry-date-group {
    height: 52px;
    line-height: 32px;
    padding-top: 10px;
}

#step-04 .slide {
    display: block;
}

.expiry-date-group input {
    width: 50px;
    /*margin-left: 5px;
    margin-right: 5px;*/
    text-align: center;
}

.expiry-date-group .separator {
    font-weight: 900;
    font-size: 18px;
}

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

    .default-form label.expiry-data-label {
        font-size: 14px;
    }
}

.event-holder .meta-block .datetime-from-block,
.event-holder .meta-block .datetime-to-block {
    float: left;
    margin-bottom: 10px;
}

.event-holder .meta-block .contact-block {
    clear: both;
}

.ticket-details-form .contour textarea {
    height: 120px;
}

.col-md-6 iframe {
    width: 100%;
}

.ui-datepicker-inline.ui-datepicker {
    display: none !important;
}

.ticket-accordion li:last-child .contourNavigation {
    display: none;
}

.ticket-accordion .contourNavigation input {
    outline: 0;
}

.ticket-details-form .ticket-detail-form-valid:after {
    background: #72b449;
    content: "\e909";
    font-size: 30px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 8px 0 0;
    /*font: 30px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;*/
}

.ticket-details-form-container {
    overflow-y: scroll;
    max-height: 600px;
}

.ticket-details-form .title-frame {
    display: none;
}

.ticket-accordion li {
    list-style: none;
    padding: 12px 0;
    position: relative;
    border-top: 1px solid #ebebeb;
}

.ticket-details-form .opener {
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 2px 0;
    font-weight: 900;
    color: #999;
    text-decoration: none;
}

.ticket-details-form-container .active .opener {
    color: #000;
}

.ticket-details-form .contour {
    margin: 10px 10px 10px 0;
}

.ticket-accordion .contour .contourNavigation input[type="submit"] {
    display: none;
}

.ticket-details-form .field-validation-valid {
    position: relative;
    top: -12px;
    color: red;
}

.ticket-address input,
.ticket-creditcard input {
    margin: 5px;
}

.ticket-address .find-address-holder a {
    cursor: pointer;
    margin-left: 10px;
}

.ticket-address .find-address-holder .postcode {
    float: left;
}

.ticket-address .find-address {
    margin: 8px 0 0 0 !important;
    display: block;
}

    .ticket-address .find-address p {
        margin-top: 5px;
    }

    .ticket-address .find-address .select-address, .ticket-address .contact-address {
        clear: both;
    }

.ticket-find-address {
    float: none !important;
}

.event-find-postcode {
    margin-bottom: 5px;
}

.ticket-find-address .jcf-select {
    margin-left: 5px;
    width: 510px;
}

.ticket-creditcard select {
    display: block;
    height: 52px;
    line-height: 32px;
    padding: 10px 17px;
    font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
    font-weight: 900;
    font-size: 18px;
    color: #000;
    width: 46%;
    border: none;
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .06);
}

.ticket-error {
    background-color: #ffecec !important;
}

.event-confirm-error, .event-confirm-error a {
    color: red !important;
}

.event {
    display: block;
}

/* Points Calculator */
.target {
    width: 30px;
}

#overalltotal {
    display: none;
    font-size: 1.8em;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3 a {
    text-indent: 20px;
}

.table {
    font-size: 1em;
}

#awardImage {
    vertical-align: middle;
}

hr {
    border-color: #0000FF #0000FF #B2B2B2;
    border-style: solid;
    border-width: 0 0 1px;
    margin-bottom: 10px;
}

.bubbleInfo {
    position: relative;
}

.bubble {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    font-size: 0.9em;
    width: 300px;
    background-color: #f7f7f7;
    padding: 5px;
    border: 1px solid;
    border-color: #009999;
    z-index: 999;
    border-radius: 5px;
}

.bubbleInfo img {
    min-width: 23px;
}

h2 {
    margin-top: 2px;
    margin-bottom: 0px;
}

.infoicon {
    vertical-align: text-bottom;
}

.info-btn {
    display: block;
    background: url(../images/Charity/info.png);
    background-size: cover;
    width: 23px;
    height: 23px;
    margin-bottom: 10px;
}

.headingtable {
    vertical-align: top;
    margin-top: 11px;
}

#thresholdmessage {
    color: red;
    font-weight: bold;
}

.result {
    text-align: center;
    line-height: 52px;
    background-color: #333;
    color: #fff;
}

.ques {
    margin-top: 2em;
}

.viewdetails {
    color: #27a1dd;
}


/* charity-main.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 900;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?v15yd8");
    src: url("../fonts/icomoon.eot?v15yd8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v15yd8") format("truetype"), url("../fonts/icomoon.woff?v15yd8") format("woff"), url("../fonts/icomoon.svg?v15yd8#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon-free";
    src: url("../fonts/IcoMoon-Free.ttf");
    /*src: url("../fonts/icomoon.eot?v15yd8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v15yd8") format("truetype"), url("../fonts/icomoon.woff?v15yd8") format("woff"), url("../fonts/icomoon.svg?v15yd8#icomoon") format("svg");*/
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
html:after,
.btn:after,
.in-this li a:after,
.benefits li:after,
.association .topic h2:after,
.association .opener:after,
.we-do-boxes .note:after,
.farming .note:after,
#menu-aside .accordion .opener:after,
.default-map .marker-opener:after,
.filter-box .btn-submit:before,
.event-item .btn-holder .jcf-checkbox:before,
.events-search-form .inspire-box .sub-text:after,
.ordered-list .step-passed:before,
.ticket-details-form .ticket-detail-form-valid:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
    font-family: "icomoon-free" !important;
    content: "\ea0c";
}

.icon-lamp:before {
    content: "\e932";
}

.icon-loader:before {
    content: "\e931";
}

.icon-bubble:before {
    content: "\e928";
}

.icon-star:before {
    content: "\e930";
}

.icon-arrow2-left2:before {
    content: "\e92f";
}

.icon-write:before {
    content: "\e92e";
}

.icon-twitter-o:before {
    content: "\e92d";
}

.icon-twitter:before {
    content: "\e92c";
}

.icon-tree:before {
    content: "\e92b";
}

.icon-tractor:before {
    content: "\e92a";
}

.icon-tag:before {
    content: "\e929";
}

.icon-shirt:before {
    content: "\e927";
}

.icon-shares:before {
    content: "\e926";
}

.icon-search:before {
    content: "\e925";
}

.icon-rss:before {
    content: "\e924";
}

.icon-reply2:before {
    content: "\e933";
}

.icon-reply:before {
    content: "\e923";
}

.icon-press:before {
    content: "\e922";
}

.icon-present:before {
    content: "\e921";
}

.icon-phone:before {
    content: "\e920";
}

.icon-note:before {
    content: "\e91f";
}

.icon-megaphone:before {
    content: "\e91e";
}

.icon-map:before {
    content: "\e91d";
}

.icon-mail:before {
    content: "\e91c";
}

.icon-lock:before {
    content: "\e91b";
}

.icon-location:before {
    content: "\e91a";
}

.icon-linkedin-o:before {
    content: "\e919";
}

.icon-linkedin:before {
    content: "\e918";
}

.icon-like:before {
    content: "\e917";
}

.icon-leaflet:before {
    content: "\e916";
}

.icon-images:before {
    content: "\e915";
}

.icon-heart:before {
    content: "\e914";
}

.icon-google-o:before {
    content: "\e913";
}

.icon-fax:before {
    content: "\e912";
}

.icon-facebook-o:before {
    content: "\e911";
}

.icon-facebook:before {
    content: "\e910";
}

.icon-downloads-o:before {
    content: "\e90f";
}

.icon-downloads:before {
    content: "\e90e";
}

.icon-cutlery:before {
    content: "\e90d";
}

.icon-comments:before {
    content: "\e90c";
}

.icon-clock:before {
    content: "\e90b";
}

.icon-circle:before {
    content: "\e90a";
}

.icon-check:before {
    content: "\e909";
}

.icon-camera:before {
    content: "\e908";
}

.icon-calendar:before {
    content: "\e907";
}

.icon-arrow-bottom:before {
    content: "\e906";
}

.icon-arrow-top:before {
    content: "\e905";
}

.icon-arrow-right:before {
    content: "\e904";
}

.icon-arrow-left:before {
    content: "\e903";
}

.icon-arrow2-right:before {
    content: "\e902";
}

.icon-arrow2-left:before {
    content: "\e901";
}

.icon-airplane:before {
    content: "\e900";
}

/* custom checkbox styles */

.jcf-checkbox,
.jcf-radio {
    vertical-align: top;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 26px;
    width: 26px;
    background: #fff;
    margin: 0 15px 4px 0;
    border-radius: 50%;
    cursor: default;
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .06);
}

    .jcf-checkbox.jcf-checked span,
    .jcf-radio.jcf-checked span {
        opacity: 1;
        visibility: visible;
    }

    .jcf-checkbox span,
    .jcf-radio span {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: visibility .25s, opacity .25s;
        transition: visibility .25s, opacity .25s;
    }

        .jcf-checkbox span:after,
        .jcf-radio span:after {
            content: "\e909";
            font-family: "icomoon";
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #009fe3;
        }

    .jcf-checkbox input[type="checkbox"],
    .jcf-radio input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    height: 52px;
    position: relative;
    background: #fff;
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .06);
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
}

    .jcf-select.jcf-drop-active .jcf-select-opener:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 18px;
        font-weight: 900;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 30px 0 15px;
    }

.header-holder .links .jcf-select .jcf-select-text {
    margin: 0 40px 0 5px;
}


.jcf-select .jcf-select-opener {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    text-align: center;
    width: 26px;
}

.jcf-select-search-order-by .jcf-select-opener {
    top: -4px;
}

.jcf-select .jcf-select-opener:before {
    content: "\e906";
    font-family: "icomoon";
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    color: #009fe3;
    cursor: pointer;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select-drop {
    box-shadow: 5px 7px 8px 0 rgba(0, 0, 0, .1);
}

    .jcf-select-drop .jcf-select-drop-content {
        border: 1px solid #fff;
    }

    .jcf-select-drop .jcf-option-hide-me {
        display: none !important;
    }

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    font-size: 15px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 12px 18px;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

    .jcf-list .jcf-optgroup-caption {
        white-space: nowrap;
        font-weight: bold;
        display: block;
        padding: 5px 9px;
        cursor: default;
        color: #000;
    }

    .jcf-list .jcf-optgroup .jcf-option {
        padding-left: 30px;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: transparent;
    width: 8px;
    bottom: 0;
    left: 0;
    top: 0;
}

    .jcf-scrollbar-vertical .jcf-scrollbar-dec,
    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        background: #72b449;
        height: 0;
        width: 8px;
        left: 0;
        top: 0;
    }

.blue-theme .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.blue-theme .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #009fe3;
}

.pink-theme .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.pink-theme .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #c24892;
}

.yellow-theme .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.yellow-theme .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #c7bd19;
}

.brown-theme .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.brown-theme .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #9f4a0a;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: rgba(114, 180, 73, .5);
    height: 1px;
    width: 8px;
}

.marketplace-items .jcf-scrollbar-slider {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.blue-theme .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: rgba(0, 159, 227, .5);
}

.pink-theme .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: rgba(194, 72, 146, .5);
}

.yellow-theme .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: rgba(199, 189, 25, .5);
}

.brown-theme .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: rgba(159, 74, 10, .5);
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 3px;
}

    .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        background: #bbb;
        height: 3px;
        width: 3px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        left: auto;
        right: 0;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
        display: inline-block;
        position: relative;
        height: 3px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
        position: absolute;
        background: rgba(114, 180, 73, .5);
        height: 3px;
    }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

/* custom range input styles */

.jcf-range {
    display: inline-block;
    min-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}

    .jcf-range .jcf-range-track {
        margin: 0 20px 0 0;
        position: relative;
        display: block;
    }

    .jcf-range .jcf-range-wrapper {
        background: #c7bd19;
        border-radius: 5px;
        display: block;
        margin: 10px 0;
        height: 7px;
        cursor: pointer;
    }

.blue-theme .jcf-range .jcf-range-wrapper {
    background: #009fe3;
}

.jcf-range.jcf-vertical {
    width: auto;
}

    .jcf-range.jcf-vertical .jcf-range-wrapper {
        margin: 0;
        width: 10px;
        height: auto;
        padding: 20px 0 0;
    }

    .jcf-range.jcf-vertical .jcf-range-track {
        height: 180px;
        width: 10px;
    }

    .jcf-range.jcf-vertical .jcf-range-handle {
        left: -5px;
        top: auto;
    }

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #c7bd19;
    width: 26px;
    height: 26px;
    margin-top: -9px;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
}

.blue-theme .jcf-range .jcf-range-handle {
    border-color: #009fe3;
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px;
}

.jcf-range.jcf-disabled {
    background: none !important;
    opacity: .3;
}

.social-box,
.list,
.links,
.social-networks,
#menu-aside ul,
.gallery-row .line-mask ul,
.view-options,
.marketplace-tabs,
.attending-list,
.reply-item,
.donation-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    .two-columns:after,
    .center-box:after,
    .cycle-gallery .pagination ul:after,
    .custom-paging:after,
    .star-rating .star-holder:after,
    .tablet-layout:after,
    .filter-form:after,
    .filter-form .opener:after,
    .filter-form .frame:after,
    .filter-form .block:after,
    .filter-form .bottom-bar:after,
    .filter-form .title-holder:after,
    .sign-up-form:after,
    .meet-author .header-box:after,
    .author-info-box .header-box:after,
    .comment-form .frame:after,
    .connect-block .title-holder:after,
    .logo-info .align-holder:after,
    .e-news .title-holder:after,
    #header .header-holder:after,
    .social-networks:after,
    .title-frame:after,
    .address-frame .frame:after,
    .contact-address .frame-box:after,
    .default-form:after,
    .default-form .box:after,
    .description-back-button:after,
    .marketplace-block:after,
    .marketplace-block .market-holder:after,
    .marketplace-block .view-block:after,
    .marketplace-block .view-block .info-holder:after,
    .marketplace-block .options-box:after,
    .description-col:after,
    .description-col .item-info:after,
    .filter-search-form .buttons:after,
    .event-item .button-box:after,
    .marketplace-tabs:after,
    .description-buttons:after,
    .marketplace-item:after,
    .marketplace-item .inner-box:after,
    .marketplace-item .item-info:after,
    .marketplace-item .text-holder:after,
    .events-holder .marketplace-block .event-headline:after,
    .info-bar:after,
    .events-search-form .title-holder:after,
    .events-search-form .line:after,
    .post-frame:after,
    .intro-post .share-bar:after,
    .comments-frame .frame:after,
    .comment .header-row:after,
    .comment .functional-block:after,
    .landing-content:after,
    .landing-title:after,
    .social-login:after,
    .gift-block .headline-block:after,
    .donation-form .bottom-bar:after,
    .supporting-block:after,
    .intro-heading:after,
    .media-object:after,
    .media-object .media-title:after {
        content: "";
        display: block;
        clear: both;
    }

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff url(/images/charity/bg-body.jpg);
    font: 15px / 1.5 "museo", "Times", "Baskerville", "Georgia", serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: 900;
    margin: 0 0 .5em;
    color: inherit;
}

    h1 a,
    .h1 a,
    h2 a,
    .h2 a,
    h3 a,
    .h3 a,
    h4 a,
    .h4 a,
    h5 a,
    .h5 a,
    h6 a,
    .h6 a,
    .h a {
        color: inherit;
    }

h1,
.h1 {
    font-size: 48px;
}

h2,
.h2 {
    font-size: 36px;
    margin: 0 0 1em;
}

h3,
.h3 {
    font-size: 30px;
    margin: 0 0 1em;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #27a1dd;
    text-decoration: underline;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.custom-title {
    font: 400 24px/1.3 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.small-title {
    font: 900 18px/1.1 "museo-slab", "Times", "Baskerville", "Georgia", serif;
    display: block;
    margin: 0 0 15px;
}

.author-name {
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 18px;
}

    .author-name.by:before {
        content: "By ";
        display: inline;
    }

    .author-name a {
        color: inherit;
        text-decoration: none;
    }

        .author-name a:hover {
            opacity: .8;
        }

.add-title,
.comments-opener {
    font: 30px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
    font-weight: normal;
    display: block;
}

.name-custom {
    font-size: 18px;
    line-height: 1.1;
    display: block;
    margin: 0 0 14px;
    text-transform: capitalize;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: none;
    background: #fff;
    font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
    font-weight: 900;
    font-size: 18px;
    color: #000;
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .06);
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    input[type="url"]:focus,
    input[type="date"]:focus,
    textarea:focus {
        outline: none;
        box-shadow: 5px 7px 8px 0 rgba(0, 0, 0, .1);
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="url"]::-webkit-input-placeholder,
    input[type="date"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #000;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="url"]::-moz-placeholder,
    input[type="date"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #000;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    input[type="url"]:-moz-placeholder,
    input[type="date"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #000;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    input[type="url"]:-ms-input-placeholder,
    input[type="date"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #000;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    input[type="url"].placeholder,
    input[type="date"].placeholder,
    textarea.placeholder {
        color: #000;
    }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"] {
    height: 52px;
    line-height: 32px;
    padding: 10px 17px;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
    padding: 16px 18px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    outline: none !important;
}

input[type="search"] {
    -webkit-appearance: none;
}

    input[type="search"]::-ms-clear {
        display: none;
    }

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

@font-face {
    font-family: "indy-pimp";
    src: url("../fonts/indy-pimp-webfont.eot");
    src: url("../fonts/indy-pimp-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/indy-pimp-webfont.woff2") format("woff2"), url("../fonts/indy-pimp-webfont.woff") format("woff"), url("../fonts/indy-pimp-webfont.ttf") format("truetype"), url("../fonts/indy-pimp-webfont.svg#indy_pimpregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html:before,
html:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1500;
}

html:after {
    content: "\e931";
    -webkit-animation: main-rotate-loader 1s linear infinite;
    animation: main-rotate-loader 1s linear infinite;
    z-index: 1501;
    position: fixed;
    left: 50%;
    top: 50%;
    font-size: 60px;
    margin-top: -30px;
    margin-left: -30px;
    line-height: 0;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.blue-theme html:after {
    -webkit-animation: blue-rotate-loader 1s linear infinite;
    animation: blue-rotate-loader 1s linear infinite;
}

html.ajax-loading:before,
html.ajax-loading:after {
    opacity: 1;
    visibility: visible;
}

#wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.two-columns {
    padding-top: 6px;
}

    .two-columns.add-state {
        margin: 0 -20px;
    }

#content,
#sidebar {
    float: left;
}

#content {
    padding: 18px 18px 18px;
    box-shadow: 8px 8px 10px 0 rgba(192, 112, 61, .1);
    background: #fff;
    margin: 0 0 21px;
    width: 65.58%;
}

.two-columns #content:only-child {
    width: 100%;
}

#sidebar {
    width: 34.42%;
    padding-left: 40px;
    margin: 0 0 21px;
}

    #sidebar.top-position {
        margin-top: -199px;
        position: relative;
        z-index: 1;
    }

    #sidebar.add-state {
        float: none;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.5;
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 40px;
    }

.widget {
    margin: 0 0 40px;
}

.breadcrumb {
    background-color: #72b449;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    position: relative;
    z-index: 100;
}

    .breadcrumb:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 5px;
        background: url(/images/charity/bg-breadcrumbs-3.png) repeat-x 50% 0;
        margin: -1px 0 0;
    }

    .breadcrumb ul {
        list-style: none;
        margin: 0;
        padding: 20px 0 15px;
    }

    .breadcrumb li {
        display: inline;
    }

        .breadcrumb li:last-child {
            font-weight: 500;
        }

            .breadcrumb li:last-child:after {
                display: none;
            }

        .breadcrumb li:after {
            content: "\e904";
            font-family: "icomoon";
            display: inline;
            font-size: 12px;
            margin: 0 11px 0 13px;
        }

    .breadcrumb a {
        color: #fff;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            opacity: .8;
        }

.only-mobile-visible {
    display: none !important;
}

.center-box {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 15px;
    position: relative;
}

.association.joindonate .center-box {
    padding: 0;
}

.bg-stretch-js {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

    .bg-stretch-js img {
        max-width: none;
    }

.bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tag-list {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #fff;
    z-index: 1;
	margin: 10px;
}

    .tag-list.less-icon a {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .tag-list li {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        margin: 0 4px 5px 0;
    }

    .tag-list a {
        color: inherit;
        display: block;
        padding: 5px 10px 5px 30px;
        border-radius: 30px;
        background: #72b449;
        text-decoration: none;
        position: relative;
        min-width: 71px;
    }

        .tag-list a:hover {
            background: #5b903a;
        }

    .tag-list [class*="icon"] {
        position: absolute;
        top: 12px;
        left: 17px;
        width: 11px;
        height: 9px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .tag-list [class*="icon"]:before,
        .tag-list [class*="icon"] .value {
            position: absolute;
            top: 40%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .tag-list .icon-circle {
        font-size: 17px;
    }

    .tag-list .icon-tag {
        font-size: 11px;
    }

    .tag-list .icon-location {
        font-size: 15px;
    }

    .tag-list .icon-offer {
        font-family: "museo", "Times", "Baskerville", "Georgia", serif !important;
        font-size: 18px;
        font-weight: 900;
    }

    .tag-list.blue a {
        background: #27a1dd;
    }

        .tag-list.blue a:hover {
            background: #2092cb;
        }

    .tag-list.yellow a {
        background: #c7bd19;
    }

        .tag-list.yellow a:hover {
            background: #b0a716;
        }

    .tag-list.black a {
        background: #000;
    }

        .tag-list.black a:hover {
            background: black;
        }

    .tag-list.brown a {
        background: #9f4a0a;
    }

        .tag-list.brown a:hover {
            background: #873f08;
        }

.btn {
    display: inline-block;
    vertical-align: top;
    font: 21px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    background: url(/images/charity/bg-btn-2.png) repeat-x 0 0/auto 100%;
    text-decoration: none;
    padding: 10px 40px 10px 20px;
    /*min-width: 195px;*/
    text-align: left;
    position: relative;
    border: none;
    outline: none;
    -webkit-transition: opacity .3s, color .3s, border .3s, background .3s, -webkit-transform .3s, padding .3s;
    transition: opacity .3s, color .3s, border .3s, background .3s, transform .3s, padding .3s;
}

    .btn:after {
        position: absolute;
        top: 50%;
        right: 10px;
        content: "\e904";
        width: 20px;
        color: #fff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 21px;
        -webkit-transition: right .3s linear;
        transition: right .3s linear;
        text-decoration: none;
    }

    .btn.primary {
        padding: 10px 20px;
    }

    .btn:hover {
        text-decoration: none;
        opacity: .9;
    }

    .btn.pink {
        background: url(/images/charity/bg-btn-3.png) repeat-x 0 0/auto 100% !important;
    }

    .btn.blue {
        background: url(/images/charity/bg-btn-1.png) repeat-x 0 0/auto 100% !important;
    }

    .btn.dark-blue {
        background: url(/images/charity/bg-btn-6.png) repeat-x 0 0/auto 100% !important;
    }

    .btn.black {
        background: url(/images/charity/bg-btn-4.png) repeat-x 0 0/auto 100% !important;
    }

    .btn.yellow {
        background: url(/images/charity/bg-btn-7.png) repeat-x 0 0/auto 100% !important;
    }

    .btn.brown {
        background: url(/images/charity/bg-btn-9.png) repeat-x 0 0/auto 100% !important;
    }

    .btn.white {
        background: url(/images/charity/bg-btn-8.png) repeat-x 0 0/auto 100% !important;
        color: #000 !important;
    }

        .btn.white:after {
            color: #000 !important;
        }

    .btn.green {
        background: url(/images/charity/bg-btn-2.png) repeat-x 0 100%;
    }

    .btn.light-blue {
        background: url(/images/charity/bg-btn-1.png) repeat-x 0 100%;
    }

    .btn.membership {
        background: url(/images/charity/bg-btn-3.png) repeat-x 0 0/auto 100%;
    }

    .btn.no-background {
        background: none;
    }

    .btn.pink-text {
        color: #c24892 !important;
    }

    .btn.pink-text:after {
        color: #c24892 !important;
    }

    .btn.btn-mail:after {
        content: "\e91c";
        -webkit-transform: translateY(-59%);
        -ms-transform: translateY(-59%);
        transform: translateY(-59%);
        font-size: 18px;
    }

    .btn.search:after {
        content: "\e925";
    }

    .btn.less-icon:after {
        content: "";
        display: none;
    }

.cycle-gallery {
    position: relative;
}

    .cycle-gallery .mask {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .cycle-gallery .mask .slideset {
            width: 99999px;
            float: left;
        }

        .cycle-gallery .mask .slide {
            width: 100%;
            float: left;
        }

            .cycle-gallery .mask .slide.active {
                z-index: 1;
            }

            .cycle-gallery .mask .slide img {
                width: 100%;
                height: auto;
            }

    .cycle-gallery .pagination ul {
        list-style: none;
        margin: 0;
        padding: 25px 0;
    }

    .cycle-gallery .pagination li {
        float: left;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 10px 0 0;
        background: #e9f1f4;
        text-indent: -9999px;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

        .cycle-gallery .pagination li:hover,
        .cycle-gallery .pagination li.active {
            text-decoration: none;
            background: #27a1dd;
        }

    .cycle-gallery .pagination a {
        display: block;
    }

.fixed-line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 50px;
    background-repeat: repeat-x;
}

.quote-box {
    margin: 74px 0 41px;
    text-align: center;
}

    .quote-box q {
        font-size: 30px;
        line-height: 1.2;
        font-style: italic;
        font-weight: 300;
        max-width: 716px;
        padding: 0 71px;
        margin: 0 auto 60px;
        display: block;
        position: relative;
    }

        .quote-box q:before,
        .quote-box q:after {
            content: "\201C";
            position: absolute;
            top: -73px;
            left: 0;
            font: 150px/150px "Times New Roman", Times, Baskerville, Georgia, serif;
            color: #c7bd19;
            height: 80px;
        }

        .quote-box q:after {
            content: "\201D";
            top: auto;
            left: auto;
            bottom: -56px;
            right: 0;
        }

    .quote-box cite {
        font-size: 18px;
        line-height: 1.2;
        font-style: normal;
        display: block;
        font-weight: 900;
    }

.two-visuals {
    overflow: hidden;
    margin: 0 -6px 25px;
}

    .two-visuals .box {
        padding: 0 6px;
        position: relative;
        float: left;
        width: 50%;
    }

    .two-visuals [class*="icon-"] {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #fff;
        font-size: 19px;
        text-decoration: none;
    }

        .two-visuals [class*="icon-"]:hover {
            opacity: .9;
        }

    .two-visuals img {
        display: block;
        width: 100%;
        height: auto;
    }

.large-visual {
    overflow: hidden;
    position: relative;
    margin: 0 0 34px;
}

    .large-visual [class*="icon-"] {
        position: absolute;
        top: 15px;
        right: 23px;
        color: #fff;
        font-size: 19px;
        text-decoration: none;
    }

        .large-visual [class*="icon-"]:hover {
            opacity: .9;
        }

    .large-visual img {
        display: block;
        width: 100%;
        height: auto;
    }

.load-more {
    font-size: 18px;
    text-align: center;
    padding: 24px 0 0;
    color: #000;
    display: none;
}

    .load-more strong {
        font-weight: 500;
    }

    .load-more .icon-loader {
        display: inline-block;
        vertical-align: middle;
        font-size: 32px;
        margin: 0 13px 0 7px;
    }

    .load-more.yellow .icon-loader:before {
        -webkit-animation-name: yellow-rotate-loader;
        animation-name: yellow-rotate-loader;
    }

    .load-more.pink .icon-loader:before {
        -webkit-animation-name: pink-rotate-loader;
        animation-name: pink-rotate-loader;
    }

    .load-more.green .icon-loader:before {
        -webkit-animation-name: green-rotate-loader;
        animation-name: green-rotate-loader;
    }

    .load-more.blue .icon-loader:before {
        -webkit-animation-name: blue-rotate-loader;
        animation-name: blue-rotate-loader;
    }

    .load-more.brown .icon-loader:before {
        -webkit-animation-name: brown-rotate-loader;
        animation-name: brown-rotate-loader;
    }

    .load-more .icon-loader:before {
        -webkit-animation: main-rotate-loader 2s linear infinite;
        animation: main-rotate-loader 2s linear infinite;
        display: inline-block;
        vertical-align: middle;
    }

    .load-more .text {
        display: inline-block;
        vertical-align: middle;
        padding: 7px 0 0;
    }

.load-more-add {
    font-size: 18px;
    text-align: center;
    color: #000;
    display: block;
}

    .load-more-add a {
        text-decoration: none;
        color: #000;
    }

        .load-more-add a:hover {
            opacity: .8;
        }

    .load-more-add .icon-arrow-bottom {
        display: none;
        font-size: 30px;
        margin-top: 10px;
    }

.custom-paging {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

    .custom-paging .prev,
    .custom-paging .next {
        width: 44px;
    }

    .custom-paging .prev {
        float: left;
    }

    .custom-paging .all {
        display: inline-block;
        vertical-align: top;
    }

        .custom-paging .all .btn {
            min-width: 158px;
        }

    .custom-paging .next {
        float: right;
    }

    .custom-paging .btn {
        padding: 10px;
        min-width: 0;
        text-align: center;
    }

        .custom-paging .btn:hover {
            opacity: .7;
        }

.social-box {
    color: #72b449;
}

    .social-box > li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 23px;
        position: relative;
    }

        .social-box > li.hover .socials-add,
        .social-box > li:hover .socials-add {
            opacity: 1;
            visibility: visible;
        }

        .social-box > li:last-child {
            margin-right: 0;
        }

    .social-box .social-item {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }

        .social-box .social-item:hover .caption {
            opacity: .8;
        }

        .social-box .social-item > [class*="icon-"] {
            display: inline-block;
            vertical-align: middle;
            font-size: 25px;
            line-height: 1.1;
            margin-right: 7px;
        }

    .social-box .caption {
        display: inline-block;
        vertical-align: middle;
        color: #000;
    }

.blue-theme .social-box {
    color: #009fe3;
}

.social-box.yellow .social-item {
    color: #c7bd19;
}

.social-box.blue .social-item {
    color: #009fe3;
}

.social-box.black .social-item {
    color: #000;
}

.social-box.pink .social-item {
    color: #c24892;
}

.social-box.brown .social-item {
    color: #9f4a0a;
}

.socials-add {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

    .socials-add li {
        display: inline-block;
        vertical-align: top;
        font-size: 37px;
        line-height: 1;
    }

        .socials-add li + li {
            margin-left: 13px;
        }

    .socials-add a {
        display: block;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        text-decoration: none;
        line-height: 0;
    }

        .socials-add a:after {
            content: "";
            position: absolute;
            z-index: -1;
            background: #fff;
            left: 6px;
            right: 6px;
            top: 6px;
            bottom: 6px;
            border-radius: 50%;
        }

    .socials-add [class*="icon-"] {
        display: block;
        -webkit-transition: color .3s;
        transition: color .3s;
        line-height: 1.1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .socials-add [class*="icon-"].icon-facebook-o {
            color: #3b5998;
        }

        .socials-add [class*="icon-"].icon-twitter-o {
            color: #2baee9;
        }

        .socials-add [class*="icon-"].icon-google-o {
            color: #de462e;
        }

        .socials-add [class*="icon-"].icon-linkedin-o {
            color: #007db4;
        }

        .socials-add [class*="icon-"]:hover {
            color: #72b449;
        }

    .socials-add.popup-state {
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        transform: translateX(-60%);
        display: inline-block;
        vertical-align: top;
        margin-bottom: 17px;
        padding: 5px 7px 6px;
        border-radius: 26px;
        background: #000;
        white-space: nowrap;
        visibility: hidden;
        z-index: 20;
        opacity: 0;
    }

        .socials-add.popup-state:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin: -1px 0 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-style: solid;
            border-width: 12px 10px 0;
            border-color: #000 transparent transparent transparent;
        }

        .socials-add.popup-state:after {
            content: "";
            position: absolute;
            top: 100%;
            height: 17px;
            width: 100%;
            left: 0;
            z-index: 1;
        }

        .socials-add.popup-state li {
            padding-top: 0;
            margin-right: 0;
        }

            .socials-add.popup-state li + li {
                margin-left: 3px;
            }

.intro-section {
    position: relative;
    z-index: 1;
}

    .intro-section:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(/images/charity/intro-section-scale-bg.png);
        background-repeat: repeat-x;
        background-position: 0 100%;
        height: 50px;
    }

    .intro-section.map-box:after {
        height: 24px;
        background-size: auto 100%;
    }

    .intro-section .image-box img {
        width: 100%;
        min-height: 150px;
    }

    .intro-section h1 {
        margin: 0;
        position: absolute;
        left: 0;
        top: 45%;
        z-index: 1;
        padding: 30px 55px 31px 40px;
        color: #fff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 760px;
    }

        .intro-section h1:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -10px;
            right: 0;
            z-index: -1;
            background: url(/images/charity/contact-us-title-bg.png) no-repeat 100% 0/auto 100%;
        }

.company-info {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 60px 0 60px;
}

    .company-info .inner-area {
        margin: 0 -28px;
    }

    .company-info .box {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 0 28px;
    }

.resize-active * {
    -webkit-transition: none 0 0 !important;
    transition: none 0 0 !important;
}

.star-rating.static {
    cursor: default;
    pointer-events: none;
}

    .star-rating.static .icon-star {
        float: left;
    }

.star-rating.rating-big .star-holder {
    margin: 0 -8px;
}

.star-rating.rating-big .icon-star {
    font-size: 60px;
    margin: 0 8px;
}

.star-rating .star-holder {
    display: inline-block;
    vertical-align: top;
}

.star-rating .icon-star {
    cursor: pointer;
    float: right;
    font-size: 16px;
    color: #c7d7dd;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin: 0 2px;
}

    .star-rating .icon-star:hover,
    .star-rating .icon-star:hover ~ .icon-star,
    .star-rating .star-rating-input:checked ~ .icon-star,
    .star-rating .jcf-checked ~ .icon-star {
        color: #72b449;
    }

.star-rating .star-rating-input {
    display: none;
}

.star-rating .jcf-radio {
    display: none;
}

.static.rating-one .icon-star:nth-child(-n + 2) {
    color: #72b449;
}

.description-only.description-only .item-active .static.rating-one .icon-star:nth-child(-n + 2) {
    color: #fff;
}

.static.rating-two .icon-star:nth-child(-n + 4) {
    color: #72b449;
}

.description-only.description-only .item-active .static.rating-two .icon-star:nth-child(-n + 4) {
    color: #fff;
}

.static.rating-three .icon-star:nth-child(-n + 6) {
    color: #72b449;
}

.description-only.description-only .item-active .static.rating-three .icon-star:nth-child(-n + 6) {
    color: #fff;
}

.static.rating-four .icon-star:nth-child(-n + 8) {
    color: #72b449;
}

.description-only.description-only .item-active .static.rating-four .icon-star:nth-child(-n + 8) {
    color: #fff;
}

.static.rating-five .icon-star:nth-child(-n + 10) {
    color: #72b449;
}

.description-only.description-only .item-active .static.rating-five .icon-star:nth-child(-n + 10) {
    color: #fff;
}

.marker-opener {
    background: url(/images/charity/marker.svg);
    width: 33px;
    height: 40px;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}

.popup {
    padding: 7px;
    width: 318px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .17);
    margin: 0 0 30px;
    cursor: default;
}

    .popup:before {
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 13px 11px 0;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 50%;
        margin-left: -11px;
        bottom: -13px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, .17);
    }

.active .popup {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.filter-form {
    background: #f1eed5;
    padding: 20px;
}

    .filter-form.active .opener {
        margin: 0 0 16px;
    }

        .filter-form.active .opener [class^="icon-"] {
            opacity: 0;
            visibility: hidden;
        }

    .filter-form.active .close-ico {
        opacity: 1;
        visibility: visible;
    }

.mobile-repeat .filter-form {
    margin: 0 0 29px;
}

.filter-form .opener {
    display: block;
    margin: 0 0 15px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: margin .3s;
    transition: margin .3s;
}

    .filter-form .opener .button-holder {
        position: relative;
    }

    .filter-form .opener [class^="icon-"] {
        display: none;
        opacity: 1;
        font-size: 34px;
        visibility: visible;
        -webkit-transition: all .3s;
        transition: all .3s;
        vertical-align: top;
    }

.filter-form .close-ico {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s;
    z-index: 1;
}

    .filter-form .close-ico:before,
    .filter-form .close-ico:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -4px;
        height: 6px;
        width: 45px;
        background: #000;
        -webkit-transition: background .3s;
        transition: background .3s;
    }

    .filter-form .close-ico:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .filter-form .close-ico:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.filter-form .frame {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.filter-form .bottom-position {
    display: table-footer-group;
    position: relative;
}

    .filter-form .bottom-position ~ .line {
        clear: both;
    }

.filter-form .row {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -10px;
}

.filter-form .block {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.5;
    width: 50%;
    padding: 0 10px 14px;
}

    .filter-form .block:only-child {
        width: 100%;
    }

.filter-form .jcf-range:last-child {
    margin-bottom: 0;
}

.filter-form .jcf-checkbox {
    float: left;
}

    .filter-form .jcf-checkbox ~ label {
        display: block;
        overflow: hidden;
    }

.filter-form .line {
    margin: 0 0 30px;
}

.filter-form input[type="text"],
.filter-form input[type="tel"],
.filter-form input[type="email"],
.filter-form input[type="search"],
.filter-form input[type="password"],
.filter-form input[type="url"],
.filter-form textarea,
.filter-form select,
.filter-form .jcf-select, .filter-form .jcf-select-text {
    width: 100%;
    font-weight: 600;
}


.filter-form label {
    line-height: 26px;
}

.filter-form .bottom-bar .line:last-child {
    margin: 0;
}

.filter-form .title-holder .small-title,
.filter-form .title-holder .caption {
    float: left;
    width: 50%;
}

.filter-form .title-holder .caption {
    text-align: right;
    padding-right: 5px;
}

.filter-form .caption {
    font-size: 18px;
    font-weight: 300;
}

.filter-form [type="submit"],
.filter-form [type="reset"] {
    display: inline-block;
    vertical-align: middle;
}

.filter-form [type="submit"] {
    font-size: 18px;
    min-width: 158px;
}

.filter-form [type="reset"] {
    background: none;
    border: none;
    color: #c7bd19;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .filter-form [type="reset"]:focus {
        outline: none;
    }

    .filter-form [type="reset"]:hover {
        color: #6c670e;
    }

.sign-up-form {
    padding: 17px 20px 20px;
    position: relative;
}

    .sign-up-form.tablet-col {
        background: #f2e5ed;
        width: 100% !important;
    }

    .sign-up-form.wide .btn {
        padding-right: 20px;
    }

        .sign-up-form.wide .btn:hover {
            opacity: .7;
        }

    .sign-up-form .title-holder {
        padding: 0 80px 10px 0;
        color: #c24892;
    }

    .sign-up-form .custom-title {
        font-size: 28px;
    }

    .sign-up-form .holder {
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
    }

    .sign-up-form input[type="email"] {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        line-height: 1.5;
        clear: both;
    }

    .sign-up-form input[type="email"] {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        line-height: 1.5;
        clear: both;
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .sign-up-form .icon-airplane {
        font-size: 69px;
        position: absolute;
        top: -17px;
        right: 22px;
        color: #c24892;
    }

    .sign-up-form.box .icon-airplane {
        position: relative;
        right: 0;
        top: 0;
    }

    .sign-up-form.box .title-holder {
        padding: 0;
    }


/*.sign-up-form [type="submit"] {
        font-size: 21px;
        line-height: 1;
        width: 31.1%;
        margin-left: 3.9%;
        min-width: 0;
        padding: 10px 10px;
        text-align: left;
        -webkit-transition: all .3s;
        transition: all .3s;
    }*/


.meet-author {
    padding: 24px 20px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 8px 8px 10px 0 rgba(192, 112, 61, .1);
}

    .meet-author.yellow {
        background: #f1eed5;
    }

        .meet-author.yellow .author-name {
            color: #c7bd19;
        }

    .meet-author .header-box {
        margin: 0 0 14px;
    }

        .meet-author .header-box .image-box {
            float: right;
            width: 145px;
        }

    .meet-author .wide-box {
        overflow: hidden;
    }

    .meet-author .custom-title {
        display: block;
        margin: 0 0 14px;
    }

    .meet-author p {
        margin: 0 0 20px;
    }

    .meet-author .btn {
        display: block;
    }

    .meet-author .image-box img {
        border-radius: 50%;
    }

    .meet-author .social-box > li {
        margin: 0 5px 4px 0;
    }

        .meet-author .social-box > li:last-child {
            margin-right: 0;
        }

        .meet-author .social-box > li > .social-item > [class*="icon-"] {
            font-size: 20px;
            margin-right: 5px;
        }

.author-info-box {
    padding: 20px;
    margin: 0 0 40px;
}

    .author-info-box.yellow {
        background: #f1eed5;
    }

        .author-info-box.yellow .author-name {
            color: #c7bd19;
        }

    .author-info-box .image-box {
        float: left;
        width: 317px;
    }

        .author-info-box .image-box img {
            float: left;
            width: 84px;
            height: 84px;
            margin-right: 10px;
            border-radius: 50%;
        }

    .author-info-box .wide-box {
        text-align: right;
        padding-top: 26px;
    }

    .author-info-box .author-name {
        overflow: hidden;
        font-size: 24px;
        line-height: 1.1;
        padding-top: 27px;
    }

    .author-info-box .social-box {
        font-size: 14px;
    }

        .author-info-box .social-box > li {
            margin-right: 42px;
        }

            .author-info-box .social-box > li:last-child {
                margin-right: 0;
            }

.comment-form {
    background: #f1eed5;
}

    .comment-form .wide-col:only-child,
    .comment-form .short-col:only-child {
        width: 100%;
        float: none;
    }

    .comment-form .frame {
        margin: 0 -10px;
    }

    .comment-form .wide-col,
    .comment-form .short-col {
        float: left;
        padding: 0 10px;
    }

    .comment-form .wide-col {
        width: 58.36%;
    }

    .comment-form .short-col {
        width: 41.64%;
    }

    .comment-form .line {
        margin: 0 0 24px;
    }

        .comment-form .line:last-child {
            margin-bottom: 0;
        }

    .comment-form .top-line {
        display: block;
        padding: 21px 0 23px;
    }

    .comment-form .add-title {
        margin: 0 0 26px;
    }

    .comment-form label {
        margin-bottom: 8px;
    }

    .comment-form textarea {
        height: 385px;
    }

    .comment-form .bottom-bar {
        margin: 37px 0 0;
    }

.in-this {
    position: relative;
    background: #ebebeb;
    padding: 26px 20px 39px;
    z-index: 1;
}

    .in-this.yellow {
        background: #f1eed5;
    }

        .in-this.yellow li a:after {
            color: #c7bd19;
        }

    .in-this.brown {
        background: #f1e6de;
    }

        .in-this.brown li a:after {
            color: #9f4a0a;
        }

    .in-this.blue {
        background: #e9f1f4;
    }

        .in-this.blue li a:after {
            color: #27a1dd;
        }

    .in-this h2 {
        font: 24px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 27px;
    }

    .in-this ul {
        font-size: 18px;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-weight: 900;
        color: #000;
    }

    .in-this li {
        list-style: none;
        position: relative;
        padding: 0 30px 0 0;
    }

        .in-this li:hover {
            opacity: .8;
        }

        .in-this li + li {
            margin: 32px 0 0;
        }

        .in-this li a {
            display: inline-block;
            vertical-align: top;
            color: inherit;
            text-decoration: none;
        }

            .in-this li a:after {
                position: absolute;
                top: 50%;
                right: 0;
                content: "\e904";
                width: 20px;
                color: #72b449;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 21px;
                -webkit-transition: right .3s linear;
                transition: right .3s linear;
            }

.meet {
    position: relative;
    text-align: center;
}

    .meet.black .note {
        background: #000;
    }

    .meet.blue .note {
        background: #009fe3;
    }

    .meet.yellow .note {
        background: #c7bd19;
    }

    .meet.pink .note {
        background: #c24892;
    }

    .meet.brown .note {
        background: #9f4a0a;
    }

    .meet h2 {
        font: 24px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 31px;
    }

    .meet .photo-box {
        position: relative;
        margin: 0 0 36px;
    }

    .meet .bg-cover {
        width: 222px;
        height: 222px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        z-index: 1;
        margin: 0 auto;
        z-index: 1;
    }

    .meet .note {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 1;
        position: absolute;
        bottom: -7px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 30px;
        font-weight: 900;
        color: #fff;
        padding: 10px 10px;
        z-index: 2;
        min-width: 150px;
    }

    .meet blockquote {
        margin: 0 auto;
        max-width: 330px;
    }

    .meet q {
        font-size: 24px;
        line-height: 1.2;
        display: block;
        font-style: italic;
        font-weight: 300;
        margin: 0 0 18px;
    }

    .meet cite {
        font-size: 14px;
        line-height: 1.429;
        font-weight: 900;
        font-style: normal;
        display: block;
    }

    .meet .box {
        display: block;
    }

    .meet .btn {
        margin-top: 30px;
    }

.waiting-box {
    color: #fff;
    background: #72b449;
    padding: 27px 27px 42px;
    box-shadow: 8px 8px 10px 0 rgba(192, 112, 61, .1);
    height: 100%;
}

    .waiting-box h2 {
        font: 24px/36px "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 12px;
        text-transform: uppercase;
    }

    .waiting-box p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        margin: 0 0 18px;
    }

    .waiting-box .box-logo {
        width: 225px;
        display: block;
        margin: 40px auto 0;
    }

    .waiting-box.light-blue {
        background: #e9f1f4;
        color: #000;
    }

        .waiting-box.light-blue .contact-list {
            color: #27a1dd;
        }

            .waiting-box.light-blue .contact-list [class*="icon-"] {
                color: #000;
            }

    .waiting-box.yellow {
        background: #f1eed5;
        color: #000;
    }

        .waiting-box.yellow .contact-list {
            color: #c7bd19;
        }

            .waiting-box.yellow .contact-list [class*="icon-"] {
                color: #000;
            }

.contact-list {
    font-size: 21px;
    line-height: 1.143;
    padding: 0;
    margin: 0;
}

    .contact-list + .contact-list {
        margin: 40px 0 0;
    }

    .contact-list li {
        list-style: none;
        position: relative;
        padding: 0 0 0 33px;
    }

        .contact-list li + li {
            margin: 16px 0 0;
        }

        .contact-list li a {
            color: inherit;
            text-decoration: none;
        }

            .contact-list li a:hover {
                opacity: .8;
            }

    .contact-list [class*="icon-"] {
        position: absolute;
        top: 12px;
        left: 5px;
        font-size: 19px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
    }

    .contact-list .isdn:after {
        content: "isdn";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 2px 0 -6px;
        text-align: center;
        text-transform: uppercase;
        font: bold 8px/1.2 Arial, Helvetica, sans-serif;
    }

    .contact-list .mail-link {
        word-wrap: break-word;
        font-size: 19px;
    }

.licensed-box {
    color: #000;
    background: #ebebeb;
    padding: 27px 27px 42px;
    box-shadow: 8px 8px 10px 0 rgba(192, 112, 61, .1);
    height: 100%;
}

    .licensed-box h2 {
        font: 24px/36px "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 12px;
        text-transform: uppercase;
    }

.media-pack {
    background: #72b449;
    color: #fff;
    padding: 27px 27px 32px;
    box-shadow: 8px 8px 10px 0 rgba(192, 112, 61, .1);
}

    .media-pack .btn {
        margin-top: 10px !important;
    }

    .media-pack h2 {
        font: 24px/36px "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 15px;
        text-transform: uppercase;
    }

    .media-pack p {
        font-size: 16px;
        line-height: 1.417;
        margin: 0 0 23px;
    }

    .media-pack.blue {
        background: #009fe3;
    }

    .media-pack.black {
        background: #000;
    }

    .media-pack.yellow {
        background: #c7bd19;
    }

    .media-pack.pink {
        background: #c24892;
    }

    .media-pack.brown {
        background: #9f4a0a;
    }

    .media-pack.light-blue {
        background: #e9f1f4;
        color: #000;
    }

        .media-pack.light-blue h2 {
            color: #009fe3;
        }

.connect-block {
    font-size: 21px;
    line-height: 1.14;
    color: #27a1dd;
}

    .connect-block [class*="icon"] {
        float: left;
        width: 69px;
        font-size: 54px;
    }

    .connect-block .title-holder {
        margin: 0 0 31px;
    }

    .connect-block .text-frame {
        overflow: hidden;
    }

    .connect-block h2 {
        font: 28px/1.1 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        text-transform: uppercase;
        margin: 0 0 3px;
    }

    .connect-block .caption {
        font-size: 18px;
        font-weight: 900;
        color: #000;
        text-decoration: none;
    }

    .connect-block p {
        margin: 0;
    }

    .connect-block.dark-blue {
        color: #0072b5;
    }

        .connect-block.dark-blue .cycle-gallery .pagination li:hover,
        .connect-block.dark-blue .cycle-gallery .pagination li.active {
            background: #0072b5;
        }

        .connect-block.dark-blue p {
            color: #000;
        }

.simple-carousel {
    font-weight: 900;
}

    .simple-carousel a {
        text-decoration: none;
        font-weight: 900;
        color: #000;
    }

.benefits {
    background: #000;
    color: #fff;
    padding: 27px 20px 27px;
    position: relative;
    margin: 0 0 37px;
    background: #72b449;
    min-height: 120px;
}

    .benefits.black {
        background: #000;
    }

        .benefits.black li:after {
            color: #72b449;
        }

    .benefits.blue {
        background: #009fe3;
    }

    .benefits.yellow {
        background: #c7bd19;
    }

    .benefits.pink {
        background: #c24892;
    }

    .benefits.brown {
        background: #9f4a0a;
    }

    .benefits h2 {
        font: 24px/36px "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 90px 19px 0;
        text-transform: uppercase;
    }

    .benefits .logo-img {
        position: absolute;
        top: 25px;
        right: 17px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 44px;
        height: 77px;
    }

    .benefits ul {
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    .benefits li {
        list-style: none;
        position: relative;
        padding: 0 0 0 24px;
    }

        /*.benefits li:after {
            content: "\e909";
            position: absolute;
            top: 2px;
            left: 0;
            font-size: 17px;
        }*/

        .benefits li + li {
            margin: 7px 0 0;
        }

        .benefits li a {
            color: inherit;
            text-decoration: none;
        }

            .benefits li a:hover {
                opacity: .9;
            }

.find-more {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 22px 20px 33px;
    color: #fff;
}

    .find-more .price {
        width: 246px;
        height: 246px;
        font-size: 60px;
        line-height: 1.2;
        font-weight: 900;
        position: relative;
        padding: 38px 0 0;
        margin: 0 auto 30px;
        text-align: center;
        color: #fff;
    }

    .find-more .p-value {
        display: block;
    }

    .find-more .in {
        font-size: 24px;
        font-weight: 900;
        display: block;
    }

    .find-more .price-value {
        display: block;
    }

    .find-more .range-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .find-more p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 21px;
    }

.secure {
    position: relative;
}

    .secure.black [class*="icon-"] {
        background: #000;
    }

    .secure.blue [class*="icon-"] {
        background: #009fe3;
    }

    .secure.yellow [class*="icon-"] {
        background: #c7bd19;
    }

    .secure.pink [class*="icon-"] {
        background: #c24892;
    }

    .secure.brown [class*="icon-"] {
        background: #9f4a0a;
    }

    .secure [class*="icon-"] {
        display: inline-block;
        vertical-align: middle;
        width: 89px;
        height: 89px;
        border-radius: 50%;
        background: #72b449;
        position: relative;
    }

        .secure [class*="icon-"]:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            color: #fff;
            font-size: 50px;
        }

    .secure .value {
        display: inline-block;
        vertical-align: middle;
        font-size: 21px;
        line-height: 1.2;
        font-weight: 900;
        padding: 0 0 0 16px;
        width: 69%;
    }

.logo-info img {
    vertical-align: top;
}

.logo-info h2 {
    font: 28px/1.1 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.logo-info .image-box {
    float: left;
    position: relative;
    width: 157px;
    padding: 16px 20px 36px 0;
    text-align: center;
}

    .logo-info .image-box a {
        display: block;
    }

.logo-info .text-box {
    overflow: hidden;
}

.logo-info .icon-arrow2-right {
    position: absolute;
    left: -10px;
    top: -11px;
    font-size: 35px;
    -webkit-transform: rotate(73deg);
    -ms-transform: rotate(73deg);
    transform: rotate(73deg);
    color: #72b449;
}

.logo-info p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 13px;
}

.e-news input[type="email"] {
    background: #f2e5ed;
    width: 100%;
    margin: 0 0 24px;
}

.e-news p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 14px;
}

.e-news .title-holder {
    margin: 0 0 10px;
    color: #c24892;
}

    .e-news .title-holder [class*="icon"] {
        float: left;
        width: 69px;
        font-size: 54px;
        margin-top: -5px;
    }


    .e-news .title-holder .text-frame {
        overflow: hidden;
    }

.e-news h2 {
    font: 28px/1.1 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.association {
    position: relative;
}

    .association .topic {
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: rotate(-3deg) translateX(-50%);
        -ms-transform: rotate(-3deg) translateX(-50%);
        transform: rotate(-3deg) translateX(-50%);
        margin: 0 0 28px -32px;
        text-align: center;
    }

        .association .topic h2 {
            font: normal 17px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            letter-spacing: 1px;
            margin: 0;
        }

            .association .topic h2:after {
                content: "\e901";
                font-size: 32px;
                position: absolute;
                top: 4px;
                right: -34px;
                color: #72b449;
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
            }

    .association .tabset {
        font-size: 19px;
        line-height: 1.2;
        font-weight: 900;
        display: table;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

        .association .tabset li {
            list-style: none;
            display: table-cell;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .association .tabset li:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
            }

            .association .tabset li + li {
                padding: 0 0 0 2px;
                /*Removed by Nathan because its adding a weird left border to the tabs on the home page.
                border-left: 1px solid #fff;*/
            }

                .association .tabset li + li .bg-img {
                    left: 2px;
                }

            .association .tabset li.active:after {
                display: none;
            }

        .association .tabset a {
            display: block;
            padding: 22px 10px 12px;
            text-align: center;
            text-decoration: none;
            color: inherit;
            cursor: default;
        }

        .association .tabset [class*="icon"] {
            display: block;
            width: 30px;
            height: 30px;
            margin: 0 auto 4px;
            position: relative;
            font-size: 24px;
        }

            .association .tabset [class*="icon"]:before {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .association .tabset .icon-leaflet {
            font-size: 30px;
            -webkit-transform: rotate(-14deg);
            -ms-transform: rotate(-14deg);
            transform: rotate(-14deg);
        }

        .association .tabset .icon-tree {
            font-size: 29px;
        }

        .association .tabset .icon-tractor {
            font-size: 38px;
        }

        .association .tabset .color1, .association .tabset .yellow {
            color: #c7bd19;
        }

        .association .tabset .color2, .association .tabset .black {
            color: #000;
        }

        .association .tabset .color3, .association .tabset .green {
            color: #72b449;
        }

        .association .tabset .color4, .association .tabset .light-blue {
            color: #27a1dd;
        }

        .association .tabset .color5, .association .tabset .brown {
            color: #9f4a0a;
        }

        .association .tabset .color6, .association .tabset .pink {
            color: #c24892;
        }

        .association .tabset .bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

    .association .tab-content {
        position: relative;
    }

    .association .tab-slide {
        width: auto !important;
        z-index: 1;
    }

        .association .tab-slide:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -9999px;
            right: -9999px;
            z-index: -1;
        }

    .association .slide-color1 .opener, .association .slide-yellow .opener {
        color: #c7bd19;
    }

    .association .slide-color1 .tab-slide:after, .association .slide-yellow .tab-slide:after {
        background: #f1eed5;
    }

    .association .slide-color2 .opener, .association .slide-black .opener {
        color: #000;
    }

    .association .slide-color2 .tab-slide:after, .association .slide-black .tab-slide:after {
        background: #ebebeb;
    }

    .association .slide-color3 .opener, .association .slide-green .opener {
        color: #72b449;
    }

    .association .slide-color3 .tab-slide:after, .association .slide-green .tab-slide:after {
        background: #e9eee6;
    }

    .association .slide-color4 .opener, .association .slide-light-blue .opener {
        color: #27a1dd;
    }

    .association .slide-color4 .tab-slide:after, .association .slide-light-blue .tab-slide:after {
        background: #e9f1f4;
    }

    .association .slide-color5 .opener, .association .slide-brown .opener {
        color: #9f4a0a;
    }

    .association .slide-brown .tab-slide:after, .association .slide-brown .tab-slide:after {
        background: #f1e6de;
    }

    .association .slide-color6 .opener, .association .slide-pink .opener {
        color: #C24892;
    }

    .association .slide-color6 .tab-slide:after, .association .slide-pink .tab-slide:after {
        background: #f2e5ed;
    }

    .association .tab-accordion {
        margin: 0;
        padding: 0 15px;
        list-style: none;
    }

        .association .tab-accordion li:last-child {
            margin: 0;
        }

    .association .opener-box {
        position: relative;
        overflow: hidden;
    }

        .association .opener-box:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
        }

        .association .opener-box .bg-img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

    .association .opener {
        font-size: 19px;
        font-weight: 900;
        display: block;
        padding: 17px 10px 9px;
        text-align: center;
        text-decoration: none;
        z-index: 1;
    }

        .association .opener:after {
            content: "\e905";
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #000;
            font-size: 32px;
            margin: 4px 0 0;
            opacity: 0;
            -webkit-transition: all .5s linear;
            transition: all .5s linear;
        }

        .association .opener [class*="icon"] {
            display: block;
            width: 20px;
            height: 30px;
            margin: 0 auto 3px;
            position: relative;
            font-size: 25px;
        }

            .association .opener [class*="icon"]:before {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .association .opener .icon-leaflet {
            -webkit-transform: rotate(-14deg);
            -ms-transform: rotate(-14deg);
            transform: rotate(-14deg);
        }

        .association .opener .icon-tractor {
            font-size: 38px;
        }

    .association .slide {
        overflow: hidden;
        padding: 30px 0;
    }

.news-holder {
    margin: 0 -3px;
    overflow: hidden;
}

.news-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 33.3333%;
    float: left;
    padding: 0 3px;
    margin: 0 0 8px;
}

    .news-box.news-box-event .bg-stretch {
        background-image: url(/images/bg-soil-default.png);
    }

    .news-box.news-box-news .bg-stretch {
        background-image: url(/images/bg-soil-default.png);
    }

    .news-box.news-box-offer .bg-stretch {
        background-image: url(/images/bg-soil-default.png);
    }

    .news-box:before,
    .news-box:after {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 5px;
        background: url(/images/charity/bg-association-11.png) no-repeat 0 0/100% 100%;
    }

    .news-box:after {
        top: auto;
        bottom: 0;
        background: url(/images/charity/bg-association-12.png) no-repeat 0 0/100% 100%;
    }

    .news-box .inner-box {
        overflow: hidden;
        position: relative;
        height: 255px;
        cursor: pointer;
    }

        .news-box .inner-box:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            box-shadow: 0 0 200px 150px rgba(0, 0, 0, .6);
        }

    .news-box .bg-stretch {
        z-index: 0;
    }

    .news-box h2 {
        font-size: 24px;
        line-height: 1.125;
        margin: 0 10px 0 0;
        font-weight: 900;
        max-width: 320px;
        position: absolute;
        bottom: 17px;
        left: 18px;
        color: #fff;
        text-shadow: 1px 0 1px #000;
        z-index: 1;
    }

        .news-box h2 a {
            color: inherit;
            text-decoration: none;
            display: block;
        }

            .news-box h2 a:hover {
                color: #ccc;
            }

        .news-box h2 small {
            font-size: 14px;
            font-weight: 500;
            display: block;
            text-transform: uppercase;
            text-shadow: 1px 0 1px #000;
            margin: 0 0 3px;
            color: #fff;
        }

    .news-box .tag-list {
        margin: 19px 0 0 19px;
    }

.organic-large {
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
    z-index: 1;
}

    .organic-large .inner-box {
        position: relative;
        overflow: hidden;
    }

    .organic-large .text-holder {
        max-width: 488px;
        margin: 13px auto 0;
        background: url(/images/charity/bg-association-13.png) no-repeat;
        text-align: center;
        padding: 41px 30px 25px;
        position: relative;
        z-index: 1;
    }

    .organic-large .sub-img {
        position: absolute;
        bottom: 0;
        left: -158px;
        z-index: -1;
    }

    .organic-large h2 {
        font-size: 24px;
        font-weight: 900;
        margin: 0 0 13px;
    }

    .organic-large p {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 20px;
    }

.organic-boxes {
    margin: 0 -4px;
    overflow: hidden;
}

    .organic-boxes .box {
        position: relative;
        overflow: hidden;
        float: left;
        width: 25%;
        padding: 0 4px;
        margin: 0 0 9px;
        z-index: 1;
        display: block;
        text-decoration: none;
    }

        .organic-boxes .box:hover .inner-box {
            color: #72b449;
        }

        .organic-boxes .box:hover .bg-stretch {
            opacity: .3;
        }

    .organic-boxes .bg-stretch {
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .organic-boxes .bg-stretch:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
            box-shadow: 0 0 200px 130px rgba(0, 0, 0, .5);
        }

    .organic-boxes .inner-box {
        height: 257px;
        display: block;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        background: #000;
        z-index: 1;
        color: #fff;
    }

    .organic-boxes .box-title {
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 5px 0 0;
        z-index: 1;
        padding: 0 10%;
    }

    .organic-boxes .category {
        display: block;
        font: 36px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        text-shadow: 1px 0 1px #000;
        text-transform: uppercase;
        margin: 0 0 -5px;
    }

    .organic-boxes .status {
        font-size: 36px;
        line-height: 1;
        text-shadow: 1px 0 1px #000;
        text-transform: uppercase;
    }

.involve-boxes {
    margin: 0 -5px;
    overflow: hidden;
}

    .involve-boxes .col {
        float: left;
        width: 100%;
    }

    .involve-boxes .bg-stretch {
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .involve-boxes .box {
        padding: 0 5px;
        height: 257px;
        margin: 0 0 9px;
        display: block;
        color: #fff;
    }

    .involve-boxes .large-text .name {
        line-height: 1.5;
    }

    .involve-boxes .large-text .category {
        line-height: 1.2;
    }

    .involve-boxes .box:hover .inner-area, .involve-boxes .box:hover .coloured-hover .large-text {
        color: #72b449 !important;
    }


    .involve-boxes .box:hover .bg-stretch {
        opacity: .3;
    }

    .involve-boxes .box.large {
        height: 523px;
    }

    .involve-boxes .box.shadow .bg-stretch:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 150px 100px rgba(0, 0, 0, .5);
        z-index: -1;
    }

    .involve-boxes .inner-area {
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #000;
        display: block;
        color: #fff;
    }

    .involve-boxes .text-holder {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin: 5px 0 0;
        padding: 0 10%;
    }

    .involve-boxes .name {
        display: block;
        font: 36px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        text-shadow: 1px 0 1px #000;
        margin: 0 0 -5px;
    }

    .involve-boxes .category {
        font-size: 36px;
        display: block;
        text-transform: uppercase;
        text-shadow: 1px 0 1px #000;
    }

    .involve-boxes .large-text {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        text-align: center;
        margin: 5px 0 0;
    }

        .involve-boxes .large-text .name {
            font-size: 60px;
            margin: 0 0 -10px;
        }

        .involve-boxes .large-text .category {
            font-size: 60px;
        }

    .involve-boxes .price {
        width: 246px;
        height: 246px;
        font-size: 60px;
        line-height: 1.2;
        position: relative;
        padding: 35px 0 0;
        margin: 0px auto 0;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
    }

    .involve-boxes .price-circle {
        position: relative;
        margin-top: 2.5em;
    }

    .involve-boxes .p-value {
        display: block;
    }

    .involve-boxes .in {
        font-size: 24px;
        display: block;
    }

    .involve-boxes .price-value {
        display: block;
    }

    .involve-boxes .range-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.we-do-boxes {
    position: relative;
    margin: 0 -2px;
    overflow: hidden;
}

    .we-do-boxes .box {
        float: left;
        width: 33.3333%;
        padding: 0 2px;
        margin: 0 0 4px;
        color: #fff;
    }

        .we-do-boxes .box:hover .bg-stretch {
            opacity: .25;
        }

        .we-do-boxes .box:hover h2 {
            margin: 0 0 20px;
        }

        .we-do-boxes .box:hover .note {
            opacity: 1;
        }

    .we-do-boxes .inner-area {
        overflow: hidden;
        height: 257px;
        position: relative;
        z-index: 1;
        background: #000;
        display: block;
        color: #fff;
    }

    .we-do-boxes .bg-stretch {
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .we-do-boxes .bg-stretch:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
            box-shadow: 0 0 150px 100px rgba(0, 0, 0, .5);
        }

    .we-do-boxes .text-holder {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        z-index: 1;
        padding: 0 10%;
    }

    .we-do-boxes h2 {
        font-size: 40px;
        line-height: 1;
        font-weight: 900;
        margin: 0;
        text-transform: uppercase;
        text-shadow: 1px 0 1px #000;
        -webkit-transition: margin .3s;
        transition: margin .3s;
        position: relative;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .we-do-boxes .note {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-transform: uppercase;
        font: 14px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        padding: 20px 0 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .we-do-boxes .note:after {
            content: "\e901";
            position: absolute;
            top: 3px;
            right: -35px;
            -webkit-transform: rotate(-69deg);
            -ms-transform: rotate(-69deg);
            transform: rotate(-69deg);
            font-size: 30px;
        }

.farming {
    position: relative;
    margin: 0 -4px;
    overflow: hidden;
}

    .farming .box {
        float: left;
        width: 33.3333%;
        padding: 0 4px;
    }

        .farming .box:hover .inner-area:before {
            top: 0%;
        }

        .farming .box:hover .note {
            opacity: 1;
        }

    .farming .inner-area {
        overflow: hidden;
        height: 523px;
        position: relative;
        z-index: 1;
        background: #000;
        color: #fff;
        display: block;
    }

        .farming .inner-area:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            bottom: 0;
            right: 0;
            -webkit-transition: all .5s;
            transition: all .5s;
            background: rgba(0, 0, 0, .75);
        }

        .farming .inner-area:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
            box-shadow: 0 0 150px 100px rgba(0, 0, 0, .5);
        }

    .farming .bg-stretch {
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .farming .text-holder {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin: 17px 0 0;
        z-index: 1;
        padding: 0 10%;
    }

    .farming h2 {
        font-size: 36px;
        line-height: 1;
        font-weight: 900;
        margin: 0;
        text-transform: uppercase;
        text-shadow: 1px 0 1px #000;
    }

    .farming .note {
        position: absolute;
        bottom: 53px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-transform: uppercase;
        font: 14px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        padding: 20px 0 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .farming .note:after {
            content: "\e901";
            position: absolute;
            top: 3px;
            right: -35px;
            -webkit-transform: rotate(-69deg);
            -ms-transform: rotate(-69deg);
            transform: rotate(-69deg);
            font-size: 30px;
        }

#header {
    position: relative;
    padding: 29px 0 4px;
    background: #fff;
    z-index: 110;
}

    #header .header-holder {
        margin: 0 0 0 20%;
    }

    #header a {
        text-decoration: none;
    }

    #header:after {
        position: absolute;
        top: 100%;
        left: 0;
        content: "";
        right: 0;
        height: 4px;
        background: url(/images/charity/bg-header.png) repeat-x 50% 0;
        z-index: 2;
    }

    #header .btn {
        float: right;
        margin-left: 10px;
        font-size: 18px;
        padding: 12px 40px 12px 20px;
        min-width: 132px;
    }

    #header .social-networks {
        min-width: 70px;
    }

.search-holder {
    position: relative;
    z-index: 4;
}

    .search-holder .opener {
        position: relative;
        z-index: 5;
    }

    .search-holder .slide {
        -webkit-transition: width .3s linear;
        transition: width .3s linear;
        position: absolute;
        top: -7px !important;
        right: 0;
        left: auto !important;
        display: block !important;
        width: 0;
        z-index: 3;
        overflow: hidden;
    }

        .search-holder .slide .search-form {
            background: #fff;
        }

    .search-holder input[type="search"],
    .search-holder input[type="text"] {
        font-size: 36px;
        line-height: 1.2;
        border: none;
        font-weight: 300;
        display: block;
        width: 100%;
        color: #000;
        padding: 0;
        border-bottom: 6px solid #000;
        height: 51px;
        box-shadow: none;
    }

        .search-holder input[type="search"]::-webkit-input-placeholder,
        .search-holder input[type="text"]::-webkit-input-placeholder {
            color: #000;
        }

        .search-holder input[type="search"]::-moz-placeholder,
        .search-holder input[type="text"]::-moz-placeholder {
            opacity: 1;
            color: #000;
        }

        .search-holder input[type="search"]:-moz-placeholder,
        .search-holder input[type="text"]:-moz-placeholder {
            color: #000;
        }

        .search-holder input[type="search"]:-ms-input-placeholder,
        .search-holder input[type="text"]:-ms-input-placeholder {
            color: #000;
        }

        .search-holder input[type="search"].placeholder,
        .search-holder input[type="text"].placeholder {
            color: #000;
        }

.list {
    float: right;
    margin-left: 15px;
    font-size: 20px;
}

    .list li {
        float: left;
        margin-left: 8px;
    }

    .list a {
        width: 34px;
        height: 45px;
        display: block;
        text-align: center;
        background: url(/images/charity/bg-btn-4.png) no-repeat 100% 0;
        color: #fff;
        line-height: 45px;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        .list a:hover {
            opacity: .9;
        }

    .list.active .slide {
        width: 500px;
    }

    .list.active ~ .links {
        opacity: 0;
        visibility: hidden;
    }

.links {
    font-size: 14px;
    line-height: 1.2;
    float: left;
    font-weight: 500;
    padding-top: 14px;
    opacity: 1;
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
}

    .links li {
        float: left;
    }

        .links li + li {
            margin: 0 0 0 20px;
        }

    .links a {
        color: #000;
    }

        .links a:hover {
            color: #27a1dd;
        }

        .links a [class*="icon-"] {
            color: #27a1dd;
            font-size: 10px;
        }

.social-networks {
    float: right;
}

    .social-networks li {
        margin-left: 8px;
        float: left;
    }

        .social-networks li:nth-child(odd) a {
            background-position: 0 0;
        }

    .social-networks a {
        width: 34px;
        height: 45px;
        background: url(/images/charity/bg-btn-5.png) no-repeat 100% 0/auto 100%;
        line-height: 45px;
        display: block;
        color: #fff;
        text-align: center;
        -webkit-transition: opacity .3s, color .3s;
        transition: opacity .3s, color .3s;
    }

        .social-networks a:hover {
            opacity: .9;
        }

    .social-networks .linkedin a {
        background: url(/images/charity/bg-btn-6.png) no-repeat 100% 0/auto 100%;
    }

    .social-networks .facebook a {
        background: url(/images/charity/bg-btn-5.png) no-repeat 100% 0/auto 100%;
    }

    .social-networks .twitter a {
        background: url(/images/charity/bg-btn-1.png) no-repeat 100% 0/auto 100%;
    }

.logo {
    float: left;
    width: 135px;
    margin-top: -24px;
    margin-right: 20px;
    margin: -24px 24px 0 0;
}

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

.open-menu-aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding-right: 17px;
}

.menu-holder {
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
    float: right;
    font: 14px/22px "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-left: 40px;
    position: relative;
    z-index: 1;
    color: #000;
    padding: 5px 0 0;
}

@media screen and (max-width: 1080px) and (min-width: 1024px) {

    .header-holder .menu-holder {
        margin-left: 20px !important;
    }

    .header-holder .links li + li {
        margin: 0 0 0 15px;
    }

    .header-holder .jcf-select-region-picker {
        width: 220px;
    }

    .header-holder .jcf-select {
        /*margin: 0 40px 0 15px;*/
    }

    .list {
        margin-left: 0 !important;
    }
}


.open-menu-aside .menu-holder {
    opacity: 0;
    visibility: hidden;
}

.menu-holder .text {
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
}

.menu-holder .menu-opener {
    width: 45px;
    height: 32px;
    float: right;
    position: relative;
}

    .menu-holder .menu-opener:hover {
        opacity: .8;
    }

    .menu-holder .menu-opener span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        background: #000;
        border-radius: 4px;
        -webkit-transition: background .3s linear;
        transition: background .3s linear;
    }

.open-menu-aside .menu-holder .menu-opener span {
    background: #fff;
}

.menu-holder .menu-opener .middle {
    top: 50%;
    margin-top: -4px;
}

.menu-holder .menu-opener .bottom {
    top: auto;
    bottom: -0;
}

.menu-holder .icon-arrow2-right {
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: -10px;
    left: -15px;
    font-size: 38px;
}

#menu-aside {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 102px 42px 20px;
    width: 394px;
    background: #000;
    color: #fff;
    overflow: auto;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 999;
}

.open-menu-aside #menu-aside {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.resize-active #menu-aside {
    -webkit-transition: none;
    transition: none;
}

#menu-aside .menu-holder {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    margin: 0;
    float: none;
    text-align: right;
    right: 0;
    background: #000;
    padding: 30px 42px 10px;
}

    #menu-aside .menu-holder .text {
        padding-top: 16px;
        margin-right: -17px;
    }

    #menu-aside .menu-holder .icon-arrow2-right {
        bottom: -9px;
        left: -33px;
    }

.open-menu-aside #menu-aside .menu-holder {
    opacity: 1;
    visibility: visible;
}

#menu-aside .menu-holder .bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
    top: 50%;
}

#menu-aside .menu-holder .top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

#menu-aside .accordion {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

    #menu-aside .accordion a {
        color: #fff;
        display: block;
        padding: 17px 10px;
        text-decoration: none;
    }

        #menu-aside .accordion a:hover:after {
            color: #fff;
        }

    #menu-aside .accordion li {
        border-bottom: 1px solid #474747;
    }

    #menu-aside .accordion .lower-case {
        text-transform: none;
        font-weight: 500;
    }

    #menu-aside .accordion ul {
        text-transform: none;
        font-size: 14px;
        padding: 2px 0 20px;
    }

        #menu-aside .accordion ul li {
            border-color: #000;
            border-width: 0 0 2px;
        }

        #menu-aside .accordion ul a {
            background: #1a1a1a;
            padding: 15px 13px;
            color: #fff;
        }

            #menu-aside .accordion ul a:hover {
                background: #000;
            }

    #menu-aside .accordion .green {
        color: #72b449;
    }

    #menu-aside .accordion .yellow {
        color: #c7bd19;
    }

    #menu-aside .accordion .brown {
        color: #9f4a0a;
    }

    #menu-aside .accordion .light-blue {
        color: #27a1dd;
    }

    #menu-aside .accordion .pink {
        color: #c24892;
    }

    #menu-aside .accordion .active .opener:after {
        content: "\e905";
        color: #fff;
    }

    #menu-aside .accordion .opener {
        padding-right: 20px;
        position: relative;
    }

        #menu-aside .accordion .opener:after {
            -webkit-transition: color .3s linear;
            transition: color .3s linear;
            position: absolute;
            top: 50%;
            right: 0;
            content: "\e906";
            font-size: 11px;
            color: #474747;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.welcome {
    text-align: center;
    margin: 0 0 88px;
    position: relative;
    padding: 0 20px;
}

    .welcome .img-holder {
        position: relative;
    }

        .welcome .img-holder .btn {
            margin-top: -22px;
        }

    .welcome .bg-stretch {
        background-position: bottom center;
    }

        .welcome .bg-stretch:after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            z-index: 2;
            height: 15px;
            background: url(/images/charity/bg-gallery-c.png) no-repeat 0 0/100% 100%;
        }

    .welcome .inner-area {
        max-width: 908px;
        margin: 0 auto;
        background: url(/images/charity/bg-welcome.jpg);
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
        padding: 25px 0 38px;
        position: relative;
    }

        .welcome .inner-area:after {
            content: "";
            position: absolute;
            bottom: -38px;
            left: 0;
            right: 0;
            height: 138px;
            z-index: -1;
            background: url(/images/charity/bg-shadow.png) no-repeat 0 0/100% 100%;
        }

    .welcome .content-holder {
        margin: 0 auto 22px;
        max-width: 720px;
    }

    .welcome .btn-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .welcome .btn-list li {
            display: inline-block;
            vertical-align: top;
            margin: 0 17px;
        }

    .welcome h2 {
        font-size: 36px;
        font-weight: 900;
        margin: 0 0 8px;
    }

    .welcome p {
        font: 20px/27px "museo-slab", "Times", "Baskerville", "Georgia", serif;
        font-weight: 300;
        margin: 0;
    }

    .welcome .btn {
        min-width: 0;
        width: 249px;
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .welcome .visible-mobile {
        display: none;
    }

    .welcome.white .inner-area {
        background: #fff;
    }

.visual {
    position: relative;
    margin: 0 0 40px;
}

.top-gallery {
    position: relative;
    background: #ebebeb;
}

    .top-gallery.sub .mask:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        height: 43px;
        background: url(/images/charity/bg-gallery-e.png) no-repeat 0 0/100% 100%;
        z-index: 5;
    }

    .top-gallery .mask {
        position: relative;
        overflow: hidden;
        height: 0;
    }

        .top-gallery .mask:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: url(/images/charity/bg-gallery-b.png) no-repeat 0 0/100% 100%;
            height: 20px;
            z-index: 2;
        }

    .top-gallery .slideset {
        float: left;
    }

    .top-gallery .slide {
        float: left;
        position: relative;
        width: 100%;
    }

        .top-gallery .slide img {
            width: 100%;
            height: auto;
            display: block;
        }

        .top-gallery .slide.active {
            z-index: 1;
        }

    .top-gallery .btn-prev,
    .top-gallery .btn-next {
        width: 37px;
        height: 37px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -34px;
        background: url(/images/charity/bg-btn.png) no-repeat 0 0/100% 100%;
        z-index: 2;
        color: #fff;
        text-decoration: none;
    }

        .top-gallery .btn-prev:hover,
        .top-gallery .btn-next:hover {
            opacity: .9;
        }

        .top-gallery .btn-prev [class*="icon"],
        .top-gallery .btn-next [class*="icon"] {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 20px;
        }

    .top-gallery .btn-next {
        left: auto;
        right: 0;
    }

    .top-gallery .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 766px;
        text-align: center;
        margin-top: -36px;
    }

    .top-gallery .text-holder {
        color: #fff;
        background: url(/images/charity/bg-dark.png) no-repeat 0 0/100% 100%;
        padding: 20px 30px 55px 30px;
    }

    .top-gallery .btn {
        margin-top: -33px;
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
        min-width: 250px;
    }

    .top-gallery h1 {
        font-size: 50px;
        line-height: 1.2;
        margin: 0 0 13px;
    }

    .top-gallery p {
        font: 900 16px/1.5 "museo-slab", "Times", "Baskerville", "Georgia", serif;
        margin: 0;
    }

    .top-gallery .pagination {
        position: absolute;
        bottom: 8%;
        left: 0;
        right: 0;
        z-index: 10;
        text-align: center;
    }

        .top-gallery .pagination ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .top-gallery .pagination li {
            display: inline-block;
            vertical-align: top;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 10px 0 0;
            background: #e9f1f4;
            text-indent: -9999px;
            -webkit-transition: all .25s ease-out;
            transition: all .25s ease-out;
        }

            .top-gallery .pagination li:hover,
            .top-gallery .pagination li.active {
                text-decoration: none;
                background: #27a1dd;
            }

        .top-gallery .pagination a {
            width: 100%;
            height: 100%;
            display: block;
            text-indent: -9999px;
            overflow: hidden;
            box-shadow: 1px 1px 0 1px rgba(0, 0, 0, .5);
            border-radius: 50%;
        }

.gallery-row {
    /*display:none;*/
    background: #ebebeb;
    font-weight: 300;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

    .gallery-row:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: url(/images/charity/bg-gallery-d.png) no-repeat 0 0/100% 100%;
        height: 21px;
        margin: -8px 0 0;
    }

    .gallery-row .note {
        font-size: 18px;
        line-height: 1.2;
        font-family: "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: normal;
        color: #c24892;
        text-transform: uppercase;
        float: left;
        margin-right: 50px;
    }

    .gallery-row .line-box {
        overflow: hidden;
        padding: 2px 0 0;
    }

    .gallery-row .line-mask {
        overflow: hidden;
    }

        .gallery-row .line-mask p {
            margin: 0;
        }

        .gallery-row .line-mask ul {
            width: 9999px;
            float: left;
            white-space: nowrap;
        }

            .gallery-row .line-mask ul li {
                display: inline-block;
                vertical-align: top;
                float: none !important;
                padding: 0 50px 0 0;
            }

.big-title {
    font-size: 30px;
    line-height: 1.2;
    display: block;
    margin: 0 0 .3em;
}

.contact-box .info-box {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 14px;
    margin: 0 0 21px;
}

    .contact-box .info-box:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

.title-frame {
    overflow: hidden;
    margin: 0 0 26px;
}

    .title-frame [class^="icon-"] {
        float: left;
        white-space: nowrap;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        font-size: 28px;
        border-radius: 50%;
        background: #c7bd19;
        color: #fff;
        text-align: center;
    }

        .title-frame [class^="icon-"]:after,
        .title-frame [class^="icon-"]:before {
            display: inline-block;
            vertical-align: middle;
        }

        .title-frame [class^="icon-"]:after {
            content: "";
            height: 100%;
            width: 1px;
            margin: 0 -2px 0 0;
        }

        .title-frame [class^="icon-"] + .big-title {
            padding-top: .2em;
            overflow: hidden;
        }

.address-frame .frame {
    margin: 0 -10px;
}

.address-frame .contact-address {
    float: left;
    width: 50%;
    padding: 0 10px 20px;
}

.contact-address {
    padding: 0 0 20px;
    font-size: 24px;
    line-height: 1.55;
    font-style: normal;
    font-weight: 300;
}

    .contact-address .frame-box {
        padding-bottom: 25px;
        position: relative;
    }

        .contact-address .frame-box:last-child {
            padding-bottom: 0;
        }

    .contact-address .ico-box {
        width: 33px;
        height: 32px;
        font-size: 22px;
        float: left;
        position: absolute;
        top: 1px;
        left: 0;
    }

        .contact-address .ico-box [class*="icon-"] {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .contact-address .text-box {
        overflow: hidden;
        padding: 0 0 0 33px;
    }

    .contact-address .btn-holder {
        padding: 7px 0;
        padding: 5px 0 9px;
    }

    .contact-address .map-link {
        font-size: 14px;
        font-weight: 900;
    }

    .contact-address .icon-map {
        font-size: 22px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .contact-address .inner-text {
        display: inline-block;
        vertical-align: middle;
        padding: 3px 0 0;
    }

    .contact-address a {
        color: #000;
        text-decoration: none;
    }

        .contact-address a:hover {
            color: gray;
        }

    .contact-address.yellow [class*="icon-"] {
        color: #c7bd19;
    }

    .contact-address.green [class*="icon-"] {
        color: #72b449;
    }

    .contact-address.black [class*="icon-"] {
        color: #000;
    }

    .contact-address.blue [class*="icon-"] {
        color: #009fe3;
    }

    .contact-address.pink [class*="icon-"] {
        color: #c24892;
    }

.form-box + .form-box {
    margin: 19px 0 0;
}

.default-form {
    margin: 0 0 20px;
    padding: 20px;
}

    .default-form .row {
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        margin: 0 -10px 23px;
    }

    .default-form .box {
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        line-height: 1.5;
        width: 50%;
    }

        .default-form .box:only-child {
            width: 100%;
        }

    .default-form input[type="text"],
    .default-form input[type="tel"],
    .default-form input[type="email"],
    .default-form input[type="search"],
    .default-form input[type="password"],
    .default-form input[type="url"],
    .default-form textarea,
    .default-form select,
    .default-form .jcf-select {
        width: 100%;
    }

    .default-form .jcf-checkbox {
        float: left;
    }

        .default-form .jcf-checkbox ~ label {
            display: block;
            overflow: hidden;
        }

    .default-form label {
        font-weight: 300;
        font-size: 14px;
    }

    .default-form .small-title {
        font: 900 18px/1.1 "museo-slab", "Times", "Baskerville", "Georgia", serif;
        display: block;
    }

.contact-form {
    background: #f1eed5;
}

.faqs {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.5;
}

    .faqs h2 {
        margin: .5em 0 .8em;
    }

    .faqs.yellow .box {
        border-bottom: 1px solid #c7bd19;
    }

    .faqs.black .box {
        border-bottom: 1px solid #000;
    }

    .faqs.blue .box {
        border-bottom: 1px solid #009fe3;
    }

    .faqs.pink .box {
        border-bottom: 1px solid #c24892;
    }

    .faqs .box {
        border-bottom: 1px solid #72b449;
        margin: 0 0 25px;
        padding: 0 0 17px;
    }

    .faqs .question {
        display: block;
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 1;
        font-weight: 500;
        font-style: italic;
    }

        .faqs .question:before {
            content: "Q.";
            display: inline;
            margin: 0 8px 0 0;
        }

    .faqs p {
        margin: 0 0 7px;
    }

.contact-area .map-canvas {
    height: 330px;
    position: relative;
    overflow: hidden;
}

.contact-area .map-btn-holder {
    position: absolute;
    top: 33px;
    left: 40px;
    background: #fff;
    text-decoration: none;
    padding: 7px 15px;
    font-size: 11px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    color: #458be1;
}

    .contact-area .map-btn-holder a {
        text-decoration: none;
        color: inherit;
    }

.contact-area .markers-links-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 29px;
    right: 40px;
    background: #fff;
    text-decoration: none;
    padding: 7px 15px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    color: #000;
    font: 900 12px/1.2 "museo", "Times", "Baskerville", "Georgia", serif;
    cursor: pointer;
}

    .contact-area .markers-links-list li {
        list-style: none;
        display: none;
    }

    .contact-area .markers-links-list a {
        text-decoration: none;
        color: inherit;
    }

    .contact-area .markers-links-list .active-marker {
        display: block;
    }

.default-map .marker-opener {
    background: none;
    overflow: visible;
    border-radius: 0;
}

    .default-map .marker-opener:before {
        width: 10px;
        height: 10px;
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 50%;
        background: #570f09;
    }

    .default-map .marker-opener:after {
        content: "\e91a";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        color: #fb5e4f;
        font-size: 30px;
        text-indent: 0;
    }

.marker-label {
    display: inline-block;
    vertical-align: top;
    color: #800000;
    font: 10px/1.2 "museo", "Times", "Baskerville", "Georgia", serif;
    white-space: nowrap;
    padding: 3px 0 0 2px;
}

.marketplace-main-holder.view-only.description-only.js-animation-active .marketplace-items,
.marketplace-main-holder.view-only.description-only.js-animation-active .market-headline-block,
.marketplace-main-holder.view-only.description-only.js-animation-active .marketplace-tabs,
.marketplace-main-holder.view-only.description-only.js-animation-active .description-buttons,
.marketplace-main-holder.view-only.description-only.js-animation-active .view-block .info-holder,
.marketplace-main-holder.view-only.view-from-description.js-animation-active .marketplace-items,
.marketplace-main-holder.view-only.view-from-description.js-animation-active .market-headline-block,
.marketplace-main-holder.view-only.view-from-description.js-animation-active .marketplace-tabs,
.marketplace-main-holder.view-only.view-from-description.js-animation-active .description-buttons,
.marketplace-main-holder.view-only.view-from-description.js-animation-active .view-block .info-holder {
    -webkit-transition: -webkit-transform .5s linear, width .5s linear;
    transition: transform .5s linear, width .5s linear;
}

.js-animation-active .map-frame,
.js-animation-active .marketplace-main-holder.prev-view-only .marketplace-items,
.marketplace-main-holder.prev-view-only .js-animation-active .marketplace-items,
.js-animation-active .marketplace-main-holder.prev-view-only .market-headline-block,
.marketplace-main-holder.prev-view-only .js-animation-active .market-headline-block,
.js-animation-active .marketplace-main-holder.prev-view-only .marketplace-tabs,
.marketplace-main-holder.prev-view-only .js-animation-active .marketplace-tabs,
.js-animation-active .marketplace-main-holder.prev-view-only .description-buttons,
.marketplace-main-holder.prev-view-only .js-animation-active .description-buttons,
.js-animation-active .marketplace-main-holder.prev-view-only .view-block .info-holder,
.marketplace-main-holder.prev-view-only .view-block .js-animation-active .info-holder,
.js-animation-active .marketplace-main-holder.view-only .marketplace-items,
.marketplace-main-holder.view-only .js-animation-active .marketplace-items,
.js-animation-active .marketplace-main-holder.view-only .market-headline-block,
.marketplace-main-holder.view-only .js-animation-active .market-headline-block,
.js-animation-active .marketplace-main-holder.view-only .marketplace-tabs,
.marketplace-main-holder.view-only .js-animation-active .marketplace-tabs,
.js-animation-active .marketplace-main-holder.view-only .description-buttons,
.marketplace-main-holder.view-only .js-animation-active .description-buttons,
.js-animation-active .marketplace-main-holder.view-only .view-block .info-holder,
.marketplace-main-holder.view-only .view-block .js-animation-active .info-holder,
.js-animation-active .marketplace-main-holder.description-only .view-block .marketplace-items,
.marketplace-main-holder.description-only .view-block .js-animation-active .marketplace-items,
.js-animation-active .marketplace-main-holder.description-only .view-block .inline-block,
.marketplace-main-holder.description-only .view-block .js-animation-active .inline-block,
.js-animation-active .marketplace-main-holder.description-only .view-block .description-frame,
.marketplace-main-holder.description-only .view-block .js-animation-active .description-frame,
.js-animation-active .description-frame,
.js-animation-active .marketplace-block .main-block,
.marketplace-block .js-animation-active .main-block,
.js-animation-active .marketplace-items,
.js-animation-active .market-headline-block,
.js-animation-active .event-container {
    -webkit-transition: -webkit-transform .5s linear, width .5s linear;
    transition: transform .5s linear, width .5s linear;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
}

.map-frame {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
}

.desktop-hidden {
    display: none;
}

.marketplace-main-holder {
    position: relative;
}

    .marketplace-main-holder.js-animation-active {
        -webkit-transition: -webkit-transform .5s linear, width .5s linear;
        transition: transform .5s linear, width .5s linear;
    }

    .marketplace-main-holder.both-view .description-block {
        position: absolute;
        top: 0;
    }

    .marketplace-main-holder.both-view .marketplace-items,
    .marketplace-main-holder.both-view .market-headline-block,
    .marketplace-main-holder.both-view .marketplace-tabs,
    .marketplace-main-holder.both-view .description-buttons,
    .marketplace-main-holder.both-view .view-block .info-holder {
        width: 50%;
        -webkit-transition: none;
        transition: none;
    }

    .marketplace-main-holder.both-view .description-frame {
        margin-left: 6px;
    }

    .marketplace-main-holder.map-only .map-frame {
        width: 100%;
    }

    .marketplace-main-holder.prev-view-only .marketplace-items,
    .marketplace-main-holder.prev-view-only .market-headline-block,
    .marketplace-main-holder.prev-view-only .marketplace-tabs,
    .marketplace-main-holder.prev-view-only .description-buttons,
    .marketplace-main-holder.prev-view-only .view-block .info-holder {
        width: 100%;
    }

    .marketplace-main-holder.view-only {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .marketplace-main-holder.view-only .marketplace-items,
        .marketplace-main-holder.view-only .market-headline-block,
        .marketplace-main-holder.view-only .marketplace-tabs,
        .marketplace-main-holder.view-only .description-buttons,
        .marketplace-main-holder.view-only .view-block .info-holder {
            width: 100%;
            -webkit-transition: none;
            transition: none;
            padding-right: 0;
        }

        .marketplace-main-holder.view-only .view-block .info-holder {
            position: static;
            opacity: 1;
            visibility: visible;
        }

        .marketplace-main-holder.view-only.description-only .market-headline-block,
        .marketplace-main-holder.view-only.description-only .marketplace-tabs,
        .marketplace-main-holder.view-only.description-only .description-buttons,
        .marketplace-main-holder.view-only.description-only .view-block .info-holder {
            width: 50%;
        }

        .marketplace-main-holder.view-only.description-only .view-block .info-holder {
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }

        .marketplace-main-holder.view-only.description-only .description-frame {
            margin-left: 6px;
        }

        .marketplace-main-holder.view-only.description-only .marketplace-items {
            width: 50%;
        }

        .marketplace-main-holder.view-only .description-frame {
            margin-left: 40px;
        }

        .marketplace-main-holder.view-only.view-from-description .market-headline-block,
        .marketplace-main-holder.view-only.view-from-description .marketplace-tabs,
        .marketplace-main-holder.view-only.view-from-description .description-buttons {
            width: 100%;
        }

    .marketplace-main-holder.description-only {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .marketplace-main-holder.description-only .tab-frame {
            max-height: 100%;
            height: 100%;
        }

        .marketplace-main-holder.description-only .view-block .market-headline-block,
        .marketplace-main-holder.description-only .view-block .marketplace-tabs,
        .marketplace-main-holder.description-only .view-block .description-buttons {
            opacity: 0;
            position: absolute;
            visibility: hidden;
        }

        .marketplace-main-holder.description-only .view-block .marketplace-items {
            padding: 0 23px 0 39px;
        }

            .marketplace-main-holder.description-only .view-block .marketplace-items .description-back-button {
                display: block;
            }

        .marketplace-main-holder.description-only .view-block .description-block {
            position: relative;
        }

        .marketplace-main-holder.description-only.map-only {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

.map-content {
    position: relative;
}

.tablet-visible,
.tablet-headline {
    display: none;
}

.description-back-button {
    display: none;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1.2;
    padding: 35px 0 30px;
    margin-left: -3px;
}

    .description-back-button i {
        margin: 0 8px 0 0;
        font-size: 25px;
        color: #72b449;
        line-height: 1.2;
    }

.blue-theme .description-back-button i {
    color: #009fe3;
}

.pink-theme .description-back-button i {
    color: #c24892;
}

.yellow-theme .description-back-button i {
    color: #c7bd19;
}

.brown-theme .description-back-button i {
    color: #9f4a0a;
}

.description-back-button a {
    color: inherit;
    text-decoration: none;
}

    .description-back-button a:hover {
        color: #72b449;
    }

.blue-theme .description-back-button a:hover {
    color: #009fe3;
}

.yellow-theme .description-back-button a:hover {
    color: #c7bd19;
}

.pink-theme .description-back-button a:hover {
    color: #c24892;
}

.brown-theme .description-back-button a:hover {
    color: #9f4a0a;
}

.description-back-button .text-tablet {
    display: none;
}

.marketplace-block {
    position: relative;
    /*margin: 0 0 28px;*/
    margin: 0 0 -70px;
}

    .marketplace-block .market-holder {
        position: relative;
        white-space: nowrap;
    }

    .marketplace-block .main-block {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        width: 100%;
        position: relative;
        white-space: normal;
    }

    .marketplace-block .description-block {
        position: absolute;
        top: 0;
        opacity: 0;
        white-space: normal;
        width: 100%;
    }

        .marketplace-block .description-block:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: -999px;
            background: #e9eee6;
        }

    .marketplace-block .map-content,
    .marketplace-block .map-block {
        height: 100%;
    }

    .marketplace-block .map-block {
        overflow: hidden;
    }

    .marketplace-block .view-block {
        padding: 0 38px 0 25px;
        position: relative;
        width: 100%;
    }

        .marketplace-block .view-block:before {
            content: "";
            display: block;
            clear: both;
        }

        .marketplace-block .view-block .info-holder {
            margin: 0 0 20px;
            position: absolute;
            opacity: 0;
            width: 50%;
            visibility: hidden;
        }

        .marketplace-block .view-block .filter-box {
            float: right;
        }

            .marketplace-block .view-block .filter-box .slide {
                right: 0;
                left: auto;
            }

        .marketplace-block .view-block .view-options-box {
            float: left;
            margin: 10px 0 0;
        }

    .marketplace-block .options-box {
        padding: 23px 34px 20px 40px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 100;
    }

        .marketplace-block .options-box .filter-box {
            float: left;
        }

            .marketplace-block .options-box .filter-box.events-open-close {
                float: right;
                margin: 0 -12px 0 0;
            }

        .marketplace-block .options-box .view-options-box {
            position: absolute;
            right: 34px;
            margin-top: 10px;
        }

    .marketplace-block .button-search-here {
        position: absolute;
        right: 34px;
        top: 27px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .5s, visibility .5s;
        transition: opacity .5s, visibility .5s;
        z-index: 110;
    }

        .marketplace-block .button-search-here.button-marketplace-search-here {
            top: 84px;
        }

    .marketplace-block .map-moved .button-search-here {
        opacity: 1;
        visibility: visible;
    }

.description-col {
    position: relative;
}

    .description-col:before {
        content: "";
        position: absolute;
        width: 262px;
        top: 0;
        right: 0;
        bottom: -9999px;
        background: #f6f8f5;
    }

    .description-col h2 {
        font-size: 30px;
        line-height: 1;
        margin: 0 30px 12px 0;
    }

    .description-col h3 {
        font-family: "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        margin: 0 0 15px;
    }

    .description-col dl {
        margin: 0 0 20px;
        letter-spacing: -.03em;
    }

    .description-col dt {
        font-weight: 900;
    }

    .description-col dd {
        margin: 0;
        color: #72b449;
        font-weight: 500;
    }

    .description-col address {
        font-style: normal;
        font-size: 14px;
    }

    .description-col .intro-description,
    .description-col .rating-block {
        float: left;
        width: calc(100% - 262px);
        position: relative;
    }

    .description-col .meta-block {
        float: right;
        width: 262px;
        position: relative;
        padding: 21px 40px 20px 22px;
    }

        .description-col .meta-block .inner-box {
            position: relative;
        }

    .description-col .intro-description {
        padding: 21px 21px 18px;
    }

        .description-col .intro-description .social-box {
            float: left;
        }

        .description-col .intro-description .star-rating {
            float: right;
            padding: 6px 19px 0 0;
        }

    .description-col .rating-block {
        padding: 0 23px;
    }

    .description-col .item-bordered {
        padding: 22px 0 5px;
        border-top: 1px solid #72b449;
    }

    .description-col .item-info {
        padding: 0 5px;
        margin: 0 0 30px;
    }

    .description-col .big-visual {
        margin: 0 0 19px;
    }

    .description-col .description-text {
        line-height: 1.1;
        padding: 0 25px 0 2px;
        letter-spacing: -.031em;
    }

        .description-col .description-text p {
            margin: 0 0 .55em;
        }

    .description-col .order-button {
        margin: 0 0 12px;
    }

        .description-col .order-button .btn {
            min-width: 100%;
            width: 100%;
            padding: 10px 40px 10px 14px;
        }

    .description-col .price-box {
        margin: 0 0 32px;
    }

    .description-col .contact-block {
        margin: 0 0 18px;
    }

        .description-col .contact-block i {
            float: left;
            color: #72b449;
            font-size: 22px;
            margin: 0 9px 5px 0;
        }

.blue-theme .description-col .contact-block i {
    color: #009fe3;
}

.pink-theme .description-col .contact-block i {
    color: #c24892;
}

.yellow-theme .description-col .contact-block i {
    color: #c7bd19;
}

.brown-theme .description-col .contact-block i {
    color: #9f4a0a;
}

.description-col .contact-block .icon-calendar {
    font-size: 15px;
}

.description-col .contact-block address,
.description-col .contact-block time {
    overflow: hidden;
    padding-top: 1px;
}

.description-col .map-fragment {
    margin: 0 0 25px;
}

.description-col .phone-block {
    font-size: 14px;
    margin: 0 0 25px;
}

    .description-col .phone-block i {
        display: inline-block;
        vertical-align: middle;
        color: #72b449;
        font-size: 22px;
        margin: 0 8px 0 0;
    }

    .description-col .phone-block a {
        color: #000;
        text-decoration: none;
    }

.description-col .site-link {
    margin: 0 0 36px 2px;
    letter-spacing: .04em;
}

    .description-col .site-link i {
        color: #009fe3;
        font-size: 10px;
        margin: 0 0 0 2px;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .description-col .site-link a {
        color: #000;
        text-decoration: none;
    }

        .description-col .site-link a:hover i {
            color: #000;
        }

.description-col .payments-block {
    margin: 0 0 34px;
}

.description-col .cards-block {
    background: #fff;
    padding: 8px 11px;
}

    .description-col .cards-block img {
        display: block;
    }

.description-col .meta-logo {
    text-align: center;
}

.description-col .review-form-block {
    padding: 30px 0 10px;
}

.rating-block .review-open-close.active .headline i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rating-block .headline {
    position: relative;
    letter-spacing: .035em;
}

    .rating-block .headline a {
        text-decoration: none;
    }

    .rating-block .headline i {
        position: absolute;
        right: 0;
        top: 3px;
        font-size: 16px;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        color: #72b449;
    }

.rating-block .star-rating,
.rating-block .rating-label {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
}

.rating-block .rating {
    margin: 0 0 8px;
}

.rating-block .rating-label {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .03em;
}

.rating-block .testimonial-block {
    padding: 4px 0;
    margin: 0 0 10px;
}

.rating-block blockquote {
    margin: 0 20px 18px 0;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
}

    .rating-block blockquote q,
    .rating-block blockquote cite {
        display: block;
    }

    .rating-block blockquote q {
        margin: 0 0 11px;
    }

    .rating-block blockquote cite {
        font-size: 12px;
        font-weight: 900;
        font-style: normal;
        margin-left: -2px;
    }

.rating-block .helpful {
    padding: 6px 14px 8px 8px;
    background: #f6f8f5;
    margin: 0 0 10px;
}

    .rating-block .helpful .mobile-visible {
        display: none;
    }

    .rating-block .helpful .people {
        font-size: 12px;
        font-weight: 900;
        width: 65%;
    }

    .rating-block .helpful .checkbox-holder {
        width: 35%;
    }

    .rating-block .helpful .jcf-checkbox {
        margin: 0 7px 0 0;
    }

    .rating-block .helpful label {
        margin: 5px 0 0;
    }

.rating-block .review-form-block .rating-big {
    margin: 2px 0 33px;
}

.rating-block .label {
    font-weight: 900;
    display: block;
    letter-spacing: .01em;
    margin: 0 0 17px;
}

.rating-block .socials-add {
    float: none;
    margin: 0 0 25px;
}

.rating-block .review-form input[type=text],
.rating-block .review-form textarea {
    width: 100%;
    padding: 10px 22px;
}

.rating-block .review-form input[type=text] {
    height: 50px;
}

.rating-block .review-form textarea {
    padding-top: 15px;
    resize: none;
    height: 194px;
}

.rating-block .review-form .row {
    margin: 0 0 10px;
}

.rating-block .review-form .btn {
    margin: 15px 0 0;
}

.filter-search-form {
    padding: 0;
    margin: 0;
}

    .filter-search-form .row {
        margin-left: -4px;
        margin-right: -4px;
    }

        .filter-search-form .row:last-child {
            margin-bottom: 0;
        }

    .filter-search-form .box {
        vertical-align: bottom;
        padding: 0 4px;
    }

    .filter-search-form .buttons {
        padding-bottom: 0px;
    }

    .filter-search-form label {
        font-weight: 900;
        font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
        line-height: 1;
        display: block;
        margin: 0 0 10px;
        font-size: 16px;
    }

    .filter-search-form .jcf-select .jcf-select-opener {
        right: 11px;
    }

    .filter-search-form .location-use {
        display: none;
        padding: 13px 18px 2px 16px;
        font-weight: 300;
    }

        .filter-search-form .location-use a {
            text-decoration: none;
        }

            .filter-search-form .location-use a:hover {
                color: #007bb0;
            }

.filter-box {
    position: relative;
}

    .filter-box > .opener {
        width: 284px;
        height: 51px;
        background: #72b449;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: #fff;
        display: block;
        padding: 15px 40px 15px 15px;
        position: relative;
        text-decoration: none;
        box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .06);
        letter-spacing: .05em;
    }

        .filter-box > .opener:hover {
            background: #67a242;
        }

.blue-theme .filter-box > .opener {
    background: #009fe3;
}

    .blue-theme .filter-box > .opener:hover {
        background: #008dca;
    }

.pink-theme .filter-box > .opener {
    background: #c24892;
}

    .pink-theme .filter-box > .opener:hover {
        background: #b43c85;
    }

.yellow-theme .filter-box > .opener {
    background: #c7bd19;
}

    .yellow-theme .filter-box > .opener:hover {
        background: #b0a716;
    }

.brown-theme .filter-box > .opener {
    background: #9f4a0a;
}

    .brown-theme .filter-box > .opener:hover {
        background: #873f08;
    }

.filter-box > .opener [class*="icon-"] {
    font-size: 27px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-box .slide {
    background: #e7f0f4;
    padding: 20px 15px;
    width: 550px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .17);
}

    .filter-box .slide h3 {
        font-family: "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 20px;
        margin: 0 60px 15px 5px;
        line-height: 1;
    }

.filter-box .btn-close {
    position: absolute;
    z-index: 20;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 10px;
}

    .filter-box .btn-close:hover:before,
    .filter-box .btn-close:hover:after {
        background: #72b449;
    }

    .filter-box .btn-close:before,
    .filter-box .btn-close:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -4px;
        height: 8px;
        width: 100%;
        background: #000;
        -webkit-transition: background .3s;
        transition: background .3s;
    }

    .filter-box .btn-close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .filter-box .btn-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .filter-box .btn-close.blue:before,
    .filter-box .btn-close.blue:after {
        background: #009fe3;
    }

    .filter-box .btn-close.blue:hover:before,
    .filter-box .btn-close.blue:hover:after {
        background: #000;
    }

.filter-box .btn-reset {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    color: #009fe3;
    border: none;
    background: none;
    font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
    font-weight: 300;
    font-size: 15px;
    width: 30%;
    text-align: left;
    padding: 0;
}

    .filter-box .btn-reset:hover {
        color: #008dca;
    }

.filter-box .btn-submit {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    font-size: 13px;
    color: #fff;
    width: 70%;
    padding: 10px 30px 9px 10px;
    background: #72b449;
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .06);
    border: none;
    text-transform: uppercase;
    text-align: left;
    font-family: "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    position: relative;
    -webkit-transition: background .3s;
    transition: background .3s;
}

    .filter-box .btn-submit:hover {
        background: #67a242;
    }

    .filter-box .btn-submit:before {
        content: "\e925";
        font-size: 18px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.blue-theme .filter-box .btn-submit {
    background: #009fe3;
}

    .blue-theme .filter-box .btn-submit:hover {
        background: #008dca;
    }

.yellow-theme .filter-box .btn-submit {
    background: #c7bd19;
}

    .yellow-theme .filter-box .btn-submit:hover {
        background: #b0a716;
    }

.pink-theme .filter-box .btn-submit {
    background: #c24892;
}

    .pink-theme .filter-box .btn-submit:hover {
        background: #b43c85;
    }

.filter-box .btn-submit .mobile-text {
    display: none;
}

.schedule-box {
    margin: 0 0 44px;
}

.event-item {
    background: #fff;
    margin: 0 0 15px;
    padding: 8px 14px 9px 15px;
}

    .event-item .text-box,
    .event-item .button-box {
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
    }

    .event-item .text-box {
        width: 72%;
    }

    .event-item .button-box {
        width: 28%;
        padding: 4px 0 0;
    }

    .event-item .title {
        display: block;
        font-size: 18px;
        margin: 0 0 5px;
    }

    .event-item .event-meta .meta-item {
        margin-right: 24px;
    }

    .event-item .event-meta [class*="icon-"] {
        margin: 0 10px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    .event-item .event-meta [class*="icon-location"] {
        margin-top: -2px;
        margin-bottom: 2px;
    }

    .event-item .event-meta .location-text,
    .event-item .event-meta time {
        display: inline-block;
        vertical-align: middle;
        padding-top: 1px;
    }

    .event-item .event-meta .icon-calendar {
        margin-right: 5px;
    }

    .event-item .btn-holder {
        position: relative;
    }

        .event-item .btn-holder .jcf-checkbox {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 12px;
            border-radius: 0;
            background: none;
            top: 50%;
            box-shadow: none;
            width: auto;
            height: auto;
            margin: 0;
            line-height: 1;
            color: #fff;
        }

            .event-item .btn-holder .jcf-checkbox:before {
                content: "\e91c";
                font-size: 18px;
            }

            .event-item .btn-holder .jcf-checkbox span {
                display: none;
            }

            .event-item .btn-holder .jcf-checkbox.jcf-checked {
                color: #72b449;
            }

                .event-item .btn-holder .jcf-checkbox.jcf-checked:before {
                    content: "\e909";
                }

    .event-item .btn {
        min-width: 100px;
        width: 100%;
        font-size: 18px;
        cursor: pointer;
    }

        .event-item .btn:after {
            display: none;
        }

        .event-item .btn.jcf-label-active {
            background: url(/images/charity/bg-btn-10.png) repeat-x 0 0/auto 100%;
            color: #72b449;
            cursor: pointer;
        }

            .event-item .btn.jcf-label-active .default-text {
                display: none;
            }

            .event-item .btn.jcf-label-active .going-text {
                display: inline;
            }

    .event-item .going-text {
        display: none;
    }

    .event-item .btn-simple {
        display: inline-block;
        vertical-align: middle;
        color: #000;
        text-decoration: none;
        float: right;
        font-size: 15px;
        padding: 0 3px;
        margin-top: -5px;
    }

        .event-item .btn-simple i {
            color: #009fe3;
            font-size: 10px;
            margin-left: 4px;
        }

        .event-item .btn-simple:hover {
            color: #009fe3;
        }

.map-canvas {
    background: #b2d0fe !important;
}

.jcf-scrollable-wrapper {
    width: 100% !important;
    cursor: ns-resize;
}

.tab-holder {
    white-space: nowrap;
}

.tab-frame {
    max-height: 635px;
    height: 635px;
    width: 100% !important;
}

.description-buttons,
.marketplace-items,
.marketplace-tabs,
.market-headline-block {
    padding-right: 31px;
}

.marketplace-items {
    white-space: normal;
}

.view-options {
    font-size: 0;
}

    .view-options li {
        display: inline-block;
        vertical-align: top;
        margin-right: 1px;
        width: 80px;
        font-size: 14px;
        font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

        .view-options li.active a {
            background: #72b449;
            color: #fff;
        }

.blue-theme .view-options li.active a {
    background: #009fe3;
}

.pink-theme .view-options li.active a {
    background: #c24892;
}

.yellow-theme .view-options li.active a {
    background: #c7bd19;
}

.brown-theme .view-options li.active a {
    background: #9f4a0a;
}

.view-options .tablet-text {
    display: none;
}

.view-options a {
    display: block;
    background: #fff;
    color: #000;
    text-decoration: none;
}

    .view-options a:hover {
        background: #72b449;
        color: #fff;
    }

.blue-theme .view-options a:hover {
    background: #009fe3;
}

.pink-theme .view-options a:hover {
    background: #c24892;
}

.yellow-theme .view-options a:hover {
    background: #c7bd19;
}

.brown-theme .view-options a:hover {
    background: #9f4a0a;
}

.button-search-here {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

    .button-search-here a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 12px 30px;
        border-radius: 20px;
        background: #72b449;
    }

        .button-search-here a:hover {
            background: #67a242;
        }

.blue-theme .button-search-here a {
    background: #009fe3;
}

    .blue-theme .button-search-here a:hover {
        background: #008dca;
    }

.pink-theme .button-search-here a {
    background: #c24892;
}

    .pink-theme .button-search-here a:hover {
        background: #b43c85;
    }

.yellow-theme .button-search-here a {
    background: #c7bd19;
}

    .yellow-theme .button-search-here a:hover {
        background: #b0a716;
    }

.brown-theme .button-search-here a {
    background: #9f4a0a;
}

    .brown-theme .button-search-here a:hover {
        background: #873f08;
    }

.market-headline-block {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 27px;
    width: 50%;
}

    .market-headline-block h1 {
        font-size: 36px;
        margin: 0 0 3px -5px;
    }

.marketplace-tabs {
    margin: 0 -1px 22px 0;
    width: 50%;
    white-space: nowrap;
    font-size: 0;
}

    .marketplace-tabs li {
        display: inline-block;
        vertical-align: top;
        padding: 0 1px 0 0;
        width: calc(100%/3);
        position: relative;
        font-size: 18px;
        line-height: 1;
    }

        .marketplace-tabs li:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -8px;
            margin-left: -8px;
            border-style: solid;
            border-width: 8px 6px 0;
            border-color: transparent;
            -webkit-transition: border-color .3s;
            transition: border-color .3s;
        }

        .marketplace-tabs li:hover:after,
        .marketplace-tabs li.active:after {
            border-color: #72b449 transparent transparent transparent;
        }

.blue-theme .marketplace-tabs li:hover:after,
.blue-theme .marketplace-tabs li.active:after {
    border-color: #009fe3 transparent transparent transparent;
}

.pink-theme .marketplace-tabs li:hover:after,
.pink-theme .marketplace-tabs li.active:after {
    border-color: #c24892 transparent transparent transparent;
}

.yellow-theme .marketplace-tabs li:hover:after,
.yellow-theme .marketplace-tabs li.active:after {
    border-color: #c7bd19 transparent transparent transparent;
}

.brown-theme .marketplace-tabs li:hover:after,
.brown-theme .marketplace-tabs li.active:after {
    border-color: #9f4a0a transparent transparent transparent;
}

.marketplace-tabs li:hover a,
.marketplace-tabs li.active a {
    color: #fff;
    background: #72b449;
}

.blue-theme .marketplace-tabs li:hover a,
.blue-theme .marketplace-tabs li.active a {
    background: #009fe3;
}

.pink-theme .marketplace-tabs li:hover a,
.pink-theme .marketplace-tabs li.active a {
    background: #c24892;
}

.yellow-theme .marketplace-tabs li:hover a,
.yellow-theme .marketplace-tabs li.active a {
    background: #c7bd19;
}

.brown-theme .marketplace-tabs li:hover a,
.brown-theme .marketplace-tabs li.active a {
    background: #9f4a0a;
}

.marketplace-tabs a {
    display: block;
    background: #e9eee6;
    padding: 12px 10px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.description-buttons {
    margin: 0 0 22px;
    width: 50%;
}

    .description-buttons .btn {
        float: left;
        width: 47%;
        letter-spacing: .025em;
    }

.blue-theme .description-buttons .btn {
    background-image: url(/images/charity/bg-btn-1.png);
}

.pink-theme .description-buttons .btn {
    background-image: url(/images/charity/bg-btn-3.png);
}

.yellow-theme .description-buttons .btn {
    background-image: url(/images/charity/bg-btn-7.png);
}

.brown-theme .description-buttons .btn {
    background-image: url(/images/charity/bg-btn-9.png);
}

.description-buttons .btn:nth-child(even) {
    float: right;
}

.marketplace-item {
    margin: 0 0 10px;
    padding: 18px 60px 18px 19px;
    background: #e9eee6;
    position: relative;
    letter-spacing: .035em;
}

.blue-theme .marketplace-item {
    background: #e9f1f4;
}

.marketplace-item:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 30px 0 30px 35px;
    border-color: transparent transparent transparent #72b449;
    top: 50%;
    margin-top: -30px;
    right: -26px;
    opacity: 0;
    display: none;
}

.blue-theme .marketplace-item:before {
    border-color: transparent transparent transparent #009fe3;
}

.pink-theme .marketplace-item:before {
    border-color: transparent transparent transparent #c24892;
}

.yellow-theme .marketplace-item:before {
    border-color: transparent transparent transparent #c7bd19;
}

.brown-theme .marketplace-item:before {
    border-color: transparent transparent transparent #9f4a0a;
}

.marketplace-item:last-child {
    margin-bottom: 0;
}

.marketplace-item:last-child {
    margin: 0;
}

.marketplace-item .visual-holder {
    float: left;
    margin: 2px 20px 0 0;
}

    .marketplace-item .visual-holder img {
        max-width: none;
        width: 100%;
    }

.marketplace-item .item-info .social-box {
    display: table-header-group;
}

.marketplace-item .item-info .btn-opener {
    display: table-footer-group;
}

.marketplace-item .text-holder {
    overflow: hidden;
    padding: 0 0 49px;
}

    .marketplace-item .text-holder .btn {
        min-width: 100%;
    }

        .marketplace-item .text-holder .btn .text-hidden {
            display: none;
        }

.marketplace-item h2 {
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 14px;
}

.marketplace-item .text-box {
    line-height: 1.6;
}

    .marketplace-item .text-box p {
        margin: 0;
    }

.marketplace-item [class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
}

.marketplace-item .event-meta {
    margin: 0 -20px 12px 0;
}

.marketplace-item .social-box {
    bottom: 17px;
    position: absolute;
    margin: 0 0 10px;
}

.marketplace-item .star-rating {
    bottom: 28px;
    position: absolute;
    right: 64px;
    z-index: 30;
}

.event-meta {
    letter-spacing: 0;
    font-size: 14px;
}

    .event-meta .meta-item {
        display: inline-block;
        vertical-align: top;
        margin-right: 26px;
    }

        .event-meta .meta-item:last-child {
            margin-right: 20px;
        }

    .event-meta [class*="icon-"] {
        color: #72b449;
        font-size: 22px;
        margin: -5px 10px 0 1px;
    }

.blue-theme .event-meta [class*="icon-"] {
    color: #009fe3;
}

.pink-theme .event-meta [class*="icon-"] {
    color: #c24892;
}

.yellow-theme .event-meta [class*="icon-"] {
    color: #c7bd19;
}

.brown-theme .event-meta [class*="icon-"] {
    color: #9f4a0a;
}

.event-meta .icon-calendar {
    font-size: 15px;
}

.event-meta a {
    color: inherit;
    text-decoration: none;
}

    .event-meta a:hover {
        color: #009fe3;
    }

.blue-theme .event-meta a:hover {
    color: #000;
}

/* map styles */

.map-canvas {
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .map-canvas .js-custom-marker {
        position: absolute;
        width: 0;
        height: 0;
    }

        .map-canvas .js-custom-marker .visual-holder {
            float: left;
            margin: 0 17px 0 0;
        }

            .map-canvas .js-custom-marker .visual-holder img {
                display: block;
            }

        .map-canvas .js-custom-marker .text-holder {
            overflow: hidden;
            padding: 6px 0 30px;
        }

        .map-canvas .js-custom-marker h3 {
            font-size: 18px;
            color: #72b449;
            font-weight: 900;
            font-family: "museo", "Times", "Baskerville", "Georgia", serif;
        }

.blue-theme .map-canvas .js-custom-marker h3 {
    color: #009fe3;
}

.pink-theme .map-canvas .js-custom-marker h3 {
    color: #c24892;
}

.yellow-theme .map-canvas .js-custom-marker h3 {
    color: #c7bd19;
}

.brown-theme .map-canvas .js-custom-marker h3 {
    color: #9f4a0a;
}

.map-canvas .js-custom-marker .more {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    position: absolute;
    right: 12px;
    bottom: 15px;
    letter-spacing: .07em;
    font-family: "museo", "Times", "Baskerville", "Georgia", serif;
    font-weight: 500;
}

    .map-canvas .js-custom-marker .more:hover {
        color: #72b449;
    }

.blue-theme .map-canvas .js-custom-marker .more:hover {
    color: #009fe3;
}

.pink-theme .map-canvas .js-custom-marker .more:hover {
    color: #c24892;
}

.yellow-theme .map-canvas .js-custom-marker .more:hover {
    color: #c7bd19;
}

.brown-theme .map-canvas .js-custom-marker .more:hover {
    color: #9f4a0a;
}

.map-canvas .js-custom-marker .icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #72b449;
    font-size: 9px;
    margin: -1px 0 0 3px;
}

.blue-theme .map-canvas .js-custom-marker .icon-arrow-right {
    color: #009fe3;
}

.pink-theme .map-canvas .js-custom-marker .icon-arrow-right {
    color: #c24892;
}

.yellow-theme .map-canvas .js-custom-marker .icon-arrow-right {
    color: #c7bd19;
}

.brown-theme .map-canvas .js-custom-marker .icon-arrow-right {
    color: #9f4a0a;
}

.events-page .marketplace-main-holder.both-view .desktop-headline {
    display: none;
}

.events-page .marketplace-main-holder.description-only {
    margin: 0 0 50px;
}

    .events-page .marketplace-main-holder.description-only .tab-frame {
        max-height: 100%;
        height: auto;
    }

    .events-page .marketplace-main-holder.description-only .view-block .event-headline {
        padding: 0 23px 0 39px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

        .events-page .marketplace-main-holder.description-only .view-block .event-headline.desktop-headline {
            display: block;
            padding: 0;
            width: 100%;
        }

        .events-page .marketplace-main-holder.description-only .view-block .event-headline .search-result {
            right: 0;
        }

    .events-page .marketplace-main-holder.description-only .view-block .event-headline-block {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .events-page .marketplace-main-holder.description-only .view-block .marketplace-items {
        max-height: 100%;
        height: auto;
    }

        .events-page .marketplace-main-holder.description-only .view-block .marketplace-items .event-headline {
            opacity: 1;
            visibility: visible;
            position: relative;
        }

    .events-page .marketplace-main-holder.description-only .description-back-button {
        display: block;
    }

.events-page .marketplace-main-holder.view-only.description-only .view-block {
    width: 100%;
}

.events-page .breadcrumb {
    z-index: 105;
}

.events-holder .marketplace-items .event-headline {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.events-holder .marketplace-item {
    letter-spacing: 0;
}

    .events-holder .marketplace-item .visual-holder {
        max-width: 129px;
    }

        .events-holder .marketplace-item .visual-holder img {
            display: block;
            margin: 0 0 10px;
        }

        .events-holder .marketplace-item .visual-holder .btn {
            min-width: 100px;
            width: 100%;
            box-sizing: border-box;
        }

    .events-holder .marketplace-item .item-info .social-box,
    .events-holder .marketplace-item .item-info .btn-opener {
        display: block;
    }

    .events-holder .marketplace-item .text-box {
        font-size: 14px;
        line-height: 1.2;
        padding: 5px 0 9px 3px;
    }

.events-holder .map-main-holder {
    margin-bottom: 0;
}

.events-holder .filter-box {
    position: static;
}

    .events-holder .filter-box .jcf-scrollable-wrapper {
        box-sizing: border-box;
        padding: 0;
    }

    .events-holder .filter-box .jcf-scrollbar-horizontal {
        display: none !important;
    }

    .events-holder .filter-box .jcf-scrollbar-vertical {
        left: auto;
        right: -3px;
    }

    .events-holder .filter-box .slide-holder {
        max-height: 730px;
        margin: 0 -3px;
        padding: 0 3px;
    }

    .events-holder .filter-box .slide {
        width: 100%;
        min-height: 100%;
        box-shadow: none;
        padding: 37px 26px 37px 42px;
        top: 0;
    }

        .events-holder .filter-box .slide:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: -999px;
            background: #e7f0f4;
            z-index: -1;
        }

        .events-holder .filter-box .slide h3 {
            font-size: 24px;
            font-weight: 300;
            margin: 0 60px 39px 0;
        }

        .events-holder .filter-box .slide h4 {
            font-size: 24px;
            color: #009fe3;
            font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
            font-weight: 900;
            margin: 0 0 13px;
        }

    .events-holder .filter-box .btn-close {
        width: 45px;
        height: 45px;
        top: 25px;
        color: #000;
    }

        .events-holder .filter-box .btn-close:before,
        .events-holder .filter-box .btn-close:after {
            border-radius: 4px;
        }

    .events-holder .filter-box.search-open-close .slide h3 {
        margin-bottom: 29px;
    }

.events-holder .view-block .event-headline {
    width: 50%;
    padding-right: 32px;
}

    .events-holder .view-block .event-headline .event-headline-block {
        width: 100%;
        float: none;
        padding: 20px 0;
    }

.events-holder .view-block .headline {
    margin-left: -3px;
}

.events-holder .view-block .info-holder {
    margin: 0 0 13px;
}

    .events-holder .view-block .info-holder .view-options-box {
        position: static;
    }

.events-holder .marketplace-block {
    margin: 0 0 -70px;
}

    .events-holder .marketplace-block .event-headline {
        position: relative;
    }

.js-animation-active .events-holder .marketplace-block .event-headline {
    -webkit-transition: -webkit-transform .5s linear, opacity .3s linear .5s;
    transition: transform .5s linear, opacity .3s linear .5s;
}

.events-holder .marketplace-block .event-headline-block {
    float: right;
    width: 50%;
    padding: 20px;
}

    .events-holder .marketplace-block .event-headline-block h1 {
        margin: 0 150px 0 0;
    }

.events-holder .marketplace-block .search-result {
    position: absolute;
    bottom: 28px;
    right: 32px;
    font-size: 14px;
}

    .events-holder .marketplace-block .search-result p {
        margin: 0;
    }

.events-holder .marketplace-block .options-box {
    width: 50%;
}

.events-holder .marketplace-block .view-options-box {
    display: none;
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 10;
}

.events-holder .social-box > li {
    margin-right: 31px;
}

    .events-holder .social-box > li:last-child {
        margin-right: 0;
    }

.events-holder .events-list {
    position: relative;
    white-space: nowrap;
}

    .events-holder .events-list .load-more {
        position: static;
        bottom: 67px;
        left: -20px;
        right: 0;
        padding: 30px 0;
        display: block;
    }

.events-holder .jcf-scrollable-wrapper {
    padding: 0 0 92px;
    /*padding: 0;*/
}

.events-holder .big-visual {
    height: 323px;
    padding: 24px 42px 25px 23px;
    position: relative;
    overflow: visible;
}

.events-holder .description-block:before,
.events-holder .meta-block:before {
    background: #e9f1f4;
}

.events-holder .description-block {
    font-size: 14px;
    top: 0;
}

.events-holder .description-col {
    padding: 3px 0;
}

    .events-holder .description-col h2 {
        margin: 0 45px 19px 0;
    }

    .events-holder .description-col .map-fragment {
        margin: 0 0 25px;
    }

    .events-holder .description-col .meta-block:before {
        display: none;
    }

    .events-holder .description-col .site-link {
        margin: 0 0 26px -1px;
    }

    .events-holder .description-col .tag-list {
        margin-left: -2px;
    }

.events-holder .intro-description {
    padding: 21px 10px 18px 21px;
}

.events-holder .description-text {
    padding: 0;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 27px;
}

.events-holder .meta-block {
    padding: 25px 42px 20px 19px;
}

.info-bar {
    background: rgba(255, 255, 255, .8);
    padding: 9px 12px;
}

    .info-bar .social-box {
        float: left;
        padding: 9px 6px;
    }

        .info-bar .social-box .social-item [class*="icon-"] {
            margin-right: 4px;
        }

        .info-bar .social-box > li {
            margin-right: 27px;
        }

    .info-bar .btn {
        float: right;
        min-width: 157px;
        font-size: 18px;
        padding: 12px 40px 11px 24px;
    }

.attending-list {
    font-size: 0;
    padding: 5px 0;
}

    .attending-list li {
        display: inline-block;
        vertical-align: top;
        margin: 0 1px 1px 0;
    }

    .attending-list a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        .attending-list a:hover {
            opacity: .9;
        }

.events-search-form {
    background: #e9f1f4;
    color: #009fe3;
    box-sizing: border-box;
    padding: 0 3px 0 0;
    white-space: normal;
}

    .events-search-form .box {
        position: relative;
    }

    .events-search-form input[type="checkbox"],
    .events-search-form .jcf-checkbox {
        float: left;
        margin-right: 8px;
    }

        .events-search-form input[type="checkbox"] ~ label,
        .events-search-form .jcf-checkbox ~ label {
            display: block;
            overflow: hidden;
            padding: 5px 5px 0 0;
            word-break: break-all;
        }

    .events-search-form .title-holder {
        position: relative;
        font-size: 18px;
        font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
        color: #000;
        padding: 8px 2px 0;
        margin: 0 0 8px;
    }

    .events-search-form .small-title {
        float: left;
        margin: 0;
    }

    .events-search-form .caption {
        float: right;
        font-weight: 300;
    }

    .events-search-form .jcf-range {
        margin-bottom: 4px;
    }

    .events-search-form .range-row {
        margin-bottom: 0;
    }

    .events-search-form .line {
        margin: 0 -54px 12px 0;
    }

        .events-search-form .line .box {
            float: left;
            width: 33.33%;
        }

            .events-search-form .line .box:nth-child(3n) {
                padding-right: 64px;
            }

    .events-search-form .title {
        font-size: 18px;
        display: block;
        margin: 0 13px 12px;
        color: #000;
        line-height: 1.2;
    }

    .events-search-form .events-type {
        padding: 10px 0 0;
    }

    .events-search-form .buttons {
        width: 50%;
    }

    .events-search-form .submit {
        width: 56%;
        min-width: 100px;
        vertical-align: middle;
        font-size: 18px;
        padding: 12px 49px 10px 14px;
    }

        .events-search-form .submit:after {
            content: "\e925";
            font-size: 19px;
        }

    .events-search-form .btn-reset {
        width: 39%;
        vertical-align: middle;
        font-size: 18px;
        padding: 5px 0 0 16px;
    }

    .events-search-form .buttons-row {
        padding-bottom: 40px;
    }

    .events-search-form .inspire-box {
        width: 50%;
        position: relative;
        padding-bottom: 11px;
    }

        .events-search-form .inspire-box .sub-text {
            font-size: 12px;
            font-weight: 300;
            position: absolute;
            padding: 0 50px 0 0;
            color: #333;
            left: 0;
            top: 100%;
        }

            .events-search-form .inspire-box .sub-text:after {
                content: "\e902";
                font-size: 41px;
                position: absolute;
                right: 0;
                top: -13px;
                color: inherit;
            }

        .events-search-form .inspire-box .btn {
            float: right;
            min-width: 100px;
            width: 56%;
        }

    .events-search-form .btn-inspire {
        color: #009fe3;
        font-size: 18px;
        padding: 12px 40px 10px 16px;
    }

        .events-search-form .btn-inspire:after {
            content: "\e932";
            color: inherit;
            font-size: 23px;
            -webkit-transition: color .3s;
            transition: color .3s;
        }

        .events-search-form .btn-inspire:hover:after {
            right: 10px;
            color: #c7bd19;
        }

#event-signin h4, #event-ticket-modal h2 {
    margin-top: 10px !important;
}

.search-results {
    position: relative;
}

.search-title {
    overflow: hidden;
    margin: 0 0 31px;
}

    .search-title h2 {
        font-size: 24px;
        margin: 0;
        float: left;
    }

    .search-title .show {
        font-size: 14px;
        float: right;
        font-weight: 500;
        margin: 9px 0 0;
    }

.search-categories {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 -4px 17px;
    padding: 0;
}

    .search-categories li {
        display: inline-block;
        vertical-align: top;
        -webkit-transition: background .2s linear;
        transition: background .2s linear;
        list-style: none;
        color: #c7bd19;
        font-weight: 900;
        background: #f1eed5;
        border-radius: 30px;
        min-width: 140px;
        text-align: center;
        margin: 0 4px 10px;
    }

        .search-categories li:hover {
            background: #f6f4e4;
        }

    .search-categories a {
        color: inherit;
        display: block;
        padding: 15px 10px;
        text-decoration: none;
    }

.category-box-holder {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 40px;
}

    .category-box-holder:last-child {
        margin: 0;
    }

.category-box {
    position: relative;
}

    .category-box h2 {
        margin: 0 0 19px;
    }

.category-list {
    margin: 0;
    padding: 0;
}

    .category-list h3 {
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 11px;
    }

    .category-list .tag-list {
        margin: 0 0 13px;
    }

    .category-list > li {
        list-style: none;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 26px;
        margin-bottom: 20px;
    }

        .category-list > li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

    .category-list p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
    }

.media-list {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

    .media-list li {
        list-style: none;
        position: relative;
        padding: 35px 0 35px 68px;
        border-bottom: 1px solid #ebebeb;
    }

        .media-list li:last-child {
            border: none;
        }

    .media-list a {
        color: inherit;
    }

    .media-list [class*="icon-"] {
        width: 49px;
        height: 49px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        background: #c7bd19;
        color: #fff;
        font-size: 24px;
    }

        .media-list [class*="icon-"]:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.faqs-list {
    margin: 0;
    padding: 0;
}

    .faqs-list li {
        list-style: none;
    }

.faqs-box {
    position: relative;
}

    .faqs-box .question {
        display: block;
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 1;
        font-weight: 500;
        font-style: italic;
    }

        .faqs-box .question:before {
            content: "Q.";
            display: inline;
            margin: 0 8px 0 0;
        }

    .faqs-box p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 11px;
    }

.helpful {
    overflow: hidden;
    background: #f1eed5;
    border-radius: 30px;
    padding: 6px 19px 10px 8px;
    font: 14px/1.2 "museo-slab", "Times", "Baskerville", "Georgia", serif;
    margin-top: -10px;
}

    .helpful .jcf-checkbox {
        margin: 0 10px 0 0;
    }

    .helpful label {
        display: inline-block;
        vertical-align: top;
        margin: 7px 0 0;
    }

    .helpful .people {
        float: right;
        width: 50%;
        margin: 7px 0 0;
        text-align: right;
    }

    .helpful .checkbox-holder {
        float: left;
        width: 50%;
    }

.post-frame {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -20px;
}

    .post-frame .box {
        font-size: 15px;
        line-height: 1.5;
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 40px;
    }

        .post-frame .box.wide {
            width: 66.67%;
        }

        .post-frame .box .intro-post {
            height: 100%;
            overflow: hidden;
        }

    .post-frame ~ .load-more {
        margin: 0 0 30px;
        padding: 0;
    }

    .post-frame ~ .load-more-add {
        margin: 0 0 30px;
        padding: 0;
    }

.intro-post {
    background-color: #fff;
    box-shadow: 4px 8px 8px 0 rgba(192, 112, 61, .1);
    line-height: 1.6;
}

    .intro-post.small h3 {
        font-size: 24px;
        line-height: 1;
    }

    .intro-post .image-box {
        position: relative;
    }

        .intro-post .image-box img {
            width: 100%;
        }

    .intro-post img {
        vertical-align: top;
    }

    .intro-post .author-image {
        position: absolute;
        z-index: 2;
        top: 12px;
        right: 12px;
    }

        .intro-post .author-image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .intro-post .text-box {
        padding: 32px 26px 20px;
    }

    .intro-post h3,
    .intro-post .h3 {
        line-height: initial;
    }

    .intro-post .tag-list {
        margin: 0 0 16px;
    }

    .intro-post .share-bar {
        font-size: 14px;
        line-height: 1.2;
        margin: 0 0 25px;
    }

    .intro-post .calendar-box {
        float: left;
        width: 44%;
        padding-right: 5px;
        padding-top: 4px;
    }

    .intro-post .social-box {
        float: left;
        width: 56%;
    }

        .intro-post .social-box [class^="icon-"] {
            font-size: 19px;
        }

    .intro-post p {
        margin: 0 0 16px;
    }

.calendar-box {
    color: #c7bd19;
    font-size: 14px;
    line-height: 1;
}

    .calendar-box.green {
        color: #72b449;
    }

    .calendar-box.blue {
        color: #009fe3;
    }

    .calendar-box.black {
        color: #000;
    }

    .calendar-box.pink {
        color: #c24892;
    }

    .calendar-box [class*="icon-"] {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        margin-right: 5px;
        margin-top: -2px;
    }

    .calendar-box time {
        color: initial;
    }

.big-intro-post {
    padding: 102px 40px 102px;
    position: relative;
    z-index: 1;
}

    .big-intro-post .social-box .social-item:hover .caption {
        color: inherit;
    }

    .big-intro-post .social-box .caption {
        color: #fff;
    }

    .big-intro-post .calendar-box time {
        color: #fff;
    }

.author-image {
    width: 53px;
    height: 53px;
    padding: 6px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background .3s;
    transition: background .3s;
    margin-bottom: 10px;
    background: #fff;
}

    .author-image:hover {
        background: #c7bd19;
    }

.related-post .custom-title {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}

.comments-opener {
    color: inherit;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .comments-opener .hidden {
        display: none;
    }

.comments-holder.active .comments-opener.comments-opener {
    background: none;
    color: #000;
}

    .comments-holder.active .comments-opener.comments-opener .hidden {
        display: none;
    }

.comments-holder.yellow .comment {
    border-color: #c7bd19;
}

    .comments-holder.yellow .comment .comment {
        border-color: #efe980;
    }

.comments-holder.yellow .comments-opener {
    color: #c7bd19;
}

.comments-holder.green .comment {
    border-color: #72b449;
}

    .comments-holder.green .comment .comment {
        border-color: #c0deae;
    }

.comments-holder.green .comments-opener {
    color: #72b449;
}

.comments-holder.blue .comment {
    border-color: #009fe3;
}

    .comments-holder.blue .comment .comment {
        border-color: #73d5ff;
    }

.comments-holder.blue .comments-opener {
    color: #009fe3;
}

.comments-holder.black .comment {
    border-color: #000;
}

    .comments-holder.black .comment .comment {
        border-color: #474747;
    }

.comments-holder.black .comments-opener {
    color: #000;
}

.comments-frame,
.sub-comments-frame {
    list-style: none;
}

    .comments-frame:empty,
    .sub-comments-frame:empty {
        padding: 0;
    }

.comments-frame {
    margin: 0;
    padding: 20px 0 0;
    margin: 0 0 30px;
}

.sub-comments-frame {
    margin: 0;
    padding: 20px 0 0;
}

    .sub-comments-frame .comment:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.comment {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid #000;
    margin: 0 0 31px;
    padding: 0 0 21px 110px;
}

    .comment:last-child {
        margin-bottom: 0;
    }

    .comment .image-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 110px;
    }

        .comment .image-box a {
            display: block;
        }

        .comment .image-box img {
            border-radius: 50%;
            display: block;
        }

    .comment .functional-block {
        margin: 0 0 14px;
    }

    .comment .calendar-box {
        padding-right: 10px;
        padding-top: 5px;
        float: left;
        width: 50%;
    }

    .comment p {
        margin: 0 0 15px;
    }

    .comment .social-box {
        font-size: 14px;
    }

        .comment .social-box > li {
            margin: 0 25px 0 0;
        }

            .comment .social-box > li:last-child {
                margin-right: 0;
            }

            .comment .social-box > li > .social-item > [class*="icon-"] {
                font-size: 19px;
                margin-right: 5px;
            }

    .comment .comment {
        margin: 0 0 30px;
        padding-top: 30px;
        border-top: 1px solid #000;
        border-bottom: 0 solid;
    }

        .comment .comment .image-box {
            top: 30px;
        }

.reply-item {
    font-size: 14px;
    color: #72b449;
    text-align: right;
    line-height: 1;
    float: left;
    width: 50%;
}

    .reply-item li {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        position: relative;
    }

        .reply-item li > .social-item > [class*="icon-"] {
            font-size: 24px;
            margin-right: 5px;
        }

    .reply-item a {
        text-decoration: none;
    }

        .reply-item a:hover {
            opacity: .8;
        }

    .reply-item .caption {
        display: inline-block;
        vertical-align: middle;
        color: #000;
        margin: 2px 0 0;
    }

    .reply-item [class*="icon-"] {
        display: inline-block;
        vertical-align: middle;
        font-size: 25px;
        line-height: 1.1;
        margin-right: 7px;
    }

    .reply-item.yellow a {
        color: #c7bd19;
    }

    .reply-item.blue a {
        color: #009fe3;
    }

    .reply-item.black a {
        color: #000;
    }

    .reply-item.pink a {
        color: #c24892;
    }

    .reply-item.brown a {
        color: #9f4a0a;
    }

.landing-content h2 {
    line-height: 1;
    margin: 0 0 30px;
}

.landing-content h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 30px;
}

.related-post h3 {
    margin: 0px 0 15px;
}


.landing-content h4 {
    font-size: 24px;
    margin: 0 0 5px;
}

.landing-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}

.landing-content .title-line .calendar-box {
    margin-bottom: 19px;
}

.landing-content h1 {
    line-height: 1;
}

.landing-title {
    margin: 0 0 30px;
}

    .landing-title h2 {
        float: left;
        max-width: 50%;
        margin: 0;
    }

    .landing-title .tag-list,
    .landing-title .social-info {
        float: left;
        width: 50%;
    }

    .landing-title .social-info {
        text-align: right;
    }

    .landing-title .social-box {
        font-size: 14px;
    }

.landing-list {
    margin: 0 0 40px;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
}

    .landing-list > li {
        list-style: none;
        position: relative;
        border-top: 1px solid #ebebeb;
        padding: 25px 0 34px;
    }

        .landing-list > li.with-ico {
            padding-right: 150px;
        }

    .landing-list h2 {
        margin: 0 0 0.5em;
    }

    .landing-list h3 {
        font-size: 24px;
        line-height: 1.125;
        margin: 0 0 8px;
    }

    .landing-list p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 13px;
    }

    .landing-list .category-ico {
        width: 123px;
        height: 123px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 11px;
        border-radius: 50%;
        /*background: #72b449;*/
        color: #fff;
        font-size: 70px;
    }

        .landing-list .category-ico img {
            border-radius: 50%;
        }

        .landing-list .category-ico:before,
        .landing-list .category-ico .value {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .landing-list .text-ico {
        font-weight: 900;
        font-size: 100px;
    }

.landing-categories {
    margin: 0 -20px 8px;
    overflow: hidden;
    padding: 0;
}

    .landing-categories > li {
        list-style: none;
        float: left;
        width: 50%;
        padding: 0 20px;
        text-align: center;
        margin: 0 0 36px;
    }

    .landing-categories .inner-area {
        border-bottom: 1px solid #ebebeb;
        padding: 0 0 27px;
        height: 100%;
    }

    .landing-categories .bg-stretch {
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .landing-categories .img-holder {
        display: block;
        position: relative;
        overflow: hidden;
        height: 230px;
        z-index: 1;
        background: #000;
        color: #fff;
        margin: 0 0 25px;
    }

        .landing-categories .img-holder:hover {
            color: #72b449;
        }

            .landing-categories .img-holder:hover .bg-stretch {
                opacity: .3;
            }

        .landing-categories .img-holder:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
            box-shadow: 0 0 150px 100px rgba(0, 0, 0, .2);
        }

        .landing-categories .img-holder h2 {
            font-size: 36px;
            line-height: 1.112;
            font-weight: 900;
            margin: 0;
            text-transform: uppercase;
            text-shadow: 1px 0 1px #000;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            z-index: 1;
            padding: 0 7%;
        }

    .landing-categories p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        margin: 0;
    }

.case-studies {
    position: relative;
    max-width: 605px;
    margin: 0 auto;
}

    .case-studies h2 {
        text-align: center;
        font-size: 30px;
        margin: 0 0 30px;
    }

.studies-list {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .col-md-6 .studies-list li {
        width: 100%;
        text-align: center;
    }

    .col-md-6 .studies-list .text-holder {
        width: 95%;
        padding: 15px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .col-md-6 .studies-list {
        margin-left: 10px;
    }
}

.studies-list > li {
    list-style: none;
    overflow: hidden;
}

    .studies-list > li + li {
        margin: 39px 0 0;
    }

.studies-list .img-holder {
    width: 207px;
    height: 207px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.studies-list .text-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 38px;
    width: 60%;
}

.studies-list p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
    margin: 0 0 24px;
}

.produsers-list {
    margin: 0;
    padding: 0;
}

    .produsers-list > li {
        list-style: none;
    }

        .produsers-list > li + li {
            margin: 35px 0 0;
        }

    .produsers-list h3 {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 18px;
    }

    .produsers-list .contact-list [class*="icon-"] {
        color: #72b449;
    }

.the-results {
    background: #f1eed5;
    padding: 35px 43px;
    margin-bottom: 1em;
}

    .the-results h4 {
        font-size: 24px;
        margin: 0 0 16px;
    }

    .the-results p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 25px;
    }

        .the-results p:last-of-type {
            margin: 0;
        }

.ordered-list {
    counter-reset: newCounter;
    margin: 0;
    padding: 0;
}

    .ordered-list.pink .active .opener {
        color: #000;
    }

    .ordered-list.pink .opener {
        color: #ded3da;
    }

    .ordered-list.pink > li:before {
        background: #c24892;
    }

.accordion.ordered-list a {
    width: 100%;
}

.ordered-list > li {
    list-style: none;
    padding: 26px 0;
    position: relative;
    border-top: 1px solid #ebebeb;
}

    .ordered-list > li:before {
        width: 50px;
        height: 50px;
        counter-increment: newCounter;
        content: counters(newCounter, " ") " ";
        position: absolute;
        top: 21px;
        left: 0;
        border-radius: 50%;
        background: #000;
        color: #fff;
        text-align: center;
        padding: 8px 0 0;
        font: 30px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    }

.ordered-list .active .opener {
    color: #000;
}

.ordered-list .step-passed:before {
    background: #72b449;
    content: "\e909";
    font-size: 30px;
}

.ordered-list .step-passed .btn-edit {
    display: block;
}

.ordered-list .slide-holder {
    padding: 40px 0 0;
}

.ordered-list .opener {
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 0 69px;
    font-weight: 900;
    color: #999;
    text-decoration: none;
}

.ordered-list .step-passed:before {
    background: #72b449 !important;
}

.ordered-list.hide-numbers > li:before {
    display: none !important;
}

.ordered-list.hide-numbers > li {
    list-style-type: none;
}

    .ordered-list.hide-numbers > li > a:after {
        content: "\e906";
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        float: right;
        margin-right: 10px;
        margin-top: 3px;
    }

.ordered-list.hide-numbers li.active > a:after {
    content: "\e905";
}

.ordered-list.hide-numbers .opener {
    color: #000;
    padding-left: 0px;
}

.ordered-list.hide-numbers .slide-holder {
    padding: 24px 0 0;
}

.interest-list {
    position: relative;
    margin: 0 -2px;
    overflow: hidden;
}

    .interest-list .box {
        float: left;
        width: 33.3333%;
        padding: 0 2px;
        margin: 0 0 4px;
    }

        .interest-list .box:hover .inner-area {
            color: #72b449;
        }

        .interest-list .box:hover .bg-stretch {
            opacity: .3;
        }

    .interest-list .inner-area {
        overflow: hidden;
        height: 160px;
        position: relative;
        z-index: 1;
        background: #000;
        display: block;
        color: #fff;
    }

    .interest-list .bg-stretch {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        .interest-list .bg-stretch:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
            box-shadow: 0 0 150px 100px rgba(0, 0, 0, .5);
        }

    .interest-list h2 {
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
        margin: 0;
        text-transform: uppercase;
        text-shadow: 1px 0 1px #000;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        z-index: 1;
        padding: 0 10%;
    }

.colored-box {
    background: #f3f3f3;
    padding: 20px 22px;
    overflow: hidden;
}

    .colored-box + .colored-box {
        margin: 25px 0 0;
    }

    .colored-box.light-pink {
        background: #f5ecf2;
    }

.gray-block {
    background: #f3f3f3;
}

.donation-options {
    font-size: 0;
    margin: 0 -10px 35px;
}

    .donation-options.gray .option label {
        background: #f2f7f8;
    }

    .donation-options.light-pink .option label {
        background: #f9f4f7;
    }

    .donation-options .option {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 24px;
        position: relative;
    }

        .donation-options .option:only-child {
            width: 100%;
        }

        .donation-options .option label {
            width: 100%;
            display: block;
            padding: 22px 10px 22px 71px;
            background-color: #fff;
            font-weight: 900;
            -webkit-transition: background .3s, color .3s;
            transition: background .3s, color .3s;
            position: relative;
        }

            .donation-options .option label:before {
                content: "";
                position: absolute;
                left: 50%;
                margin-left: -9px;
                bottom: -11px;
                border-style: solid;
                border-width: 11px 9px 0;
                border-color: #c24892 transparent transparent transparent;
                opacity: 0;
                -webkit-transition: opacity .3s;
                transition: opacity .3s;
            }

            .donation-options .option label.jcf-label-active {
                background: #c24892;
                color: #fff;
            }

                .donation-options .option label.jcf-label-active:before {
                    opacity: 1;
                }

                .donation-options .option label.jcf-label-active .white-image {
                    display: inline-block;
                    vertical-align: middle;
                }

                .donation-options .option label.jcf-label-active .black-image {
                    display: none;
                }

        .donation-options .option .white-image {
            display: none;
        }

        .donation-options .option .black-image {
            display: inline-block;
            vertical-align: middle;
        }

    .donation-options .image-option label {
        height: 73px;
    }

        .donation-options .image-option label img {
            position: absolute;
            top: 50%;
            left: 71px;
            -webkit-transform: translateY(-45%);
            -ms-transform: translateY(-45%);
            transform: translateY(-45%);
        }

    .donation-options .jcf-radio {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 28px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #ded3da;
        box-shadow: none;
        z-index: 10;
    }

        .donation-options .jcf-radio.jcf-checked {
            background: #fff;
        }

            .donation-options .jcf-radio.jcf-checked span:after {
                color: #72b449;
            }

    .donation-options.black-options .option label.jcf-label-active {
        background-color: #000;
        color: #fff;
    }

        .donation-options.black-options .option label.jcf-label-active:before {
            opacity: 0;
        }

.social-login .label {
    display: block;
    margin: 0 0 16px;
}

.donation-steps .btn-edit {
    display: none;
    font-size: 14px;
    color: #c24892;
    position: absolute;
    right: 24px;
    top: 42px;
    text-decoration: none;
}

    .donation-steps .btn-edit:hover {
        color: #000;
    }

.donation-steps .opener {
    cursor: default;
    pointer-events: none;
}

.donation-steps .social-login {
    padding: 7px 0 0;
    margin: 0 0 27px;
}

.donation-steps .social-networks {
    padding: 6px 0 0;
}

    .donation-steps .social-networks.rounded-style li {
        margin: 0 12px 10px 1px;
    }

.donation-steps .description-small {
    font-size: 12px;
    line-height: 1.25;
    margin: -4px 0 11px;
}

    .donation-steps .description-small p {
        font-size: inherit;
        line-height: inherit;
        margin: 0;
    }

.donation-steps .or {
    display: block;
    margin: 0 0 10px;
}

.gift-block {
    margin-top: 4px;
}

    .gift-block .headline-block {
        margin: 0 0 22px;
        font-size: 24px;
        font-weight: 300;
        padding: 13px 0 0;
        line-height: 1.3;
    }

        .gift-block .headline-block .text {
            float: left;
            width: 55%;
        }

        .gift-block .headline-block .logo-block {
            float: right;
            width: 45%;
            text-align: right;
            padding: 0 7px 0 0;
        }

        .gift-block .headline-block p {
            font-size: inherit;
            line-height: inherit;
            margin: 0;
        }

.donation-form .tab-content {
    margin: 0 0 35px;
}

.donation-form .text-box {
    font-size: 16px;
}

    .donation-form .text-box strong {
        font-weight: 900;
    }

    .donation-form .text-box p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 .4em;
    }

.donation-form .bottom-bar {
    margin: 0 0 17px;
}

    .donation-form .bottom-bar .input-block {
        float: left;
        width: 50%;
    }

        .donation-form .bottom-bar .input-block:nth-child(even) {
            float: right;
            text-align: right;
        }

    .donation-form .bottom-bar label {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        font-weight: 900;
        color: #c24892;
        line-height: 52px;
        margin: -3px 9px 0 5px;
    }

    .donation-form .bottom-bar input[type="text"] {
        width: 65.2%;
        font-size: 16px;
    }

.donation-form .btn {
    margin: 5px 0;
    min-width: 100px;
    width: 64.5%;
}

.donation-tabs {
    font-size: 0;
    margin: 0 -5px 28px;
}

    .donation-tabs li {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        padding: 0 5px;
    }

    .donation-tabs .jcf-radio {
        display: none;
    }

    .donation-tabs .jcf-checked ~ label {
        background: #000;
        color: #fff;
    }

    .donation-tabs .jcf-disabled ~ label {
        color: #f2e5ed;
        pointer-events: none;
        cursor: default;
    }

        .donation-tabs .jcf-disabled ~ label:hover {
            color: #f2e5ed;
            background: #fff;
        }

    .donation-tabs label {
        display: block;
        padding: 12px 10px;
        font-size: 48px;
        color: #000;
        font-weight: 900;
        text-decoration: none;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }

        .donation-tabs label:hover {
            background: #000;
            color: #fff;
        }

    .donation-tabs .hidden-tab-opener {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 19;
        color: transparent !important;
        background: transparent !important;
        cursor: default;
    }

.donation-detail {
    margin: 0;
    padding: 0;
}

    .donation-detail .row {
        margin-bottom: 41px;
        position: relative;
    }

        .donation-detail .row:last-child {
            margin-bottom: 0;
        }

    .donation-detail .colored-box {
        margin: 0 0 20px;
    }

    .donation-detail .note {
        font-size: 12px;
        display: block;
        margin: 15px 0 -25px;
    }

        .donation-detail .note a {
            color: inherit;
        }

.payment-form {
    padding: 0;
    margin: 0;
}

    .payment-form .row {
        margin-bottom: 19px;
    }

.detail-info {
    position: relative;
    z-index: 1;
    margin: 0 -23px;
}

    .detail-info .row {
        position: relative;
        z-index: 2;
    }

        .detail-info .row:last-child {
            margin-bottom: 0;
        }

    .detail-info:after {
        content: "";
        position: absolute;
        left: -50px;
        top: 0;
        right: -50px;
        bottom: -100px;
        background: #fff;
        z-index: -1;
    }

.info-row {
    padding: 15px 23px 15px;
}

    .info-row .visual-holder {
        float: left;
        margin: 4px 48px 0 3px;
    }

    .info-row .info-holder {
        overflow: hidden;
        font-size: 15px;
        line-height: 1.2;
    }

        .info-row .info-holder p {
            font-size: inherit;
            line-height: inherit;
            margin: 0;
        }

        .info-row .info-holder a {
            color: #c24892;
        }

.thanks-intro {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 26px;
}

    .thanks-intro h2 {
        font-weight: 300;
        font-size: 30px;
        line-height: 1;
        margin: 0 0 23px;
    }

.supporting-block {
    margin: 0 -14px;
}

    .supporting-block .text-big {
        font-size: 30px;
        line-height: 1.2;
        padding: 0 14px;
        margin: 0 0 25px;
    }

        .supporting-block .text-big p {
            margin: 0;
        }

    .supporting-block .support-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 14px 28px;
        margin: 0 -4px 0 0;
    }

.share-donation {
    padding: 26px 0 21px;
    border: solid #ebebeb;
    border-width: 1px 0;
    margin: 0 0 33px;
}

    .share-donation .label {
        font-size: 24px;
        line-height: 1;
        font-weight: 300;
        margin: 0 0 20px;
    }

.step-form .slide {
    display: none;
}

.step-form .input-error input,
.step-form .input-error .jcf-select {
    box-shadow: 0 0 5px 2px rgba(255, 0, 0, .5);
}

.find-address {
    /*float: right;*/
}

    .find-address p {
        font-size: 15px;
        line-height: 1.2;
        margin: 19px 0 0;
    }

        .find-address p a {
            color: #c24892;
        }

    .find-address .or-text {
        padding: 0 7px 0 0;
    }

.two-boxes {
    margin: 21px -13px 0;
    overflow: hidden;
}

    .two-boxes .box {
        float: left;
        width: 50%;
        padding: 0 13px;
    }

    .two-boxes .donation-options {
        margin-bottom: 22px;
    }

    .two-boxes .period-price {
        margin: 0 0 26px;
    }

    .two-boxes p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 25px;
    }

.contribute .like {
    font-size: 16px;
    display: block;
    margin: 0 0 13px;
}

.contribute .input-holder {
    margin: 0 0 10px;
    position: relative;
}

.contribute .title {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 900;
    color: #c24892;
    line-height: 52px;
    width: 48px;
    text-align: center;
}

.contribute .inner-area {
    padding: 0 15px 0 48px;
}

.contribute input[type="text"] {
    width: 100%;
}

.contribute .per {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #c24892;
    margin: 0 0 38px;
}

.period-price {
    background: #fff;
    text-align: center;
    color: #c24892;
    padding: 5px 10px 8px;
    margin: 0 0 38px;
}

    .period-price .value {
        display: block;
        font-size: 48px;
        margin: 0 0 -8px;
    }

    .period-price .per {
        font-size: 18px;
    }

.type-info .text-holder {
    float: left;
    width: 65%;
}

    .type-info .text-holder p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 5px;
    }

.type-info .value-holder {
    float: right;
    width: 32.5%;
}

.type-info .btn {
    width: 100%;
    min-width: 0;
}

.intro-heading {
    font-size: 16px;
    line-height: 1.5;
}

    .intro-heading .short-box {
        float: right;
        text-align: right;
        width: 140px;
    }

        .intro-heading .short-box .social-box {
            margin: 0 0 10px;
        }

    .intro-heading .wide-box {
        overflow: hidden;
    }

    .intro-heading p {
        margin: 0 0 25px;
    }

.resource-holder {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .resource-holder ~ .load-more {
        padding-top: 0;
    }

.media-object {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 14px;
    margin-bottom: 33px;
    border-bottom: 1px solid #ebebeb;
    list-style: none;
}

    .media-object .image-box {
        float: left;
        position: relative;
        width: 31.48%;
        padding-right: 27px;
        overflow: hidden;
    }

        .media-object .image-box > iframe {
            width: 100%;
        }

@media screen and (max-width: 767px) {
    .media-object .image-box > iframe {
        height: 398px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .media-object .image-box > iframe {
        height: 170px;
    }
}

.media-object .image-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -14px;
}

.media-object .image-box img {
    width: 100%;
}

.media-object .text-box {
    float: left;
    width: 68.52%;
    padding-top: 5px;
}

    .media-object .text-box:only-child {
        width: 100%;
    }

.media-object .ico-holder {
    position: absolute;
    top: 5px;
    left: 5px;
}

.media-object img {
    vertical-align: top;
}

.media-object .media-title {
    margin: 0 0 15px;
}

.media-object p {
    margin: 0 0 20px;
}

.media-object .social-info {
    float: right;
    width: 50%;
    text-align: right;
}

.media-object .social-box {
    font-size: 14px;
}

    .media-object .social-box > li {
        margin: 0 16px 4px 0;
    }

        .media-object .social-box > li:last-child {
            margin-right: 0;
        }

        .media-object .social-box > li > .social-item > [class*="icon-"] {
            font-size: 20px;
            margin-right: 5px;
        }

.media-object .tag-list {
    float: left;
    width: 50%;
}

.ico-holder {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #72b449;
    color: #fff;
    text-align: center;
}

    .ico-holder:hover {
        background: #aad291;
    }

    .ico-holder:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin: 0 -1px 0 0;
    }

    .ico-holder.yellow {
        background: #c7bd19;
    }

        .ico-holder.yellow:hover {
            background: #eae25c;
        }

    .ico-holder.black {
        background: #000;
    }

        .ico-holder.black:hover {
            background: #333;
        }

    .ico-holder.blue {
        background: #009fe3;
    }

        .ico-holder.blue:hover {
            background: #4ac9ff;
        }

    .ico-holder.pink {
        background: #c24892;
    }

        .ico-holder.pink:hover {
            background: #dc95c0;
        }

    .ico-holder.brown {
        background: #9f4a0a;
    }

        .ico-holder.brown:hover {
            background: #f1791e;
        }

    .ico-holder i {
        display: inline-block;
        vertical-align: middle;
    }

.title-1 {
    display: block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 10px;
}

    .title-1 a {
        color: inherit;
    }

.video-btn {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 6px solid #fff;
    position: relative;
}

    .video-btn:hover {
        opacity: .9;
    }

    .video-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-36%, -50%);
        -ms-transform: translate(-36%, -50%);
        transform: translate(-36%, -50%);
        border-width: 15px 0 15px 23px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
    }

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .only-tablet-hidden {
        display: none !important;
    }

    .tablet-layout {
        margin: 0 -10px;
    }

    .tablet-col {
        float: left;
        width: 50%;
        padding: 0 10px;
    }

    .filter-form .bottom-position {
        padding-left: 7px;
    }

    .filter-form .line-box,
    .filter-form .bottom-position {
        float: left;
        width: 50%;
        padding-bottom: 14px;
    }

    .filter-form .line-box {
        padding-right: 7px;
    }

    .filter-form .bottom-bar .line {
        float: left;
        width: 50%;
    }

        .filter-form .bottom-bar .line:first-child {
            padding-top: 5px;
        }

        .filter-form .bottom-bar .line:only-child {
            padding-top: 0;
            width: 100%;
        }

    .filter-form [type="submit"],
    .filter-form [type="reset"] {
        float: right;
    }

    .filter-form [type="reset"] {
        padding: 12px 30px 0 0;
    }

    .sign-up-form.wide .title-holder {
        float: left;
        width: 26.2%;
        padding: 12px 10px 0 0;
    }

    .sign-up-form.wide .holder {
        position: relative;
        float: left;
        width: 73.8%;
    }

    .sign-up-form.wide .icon-airplane {
        top: -24px;
        left: 73.5%;
    }

    .sign-up-form.wide input[type="email"] {
        width: 65%;
        margin-bottom: 0;
    }

    .sign-up-form.wide .btn {
        right: 0;
        width: 21.31%;
        margin-right: 0;
        position: absolute;
        top: 5px;
        right: 0;
        font-weight: normal;
        text-align: center;
        padding-right: 20px;
    }

    .tablet-col .meet .photo-box {
        margin: 0 0 9px;
        display: block;
    }

    .tablet-col .meet .bg-cover {
        width: 111px;
        height: 111px;
    }

    .tablet-col .meet .note {
        font-size: 7px;
        min-width: 76px;
        padding: 6px 10px;
        bottom: -5px;
    }

    .tablet-col .meet blockquote {
        width: auto;
        max-width: 250px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .tablet-col .meet q {
        font-size: 13px;
        line-height: 1.385;
        margin: 0 0 6px;
    }

    .tablet-col .meet cite {
        font-size: 13px;
        line-height: 1.693;
    }

    .logo-info .text-box {
        font-size: 0;
        line-height: 0;
        padding-top: 17px;
    }

    .logo-info .text-container,
    .logo-info .btn-container {
        display: inline-block;
        vertical-align: bottom;
    }

    .logo-info .text-container {
        width: 48%;
    }

    .logo-info .btn-container {
        width: 52%;
        padding-left: 10px;
    }

    .logo-info .icon-arrow2-right {
        -webkit-transform: rotate(110deg);
        -ms-transform: rotate(110deg);
        transform: rotate(110deg);
        font-size: 51px;
        left: -48px;
        top: -19px;
    }

    .faqs {
        width: 50%;
        float: left;
        padding: 0 1%;
    }

    .benefits {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 768px) {
    .big-intro-post .text-box {
        max-width: 395px;
        background: rgba(0, 0, 0, .7);
        color: #fff;
    }

    .big-intro-post .image-holder {
        padding-top: 16px;
    }

    .big-intro-post .top-bar {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .big-intro-post .top-bar .tag-list {
            display: table-header-group;
        }

    .comments-holder .slide-holder {
        display: block !important;
        position: static !important;
        height: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .comments-opener {
        pointer-events: none;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .filter-form .opener .icon-arrow-bottom {
        display: inline-block;
    }
}

@media screen and (min-width: 1024px) {
    .hide-up-desktop {
        display: none !important;
    }

    .filter-form .opener {
        pointer-events: none;
    }

    .filter-form .slide {
        display: block !important;
        position: static !important;
        height: auto !important;
    }

    .filter-form .bottom-position .jcf-select {
        margin-bottom: 24px;
    }

    .waiting-box {
        height: auto !important;
    }

    .licensed-box {
        height: auto !important;
    }

    .association .opener {
        display: none;
    }

    .association .slide {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: auto !important;
    }

    .marketplace-main-holder.description-only .view-block {
        padding: 0;
    }

    .marketplace-main-holder.description-only .marketplace-item.item-active {
        background: #72b449;
        color: #fff;
    }

    .blue-theme .marketplace-main-holder.description-only .marketplace-item.item-active {
        background: #009fe3;
    }

    .pink-theme .marketplace-main-holder.description-only .marketplace-item.item-active {
        background: #c24892;
    }

    .yellow-theme .marketplace-main-holder.description-only .marketplace-item.item-active {
        background: #c7bd19;
    }

    .brown-theme .marketplace-main-holder.description-only .marketplace-item.item-active {
        background: #9f4a0a;
    }

    .marketplace-main-holder.description-only .marketplace-item.item-active:before {
        opacity: 1;
        display: block;
    }

    .marketplace-main-holder.description-only .marketplace-item.item-active .event-meta [class*="icon-"] {
        color: #fff;
    }

    .marketplace-main-holder.description-only .marketplace-item.item-active .social-box {
        color: #fff;
    }

        .marketplace-main-holder.description-only .marketplace-item.item-active .social-box .caption {
            color: #fff;
        }

    .marketplace-main-holder.description-only .marketplace-item.item-active .visual-holder .btn {
        background-image: url(/images/charity/bg-btn-8.png);
        color: #009fe3 !important;
    }

        .marketplace-main-holder.description-only .marketplace-item.item-active .visual-holder .btn:after {
            color: #009fe3;
        }

    .marketplace-main-holder.description-only .marketplace-item.item-active .text-holder .btn {
        cursor: default;
        pointer-events: none;
    }

        .marketplace-main-holder.description-only .marketplace-item.item-active .text-holder .btn:hover {
            background: #72b449;
        }

    .blue-theme .marketplace-main-holder.description-only .marketplace-item.item-active .text-holder .btn:hover {
        background: #009fe3;
    }

    .pink-theme .marketplace-main-holder.description-only .marketplace-item.item-active .text-holder .btn:hover {
        background: #c24892;
    }

    .yellow-theme .marketplace-main-holder.description-only .marketplace-item.item-active .text-holder .btn:hover {
        background: #c7bd19;
    }

    .brown-theme .marketplace-main-holder.description-only .marketplace-item.item-active .text-holder .btn:hover {
        background: #9f4a0a;
    }

    .marketplace-main-holder.description-only .marketplace-item.item-active .star-rating .icon-star {
        color: #94c576;
    }

    .description-col .item-info .socials-add {
        bottom: auto;
        top: 100%;
        margin: 17px 0 0;
    }

        .description-col .item-info .socials-add:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-left: -10px;
            bottom: 100%;
            top: auto;
        }

        .description-col .item-info .socials-add:after {
            top: auto;
            bottom: 100%;
        }

    .marketplace-item .text-holder .btn {
        background: #72b449;
        min-width: 41px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        padding: 0;
    }

    .blue-theme .marketplace-item .text-holder .btn {
        background: #009fe3;
    }

    .pink-theme .marketplace-item .text-holder .btn {
        background: #c24892;
    }

    .yellow-theme .marketplace-item .text-holder .btn {
        background: #c7bd19;
    }

    .brown-theme .marketplace-item .text-holder .btn {
        background: #9f4a0a;
    }

    .marketplace-item .text-holder .btn:hover {
        background: #67a242;
    }

    .blue-theme .marketplace-item .text-holder .btn:hover {
        background: #008dca;
    }

    .pink-theme .marketplace-item .text-holder .btn:hover {
        background: #b43c85;
    }

    .yellow-theme .marketplace-item .text-holder .btn:hover {
        background: #b0a716;
    }

    .brown-theme .marketplace-item .text-holder .btn:hover {
        background: #873f08;
    }

    .marketplace-item .text-holder .btn:after {
        right: 16px;
        font-size: 33px;
    }

    .info-bar .social-box .socials-add {
        bottom: auto;
        top: 100%;
        margin: 17px 0 0;
    }

        .info-bar .social-box .socials-add:before {
            top: auto;
            bottom: 100%;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-left: -10px;
        }

        .info-bar .social-box .socials-add:after {
            bottom: 100%;
            top: auto;
        }
}

@media screen and (min-width: 1024px) and (max-width: 1299px) {
    .author-info-box .social-box > li {
        margin-right: 20px;
    }

    .events-holder .description-col .intro-description,
    .events-holder .description-col .rating-block {
        width: calc(100% - 200px);
    }

    .events-holder .description-col .meta-block {
        width: 200px;
        padding: 20px;
    }
}

@media (min-width: 1024px) and (orientation: landscape) {
    .events-page .marketplace-main-holder.map-only .map-frame {
        width: 50%;
    }

    .events-page .marketplace-main-holder.map-only.description-only {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .events-page .marketplace-main-holder.view-only {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        .events-page .marketplace-main-holder.view-only.description-only {
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .events-page .marketplace-main-holder.view-only .info-holder,
        .events-page .marketplace-main-holder.view-only .view-block .event-headline,
        .events-page .marketplace-main-holder.view-only .marketplace-items {
            width: 50%;
            padding-right: 31px;
        }
}

@media only screen and (min-width: 1025px) {
    /*This stopped Phone icons and numbers workng above tablet
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}*/
}

@media screen and (max-width: 1299px) {
    .star-rating.rating-big .star-holder {
        margin: 0 -6px;
    }

    .star-rating.rating-big .icon-star {
        font-size: 50px;
    }

    .contact-list .mail-link {
        font-size: 16px;
    }

    .logo-info .image-box {
        float: none;
    }

    #header .header-holder {
        margin: 0 0 0 18%;
    }

    .list.active .slide {
        width: 450px;
    }

    .marketplace-block {
        margin: 0 0 10px;
    }

        .marketplace-block .view-block {
            padding: 0 20px;
        }

        .marketplace-block .options-box {
            padding: 20px;
        }

            .marketplace-block .options-box .filter-box.events-open-close {
                margin: 0;
            }

            .marketplace-block .options-box .view-options-box {
                right: 20px;
            }

    .description-col:before {
        width: 180px;
    }

    .description-col .intro-description,
    .description-col .rating-block {
        width: calc(100% - 180px);
    }

    .description-col .meta-block {
        padding: 20px 15px;
        width: 180px;
    }

    .description-col .intro-description {
        padding: 20px 15px;
    }

        .description-col .intro-description .star-rating {
            padding: 4px 0 0;
        }

    .description-col .rating-block {
        padding: 0 15px;
    }

    .rating-block blockquote cite {
        margin: 0;
    }

    .rating-block .helpful .jcf-checkbox {
        margin: 0 5px 0 0;
    }

    .filter-search-form label {
        font-size: 18px;
        margin: -3px 0 11px 3px;
    }

    .filter-box > .opener {
        width: 200px;
        height: 50px;
        font-size: 16px;
        padding-top: 17px;
    }

        .filter-box > .opener [class*="icon-"] {
            font-size: 22px;
        }

    .filter-box .slide h3 {
        margin: 0 60px 15px 5px;
        font-size: 20px;
    }

    .event-item .title {
        margin: 0 0 10px;
    }

    .event-item .event-meta .meta-item {
        display: block;
        margin: 0 0 10px;
    }

    .tab-frame {
        max-height: 661px;
        height: 661px;
    }

    .view-options li {
        width: 70px;
    }

    .market-headline-block {
        padding-top: 20px;
    }

        .market-headline-block h1 {
            font-size: 32px;
            line-height: 1.2;
            margin: 0 0 10px;
        }

    .description-buttons .btn {
        font-size: 14px;
    }

    .marketplace-item {
        padding: 13px 50px 13px 15px;
        font-size: 14px;
    }

        .marketplace-item .visual-holder {
            width: 20%;
            margin: 3px 15px 0 0;
        }

        .marketplace-item .item-info .social-box {
            display: block;
        }

        .marketplace-item .text-holder {
            margin: 0;
            padding: 0 0 0 2px;
        }

        .marketplace-item h2 {
            font-size: 20px;
        }

        .marketplace-item .social-box {
            position: static;
        }

        .marketplace-item .star-rating {
            position: static;
            margin: 0 0 10px;
        }

    .events-page .marketplace-main-holder.description-only .view-block .marketplace-items {
        padding: 0 26px 0 26px;
    }

    .events-holder .marketplace-items {
        height: 755px;
        max-height: 755px;
    }

    .events-holder .marketplace-item .event-meta .meta-item {
        display: block;
        margin: 0 0 10px;
    }

    .events-holder .marketplace-item .visual-holder {
        width: 30%;
    }

    .events-holder .marketplace-item .text-holder {
        padding: 0 0 0 1px;
    }

    .events-holder .options-box {
        padding: 20px 10px;
    }

    .events-holder .filter-box {
        width: 48%;
    }

        .events-holder .filter-box .slide-holder {
            max-height: 600px;
        }

        .events-holder .filter-box .slide {
            padding: 30px 15px;
        }

        .events-holder .filter-box > .opener {
            width: 100%;
        }

    .events-holder .marketplace-block .search-result {
        right: 20px;
    }

    .events-holder .events-list .load-more {
        bottom: 55px;
    }

    .events-holder .jcf-scrollable-wrapper {
        padding: 0 0 100px;
    }

    .events-holder .big-visual {
        padding: 25px;
    }

    .events-holder .description-col:before {
        width: 200px;
    }

    .events-search-form .line {
        margin: 0 0 10px;
    }

        .events-search-form .line .box:nth-child(3n) {
            padding-right: 0;
        }

    .events-search-form .inspire-box .btn {
        width: 70%;
    }
}

@media screen and (max-width: 1023px) {
    .open-menu-aside {
        padding-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .jcf-checkbox,
    .jcf-radio {
        margin: 0 9px 0 0;
    }

    .jcf-select .jcf-select-opener {
        right: 16px;
    }

    h1,
    .h1 {
        font-size: 37px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    h6,
    .h6 {
        font-size: 12px;
    }

    .author-name {
        font-size: 26px;
        margin: 0 0 14px;
    }

    #wrapper {
        padding-bottom: 38px;
    }

    .two-columns.add-state {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0;
    }

    #content,
    #sidebar {
        float: none;
    }

    #content {
        padding: 37px 28px 20px;
        width: 100%;
    }

    #sidebar {
        width: 100%;
        padding: 0 28px 20px;
    }

        #sidebar.top-position {
            margin-top: 0;
        }

        #sidebar.add-state {
            width: 50%;
            padding: 0 5px 20px;
        }

    .hide-below-tablet {
        display: none !important;
    }

    .btn:after {
        font-size: 18px;
    }

    .cycle-gallery .pagination ul {
        padding: 15px 0;
    }

    .cycle-gallery .pagination li {
        width: 10px;
        height: 10px;
    }

    .quote-box {
        margin: 74px 0 33px;
    }

    .large-visual {
        margin: 0 0 17px;
    }

    .load-more {
        display: block;
    }

    .load-more-add {
        text-align: center;
    }

        .load-more-add .icon-arrow-bottom {
            display: block;
            font-size: 25px;
        }

    .intro-section h1 {
        padding: 24px 45px 24px 20px;
    }

    .company-info {
        padding: 25px 0 45px;
    }

        .company-info .inner-area {
            margin: 0 -6px;
        }

        .company-info .box {
            width: 50%;
        }

            .company-info .box.logo-info {
                width: 100%;
                padding: 0 28px 38px 82px;
            }

    .star-rating.rating-big .icon-star {
        font-size: 60px;
    }

    .mobile-repeat .filter-form {
        margin: 0 20px 29px;
    }

    .filter-form .opener {
        margin: 0;
    }

        .filter-form .opener .button-holder {
            float: right;
            width: 50px;
            text-align: right;
        }

        .filter-form .opener .custom-title {
            overflow: hidden;
            display: inline-block;
            vertical-align: top;
            padding-top: 5px;
        }

    .filter-form .frame {
        display: block;
    }

    .filter-form .bottom-position {
        display: block;
    }

        .filter-form .bottom-position .small-title {
            position: absolute;
            top: -30px;
            left: 8px;
        }

    .filter-form .block {
        width: 25%;
    }

    .filter-form .line {
        margin: 0 0 11px;
    }

    .sign-up-form {
        padding: 11px 10px 11px 20px;
    }

        .sign-up-form .custom-title {
            font-size: 24px;
        }

    .meet-author {
        font-size: 14px;
    }

        .meet-author .header-box .image-box {
            width: 125px;
        }

        .meet-author .custom-title {
            font-size: 21px;
        }

        .meet-author p {
            margin: 0 0 15px;
        }

        .meet-author .btn {
            font-size: 19px;
        }

    .author-info-box {
        margin: 0 0 51px;
    }

        .author-info-box .wide-box {
            padding-top: 32px;
        }

    .comment-form .frame {
        margin: 0 -5px;
    }

    .comment-form .wide-col,
    .comment-form .short-col {
        padding: 0 5px;
    }

    .comment-form .wide-col {
        width: 50%;
    }

    .comment-form .short-col {
        width: 50%;
    }

    /*.in-this {
        display: none;
    }*/

    .meet h2 {
        margin: 0 0 10px;
    }

    .meet .photo-box {
        display: inline-block;
        vertical-align: middle;
        margin: 0 35px 0 0;
    }

    .meet blockquote {
        display: inline-block;
        vertical-align: middle;
        max-width: none;
        width: 50%;
        text-align: left;
        margin: 0 0 29px;
    }

    .meet q {
        margin: 0 0 10px;
    }

    .meet .box {
        display: inline-block;
        vertical-align: top;
    }

    .waiting-box {
        padding: 27px 15px 40px 27px;
    }

        .waiting-box .box-logo {
            width: 176px;
            margin: 28px auto 0;
        }

    .contact-list + .contact-list {
        margin: 28px 0 0;
    }

    .contact-list .mail-link {
        font-weight: 500;
    }

    .licensed-box {
        padding: 27px 15px 20px 27px;
    }

    .media-pack {
        padding: 22px 27px 26px;
    }

        .media-pack h2 {
            font-size: 22px;
            margin: 0 0 12px;
        }

        .media-pack p {
            font-size: 15px;
            line-height: 1.512;
            margin: 0 0 20px;
        }

    .connect-block {
        font-size: 17px;
    }

        .connect-block [class*="icon"] {
            font-size: 43px;
            width: 54px;
        }

        .connect-block .title-holder {
            margin: 0 0 16px;
        }

        .connect-block h2 {
            font-size: 22px;
        }

        .connect-block .caption {
            font-size: 15px;
        }

        .connect-block .btn {
            font-size: 19px;
            min-width: 183px;
        }

    .benefits .logo-img {
        top: 20px;
    }

    .find-more {
        padding: 21px 20px 28px;
    }

        .find-more .price {
            width: 230px;
            height: 230px;
            padding: 40px 0 0;
            margin: 0 auto 24px;
            font-size: 55px;
        }

        .find-more .in {
            font-size: 22px;
        }

    .secure {
        text-align: center;
    }

        .secure [class*="icon-"] {
            display: block;
            margin: 0 auto 12px;
        }

        .secure .value {
            display: block;
            width: auto;
            padding: 0;
        }

    .logo-info h2 {
        margin: 0 0 10px;
    }

    .logo-info .image-box {
        width: 170px;
        float: left;
        text-align: left;
        padding: 8px 20px 6px 0;
    }

    .logo-info p {
        margin: 0;
    }

    .logo-info .btn {
        font-size: 19px;
        min-width: 183px;
    }

    .e-news {
        font-size: 13px;
        line-height: 1.62;
    }

        .e-news input[type="email"] {
            font-size: 16px;
            line-height: 26px;
            height: 46px;
            padding: 10px 14px;
            margin: 0 0 20px;
        }

        .e-news p {
            font-size: 13px;
            line-height: 1.6;
        }

        .e-news .title-holder {
            margin: 0 0 13px;
            font-size: 25px;
        }

            .e-news .title-holder [class*="icon"] {
                font-size: 43px;
                width: 54px;
            }

        .e-news h2 {
            font-size: 25px;
        }

        .e-news .btn {
            font-size: 19px;
            min-width: 183px;
        }

    .association .topic {
        margin: 0 0 40px -32px;
    }

    .association .tabset {
        display: none;
    }

    .association .tab-slide {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

        .association .tab-slide:after {
            left: 0;
            right: 0;
        }

    .association .tab-accordion li {
        position: relative;
        margin: 0 0 -4px;
    }

    .association .opener-box {
        margin: 0 20px;
    }

    .association .slide-active .opener:after {
        opacity: 1;
    }

    .association .slide {
        padding: 30px 20px 15px;
    }

    .news-holder {
        margin: 0 -5px;
    }

    .news-box {
        width: 50%;
        padding: 0 5px;
    }

        .news-box .inner-box {
            height: 214px;
        }

    .organic-large {
        margin: 0 0 7px;
    }

    .organic-boxes {
        margin: 0 -7px;
    }

        .organic-boxes .box {
            width: 50%;
            margin: 0 0 14px;
            padding: 0 7px;
        }

        .organic-boxes .inner-box {
            height: 285px;
        }

        .organic-boxes .category {
            font-size: 40px;
        }

        .organic-boxes .status {
            font-size: 40px;
        }

    .involve-boxes {
        margin: 0 -3px;
    }

        .involve-boxes .box {
            height: 143px;
            margin: 0 0 5px;
        }

            .involve-boxes .box.large {
                height: 291px;
            }

        .involve-boxes .name {
            font-size: 20px;
            margin: 0 0 -3px;
        }

        .involve-boxes .category {
            font-size: 20px;
        }

        .involve-boxes .large-text .name {
            font-size: 33px;
            margin: 0 0 -5px;
        }

        .involve-boxes .large-text .category {
            font-size: 33px;
        }

        .involve-boxes .price {
            width: 137px;
            height: 137px;
            padding: 10px 0 0;
            font-size: 33px;
            margin: 10px auto 0;
            position: absolute;
            top: 0;
        }

        .involve-boxes .price-circle {
            position: relative;
            margin-top: 1.0em;
        }

        .involve-boxes .in {
            font-size: 13px;
        }

    .we-do-boxes {
        margin: 0 -6px;
    }

        .we-do-boxes .box {
            width: 50%;
            padding: 0 6px;
            margin: 0 0 12px;
        }

        .we-do-boxes .inner-area {
            height: 213px;
        }

        .we-do-boxes .text-holder {
            margin: 3px 0 0;
        }

        .we-do-boxes h2 {
            font-size: 30px;
            line-height: 1;
        }

    .farming {
        margin: 0 -2px;
    }

        .farming .box {
            padding: 0 2px;
        }

        .farming .inner-area {
            height: 291px;
        }

        .farming .text-holder {
            margin: 9px 0 0;
        }

        .farming h2 {
            font-size: 20px;
            line-height: 1;
        }

    #header .header-holder {
        margin: 0 0 0 30%;
    }

    #header .social-networks {
        min-width: 0;
    }

    .list {
        margin-left: 2px;
    }

        .list.active .slide {
            width: 315px;
        }

    .menu-holder {
        margin-left: 45px;
    }

        .menu-holder .text {
            display: none;
        }

    .welcome {
        margin: 0 0 100px;
    }

        .welcome .inner-area {
            padding: 21px 0 32px;
        }

        .welcome .content-holder {
            margin: 0 auto 18px;
        }

        .welcome .btn-list li {
            margin: 0 12px;
        }

        .welcome h2 {
            font-size: 30px;
            margin: 0 0 5px;
        }

        .welcome p {
            font-size: 17px;
            line-height: 23px;
        }

        .welcome .btn {
            font-size: 15px;
            width: 209px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .visual {
        margin: 0 0 32px;
    }

    .top-gallery .mask:after {
        bottom: -11px;
        height: 32px;
        background: url(/images/charity/bg-gallery-c.png) no-repeat 0 0/100% 100%;
    }

    .top-gallery .btn-prev,
    .top-gallery .btn-next {
        margin-top: -32px;
    }

    .top-gallery .caption {
        width: 625px;
        margin-top: -12px;
    }

    .top-gallery .text-holder {
        padding: 18px 30px 45px 30px;
    }

    .top-gallery h1 {
        font-size: 41px;
        margin: 0 0 10px;
    }

    .top-gallery p {
        font-size: 13px;
    }

    .top-gallery .pagination {
        bottom: 0px;
    }

    .gallery-row {
        /*display: none;*/
    }

    .default-form .row {
        margin: 0 -5px 23px;
    }

    .default-form .box {
        padding: 0 5px;
    }

    .faqs {
        padding-top: 0;
    }

        .faqs .question {
            margin: 0 0 21px;
        }

            .faqs .question:before {
                font-weight: 900;
            }

    .contact-area .map-canvas {
        height: 200px;
    }

    .inline-block {
        width: 100%;
    }

    .map-frame {
        width: 100%;
        margin-right: 0;
        transform: translateX(-100%);
    }

    .map-only .map-frame {
        transform: translateX(0%);
    }

    .desktop-headline {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    .marketplace-main-holder.both-view .description-block {
        position: relative;
    }

    .marketplace-main-holder.both-view .marketplace-items,
    .marketplace-main-holder.both-view .market-headline-block,
    .marketplace-main-holder.both-view .marketplace-tabs,
    .marketplace-main-holder.both-view .description-buttons,
    .marketplace-main-holder.both-view .view-block .info-holder {
        width: 100%;
    }

    .marketplace-main-holder.both-view .view-block .info-holder {
        width: auto;
    }

    .marketplace-main-holder.both-view .view-block {
        /*height: 0;*/
        transform: translateX(-100%);
    }

    .marketplace-main-holder.both-view.prev-map-only .view-block {
        height: auto;
    }

    .marketplace-main-holder.both-view.description-only .view-block {
        height: auto;
    }

    .marketplace-main-holder.map-only .view-block {
        height: 0;
    }

    .marketplace-main-holder.prev-map-only .view-block {
        height: auto;
    }

    .marketplace-main-holder.view-from-description .description-frame {
        height: 0;
    }

    .marketplace-main-holder.view-only {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

        .marketplace-main-holder.view-only .view-block .info-holder {
            width: auto;
        }

        .marketplace-main-holder.view-only.description-only .market-headline-block,
        .marketplace-main-holder.view-only.description-only .marketplace-tabs,
        .marketplace-main-holder.view-only.description-only .description-buttons,
        .marketplace-main-holder.view-only.description-only .view-block .info-holder {
            width: 100%;
            position: static;
            opacity: 1;
            visibility: visible;
        }

        .marketplace-main-holder.view-only.description-only .view-block .info-holder {
            width: auto;
            position: static;
            opacity: 1;
            visibility: visible;
        }

        .marketplace-main-holder.view-only.description-only .description-frame {
            margin-left: 0;
            height: auto;
        }

        .marketplace-main-holder.view-only.description-only .marketplace-items {
            width: 100%;
        }

        .marketplace-main-holder.view-only .description-frame {
            margin-left: 25px;
            height: 0;
        }

            .marketplace-main-holder.view-only .description-frame .description-back-button {
                display: block;
            }

    .marketplace-main-holder.description-only {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

        .marketplace-main-holder.description-only .view-block .market-headline-block,
        .marketplace-main-holder.description-only .view-block .marketplace-tabs,
        .marketplace-main-holder.description-only .view-block .description-buttons {
            opacity: 1;
            position: static;
            visibility: visible;
        }

        .marketplace-main-holder.description-only .view-block .marketplace-tabs,
        .marketplace-main-holder.description-only .view-block .description-buttons {
            position: static;
            opacity: 1;
            visibility: visible;
        }

        .marketplace-main-holder.description-only .view-block .marketplace-items {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            height: 0;
        }

            .marketplace-main-holder.description-only .view-block .marketplace-items .description-back-button {
                display: none;
            }

        .marketplace-main-holder.description-only .view-block .inline-block {
            width: 100%;
        }

        .marketplace-main-holder.description-only .view-block .description-block {
            margin-left: 0;
        }

        .marketplace-main-holder.description-only .view-block .description-frame {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }

            .marketplace-main-holder.description-only .view-block .description-frame .description-back-button {
                display: block;
            }

        .marketplace-main-holder.description-only.map-only .marketplace-items {
            opacity: 0;
            visibility: hidden;
        }

        .marketplace-main-holder.description-only.prev-map-only .marketplace-items {
            opacity: 0;
            visibility: hidden;
        }

    .tablet-visible,
    .tablet-headline {
        display: block;
    }

    .description-back-button {
        font-size: 19px;
        padding: 6px 0;
        margin: 0 0 19px 16px;
    }

        .description-back-button i {
            font-size: 20px;
        }

        .description-back-button .text-tablet {
            display: inline;
        }

    .marketplace-block {
        margin: 0;
    }

        .marketplace-block .main-block {
            width: 100%;
            margin: 0;
        }

        .marketplace-block .map-main-holder {
            margin-bottom: -50px;
            position: relative;
            min-height: 794px;
            height: 100% !important;
        }

        .marketplace-block .map-content {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
        }

        .marketplace-block .description-block {
            margin-bottom: 50px;
            margin-left: 0;
            clear: both;
            position: relative;
        }

            .marketplace-block .description-block:before {
                bottom: 0;
            }

        .marketplace-block .view-block {
            padding: 10px 25px 10px 17px;
        }

            .marketplace-block .view-block .info-holder {
                display: block;
                margin: 0;
                float: left;
                width: auto;
            }

            .marketplace-block .view-block .filter-box {
                position: absolute;
                right: 26px;
                top: 15px;
            }

                .marketplace-block .view-block .filter-box > .opener {
                    width: 174px;
                }

                .marketplace-block .view-block .filter-box .slide {
                    top: 0;
                }

            .marketplace-block .view-block .view-options-box {
                margin: 0;
            }

            .marketplace-block .view-block .tablet-headline {
                margin: 0 190px 20px 0;
            }

        .marketplace-block .options-box {
            padding: 15px 20px;
            right: 0;
        }

            .marketplace-block .options-box .filter-box {
                float: right;
            }

                .marketplace-block .options-box .filter-box.events-open-close {
                    float: none;
                    margin: 0;
                }

            .marketplace-block .options-box .view-options-box {
                left: 20px;
                top: 18px;
                right: auto;
                margin: 0;
            }

        .marketplace-block h1 {
            font-size: 37px;
            font-weight: 900;
            font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
            line-height: 1.2;
        }

        .marketplace-block .load-more-holder {
            margin: 0 0 14px;
        }

    .description-col:before {
        background: #f1f4ef;
        bottom: 0;
        width: 252px;
    }

    .description-col h2 {
        margin: 0 0 20px;
    }

    .description-col .intro-description,
    .description-col .rating-block {
        width: calc(100% - 252px);
    }

    .description-col .meta-block {
        width: 252px;
        padding: 28px 25px;
    }

    .description-col .intro-description {
        padding: 23px 20px;
    }

        .description-col .intro-description .star-rating {
            padding: 3px 15px 0;
        }

    .description-col .rating-block {
        padding: 0 14px 0 20px;
    }

    .description-col .item-bordered {
        padding-bottom: 10px;
    }

    .description-col .item-info {
        margin: 0 0 22px;
    }

    .description-col .big-visual {
        margin: 0 0 25px;
    }

    .description-col .description-text {
        padding: 0;
    }

        .description-col .description-text p {
            margin: 0 0 .5em;
        }

    .description-col .phone-block {
        margin: 0 0 20px 4px;
    }

    .description-col .site-link {
        margin: 0 0 20px 2px;
    }

        .description-col .site-link i {
            margin-left: 5px;
        }

    .description-col .review-form-block {
        padding: 14px 0 7px;
    }

    .rating-block .headline i {
        right: 5px;
    }

    .rating-block .testimonial-block {
        margin: 0 0 7px;
    }

        .rating-block .testimonial-block:last-child {
            margin-bottom: 0;
            padding-bottom: 2px;
        }

    .rating-block .helpful {
        width: 79.2%;
    }

        .rating-block .helpful .jcf-checkbox {
            margin: 0 7px 0 0;
        }

    .rating-block .review-form textarea {
        height: 168px;
    }

    .rating-block .review-form .btn {
        margin: 4px 0 0;
    }

    .filter-search-form .buttons {
        padding-bottom: 17px;
    }

    .filter-box > .opener {
        font-size: 13px;
        padding: 12px 40px 12px 12px;
        width: 202px;
        height: 37px;
        box-shadow: 6px 6px 6px 2px rgba(0, 0, 0, .17);
    }

        .filter-box > .opener [class*="icon-"] {
            font-size: 23px;
            right: 11px;
        }

        .filter-box > .opener .icon-search:before {
            content: "\e906";
        }

    .filter-box .slide {
        right: 0;
        left: auto;
        top: -73px;
        width: 685px;
        padding: 21px 16px 15px;
    }

        .filter-box .slide h3 {
            font-size: 22px;
            margin: 0 60px 0 5px;
            font-size: 22px;
        }

    .filter-box .btn-close {
        right: 22px;
        top: 12px;
        width: 45px;
        height: 45px;
    }

        .filter-box .btn-close:before,
        .filter-box .btn-close:after {
            height: 6px;
            margin-top: -3px;
        }

    .filter-box .btn-reset {
        font-size: 18px;
        width: 36%;
        text-align: center;
    }

    .filter-box .btn-submit {
        width: 63%;
        padding: 11px 40px 9px 14px;
    }

    .jcf-scrollable-wrapper {
        height: 100% !important;
        box-sizing: border-box;
    }

    .tab-frame {
        max-height: 100%;
        height: 100% !important;
        margin: 0 0 16px;
        overflow: visible !important;
    }

    .view-options li {
        width: 80px;
    }

    .view-options .both {
        display: none;
    }

    .view-options .desktop-text {
        display: none;
    }

    .view-options .tablet-text {
        display: block;
    }

    .marketplace-main-holder .view-block .info-holder {
        position: static;
        opacity: 1;
        visibility: visible;
    }

    .market-headline-block {
        width: 100%;
    }

    .market-headline-block {
        padding: 10px 22px 20px;
        width: 100%;
    }

        .market-headline-block h1 {
            margin: 0;
            font-size: 37px;
            font-weight: 900;
            font-family: "museo-slab", "Times", "Baskerville", "Georgia", serif;
            line-height: 1.2;
        }

        .market-headline-block .tablet-hidden {
            display: none;
        }

    .marketplace-tabs {
        padding: 0 0 0 31.3%;
        margin: 0 -1px 18px 0;
        width: 100%;
    }

        .marketplace-tabs li {
            font-size: 15px;
        }

            .marketplace-tabs li:after {
                border-width: 6px 5px 0;
                bottom: -6px;
                margin-left: -5px;
            }

        .marketplace-tabs a {
            padding: 10px 10px 11px;
        }

    .description-buttons {
        padding: 0 0 0 31.3%;
        margin: 0 0 16px;
        width: 100%;
    }

        .description-buttons .btn {
            font-size: 18px;
            padding: 8px 33px 8px 16px;
            width: 47.3%;
        }

    .marketplace-item {
        padding: 19px 190px 19px 20px;
        margin: 0 0 14px;
    }

        .marketplace-item .visual-holder {
            margin: 1px 20px 0 0;
            width: auto;
        }

            .marketplace-item .visual-holder .btn {
                display: none;
            }

        .marketplace-item .item-info {
            display: table;
            table-layout: fixed;
            position: absolute;
            right: 24px;
            top: 17px;
            width: 130px;
        }

            .marketplace-item .item-info .social-box {
                display: table-header-group;
            }

        .marketplace-item .text-holder {
            padding: 0 0 8px;
        }

            .marketplace-item .text-holder .btn {
                display: block;
                min-width: auto;
            }

                .marketplace-item .text-holder .btn:after {
                    font-size: 24px;
                }

                .marketplace-item .text-holder .btn .text-hidden {
                    display: block;
                }

        .marketplace-item h2 {
            font-size: 24px;
        }

        .marketplace-item .text-box {
            letter-spacing: .004em;
            line-height: 1.2;
        }

        .marketplace-item .event-meta {
            margin: 0 0 12px;
        }

        .marketplace-item .social-box {
            margin: 0 0 19px;
        }

        .marketplace-item .star-rating {
            margin: 14px 0 17px -4px;
        }

    .events-page .marketplace-main-holder.description-only .view-block .event-headline {
        display: block;
        padding: 0;
        opacity: 1;
        visibility: visible;
        position: static;
    }

    .events-page .marketplace-main-holder.description-only .view-block .marketplace-items {
        height: 0;
    }

    .events-page .marketplace-main-holder.description-only .description-back-button {
        clear: both;
    }

    .events-page .marketplace-main-holder.description-only.view-from-description .marketplace-items {
        height: auto;
    }

    .events-page .marketplace-main-holder.view-only {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        .events-page .marketplace-main-holder.view-only .map-frame {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }

    /*.events-page .marketplace-main-holder.view-only .events-list .event-headline {
            padding: 0;
        }*/

    .events-page .marketplace-main-holder .events-list .event-headline {
        padding: 0;
    }

    .events-page .marketplace-main-holder.view-only .view-block {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .events-page .marketplace-block h1 {
        font-family: "museo", "Times", "Baskerville", "Georgia", serif;
    }

    .events-holder .marketplace-items {
        height: 100%;
        max-height: 100%;
        padding: 0;
    }

    .events-holder .marketplace-item {
        padding: 17px 175px 15px 20px;
    }

        .events-holder .marketplace-item .event-meta .meta-item {
            display: inline-block;
            vertical-align: middle;
            margin: -3px 26px 0 0;
        }

        .events-holder .marketplace-item .visual-holder img {
            margin: 0;
        }

        .events-holder .marketplace-item .item-info {
            display: block;
            padding: 19px 0 0;
        }

        .events-holder .marketplace-item .text-box {
            padding: 5px 0 0 2px;
        }

    .events-holder .filter-box .slide {
        left: 0;
        right: 0;
    }

    .events-holder .view-block {
        padding: 0 24px 0 16px;
        z-index: 50;
    }

        .events-holder .view-block .event-headline {
            width: 100%;
            padding: 0;
        }

            .events-holder .view-block .event-headline .event-headline-block {
                opacity: 0;
                visibility: hidden;
                position: absolute;
            }

        .events-holder .view-block .info-holder {
            margin: 0 0 15px;
            opacity: 1;
            position: static;
            visibility: visible;
            float: left;
        }

            .events-holder .view-block .info-holder .view-options-box li {
                box-shadow: 0 8px 8px rgba(192, 112, 61, .1);
            }

    .events-holder .options-box {
        position: static;
        float: right;
    }

    .events-holder .marketplace-block .event-headline {
        padding: 11px 23px 13px;
        position: static;
    }

    .events-holder .marketplace-block .event-headline-block {
        float: left;
        width: 40%;
        padding: 0;
    }

        .events-holder .marketplace-block .event-headline-block h1 {
            margin: 0;
        }

    .events-holder .marketplace-block .search-result {
        bottom: -15px;
        right: 21px;
    }

    .events-holder .marketplace-block .options-box {
        width: 58.4%;
        padding: 0;
        text-align: right;
        padding: 6px 0;
    }

        .events-holder .marketplace-block .options-box .filter-box {
            float: none;
            display: inline-block;
            vertical-align: top;
            margin-left: 8px;
            margin-right: -4px;
            text-align: left;
        }

            .events-holder .marketplace-block .options-box .filter-box:first-child {
                margin: 0;
            }

            .events-holder .marketplace-block .options-box .filter-box > .opener {
                letter-spacing: .02em;
            }

            .events-holder .marketplace-block .options-box .filter-box .icon-clock {
                font-size: 21px;
                right: 16px;
            }

    .events-holder .marketplace-block .view-options-box {
        display: block;
    }

    .events-holder .events-list {
        margin: 0 0 32px;
    }

        .events-holder .events-list .load-more {
            position: static;
            padding: 14px 18px 30px 0;
        }

        .events-holder .events-list .search-result {
            position: static;
            float: right;
            margin: 0 1px -16px;
        }

    .events-holder .jcf-scrollable-wrapper {
        padding: 0;
    }

    .events-holder .big-visual {
        padding: 32px 22px 25px 21px;
        height: 332px;
    }

    .events-holder .description-block {
        padding: 0;
        margin-bottom: 0;
        top: auto;
    }

    .events-holder .description-col:before {
        display: none;
    }

    .events-holder .description-col h2 {
        margin: 0 0 21px;
    }

    .events-holder .description-col .site-link {
        margin-bottom: 21px;
    }

    .events-holder .description-text {
        margin: 0 0 18px;
    }

    .events-holder .meta-block {
        padding: 25px 21px 20px 29px;
    }

    .events-holder .description-back-button {
        margin: 0 0 17px -2px;
        letter-spacing: .02em;
    }

    .category-box-holder {
        margin: 0 0 30px;
    }

    .category-list > li {
        padding-bottom: 12px;
    }

        .category-list > li:last-child {
            border-bottom: 1px solid #ebebeb;
        }

    .media-list li {
        padding: 25px 0 25px 55px;
    }

        .media-list li:last-child {
            border-bottom: 1px solid #ebebeb;
        }

    .media-list [class*="icon-"] {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    .faqs-box p {
        margin: 0 0 23px;
    }

    .helpful {
        padding: 6px 35px 10px 8px;
    }

    .post-frame {
        margin: 0 -5px;
    }

        .post-frame .box {
            width: 50%;
            padding: 0 5px 20px;
        }

            .post-frame .box.wide {
                width: 100%;
                height: auto !important;
            }

        .post-frame ~ .load-more {
            padding-top: 16px;
        }

        .post-frame ~ .load-more-add {
            padding-top: 16px;
        }

    .intro-post.small h3 {
        font-size: 18px;
        line-height: 1.33;
    }

    .intro-post h3,
    .intro-post .h3 {
        font-size: 30px;
    }

    .big-intro-post {
        padding: 102px 40px 44px;
    }

    [id="sidebar"] .form-holder {
        padding: 0 0 40px;
    }

    .landing-content h1 {
        font-size: 48px;
        margin: 0 0 29px;
    }

    .landing-title {
        margin: 0 0 25px;
    }

    .landing-list {
        margin: 0 0 34px;
    }

        .landing-list > li {
            padding: 15px 0 40px;
        }

    .landing-categories {
        margin: 0 -6px;
    }

        .landing-categories > li {
            padding: 0 6px;
        }

        .landing-categories .inner-area {
            padding: 0 0 18px;
        }

        .landing-categories .img-holder {
            height: 213px;
            margin: 0 0 22px;
        }

            .landing-categories .img-holder h2 {
                font-size: 30px;
                line-height: 1;
            }

    .case-studies {
        max-width: 540px;
    }

    .studies-list {
        padding: 0 0 20px;
    }

        .studies-list > li + li {
            margin: 27px 0 0;
        }

        .studies-list .img-holder {
            width: 167px;
            height: 167px;
        }

        .studies-list .text-holder {
            padding: 0 0 0 45px;
        }

    .produsers-list > li + li {
        margin: 28px 0 0;
    }

    .produsers-list h3 {
        font-size: 24px;
        line-height: 1;
    }

    .ordered-list > li {
        padding: 24px 0;
    }

        .ordered-list > li:before {
            width: 45px;
            height: 45px;
            top: 18px;
            font-size: 27px;
        }

    .ordered-list .step-passed:before {
        font-size: 25px;
        padding: 10px 0 0;
    }

    .ordered-list .slide-holder {
        padding: 27px 0 0;
    }

    .ordered-list .opener {
        font-size: 27px;
        padding: 2px 0 0 62px;
    }

    .interest-list {
        margin: 0 -6px;
    }

        .interest-list .box {
            width: 50%;
            padding: 0 6px;
            margin: 0 0 12px;
        }

        .interest-list h2 {
            font-size: 20px;
            line-height: 1;
        }

    .colored-box {
        padding: 20px 19px;
    }

    .donation-options {
        margin: 0 -5px 30px;
    }

        .donation-options .option {
            padding: 0 5px;
        }

    .donation-steps .btn-edit {
        top: 33px;
    }

    .donation-steps .social-login {
        padding: 0;
    }

    .gift-block .headline-block {
        font-size: 20px;
        margin: 0 0 17px;
    }

        .gift-block .headline-block .logo-block {
            padding: 15px 0 0 0;
        }

    .gift-block .option {
        font-size: 20px;
    }

        .gift-block .option label {
            padding: 27px 10px 22px 71px;
        }

    .donation-form .tab-content {
        margin: 0 0 24px;
    }

    .donation-form .bottom-bar {
        margin: 0;
    }

        .donation-form .bottom-bar label {
            margin: -6px 14px 0 5px;
        }

        .donation-form .bottom-bar input[type="text"] {
            width: 54%;
        }

    .donation-tabs label {
        font-size: 43px;
    }

    .donation-detail .row {
        margin-bottom: 41px;
    }

    .donation-detail .colored-box {
        margin: 0 0 14px;
    }

    .detail-info {
        margin: 0 -19px;
    }

    .info-row {
        padding: 10px 14px 10px;
    }

        .info-row .info-holder {
            font-size: 13px;
            min-height: 55px;
        }

    .thanks-intro {
        font-size: 16px;
        line-height: 1.5;
    }

        .thanks-intro h2 {
            margin: 0 0 15px;
        }

    .supporting-block {
        margin: 0 -5px;
    }

        .supporting-block .text-big {
            font-size: 18px;
            line-height: 2;
            margin: 0 0 17px;
        }

        .supporting-block .support-item {
            padding: 0 5px 28px;
        }

    .share-donation {
        padding: 16px 0 30px;
        margin: 0 0 9px;
    }

        .share-donation .label {
            font-size: 15px;
            line-height: 1.6;
            margin: 0 0 13px;
        }

    .two-boxes {
        margin: 17px -13px 0;
    }

    .type-info .text-holder {
        width: 60%;
    }

    .type-info .value-holder {
        width: 37.5%;
    }

    .media-object .image-box {
        width: 35.98%;
    }

    .media-object .text-box {
        width: 64.02%;
    }
}

@media screen and (max-width: 767px) {
    .ticket-find-address .jcf-select {
        width: 424px;
    }

    .jcf-select .jcf-select-text {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 30px;
        margin-top: 5px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    .custom-title {
        font-size: 18px;
    }

    .name-custom {
        margin: 0 0 5px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    input[type="url"],
    input[type="date"],
    textarea {
        font-size: 14px;
    }

    .two-columns {
        padding-top: 0;
    }

    #content {
        margin: 0 0 36px;
        padding: 10px;
    }

    #sidebar {
        padding: 0 0 20px;
        margin: 0;
    }

        #sidebar.add-state {
            width: 100%;
            padding: 0 0 16px;
        }

    .widget {
        margin: 0 0 25px;
    }

    .breadcrumb {
        font-size: 11px;
        margin: 0 0 12px !important;
    }

        .breadcrumb ul {
            padding: 15px 0 11px;
        }

        .breadcrumb li:after {
            font-size: 11px;
            margin: 0 6px 0 10px;
        }

    .hide-below-mobile {
        display: none !important;
    }

    .only-mobile-visible {
        display: block !important;
    }

    .tag-list {
        font-size: 11px;
    }

        .tag-list.less-icon a {
            padding-left: 18px;
            padding-right: 18px;
        }

        .tag-list a {
            padding: 5px 10px 5px 26px;
            min-width: 60px;
        }

        .tag-list [class*="icon"] {
            top: 11px;
            left: 13px;
        }

        .tag-list .icon-circle {
            font-size: 15px;
        }

        .tag-list .icon-location {
            font-size: 13px;
        }

    .btn.btn-mail:after {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cycle-gallery .pagination ul {
        padding: 17px 0;
    }

    .quote-box {
        margin: 47px 0 28px;
    }

        .quote-box q {
            font-size: 18px;
            line-height: 1.167;
            padding: 0 45px;
            margin: 0 auto 17px;
        }

            .quote-box q:before,
            .quote-box q:after {
                font-size: 89px;
                line-height: 1;
                top: -45px;
                height: 50px;
            }

            .quote-box q:after {
                top: auto;
                bottom: -45px;
            }

        .quote-box cite {
            font-size: 11px;
            line-height: 1.2;
        }

    .two-visuals {
        margin: 0 -6px 15px;
    }

        .two-visuals .box {
            float: none;
            width: auto;
        }

            .two-visuals .box + .box {
                margin: 11px 0 0;
            }

    .large-visual {
        margin: 0 0 14px;
    }

    .load-more {
        padding: 7px 0 0;
    }

    .load-more-add {
        font-size: 18px;
    }

    .social-box > li {
        margin-right: 27px;
        padding: 5px 0 0;
    }

    .social-box .social-item > [class*="icon-"] {
        margin: -5px 7px 0 -1px;
    }

    .socials-add a:after {
        left: 3px;
        bottom: 3px;
        top: 3px;
        right: 3px;
    }

    .socials-add.popup-state {
        margin-bottom: 7px;
    }

        .socials-add.popup-state li {
            font-size: 26px;
        }

        .socials-add.popup-state:before {
            border-width: 10px 8px 0;
        }

    .intro-section:after {
        display: none;
    }

    .intro-section .image-box {
        display: none;
    }

    .intro-section h1 {
        position: static;
        color: inherit;
        padding: 0 10px 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

        .intro-section h1:before {
            display: none;
        }

    .company-info {
        padding: 45px 0 0;
    }

        .company-info .inner-area {
            margin: 0;
        }

        .company-info .box {
            width: 100%;
            border-bottom: 1px solid #e0e0e0;
            padding: 0 0 22px;
            margin: 0 0 26px;
        }

            .company-info .box:last-child {
                border: none;
            }

            .company-info .box.logo-info {
                padding: 0 0 22px;
            }

    .star-rating.rating-big .icon-star {
        font-size: 40px;
        margin: 0 6px;
    }

    .filter-form {
        padding: 10px 10px;
    }

    .mobile-repeat .filter-form {
        margin: 0 0 17px;
    }

    .filter-form .opener [class^="icon-"] {
        font-size: 27px;
    }

    .filter-form .opener .icon-search {
        display: inline-block;
    }

    .filter-form .close-ico {
        right: 3px;
    }

        .filter-form .close-ico:before,
        .filter-form .close-ico:after {
            width: 35px;
        }

    .filter-form .bottom-position .small-title {
        position: relative;
        top: 0;
        left: 0;
    }

    .filter-form .block {
        width: 50%;
    }

    .filter-form .line {
        margin: 0 0 10px;
    }

    .filter-form [type="submit"] {
        min-width: 148px;
    }

    .sign-up-form {
        padding: 13px 11px 10px;
    }

        .sign-up-form p {
            font-size: 14px !important;
            line-height: 1.6;
        }

        .sign-up-form.box .icon-airplane {
            top: 0;
            font-size: 43px !important;
        }

        .sign-up-form .icon-airplane {
            top: -14px;
            font-size: 52px !important;
        }

        .sign-up-form .custom-title {
            font-size: 22px;
        }

        .sign-up-form.box .text-holder {
            margin-bottom: 10px;
        }

        .sign-up-form input[type="email"] {
            font-size: 14px;
            width: 68%;
            height: 40px;
        }

        .sign-up-form [type="submit"] {
            font-size: 18px !important;
        }

        .sign-up-form.wide .btn {
            font-size: 17px !important;
            float: right !important;
            width: 28% !important;
            top: 0;
            text-align: center !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }


    .meet-author {
        padding: 11px 10px 11px 14px;
    }

        .meet-author .header-box {
            margin: 0 0 8px;
        }

            .meet-author .header-box .image-box {
                width: 88px;
            }

        .meet-author .wide-box {
            display: table;
            padding: 6px 0 0;
        }

        .meet-author .custom-title {
            font-size: 18px;
            display: table-footer-group;
        }

        .meet-author p {
            font-size: 13px;
            line-height: 1.385;
            margin: 0 0 7px;
        }

        .meet-author .btn {
            font-size: 16px;
        }

        .meet-author .author-name {
            font-size: 23px;
        }

        .meet-author .social-box {
            margin: 0 0 24px 1px;
        }

            .meet-author .social-box > li > .social-item > [class*="icon-"] {
                font-size: 17px;
            }

    .author-info-box {
        padding: 0;
        margin: 0 0 10px;
        background: none !important;
    }

        .author-info-box .image-box {
            display: none;
        }

        .author-info-box .wide-box {
            text-align: left;
            padding-top: 0;
        }

        .author-info-box .social-box {
            font-size: 13px;
        }

            .author-info-box .social-box > li {
                margin-right: 20px;
            }

            .author-info-box .social-box .social-item > [class*="icon-"] {
                font-size: 18px;
            }

    .comment-form {
        font-size: 13px;
    }

        .comment-form .frame {
            margin: 0;
        }

        .comment-form .wide-col,
        .comment-form .short-col {
            float: none;
            padding: 0 0 10px;
        }

        .comment-form .wide-col {
            width: 100%;
        }

        .comment-form .short-col {
            width: 100%;
        }

        .comment-form .line {
            margin: 0 0 17px;
        }

        .comment-form .top-line {
            padding: 0 0 15px;
        }

        .comment-form .add-title {
            font-size: 18px;
            margin: 0 0 10px;
        }

        .comment-form textarea {
            height: 172px;
        }

        .comment-form .phone-hiiden {
            display: none;
        }

    .meet h2 {
        font-size: 18px;
        margin: 0 0 19px;
    }

    .meet .photo-box {
        margin: 0 0 9px;
        display: block;
    }

    .meet .bg-cover {
        width: 111px;
        height: 111px;
    }

    .meet .note {
        font-size: 7px;
        min-width: 76px;
        padding: 6px 10px;
        bottom: -5px;
    }

    .meet blockquote {
        width: auto;
        max-width: 250px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .meet q {
        font-size: 13px;
        line-height: 1.385;
        margin: 0 0 6px;
    }

    .meet cite {
        font-size: 13px;
        line-height: 1.693;
    }

    .meet .box {
        display: block;
    }

    .meet .btn {
        font-size: 18px;
    }

    .waiting-box {
        height: auto !important;
        padding: 23px 15px 35px 23px;
    }

        .waiting-box h2 {
            font-size: 20px;
            margin: 0 0 8px;
        }

        .waiting-box p {
            font-size: 13px;
            line-height: 1.616;
        }

        .waiting-box .box-logo {
            width: 155px;
            margin: 24px auto 0;
        }

    .contact-list {
        font-size: 16px;
        line-height: 1.313;
    }

        .contact-list + .contact-list {
            margin: 24px 0 0;
        }

        .contact-list li {
            padding: 0 0 0 30px;
        }

        .contact-list [class*="icon-"] {
            font-size: 17px;
        }

        .contact-list .mail-link {
            font-size: 13px;
        }

    .licensed-box {
        padding: 20px 15px 27px 23px;
    }

        .licensed-box h2 {
            font-size: 20px;
            margin: 0 0 8px;
        }

    .media-pack {
        padding: 16px 19px 24px;
    }

        .media-pack h2 {
            font-size: 18px;
            margin: 0 0 6px;
        }

        .media-pack p {
            font-size: 12px;
            line-height: 1.5;
            margin: 0 0 16px;
        }

        .media-pack .btn {
            font-size: 16px;
            min-width: 147px;
        }

            .media-pack .btn:after {
                font-size: 16px;
            }

    .connect-block .title-holder {
        margin: 0 0 23px;
    }

    .connect-block .btn {
        font-size: 16px;
        min-width: 158px;
        padding: 9px 40px 9px 14px;
    }

    /*.benefits {
        padding: 10px 16px 10px;
    }*/

    .benefits h2 {
        font-size: 20px;
        margin: 0 50px 14px 0;
    }

    .benefits .logo-img {
        top: 0;
        right: 0;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }

    .benefits ul {
        font-size: 13px;
        line-height: 1.385;
    }

    .benefits li {
        padding: 0 0 0 20px;
    }

        .benefits li:after {
            font-size: 13px;
        }

    .find-more {
        padding: 19px 15px 24px;
    }

        .find-more .price {
            width: 191px;
            height: 191px;
            padding: 32px 0 0;
            margin: 0 auto 19px;
            font-size: 46px;
        }

        .find-more .in {
            font-size: 19px;
        }

        .find-more p {
            font-size: 13px;
            line-height: 1.462;
            margin: 0 0 17px;
        }

        .find-more .btn {
            font-size: 16px;
            min-width: 150px;
        }

    .secure [class*="icon-"] {
        width: 73px;
        height: 73px;
    }

        .secure [class*="icon-"]:before {
            font-size: 43px;
        }

    .secure .value {
        font-size: 17px;
    }

    .logo-info h2 {
        margin: 0 0 22px;
        font-size: 22px;
    }

    .logo-info .image-box {
        width: 126px;
        padding: 13px 24px 6px 6px;
    }

    .logo-info .icon-arrow2-right {
        font-size: 28px;
        -webkit-transform: rotate(83deg);
        -ms-transform: rotate(83deg);
        transform: rotate(83deg);
    }

    .logo-info p {
        margin: 0 0 5px;
        font-size: 13px;
    }

    .logo-info .btn {
        font-size: 16px;
        min-width: 158px;
        padding: 9px 40px 9px 14px;
    }

    .e-news input[type="email"] {
        height: 41px;
        font-size: 15px;
    }

    .e-news p {
        margin: 0 0 11px;
    }

    .e-news .title-holder {
        margin: 0 0 8px;
    }

    .e-news h2 {
        font-size: 22px;
    }

    .e-news .btn {
        font-size: 21px;
        min-width: 158px;
        padding: 9px 40px 9px 14px;
    }

    .association .topic {
        margin: 0 0 22px -11px;
    }

        .association .topic h2 {
            font-size: 15px;
            letter-spacing: 0;
        }

            .association .topic h2:after {
                font-size: 27px;
                right: -30px;
            }

    .association .tab-slide:after {
        left: -10px;
        right: -10px;
    }

    .association .opener-box {
        margin: 0;
    }

    .association .opener {
        font-size: 16px;
        text-align: left;
        padding: 17px 10px 15px 56px;
    }

        .association .opener:after {
            font-size: 20px;
            margin: 2px 0 0;
            right: 13px;
        }

        .association .opener [class*="icon"] {
            position: absolute;
            top: 50%;
            left: 29px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 27px;
        }

        .association .opener .icon-leaflet {
            -webkit-transform: translate(-50%, -50%) rotate(-14deg);
            -ms-transform: translate(-50%, -50%) rotate(-14deg);
            transform: translate(-50%, -50%) rotate(-14deg);
        }

        .association .opener .icon-tractor {
            font-size: 33px;
        }

    .association .slide {
        padding: 14px 0;
    }

    .news-holder {
        margin: 0;
    }

    .news-box {
        width: auto;
        float: none;
        padding: 0;
        margin: 0 0 10px;
    }

        .news-box .inner-box {
            height: 173px;
        }

        .news-box h2 {
            font-size: 19px;
            line-height: 1.158;
            bottom: 12px;
            left: 14px;
        }

            .news-box h2 small {
                font-size: 13px;
                margin: 0 0 2px;
            }

        .news-box .tag-list {
            margin: 16px 0 0 15px;
        }

    .organic-large .bg-stretch {
        display: none;
    }

    .organic-large .text-holder {
        padding: 0 20px;
        background: none;
    }

    .organic-large .sub-img {
        display: none;
    }

    .organic-large h2 {
        font-size: 30px;
        line-height: 1.2;
        margin: 0 0 17px;
    }

    .organic-boxes .box {
        width: 100%;
    }

    .organic-boxes .inner-box {
        height: 240px;
    }

    .organic-boxes .category {
        font-size: 30px;
    }

    .organic-boxes .status {
        font-size: 33px;
    }

    .involve-boxes .col {
        float: none;
        width: auto;
    }

    .we-do-boxes {
        margin: 0;
    }

        .we-do-boxes .box {
            float: none;
            width: auto;
            display: block;
            margin: 0 0 8px;
            padding: 0;
        }

        .we-do-boxes .inner-area {
            height: 178px;
        }

        .we-do-boxes h2 {
            font-size: 25px;
            line-height: 1;
        }

    .farming .box {
        float: none;
        width: auto;
        display: block;
        margin: 0 0 10px;
    }

    .farming .inner-area {
        height: 150px;
    }

    .farming .note {
        bottom: 10px;
    }

    #header {
        padding: 16px 0 2px;
    }

        #header .header-holder {
            margin: 0 0 0 110px;
        }

        #header .center-box {
            padding: 0 14px;
        }

        #header .btn {
            display: none;
        }

    .search-holder {
        display: none;
    }

    .links {
        display: none;
    }

    .logo {
        width: 102px;
        margin: -7px 0 0;
    }

    .menu-holder {
        padding-top: 6px;
        margin-left: 9px;
    }

    #menu-aside {
        padding: 80px 0 30px;
    }

        #menu-aside .menu-holder {
            padding: 19px 14px 10px;
        }

        #menu-aside .accordion {
            font-size: 16px;
        }

            #menu-aside .accordion a {
                padding: 15px 20px;
            }

            #menu-aside .accordion ul {
                font-size: 12px;
            }

                #menu-aside .accordion ul a {
                    padding: 10px 23px;
                }

            #menu-aside .accordion .opener {
                padding-right: 40px;
            }

                #menu-aside .accordion .opener:after {
                    right: 20px;
                }

    .welcome {
        padding: 0;
        margin: 0 0 58px;
    }

        .welcome .img-holder {
            padding: 32px 0 6px;
            margin: 0 0 10px;
        }

        .welcome .inner-area {
            background: none;
            box-shadow: none;
            padding: 0;
        }

            .welcome .inner-area:after {
                display: none;
            }

        .welcome .text-holder {
            padding: 0 20px;
        }

        .welcome .content-holder {
            max-width: none;
        }

        .welcome .btn-list li {
            margin: 0 0 12px;
        }

        .welcome h2 {
            font-size: 24px;
            color: #fff;
            /*margin: 0 20px;*/
            margin: 0 20px 25px;
            /*padding: 12px 10px 27px;*/
            padding: 15px 10px;
            background: url(/images/charity/bg-dark.png) no-repeat 0 0/100% 100%;
        }

        .welcome p {
            font-size: 15px;
            line-height: 18px;
        }

        .welcome .btn {
            width: 220px;
        }

        .welcome .visible-mobile {
            display: inline-block;
            vertical-align: top;
        }

        .welcome.white .inner-area {
            background: none;
        }

    .visual {
        display: none;
    }

    .big-title {
        font-size: 24px;
        margin: 0 0 .7em;
    }

    .title-frame {
        margin: 0 0 9px;
    }

        .title-frame [class^="icon-"] {
            width: 35px;
            height: 35px;
            font-size: 20px;
            margin-right: 15px;
        }

            .title-frame [class^="icon-"] + .big-title {
                padding-top: 9px;
            }

        .title-frame .big-title {
            font-size: 17px;
        }

    .address-frame .frame {
        margin: 0;
    }

    .address-frame .contact-address {
        float: none;
        width: 100%;
        padding: 0 0 13px;
    }

    .contact-address {
        font-size: 18px;
        line-height: 1.44;
    }

        .contact-address .frame-box {
            padding-bottom: 15px;
        }

        .contact-address .ico-box {
            top: -5px;
        }

        .contact-address .btn-holder {
            padding: 15px 0 17px;
        }

    .form-box + .form-box {
        margin: 10px 0 0;
    }

    .default-form {
        padding: 21px 10px 10px;
    }

        .default-form .row {
            margin: 0 0 10px;
        }

        .default-form .box {
            width: 100%;
            padding: 0 0 10px;
        }

            .default-form .box:last-child {
                padding: 0;
            }

    .contact-form textarea {
        height: 244px;
    }

    .faqs {
        font-size: 13px;
        line-height: 1.1538461;
        width: 100%;
    }

        .faqs .box {
            margin: 0 0 21px;
            padding: 0 0 13px;
        }

        .faqs h2 {
            margin: .5em 0 .8em;
        }

        .faqs .question {
            margin: 0 0 17px;
        }

    .contact-area .map-btn-holder {
        top: 10px;
        left: 10px;
    }

    .contact-area .markers-links-list {
        top: 10px;
        right: 10px;
    }

    .map-box {
        margin: 0 0 20px;
    }

    .map-frame {
        display: none;
    }

    .marketplace-main-holder.both-view.js-animation-active .marketplace-items {
        -webkit-transition: -webkit-transform .5s linear, width .5s linear;
        transition: transform .5s linear, width .5s linear;
    }

    .marketplace-main-holder.both-view .view-block {
        height: auto;
    }

    .marketplace-main-holder.both-view .description-frame {
        height: 0;
        margin-left: 10px;
    }

    .marketplace-main-holder.both-view.description-only .description-frame {
        margin-left: 0;
        height: auto;
    }

    .marketplace-main-holder.description-only {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        .marketplace-main-holder.description-only .view-block .marketplace-tabs,
        .marketplace-main-holder.description-only .view-block .description-buttons {
            opacity: 0;
            position: absolute;
            visibility: hidden;
        }

        .marketplace-main-holder.description-only .view-block .marketplace-items {
            padding: 0;
            -webkit-transform: translateX(calc(-100% - 10px));
            -ms-transform: translateX(calc(-100% - 10px));
            transform: translateX(calc(-100% - 10px));
        }

    .jcf-scrollbar {
        display: none;
    }

    .description-back-button {
        font-size: 17px;
        margin: -7px 0 20px;
        padding: 0;
    }

        .description-back-button i {
            margin: 0 5px 0 0;
        }

    .description-frame .description-back-button {
        display: block;
    }

    .marketplace-block .main-block {
        float: none;
    }

    .marketplace-block .description-block {
        margin-bottom: 35px;
        overflow: visible;
    }

    .marketplace-block .view-block {
        margin: 0;
        padding: 13px 10px 3px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

        .marketplace-block .view-block .info-holder {
            float: none;
            opacity: 1;
            visibility: visible;
            position: static;
        }

        .marketplace-block .view-block .filter-box {
            float: none;
        }

            .marketplace-block .view-block .filter-box > .opener {
                width: 100%;
            }

            .marketplace-block .view-block .filter-box .slide {
                left: 0;
                right: 0;
            }

        .marketplace-block .view-block .filter-box {
            position: static;
        }

        .marketplace-block .view-block .view-options-box {
            display: none;
        }

        .marketplace-block .view-block .tablet-headline {
            margin: 0 0 18px 9px;
        }

            .marketplace-block .view-block .tablet-headline h2 {
                line-height: .8;
            }

    .description-col:before {
        display: none;
    }

    .description-col h2 {
        margin: 0 0 26px;
    }

    .description-col .intro-description,
    .description-col .rating-block {
        float: none;
        width: 100%;
    }

    .description-col .meta-block {
        padding: 0 12px 19px;
    }

    .description-col .meta-block {
        float: none;
        width: 100%;
    }

    .description-col .intro-description {
        padding: 18px 12px 5px;
    }

        .description-col .intro-description .social-box > li {
            padding: 3px 0 0;
        }

        .description-col .intro-description .social-box .social-item [class*="icon-"] {
            margin: -4px 3px 0 -1px;
        }

        .description-col .intro-description .star-rating {
            padding: 3px 0 0;
        }

    .description-col .rating-block {
        padding: 0 8px;
    }

    .description-col .item-info {
        padding: 0;
        margin: 0 0 20px;
    }

    .description-col .big-visual {
        margin: 0 -4px 19px -3px;
    }

    .description-col .order-button .btn {
        min-width: 100px;
        width: 72%;
    }

    .description-col .price-box {
        margin: 0 0 21px;
    }

    .description-col .contact-block {
        width: 50%;
        float: left;
        margin: 0 0 14px;
    }

        .description-col .contact-block time br {
            display: none;
        }

    .description-col .map-fragment {
        height: 130px;
        overflow: hidden;
        margin: 0 0 20px;
        max-width: 240px;
    }

        .description-col .map-fragment img {
            max-width: none;
            width: auto;
            display: block;
            width: 100%;
        }

    .description-col .phone-block {
        margin: 0 0 20px;
    }

    .description-col .site-link {
        margin: 0 0 25px;
    }

        .description-col .site-link i {
            margin-left: 1px;
        }

    .description-col .payments-block {
        margin: 0 0 16px;
        width: 50%;
        float: left;
    }

    .description-col .cards-block {
        width: 202px;
    }

    .description-col .review-form-block {
        padding: 37px 0 5px;
    }

    .rating-block blockquote {
        margin: 0 0 13px;
    }

    .rating-block .helpful {
        width: 100%;
        background: none;
        padding: 0;
        font-size: 13px;
    }

        .rating-block .helpful .mobile-visible {
            display: block;
        }

        .rating-block .helpful .people {
            width: 100%;
            font-weight: 500;
            font-size: 13px;
        }

        .rating-block .helpful .checkbox-holder {
            width: 100%;
            background: #f6f8f5;
        }

    .rating-block .review-form-block .rating-big {
        margin: 2px 0 14px;
    }

    .rating-block .label {
        font-size: 13px;
        margin: 0 0 13px;
    }

    .rating-block .socials-add {
        margin: 0 0 15px;
    }

    .rating-block .review-form input[type=text],
    .rating-block .review-form textarea {
        font-size: 18px;
        padding: 10px 18px;
        text-transform: none;
    }

    .rating-block .review-form textarea {
        height: 171px;
    }

    .filter-search-form .row {
        margin: 0 0 20px;
    }

    .filter-search-form .box {
        padding: 0 0 13px;
    }

    .filter-search-form .buttons {
        padding: 7px 0;
    }

    .filter-search-form label {
        margin: 0 0 8px;
        font-size: 16px;
    }

    .filter-search-form .jcf-select .jcf-select-opener {
        right: 8px;
    }

        .filter-search-form .jcf-select .jcf-select-opener:before {
            font-size: 19px;
        }

    .filter-search-form input[type="text"],
    .filter-search-form input[type="tel"],
    .filter-search-form input[type="email"],
    .filter-search-form input[type="search"],
    .filter-search-form input[type="password"],
    .filter-search-form input[type="url"],
    .filter-search-form input[type="date"],
    .filter-search-form .jcf-select {
        height: 45px;
    }

        .filter-search-form .jcf-select .jcf-select-text {
            line-height: 45px;
            font-weight: 300;
            font-size: 16px;
        }

    .filter-search-form .location-use {
        display: block;
    }

    .filter-box {
        margin: 0 0 27px;
    }

        .filter-box > .opener {
            font-size: 18px;
            height: 51px;
            padding: 15px 40px 14px 12px;
        }

            .filter-box > .opener [class*="icon-"] {
                font-size: 27px;
            }

            .filter-box > .opener .icon-search:before {
                content: "\e925";
            }

        .filter-box .slide {
            width: auto;
            left: 0;
            right: 0;
            top: 0;
            padding: 19px 18px 15px 16px;
            position: relative;
            margin-top: 10px;
        }

            .filter-box .slide h3 {
                font-size: 22px;
                font-weight: 300;
                margin: 0 40px 15px 0;
            }

        .filter-box .btn-close {
            width: 25px;
            height: 25px;
            right: 19px;
            top: 16px;
        }

            .filter-box .btn-close:before,
            .filter-box .btn-close:after {
                height: 4px;
            }

        .filter-box .btn-reset {
            text-align: left;
            width: 35%;
            font-size: 16px;
            padding: 10px 0 0 17px;
        }

        .filter-box .btn-submit {
            width: 52%;
            padding: 10px 45px 7px 14px;
            float: right;
            margin: 0;
            font-size: 17px;
        }

            .filter-box .btn-submit:before {
                right: 24px;
            }

            .filter-box .btn-submit .desktop-text {
                display: none;
            }

            .filter-box .btn-submit .mobile-text {
                display: block;
            }

    .schedule-box {
        margin: 0 0 30px;
    }

        .schedule-box:last-child {
            margin: 0;
        }

    .event-item {
        padding: 10px;
    }

        .event-item .text-box,
        .event-item .button-box {
            display: block;
            margin: 0 0 10px;
        }

        .event-item .text-box {
            width: 100%;
        }

        .event-item .button-box {
            width: 100%;
            padding: 10px 0 0;
            margin: 0;
        }

        .event-item .event-meta .meta-item {
            padding: 0;
        }

        .event-item .event-meta [class*="icon-"] {
            position: static;
        }

        .event-item .btn-holder {
            display: inline-block;
            vertical-align: top;
            max-width: 200px;
            width: 100%;
        }

        .event-item .btn-simple {
            float: none;
            margin: 0;
            padding: 0;
        }

    .tab-frame {
        margin: 0 0 25px;
    }

    .description-buttons,
    .marketplace-items,
    .marketplace-tabs,
    .market-headline-block {
        padding-right: 0;
    }

    .marketplace-tabs {
        display: none;
    }

    .description-buttons {
        display: none;
    }

    .marketplace-item {
        font-size: 13px;
        padding: 20px 10px 1px;
        margin: 0 0 11px;
    }

        .marketplace-item .inner-box {
            float: left;
            width: 100%;
        }

        .marketplace-item .visual-holder {
            margin: 0 5px 0 0;
        }

            .marketplace-item .visual-holder img {
                margin: 0 0 16px;
            }

        .marketplace-item .item-info {
            display: block;
            position: static;
            width: 100%;
            margin: 0 0 10px;
        }

            .marketplace-item .item-info .social-box {
                display: block;
            }

            .marketplace-item .item-info .btn-opener {
                display: block;
                padding: 0 5px 0 0;
            }

        .marketplace-item .text-holder {
            overflow: visible;
            padding: 0 0 4px;
        }

            .marketplace-item .text-holder .btn:after {
                font-size: 25px;
            }

        .marketplace-item .heading-box {
            float: right;
            width: 48%;
        }

        .marketplace-item .description-box {
            float: left;
            width: 48%;
        }

        .marketplace-item h2 {
            font-size: 18px;
            line-height: 1.1;
            margin: 0 0 10px;
        }

        .marketplace-item .text-box {
            letter-spacing: .006em;
            line-height: 1.17;
            margin: 0 4px 0 1px;
        }

        .marketplace-item .event-meta {
            margin: 0 0 15px;
        }

        .marketplace-item .social-box {
            margin: 0 0 11px 4px;
        }

            .marketplace-item .social-box > li {
                margin-right: 33px;
            }

                .marketplace-item .social-box > li:nth-child(even) {
                    margin-right: 0;
                }

                .marketplace-item .social-box > li > [class*="icon-"] {
                    margin-right: 7px;
                }

        .marketplace-item .star-rating {
            margin: 10px 0 20px -1px;
        }

    .event-meta .meta-item {
        display: block;
        margin: 0 0 13px;
        padding: 0 0 0 23px;
        position: relative;
    }

        .event-meta .meta-item:last-child {
            margin: 0;
        }

    .event-meta [class*="icon-"] {
        position: absolute;
        left: 0;
        top: 3px;
    }

    .events-page .marketplace-main-holder.description-only .view-block .event-headline {
        padding: 3px 10px;
    }

        .events-page .marketplace-main-holder.description-only .view-block .event-headline .search-result {
            display: none;
        }

    .events-page .marketplace-main-holder.description-only .view-block .event-headline-block {
        display: none;
    }

    .events-page .marketplace-main-holder.description-only .view-block .marketplace-items .event-headline {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .event-container {
        display: none;
    }

    .events-holder .marketplace-item {
        padding: 20px 9px 5px 8px;
    }

        .events-holder .marketplace-item .event-meta .meta-item {
            display: block;
            margin: 0 0 12px;
        }

            .events-holder .marketplace-item .event-meta .meta-item:last-child {
                margin: 0;
            }

        .events-holder .marketplace-item .visual-holder {
            margin: 0 5px 19px 0;
            width: auto;
        }

        .events-holder .marketplace-item .item-info {
            padding: 0;
        }

        .events-holder .marketplace-item .text-box {
            font-size: 13px;
            padding: 0;
            line-height: 1.15;
            margin: 0 0 0 1px;
        }

    .events-holder .filter-box .slide-holder {
        margin: 0;
        padding: 0;
        max-height: 100%;
        width: 100% !important;
        height: 100% !important;
        overflow: visible !important;
    }

    .events-holder .filter-box .slide:before {
        display: none;
    }

    .events-holder .filter-box .slide {
        padding: 20px 10px 10px;
        height: auto;
    }

        .events-holder .filter-box .slide h3 {
            font-size: 22px;
            margin: 0 40px 30px 0;
        }

        .events-holder .filter-box .slide h4 {
            font-size: 20px;
        }

    .events-holder .filter-box .btn-close {
        width: 35px;
        height: 35px;
        top: 13px;
        right: 10px;
    }

    .events-holder .event-meta {
        font-size: 13px;
        padding: 2px 0 0;
        margin: 0 0 8px;
    }

    .events-holder .view-block {
        padding: 0 10px;
    }

        .events-holder .view-block .info-holder {
            display: none !important;
        }

    .events-holder .marketplace-block .event-headline {
        padding: 3px 10px;
    }

    .events-holder .marketplace-block .event-headline-block {
        float: none;
        width: 100%;
    }

        .events-holder .marketplace-block .event-headline-block h1 {
            font-size: 31px;
            margin-left: 7px;
        }

    .events-holder .marketplace-block .options-box {
        float: none;
        width: 100%;
        padding: 8px 0 0;
    }

        .events-holder .marketplace-block .options-box .filter-box .icon-clock {
            font-size: 27px;
            right: 14px;
        }

        .events-holder .marketplace-block .options-box .filter-box {
            display: block;
            width: 100%;
            margin: 0 0 9px;
        }

            .events-holder .marketplace-block .options-box .filter-box:first-child {
                margin: 0 0 9px;
            }

            .events-holder .marketplace-block .options-box .filter-box:last-child {
                margin: 0;
            }

            .events-holder .marketplace-block .options-box .filter-box > .opener {
                width: 100%;
            }

    .events-holder .marketplace-block .view-options-box {
        display: none;
    }

    .events-holder .social-box > li {
        margin-right: 34px;
    }

    .events-holder .events-list .load-more {
        padding: 3px 2px 3px 0;
    }

    .events-holder .events-list .search-result {
        margin: 2px -6px 11px;
    }

    .events-holder .big-visual {
        padding: 13px 11px 25px 11px;
        height: 229px;
    }

    .events-holder .description-col h2 {
        margin: 0 0 16px;
    }

    .events-holder .description-col .map-fragment {
        margin: 0 0 18px;
    }

    .events-holder .description-col .site-link {
        margin: 0 0 12px -1px;
    }

    .events-holder .description-col .tag-list {
        margin: 0;
        font-size: 12px;
    }

    .events-holder .intro-description {
        padding: 11px 12px 0 12px;
    }

    .events-holder .description-text {
        margin: 0;
    }

    .events-holder .meta-block {
        padding: 2px 12px 20px 12px;
    }

    .events-holder .description-back-button {
        margin: 0 0 0 -9px;
        letter-spacing: .08em;
        padding: 14px 0 11px;
    }

    .events-holder .contact-block {
        margin: 0 0 10px;
    }

    .events-holder .attending-block {
        margin-left: -3px;
    }

    .info-bar .social-box {
        padding: 9px 5px;
    }

        .info-bar .social-box > li {
            margin-right: 16px;
        }

    .info-bar .btn {
        min-width: 119px;
        padding: 12px 40px 11px 22px;
    }

    .attending-list {
        padding: 7px 0;
        margin: 0 0 2px;
    }

    .events-search-form {
        margin: 0;
        padding: 0;
    }

        .events-search-form .box {
            padding-bottom: 15px;
        }

        .events-search-form input[type="checkbox"] ~ label,
        .events-search-form .jcf-checkbox ~ label {
            padding: 7px 0 0 35px;
        }

        .events-search-form input[type="checkbox"],
        .events-search-form .jcf-checkbox {
            position: absolute;
            left: 0;
            top: 0;
        }

        .events-search-form .title-holder {
            font-size: 15px;
        }

        .events-search-form .small-title {
            font-size: 15px;
        }

        .events-search-form .line {
            margin: 0 -4px 20px 0;
            display: inline-block;
            vertical-align: top;
            width: 50%;
        }

            .events-search-form .line .box {
                float: none;
                width: 100%;
            }

                .events-search-form .line .box:nth-child(3n) {
                    padding-right: 0;
                }

        .events-search-form label {
            font-size: 13px;
        }

        .events-search-form .title {
            font-size: 16px;
            margin: 0 0 15px;
        }

        .events-search-form .buttons {
            width: 100%;
            margin: 0 0 20px;
        }

        .events-search-form .submit {
            max-width: 300px;
        }

        .events-search-form .buttons-row {
            padding-bottom: 20px;
        }

        .events-search-form .inspire-box {
            width: 100%;
            margin: 0 0 20px;
        }

            .events-search-form .inspire-box .btn {
                width: 100%;
                margin: 0 0 10px;
                max-width: 300px;
                float: left;
            }

    .search-title {
        margin: 0 0 10px;
    }

        .search-title h2 {
            font-size: 18px;
            margin: 0 0 2px;
            float: none;
        }

        .search-title .show {
            font-size: 13px;
            float: none;
            display: block;
        }

    .search-categories {
        font-size: 11px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 24px;
    }

        .search-categories li {
            min-width: 87px;
        }

        .search-categories a {
            padding: 9px 10px;
        }

    .category-box-holder {
        margin: 0 0 20px;
    }

    .category-box h2 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .category-list h3 {
        font-size: 16px;
    }

    .category-list .tag-list {
        margin: 0 0 16px;
    }

    .category-list > li {
        padding-top: 6px;
        margin-bottom: 16px;
    }

    .category-list p {
        font-size: 13px;
        line-height: 1.231;
    }

    .media-list {
        font-size: 16px;
    }

        .media-list li {
            padding: 19px 0 19px 58px;
        }

    .faqs-box .question {
        font-size: 16px;
        line-height: 1.188;
        margin: 25px 0 12px;
        font-style: normal;
    }

    .faqs-box p {
        font-size: 13px;
        line-height: 1.231;
        margin: 0 0 14px;
    }

    .helpful {
        padding: 0 0 10px;
        background: none;
        border-radius: 0;
    }

        .helpful .jcf-checkbox {
            margin: 0 6px 0 0;
        }

        .helpful .people {
            float: none;
            display: block;
            text-align: left;
            width: auto;
            margin: 0 0 0 15px;
        }

        .helpful .checkbox-holder {
            float: none;
            width: auto;
            background: #f1eed5;
            border-radius: 30px;
            padding: 6px 19px 8px 8px;
            margin: 0 0 7px;
        }

    .post-frame {
        margin: 0;
    }

        .post-frame .box {
            width: 100%;
            padding: 0 0 16px;
            height: auto !important;
        }

        .post-frame ~ .load-more {
            padding-top: 3px;
            margin: 0 0 12px;
        }

        .post-frame ~ .load-more-add {
            padding-top: 3px;
            margin: 0 0 12px;
        }

    .intro-post {
        font-size: 13px;
    }

        .intro-post.small h3 {
            font-size: 22px;
            line-height: 1.27;
        }

        .intro-post .author-image {
            top: 10px;
            right: 10px;
        }

        .intro-post .text-box {
            padding: 20px 10px 16px;
        }

        .intro-post h3,
        .intro-post .h3 {
            font-size: 22px;
        }

        .intro-post .tag-list {
            margin: 0 0 8px;
        }

        .intro-post .share-bar {
            font-size: 13px;
            margin: 0 0 6px;
        }

        .intro-post p {
            margin: 0 0 5px;
        }

    .big-intro-post {
        padding: 0;
    }

        .big-intro-post .social-box .caption {
            color: #000;
        }

        .big-intro-post .calendar-box time {
            color: #000;
        }

        .big-intro-post .image-holder {
            margin: -20px -10px 20px -10px;
            position: relative;
            z-index: 1;
        }

            .big-intro-post .image-holder h3 {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                color: #fff;
                background: rgba(0, 0, 0, .7);
                margin: 0;
                padding: 8px 10px;
                z-index: 1;
            }

        .big-intro-post .bg-stretch-js {
            position: static;
        }

            .big-intro-post .bg-stretch-js img {
                width: 100% !important;
                height: auto !important;
                margin: 0 !important;
            }

    .author-image {
        width: 41px;
        height: 41px;
        padding: 4px;
    }

    .comments-opener {
        padding: 19px 16px;
        background: url(/images/charity/bg-btn-7.png) repeat-x 0 0/auto 100%;
        font-size: 18px;
        color: #fff;
    }

        .comments-opener .hidden {
            display: inline;
        }

    .comments-holder .comments-opener.comments-opener {
        color: #fff;
    }

    .comments-frame {
        padding: 4px 0 0;
    }

    .comment {
        margin: 0 0 14px;
        padding: 0 0 15px;
        font-size: 13px;
        line-height: 1.38;
    }

        .comment .header-text {
            overflow: hidden;
            padding-top: 10px;
        }

        .comment .image-box {
            position: static;
            float: left;
            padding: 0 15px 11px 0;
            width: 75px;
        }

        .comment .calendar-box {
            float: none;
            width: auto;
            padding-right: 3px;
        }

        .comment .comment {
            margin: 0 0 30px;
        }

    .reply-item {
        width: auto;
        clear: both;
        padding: 10px 0 0;
    }

        .reply-item [class*="icon-"] {
            margin: -5px 7px 0 -1px;
        }

    .landing-content h2 {
        font-size: 24px;
        line-height: 1;
    }

    .landing-content h3 {
        font-size: 18px;
        line-height: 1.112;
    }

    .landing-content h4 {
        font-size: 16px;
        margin: 0 0 5px;
    }

    .landing-content p {
        font-size: 13px;
        line-height: 1.462;
        margin: 0 0 15px;
    }

    .landing-content .title-line .calendar-box {
        margin-bottom: 13px;
    }

    .landing-content h1 {
        font-size: 30px;
        margin: 0 0 19px;
    }

    .landing-title h2 {
        float: none;
        max-width: none;
    }

    .landing-title .tag-list,
    .landing-title .social-info {
        float: none;
        width: auto;
    }

    .landing-title .social-info {
        text-align: left;
        padding: 13px 0 0;
    }

    .landing-title .social-box > li {
        margin-right: 12px;
    }

        .landing-title .social-box > li > .social-item > [class*="icon-"], .social-box > li > .social-item > [class*="icon-"] {
            font-size: 18px;
            margin: -2px 7px 0 0;
        }

    .landing-list {
        margin: 0 0 25px;
        min-height: 110px;
    }

        .landing-list > li {
            padding: 13px 0 27px;
        }

            .landing-list > li.with-ico {
                padding-right: 95px;
            }

        .landing-list h2 {
            font-size: 18px;
            line-height: 1.334;
        }

        .landing-list h3 {
            font-size: 18px;
            line-height: 1.223;
        }

        .landing-list p {
            font-size: 13px;
            line-height: 1.154;
            margin: 0 0 28px;
        }

        .landing-list .category-ico {
            width: 83px;
            height: 83px;
            top: 14px;
            right: 0;
            font-size: 46px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .landing-list .text-ico {
            font-size: 65px;
        }

    .landing-categories {
        margin: 0;
    }

        .landing-categories > li {
            width: auto;
            float: none;
            padding: 0;
            margin: 0 0 24px;
        }

        .landing-categories .inner-area {
            padding: 0 0 24px;
        }

        .landing-categories .img-holder {
            height: 178px;
            margin: 0 0 17px;
        }

            .landing-categories .img-holder h2 {
                font-size: 25px;
                line-height: 1;
            }

        .landing-categories p {
            font-size: 13px;
            line-height: 1.385;
        }

    .case-studies {
        max-width: 450px;
    }

        .case-studies h2 {
            font-size: 18px;
        }

    .studies-list > li + li {
        margin: 16px 0 0;
    }

    .studies-list .img-holder {
        width: 90px;
        height: 90px;
    }

    .studies-list .text-holder {
        padding: 0 0 0 25px;
    }

    .studies-list p {
        font-size: 13px;
        line-height: 1.154;
        margin: 0 0 8px;
    }

    .studies-list .btn {
        font-size: 14px;
        min-width: 135px;
        padding: 7px 40px 7px 12px;
    }

        .studies-list .btn:after {
            font-size: 15px;
        }

    .produsers-list > li + li {
        margin: 24px 0 0;
    }

    .produsers-list h3 {
        font-size: 21px;
        line-height: 1.143;
        margin: 0 0 13px;
    }

    .the-results {
        padding: 14px 15px;
        margin-bottom: 1em;
    }

        .the-results h4 {
            font-size: 16px;
            margin: 0 0 5px;
        }

        .the-results p {
            font-size: 13px;
            line-height: 1.462;
            margin: 0 0 30px;
        }

    .ordered-list > li {
        padding: 19px 0;
    }

        .ordered-list > li:before {
            width: 33px;
            height: 33px;
            font-size: 20px;
            top: 12px;
            left: 6px;
            padding: 6px 0 0;
        }

    .ordered-list .step-passed:before {
        font-size: 16px;
        padding: 7px 0 0;
    }

    .ordered-list .slide-holder {
        padding: 19px 0 0;
    }

    .ordered-list .opener {
        font-size: 18px;
        line-height: 1.2;
        padding: 0 0 0 51px;
    }

    .interest-list {
        margin: 0;
    }

        .interest-list .box {
            float: none;
            width: auto;
            display: block;
            margin: 0 0 8px;
            padding: 0;
        }

        .interest-list .inner-area {
            height: 100px;
        }

        .interest-list h2 {
            font-size: 15px;
            line-height: 1;
        }

    .colored-box {
        padding: 16px 12px;
    }

        .colored-box + .colored-box {
            margin: 11px 0 0;
        }

    .donation-options {
        margin: 0 -5px 9px;
    }

        .donation-options .option {
            width: auto;
            display: block;
            font-size: 19px;
        }

            .donation-options .option + .option {
                margin: 9px 0 0;
            }

            .donation-options .option label {
                padding: 18px 10px 17px 55px;
            }

                .donation-options .option label:before {
                    display: none;
                }

        .donation-options .image-option label {
            height: 58px;
        }

            .donation-options .image-option label img {
                width: 108px;
                left: 57px;
            }

        .donation-options .jcf-radio {
            width: 24px;
            height: 24px;
            left: 18px;
        }

    .social-login .label {
        font-size: 13px;
        margin: 0 0 18px;
    }

    .donation-steps .btn-edit {
        font-size: 12px;
        top: 23px;
        right: 10px;
    }

    .donation-steps .social-login {
        padding: 6px 0 0;
        margin: 0 0 19px;
    }

    .donation-steps .description-small {
        font-size: 13px;
        line-height: 1;
        margin: 11px 0 0;
    }

    .gift-block .headline-block {
        font-size: 16px;
        line-height: 1.2;
        padding: 0;
        margin: 0 0 12px;
    }

        .gift-block .headline-block .text {
            float: none;
            width: auto;
        }

        .gift-block .headline-block .logo-block {
            width: 179px;
            float: none;
            margin: 0 auto 2px;
            padding: 0;
        }

    .gift-block .option {
        font-size: 16px;
    }

        .gift-block .option label {
            padding: 23px 10px 19px 52px;
        }

    .donation-form .tab-content {
        margin: 0 0 18px;
    }

    .donation-form .text-box p {
        font-size: 13px;
        line-height: 1.2;
    }

    .donation-form .bottom-bar .input-block {
        float: none;
        width: auto;
    }

        .donation-form .bottom-bar .input-block:nth-child(even) {
            float: none;
            width: auto;
            text-align: left;
        }

    .donation-form .bottom-bar label {
        font-size: 25px;
        margin: -6px 11px 0 14px;
    }

    .donation-form .bottom-bar input[type="text"] {
        font-size: 12px;
        padding: 10px 14px;
        height: 41px;
        width: 77%;
    }

    .donation-form .btn {
        margin: 10px 0 0 40px;
        width: 77%;
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .donation-form .btn:after {
            font-size: 15px;
        }

    .detail-bottom {
        padding: 0 0 0 9px;
    }

    .membership-form-wrapper #step-02 .selected-membership-holder, .donate-form-wrapper #step-02 .selected-donation-holder {
        margin-top: 65px;
    }

    .donation-tabs {
        margin: 0 -2px 18px;
    }

        .donation-tabs li {
            padding: 0 2px;
        }

        .donation-tabs label {
            font-size: 17px;
            padding: 5px 10px 4px;
        }

    .donation-detail {
        padding: 0;
    }

        .donation-detail .row {
            margin-bottom: 10px;
        }

        .donation-detail .colored-box {
            margin: 0 0 8px;
        }

        .donation-detail .note {
            margin: 8px 0 0;
            font-size: 13px;
        }

    .payment-form .row {
        margin-bottom: 10px;
    }

    .detail-info {
        margin: 0 -12px;
    }

    .info-row {
        padding: 10px 14px 10px;
    }

        .info-row .visual-holder {
            width: 106px;
            float: none;
            margin: 0 auto 9px;
        }

    .thanks-intro {
        font-size: 13px;
        line-height: 1.154;
    }

        .thanks-intro h2 {
            font-size: 18px;
            line-height: 1.112;
        }

    .supporting-block {
        margin: 0;
    }

        .supporting-block .text-big {
            font-size: 16px;
            line-height: 1.125;
            padding: 0;
        }

        .supporting-block .support-item {
            display: block;
            width: auto;
            padding: 0 0 14px;
            margin: 0;
        }

    .share-donation {
        padding: 10px 0 14px;
        margin: 0 0 11px;
    }

        .share-donation .label {
            font-size: 13px;
            line-height: 1.847;
            margin: 0 0 10px;
        }

    .find-address {
        float: none;
    }

    .two-boxes .box {
        float: none;
        width: auto;
    }

        .two-boxes .box + .box {
            margin: 10px 0 0;
        }

    .two-boxes .donation-options {
        margin: 0 0 12px;
    }

    .two-boxes .period-price {
        max-width: 185px;
        margin: 0 auto 16px;
    }

    .two-boxes p {
        font-size: 13px;
        line-height: 1.154;
        margin: 0 0 10px;
    }

    .two-boxes .btn {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .two-boxes .btn:after {
            font-size: 15px;
        }

    .contribute .like {
        font-size: 12px;
        margin: 0 0 9px 4px;
    }

    .contribute .input-holder {
        margin: 0 0 6px;
    }

    .contribute .title {
        font-size: 23px;
        width: 40px;
        left: -4px;
    }

    .contribute .inner-area {
        padding: 0;
    }

    .contribute input[type="text"] {
        height: 42px;
        padding-left: 30px;
    }

    .contribute .per {
        font-size: 10px;
        text-align: left;
        margin: 0 0 15px 4px;
    }

    .period-price {
        margin: 0 0 14px;
    }

        .period-price .value {
            font-size: 37px;
            margin: 0 0 -10px;
        }

        .period-price .per {
            font-size: 14px;
        }

    .type-info .text-holder {
        width: auto;
        float: none;
    }

        .type-info .text-holder p {
            font-size: 13px;
            line-height: 1.154;
        }

    .type-info .value-holder {
        float: none;
        width: auto;
        max-width: 185px;
        margin: 0 auto 14px;
    }

    .type-info .btn {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .type-info .btn:after {
            font-size: 15px;
        }

    .intro-heading {
        font-size: 13px;
        line-height: 1.46;
    }

        .intro-heading .short-box {
            float: none;
            width: auto;
            text-align: left;
        }

        .intro-heading .wide-box {
            overflow: visible;
        }

    .media-object {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 4px;
        margin-bottom: 25px;
    }

        .media-object .image-box {
            width: 100%;
            float: none;
            padding-right: 0;
            margin-bottom: 10px;
        }

            .media-object .image-box .video-btn {
                margin-left: 0;
            }

        .media-object .text-box {
            width: 100%;
            float: none;
            padding-top: 0;
        }

        .media-object .ico-holder {
            left: 10px;
        }

        .media-object p {
            margin: 0 0 10px;
        }

        .media-object .social-info {
            float: none;
            width: auto;
            text-align: left;
            padding: 5px 0 0 1px;
        }

        .media-object .tag-list {
            float: none;
            width: auto;
        }

    .title-1 {
        font-size: 18px;
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 543px) {
    .ticket-find-address .jcf-select {
        width: 205px !important;
    }
}

@media screen and (max-width: 479px) {
    #menu-aside {
        width: 100%;
    }

        #menu-aside .accordion {
            font-size: 14px;
        }

    .description-col .contact-block {
        width: 100%;
        float: none;
    }

    .description-col .payments-block {
        width: 100%;
        float: none;
    }

    .intro-post .calendar-box {
        float: none;
        width: 100%;
        padding: 0 0 5px;
    }

    .intro-post .social-box {
        width: 100%;
        float: none;
    }

    .membership .social-login .label, .slide-holder .or {
        font-size: 12px !important;
    }
}


@-webkit-keyframes main-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #72b449;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@keyframes main-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #72b449;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@-webkit-keyframes yellow-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #c7bd19;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@keyframes yellow-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #c7bd19;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@-webkit-keyframes blue-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #009fe3;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@keyframes blue-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #009fe3;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@-webkit-keyframes pink-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #c24892;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@keyframes pink-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #c24892;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@-webkit-keyframes brown-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #9f4a0a;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

@keyframes brown-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #9f4a0a;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: inherit;
    }
}

/* charity-custom.css */

.logo-slider .btn {
    z-index: 1000;
}

.meet-author .wide-box {
    overflow: inherit !important;
}

.meet-author .socials-add.popup-state {
    left: 80% !important;
}

.search-term-drop-down ul {
    padding-left: 0;
}

.search-term-drop-down li {
    list-style: none;
    padding: 2px 0 2px 10px;
}

    .search-term-drop-down li.active {
        background-color: gray;
        color: white;
    }

    .search-term-drop-down li:hover {
        background-color: gray;
        color: white;
        cursor: pointer;
    }

.search-term-drop-down {
    background-color: white;
    padding: 10px 0;
    position: relative;
    width: 100%;
    z-index: 100;
    display: none;
}

.payment-block .account-text {
    font-size: 20px;
    color: red;
    margin: 0 0 2em;
}

.marketplace-tabs.number-of-tabs-1 li {
    width: 100%;
}

.marketplace-tabs.number-of-tabs-2 li {
    width: 50%;
}

.marketplace-tabs.number-of-tabs-3 li {
    width: calc(100%/3);
}

.attending-block .label {
    color: #000;
    font-size: 100%;
}

.intro-post .social-box .socials-add [class^="icon-"] {
    font-size: 37px;
}

.filter-form [type="submit"].reset-button {
    background: none;
    border: none;
    color: #c7bd19;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.search-categories li.active {
    background-color: #c7bd19;
    color: #f1eed5;
}

.big-intro-post .social-box .social-item:hover .caption {
    color: #fff !important;
}

#formid-Create-Contact-modelid-3-0-2-address1_postalcode-0 .select-address,
#formid-Edit-Contact-modelid-4-0-2-address1_postalcode-0 .select-address {
    width: 95% !important;
    margin-top: 10px !important;
    margin-right: 15px !important;
}

.show-below-tablet {
    display: none;
}

@media screen and (max-width: 1023px) {
    .HarmonyFieldGroup.chorus_paymentschedule {
        padding-left: 0;
    }

    .show-below-tablet {
        display: block;
    }
}

.HarmonyFieldGroup.chorus_directdebitrun {
    width: 47.8% !important;
}

.sign-up-form .holder p {
    font-size: 18px;
    padding: 5px 0px;
}

.breadcrumb {
    margin-bottom: 0px;
    padding: 0 !important;
    border-radius: 0;
}

#step-04 .container {
    width: 100%;
}

.sign-up-form {
    margin-bottom: 20px !important;
}

.ui-datepicker-calendar {
    /*display: none;*/
}

.datepicker-calendar-hide .ui-datepicker-calendar {
    display: none;
}


.sector-tag {
    background-color: #009fe3;
    padding-left: 10px !important;
}

.social-info.search-page-social-icons {
    float: right;
    text-align: right;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .social-info.search-page-social-icons {
        float: none;
        text-align: left;
        padding-bottom: 10px;
        margin-left: 0;
    }
}

.social-item.liked {
    color: #DEDABB !important;
}

.sector-tag img {
    margin-right: 8px;
}

.failed-validation {
    border: 1px solid red !important;
}

    .failed-validation.radiobuttonlist, .failed-validation.checkboxlist {
        border: 0 !important;
    }

.payment-option-split {
    /*display: table-cell !important;*/
}

.donation-options .payment-option label {
    height: 85px;
}

.contact-form, .bank-account, .gift-aid-declaration {
    background: none;
}

    .contact-form .harmonyViewName, .harmonyViewDescription {
        display: none;
    }

    .bank-account .harmonyViewName, .harmonyViewDescription {
        display: none;
    }

    .gift-aid-declaration .harmonyViewName, .harmonyViewDescription {
        display: none;
    }

    .contact-form .stepswrapper .HarmonyStepView h3 {
        display: none;
    }

    .bank-account .stepswrapper .HarmonyStepView h3 {
        display: none;
    }

    .gift-aid-declaration .stepswrapper .HarmonyStepView h3 {
        display: none;
    }

.profile-form .stepswrapper .HarmonyStepView h3,
.memberships .stepswrapper .HarmonyStepView h3 {
    display: none;
}

.contact-form .stepswrapper .HarmonyStepView .sectionswrapper .harmonyNavigation input[type=button] {
    display: none;
}

.bank-account .stepswrapper .HarmonyStepView .sectionswrapper .harmonyNavigation input[type=button] {
    display: none;
}

.gift-aid-declaration .stepswrapper .HarmonyStepView .sectionswrapper .harmonyNavigation input[type=button] {
    display: none;
}

.contact-form .address1_postalcode input,
.profile-form .address1_postalcode input {
    text-transform: uppercase;
}

.contact-form .form-group,
.bank-account .form-group {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

    .contact-form .form-group .firstname,
    .contact-form .form-group .lastname {
        padding-right: 10px;
    }

    .contact-form .form-group .address1_line1 {
        padding-right: 0px !important;
    }

.contact-form .sectionswrapper .row {
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.2;
    width: 49%;
    margin: 0px !important;
}

.bank-account .sectionswrapper .row {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.2;
    width: 49% !important;
    margin: 0px;
}

    .bank-account .sectionswrapper .row [data-type="Relationship"] {
        width: 100% !important;
        padding: 0px;
        margin: 0px;
    }

.product-subscription .sectionswrapper .row {
    width: 100% !important;
    padding: 0px;
}

.credit-card .sectionswrapper .row {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.2;
    width: 49%;
}

.memberships .sectionswrapper .row {
    width: 100% !important;
}

.profile-form .sectionswrapper .row {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.2;
    width: 50% !important;
}

.contact-form .sectionswrapper :first-child {
    width: 100%;
    padding-right: 9px;
}

    .contact-form .sectionswrapper :first-child.address1_line1 {
        padding-right: 0;
    }

.btn.find-postcode {
    width: 196px !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-form .sectionswrapper :first-child.emailaddress1 {
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form .sectionswrapper :first-child {
        padding-right: 0px;
    }

        .contact-form .sectionswrapper :first-child.emailaddress1 {
            padding-right: 17px;
        }

    .contact-form .form-group .firstname,
    .contact-form .form-group .lastname {
        padding-right: 0;
    }
}

@media screen and (max-width: 565px) {
    .contact-form .sectionswrapper :first-child.emailaddress1 {
        padding-right: 10px;
    }
}

.contact-form .HarmonyField,
.profile-form .HarmonyField {
    margin: 0px 0 19px 3px;
    width: 100%;
    padding: 0px;
}

.bank-account .HarmonyField {
    margin: 0;
    padding: 10px 0px;
    width: 100%;
}

    .bank-account .HarmonyField .chorus_paymentschedule .state-holder {
        padding: 0;
    }

.container {
    background-color: #d3d3d3;
    padding: 20px;
}

#event-content {
    margin-top: 20px;
}

.media-object .tag-list:after {
    clear: both;
}


.center-h2 {
    font-size: 30px;
    margin: auto;
    display: table;
    font-weight: 900;
}

.media-pack h2 {
    font: 24px/36px "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
    margin: 0 0 15px;
}

.licensed-box h2 {
    font: 24px/36px "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.produsers-list h3 {
    font-weight: 900;
}

.background-print {
    width: 26px;
    height: 26px;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .background-print {
        width: 18px;
        height: 18px;
        background-size: 100% 100%;
        margin-top: -2px;
    }
}

/*=====================================
    Nathan - General
=====================================*/
#menu-aside .opener {
    padding: 0px !important;
    bottom: -25px;
}

#menu-aside .accordion .opener:after {
    font-size: 26px;
    color: #FFF;
}

#menu-aside .accordion .opener:hover:after,
#menu-aside .accordion .active .opener:after {
    color: #474747;
}

#menu-aside .accordion .sub-menu li a {
    padding: 15px 13px 15px 35px;
}

#menu-aside .accordion .sub-menu-two li a {
    padding: 15px 13px 15px 55px;
}

#menu-aside .accordion .sub-menu ul {
    padding: 2px 0 0px;
}

#menu-aside a:focus {
    outline: none;
}

#menu-aside .show-mobile {
    display: none;
}

@media (max-width:767px) {
    #menu-aside .show-mobile {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .filter-form .opener .icon-search {
        display: block;
    }

    .filter-form .opener .icon-arrow-bottom {
        display: none;
    }
}

#sidebar .container {
    width: 100%;
}

blockquote {
    border-left: 0px;
}

.logo-slider {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 28px;
    overflow: hidden;
}

    .logo-slider .slide {
        position: absolute;
        width: 33.33%;
    }

        .logo-slider .slide .box.logo-info {
            width: 100%;
        }

.large-media,
.media-media {
    position: relative;
}

    .large-media img,
    .media-media img {
        width: 100%;
    }

.credits {
    margin: 0px !important;
    padding: 3px;
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 12px !important;
    opacity: 0.7;
    background-color: rgba(255,255,255,0.9);
}

.top-gallery p {
    font: 900 18px/1.5 "museo-slab", "Times", "Baskerville", "Georgia", serif;
    margin: 0;
}

@media(max-width:1023px) {
    .logo-slider {
        width: 100%;
        height: 203px;
    }

        .logo-slider .slide {
            width: 94%;
        }
}

@media(max-width:767px) {
    .logo-slider {
        height: 180px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 25px;
    }
}

.two-columns {
    padding-top: 18px;
}

@media screen and (max-width: 1023px) {
    .logo-slider {
        display: block;
        vertical-align: top;
        width: 100%;
        min-height: 180px;
        padding: 0;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .logo-slider .slide {
            position: absolute;
            width: 99%;
        }
}

@media screen and (max-width: 767px) {
    .logo-slider {
        border-bottom: 1px solid #e0e0e0;
    }
}

/*=====================================
    Nathan - Donate Page
=====================================*/
.membership .social-login .label {
    color: black;
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 16px;
    padding: 0px;
}

.membership #step-02 .slide {
    overflow: visible !important;
}

p.selected-donation-holder {
    margin: 0;
}

/*Tooltip styles*/
.tooltip-wrapper {
    color: #000;
    cursor: help;
    font-size: 16px;
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    display: inline;
}

    .tooltip-wrapper .tooltip {
        background: #f3f3f3;
        bottom: 100%;
        color: #000;
        display: block;
        left: -25px;
        margin-bottom: 15px;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        width: 130%;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }

        .tooltip-wrapper .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .tooltip-wrapper .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid rgba(0, 0, 0, 0.28) 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 51%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .tooltip-wrapper:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.lte8 .tooltip-wrapper .tooltip {
    display: none;
}

.lte8 .tooltip-wrapper:hover .tooltip {
    display: block;
}

.social-login .tooltip {
    width: 200px;
    left: -91px;
}

/*Social login buttons*/
.socialnetworks {
    font: 700 14px/17px "Merriweather Sans", sans-serif;
    text-transform: none;
    padding: 0px;
    width: 200px;
}

    .socialnetworks li {
        display: block;
        margin: 0 0 10px 0;
    }

        .socialnetworks li a {
            display: block;
            margin: 0;
            padding: 0;
            background: #497dbd;
            padding: 10px 5px 10px 12px;
            color: #fff;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            text-decoration: none;
        }

            .socialnetworks li a:before {
                display: none;
            }

            .socialnetworks li a:hover {
                opacity: .7;
            }

        .socialnetworks li.twitter a {
            background: #0dd4ff;
        }

        .socialnetworks li.google a {
            background: #fd5b4f;
        }

        .socialnetworks li .icon-facebook,
        .socialnetworks li .icon-twitter,
        .socialnetworks li .icon-google {
            float: left;
            font-size: 20px;
            margin: 0 10px 0 0;
        }

        .socialnetworks li span {
            overflow: hidden;
        }


#step-03 .required-info {
    margin-bottom: 5px;
    display: block;
}

#step-02 .contact-details,
#step-03 .payment-details {
    float: right;
}

.donation-detail .colored-box {
    margin: 0 0 15px;
}

#step-02 .find-postcode {
    background: url(/images/charity/bg-btn-4.png) repeat-x 0 0/auto 100%;
}

.find-postcode.select-different {
    width: 300px !important;
}

.donation-options.black-options .option label.jcf-label-active {
    background-color: #72b449;
    color: #fff;
}

.card-type .option {
    float: left;
    margin: 10px;
}

    .card-type .option label {
        margin-top: 6px;
    }


/*=====================================
    Nathan - Region DropDown
=====================================*/
.jcf-select-region-picker {
    height: 20px;
    box-shadow: none;
    margin-top: -3px;
    width: 220px;
}

    .jcf-select-region-picker .jcf-select-text span {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 400;
    }

    .jcf-select-region-picker .jcf-select-opener {
        right: 10px;
    }

/*********************************************
     Nathan - Special Checklist sections
*********************************************/
.checklist-section {
    padding: 10px 10px 150px 10px;
}

    .checklist-section .jcf-checkbox {
        background-color: #D3D3D3;
    }

    .checklist-section .logo-image {
        margin: 10px 0 10px 0;
    }

    .checklist-section ul {
        padding: 10px;
    }

    .checklist-section label {
        font-weight: 400;
    }

    .checklist-section .center {
        text-align: center;
    }

/*=====================================
    Nathan - Home Down Arrow
=====================================*/
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    z-index: 999;
    /* position: absolute; */
    width: 40px;
    height: 40px;
    bottom: 10px;
    /* left: 50%; */
    /* margin-left: -22px; */
    margin: 0 auto;
}

    .arrow .icon-arrow-down:before {
        content: "\e906";
        color: #000;
        font-size: 35px;
    }

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@media(max-width:767px) {
    .arrow {
        display: none;
    }
}

/*=====================================
    Nathan - Page Colours
=====================================*/

/*Green*/
.green .breadcrumb, .green.note {
    background-color: #72b449;
}

    .green .breadcrumb:after {
        background-image: url(/images/charity/bg-breadcrumbs-3.png);
    }

.green .tag-list a {
    background: #72b449;
}

.green .social-box .social-item {
    color: #72b449;
}

.green .quote-box q:before, .green .quote-box q:after {
    color: #72b449;
}

.green .in-this li a:after {
    color: #72b449;
}

.green .faqs .box {
    border-bottom: 1px solid #72b449;
}

.green .contact-address [class*="icon-"] {
    color: #72b449;
}

.green .social-box .social-item {
    color: #72b449;
}

.background-print, .green .background-print {
    background-image: url(/images/green.png);
}

.green .the-results {
    background: #e9eee6;
}

.green .landing-categories .img-holder:hover {
    color: #72b449;
}

.green .contour .title-frame [class^="icon-"] {
    background: #72b449;
}

.green .contour fieldset,
.green .contour .contourNavigation {
    background: #e9eee6;
}

    .green .contour .contourNavigation input {
        background: url(/images/charity/button-green.png) repeat-x 0 107% !important;
    }

/*Yellow*/
.yellow .breadcrumb, .yellow.note {
    background-color: #c7bd19;
}

    .yellow .breadcrumb:after {
        background-image: url(../images/charity/bg-breadcrumbs-1.png);
    }

.yellow .tag-list a {
    background: #c7bd19;
}

.yellow .social-box .social-item {
    color: #c7bd19;
}

.yellow .quote-box q:before, .yelow .quote-box q:after {
    color: #c7bd19;
}

.yellow .faqs .box {
    border-bottom: 1px solid #c7bd19;
}

.yellow .contact-address [class*="icon-"] {
    color: #c7bd19;
}

.yellow .media-pack {
    background: #c7bd19;
}

.yellow .social-box .social-item {
    color: #c7bd19;
}

.yellow .in-this li a:after {
    color: #c7bd19;
}

.yellow .background-print {
    background-image: url(/images/yellow.png);
}

.yellow .produsers-list .contact-list [class*="icon-"] {
    color: #c7bd19;
}

.yellow .the-results {
    background: #f1eed5;
}

.yellow .waiting-box {
    background: #f1eed5;
    color: #000;
}

    .yellow .waiting-box .contact-list [class*="icon-"] {
        color: #000;
    }

.yellow .landing-categories .img-holder:hover {
    color: #c7bd19;
}

.yellow .in-this {
    background: #f1eed5;
}

.yellow .benefits {
    background: #c7bd19;
}

/*Brown*/
.brown .breadcrumb, .brown.note {
    background-color: #9f4a0a;
}

    .brown .breadcrumb:after {
        background-image: url(/images/charity/bg-breadcrumbs-2.png);
    }

.brown .tag-list a {
    background: #9f4a0a;
}

.brown .social-box .social-item {
    color: #9f4a0a;
}

.brown .quote-box q:before, .brown .quote-box q:after {
    color: #9f4a0a;
}

.brown .in-this li a:after {
    color: #9f4a0a;
}

.brown .faqs .box {
    border-bottom: 1px solid #9f4a0a;
}

.brown .contact-address [class*="icon-"] {
    color: #9f4a0a;
}

.brown .media-pack {
    background: #9f4a0a;
}

.brown .social-box .social-item {
    color: #9f4a0a;
}

.brown .in-this li a:after {
    color: #9f4a0a;
}

.brown .background-print {
    background-image: url(/images/brown.png);
}

.brown .produsers-list .contact-list [class*="icon-"] {
    color: #9f4a0a;
}

.brown .the-results {
    background: #f1e6de;
}

.brown .waiting-box {
    background: #f1e6de;
    color: #000;
}

    .brown .waiting-box .contact-list [class*="icon-"] {
        color: #000;
    }

.brown .landing-categories .img-holder:hover {
    color: #9f4a0a;
}

.brown .in-this {
    background: #f1e6de;
}

.brown .benefits {
    background: #9f4a0a;
}

.brown .contour .title-frame [class^="icon-"] {
    background: #9f4a0a;
}

.brown .contour fieldset,
.brown .contour .contourNavigation {
    background: #f1e6de;
}

    .brown .contour .contourNavigation input {
        background: url(/images/charity/button-brown.png) repeat-x 0 107% !important;
    }

/*Black*/
.black .breadcrumb, .black.note {
    background-color: #000;
}

    .black .breadcrumb:after {
        background-image: url(/images/charity/bg-breadcrumbs-5.png);
    }

.black .social-box .social-item,
.black .quote-box q:before,
.black .quote-box q:after,
.black .in-this li a:after,
.black .contact-address [class*="icon-"],
.black .social-box .social-item,
.black .in-this li a:after,
.black .produsers-list .contact-list [class*="icon-"] {
    color: #000;
}

.black .faqs .box {
    border-bottom: 1px solid #000;
}

.black .background-print {
    background-image: url(/images/black.png);
}

.black .landing-categories .img-holder:hover {
    color: #FFF;
}

.black .media-pack,
.black .waiting-box,
.black .benefits,
.black .tag-list a {
    background: #000;
}


/*Pink*/
.pink .breadcrumb, .pink.note {
    background-color: #c24892;
}

    .pink .breadcrumb:after {
        background-image: url(/images/charity/bg-breadcrumbs-6.png);
    }

.pink .tag-list a {
    background: #c24892;
}

.pink .social-box .social-item {
    color: #c24892;
}

.pink .quote-box q:before, .pink .quote-box q:after {
    color: #c24892;
}

.pink .in-this li a:after {
    color: #c24892;
}

.pink .faqs .box {
    border-bottom: 1px solid #c24892;
}

.pink .contact-address [class*="icon-"] {
    color: #c24892;
}

.pink .social-box .social-item {
    color: #c24892;
}

.pink .in-this li a:after {
    color: #c24892;
}

.pink .background-print {
    background-image: url(/images/pink.png);
}

.pink .produsers-list .contact-list [class*="icon-"] {
    color: #c24892;
}

.pink .the-results {
    background: #e9f1f4;
}

.pink .media-pack {
    background: #c24892;
}

.pink .waiting-box {
    background: #e9f1f4;
    color: #000;
}

    .pink .waiting-box .contact-list [class*="icon-"] {
        color: #000;
    }

.pink .landing-categories .img-holder:hover {
    color: #c24892;
}

.pink .in-this {
    background: #e9f1f4;
}

.pink .benefits {
    background: #c24892;
}

.pink .contour .title-frame [class^="icon-"] {
    background: #c24892;
}

.pink .contour fieldset,
.pink .contour .contourNavigation {
    background: #e9f1f4;
}

    .pink .contour .contourNavigation input {
        background: url(/images/charity/button-pink.png) repeat-x 0 107% !important;
    }

/*Light Blue*/
.light-blue .breadcrumb, .light-blue.note {
    background-color: #009fe3;
}

    .light-blue .breadcrumb:after {
        background-image: url(/images/charity/bg-breadcrumbs-4.png);
    }

.light-blue .tag-list a {
    background: #009fe3;
}

.light-blue .social-box .social-item {
    color: #009fe3;
}

.light-blue .quote-box q:before, .light-blue .quote-box q:after {
    color: #009fe3;
}

.light-blue .in-this li a:after {
    color: #009fe3;
}

.light-blue .faqs .box {
    border-bottom: 1px solid #009fe3;
}

.light-blue .contact-address [class*="icon-"] {
    color: #009fe3;
}

.light-blue .social-box .social-item {
    color: #009fe3;
}

.light-blue .in-this li a:after {
    color: #009fe3;
}

.light-blue .background-print {
    background-image: url(/images/blue.png);
}

.light-blue .produsers-list .contact-list [class*="icon-"] {
    color: #009fe3;
}

.light-blue .the-results {
    background: #e9f1f4;
}

.light-blue .media-pack {
    background: #009fe3;
}

.light-blue .waiting-box {
    background: #e9f1f4;
    color: #000;
}

    .light-blue .waiting-box .contact-list [class*="icon-"] {
        color: #000;
    }

.light-blue .landing-categories .img-holder:hover {
    color: #009fe3;
}

.light-blue .in-this {
    background: #e9f1f4;
}

.light-blue .benefits {
    background: #009fe3;
}

.light-blue .contour .title-frame [class^="icon-"] {
    background: #009fe3;
}

.light-blue .contour fieldset,
.light-blue .contour .contourNavigation {
    background: #e9f1f4;
}

    .light-blue .contour .contourNavigation input {
        background: url(/images/charity/button-light-blue.png) repeat-x 0 107% !important;
    }

/*=====================================
    Nathan - Column Widths
=====================================*/

/* Graham - Fixes for home pages */
.association .umb-grid .col-md-3 {
    width: 100% !important;
}

.association .umb-grid .col-md-4 {
    width: 100% !important;
}

.association .umb-grid .container {
    margin: 0 !important;
    width: 100% !important;
}

.association .news-holder .container {
    padding: 0 !important;
}

    .association .news-holder .container .row {
        margin: 0 !important;
    }

    .association .news-holder .container .column {
        padding: 0 !important;
    }

    .association .news-holder .container .col-md-6 {
        padding: 0 !important;
    }


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

    .association .involve-boxes .grid-section > .col-md-6 > div {
        width: 50% !important;
        float: left;
    }
}

@media (min-width: 992px) and (max-width:1023px) {

    .association .involve-boxes .row {
        margin: 0 -30px !important;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .association .involve-boxes .grid-section:first-child .col-md-12 {
        padding-right: 10px;
    }
}

@media (min-width: 1024px) {
    .association .involve-boxes .container > .row {
        margin: 0 !important;
    }

    .association .involve-boxes .container .col-md-12 {
        padding: 0 0px !important;
    }
}

@media (min-width: 768px) {
    .involve-boxes .col {
        width: 50% !important;
    }
}
/* End home page fixes */


@media (max-width: 1023px) {
    .content .col-md-8 {
        width: 100%;
    }

    .licensed-box,
    .waiting-box {
        height: 429px !important;
    }
}

@media(max-width:767px) {
    .licensed-box,
    .waiting-box {
        height: auto !important;
    }
}

.umb-grid .column .col-md-6 {
    padding: 0 6px;
    position: relative;
    float: left;
    width: 50%;
}

/*.umb-grid .column .col-md-12 div > img {
    width: 100%;
}*/

.membership #sidebar .col-md-4 {
    width: 100%;
}

.membership #sidebar .col-md-4 {
    width: 100%;
}

@media (max-width: 1023px) {
    .umb-grid .grid-section:last-of-type .col-md-4 {
        margin-top: 0px;
    }

    .grid-section .col-md-4 {
        width: 100%;
    }

    .grid-section .col-md-8 {
        width: 100%;
    }
}

.grid-section .accordion .container {
    width: 100%;
}

/*=====================================
    Graham - Contact Page
=====================================*/

.content .col-md-8 {
    padding: 18px 18px 18px 18px;
    box-shadow: 8px 8px 10px 0 rgba(192, 112, 61, .1);
    background: #fff;
    margin: 0 0 21px 15px;
    width: 64.58%;
}

.contact-page .umb-grid .col-md-4 {
    padding-left: 40px;
    padding-right: 0;
    margin: 0 0 21px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    float: left;
}

.contact-page .container {
    width: 95%;
}

@media (max-width: 1023px) {
    .contact-page .container {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }

    .content {
        padding: 37px 0 20px;
        width: 100%;
    }

    .contact-page .umb-grid .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .contact-page .umb-grid .col-md-8 {
        width: 100%;
    }

    .contact-page .umb-grid .col-md-4 {
        width: 100%;
        padding: 0 0 0px;
        margin-top: 0;
    }

    #sidebar .umb-grid .col-md-4 {
        /*width: 95%;*/
        padding: 0 15px 0px 20px !important;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .content {
        margin: 0 0 36px;
        padding: 10px;
    }

    .contact-page .umb-grid .col-md-4 {
        padding-left: 5px;
    }

    .contact-page .umb-grid .column .col-md-6,
    .contact-page .umb-grid .column .col-md-6 img {
        width: 50%;
    }

    .contact-page .umb-grid .col-md-6 {
        width: 50%;
        padding: 0 20px 0 20px;
    }
}

@media( max-width:470px) {
    .contact-page .umb-grid .col-md-4 {
        padding-left: 5px;
    }

    .contact-page .umb-grid .col-md-6 {
        width: 100%;
    }

    .contact-page .umb-grid .column .col-md-6,
    .contact-page .umb-grid .column .col-md-6 img {
        width: 100%;
    }

    .contact-page .umb-grid .col-md-6 > div {
        width: 250px;
        /*margin: 0 auto;*/
    }
}

/* End contact page */

/*=====================================
    Nathan - Home background
=====================================*/
.welcome .inner-area {
    background: none;
    box-shadow: none;
}

.association .topic {
    display: none;
}

.soil-background-image {
    background-image: url(/images/home-soil-image.png);
    background-size: cover;
    width: 100%;
    height: 435px;
    /* position: absolute; */
    z-index: 1;
    /* top: 830px; */
    margin-bottom: -140px;
    margin-top: -230px;
}

.association {
    z-index: 20;
}

@media(max-width:1024px) {
    .soil-background-image {
        height: 380px;
    }
}

/*=====================================
    Nathan - Grid Layout
=====================================*/
.umb-grid .container {
    background: transparent;
    padding: 0px;
}

.in-this h2 {
    font: 24px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
    margin: 0 0 27px !important;
}

.umb-grid .icon-downloads-o {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
}

.landing-categories > li {
    width: 100%;
}

.studies-list > li {
    max-width: 605px;
    margin: 30px auto;
}

.meet h2 {
    font: 24px/1.2 "indy-pimp", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
    margin: 0 0 31px !important;
}

.waiting-box h2 {
    font: 24px/36px "indy-pimp","Arial","Helvetica Neue","Helvetica",sans-serif !important;
}

@media screen and (min-width: 1023px) {
    .umb-grid .grid-section:last-of-type .col-md-4 {
        margin-top: -199px;
        z-index: 99;
        /*padding-left: 30px; this should apply only to sidebar */
    }

    #sidebar .umb-grid .grid-section:last-of-type .col-md-4 {
        padding-left: 20px;
    }
}

/*@media screen and (max-width: 1023px) {
    .umb-grid  .col-md-4 {
        width:99%;
    }
}*/

.association .umb-grid .grid-section:last-of-type .col-md-4,
.contact-page .umb-grid .grid-section:last-of-type .col-md-4,
#sidebar .umb-grid .grid-section:last-of-type .col-md-4 {
    margin-top: 0px;
}

@media screen and (min-width: 1024px) {
    #sidebar .col-md-4 {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .content-page .col-md-8 {
        width: 98%;
    }

    .umb-grid .col-md-4 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content .col-md-8 {
        margin: 0 0 21px 0px;
    }

    .content-page .col-md-8 {
        width: 100%;
    }

    .umb-grid .grid-section:last-of-type .col-md-4 {
        margin-top: 0px;
    }
}


@media screen and (max-width:767px) {
    .content-page .umb-grid .column .col-md-6 {
        width: 100%;
    }
}

/*====================================
    Nathan - Social Section (Tags)
=====================================*/
.social-center-box {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 10px;
    position: relative;
    margin-bottom: -36px;
}

.landing-title .social-info {
    float: right;
}

#content .landing-title {
    width: 98%;
}

@media (max-width: 1023px) {
    .social-center-box .landing-title {
        width: 100%;
    }
}

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

    .landing-title .social-info {
        float: none;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: auto;
        padding-right: 10px !important;
    }
}



/*=====================================
    Nathan - Contour Styles
=====================================*/
.contour .textfield label,
.contour .textarea label,
.contour .dropdownlist label,
.contour .passwordfield label,
.contour .datepicker label {
    display: none;
}

.contour fieldset,
.contour .contourNavigation {
    background: #f1eed5;
}

    .contour fieldset:first-of-type {
        padding-top: 20px !important;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .contour fieldset:last-of-type,
    .contour .contourNavigation {
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 40px !important;
        padding-left: 20px;
    }

.contour fieldset {
    padding: 0 20px 0 20px;
}

.contour input[type=text],
.contour input[type=password],
.contour .jcf-select,
.contour textarea {
    width: 100%;
    margin-bottom: 15px;
}

.contour textarea {
    height: 242px;
}

.contour .checkbox label {
    width: 87%;
    float: right;
    margin-right: 0px;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0px;
}

.contour .field-validation-error {
    /*display: none;*/
    color: red;
    margin: -15px 0 20px 0;
    display: block;
}

.contour .fileupload .field-validation-error {
    margin: 0px;
}

.contour .checkboxlist .jcf-checkbox, .contour .jcf-radio {
    margin-bottom: 10px;
}

.contour .checkboxlist > div,
.contour .fileupload > div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contour .contourNavigation input {
    background: url(/images/charity/button-yellow.png) repeat-x 0 107% !important;
    margin-top: -20px;
}

.checkbox .help-block {
    font-size: 10px;
    float: right;
    width: 87%;
}

@media(max-width:767px) {
    .contour textarea {
        width: 100%;
        margin-left: 0px;
    }

    .contour .span12.col-md-12 {
        padding: 0 20px 0 20px;
    }
}

@media(max-width:490px) {
    .contourField {
        margin: 0px !important;
        width: 100% !important;
    }
}

/*====================================
    Nathan - Media Queries
=====================================*/

@media screen and (max-width: 767px) {
    .donation-options .option {
        width: 25%;
    }

    .colored-box.gift-block .donation-options .option {
        /*width: 50%;*/
        float: left;
        margin: 0px;
    }
}

/*=====================================
    Nathan - Blog
=====================================*/
.blog-page #sidebar {
    float: right;
}

/*=====================================
    Nathan - Membership Page
=====================================*/
#step-03 .gift-block .donation-options .option label {
    padding: 18px 10px 13px 71px;
}

@media screen and (max-width: 565px) {
    .membership .donation-options .option {
        width: 100%;
    }

    .membership .period-price {
        margin-top: 150px;
    }
}

/*=====================================
    Nathan - Harmony Forms
=====================================*/
#harmony_view_Bank-Account .HarmonyFormResultView .stepswrapper .sectionswrapper .HarmonySectionView .relationship-wrapper .HarmonyFormResultView .HarmonyStepView .sectionswrapper > .HarmonySectionView[data-type="FieldGroup"] {
    display: none;
}

.product-subscription .sectionswrapper .row {
    display: block !important;
}

#payment03.payment-block .default-form .sectionswrapper .row:first-of-type {
    margin-right: 26px;
}

#step-03 .donation-options .option label {
    padding: 26px 10px 22px 71px;
}

.membership-form-wrapper #step-01.step .opener, .donate-form-wrapper #step-01.step .opener {
    padding-right: 50px;
}

@media screen and (max-width: 1020px) {
    #payment03.payment-block .default-form .sectionswrapper .row:first-of-type {
        margin-right: 11px;
    }

    .HarmonyFieldGroup.chorus_directdebitrun,
    .HarmonyFieldGroup.chorus_paymentschedule {
        width: 100% !important;
    }
}

@media screen and (min-width: 1021px) {

    .membership-form-wrapper .HarmonyField.chorus_paymentschedule > .jcf-select {
        margin-left: 20px;
        width: 94%;
    }
}

@media screen and (max-width: 992px) {
    #step-03 .HarmonyFieldGroup.chorus_directdebitrun {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    #payment03.payment-block .default-form .sectionswrapper .row:first-of-type {
        margin-right: -4px;
    }

    .donation-options .option + .option {
        margin: 0px 0 0;
    }

    .donation-options .option {
        width: 100%;
        float: left;
    }

    .bank-account .sectionswrapper .row {
        width: 100% !important;
    }

    .type-info .value-holder {
        margin: 150px auto 14px;
    }

    .two-boxes .period-price {
        max-width: 185px;
        margin: 80px auto 16px;
    }

    #step-03 .donation-options .option {
        /*width: 33%;*/
    }

    .donation-options .option:only-child {
        width: 100% !important;
    }

    .HarmonyFieldGroup.chorus_directdebitrun {
        width: 100% !important;
    }

    .HarmonyFieldGroup.chorus_paymentschedule {
        width: 100% !important;
        margin-right: 0px !important;
    }

    #payment03 .credit-card > .sectionswrapper:first-of-type {
        margin-top: 75px;
    }

    #step-03 .donation-options > div:last-of-type label {
        padding: 18px 28px 17px 55px;
    }

    .welcome .bg-stretch:after {
        background: url(/images/charity/bg-gallery-c-white.png) no-repeat 0 0/100% 100%;
    }
}

@media screen and (max-width: 565px) {
    #payment03.payment-block .default-form .sectionswrapper .row:first-of-type {
        width: 100%;
    }

    .bank-account .sectionswrapper .row {
        width: 100% !important;
    }

    .donation-options gray {
        height: 70px;
    }

    .donation-options .option {
        float: left;
    }

        .donation-options .option + .option {
            margin: 0px;
        }

    .contact-form .sectionswrapper .row {
        width: 100%;
    }

    .credit-card .sectionswrapper .row {
        width: 100%;
    }

    #step-03 .donation-options .option {
        width: 100%;
    }

    #step-03 .HarmonyFieldGroup.chorus_directdebitrun {
        width: 100% !important;
        float: none;
    }

    .HarmonyFieldGroup.chorus_paymentschedule {
        /*float: none;*/
        width: 100% !important;
        margin-right: 0px !important;
    }

    .default-form label.expiry-data-label {
        padding-left: 2px !important;
    }

    .social-login .tooltip {
        width: 200px;
        left: -180px;
    }

    .social-login .tooltip-wrapper .tooltip:after {
        left: 95%;
    }
}

/*====================================
    Nathan - Login
=====================================*/
.login-forgot .login,
.login-forgot .forgot {
    width: 48%;
    float: left;
    margin-bottom: 180px;
}

.login-forgot .login {
    margin-right: 15px;
}

.login-forgot input {
    margin-bottom: 10px;
    width: 100%;
}

.login-forgot .login .widget {
    margin-bottom: -22px !important;
}

.logout-form input {
    background: none;
    border: none;
}

.logout-form {
    float: left;
}

.logout-section .icon-arrow-right {
    color: #27a1dd;
    font-size: 10px;
}

.reset input {
    width: 100%;
    margin-bottom: 10px;
}

.login .validation-summary-errors ul {
    list-style: none;
    padding: 0px;
}

    .login .validation-summary-errors ul li {
        color: red;
        font-weight: bold;
        font-size: 17px;
    }

@media screen and (max-width: 767px) {
    .login-forgot .login,
    .login-forgot .forgot {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*====================================
    Nathan - Events
=====================================*/
@media screen and (max-width: 1023px) {
    .marketplace-item .visual-holder .btn {
        display: block;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .description-col .map-fragment {
        overflow: visible;
        height: 180px;
    }
}


/*====================================
    Shoaib - Events
=====================================*/
.modalDialog {
    position: absolute;
    /*font-family: Arial, Helvetica, sans-serif;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    display: none;
}

.active .popup {
    z-index: 200 !important;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 600px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

.close {
    background: url("/images/Charity/close-button.png");
    opacity: 1 !important;
    height: 24px;
    position: absolute;
    right: -12px;
    top: -10px;
    width: 24px;
    text-decoration: none;
}

    .close:hover {
        background: url("/images/Charity/close-button-hover.png");
    }


#social-media-login-section {
    width: 200px;
    height: 300px;
    float: left;
}

#umbraco-login-section {
    width: 200px;
    height: 300px;
    float: right;
}

#login-section-container {
    position: relative;
    width: 500px;
    height: 400px;
    padding: 0px;
}

.login-section-divider {
    position: absolute;
    left: 57%;
    top: 10%;
    bottom: 10%;
    border-left: 1px solid #000;
}

.login-section-facebook {
    display: block;
    background: url("/images/charity/bg-btn-5.png") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    height: 50px;
    padding: 20px;
    width: 120px;
    margin-bottom: 30px;
}

.event-ticket-cell {
    padding-bottom: 10px;
    padding-right: 10px;
}

.event-ticket-paymentType-container {
    list-style-type: none !important;
}

    .event-ticket-paymentType-container > li {
        padding: 10px !important;
    }

.modal-edit-contact-container {
    height: 350px;
    overflow-y: scroll;
}


#modal-register-event-link, #modal-event-member-signup-link, .event-member-login-submit, .event-member-signup-submit, .marketplace-submit-review, .marketplace-delete-review, .marketplace-update-review, #marketplace-signin, .show-more {
    cursor: pointer;
}

.register-event-contact-form {
    background: none;
}

    .register-event-contact-form .sectionswrapper :first-child {
        font-weight: bold;
    }

    .register-event-contact-form .harmonyViewName, .harmonyViewDescription {
        display: none;
    }

    .register-event-contact-form .stepswrapper .HarmonyStepView h3 {
        display: none;
    }

    .register-event-contact-form .sectionswrapper .row {
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        line-height: 1.2;
        width: 50%;
    }

    .register-event-contact-form .HarmonyField, .register-event-contact-form .harmonyNavigation {
        margin: 19px 0 0;
    }


#overlay {
    opacity: 0.7;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    position: fixed;
}

#loading {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

.error-container-login, .error-container-signup, .error-container-review {
    display: none;
    border-radius: 5px;
    background-color: #ffecec;
    /*border:1px solid #f5aca6;*/
    padding: 2px;
    color: red;
    width: 100%;
}

    .error-container-login > p, .error-container-signup > p, .error-container-review > p {
        margin: 0px !important;
    }

.facebook-auth-login {
    width: 34px;
    height: 45px;
    background: url(../images/charity/bg-btn-5.png) no-repeat repeat 100% 0;
    line-height: 45px;
    display: inline-block;
    font-size: x-large;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    margin-left: 5px;
    margin-bottom: 5px;
}

.twitter-auth-login {
    width: 34px;
    height: 45px;
    background: url(../images/charity/bg-btn-1.png) no-repeat repeat 100% 0;
    line-height: 45px;
    display: inline;
    font-size: x-large;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    margin-left: 5px;
    margin-bottom: 5px;
}

.google-auth-login {
    width: 34px;
    height: 45px;
    background: url(../images/charity/bg-btn-9.png) no-repeat repeat 100% 0;
    line-height: 49px;
    display: inline-block;
    font-size: large;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    margin-left: 5px;
    margin-bottom: 5px;
}

.event-ticket-order-submit,
.event-ticket-order-confirm,
.event-ticket-address-confirm,
.event-ticket-details-submit,
.event-ticket-card-confirm {
    display: block;
    background: url("/images/charity/bg-btn-2.png") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    height: 50px;
    padding: 10px 20px;
    /*width: 100px;*/
    float: right;
    margin-top: 10px;
}

.activate-event-ticketing, .event-register-notickets {
    cursor: pointer;
    float: right;
}

.event-ticket-step2 {
    display: none;
}

.event-ticket-step3 {
    display: none;
}

.event-ticket-step4 {
    display: none;
}

.event-ticket-creditcard {
    display: none;
}

.event-already-registered {
    color: #ffffff;
    pointer-events: none;
}

.socialbuttonsholder {
    display: inline;
}


.select-address {
    float: right;
}

.hide {
    display: none !important;
}

.HarmonyField .error-message-inline {
    display: block;
    margin-top: 3px;
}

.contact-form .HarmonyField .error,
.profile-form .HarmonyField .error,
.memberships .HarmonyField .error,
.donations .HarmonyField .error {
    box-shadow: 0 0 5px 2px rgba(255, 0, 0, .5);
}

.contact-form .HarmonyField input::-webkit-input-placeholder,
.profile-form .HarmonyField input::-webkit-input-placeholder,
.memberships .HarmonyField input::-webkit-input-placeholder,
.donations .HarmonyField input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: lightgray !important;
    text-transform: none;
}

.contact-form .HarmonyField input:-moz-placeholder,
.profile-form .HarmonyField input:-moz-placeholder,
.memberships .HarmonyField input:-moz-placeholder,
.donations .HarmonyField input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: lightgray !important;
    opacity: 1;
    text-transform: none;
}

.contact-form .HarmonyField input::-moz-placeholder,
.profile-form .HarmonyField input::-moz-placeholder,
.memberships .HarmonyField input::-moz-placeholder,
.donations .HarmonyField input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: lightgray !important;
    opacity: 1;
    text-transform: none;
}

.contact-form .HarmonyField input:-ms-input-placeholder,
.profile-form .HarmonyField input:-ms-input-placeholder,
.memberships .HarmonyField input:-ms-input-placeholder,
.donations .HarmonyField input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgray !important;
    text-transform: none;
}

table.event-ticket-details {
    width: 100%;
}

    table.event-ticket-details .col1 {
        text-align: left;
        width: 25%;
    }

    table.event-ticket-details .col2 {
        text-align: left;
        width: 20%;
    }

    table.event-ticket-details .col3 {
        text-align: left;
        width: 10%;
    }

    table.event-ticket-details .col4 {
        text-align: left;
        width: 15%;
    }

    table.event-ticket-details .col5 {
        text-align: left;
        width: 15%;
    }

    table.event-ticket-details .col6 {
        text-align: left;
        width: 15%;
    }

@media screen and (max-width: 767px) {
    .modalDialog > div {
        width: 90%;
    }

    table.event-ticket-details,
    table.event-ticket-details thead,
    table.event-ticket-details tbody,
    table.event-ticket-details tfoot,
    table.event-ticket-details th,
    table.event-ticket-details td,
    table.event-ticket-details tr {
        display: block;
    }

        table.event-ticket-details thead tr {
            display: none;
        }

        table.event-ticket-details td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

            table.event-ticket-details td:before {
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }

        table.event-ticket-details tr:nth-of-type(odd) {
            background: #eee;
        }

        table.event-ticket-details td.col1:before {
            content: "Ticket Type";
        }

        table.event-ticket-details td.col2:before {
            content: "Sales End";
        }

        table.event-ticket-details td.col3:before {
            content: "Price";
        }

        table.event-ticket-details td.col4:before {
            content: "Quantity";
        }

        table.event-ticket-details td.col5:before {
            content: "VAT";
        }

        table.event-ticket-details td.col6:before {
            content: "Total";
        }

    .ticket-accordion {
        padding-left: 0px;
    }

        .ticket-accordion .contourFieldSet {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
}

/* Marketplace*/

.load-more-marketplace {
    /*display: block !important;*/
    /*display: block;*/
    position: static;
    bottom: 67px;
    left: -20px;
    right: 0;
    padding: 30px 0;
    display: block;
}

.contact-form .HarmonyField input:placeholder-shown,
.profile-form .HarmonyField input:placeholder-shown,
.memberships .HarmonyField input:placeholder-shown,
.donations .HarmonyField input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: lightgray !important;
    text-transform: none;
}

/* Harmony Lookup Style */
.lookup-form {
    background: white !important;
    border: 1px solid gray !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 10px;
}

.ui-widget-overlay {
    display: none !important;
}

.contribute .contribution-error {
    color: red;
}

.membership-products .harmonyViewName, .harmonyViewADescription, legend {
    display: none;
}

.donation-products .harmonyViewName, .harmonyViewADescription, legend {
    display: none;
}

.memberships .harmonyViewName {
    display: block;
}

.membership-products .btn,
.memberships .btn,
.profile-form .btn {
    min-width: 45px !important;
}

.cycle-gallery .twitter-pagination ul {
    list-style: none;
    margin: 0;
    padding: 25px 0;
}

.cycle-gallery .twitter-pagination li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    background: #e9f1f4;
    text-indent: -9999px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

    .cycle-gallery .twitter-pagination li:hover,
    .cycle-gallery .twitter-pagination li.active {
        text-decoration: none;
        background: #27a1dd;
    }

.cycle-gallery .twitter-pagination ul:after {
    content: "";
    display: block;
    clear: both;
}

.cycle-gallery .pagination a {
    display: block;
}

.connect-block.dark-blue .cycle-gallery .twitter-pagination li:hover,
.connect-block.dark-blue .cycle-gallery .twitter-pagination li.active {
    background: #0072b5;
}

.donation-detail .note {
    margin: 0px;
}

.find-address-holder {
    margin-top: 19px;
    margin-right: -30px;
    /*float: right;*/
}

.period-price .fixed-value {
    display: block;
    font-size: 48px;
    margin: 0 0 -8px;
}

@media screen and (max-width: 767px) {
    .period-price .fixed-value {
        font-size: 37px;
        margin: 0 0 -10px;
    }
}

/* print.css */

@media print {
    #header, .media-pack, .landing-title, .breadcrumb, .btn, .connect-block.widget, .grid-section > .col-md-4 {
        display: none;
    }

    .umb-grid .grid-section:last-of-type .col-md-4 {
        margin-top: 0px;
    }

    .umb-grid .col-md-8, .intro-post, .media-pack, #content {
        box-shadow: none;
    }
}


.licence-section, .licence-section p {
    font-size: 15px;
}

    .licence-section .licence-header {
        margin: 30px 0;
    }

    .licence-section .btn {
        margin-top: 5px;
        padding: 10px 20px;
        clear: both;
    }

    .licence-section h2 {
        margin-bottom: 0;
    }

    .licence-section h3 {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .licence-section p {
        margin: 10px 0;
    }

    .licence-section .licence-info {
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .licence-section #licence-search-text {
        width: 400px;
    }

.licence-item table {
    width: 100%;
    margin: 10px 0;
}

    .licence-item table th {
        font-weight: 900;
    }

    .licence-item table td:first-of-type {
        width: 80%;
        padding-right: 10px;
    }

@media screen and (min-width: 768px) {
    .licence-section .licence-info, .licence-header {
        display: inline-block;
        padding-right: 150px;
    }
}

@media screen and (max-width: 767px) {
    .licence-section h3 {
        margin-top: 46px;
        margin-bottom: 20px;
        padding-right: 100px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .licence-section .licence-header {
        padding-right: 100px;
        /*min-height: 60px;*/
        margin: 20px 0;
    }

    .licensee-list .category-ico {
        top: 38px;
    }

    .licence-section #licence-search-text {
        width: 250px;
    }
}

.association.joindonate {
    overflow: hidden;
	margin-bottom: 30px;
}

.association .tabset .black, .association .tabset .pink {
    color: #000;
}

    .association .tabset .black.active, .association .tabset .pink.active {
        color: #c24892;
    }

.donatejoin-boxes.join, .donatejoin-boxes.donate {
    padding: 10px 5px;
}


.donatejoin-boxes p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 100;
    padding-left: 15px;
}

.donatejoin-boxes.join .join-options .option .jcf-label-active, .donatejoin-boxes.donate .donation-options .option .jcf-label-active {
    color: #000;
}

.donatejoin-boxes.join .join-options .option .jcf-label-active:before, .donatejoin-boxes.donate .donation-options .option .jcf-label-active:before {
    display: none;
}

.donatejoin-boxes .join-options .jcf-radio, .donatejoin-boxes .donation-options .jcf-radio {
    background: #fff;
}

.donatejoin-boxes .join-options .option label, .donatejoin-boxes .donation-options .option label {
    background: transparent;
}

.donatejoin-boxes .btn.pink {
    float: right;
}

.donatejoin-boxes.donate .donation-tabs label {
    font-size: 30px;
    padding: 4px 0 0;
}

.joindonate .donation-options {
    margin: 15px 0px 15px !important;
}

.joindonate .join-options {
    /*margin: 0 -10px 15px !important;*/
}

.donatejoin-boxes.join .join-options .option label {
    font-size: 20px;
    padding: 2px 5px 0 60px;
	height:78px;
}

.donatejoin-boxes.donate .donation-options .option label {
    font-size: 16px;
    padding: 22px 5px 15px 65px;
}


.donatejoin-boxes.join .donation-options .option label span {
    font-size: 12px;
    color: #c24892;
    display: block;
}

.joindonate .slide {
    padding: 0 !important;
}

.joindonate .donation-options .option {
    padding: 0px 0 !important;
}

.joindonate .donation-tabs label {
	padding: 2px 3px;
	font-size: 28px;
}

.joindonate .join-options .option {
    padding: 0px 0 !important;
}

.joindonate .join-options .jcf-radio {
    left: 16px;
}

.donate-surprise, .join-surprise {
    /*margin-bottom: 28px;*/
    display: inline-block;
}

.donate-surprise label, .join-surprise label {
    font-size: 18px;
    font-weight: 900;
    margin-right: 5px;
}

.donate-surprise input[type="text"], .join-surprise input[type="text"] {
    width: 129px;
    height: 45px;
    font-size: 15px;
}

.marketplace-search-term {
	width: 78%;
	max-width: 78%;
}

.filter-box .btn-submit {
	min-width: 52px;
	max-width: 52px;
	height: 52px;
	max-height: 52px;
	min-height: 52px;
	margin-top: -4px;
}
