﻿@charset "UTF-8";

h1, h4 {
    line-height: 1.40004em;
}

h5, p {
    line-height: 1.6471em;
}

.js-dapi-knob, .scrollup {
    visibility: hidden;
}

.btn--border-default, .form--subscribe .form__submit {
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a, a.active, a.hover, a:active, a:hover {
    text-decoration: none;
}

.filters__search-btn:before, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
}

@font-face {
    font-family: themify;
    src: url(../fonts/themify/themify9f249f24.eot?-fvbane);
    src: url(../fonts/themify/themifyd41dd41d.eot?#iefix-fvbane) format("embedded-opentype"),url(../fonts/themify/themify9f249f24.woff?-fvbane) format("woff"),url(../fonts/themify/themify9f249f24.ttf?-fvbane) format("truetype"),url(../fonts/themify/themify9f249f24.svg?-fvbane#themify) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main--subpage .main__title, .widget--about .widget__title, .widget--landing .widget__title {
    font-family: Cambay,sans-serif;
}

[class*=block-grid-] {
    display: block;
    margin: -15px;
    padding: 0;
}

    [class*=block-grid-]:after, [class*=block-grid-]:before {
        content: " ";
        display: table;
    }

    [class*=block-grid-]:after {
        clear: both;
    }

.block-grid-item {
    display: inline;
    margin: 0;
    padding: 15px;
    height: auto;
    float: left;
    list-style: none;
}

.block-grid-xs-1 > .block-grid-item {
    width: 100%;
}

    .block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
        clear: both;
    }

.block-grid-xs-2 > .block-grid-item {
    width: 50%;
}

    .block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
        clear: both;
    }

.block-grid-xs-3 > .block-grid-item {
    width: 33.33333%;
}

    .block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
        clear: both;
    }

.block-grid-xs-4 > .block-grid-item {
    width: 25%;
}

    .block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
        clear: both;
    }

.block-grid-xs-5 > .block-grid-item {
    width: 20%;
}

    .block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
        clear: both;
    }

.block-grid-xs-6 > .block-grid-item {
    width: 16.66667%;
}

    .block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
        clear: both;
    }

.block-grid-xs-7 > .block-grid-item {
    width: 14.28571%;
}

    .block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
        clear: both;
    }

.block-grid-xs-8 > .block-grid-item {
    width: 12.5%;
}

    .block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
        clear: both;
    }

.block-grid-xs-9 > .block-grid-item {
    width: 11.11111%;
}

    .block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
        clear: both;
    }

.block-grid-xs-10 > .block-grid-item {
    width: 10%;
}

    .block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
        clear: both;
    }

.block-grid-xs-11 > .block-grid-item {
    width: 9.09091%;
}

    .block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
        clear: both;
    }

.block-grid-xs-12 > .block-grid-item {
    width: 8.33333%;
}

    .block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
        clear: both;
    }

@media (min-width:768px) {
    .block-grid-sm-1 > .block-grid-item {
        width: 100%;
    }

        .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
            clear: both;
        }

    .block-grid-sm-2 > .block-grid-item {
        width: 50%;
    }

        .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
            clear: both;
        }

    .block-grid-sm-3 > .block-grid-item {
        width: 33.33333%;
    }

        .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
            clear: both;
        }

    .block-grid-sm-4 > .block-grid-item {
        width: 25%;
    }

        .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
            clear: both;
        }

    .block-grid-sm-5 > .block-grid-item {
        width: 20%;
    }

        .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
            clear: both;
        }

    .block-grid-sm-6 > .block-grid-item {
        width: 16.66667%;
    }

        .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
            clear: both;
        }

    .block-grid-sm-7 > .block-grid-item {
        width: 14.28571%;
    }

        .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
            clear: both;
        }

    .block-grid-sm-8 > .block-grid-item {
        width: 12.5%;
    }

        .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
            clear: both;
        }

    .block-grid-sm-9 > .block-grid-item {
        width: 11.11111%;
    }

        .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
            clear: both;
        }

    .block-grid-sm-10 > .block-grid-item {
        width: 10%;
    }

        .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
            clear: both;
        }

    .block-grid-sm-11 > .block-grid-item {
        width: 9.09091%;
    }

        .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
            clear: both;
        }

    .block-grid-sm-12 > .block-grid-item {
        width: 8.33333%;
    }

        .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
            clear: both;
        }
}

@media (min-width:992px) {
    .block-grid-md-1 > .block-grid-item {
        width: 100%;
    }

        .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
            clear: both;
        }

    .block-grid-md-2 > .block-grid-item {
        width: 50%;
    }

        .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
            clear: both;
        }

    .block-grid-md-3 > .block-grid-item {
        width: 33.33333%;
    }

        .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
            clear: both;
        }

    .block-grid-md-4 > .block-grid-item {
        width: 25%;
    }

        .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
            clear: both;
        }

    .block-grid-md-5 > .block-grid-item {
        width: 20%;
    }

        .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
            clear: both;
        }

    .block-grid-md-6 > .block-grid-item {
        width: 16.66667%;
    }

        .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
            clear: both;
        }

    .block-grid-md-7 > .block-grid-item {
        width: 14.28571%;
    }

        .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
            clear: both;
        }

    .block-grid-md-8 > .block-grid-item {
        width: 12.5%;
    }

        .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
            clear: both;
        }

    .block-grid-md-9 > .block-grid-item {
        width: 11.11111%;
    }

        .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
            clear: both;
        }

    .block-grid-md-10 > .block-grid-item {
        width: 10%;
    }

        .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
            clear: both;
        }

    .block-grid-md-11 > .block-grid-item {
        width: 9.09091%;
    }

        .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
            clear: both;
        }

    .block-grid-md-12 > .block-grid-item {
        width: 8.33333%;
    }

        .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
            clear: both;
        }
}

@media (min-width:1200px) {
    .block-grid-lg-1 > .block-grid-item {
        width: 100%;
    }

        .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
            clear: both;
        }

    .block-grid-lg-2 > .block-grid-item {
        width: 50%;
    }

        .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
            clear: both;
        }

    .block-grid-lg-3 > .block-grid-item {
        width: 33.33333%;
    }

        .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
            clear: both;
        }

    .block-grid-lg-4 > .block-grid-item {
        width: 25%;
    }

        .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
            clear: both;
        }

    .block-grid-lg-5 > .block-grid-item {
        width: 20%;
    }

        .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
            clear: both;
        }

    .block-grid-lg-6 > .block-grid-item {
        width: 16.66667%;
    }

        .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
            clear: both;
        }

    .block-grid-lg-7 > .block-grid-item {
        width: 14.28571%;
    }

        .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
            clear: both;
        }

    .block-grid-lg-8 > .block-grid-item {
        width: 12.5%;
    }

        .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
            clear: both;
        }

    .block-grid-lg-9 > .block-grid-item {
        width: 11.11111%;
    }

        .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
            clear: both;
        }

    .block-grid-lg-10 > .block-grid-item {
        width: 10%;
    }

        .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
            clear: both;
        }

    .block-grid-lg-11 > .block-grid-item {
        width: 9.09091%;
    }

        .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
            clear: both;
        }

    .block-grid-lg-12 > .block-grid-item {
        width: 8.33333%;
    }

        .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
            clear: both;
        }
}

h1 {
    font-size: 2.35294em;
    margin: .70002em 0 0;
}

h2 {
    font-size: 1.76471em;
    line-height: 1.86671em;
    margin: .93336em 0 0;
}

h3 {
    font-size: 1.2em;
    line-height: 1.1667em;
    margin: 1.1667em 0 0;
}

h4 {
    font-size: 1.17647em;
    margin: 1.40004em 0 0;
}

h5 {
    font-size: 1em;
    margin: 1.6471em 0 0;
}

h6 {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 1.86671em 0 0;
    font-weight: 400;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
    color: #222;
}

    h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
        color: inherit;
    }

p {
    font-size: 1em;
    margin: 0 0 1em;
}

.form, .form-group {
    margin-bottom: 0;
}

address, nav a, time {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
}

a {
    color: #a3000e;
}

    a.hover, a:hover {
        color: #ef5350;
        cursor: pointer;
    }

    a.active, a.focus, a:active, a:focus {
        color: #0097a7;
    }

    a.disabled, a:disabled {
        cursor: not-allowed;
        color: #ccc;
    }

dl {
    margin: 0;
}

    dl dt {
        font-weight: 400;
    }

    dl dd {
        font-weight: 600;
        color: #222;
    }

.control-label, .form-control {
    color: #626262;
    font-size: 15px;
    padding: 0 10px;
}

.rtl dl dd {
    margin-right: 0;
}

dl.dl-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    dl.dl-table dt {
        width: 30%;
    }

    dl.dl-table dd {
        width: 70%;
    }

dl.dl-list dt {
    margin-top: 1.6471em;
}

img {
    max-width: 100%;
}

