@charset "UTF-8";

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}

@media (max-width:767px) {
  .navbar .navbar-nav .open .dropdown-menu>.active>a,
  .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
  background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
  background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
  background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
  background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
  background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
  background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
  background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
  background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
  background-image: -o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
  background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: -webkit-linear-gradient(top,#337ab7 0,#286090 100%);
  background-image: -o-linear-gradient(top,#337ab7 0,#286090 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));
  background-image: linear-gradient(to bottom,#337ab7 0,#286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
  background-image: -o-linear-gradient(top,#5cb85c 0,#449d44 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));
  background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
  background-image: -o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));
  background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
  background-image: -o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));
  background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
  background-image: -o-linear-gradient(top,#d9534f 0,#c9302c 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));
  background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);
  background-image: -o-linear-gradient(top,#337ab7 0,#2b669a 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));
  background-image: linear-gradient(to bottom,#337ab7 0,#2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.panel-default>.panel-heading {
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
  background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
  background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
  background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

.panel-success>.panel-heading {
  background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
  background-image: -o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
  background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}

.panel-info>.panel-heading {
  background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
  background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
  background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
  background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
  background-image: -o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
  background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
  background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
  background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
  background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}

.well {
  background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
  background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width:768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width:992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width:1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
  color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0,0,0,.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em!important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px;
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: 700;
}

.navbar-nav.sm-collapsible .open>a>.caret:before {
  content: '-';
}

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: ''!important;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px;
}

.navbar-nav span.scroll-down,
.navbar-nav span.scroll-up {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.navbar-nav span.scroll-down-arrow,
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent;
}

.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul .dropdown-menu>li>a {
  padding-left: 35px;
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul .dropdown-menu>li>a {
  padding-left: 45px;
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu>li>a {
  padding-left: 55px;
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu>li>a {
  padding-left: 65px;
}

.navbar-nav .dropdown-menu>li>a {
  white-space: normal;
}

.navbar-nav ul.sm-nowrap>li>a {
  white-space: nowrap;
}

.navbar-nav.sm-collapsible ul.sm-nowrap>li>a {
  white-space: normal;
}

.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto;
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery>.slides>.slide>.slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0,0,0,.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

.blueimp-gallery>.slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery-carousel>.slides {
  position: absolute;
}

.blueimp-gallery>.slides>.slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
  -webkit-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

.blueimp-gallery>.slides>.slide-loading {
  background: url(../components/blueimp-gallery/img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
  opacity: 0;
}

.blueimp-gallery>.slides>.slide-error {
  background: url(../components/blueimp-gallery/img/error.png) center no-repeat;
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
  display: none;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0,0,0,.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  cursor: pointer;
  display: none;
}

.blueimp-gallery>.next {
  left: auto;
  right: 15px;
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none;
}

.blueimp-gallery>.close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.blueimp-gallery>.play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../components/blueimp-gallery/img/play-pause.png) no-repeat;
  cursor: pointer;
  opacity: .5;
  display: none;
}

.blueimp-gallery-playing>.play-pause {
  background-position: -15px 0;
}

.blueimp-gallery>.close:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.play-pause:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.title:hover {
  color: #fff;
  opacity: 1;
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-left>.prev,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.next,
.blueimp-gallery-single>.play-pause,
.blueimp-gallery-single>.prev {
  display: none;
}

.blueimp-gallery>.close,
.blueimp-gallery>.next,
.blueimp-gallery>.play-pause,
.blueimp-gallery>.prev,
.blueimp-gallery>.slides>.slide>.slide-content {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body:last-child .blueimp-gallery>.slides>.slide-error {
  background-image: url(../components/blueimp-gallery/img/error.svg);
}

body:last-child .blueimp-gallery>.play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../components/blueimp-gallery/img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing>.play-pause {
  background-position: -20px 0;
}

body:after {
  content: url(../components/lightbox2/dist/images/close.png) url(../components/lightbox2/dist/images/loading.gif) url(../components/lightbox2/dist/images/prev.png) url(../components/lightbox2/dist/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../components/lightbox2/dist/images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../components/lightbox2/dist/images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../components/lightbox2/dist/images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../components/lightbox2/dist/images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.owl-carousel.owl-hidden,
.owl-carousel.owl-loading {
  opacity: 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded,
.owl-carousel.owl-loading {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.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(../components/owl.carousel/dist/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s 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-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.chosen-container {
  position: relative;
  display: inline-block;
  font-size: 13px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
  background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../components/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../components/chosen/chosen-sprite.png) 0 2px no-repeat;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(../components/chosen/chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
  background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
  background-image: -o-linear-gradient(#eee 1%,#fff 15%);
  background-image: linear-gradient(#eee 1%,#fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: 0 0!important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../components/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
  background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
  background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
  background-image: -o-linear-gradient(#eee 20%,#fff 80%);
  background-image: linear-gradient(#eee 20%,#fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222!important;
}

.chosen-disabled {
  opacity: .5!important;
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
  cursor: default;
}

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(../components/chosen/chosen-sprite.png) -30px -20px no-repeat;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../components/chosen/chosen-sprite@2x.png)!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
  }
}

.blueimp-gallery .modal-body {
  position: relative;
  text-align: center;
  padding: 0 0 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.blueimp-gallery .modal-footer {
  margin: 0;
}

.blueimp-gallery .modal-body .video-content a,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blueimp-gallery .modal-body .video-content video {
  display: none;
}

.blueimp-gallery .modal-body .video-playing video {
  display: block;
}

.blueimp-gallery .modal-body .video-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  left: 100%;
}

.blueimp-gallery .modal-body .video-playing iframe {
  left: 0;
}

.blueimp-gallery .modal-body .video-playing a,
.blueimp-gallery .modal-body .video-playing img {
  display: none;
}

.blueimp-gallery .modal-body .video-content a {
  cursor: pointer;
}

.blueimp-gallery .modal-body .video-content a:after {
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  content: "\e029";
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin: -32px 0 0 -32px;
}

.blueimp-gallery .modal-body .video-loading a {
  background: url(../components/blueimp-bootstrap-image-gallery/img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery .modal-body .video-loading a:after {
  content: none;
}

@media screen and (min-width:768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
    width: auto;
    max-width: 900px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.jetmenu {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  list-style: none;
  background: #669725;
}

.jetmenu li {
  display: inline-block;
  float: left;
}

.jetmenu a {
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  outline: 0;
  z-index: 10;
}

.jetmenu>li>a {
  padding: 20px 24px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-family: 'Open Sans Condensed',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.jetmenu li>.megamenu ul li.title,
.jetmenu li>.megamenu ul li.title a {
  font-family: 'Open sans condensed',sans-serif;
  font-weight: 700;
}

.jetmenu>li.active>a,
.jetmenu>li:hover>a {
  background: #e0e0e0;
  color: #fff;
}

.jetmenu ul.dropdown,
.jetmenu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 134px;
  background: #669725;
}

.jetmenu ul.dropdown {
  top: 60px;
}

.jetmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit;
}

.jetmenu ul.dropdown li {
  clear: both;
  width: 100%;
  font-size: 12px;
}

.jetmenu ul.dropdown li a {
  width: 100%;
  padding: 12px 24px;
  display: inline-block;
  float: left;
  clear: both;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.jetmenu ul.dropdown li:hover>a {
  background: #e0e0e0;
  color: #eee;
}

.jetmenu ul.dropdown li ul.dropdown.left {
  left: auto;
  right: 100%;
}

.jetmenu>li.fix-sub>.dropdown,
.jetmenu>li.fix-sub>.megamenu,
.jetmenu>li.fix-sub>.megamenu.half-width,
.jetmenu>li.jsright.last>.dropdown,
.jetmenu>li.jsright.last>.megamenu,
.jetmenu>li.jsright.last>.megamenu.half-width,
.jetmenu>li.right>.dropdown,
.jetmenu>li.right>.megamenu,
.jetmenu>li.right>.megamenu.half-width {
  right: 0;
}

.jetmenu .indicator {
  position: relative;
  left: 5px;
  top: 6px;
  font-size: 8px;
  float: right;
}

.jetmenu ul li .indicator {
  font-size: 8px;
  top: 1px;
  left: 10px;
}

.jetmenu>li>.megamenu {
  position: absolute;
  display: none;
  background: #fff;
  width: 25%;
  top: 60px;
  font-size: 12px;
  color: #fff;
  z-index: 99;
  padding: 20px 45px;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 15px 25px 2px rgba(161,161,161,.6);
  -moz-box-shadow: 0 15px 25px 2px rgba(161,161,161,.6);
  box-shadow: 0 15px 25px 2px rgba(161,161,161,.6);
}

.jetmenu li>.megamenu ul {
  margin: 0 0 20px;
  float: left;
  padding: 0;
  display: block;
  position: relative;
}

.jetmenu li>.megamenu ul li {
  width: 100%;
  padding: 4px 0;
}

.jetmenu li>.megamenu ul li.title {
  margin: 0 0 8px;
  padding: 0 0 5px;
  font-size: 17px;
  color: #333;
}

.jetmenu li>.megamenu h5 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.jetmenu li>.megamenu a {
  color: #777;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.jetmenu li>.megamenu a:hover {
  color: #27460e;
  text-decoration: underline;
}

.jetmenu li>.megamenu ul li.title a {
  font-size: 17px;
  color: #333;
}

.jetmenu .megamenu img {
  -webkit-transition: border .3s linear;
  -moz-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.jetmenu>li>.megamenu.half-width {
  width: 50%;
}

.jetmenu>li>.megamenu.full-width {
  width: 100%;
  left: 0;
}

.jetmenu li>.megamenu form {
  width: 100%;
}

.jetmenu li>.megamenu form input[type=text],
.jetmenu li>.megamenu form textarea {
  padding: 5px;
  color: #fff;
  background: #444;
  font-size: 14px;
  border: 1px solid transparent;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .3s linear;
  -moz-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
  width: 100%;
  margin-top: 10px;
}

.megamenu .dropdown li a,
.megamenu>li>.megapanel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.jetmenu li>.megamenu form input[type=text]:focus,
.jetmenu li>.megamenu form textarea:focus {
  border-color: #e0e0e0;
}

.jetmenu li>.megamenu form input[type=submit] {
  width: 25%;
  float: right;
  height: 30px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  background: #444;
  color: #777;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.jetmenu li>.megamenu form input[type=submit]:hover {
  background: #e0e0e0;
  color: #555;
}

.megamenu .row {
  width: 100%;
  margin-top: 15px;
}

.megamenu .row:first-child {
  margin-top: 0;
}

.megamenu .row:after,
.megamenu .row:before {
  display: table;
  line-height: 0;
}

.megamenu .row:after {
  clear: both;
}

.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6 {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 2.127659574468085%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jetmenu>li.jsright,
.jetmenu>li.right {
  float: right;
}

.megamenu .row [class*=col]:first-child {
  margin-left: 0;
}

.megamenu .row .col1 {
  width: 14.893617021276595%;
}

.megamenu .row .col2 {
  width: 31.914893617021278%;
}

.megamenu .row .col3 {
  width: 48.93617021276595%;
}

.megamenu .row .col4 {
  width: 65.95744680851064%;
}

.megamenu .row .col5 {
  width: 82.97872340425532%;
}

.megamenu .row .col6 {
  width: 100%;
}

.jetmenu>li>a>i {
  line-height: 23px!important;
  margin-right: 6px;
  font-size: 18px;
  float: left;
}

.jetmenu>li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #fff;
  background: #669725;
}

.jetmenu>li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left;
}

.jetmenu>li.showhide span.icon {
  margin: 17px 20px;
  float: right;
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: .3em;
}

.jetmenu>li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}

.orange>li:hover>a {
  background: #27460e;
  color: #fff;
}

.orange>li.active>a {
  background: #6b1c18;
  color: #fff;
}

.orange li>.megamenu form input[type=submit]:hover,
.orange ul.dropdown li:hover>a {
  background: #ff670f;
  color: #fff;
}

.orange li>.megamenu form input[type=text]:focus,
.orange li>.megamenu form textarea:focus {
  border-color: #ff670f;
}

.orange li>.megamenu a:hover {
  color: #ff670f;
}

@media (max-width:768px) {
  .jetmenu a,
  .jetmenu>li {
    width: 100%;
    box-sizing: border-box;
  }

  .jetmenu>li {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .jetmenu>li>a {
    padding: 15px 25px;
  }

  .jetmenu ul.dropdown>li>a,
  .jetmenu>li>ul.dropdown>li>a {
    padding-left: 40px!important;
  }

  .jetmenu a {
    background: #f39f49;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .jetmenu ul.dropdown,
  .jetmenu ul.dropdown li ul.dropdown {
    width: 100%!important;
    left: 0;
    position: static!important;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .jetmenu ul.dropdown li {
    background: #fff!important;
    border: none;
  }

  .jetmenu>li>.megamenu {
    width: 100%!important;
    position: static;
    border-top: none;
  }

  .jetmenu>li>.megamenu .row [class*=col] {
    float: none;
    display: block;
    width: 100%!important;
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .jetmenu>li>.megamenu .row,
  .jetmenu>li>.megamenu .row:first-child [class*=col]:first-child {
    margin-top: 0;
  }

  .jetmenu>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 60px!important;
  }

  .jetmenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 80px!important;
  }
}

.fa,
.fa-stack,
.megamenu {
  display: inline-block;
}

@media (min-width:768px) and (max-width:900px) {
  .jetmenu>li>.megamenu {
    width: 100%!important;
    left: 0!important;
    top: 55px;
  }

  .jetmenu>li>a {
    font-size: 12px;
    padding: 20px 18px;
  }

  .jetmenu .indicator {
    top: 5px;
  }
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: .3em;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.hotel-cards-container,
.megamenu,
.megamenu__navbar {
  -webkit-border-radius: 4px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container>li {
  padding: 0;
}

.multiselect-container>li>a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container>li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}

.multiselect-container>li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container>li>a {
  padding: 0;
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

.multiselect-container>li>a>label.checkbox,
.multiselect-container>li>a>label.radio {
  margin: 0;
}

.multiselect-container>li>a>label>input[type=checkbox],
footer #footer ul li,
footer .footer-megamenu ul li {
  margin-bottom: 5px;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

.megamenu {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  position: relative;
  font-family: 'Work Sans',sans-serif;
  font-size: 14px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#2EB6FE 0,#24A1E6 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2EB6FE),color-stop(100%,#24A1E6));
  background: -webkit-linear-gradient(top,#2EB6FE 0,#24A1E6 100%);
  background: -o-linear-gradient(top,#2EB6FE 0,#24A1E6 100%);
  background: -ms-linear-gradient(top,#2EB6FE 0,#24A1E6 100%);
  background: linear-gradient(to bottom,#2EB6FE 0,#24A1E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mmColorBase', endColorstr='@mmColorSecondary', GradientType=0);
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 4px solid #1E91D1;
}

.megamenu li {
  float: left;
  display: inline;
  border-left: 1px solid #1E91D1;
}

.megamenu li:first-child {
  border-left: none;
}

@media (max-width:991px) {
  .megamenu li {
    border-left: none;
  }
}

.megamenu>li>a {
  float: left;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  transition: color .4s ease-in-out;
  -moz-transition: color .4s ease-in-out;
  -webkit-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
}

.megamenu>li.active>a,
.megamenu>li:hover>a {
  background: #2666A3;
}

.megamenu>li.megamenu__li--no-hover:active>a,
.megamenu>li.megamenu__li--no-hover:hover>a {
  background: 0 0;
}

.megamenu>li.right {
  float: right;
}

.megamenu .dropdown,
.megamenu .dropdown li .dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 77;
  width: 160px;
  background: #fff;
  color: #666;
  border-top: none;
}

.megamenu .dropdown {
  top: 59px;
}

.megamenu .dropdown li .dropdown {
  left: 160px;
  top: inherit;
  margin-top: -1px;
}

.megamenu .dropdown li {
  clear: both;
  width: 100%;
  height: auto;
}

.megamenu .dropdown li:last-child {
  border-bottom: none;
}

.megamenu .dropdown li a {
  float: left;
  width: 100%;
  padding: 10px 25px;
  text-decoration: none;
  display: block;
  border: 0;
  font-size: 14px;
  background: 0 0;
  box-sizing: border-box;
  transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
}

.megamenu .dropdown li:hover>a {
  background: #24A1E6;
  color: #FFF;
}

.megamenu>li>.megapanel {
  position: absolute;
  display: none;
  background: #fff;
  color: #666;
  width: 100.2%;
  top: 58px;
  left: -1px;
  z-index: 77;
  padding: 20px 30px;
  box-sizing: border-box;
}

.megapanel .row {
  width: 100%;
  margin-top: 15px;
}

.megapanel .row:first-child {
  margin-top: 0;
}

.megapanel .row:after,
.megapanel .row:before {
  display: table;
  line-height: 0;
}

.megapanel .row:after {
  clear: both;
}

.megapanel .row [class*=col] {
  display: block;
  width: 100%;
  min-height: 20px;
  float: left;
  margin-left: 1.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.megapanel .row [class*=col]:first-child {
  margin-left: 0;
}

.megapanel .row .col1 {
  width: 15.5%;
}

.megapanel .row .col2 {
  width: 32.4%;
}

.megapanel .row .col3 {
  width: 49.3%;
}

.megapanel .row .col4 {
  width: 66.2%;
}

.megapanel .row .col5 {
  width: 83.1%;
}

.megapanel .row .col6 {
  width: 100%;
}

.megamenu>li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #FFF;
  border-bottom: solid 1px #1E91D1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#2EB6FE 0,#24A1E6 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2EB6FE),color-stop(100%,#24A1E6));
  background: -webkit-linear-gradient(top,#2EB6FE 0,#24A1E6 100%);
  background: -o-linear-gradient(top,#2EB6FE 0,#24A1E6 100%);
  background: -ms-linear-gradient(top,#2EB6FE 0,#24A1E6 100%);
  background: linear-gradient(to bottom,#2EB6FE 0,#24A1E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mmColorBase', endColorstr='@mmColorSecondary', GradientType=0);
}

.megamenu>li.showhide span.icon1:after,
.megamenu>li.showhide span.icon2:after {
  position: absolute;
  content: "";
  right: 25px;
  height: 3px;
  width: 25px;
  font-size: 50px;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  z-index: 1;
}

.megamenu>li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left;
}

.megamenu>li.showhide span.icon1:after {
  top: 15px;
}

.megamenu>li.showhide span.icon2:after {
  top: 27px;
}

@media (max-width:991px) {
  .megamenu a,
  .megamenu>li {
    box-sizing: border-box;
    width: 100%;
  }

  .megamenu {
    border: none;
    text-align: left;
  }

  .megamenu>li {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .megamenu>li.active,
  .megamenu>li:hover {
    border-top: none;
  }

  .megamenu>li.active>a,
  .megamenu>li:hover>a,
  .megamenu>li>a {
    padding: 15px 25px;
  }

  .megamenu .dropdown>li>a,
  .megamenu>li>ul.dropdown>li>a {
    padding-left: 40px!important;
  }

  .megamenu a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .megamenu .dropdown,
  .megamenu .dropdown li .dropdown {
    width: 100%;
    display: none;
    left: 0;
    position: static;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .megamenu .dropdown li {
    background: #fff!important;
    border: none;
  }

  .megamenu>li>.megapanel {
    position: static;
    margin-top: 50px;
    border: none;
  }

  .megapanel .row [class*=col] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .megapanel .row,
  .megapanel .row:first-child [class*=col]:first-child {
    margin-top: 0;
  }

  .megamenu>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 60px!important;
  }

  .megamenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 80px!important;
  }
}

.with-top-margin,
header #header #catchword,
header #header-search {
  margin-top: 15px;
}

.megamenu__small {
  display: none;
}

.megamenu>li:hover>a,
.megamenu>li>a {
  padding: 8px 0 4px;
}

@media (max-width:991px) {
  .megamenu>li:hover>a,
  .megamenu>li>a {
    padding: 6px 0;
  }
}

.megamenu-home__wrapper {
  display: block;
  padding: 13px 20px;
}

@media (max-width:1200px) {
  .megamenu-home__wrapper {
    padding: 13px 16px;
  }
}

@media (max-width:991px) {
  .megamenu-home__wrapper {
    padding: 13px 24px;
  }
}

.megamenu-item__wrapper {
  display: block;
  padding: 13px;
  font-size: 14px;
}

@media (max-width:1200px) {
  .megamenu-item__wrapper {
    padding: 15px 6px;
    font-size: 12px;
  }
}

@media (max-width:991px) {
  .megamenu-item__wrapper {
    padding: 13px 24px;
    border-left: none;
    font-size: 14px;
  }
}

.megamenu-icons__wrapper {
  display: block;
  padding: 14px 12px 14px 33px;
  height: 60px;
}

.megamenu-icons__wrapper .icon {
  margin-right: 8px;
}

@media (max-width:991px) {
  .megamenu-icons__wrapper .icon {
    display: inline-block;
    margin-right: 8px;
    width: auto;
  }
}

.mm__showhide--trigger {
  display: none;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 24px 0;
}

.basket_table.table .vtop td label,
.megamenu__stat,
.transport-payment-table label {
  font-weight: 400;
}

.mm__showhide--trigger:active,
.mm__showhide--trigger:focus,
.mm__showhide--trigger:hover {
  color: #FFF;
  text-decoration: none;
}

.megamenu__navbar {
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-height: 60px;
  margin-bottom: 16px;
}

@media (max-width:768px) {
  .megamenu__navbar {
    background-color: #2EB6FE;
  }
}

@media (max-width:991px) {
  .mm__showhide--trigger {
    display: inline-block;
    vertical-align: middle;
  }

  .megamenu__navbar {
    background-color: #2EB6FE;
    max-height: inherit;
    display: none;
  }

  .megamenu__hide--small {
    height: 0!important;
    overflow: hidden;
  }
}

.megamenu__overlay {
  z-index: 75;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 3000px;
  background: rgba(10,10,10,.65);
}

.megamenu__link {
  display: block;
  padding: 2px 0;
}

.megamenu__stat {
  padding-top: 32px;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1E91D1;
}

.megamenu__stat:first-child {
  padding-top: 4px;
}

.megamenu__stat:active,
.megamenu__stat:focus,
.megamenu__stat:hover {
  color: #1E91D1;
}

.megamenu__oblast {
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
}

body,
html {
  margin: 0;
  font-size: 16px;
  font-family: trebuchet ms,tahoma,sans-serif;
}

body {
  background-color: #fff;
}

.ui-autocomplete .search_img_div {
  float: left;
  width: 60px;
}

#top-page-menu {
  color: #000;
  margin: 20px 0 0;
}

#top-page-menu nav {
  color: #000;
  min-height: 35px;
  border: none;
  background: 0 0;
  box-shadow: none;
  margin-bottom: 0;
}

#top-page-menu nav .navbar-collapse {
  padding: 0;
}

#top-page-menu nav .navbar-nav>li {
  border-right: 1px solid #000;
}

#top-page-menu nav .navbar-nav>li:last-child {
  border-right: 0;
}

#top-page-menu nav .navbar-nav>li>a {
  color: #000;
  padding: 0 10px;
}

#top-page-menu nav .navbar-nav>li>a:hover {
  color: #888;
}

#top-page-menu .navbar {
  background: 0 0;
  border: transparent;
  min-height: 20px;
}

#top-page-menu .navbar-collapse {
  border: transparent;
}

#top-page-menu li a:hover {
  background: 0 0;
}

#top-page-menu li a {
  padding-top: 10px;
  padding-bottom: 5px;
}

#top-page-menu .container {
  padding: 0;
}

#top-page-menu .navbar-default .navbar-nav>li>a {
  color: #000;
}

#top-page-menu .navbar-default .navbar-nav>li>a:hover {
  color: #888;
}

footer h2,
footer h2 a {
  color: #707376;
}

header #header {
  background-color: #fff00 0;
  border-bottom: 1px solid #00000 0;
  margin: 20px 0 25px;
}

header #header #catchword {
  display: block;
  color: #000;
}

header #header #kosik_container {
  padding: 10px;
  margin: 15px 0;
  border-radius: 5px;
}

@media (max-width:767px) {
  header #header #kosik_container {
    margin: 0;
  }

  footer {
    text-align: center;
  }
}

.news__title,
header #header #kosik_container .title {
  margin-left: 15px;
}

header #header #kosik_container.kosik_container_active {
  background: #d5e2ff;
}

header #header #kosik_container.kosik_container_floated {
  position: fixed;
  padding: 10px;
  background-color: #FFF2E8;
  z-index: 10500;
}

header #header-search #search-text {
  width: 300px;
  border: 1px solid #c2c2c2;
  padding: .33em 1em;
  position: static;
}

header #header-search #search-submit {
  top: -2px;
  padding: .33em 2.5em;
  background: #669725;
  border: 1px solid #669725;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  position: relative;
  text-shadow: none;
}

header .header-col-left {
  margin-top: -30px;
}

header .header-col-middle {
  margin-top: 25px;
}

header .header-col-right {
  margin-top: 5px;
}

footer h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer .footer {
  padding: 0 15px;
  background-color: #373a3d;
}

footer .footer a {
  color: #dedee0;
}

footer .footer-megamenu {
  background-color: #c2c2c2;
  color: #252525;
}

footer .footer-megamenu a,
footer .footer-megamenu h2,
footer .footer-megamenu h2 a {
  color: #252525;
}

footer #footer ul,
footer .footer-megamenu ul {
  list-style-type: none;
  padding: 0;
}

.product-detail .product-detail-background,
.product-detail .product-detail-tabs {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer #footer ul a:hover,
footer .footer-megamenu ul a:hover {
  text-decoration: underline;
}

footer .copyright .pull-right {
  text-align: right;
}

footer .copyright p {
  margin: 10px 0;
  color: #444351;
}

@media (max-width:991px) {
  footer .copyright .pull-right,
  footer .copyright p {
    text-align: center!important;
  }
}

footer .copyright p a {
  text-decoration: underline;
  color: #eb890c;
}

.product-info h1 {
  margin-bottom: 15px;
  font-weight: 600;
}

.product-info .optional {
  margin-top: 15px;
}

.product-info .optional .availability {
  font-weight: 700;
  color: #80a60d;
}

.product-info .author {
  color: #62d300;
}

.product-info .product-description {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-info .product-description p {
  line-hieght: 2.5em;
}

.product-card {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.product-card.fs-card {
  height: 350px;
}

.product-card:hover {
  box-shadow: 1px 2px 10px 0 #444;
}

.product-card .image {
  display: block;
}

.product-card .image img {
  height: auto;
  z-index: 100;
}

.product-card h2 {
  font-size: 1.429em;
  text-align: center;
  height: 2em;
  overflow: hidden;
}

.product-card h2 a {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
}

.product-card h2 a:hover {
  color: #1a1a1a;
}

.product-card .product-info {
  color: #777;
  height: 4em;
  overflow: hidden;
}

.product-card .price {
  color: #eb890c;
  font-weight: 700;
  text-align: center;
  font-size: 2em;
}

.product-card .price-old {
  font-size: 16px;
  text-decoration: line-through;
  text-align: center;
}

.product-card .bottom-caption-info {
  position: absolute;
  bottom: 30px;
  margin-left: -17px;
  width: 100%;
}

.product-card .product-detail-button {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.product-card .sticker {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
}

.product-card .sticker img {
  width: 35%;
  cursor: pointer;
}

.product-detail {
  margin-top: 15px;
}

.product-detail .inner-left {
  text-align: center;
}

.product-detail .inner-left img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

.product-detail .main-product-image {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.product-detail .main-product-image .sticker {
  position: absolute;
  left: 45px;
  top: 5px;
  width: 100%;
  text-align: left;
}

.product-detail .main-product-image .sticker img {
  width: 21%;
}

.product-detail .inner-right {
  background-color: #FFF;
  color: #000;
}

.product-detail .inner-right .price {
  font-size: 24px;
}

.product-detail .inner-right .price-old {
  font-size: 18px;
  text-decoration: line-through;
}

.product-detail .inner-right .availability {
  padding: 15px 0;
}

@media (max-width:767px) {
  .product-detail .inner-right {
    height: 100px;
    line-height: 7em;
  }

  .product-detail .inner-right .basket_button {
    margin-left: 0;
    float: right;
    margin-top: 35px;
  }
}

div.shopping_cart_navigator {
  text-align: center;
  margin-top: 10px;
  margin-right: 25px;
  font-weight: 700;
}

div.shopping_cart_navigator>div {
  width: 25%;
}

div.shopping_cart_navigator a,
div.shopping_cart_navigator div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 49px;
  margin-left: -5px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #333;
  line-height: 50px;
  text-decoration: none;
}

div.shopping_cart_navigator .previous a {
  border: none;
}

div.shopping_cart_navigator .previous .cart-ok {
  margin-right: .5em;
}

div.shopping_cart_navigator a.previous,
div.shopping_cart_navigator div.previous {
  background: #f2f2f2;
  padding: 0 25px;
  text-transform: uppercase;
}

div.shopping_cart_navigator a.following,
div.shopping_cart_navigator div.following {
  border: 1px solid #fff;
  color: #333;
  background: #f2f2f2;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0 0 0 40px;
  text-transform: uppercase;
}

div.shopping_cart_navigator a.current,
div.shopping_cart_navigator div.current {
  margin-left: -6px;
  background: #ec8a0d;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  padding: 10px 8px 0 24px;
}

div.shopping_cart_navigator a.current:after,
div.shopping_cart_navigator a.following:after,
div.shopping_cart_navigator div.current:after,
div.shopping_cart_navigator div.following:after,
div.shopping_cart_navigator div.previous:after {
  content: '';
  position: absolute;
  top: 3px;
  right: -20px;
  display: inline-block;
  width: 41px;
  height: 41px;
  transform: scale(1,.9) rotate(45deg);
  -webkit-transform: scale(1,.9) rotate(45deg);
  -moz-transform: scale(1,.9) rotate(45deg);
  -o-transform: scale(1,.9) rotate(45deg);
  -ms-transform: scale(1,.9) rotate(45deg);
  border-radius: 6px;
  z-index: -1;
}

div.shopping_cart_navigator a.current:after,
div.shopping_cart_navigator div.current:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background-color: #ec8a0d;
}

div.shopping_cart_navigator a.following:after,
div.shopping_cart_navigator a.previous:after,
div.shopping_cart_navigator div.following:after,
div.shopping_cart_navigator div.previous:after {
  background-color: #f2f2f2;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media (max-width:767px) {
  div.shopping_cart_navigator {
    font-size: 10px;
  }

  div.shopping_cart_navigator div.current {
    width: 46%;
  }

  div.shopping_cart_navigator div.following,
  div.shopping_cart_navigator div.previous {
    width: 18%;
  }
}

@media (min-width:768px) {
  div.shopping_cart_navigator div.current {
    width: 46%;
  }

  div.shopping_cart_navigator div.following,
  div.shopping_cart_navigator div.previous {
    width: 18%;
  }
}

@media (min-width:992px) {
  div.shopping_cart_navigator div.current,
  div.shopping_cart_navigator div.following,
  div.shopping_cart_navigator div.previous {
    width: 25%;
  }
}

@media (min-width:1200px) {
  div.shopping_cart_navigator div.current,
  div.shopping_cart_navigator div.following,
  div.shopping_cart_navigator div.previous {
    width: 25%;
  }
}

.basket_table tr.disabled b,
.basket_table tr.disabled label {
  color: #aaa;
}

.basket_table.table td {
  color: #3d3c48;
  background: #f2f2f2;
  text-align: center;
}

.basket_table.table .vtop td,
.basket_table.table td:first-child {
  text-align: left;
}

.basket_table.table td .errors {
  color: red;
}

.basket_table.table .head {
  background-color: #7b7b82;
  color: #fff;
}

.basket_table.table .head th {
  text-align: center;
  background-color: #7b7b82;
}

.basket_table.table .head th:first-child {
  text-align: left;
}

.basket_table.table .product_info_row {
  background-color: #f2f2f2;
  color: #818188;
}

.basket_table.table .product_info_row>td {
  background-color: #f2f2f2;
  vertical-align: middle;
}

.basket_table.table .product_info_row>td.price {
  text-align: center;
  color: #eb890c;
}

.basket_table.table .count input {
  width: 50px;
  text-align: center;
}

.basket_table.table .del a {
  color: #343233;
}

.basket_table.table .del a span {
  font-size: 22px;
}

.basket_table.table #price-summary {
  background-color: #e7e6e6;
  margin-top: -18px;
  height: 60px;
  border-top: 2px solid #fff;
}

.basket_table.table #price-summary td {
  background-color: #e7e6e6;
  vertical-align: middle;
}

.basket_table.table #price-summary td.odsadenie {
  width: 34.8%;
}

.basket_table.table #price-summary td.price {
  text-align: center;
  color: #eb890c;
}

