﻿@charset "UTF-8";

/*------------------------------------------------------------------
  * [Master Stylesheet]

  * Project:	Webelieve
  * Version:	1.0
  * Documantation online docs_build/en/latest/index.html
  * Table of contents:
    - Layout
      + .header
      + .footer
      + .main
      + .sidebar
      + .widget
      + .listing
      + .body
      + .demo
    - Blocks
      + .btn
      + .topbar
      + .toolbar
      + .nav
      + .social
      + .scrollup
      + .auth
      + .breadcrumbs
      + .filters
      + .pagination
      + .blockquote
      + .comment
      + .list
      + .address
      + .errors-page
      + .numberfield
      + .raiting
      + .tab
      + .collapser
      + .ul
      + .hr
      + .no-content

    - Widgets styles
      + .slider
      + .countdown
      + .nextevent
      + .post
      + .sermon
      + .member
      + .gallery
      + .schedule
      + .feed
      + .address
      + .subscribe
      + .about
      + .event
      + .cause
      + .ministry
      + .products
      + .map
      + .cloud-tags
      + .contacts
      + .cart
      + .faq
      + .calendar

    - Vendor styles:
      + .rangeslider
      + .daterangepicker
      + .select2/core
      + .fullcalendar
      + .slick


  ******************************************************************/

/*------------------------------------------------------------------
  * Themify variables
  ******************************************************************/

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

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------
  * Block Grid
  * Technique adapted from Foundation 5 for Bootstrap 3.
  * https://github.com/zurb/foundation/blob/f755d8704123f86c281ede0b171881e2672f150d/scss/foundation/components/_block-grid.scss
  * Original LESS Version by Christopher Mitchell (https://gist.github.com/ChrisTM)
  * Converted to SCSS by Rasmus  (https://github.com/Jursdotme)
  ****************************************************************** */

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  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;
  line-height: 1.40004em;
  margin: 0.70002em 0 0 0;
}

h2 {
  font-size: 1.76471em;
  line-height: 1.86671em;
  margin: 0.93336em 0 0 0;
}

h3 {
  font-size: 1.41176em;
  line-height: 1.1667em;
  margin: 1.1667em 0 0 0;
}

h4 {
  font-size: 1.17647em;
  line-height: 1.40004em;
  margin: 1.40004em 0 0 0;
}

h5 {
  font-size: 1em;
  line-height: 1.6471em;
  margin: 1.6471em 0 0 0;
}

h6 {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 1.86671em 0 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;
  line-height: 1.6471em;
  margin: 0 0 1.6471em 0;
}

time {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
}

address {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
}

nav a {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
}

a {
  color: #0097a7;
  text-decoration: none;
}

a.hover,
a:hover {
  color: #663399;
  text-decoration: none;
  cursor: pointer;
}

a.focus,
a:focus {
  color: #0097a7;
}

a.active,
a:active {
  color: #0097a7;
  text-decoration: none;
}

a.disabled,
a:disabled {
  cursor: not-allowed;
  color: #ccc;
}

dl {
  margin: 0;
}

dl dt {
  font-weight: normal;
}

dl dd {
  font-weight: 600;
  color: #222;
}

.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,
video {
  max-width: 100%;
}

.js-dapi-knob {
  visibility: hidden;
}

.form-control {
  display: block;
  color: #626262;
  position: relative;
  z-index: 5;
  background: #e6e6e6;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 44px;
  height: 44px;
  width: 100%;
  outline: none;
  -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: 130px;
  line-height: inherit;
}

.control-label {
  position: absolute;
  color: #626262;
  font-style: italic;
  font-size: 15px;
  padding: 0 20px;
  line-height: 44px;
  height: 44px;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rtl .control-label {
  right: 15px;
}

.form-group {
  position: relative;
  margin-bottom: 0;
}

.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: #663399;
}

.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;
}

/*------------------------------------------------------------------
  * Faq / .faq
  * More info docs_build/ui/faq.html
  ******************************************************************/

.clear{clear:both;width:100%;margin:0px;padding:0px} .form {
  margin-bottom: 0;
}

.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:before,
.form .row:after {
  display: none;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
}

.form__raiting {
  padding-left: 15px;
  padding-right: 15px;
}

.form__ranges-in {
  display: none;
}

.form__ranges-result {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  font-weight: 400;
}

.form__buttons {
  margin-top: 0.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
}

.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: none;
  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;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .form--subscribe .form__submit {
    padding: 5px 20px;
  }
}

.form--subscribe .form__submit:hover,
.form--subscribe .form__submit:focus,
.form--subscribe .form__submit.active {
  color: initial;
  text-decoration: none;
  outline: none;
}

.form--subscribe .form__submit:disabled,
.form--subscribe .form__submit.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.form--subscribe .form__submit:hover {
  color: #fff;
}

.form--subscribe .form__submit:active {
  color: #fff;
}

@media (max-width: 767px) {
  .form--subscribe .form__submit {
    margin-top: 1.6471em;
  }
}

.form--contacts {
  margin-top: 0.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: 0.3s;
  transition: 0.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;
  padding-bottom: 0.82355em;
  padding-top: 0.82355em;
  padding-left: 30px;
  padding-right: 30px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--auth:before,
.form--auth:after {
  content: " ";
  display: table;
}

.form--auth:after {
  clear: both;
}

@media (max-width: 767px) {
  .form--auth {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .form--auth {
    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: none;
  text-align: left;
  outline: none;
  text-decoration: underline;
  padding: 0;
  margin-left: 15px;
}

.form--auth .form__remember {
  margin-left: 15px;
  margin-top: 0.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: none;
  color: #626262;
  text-decoration: underline;
  padding: 1px 3px;
  outline: none;
}

.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: 0.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;
  }
}

@media (min-width: 1200px) {
  .form--event-main .form-group--text {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .form--event-main {
    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 {
  margin-top: 1.31768em;
}

@media (max-width: 1199px) {
  .form--event textarea {
    height: 65px;
  }
}

.form--event-main .form-group--text:first-of-type {
  margin-top: 1.31768em;
}

@media (min-width: 1200px) {
  .form--event-split textarea {
    height: 150px;
  }
}

.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-columns textarea {
    height: 180px;
  }
}

@media (max-width: 1199px) {
  .form--event-grid textarea {
    height: 130px;
  }
}

.form--event-list {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 1.6471em;
  padding-top: 1.6471em;
}

@media (max-width: 767px) {
  .form--event-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .form--event-list {
    padding-top: 0;
  }
}

.form--event-list .form-group--text:first-of-type {
  margin-top: 1.31768em;
}

@media (min-width: 1200px) {
  .form--event-list .form-group--text {
    width: 33.3333%;
  }
}

.form--slider {
  background: #fff;
  margin-top: 1.6471em;
  padding-bottom: 1.6471em;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .form--slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@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%;
  }
}

@media (min-width: 1200px) {
  .form .form-group--lg-4 {
    width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .form .form-group--lg-6 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form .form-group--lg-8 {
    width: 66.6666%;
  }
}

@media (min-width: 1200px) {
  .form .form-group--lg-9 {
    width: 75%;
  }
}

.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: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.nav__item.opened > .dropdown-menu,
.is-selected > .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 / .header
  * .header--v1
  * .header--v2
  * .header--v3
  * .header--v4
  * .header--v5
  * .header--v6
  * More info docs_build/layout/header.html
  ******************************************************************/

.header__donate--v3 {
  margin-left: 80px;
}

.header__logo {
  margin-right: 30px;
}

.rtl .header__logo {
margin-left: 30px;
  margin-right: 0;
}

@media (max-width: 1199px) {
 .header__logo img{
max-width: 145px;
  }
} .header__logo img{float:left;height:50px;border:0px}
.site_name{float:left;font-size:24px;margin-left:10px;margin-top:-5px}
.site_name strong{letter-spacing:2px;font-size:1.03em}
.site_name span{display:block;line-height:16px;}
 a.headerlogo{color:#663399} a.headerlogo:hover{color:#af9c3e} .header__logo-svg {
  width: 200px;
  height: 35px;
  fill: #663399;
}

@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: 20px 0;
}

@media (max-width: 767px) {
  .header__row {
    padding: 10px 0;
  }
}

.header__menu {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 17px;
  word-break: keep-all;
  line-height: 40px;
}

.header__menu--mob {
  display: none;
  color: #fff;
  fill: #fff;
}

@media (max-width: 767px) {.site_name{font-size:15px
}.site_name strong{letter-spacing:2px;font-size:0.9em}  .header__menu--mob {
    display: block;
  }
}

.header__menu--v6 {
  color: #626262;
  fill: #626262;
}

.header__menu strong {
  margin-left: 15px;
}

@media (max-width: 767px) {.header__logo img{height:35px;}

.header__menu strong {
    display: none;
  }
}

.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--v3 .header__menu {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 767px) {
  .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;
}

@media (max-width: 767px) {
  .header--v4 .container {
    padding: 0 15px;
  }
}

.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;
}

@media (max-width: 1199px) {
  .header--v4 .header__logo {
    margin-left: -60px;
  }
}

@media (max-width: 767px) {
  .header--v4 .header__logo {
    margin: 0 auto;
    max-width: 140px;
  }
}

.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__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 .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__logo-svg {
  fill: #454545;
}

.header--v5 .header__menu {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #663399;
  fill: #663399;
  z-index: 50;
}

@media (max-width: 991px) {
  .header--v5 .header__menu strong {
    display: none;
  }
}

.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;
}

@media (max-width: 767px) {
  .header--v5 .header__donate {
    display: none;
  }
}

.header--v6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

/*------------------------------------------------------------------
  * Footer / .footer
  ******************************************************************/

.footer__column {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 4.9413em;
}

@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%;
  }
}

@media (min-width: 768px) {
  .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%;
  }
}

@media (min-width: 992px) {
  .footer__column:nth-of-type(n) {
    clear: none;
  }

  .footer__column:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (max-width: 991px) {
  .footer__column {
    margin-top: 0;
  }
}

.footer__panel {
  background: #2f2f2f;
  margin-top: 150px;
  padding-bottom: 1.6471em;
  padding-top: 1.6471em;
}

.footer__panel:before,
.footer__panel:after {
  content: " ";
  display: table;
}

.footer__panel:after {
  clear: both;
}

@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;
  }
}

@media (min-width: 992px) {
  .footer__panel-column {
    width: 50%;
  }
}

.footer__copyright {
  color: #fff;
  font-size: 14px;
  display: block;
}

.footer__nav {
  color: #fff;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 991px) {
  .footer__nav {
    text-align: center;
  }
}

.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 0;
}

@media (max-width: 1199px) {
  .footer .widget-title {
    margin-top: 2.47065em;
  }
}

.footer .textwidget {
  margin-top: 0.82355em;
}

.footer .textwidget p {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
  * Main / .main
  * .main--subpage
  * More info docs_build/layout/common.html
  ******************************************************************/

.main:before,
.main:after {
  content: " ";
  display: table;
}

.main:after {
  clear: both;
}

.main__subname {
  margin-top: 0;
}

.main__wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 4.9413em;
}

.main__wrap:before,
.main__wrap:after {
  content: " ";
  display: table;
}

.main__wrap:after {
  clear: both;
}

@media (max-width: 767px) {
  .main__wrap {
    margin-top: 1.6471em;
  }
}

.main__columns {
  margin-top: 1.6471em;
}