.form-control {
    display: block;
    position: relative;
    z-index: 5;
    background: #f5e2b2;
    border: none;
    border-radius: 5px;
    line-height: 36px;
    height: 36px;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

.widget--panel .form-control {
    background: #fff;
    border: 1px solid #e1e1e1;
    height: 30px;
    line-height: 30px;
}

.has-error .form-control {
    border: 1px solid #e95b35;
}

    .has-error .form-control:focus {
        border: 1px solid #e95b35;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.has-success .form-control {
    border: 1px solid green;
}

    .has-success .form-control:focus {
        border: 1px solid green;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group .form-control {
    border-radius: 0;
}

textarea.form-control {
    height: 100px;
    line-height: inherit;
}

.control-label {
    position: absolute;
    font-style: italic;
    line-height: 44px;
    height: 44px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rtl .control-label {
    right: 15px;
}

.form-group {
    position: relative;
}

.form-group--sort {
    width: 170px;
}

.form-group.active .control-label {
    font-size: 13px;
    -webkit-transform: translateY(-30px) translateX(-20px);
    -ms-transform: translateY(-30px) translateX(-20px);
    transform: translateY(-30px) translateX(-20px);
    color: #ef5350;
}

.rtl .form-group.active .control-label {
    -webkit-transform: translateY(-30px) translateX(20px);
    -ms-transform: translateY(-30px) translateX(20px);
    transform: translateY(-30px) translateX(20px);
}

.form-group.active.has-error .control-label {
    color: #e95b35;
}

.form-group.active.has-success .control-label {
    color: green;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.form-group.disabled .control-label {
    font-size: 13px;
    -webkit-transform: translateY(-30px) translateX(-20px);
    -ms-transform: translateY(-30px) translateX(-20px);
    transform: translateY(-30px) translateX(-20px);
    color: #b4b4b4;
}

.rtl .form-group.disabled .control-label {
    -webkit-transform: translateY(-30px) translateX(20px);
    -ms-transform: translateY(-30px) translateX(20px);
    transform: translateY(-30px) translateX(20px);
}

select {
    display: block;
    width: 100%;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 0 !important;
    border-color: #e1e1e1;
}

input[type=checkbox], input[type=radio] {
    position: absolute;
    top: 0.2em;
}

    input[type=checkbox] + label, input[type=radio] + label {
        margin-left: 20px;
    }

    .rtl nput[type=checkbox] + label, input[type=radio] + labe {
        margin-left: 0;
        margin-right: 20px;
    }

.form .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .form .row:after, .form .row:before {
        display: none;
    }

.form .form-group--inline, .form__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.form .row .form-group {
    padding-left: 15px;
    padding-right: 15px;
}

.form .form-group {
    margin-top: 1.31768em;
    width: 100%;
}

.form .form-group--donate {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width:767px) {
    .form .form-group--donate {
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }
}

.form .form-group--inline {
    width: 325px;
    display: flex;
}

    .form .form-group--inline .control-label {
        position: relative;
        padding-left: 0;
    }

    .form .form-group--inline .form-control {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .form .form-group--inline.active .control-label {
        -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

.form__raiting {
    padding-left: 15px;
    padding-right: 15px;
}

.form__ranges-in {
    display: none;
}

.form__ranges-result {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
    font-weight: 400;
}

.form__buttons {
    margin-top: .82355em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}

.form--horizontal .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .form--horizontal .form-group .control-label {
        position: relative;
        padding-left: 0;
    }

    .form--horizontal .form-group .form-control {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .form--horizontal .form-group.active .control-label {
        -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

.form--subscribe {
    margin: 0;
    padding-bottom: 0;
}

@media (max-width:767px) {
    .form--subscribe {
        display: block;
        padding: 0 15px;
    }
}

.form--subscribe .form-control {
    border: none;
    background: 0 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    width: 370px;
    margin: 0 15px;
    padding: 0;
    display: inline-block;
}

    .form--subscribe .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #fff;
    }

    .form--subscribe .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .form--subscribe .form-control::-moz-placeholder {
        color: #fff;
    }

    .form--subscribe .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .form--subscribe .form-control::placeholder {
        color: #fff;
    }

@media (max-width:767px) {
    .form--subscribe .form-control {
        width: 100%;
        margin: 0;
    }
}

.form--subscribe .form-group {
    display: inline-block;
    width: auto;
    margin-top: 0;
}

    .form--subscribe .form-group.active .control-label {
        color: #fff;
    }

@media (max-width:767px) {
    .form--subscribe .form-group {
        display: block;
    }
}

.form--subscribe .control-label {
    color: #fff;
}

.form--subscribe .form__submit {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    user-select: none;
    padding: 8px 40px;
    font-weight: 700;
    font-size: .88235em;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form--subscribe .form__submit.active, .form--subscribe .form__submit:focus, .form--subscribe .form__submit:hover {
        color: initial;
        text-decoration: none;
        outline: 0;
    }

    .form--subscribe .form__submit.disabled, .form--subscribe .form__submit:disabled {
        cursor: not-allowed;
        opacity: .8;
    }

    .form--subscribe .form__submit:active, .form--subscribe .form__submit:hover {
        color: #fff;
    }

@media (max-width:767px) {
    .form--subscribe .form__submit {
        padding: 5px 20px;
        margin-top: 1.6471em;
    }
}

.form--contacts {
    margin-top: .82355em;
}

    .form--contacts .form__buttons {
        margin-top: 1.6471em;
    }

.form--products-filter {
    padding-bottom: 0;
}

    .form--products-filter .form-group {
        margin-top: 3.2942em;
    }

.form--coupon .form-group {
    width: 300px;
    margin-top: 1.6471em;
}

@media (max-width:767px) {
    .form--coupon .form-group {
        width: 100%;
    }
}

.form--coupon .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form--coupon .form__btn {
    margin-top: 1.6471em;
    margin-left: 15px;
}

.form--search {
    position: relative;
    margin: 0;
    padding: 0;
}

    .form--search .form-control {
        position: absolute;
        border-radius: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: .3s;
        transition: .3s;
        top: -6px;
    }

        .form--search .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #e1e1e1;
        }

            .form--search .form-control:focus + .form__search {
                margin-right: 9px;
            }

.form--auth {
    width: 290px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .82355em 30px;
}

    .form--auth:after, .form--auth:before {
        content: " ";
        display: table;
    }

    .form--auth:after {
        clear: both;
    }

@media (max-width:767px) {
    .form--auth {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-top: 6px;
    }
}

.form--auth .form__title {
    margin: 0;
    text-transform: uppercase;
}

.form--auth .form__submit {
    margin-right: 15px;
    margin-top: 1.6471em;
}

.form--auth .form__forgot {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #626262;
    margin-top: 6px;
    line-height: 1.2;
    border: none;
    background: 0 0;
    text-align: left;
    outline: 0;
    text-decoration: underline;
    padding: 0;
    margin-left: 15px;
}

.form--auth .form__remember {
    margin-left: 15px;
    margin-top: .82355em;
    position: relative;
}

    .form--auth .form__remember label {
        font-weight: 400;
    }

.form--auth .form__links {
    margin-left: 15px;
    margin-right: 15px;
    color: #acacac;
}

    .form--auth .form__links a, .form--auth .form__links button {
        border: none;
        background: 0 0;
        color: #626262;
        text-decoration: underline;
        padding: 1px 3px;
        outline: 0;
    }

.form--register {
    width: 460px;
}

@media (max-width:767px) {
    .form--register {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .form--register .form-group {
        width: 50%;
    }
}

.form--register .form__links {
    padding: 21px 0 0;
}

.form--logged-in {
    width: 460px;
}

.form--restore .form__submit {
    width: 100%;
    margin-left: 15px;
}

.form--restore .form__links {
    margin-top: .82355em;
}

@media (min-width:992px) {
    .form--comment .form-group {
        width: 33.333%;
    }
}

.form--event-main {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 1.6471em;
}

@media (max-width:767px) {
    .form--event-main {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
}

.form--event {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

    .form--event .form-group--text:first-of-type {
        margin-top: 0;
    }

    .form--event .form-group.active:first-of-type, .form--event-list .form-group--text:first-of-type, .form--event-main .form-group--text:first-of-type {
        margin-top: 1.31768em;
    }

@media (max-width:1199px) {
    .form--event textarea {
        height: 65px;
    }
}

.form--event-split .form__buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width:1200px) {
    .form--event-main .form-group--text {
        width: 33.3333%;
    }

    .form--event-split textarea {
        height: 150px;
    }

    .form--event-columns textarea {
        height: 180px;
    }

    .form--event-list .form-group--text {
        width: 33.3333%;
    }
}

@media (max-width:1199px) {
    .form--event-grid textarea {
        height: 130px;
    }

    .header__logo {
        max-width: 350px;
    }
}

.form--event-list {
    padding: 1.6471em 30px;
}

@media (max-width:767px) {
    .form--event-list {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
    }
}

.form--slider {
    background: rgba(255, 255, 255, 0.6);
    margin-top: 1.6471em;
    padding-bottom: 1.6471em;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width:767px) {
    .form--slider {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
}

.form--slider .form__submit {
    width: 100%;
}

@media (min-width:1200px) {
    .form .form-group--lg-3 {
        width: 25%;
    }

     .form .form-group--lg-2 {
        width: 16.6%;
    }

    .form .form-group--lg-4 {
        width: 33.3333%;
    }

    .form .form-group--lg-6 {
        width: 50%;
    }

    .form .form-group--lg-8 {
        width: 66.6666%;
    }

    .form .form-group--lg-9 {
        width: 75%;
    }

    .main__columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.form .form-group--lg-12 {
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    top: 60px;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: default;
    display: block;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.nav__sub, .toolbar__auth-dropdown {
    -webkit-backface-visibility: hidden;
}

.is-selected > .dropdown-menu, .nav__item.opened > .dropdown-menu, .open .dropdown-menu {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.dropdown-menu--left {
    left: auto;
    right: 0;
}

.dropdown-menu--right {
    left: 0;
    right: auto;
}

.header__donate--v3 {
    margin-left: 80px;
}

.header__logo {
    margin-right: 30px;
   
}

.rtl .header__logo {
    margin-left: 30px;
    margin-right: 0;
}

.header__logo-svg {
    width: 200px;
    height: 35px;
    fill: #ef5350;
}

@media (max-width:1199px) {
    .header__logo-svg {
        width: 145px;
    }
}

.header__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
}

@media (max-width:767px) {
    .header__row {
        padding: 10px 0;
    }
}

.header__menu {
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    text-transform: uppercase;
    font-size: 17px;
    word-break: keep-all;
    line-height: 40px;
}

.header__menu--mob {
    display: none;
    color: #fff;
    fill: #fff;
}

.header__menu--v6 {
    color: #626262;
    fill: #626262;
}

.header__menu strong {
    margin-left: 15px;
}

.header__menu-svg {
    width: 40px;
    height: 40px;
    float: left;
}

.header--v2 .header__row {
    padding: 0;
}

@media (max-width:1199px) {
    .header--v2 .header__row {
        padding: 15px 0;
    }
}

.header--v2 .header__menu {
    color: #454545;
    fill: #454545;
}

.header--v3 .header__row {
    padding: 10px 0;
}

.header--v3 .header__menu {
    margin-right: auto;
    margin-left: 15px;
}

.rtl .header--v3 .header__menu {
    margin-right: 15px;
    margin-left: auto;
}

@media (max-width:767px) {
    .header__menu--mob {
        display: block;
    }

    .header__menu strong {
        display: none;
    }

    .header--v3 .header__menu {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .header--v3 .header__logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 145px;
        margin-left: auto;
        margin-right: auto;
    }
}

.header--v3 .header__donate {
    display: none;
}

.header--v4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

    .header--v4 .container {
        width: auto;
        padding: 0 50px;
    }

    .header--v4 .header__logo {
        margin: 0 auto 0 -260px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        z-index: 10;
        position: relative;
    }

    .header--v4 .header__logo-svg {
        fill: #fff;
    }

    .header--v4 .header__menu {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        color: #fff;
        fill: #fff;
        z-index: 50;
        position: relative;
    }

@media (max-width:1199px) {
    .header--v4 .header__logo {
        margin-left: -60px;
    }

    .header--v4 .header__menu strong {
        display: none;
    }
}

.header--v4 .header__donate {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    z-index: 10;
}

@media (max-width:767px) {
    .header--v4 .container {
        padding: 0 15px;
    }

    .header--v4 .header__logo {
        margin: 0 auto;
        max-width: 140px;
    }

    .header--v4 .header__donate {
        display: none;
    }
}

.header--v5 {
    background: #f5f5f5;
}

    .header--v5 .container {
        width: auto;
        padding: 0 50px;
    }

@media (max-width:767px) {
    .header--v5 .container {
        padding: 0 15px;
    }
}

.header--v5 .header__row {
    padding: 10px 0;
}

.header--v5 .header__logo {
    margin: 0 auto 0 -255px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width:1199px) {
    .header--v5 .header__logo {
        margin-left: -55px;
    }
}

@media (max-width:767px) {
    .header--v5 .header__logo {
        margin: 0 15px;
        max-width: 140px;
    }

    .header--v5 .header__donate {
        display: none;
    }
}

.header--v5 .header__logo-svg {
    fill: #454545;
}

.header--v5 .header__menu {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    color: #ef5350;
    fill: #ef5350;
    z-index: 50;
}

.header--v5 .header__controls {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
}

.header--v5 .header__donate {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.header--v6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
}

.footer__column {
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0.9em;
}

@media (min-width:480px) {
    .footer__column:nth-of-type(n) {
        clear: none;
    }

    .footer__column:nth-of-type(1n+1) {
        clear: both;
    }
}

@media (min-width:768px) {
    .footer__column {
        width: 50%;
    }

        .footer__column:nth-of-type(n) {
            clear: none;
        }

        .footer__column:nth-of-type(2n+1) {
            clear: both;
        }
}

@media (min-width:992px) {
    .footer__column {
        width: 25%;
    }

        .footer__column:nth-of-type(n) {
            clear: none;
        }

        .footer__column:nth-of-type(4n+1) {
            clear: both;
        }
}

.footer__panel:after, .listing--grid:after, .listing:after, .listing__item:after, .main:after, .main__wrap:after, .widget--landing .widget__content:after, .widget--landing .widget__header:after, .widget:after {
    clear: both;
}

@media (max-width:991px) {
    .header--v5 .header__menu strong {
        display: none;
    }

    .footer__column {
        margin-top: 0;
    }
}

.footer__panel {
    background: #a3000e;
    margin-top: 30px;
    padding-bottom: 1.6471em;
    padding-top: 1.6471em;
}

    .footer__panel:after, .footer__panel:before {
        content: " ";
        display: table;
    }

@media (max-width:991px) {
    .footer__panel {
        margin-top: 0;
        text-align: center;
    }
}

.footer__panel .container {
    position: relative;
}

@media (min-width:768px) {
    .footer__panel-column {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer__copyright {
    color: #fff;
    font-size: 14px;
    display: block;
}

.main:after, .main:before, .main__wrap:after, .main__wrap:before {
    content: " ";
    display: table;
}

.footer__nav {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

    .footer__nav a {
        color: #fff;
        border-right: 1px solid #fff6de;
        padding-right: 10px;
        margin-left: 10px;
    }

        .footer__nav a:last-child {
            border-right: none;
        }

.footer .widget-title {
    color: #222;
    font-size: 1.23529em;
    line-height: 1.33337em;
    margin: 1.33337em 0 0;
}

@media (max-width:1199px) {
    .footer .widget-title {
        margin-top: 2.47065em;
    }
}

.footer .textwidget {
    margin-top: .82355em;
}

    .footer .textwidget p {
        margin-bottom: 0;
    }

.main__subname {
    margin-top: 0;
}

.main__wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 16em;
}

.main__columns {
    margin-top: 1.6471em;
}

.main--subpage {
    padding-bottom: 0.2em;
}

@media (max-width:767px) {
    .main__wrap {
        margin-top: 1.6471em;
    }

    .main--subpage {
        padding-bottom: 1.6471em;
    }
}

.main--subpage .main__head {
    text-align: center;
}

.main--subpage .main__title {
    font-size: 3.52941em;
    margin: .93336em 0 0;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid #fff;
    font-weight: 900;
    line-height: 1;
}

@media (max-width:767px) {
    .main--subpage .main__title {
        font-size: 1.76471em;
        line-height: 1.86671em;
        margin: .93336em 0 0;
    }
}

.main--subpage .main__content {
    padding: 0 15px;
}

@media (min-width:992px) {
    .footer__panel-column {
        width: 50%;
    }

    .main--subpage .main__content {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-left .main--subpage .main__content {
        float: right;
    }
}

.sidebar-hide .main--subpage .main__content {
    width: 100%;
}

.main--subpage .main__content > :first-child {
    margin-top: 0;
}

.main--subpage .main__footer {
    margin-top: 3.2942em;
}

.main--subpage + .subscribe {
    margin-top: 0;
}

.main--events {
    background: url(../media-demo/backgrounds/bg-subpage--events.jpg) 50% 0 no-repeat #f5f5f5;
}

.main--sermons {
    background: url(../media-demo/backgrounds/bg-subpage--sermons.jpg) 50% 0 no-repeat #f5f5f5;
}

.main--blog {
    background: url(../media-demo/backgrounds/bg-subpage--blog.jpg) 50% 0 no-repeat #f5f5f5;
}

.main--community {
    background: url(../media-demo/backgrounds/bg-subpage--community.jpg) 50% 0 no-repeat #f5f5f5;
}

.main--about {
    background: url(../../images/inner_bg.jpg) 50% 0 no-repeat #FFF9C4;
}

.main--errors {
    background: url(../media-demo/backgrounds/bg-subpage--errors.jpg) 50% 0 no-repeat #f5f5f5;
}

.main--shop {
    background: url(../media-demo/backgrounds/bg-subpage--shop.jpg) 50% 0 no-repeat #f5f5f5;
}

.main--causes {
    background: url(../media-demo/backgrounds/bg-subpage--causes.jpg) 50% 0 no-repeat #f5f5f5;
}

.main--default {
    background: url(../media-demo/backgrounds/bg-subpage--default.jpg) 50% 0 no-repeat #f5f5f5;
}

.main--gallery {
    background: url(../media-demo/backgrounds/bg-subpage--gallery.jpg) 50% 0 no-repeat #f5f5f5;
}

@media (min-width:992px) {
    .sidebar {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-left .sidebar {
        float: right;
    }
}

.sidebar-hide .sidebar {
    display: none;
}

.widget--landing .widget__header:after, .widget--landing .widget__header:before, .widget:after, .widget:before, .widget__content:after, .widget__content:before {
    content: " ";
    display: table;
}

@media (max-width:991px) {
    .footer__nav {
        text-align: center;
    }

    .sidebar {
        margin-top: 1.6471em;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.widget__content:after {
    clear: both;
}

.widget__preview-img {
    width: 100%;
}

.widget--landing .widget__header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:480px) {
    .widget--landing .widget__header {
        width: 480px;
    }
}

@media (min-width:768px) {
    .widget--landing .widget__header {
        width: 750px;
    }
}

@media (min-width:992px) {
    .widget--landing .widget__header {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .widget--landing .widget__header {
        width: 1200px;
    }
}

.widget--landing .widget__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 3.52941em;
    line-height: 1.40004em;
    margin: 1.40004em 0 0;
    font-weight: 900;
}

    .widget--landing .widget__title:after {
        content: ' ';
        display: block;
        width: 55px;
        height: 3px;
        margin: 25px auto 0;
        background: #222;
    }

@media (max-width:767px) {
    .widget--landing .widget__title {
        font-size: 1.76471em;
        line-height: 1.86671em;
        margin: .93336em 0 0;
    }

        .widget--landing .widget__title:after {
            margin-top: 0;
        }
}

.widget--landing .widget__content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2.47065em;
    padding-bottom: 2em;
}

    .widget--landing .widget__content:after, .widget--landing .widget__content:before {
        content: " ";
        display: table;
    }

@media (min-width:480px) {
    .widget--landing .widget__content {
        width: 85%;
    }

    .listing--grid .listing__item:nth-of-type(n) {
        clear: none;
    }

    .listing--grid .listing__item:nth-of-type(1n+1) {
        clear: both;
    }
}

@media (min-width:768px) {
    .widget--landing .widget__content {
        width: 750px;
    }
}

@media (min-width:992px) {
    .widget--landing .widget__content {
        width: 970px;
    }

    .widget--details .widget__description--columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media (min-width:1200px) {
    .widget--landing .widget__content {
        width: 1200px;
    }
}

@media (max-width:767px) {
    .widget--landing .widget__content {
        margin-top: 1.6471em;
        padding-bottom: 1.6471em;
    }
}

.widget--sidebar {
    background: #fff;
    /*background: -webkit-linear-gradient(#fff, #fff, #fff9c4, #fff9c4);*/
    padding: 0 20px 1.6471em;
    margin-top: 0.9em;
}

    .widget--sidebar:first-of-type {
        margin-top: 0;
    }

    .widget--sidebar .widget__header {
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: .82355em;
    }

    .widget--sidebar .widget__title {
        text-transform: uppercase;
        font-weight: 900;
        margin-top: .82355em;
    }

.widget--footer .widget__title {
    color: #222;
}

@media (max-width:1199px) {
    .widget--footer .widget__title {
        margin-top: 2.47065em;
    }
}

.widget--footer .widget__content {
    margin-top: .82355em;
}

.widget--card {
    /*background: #fff;*/
    background: -webkit-linear-gradient(#fff, #fff, #fff9c4, #fff9c4);
    margin-top: 1.6471em;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width:767px) {
    .widget--card {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.widget--card:first-of-type {
    margin-top: 0;
}

.widget--card .widget__content {
    margin-top: .82355em;
    padding-bottom: 1.6471em;
}

.widget--card .widget__title {
    line-height: 1;
}

.widget--card .widget__content .widget__title {
    margin-top: 0;
}

.widget--details .widget__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget--details .widget__header-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
    margin-top: .82355em;
}

.rtl .widget--details .widget__header-title {
    padding-right: 0;
    padding-left: 15px;
}

.widget--details .widget__header-column {
    margin-top: .82355em;
}

@media (max-width:767px) {
    .widget--details .widget__header-title {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        padding-right: 0;
    }

    .widget--details .widget__header-column {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.widget--details .widget__content {
    margin-top: 1em;
    padding-bottom: 0;
}

.widget--details .widget__categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget--details .widget__preview {
    margin-top: 1.6471em;
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
}

@media (max-width:767px) {
    .widget--details .widget__preview {
        margin-left: 0;
        margin-right: 0;
    }
}

.widget--details .widget__description {
    margin-top: 1.6471em;
}

.widget--details .widget__map {
    margin-left: -30px;
    margin-right: -30px;
}

.widget--details .widget__footer {
    margin-top: 3.2942em;
    padding-bottom: 1.6471em;
    padding-top: 1.6471em;
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .widget--details .widget__footer > h3 {
        margin-top: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

@media (max-width:767px) {
    .widget--details .widget__map {
        margin-left: -15px;
        margin-right: -15px;
    }

    .widget--details .widget__footer > h3 {
        text-align: center;
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

    .widget--details .widget__footer {
        margin-top: 1.6471em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .widget--details .widget__footer .btn--flat {
            margin-top: 1.6471em;
        }
}

.widget--main {
    margin-top: 2.47065em;
    border-top: 1px solid #cfcfcf;
}

    .widget--main .widget__header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .widget--main .widget__title {
        text-transform: uppercase;
        text-align: center;
        font-size: 3.05882em;
        line-height: 1.07695em;
        margin: .53848em 0 0;
    }

@media (max-width:767px) {
    .widget--main .widget__header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .widget--main .widget__title {
        font-size: 1.76471em;
        line-height: 1.86671em;
        margin: .93336em 0 0;
    }
}

.widget--main .widget__content {
    margin-top: 1.6471em;
}

.widget--listing {
    margin-top: 2.47065em;
}

.widget--white .widget__title {
    color: #fff;
}

    .widget--white .widget__title:after {
        background-color: #fff;
    }

.widget--title-big .widget__header {
    margin-top: 4.9413em;
}

@media (max-width:767px) {
    .widget--title-big .widget__header {
        margin-top: 1.6471em;
    }
}

.widget--title-big .widget__title {
    font-size: 5.88235em;
    margin: .28001em 0 0;
    color: #ef5350;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    line-height: .85;
    position: relative;
    top: .15em;
}

    .widget--title-big .widget__title:after {
        display: none;
    }

@media (max-width:1199px) {
    .widget--title-big .widget__title {
        font-size: 3.52941em;
    }
}

.rtl .widget--title-big .widget__title {
    text-align: right;
}

.widget--title-big .widget__header .widget__title {
    width: 50%;
}

.widget--title-big .widget__content {
    margin-top: 4.9413em;
}

.widget--title-big .widget__header + .widget__content {
    margin-top: 1.6471em;
}

@media (max-width:767px) {
    .widget--title-big .widget__title {
        font-size: 2.35294em;
    }

    .widget--title-big .widget__content {
        margin-top: 1.6471em;
    }
}

.widget--minimal .widget__content {
    padding-bottom: 1.6471em;
    margin-top: 0;
}

.widget--panel-bg {
    background: #2f2f2f;
}

.widget--gray {
    background: #f2f2f2;
}

.widget--event {
    background: url(../img/bg-events.html) 50% 0 no-repeat;
    background-size: cover;
}

.widget--about {
    background: url(../../images/home.jpg) 49% 51% no-repeat;
}

    .widget--about .widget__title {
        text-transform: uppercase;
        font-size: 1.3em;
        line-height: 1.40004em;
        margin: 1.40004em 0 0;
        font-weight: 900;
        color: #fff;
        text-align: left;
        width: 90%;
    }

        .widget--about .widget__title:after {
            content: ' ';
            display: block;
            height: 3px;
            margin: 25px auto 0;
        }

@media (max-width:767px) {
    .widget--about .widget__title {
        font-size: 1.76471em;
        line-height: 1.86671em;
        margin: .93336em 0 0;
    }

        .widget--about .widget__title:after {
            margin-top: 0;
        }
}

.widget--about .widget__title:after {
    background: #fff;
    margin-left: 0;
    margin-top: 0;
    width: 35px;
}

.rtl .widget--about .widget__title {
    text-align: right;
    float: left;
}

    .rtl .widget--about .widget__title:after {
        margin-right: 0;
    }

@media (max-width:1199px) {
    .widget--about .widget__title {
        width: 100%;
    }
}

.widget--about .widget__content {
    width: 50%;
    background: rgba(255,96,20,.9);
    float: right;
    padding: 0 0 0 62px;
}

.btn--flat, .widget--subscribe {
    background: #ef5350;
}

@media (max-width:991px) {
    .widget--about .widget__content {
        width: auto;
        padding-left: 15px;
    }
}

.widget--cause {
    background: url(../../images/bg_about.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.widget--gallery {
    background: url(../img/bg-gallery.jpg) 50% 0 no-repeat;
}

    .widget--gallery .widget__content {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

.listing--grid .listing__item, .listing--masonry .listing__item {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.widget--sermon {
    background: url(../img/bg-sermons.html) 50% 0 no-repeat;
    background-size: cover;
}

.widget--products {
    border-bottom: 1px solid #e6e6e6;
}

    .widget--products .widget__title {
        float: left;
        width: 48%;
    }

@media (max-width:767px) {
    .widget--products .widget__title {
        width: 100%;
        float: none;
    }
}

.widget--post .widget__title {
    float: left;
    width: 48%;
    margin-right: 2%;
}

@media (max-width:767px) {
    .widget--post .widget__title {
        float: none;
        width: auto;
    }
}

.widget--account .widget__header {
    width: 66%;
    margin: 0 auto;
}

@media (max-width:767px) {
    .widget--account .widget__header {
        width: 100%;
    }
}

.widget--account .widget__content {
    width: 66%;
    margin: 0 auto;
}

.widget--panel .widget__content {
    padding-bottom: .82355em;
    padding-top: .82355em;
}

@media (max-width:767px) {
    .widget--account .widget__content {
        width: 100%;
    }

    .footer .widget--collapser {
        margin-top: 2.47065em;
    }

    .widget--collapser .widget__header {
        padding-bottom: .82355em;
        padding-top: .82355em;
    }

    .footer .widget--collapser .widget__header {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .widget--collapser .widget__title {
        text-align: center;
        margin-top: 0;
    }

        .widget--collapser .widget__title:after {
            font-family: themify;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            font-size: .7em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            margin-left: 10px;
        }

    .widget--collapser .widget__content {
        display: none;
    }

    .widget--expanded .widget__title:after {
        font-family: themify;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        font-size: .7em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }

    .widget--expanded .widget__content {
        display: block !important;
    }
}

.listing:after, .listing:before, .listing__item:after, .listing__item:before {
    content: " ";
    display: table;
}

.widget--slider .widget__content {
    position: relative;
}

.widget:not(.widget--details):not(.widget--title-big) > :first-child {
    margin-top: 0;
}

.listing__footer, .topbar__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.listing__footer {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.2942em;
}

.listing--grid:after, .listing--grid:before, .listing--masonry:after, .listing--masonry:before {
    content: " ";
    display: table;
}

.listing__more {
    margin: 0 auto;
}

.listing--grid, .listing--masonry {
    margin-left: -15px;
    margin-right: -15px;
}

.listing--list {
    margin-top: -2.47065em;
}

    .listing--list .listing__item {
        margin-top: 2.47065em;
        background: #fff;
    }

.listing--grid {
    margin-top: -2.47065em;
}

    .listing--grid .listing__item {
        margin-top: 2.47065em;
        width: 100%;
        float: left;
    }

@media (min-width:768px) {
    .listing--grid .listing__item {
        width: 50%;
    }

        .listing--grid .listing__item:nth-of-type(n) {
            clear: none;
        }

        .listing--grid .listing__item:nth-of-type(2n+1) {
            clear: both;
        }
}

@media (max-width:767px) {
    .listing--grid {
        margin-top: -1.6471em;
    }

        .listing--grid .listing__item {
            margin-top: 1.6471em;
        }
}

.listing--lg-4 .listing__item {
    position: relative;
    min-height: 1px;
}

.listing--lg-6 .listing__item {
    position: relative;
    min-height: 1px;
}

@media (min-width:1200px) {
    .listing--grid .listing__item {
        width: 33.33333%;
    }

        .listing--grid .listing__item:nth-of-type(n) {
            clear: none;
        }

        .listing--grid .listing__item:nth-of-type(3n+1) {
            clear: both;
        }

    .listing--lg-4 .listing__item {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

        .listing--lg-4 .listing__item:nth-of-type(n) {
            clear: none;
        }

        .listing--lg-4 .listing__item:nth-of-type(4n+1) {
            clear: both;
        }

    .listing--lg-6 .listing__item {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

        .listing--lg-6 .listing__item:nth-of-type(n) {
            clear: none;
        }

        .listing--lg-6 .listing__item:nth-of-type(2n+1) {
            clear: both;
        }
}

.listing .listing__item:first-child {
    clear: none !important;
}

.listing--masonry:after {
    clear: both;
}

.listing--masonry .listing__item {
    width: 100%;
    float: left;
}

@media (min-width:480px) {
    .listing--masonry .listing__item:nth-of-type(n) {
        clear: none;
    }

    .listing--masonry .listing__item:nth-of-type(1n+1) {
        clear: both;
    }
}

@media (min-width:768px) {
    .listing--masonry .listing__item {
        width: 50%;
    }

        .listing--masonry .listing__item:nth-of-type(n) {
            clear: none;
        }

        .listing--masonry .listing__item:nth-of-type(2n+1) {
            clear: both;
        }

    .listing--sermon .listing__item:first-of-type {
        padding-right: 50px;
    }
}

@media (min-width:1200px) {
    .listing--masonry .listing__item {
        width: 33.33333%;
    }

        .listing--masonry .listing__item:nth-of-type(n) {
            clear: none;
        }

        .listing--masonry .listing__item:nth-of-type(3n+1) {
            clear: both;
        }
}

.breadcrumbs ul:after, .breadcrumbs:after, .breadcrumbs__list:after, .collapser:after, .nav__sub:after {
    clear: both;
}

.listing--sermon {
    margin-top: -2.47065em;
}

@media (max-width:767px) {
    .listing--sermon {
        margin-top: -1.6471em;
    }
}

.listing--sermon .listing__item {
    margin-top: 2.47065em;
    float: left;
    width: 50%;
}

@media (max-width:767px) {
    .listing--sermon .listing__item {
        width: 100%;
        margin-top: 1.6471em;
    }
}

.listing--event {
    margin-top: -.82355em;
}

@media (max-width:767px) {
    .listing--event {
        margin-top: -1.6471em;
    }
}

.listing--event .listing__item {
    margin-top: .82355em;
}

@media (max-width:1199px) {
    body, html {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .listing--event .listing__item {
        margin-top: 1.6471em;
    }

    body, html {
        font-size: 15px;
    }
}

body.rtl {
    direction: rtl;
}

.boxed .box {
    background-color: #fff;
}

@media (min-width:1350px) {
    .boxed .box {
        padding: 0 10px;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
        box-shadow: 0 0 15px rgba(0,0,0,.3);
        width: 1300px;
        margin: 0 auto;
    }
}

.bg-brickwall {
    background: url(../img/patterns/brickwall.png);
}

.bg-debut_light {
    background: url(../img/patterns/debut_light.png);
}

.bg-diagonal_lines_01 {
    background: url(../img/patterns/diagonal_lines_01.png);
}

.bg-diagonal-noise {
    background: url(../img/patterns/diagonal-noise.png);
}

.bg-dust_2X {
    background: url(../img/patterns/dust_2X.png);
}

.bg-groovepaper {
    background: url(../img/patterns/groovepaper.png);
}

.bg-little_pluses {
    background: url(../img/patterns/little_pluses.png);
}

.bg-p4 {
    background: url(../img/patterns/p4.png);
}

.bg-p5 {
    background: url(../img/patterns/p5.png);
}

.bg-retina_dust {
    background: url(../img/patterns/retina_dust.png);
}

.bg-ricepaper2 {
    background: url(../img/patterns/ricepaper2.png);
}

.bg-shl {
    background: url(../img/patterns/shl.png);
}

.bg-squairy_light {
    background: url(../img/patterns/squairy_light.png);
}

.bg-stardust_2X {
    background: url(../img/patterns/stardust_2X.png);
}

.bg-subtle_dots {
    background: url(../img/patterns/subtle_dots.png);
}

.bg-subtle_dots_2X {
    background: url(../img/patterns/subtle_dots_2X.png);
}

.bg-white_brick_wall {
    background: url(../img/patterns/white_brick_wall.png);
}

.bg-worn_dots {
    background: url(../img/patterns/worn_dots.png);
}

.demo__buttons h6 {
    display: inline-block;
    width: 90px;
}

.demo__buttons > * {
    margin-right: 13px;
}

.demo__buttons-bg {
    background: #b4b4b4;
    padding: 15px;
    display: inline-block;
}

.demo__icons-item {
    width: 15%;
    float: left;
    text-align: center;
}

@media (max-width:767px) {
    .demo__buttons > * {
        margin-top: .82355em;
    }

    .demo__icons-item {
        width: 50%;
    }

    .bs-example--btn .btn {
        margin-top: .82355em;
    }
}

.demo__icons-svg {
    width: 30%;
    height: auto;
    fill: #ef5350;
}

.btn--border-default {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    user-select: none;
    font-weight: 700;
    font-size: .88235em;
    color: #626262;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background: 0 0;
    padding: 1px 5px;
}

.btn--border-brand, .btn--border-white {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 700;
    font-size: .88235em;
    margin-bottom: 0;
    -webkit-user-select: none;
    background: 0 0;
}

.btn--border-default.active, .btn--border-default:focus, .btn--border-default:hover {
    color: initial;
    text-decoration: none;
    outline: 0;
}

.btn--border-default.disabled, .btn--border-default:disabled {
    cursor: not-allowed;
    opacity: .8;
}

@media (max-width:767px) {
    .btn--border-default {
        padding: 1px 5px;
    }
}

.btn--border-default.btn--loading svg {
    opacity: 0;
}

.btn--border-white {
    cursor: pointer;
    user-select: none;
    padding: 8px 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
}

@media (max-width:767px) {
    .btn--border-white {
        padding: 5px 20px;
    }
}

.btn--border-white.active, .btn--border-white:focus, .btn--border-white:hover {
    color: initial;
    text-decoration: none;
    outline: 0;
}

.btn--border-white.disabled, .btn--border-white:disabled {
    cursor: not-allowed;
    opacity: .8;
}

.btn--border-white:active, .btn--border-white:hover {
    color: #fff;
}

.btn--border-brand {
    cursor: pointer;
    user-select: none;
    padding: 5px 20px;
    color: #ef5350;
    border: 2px solid #ef5350;
    border-radius: 5px;
}

.btn--flat, .btn--link {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 700;
    font-size: .88235em;
    border: none;
}

@media (max-width:767px) {
    .btn--border-brand {
        padding: 5px 20px;
    }
}

.btn--border-brand.active, .btn--border-brand:focus, .btn--border-brand:hover {
    color: initial;
    text-decoration: none;
    outline: 0;
}

.btn--border-brand:active, .btn--border-brand:hover, .btn--link {
    color: #a2020f;
}

.btn--border-brand.disabled, .btn--border-brand:disabled {
    cursor: not-allowed;
    opacity: .8;
}

.btn--link {
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background: 0 0;
    text-decoration: underline;
    padding: 0;
}

    .btn--link.active, .btn--link:focus, .btn--link:hover {
        color: initial;
        text-decoration: none;
        outline: 0;
    }

    .btn--link.disabled, .btn--link:disabled {
        cursor: not-allowed;
        opacity: .8;
    }

    .btn--link:hover {
        color: #ef5350;
        text-decoration: none;
    }

@media (max-width:767px) {
    .btn--link {
        padding: 3px;
    }
}

.btn--flat {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 #c62828;
    box-shadow: 0 5px 0 #c62828;
    color: #fff;
    margin-bottom: 5px;
}

.btn--flat-rounded, .btn--flat-small {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 700;
    border: none;
    background: #ef5350;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

@media (max-width:767px) {
    .btn--flat {
        padding: 5px 20px;
    }
}

.btn--flat.active, .btn--flat:focus, .btn--flat:hover {
    color: initial;
    text-decoration: none;
    outline: 0;
}

.btn--flat:active, .btn--flat:focus, .btn--flat:hover {
    color: #fff;
}

.btn--flat.disabled, .btn--flat:disabled {
    cursor: not-allowed;
    opacity: .8;
}

.btn--flat:active {
    padding-top: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .btn--flat:active {
        padding-top: 8px;
        padding-bottom: 7px;
    }
}

.btn--flat-rounded {
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    font-size: 1.05em;
    border-radius: 20px;
    padding: 3px 10px;
    color: #fff;
}

@media (max-width:767px) {
    .btn--flat-rounded {
        padding: 5px 20px;
    }
}

.btn--flat-rounded.active, .btn--flat-rounded:focus, .btn--flat-rounded:hover {
    color: initial;
    text-decoration: none;
    outline: 0;
}

.btn--flat-rounded.disabled, .btn--flat-rounded:disabled {
    cursor: not-allowed;
    opacity: .8;
}

.btn--flat-rounded:active, .btn--flat-rounded:hover {
    color: #fff;
}

.btn--flat-small {
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    font-size: .70588em;
    border-radius: 5px;
    color: #fff;
    padding: 3px 5px;
}

    .btn--flat-small.active, .btn--flat-small:focus, .btn--flat-small:hover {
        color: initial;
        text-decoration: none;
        outline: 0;
    }

    .btn--flat-small.disabled, .btn--flat-small:disabled {
        cursor: not-allowed;
        opacity: .8;
    }

    .btn--flat-small:focus, .btn--flat-small:hover {
        color: #fff;
    }

.btn--comments {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
    color: #626262;
    float: right;
}

    .btn--comments .fa {
        margin-right: 10px;
    }

.rtl .btn--comments .fa {
    margin-right: 0;
    margin-left: 10px;
}

.btn--loading {
    position: relative;
}

    .btn--loading:before {
        position: absolute;
        left: 10px;
        font-size: 1em;
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        color: inherit;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

@media (max-width:767px) {
    .btn--flat-small {
        padding: 5px 20px;
    }

    .btn--loading:before {
        font-size: .7em;
    }
}

.btn--loading.btn--flat-small:before, .btn--loading.btn--link:before {
    position: relative;
    left: 0;
    margin-right: 10px;
}

.btn--loading-circle-o-notch:before {
    content: '\f1ce';
}

.btn--loading-refresh:before {
    content: '\f021';
}

.btn--loading-spinner:before {
    content: '\f110';
}

.btn.error, .btn.has-error {
    -webkit-animation: shake .5s;
    animation: shake .5s;
    color: transparent !important;
}

    .btn.error:after, .btn.has-error:after {
        content: "Error!";
        -webkit-animation: scaleFromUp .5s;
        animation: scaleFromUp .5s;
        z-index: 1;
        color: #e95b35;
    }

.btn.has-success, .btn.success {
    color: transparent !important;
}

    .btn.has-success:after, .btn.success:after {
        content: "Success!";
        -webkit-animation: moveUp .5s;
        animation: moveUp .5s;
        z-index: 1;
        color: green;
    }

.topbar {
    background: #a3000e;
    border: none;
    margin-bottom: 0;
}

.topbar__row {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.topbar--v2 .topbar__row {
    padding: 0;
}

.topbar--v6 {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 25;
    background: 0 0;
}

    .topbar--v6 .topbar__row {
        background: #fff;
        padding: 0 25px;
        border-radius: 10px;
    }

@media (max-width:1199px) {
    .topbar--v6 .topbar__row {
        padding: 25px;
    }
}

@media (max-width:767px) {
    .topbar--v6 {
        top: 60px;
    }

        .topbar--v6 .topbar__row {
            padding: 5px 15px;
        }
}

.topbar--v6 + .main--subpage {
    padding-top: 200px;
}

.toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 175px;
}

@media (max-width:767px) {
    .topbar--v6 + .main--subpage {
        padding-top: 120px;
    }

    .toolbar__lang {
        position: inherit;
    }
}

.toolbar__lang-btn {
    font-size: 1.11765em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #2f2f2f;
    background: 0 0;
    border: none;
}

    .open .toolbar__lang-btn, .toolbar__lang-btn:hover {
        color: #ef5350;
    }

.toolbar__lang-dropdown {
    width: 44px;
    border: none;
    z-index: 20;
}

.toolbar__lang-link {
    color: #626262;
    padding: 3px 30px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

    .toolbar__lang-link:hover {
        color: #ef5350;
        text-decoration: none;
        padding: 3px 30px 3px 40px;
    }

.toolbar__auth-item {
    position: relative;
    height: 25px;
}

@media (max-width:767px) {
    .toolbar__auth-item {
        position: inherit;
        width: 42px;
        text-align: center;
        height: 20px;
    }
}

.toolbar__auth-item .dropdown-menu {
    right: 0;
    left: auto;
}

.toolbar__auth-form {
    display: none;
}

    .toolbar__auth-form:first-of-type {
        display: block;
    }

.toolbar__auth-btn {
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
}

.toolbar__user-svg {
    width: 20px;
    height: 20px;
}

.toolbar__auth-dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: default;
    display: block;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.is-selected > .toolbar__auth-dropdown, .nav__item.opened > .toolbar__auth-dropdown, .open .toolbar__auth-dropdown {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.toolbar__search {
    position: relative;
}

    .toolbar__search.active .form-control, .toolbar__search:hover .form-control {
        width: 240px;
    }

    .toolbar__search .form-control {
        position: absolute;
        -webkit-transition: .3s;
        transition: .3s;
    }

@media (max-width:767px) {
    .toolbar__search {
        width: 25px;
        text-align: center;
    }
}

.toolbar__search--v2 .form-control {
    background: #454545;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    padding-left: 80px;
    padding-right: 0;
    color: #fff;
    height: 100%;
}

.toolbar__search-btn {
    background: 0 0;
    border: none;
    outline: 0;
    color: #2f2f2f;
    position: relative;
    z-index: 5;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0;
    width: 25px;
    text-align: right;
    line-height: 1.9;
}

    .toolbar__search-btn:before {
        font-size: 1em;
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        color: inherit;
    }

    .toolbar__search-btn.active, .toolbar__search-btn:hover {
        color: #ef5350;
    }

.toolbar--v2 .toolbar__lang-btn, .toolbar--v4 .toolbar__lang-btn, .toolbar--v4 .toolbar__search-btn, .toolbar__search-btn--v2 {
    color: #fff;
}

.toolbar__search-btn--v2 {
    padding: 1.2em 0;
    width: 80px;
    text-align: center;
}

.toolbar__icon-user {
    width: 17px;
    height: 27px;
    fill: #2f2f2f;
}

@media (max-width:1199px) {
    .toolbar__icon-user {
        width: 15px;
        height: 25px;
    }
}

@media (max-width:767px) {
    .toolbar__icon-user {
        width: 14px;
        height: 18px;
    }

    .toolbar .dropdown-menu {
        left: -15px !important;
        right: -15px !important;
    }
}

.toolbar--v1 .toolbar__search, .toolbar--v3 .toolbar__search, .toolbar--v4 .toolbar__search, .toolbar--v5 .toolbar__search, .toolbar--v6 .toolbar__search {
    height: 30px;
}

.open .toolbar__icon-user, .toolbar__icon-user:hover {
    fill: #ef5350;
}

.toolbar--v2 .toolbar__icon-user, .toolbar--v4 .toolbar__icon-user, .toolbar--v6 .toolbar__icon-user {
    fill: #fff;
}

@media (max-width:767px) {
    .toolbar--v1 {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 170px;
    }
}

.toolbar--v1 .toolbar__search.active .toolbar__search-btn, .toolbar--v1 .toolbar__search:hover .toolbar__search-btn {
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
}

.toolbar--v1 .toolbar__search.active .form-control, .toolbar--v1 .toolbar__search:hover .form-control {
    border-color: #e1e1e1;
    padding-right: 30px;
}

.toolbar--v1 .toolbar__search .form-control {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    top: -5px;
    right: 0;
}

.toolbar--v2 {
    width: 100px;
}

@media (max-width:767px) {
    .toolbar--v2 {
        width: 80px;
    }
}

.toolbar--v2 .toolbar__lang .dropdown-menu {
    right: 0;
    left: auto;
}

@media (max-width:991px) {
    .toolbar--v3 {
        width: 140px;
    }
}

.toolbar--v3 .toolbar__search.active .form-control, .toolbar--v3 .toolbar__search:hover .form-control {
    border-color: #e1e1e1;
    padding-right: 30px;
}

.toolbar--v3 .toolbar__search .form-control {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    top: -3px;
    right: -9px;
}

@media (max-width:767px) {
    .toolbar--v3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
    }

        .toolbar--v3 .toolbar__lang, .toolbar--v3 .toolbar__search {
            display: none;
        }
}

.toolbar--v3 .dropdown-menu {
    top: 40px;
}

.toolbar--v4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
    margin-left: 70px;
    z-index: 10;
}

@media (max-width:1199px) {
    .toolbar--v4 {
        margin-left: 30px;
        width: 120px;
    }
}

.toolbar--v4 .toolbar__search.active .form-control, .toolbar--v4 .toolbar__search:hover .form-control {
    border-color: #fff;
    padding-left: 35px;
    opacity: 1;
    color: #fff;
}

.toolbar--v4 .toolbar__search .form-control {
    background: 0 0;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    top: -5px;
    left: -10px;
    opacity: 0;
}

@media (max-width:767px) {
    .toolbar--v4 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
        margin: 0;
    }

        .toolbar--v4 .toolbar__lang, .toolbar--v4 .toolbar__search {
            display: none;
        }
}

.toolbar--v4 .dropdown-menu {
    top: 55px;
    right: auto;
    left: 0;
}

.toolbar--v5 {
    margin-left: 70px;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width:1199px) {
    .toolbar--v5 {
        margin-left: 30px;
        width: 120px;
    }
}

.toolbar--v5 .toolbar__search.active .toolbar__search-btn, .toolbar--v5 .toolbar__search:hover .toolbar__search-btn {
    color: #2f2f2f;
}

.toolbar--v5 .toolbar__search.active .form-control, .toolbar--v5 .toolbar__search:hover .form-control {
    border-color: #e1e1e1;
    padding-left: 35px;
    opacity: 1;
}

.toolbar--v5 .toolbar__search .form-control {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    top: -5px;
    left: -9px;
    opacity: 0;
}

.toolbar--v5 .dropdown-menu {
    top: 44px;
    right: auto;
    left: 0;
}

@media (max-width:991px) {
    .toolbar--v5 .dropdown-menu {
        top: 43px;
    }
}

@media (max-width:767px) {
    .toolbar--v5 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
        margin: 0;
    }

        .toolbar--v5 .toolbar__lang, .toolbar--v5 .toolbar__search {
            display: none;
        }

        .toolbar--v5 .dropdown-menu {
            top: 60px;
        }

    .toolbar--v6 {
        width: 120px;
    }
}

.toolbar--v6 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

    .toolbar--v6 .toolbar__lang-btn {
        color: #fff;
    }

    .toolbar--v6 .toolbar__search.active .form-control, .toolbar--v6 .toolbar__search:hover .form-control {
        border-color: #e1e1e1;
        padding-left: 35px;
        opacity: 1;
    }

    .toolbar--v6 .toolbar__search .form-control {
        background: 0 0;
        border-radius: 20px;
        border: 1px solid #fff;
        color: #fff;
        position: absolute;
        top: -5px;
        left: -10px;
        opacity: 0;
    }

@media (max-width:767px) {
    .toolbar--v6 .toolbar__search .form-control {
        background: #fff;
        width: 200px;
        color: #626262;
    }
}

.nav--v3, .nav__sub {
    background: #a3000e;
}

.toolbar--v6 .toolbar__search-btn {
    color: #fff;
}

@media (max-width:767px) {
    .toolbar--v6 .toolbar__search.active .toolbar__search-btn {
        color: #626262;
    }
}

.toolbar--v6 .dropdown-menu {
    right: auto;
    left: 0;
    top: 65px;
}

.nav {
    font-family: Cambay,sans-serif;
}

.nav__link {
    position: relative;
    display: block;
    overflow: visible;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .94118em;
    line-height: 1.75004em;
    margin: 0;
}

    .nav__item.opened > .nav__link, .nav__link.active {
        color: #ef5350;
        text-decoration: none;
    }

@media (min-width:1200px) {
    .nav__item:hover > .nav__link, .nav__link:hover {
        color: #ef5350;
        text-decoration: none;
    }
}

.nav__item--lvl-1 > .nav__link {
    padding: 0 8px;
    font-weight: 600;
    color: #fff;
}

.nav__item--lvl-sub > .nav__link {
    color: #fff;
    padding: 6px 0 9px 0;
    margin: 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #c73340;
}

    .nav__item--lvl-sub > .nav__link:after {
        right: 2px;
    }

    .nav__item--lvl-sub > .nav__link.active {
        color: #ef5350;
        padding-left: 5px;
    }

@media (min-width:1200px) {
    .nav__item--lvl-sub > .nav__link:hover {
        color: #ef5350;
        padding-left: 5px;
    }
}

.nav__item--title > .nav__link {
    font-weight: 600;
    color: #b4b4b4;
    font-size: 15px;
}

.nav__item--group > .nav__link {
    padding: 3px 0;
    margin: 0;
    color: #b4b4b4;
    font-size: 15px;
}

@media (min-width:1200px) {
    .nav__sub--left .has-children .nav__link {
        padding-left: 20px;
    }

        .nav__sub--left .has-children .nav__link:after {
            -webkit-transform: rotate(180deg) !important;
            -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
            margin-right: 7px;
            margin-left: 0;
            left: 0;
            right: auto;
        }

        .nav__sub--left .has-children .nav__link:hover {
            padding-left: 25px;
        }
}

.nav__item {
    position: relative;
    padding: 5px 0;
}

.nav__item--lvl-1 {
    float: left;
    margin-right: 15px;
}

    .nav__item--lvl-1.has-children.opened > .nav__link:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

@media (min-width:1200px) {
    .nav--v1 .nav__item--lvl-1.has-children:hover > .nav__link:after, .nav--v2 .nav__item--lvl-1.has-children:hover > .nav__link:after, .nav--v6 .nav__item--lvl-1.has-children:hover > .nav__link:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.nav__item--lvl-sub:last-of-type > a {
    border-bottom: none;
}

.nav__item--mega {
    position: static !important;
}

.nav .has-children {
    position: relative;
}

    .nav .has-children > .nav__link:after {
        font-size: .6em;
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        color: inherit;
        margin: 0 0 0 7px;
        position: absolute;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

.rtl .nav .has-children > .nav__link:after {
    margin-right: 7px;
    margin-left: 0;
    right: auto;
}

.nav__sub {
    position: absolute;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: default;
    display: block;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 230px;
    right: auto;
    left: 0;
    top: 100%;
    z-index: 25;
}

.is-selected > .nav__sub, .nav__item.opened > .nav__sub, .open .nav__sub {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.nav__sub:after, .nav__sub:before {
    content: " ";
    display: table;
}

.nav__sub--col-2 {
    width: 580px;
}

.nav__sub--col-3 {
    width: 780px;
}

.nav__item--mega > .nav__sub {
    left: 0;
    right: 0;
    width: auto;
    margin-top: -10px;
}

@media (max-width:767px) {
    .nav__item {
        padding: 0;
    }

    .nav__item--mega > .nav__sub {
        margin-top: 0;
    }
}

@media (min-width:768px) {
    .nav__sub--left {
        left: auto;
        right: 0;
    }

    .nav__sub--right {
        left: 0;
        right: auto;
    }
}

.nav__sub--lvl-1 {
    left: 100%;
    top: 0;
}

    .nav__sub--lvl-1.is-hidden {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

@media (min-width:768px) {
    .nav__sub--lvl-1.nav__sub--left {
        right: 100%;
        left: auto;
    }
}

.nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__subtitle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #cfcfcf;
    padding: 0 0 14px;
    margin-bottom: 15px;
    display: block;
}

    .nav__subtitle:hover {
        text-decoration: none;
        color: #ef5350;
    }

.nav__subtitle--nobd {
    border-bottom: none;
    margin-bottom: 0;
}

.nav__group {
    float: left;
    width: 200px;
    color: #fff;
    margin-left: 60px;
    padding: 12px 0 50px;
}

.nav__group--event-item {
    width: 260px;
}

@media (max-width:1199px) {
    .nav__group {
        width: 50%;
        margin: 0;
        padding: 50px;
    }

        .nav__group:nth-child(3n) {
            clear: both;
        }
}

@media (max-width:767px) {
    .nav__group {
        padding: 15px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

.nav__event-preview {
    position: relative;
    margin: 0;
    display: block;
}

.nav__event-preview--second {
    margin-top: 25px;
}

.nav__event-hover {
    display: none;
}

.nav__event-title {
    color: #fff;
    margin-top: 10px;
}

.nav__event-subtitle {
    color: #b4b4b4;
    font-size: 15px;
    margin-top: 0;
}

.nav__event-date {
    color: #b4b4b4;
    font-size: .82353em;
    line-height: 2.00005em;
    margin: -9px 0 0;
    display: block;
}

@media (max-width:767px) {
    .nav {
        position: absolute;
        top: 60px;
        right: -15px;
        left: -15px;
        z-index: 30;
        background: #a3000e;
        min-height: 100%;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        margin: 0;
    }

        .nav .has-children > .nav__link:after, .nav__sub, .nav__sub--lvl-1 {
            position: relative;
        }

        .nav.opened {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .rtl .nav {
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
    }

        .rtl .nav.opened {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .nav__sub--lvl-1 {
        left: 0;
    }

    .nav__item--lvl-1 > .nav__link {
        font-size: 1.1em;
        line-height: 1.27276em;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

        .nav__item--lvl-1 > .nav__link:after {
            top: -3px;
        }

    .nav__item--lvl-sub > .nav__link {
        font-size: 1em;
        line-height: 1.6471em;
        margin: 0;
        color: #fff2f2;
        text-transform: none;
        border-bottom: none;
        font-weight: 400;
        text-align: center;
    }

    .nav__item--lvl-sub .nav__item--lvl-sub > .nav__link {
        font-size: .88235em;
        line-height: 1.86671em;
        margin: 0;
        color: #fff;
        padding: 5px 0;
    }

    .nav .has-children.opened > .nav__link:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav__item--mega.opened {
        width: auto;
    }

    .nav__item--lvl-1 {
        border-bottom: 1px solid #c73340;
        float: none;
        width: 220px;
        margin: 0 auto;
    }

    .nav__item--lvl-2, .nav__item--lvl-3 {
        margin: 0;
    }
}

.nav--v2 .nav__item--lvl-1 {
    padding: 40px 0;
}

@media (min-width:768px) {
    .nav--v2 .nav__item--lvl-1:last-of-type {
        margin-right: 0;
    }
}

@media (max-width:1199px) {
    .nav--v2 .nav__item--lvl-1 {
        padding: 0;
    }
}

.nav--v2 .nav__item--lvl-1 > .nav__link {
    color: #222;
}

@media (max-width:767px) {
    .nav--v2 .nav__item--lvl-1 > .nav__link {
        color: #fff;
    }
}

.nav--v3 {
    width: 100%;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 30;
    min-height: 100%;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: .3s;
    transition: .3s;
}

    .nav--v3.opened {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .nav--v3 .nav__sub {
        position: relative;
        margin-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.nav--filter .nav__item, .social__item {
    display: inline-block;
}

.nav--v3 .nav__sub--lvl-1 {
    position: relative;
    left: 0;
}

.nav--v3 .nav__item--lvl-1 > .nav__link {
    font-size: 1.29412em;
    line-height: 1.27276em;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

    .nav--v3 .nav__item--lvl-1 > .nav__link:after {
        top: -3px;
    }

@media (min-width:1200px) {
    .nav--v3 .nav__item--lvl-1 > .nav__link {
        padding: .7em 0 0;
    }
}

.nav--v3 .nav__item--lvl-sub > .nav__link {
    font-size: 1em;
    line-height: 1.6471em;
    margin: 0;
    color: #8c8c8c;
    text-transform: none;
    border-bottom: none;
    font-weight: 400;
    text-align: center;
    padding: .2em 0;
}

    .nav--v3 .nav__item--lvl-sub > .nav__link.active {
        color: #ef5350;
    }

.nav--v3 .nav__item--lvl-sub .nav__item--lvl-sub > .nav__link {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
    color: #fff;
    padding: 0;
}

    .nav--v3 .nav__item--lvl-sub .nav__item--lvl-sub > .nav__link.active {
        color: #ef5350;
    }

.nav--v3 .has-children > .nav__link:after {
    position: relative;
}

.nav--v3 .has-children.opened > .nav__link:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav--v3 .nav__item--mega.opened {
    width: auto;
}

.nav--v3 .nav__item--lvl-1 {
    border-bottom: 1px solid #454545;
    float: none;
    width: 220px;
    margin: 0 auto;
}

.nav--v3 .nav__item--lvl-2, .nav--v3 .nav__item--lvl-3 {
    margin: 0;
}

.nav--v4 {
    top: 0;
    padding-top: 100px;
}

@media (max-width:767px) {
    .nav--v4 {
        padding-top: 50px;
    }
}

.nav--v4 + .main--subpage {
    padding-top: 70px;
}

@media (max-width:767px) {
    .nav--v4 + .main--subpage {
        padding-top: 50px;
    }
}

.nav--v5 {
    top: 0;
    width: 330px;
    margin-left: 0;
    padding: 70px 15px;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
}

    .nav--v5.opened {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .nav--v5 .nav__item--lvl-1 {
        width: auto;
    }

    .nav--v5 .nav__item .nav__mega {
        padding-bottom: 15px;
    }

    .nav--v5 .nav__item--lvl-1 > .nav__link {
        font-size: 17px;
        text-align: left;
    }

    .nav--v5 .nav__item--lvl-sub > .nav__link {
        text-align: left;
    }

    .nav--v5 .nav__sub {
        margin-left: 15px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.filters, .social__panel {
    -webkit-box-pack: justify;
}

.nav--v5 .nav__group {
    margin-left: 0;
    padding-bottom: 0;
}

.nav--v6 .nav__item--lvl-1 {
    padding: 35px 0;
}

@media (max-width:1199px) {
    .nav--v6 .nav__item--lvl-1 {
        padding: 0;
    }
}

.nav--v6 .nav__item--lvl-sub:last-of-type > a {
    border-bottom: none;
}

.nav--v6 .nav__event-title {
    color: #626262;
}

@media (min-width:768px) {
    .nav--v6 .nav__sub {
        background: #f5f5f5;
    }

    .nav--v6 .nav__item--mega > .nav__sub {
        left: 0;
        right: 0;
        margin-top: -10px;
    }

    .nav--v6 .nav__item--lvl-1:last-of-type {
        margin-right: 0;
    }

    .nav--v6 .nav__item--lvl-1 > .nav__link, .nav--v6 .nav__subtitle {
        color: #222;
    }

    .nav--v6 .nav__item--lvl-sub > .nav__link {
        color: #626262;
        border-bottom: 1px solid #e6e6e6;
    }
}

.nav--filter .nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav--filter .nav__link {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0 15px 0 0;
    padding: 0;
    color: #626262;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}

    .nav--filter .nav__link.active {
        font-weight: 700;
        border-bottom: 2px solid #ef5350;
    }

@media (min-width:1200px) {
    .nav--v1 .has-children:hover > .nav__sub, .nav--v1 .nav__item:hover > .nav__sub, .nav--v2 .has-children:hover > .nav__sub, .nav--v2 .nav__item:hover > .nav__sub, .nav--v6 .has-children:hover > .nav__sub, .nav--v6 .nav__item:hover > .nav__sub {
        opacity: 1;
        height: auto;
        overflow: visible;
        pointer-events: auto;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@media (min-width:480px) {
    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.social__item {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    vertical-align: middle;
    line-height: 44px;
    text-align: center;
    color: #b4b4b4;
    border: 1px solid #b4b4b4;
    font-size: 1.47059em;
    padding-left: 2px;
}

@media (max-width:767px) {
    .nav--v6 {
        top: 53px;
    }

    .social__item {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        vertical-align: middle;
        line-height: 30px;
        text-align: center;
        font-size: 1em;
    }

    .social--right {
        text-align: center;
        width: 100%;
    }
}

.social__panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

.social__panel--brand {
    background: #ef5350;
}

.social__link {
    font-size: 1.47059em;
    color: #b4b4b4;
    display: inline-block;
}

.social__panel--brand .social__link {
    color: #fff;
}

.social--right .social__item {
    margin-left: 20px;
}

@media (max-width:767px) {
    .social--right .social__item {
        margin: 0 10px;
    }
}

.social--left .social__item {
    margin-right: 20px;
}

.social--center .social__item {
    margin: 0 10px;
}

.social--footer .social__item {
    margin-right: 20px;
}

.social--donate .social__list {
    text-align: right;
    margin-top: 3.2942em;
}

.social--donate .social__item {
    margin-left: 20px;
}

    .social--donate .social__item:first-of-type {
        margin-left: 0;
    }

@media (min-width:768px) and (max-width:991px) {
    .social--donate .social__item {
        margin-left: 9px;
    }
}

@media (max-width:767px) {
    .social--donate .social__list {
        margin-top: 1.6471em;
        text-align: center;
    }

    .social--donate .social__item {
        margin: 0 10px;
    }
}

.social--cause .social__list {
    text-align: center;
    margin-top: .82355em;
}

.social--cause .social__item {
    margin-left: 5px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    vertical-align: middle;
    line-height: 35px;
    text-align: center;
    font-size: 1.17647em;
}

.social--white .social__item {
    color: #fff;
    border-color: #fff;
    margin-left: 10px;
}

.social--share {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

    .social--share .social__item {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        vertical-align: middle;
        line-height: 30px;
        text-align: center;
        font-size: 1em;
        position: absolute;
        border-color: #ef5350;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
        background: #ef5350;
        color: #fff;
    }

.social--join {
    margin-top: 1.6471em;
    color: #fff;
}

@media (max-width:767px) {
    .social--join {
        color: #626262;
        margin-top: 0;
    }

        .social--join .social__item {
            color: #626262;
            border-color: #626262;
            margin-left: 10px;
        }
}

.social h3 + .social__list .social__item {
    margin-top: .82355em;
}

.scrollup {
    padding: 0;
    border: 2px solid #454545;
    border-radius: 5px;
    color: #fff;
    background: #454545;
    height: 40px;
    width: 40px;
    outline: 0;
    position: fixed;
    right: 50%;
    bottom: 120px;
    margin-right: -585px;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 33px;
    z-index: 500;
}

.breadcrumbs__item:last-child a, .breadcrumbs__list > li:last-child a, .breadcrumbs__list > span:last-child a {
    background: 0 0;
}

.scrollup:before {
    font-size: 2em;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    color: inherit;
}

.breadcrumbs ul:after, .breadcrumbs ul:before, .breadcrumbs:after, .breadcrumbs:before, .breadcrumbs__list:after, .breadcrumbs__list:before {
    content: " ";
    display: table;
}

.scrollup.scrollup-show {
    opacity: 1;
    visibility: visible;
}

@media (max-width:1199px) {
    .scrollup {
        margin-right: 0;
        right: 15px;
        bottom: 30px;
    }
}

@media (min-width:768px) {
    .auth--inline {
        width: 290px;
        margin: 0 auto;
    }

    .auth--register {
        width: 460px;
        margin: 0 auto;
    }
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs__list {
    color: transparent;
}

.breadcrumbs a:after, .breadcrumbs__link:after {
    content: "\e080";
    top: -1px;
    font-family: 'Glyphicons Halflings';
    position: relative;
}

.breadcrumbs__list > li {
    display: inline-block;
    padding: 5px 13px 0 0;
}

    .breadcrumbs__list > li:last-child a:after {
        display: none;
    }

.breadcrumbs__list > span {
    display: inline-block;
    padding: 5px 13px 0 0;
}

    .breadcrumbs__list > span:last-child a:after {
        display: none;
    }

    .breadcrumbs__list > span > span {
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 10px;
        padding-bottom: 1px;
    }

.breadcrumbs__item {
    display: inline-block;
    padding: 0px 13px 0 0;
}

    .breadcrumbs__item:last-child a:after {
        display: none;
    }

.breadcrumbs a {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
    color: #fff;
    display: inline-block;
}

    .breadcrumbs a:after {
        display: inline-block;
        font-size: 10px;
        margin: 0 0 0 10px;
    }

.breadcrumbs__link {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
    color: #fff;
    display: inline-block;
}

    .breadcrumbs__link:after {
        display: inline-block;
        font-size: 10px;
        margin: 0 0 0 10px;
    }

.filters, .filters__period {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.breadcrumbs--dark .breadcrumbs__link, .breadcrumbs--dark a {
    color: #626262;
}

.filters {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters__period {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filters__period-label {
    text-transform: uppercase;
    margin: 0 15px;
}

.filters__period-btn {
    padding: 0;
    height: 30px;
}

.filters__period-svg {
    width: 28px;
    height: 26px;
}

.filters__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .filters__search .form-group {
        width: 150px;
        margin-bottom: 0;
        margin-right: 10px;
    }

.rtl .filters__search .form-group {
    margin-right: 0;
    margin-left: 10px;
}

.filters__search-btn:before {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1em;
    content: "";
}

.comment--list .comment__time, blockquote {
    font-style: italic;
}

.filters__view {
    text-align: right;
}

@media (max-width:767px) {
    .filters__search .form-group {
        display: none;
    }

    .filters__search {
        margin-left: 15px;
    }

    .filters__view {
        display: none;
    }
}

.filters__view-btn {
    padding: 0;
    height: 30px;
    margin-left: 10px;
}

.filters__view-svg {
    width: 28px;
    height: 26px;
    fill: #626262;
}

.filters--opened .filters__period {
    width: 100%;
}

.filters--opened .filters__search {
    margin-left: 0;
}

    .filters--opened .filters__search .form-group {
        display: block;
        width: 100%;
        margin-top: .82355em;
        margin-left: 0;
        margin-right: 0;
    }

.filters--opened .filters__search-btn {
    margin-top: .82355em;
    margin-left: auto;
}

.pagination {
    margin: 2.47065em 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:991px) {
    .pagination {
        margin-top: 1.6471em;
    }
}

.pagination__btn {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #626262;
    text-transform: none;
    padding: 3px 10px 5px;
    font-size: 1.11765em;
    line-height: 1.47372em;
    margin: 0;
}

.pagination__btn-svg {
    fill: #626262;
    width: 30px;
    height: 30px;
    margin: -10px 5px;
}

@media (max-width:767px) {
    .pagination__btn-span {
        display: none;
    }
}

.pagination__pages {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pagination__pages li {
        display: inline-block;
        margin: 0 10px;
    }

@media (max-width:767px) {
    .pagination__pages li {
        margin: 0 5px;
    }

    .comment--list .comment__header h6 {
        width: 50%;
    }
}

.pagination__pages .active span, .pagination__pages a {
    display: block;
    padding: 0 10px;
    font-size: 1.11765em;
    line-height: 1.47372em;
    margin: 0;
}

.pagination__pages a {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #626262;
}

.pagination__pages .active span {
    background: #ef5350;
    border-radius: 3px;
    color: #fff;
}

.comment--list .comment__header, .comment--list .comment__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    border-bottom: 1px solid #e6e6e6;
}

blockquote {
    border-left: none;
    font-size: 1em;
    line-height: 1.6471em;
    margin: 1.6471em 0 0 1.5em;
    padding: 0 0 1.6471em 30px;
    position: relative;
}

    blockquote:before {
        content: '\201C';
        font-size: 50px;
        color: #ef5350;
        position: absolute;
        left: 0;
        top: 12px;
        font-weight: 700;
    }

    blockquote.pull-right {
        border-right: none;
        margin: 0 1.5em 0 0;
        padding: 0 30px 0 0;
    }

        blockquote.pull-right:before {
            left: auto;
            right: 0;
        }

.comment__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment--list .comment__header {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.6471em;
}

.comment--list .comment__header-comment .fa {
    margin-right: 15px;
}

.rtl .comment--list .comment__header-comment .fa {
    margin-right: 0;
    margin-left: 15px;
}

.comment--list .comment__children {
    margin: 0 0 0 5em;
    padding: 0;
    list-style: none;
}

.rtl .comment--list .comment__children {
    margin-left: 0;
    margin-right: 5em;
}

@media (max-width:767px) {
    .rtl .comment--list .comment__children {
        margin-right: 2em;
    }
}

.comment--list .comment__item {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment--list .comment__avatar {
    margin-top: 1.6471em;
    width: 70px;
    margin-right: 30px;
}

@media (max-width:767px) {
    .comment--list .comment__avatar {
        width: 40px;
        margin-right: 15px;
    }
}

.rtl .comment--list .comment__avatar {
    margin-right: 0;
    margin-left: 30px;
}

.comment--list .comment__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comment--list .comment__info-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comment--list .comment__info-right {
    margin-top: 1.6471em;
    position: relative;
    top: .5em;
}

@media (max-width:767px) {
    .rtl .comment--list .comment__avatar {
        margin-left: 15px;
    }

    .comment--list .comment__info-right {
        top: 0;
    }
}

.comment--list .comment__body {
    margin-left: 100px;
}

    .comment--list .comment__body > h5 {
        margin-top: 0;
    }

.rtl .comment--list .comment__body {
    margin-left: 0;
    margin-right: 100px;
}

@media (max-width:767px) {
    .comment--list .comment__body {
        margin-left: 0;
    }

    .rtl .comment--list .comment__body {
        margin-right: 0;
    }
}

.comment--sidebar .comment__item {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 1.6471em;
    padding-bottom: 1.6471em;
}

    .comment--sidebar .comment__item:last-of-type {
        border-bottom: none;
    }

.comment--sidebar .comment__body {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
    position: relative;
}

    .comment--sidebar .comment__body:before {
        width: 10px;
        height: 10px;
        position: absolute;
        background: #f5f5f5;
        bottom: -5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: "";
        display: block;
        left: 20px;
    }

.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton, .irs-grid {
    bottom: 0;
}

.comment--sidebar .comment__details, .numberfield {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.comment--sidebar .comment__details {
    display: flex;
    margin-top: .82355em;
}

.comment--sidebar .comment__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    margin-right: 15px;
}

    .comment--sidebar .comment__avatar img {
        width: 100%;
    }

.comment--sidebar .comment__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comment--sidebar .comment__author {
    margin-top: 0;
}

.comment--sidebar .comment__post {
    font-size: .76471em;
    margin: 0;
    line-height: 1.5;
    display: block;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list__item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: .4em;
    padding-top: .4em;
}

    .list__item:last-of-type {
        border-bottom: none;
    }

.list__link:before {
    font-size: .8em;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    color: #a3000e;
    margin: 0 4px;
}

.address--contacts .address__list-body, .address--footer .address__list-body {
    color: #626262;
    font-weight: 400;
}

.address--footer {
    font-size: 1em;
    line-height: 1.6471em;
    margin: 0 0 1.6471em;
}

.rtl .address--footer .address__list-body {
    margin-right: 0;
}

.address--contacts {
    font-size: 1em;
    line-height: 1.6471em;
    margin: 0 0 1.6471em;
}

    .address--contacts .address__list {
        margin-top: 1.6471em;
    }

.errors-page {
    text-align: center;
    padding-bottom: 3.2942em;
}

.errors-page__title {
    font-size: 1.76471em;
    line-height: 1.86671em;
    margin: 1.86671em 0 0;
    font-weight: 200;
    text-transform: uppercase;
}

.errors-page__wrap {
    position: relative;
    display: inline-block;
}

.errors-page__type {
    font-size: 9.41176em;
    line-height: 1.05003em;
    margin: 0;
    font-weight: 200;
}

    .errors-page__type span {
        color: #ef5350;
    }

.errors-page__label {
    text-transform: uppercase;
    background: #fff;
    position: absolute;
    top: 60px;
    padding: 0 5px;
    left: -20px;
    font-weight: 600;
}

.errors-page__nav {
    margin-top: 3.2942em;
}

    .errors-page__nav a {
        margin: 0 15px;
    }

.numberfield__label, .raiting__stars {
    margin-right: 15px;
}

.errors-page__social {
    margin-top: 1.6471em;
}

.numberfield {
    display: flex;
}

@media (max-width:767px) {
    .numberfield {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.numberfield__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.raiting__label, .raiting__stars {
    display: inline-block;
}

.numberfield__btn {
    border: none;
    background: 0 0;
    outline: 0;
    width: 30px;
}

    .numberfield__btn.disabled, .numberfield__btn:disabled {
        cursor: not-allowed;
        opacity: .8;
        background: #f5f5f5;
    }

.numberfield__in {
    border: none;
    outline: 0;
    width: 40px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.raiting__stars .fa {
    color: #ef5350;
    margin-right: 3px;
}

.raiting--form {
    margin-top: .82355em;
}

    .raiting--form .raiting__label {
        font-weight: 600;
        margin-right: 30px;
        margin-top: 0;
    }

    .raiting--form .raiting__stars .fa, .rtl .post--grid .post__more, .rtl .post--list .post__more {
        margin-right: 15px;
    }

.tab--media .tab-pane {
    margin-top: 1.6471em;
}

.tab--media .tab__expander {
    display: none;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
}

.hr, .tab--media .tab__nav {
    border-top: 1px solid #e6e6e6;
}

@media (max-width:1199px) {
    .tab--media .tab__expander {
        display: block;
        position: absolute;
        right: 0;
        border-left: 1px solid #e6e6e6;
        background: #fff;
        height: 100%;
        padding: 0 10px;
    }

        .tab--media .tab__expander:before {
            font-family: themify;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            font-size: 2em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
        }
}

.tab--media .tab__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    margin: 2.47065em 0 0;
    padding: 0;
    list-style: none;
}

@media (max-width:767px) {
    .tab--media .tab__nav {
        padding-right: 50px;
    }
}

.tab--media .tab__item {
    border-left: 1px solid #e6e6e6;
    width: 150px;
}

    .tab--media .tab__item:first-child {
        border-left: none;
    }

    .tab--media .tab__item.active, .tab--media .tab__item:hover {
        background: #ef5350;
    }

.tab--media .tab__item--social {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 15px;
}

    .tab--media .tab__item--social:hover {
        background: 0 0;
    }

@media (max-width:1199px) {
    .tab--media .tab__item:nth-of-type(3) {
        display: none;
    }
}

@media (max-width:767px) {
    .tab--media .tab__item {
        width: 50%;
    }

        .tab--media .tab__item:nth-of-type(n+3) {
            display: none;
        }
}

.tab--media .tab__link {
    padding: 15px 10px;
    display: block;
}

.tab--media .tab__soundcloud, .tab--media .tab__vimeo, .tab--media .tab__youtube {
    padding: 0 0 0 50px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

.tab--media .tab__svg {
    fill: #626262;
    width: 30px;
    height: 30px;
}

.tab--media .tab__item.active .tab__svg, .tab--media .tab__item:hover .tab__svg {
    fill: #fff;
}

.tab--media .tab__title {
    display: block;
}

.tab--media .tab__item.active .tab__title, .tab--media .tab__item:hover .tab__title {
    color: #fff;
}

.tab--media .tab__youtube {
    background: url(../img/logo-youtube.html) 5px 3px no-repeat;
}

.tab--media .tab__vimeo {
    background: url(../img/logo-vimeo.html) 15px 3px no-repeat;
}

.tab--media .tab__soundcloud {
    background: url(../img/logo-soundcloud.html) 0 3px no-repeat;
}

.tab--expanded .tab__nav {
    padding-right: 0;
}

.tab--expanded .tab__expander {
    display: none;
}

.irs-hidden-input, .tab--expanded .tab__item {
    display: block !important;
}

@media (max-width:1199px) {
    .tab--expanded .tab__item {
        width: 25%;
        border-bottom: 1px solid #e6e6e6;
    }
}

@media (max-width:767px) {
    .tab--expanded .tab__item {
        width: 50%;
        border-right: 1px solid #e6e6e6;
        margin-left: -1px;
    }

        .tab--expanded .tab__item:first-of-type {
            border-left: 1px solid #e6e6e6;
        }

    .collapser {
        padding-bottom: 0 !important;
    }
}

.collapser:after, .collapser:before {
    content: " ";
    display: table;
}

@media (max-width:767px) {
    .collapser__header {
        padding-bottom: .32942em;
        padding-top: .32942em;
    }

    .collapser__title {
        text-align: center;
        margin-top: 0;
    }

        .collapser__title:after {
            font-family: themify;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            font-size: .7em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            margin-left: 10px;
        }

    .collapser__content {
        display: block !important;
    }
}

.collapser--event-details {
    padding-bottom: 1.6471em;
    padding-left: 30px;
    padding-right: 30px;
    background: #ef5350;
}

    .collapser--event-details .collapser__title {
        text-transform: uppercase;
        color: #fff;
    }

    .collapser--event-details .collapser__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.collapser--event-schedule {
    margin-top: 1.6471em;
    width: 100%;
}

@media (max-width:1199px) {
    .tab--expanded .tab__item--social {
        border-left: none;
        border-bottom: none;
        border-right: none;
    }

    .collapser--event-schedule {
        width: 100%;
    }
}

@media (max-width:767px) {
    .collapser--event-details {
        padding-left: 15px;
        padding-right: 15px;
    }

        .collapser--event-details .collapser__content {
            padding-bottom: 1.6471em;
        }

    .collapser--event-schedule {
        margin-top: 0;
    }
}

.collapser--event-schedule .collapser__header {
    background: #e2e2e2;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .collapser--event-details .collapser__title {
        font-size: 1.41176em;
    }

    .collapser--event-schedule .collapser__header {
        padding: 10px 15px;
    }
}

.collapser--event-schedule .collapser__title {
    margin-top: 0;
    font-weight: 900;
}

@media (max-width:767px) {
    .collapser--expanded .collapser__title:after {
        font-family: themify;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        font-size: .7em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }

    .collapser--expanded .collapser__content {
        display: block !important;
    }
}

.ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

    .ul li {
        padding-left: 25px;
        position: relative;
    }

        .ul li:before {
            font-size: .6em;
            display: inline-block;
            font-family: FontAwesome;
            content: "";
            color: #ef5350;
            left: 0;
            position: absolute;
            top: 7px;
        }

.irs, .irs-line {
    position: relative;
}

.ul--disk li:before {
    content: "\f111";
}

.ul--check li:before {
    content: "\f00c";
}

.ul--rounded-check li:before {
    content: "\f05d";
}

.ul--arrow li:before {
    content: "\f105";
}

.ul--star li:before {
    content: "\f006";
}

.ul--x li:before {
    content: "\f00d";
}

.ul--ordered {
    list-style-type: decimal;
    margin-left: 22px;
}

    .ul--ordered li {
        padding-left: 5px;
    }

        .ul--ordered li:before {
            content: " ";
            display: none;
        }

.irs, .irs-bar, .irs-bar-edge, .irs-line {
    display: block;
}

.hr {
    margin-top: 1.6471em;
    margin-bottom: 0;
}

.hr--solid {
    border-top: 1px solid grey;
}

.hr--solid-light {
    border-top: 1px solid #d0d0d0;
}

.hr--dotted {
    border-top: 1px dotted #d0d0d0;
}

.hr--dashed {
    border-top: 1px dashed #222;
}

.no-content {
    background: #fff;
    text-align: center;
    padding-bottom: 2.47065em;
    padding-top: 2.47065em;
}

.no-content__title {
    font-weight: 400;
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    overflow: hidden;
    outline: 0 !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar, .irs-shadow {
    position: absolute;
    width: 0;
    left: 0;
}

.irs-bar-edge {
    position: absolute;
    left: 0;
}

.irs-shadow {
    display: none;
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-slider, .irs-to {
    display: block;
    position: absolute;
    cursor: default;
}

.irs-slider {
    z-index: 1;
}

    .irs-slider.type_last {
        z-index: 2;
    }

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from, .irs-single, .irs-to {
    top: 0;
    left: 0;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: 0 0;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: .4;
}

.irs-hidden-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 35px;
}

.irs-with-grid {
    height: 60px;
}

.irs-line {
    height: 3px;
    top: 25px;
    background: #b4b4b4;
    border-radius: 3px;
}

.irs-line-left {
    height: 12px;
    background-position: 0 -30px;
}

.irs-line-mid {
    height: 12px;
    background-position: 0 0;
}

.irs-line-right {
    height: 12px;
    background-position: 100% -30px;
}

.irs-bar {
    height: 3px;
    top: 25px;
    background: #ef5350;
}

.irs-bar-edge {
    top: 25px;
    height: 12px;
    width: 9px;
    background-position: 0 -90px;
}

.irs-shadow {
    height: 3px;
    top: 34px;
    background: #000;
    opacity: .25;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 12px;
    height: 12px;
    top: 20px;
    background: #ef5350;
    border-radius: 20px;
}

    .irs-slider:after {
        display: block;
        content: ' ';
        width: 4px;
        height: 4px;
        background: #fff;
        margin: 4px 0 0 4px;
        border-radius: 4px;
    }

    .irs-slider.from {
        margin-left: 0;
    }

    .irs-slider.to {
        margin-left: 1px;
    }

.irs-max, .irs-min {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: #e1e4e9;
    border-radius: 4px;
}

.irs-from, .irs-single, .irs-to {
    color: #626262;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-top: -21px;
}

@media (max-width:767px) {
    .irs-from, .irs-single, .irs-to {
        padding: 5px 10px;
    }
}

.irs-from:after, .irs-single:after, .irs-to:after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    position: absolute;
    background: #fff;
    bottom: -5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    display: block;
    left: 50%;
    margin-left: -3px;
}

.irs-grid-pol {
    background: #e1e4e9;
}

.irs-grid-text {
    color: #999;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 50px 50px 40px;
    margin-top: 0;
    width: 278px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
}

    .daterangepicker.dropup {
        margin-top: -5px;
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.dropdown-menu {
        height: auto;
        max-width: none;
        z-index: 3000;
        overflow: visible;
        opacity: 1;
        pointer-events: auto;
        display: none;
    }

    .daterangepicker.single .calendar, .daterangepicker.single .ranges {
        float: none;
    }

    .daterangepicker .calendar {
        display: none;
        margin-top: 0;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar.single .calendar-table {
        border: none;
    }

    .daterangepicker .calendar td, .daterangepicker .calendar th {
        white-space: nowrap;
        text-align: center;
        min-width: 40px;
    }

@media (max-width:767px) {
    .daterangepicker {
        padding: 15px;
        width: auto;
    }

        .daterangepicker .calendar td, .daterangepicker .calendar th {
            min-width: 30px;
        }
}

.daterangepicker .calendar-table {
    padding: 4px;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker thead {
    border-bottom: 1px solid #cfcfcf;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width:767px) {
    .daterangepicker td, .daterangepicker th {
        width: 30px;
        height: 30px;
    }
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    color: #999;
    background: #fff;
}

.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee;
}

.daterangepicker td.in-range {
    background: #ebf4f8;
    border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: #3071a9;
    color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select {
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #cfcfcf;
}

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
        width: 70px;
        margin-bottom: 0;
        color: #626262;
        margin-left: 10px;
    }

@media (max-width:767px) {
    .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
        width: 55px;
        margin-left: 0;
    }
}

.daterangepicker select.ampmselect {
    margin-left: 15px;
}

@media (max-width:767px) {
    .daterangepicker select.ampmselect {
        margin-left: 8px;
    }
}

.daterangepicker th.month {
    width: auto;
    font-size: 20px;
    color: #ef5350;
    font-weight: 600;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 5px;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .daterangepicker_input .fa-calendar, .daterangepicker .daterangepicker_input .input-mini {
    display: none;
}

.daterangepicker .input-mini.active {
    border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

    .daterangepicker .daterangepicker_input i {
        position: absolute;
        left: 8px;
        top: 8px;
        font-size: 20px;
        color: #626262;
    }

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
    color: #fff;
}

    .daterangepicker .calendar-time select.disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.daterangepicker .ranges {
    display: none;
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .daterangepicker .ranges li {
        font-size: 13px;
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
        color: #08c;
        padding: 3px 12px;
        margin-bottom: 8px;
        border-radius: 5px;
        cursor: pointer;
    }

        .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
            background: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

@media (min-width:564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker .calendar.left .calendar-table {
            border-right: none;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .daterangepicker .calendar.right .calendar-table {
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .daterangepicker .calendar.left {
            clear: left;
            margin-right: 60px;
        }
}

@media (min-width:564px) and (max-width:1199px) {
    .daterangepicker .calendar.left {
        margin-right: 0;
    }
}

@media (min-width:564px) and (max-width:767px) {
    .daterangepicker .calendar {
        margin: 0 auto !important;
        width: 300px !important;
        float: none !important;
    }
}

@media (min-width:564px) {
    .daterangepicker .calendar, .daterangepicker .ranges, .daterangepicker.single .calendar, .daterangepicker.single .ranges {
        float: left;
    }

        .daterangepicker.single .calendar.left {
            clear: none;
            margin-right: 0;
        }

        .daterangepicker .calendar.right {
            margin-left: 0;
        }

        .daterangepicker .calendar.left .calendar-table, .daterangepicker .left .daterangepicker_input {
            padding-right: 12px;
        }
}

@media (min-width:730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }

    .daterangepicker .calendar.left {
        clear: none;
    }
}

.fc-clear, .gallery--grid .gallery__info:after, .member--list .member__list:after, .nextevent--counttimer:after, .post--main .post__details:after, .post--main .post__item:after, .post--preview .post__list:after, .post--recent .post__item:after, .sermon--grid .sermon__info:after, .sermon--grid .sermon__links:after, .sermon--list .sermon__info:after, .sermon--list .sermon__item:after, .sermon--list .sermon__links:after, .sermon--sidebar .sermon__details:after, .sermon__item:after, .slider--wide .slider__caption:after {
    clear: both;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 44px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

.site__panel .select2-container .select2-selection--single {
    font-size: 13px;
    text-transform: none;
    background: 0 0;
    position: relative;
    display: block;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 28px;
}

    .site__panel .select2-container .select2-selection--single:hover {
        color: #fff;
    }

    .site__panel .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 5px;
        line-height: 28px;
        color: #fff;
    }

    .site__panel .select2-container .select2-selection--single .select2-selection__arrow {
        border-left: 1px solid #fff;
        height: 26px;
        top: 0;
    }

        .site__panel .select2-container .select2-selection--single .select2-selection__arrow b:before {
            font-size: 13px;
            color: #fff;
            padding-top: 3px;
        }

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline-block;
        overflow: hidden;
        padding-left: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.select2-container .select2-search--inline {
    float: left;
}

    .select2-container .select2-search--inline .select2-search__field {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: #e6e6e6;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
    padding: 0;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 0 20px 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option:before {
        content: ' ';
        display: block;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .select2-results__option:first-child:before, .select2-results__option:last-child:after {
        border-bottom: 1px solid transparent;
    }

    .select2-results__option:first-child {
        margin-top: 0;
    }

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: none;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--classic .select2-results > .select2-results__options, .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.js-in-select {
    opacity: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 3px;
    background: #f5e2b2;
}

.widget--panel .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    height: 30px;
}

.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #e95b35;
}

.has-success .select2-container--default .select2-selection--single {
    border: 1px solid green;
}

.select2-container--default .select2-selection--single:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 44px;
}

.widget--panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #626262;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
}

.widget--panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    color: #626262;
    padding: 7px 0 0 11px;
    text-align: left;
}

.fc-icon, body .fc {
    font-size: 1em;
}

.widget--panel .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    padding-top: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: "\f0d8";
    padding: 4px 0 0 11px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #626262;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected]:before, .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ef5350;
    color: #fff;
    padding-bottom: 10px;
    -webkit-transition: background .3s;
    transition: background .3s;
    padding-top: 10px;
}

.select2-container--default .select2-results__option--highlighted + .select2-results__option:before {
    border-bottom: 1px solid transparent;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border-radius: 0;
    outline: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.has-error .select2-container--classic .select2-selection--single {
    border: 1px solid #e95b35;
}

.has-success .select2-container--classic .select2-selection--single {
    border: 1px solid green;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #626262;
    line-height: 38px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #626262;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #cfcfcf;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 36px;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));
    background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #cfcfcf;
    border-radius: 0;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #ef5350;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none;
    }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.fc-bgevent, .fc-highlight {
    opacity: .3;
    filter: alpha(opacity=30);
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #ef5350;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #cfcfcf;
        border-radius: 0;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #ef5350;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #cfcfcf;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #ef5350;
    color: #fff;
}

    .select2-container--classic .select2-results__option--highlighted[aria-selected]:after {
        display: none;
    }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.fc-button-group, .fc-icon {
    display: inline-block;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #ef5350;
}

.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

.fc th, .fc-basic-view .fc-week-number, .fc-icon, .fc-toolbar {
    text-align: center;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    border-color: #ddd;
    background-color: #fff;
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
        background: #eee;
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666;
        }

.fc-unthemed .fc-today {
    background: #fcf8e3;
}

.fc-highlight {
    background: #bce8f1;
}

.fc-bgevent {
    background: #8fdf82;
}

.fc-nonbusiness {
    background: #d7d7d7;
}

.fc-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    font-family: "Courier New",Courier,monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fc-icon:after {
        position: relative;
        margin: 0 -1em;
    }

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: 3%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: -3%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}

.fc button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
}

    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0;
    }

.fc-state-default {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e6e6));
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle;
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color: #333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.fc-state-active, .fc-state-down {
    background-color: #ccc;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close {
    cursor: pointer;
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px;
}

    .fc .fc-button-group > * > :first-child {
        margin-left: 0;
    }

.fc-popover {
    position: absolute;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.15);
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

    .fc-popover .fc-header {
        padding: 2px 4px;
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px;
        }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float: right;
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px;
    }

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
}

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0;
}

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
    height: 100%;
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-event, .fc-event .fc-content, .fc-row, .fc-scroller > * {
    position: relative;
}

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.fc-event, a.fc-more {
    font-size: .85em;
    text-decoration: none;
}

.fc th {
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 0;
}

.fc td {
    padding: 0;
}

    .fc td.fc-today {
        border-style: double;
    }

.fc .fc-row {
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
}

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
    border-color: transparent;
}

.fc-row .fc-bg {
    z-index: 1;
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2;
}

.fc-row .fc-highlight-skeleton {
    z-index: 3;
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
    z-index: 5;
}

    .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
        background: 0 0;
        border-color: transparent;
        border-bottom: 0;
    }

    .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
        border-top: 0;
    }

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden;
}

    .fc-scroller > * {
        width: 100%;
        overflow: hidden;
    }

.fc-event {
    display: block;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #ef5350;
    font-weight: 400;
    color: #ef5350;
}

    .fc-event:hover {
        color: #ef5350;
        text-decoration: none;
    }

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed;
}

.fc-event .fc-bg {
    z-index: 1;
    background: #ff6014;
    opacity: .25;
    filter: alpha(opacity=25);
}

.fc-event .fc-content {
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer:before {
    right: auto;
    cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer:before {
    left: auto;
    cursor: e-resize;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px;
}

    .fc-day-grid-event .fc-content {
        white-space: nowrap;
        overflow: hidden;
    }

    .fc-day-grid-event .fc-time {
        font-weight: 700;
    }

    .fc-day-grid-event .fc-resizer {
        left: -3px;
        right: -3px;
        width: 7px;
    }

a.fc-more {
    margin: 1px 3px;
    cursor: pointer;
}

    a.fc-more:hover {
        text-decoration: underline;
    }

.faq__close:focus, .faq__close:hover, .faq__expander:before, .faq__expander:focus, .faq__expander:hover {
    text-decoration: none;
}

.fc-limited {
    display: none;
}

.fc-day-grid .fc-row {
    z-index: 1;
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

    .fc-more-popover .fc-event-container {
        padding: 10px;
    }

.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}

.fc-toolbar {
    margin-bottom: 1em;
}

    .fc-toolbar .fc-left {
        float: left;
    }

    .fc-toolbar .fc-right {
        float: right;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
    }

.fc .fc-toolbar > * > * {
    float: left;
}

.fc-toolbar h2 {
    margin: 0;
    font-size: 23px;
    text-transform: uppercase;
}

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
}

.fc-row.fc-rigid {
    overflow: hidden;
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 0 2px;
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc-day-number.fc-other-month {
    opacity: .3;
    filter: alpha(opacity=30);
}

.ministry__gallery-caption, .post--preview .post__details {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em;
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-top: 1px;
            padding-bottom: 1em;
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: 400;
}

.fc-time-grid-container {
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    position: relative;
    z-index: 1;
    min-height: 100%;
}

    .fc-time-grid table {
        border: 0 hidden transparent;
    }

    .fc-time-grid > .fc-bg {
        z-index: 1;
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-content-col {
        position: relative;
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
    }

    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1;
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-highlight-container {
        z-index: 3;
        position: relative;
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4;
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5;
    }

    .fc-time-grid .fc-helper-container {
        position: relative;
        z-index: 6;
    }

    .fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
        position: absolute;
        z-index: 1;
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0;
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }

    .fc-time-grid .fc-slats .ui-widget-content {
        background: 0 0;
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0;
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0;
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-time-grid-event {
    overflow: hidden;
}

    .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
        padding: 0 1px;
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-content {
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
        display: inline-block;
        vertical-align: top;
    }

        .fc-time-grid-event.fc-short .fc-time span, .slider__item {
            display: none;
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start);
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\000A0-\000A0";
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em;
        padding: 0;
    }

    .fc-time-grid-event .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize;
    }

        .fc-time-grid-event .fc-resizer:after {
            content: "=";
        }

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.slider__sidebar-title {
    font-size: 1.76471em;
}

@media (min-width:768px) {
    .slider__wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .slider__wrapper .container {
            position: relative;
        }

    .slider__sidebar {
        position: absolute;
        right: 0;
        width: 30%;
        top: 210px;
    }

    .slider__sidebar-title {
        color: #fff;
    }
}

.slider--wide {
    width: 100%;
    position: relative;
    overflow: hidden;
        background-color: #ff6014;
}

    .slider--wide .slider__item {
        height: 660px;
    }

@media (max-width:767px) {
    .slider--wide .slider__item {
        height: 400px;
    }
}

.slider--wide .slider__item.slick-slide {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slider--wide .slider__caption {
    opacity: 0;
    height: 0;
    overflow: hidden;
    cursor: default;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
    padding-left: 15px;
    padding-right: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 15;
    margin: 0 auto;
}

    .slider--wide .slider__caption:after, .slider--wide .slider__caption:before {
        content: " ";
        display: table;
    }

@media (min-width:480px) {
    .slider--wide .slider__caption {
        width: 480px;
    }
}

@media (min-width:768px) {
    .slider--wide .slider__caption {
        width: 750px;
    }
}

@media (min-width:992px) {
    .slider--wide .slider__caption {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .slider--wide .slider__caption {
        width: 1200px;
    }
}

@media (max-width:1199px) {
    .slider--wide .slider__caption {
        margin: 0 170px;
        padding: 30px 0;
    }
}

@media (max-width:767px) {
    .slider--wide .slider__caption {
        margin: 0 70px;
        text-align: center;
    }
}

.slider--wide .slider__caption--v4, .slider--wide .slider__caption--v6 {
    text-align: center;
}

.slider--wide .slick-active .slider__caption {
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s;
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slider--wide .slider__preview {
    width: 100%;
    position: absolute;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    bottom: 0;
    top: 0;
   
}

.slider--wide .slider__preview-img {
     height: 100%;
    width: auto;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-width: none;

}

.normal-browser .slider--wide .slider__preview--v2 {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    opacity: .5;
}

.normal-browser .slider--wide .slider__item.slick-active .slider__preview--v2 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.normal-browser .slider--wide .slider__preview--v3 {
    opacity: .5;
}

.normal-browser .slider--wide .slider__item.slick-active .slider__preview--v3 {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.normal-browser .slider--wide .slider__preview--v4 {
    opacity: .5;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.normal-browser .slider--wide .slider__item.slick-active .slider__preview--v4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.slider--wide .slider__heading {
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: transform 1s,opacity 1s;
    transition: transform 1s,opacity 1s,-webkit-transform 1s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

.slider--wide .slider__heading--v1 {
    background: #fff;
    color: #ef5350;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 900;
}

.slider--wide .slider__heading--v3 {
    font-style: italic;
    color: #222;
}

.slider--wide .slider__heading--v4 {
    font-family: Cambay,sans-serif;
    font-size: 1.29412em;
    line-height: 1.27276em;
    margin: 1.27276em 0 0;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 5px 10px;
}

.slider--wide .slider__heading--v5 {
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

    .slider--wide .slider__heading--v5:after {
        content: ' ';
        display: block;
        border-top: 3px solid #222;
        width: 55px;
        margin-top: 40px;
    }

@media (max-width:1199px) {
    .slider--wide .slider__preview-img {
        left: -130%;
    }

    .slider--wide .slider__preview-video {
        height: 100%;
    }

    .slider--wide .slider__heading--v5 {
        text-align: center;
    }

        .slider--wide .slider__heading--v5:after {
            margin: 20px auto 0;
        }
}

.slider--wide .slider__heading--v6 {
    font-size: 1.17647em;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 900;
}

    .slider--wide .slider__heading--v6:after {
        content: ' ';
        display: block;
        border-top: 3px solid #fff;
        width: 50px;
        margin: 20px auto 0;
    }

.slider--wide .slick-active .slider__heading {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.slider--wide .slider__title {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}

.slider--wide .slider__title--v1 {
    color: #ff6014;
    margin-top: -250px;
    line-height: 1;
    font-size: 2.2em;
    font-weight: 300;
    text-transform: none;
}

.slider--wide .slider__title--v2 {
    color: #fff;
    margin-top: -150px;
    line-height: 1;
    font-size: 3.9em;
    font-weight: 600;
    width: 50%;
}

@media (max-width:1199px) {
    .slider--wide .slider__title--v2 {
        text-shadow: 1px 1px 45px rgba(0,0,0,.3);
        color: #fff;
    }
}

.slider--wide .slider__title--v3 {
    color: #ff6014;
    font-weight: 200;
    width: 50%;
    margin-top: -200px;
    margin-left: 50px;

}




.slider--wide .slider__subtitle--v1, .slider--wide .slider__title--v5, .slider--wide .slider__title--v6 {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.slider--wide .slider__title--v4 {
    font-size: 7.64706em;
    color: #ef5350;
    font-family: Cambay,sans-serif;
    line-height: 1;
    margin-top: .4em;
}

.slider--wide .slider__title--v5 {
    color: #fff;
    font-size: 2.5em;
    width: 44%;
     text-transform: none;
     float: right;
     margin-top: -3.2em;
}

.slider--wide .slider__title--v6 {
    color: #fff;
    font-size: 3.52941em;
    border: 10px solid #fff;
    padding: 30px;
}

@media (max-width:767px) {
    .slider--wide .slider__title--v6 {
        font-size: 1.16471em !important;
    }
}

@media (max-width:1199px) {
    .slider--wide .slider__title {
        margin-top: 30px;
        font-size: 1.76471em;
        width: auto;
    }
}

.slider--wide .slick-active .slider__title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.slider--wide .slider__subtitle {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    margin-top: 40px;
}

.slider--wide .slider__subtitle--v1 {
    margin-top: 15px;
    color: #ff6014;
    font-size: 3em;
    width: 60%;

}

@media (max-width:1199px) {
    .slider--wide .slider__subtitle--v1 {
        font-size: 1.47059em;
    }

    .slider--wide .slider__subtitle--v2 {
        text-shadow: 1px 1px 40px rgba(0,0,0,.9);
        color: #fff;
    }
}

.slider--wide .slider__subtitle--v2 {
    font-size: 1.17647em;
    width: 40%;
    font-weight: 400;
}

.slider--wide .slider__subtitle--v3 {
    font-size: 1em;
    color: #222;
    width: 50%;
    font-weight: 400;
    margin-top: 0;
}

.slider--wide .slider__subtitle--v4 {
    font-style: italic;
    color: #fff;
    font-weight: 400;
    width: 70%;
    display: inline-block;
    margin-top: .5em;
}

.slider--wide .slider__subtitle--v5 {
    color: #222;
    width: 50%;
    font-weight: 400;
    font-size: 1em;
}

@media (max-width:767px) {
    .slider--wide .slider__subtitle--v4, .slider--wide .slider__subtitle--v5 {
        display: none;
    }
}

.slider--wide .slider__subtitle--v6 {
    color: #fff;
    font-weight: 200;
    font-size: 1.17647em;
    width: 50%;
    display: inline-block;
}

@media (max-width:1199px) {
    .slider--wide .slider__subtitle {
        margin-top: 10px;
        width: auto;
    }
}

.slider--wide .slick-active .slider__subtitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.slider--wide .slider__footer {
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: transform 1s,opacity 1s;
    transition: transform 1s,opacity 1s,-webkit-transform 1s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
    margin-top: 60px;
}

.slider--wide .slider__donate {
    padding: 10px 20px;
    margin-right: 30px;
    font-size: 24px;
    font-size: 1.41176em;
    text-transform: none;
    border-radius: 30px;
}

@media (max-width:1199px) {
    .slider--wide .slider__donate {
        font-size: 1em;
    }
}

.slider--wide .slider__read {
    text-transform: none;
    border-radius: 20px;
}

@media (max-width:767px) {
    .slider--wide .slider__subtitle--v6 {
        display: none;
    }

    .slider--wide .slider__footer {
        margin-top: 30px;
    }

    .slider--wide .slider__donate {
        margin-right: 0;
    }

    .slider--wide .slider__sep {
        display: block;
    }

    .slider--wide .slider__read {
        margin-top: 10px;
    }
}

.slider--wide .slick-active .slider__footer {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.slider--wide .slider__links {
    padding: 10px;
    margin: 0 auto;
    text-transform: none;
    border-radius: 30px;
    background: #ef5350;
    display: inline-block;
}

.slider--wide .slider__link-item {
    line-height: 1;
    display: inline-block;
    margin: 0 10px;
}

.slider--wide .slider__link-svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

@media (max-width:767px) {
    .slider--wide .slider__link-svg {
        width: 20px;
        height: 20px;
    }
}

.slider--wide .slider__watch {
    font-size: .88235em;
    margin-left: 60px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #222;
    display: inline-block;
}

    .slider--wide .slider__watch:before {
        font-size: 2em;
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        color: #fff;
        background: #ef5350;
        border-radius: 50px;
        margin-right: 20px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }

@media (max-width:767px) {
    .slider--wide .slider__watch {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

        .slider--wide .slider__watch:before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 1em;
        }
}

.slider--wide .slider__control--next:before, .slider--wide .slider__control--prev:before {
    font-weight: 400;
    text-transform: none;
    font-size: 2.8em;
    font-family: themify;
    font-style: normal;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider--wide .slider__control {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    vertical-align: middle;
    line-height: 80px;
    text-align: center;
    background: rgba(69,69,69,.7);
    position: absolute;
    top: 50%;
    margin-top: -40px;
    color: #fff;
    border: none;
    display: block;
    outline: 0;
}

.slider--wide .slider__control--prev {
    left: 50px;
}

    .slider--wide .slider__control--prev:before {
        content: "";
    }

.slider--wide .slider__control--next {
    right: 50px;
    z-index: 15;
}

    .slider--wide .slider__control--next:before {
        content: "";
    }

@media (max-width:767px) {
    .slider--wide .slider__control--prev {
        left: 15px;
    }

    .slider--wide .slider__control--next {
        right: 15px;
    }

    .slider--wide .slider__control {
        width: 40px;
        height: 40px;
        margin-top: -100px;
        line-height: 30px;
    }

        .slider--wide .slider__control:before {
            font-size: 1em;
        }
}

.slider--v3 .slider__item {
    height: 740px;
}

.slider--v3 .slider__controls {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    right: 0;
}

@media (max-width:767px) {
    .slider--v3 .slider__item {
        height: 400px;
    }

    .slider--v3 .slider__controls {
        margin-top: -40px;
    }
}

.slider--v3 .slider__control {
    background: #2f2f2f;
    position: absolute;
    color: #fff;
    border: none;
    display: block;
    outline: 0;
    border-radius: 0;
    width: 70px;
    height: 70px;
    line-height: 60px;
}

@media (max-width:767px) {
    .slider--v3 .slider__control {
        width: 40px;
        height: 45px;
        line-height: 30px;
    }

        .slider--v3 .slider__control:before {
            font-size: 1em;
        }
}

.slider--v3 .slider__control--next:before, .slider--v3 .slider__control--prev:before {
    font-size: 25px;
}

.slider--v3 .slider__control--prev {
    right: 0;
    top: 70px;
    left: auto;
    margin-top: 0;
}

@media (max-width:767px) {
    .slider--v3 .slider__control--prev {
        top: 40px;
    }
}

.slider--v3 .slider__control--next {
    margin-top: 0;
    top: 0;
    right: 0;
    z-index: 25;
}

    .slider--v3 .slider__control--next:after {
        border-top: 1px solid #454545;
        display: block;
        content: ' ';
        width: 20px;
        margin-left: 20px;
    }

.slider--v4 .slider__item {
    height: 1010px;
}

@media (max-width:1199px) {
    .slider--v4 .slider__item {
        height: 650px;
    }
}

@media (max-width:767px) {
    .slider--v3 .slider__control--next:after {
        margin-left: 5px;
    }

    .slider--v4 .slider__item {
        height: 450px;
    }
}

@media (max-width:1199px) {
    .slider--v4 .slider__caption {
        margin: 0 50px;
    }
}

@media (max-width:767px) {
    .slider--v4 .slider__caption {
        margin: 0 30px;
    }
}

.slider--v4 .slick-dots {
    bottom: 40px;
    margin-bottom: 0;
}

    .slider--v4 .slick-dots li {
        margin: 0 10px;
    }

        .slider--v4 .slick-dots li button {
            color: #fff;
        }

            .slider--v4 .slick-dots li button:before {
                font-size: 12px;
                display: inline-block;
                font-family: FontAwesome;
                content: "";
                color: inherit;
                opacity: 1;
            }

        .slider--v4 .slick-dots li.slick-active button:before {
            font-size: 16px;
            display: inline-block;
            font-family: FontAwesome;
            content: "";
            color: inherit;
        }

.slider--v5 .slider__item {
    height: 940px;
}

@media (max-width:1199px) {
    .slider--v5 .slider__item {
        height: 650px;
    }

    .slider--v5 .slider__caption {
        margin: 0 50px;
    }
}

@media (max-width:767px) {
    .slider--v4 .slick-dots {
        bottom: 15px;
    }

    .slider--v5 .slider__item {
        height: 400px;
    }

    .slider--v5 .slider__caption {
        margin: 0 30px;
    }
}

.slider--v5 .slider__controls {
    position: absolute;
    bottom: 0;
    right: 0;
}

.slider--v5 .slider__control {
    background: #f5f5f5;
    position: absolute;
    color: #222;
    border: none;
    display: block;
    outline: 0;
    border-radius: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.slider--v5 .slider__control--prev {
    right: 102px;
    bottom: 0;
    top: auto;
    left: auto;
    margin-top: 0;
}

    .slider--v5 .slider__control--prev:before {
        font-size: 25px;
    }

@media (max-width:991px) {
    .slider--v5 .slider__control {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .slider--v5 .slider__control--prev {
        right: 52px;
    }

        .slider--v5 .slider__control--prev:before {
            font-size: 20px;
        }
}

.slider--v5 .slider__control--next {
    margin-top: 0;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 25;
}

    .slider--v5 .slider__control--next:before {
        font-size: 25px;
    }

.slider--v6 .slider__item {
    height: 860px;
}

@media (max-width:1199px) {
    .slider--v6 .slider__item {
        height: 650px;
    }
}

.slider--v6 .slider__caption {
    margin-top: 150px;
}

.slider--v6 .slider__control {
    background: 0 0;
}

@media (max-width:767px) {
    .slider--v5 .slider__control--next:before {
        font-size: 20px;
    }

    .slider--v6 .slider__item {
        height: 500px;
    }

    .slider--v6 .slider__caption {
        margin-top: 70px;
    }

    .slider--v6 .slider__heading--v3 {
        display: none;
    }

    .slider--v6 .slider__title--v3 {
        margin-top: 0;
    }

    .slider--v7 .slider__item {
        height: 320px;
    }
}

.slider--v7 .slider__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    color: #fff;
    font-size: 3.52941em;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider--v7 .slider__item:hover .slider__icon {
    opacity: 1;
}

.slider--v7 .slick-dots {
    bottom: 40px;
    margin-bottom: 0;
}

    .slider--v7 .slick-dots li {
        margin: 0 10px;
    }

        .slider--v7 .slick-dots li button {
            color: #fff;
        }

            .slider--v7 .slick-dots li button:before {
                font-size: 12px;
                display: inline-block;
                font-family: FontAwesome;
                content: "";
                color: inherit;
                opacity: 1;
            }

        .slider--v7 .slick-dots li.slick-active button:before {
            font-size: 16px;
            display: inline-block;
            font-family: FontAwesome;
            content: "";
            color: inherit;
        }

.slider--nav {
    position: absolute;
    right: 130px;
    z-index: 15;
    width: 240px;
    margin-top: -370px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(100px) scale(.5);
    -ms-transform: translateX(100px) scale(.5);
    transform: translateX(100px) scale(.5);
}

    .slider--nav:hover {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }

@media (max-width:767px) {
    .slider--nav {
        display: none;
    }
}

.boxed .slider--nav {
    right: auto;
    margin-left: 270px;
    left: 50%;
}

.slider--nav .slider__item {
    width: 80px;
    opacity: .5;
    -webkit-transition: .2s;
    transition: .2s;
}

    .slider--nav .slider__item.slick-current {
        opacity: 1;
    }

    .slider--nav .slider__item:hover {
        opacity: 1;
        cursor: pointer;
    }

    .slider--nav .slider__item img {
        border-radius: 40px;
        overflow: hidden;
    }

.slider--hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slider--sermon .slider__item {
    position: relative;
    display: block;
}

.countdown {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.countdown--timer .countdown__delimiter:after, .countdown--timer .countdown__delimiter:before, .countdown__delimiter:after, .countdown__delimiter:before {
    content: ' ';
    display: block;
}

.countdown__column {
    width: 100px;
    text-align: center;
}

.countdown__delimiter {
    margin-top: 35px;
}

    .countdown__delimiter:before {
        width: 8px;
        height: 8px;
        background: #ef5350;
    }

@media (max-width:767px) {
    .countdown__delimiter {
        margin-top: 30px;
    }

        .countdown__delimiter:before {
            width: 3px;
            height: 3px;
        }
}

.countdown__delimiter:after {
    width: 8px;
    height: 8px;
    background: #ef5350;
    margin-top: 10px;
}

@media (max-width:767px) {
    .countdown__delimiter:after {
        width: 3px;
        height: 3px;
    }
}

.countdown--circles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .countdown--circles .countdown__sep {
        width: 100%;
    }

    .countdown--circles .countdown__label {
        text-transform: uppercase;
        color: #626262;
        background: #fff;
        font-size: 14px;
        width: 70px;
        margin: -16px 25px 0;
        position: relative;
        text-align: center;
    }

@media (max-width:767px) {
    .countdown--circles .countdown__label {
        margin: -16px 0 0;
    }
}

.countdown--circles input {
    font-size: 70px !important;
    height: 80px !important;
    margin-top: 15px !important;
    margin-left: 30px;
    border: none;
}

.rtl .countdown--circles input {
    margin-left: 0;
    margin-right: -90px;
}

@media (max-width:767px) {
    .countdown--circles input {
        font-size: 30px !important;
        height: 40px !important;
        margin-top: 0 !important;
    }

    .rtl .countdown--circles input {
        margin-right: -40px;
    }
}

.countdown--panel {
    padding-bottom: .82355em;
    background: #2f2f2f;
    -webkit-box-shadow: 0 28px 21px -22px rgba(47,47,47,.9);
    box-shadow: 0 28px 21px -22px rgba(47,47,47,.9);
}

    .countdown--panel .countdown__value {
        font-family: Teko;
        color: #ef5350;
        font-size: 80px;
        margin-top: 32px;
        line-height: .6;
    }

@media (max-width:767px) {
    .countdown--panel .countdown__value {
        font-size: 40px;
    }
}

.countdown--panel .countdown__label {
    font-size: 14px;
    color: #8c8c8c;
    text-transform: uppercase;
    margin-top: 8px;
}

.countdown--timer {
    background: #ef5350;
    margin: -70px 57px 0;
    position: relative;
    padding-bottom: 1.6471em;
}

    .countdown--timer .countdown__column {
        width: 95px;
        text-align: center;
    }

@media (max-width:767px) {
    .countdown--timer {
        margin: -50px 30px 0;
        padding-bottom: .82355em;
    }

        .countdown--timer .countdown__column {
            width: 65px;
        }
}

.countdown--timer .countdown__value {
    color: #fff;
    line-height: .6;
    margin-top: .49413em;
    font-size: 3.17647em;
}

@media (max-width:767px) {
    .countdown--timer .countdown__value {
        margin-top: .65884em;
        font-size: 1.76471em;
    }
}

.countdown--timer .countdown__label {
    color: #fff;
    text-transform: uppercase;
    font-size: .82353em;
    margin-top: .82355em;
}

.countdown--timer .countdown__delimiter {
    margin-top: 2.14123em;
}

    .countdown--timer .countdown__delimiter:before {
        width: 4px;
        height: 4px;
        background: #fff;
    }

@media (max-width:767px) {
    .countdown--timer .countdown__delimiter {
        margin-top: 1.31768em;
    }

        .countdown--timer .countdown__delimiter:before {
            width: 3px;
            height: 3px;
        }
}

.countdown--timer .countdown__delimiter:after {
    width: 4px;
    height: 4px;
    background: #fff;
    margin-top: 7px;
}

.countdown--donate {
    position: relative;
    margin-top: 4.9413em;
}

@media (max-width:767px) {
    .countdown--timer .countdown__delimiter:after {
        width: 3px;
        height: 3px;
    }

    .countdown--donate {
        margin-top: 1.6471em;
    }
}

.countdown--donate .countdown__column {
    width: 35px;
    text-align: center;
}

.countdown--donate .countdown__delimiter:after, .countdown--donate .countdown__delimiter:before {
    width: 3px;
    height: 3px;
    background: #fff;
    content: ' ';
    display: block;
}

.countdown--donate .countdown__value {
    color: #fff;
    line-height: .6;
    font-weight: 700;
    font-size: 1.76471em;
}

.post--details .post__author a, .post--grid .post__author, .post--list .post__author {
    font-weight: 600;
}

.countdown--donate .countdown__label {
    font-size: .58824em;
    color: #222;
    text-transform: uppercase;
    margin-top: 15px;
}

.countdown--donate .countdown__delimiter {
    margin-top: 5px;
}

    .countdown--donate .countdown__delimiter:after {
        margin-top: 3px;
    }

@media (max-width:767px) {
    .countdown--donate .countdown__delimiter:after, .countdown--donate .countdown__delimiter:before {
        width: 3px;
        height: 3px;
    }
}

.nextevent__date {
    font-size: 15px;
    margin: .9em 0 0;
    display: block;
}

.nextevent__intro p:last-of-type, .post--main .post__intro p, .post--standart .post__intro p {
    margin-bottom: 0;
}

.nextevent--counttimer:after, .nextevent--counttimer:before, .post--main .post__item:after, .post--main .post__item:before {
    display: table;
    content: " ";
}

.nextevent__more {
    margin-top: 0.2em;
}

.nextevent__info {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.nextevent--countcircles .nextevent__details {
    text-align: center;
    margin-top: .82355em;
}

.nextevent--countcircles .nextevent__intro {
    margin: .6em 17em 0;
}

@media (max-width:1199px) {
    .nextevent--countcircles .nextevent__intro {
        margin: .6em 15px 0;
    }
}

.nextevent--countpanel .nextevent__preview {
    margin-top: 3.2942em;
    position: relative;
    top: .35417em;
}

@media (min-width:768px) {
    .nextevent__info {
        width: 16.66667%;
    }

    .nextevent--countpanel .nextevent__preview {
        width: 33.33333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    .nextevent--countpanel .nextevent__preview {
        top: 0;
        padding: 0;
    }
}

.nextevent--countpanel .nextevent__details {
    margin-top: 1.6471em;
}

@media (min-width:768px) {
    .nextevent--countpanel .nextevent__details {
        width: 66.66667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1200px) {
    .nextevent--countpanel .nextevent__preview {
        margin-left: 8.33333%;
    }

    .nextevent--countpanel .nextevent__details {
        width: 50%;
    }
}

@media (max-width:767px) {
    .nextevent--countpanel .nextevent__details {
        padding: 0;
    }
}

.nextevent--countpanel .nextevent__intro {
    margin-top: .82355em;
}

.nextevent--counttimer {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width:991px) {
    .nextevent--counttimer {
        margin: 0;
    }
}

.nextevent--counttimer .nextevent__preview {
    position: relative;
    top: .425em;
}

@media (min-width:992px) {
    .nextevent--counttimer .nextevent__preview {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:1199px) {
    .nextevent--counttimer .nextevent__preview {
        padding: 0;
        width: 70%;
        margin: 1.6471em auto 0;
    }
}

@media (max-width:767px) {
    .nextevent--counttimer .nextevent__preview {
        top: 0;
        width: 100%;
    }
}

.nextevent--counttimer .nextevent__preview-img {
    width: 100%;
}

@media (min-width:992px) {
    .nextevent--counttimer .nextevent__details {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.nextevent--counttimer .nextevent__name {
    margin-top: .82355em;
}

.nextevent--counttimer .nextevent__date {
    margin-top: 2.47065em;
}

@media (max-width:991px) {
    .nextevent--counttimer .nextevent__details {
        padding: 0;
    }

    .nextevent--counttimer .nextevent__date {
        margin-top: 1.6471em;
    }
}

.nextevent--counttimer .nextevent__intro {
    margin-top: .82355em;
}

.scroll-animation .widget:not(.widget--sidebar) .post__item {
    visibility: hidden;
}

.post__img {
    width: 100%;
}

.post--main .post__list {
    position: relative;
    height: 520px;
}

@media (max-width:991px) {
    .post--main .post__list {
        height: auto;
        margin-top: -1.6471em;
    }

    .post--main .post__item {
        margin-top: 1.6471em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .post--main .post__details {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: .82355em;
    }
}

.post--main .post__details:after, .post--main .post__details:before {
    content: " ";
    display: table;
}

@media (min-width:992px) {
    .post--main .post__item {
        position: absolute;
    }

    .post--main .post__item--0 {
        top: 0;
        left: 0;
        right: 33.3333%;
    }

    .post--main .post__item--1 {
        top: 0;
        left: 66.6666%;
        right: 0;
    }

    .post--main .post__item--2 {
        top: 260px;
        left: 0;
        right: 33.3333%;
    }

    .post--main .post__item:hover .post__figure--0:before {
        left: -20px;
    }

    .post--main .post__item:hover .post__figure--1:before {
        top: -20px;
    }

    .post--main .post__item:hover .post__figure--2:before {
        right: -20px;
    }

    .post--main .post__details {
        width: 50%;
        float: left;
        height: 260px;
        padding: 10px 30px;
    }

    .post--main .post__details--1 {
        width: 100%;
        float: none;
    }

    .post--main .post__details--2 {
        float: right;
    }

    .post--main .post__preview {
        width: 50%;
        float: left;
    }

    .post--main .post__preview--1 {
        width: 100%;
        float: none;
    }
}

@media (max-width:991px) {
    .post--main .post__preview {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
    }
}

@media (min-width:992px) {
    .post--main .post__figure {
        position: relative;
        overflow: hidden;
    }

        .post--main .post__figure:before {
            width: 40px;
            height: 40px;
            background: #fff;
            position: absolute;
            display: block;
            -webkit-transform: rotate(50grad);
            -ms-transform: rotate(50grad);
            transform: rotate(50grad);
            content: ' ';
            -webkit-transition: .3s;
            transition: .3s;
        }

    .post--main .post__figure--0:before {
        top: 50%;
        left: -30px;
        margin-top: -25px;
    }

    .post--main .post__figure--1:before {
        left: 50%;
        top: -30px;
        margin-left: -25px;
    }

    .post--main .post__figure--2:before {
        top: 50%;
        right: -30px;
        margin-top: -25px;
    }
}

.post--main .post__name {
    margin-top: .32942em;
}

.post--main .post__intro {
    max-height: 8.9rem;
    overflow: hidden;
    position: relative;
}

    .post--main .post__intro:after {
        position: absolute;
        display: block;
        content: ' ';
        height: 3rem;
        bottom: 0;
        right: 0;
        width: 20%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.post--preview .post__list:after, .post--preview .post__list:before, .post--recent .post__item:after, .post--recent .post__item:before {
    content: " ";
    display: table;
}

.rtl .post--main .post__intro:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:767px) {
    .post--standart {
        margin-top: -1.6471em;
    }

        .post--standart .post__item {
            margin-top: 1.6471em;
            padding-left: 15px;
            padding-right: 15px;
        }
}

.post--standart .post__details {
    margin-top: 1.6471em;
}

.post--standart .post__intro, .post--standart .post__more, .post--standart .post__name {
    margin-top: .82355em;
}

.post--preview .post__list {
    position: relative;
    margin-top: 5.76485em;
}

.post--preview .post__item {
    position: relative;
    overflow: hidden;
}

@media (min-width:768px) {
    .post--standart .post__item {
        width: 33.33333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .post--preview .post__item {
        width: 50%;
        float: left;
    }
}

@media (min-width:992px) {
    .post--preview .post__item {
        width: 33.33333%;
    }
}

.post--preview .post__item:hover .post__details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.post--preview .post__item--0 {
    width: 50%;
}

@media (max-width:767px) {
    .post--preview .post__item--0 {
        width: 100%;
    }
}

.post--preview .post__preview-img {
    width: 100%;
}

.post--preview .post__details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    color: #fff;
    font-weight: 600;
    padding: 30px 20px 20px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

@media (max-width:1199px) {
    .post--main .post__intro {
        max-height: 5rem;
    }

        .post--main .post__intro:after {
            height: 1.5rem;
        }

    .post--preview .post__item:first-of-type {
        margin-top: 1.6471em;
    }

    .post--preview .post__details {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.post--preview .post__name {
    margin-top: 0;
    color: #fff;
}

    .post--preview .post__name a {
        color: #fff;
    }

.post--preview .post__time {
    margin-top: .98826em;
    float: left;
}

.post--preview .post__more {
    margin-top: .98826em;
    float: right;
}

.post--recent .post__item {
    padding-bottom: .82355em;
    padding-top: .82355em;
    border-bottom: 1px solid #e6e6e6;
}

.post--grid .post__preview-img--list, .post--list .post__preview-img--grid {
    display: none;
}

.post--recent .post__item:last-of-type {
    border-bottom: none;
}

.post--recent .post__preview {
    position: relative;
    top: .425em;
}

@media (max-width:767px) {
    .post--recent .post__preview {
        top: 0;
    }
}

@media (min-width:1200px) {
    .post--recent .post__preview {
        width: 33.33333%;
        float: left;
    }

    .post--recent .post__details {
        width: 66.66667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.post--grid .post__preview-img, .post--list .post__preview-img {
    width: 100%;
}

@media (max-width:1199px) {
    .post--recent .post__details {
        margin-top: 1.6471em;
        padding: 0;
    }
}

.post--recent .post__name {
    margin-top: 0;
}

.post--list .post__categories, .post--list .post__intro, .post--list .post__name {
    margin-top: .32942em;
}

.post--list .post__info {
    background: #fff;
    padding: 1.6471em 20px;
}

.post--list .post__comments {
    float: right;
}

.post--grid .post__info {
    background: #fff;
    padding: .82355em 20px;
}

.post--grid .post__name {
    margin-top: 0;
}

.post--grid .post__categories {
    margin-top: .32942em;
    line-height: 1;
}

    .post--grid .post__categories a {
        line-height: 1;
    }

.post--grid .post__intro {
    margin-top: .32942em;
    max-height: 8.9rem;
    overflow: hidden;
    position: relative;
}

    .post--grid .post__intro:after {
        position: absolute;
        display: block;
        content: ' ';
        height: 3rem;
        bottom: 0;
        right: 0;
        width: 20%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.post--grid .post__comments--list, .post--masonry .post__intro:after {
    display: none;
}

.rtl .post--grid .post__intro:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:1199px) {
    .post--grid .post__intro {
        max-height: 5rem;
    }

        .post--grid .post__intro:after {
            height: 1.5rem;
        }
}

.post--grid .post__comments {
    float: right;
    margin-top: .82355em;
}

.post--grid .post__more {
    margin-top: .82355em;
}

.post--masonry .post__intro {
    max-height: initial;
}

.post--details {
    padding-bottom: 1.6471em;
}

    .post--details .post__preview-img {
        width: 100%;
    }

    .post--details .post__time-svg {
        width: 20px;
        height: 20px;
        fill: #0097a7;
        position: relative;
        top: 4px;
        margin-right: 10px;
    }

.rtl .post--details .post__time-svg {
    margin-right: 0;
    margin-left: 10px;
}

.post--details .post__author {
    margin-top: 1.6471em;
}

.post--details + .widget__footer, .post--details > :first-child, .sermon--main .sermon__name {
    margin-top: 0;
}

.post--details .post__img-full {
    margin-left: -30px;
    margin-right: -30px;
}

.post--details img {
    margin-bottom: 1.6471em;
}

.sermon__item:after, .sermon__item:before {
    content: " ";
    display: table;
}

.sermon__views {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
    font-weight: 700;
    color: #000;
}

.sermon--column .sermon__more, .sermon--column .sermon__time {
    color: #fff;
}

.sermon__views:before {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
}

.cause--details .cause__info-goal, .cause__value, .ministry__gallery-caption, .sermon--ordered .sermon__order {
    font-family: Cambay,sans-serif;
}

.sermon--grid .sermon__time, .sermon--list .sermon__time {
    font-weight: 600;
}

.rtl .sermon__views {
    text-align: center;
}

.sermon--main .sermon__preview {
    position: relative;
    top: .5em;
}

@media (max-width:767px) {
    .sermon--main .sermon__preview {
        top: 0;
    }
}

.sermon--main .sermon__video {
    -webkit-transition: .3s;
    transition: .3s;
}

.sermon--main .sermon__item--video .sermon__video {
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
}

.sermon--main .sermon__audio {
    -webkit-transition: .3s;
    transition: .3s;
}

.sermon--main .sermon__item--audio .sermon__audio {
    -webkit-transform: translateY(-350px);
    -ms-transform: translateY(-350px);
    transform: translateY(-350px);
}

.sermon--main .sermon__time {
    display: block;
}

.sermon--main .sermon__links {
    position: relative;
    top: .5em;
    width: 25%;
    float: left;
    padding: 0;
    border: 1px solid #e6e6e6;
}

@media (max-width:767px) {
    .sermon--main .sermon__links {
        top: 0;
    }
}

.sermon--main .sermon__links td {
    border: 1px solid #e6e6e6;
    text-align: center;
}

.sermon--main .sermon__link-item {
    line-height: 1;
    display: block;
    padding: 11px 0;
    fill: grey;
}

    .sermon--main .sermon__link-item.active, .sermon--main .sermon__link-item:hover {
        background: #ef5350;
        fill: #fff;
    }

.sermon--main .sermon__link-svg {
    width: 30px;
    height: 30px;
}

.sermon--main .sermon__details {
    margin-top: 2.47065em;
}

.sermon--main .sermon__details--list {
    margin-top: 0;
}

.sermon--main .sermon__info {
    width: 75%;
    float: left;
    padding-right: 15px;
    padding-left: 25px;
}

.sermon--main .sermon__more {
    margin-top: .82355em;
}

.sermon--column .sermon__list {
    margin-top: 3.2942em;
    padding: 0 15px;
}

.sermon--column .sermon__item {
    position: relative;
    overflow: hidden;
}

@media (min-width:768px) {
    .sermon--column .sermon__item {
        width: 50%;
        float: left;
    }
}

@media (min-width:992px) {
    .sermon--column .sermon__item {
        width: 25%;
    }
}

.sermon--column .sermon__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    padding: 10px 20px;
    -webkit-transform: translateY(79px);
    -ms-transform: translateY(79px);
    transform: translateY(79px);
    -webkit-transition: .3s;
    transition: .3s;
}

.sermon--column .sermon__item:hover .sermon__info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.sermon--column .sermon__item--audio .sermon__info, .sermon--column .sermon__item--video .sermon__info {
    -webkit-transform: translateY(190px);
    -ms-transform: translateY(190px);
    transform: translateY(190px);
}

.sermon--column .sermon__item--video:hover .sermon__info {
    -webkit-transform: translateY(-106px);
    -ms-transform: translateY(-106px);
    transform: translateY(-106px);
}

.sermon--column .sermon__item--audio:hover .sermon__info {
    -webkit-transform: translateY(-78px);
    -ms-transform: translateY(-78px);
    transform: translateY(-78px);
}

@media (max-width:1199px) {
    .sermon--column .sermon__info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.sermon--column .sermon__video {
    display: none;
}

.sermon--column .sermon__item--video .sermon__video {
    display: block;
}

.sermon--column .sermon__audio {
    display: none;
}

.sermon--column .sermon__item--audio .sermon__audio {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.sermon--column .sermon__ministry {
    position: absolute;
    top: -40px;
    right: 10px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
}

.rtl .sermon--column .sermon__ministry {
    right: auto;
    left: 10px;
}

.sermon--column .sermon__ministry-img {
    border-radius: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 0;
    height: 0;
}

.sermon--column .sermon__item:hover .sermon__ministry-img {
    width: 80px;
    height: 80px;
}

@media (max-width:767px) {
    .sermon--column .sermon__ministry-img {
        width: 80px;
        height: 80px;
    }
}

.sermon--column .sermon__name {
    color: #fff;
    margin-top: 0;
}

.sermon--column .sermon__item--video .sermon__preview {
    display: none;
}

.sermon--column .sermon__preview-img {
    width: 100%;
    -webkit-transition: 3s;
    transition: 3s;
}

.sermon--column .sermon__item:hover .sermon__preview-img {
    -webkit-transform: scale(1.3) rotate(10grad);
    -ms-transform: scale(1.3) rotate(10grad);
    transform: scale(1.3) rotate(10grad);
}

.sermon--column .sermon__links {
    margin-top: .82355em;
}

    .sermon--column .sermon__links:after, .sermon--column .sermon__links:before {
        content: " ";
        display: table;
    }

    .sermon--column .sermon__links:after {
        clear: both;
    }

.sermon--column .sermon__link-item {
    width: 60px;
    float: left;
}

@media (max-width:1199px) {
    .sermon--column .sermon__link-item {
        width: 40px;
    }
}

.sermon--column .sermon__link-svg {
    fill: #ef5350;
    width: 30px;
    height: 30px;
}

.sermon--ordered {
    width: 65%;
}

@media (max-width:1199px) {
    .sermon--ordered {
        width: 80%;
    }
}

.sermon--ordered .sermon__item {
    background: #fff;
    padding: 0 40px;
    margin-top: 10px;
}

@media (max-width:767px) {
    .sermon--ordered {
        width: 100%;
    }

        .sermon--ordered .sermon__item {
            padding: 0 15px;
        }
}

.sermon--ordered .sermon__item--audio, .sermon--ordered .sermon__item--video {
    padding-bottom: 1.6471em;
}

.sermon--ordered .sermon__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sermon--ordered .sermon__audio, .sermon--ordered .sermon__video {
    display: none;
}

.sermon--ordered .sermon__order {
    font-size: 4.82353em;
    line-height: 1.02442em;
    margin: 20px 0 0;
    color: #f2f2f2;
    width: 100px;
}

@media (max-width:767px) {
    .sermon--ordered .sermon__order {
        font-size: 2.94118em;
        line-height: 1.12003em;
        margin: .56001em 0 0;
        width: 50px;
    }
}

.sermon--ordered .sermon__time {
    display: block;
    position: relative;
    top: -.3em;
}

.sermon--ordered .sermon__name {
    margin-top: 0;
    padding-bottom: .82355em;
}

.sermon--ordered .sermon__links {
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sermon--list .sermon__item:after, .sermon--list .sermon__item:before, .sermon--sidebar .sermon__details:after, .sermon--sidebar .sermon__details:before {
    display: table;
    content: " ";
}

.sermon--ordered .sermon__link-item {
    padding: 20px;
    fill: #ef5350;
}

    .sermon--ordered .sermon__link-item:last-of-type {
        margin-right: 0;
    }

    .sermon--ordered .sermon__link-item.active {
        background: #ef5350;
        fill: #fff;
    }

.sermon--ordered .sermon__link-svg {
    width: 30px;
    height: 30px;
}

.sermon--ordered .sermon__details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 1.6471em;
}

.sermon--ordered .sermon__sep {
    width: 100%;
}

.sermon--ordered .sermon__ministry {
    margin-right: -75px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width:767px) {
    .sermon--ordered .sermon__ministry {
        margin-right: -25px;
    }
}

.rtl .sermon--ordered .sermon__ministry {
    margin-right: auto;
    margin-left: -75px;
}

@media (max-width:767px) {
    .rtl .sermon--ordered .sermon__ministry {
        margin-left: -25px;
    }
}

.sermon--ordered .sermon__ministry-img {
    width: 100%;
}

.sermon--ordered .sermon__more {
    margin: 0 95px 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width:767px) {
    .sermon--ordered .sermon__more {
        margin-right: 0;
    }
}

.sermon--sidebar .sermon__preview {
    margin-top: 1.6471em;
}

@media (max-width:991px) {
    .sermon--sidebar .sermon__preview {
        width: 40%;
    }
}

@media (max-width:480px) {
    .sermon--sidebar .sermon__preview {
        width: 100%;
    }
}

.sermon--sidebar .sermon__author {
    font-size: .76471em;
    line-height: 2.1539em;
    margin: .82355em 0 0;
    font-style: italic;
    color: #000;
}

.sermon--sidebar .sermon__name {
    margin-top: 0;
}

.sermon--sidebar .sermon__info, .sermon--sidebar .sermon__intro {
    margin-top: .32942em;
}

.sermon--sidebar .sermon__time {
    font-style: italic;
}

.sermon--sidebar .sermon__intro p {
    margin-bottom: 0;
}

.sermon--list .sermon__item {
    padding-bottom: 1.6471em;
}

.sermon--list .sermon__preview {
    margin-top: 1.6471em;
    position: relative;
    top: .56667em;
    padding-left: 35px;
    text-align: center;
}

@media (min-width:768px) {
    .sermon--list .sermon__preview {
        width: 33.33333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-hide .sermon--list .sermon__preview {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    .sermon--list .sermon__item {
        padding-bottom: 0;
    }

    .sermon--list .sermon__preview {
        top: 0;
        padding: 0;
        display: block;
        margin-top: 0;
    }
}

.sermon--list .sermon__audio, .sermon--list .sermon__video {
    display: none;
}

.sermon--list .sermon__ministry {
    margin-top: -40px;
}

.sermon--list .sermon__ministry-name {
    color: #626262;
}

.sermon--list .sermon__info {
    padding-left: 0;
    margin-top: 1.6471em;
}

    .sermon--list .sermon__info:after, .sermon--list .sermon__info:before {
        content: " ";
        display: table;
    }

.sermon--list .sermon__categories, .sermon--list .sermon__name {
    margin-top: .32942em;
}

@media (min-width:768px) {
    .sermon--list .sermon__info {
        width: 58.33333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-hide .sermon--list .sermon__info {
        width: 66.66667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sermon--list .sermon__bar {
        width: 8.33333%;
        float: left;
        right: -1px;
    }
}

@media (max-width:767px) {
    .sermon--list .sermon__info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sermon--list .sermon__bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin-top: 1.6471em;
    }
}

.sermon--list .sermon__links {
    margin-bottom: 15px;
    margin-right: -1px;
    padding-bottom: .82355em;
}

    .sermon--list .sermon__links:after, .sermon--list .sermon__links:before {
        content: " ";
        display: table;
    }

@media (max-width:767px) {
    .sermon--list .sermon__links {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .sermon--list .sermon__link-item {
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }
}

.sermon--list .sermon__link-item {
    display: block;
    background: #ef5350;
    padding-bottom: .82355em;
    padding-top: .82355em;
}

    .sermon--list .sermon__link-item.active {
        background: #c62828;
    }

.sermon--list .sermon__link-svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.sermon--list .sermon__intro {
    margin-top: .32942em;
}

.sermon--list .sermon__more {
    float: left;
}

.sermon--list .sermon__comments {
    margin-left: 100px;
    float: left;
}

@media (max-width:767px) {
    .sermon--list .sermon__comments {
        float: right;
        margin-left: 0;
    }

    .sermon--list .sermon__views {
        line-height: 50px;
        padding: 0 15px;
    }
}

.sermon--grid .sermon__item {
    background: #fff;
}

.sermon--grid .sermon__preview {
    text-align: center;
    display: block;
}

.sermon--grid .sermon__preview-img {
    width: 100%;
}

.sermon--grid .sermon__ministry {
    margin-top: -60px;
}

.sermon--grid .sermon__ministry-name {
    display: none;
}

.sermon--grid .sermon__info {
    padding: 0 15px 1.6471em;
}

    .sermon--grid .sermon__info:after, .sermon--grid .sermon__info:before {
        content: " ";
        display: table;
    }

.sermon--grid .sermon__audio, .sermon--grid .sermon__video {
    display: none;
    padding-bottom: 1.6471em;
}

.sermon--grid .sermon__name {
    margin-top: .32942em;
    max-height: 8.9rem;
    overflow: hidden;
    position: relative;
}

    .sermon--grid .sermon__name:after {
        position: absolute;
        display: block;
        content: ' ';
        height: 3rem;
        bottom: 0;
        right: 0;
        width: 20%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.rtl .sermon--grid .sermon__name:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:1199px) {
    .sermon--grid .sermon__name {
        max-height: 5rem;
    }

        .sermon--grid .sermon__name:after {
            height: 1.5rem;
        }
}

.sermon--grid .sermon__categories {
    margin-top: .82355em;
    line-height: 1;
}

    .sermon--grid .sermon__categories a {
        line-height: 1;
    }

.sermon--grid .sermon__links {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .sermon--grid .sermon__links:after, .sermon--grid .sermon__links:before {
        content: " ";
        display: table;
    }

.sermon--grid .sermon__link-item {
    text-align: center;
    float: left;
    background: #ef5350;
    padding: .82355em 6px;
}

    .sermon--grid .sermon__link-item.active {
        background: #c62828;
    }

    .sermon--grid .sermon__link-item:first-of-type {
        padding-left: 12px;
    }

    .sermon--grid .sermon__link-item:last-of-type {
        padding-right: 12px;
    }

.sermon--grid .sermon__link-svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    display: block;
}

.sermon--grid .sermon__intro {
    margin-top: .82355em;
    max-height: 5.9rem;
    overflow: hidden;
    position: relative;
}

    .sermon--grid .sermon__intro:after {
        position: absolute;
        display: block;
        content: ' ';
        height: 3rem;
        bottom: 0;
        right: 0;
        width: 20%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.rtl .sermon--grid .sermon__intro:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

.sermon--grid .sermon__more {
    margin-top: .82355em;
    float: left;
}

.sermon--grid .sermon__comments {
    margin-top: .82355em;
    float: right;
}

.sermon--grid .sermon__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sermon--grid .sermon__views {
    padding: 0 15px;
    line-height: 55px;
}

.sermon--details .sermon__time {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sermon--details .sermon__views {
    padding: 0 15px;
}

.sermon--details .sermon__speakers {
    margin-top: .82355em;
}

    .sermon--details .sermon__speakers a {
        color: #626262;
        font-weight: 900;
    }

.member--list .member__intro, .sermon--details .sermon__social {
    margin-top: .82355em;
}

.member--list .member__list {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: .82355em;
}

    .member--list .member__list:after, .member--list .member__list:before {
        content: " ";
        display: table;
    }

.member--list .member__item {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1.6471em;
}

@media (min-width:768px) {
    .member--list .member__item {
        width: 50%;
    }
}

@media (min-width:1200px) {
    .member--list .member__item {
        width: 33.33333%;
    }

    .sidebar-hide .member--list .member__item {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) {
    .rtl .member--list .member__item {
        float: right;
    }
}

.member--list .member__preview {
    position: relative;
    overflow: hidden;
}

.member--list .member__img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.member--list .member__item:hover .member__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.member--list .member__caption {
    text-align: center;
}

@media (min-width:1200px) {
    .member--list .member__caption {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(128,128,128,.7);
        color: #fff;
        opacity: 0;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .member--list .member__caption:hover {
            opacity: 1;
        }
}

.member--list .member__name {
    font-weight: 600;
    display: block;
    font-size: 1.76471em;
    margin: 2.80007em 0 0;
    line-height: 1.2;
}

@media (max-width:1199px) {
    .sermon--grid .sermon__intro {
        max-height: 3.5rem;
    }

        .sermon--grid .sermon__intro:after {
            height: 1.5rem;
        }

    .member--list .member__name {
        color: #222;
        margin-top: .82355em;
    }

    .member--list .member__more {
        border-color: #ef5350;
        color: #ef5350;
    }
}

.member--list .member__post {
    width: 100%;
    display: block;
}

.member--list .member__more {
    margin: 12px 0 0;
}

.member--details .member__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.member--details .member__photo {
    position: relative;
    top: .5em;
    width: 50%;
}

.member--details .member__img {
    width: 100%;
}

.member--details .member__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

.rtl .member--details .member__info {
    margin-left: 0;
    margin-right: 30px;
}

@media (max-width:767px) {
    .member--details .member__photo {
        top: 0;
        width: 100%;
    }

    .member--details .member__info {
        margin-top: 1.6471em;
        margin-left: 0;
        width: 100%;
    }

    .rtl .member--details .member__info {
        margin-right: 0;
    }
}

.member--details .member__descr, .member--details .member__social {
    margin-top: 1.6471em;
}

.gallery__link {
    position: relative;
    color: #fff;
    display: block;
}

.gallery__btn {
    padding: 0;
    border: none;
    outline: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    vertical-align: middle;
    text-align: center;
    background: rgba(69,69,69,.7);
    line-height: 64px;
    opacity: 0;
    -webkit-transform: scale(.3) rotate(-360deg);
    -ms-transform: scale(.3) rotate(-360deg);
    transform: scale(.3) rotate(-360deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery--grid .gallery__item, .gallery--grid .gallery__preview, .gallery--wide .gallery__item {
    position: relative;
}

.gallery__btn .fa {
    font-size: 26px;
}

.gallery__item:hover .gallery__btn {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.gallery__preview-img {
    width: 100%;
}

.gallery--wide .gallery__list {
    min-height: 400px;
}

.gallery--wide .gallery__more {
    background: #ef5350;
    color: #fff;
    display: block;
    text-align: center;
    padding: 30px 0;
    margin-top: 20px;
    margin-right: 20px;
}

.gallery--wide .gallery__btn {
    color: #fff;
}

.gallery--grid .gallery__info {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1.6471em;
}

    .gallery--grid .gallery__info:after, .gallery--grid .gallery__info:before {
        content: " ";
        display: table;
    }

.gallery--grid .gallery__name--caption {
    margin-top: .32942em;
    color: #fff;
}

@media (max-width:1199px) {
    .gallery--grid .gallery__name--caption {
        color: #222;
    }
}

.gallery--grid .gallery__more {
    margin-top: 1.6471em;
}

.rtl .gallery--grid .gallery__more {
    margin-right: 15px;
}

.gallery--grid .gallery__more--caption {
    margin-top: .82355em;
    color: #fff;
}

.gallery--grid .gallery__more-svg {
    fill: #fff;
    width: 20px;
    height: 19px;
    margin-left: 15px;
    position: relative;
    top: 5px;
}

@media (max-width:1199px) {
    .gallery--grid .gallery__more--caption {
        color: #ef5350;
    }

    .gallery--grid .gallery__more-svg {
        fill: #626262;
    }
}

.gallery--grid .gallery__comments {
    margin-top: 1.6471em;
}

.gallery--grid .gallery__icon {
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 60px;
}

.gallery--grid .gallery__item:hover .gallery__icon {
    opacity: 1;
}

.gallery--grid .gallery__icon--caption {
    margin-top: 0;
    color: #fff;
    font-size: 40px;
    display: block;
}

@media (max-width:1199px) {
    .gallery--grid .gallery__icon--caption {
        display: none;
    }

    .gallery--grid .gallery__icon {
        color: #222;
    }
}

@media (min-width:1200px) {
    .gallery--grid .gallery__caption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.7);
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gallery--grid .gallery__item:hover .gallery__caption {
        opacity: 1;
    }
}
 @media (min-width:926px) {
        .schedule__list11 {
            list-style: none;
            margin: 0 30px 0 0;
            padding: 0 453px 0 0px!important;
        }
    }

@media (max-width:1199px) {
    .gallery--grid .gallery__caption {
        background: #fff;
        padding: .82355em 15px;
    }

   

        .gallery--grid .gallery__caption:after, .gallery--grid .gallery__caption:before {
            content: " ";
            display: table;
        }

        .gallery--grid .gallery__caption:after {
            clear: both;
        }
}

    

.schedule__list {
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
}

    /*.schedule__list11 {
   list-style: none;
    margin: 0 30px 0 0;
    padding: 0  0 0px;
}*/

.schedule__item {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscribe__form, .subscribe__title {
    display: inline-block;
}

.schedule__item--highlight {
    color: #ef5350;
}

.feed {
    margin-top: -.82355em;
}

.feed__item {
    margin-top: .82355em;
}

    .feed__item a {
        margin: 0 0 0 3px;
    }

    .feed__item strong {
        margin: 0 3px 0 0;
        font-weight: 400;
        color: #222;
    }

.address__list-icon {
    float: left;
    width: 22px;
    clear: left;
}

.about--simple:after, .cart--list:after, .cause__details:after, .event--split:after, .event__details:after, .products--grid .products__list:after {
    clear: both;
}

.address__list-body {
    margin-left: 30px;
}

.subscribe {
    text-align: center;
    padding-bottom: 1.6471em;
    padding-top: 1.6471em;
}

.subscribe__title {
    font-size: 1.29412em;
    line-height: 1.27276em;
    margin: 0;
    color: #fff;
}

@media (max-width:767px) {
    .subscribe__form {
        display: block;
    }
}

.subscribe .help-block {
    color: #fff;
    text-align: left;
    padding-left: 15px;
    position: absolute;
}

.about--simple {
    width: 90%;
    padding-bottom: 2.76485em;
}

    .about--simple:after, .about--simple:before {
        content: " ";
        display: table;
    }

@media (max-width:1199px) {
    .about--simple {
        width: auto;
        padding-right: 15px;
    }
}

.rtl .about--simple {
    float: left;
}

.about--simple .about__details {
    margin-top: 1.6471em;
}

    .about--simple .about__details p {
        color: #8c8c8c;
    }

.about--columns {
    /*background: #2f2f2f;*/
    margin-top: 2em;
}

    .about--columns .about__item:first-of-type .about__details:before {
        border-right: none;
    }

@media (max-width:767px) {
    .about--simple {
        padding-bottom: 1.6471em;
    }

    .about--columns {
        margin-top: 0;
    }

        .about--columns .about__item {
            margin-top: 1.6471em;
        }
}

.about--columns .about__details {
    padding: 0 24px;
    margin-top: 1em;
    position: relative;
}

    .about--columns .about__details:before {
        top: .35417em;
        position: absolute;
        bottom: 0;
        content: ' ';
        display: block;
        left: 0;
        border-right: 1px solid #ffe0c2;
    }

@media (max-width:1199px) {
    .about--columns .about__details {
        padding: 0 15px;
    }
}

@media (max-width:767px) {
    .about--columns .about__details:before {
        top: 0;
        border: none;
    }

    .about--columns .about__details {
        padding: 0;
    }
}

.about--columns .about__name {
    margin-top: 0;
    color: #fff;
}

    .about--columns .about__name a {
        color: #fff;
    }

.about--columns .about__intro {
    margin-top: .82355em;
    color: #8c8c8c;
}

    .about--columns .about__intro p {
        margin-bottom: 0;
    }

.about--columns .about__more-svg {
    stroke-width: 1px;
    stroke: #ef5350;
}

.about--columns .about__more {
    margin-top: .82355em;
}

@media (min-width:768px) {
    .about--columns .about__item, .about--minimal .about__item {
        width: 33.33333%;
        float: left;
    }
}

.about--minimal .about__item:first-of-type .about__details {
    padding-left: 0;
}

    .about--minimal .about__item:first-of-type .about__details:before {
        border-right: none;
    }

.about--minimal .about__details {
    padding: 0 40px;
    margin-top: 1.6471em;
    position: relative;
}

    .about--minimal .about__details:before {
        top: .35417em;
        position: absolute;
        bottom: 0;
        content: ' ';
        display: block;
        left: 0;
        border-right: 1px solid #8c8c8c;
    }

.event__link-item, .event__preview, .event__time-svg {
    position: relative;
}

@media (max-width:767px) {
    .about--minimal .about__details:before {
        top: 0;
        border-right: none;
    }

    .about--minimal .about__details {
        padding: 0;
    }

    .event--main .event__item {
        text-align: center;
    }
}

.about--minimal .about__name {
    text-transform: uppercase;
    font-size: 1.29412em;
    line-height: 1.27276em;
    margin: 1.27276em 0 0;
    color: #fff;
}

    .about--minimal .about__name a {
        color: #fff;
    }

.about--minimal .about__intro {
    color: #8c8c8c;
    margin-top: .82355em;
}

.cause__scope span, .cause__value, .event--details .event__info a, .event__status {
    color: #fff;
}

.about--minimal .about__intro p {
    margin-bottom: 0;
}

.about--minimal .about__more {
    margin-top: .82355em;
}

.about--minimal .about__more-svg {
    stroke-width: 1px;
    stroke: #ef5350;
}

.event__details:after, .event__details:before {
    content: " ";
    display: table;
}

.event__link-item {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    padding: 5px;
    fill: #626262;
    display: inline-block;
}

.event__status, .event__time {
    font-size: .88235em;
    line-height: 1.86671em;
}

.event__link-item.active, .event__link-item:hover {
    text-decoration: none;
    background: #ef5350;
    fill: #fff;
}

    .event__link-item:hover .social__item:nth-child(1) {
        -webkit-transform: translate(-30px,0) scale(1);
        -ms-transform: translate(-30px,0) scale(1);
        transform: translate(-30px,0) scale(1);
        opacity: 1;
    }

    .event__link-item:hover .social__item:nth-child(2) {
        -webkit-transform: translate(15px,-25px) scale(1);
        -ms-transform: translate(15px,-25px) scale(1);
        transform: translate(15px,-25px) scale(1);
        opacity: 1;
    }

    .event__link-item:hover .social__item:nth-child(3) {
        -webkit-transform: translate(-15px,-25px) scale(1);
        -ms-transform: translate(-15px,-25px) scale(1);
        transform: translate(-15px,-25px) scale(1);
        opacity: 1;
    }

    .event__link-item:hover .social__item:nth-child(4) {
        -webkit-transform: translate(30px,0) scale(1);
        -ms-transform: translate(30px,0) scale(1);
        transform: translate(30px,0) scale(1);
        opacity: 1;
    }

.event__time {
    display: block;
    font-style: italic;
    margin: 0;
}

.event__link-svg {
    width: 100%;
    height: 100%;
}

.event__time-svg {
    fill: #626262;
    width: 15px;
    height: 20px;
    top: 5px;
    margin-right: 10px;
}

.event__register {
    padding-right: 20px;
    padding-left: 20px;
}

.event__preview-img {
    width: 100%;
}

.event__status {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(239,83,80,.8);
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    padding: 2px 15px;
}

.event__form, .event__map {
    display: none;
}

.event--main .event__preview {
    display: block;
}

@media (min-width:768px) {
    .event--main .event__preview {
        width: 33.33333%;
        float: left;
    }
}

@media (min-width:1200px) {
    .event--main .event__preview {
        width: 25%;
    }
}

@media (min-width:768px) {
    .event--main .event__details {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1200px) {
    .event--main .event__details {
        width: 41.66667%;
    }

    .event--main .event__actions {
        margin-left: 16.66667%;
    }
}

.event--main .event__name {
    margin-top: .82355em;
}

.event--main .event__actions {
    padding-bottom: 1.6471em;
    padding-top: 1.6471em;
}

@media (min-width:768px) {
    .event--main .event__actions {
        width: 16.66667%;
        float: left;
    }
}

.event--main .event__link-item {
    margin-right: 10px;
}

@media (max-width:767px) {
    .event--main .event__details {
        padding-left: 15px;
        padding-right: 15px;
    }

    .event--main .event__actions {
        float: none;
    }

    .event--main .event__link-item {
        margin: 0 10px;
    }
}

.event--main .event__register {
    margin-top: 1.6471em;
}

.rtl .event--main .event__register {
    margin-right: 15px;
}

.event--main .event__map {
    height: 400px;
}

.event--columns .event__item {
    text-align: center;
}

@media (min-width:768px) {
    .event--columns .event__item {
        width: 33.33333%;
        float: left;
    }
}

.event--columns .event__item:first-of-type .event__details:before {
    border-right: none;
}

@media (max-width:767px) {
    .event--columns {
        margin-top: -1.6471em;
        text-align: center;
    }

        .event--columns .event__item {
            margin-top: 1.6471em;
        }
}

.event--columns .event__details {
    position: relative;
    margin-top: 1.6471em;
    padding: 0 40px;
    min-height: 125px;
}

    .event--columns .event__details:before {
        top: .35417em;
        position: absolute;
        bottom: 0;
        content: ' ';
        display: block;
        left: 0;
        border-right: 1px solid #cfcfcf;
    }

.event--columns .event__name {
    margin-top: 0;
    max-height: 8.9rem;
    overflow: hidden;
    position: relative;
}

    .event--columns .event__name:after {
        position: absolute;
        display: block;
        content: ' ';
        height: 3rem;
        bottom: 0;
        right: 0;
        width: 20%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.rtl .event--columns .event__name:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:1199px) {
    .event--columns .event__details {
        padding: 0 15px;
        min-height: initial;
    }

    .event--columns .event__name {
        max-height: 5rem;
    }

        .event--columns .event__name:after {
            height: 1.5rem;
        }
}

.event--columns .event__time {
    margin-top: .82355em;
}

.event--columns .event__links {
    position: relative;
    z-index: 10;
    margin-top: 1.6471em;
}

.event--columns .event__link-item {
    margin: 0 10px;
}

.event--columns .event__register {
    margin-top: 1.6471em;
    position: relative;
    z-index: 10;
}

.event--columns .event__back {
    position: relative;
    height: 100%;
}

.event--columns .event__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.event--columns .event__item--map .event__map {
    opacity: 1;
}

.event--columns .event__form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: auto;
    -webkit-transition: .5s;
    transition: .5s;
}

.event--columns .event__item--form .event__form {
    opacity: 1;
}

.event--split {
    margin-left: -15px;
    margin-right: -15px;
}

    .event--split:after, .event--split:before {
        content: " ";
        display: table;
    }

@media (max-width:767px) {
    .event--columns .event__details:before {
        top: 0;
        border-right: none;
    }

    .event--columns .event__details {
        padding: 0;
    }

    .event--split {
        margin: -1.6471em 0 0;
    }

        .event--split .event__item {
            margin-top: 1.6471em;
        }
}

@media (min-width:768px) {
    .event--split .event__item {
        width: 33.33333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.event--split .event__details {
    margin-top: .82355em;
    padding: 0 20px;
}

@media (max-width:767px) {
    .event--split .event__preview {
        max-height: 240px;
        display: block;
    }

    .event--split .event__details {
        padding: 0;
        min-height: initial;
    }
}

.event--split .event__name, .event--split .event__time {
    margin-top: .82355em;
}

.event--split .event__link-item {
    margin: 0 5px;
}

.event--split .event__actions {
    margin-top: 1.6471em;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1199px) {
    .event--split .event__links {
        width: 100%;
        text-align: center;
    }

    .event--split .event__actions {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .event--split .event__register {
        margin-top: 1.6471em;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.event--split .event__back {
    position: relative;
    height: 100%;
}

.event--split .event__map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.event--split .event__item--map .event__map {
    opacity: 1;
}

.event--split .event__form {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    overflow: auto;
    -webkit-transition: .5s;
    transition: .5s;
}

.event--split .event__item--form .event__form {
    opacity: 1;
}

.event--list .event__preview {
    display: block;
    overflow: hidden;
}

.event--list .event__details {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 1.6471em;
}

@media (min-width:768px) {
    .event--list .event__preview {
        width: 41.66667%;
        float: left;
    }

    .sidebar-hide .event--list .event__preview {
        width: 33.33333%;
        float: left;
    }

    .event--list .event__details {
        width: 58.33333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    .event--list .event__details {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.sidebar-hide .event--list .event__details {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width:768px) {
    .sidebar-hide .event--list .event__details {
        width: 66.66667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.event--list .event__name {
    margin-top: .82355em;
}

.event--list .event__organaizer {
    font-weight: 400;
    margin-top: .82355em;
    display: block;
}

.event--list .event__info {
    position: relative;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    padding: 0 15px;
    margin-top: 1.6471em;
    display: inline-block;
}

@media (max-width:767px) {
    .event--list .event__info {
        padding: 0 5px;
    }
}

.event--list .event__info-svg {
    fill: #626262;
    width: 15px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.rtl .event--list .event__info-svg {
    margin-right: 0;
    margin-left: 10px;
}

.event--list .event__links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    padding: 10px 20px;
    -webkit-transform: translateY(78px);
    -ms-transform: translateY(78px);
    transform: translateY(78px);
    -webkit-transition: .3s;
    transition: .3s;
}

.event--list .event__item:hover .event__links {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.event--list .event__link-item {
    margin-right: 20px;
    fill: #fff;
}

.event--list .event__location {
    margin-top: 0;
    font-style: italic;
}

.event--list .event__price {
    float: right;
    margin-top: 1.6471em;
    position: relative;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    padding: 0 15px;
}

.event--list .event__more {
    margin-top: 1.6471em;
    position: relative;
    top: .5em;
}

.rtl .event--list .event__more {
    margin-right: 100px;
}

@media (max-width:767px) {
    .event--list .event__price {
        padding: 0 5px;
    }

    .event--list .event__more {
        top: 0;
    }

    .rtl .event--list .event__more {
        margin-right: 15px;
    }
}

.event--list .event__map {
    height: 400px;
}

.event--grid .event__item {
    background: #fff;
    padding-bottom: 1.6471em;
}

.event--grid .event__preview {
    display: block;
    overflow: hidden;
}

.event--grid .event__preview-link {
    max-height: 220px;
    display: block;
    overflow: hidden;
}

.event--grid .event__details {
    padding: 0 15px;
}

.event--grid .event__name {
    margin-top: .82355em;
    height: 8.9rem;
    overflow: hidden;
    position: relative;
}

    .event--grid .event__name:after {
        position: absolute;
        display: block;
        content: ' ';
        height: 3rem;
        bottom: 0;
        right: 0;
        width: 20%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.rtl .event--grid .event__name:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:1199px) {
    .event--list .event__links {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .event--grid .event__name {
        max-height: 5rem;
    }

        .event--grid .event__name:after {
            height: 1.5rem;
        }
}

.event--grid .event__organaizer {
    font-weight: 400;
    margin-top: .82355em;
}

.event--grid .event__info {
    position: relative;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    padding: 0 15px;
    margin-top: .82355em;
}

@media (max-width:767px) {
    .event--grid .event__info {
        padding: 0 5px;
    }
}

.event--grid .event__info-svg {
    fill: #626262;
    width: 15px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.rtl .event--grid .event__info-svg {
    margin-right: 0;
    margin-left: 10px;
}

.event--grid .event__links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    padding: 10px 20px;
    -webkit-transform: translateY(78px);
    -ms-transform: translateY(78px);
    transform: translateY(78px);
    -webkit-transition: .3s;
    transition: .3s;
}

.event--grid .event__item:hover .event__links {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.event--grid .event__link-item {
    margin-right: 20px;
    fill: #fff;
}

.event--grid .event__time {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event--grid .event__location {
    margin-top: 0;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event--grid .event__actions {
    padding: 0 15px;
    margin-top: 1.6471em;
}

.event--grid .event__price {
    float: right;
    position: relative;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    padding: 0 15px;
}

@media (max-width:767px) {
    .event--grid .event__price {
        padding: 0 5px;
    }
}

.event--grid .event__back {
    position: relative;
    height: 100%;
}

.event--grid .event__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.event--grid .event__item--map .event__map {
    opacity: 1;
}

.event--grid .event__form {
    padding-top: 1.6471em;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    background: #fff;
    overflow: auto;
}

.event--grid .event__item--form .event__form {
    opacity: 1;
}

.rtl .event--grid .event__more {
    margin-right: 15px;
}

.event--sidebar .event__preview {
    margin-top: 1.6471em;
}

@media (max-width:991px) {
    .event--sidebar .event__preview {
        width: 40%;
    }
}

@media (max-width:480px) {
    .event--sidebar .event__preview {
        width: 100%;
    }
}

.event--sidebar .event__name {
    margin-top: .82355em;
}

.event--sidebar .event__info, .event--sidebar .event__intro {
    margin-top: .32942em;
}

    .event--sidebar .event__intro p {
        margin-bottom: 0;
    }

.event--sidebar .event__link-item {
    margin-right: 20px;
}

.event--sidebar .event__link-svg {
    fill: #fff;
}

.event--sidebar .event__location {
    margin-top: 0;
    font-style: italic;
}

.event--details {
    padding-bottom: 2.47065em;
}

    .event--details .event__organaizer {
        margin-top: .82355em;
    }

    .event--details .event__price {
        border: 2px solid #cfcfcf;
        border-radius: 5px;
        padding: 0 15px;
        position: relative;
        top: .56667em;
        font-weight: 900;
        text-align: center;
        margin-top: 0;
    }

    .event--details .event__book {
        margin-top: 1.6471em;
    }

@media (max-width:767px) {
    .event--details .event__price {
        padding: 0 5px;
        top: 0;
    }

    .event--details .event__book {
        margin-top: 0;
    }
}

.event--details .event__info {
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
    margin-top: .82355em;
}

    .event--details .event__info svg {
        fill: #fff;
    }

.event--details .event__info-svg {
    fill: #fff;
    width: 15px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.rtl .event--details .event__info-svg {
    margin-right: 0;
    margin-left: 10px;
}

.event--details .event__link-svg {
    fill: #fff;
}

.event--details .event__detail-phones, .event--details .event__location {
    margin-top: 0;
}

.event--details .event__social {
    margin-top: .82355em;
    text-align: center;
}

.event--details .event__detail-mail {
    margin-left: 50px;
}

@media (max-width:1199px) {
    .event--grid .event__links {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .event--details .event__detail-mail {
        margin-left: 0;
        display: block;
    }
}

.event--details .event__time {
    font-size: 1em;
    line-height: 1.6471em;
    margin: 0;
    font-style: normal;
}

.event--details .event__form, .event--details .event__schedule {
    margin-top: 1.6471em;
}

.event--details .event__schedule-table {
    width: 100%;
}

    .event--details .event__schedule-table td {
        border-color: #fff;
    }

    .event--details .event__schedule-table tr:last-child td:after {
        border-top: none;
    }

.event--details .event__schedule-description:after, .event--details .event__schedule-time:after {
    bottom: 0;
    left: 5px;
    right: 5px;
    content: ' ';
    border-top: 1px solid #fff;
    display: block;
}

.event--details .event__schedule-time {
    background: #ff6014;
    padding: 10px 0px 10px 25px;
    border-right: 1px solid #fff;
    position: relative;
    color: #fff;
    font-weight:600;
}

    .event--details .event__schedule-time:after {
        position: absolute;
    }

@media (max-width:767px) {
    .event--details .event__schedule-time {
        padding: 5px;
    }
}

.event--details .event__schedule-description {
    background: #fbf3ab;
    padding: 5px 25px;
    position: relative;
}

.event--details .event__schedule-description1 {
    background: #ffdfd0;
    padding: 5px 25px;
    position: relative;
}

    .event--details .event__schedule-description:after {
        position: absolute;
    }

@media (max-width:767px) {
    .event--details .event__schedule-description {
        padding: 5px;
    }
}

@media (max-width:767px) {
    .event--details .event__schedule-description1 {
        padding: 5px;
    }
}

.event--details .event__mess {
    margin-top: 2.47065em;
    text-align: center;
}

.event--details .event__register {
    margin-top: 1.6471em;
    padding: 10px 40px;
    font-size: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .event--details .event__register:active {
        padding-top: 14px;
        padding-bottom: 6px;
    }

@media (max-width:767px) {
    .event--details .event__register {
        margin-top: 1.6471em;
        font-size: 17px;
        width: 170px;
    }

    .cause--donation {
        text-align: center;
    }
}

.cause__preview-img {
    width: 100%;
}

.cause__value {
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 7.05882em;
    line-height: .7;
}

.cause__value-measure {
    font-weight: 400;
    font-size: .5em;
}

.cause__value-label {
    font-size: .3em;
    font-weight: 400;
}

.cause__details:after, .cause__details:before {
    content: " ";
    display: table;
}

.cause__scope {
    text-align: center;
    text-transform: uppercase;
    margin-top: .82355em;
}

.cause__bar, .cause__progress {
    margin-top: .32942em;
    border-radius: 5px;
}

.cause__counter {
    position: relative;
}

.cause__donated {
    color: #ef5350;
}

.cause__donation-bar .cause__raised {
    float: right;
}

.cause__bar {
    background: #e6e6e6;
}

.cause__progress {
    background: #ef5350;
    height: 6px;
}

.cause--donation .cause__counter {
    position: relative;
    top: .35417em;
}

@media (min-width:768px) {
    .cause--donation .cause__counter {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    .cause--donation .cause__counter {
        top: 0;
        width: 250px;
        margin: 0 auto;
    }

    .cause--donation .cause__details {
        margin-top: 1.6471em;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cause--donation .cause__value {
        font-size: 5.29412em;
        top: 20%;
    }
}

.cause--donation .cause__name {
    color: #fff;
    margin-top: 0;
}

.cause--donation .cause__intro {
    color: #8c8c8c;
    margin-top: 1.6471em;
}

    .cause--donation .cause__intro p {
        margin-bottom: 0;
    }

.cause--donation .cause__preview {
    position: relative;
    top: .35417em;
}

@media (min-width:768px) {
    .cause--donation .cause__details {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cause--donation .cause__preview {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    .cause--donation .cause__preview {
        top: 0;
        margin-top: 1.6471em;
    }
}

.cause--donation .cause__more {
    margin-top: 1.6471em;
}

.cause--donation .cause__form {
    display: none;
    width: 70%;
    margin: 3.2942em auto 0;
}

@media (max-width:1199px) {
    .cause--donation .cause__form {
        width: 100%;
        text-align: left;
    }
}

.cause--donation .cause__form .in-label, .cause--donation .cause__form h3, .cause--donation .cause__form h5 {
    color: #fff;
}

.cause--list .cause__preview {
    text-align: center;
    background: #fff;
    display: block;
}

.cause--list .cause__preview-img--grid {
    display: none;
}

.cause--list .cause__details {
    background: #fff;
    padding-bottom: 1.6471em;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .cause--list .cause__info {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .cause--list .cause__info {
        width: 58.33333%;
    }
}

.cause--list .cause__info--wide {
    width: 100%;
}

.cause--list .cause__counter {
    width: 50%;
    float: left;
    padding: 0;
}

@media (min-width:768px) {
    .cause--list .cause__counter {
        width: 58.33333%;
    }
}

.cause--list .cause__intro:after, .cause--list .cause__name:after {
    bottom: 0;
    width: 20%;
    content: ' ';
    display: block;
}

.cause--list .cause__name {
    margin-top: .82355em;
    max-height: 8.9rem;
    overflow: hidden;
    position: relative;
}

    .cause--list .cause__name:after {
        position: absolute;
        height: 3rem;
        right: 0;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.rtl .cause--list .cause__name:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:1199px) {
    .cause--list .cause__name {
        max-height: 5rem;
    }

        .cause--list .cause__name:after {
            height: 1.5rem;
        }
}

.cause--list .cause__categories {
    margin-top: .32942em;
}

.cause--list .cause__intro {
    margin-top: .32942em;
    max-height: 8.9rem;
    overflow: hidden;
    position: relative;
}

    .cause--list .cause__intro:after {
        position: absolute;
        height: 3rem;
        right: 0;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.rtl .cause--list .cause__intro:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:1199px) {
    .cause--list .cause__intro {
        max-height: 5rem;
    }

        .cause--list .cause__intro:after {
            height: 1.5rem;
        }
}

.cause--list .cause__donation {
    margin-top: .82355em;
    padding: 0;
}

@media (min-width:768px) {
    .cause--list .cause__donation {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .cause--list .cause__donation {
        width: 41.66667%;
    }
}

.cause--list .cause__donation--wide {
    width: 100%;
    margin-top: 0;
    position: relative;
    padding: .82355em 0 0;
}

    .cause--list .cause__donation--wide:before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-bottom: 1px solid #cfcfcf;
    }

@media (max-width:767px) {
    .cause--list .cause__donation--wide {
        margin-top: 1.6471em;
    }

        .cause--list .cause__donation--wide:before {
            left: 0;
            right: 0;
        }
}

.cause--list .cause__donate {
    margin-top: 2.96478em;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width:991px) {
    .cause--list .cause__donate {
        margin-top: 3.2942em;
    }
}

@media (max-width:767px) {
    .cause--list .cause__donate {
        margin-top: 4.44717em;
    }
}

.cause--list .cause__donation-column .cause__donate {
    margin-top: .49413em;
    margin-left: 30px;
}

.cause--list .cause__donation-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:768px) {
    .cause--list .cause__donation-bar, .cause--list .cause__donation-column {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    .cause--list .cause__donation-column .cause__donate {
        margin-left: 0;
        margin-top: 1.6471em;
    }

    .cause--list .cause__donation-column {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .cause--list .cause__donation-column .social--cause {
            margin-top: .82355em;
        }
}

.rtl .cause--list .cause__donation-column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cause--list .cause__circle {
    margin: 0 auto;
    width: 135px;
}

.cause--list .cause__value {
    font-size: 2.94118em;
    color: #626262;
    top: 45px;
}

.cause--list .cause__scope-donated, .cause--list .cause__scope-label {
    line-height: 1.86671em;
    color: #ef5350;
    text-align: center;
    display: block;
}

.cause--list .cause__value-label {
    text-transform: none;
}

.cause--list .cause__scope {
    width: 50%;
    float: left;
    padding: 0;
}

@media (min-width:768px) {
    .cause--list .cause__scope {
        width: 41.66667%;
    }
}

.cause--list .cause__scope-donated {
    font-size: 1.76471em;
    margin: 0;
}

.cause--list .cause__scope-label {
    font-size: .88235em;
    margin: -15px 0 0;
    text-transform: none;
}

.cause--list .cause__scope-total {
    font-size: .76471em;
    line-height: 2.1539em;
    margin: 0;
    text-align: center;
    display: block;
    color: #626262;
    text-transform: none;
}

.cause--grid .cause__preview {
    text-align: center;
    background: #fff;
    display: block;
}

.cause--grid .cause__preview-img--list {
    display: none;
}

.cause--grid .cause__details {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 1.6471em;
}

@media (max-width:767px) {
    .cause--grid .cause__details {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cause--grid .cause__counter {
    width: 50%;
    float: left;
    padding: 0;
}

.cause--grid .cause__intro:after, .cause--grid .cause__name:after {
    display: block;
    content: ' ';
    width: 20%;
    bottom: 0;
}

.cause--grid .cause__name {
    margin-top: .82355em;
    max-height: 8.9rem;
    overflow: hidden;
    position: relative;
}

    .cause--grid .cause__name:after {
        position: absolute;
        height: 3rem;
        right: 0;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.rtl .cause--grid .cause__name:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:1199px) {
    .cause--grid .cause__name {
        max-height: 5rem;
    }

        .cause--grid .cause__name:after {
            height: 1.5rem;
        }
}

.cause--grid .cause__categories {
    margin-top: .32942em;
}

.cause--grid .cause__intro {
    margin-top: .32942em;
    max-height: 5.9rem;
    overflow: hidden;
    position: relative;
}

    .cause--grid .cause__intro:after {
        position: absolute;
        height: 3rem;
        right: 0;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(50%,#fff));
        background: linear-gradient(to right,rgba(255,255,255,.1) 0,#fff 50%);
    }

.rtl .cause--grid .cause__intro:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,rgba(255,255,255,.1)));
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,.1) 50%);
}

@media (max-width:1199px) {
    .cause--grid .cause__intro {
        max-height: 3.5rem;
    }

        .cause--grid .cause__intro:after {
            height: 1.5rem;
        }
}

.cause--grid .cause__donation {
    margin-top: .82355em;
}

.cause--grid .cause__donate {
    margin-top: .82355em;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width:991px) {
    .cause--grid .cause__donate {
        margin-top: 1.15297em;
    }
}

@media (max-width:767px) {
    .cause--grid .cause__donate {
        margin-top: 1.6471em;
    }
}

.cause--grid .cause__circle {
    margin: 0 auto;
    width: 105px;
}

.cause--grid .cause__value {
    font-size: 50px;
    color: #626262;
    top: 33px;
}

.cause--grid .cause__scope-donated, .cause--grid .cause__scope-label {
    line-height: 1.86671em;
    color: #ef5350;
    display: block;
    text-align: center;
}

.cause--grid .cause__value-measure {
    font-size: 25px;
}

.cause--grid .cause__value-label {
    font-size: 15px;
    text-transform: none;
}

.cause--grid .cause__scope {
    width: 50%;
    float: left;
    padding: 0;
}

.cause--grid .cause__scope-donated {
    font-size: 1.76471em;
    margin: 0;
}

.cause--grid .cause__scope-label {
    font-size: .88235em;
    margin: -15px 0 0;
    text-transform: none;
}

.cause--grid .cause__scope-total {
    font-size: .76471em;
    line-height: 2.1539em;
    margin: 0;
    text-align: center;
    display: block;
    color: #626262;
    text-transform: none;
}

.cause--details .cause__categories {
    margin-top: .82355em;
}

.cause--details .cause__donate {
    margin-top: 1.6471em;
}

.cause--details .cause__donate--big {
    margin-top: 2.47065em;
    padding: 10px 40px;
    font-size: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .cause--details .cause__donate--big:active {
        padding-top: 14px;
        padding-bottom: 6px;
    }

@media (max-width:767px) {
    .cause--details .cause__donate--big {
        margin-top: 1.6471em;
    }
}

.cause--details .cause__circle {
    margin: 0 auto;
    width: 240px;
}

.cause--details .cause__value {
    font-size: 108px;
    color: #ef5350;
    top: 80px;
}

.cause--details .cause__value-measure {
    font-size: 50px;
    color: #e6e6e6;
    display: block;
}

@media (min-width:768px) {
    .cause--details .cause__counter, .cause--details .cause__info {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cause--details .cause__info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cause--details .cause__info-item {
    color: #222;
    margin-top: 1.6471em;
}

    .cause--details .cause__info-item strong {
        color: #ef5350;
    }

.cause--details .cause__info-goal {
    font-size: 2.94118em;
    font-weight: 400;
    line-height: 1;
}

.cause--details .cause__info-svg {
    fill: grey;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    float: left;
}

.cause--details .cause__info-svg--heart {
    margin-top: 10px;
}

.cause--details .cause__info-svg--calendar {
    fill: none;
    stroke: grey;
    stroke-width: 2px;
}

.cause--details .cause__mess {
    margin-top: 2.47065em;
    text-align: center;
}

.cause--details .cause__form {
    display: none;
}

.cause--sidebar .cause__preview {
    margin-top: 1.6471em;
}

@media (max-width:991px) {
    .cause--sidebar .cause__preview {
        width: 40%;
    }
}

@media (max-width:480px) {
    .cause--sidebar .cause__preview {
        width: 100%;
    }
}

.cause--sidebar .cause__info, .cause--sidebar .cause__intro, .cause--sidebar .cause__name {
    margin-top: .82355em;
}

    .cause--sidebar .cause__intro > p {
        margin-bottom: 0;
    }

.cause--sidebar .cause__donate {
    margin-top: 1.6471em;
}

@media (min-width:1200px) {
    .ministry__column--left {
        width: 41.66667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ministry__column--right {
        width: 58.33333%;
        float: left;
    }
}

.ministry__gallery-img, .products__img {
    width: 100%;
}

.ministry__intro {
    padding-right: 60px;
    margin-top: 8.2355em;
}

@media (max-width:1199px) {
    .ministry__intro {
        padding: 0;
        margin-top: 1.6471em;
    }
}

.rtl .ministry__intro {
    padding: 0;
}

.ministry__gallery {
    position: relative;
    top: .34em;
}

.ministry__gallery-item {
    float: left;
    position: relative;
    overflow: hidden;
}

    .ministry__gallery-item:hover .ministry__gallery-caption {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

@media (max-width:767px) {
    .ministry__gallery {
        top: 0;
    }

    .ministry__gallery-item {
        float: none;
        display: block;
    }

        .ministry__gallery-item:nth-of-type(n+4) {
            display: none;
        }
}

.ministry__gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    padding: 60px 14px 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

@media (max-width:1199px) {
    .ministry__gallery-caption {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.products__item {
    float: left;
    border: 1px solid #e6e6e6;
    text-align: center;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    background: #fff;
    padding-bottom: 1.6471em;
}

.products__name {
    display: block;
    font-weight: 600;
    color: #626262;
}

.products__price {
    color: #ef5350;
    display: block;
    font-weight: 600;
}

.products__basket {
    border: none;
    outline: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #ef5350;
    padding: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

    .products__basket:before {
        font-size: .6em;
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        position: absolute;
        color: #fff;
        top: 20px;
        left: 38px;
    }

    .products__basket.active, .products__item:hover .products__basket {
        opacity: 1;
    }

        .products__basket.active:before {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

.flipper, .flipper__container {
    -moz-transform: perspective(1000px);
}

.products__basket-svg {
    width: 50px;
    height: 50px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.products--main {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1199px) {
    .products__basket {
        opacity: 1;
    }

    .products--main {
        width: 870px;
    }
}

@media (max-width:991px) {
    .products--main {
        width: 580px;
    }

        .products--main .products__placeholder:nth-child(2) {
            display: none;
        }
}

.products--main .products__item {
    width: 290px;
    height: 306px;
}

.products--main .products__placeholder {
    border: none;
    background: 0 0;
}

@media (max-width:767px) {
    .products--main {
        width: 290px;
    }

        .products--main .products__list {
            margin-top: 1.6471em;
        }

        .products--main .products__item {
            float: none;
        }

        .products--main .products__placeholder {
            display: none;
        }
}

.products--main .products__buttons {
    margin-left: 867px;
    margin-top: -65px;
    position: relative;
    z-index: 10;
}

@media (max-width:1199px) {
    .products--main .products__buttons {
        margin-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.6471em;
    }
}

.products--main .products__next, .products--main .products__prev {
    padding: 0;
    background: 0 0;
    border: 1px solid #e6e6e6;
    width: 65px;
    height: 65px;
    float: left;
    margin-left: -1px;
    text-align: center;
    outline: 0;
}

.products--main .products__prev {
    color: #626262;
}

    .products--main .products__prev:before {
        font-size: 40px;
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        color: inherit;
    }

.products--main .products__next {
    color: #626262;
}

    .products--main .products__next:before {
        font-size: 40px;
        display: inline-block;
        font-family: FontAwesome;
        content: "";
        color: inherit;
    }

.products--grid .products__list {
    margin: 1.6471em -34px 0 -29px;
}

    .products--grid .products__list:after, .products--grid .products__list:before {
        content: " ";
        display: table;
    }

@media (max-width:1199px) {
    .products--grid .products__list {
        margin-right: -32px;
    }
}

@media (max-width:767px) {
    .products--grid .products__list {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1.6471em;
    }
}

.products--grid .products__item {
    padding-left: 0;
    padding-right: 0;
    margin-left: -1px;
    margin-top: -1px;
}

@media (min-width:768px) {
    .products--grid .products__item {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1200px) {
    .products--grid .products__item {
        width: 33.33333%;
    }
}

@media (max-width:767px) {
    .products--grid .products__item {
        float: none;
    }
}

.products--top .products__list-item {
    margin-top: 1.6471em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.products--top .products__preview {
    width: 80px;
    margin-right: 15px;
}

.products--top .products__img {
    width: auto;
}

.products--top .products__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.products--top .products__label {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    float: right;
    background: #ef5350;
    color: #fff;
    font-size: 14px;
    margin-top: -10px;
}

.products--top .products__name {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
}

@media (max-width:991px) {
    .products--top .products__name {
        font-size: 1em;
    }
}

.products--top .products__price {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0;
    display: inline-block;
}

@media (max-width:991px) {
    .products--top .products__price {
        font-size: 1em;
    }
}

.products--top .products__price-old {
    font-size: .88235em;
    line-height: 1.86671em;
    margin: 0 15px 0 0;
}

.products--details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.6471em;
}

    .products--details .products__photo {
        width: 50%;
    }

@media (max-width:767px) {
    .products--details .products__photo {
        width: 100%;
    }

    .products--details .products__thumbs {
        display: none;
    }
}

.products--details .products__thumbs-item {
    width: 100px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
}

    .products--details .products__thumbs-item.active {
        border-color: #ef5350;
    }

.products--details .products__thumbs-img {
    width: 100%;
}

.products--details .products__info {
    width: 50%;
    padding-left: 7%;
}

.products--details .products__price-old {
    font-size: 2.35294em;
    line-height: 1.40004em;
    margin: 0 50px 0 0;
}

.products--details .products__price {
    font-size: 3.52941em;
    line-height: 1.40004em;
    margin: 0;
    display: inline-block;
}

.products--details .products__quantity {
    margin-top: 1.6471em;
}

.products--details .products__add {
    margin-top: 2.47065em;
}

.products--details .products__descr {
    margin-top: 1.6471em;
}

.products--details .products__social {
    margin-top: .82355em;
}

.map__buttons {
    display: none;
}

.contacts, .map--contacts .map__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.map--event .map__view {
    height: 450px;
}

.map--contacts {
    margin-left: -30px;
    margin-right: -30px;
}

@media (max-width:767px) {
    .products--details .products__info {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .products--details .products__descr {
        text-align: left;
    }

    .map--event .map__view {
        height: 300px;
    }

    .map--contacts {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 1.6471em;
    }
}

.map--contacts .map__view {
    height: 550px;
}

.map--contacts .map__caption {
    padding-bottom: 1.6471em;
    background: #ef5350;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    margin: -80px 100px 0;
    padding-right: 60px;
    position: relative;
    z-index: 20;
}

.map--contacts .map__caption-column {
    padding-left: 60px;
    width: 50%;
}

@media (max-width:767px) {
    .map--contacts .map__view {
        height: 350px;
    }

    .map--contacts .map__caption {
        margin: 0;
        padding-right: 0;
    }

    .map--contacts .map__caption-column {
        margin-left: 0;
        padding: 0 15px;
        width: 100%;
    }
}

.map--contacts .map__caption-title {
    color: #fff;
    font-size: 1.76471em;
    line-height: 1.86671em;
    margin: .93336em 0 0;
}

@media (max-width:767px) {
    .map--contacts .map__caption-title {
        margin-top: 0;
    }
}

.cloud-tags {
    margin-top: .82355em;
    padding-bottom: .82355em;
}

    .cloud-tags a {
        font-weight: 400;
        margin: 10px 10px 0 0;
        text-transform: none;
        font-size: .88235em;
    }

.contacts {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .contacts__form {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .contacts__form {
        width: 58.33333%;
    }
}

@media (max-width:767px) {
    .contacts__form {
        width: 100%;
        padding: 0;
    }
}

@media (min-width:768px) {
    .contacts__info {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq__content {
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
}

@media (min-width:992px) {
    .contacts__info {
        width: 33.33333%;
    }
}

.cart__login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart--list {
    background: #fff;
}

    .cart--list:after, .cart--list:before {
        content: " ";
        display: table;
    }

    .cart--account .cart__coupon, .cart--list .cart__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    .cart--list .cart__list {
        margin-top: 1.6471em;
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        margin-right: -30px;
        margin-left: -30px;
    }

    .cart--list .cart__item {
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

        .cart--list .cart__item:last-of-type {
            border-bottom: none;
        }

@media (max-width:767px) {
    .contacts__info {
        width: 100%;
        padding: 0;
    }

    .cart--list .cart__list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cart--list .cart__item {
        padding-bottom: 1.6471em;
    }

    .cart--list .cart__preview {
        width: 100%;
    }
}

.cart--list .cart__img {
    width: 100%;
}

.cart--list .cart__preview {
    width: 180px;
    margin-right: 20px;
}

.cart--list .cart__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width:767px) {
    .cart--list .cart__preview {
        width: 100%;
        margin-right: 0;
    }

    .cart--list .cart__name {
        text-align: center;
    }
}

.cart--list .cart__quantity {
    width: 210px;
}

@media (max-width:767px) {
    .cart--list .cart__quantity {
        width: 100%;
        margin-top: .82355em;
    }
}

.cart--list .cart__price {
    width: 150px;
}

.cart--list .cart__remove {
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    margin-right: 30px;
    color: #626262;
}

.cart--sidebar .cart__total strong, .cart--summary .cart__totals-price--highlight {
    color: #ef5350;
}

.cart--list .cart__remove:before {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: .5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.rtl .cart--list .cart__remove {
    margin-right: 0;
    margin-left: 30px;
}

@media (max-width:767px) {
    .cart--list .cart__price {
        margin-top: .82355em;
        text-align: center;
        width: 100%;
    }

    .cart--list .cart__remove {
        position: absolute;
        top: 35%;
        right: 0;
    }

    .rtl .cart--list .cart__remove {
        right: auto;
        left: 0;
    }

    .cart--summary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cart--sidebar .cart__items {
    margin-top: .82355em;
}

.cart--sidebar .cart__total {
    margin: 0;
}

.cart--sidebar .cart__link {
    margin-right: 15px;
}

.cart--summary .cart__totals {
    width: 450px;
    font-weight: 600;
}

.cart--summary .cart__payment-item .in-label, .cart--summary .cart__totals-price {
    font-weight: 900;
}

@media (max-width:767px) {
    .cart--summary .cart__totals {
        width: 100%;
    }
}

.cart--summary .cart__totals tr {
    border-bottom: 1px solid #e6e6e6;
}

    .cart--summary .cart__totals tr:last-of-type {
        border-bottom: none;
    }

    .cart--summary .cart__totals tr td {
        padding: 5px 0;
    }

.cart--summary .cart__totals-product span {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    background: #b4b4b4;
    display: inline-block;
    margin-left: 20px;
}

    .cart--summary .cart__totals-product span img {
        width: 100%;
    }

.cart--summary .cart__link {
    margin-top: 3.2942em;
}

@media (max-width:767px) {
    .cart--summary .cart__link {
        margin-top: 1.6471em;
    }
}

.cart--summary .cart__btn {
    margin-top: 3.2942em;
}

@media (max-width:767px) {
    .cart--summary .cart__btn {
        margin-top: 1.6471em;
    }
}

.cart--summary .cart__payment {
    margin-top: 1.6471em;
}

.cart--summary .cart__payment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cart--summary .cart__payment-item {
    margin-top: .82355em;
    position: relative;
}

    .cart--summary .cart__payment-item img {
        margin: 0 15px;
    }

.cart--summary .cart__payment-subtitle {
    display: block;
    margin-left: 30px;
}

.cart--checkout {
    width: 80%;
}

.cart--account .cart__coupon {
    margin-top: .82355em;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart--account .cart__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart--account .cart__link--coupon {
    margin-top: 1.6471em;
    margin-left: 15px;
}

@media (max-width:767px) {
    .cart--checkout {
        width: 100%;
    }

    .cart--account .cart__link--coupon {
        margin-left: 0;
    }
}

.cart--account .cart__btn {
    margin-top: 1.97652em;
}

.faq {
    margin-top: 1.6471em;
}

.faq__item {
    margin-top: .32942em;
}

.faq__expander {
    font-weight: 600;
    color: #626262;
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    display: block;
}

    .faq__expander.collapsed:before, .faq__expander:before {
        font-family: themify;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        font-size: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .faq__expander:before {
        content: "";
        color: #ef5350;
        position: absolute;
        top: -1px;
        left: 0;
    }

.rtl .faq__expander {
    padding-left: 15px;
    padding-right: 30px;
}

    .rtl .faq__expander:before {
        right: 0;
        left: auto;
    }

.faq__expander.collapsed:before {
    content: "";
}

.faq__close:before, .flipper__btn-unflip:before {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.faq__content {
    padding: 0;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-left: 37px;
}

.rtl .faq__content {
    margin-right: 35px;
    margin-left: 0;
}

.flipper__back, .flipper__container {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    -ms-transition: .6s;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.faq__content.collapse.in {
    opacity: 1;
    height: auto;
}

.faq__body {
    margin-top: .82355em;
}

.faq__close {
    background: 0 0;
    border: none;
    outline: 0;
}

    .faq__close:before {
        font-size: .8em;
        margin-right: 20px;
    }

.calendar {
    margin-top: 1.6471em;
}

.calendar__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calendar__btn {
    width: 40px;
    height: 40px;
}

.calendar__controls-svg {
    width: 30px;
    height: 35px;
}

.calendar__period {
    margin: 0 30px;
}

.calendar__view {
    margin-top: 1.6471em;
}

.flipper {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.flipper__container {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
}

.flipper__back {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: rotateY(0);
    -o-transition: .6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0);
    transition: .6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flipper__front {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0);
    -o-transition: .6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0);
    -ms-transition: .6s;
    -ms-transform-style: preserve-3d;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    z-index: 2;
}

.flipper__btn-unflip {
    border: none;
    outline: 0;
    position: absolute;
    top: 15px;
    right: 18px;
    color: #626262;
    z-index: 30;
    background: #fff;
    padding: 0 3px;
}

    .flipper__btn-unflip:before {
        font-size: 1em;
    }

.flipper--hover:hover .flipper__back {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

.flipper--hover:hover .flipper__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper--rotate .flipper__back {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

.flipper--rotate .flipper__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.top-image {
    float: left;
    width: 100%;
}

.top-image > img {
    height: 100%;
    width: 100%;
}








.pdrgt0 {
    padding-right: 0!important;
}
.cal_status {
    margin-top: 10px;
}
.cal_status {
    float: left;
    /*width: 40%;*/
    margin: 15px 0 8px;
    font-size: 15px;
}

.legend_accom li {
    float: left;
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-left: 20px;
}

.avil_bg {
    color: #016d01;
}

.legend_accom li {
    float: left;
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-left: 20px;
}


.book_bg {
    color: #ff1e22;
    width: 9%;
}


.legend_accom li {
    float: left;
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-left: 20px;
}
.not_bg {
    width: 14%;
    color: #05afe8;
}


.legend_accom li {
    float: left;
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-left: 20px;
}
.block {
    color: #8f8f8f;
    padding-right: 0;
}

.avil_bg:after, .block:after, .block_bg:after, .book_bg:after, .not_bg:after, .tirumala:after, .tirupati:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ff1e22;
    left: 0;
    top: 1px;
}

.avil_bg:after {
    background: #016d01;
}

.avil_bg:after, .block:after, .block_bg:after, .book_bg:after, .not_bg:after, .tirumala:after, .tirupati:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ff1e22;
    left: 0;
    top: 1px;
}

.avil_bg:after, .block:after, .block_bg:after, .book_bg:after, .not_bg:after, .tirumala:after, .tirupati:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ff1e22;
    left: 0;
    top: 1px;
}

.not_bg:after {
    background: #05afe8;
}

.avil_bg:after, .block:after, .block_bg:after, .book_bg:after, .not_bg:after, .tirumala:after, .tirupati:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ef5350;
    left: 0;
    top: 1px;
}

.block:after {
    background: #ccc;
}

.legend_accom {
    margin: 0;
    padding: 0;
    float: left;
}

.avil_bg:after {
    background: #8BC34A;
}

.legend_accom li.avil_bg, .legend_accom li.block, .legend_accom li.book_bg, .legend_accom li.not_bg {
    width: auto;
}
@media (max-width:767px) {
    .slider--wide .slider__preview-img 
    {
        left: 0 !important;   /*theme-default.m…604121231:8656*/     
    } 
 
.slider--wide .slider__preview-img {
    /* left: -130%; */
}
  .slider--wide .slider__preview-img
   {                                      /*theme-default.m…604121231:8551*/
    height: auto !important;
    width: 100% !important;
    /*position: absolute;*/
    left: 0% !important;
    right: 0% !important;
    top: 0% !important;
    bottom: 60% !important;
    margin: auto;
    min-width: 100%  !important;
}
  .slick-list.draggable
  {
      height:300px !important;
  }
}