@media (max-width:767px) {
  .basket_table.table {
    font-size: .7em;
  }
}

.basket_table.table .img-thumbnail {
  width: 78px;
  height: 78px;
  text-align: center;
  vertical-align: middle;
  margin-right: 20px;
}

.basket_table.table .img-thumbnail img {
  margin-right: 0;
}

.eshop-shoping-cart-next.btn-primary {
  background-color: #fba130;
  background-image: -webkit-linear-gradient(top,#fba130 0,#e58c1a 100%);
  background-image: linear-gradient(to bottom,#fba130 0,#e58c1a 100%);
  border-radius: 0;
  color: #fff;
  border-color: #fff;
}

.eshop-shoping-cart-prev.btn-primary {
  background-color: #bdbdc1;
  background-image: -webkit-linear-gradient(top,#bdbdc1 0,#a8a8ac 100%);
  background-image: linear-gradient(to bottom,#bdbdc1 0,#a8a8ac 100%);
  border-radius: 0;
  color: #fff;
  border-color: #fff;
}

.transport-payment-table td {
  padding: 0 5px;
}

.transport-payment-table label b {
  display: block;
  font-weight: 700;
}

.icon-cart {
  font-size: 40px;
}

a.eshop-small-cart {
  color: #333;
}

@media (max-width:767px) {
  a.eshop-small-cart {
    font-size: 80%;
  }
}

@media (min-width:768px) {
  a.eshop-small-cart {
    font-size: 110%;
  }
}

@media (min-width:992px) {
  a.eshop-small-cart {
    font-size: 120%;
  }
}

@media (min-width:1200px) {
  a.eshop-small-cart {
    font-size: 120%;
  }

  a.eshop-small-cart .icon-cart {
    font-size: 40px;
  }
}

@media (min-width:992px) {
  a.eshop-small-cart .icon-cart {
    font-size: 40px;
  }
}

a.eshop-small-cart:hover {
  color: #000;
}

#top-menu {
  background: #669725;
  background: -webkit-linear-gradient(#669725,#669725);
  background: -o-linear-gradient(#669725,#669725);
  background: -moz-linear-gradient(#669725,#669725);
  background: linear-gradient(#669725,#669725);
  color: #fff;
}

#top-menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#top-menu li:hover {
  background-color: #27460e;
}

#top-menu li.selected {
  background-color: #6b1c18;
}

#top-menu .navbar-nav>li>a {
  color: #fff;
  font-weight: 700;
}

#top-menu.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #36353f;
}

#megamenu .jetmenu ul.dropdown,
#megamenu .jetmenu ul.dropdown li ul.dropdown,
#megamenu .jetmenu>li>.megamenu {
  border-top: 4px solid #36353f;
  background: #669725;
}

#megamenu .jetmenu {
  background: #669725;
  background: -webkit-linear-gradient(#669725,#669725);
  background: -o-linear-gradient(#669725,#669725);
  background: -moz-linear-gradient(#669725,#669725);
  background: linear-gradient(#669725,#669725);
  color: #fff;
  border-bottom: 4px solid #36353f;
}

#megamenu .jetmenu>li.active>a,
#megamenu .jetmenu>li:hover>a {
  background: #27460e;
  background: -webkit-linear-gradient(#27460e,#27460e);
  background: -o-linear-gradient(#27460e,#27460e);
  background: -moz-linear-gradient(#27460e,#27460e);
  background: linear-gradient(#27460e,#27460e);
  background-color: #27460e;
  color: #fff;
}

#megamenu .jetmenu>li>.megamenu {
  color: #fff;
}

#megamenu .jetmenu a,
#megamenu .jetmenu>li.showhide {
  background: #669725;
}

.carousel-control {
  z-index: 50;
}

.carousel-caption {
  padding: 20px;
  text-align: left;
  z-index: 40;
}

.carousel-inner .item {
  background: #aaa;
}

@media (min-width:768px) {
  a.eshop-small-cart .icon-cart {
    font-size: 40px;
  }

  .carousel-caption {
    width: 50%;
    max-width: 50%;
    padding: 20px;
    background: rgba(0,0,0,.7);
    text-align: left;
    left: 25%;
    right: 25%;
    bottom: auto;
    bottom: 60px;
  }

  .carousel-caption.carousel-caption-left {
    left: 15px;
    right: auto;
  }

  .carousel-caption.carousel-caption-left .btn {
    float: right;
  }

  .carousel-caption.carousel-caption-right {
    left: auto;
    right: 15px;
  }
}

@media (max-width:767px) {
  a.eshop-small-cart .icon-cart {
    font-size: 40px;
  }

  .carousel-caption {
    position: static;
  }

  .carousel-caption .btn {
    margin-left: 15%;
  }

  .carousel-caption h3 {
    margin-top: 0;
  }

  .carousel-indicators {
    bottom: auto;
    top: 20px;
  }

  .promobox-row .promobox {
    font-size: 100%;
  }
}

.form-forgotten-password {
  text-align: right;
}

.form-errors {
  margin: 10px 0;
  padding: 0;
}

.form-errors_item {
  color: #a94442;
}

.homepage-text {
  margin: 15px 0;
}

.promobox-row {
  margin-top: 15px;
}

.promobox-row .promobox {
  min-height: 130px;
  background: no-repeat #c9d1d9;
}

.promobox-row .promobox div.pull-right {
  min-height: 130px;
}

@media (min-width:768px) {
  .promobox-row .promobox {
    font-size: 80%;
  }
}

@media (min-width:992px) {
  .promobox-row .promobox {
    font-size: 100%;
  }
}

@media (min-width:1200px) {
  .promobox-row .promobox {
    font-size: 100%;
  }
}

.promobox-row .promobox p.pull-right {
  padding-top: 10px;
  font-weight: 700;
  text-align: right;
  color: #575c62;
  min-height: 80px;
}

.promobox-row .promobox a.link {
  display: block;
  float: right;
  background: #750907;
  padding: 5px 20px;
  color: #fff;
  margin-bottom: 10px;
}

.promobox-row .promobox a:hover {
  color: #fff;
}

#fs .navbar-default,
#fs .navbar-default .navbar-brand {
  background-color: #669725;
  color: #fff;
}

#fs .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  max-height: 10000px;
}

#fs .navbar-default {
  border: 0;
  box-shadow: none;
}

#fs_results_box .bt-product:last-child .bt-list-thumbnail {
  border-bottom: 0;
}

.bt-filter-col.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  background: #faf6f5;
}

.bt-filter.collapse {
  display: none;
  visibility: hidden;
}

.bt-filter.collapse.in {
  display: block;
  visibility: visible;
}

@media (min-width:768px) {
  .bt-filter-col.col-xs-12 {
    background: 0 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bt-filter.collapse {
    display: block;
    visibility: visible;
  }

  .bt-filter {
    margin-right: 15px;
  }
}

.bt-filter h4 {
  font-family: 'Open sans condensed',sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 5px 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #373a3d;
}

.bt-filter .bt-slider-wrapper {
  margin: 10px 20px;
}

.bt-filter .bt-slider-wrapper .slider .slider-handle {
  opacity: 1;
  background: #669725;
}

.bt-filter .bt-slider-wrapper .slider .slider-selection {
  background: #ddd;
  box-shadow: none;
}

.bt-filter .bt-slider-wrapper .slider .tooltip {
  z-index: 5;
}

.bt-filter ul.bt-list {
  list-style: none;
  padding-left: 0;
}

.bt-filter ul.bt-list li {
  display: inline-block;
}

@media (min-width:768px) {
  .bt-filter ul.bt-list li {
    display: block;
  }
}

.bt-filter ul.bt-list li a,
.bt-filter ul.bt-list li i {
  color: #373a3d;
  display: block;
  padding: 3px 5px 3px 15px;
  text-decoration: none;
  font-size: 13px;
}

.bt-filter ul.bt-list li a:before,
.bt-filter ul.bt-list li i:before {
  content: ' ';
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 4px;
  border-radius: 3px;
  margin-right: 5px;
}

.bt-filter ul.bt-list li a .glyphicon,
.bt-filter ul.bt-list li i .glyphicon {
  color: #aaa;
  font-size: 10px;
  margin-left: 5px;
}

.bt-filter ul.bt-list li a:hover,
.bt-filter ul.bt-list li i:hover {
  background: #f3e9e7;
}

.bt-filter ul.bt-list li a:hover:before,
.bt-filter ul.bt-list li i:hover:before,
.bt-filter ul.bt-list li.active a:before {
  border-color: #669725;
  background: #669725;
}

.bt-filter ul.bt-list li a:hover .glyphicon,
.bt-filter ul.bt-list li i:hover .glyphicon,
.bt-filter ul.bt-list li.active a {
  color: #000;
}

.fs_sortbar .btn-group .bt-btn-view,
.fs_sortbar select {
  border: 1px solid #aaa;
}

.bt-filter ul.bt-list li.disabled i {
  color: #aaa;
  cursor: default;
}

.fs-horizontal {
  margin-bottom: 15px;
}

.fs-horizontal .bt-filter ul.bt-list li {
  display: inline-block;
}

.fs-horizontal .fs-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
}

.bt-search-summary-list .btn,
.filter {
  font-family: 'Open Sans',sans-serif;
}

.fs-horizontal .fs-toggle.collapsed:after {
  content: "\e080";
}

.fs_sortbar {
  font-size: 13px;
  color: #373a3d;
  line-height: 32px;
  margin-bottom: 15px;
}

.fs_sortbar select {
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
  width: auto;
}

.fs_sortbar select.form-control {
  font-size: 12px;
  padding: 2px 10px;
  height: 28px;
}

.fs_sortbar .btn-group>.btn {
  background: 0 0;
  padding: 3px 6px;
  display: inline-block;
  margin: 0;
}

.fs_sortbar .btn-group>.btn.active,
.fs_sortbar .btn-group>.btn:active {
  box-shadow: none;
  color: #669725;
  background: #f8f6f7;
}

.fs_results_info {
  font-size: 13px;
  color: #373a3d;
  line-height: 32px;
  margin-bottom: 15px;
}

.bt-search-summary-list {
  background: #faf6f5;
  padding: 10px;
  margin-bottom: 10px;
}

.bt-search-summary-list .btn {
  font-size: 13px;
  font-weight: 400;
}

.bt-search-summary-list .btn span {
  display: inline-block;
  margin-left: 5px;
}

.bt-search-summary-list .btn span.glyphicon {
  color: #ccc;
  font-size: 10px;
}

.bt-search-summary-list .btn:hover span.glyphicon {
  color: #000;
}

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

.profile_menu li {
  background: #dbdbdd;
  padding: 0;
}

.profile_menu li a {
  display: block;
  padding: 6px;
  background: #777;
  color: #555;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
}

.profile_menu li a.active,
.profile_menu li a:hover {
  background: #ff9c00;
  color: #FFF;
  text-decoration: underline;
}

.profile_menu li a.logout {
  color: red;
}

.info_box {
  margin: 0 0 24px;
  padding: 8px;
  color: #FFF;
  position: relative;
  background: #ff9c00;
}

.info_box p {
  margin: 3px 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1.1em;
}

.info_box p a {
  color: #FFF;
  text-decoration: underline;
}

.info_box.success {
  background: #4fa45f;
}

.info_box.error {
  background: #a44f4f;
  color: #FFF;
}

.info_box.info {
  background: #555;
}

.info_box .info_box_close {
  background: #000;
  color: #FFF;
  display: block;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 6px;
  position: absolute;
  right: 4px;
  top: 7px;
}

#basket_nadler {
  display: none;
}