@media (min-width: 1200px) {
  .main__columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.main--subpage {
  padding-bottom: 4.9413em;
}

@media (max-width: 767px) {
  .main--subpage {
    padding-bottom: 1.6471em;
  }
}

.main--subpage .main__head {
  text-align: center;
}

.main--subpage .main__title {
  font-size: 3.52941em;
  line-height: 1.40004em;
  margin: 0.93336em 0 0 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 4px solid #fff;
  font-family: "Cambay", sans-serif;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767px) {
  .main--subpage .main__title {
    font-size: 1.76471em;
    line-height: 1.86671em;
    margin: 0.93336em 0 0 0;
  }
}

.main--subpage .main__content {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .main--subpage .main__content {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .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") #f5f5f5 no-repeat 50% 0;
}

.main--sermons {
  background: url("../media-demo/backgrounds/bg-subpage--sermons.jpg") #f5f5f5 no-repeat 50% 0;
}

.main--blog {
  background: url("../media-demo/backgrounds/bg-subpage--blog.jpg") #f5f5f5 no-repeat 50% 0;
}

.main--community {
  background: url("../media-demo/backgrounds/bg-subpage--community.jpg") #f5f5f5 no-repeat 50% 0;
}

.main--about {
  background: url("../media-demo/backgrounds/bg-subpage--header.jpg") #f5f5f5 no-repeat 50% 0;
}

.main--errors {
  background: url("../media-demo/backgrounds/bg-subpage--errors.jpg") #f5f5f5 no-repeat 50% 0;
}

.main--shop {
  background: url("../media-demo/backgrounds/bg-subpage--shop.jpg") #f5f5f5 no-repeat 50% 0;
}

.main--causes {
  background: url("../media-demo/backgrounds/bg-subpage--causes.jpg") #f5f5f5 no-repeat 50% 0;
}

.main--default {
  background: url("../media-demo/backgrounds/bg-subpage--default.jpg") #f5f5f5 no-repeat 50% 0;
}

.main--gallery {
  background: url("../media-demo/backgrounds/bg-subpage--gallery.jpg") #f5f5f5 no-repeat 50% 0;
}

/*------------------------------------------------------------------
  * Sidebar / .sidebar
  * .sidebar
  * More info docs_build/layout/common.html
  ******************************************************************/

@media (min-width: 992px) {
  .sidebar {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-left .sidebar {
    float: right;
  }
}

.sidebar-hide .sidebar {
  display: none;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 1.6471em;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------------------------------------
  * Widget / .widget
  * widget--landing
  * widget--sidebar
  * widget--footer
  * widget--card
  * widget--details
  * widget--main
  * widget--listing
  * widget--panel
  * More info docs_build/layout/widget.html
  ******************************************************************/

.widget:before,
.widget:after {
  content: " ";
  display: table;
}

.widget:after {
  clear: both;
}

.widget__content:before,
.widget__content:after {
  content: " ";
  display: table;
}

.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;
}

.widget--landing .widget__header:before,
.widget--landing .widget__header:after {
  content: " ";
  display: table;
}

.widget--landing .widget__header:after {
  clear: both;
}

@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 0;
  font-family: "Cambay", sans-serif;
  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: 0.93336em 0 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: 4.9413em;
}

.widget--landing .widget__content:before,
.widget--landing .widget__content:after {
  content: " ";
  display: table;
}

.widget--landing .widget__content:after {
  clear: both;
}

@media (min-width: 480px) {
  .widget--landing .widget__content {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .widget--landing .widget__content {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .widget--landing .widget__content {
    width: 970px;
  }
}

@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;
  padding: 0 20px;
  padding-bottom: 1.6471em;
  margin-top: 1.6471em;
}

.widget--sidebar:first-of-type {
  margin-top: 0;
}

.widget--sidebar .widget__header {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 0.82355em;
}

.widget--sidebar .widget__title {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0.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: 0.82355em;
}

.widget--card {
  background: #fff;
  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: 0.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: 0.82355em;
}

.rtl .widget--details .widget__header-title {
  padding-right: 0;
  padding-left: 15px;
}

@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 {
  margin-top: 0.82355em;
}

@media (max-width: 767px) {
  .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;
}

@media (min-width: 992px) {
  .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;
  }
}

.widget--details .widget__map {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 767px) {
  .widget--details .widget__map {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.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__footer > h3 {
    text-align: center;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}

@media (max-width: 767px) {
  .widget--details .widget__footer {
    margin-top: 1.6471em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .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;
}

@media (max-width: 767px) {
  .widget--main .widget__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.widget--main .widget__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 3.05882em;
  line-height: 1.07695em;
  margin: 0.53848em 0 0 0;
}

@media (max-width: 767px) {
  .widget--main .widget__title {
    font-size: 1.76471em;
    line-height: 1.86671em;
    margin: 0.93336em 0 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;
  line-height: 1.12003em;
  margin: 0.28001em 0 0 0;
  color: #663399;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  line-height: 0.85;
  position: relative;
  top: 0.15em;
}

.widget--title-big .widget__title:after {
  display: none;
}

@media (max-width: 1199px) {
  .widget--title-big .widget__title {
    font-size: 3.52941em;
  }
}

@media (max-width: 767px) {
  .widget--title-big .widget__title {
    font-size: 2.35294em;
  }
}

.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__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.jpg") no-repeat 50% 0;
  background-size: cover;
}

.widget--about {
  background: url("../img/bg-about.jpg") no-repeat 50% 50%;
}

.widget--about .widget__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 3.52941em;
  line-height: 1.40004em;
  margin: 1.40004em 0 0 0;
  font-family: "Cambay", sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: left;
  width: 465px;
}

.widget--about .widget__title:after {
  content: ' ';
  display: block;
  width: 55px;
  height: 3px;
  margin: 25px auto 0;
  background: #fff;
}

@media (max-width: 767px) {
  .widget--about .widget__title {
    font-size: 1.76471em;
    line-height: 1.86671em;
    margin: 0.93336em 0 0 0;
  }

  .widget--about .widget__title:after {
    margin-top: 0;
  }
}

.widget--about .widget__title:after {
  background: #969696;
  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(47, 47, 47, 0.9);
  float: right;
  padding: 0 0 0 62px;
}

@media (max-width: 991px) {
  .widget--about .widget__content {
    width: auto;
    padding-left: 15px;
  }
}

.widget--subscribe {
  background: #663399;
}

.widget--cause {
  background: url("../img/bg-donation.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;
}

.widget--sermon {
  background: url("../img/bg-sermons.jpg") 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;
}

@media (max-width: 767px) {
  .widget--account .widget__content {
    width: 100%;
  }
}

.widget--panel .widget__content {
  padding-bottom: 0.82355em;
  padding-top: 0.82355em;
}

@media (max-width: 767px) {
  .footer .widget--collapser {
    margin-top: 2.47065em;
  }
}

@media (max-width: 767px) {
  .widget--collapser .widget__header {
    padding-bottom: 0.82355em;
    padding-top: 0.82355em;
  }

  .footer .widget--collapser .widget__header {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}

@media (max-width: 767px) {
  .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: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 0.7em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }

  .widget--collapser .widget__title:after {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .widget--collapser .widget__content {
    display: none;
  }
}

@media (max-width: 767px) {
  .widget--expanded .widget__title:after {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 0.7em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
}

@media (max-width: 767px) {
  .widget--expanded .widget__content {
    display: block !important;
  }
}

.widget--slider .widget__content {
  position: relative;
}

.widget:not(.widget--details):not(.widget--title-big) > :first-child {
  margin-top: 0;
}

/*------------------------------------------------------------------
  * Listing / .listing
  * .listing--list
  * .listing--grid
  * .listing--masonry
  * .listing--sermon
  * .listing--event
  * More info docs_build/layout/listing.html
  ******************************************************************/

.listing:before,
.listing:after {
  content: " ";
  display: table;
}

.listing:after {
  clear: both;
}

.listing__item:before,
.listing__item:after {
  content: " ";
  display: table;
}

.listing__item:after {
  clear: both;
}

.listing__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.2942em;
}

.listing__more {
  margin: 0 auto;
}

.listing--list {
  margin-top: -2.47065em;
}

.listing--list .listing__item {
  margin-top: 2.47065em;
  background: #fff;
}

.listing--grid {
  margin-top: -2.47065em;
  margin-left: -15px;
  margin-right: -15px;
}

.listing--grid:before,
.listing--grid:after {
  content: " ";
  display: table;
}

.listing--grid:after {
  clear: both;
}

.listing--grid .listing__item {
  margin-top: 2.47065em;
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .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) {
  .listing--grid .listing__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .listing--grid .listing__item:nth-of-type(n) {
    clear: none;
  }

  .listing--grid .listing__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .listing--grid .listing__item {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .listing--grid .listing__item:nth-of-type(n) {
    clear: none;
  }

  .listing--grid .listing__item:nth-of-type(3n+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;
}

@media (min-width: 1200px) {
  .listing--lg-4 .listing__item {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .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 {
  position: relative;
  min-height: 1px;
}

@media (min-width: 1200px) {
  .listing--lg-6 .listing__item {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .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 {
  margin-left: -15px;
  margin-right: -15px;
}

.listing--masonry:before,
.listing--masonry:after {
  content: " ";
  display: table;
}

.listing--masonry:after {
  clear: both;
}

.listing--masonry .listing__item {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@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%;
  }
}

@media (min-width: 768px) {
  .listing--masonry .listing__item:nth-of-type(n) {
    clear: none;
  }

  .listing--masonry .listing__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .listing--masonry .listing__item {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .listing--masonry .listing__item:nth-of-type(n) {
    clear: none;
  }

  .listing--masonry .listing__item:nth-of-type(3n+1) {
    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 (min-width: 768px) {
  .listing--sermon .listing__item:first-of-type {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .listing--sermon .listing__item {
    width: 100%;
    margin-top: 1.6471em;
  }
}

.listing--event {
  margin-top: -0.82355em;
}

@media (max-width: 767px) {
  .listing--event {
    margin-top: -1.6471em;
  }
}

.listing--event .listing__item {
  margin-top: 0.82355em;
}

@media (max-width: 767px) {
  .listing--event .listing__item {
    margin-top: 1.6471em;
  }
}

/*------------------------------------------------------------------
  * Fix antialiasing for safari, mac os
  ******************************************************************/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------
  * Font size media settings
  ******************************************************************/

@media (max-width: 1199px) {
  body,
  html {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 15px;
  }
}

/*------------------------------------------------------------------
  * RTL support
  ******************************************************************/

body.rtl {
  direction: rtl;
}

/*------------------------------------------------------------------
  * Boxed / .boxed
  * More info docs_build/layout/body.html
  ******************************************************************/

.boxed .box {
  background-color: #fff;
}

@media (min-width: 1350px) {
  .boxed .box {
    padding: 0 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    width: 1300px;
    margin: 0 auto;
  }
}

/*------------------------------------------------------------------
  * Option enable background pattern
  * More info docs_build/layout/body.html
  ******************************************************************/

.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 / .demo
  ******************************************************************/

.demo__buttons h6 {
  display: inline-block;
  width: 90px;
}

.demo__buttons > * {
  margin-right: 13px;
}

@media (max-width: 767px) {
  .demo__buttons > * {
    margin-top: 0.82355em;
  }
}

.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__icons-item {
    width: 50%;
  }
}

.demo__icons-svg {
  width: 30%;
  height: auto;
  fill: #663399;
}

@media (max-width: 767px) {
  .bs-example--btn .btn {
    margin-top: 0.82355em;
  }
}

/*------------------------------------------------------------------
  * Btn / .btn
  * Btn border default / .btn--border-default
  * Btn border white / .btn--order-white
  * Btn border brand / .btn--border-brand
  * Btn link / .btn--link
  * Btn flat / .btn--flat
  * Btn small / .btn--small
  * More info docs_build/ui/btn.html
  ******************************************************************/

.btn--border-default {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  color: #626262;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: none;
  padding: 1px 5px;
}

@media (max-width: 767px) {
  .btn--border-default {
    padding: 5px 20px;
  }
}

.btn--border-default:hover,
.btn--border-default:focus,
.btn--border-default.active {
  color: initial;
  text-decoration: none;
  outline: none;
}

.btn--border-default:disabled,
.btn--border-default.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .btn--border-default {
    padding: 1px 5px;
  }
}

.btn--border-default.btn--loading svg {
  opacity: 0;
}

.btn--border-white {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  background: none;
}

@media (max-width: 767px) {
  .btn--border-white {
    padding: 5px 20px;
  }
}

.btn--border-white:hover,
.btn--border-white:focus,
.btn--border-white.active {
  color: initial;
  text-decoration: none;
  outline: none;
}

.btn--border-white:disabled,
.btn--border-white.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.btn--border-white:hover {
  color: #fff;
}

.btn--border-white:active {
  color: #fff;
}

.btn--border-brand {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  color: #663399;
  border: 2px solid #663399;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .btn--border-brand {
    padding: 5px 20px;
  }
}

.btn--border-brand:hover,
.btn--border-brand:focus,
.btn--border-brand.active {
  color: initial;
  text-decoration: none;
  outline: none;
}

.btn--border-brand:disabled,
.btn--border-brand.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.btn--border-brand:hover {
  color: #663399;
}

.btn--border-brand:active {
  color: #663399;
}

.btn--link {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  color: #af9c3e;
  text-decoration: underline;
  padding: 0;
}
.btn--linka {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  color: #663399;
  text-decoration: underline;
  padding: 0;
}

@media (max-width: 767px) {
  .btn--link,.btn--linka {
    padding: 5px 20px;
  }
}

.btn--link:hover,
.btn--link:focus,
.btn--link.active,

.btn--linka:hover,
.btn--linka:focus,
.btn--linka.active {
  color: initial;
  text-decoration: none;
  outline: none;
}

.btn--link:disabled,
.btn--link.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.btn--link:hover,

.btn--linka:hover {
  color: #663399;
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn--link,.btn--linka {
    padding: 3px;
  }
}

.btn--flat {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  background: #663399;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 #755a70;
  box-shadow: 0 5px 0 #755a70;
  color: #fff;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .btn--flat {
    padding: 5px 20px;
  }
}

.btn--flat:hover,
.btn--flat:focus,
.btn--flat.active {
  color: initial;
  text-decoration: none;
  outline: none;
}

.btn--flat:disabled,
.btn--flat.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.btn--flat:hover {
  color: #fff;
}

.btn--flat:active {
  padding-top: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  color: #fff;
}

.btn--flat:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .btn--flat:active {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}

.btn--flat-rounded {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  background: #663399;
  font-size: 1.23529em;
  border-radius: 20px;
  padding: 3px 50px;
  color: #fff;
}

@media (max-width: 767px) {
  .btn--flat-rounded {
    padding: 5px 20px;
  }
}

.btn--flat-rounded:hover,
.btn--flat-rounded:focus,
.btn--flat-rounded.active {
  color: initial;
  text-decoration: none;
  outline: none;
}

.btn--flat-rounded:disabled,
.btn--flat-rounded.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.btn--flat-rounded:hover {
  color: #fff;
}

.btn--flat-rounded:active {
  color: #fff;
}

.btn--flat-small {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.88235em;
  border: none;
  background: none;
  font-size: 0.70588em;
  background: #663399;
  border-radius: 5px;
  color: #fff;
  padding: 3px 5px;
}

@media (max-width: 767px) {
  .btn--flat-small {
    padding: 5px 20px;
  }
}

.btn--flat-small:hover,
.btn--flat-small:focus,
.btn--flat-small.active {
  color: initial;
  text-decoration: none;
  outline: none;
}

.btn--flat-small:disabled,
.btn--flat-small.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.btn--flat-small:hover {
  color: #fff;
}

.btn--flat-small:focus {
  color: #fff;
}

.btn--comments {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 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--loading:before {
    font-size: 0.7em;
  }
}

.btn--loading.btn--flat-small:before {
  position: relative;
  left: 0;
  margin-right: 10px;
}

.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.has-error,
.btn.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.btn.has-error:after,
.btn.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.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 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: green;
}

/*------------------------------------------------------------------
  * Topbar / .topbar
  * topbar--v2
  * topbar--v6
  * More info docs_build/ui/topbar.html
  ******************************************************************/

.topbar {
  background: #2f2f2f;
  border: none;
  margin-bottom: 0;
}

.topbar__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: 10px 0;
}

.topbar--v2 .topbar__row {
  padding: 0;
}

.topbar--v6 {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 25;
  background: none;
}

@media (max-width: 767px) {
  .topbar--v6 {
    top: 60px;
  }
}

.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 .topbar__row {
    padding: 5px 15px;
  }
}

.topbar--v6 + .main--subpage {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .topbar--v6 + .main--subpage {
    padding-top: 120px;
  }
}

/*------------------------------------------------------------------
  * Toolbar / .toolbar
  * .toolbar--v1
  * .toolbar--v2
  * .toolbar--v3
  * .toolbar--v4
  * .toolbar--v5
  * .toolbar--v6
  * More info docs_build/ui/toolbar.html
  ******************************************************************/

.toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
*/  width: 150px;
}

@media (max-width: 767px) {
  .toolbar__lang {
    position: inherit;
  }
}

.toolbar__lang-btn {
  font-size: 1.11765em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #2f2f2f;
  background: none;
  border: none;
}

.open .toolbar__lang-btn,
.toolbar__lang-btn:hover {
  color: #663399;
}

.toolbar__lang-dropdown {
  width: 44px;
  border: none;
  z-index: 20;
}

.toolbar__lang-link {
  color: #626262;
  padding: 3px 30px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toolbar__lang-link:hover {
  color: #663399;
  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: none;
  border: none;
  outline: none;
}

.toolbar__user-svg {
  width: 20px;
  height: 20px;
}

.toolbar__auth-dropdown {
  position: absolute;
  right: 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: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.nav__item.opened > .toolbar__auth-dropdown,
.is-selected > .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: 0.3s;
  transition: 0.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 {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  color: #2f2f2f;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.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: #663399;
}

.toolbar__search-btn--v2 {
  color: #fff;
  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;
  }
}

.open .toolbar__icon-user,
.toolbar__icon-user:hover {
  fill: #663399;
}

@media (max-width: 767px) {
  .toolbar .dropdown-menu {
    left: -15px !important;
    right: -15px !important;
  }
}

@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 {
  height: 30px;
}

.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;
}

.toolbar--v2 .toolbar__lang-btn {
  color: #fff;
}

.toolbar--v2 .toolbar__icon-user {
  fill: #fff;
}

@media (max-width: 991px) {
  .toolbar--v3 {
    width: 140px;
  }
}

@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__search {
  height: 30px;
}

.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 .toolbar__search {
    display: none;
  }
}

@media (max-width: 767px) {
  .toolbar--v3 .toolbar__lang {
    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;
  }
}

@media (max-width: 767px) {
  .toolbar--v4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .toolbar--v4 .toolbar__lang {
    display: none;
  }
}

.toolbar--v4 .toolbar__lang-btn {
  color: #fff;
}

.toolbar--v4 .toolbar__icon-user {
  fill: #fff;
}

.toolbar--v4 .toolbar__search {
  height: 30px;
}

.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: none;
  border-radius: 20px;
  border: 1px solid #fff;
  position: absolute;
  top: -5px;
  left: -10px;
  opacity: 0;
}

@media (max-width: 767px) {
  .toolbar--v4 .toolbar__search {
    display: none;
  }
}

.toolbar--v4 .toolbar__search-btn {
  color: #fff;
}

.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;
  }
}

@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__search {
  height: 30px;
}

.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;
}

@media (max-width: 767px) {
  .toolbar--v5 .toolbar__search {
    display: none;
  }
}

@media (max-width: 767px) {
  .toolbar--v5 .toolbar__lang {
    display: none;
  }
}

.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 .dropdown-menu {
    top: 60px;
  }
}

.toolbar--v6 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

@media (max-width: 767px) {
  .toolbar--v6 {
    width: 120px;
  }
}

.toolbar--v6 .toolbar__lang-btn {
  color: #fff;
}

.toolbar--v6 .toolbar__icon-user {
  fill: #fff;
}

.toolbar--v6 .toolbar__search {
  height: 30px;
}

.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: none;
  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;
  }
}

