/* @import url('https://fonts.googleapis.com/css?family=Raleway:300,500,600,700,800&subset=latin-ext');
@font-face {
  font-family: 'Cuprum';
  src: url('../fonts/Cuprum-Regular.eot');
  src: url('../fonts/Cuprum-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Cuprum-Regular.woff2') format('woff2'), url('../fonts/Cuprum-Regular.woff') format('woff'), url('../fonts/Cuprum-Regular.ttf') format('truetype'), url('../fonts/Cuprum-Regular.svg#Cuprum-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cuprum';
  src: url('../fonts/Cuprum-Bold.eot');
  src: url('../fonts/Cuprum-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Cuprum-Bold.woff2') format('woff2'), url('../fonts/Cuprum-Bold.woff') format('woff'), url('../fonts/Cuprum-Bold.ttf') format('truetype'), url('../fonts/Cuprum-Bold.svg#Cuprum-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
} */

/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;500;700;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Rajdhani:wght@300;500;600;700&family=Roboto:wght@300;500;700;900&family=Spartan:wght@300;500;700;900&display=swap'); */

/*
 * 	Owl Carousel - Auto Height Plugin
 */
 .owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.datepicker {
  border-radius: 4px;
  color: #000000;
  margin-top: 40px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
  opacity: 0.4;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #c61017;
  border-color: #7f0a0f;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #c61017;
  border-color: #bd0f16;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #c61017;
  border-color: #bd0f16;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #a50d13;
  border-color: #7f0a0f;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #ed1c24;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
}
a {
  color: #ed1c24;
  text-decoration: none;
}
a:hover {
  color: #c61017;
  text-decoration: none;
}
body {
  font-size: 16px;
  /* font-family: 'Cuprum'; */
  /* font-family: 'Bebas Neue'; */
  /* font-family: 'Montserrat'; */
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: 'Rajdhani', sans-serif; */
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Spartan', sans-serif; */
  /* font-weight: 200; */
}