.html_alert {
  position: absolute;
  z-index: 1000;
  width: 240px;
  background: #FFF;
  border: 1px solid #333;
}

.html_alert .title {
  padding: 6px 0 6px 6px;
  background: #08c;
  color: #FFF;
  font-size: 16px;
}

.html_alert .close {
  background: #000;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 10px;
  margin: 4px 2px 0 0;
  padding: 1px 6px;
  text-align: center;
}

.html_alert .bottom {
  padding-bottom: 8px;
}

.html_alert .bottom .content {
  margin: 0;
  text-align: center;
  padding: 5px;
  font-size: .875rem;
}

.html_alert .bottom .content p {
  font-size: inherit;
  margin-bottom: 12px;
}

.external-links,
p {
  margin: 0;
}

.html_alert .bottom .content .button_submit {
  font-size: .75rem;
}

.html_alert .bottom .content .checkbox {
  margin-bottom: 0;
}

.html_alert .bottom .content.error {
  display: none;
  color: red;
}

.html_alert .bottom .content.error a {
  color: red!important;
  text-decoration: underline;
}

.html_alert .bottom .content.not_available {
  display: none;
  color: #000;
}

.html_alert .bottom .content.not_available a {
  color: #000!important;
  text-decoration: underline;
}

.html_alert .bottom .content.wb {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.html_alert .bottom span {
  color: #000;
  font-size: .625rem;
}

.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
}

