@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: 2em;
  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: #ffd54f;
  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;
}


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

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

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

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

@media (max-width: 1199px) {
  .header__logo {
    max-width: 300px;
  }
}



@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: 0px 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) {
  .header__menu--mob {
    display: block;
  }
}

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

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

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

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

.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: #ffd54f;
  fill: #ffd54f;
  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: 4.9em;
  line-height: 0.3em;
  margin: 0.3 em 0 0 0;
  display: inline-block;
  color: #F4F2F0;
  text-transform: uppercase;
  font-family: "Neucha";
  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("../images/stol2.jpg") #cfc4b9 no-repeat 50% 0;
}

.main--blog {
  background: url("../images/doska.jpg") #cfc4b9 no-repeat 50% 0;
}

.main--community {
  background: url("../images/stol.jpg") #cfc4b9 no-repeat 50% 0;
}

.main--about {
  background: url("../images/zakaz2.jpg") #afafaf 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: "Open Sans Condensed";
  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: #ffd54f;
  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: #ffd54f;
}

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

@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: #ffd54f;
  border: 2px solid #ffd54f;
  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: #ffd54f;
}

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

.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: #ffd54f;
  text-decoration: underline;
  padding: 0;
}

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

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

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

.btn--link:hover {
  color: #ffd54f;
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn--link {
    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: #ffd54f;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 #ffc91c;
  box-shadow: 0 5px 0 #ffc91c;
  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: #ffd54f;
  font-size: 1.23529em;
  border-radius: 20px;
  padding: 3px 50px;
  color: #006100;
}

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

.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: #ffd54f;
  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: #003D1F;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 220px;
}

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

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

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

@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: #ffd54f;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .nav__item:hover > .nav__link,
  .nav__link:hover {
    color: #ffd54f;
    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: #ffd54f;
  padding-left: 5px;
}

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

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

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

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

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

.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: #ffd54f;
  -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: #ffd54f;
  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: 1px solid #005200;
  border-radius: 1px;
  color: #fff;
  background: #FFC505;
  height: 50px;
  width: 50px;
  outline: none;
  position: fixed;
  right: 50%;
  bottom: 100px;
  margin-right: -635px;
  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: #ffd54f;
  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: #ffd54f;
  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: #D9EDF7;
  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: #ffd54f;
}

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

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

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

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