.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 styles
  + Nav / .nav
  + Nav v1 / .nav--v1
  + Nav v2 / .nav--v2
  + Nav v3 / .nav--v3
  + Nav v4 / .nav--v4
  + Nav v5 / .nav--v5
  + Nav v6 / .nav--v6
  * More info docs_build/ui/nav.html
  ******************************************************************/

.nav {
  font-family: "Cambay", sans-serif;
}

.nav__link {
  /* main navigation buttons style */
  position: relative;
  display: block;
  overflow: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.94118em;
  line-height: 1.75004em;
  margin: 0em 0 0 0;
}

.nav__item.opened > .nav__link,
.nav__link.active {
  color: #663399;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .nav__item:hover > .nav__link,
  .nav__link:hover {
    color: #663399;
    text-decoration: none;
  }
}

.nav__item--lvl-1 > .nav__link {
  padding: 0 8px;
  font-weight: 600;
  color: #fff;
}

.nav__item--lvl-sub > .nav__link {
  color: #b4b4b4;
  padding: 11px 0;
  margin: 0 30px;
  font-size: 15px;
  border-bottom: 1px solid #626262;
}

.nav__item--lvl-sub > .nav__link:after {
  right: 2px;
}

.nav__item--lvl-sub > .nav__link.active {
  color: #663399;
  padding-left: 5px;
}

@media (min-width: 1200px) {
  .nav__item--lvl-sub > .nav__link:hover {
    color: #663399;
    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;
}

@media (max-width: 767px) {
  .nav__item {
    padding: 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: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: inherit;
}

.nav .has-children > .nav__link:after {
  margin: 0 0 0 7px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.rtl .nav .has-children > .nav__link:after {
  margin-right: 7px;
  margin-left: 0;
  right: auto;
}

.nav__sub {
  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: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 230px;
  background: #2f2f2f;
  right: auto;
  left: 0;
  top: 100%;
  z-index: 25;
}

.nav__item.opened > .nav__sub,
.is-selected > .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:before,
.nav__sub:after {
  content: " ";
  display: table;
}

.nav__sub:after {
  clear: both;
}

.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--mega > .nav__sub {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .nav__sub--left {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  .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 0;
  margin-bottom: 15px;
  display: block;
}

.nav__subtitle:hover {
  text-decoration: none;
  color: #663399;
}

.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: 0.82353em;
  line-height: 2.00005em;
  margin: 2.00005em 0 0 0;
  margin: -9px 0 0 0;
  display: block;
}

@media (max-width: 767px) {
  .nav {
    position: absolute;
    top: 60px;
    right: -15px;
    left: -15px;
    z-index: 30;
    background: #2f2f2f;
    min-height: 100%;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin: 0;
  }

  .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 {
    position: relative;
  }

  .nav__sub--lvl-1 {
    position: relative;
    left: 0;
  }

  .nav__item--lvl-1 > .nav__link {
    font-size: 1.29412em;
    line-height: 1.27276em;
    margin: 0em 0 0 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: 0em 0 0 0;
    color: #8c8c8c;
    text-transform: none;
    border-bottom: none;
    font-weight: normal;
    text-align: center;
  }

  .nav__item--lvl-sub .nav__item--lvl-sub > .nav__link {
    font-size: 0.88235em;
    line-height: 1.86671em;
    margin: 0em 0 0 0;
    color: #fff;
    padding: 5px 0;
  }

  .nav .has-children > .nav__link:after {
    position: relative;
  }

  .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 #454545;
    float: none;
    width: 220px;
    margin: 0 auto;
  }

  .nav__item--lvl-2 {
    margin: 0;
  }

  .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;
  background: #2f2f2f;
  min-height: 100%;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: 0.3s;
  transition: 0.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--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: 0em 0 0 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: 0.7em 0 0;
  }
}

.nav--v3 .nav__item--lvl-sub > .nav__link {
  font-size: 1em;
  line-height: 1.6471em;
  margin: 0em 0 0 0;
  color: #8c8c8c;
  text-transform: none;
  border-bottom: none;
  font-weight: normal;
  text-align: center;
  padding: 0.2em 0;
}

.nav--v3 .nav__item--lvl-sub > .nav__link.active {
  color: #663399;
}

.nav--v3 .nav__item--lvl-sub .nav__item--lvl-sub > .nav__link {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  color: #fff;
  padding: 0;
}

.nav--v3 .nav__item--lvl-sub .nav__item--lvl-sub > .nav__link.active {
  color: #663399;
}

.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 {
  margin: 0;
}

.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;
}

.nav--v5 .nav__group {
  margin-left: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .nav--v6 {
    top: 53px;
  }
}

@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 {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .nav--v6 .nav__item--lvl-1:last-of-type {
    margin-right: 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__subtitle {
    color: #222;
  }
}

@media (min-width: 768px) {
  .nav--v6 .nav__item--lvl-1 > .nav__link {
    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__item {
  display: inline-block;
}

.nav--filter .nav__link {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  padding: 0;
  margin-right: 15px;
  color: #626262;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}

.nav--filter .nav__link.active {
  font-weight: bold;
  border-bottom: 2px solid #663399;
}

@media (min-width: 1200px) {
  .nav--v1 .nav__item:hover > .nav__sub,
  .nav--v2 .nav__item:hover > .nav__sub,
  .nav--v6 .nav__item:hover > .nav__sub,
  .nav--v1 .has-children:hover > .nav__sub,
  .nav--v2 .has-children:hover > .nav__sub,
  .nav--v6 .has-children: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 / .social
  ******************************************************************/

.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;
  display: inline-block;
  padding-left: 2px;
}

@media (max-width: 767px) {
  .social__item {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    font-size: 1em;
  }
}

.social__panel {
  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;
  padding: 0 15px;
}

.social__panel--brand {
  background: #663399;
}

.social__link {
  font-size: 1.47059em;
  color: #b4b4b4;
  display: inline-block;
}

.social__panel--brand .social__link {
  color: #fff;
}

@media (max-width: 767px) {
  .social--right {
    text-align: center;
    width: 100%;
  }
}

.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;
}

@media (max-width: 767px) {
  .social--donate .social__list {
    margin-top: 1.6471em;
    text-align: center;
  }
}

.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__item {
    margin: 0 10px;
  }
}

.social--cause .social__list {
  text-align: center;
  margin-top: 0.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: #663399;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  background: #663399;
  color: #fff;
}

.social--join {
  margin-top: 1.6471em;
  color: #fff;
}

@media (max-width: 767px) {
  .social--join {
    color: #626262;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .social--join .social__item {
    color: #626262;
    border-color: #626262;
    margin-left: 10px;
  }
}

.social h3 + .social__list .social__item {
  margin-top: 0.82355em;
}

.scrollup {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border: 2px solid #454545;
  border-radius: 5px;
  color: #fff;
  background: #454545;
  height: 40px;
  width: 40px;
  outline: none;
  position: fixed;
  right: 50%;
  bottom: 120px;
  margin-right: -585px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 33px;
  z-index: 500;
}

.scrollup:before {
  font-size: 2em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: inherit;
}

.scrollup.scrollup-show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .scrollup {
    margin-right: 0;
    right: 15px;
    bottom: 30px;
  }
}

/*------------------------------------------------------------------
  * Authorization blocks
  + Auth inline / .auth--inline
  + Auth register / .auth--register
  * More info docs_build/ui/auth.html
  ******************************************************************/

@media (min-width: 768px) {
  .auth--inline {
    width: 290px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .auth--register {
    width: 460px;
    margin: 0 auto;
  }
}

/*------------------------------------------------------------------
  * Breadcrumbs
  + Breadcrumbs / .breadcrumbs
    __ Breadcrumbs list / .breadcrumbs__list
    __ Breadcrumbs item / .breadcrumbs__item
    __ Breadcrumbs link / .breadcrumbs__link

  * More info docs_build/ui/breadcrumbs.html
  ******************************************************************/

.breadcrumbs:before,
.breadcrumbs:after {
  content: " ";
  display: table;
}

.breadcrumbs:after {
  clear: both;
}

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

.breadcrumbs ul:before,
.breadcrumbs ul:after {
  content: " ";
  display: table;
}

.breadcrumbs ul:after {
  clear: both;
}

.breadcrumbs__list {
  color: transparent;
}

.breadcrumbs__list:before,
.breadcrumbs__list:after {
  content: " ";
  display: table;
}

.breadcrumbs__list:after {
  clear: both;
}

.breadcrumbs__list > li {
  display: inline-block;
  padding: 5px 13px 0 0;
}

.breadcrumbs__list > li:last-child a {
  background: none;
}

.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 {
  background: none;
}

.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: 5px 13px 0 0;
}

.breadcrumbs__item:last-child a {
  background: none;
}

.breadcrumbs__item:last-child a:after {
  display: none;
}

.breadcrumbs a {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  color: #fff;
  display: inline-block;
}

.breadcrumbs a:after {
  content: "\e080";
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  margin: 0 0 0 10px;
}

.breadcrumbs__link {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  color: #fff;
  display: inline-block;
}

.breadcrumbs__link:after {
  content: "\e080";
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  margin: 0 0 0 10px;
}

.breadcrumbs--dark a {
  color: #626262;
}

.breadcrumbs--dark .breadcrumbs__link {
  color: #626262;
}

/*------------------------------------------------------------------
  * Filters / .filters
  * More info docs_build/ui/filters.html
  ******************************************************************/

.filters {
  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;
}

.filters__period {
  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;
}

.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;
}

@media (max-width: 767px) {
  .filters__search .form-group {
    display: none;
  }
}

@media (max-width: 767px) {
  .filters__search {
    margin-left: 15px;
  }
}

.filters__search-btn:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.filters__view {
  text-align: right;
}

@media (max-width: 767px) {
  .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: 0.82355em;
  margin-left: 0;
  margin-right: 0;
}

.filters--opened .filters__search-btn {
  margin-top: 0.82355em;
  margin-left: auto;
}

/*------------------------------------------------------------------
  * Pagination (multiple pages) / .pagination
  * More info docs_build/ui/pagination.html
  ******************************************************************/

.pagination {
  margin: 0;
  margin-top: 2.47065em;
  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: 0em 0 0 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;
}

.pagination__pages li {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .pagination__pages li {
    margin: 0 5px;
  }
}

.pagination__pages a {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: #626262;
  display: block;
  padding: 0 10px;
  font-size: 1.11765em;
  line-height: 1.47372em;
  margin: 0em 0 0 0;
}

.pagination__pages .active span {
  background: #663399;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 0 10px;
  font-size: 1.11765em;
  line-height: 1.47372em;
  margin: 0em 0 0 0;
}

/*------------------------------------------------------------------
  * Blockquote
  ******************************************************************/

blockquote {
  border-left: none;
  font-size: 1em;
  line-height: 1.6471em;
  margin: 1.6471em 0 0 0;
  padding: 0 0 0 30px;
  padding-bottom: 1.6471em;
  margin-left: 1.5em;
  position: relative;
  font-style: italic;
}

blockquote:before {
  content: '\201C';
  font-size: 50px;
  color: #663399;
  position: absolute;
  left: 0;
  top: 12px;
  font-weight: bold;
}

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 / .comment
  * Comment list / .comment--list
  * Comment sidebar / .comment--sidebar
  ******************************************************************/

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

.comment--list .comment__header {
  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;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.6471em;
}

@media (max-width: 767px) {
  .comment--list .comment__header h6 {
    width: 50%;
  }
}

.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;
  padding: 0;
  list-style: none;
  margin-left: 5em;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  -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;
}

@media (max-width: 767px) {
  .rtl .comment--list .comment__avatar {
    margin-left: 15px;
  }
}

.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: 0.5em;
}

@media (max-width: 767px) {
  .comment--list .comment__info-right {
    top: 0;
  }
}

.comment--list .comment__time {
  font-style: italic;
}

.comment--list .comment__body {
  margin-left: 100px;
}

.comment--list .comment__body > h5 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .comment--list .comment__body {
    margin-left: 0;
  }
}

.rtl .comment--list .comment__body {
  margin-left: 0;
  margin-right: 100px;
}