@media (min-width:768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }

  .sidebar-nav .navbar li,
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }

  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

#left-menu .navbar-default,
#left-menu .navbar-default .navbar-brand {
  background-color: #669725;
  color: #fff;
}

#left-menu li {
  background: #6b1c18;
}

#left-menu li a {
  color: #fff;
}

#left-menu li a:hover,
#left-menu li:hover {
  background: #8c3333;
}

#left-menu .nav.navbar-nav li.active {
  box-shadow: none;
  background-image: none;
  background-color: #952721;
}

#left-menu .nav.navbar-nav li.active:hover {
  background-color: #8c3333;
}

#left-menu .nav.navbar-nav li.active a {
  box-shadow: none;
  background-image: none;
  background-color: #952721;
}

#left-menu .nav.navbar-nav li.active a:hover {
  background-color: #8c3333;
}

#left-menu .nav.navbar-nav li.nested {
  padding-left: .5em;
  box-shadow: none;
  background-image: none;
  background-color: #a92c26;
}

#left-menu .nav.navbar-nav li.nested:hover {
  background-color: #8c3333;
}

#left-menu .nav.navbar-nav li.nested a {
  box-shadow: none;
  background-image: none;
  background-color: #a92c26;
}

#left-menu .nav.navbar-nav li.nested a:hover {
  background-color: #8c3333;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Semibold.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url(../fonts/WorkSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url(../fonts/WorkSans-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url(../fonts/WorkSans-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url(../fonts/WorkSans-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Azo Sans';
  src: url(../fonts/azosans-bold.otf);
  font-weight: 700;
  font-style: normal;
}