* {
  font-weight: 400;
}
.row-centered {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
}
.margin-bottom-50 {
  margin-bottom: 5rem;
}
.margin-top-50 {
  margin-top: 5rem;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.heading .wrapper {
  overflow: hidden;
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6,
.heading p {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  margin: 1em 0;
  font-size: 4.8rem;
  text-transform: uppercase;
}
.heading h1:before,
.heading h2:before,
.heading h3:before,
.heading h4:before,
.heading h5:before,
.heading h6:before,
.heading p:before {
  content: '';
  width: 1000px;
  border-top: 5px solid #ed1c24;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.heading h1:after,
.heading h2:after,
.heading h3:after,
.heading h4:after,
.heading h5:after,
.heading h6:after,
.heading p:after {
  content: '';
  width: 1000px;
  border-top: 5px solid #ed1c24;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixed-social {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 2;
}
.fixed-social a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.fixed-social a.fb {
  background-color: #3b5998;
}
.fixed-social a.fb:hover {
  background-color: #263961;
}
.fixed-social a.tw {
  background-color: #00aced;
}
.fixed-social a.tw:hover {
  background-color: #0074a1;
}
.fixed-social a.yt {
  background-color: #bb0000;
}
.fixed-social a.yt:hover {
  background-color: #6e0000;
}
.fixed-social a.insta {
  background-color: #fbad50;
}
.fixed-social a.insta:hover {
  background-color: #f98a06;
}
.fixed-social a i {
  color: #ffffff;
  font-size: 25px;
  line-height: 40px;
}
.section-form .wpcf7 {
  max-width: 700px;
  margin: 2.5rem auto !important;
}
.section-form .wpcf7 small {
  line-height: 1.2em;
}
.section-form .wpcf7 .button-area {
  text-align: center;
}
.section-form .wpcf7 .button-area .wpcf7-submit {
  display: inline-block;
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  padding: 0.8rem 3rem;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  border: 0;
  cursor: pointer;
}
.section-form .wpcf7 .button-area .wpcf7-submit:not([disabled]):hover {
  background-color: #c61017;
}
.section-form .wpcf7 .button-area .wpcf7-submit[disabled] {
  opacity: 0.5;
}
.section-form .wpcf7 .field-regulamin {
  color: #999999;
  font-weight: bold;
}
.section-form .wpcf7 .p2m-filed {
  margin-bottom: 1rem;
  color: #999999;
  font-weight: bold;
}
.section-form .wpcf7 .p2m-filed .wpcf7-form-control-wrap {
  display: block;
}
.section-form .wpcf7 .p2m-filed .wpcf7-form-control-wrap input,
.section-form .wpcf7 .p2m-filed .wpcf7-form-control-wrap textarea,
.section-form .wpcf7 .p2m-filed .wpcf7-form-control-wrap select {
  width: 100%;
  display: block;
  background-color: #111111;
  border: 1px solid #444444;
  padding: 5px 10px;
}
.section-form .wpcf7 .p2m-filed .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.section-form .wpcf7 .p2m-filed .wpcf7-form-control-wrap textarea {
  height: 4em;
}
.section-form .wpcf7 .p2m-filed .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #ed1c24;
  font-size: 1.2rem;
}
.section-form .form-one-column .mb-3 {
  margin-bottom: 2rem;
}
.section-form .form-one-column .p2m-filed {
  font-size: 2rem;
}
.section-form .form-one-column .p2m-filed small {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.header .submenu {
  background-color: #141414;
  color: #696969;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header .submenu {
    text-align: center;
  }
}
.header .submenu a {
  color: inherit;
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
}
.header .submenu a:first-child {
  margin-left: 0;
}
.header .submenu a:last-child {
  margin-right: 0;
}
.header .submenu a:hover {
  color: #ed1c24;
}
.header .wrapper {
  padding: 2.5rem 0;
  overflow: hidden;
}
.header .wrapper .row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.header .wrapper .logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .header .wrapper .logo img {
    max-height: 8rem;
  }
}
.header .wrapper .bars {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .wrapper .bars a {
  color: #585b64;
}
.header .wrapper .bars a i {
  font-size: 4rem;
}
.header .wrapper .main-menu .btn-close {
  background-color: #1a1a1a;
  text-align: center;
}
.header .wrapper .main-menu .btn-close a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 1rem;
}
.header .wrapper .main-menu .btn-close a i {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .header .wrapper .main-menu {
    display: flex;
    align-items: center;
  }
  .header .wrapper .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: flex-end;
  }
  .header .wrapper .main-menu ul li {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
  }
  .header .wrapper .main-menu ul li a {
    color: #585b64;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
  }
  .header .wrapper .main-menu ul li a:hover,
  .header .wrapper .main-menu ul li a.current {
    color: #ed1c24;
  }
  .header .wrapper .main-menu ul li a:hover:before,
  .header .wrapper .main-menu ul li a.current:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header .wrapper .main-menu ul li.current-menu-item a {
    color: #ed1c24;
  }
  .header .wrapper .main-menu ul li.current-menu-item a:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 992px) and (min-width: 991px) {
  .header .wrapper .main-menu ul li a:before {
    content: '';
    border-bottom: 10px solid #ed1c24;
    position: absolute;
    bottom: -5rem;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 200ms;
    -moz-transition: -moz-transform 200ms;
    -o-transition: -o-transform 200ms;
    transition: -webkit-transform 200ms,-moz-transform 200ms,-o-transform 200ms,transform 200ms;
    -webkit-transition: transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
  }
}
@media (min-width: 992px) and (min-width: 991px) and (max-width: 1199px) {
  .header .wrapper .main-menu ul li a:before {
    bottom: -3.5rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .header .wrapper .main-menu ul li.current-menu-item a {
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .header .wrapper .main-menu {
    display: block;
    overflow: auto;
    position: fixed;
    background-color: #ed1c24;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 500ms;
    -moz-transition: -moz-transform 500ms;
    -o-transition: -o-transform 500ms;
    transition: -webkit-transform 500ms,-moz-transform 500ms,-o-transform 500ms,transform 500ms;
    -webkit-transition: transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
  }
  .header .wrapper .main-menu.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header .wrapper .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 1.5rem;
    width: 100%;
  }
  .header .wrapper .main-menu ul li {
    display: block;
    text-align: center;
    padding: 1rem 0;
    position: relative;
  }
  .header .wrapper .main-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
  }
  .header .wrapper .main-menu ul li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: none;
  }
}
.section-partners img {
  max-width: 100%;
  max-height: 80px;
}
.section-partners .single-partner {
  margin-bottom: 2rem;
  text-align: center;
}
.section-promotions-archive {
  overflow: hidden;
  padding: 2.5rem 0;
}
.section-promotions-archive .heading {
  margin-bottom: 2.5rem;
}
.section-promotions-archive .promotion-single {
  border-bottom: 5px solid #ed1c24;
}
.section-promotions-archive .promotion-single .image {
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 991px) {
  .section-promotions-archive .promotion-single .image {
    padding-top: 50%;
  }
}
.section-promotions-archive .promotion-single .image a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-promotions-archive .promotion-single .content {
  background-color: #141414;
  padding: 3.5rem 2.5rem;
}
.section-promotions-archive .promotion-single .content .excerpt {
  min-height: 10rem;
}
.section-promotions-archive .promotion-single .content h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.section-promotions-archive .promotion-single .content h5 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.section-promotions-archive .promotion-single .content h5 span {
  color: #ed1c24;
}
.section-promotions-archive .promotion-single .content p {
  font-size: 1.8rem;
  margin: 0 0 1em 0;
}
.section-promotions-archive .promotion-single .content p.date {
  color: #9b9b9b;
  margin: 2em 0 0 0;
}
.section-promotions-archive .promotion-single .content .btn-red {
  display: inline-block;
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  top: -8px;
}
.section-promotions-archive .promotion-single .content .btn-red:hover {
  background-color: #c61017;
}
@media (min-width: 992px) {
  .section-promotions-archive .promotion-single {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .section-promotions-archive .promotion-single.rtl {
    flex-direction: row-reverse;
  }
}
.section-single-promotion .content p {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.section-single-promotion .content img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}
.section-single-promotion .promotion-details {
  margin: 5rem 0;
}
.section-single-promotion .promotion-details-single {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-single-promotion .promotion-details-single > .row > .col-sm-6 {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .section-single-promotion .promotion-details-single > .row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .section-single-promotion .promotion-details-single > .row > .col-sm-6 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }
  .section-single-promotion .promotion-details-single > .row > .col-sm-6 .apla {
    background-color: #ffffff;
    color: #ed1c24;
    margin-top: -2rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  .section-single-promotion .promotion-details-single > .row > .col-sm-6 .row {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin: 0;
  }
  .section-single-promotion .promotion-details-single > .row > .col-sm-6 .row .col-sm-5 {
    align-self: center;
  }
}
.section-single-promotion .promotion-details-single .red {
  background-color: #ed1c24;
}
.section-single-promotion .promotion-details-single .red a {
  color: #ffffff;
}
.section-single-promotion .promotion-details-single .dark {
  background-color: #111111;
}
.section-single-promotion .promotion-details-single h4 {
  font-size: 3.8rem;
  margin: 0 0 2rem 0;
  font-weight: bold;
}
.section-single-promotion .promotion-details-single p {
  font-size: 1.8rem;
  margin: 0;
}
.section-single-promotion .promotion-details-single img {
  max-width: 100%;
  max-height: 180px;
}
.section-single-promotion .promotion-details-single .btn-area {
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -o-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
}
.section-single-promotion .promotion-details-single .btn-area .prizes-left-indicator.mgt {
  margin-top: 1rem;
}
.section-single-promotion .promotion-details-single .btn-area select {
  -webkit-appearance: none;
  background-color: #000000;
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border: 1px solid #ffffff;
  padding: 5px 45px 5px 15px;
  color: #ffffff;
}
.section-single-promotion .promotion-details-single .btn-area .error {
  color: #ed1c24;
  font-size: 12px;
}
.section-single-promotion .promotion-details-single .btn {
  background-color: #ffffff;
  color: #ed1c24;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 0.25rem 3rem;
  border: 2px solid #ffffff;
}
.section-single-promotion .promotion-details-single .btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.section-slider img {
  width: 100%;
}
.section-slider .owl-prev,
.section-slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
  -moz-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.section-slider .owl-prev:hover,
.section-slider .owl-next:hover {
  opacity: 1;
}
.section-slider .owl-prev i,
.section-slider .owl-next i {
  font-size: 72px;
}
.section-slider .owl-prev {
  left: 2em;
}
.section-slider .owl-next {
  right: 2em;
}
@media (max-width: 767px) {
  .section-slider .owl-prev i,
  .section-slider .owl-next i {
    font-size: 36px;
  }
}
.section-social-content .heading h1,
.section-social-content .heading h2,
.section-social-content .heading h3,
.section-social-content .heading h4,
.section-social-content .heading h5,
.section-social-content .heading h6,
.section-social-content .heading p {
  padding: 0 0.5em;
  margin: 1em 0;
  font-size: 3.2rem;
  text-transform: uppercase;
}
.section-social-content .btn {
  display: inline-block;
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}
.section-social-content .btn:hover {
  background-color: #c61017;
}
.section-test-archive .test-single {
  margin-bottom: 3rem;
}
.section-test-archive .test-single .cover {
  display: block;
  background-position: center center;
  background-size: cover;
  padding-top: 56%;
}
.section-test-archive .test-single .content {
  background-color: #111111;
  padding: 2rem;
}
.section-test-archive .test-single .content h4 {
  margin-top: 0;
}
.section-test-archive .test-single .content p {
  color: #bdbdbd;
  font-size: 1.2rem;
}
.section-test-archive .test-single .content a {
  font-size: 1.8rem;
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: bold;
}
.section-404 .btn {
  display: inline-block;
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
.section-404 .btn:hover {
  background-color: #c61017;
}
.section-tournaments-header {
  background-image: url("../images/tournaments-02-2018/head-bg.png");
  background-size: cover;
  background-position: center center;
  padding: 8rem 2rem;
}
.section-tournaments {
  background-image: url("../images/tournaments-02-2018/bg.png");
  background-size: cover;
  background-position: center center;
  margin-bottom: -5rem;
}
.section-tournaments .tournaments--footer {
  margin-top: 5rem;
}
.section-tournaments .tournaments--games-header {
  padding: 5rem;
}
.section-tournaments .tournaments--button {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  border: 3px solid #ffffff;
  padding: 0.5rem;
  width: 15rem;
  font-size: 2rem;
  text-align: center;
  margin: 2rem auto;
  text-decoration: none;
}
.section-tournaments .tournaments--buttons {
  margin-bottom: 4rem;
}
.section-tournaments .tournaments--game-box {
  max-width: 22rem;
  margin: 0 auto;
  text-align: center;
}
.section-tournaments .tournaments--game-box a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 0.5rem;
  display: block;
  background-color: #ed1c24;
}
.section-tournaments .tournaments--game-box a:hover {
  background-color: #de1219;
}
.section-tournaments .tournaments--game-box a span {
  display: block;
  opacity: 0.8;
  font-size: 1.4rem;
}
.section--ls--stream {
  background-image: url("../images/livestream/tlo-top-przedluzone.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.section--ls--stream .section--ls--header {
  padding-top: 80px;
}
.section--ls--stream .section--ls--header img {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section--ls--stream .section--ls--header {
    text-align: center;
  }
  .section--ls--stream .section--ls--header .text-right {
    text-align: center !important;
  }
}
.section--ls--stream img {
  max-width: 100%;
}
.section--ls--stream .black-wrapper {
  border: 5px solid #ed1c24;
  box-shadow: 0 0 32px rgba(34, 31, 31, 0.75);
  background-color: #262626;
  margin: 20px;
  min-height: 100px;
}
.section--ls--stream .section--ls--container {
  padding-bottom: 50px;
}
.section--ls--stream .fb_iframe_widget {
  display: block !important;
}
.section--ls--stream .fb_iframe_widget * {
  width: 100% !important;
}
.section--ls--stream .iframe-wrapper {
  width: 100%;
  padding-top: 376px;
  position: relative;
}
.section--ls--stream .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--ls--stream h5 {
  text-transform: uppercase;
  max-width: 300px;
  border-bottom: 2px solid #ffffff;
  font-size: 20px;
}
.section--ls--stream .stream-archive {
  padding-top: 50px;
}
.section--ls--stream .stream-archive .btn {
  background-color: #000000;
  margin: 0 30px;
}
.section--ls--stream .stream-archive .stream-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin: 20px -15px;
}
.section--ls--stream .stream-archive .stream-list .stream-element {
  display: inline-block;
  width: 25%;
  padding: 15px;
  text-align: center;
}
.section--ls--stream .stream-archive .stream-list .stream-element a {
  display: block;
  background-color: #000000;
  text-decoration: none;
}
.section--ls--stream .stream-archive .stream-list .stream-element a .cover {
  padding-top: 56%;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  transition: opacity 300ms;
}
.section--ls--stream .stream-archive .stream-list .stream-element a .wrapper {
  background-color: #000000;
  padding: 10px 0;
}
.section--ls--stream .stream-archive .stream-list .stream-element a h4 {
  color: #ed1c24;
  text-transform: uppercase;
  margin: 0;
  font-size: 22px;
}
.section--ls--stream .stream-archive .stream-list .stream-element a p {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  letter-spacing: 2px;
}
.section--ls--stream .stream-archive .stream-list .stream-element a:hover .cover {
  opacity: 1;
}
.section--ls--stream .partners {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin: 20px -15px;
}
.section--ls--stream .partners > div {
  display: inline-block;
  width: 20%;
  padding: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .section--ls--stream .partners > div {
    width: 50%;
  }
}
.section--ls--stream .partners > div img {
  display: inline-block;
  max-width: 100%;
}
.section--ls--tests {
  background-image: url("../images/livestream/tlo-bottom.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -5rem;
  padding: 50px 0;
}
.section--ls--tests p {
  margin: 20px 0;
}
.section--ls--tests h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.section--ls--tests .content img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .section--ls--tests .content {
    text-align: center;
  }
}
.section--ls--tests .field {
  margin-bottom: 20px;
}
.section--ls--tests .field input,
.section--ls--tests .field textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 15px;
  color: #ffffff;
}
.section--ls--tests .field input::-webkit-input-placeholder,
.section--ls--tests .field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section--ls--tests .field input::-moz-placeholder,
.section--ls--tests .field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section--ls--tests .field input:-ms-input-placeholder,
.section--ls--tests .field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section--ls--tests .field input:-moz-placeholder,
.section--ls--tests .field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section--ls--tests .field select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 15px;
  color: #ffffff;
}
.section--ls--tests .field textarea {
  height: 200px;
  resize: none;
}
.section--ls--tests input[type="submit"] {
  border: 1px solid #ed1c24;
  color: #ed1c24;
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  outline: none;
}
.section--ls--tests input[type="submit"]:hover {
  background-color: #ed1c24;
  color: #000000;
}
.section-landing-v1 .box {
  padding: 30px 0;
  position: relative;
}
.section-landing-v1 .box:not(:last-child)::after {
  display: block;
  content: '';
  height: 15px;
  margin: 80px 0;
  transform: translateY(0px) rotate(0deg);
  background-color: #ed1c24;
}
.section-landing-v1 .box h2 {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  margin: 1em 0;
  font-size: 4.8rem;
  text-transform: uppercase;
}
.section-landing-v1 .box img {
  max-width: 100%;
  display: inline-block;
}
.section-landing-v1 .box img.aligncenter {
  display: block;
  margin: 0 auto;
}
.section-landing-v1 .box .btn-red {
  display: inline-block;
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  padding: 1rem 2rem;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  font-size: 35px;
}
.section-landing-v1 .box .btn-red:hover {
  background-color: #c61017;
}