@media (max-width: 767px) {
  .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: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 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;
}

.comment--sidebar .comment__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.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: 0.76471em;
  line-height: 2.1539em;
  margin: 0em 0 0 0;
  line-height: 1.5;
  display: block;
}

/*------------------------------------------------------------------
  * List / .list
  * More info docs_build/ui/list.html
  ******************************************************************/

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

.list__item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.82355em;
  padding-top: 0.82355em;
}

.list__item:last-of-type {
  border-bottom: none;
}

.list__link:before {
  font-size: 0.8em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #454545;
}

.list__link:before {
  margin: 0 15px;
}

/*------------------------------------------------------------------
  * Address / .address
  * Address footer / .address--footer
  * Address contacts / .address--contacts
  * More info docs_build/ui/address.html
  ******************************************************************/

.address--footer {
  font-size: 1em;
  line-height: 1.6471em;
  margin: 0 0 1.6471em 0;
}

.address--footer .address__list-body {
  color: #626262;
  font-weight: 400;
}

.rtl .address--footer .address__list-body {
  margin-right: 0;
}

.address--contacts {
  font-size: 1em;
  line-height: 1.6471em;
  margin: 0 0 1.6471em 0;
}

.address--contacts .address__list {
  margin-top: 1.6471em;
}

.address--contacts .address__list-body {
  color: #626262;
  font-weight: 400;
}

/*------------------------------------------------------------------
  * Errors page / .errors-page
  ******************************************************************/

.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 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: 0em 0 0 0;
  font-weight: 200;
}

.errors-page__type span {
  color: #663399;
}

.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;
}

.errors-page__social {
  margin-top: 1.6471em;
}

/*------------------------------------------------------------------
  * Numberfield / .numberfield
  * More info docs_build/ui/numberfield.html
  ******************************************************************/

.numberfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .numberfield {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.numberfield__label {
  margin-right: 15px;
}

.numberfield__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.numberfield__btn {
  border: none;
  background: none;
  outline: none;
  width: 30px;
}

.numberfield__btn:disabled,
.numberfield__btn.disabled {
  cursor: not-allowed;
  opacity: 0.8;
  background: #f5f5f5;
}

.numberfield__in {
  border: none;
  outline: none;
  width: 40px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.raiting__label {
  display: inline-block;
}

.raiting__stars {
  display: inline-block;
  margin-right: 15px;
}

.raiting__stars .fa {
  color: #663399;
  margin-right: 3px;
}

.raiting--form {
  margin-top: 0.82355em;
}

.raiting--form .raiting__label {
  font-weight: 600;
  margin-right: 30px;
  margin-top: 0;
}

.raiting--form .raiting__stars .fa {
  margin-right: 15px;
}

/*------------------------------------------------------------------
  * Tab / .tab
  * .tab--media
  ******************************************************************/

.tab--media .tab-pane {
  margin-top: 1.6471em;
}

.tab--media .tab__expander {
  display: none;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

@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: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 2em;
    /* Better Font Rendering =========== */
    -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-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2.47065em;
}

@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: #663399;
}

.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: none;
}

@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__svg {
  fill: #626262;
  width: 30px;
  height: 30px;
}

.tab--media .tab__item.active .tab__svg {
  fill: #fff;
}

.tab--media .tab__item:hover .tab__svg {
  fill: #fff;
}

.tab--media .tab__title {
  display: block;
}

.tab--media .tab__item.active .tab__title {
  color: #fff;
}

.tab--media .tab__item:hover .tab__title {
  color: #fff;
}

.tab--media .tab__youtube {
  background: url("../img/logo-youtube.png") 5px 3px no-repeat;
  padding: 0 0 0 50px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.tab--media .tab__vimeo {
  background: url("../img/logo-vimeo.png") 15px 3px no-repeat;
  padding: 0 0 0 50px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.tab--media .tab__soundcloud {
  background: url("../img/logo-soundcloud.png") 0 3px no-repeat;
  padding: 0 0 0 50px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.tab--expanded .tab__nav {
  padding-right: 0;
}

.tab--expanded .tab__expander {
  display: none;
}

.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;
  }
}

@media (max-width: 1199px) {
  .tab--expanded .tab__item--social {
    border-left: none;
    border-bottom: none;
    border-right: none;
  }
}

/*------------------------------------------------------------------
  * Collapser / .collapser
  ******************************************************************/

.collapser:before,
.collapser:after {
  content: " ";
  display: table;
}

.collapser:after {
  clear: both;
}

@media (max-width: 767px) {
  .collapser {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .collapser__header {
    padding-bottom: 0.32942em;
    padding-top: 0.32942em;
  }
}

@media (max-width: 767px) {
  .collapser__title {
    text-align: center;
    margin-top: 0;
  }

  .collapser__title:after {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 0.7em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }

  .collapser__title:after {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .collapser__content {
    display: none !important;
  }
}

.collapser--event-details {
  padding-bottom: 1.6471em;
  padding-left: 30px;
  padding-right: 30px;
  background: #663399;
}

@media (max-width: 767px) {
  .collapser--event-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.collapser--event-details .collapser__title {
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 768px) {
  .collapser--event-details .collapser__title {
    font-size: 1.41176em;
  }
}

.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;
}

@media (max-width: 767px) {
  .collapser--event-details .collapser__content {
    padding-bottom: 1.6471em;
  }
}

.collapser--event-schedule {
  margin-top: 1.6471em;
  width: 75%;
}

@media (max-width: 1199px) {
  .collapser--event-schedule {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .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-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: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 0.7em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
}

@media (max-width: 767px) {
  .collapser--expanded .collapser__content {
    display: block !important;
  }
}

/*------------------------------------------------------------------
  * Ul styles / .ul
  * .ul--disk
  * .ul--check
  * .ul--rounded-check
  * .ul--arrow
  * .ul--star
  * .ul--x
  * .ul--ordered
  * More info docs_build/ui/ul.html
  ******************************************************************/

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

.ul li {
  padding-left: 25px;
  position: relative;
}

.ul li:before {
  font-size: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: inherit;
}

.ul li:before {
  color: #663399;
  left: 0;
  position: absolute;
  top: 7px;
}

.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;
}

/*------------------------------------------------------------------
  * Hr / .hr
  * Hr solid / .hr--solid
  * Hr solid-light / .hr--solid-light
  * Hr dotted / .hr--dotted
  * Hr dashed / .hr--dashed
  * More info docs_build/ui/hr.html
  ******************************************************************/

.hr {
  margin-top: 1.6471em;
  margin-bottom: 0;
  border-top: 1px solid #e6e6e6;
}

.hr--solid {
  border-top: 1px solid #808080;
}

.hr--solid-light {
  border-top: 1px solid #d0d0d0;
}

.hr--dotted {
  border-top: 1px dotted #d0d0d0;
}

.hr--dashed {
  border-top: 1px dashed #222222;
}

/*------------------------------------------------------------------
  * No content block / .no-content
  ******************************************************************/

.no-content {
  background: #fff;
  text-align: center;
  padding-bottom: 2.47065em;
  padding-top: 2.47065em;
}

.no-content__title {
  font-weight: normal;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !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 {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  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;
  background: #000;
}

.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;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !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: none !important;
  z-index: -9999 !important;
  background: none !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: #663399;
}

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 12px;
  height: 12px;
  top: 20px;
  background: #663399;
  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-min,
.irs-max {
  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-to,
.irs-single {
  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-to,
  .irs-single {
    padding: 5px 10px;
  }
}

.irs-from:after,
.irs-to:after,
.irs-single: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;
}

/**
 ** A stylesheet for use with Bootstrap 3.x
 ** @author: Dan Grossman http://www.dangrossman.info/
 ** @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
 ** @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
 ** @website: https: */

/* Container Appearance */

/*------------------------------------------------------------------
  * Daterangepicker / .daterangepicker
  * More info docs_build/ui/datetime.html
  ******************************************************************/

.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;
}

@media (max-width: 767px) {
  .daterangepicker {
    padding: 15px;
    width: auto;
  }
}

.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 .ranges,
.daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .calendar {
  display: none;
  margin-top: 0;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 40px;
}

@media (max-width: 767px) {
  .daterangepicker .calendar th,
  .daterangepicker .calendar td {
    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 {
  color: #999;
  background: #fff;
}

.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}

.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker option.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 {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.week {
  font-size: 80%;
  color: #ccc;
}

.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.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 70px;
  margin-bottom: 0;
  color: #626262;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .daterangepicker select.hourselect,
  .daterangepicker select.minuteselect,
  .daterangepicker select.secondselect,
  .daterangepicker select.ampmselect {
    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: #663399;
  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 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input .input-mini {
  display: none;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 20px;
  color: #626262;
}

.daterangepicker .daterangepicker_input .fa-calendar {
  display: none;
}

.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;
}

/* Calendars */

/* Text Input Above Each Calendar */

/* Time Picker */

/* Predefined Ranges */

/*  Larger Screen Styling */

@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.single .calendar.left {
    clear: none;
    margin-right: 0;
  }

  .daterangepicker.single .ranges,
  .daterangepicker.single .calendar {
    float: left;
  }

  .daterangepicker .calendar.right {
    margin-left: 0;
  }

  .daterangepicker .left .daterangepicker_input,
  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
  }

  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }

  .daterangepicker .calendar.left {
    clear: none;
  }
}

.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: none;
  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:last-child:after {
  border-bottom: 1px solid transparent;
}

.select2-results__option:first-child {
  margin-top: 0;
}

.select2-results__option:first-child:before {
  border-bottom: 1px solid transparent;
}

.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;
}

.js-in-select {
  opacity: 0;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px;
  background: #e6e6e6;
}

.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: none;
}

.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: bold;
}

.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 {
  display: block;
  width: 100%;
  height: 100%;
  color: #595959;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #626262;
  padding: 7px 0 0 11px;
  text-align: left;
}

.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: white;
  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: bold;
  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: bold;
  margin-right: 2px;
}

.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--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  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: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.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: #663399;
  color: white;
  padding-bottom: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding-top: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:before {
  display: none;
}

.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%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 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: bold;
  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%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #663399;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  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%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 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%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #663399;
}

.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: bold;
  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;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  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 #663399;
}

.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: white;
  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 > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.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: #663399;
  color: white;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected]:after {
  display: none;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #663399;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  font-size: 1em;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  border-color: #ddd;
  background-color: #fff;
}

.fc-unthemed .fc-divider {
  background: #eee;
}

.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;
  opacity: .3;
  filter: alpha(opacity=30);
}

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  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: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  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;
}

.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: -0.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fc-button-group {
  display: inline-block;
}

.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, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-ltr .fc-popover .fc-header .fc-close {
  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-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
}

.fc-bg table {
  height: 100%;
}

.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 0;
}

.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row {
  position: relative;
}

.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-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-row .fc-bgevent-skeleton table {
  height: 100%;
}

.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.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: none;
  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 > * {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #663399;
  font-weight: normal;
  color: #663399;
  text-decoration: none;
}

.fc-event:hover {
  color: #663399;
  text-decoration: none;
}

.ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
}

.fc-not-allowed {
  cursor: not-allowed;
}

.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}