body,
html {
  background-repeat: no-repeat;
}

a {
  color: #4e483a;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  color: #4e483a;
  text-decoration: underline;
}

p {
  font-size: 12.8px;
}

button {
  box-shadow: none;
}

.clear {
  clear: both;
}

hr {
  margin: 10px 0;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.dtab-row,
.dtab-table,
.w100 {
  width: 100%;
}

.line-through {
  text-decoration: line-through;
}

@media (max-width:767px) {
  .dtab-table--responsive,
  .dtab-table--responsive>.dtab-row,
  .dtab-table--responsive>.dtab-row>.dtab-cell {
    display: block;
  }
}

.dtab-table {
  display: table;
  height: 100%;
}

.dtab-row {
  display: table-row;
  height: 100%;
}

.dtab-cell {
  display: table-cell;
  vertical-align: middle;
}

.dtab-cell--top {
  vertical-align: top;
}

.hotline a {
  display: block;
}

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

.hotline__girl {
  vertical-align: middle;
  display: inline-block;
}

@media (max-width:479px) {
  .hotline__girl {
    display: none;
  }

  .header-cell--correction {
    padding: 15px;
  }
}

.hotline__text {
  color: #fff;
}

.hotline__text-line {
  display: block;
}

.bookmark a {
  text-decoration: none;
}

.bookmarks__counter {
  color: #fff;
  font-size: 10px;
  font-size: .625rem;
  background-color: #B03F1A;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  padding: 5px 9px;
  position: relative;
  right: -15px;
  top: -15px;
}

.bookmarks__icon {
  height: 32px;
  width: 32px;
}

.bookmarks__text {
  color: #fff;
}

@media (max-width:479px) {
  .bookmarks__text {
    display: none;
  }

  .logo {
    display: block;
    margin: 0 auto;
  }
}

.logo__img {
  max-width: 100%;
  height: auto;
}

.navbar {
  background: -ms-linear-gradient(#fff 0,#f2f3f3 100%);
  background: -webkit-linear-gradient(#fff 0,#f2f3f3 100%);
  background: -o-linear-gradient(#fff 0,#f2f3f3 100%);
  background: -moz-linear-gradient(#fff 0,#f2f3f3 100%);
  background: linear-gradient(#fff 0,#f2f3f3 100%);
  border: 0 solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 25px 6px 15px;
}

.navbar .navbar-toggle {
  padding: 9px 10px;
  margin: 2px 15px 2px 0;
}

.navbar .nav li li {
  border-bottom: 1px solid #c4d7d7;
}

.navbar .nav li li:last-child {
  border-bottom: none;
}

.navbar .nav>li {
  padding: 0 10px;
  border-right: 1px solid #c4d7d7;
}

.navbar .nav>li a {
  padding: 10px;
  color: #000;
  font-size: 12px;
}

.navbar .nav>li>a {
  text-transform: uppercase;
}

.navbar .nav>li a.icon {
  padding: 5px 3px;
}

.navbar .nav>li a.lang {
  padding: 8px 3px;
}

.navbar .nav>li .sub-arrow {
  display: none;
}

.navbar .nav>li.no-sep {
  border-right: none;
}

.navbar .nav li:last-child {
  border: none;
}

.navbar .nav li.open {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar .nav li.open a.highlighted {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar .nav .dropdown-menu {
  padding: 0;
}

@media (max-width:768px) {
  .navbar .navbar-fixed-top {
    position: relative;
    top: auto;
  }

  .navbar .nav li {
    border: none;
  }
}

footer {
  width: 100%;
  background-color: #4d4839;
  padding: 15px 15px 64px;
  margin-top: 75px;
}

.footer-col {
  padding-top: 12px;
  color: #BAB8A0;
}

.footer-col h2 {
  margin-top: 0;
  color: #ACC500;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 2px;
}

.footer-col ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-col ul li a {
  padding: 2px;
  color: #BAB8A0;
  font-size: 14px;
}

.footer-col ul li a.footer__link--highlight {
  font-weight: 700;
  color: #FFF;
}

.footer-menu {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 0;
}

.footer-menu__item {
  display: inline-block;
  border-right: 1px solid #bab8a0;
}

.footer-menu__item:last-of-type {
  border-right: 0;
}

.footer-menu__item:first-of-type .footer-menu__link {
  padding-left: 0;
}

.footer-menu__link {
  display: block;
  color: #bab8a0;
  font-size: 12px;
  font-size: .75rem;
  padding: 0 15px;
}

.footer-menu__link:active,
.footer-menu__link:focus,
.footer-menu__link:hover {
  color: #e4e4d3;
  text-decoration: none;
}

.container__footer-bottom {
  border-top: 1px solid #645E4A;
  background-color: #4D4837;
  width: 100%;
  padding: 32px;
}

.buxus-label {
  float: right;
  color: #bab8a0;
  font-size: 14px;
  font-size: .875rem;
}

.buxus-label a {
  color: #889e1f;
}

address {
  color: #bab8a0;
  font-size: 12px;
  font-size: .75rem;
}

.external-links__item {
  margin-right: 15px;
  color: #bab8a0;
  font-size: 14px;
  font-size: .875rem;
}

.external-links__item:active,
.external-links__item:focus,
.external-links__item:hover {
  color: #e4e4d3;
  text-decoration: none;
}

.copyright {
  color: #bab8a0;
  font-size: 14px;
  font-size: .875rem;
}

footer .copyright {
  background-color: transparent;
}

.owl-carousel--ad {
  padding: 15px;
  background-color: #4d4839;
}

.owl-carousel--ad .item {
  padding: 5px;
  background-color: #fff;
  height: 80px;
}

.hotel-card__location,
.hotel-card__title {
  font-weight: 700;
  text-align: center;
  height: 1.5em;
  text-transform: uppercase;
  overflow: hidden;
}

.owl-carousel--ad .item img {
  max-height: 70px;
}

.hotel-card {
  position: relative;
  margin: 5px;
}

.hotel-card__upper-part {
  background: -webkit-linear-gradient(white,#eeebda);
  background: -o-linear-gradient(white,#eeebda);
  background: -moz-linear-gradient(white,#eeebda);
  background: linear-gradient(white,#eeebda);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 15px 15px 0;
}

.hotel-card__lower-part {
  background: -webkit-linear-gradient(#78745b,#4f4e3c);
  background: -o-linear-gradient(#78745b,#4f4e3c);
  background: -moz-linear-gradient(#78745b,#4f4e3c);
  background: linear-gradient(#78745b,#4f4e3c);
  padding: 15px;
}

.hotel-card__sticker {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: 'Azo Sans',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 2px 4px 0;
}

.hotel-card__sticker--fm {
  background-color: #3B981C;
  color: #FFF;
}

.hotel-card__sticker--lm {
  background-color: #D52300;
  color: #FFF;
}

.hotel-card__sticker--note {
  background-color: #D52300;
  color: #FC0;
  top: 38px;
  font-size: 13px;
  padding: 0 4px;
}

.hotel-card__img {
  width: 100%;
}

.hotel-card__hotel-rating {
  color: #889e1f;
}

.hotel-card__title {
  font-size: 10.88px;
  font-size: .68rem;
  margin-top: 15px;
}

.hotel-card__title a {
  color: #000;
}

.hotel-card__location {
  color: #888;
  font-size: 10.88px;
  font-size: .68rem;
}

.hotel-card__details-term {
  color: #fff;
  font-size: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bab8a0;
}

.hotel-card__details__left,
.hotel-card__details__right {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}

.hotel-card__details__left {
  width: 55%;
}

.hotel-card__details__right {
  width: 45%;
}

.hotel-card__details-date {
  color: #e4e4d3;
  font-weight: 700;
}

.hotel-card__details-days,
.hotel-card__details-price {
  color: #b1cb38;
  font-weight: 700;
}

.hotel-card__details-price {
  font-size: 15px;
  font-size: .9375rem;
  text-align: right;
}

.hotel-card__details-price--surcharges {
  font-size: 11px;
  text-align: right;
  color: #bab8a0;
}

.hotel-card__details-price--surcharges__value {
  color: #b1cb38;
}

.hotel-card__details-other {
  display: block;
  text-align: left;
  width: 100%;
  margin: 5px auto 3px;
  color: #bab8a0;
  font-size: 11.52px;
  font-size: .72rem;
}

.hotel-card__details-other--hu {
  height: 34px;
}

.hotel-card__order-btn {
  text-transform: uppercase;
  background: -webkit-linear-gradient(#b6ce42,#a1bd1a);
  background: -o-linear-gradient(#b6ce42,#a1bd1a);
  background: -moz-linear-gradient(#b6ce42,#a1bd1a);
  background: linear-gradient(#b6ce42,#a1bd1a);
  color: #204610;
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  padding: 4px 0 0;
}

.news__title,
.result__bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hotel-card__order-btn:active,
.hotel-card__order-btn:focus,
.hotel-card__order-btn:hover {
  text-decoration: none;
}

.hotel-cards-container {
  background-color: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 1px;
}

.news-bar,
.sort-cards {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.hotel-cards {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.hotel-card-container {
  flex-grow: 1;
  padding: 0;
  float: left;
  width: 33.333%;
}

@media (max-width:479px) {
  .hotel-card-container {
    width: 100%;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .hotel-card-container {
    width: 50%;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hotel-card-container {
    width: 50%;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hotel-card-container {
    width: 33.33333333%;
  }
}

@media (min-width:1200px) {
  .hotel-card-container {
    width: 33.33333333%;
  }
}

.news-bar {
  margin-top: 16px;
  position: relative;
  background: -webkit-linear-gradient(#e4e4d3,#a3a087);
  background: -o-linear-gradient(#e4e4d3,#a3a087);
  background: -moz-linear-gradient(#e4e4d3,#a3a087);
  background: linear-gradient(#e4e4d3,#a3a087);
  border-radius: 4px;
}

.news__title {
  text-transform: uppercase;
  color: #eee7af;
  background-color: #4d4839;
  padding: 5px 15px;
  font-size: 13px;
  font-size: .8125rem;
  position: relative;
  top: 1px;
}

.news__item {
  padding: 15px 15px 0;
}

.news__item-title {
  font-size: 16px;
  font-size: 1rem;
  color: #4d4839;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.news__item-text {
  font-size: 13px;
  font-size: .8125rem;
  color: #4d4839;
  line-height: 1.2em;
  display: block;
}

.sort-card__item,
.sort-cards__pagination,
.sort-cards__text {
  line-height: 2.8em;
  color: #4f4e3c;
}

.news__item-text a {
  float: left;
  margin: 5px;
  vertical-align: top;
}

.news__more {
  text-align: right;
  padding-right: 30px;
  font-size: 13px;
  font-size: .8125rem;
  padding-bottom: 15px;
}

.news__more a {
  color: #4d4839;
  text-decoration: underline;
}

.news__item-img {
  float: left;
  vertical-align: middle;
  margin: 0 7.5px 7.5px 0;
}

.news__row {
  margin: 0;
}

.news__col {
  padding: 0;
  border-right: 1px solid #bab8a0;
}

.news__col:last-child {
  border-right: none;
}

.sort-cards {
  background: #f4f2e6;
  border-radius: 4px;
  padding: 0 15px;
  margin: 16px;
}

.fs-countries,
.fs-countries__inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.sort-cards__text {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.sort-cards__items {
  display: inline-block;
  font-size: 0;
  padding-top: 4px;
}

.sort-card__item {
  font-size: 14px;
  font-size: .875rem;
  text-decoration: underline;
  padding: 0 4px;
  margin: 6px 0;
  border-right: 1px solid #4f4e3c;
}

.sort-card__item:active,
.sort-card__item:focus,
.sort-card__item:hover {
  text-decoration: none;
}

.sort-card__item--sort-asc {
  text-decoration: none;
  font-weight: 700;
}

.sort-card__item--sort-asc:before {
  content: "▲";
}

.sort-card__item--sort-desc {
  text-decoration: none;
  font-weight: 700;
}

.sort-card__item--sort-desc:before {
  content: "▼";
}

.sort-cards__pagination {
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
}

.sort-cards__pagination a {
  color: #4f4e3c;
  text-decoration: none;
}

.fs-countries {
  background-color: #4d4839;
  border-radius: 4px;
  margin-bottom: 15px;
}

.fs-countries__title {
  background-color: #4e483a;
  color: #eee7af;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.fs-countries__list {
  list-style-type: none;
  margin: 0;
  text-align: right;
}

.fs-countries__inner {
  background-color: #4e483a;
  padding: 15px;
  border-radius: 4px;
}

.fs-countries__item,
.fs-countries__item a {
  text-transform: uppercase;
  color: #eee7af;
  cursor: pointer;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.5em;
}

.fs-countries__item a:active,
.fs-countries__item a:focus,
.fs-countries__item a:hover,
.fs-countries__item:active,
.fs-countries__item:focus,
.fs-countries__item:hover {
  color: #fff;
}

.fs-countries__item a::after,
.fs-countries__item a:after {
  content: ' »';
}

.fs-countries__item--selected a,
.fs-countries__item--special a {
  color: #889e1f;
}

.newsletter {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-linear-gradient(#e4e4d3,#a3a087);
  background: -o-linear-gradient(#e4e4d3,#a3a087);
  background: -moz-linear-gradient(#e4e4d3,#a3a087);
  background: linear-gradient(#e4e4d3,#a3a087);
  margin-top: 15px;
  margin-bottom: 15px;
}

.newsletter .horizontal-separator {
  height: 1px;
  border: 0;
  background-color: rgba(0,0,0,.2);
  width: 80%;
  margin: 15px auto;
}

.newsletter__title {
  background: url(/buxus/assets/images/newsletter.png) top 10px left 10px no-repeat;
  padding: 15px 15px 0 75px;
  text-transform: uppercase;
  font-weight: 400;
  color: #4d4839;
}

.newsletter__title-nuf {
  color: #889e1f;
}

.newsletter__form {
  text-align: center;
  padding-bottom: 15px;
}

.newsletter__input {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 12px;
  font-size: .75rem;
  padding: 5px;
  margin-bottom: 8px;
  width: 80%;
}

.newsletter__label {
  font-weight: 400;
  font-size: 12px;
  font-size: .75rem;
}

.newsletter__personal-data {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  color: #4d4839;
}

.newsletter__personal-data input[type=checkbox] {
  position: relative;
  top: 3px;
  margin-right: 7.5px;
}

.newsletter__submit {
  width: 60%;
  font-size: 12px;
  font-size: .75rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-linear-gradient(#77745a,#52503f);
  background: -o-linear-gradient(#77745a,#52503f);
  background: -moz-linear-gradient(#77745a,#52503f);
  background: linear-gradient(#77745a,#52503f);
  color: #eee7af;
  text-align: center;
  border: 0;
  margin: 0 auto;
  padding: 7.5px;
}

.video-gallery {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.video-gallery__title {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-linear-gradient(#77745a,#52503f);
  background: -o-linear-gradient(#77745a,#52503f);
  background: -moz-linear-gradient(#77745a,#52503f);
  background: linear-gradient(#77745a,#52503f);
  color: #eee7af;
  padding: 7.5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem;
  margin-bottom: 5px;
}

.article-area--gradient,
.facet {
  background: -webkit-linear-gradient(white,#e4e4d3);
}

.facet,
.facet__title,
.video-gallery__items {
  padding: 15px;
}

.video-gallery__item {
  margin: -15px;
}

.video-gallery__item img {
  width: 100%;
}

.video-gallery__link {
  display: block;
}

.facet {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -o-linear-gradient(white,#e4e4d3);
  background: -moz-linear-gradient(white,#e4e4d3);
  background: linear-gradient(white,#e4e4d3);
  margin-bottom: 15px;
}

.facet label {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  color: #000;
}

.facet .vybaveni label,
.filter-destinace label {
  font-weight: 400;
}

.facet .vybaveni label::after,
.facet .vybaveni label:after {
  content: '';
}

.facet input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-right: 7.5px;
}

.facet input[type=text],
.facet select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-size: .75rem;
  border: 1px solid #52503f;
  background-color: #fff;
  width: 100%;
  margin-bottom: 7.5px;
}

.article-text-area__readmore,
.facet__title {
  text-align: center;
  border-bottom: 1px solid #bab8a0;
}

.facet .facet-extended {
  display: none;
}

.facet__title {
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
}

.label--checkbox {
  font-weight: 400!important;
}

.label--checkbox::after,
.label--checkbox:after {
  content: none!important;
}

.facet__send {
  background: -webkit-linear-gradient(#aec446,#83991b);
  background: -o-linear-gradient(#aec446,#83991b);
  background: -moz-linear-gradient(#aec446,#83991b);
  background: linear-gradient(#aec446,#83991b);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 7.5px 30px;
  margin: 15px auto;
  border: 0;
  display: inline-block;
}

.facet__extended {
  font-size: 12px;
  font-size: .75rem;
  color: #000;
  text-decoration: none;
}

.facet__extended:active,
.facet__extended:focus,
.facet__extended:hover {
  text-decoration: underline;
}

.facet .btn-group {
  display: block;
}

.facet .multiselect {
  margin-bottom: 8px;
  cursor: default;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: none;
  border: 1px solid #52503f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
  text-align: left;
  padding: 0 4px;
}

.facet .multiselect .caret {
  position: absolute;
  right: 13px;
  top: 0;
  border: none;
  color: #000;
}

.facet .multiselect .caret:before {
  font-size: 9px;
  content: '▼';
}

.facet .multiselect-container {
  width: 100%;
  margin-top: 19px;
  border: 1px solid #52503f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.owl-carousel--main,
.quick-selection__tab {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.facet .multiselect-container label {
  padding: 0 20px 0 40px;
}

.facet .multiselect-container li.active label {
  color: #fff;
}

.filter-oblast {
  display: none;
  margin-left: 16px;
}

.filter-oblast--open-on-init {
  display: block;
}

.owl-carousel--main {
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  width: 847px;
  max-width: 100%;
}

.owl-carousel--main .item img {
  width: 100%;
  max-height: 350px;
}

.owl-carousel--main .item .title {
  color: #52503f;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.owl-carousel--main .item .text {
  font-size: 12px;
  font-size: .75rem;
  color: #bab8a0;
}

.owl-carousel--main .item .text3 {
  color: #889e1f;
  font-weight: 700;
}

.owl-carousel--main .item .text4 {
  color: #ff2f07;
  font-weight: 700;
}

.owl-carousel--main .item .text5 {
  color: #52503f;
}

.owl-carousel--main .owl-dots {
  position: absolute;
  right: 30px;
  z-index: 9999;
}

@media (min-width:768px) and (max-width:991px) {
  .owl-carousel--main .owl-dots {
    top: 180px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .owl-carousel--main .owl-dots {
    top: 250px;
  }
}

@media (min-width:1200px) {
  .owl-carousel--main .owl-dots {
    top: 300px;
  }
}

.owl-carousel--main .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: .25em .67em!important;
  background-color: #fff;
  color: #00415a;
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  margin-left: 7.5px;
  font-weight: 700;
}

.owl-carousel--main .owl-dots .owl-dot.active {
  color: #fff;
  background-color: #52503f;
}

.quick-selection__tab {
  margin: 0 -15px;
  min-height: 50px;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 4px;
}

.quick-selection__tab a {
  color: #fff;
}

.quick-selection__tab-parent {
  width: 33.333333333%;
  text-align: center;
  padding: 5px;
}

.quick-selection__tab-parent.passive {
  background: 0 0!important;
}

.quick-selection__tab-parent.active {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

@media (max-width:479px) {
  .owl-carousel--main .owl-dots {
    position: static;
    text-align: center;
  }

  .quick-selection__tab-parent {
    width: 100%;
    display: block;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .quick-selection__tab-parent {
    width: 100%;
    display: block;
  }

  .quick-selection__controls select {
    width: 49%;
  }
}

.quick-selection__controls {
  padding: 4px 15px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.quick-selection__controls.right-top-round {
  border-top-left-radius: 0;
}

.quick-selection__controls.left-top-round {
  border-top-right-radius: 0;
}

.quick-selection__controls select {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 6px;
  max-width: 13%;
}

.quick-selection__controls input[type=submit] {
  padding: 6px;
  max-width: 15%;
  border: none;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width:479px) {
  .quick-selection__controls select {
    width: 49%;
  }

  .quick-selection__controls input[type=submit] {
    width: 98%;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .quick-selection__controls input[type=submit] {
    width: 98%;
  }
}

.quick-selection {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.quick-selection__title {
  color: #4f4e3c;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  padding: 6px 0;
}

.quick-selection__tab {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.quick-selection__tab label {
  height: 100%;
  width: 100%;
}

.quick-selection__tab input[type=radio] {
  position: absolute;
  left: -9999px;
}

@media (max-width:479px) {
  .quick-selection__tab {
    padding: 15px;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .quick-selection__tab {
    padding: 15px;
  }
}

.article-area {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4d3;
  padding: 30px;
}

@media (max-width:479px) {
  .article-area {
    padding: 15px 7.5px;
  }
}

.article-area--gradient {
  background: -o-linear-gradient(white,#e4e4d3);
  background: -moz-linear-gradient(white,#e4e4d3);
  background: linear-gradient(white,#e4e4d3);
}

.article-title,
.hotel-title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4d4839;
  text-transform: uppercase;
}

.hotel-title {
  display: inline-block;
}

.hotel-title__hotel-rating {
  color: #889e1f;
  font-size: 24px;
}

.article-breadcrumbs {
  font-size: 12px;
  font-size: .75rem;
  color: #4d4839;
  margin-bottom: 7.5px;
}

.article-text-area {
  margin: 30px -15px 0;
  background-color: #fff;
  padding: 15px;
  color: #4d4839;
  font-size: 12.8px;
  font-size: .8rem;
}

.article-text-area h4 {
  margin: 20px 0;
}

.article-text-area iframe,
.article-text-area img,
.article-text-area table {
  max-width: 100%!important;
}

.article-text-area .result__image {
  max-width: 200px!important;
}

.article-text-area__readmore {
  margin-top: 8px;
  padding: 4px;
  width: 100%;
  background: -webkit-linear-gradient(white,#e4e4d3);
  background: -o-linear-gradient(white,#e4e4d3);
  background: -moz-linear-gradient(white,#e4e4d3);
  background: linear-gradient(white,#e4e4d3);
}

.article-sections {
  margin-top: 15px;
}

.article-gallery {
  margin-top: 16px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  padding: 16px;
}

.base-form,
.pc__form,
.price-calculation__box {
  -webkit-border-radius: 4px;
}

.article-gallery img {
  max-height: 120px;
}

.base-form {
  margin-top: 15px;
  background-color: #b6c863;
  padding: 15px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.base-form hr {
  height: 0;
  border-top: 1px solid #84933D;
  border-bottom: 1px solid #D3E485;
}

.base-form label {
  font-size: 12px;
  font-size: .75rem;
  color: #4d4839;
  font-weight: 400;
}

.base-form label::after,
.base-form label:after {
  content: ':';
}

.base-form input,
.base-form select,
.base-form textarea {
  font-size: 12px;
  font-size: .75rem;
  max-width: 100%;
}

.base-form input {
  margin: 7.5px 0;
}

.base-form--white {
  background-color: #fff;
}

.base-form--white hr {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #F6F6F6;
}

.price-calculation__sleva label {
  margin: 0;
}

.price-calculation__sleva label:after {
  content: "";
}

.pc__form {
  background-color: #b6c863;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pc__form hr {
  height: 0;
  border-top: 1px solid #84933D;
  border-bottom: 1px solid #D3E485;
}

.price-calculation__room {
  display: block;
  width: 100%;
  background-color: #e3edb4;
  text-align: left;
  color: #000;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 6px 0;
  outline: 0;
}

.base-form__title {
  font-size: 17.92px;
  font-size: 1.12rem;
  color: #4d4839;
  padding-top: 7.5px;
}

.price-calculation__table-title {
  background-color: #e3edb4;
  color: #000;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 15px 0;
  padding: 7.5px;
}

.price-calculation__table {
  width: 100%;
  font-size: 10.88px;
  font-size: .68rem;
  font-weight: 400;
  border-spacing: 2px;
  border-collapse: separate;
}

.price-calculation__table td,
.price-calculation__table th {
  padding: 3.75px 7.5px;
  background-color: #f2f7d8;
}

.price-calculation__table th {
  background-color: #889e1f;
  color: #fff;
  font-weight: 700;
}

.price-calculation__table th.pct__col-item {
  text-align: left;
}

.price-calculation__table th.pct__col-amount,
.price-calculation__table th.pct__col-price,
.price-calculation__table th.pct__col-total {
  text-align: center;
}

.price-calculation__table td.pct__col-item {
  text-align: left;
}

.price-calculation__table td.pct__col-price {
  text-align: right;
}

.price-calculation__table td.pct__col-amount,
.search-pagination {
  text-align: center;
}

.price-calculation__table td.pct__col-total {
  text-align: right;
}

.pct__col-item {
  width: 50%;
}

.pct__col-price {
  width: 20%;
}

.pct__col-amount {
  width: 10%;
}

.pct__col-total {
  width: 20%;
}

.pct__title {
  font-weight: 700;
  background-color: #e3edb4!important;
  color: #000;
}

.pct__row-total td,
.pct__row-total th {
  text-align: right;
  font-weight: 700;
}

.pct__lm {
  color: #FF2F07;
  font-weight: 700;
  font-size: 10px;
}

.price-calculation__error {
  color: #ff2f07;
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
  padding: 0;
  margin: 4px 0;
}

.price-calculation__box {
  margin-top: 15px;
  background-color: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}

.price-calculation__box p {
  font-size: 12px;
  font-size: .75rem;
  color: #4d4839;
}

.price-calculation__box label {
  font-weight: 400;
  font-size: 12px;
}

.price-calculation__box label.required {
  font-weight: 700;
}

.price-calculation__box .has-error input,
.price-calculation__box .has-error select,
.price-calculation__box .has-error textarea {
  border: 1px solid red;
}

.price-calculation__box .has-error label {
  color: red;
}

.price-calculation__box input[type=text],
.price-calculation__box select,
.price-calculation__box textarea {
  width: 100%;
  margin-bottom: 8px;
}

.pc__calculation__box-title {
  color: #4d4839;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}

.pct__total-price-label {
  color: #000;
}

.pct__total-price {
  color: #53620a;
  font-size: 16px;
  font-weight: 700;
}

.pct__price-original {
  margin-left: 32px;
}

.gray-button,
.green-button {
  padding: 7.5px 22.5px;
  margin: 15px auto!important;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.pct__price-discount {
  color: #ff7e00;
}

.green-button {
  font-size: 13px;
  font-size: .8125rem;
  color: #fff;
  border: 1px solid #fff;
  background: -webkit-linear-gradient(#aec446,#83991b);
  background: -o-linear-gradient(#aec446,#83991b);
  background: -moz-linear-gradient(#aec446,#83991b);
  background: linear-gradient(#aec446,#83991b);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.green-button:active,
.green-button:focus,
.green-button:hover {
  background: -webkit-linear-gradient(#90a334,#5e6e13);
  background: -o-linear-gradient(#90a334,#5e6e13);
  background: -moz-linear-gradient(#90a334,#5e6e13);
  background: linear-gradient(#90a334,#5e6e13);
  color: #fff;
  text-decoration: none;
}

.gray-button {
  font-size: 13px;
  font-size: .8125rem;
  color: #fff;
  border: 1px solid #fff;
  background: -webkit-linear-gradient(#77745A,#504E3E);
  background: -o-linear-gradient(#77745A,#504E3E);
  background: -moz-linear-gradient(#77745A,#504E3E);
  background: linear-gradient(#77745A,#504E3E);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.gray-button:active,
.gray-button:focus,
.gray-button:hover {
  background: -webkit-linear-gradient(#5a5844,#333228);
  background: -o-linear-gradient(#5a5844,#333228);
  background: -moz-linear-gradient(#5a5844,#333228);
  background: linear-gradient(#5a5844,#333228);
  color: #fff;
  text-decoration: none;
}

.search-results {
  margin-top: 15px;
}

.search-results--no-results {
  color: red;
}

.search-pagination__item {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #00415a;
  font-weight: 700;
  box-shadow: inset 0 0 1em #eee;
  border: 1px solid #d5d5d5;
  font-size: 12px;
  font-size: .75rem;
  padding: 3px 8px;
}

.search-pagination__item:active,
.search-pagination__item:focus,
.search-pagination__item:hover {
  color: #00415a;
  text-decoration: underline;
}

.search-pagination__item--active {
  background-color: #4e483a;
  color: #fff;
  box-shadow: none;
  border: 1px solid #4e483a;
}

.search-pagination__item--active:active,
.search-pagination__item--active:focus,
.search-pagination__item--active:hover {
  color: #fff;
}

.result {
  margin: 15px 0;
}

.result__top {
  padding: 4px 15px;
  background: -webkit-linear-gradient(#fff,#e4e4d3);
  background: -o-linear-gradient(#fff,#e4e4d3);
  background: -moz-linear-gradient(#fff,#e4e4d3);
  background: linear-gradient(#fff,#e4e4d3);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.result__image {
  float: left;
  margin-right: 15px;
  margin-top: 12px;
}

@media (max-width:1200px) {
  .result__image {
    max-width: 100%;
  }
}

.result__info {
  float: left;
  width: 100%;
}

.result__title {
  color: #000;
  font-size: 17.92px;
  text-transform: uppercase;
}

.result__rating {
  text-align: right;
  font-weight: 700;
  color: #52503f;
}

.result__rating--detail {
  display: inline-block;
  margin-left: 24px;
}

.result__rating-box {
  display: inline-block;
  background: #085895;
  color: #FFF;
  font-weight: 700;
  padding: 6px 8px;
  font-size: 18px;
}

.result__description {
  margin-top: 8px;
  font-size: 12px;
}

.result__short-description {
  margin: 0;
  line-height: 1rem;
  height: 3rem;
  overflow: hidden;
}

.result__breadcrumbs {
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  color: #085895;
}

.result__breadcrumbs a {
  color: #085895;
  text-decoration: none;
}

.result__breadcrumbs a:active,
.result__breadcrumbs a:focus,
.result__breadcrumbs a:hover {
  text-decoration: underline;
}

.result__bottom {
  color: #eee7af;
  font-size: 12px;
  font-size: .75rem;
  background: -webkit-linear-gradient(#77745a,#52503f);
  background: -o-linear-gradient(#77745a,#52503f);
  background: -moz-linear-gradient(#77745a,#52503f);
  background: linear-gradient(#77745a,#52503f);
  padding: 7.5px 15px;
  min-height: 60px;
}

.see-more,
.see-more__link {
  display: block;
  background-color: #DADACA;
}

.result__highlight {
  color: #b1cb38;
}

.result__price {
  position: absolute;
  top: -4px;
  right: 15px;
  font-size: 12px;
  font-size: .75rem;
  color: #eee7af;
  text-align: right;
}

@media (max-width:479px) {
  .result__price {
    position: static;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .result__price {
    position: static;
  }
}

.result__price-value {
  color: #b1cb38;
  font-size: 21.76px;
  font-size: 1.36rem;
}

.result__price-value--surcharges {
  color: #eee7af;
  font-size: 13px;
  padding-right: 8px;
}

.result__price-value--surcharges__value {
  font-size: 14px;
  color: #b1cb38;
}

.see-more {
  margin: 8px 0 16px;
  text-align: center;
  font-size: 12px;
  font-size: .75rem;
  color: #4d4839;
  position: relative;
  height: 10px;
  border-bottom: 1px solid #bab8a0;
}

.see-more__link {
  width: 30%;
  position: absolute;
  left: 35%;
  top: 9px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #bab8a0;
  border-top: 0;
}

.hotel-info__table {
  font-size: 13px;
  font-size: .8125rem;
  width: 100%;
}

.hotel-info__table .hotel-info__line-under {
  border-bottom: 1px solid #ccc;
}

.hotel-info__table .pull-left {
  text-align: left;
  font-weight: 700;
  color: #4d4839;
  margin: 3px;
}

.hotel-info__table .pull-right {
  font-weight: 700;
  color: #889e1f;
  display: inline-block;
  margin: 3px;
}

.hotel-info__table .pull-right p {
  margin: 0;
}

.hotel-info__img {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width:991px) {
  .aeolus-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    visibility: visible!important;
  }
}

.aeolus-toggle {
  padding: 16px 16px 0;
  margin: 0;
}

.aeolus-toggle .fa {
  color: #FFF;
}

@media (max-width:992px) {
  .aeolus-toggle {
    display: inline-block!important;
  }
}

.favourite-toggle {
  color: #eee7af;
  font-size: 13px;
}

.favourite-toggle:hover {
  color: #889e1f;
}

.favourite-toggle:focus {
  color: #eee7af;
  text-decoration: none;
}

.favourite-toggle--black {
  padding: 5px;
}

.favourite-toggle--black a {
  color: #4d4839;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.favourite-toggle--black a:focus {
  color: #4d4839;
}

.terms {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  margin-bottom: 15px;
}

.terms__title {
  font-size: 16px;
  text-align: center;
  padding: 8px!important;
  color: #4d4839;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
}

.terms__item-price,
.terms__note {
  text-align: right;
}

.terms__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 800px;
  overflow-y: auto;
}

.terms__item {
  margin: 0;
  padding: 8px;
}

.terms__item a {
  color: #4d4839;
  text-decoration: none;
  font-size: 12px;
}

.terms__item--lm a,
.terms__note {
  color: #FF2F07;
  font-weight: 700;
}

.terms__item--active,
.terms__item:hover {
  background: #DEDEDE;
}

.terms__item-table {
  width: 100%;
}

.internal-zajezd__image,
.internal-zajezd__title {
  width: 235px;
  max-width: 100%;
}

.terms__note {
  padding: 8px;
  font-size: 12px;
}

.r-tabs {
  border: none;
  background: 0 0;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4d4839;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: -webkit-linear-gradient(#aec446,#83991b);
  background: -o-linear-gradient(#aec446,#83991b);
  background: -moz-linear-gradient(#aec446,#83991b);
  background: linear-gradient(#aec446,#83991b);
  color: #fff;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4d4839;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
  color: #fff;
  content: '▼';
  float: right;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background: -webkit-linear-gradient(#aec446,#83991b);
  background: -o-linear-gradient(#aec446,#83991b);
  background: -moz-linear-gradient(#aec446,#83991b);
  background: linear-gradient(#aec446,#83991b);
  color: #fff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
  color: #fff;
  content: '▲';
  float: right;
}

.r-tabs .r-tabs-panel {
  padding: 15px 0;
}

.internal-zajezd {
  padding: 32px 0;
  border-bottom: 1px solid #EDF0F5;
}

.internal-zajezd:last-child {
  border-bottom: none;
}

.internal-zajezd__head {
  z-index: 2;
}

.internal-zajezd__title {
  text-align: center;
  background: #F0F2F7;
  padding: 16px 0;
}

.internal-zajezd__title a {
  text-transform: uppercase;
  color: #6A6A6A;
  font-weight: 700;
}

.internal-zajezd__title a:hover {
  text-decoration: none;
}

.internal-zajezd__image img {
  max-width: 100%;
}

.internal-zajezd__annotation {
  color: #6A6A6A;
  padding: 8px 8px 8px 0;
  font-size: 13px;
}

.catalog__tabs {
  margin-top: 24px;
  display: none;
}

.catalog__tabs.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0;
  background: #EEFAE4;
}

.destinace-mapa__href,
.owl-carousel--hotel-gallery,
.youtube__href {
  margin-bottom: 12px;
}

.catalog__tabs.r-tabs .r-tabs-nav .r-tabs-tab a {
  background: #EEFAE4;
  color: #33740A;
  font-weight: 100;
}

.catalog__tabs.r-tabs .r-tabs-nav .r-tabs-tab.r-tabs-state-active,
.catalog__tabs.r-tabs .r-tabs-nav .r-tabs-tab.r-tabs-state-active a {
  background: #FFF;
}

.loader {
  width: 100%;
  text-align: center;
}

.qs-form {
  display: none;
}

.qs-form .chosen-container {
  min-width: 116px;
  padding: 2px!important;
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
}

.qs-form .chosen-container .chosen-choices {
  padding: 2px!important;
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
}

.internal-zajezd-banner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.internal-zajezd-banner__image {
  padding: 16px;
  max-width: 100%;
}

.internal-zajezd-banner__text {
  padding: 0 16px 16px;
}

.youtube__href {
  text-align: center;
  display: block;
}

.youtube__img {
  width: 100%;
  height: 100%;
}

.youtube__icon {
  margin-top: -72px;
  height: 36px;
  color: #c00;
}

.youtube__iframebox {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube__iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.destinace-mapa__href {
  display: block;
}

.destinace-mapa__img {
  width: 100%;
  height: 250px;
}

.termin-filter {
  font-size: 12.8px;
  font-size: .8rem;
  padding: 8px;
  color: #4d4839;
}

.termin-filter ul {
  list-style-type: none;
  padding-left: 0;
}

.termin-filter ul li a {
  padding-left: 20px;
  color: #000;
  text-decoration: none;
  display: block;
}

.termin-filter ul li a.filter-active,
.termin-filter ul li a:hover {
  background-color: #DEDEDE;
}

.termin-filter .filter-doprava li {
  display: inline-block;
  padding: 2px;
}

.termin-filter .filter-doprava li a {
  width: 22px;
  text-align: center;
  font-size: 14px;
  display: block;
  color: #4d4839;
}

.green {
  color: #889e1f;
}

.online-order__info {
  font-size: 12.8px;
  font-size: .8rem;
}

.rooming__table,
.transport__table {
  border: none;
  width: 100%;
  table-layout: fixed;
}

.rooming__table td,
.transport__table td {
  padding: 0 2px;
}

.rooming__header {
  font-size: 32px;
  padding-bottom: 16px;
}

.rooming__hotel {
  text-align: center;
  border: 2px solid #000;
}

.rooming__note {
  color: #C00;
}

.rooming__delimiter {
  border-bottom: 1px solid #000;
  padding: 8px 0;
}

.rooming__col1 {
  width: 5%;
}

.rooming__col2 {
  width: 24%;
}

.rooming__col3 {
  width: 35%;
}

.rooming__col4 {
  width: 11%;
}

.rooming__col5 {
  width: 12%;
}

.rooming__col6 {
  width: 13%;
}

.transport__table__col1 {
  width: 5%;
}

.transport__table__col2 {
  width: 7%;
}

.transport__table__col3 {
  width: 12%;
}

.transport__table__col4 {
  width: 5%;
}

.transport__table__col5,
.transport__table__col6 {
  width: 20%;
}

.transport__table__col7,
.transport__table__col8 {
  width: 15%;
}

@media print {
  body {
    background: 0 0;
  }

  .print-hidden {
    display: none;
  }

  .IMS_fixChatBox {
    display: none!important;
  }

  table {
    border: 1px solid #000;
  }

  .rooming__table,
  .transport__table {
    font-size: 12px;
  }
}

.passengers-form-error input {
  border: 1px solid #c00;
}

.filter .filter__content .filter__group__item label,
.filter .filter__content .filter__send,
.filter .filter__title {
  font-weight: 400;
  font-family: 'Work Sans',sans-serif;
}

.filter .filter__title {
  text-align: center;
  background-color: silver;
  color: #000;
  padding: 18px;
  border-radius: 4px 4px 0 0;
  border: 1px solid silver;
  font-size: 16px;
}

.filter .filter__title:first-letter {
  text-transform: uppercase;
}

.filter .filter__content {
  padding: 0 18px 18px;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
  border: 1px solid #F8F8F8;
}

.filter .filter__content .filter__send {
  background-color: silver;
  border: 1px solid silver;
  border-radius: 4px;
  width: 100%;
  display: block;
  color: #000;
  padding: 16px;
  margin-top: 16px;
}

.filter .filter__content .filter__group {
  border: 1px solid #bebebe;
  border-radius: 4px;
  background-color: #FFF;
  padding: 2px;
}

.filter .filter__content .filter__group.filter-destinace {
  text-transform: uppercase;
}

.filter .filter__content .filter__group label {
  color: #555;
}

.filter .filter__content .filter__group .fa {
  color: #000;
  margin-right: 8px;
}

.filter .filter__content .filter__group__item {
  padding: 2px 4px 0;
  border-bottom: 1px solid #EAE8E5;
}

.filter .filter__content .filter__group__item label {
  margin-top: 0;
  font-size: 13px;
  color: #555;
}

.filter .filter__content .filter__group__item:last-child {
  border-bottom: none;
}

.filter .filter__content input[type=text] {
  width: 100%;
  border: 1px solid #bebebe;
  padding: 4px;
  border-radius: 4px;
  font-size: 13px;
}

.filter .filter__content input[type=text].datepicker {
  background-image: url(/buxus/assets/images/icons/calendar.png?v=2);
  background-repeat: no-repeat;
  background-position: center right 8px;
}

.filter .filter__content select {
  padding: 4px;
  width: 100%;
  display: block;
  border: 1px solid #bebebe;
  border-radius: 4px;
  background-color: #FFF;
  font-size: 13px;
}

.filter .filter__content input[type=checkbox] {
  border: 1px solid #bebebe;
}

.filter .filter__content label {
  font-weight: 600;
  margin-top: 16px;
  font-size: 13px;
  font-family: 'Open Sans',sans-serif;
  color: #555;
}

.filter .filter__content .filter__extended {
  display: block;
  font-size: 13px;
  color: #333;
  text-decoration: underline;
  margin: 16px 0 0;
}

.filter .filter__content .filter-extended,
.filter .filter__content .select-checkbox-group--hidden {
  display: none;
}

.header-container {
  padding: 12px 15px 7px;
}

.hotline {
  padding-top: 8px;
  padding-left: 24px;
}

.dtab-cell--hotline-icon {
  width: 82px;
  padding-right: 10px;
}

.hotline__text {
  padding-top: 16px;
}

.top-menu {
  padding: 24px 0 16px;
}

.top-menu li {
  display: inline-block!important;
  padding: 0 12px;
  border-left: 1px solid #FFF;
  color: #FFF;
  font-size: 12px;
}

.top-menu li:first-child {
  border: none;
}

.top-menu li.no-sep {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.top-menu li a {
  color: #FFF;
  text-decoration: underline;
}

.icon.lang {
  margin-left: 10px;
}

.bookmarks__text {
  font-weight: 700;
}

.hotel-detail__share .hotel-detail__share__icon {
  display: inline-block;
  margin-left: 4px;
}

.readmore {
  overflow: hidden;
}

.btn-sm-suggest {
  background-color: silver;
  border: 1px solid silver;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0 3px 3px 0;
}

.suggest-box {
  width: 80%;
  float: left;
}

.suggest-input {
  border-radius: 3px 0 0 3px!important;
}

.suggest-items {
  background-color: #fff;
  position: absolute;
  z-index: 100;
  padding: 0;
  top: 29px;
  width: 250px;
}

.megamenu__search .filter__content {
  width: 170px;
  margin: 16px 8px;
  background: 0 0;
  border: none;
  position: relative;
}

.suggest-input {
  border: 1px solid #BEBEBE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 3px 0 4px;
}

.btn-sm-suggest {
  position: absolute;
  right: -8px;
  top: 0;
}

.suggest-result__data {
  padding: 4px;
}

.suggest-result__title {
  padding: 8px 0;
  color: #2eb6fe;
}

.suggest-result__link {
  display: block;
  padding: 10px 2px;
}

#login-form table {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.top-nav {
  margin-left: 15px;
  margin-bottom: 15px;
}

.grafikon__header-table {
  width: 100%;
  table-layout: fixed;
}

.grafikon__header-table th {
  text-align: center;
  border: 1px solid #000;
  border-bottom-width: 2px;
  background: #e3e3e3;
}

.grafikon__header-table th.month {
  width: 80px;
  background: #fff;
}

.grafikon__header-table th.saturday {
  background: #9eb1ff;
}

.grafikon__header-table th.sunday {
  background: #6f7fc7;
}

.grafikon__main-table {
  width: 100%;
  table-layout: fixed;
}

.grafikon__main-table tr {
  height: 25px;
}

.grafikon__main-table tr.department-1 {
  background: #b6ff9e;
}

.grafikon__main-table tr.department-1 .link-day-btn {
  background: #8ae56c;
}

.grafikon__main-table tr.department-2 {
  background: #ffae9e;
}

.grafikon__main-table tr.department-2 .link-day-btn {
  background: #e5806c;
}

.grafikon__main-table tr:not(.editable) .link-day-btn {
  cursor: default;
}

.grafikon__main-table tr.editable .no-link {
  cursor: pointer;
}

.grafikon__main-table tr th {
  text-align: center;
  border: 1px solid #000;
  background: #e3e3e3;
}

.grafikon__main-table tr th.bus-spz-cell {
  width: 80px;
}

.grafikon__main-table tr td {
  background: 0 0;
  border: 1px solid #000;
}

.grafikon__main-table tr td .link-day-btn {
  font-size: 13px;
  padding: 0;
  border-radius: 0;
  height: 25px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.grafikon__main-table tr td.double-link .link-day-btn {
  width: 50%;
}

.grafikon__main-table tr td.double-link .link-day-btn:first-child {
  border-right: 1px #000 solid;
}

.grafikon__main-table tr td .popover {
  min-width: 430px;
}

.grafikon__main-table tr td .popover .popover-content table {
  width: 100%;
}

.grafikon__main-table tr td .popover .popover-content table th {
  width: 110px;
}

.grafikon__main-table tr td .popover .popover-content table td,
.grafikon__main-table tr td .popover .popover-content table th {
  padding-left: 5px;
  padding-right: 5px;
}

#grafikon__filter-form .bootstrap-col,
#grafikon__filter-form .input-group,
#grafikon__filter-form label,
#grafikon__filter-form select {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  display: table;
  border-collapse: separate;
  float: left;
}

#ui-datepicker-div {
  z-index: 1050!important;
  position: relative;
}

#grafikon__filter-form .input-group,
#grafikon__filter-form select {
  width: 180px;
}

#grafikon__filter-form label {
  margin-right: 10px;
}

#grafikon__filter-form .form-group {
  margin-left: 15px;
  margin-right: 0;
  float: left;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
  margin-left: 3px;
  position: absolute;
}