.fc-event .fc-content {
  position: relative;
  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 {
  right: auto;
  cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after {
  right: auto;
  cursor: w-resize;
}

.fc-rtl .fc-h-event .fc-end-resizer {
  right: auto;
  cursor: w-resize;
}

.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer {
  left: auto;
  cursor: e-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after {
  left: auto;
  cursor: e-resize;
}

.fc-rtl .fc-h-event .fc-start-resizer {
  left: auto;
  cursor: e-resize;
}

.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  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: bold;
}

.fc-day-grid-event .fc-resizer {
  left: -3px;
  right: -3px;
  width: 7px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.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 {
  text-align: center;
  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 * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view {
  position: relative;
  z-index: 1;
}

.fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-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-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.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: 0.3;
  filter: alpha(opacity=30);
}

.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: normal;
}

.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 {
  position: relative;
  z-index: 3;
}

.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-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: none;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
}

.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-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  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 {
  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 / .slider
  * .slider--wide
  * .slider--v1
  * .slider--v3
  * .slider--v4
  * .slider--v5
  * .slider--v6
  * .slider--nav
  * More info docs_build/ui/slider.html
  ******************************************************************/

.slider__item {
  display: none;
}

@media (min-width: 768px) {
  .slider__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .slider__wrapper .container {
    position: relative;
  }
}

@media (min-width: 768px) {
  .slider__sidebar {
    position: absolute;
    right: 0;
    width: 30%;
    top: 140px;
  }
}

.slider__sidebar-title {
  font-size: 1.76471em;
}

@media (min-width: 768px) {
  .slider__sidebar-title {
    color: #fff;
  }
}

.slider--wide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.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);
  margin-right: auto;
  margin-left: auto;
  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:before,
.slider--wide .slider__caption:after {
  content: " ";
  display: table;
}

.slider--wide .slider__caption:after {
  clear: both;
}

@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 {
  text-align: center;
}

.slider--wide .slider__caption--v6 {
  text-align: center;
}

.slider--wide .slick-active .slider__caption {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.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;
}

@media (max-width: 1199px) {
  .slider--wide .slider__preview-img {
    left: -130%;
  }
}

@media (max-width: 1199px) {
  .slider--wide .slider__preview-video {
    height: 100%;
  }
}

.normal-browser .slider--wide .slider__preview--v2 {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  opacity: 0.5;
}

.normal-browser .slider--wide .slider__item.slick-active .slider__preview--v2 {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.normal-browser .slider--wide .slider__preview--v3 {
  opacity: 0.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: 0.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: #663399;
  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 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__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(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.slider--wide .slider__title {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.slider--wide .slider__title--v1 {
  color: #fff;
  margin-top: 40px;
  line-height: 1;
  font-size: 5.17647em;
  font-weight: 200;
  text-transform: uppercase;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.slider--wide .slider__title--v2 {
  color: #222;
  margin-top: 0;
  line-height: 1;
  font-size: 4.94118em;
  font-weight: 600;
  width: 50%;
}

@media (max-width: 1199px) {
  .slider--wide .slider__title--v2 {
    text-shadow: 1px 1px 45px rgba(0, 0, 0, 0.3);
    color: #fff;
  }
}

.slider--wide .slider__title--v3 {
  color: #222;
  font-weight: 200;
  width: 50%;
  margin-top: 0;
}

.slider--wide .slider__title--v4 {
  font-size: 7.64706em;
  color: #663399;
  font-family: "Cambay", sans-serif;
  line-height: 1;
  margin-top: 0.4em;
}

.slider--wide .slider__title--v5 {
  color: #222;
  line-height: 1;
  font-size: 4.58824em;
  text-transform: uppercase;
  width: 55%;
  font-weight: 900;
}

.slider--wide .slider__title--v6 {
  color: #fff;
  line-height: 1;
  font-size: 3.52941em;
  text-transform: uppercase;
  border: 10px solid #fff;
  font-weight: 900;
  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(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  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 {
  font-weight: 900;
  line-height: 1;
  margin-top: 0;
  color: #fff;
  font-size: 5.17647em;
  text-transform: uppercase;
  width: 60%;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

@media (max-width: 1199px) {
  .slider--wide .slider__subtitle--v1 {
    font-size: 1.47059em;
  }
}

.slider--wide .slider__subtitle--v2 {
  font-size: 1.17647em;
  width: 40%;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .slider--wide .slider__subtitle--v2 {
    text-shadow: 1px 1px 40px rgba(0, 0, 0, 0.9);
    color: #fff;
  }
}

.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: 0.5em;
}

@media (max-width: 767px) {
  .slider--wide .slider__subtitle--v4 {
    display: none;
  }
}

.slider--wide .slider__subtitle--v5 {
  color: #222;
  width: 50%;
  font-weight: 400;
  font-size: 1em;
}

@media (max-width: 767px) {
  .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: 767px) {
  .slider--wide .slider__subtitle--v6 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .slider--wide .slider__subtitle {
    margin-top: 10px;
    width: auto;
  }
}

.slider--wide .slick-active .slider__subtitle {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  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;
}

@media (max-width: 767px) {
  .slider--wide .slider__footer {
    margin-top: 30px;
  }
}

.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;
  }
}

@media (max-width: 767px) {
  .slider--wide .slider__donate {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .slider--wide .slider__sep {
    display: block;
  }
}

.slider--wide .slider__read {
  text-transform: none;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .slider--wide .slider__read {
    margin-top: 10px;
  }
}

.slider--wide .slick-active .slider__footer {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.slider--wide .slider__links {
  padding: 10px;
  margin: 0 auto;
  text-transform: none;
  border-radius: 30px;
  background: #663399;
  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: 0.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: inherit;
}

.slider--wide .slider__watch:before {
  color: #fff;
  background: #663399;
  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 {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  vertical-align: middle;
  line-height: 80px;
  text-align: center;
  background: rgba(69, 69, 69, 0.7);
  position: absolute;
  top: 50%;
  margin-top: -40px;
  color: #fff;
  border: none;
  display: block;
  outline: none;
}

.slider--wide .slider__control--prev {
  left: 50px;
}

.slider--wide .slider__control--prev:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 2.8em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

@media (max-width: 767px) {
  .slider--wide .slider__control--prev {
    left: 15px;
  }
}

.slider--wide .slider__control--next {
  right: 50px;
  z-index: 15;
}

.slider--wide .slider__control--next:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 2.8em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

@media (max-width: 767px) {
  .slider--wide .slider__control--next {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .slider--wide .slider__control {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    line-height: 30px;
  }

  .slider--wide .slider__control:before {
    font-size: 1em;
  }
}

.slider--v3 .slider__item {
  height: 740px;
}

@media (max-width: 767px) {
  .slider--v3 .slider__item {
    height: 400px;
  }
}

.slider--v3 .slider__controls {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  right: 0;
}

@media (max-width: 767px) {
  .slider--v3 .slider__controls {
    margin-top: -40px;
  }
}

.slider--v3 .slider__control {
  background: #2f2f2f;
  position: absolute;
  color: #fff;
  border: none;
  display: block;
  outline: none;
  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--prev {
  right: 0;
  top: 70px;
  left: auto;
  margin-top: 0;
}

.slider--v3 .slider__control--prev:before {
  font-size: 25px;
}

@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:before {
  font-size: 25px;
}

.slider--v3 .slider__control--next:after {
  border-top: 1px solid #454545;
  display: block;
  content: ' ';
  width: 20px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .slider--v3 .slider__control--next:after {
    margin-left: 5px;
  }
}

.slider--v4 .slider__item {
  height: 1010px;
}

@media (max-width: 1199px) {
  .slider--v4 .slider__item {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .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;
}

@media (max-width: 767px) {
  .slider--v4 .slick-dots {
    bottom: 15px;
  }
}

.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;
}

.slider--v4 .slick-dots li button:before {
  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;
  }
}

@media (max-width: 767px) {
  .slider--v5 .slider__item {
    height: 400px;
  }
}

@media (max-width: 1199px) {
  .slider--v5 .slider__caption {
    margin: 0 50px;
  }
}

@media (max-width: 767px) {
  .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: none;
  border-radius: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

@media (max-width: 991px) {
  .slider--v5 .slider__control {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.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--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;
}

@media (max-width: 767px) {
  .slider--v5 .slider__control--next:before {
    font-size: 20px;
  }
}

.slider--v6 .slider__item {
  height: 860px;
}

@media (max-width: 1199px) {
  .slider--v6 .slider__item {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .slider--v6 .slider__item {
    height: 500px;
  }
}

.slider--v6 .slider__caption {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .slider--v6 .slider__caption {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .slider--v6 .slider__heading--v3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .slider--v6 .slider__title--v3 {
    margin-top: 0;
  }
}

.slider--v6 .slider__control {
  background: none;
}

@media (max-width: 767px) {
  .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: 0.3s;
  transition: 0.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;
}

.slider--v7 .slick-dots li button:before {
  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: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100px) scale(0.5);
  -ms-transform: translateX(100px) scale(0.5);
  transform: translateX(100px) scale(0.5);
}

.slider--nav:hover {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  transform: translateX(0px) 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: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.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(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.slider--sermon .slider__item {
  position: relative;
  display: block;
}

/*------------------------------------------------------------------
  * Countdown / .countdown
  * .countdown--circles
  * .countdown--panel
  * .countdown--timer
  * .countdown--donate
  ******************************************************************/

.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__column {
  width: 100px;
  text-align: center;
}

.countdown__delimiter {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .countdown__delimiter {
    margin-top: 30px;
  }
}

.countdown__delimiter:before {
  width: 8px;
  height: 8px;
  background: #663399;
  content: ' ';
  display: block;
}

@media (max-width: 767px) {
  .countdown__delimiter:before {
    width: 3px;
    height: 3px;
  }
}

.countdown__delimiter:after {
  width: 8px;
  height: 8px;
  background: #663399;
  content: ' ';
  display: block;
  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 25px;
  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;
}

@media (max-width: 767px) {
  .countdown--circles input {
    font-size: 30px !important;
    height: 40px !important;
    margin-top: 0 !important;
  }
}

.rtl .countdown--circles input {
  margin-left: 0;
  margin-right: -90px;
}

@media (max-width: 767px) {
  .rtl .countdown--circles input {
    margin-right: -40px;
  }
}

.countdown--panel {
  padding-bottom: 0.82355em;
  background: #2f2f2f;
  -webkit-box-shadow: 0 28px 21px -22px rgba(47, 47, 47, 0.9);
  box-shadow: 0 28px 21px -22px rgba(47, 47, 47, 0.9);
}

.countdown--panel .countdown__value {
  font-family: 'Teko';
  color: #663399;
  font-size: 80px;
  margin-top: 32px;
  line-height: 0.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: #663399;
  margin: -70px 57px 0;
  position: relative;
  padding-bottom: 1.6471em;
}

@media (max-width: 767px) {
  .countdown--timer {
    margin: -50px 30px 0;
    padding-bottom: 0.82355em;
  }
}

.countdown--timer .countdown__column {
  width: 95px;
  text-align: center;
}

@media (max-width: 767px) {
  .countdown--timer .countdown__column {
    width: 65px;
  }
}

.countdown--timer .countdown__value {
  color: #fff;
  line-height: 0.6;
  margin-top: 0.49413em;
  font-size: 3.17647em;
}

@media (max-width: 767px) {
  .countdown--timer .countdown__value {
    margin-top: 0.65884em;
    font-size: 1.76471em;
  }
}

.countdown--timer .countdown__label {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.82353em;
  margin-top: 0.82355em;
}

.countdown--timer .countdown__delimiter {
  margin-top: 2.14123em;
}

@media (max-width: 767px) {
  .countdown--timer .countdown__delimiter {
    margin-top: 1.31768em;
  }
}

.countdown--timer .countdown__delimiter:before {
  width: 4px;
  height: 4px;
  background: #fff;
  content: ' ';
  display: block;
}

@media (max-width: 767px) {
  .countdown--timer .countdown__delimiter:before {
    width: 3px;
    height: 3px;
  }
}

.countdown--timer .countdown__delimiter:after {
  width: 4px;
  height: 4px;
  background: #fff;
  content: ' ';
  display: block;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .countdown--timer .countdown__delimiter:after {
    width: 3px;
    height: 3px;
  }
}

.countdown--donate {
  position: relative;
  margin-top: 4.9413em;
}

@media (max-width: 767px) {
  .countdown--donate {
    margin-top: 1.6471em;
  }
}

.countdown--donate .countdown__column {
  width: 35px;
  text-align: center;
}

.countdown--donate .countdown__value {
  color: #fff;
  line-height: 0.6;
  font-weight: bold;
  font-size: 1.76471em;
}

.countdown--donate .countdown__label {
  font-size: 0.58824em;
  color: #222;
  text-transform: uppercase;
  margin-top: 15px;
}

.countdown--donate .countdown__delimiter {
  margin-top: 5px;
}

.countdown--donate .countdown__delimiter:before {
  width: 3px;
  height: 3px;
  background: #fff;
  content: ' ';
  display: block;
}

@media (max-width: 767px) {
  .countdown--donate .countdown__delimiter:before {
    width: 3px;
    height: 3px;
  }
}

.countdown--donate .countdown__delimiter:after {
  margin-top: 3px;
  width: 3px;
  height: 3px;
  background: #fff;
  content: ' ';
  display: block;
}

@media (max-width: 767px) {
  .countdown--donate .countdown__delimiter:after {
    width: 3px;
    height: 3px;
  }
}

/*------------------------------------------------------------------
  * nextevent / .nextevent
  * .nextevent--countcircles
  * .nextevent--countpanel
  * .nextevent--counttimer
  ******************************************************************/

.nextevent__date {
  font-size: 15px;
  margin: 0.9em 0 0;
  display: block;
}

.nextevent__intro p:last-of-type {
  margin-bottom: 0;
}

.nextevent__more {
  margin-top: 1.6471em;
}

.nextevent__info {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .nextevent__info {
    width: 16.66667%;
  }
}

.nextevent--countcircles .nextevent__details {
  text-align: center;
  margin-top: 0.82355em;
}

.nextevent--countcircles .nextevent__intro {
  margin: 0.6em 17em 0;
}

@media (max-width: 1199px) {
  .nextevent--countcircles .nextevent__intro {
    margin: 0.6em 15px 0;
  }
}

.nextevent--countpanel .nextevent__preview {
  margin-top: 3.2942em;
  position: relative;
  top: 0.35417em;
}

@media (min-width: 768px) {
  .nextevent--countpanel .nextevent__preview {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .nextevent--countpanel .nextevent__preview {
    margin-left: 8.33333%;
  }
}

@media (max-width: 767px) {
  .nextevent--countpanel .nextevent__preview {
    top: 0;
  }
}

@media (max-width: 767px) {
  .nextevent--countpanel .nextevent__preview {
    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__details {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .nextevent--countpanel .nextevent__details {
    padding: 0;
  }
}

.nextevent--countpanel .nextevent__intro {
  margin-top: 0.82355em;
}

.nextevent--counttimer {
  margin-left: -15px;
  margin-right: -15px;
}

.nextevent--counttimer:before,
.nextevent--counttimer:after {
  content: " ";
  display: table;
}

.nextevent--counttimer:after {
  clear: both;
}

@media (max-width: 991px) {
  .nextevent--counttimer {
    margin: 0;
  }
}

.nextevent--counttimer .nextevent__preview {
  position: relative;
  top: 0.425em;
}

@media (min-width: 992px) {
  .nextevent--counttimer .nextevent__preview {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .nextevent--counttimer .nextevent__preview {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .nextevent--counttimer .nextevent__preview {
    padding: 0;
    width: 70%;
    margin: 0 auto;
    margin-top: 1.6471em;
  }
}

@media (max-width: 767px) {
  .nextevent--counttimer .nextevent__preview {
    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;
  }
}

@media (max-width: 991px) {
  .nextevent--counttimer .nextevent__details {
    padding: 0;
  }
}

.nextevent--counttimer .nextevent__name {
  margin-top: 0.82355em;
}

.nextevent--counttimer .nextevent__date {
  margin-top: 2.47065em;
}

@media (max-width: 991px) {
  .nextevent--counttimer .nextevent__date {
    margin-top: 1.6471em;
  }
}

.nextevent--counttimer .nextevent__intro {
  margin-top: 0.82355em;
}

/*------------------------------------------------------------------
  * Post / .post
  * .post--main
  * .post--standart
  * .post--preview
  * .post--recent
  * .post--list
  * .post--grid
  * .post--masonry
  * .post--details
  ******************************************************************/

.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:before,
.post--main .post__item:after {
  content: " ";
  display: table;
}

.post--main .post__item:after {
  clear: both;
}

@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;
  }
}

@media (max-width: 991px) {
  .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:before,
.post--main .post__details:after {
  content: " ";
  display: table;
}

.post--main .post__details:after {
  clear: both;
}

@media (min-width: 992px) {
  .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;
  }
}

@media (max-width: 991px) {
  .post--main .post__details {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.82355em;
  }
}

@media (min-width: 992px) {
  .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: 0.3s;
    transition: 0.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: 0.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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, #fff 50%);
}

.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.1) 50%);
}

@media (max-width: 1199px) {
  .post--main .post__intro {
    max-height: 5rem;
  }

  .post--main .post__intro:after {
    height: 1.5rem;
  }
}

.post--main .post__intro p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .post--standart {
    margin-top: -1.6471em;
  }
}

@media (min-width: 768px) {
  .post--standart .post__item {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .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__name {
  margin-top: 0.82355em;
}

.post--standart .post__intro {
  margin-top: 0.82355em;
}

.post--standart .post__intro p {
  margin-bottom: 0;
}

.post--standart .post__more {
  margin-top: 0.82355em;
}

.post--preview .post__list {
  position: relative;
  margin-top: 5.76485em;
}

.post--preview .post__list:before,
.post--preview .post__list:after {
  content: " ";
  display: table;
}

.post--preview .post__list:after {
  clear: both;
}

.post--preview .post__item {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .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%;
  }
}

@media (max-width: 1199px) {
  .post--preview .post__item:first-of-type {
    margin-top: 1.6471em;
  }
}

.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, 0.5)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  color: #fff;
  font-weight: 600;
  padding: 30px 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

@media (max-width: 1199px) {
  .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: 0.98826em;
  float: left;
}

.post--preview .post__more {
  margin-top: 0.98826em;
  float: right;
}

.post--recent .post__item {
  padding-bottom: 0.82355em;
  padding-top: 0.82355em;
  border-bottom: 1px solid #e6e6e6;
}

.post--recent .post__item:before,
.post--recent .post__item:after {
  content: " ";
  display: table;
}

.post--recent .post__item:after {
  clear: both;
}

.post--recent .post__item:last-of-type {
  border-bottom: none;
}

.post--recent .post__preview {
  position: relative;
  top: 0.425em;
}

@media (min-width: 1200px) {
  .post--recent .post__preview {
    width: 33.33333%;
    float: left;
  }
}

@media (max-width: 767px) {
  .post--recent .post__preview {
    top: 0;
  }
}

@media (min-width: 1200px) {
  .post--recent .post__details {
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .post--recent .post__details {
    margin-top: 1.6471em;
    padding: 0;
  }
}

.post--recent .post__name {
  margin-top: 0;
}

.post--list .post__preview-img {
  width: 100%;
}

.post--list .post__preview-img--grid {
  display: none;
}

.post--list .post__name {
  margin-top: 0.32942em;
}

.post--list .post__info {
  padding-bottom: 1.6471em;
  padding-top: 1.6471em;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}

.post--list .post__categories {
  margin-top: 0.32942em;
}

.post--list .post__author {
  font-weight: 600;
}

.post--list .post__intro {
  margin-top: 0.32942em;
}

.post--list .post__comments {
  float: right;
}

.rtl .post--list .post__more {
  margin-right: 15px;
}

.post--grid .post__preview-img {
  width: 100%;
}

.post--grid .post__preview-img--list {
  display: none;
}

.post--grid .post__info {
  padding-bottom: 0.82355em;
  padding-top: 0.82355em;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}

.post--grid .post__name {
  margin-top: 0;
}

.post--grid .post__author {
  font-weight: 600;
}

.post--grid .post__categories {
  margin-top: 0.32942em;
  line-height: 1;
}

.post--grid .post__categories a {
  line-height: 1;
}

.post--grid .post__intro {
  margin-top: 0.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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, #fff 50%);
}

.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.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;
}

.post--grid .post__comments--list {
  display: none;
}

.post--grid .post__more {
  margin-top: 0.82355em;
}

.rtl .post--grid .post__more {
  margin-right: 15px;
}

.post--grid .post__comments {
  margin-top: 0.82355em;
}

.post--masonry .post__intro {
  max-height: initial;
}

.post--masonry .post__intro:after {
  display: none;
}

.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 .post__author a {
  font-weight: 600;
}

.post--details .post__img-full {
  margin-left: -30px;
  margin-right: -30px;
}

.post--details img {
  margin-bottom: 1.6471em;
}

.post--details > :first-child {
  margin-top: 0;
}

.post--details + .widget__footer {
  margin-top: 0;
}

/*------------------------------------------------------------------
  * Sermon / .sermon
  * .sermon--main
  * .sermon--column
  * .sermon--ordered
  * .sermon--sidebar
  * .sermon--list
  * .sermon--grid
  * .sermon--details
  ******************************************************************/

.sermon__item:before,
.sermon__item:after {
  content: " ";
  display: table;
}

.sermon__item:after {
  clear: both;
}

.sermon__views {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  font-weight: bold;
  color: #000;
}

.sermon__views:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.5em;
}

.rtl .sermon__views {
  text-align: center;
}

.sermon--main .sermon__preview {
  position: relative;
  top: 0.5em;
}

@media (max-width: 767px) {
  .sermon--main .sermon__preview {
    top: 0;
  }
}

.sermon--main .sermon__video {
  -webkit-transition: 0.3s;
  transition: 0.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: 0.3s;
  transition: 0.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__name {
  margin-top: 0;
}

.sermon--main .sermon__links {
  position: relative;
  top: 0.5em;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  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: #808080;
}

.sermon--main .sermon__link-item.active {
  background: #663399;
  fill: #fff;
}

.sermon--main .sermon__link-item:hover {
  background: #663399;
  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-left: 15px;
  padding-right: 15px;
  padding-left: 25px;
}

.sermon--main .sermon__more {
  margin-top: 0.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, 0.4);
  padding: 10px 20px;
  -webkit-transform: translateY(79px);
  -ms-transform: translateY(79px);
  transform: translateY(79px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sermon--column .sermon__item:hover .sermon__info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sermon--column .sermon__item--video .sermon__info {
  -webkit-transform: translateY(190px);
  -ms-transform: translateY(190px);
  transform: translateY(190px);
}

.sermon--column .sermon__item--audio .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: 0.3s;
  transition: 0.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__time {
  color: #fff;
}

.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: 0.82355em;
}

.sermon--column .sermon__links:before,
.sermon--column .sermon__links:after {
  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: #663399;
  width: 30px;
  height: 30px;
}

.sermon--column .sermon__more {
  color: #fff;
}

.sermon--ordered {
  width: 65%;
}

@media (max-width: 1199px) {
  .sermon--ordered {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .sermon--ordered {
    width: 100%;
  }
}

.sermon--ordered .sermon__item {
  background: #fff;
  padding: 0 40px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sermon--ordered .sermon__item {
    padding: 0 15px;
  }
}

.sermon--ordered .sermon__item--video {
  padding-bottom: 1.6471em;
}

.sermon--ordered .sermon__item--audio {
  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__video {
  display: none;
}

.sermon--ordered .sermon__audio {
  display: none;
}

.sermon--ordered .sermon__order {
  font-size: 4.82353em;
  line-height: 1.02442em;
  margin: 0.34147em 0 0 0;
  margin-top: 20px;
  color: #f2f2f2;
  font-family: "Cambay", sans-serif;
  width: 100px;
}

@media (max-width: 767px) {
  .sermon--ordered .sermon__order {
    font-size: 2.94118em;
    line-height: 1.12003em;
    margin: 0.56001em 0 0 0;
    width: 50px;
  }
}

.sermon--ordered .sermon__time {
  display: block;
  position: relative;
  top: -0.3em;
}

.sermon--ordered .sermon__name {
  margin-top: 0;
  padding-bottom: 0.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--ordered .sermon__link-item {
  padding: 20px;
  fill: #663399;
}

.sermon--ordered .sermon__link-item:last-of-type {
  margin-right: 0;
}

.sermon--ordered .sermon__link-item.active {
  background: #663399;
  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__details:before,
.sermon--sidebar .sermon__details:after {
  content: " ";
  display: table;
}

.sermon--sidebar .sermon__details:after {
  clear: both;
}

.sermon--sidebar .sermon__author {
  font-size: 0.76471em;
  line-height: 2.1539em;
  margin: 2.1539em 0 0 0;
  margin-top: 0.82355em;
  font-style: italic;
  color: #000;
}

.sermon--sidebar .sermon__name {
  margin-top: 0.82355em;
  margin-top: 0;
}

.sermon--sidebar .sermon__info {
  margin-top: 0.32942em;
}

.sermon--sidebar .sermon__time {
  font-style: italic;
}

.sermon--sidebar .sermon__intro {
  margin-top: 0.32942em;
}

.sermon--sidebar .sermon__intro p {
  margin-bottom: 0;
}

.sermon--list .sermon__item {
  padding-bottom: 1.6471em;
}

.sermon--list .sermon__item:before,
.sermon--list .sermon__item:after {
  content: " ";
  display: table;
}

.sermon--list .sermon__item:after {
  clear: both;
}

@media (max-width: 767px) {
  .sermon--list .sermon__item {
    padding-bottom: 0;
  }
}

.sermon--list .sermon__preview {
  margin-top: 1.6471em;
  position: relative;
  top: 0.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;
  }
}

@media (max-width: 767px) {
  .sermon--list .sermon__preview {
    top: 0;
  }
}

@media (min-width: 768px) {
  .sidebar-hide .sermon--list .sermon__preview {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .sermon--list .sermon__preview {
    padding: 0;
    display: block;
    margin-top: 0;
  }
}

.sermon--list .sermon__video {
  display: none;
}

.sermon--list .sermon__audio {
  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;
}

@media (min-width: 768px) {
  .sermon--list .sermon__info {
    width: 58.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sermon--list .sermon__info:before,
.sermon--list .sermon__info:after {
  content: " ";
  display: table;
}

.sermon--list .sermon__info:after {
  clear: both;
}

@media (min-width: 768px) {
  .sidebar-hide .sermon--list .sermon__info {
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .sermon--list .sermon__info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sermon--list .sermon__name {
  margin-top: 0.32942em;
}

.sermon--list .sermon__categories {
  margin-top: 0.32942em;
}

.sermon--list .sermon__time {
  font-weight: 600;
}

@media (min-width: 768px) {
  .sermon--list .sermon__bar {
    width: 8.33333%;
    float: left;
  }
}

@media (min-width: 768px) {
  .sermon--list .sermon__bar {
    float: left;
    right: -1px;
  }
}

@media (max-width: 767px) {
  .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: 0.82355em;
}

.sermon--list .sermon__links:before,
.sermon--list .sermon__links:after {
  content: " ";
  display: table;
}

.sermon--list .sermon__links:after {
  clear: both;
}

@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 {
  display: block;
  background: #663399;
  padding-bottom: 0.82355em;
  padding-top: 0.82355em;
}

@media (max-width: 767px) {
  .sermon--list .sermon__link-item {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}

.sermon--list .sermon__link-item.active {
  background: #755a70;
}

.sermon--list .sermon__link-svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.sermon--list .sermon__intro {
  margin-top: 0.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;
  }
}

@media (max-width: 767px) {
  .sermon--list .sermon__views {
    line-height: 50px;
    padding: 0 15px;
  }
}

.sermon--grid .sermon__item {
  background: #fff;
}

.sermon--grid .sermon__time {
  font-weight: 600;
}

.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;
  padding-bottom: 1.6471em;
}

.sermon--grid .sermon__info:before,
.sermon--grid .sermon__info:after {
  content: " ";
  display: table;
}

.sermon--grid .sermon__info:after {
  clear: both;
}

.sermon--grid .sermon__video {
  display: none;
  padding-bottom: 1.6471em;
}

.sermon--grid .sermon__audio {
  display: none;
  padding-bottom: 1.6471em;
}

.sermon--grid .sermon__name {
  margin-top: 0.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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.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: 0.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:before,
.sermon--grid .sermon__links:after {
  content: " ";
  display: table;
}

.sermon--grid .sermon__links:after {
  clear: both;
}

.sermon--grid .sermon__link-item {
  padding-bottom: 0.82355em;
  padding-top: 0.82355em;
  text-align: center;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  background: #663399;
}

.sermon--grid .sermon__link-item.active {
  background: #755a70;
}

.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: 0.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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.1) 50%);
}

@media (max-width: 1199px) {
  .sermon--grid .sermon__intro {
    max-height: 3.5rem;
  }

  .sermon--grid .sermon__intro:after {
    height: 1.5rem;
  }
}

.sermon--grid .sermon__more {
  margin-top: 0.82355em;
  float: left;
}

.sermon--grid .sermon__comments {
  margin-top: 0.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: 0.82355em;
}

.sermon--details .sermon__speakers a {
  color: #626262;
  font-weight: 900;
}

.sermon--details .sermon__social {
  margin-top: 0.82355em;
}

/*------------------------------------------------------------------
  * Member / .member
  * .memeber--list
  * .memeber--details
  ******************************************************************/

.member--list .member__intro {
  margin-top: 0.82355em;
}

.member--list .member__list {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 0.82355em;
}

.member--list .member__list:before,
.member--list .member__list:after {
  content: " ";
  display: table;
}

.member--list .member__list:after {
  clear: both;
}

.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%;
  }
}

@media (min-width: 1200px) {
  .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: 0.3s;
  transition: 0.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, 0.7);
    color: #fff;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  .member--list .member__caption:hover {
    opacity: 1;
  }
}

.member--list .member__name {
  font-weight: 600;
  display: block;
  font-size: 1.76471em;
  line-height: 1.86671em;
  margin: 2.80007em 0 0 0;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .member--list .member__name {
    color: #222;
    margin-top: 0.82355em;
  }
}

.member--list .member__post {
  width: 100%;
  display: block;
}

.member--list .member__more {
  margin: 12px 0 0 0;
}

@media (max-width: 1199px) {
  .member--list .member__more {
    border-color: #663399;
    color: #663399;
  }
}

.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: 0.5em;
  width: 50%;
}

@media (max-width: 767px) {
  .member--details .member__photo {
    top: 0;
  }
}

@media (max-width: 767px) {
  .member--details .member__photo {
    width: 100%;
  }
}

.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;
}

@media (max-width: 767px) {
  .member--details .member__info {
    margin-top: 1.6471em;
    margin-left: 0;
    width: 100%;
  }
}

.rtl .member--details .member__info {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .rtl .member--details .member__info {
    margin-right: 0;
  }
}

.member--details .member__social {
  margin-top: 1.6471em;
}

.member--details .member__descr {
  margin-top: 1.6471em;
}

/*------------------------------------------------------------------
  * Gallery / .gallery
  * .gallery--wide
  * .gallery--grid
  ******************************************************************/

.gallery__link {
  position: relative;
  color: #fff;
  display: block;
}

.gallery__btn {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  vertical-align: middle;
  line-height: 60px;
  text-align: center;
  background: rgba(69, 69, 69, 0.7);
  line-height: 64px;
  opacity: 0;
  -webkit-transform: scale(0.3) rotate(-360deg);
  -ms-transform: scale(0.3) rotate(-360deg);
  transform: scale(0.3) rotate(-360deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery__btn .fa {
  font-size: 26px;
}

.gallery__item:hover .gallery__btn {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.gallery__preview-img {
  width: 100%;
}

.gallery--wide .gallery__list {
  min-height: 400px;
}

.gallery--wide .gallery__item {
  position: relative;
}

.gallery--wide .gallery__more {
  background: #663399;
  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__item {
  position: relative;
}

.gallery--grid .gallery__info {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1.6471em;
}

.gallery--grid .gallery__info:before,
.gallery--grid .gallery__info:after {
  content: " ";
  display: table;
}

.gallery--grid .gallery__info:after {
  clear: both;
}

.gallery--grid .gallery__name--caption {
  margin-top: 0.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: 0.82355em;
  color: #fff;
}

@media (max-width: 1199px) {
  .gallery--grid .gallery__more--caption {
    color: #663399;
  }
}

.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-svg {
    fill: #626262;
  }
}

.gallery--grid .gallery__comments {
  margin-top: 1.6471em;
}

.gallery--grid .gallery__preview {
  position: relative;
}

.gallery--grid .gallery__icon {
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.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;
  }
}

@media (max-width: 1199px) {
  .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, 0.7);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.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 (max-width: 1199px) {
  .gallery--grid .gallery__caption {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0.82355em;
    padding-top: 0.82355em;
  }

  .gallery--grid .gallery__caption:before,
  .gallery--grid .gallery__caption:after {
    content: " ";
    display: table;
  }

  .gallery--grid .gallery__caption:after {
    clear: both;
  }
}

/*------------------------------------------------------------------
  * Schedule / .schedule
  ******************************************************************/

.schedule__list {
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
}

.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;
}

.schedule__item--highlight {
  color: #663399;
}

/*------------------------------------------------------------------
  * Feed / .feed
  ******************************************************************/

.feed {
  margin-top: -0.82355em;
}

.feed__item {
  margin-top: 0.82355em;
}

.feed__item a {
  margin: 0 0 0 3px;
}

.feed__item strong {
  margin: 0 3px 0 0;
}

.feed__item strong {
  font-weight: 400;
  color: #222;
}

/*------------------------------------------------------------------
  * Address / .address
  ******************************************************************/

.address__list-icon {
  float: left;
  width: 22px;
  clear: left;
}

.address__list-body {
  margin-left: 30px;
}

/*------------------------------------------------------------------
  * Subscribe / .subscribe
  * More info docs_build/ui/subscribe.html
  ******************************************************************/

.subscribe {
  text-align: center;
  padding-bottom: 1.6471em;
  padding-top: 1.6471em;
}

.subscribe__title {
  font-size: 1.29412em;
  line-height: 1.27276em;
  margin: 0em 0 0 0;
  color: #fff;
  display: inline-block;
}

.subscribe__form {
  display: inline-block;
}

@media (max-width: 767px) {
  .subscribe__form {
    display: block;
  }
}

.subscribe .help-block {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  position: absolute;
}

/*------------------------------------------------------------------
  * About / .about
  * .about--columns
  * .about--minimal
  ******************************************************************/

.about--simple {
  width: 465px;
  padding-bottom: 5.76485em;
}

.about--simple:before,
.about--simple:after {
  content: " ";
  display: table;
}

.about--simple:after {
  clear: both;
}

@media (max-width: 1199px) {
  .about--simple {
    width: auto;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .about--simple {
    padding-bottom: 1.6471em;
  }
}

.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: 4.9413em;
}

@media (max-width: 767px) {
  .about--columns {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .about--columns .about__item {
    width: 33.33333%;
    float: left;
  }
}

.about--columns .about__item:first-of-type .about__details:before {
  border-right: none;
}

@media (max-width: 767px) {
  .about--columns .about__item {
    margin-top: 1.6471em;
  }
}

.about--columns .about__details {
  padding: 0 40px;
  margin-top: 1.6471em;
  position: relative;
}

.about--columns .about__details:before {
  position: relative;
  top: 0.35417em;
  position: absolute;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  border-right: 1px solid #8c8c8c;
}

@media (max-width: 767px) {
  .about--columns .about__details:before {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .about--columns .about__details {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .about--columns .about__details {
    padding: 0;
  }

  .about--columns .about__details:before {
    border: none;
  }
}

.about--columns .about__name {
  margin-top: 0;
  color: #fff;
}

.about--columns .about__name a {
  color: #fff;
}

.about--columns .about__intro {
  margin-top: 0.82355em;
  color: #8c8c8c;
}

.about--columns .about__intro p {
  margin-bottom: 0;
}

.about--columns .about__more-svg {
  stroke-width: 1px;
  stroke: #663399;
}

.about--columns .about__more {
  margin-top: 0.82355em;
}

@media (min-width: 768px) {
  .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 {
  position: relative;
  top: 0.35417em;
  position: absolute;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  border-right: 1px solid #8c8c8c;
}

@media (max-width: 767px) {
  .about--minimal .about__details:before {
    top: 0;
  }
}

@media (max-width: 767px) {
  .about--minimal .about__details {
    padding: 0;
  }

  .about--minimal .about__details:before {
    border-right: none;
  }
}

.about--minimal .about__name {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.29412em;
  line-height: 1.27276em;
  margin: 1.27276em 0 0 0;
  color: #fff;
}

.about--minimal .about__name a {
  color: #fff;
}

.about--minimal .about__intro {
  color: #8c8c8c;
  margin-top: 0.82355em;
}

.about--minimal .about__intro p {
  margin-bottom: 0;
}

.about--minimal .about__more {
  margin-top: 0.82355em;
}

.about--minimal .about__more-svg {
  stroke-width: 1px;
  stroke: #663399;
}

/*------------------------------------------------------------------
  * Event / .event
  * .event--main
  * .event--columns
  * .event--split
  * .event--list
  * .event--sidebar
  * .event--details
  * .event--main
  ******************************************************************/

.event__details:before,
.event__details:after {
  content: " ";
  display: table;
}

.event__details:after {
  clear: both;
}

.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;
  position: relative;
}

.event__link-item.active,
.event__link-item:hover {
  text-decoration: none;
  background: #663399;
  fill: #fff;
}

.event__link-item:hover .social__item:nth-child(1) {
  -webkit-transform: translate(-30px, 0px) scale(1);
  -ms-transform: translate(-30px, 0px) scale(1);
  transform: translate(-30px, 0px) 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;
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
}

.event__link-svg {
  width: 100%;
  height: 100%;
}

.event__time-svg {
  fill: #626262;
  width: 15px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.event__register {
  padding-right: 20px;
  padding-left: 20px;
}

.event__preview {
  position: relative;
}

.event__preview-img {
  width: 100%;
}

.event__status {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(239, 83, 80, 0.8);
  text-transform: uppercase;
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  color: #fff;
  font-weight: 900;
  padding: 2px 15px;
}

.event__map {
  display: none;
}

.event__form {
  display: none;
}

@media (max-width: 767px) {
  .event--main .event__item {
    text-align: center;
  }
}

.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%;
  }
}

@media (max-width: 767px) {
  .event--main .event__details {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.event--main .event__name {
  margin-top: 0.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;
  }
}

@media (min-width: 1200px) {
  .event--main .event__actions {
    margin-left: 16.66667%;
  }
}

@media (max-width: 767px) {
  .event--main .event__actions {
    float: none;
  }
}

.event--main .event__link-item {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .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;
}

@media (max-width: 767px) {
  .event--columns {
    margin-top: -1.6471em;
    text-align: center;
  }
}

.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 .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 {
  position: relative;
  top: 0.35417em;
  position: absolute;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  border-right: 1px solid #cfcfcf;
}

@media (max-width: 767px) {
  .event--columns .event__details:before {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .event--columns .event__details {
    padding: 0 15px;
    min-height: initial;
  }
}

@media (max-width: 767px) {
  .event--columns .event__details {
    padding: 0;
  }

  .event--columns .event__details:before {
    border-right: none;
  }
}

.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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.1) 50%);
}

@media (max-width: 1199px) {
  .event--columns .event__name {
    max-height: 5rem;
  }

  .event--columns .event__name:after {
    height: 1.5rem;
  }
}

.event--columns .event__time {
  margin-top: 0.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: 0.4s;
  transition: 0.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: 0.5s;
  transition: 0.5s;
}

.event--columns .event__item--form .event__form {
  opacity: 1;
}

.event--split {
  margin-left: -15px;
  margin-right: -15px;
}

.event--split:before,
.event--split:after {
  content: " ";
  display: table;
}

.event--split:after {
  clear: both;
}

@media (max-width: 767px) {
  .event--split {
    margin: 0;
    margin-top: -1.6471em;
  }
}

@media (min-width: 768px) {
  .event--split .event__item {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .event--split .event__item {
    margin-top: 1.6471em;
  }
}

@media (max-width: 767px) {
  .event--split .event__preview {
    max-height: 240px;
    display: block;
  }
}

.event--split .event__details {
  margin-top: 0.82355em;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .event--split .event__details {
    padding: 0;
    min-height: initial;
  }
}

.event--split .event__name {
  margin-top: 0.82355em;
}

.event--split .event__time {
  margin-top: 0.82355em;
}

@media (max-width: 1199px) {
  .event--split .event__links {
    width: 100%;
    text-align: center;
  }
}

.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__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;
  }
}

@media (max-width: 1199px) {
  .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: 0.4s;
  transition: 0.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: 0.5s;
  transition: 0.5s;
}

.event--split .event__item--form .event__form {
  opacity: 1;
}

.event--list .event__preview {
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .event--list .event__preview {
    width: 41.66667%;
    float: left;
  }
}

@media (min-width: 768px) {
  .sidebar-hide .event--list .event__preview {
    width: 33.33333%;
    float: left;
  }
}

.event--list .event__details {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 1.6471em;
}

@media (min-width: 768px) {
  .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: 0.82355em;
}

.event--list .event__organaizer {
  font-weight: 400;
  margin-top: 0.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, 0.4);
  padding: 10px 20px;
  -webkit-transform: translateY(78px);
  -ms-transform: translateY(78px);
  transform: translateY(78px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event--list .event__item:hover .event__links {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .event--list .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;
}

@media (max-width: 767px) {
  .event--list .event__price {
    padding: 0 5px;
  }
}

.event--list .event__more {
  margin-top: 1.6471em;
  position: relative;
  top: 0.5em;
}

@media (max-width: 767px) {
  .event--list .event__more {
    top: 0;
  }
}

.rtl .event--list .event__more {
  margin-right: 100px;
}

@media (max-width: 767px) {
  .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: 0.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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.1) 50%);
}

@media (max-width: 1199px) {
  .event--grid .event__name {
    max-height: 5rem;
  }

  .event--grid .event__name:after {
    height: 1.5rem;
  }
}

.event--grid .event__organaizer {
  font-weight: 400;
  margin-top: 0.82355em;
}

.event--grid .event__info {
  position: relative;
  border: 2px solid #cfcfcf;
  border-radius: 5px;
  padding: 0 15px;
  margin-top: 0.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, 0.4);
  padding: 10px 20px;
  -webkit-transform: translateY(78px);
  -ms-transform: translateY(78px);
  transform: translateY(78px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event--grid .event__item:hover .event__links {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .event--grid .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: 0.4s;
  transition: 0.4s;
}

.event--grid .event__item--map .event__map {
  opacity: 1;
}

.event--grid .event__form {
  padding-bottom: 1.6471em;
  padding-top: 1.6471em;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.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: 0.82355em;
}

.event--sidebar .event__info {
  margin-top: 0.32942em;
}

.event--sidebar .event__intro {
  margin-top: 0.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: 0.82355em;
}

.event--details .event__price {
  position: relative;
  border: 2px solid #cfcfcf;
  border-radius: 5px;
  padding: 0 15px;
  position: relative;
  top: 0.56667em;
  font-weight: 900;
  text-align: center;
  margin-top: 0;
}

@media (max-width: 767px) {
  .event--details .event__price {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .event--details .event__price {
    top: 0;
  }
}

@media (max-width: 767px) {
  .event--details .event__price {
    top: 0;
  }
}

.event--details .event__book {
  margin-top: 1.6471em;
}

@media (max-width: 767px) {
  .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: 0.82355em;
}

.event--details .event__info a {
  color: #fff;
}

.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__location {
  margin-top: 0;
}

.event--details .event__detail-phones {
  margin-top: 0;
}

.event--details .event__social {
  margin-top: 0.82355em;
  text-align: center;
}

.event--details .event__detail-mail {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .event--details .event__detail-mail {
    margin-left: 0;
    display: block;
  }
}

.event--details .event__time {
  font-size: 1em;
  line-height: 1.6471em;
  margin: 0 0 1.6471em 0;
  font-style: normal;
  margin-bottom: 0;
}

.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-time {
  background: #ececec;
  padding: 5px 35px 0;
  border-right: 1px solid #fff;
  position: relative;
}

.event--details .event__schedule-time:after {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  content: ' ';
  display: block;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .event--details .event__schedule-time {
    padding: 5px;
  }
}

.event--details .event__schedule-description {
  background: #f5f5f5;
  padding: 5px 35px;
  position: relative;
}

.event--details .event__schedule-description:after {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  content: ' ';
  display: block;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .event--details .event__schedule-description {
    padding: 5px;
  }
}

.event--details .event__form {
  margin-top: 1.6471em;
}

.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 / .cause
  * .cause--donation
  * .cause--list
  * .cause--grid
  * .cause--details
  * .cause--sidebar
  ******************************************************************/

.cause__preview-img {
  width: 100%;
}

.cause__value {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Cambay", sans-serif;
  font-weight: bold;
  font-size: 7.05882em;
  color: #fff;
  line-height: 0.7;
}

.cause__value-measure {
  font-weight: normal;
  font-size: 0.5em;
}

.cause__value-label {
  font-size: 0.3em;
  font-weight: normal;
}

.cause__details:before,
.cause__details:after {
  content: " ";
  display: table;
}

.cause__details:after {
  clear: both;
}

.cause__scope {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.82355em;
}

.cause__scope span {
  color: #fff;
}

.cause__counter {
  position: relative;
}

.cause__donated {
  color: #663399;
}

.cause__donation-bar .cause__raised {
  float: right;
}

.cause__bar {
  border-radius: 5px;
  background: #e6e6e6;
  margin-top: 0.32942em;
}

.cause__progress {
  margin-top: 0.32942em;
  border-radius: 5px;
  background: #663399;
  height: 6px;
}

@media (max-width: 767px) {
  .cause--donation {
    text-align: center;
  }
}

.cause--donation .cause__counter {
  position: relative;
  top: 0.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;
  }
}

@media (max-width: 767px) {
  .cause--donation .cause__counter {
    width: 250px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cause--donation .cause__value {
    font-size: 5.29412em;
    top: 20%;
  }
}

@media (min-width: 768px) {
  .cause--donation .cause__details {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .cause--donation .cause__details {
    margin-top: 1.6471em;
  }
}

.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: 0.35417em;
}

@media (min-width: 768px) {
  .cause--donation .cause__preview {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .cause--donation .cause__preview {
    top: 0;
  }
}

@media (max-width: 767px) {
  .cause--donation .cause__preview {
    margin-top: 1.6471em;
  }
}

.cause--donation .cause__more {
  margin-top: 1.6471em;
}

.cause--donation .cause__form {
  display: none;
  width: 70%;
  margin: 0 auto;
  margin-top: 3.2942em;
}

@media (max-width: 1199px) {
  .cause--donation .cause__form {
    width: 100%;
    text-align: left;
  }
}

.cause--donation .cause__form h3,
.cause--donation .cause__form h5 {
  color: #fff;
}

.cause--donation .cause__form .in-label {
  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-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  .cause--list .cause__counter {
    width: 58.33333%;
  }
}

.cause--list .cause__name {
  margin-top: 0.82355em;
  max-height: 8.9rem;
  overflow: hidden;
  position: relative;
}

.cause--list .cause__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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.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: 0.32942em;
}

.cause--list .cause__intro {
  margin-top: 0.32942em;
  max-height: 8.9rem;
  overflow: hidden;
  position: relative;
}

.cause--list .cause__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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.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: 0.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: 0;
  padding-top: 0.82355em;
}

.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: 0.49413em;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .cause--list .cause__donation-column .cause__donate {
    margin-left: 0;
    margin-top: 1.6471em;
  }
}

@media (min-width: 768px) {
  .cause--list .cause__donation-bar {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.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-column {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .cause--list .cause__donation-column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.rtl .cause--list .cause__donation-column {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .cause--list .cause__donation-column .social--cause {
    margin-top: 0.82355em;
  }
}

.cause--list .cause__circle {
  margin: 0 auto;
  width: 135px;
}

.cause--list .cause__value {
  font-size: 2.94118em;
  color: #626262;
  top: 45px;
}

.cause--list .cause__value-label {
  text-transform: none;
}

.cause--list .cause__scope {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  .cause--list .cause__scope {
    width: 41.66667%;
  }
}

.cause--list .cause__scope-donated {
  font-size: 1.76471em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  color: #663399;
  text-align: center;
  display: block;
}

.cause--list .cause__scope-label {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  color: #663399;
  text-align: center;
  display: block;
  margin-top: -15px;
  text-transform: none;
}

.cause--list .cause__scope-total {
  font-size: 0.76471em;
  line-height: 2.1539em;
  margin: 0em 0 0 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-left: 15px;
  padding-right: 15px;
  padding: 0;
}

.cause--grid .cause__name {
  margin-top: 0.82355em;
  max-height: 8.9rem;
  overflow: hidden;
  position: relative;
}

.cause--grid .cause__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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.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: 0.32942em;
}

.cause--grid .cause__intro {
  margin-top: 0.32942em;
  max-height: 5.9rem;
  overflow: hidden;
  position: relative;
}

.cause--grid .cause__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, 0.1)), color-stop(50%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.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, 0.1)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.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: 0.82355em;
}

.cause--grid .cause__donate {
  margin-top: 0.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__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-left: 15px;
  padding-right: 15px;
  padding: 0;
}

.cause--grid .cause__scope-donated {
  font-size: 1.76471em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  color: #663399;
  text-align: center;
  display: block;
}

.cause--grid .cause__scope-label {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  color: #663399;
  text-align: center;
  display: block;
  margin-top: -15px;
  text-transform: none;
}

.cause--grid .cause__scope-total {
  font-size: 0.76471em;
  line-height: 2.1539em;
  margin: 0em 0 0 0;
  text-align: center;
  display: block;
  color: #626262;
  text-transform: none;
}

.cause--details .cause__categories {
  margin-top: 0.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: #663399;
  top: 80px;
}

.cause--details .cause__value-measure {
  font-size: 50px;
  color: #e6e6e6;
  display: block;
}

@media (min-width: 768px) {
  .cause--details .cause__counter {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .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: #663399;
}

.cause--details .cause__info-goal {
  font-size: 2.94118em;
  font-family: "Cambay", sans-serif;
  font-weight: normal;
  line-height: 1;
}

.cause--details .cause__info-svg {
  fill: #808080;
  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: #808080;
  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__name {
  margin-top: 0.82355em;
}

.cause--sidebar .cause__info {
  margin-top: 0.82355em;
}

.cause--sidebar .cause__intro {
  margin-top: 0.82355em;
}

.cause--sidebar .cause__intro > p {
  margin-bottom: 0;
}

.cause--sidebar .cause__donate {
  margin-top: 1.6471em;
}

/*------------------------------------------------------------------
  * Ministry / .ministry
  ******************************************************************/

@media (min-width: 1200px) {
  .ministry__column--left {
    width: 41.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ministry__column--right {
    width: 58.33333%;
    float: left;
  }
}

.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: 0.34em;
}

@media (max-width: 767px) {
  .ministry__gallery {
    top: 0;
  }
}

.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-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, 0.5)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  padding: 60px 14px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.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);
  }
}

.ministry__gallery-img {
  width: 100%;
}

/*------------------------------------------------------------------
  * Products / .products
  * .products--main
  * .products--grid
  * .products--top
  * .products--details
  ******************************************************************/

.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__img {
  width: 100%;
}

.products__name {
  display: block;
  font-weight: 600;
  color: #626262;
}

.products__price {
  color: #663399;
  display: block;
  font-weight: 600;
}

.products__basket {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #663399;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products__basket:before {
  font-size: 0.6em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: inherit;
}

.products__basket:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  position: absolute;
  color: #fff;
  top: 20px;
  left: 38px;
}

.products__item:hover .products__basket {
  opacity: 1;
}

.products__basket.active {
  opacity: 1;
}

.products__basket.active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .products__basket {
    opacity: 1;
  }
}

.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--main {
    width: 870px;
  }
}

@media (max-width: 991px) {
  .products--main {
    width: 580px;
  }
}

@media (max-width: 767px) {
  .products--main {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .products--main .products__list {
    margin-top: 1.6471em;
  }
}

.products--main .products__item {
  width: 290px;
  height: 306px;
}

@media (max-width: 767px) {
  .products--main .products__item {
    float: none;
  }
}

.products--main .products__placeholder {
  border: none;
  background: none;
}

@media (max-width: 991px) {
  .products--main .products__placeholder:nth-child(2) {
    display: none;
  }
}

@media (max-width: 767px) {
  .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-top: 0;
    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__prev {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border: 1px solid #e6e6e6;
  width: 65px;
  height: 65px;
  color: #626262;
  float: left;
  text-align: center;
  margin-left: -1px;
}

.products--main .products__prev:before {
  font-size: 40px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: inherit;
}

.products--main .products__next {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border: 1px solid #e6e6e6;
  width: 65px;
  height: 65px;
  color: #626262;
  float: left;
  text-align: center;
  margin-left: -1px;
}

.products--main .products__next:before {
  font-size: 40px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: inherit;
}

.products--grid .products__list {
  margin: 0px -34px 0 -29px;
  margin-top: 1.6471em;
}

.products--grid .products__list:before,
.products--grid .products__list:after {
  content: " ";
  display: table;
}

.products--grid .products__list:after {
  clear: both;
}

@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: #663399;
  color: #fff;
  font-size: 14px;
  margin-top: -10px;
}

.products--top .products__name {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
}

@media (max-width: 991px) {
  .products--top .products__name {
    font-size: 1em;
  }
}

.products--top .products__price {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .products--top .products__price {
    font-size: 1em;
  }
}

.products--top .products__price-old {
  font-size: 0.88235em;
  line-height: 1.86671em;
  margin: 0em 0 0 0;
  margin-right: 15px;
}

.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%;
  }
}

@media (max-width: 767px) {
  .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: #663399;
}

.products--details .products__thumbs-img {
  width: 100%;
}

.products--details .products__info {
  width: 50%;
  padding-left: 7%;
}

@media (max-width: 767px) {
  .products--details .products__info {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.products--details .products__price-old {
  font-size: 2.35294em;
  line-height: 1.40004em;
  margin: 0em 0 0 0;
  margin-right: 50px;
}

.products--details .products__price {
  font-size: 3.52941em;
  line-height: 1.40004em;
  margin: 0em 0 0 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;
}

@media (max-width: 767px) {
  .products--details .products__descr {
    text-align: left;
  }
}

.products--details .products__social {
  margin-top: 0.82355em;
}

/*------------------------------------------------------------------
  * Map / .map
  * Map event / .map--event
  * Map contacts / .map--contacts
  * More info docs_build/ui/map.html
  ******************************************************************/

.map__buttons {
  display: none;
}

.map--event .map__view {
  height: 450px;
}

@media (max-width: 767px) {
  .map--event .map__view {
    height: 300px;
  }
}

.map--contacts {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 767px) {
  .map--contacts {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1.6471em;
  }
}

.map--contacts .map__view {
  height: 550px;
}

@media (max-width: 767px) {
  .map--contacts .map__view {
    height: 350px;
  }
}

.map--contacts .map__caption {
  padding-bottom: 1.6471em;
  background: #663399;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}

@media (max-width: 767px) {
  .map--contacts .map__caption {
    margin: 0;
    padding-right: 0;
  }
}

.map--contacts .map__caption-column {
  padding-left: 60px;
  width: 50%;
}

@media (max-width: 767px) {
  .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: 0.93336em 0 0 0;
}

@media (max-width: 767px) {
  .map--contacts .map__caption-title {
    margin-top: 0;
  }
}

/*------------------------------------------------------------------
  * Cloud tags / .cloud-tags
  ******************************************************************/

.cloud-tags {
  margin-top: 0.82355em;
  padding-bottom: 0.82355em;
}

.cloud-tags a {
  font-weight: 400;
  margin: 10px 10px 0 0;
  text-transform: none;
  font-size: 0.88235em;
}

/*------------------------------------------------------------------
  * Contacts / .contacts
  ******************************************************************/

.contacts {
  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;
}

@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;
  }
}

@media (min-width: 992px) {
  .contacts__info {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .contacts__info {
    width: 100%;
    padding: 0;
  }
}

/*------------------------------------------------------------------
  * Cart / .cart
  * .cart--list
  * .cart--sidebar
  * .cart--summary
  * .cart--checkout
  * .cart--account
  ******************************************************************/

.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:before,
.cart--list:after {
  content: " ";
  display: table;
}

.cart--list:after {
  clear: both;
}

.cart--list .cart__list {
  margin-top: 1.6471em;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-right: -30px;
  margin-left: -30px;
}

@media (max-width: 767px) {
  .cart--list .cart__list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.cart--list .cart__item {
  border-bottom: 1px solid #e6e6e6;
  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-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) {
  .cart--list .cart__item {
    padding-bottom: 1.6471em;
  }
}

.cart--list .cart__preview {
  width: 150px;
}

@media (max-width: 767px) {
  .cart--list .cart__preview {
    width: 100%;
  }
}

.cart--list .cart__img {
  width: 100%;
}

.cart--list .cart__preview {
  width: 180px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .cart--list .cart__preview {
    width: 100%;
    margin-right: 0;
  }
}

.cart--list .cart__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .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: 0.82355em;
  }
}

.cart--list .cart__price {
  width: 150px;
}

@media (max-width: 767px) {
  .cart--list .cart__price {
    margin-top: 0.82355em;
    text-align: center;
    width: 100%;
  }
}

.cart--list .cart__remove {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  margin-right: 30px;
  color: #626262;
}

.cart--list .cart__remove:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

@media (max-width: 767px) {
  .cart--list .cart__remove {
    position: absolute;
    top: 35%;
    right: 0;
  }
}

.rtl .cart--list .cart__remove {
  margin-right: 0;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .rtl .cart--list .cart__remove {
    right: auto;
    left: 0;
  }
}

.cart--sidebar .cart__items {
  margin-top: 0.82355em;
}

.cart--sidebar .cart__total {
  margin: 0;
}

.cart--sidebar .cart__total strong {
  color: #663399;
}

.cart--sidebar .cart__link {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .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--summary .cart__totals {
  width: 450px;
  font-weight: 600;
}

@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__totals-price {
  font-weight: 900;
}

.cart--summary .cart__totals-price--highlight {
  color: #663399;
}

.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: 0.82355em;
  position: relative;
}

.cart--summary .cart__payment-item .in-label {
  font-weight: 900;
}

.cart--summary .cart__payment-item img {
  margin: 0 15px;
}

.cart--summary .cart__payment-subtitle {
  display: block;
  margin-left: 30px;
}

.cart--checkout {
  width: 80%;
}

@media (max-width: 767px) {
  .cart--checkout {
    width: 100%;
  }
}

.cart--account .cart__coupon {
  margin-top: 0.82355em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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--account .cart__link--coupon {
    margin-left: 0;
  }
}

.cart--account .cart__btn {
  margin-top: 1.97652em;
}

/*------------------------------------------------------------------
  * FAQ block styles
  + FAQ / .faq
    __ FAQ item / .faq__item
    __ FAQ expander / .faq__expander
    __ FAQ content / .faq__content
    __ FAQ body / .faq__body
    __ FAQ footer / .faq__footer
    __ FAQ close / .faq__close
  * More info docs_build/ui/faq.html
  ******************************************************************/

.faq {
  margin-top: 1.6471em;
}

.faq__item {
  margin-top: 0.32942em;
}

.faq__expander {
  font-weight: 600;
  color: #626262;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  display: block;
}

.faq__expander:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.faq__expander:focus,
.faq__expander:hover {
  text-decoration: none;
}

.faq__expander:before {
  color: #663399;
  text-decoration: none;
  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 {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1em;
  /* Better Font Rendering =========== */
  -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;
}

@media (min-width: 768px) {
  .faq__content {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
}

.faq__content.collapse.in {
  opacity: 1;
  height: auto;
}

.faq__body {
  margin-top: 0.82355em;
}

.faq__close {
  background: none;
  border: none;
  outline: none;
}

.faq__close:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.8em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.faq__close:focus,
.faq__close:hover {
  text-decoration: none;
}

.faq__close:before {
  margin-right: 20px;
}

/*------------------------------------------------------------------
  * Calendar / .calendar
  ******************************************************************/

.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 0;
}

.calendar__view {
  margin-top: 1.6471em;
}

.flipper {
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

.flipper__container {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.flipper__back {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  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: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}

.flipper__btn-unflip {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 15px;
  right: 18px;
  color: #626262;
  z-index: 30;
  background: #fff;
  padding: 0 3px;
}

.flipper__btn-unflip:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.flipper--hover:hover .flipper__back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flipper--hover:hover .flipper__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipper--rotate .flipper__back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flipper--rotate .flipper__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}