/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.searchmask .datepicker {
  border-radius: 4px;
  direction: ltr; }

.searchmask .datepicker-inline {
  width: 220px; }

.searchmask .datepicker.datepicker-rtl {
  direction: rtl; }

.searchmask .datepicker.datepicker-rtl table tr td span {
  float: right; }

.searchmask .datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.searchmask .datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.searchmask .datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.searchmask .datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.searchmask .datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.searchmask .datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.searchmask .datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.searchmask .datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.searchmask .datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.searchmask .datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.searchmask .datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.searchmask .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.searchmask .datepicker table tr td, .searchmask .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.searchmask .table-striped .datepicker table tr td, .searchmask .table-striped .datepicker table tr th {
  background-color: transparent; }

.searchmask .datepicker table tr td.old, .searchmask .datepicker table tr td.new {
  color: #777; }

.searchmask .datepicker table tr td.day:hover, .searchmask .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.searchmask .datepicker table tr td.disabled, .searchmask .datepicker table tr td.disabled:hover {
  background: none;
  color: #777;
  cursor: default; }

.searchmask .datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.searchmask .datepicker table tr td.highlighted:focus, .searchmask .datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.searchmask .datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.searchmask .datepicker table tr td.highlighted:active, .searchmask .datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.searchmask .datepicker table tr td.highlighted:active:hover, .searchmask .datepicker table tr td.highlighted.active:hover, .searchmask .datepicker table tr td.highlighted:active:focus, .searchmask .datepicker table tr td.highlighted.active:focus, .searchmask .datepicker table tr td.highlighted:active.focus, .searchmask .datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.searchmask .datepicker table tr td.highlighted.disabled:hover, .searchmask .datepicker table tr td.highlighted[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td.highlighted:hover, .searchmask .datepicker table tr td.highlighted.disabled:focus, .searchmask .datepicker table tr td.highlighted[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td.highlighted:focus, .searchmask .datepicker table tr td.highlighted.disabled.focus, .searchmask .datepicker table tr td.highlighted[disabled].focus, .searchmask fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.searchmask .datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.searchmask .datepicker table tr td.highlighted.disabled, .searchmask .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777; }

.searchmask .datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.searchmask .datepicker table tr td.today:focus, .searchmask .datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.searchmask .datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.searchmask .datepicker table tr td.today:active, .searchmask .datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.searchmask .datepicker table tr td.today:active:hover, .searchmask .datepicker table tr td.today.active:hover, .searchmask .datepicker table tr td.today:active:focus, .searchmask .datepicker table tr td.today.active:focus, .searchmask .datepicker table tr td.today:active.focus, .searchmask .datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.searchmask .datepicker table tr td.today.disabled:hover, .searchmask .datepicker table tr td.today[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td.today:hover, .searchmask .datepicker table tr td.today.disabled:focus, .searchmask .datepicker table tr td.today[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td.today:focus, .searchmask .datepicker table tr td.today.disabled.focus, .searchmask .datepicker table tr td.today[disabled].focus, .searchmask fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.searchmask .datepicker table tr td.today.focused {
  background: #ffc966; }

.searchmask .datepicker table tr td.today.disabled, .searchmask .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777; }

.searchmask .datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.searchmask .datepicker table tr td.range:focus, .searchmask .datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.searchmask .datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.searchmask .datepicker table tr td.range:active, .searchmask .datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.searchmask .datepicker table tr td.range:active:hover, .searchmask .datepicker table tr td.range.active:hover, .searchmask .datepicker table tr td.range:active:focus, .searchmask .datepicker table tr td.range.active:focus, .searchmask .datepicker table tr td.range:active.focus, .searchmask .datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.searchmask .datepicker table tr td.range.disabled:hover, .searchmask .datepicker table tr td.range[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td.range:hover, .searchmask .datepicker table tr td.range.disabled:focus, .searchmask .datepicker table tr td.range[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td.range:focus, .searchmask .datepicker table tr td.range.disabled.focus, .searchmask .datepicker table tr td.range[disabled].focus, .searchmask fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eee;
  border-color: #bbb; }

.searchmask .datepicker table tr td.range.focused {
  background: #d5d5d5; }

.searchmask .datepicker table tr td.range.disabled, .searchmask .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777; }

.searchmask .datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.searchmask .datepicker table tr td.range.highlighted:focus, .searchmask .datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.searchmask .datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.searchmask .datepicker table tr td.range.highlighted:active, .searchmask .datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.searchmask .datepicker table tr td.range.highlighted:active:hover, .searchmask .datepicker table tr td.range.highlighted.active:hover, .searchmask .datepicker table tr td.range.highlighted:active:focus, .searchmask .datepicker table tr td.range.highlighted.active:focus, .searchmask .datepicker table tr td.range.highlighted:active.focus, .searchmask .datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.searchmask .datepicker table tr td.range.highlighted.disabled:hover, .searchmask .datepicker table tr td.range.highlighted[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td.range.highlighted:hover, .searchmask .datepicker table tr td.range.highlighted.disabled:focus, .searchmask .datepicker table tr td.range.highlighted[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td.range.highlighted:focus, .searchmask .datepicker table tr td.range.highlighted.disabled.focus, .searchmask .datepicker table tr td.range.highlighted[disabled].focus, .searchmask fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.searchmask .datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.searchmask .datepicker table tr td.range.highlighted.disabled, .searchmask .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777; }

.searchmask .datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.searchmask .datepicker table tr td.range.today:focus, .searchmask .datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.searchmask .datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.searchmask .datepicker table tr td.range.today:active, .searchmask .datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.searchmask .datepicker table tr td.range.today:active:hover, .searchmask .datepicker table tr td.range.today.active:hover, .searchmask .datepicker table tr td.range.today:active:focus, .searchmask .datepicker table tr td.range.today.active:focus, .searchmask .datepicker table tr td.range.today:active.focus, .searchmask .datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.searchmask .datepicker table tr td.range.today.disabled:hover, .searchmask .datepicker table tr td.range.today[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td.range.today:hover, .searchmask .datepicker table tr td.range.today.disabled:focus, .searchmask .datepicker table tr td.range.today[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td.range.today:focus, .searchmask .datepicker table tr td.range.today.disabled.focus, .searchmask .datepicker table tr td.range.today[disabled].focus, .searchmask fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.searchmask .datepicker table tr td.range.today.disabled, .searchmask .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777; }

.searchmask .datepicker table tr td.selected, .searchmask .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.searchmask .datepicker table tr td.selected:focus, .searchmask .datepicker table tr td.selected.highlighted:focus, .searchmask .datepicker table tr td.selected.focus, .searchmask .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.searchmask .datepicker table tr td.selected:hover, .searchmask .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.searchmask .datepicker table tr td.selected:active, .searchmask .datepicker table tr td.selected.highlighted:active, .searchmask .datepicker table tr td.selected.active, .searchmask .datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.searchmask .datepicker table tr td.selected:active:hover, .searchmask .datepicker table tr td.selected.highlighted:active:hover, .searchmask .datepicker table tr td.selected.active:hover, .searchmask .datepicker table tr td.selected.highlighted.active:hover, .searchmask .datepicker table tr td.selected:active:focus, .searchmask .datepicker table tr td.selected.highlighted:active:focus, .searchmask .datepicker table tr td.selected.active:focus, .searchmask .datepicker table tr td.selected.highlighted.active:focus, .searchmask .datepicker table tr td.selected:active.focus, .searchmask .datepicker table tr td.selected.highlighted:active.focus, .searchmask .datepicker table tr td.selected.active.focus, .searchmask .datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.searchmask .datepicker table tr td.selected.disabled:hover, .searchmask .datepicker table tr td.selected.highlighted.disabled:hover, .searchmask .datepicker table tr td.selected[disabled]:hover, .searchmask .datepicker table tr td.selected.highlighted[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td.selected:hover, .searchmask fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, .searchmask .datepicker table tr td.selected.disabled:focus, .searchmask .datepicker table tr td.selected.highlighted.disabled:focus, .searchmask .datepicker table tr td.selected[disabled]:focus, .searchmask .datepicker table tr td.selected.highlighted[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td.selected:focus, .searchmask fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, .searchmask .datepicker table tr td.selected.disabled.focus, .searchmask .datepicker table tr td.selected.highlighted.disabled.focus, .searchmask .datepicker table tr td.selected[disabled].focus, .searchmask .datepicker table tr td.selected.highlighted[disabled].focus, .searchmask fieldset[disabled] .datepicker table tr td.selected.focus, .searchmask fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777;
  border-color: #555; }

.searchmask .datepicker table tr td.active, .searchmask .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.searchmask .datepicker table tr td.active:focus, .searchmask .datepicker table tr td.active.highlighted:focus, .searchmask .datepicker table tr td.active.focus, .searchmask .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.searchmask .datepicker table tr td.active:hover, .searchmask .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.searchmask .datepicker table tr td.active:active, .searchmask .datepicker table tr td.active.highlighted:active, .searchmask .datepicker table tr td.active.active, .searchmask .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.searchmask .datepicker table tr td.active:active:hover, .searchmask .datepicker table tr td.active.highlighted:active:hover, .searchmask .datepicker table tr td.active.active:hover, .searchmask .datepicker table tr td.active.highlighted.active:hover, .searchmask .datepicker table tr td.active:active:focus, .searchmask .datepicker table tr td.active.highlighted:active:focus, .searchmask .datepicker table tr td.active.active:focus, .searchmask .datepicker table tr td.active.highlighted.active:focus, .searchmask .datepicker table tr td.active:active.focus, .searchmask .datepicker table tr td.active.highlighted:active.focus, .searchmask .datepicker table tr td.active.active.focus, .searchmask .datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.searchmask .datepicker table tr td.active.disabled:hover, .searchmask .datepicker table tr td.active.highlighted.disabled:hover, .searchmask .datepicker table tr td.active[disabled]:hover, .searchmask .datepicker table tr td.active.highlighted[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td.active:hover, .searchmask fieldset[disabled] .datepicker table tr td.active.highlighted:hover, .searchmask .datepicker table tr td.active.disabled:focus, .searchmask .datepicker table tr td.active.highlighted.disabled:focus, .searchmask .datepicker table tr td.active[disabled]:focus, .searchmask .datepicker table tr td.active.highlighted[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td.active:focus, .searchmask fieldset[disabled] .datepicker table tr td.active.highlighted:focus, .searchmask .datepicker table tr td.active.disabled.focus, .searchmask .datepicker table tr td.active.highlighted.disabled.focus, .searchmask .datepicker table tr td.active[disabled].focus, .searchmask .datepicker table tr td.active.highlighted[disabled].focus, .searchmask fieldset[disabled] .datepicker table tr td.active.focus, .searchmask fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.searchmask .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.searchmask .datepicker table tr td span:hover, .searchmask .datepicker table tr td span.focused {
  background: #eee; }

.searchmask .datepicker table tr td span.disabled, .searchmask .datepicker table tr td span.disabled:hover {
  background: none;
  color: #777;
  cursor: default; }

.searchmask .datepicker table tr td span.active, .searchmask .datepicker table tr td span.active:hover, .searchmask .datepicker table tr td span.active.disabled, .searchmask .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.searchmask .datepicker table tr td span.active:focus, .searchmask .datepicker table tr td span.active:hover:focus, .searchmask .datepicker table tr td span.active.disabled:focus, .searchmask .datepicker table tr td span.active.disabled:hover:focus, .searchmask .datepicker table tr td span.active.focus, .searchmask .datepicker table tr td span.active:hover.focus, .searchmask .datepicker table tr td span.active.disabled.focus, .searchmask .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.searchmask .datepicker table tr td span.active:hover, .searchmask .datepicker table tr td span.active:hover:hover, .searchmask .datepicker table tr td span.active.disabled:hover, .searchmask .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.searchmask .datepicker table tr td span.active:active, .searchmask .datepicker table tr td span.active:hover:active, .searchmask .datepicker table tr td span.active.disabled:active, .searchmask .datepicker table tr td span.active.disabled:hover:active, .searchmask .datepicker table tr td span.active.active, .searchmask .datepicker table tr td span.active:hover.active, .searchmask .datepicker table tr td span.active.disabled.active, .searchmask .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.searchmask .datepicker table tr td span.active:active:hover, .searchmask .datepicker table tr td span.active:hover:active:hover, .searchmask .datepicker table tr td span.active.disabled:active:hover, .searchmask .datepicker table tr td span.active.disabled:hover:active:hover, .searchmask .datepicker table tr td span.active.active:hover, .searchmask .datepicker table tr td span.active:hover.active:hover, .searchmask .datepicker table tr td span.active.disabled.active:hover, .searchmask .datepicker table tr td span.active.disabled:hover.active:hover, .searchmask .datepicker table tr td span.active:active:focus, .searchmask .datepicker table tr td span.active:hover:active:focus, .searchmask .datepicker table tr td span.active.disabled:active:focus, .searchmask .datepicker table tr td span.active.disabled:hover:active:focus, .searchmask .datepicker table tr td span.active.active:focus, .searchmask .datepicker table tr td span.active:hover.active:focus, .searchmask .datepicker table tr td span.active.disabled.active:focus, .searchmask .datepicker table tr td span.active.disabled:hover.active:focus, .searchmask .datepicker table tr td span.active:active.focus, .searchmask .datepicker table tr td span.active:hover:active.focus, .searchmask .datepicker table tr td span.active.disabled:active.focus, .searchmask .datepicker table tr td span.active.disabled:hover:active.focus, .searchmask .datepicker table tr td span.active.active.focus, .searchmask .datepicker table tr td span.active:hover.active.focus, .searchmask .datepicker table tr td span.active.disabled.active.focus, .searchmask .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.searchmask .datepicker table tr td span.active.disabled:hover, .searchmask .datepicker table tr td span.active:hover.disabled:hover, .searchmask .datepicker table tr td span.active.disabled.disabled:hover, .searchmask .datepicker table tr td span.active.disabled:hover.disabled:hover, .searchmask .datepicker table tr td span.active[disabled]:hover, .searchmask .datepicker table tr td span.active:hover[disabled]:hover, .searchmask .datepicker table tr td span.active.disabled[disabled]:hover, .searchmask .datepicker table tr td span.active.disabled:hover[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td span.active:hover, .searchmask fieldset[disabled] .datepicker table tr td span.active:hover:hover, .searchmask fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .searchmask fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .searchmask .datepicker table tr td span.active.disabled:focus, .searchmask .datepicker table tr td span.active:hover.disabled:focus, .searchmask .datepicker table tr td span.active.disabled.disabled:focus, .searchmask .datepicker table tr td span.active.disabled:hover.disabled:focus, .searchmask .datepicker table tr td span.active[disabled]:focus, .searchmask .datepicker table tr td span.active:hover[disabled]:focus, .searchmask .datepicker table tr td span.active.disabled[disabled]:focus, .searchmask .datepicker table tr td span.active.disabled:hover[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td span.active:focus, .searchmask fieldset[disabled] .datepicker table tr td span.active:hover:focus, .searchmask fieldset[disabled] .datepicker table tr td span.active.disabled:focus, .searchmask fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .searchmask .datepicker table tr td span.active.disabled.focus, .searchmask .datepicker table tr td span.active:hover.disabled.focus, .searchmask .datepicker table tr td span.active.disabled.disabled.focus, .searchmask .datepicker table tr td span.active.disabled:hover.disabled.focus, .searchmask .datepicker table tr td span.active[disabled].focus, .searchmask .datepicker table tr td span.active:hover[disabled].focus, .searchmask .datepicker table tr td span.active.disabled[disabled].focus, .searchmask .datepicker table tr td span.active.disabled:hover[disabled].focus, .searchmask fieldset[disabled] .datepicker table tr td span.active.focus, .searchmask fieldset[disabled] .datepicker table tr td span.active:hover.focus, .searchmask fieldset[disabled] .datepicker table tr td span.active.disabled.focus, .searchmask fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.searchmask .datepicker table tr td span.old, .searchmask .datepicker table tr td span.new {
  color: #777; }

.searchmask .datepicker .datepicker-switch {
  width: 145px; }

.searchmask .datepicker .datepicker-switch, .searchmask .datepicker .prev, .searchmask .datepicker .next, .searchmask .datepicker tfoot tr th {
  cursor: pointer; }

.searchmask .datepicker .datepicker-switch:hover, .searchmask .datepicker .prev:hover, .searchmask .datepicker .next:hover, .searchmask .datepicker tfoot tr th:hover {
  background: #eee; }

.searchmask .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

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

.searchmask .input-daterange {
  width: 100%; }

.searchmask .input-daterange input {
  text-align: center; }

.searchmask .input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.searchmask .input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.searchmask .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.searchmask .datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857; }

.searchmask .datepicker.dropdown-menu th, .searchmask .datepicker.datepicker-inline th, .searchmask .datepicker.dropdown-menu td, .searchmask .datepicker.datepicker-inline td {
  padding: 0px 5px;
  /*# sourceMappingURL=bootstrap-datepicker3.standalone.css.map */ }
.searchmask .img-responsive {
  max-width: 100%;
  height: auto; }

.searchmask .myhidden {
  display: none; }

.searchmask .wrapper {
  float: left;
  width: 100%; }

.searchmask .epaymentwrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center; }

.searchmask .error {
  color: #a10; }

.searchmask .container {
  width: 996px;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.searchmask .container.container-wide {
  width: 1400px; }

.searchmask .row {
  margin-right: -10px;
  margin-left: -10px; }

.searchmask .marginTop10 {
  margin-top: 10px; }

.searchmask .nomargins {
  margin-right: 0;
  margin-left: 0; }

.searchmask .col, .searchmask .col-1, .searchmask .col-10, .searchmask .col-11, .searchmask .col-12, .searchmask .col-2, .searchmask .col-3, .searchmask .col-4, .searchmask .col-5, .searchmask .col-6, .searchmask .col-7, .searchmask .col-8, .searchmask .col-9, .searchmask .col-lg, .searchmask .col-lg-1, .searchmask .col-lg-10, .searchmask .col-lg-11, .searchmask .col-lg-12, .searchmask .col-lg-2, .searchmask .col-lg-3, .searchmask .col-lg-4, .searchmask .col-lg-5, .searchmask .col-lg-6, .searchmask .col-lg-7, .searchmask .col-lg-8, .searchmask .col-lg-9, .searchmask .col-md, .searchmask .col-md-1, .searchmask .col-md-10, .searchmask .col-md-11, .searchmask .col-md-12, .searchmask .col-md-2, .searchmask .col-md-3, .searchmask .col-md-4, .searchmask .col-md-5, .searchmask .col-md-6, .searchmask .col-md-7, .searchmask .col-md-8, .searchmask .col-md-9, .searchmask .col-sm, .searchmask .col-sm-1, .searchmask .col-sm-10, .searchmask .col-sm-11, .searchmask .col-sm-12, .searchmask .col-sm-2, .searchmask .col-sm-3, .searchmask .col-sm-4, .searchmask .col-sm-5, .searchmask .col-sm-6, .searchmask .col-sm-7, .searchmask .col-sm-8, .searchmask .col-sm-9, .searchmask .col-xl, .searchmask .col-xl-1, .searchmask .col-xl-10, .searchmask .col-xl-11, .searchmask .col-xl-12, .searchmask .col-xl-2, .searchmask .col-xl-3, .searchmask .col-xl-4, .searchmask .col-xl-5, .searchmask .col-xl-6, .searchmask .col-xl-7, .searchmask .col-xl-8, .searchmask .col-xl-9 {
  padding-right: 10px;
  padding-left: 10px; }

.searchmask .nopadding {
  padding-left: 0;
  padding-right: 0; }

.searchmask .nopadding-left {
  padding-left: 0; }

.searchmask .nopadding-right {
  padding-right: 0;
  /* MODAL */ }

.searchmask .laplandModal {
  /* SKINNED CHECKBOX */ }
  .searchmask .laplandModal .modal-dialog {
    max-width: 600px;
    margin: 100px auto; }
  .searchmask .laplandModal .modal-content {
    border: 0;
    border-radius: 0; }
  .searchmask .laplandModal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    text-transform: none;
    font-size: 28px; }
  .searchmask .laplandModal .modal-header {
    border-bottom: 0; }

.searchmask .skinnedCheck {
  background: white;
  height: 24px;
  width: 24px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  display: inline;
  margin-top: 16px;
  padding: 2px 12px;
  margin-right: 15px;
  position: relative;
  cursor: pointer; }

.searchmask .skinnedCheck.checked {
  background: #00afff;
  border-color: #00afff;
  background: url(https://booking.laplandhotels.com/clients/lapland/media/images/lapland-check.png) #00afff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*.skinnedCheck.checked:after {
    position: absolute;
    top: -2px;
    left: 3px;
    font-family: ZapfDingbats;
    content: "\1F5F8";
    color: white;
    font-size: 22px;
}*/ }

.searchmask .smClubLabel .skinnedCheck.checked::after {
  top: -13px; }

.searchmask label {
  margin-bottom: 0;
  padding: 0; }

.searchmask .helpToolTip {
  border-radius: 2px;
  background: white;
  box-shadow: 0 -6px 26px -9px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 9999;
  display: none;
  right: 0;
  padding: 10px 15px;
  line-height: 22px; }
  .searchmask .helpToolTip:before {
    bottom: 100%;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }

.searchmask .bindToggleHelp {
  cursor: pointer; }

@media print {
  .searchmask .hideOnPrint, .searchmask .hideOnPrint * {
    display: none !important; }}

@media screen {
  .searchmask .hideOnScreen, .searchmask .hideOnScreen * {
    display: none !important; }}

.searchmask body {
  font-family: "proxima-nova", sans-serif;
  background: white;
  color: #202020;
  font-weight: 400;
  padding-top: 116px; }

.searchmask body.profilemanagement {
  padding-top: 194px; }

.searchmask body.home {
  padding-top: 116px; }

.searchmask body.profile.hasGiftcard {
  padding-top: 210px; }

.searchmask .homeBgWrap {
  padding-top: 40px;
  background-image: url('https://booking.laplandhotels.com/clients/lapland/media/images/homebg-loma6.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 100%;
  padding-bottom: 150px; }

.searchmask .home-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 50px; }

.searchmask h1, .searchmask h2, .searchmask h3, .searchmask h4, .searchmask h5, .searchmask h6 {
  margin-top: 20px;
  font-family: 'ProximaNovaA-Semibold';
  font-weight: normal; }

.searchmask a {
  color: #00afff;
  text-decoration: none; }

.searchmask a:hover {
  color: #00afff;
  text-decoration: none;
  opacity: 0.9; }

.searchmask .text-primary {
  color: #00afff !important; }

.searchmask .logo {
  float: left;
  margin: 10px 0;
  /*
.HeaderWrapper {
    border-bottom: 1px solid #ccc;
    background: white;
    text-align: center;
    float: left;
    width: 100%;
    padding: 30px;
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 10;
    left: 0;
}*/ }

.searchmask #dropdownMenuButton {
  background: transparent;
  text-transform: uppercase;
  color: white; }

.searchmask .whitebg {
  background: white;
  float: left;
  width: 100%; }

.searchmask .searchMaskWrapper {
  float: left;
  width: 100%;
  position: fixed;
  top: 116px;
  background: transparent;
  z-index: 9;
  left: 0;
  transition: all 0.3s; }

.searchmask .searchMaskWrapper.scrolled {
  top: 71px;
  transition: all 0.3s; }

.searchmask .homeContainer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0;
  color: white; }

.searchmask .text-blue {
  color: #00afff; }

.searchmask .relative {
  position: relative; }

.searchmask .bg-inverse {
  background-color: #eee !important; }

.searchmask .text-dark {
  color: #222 !important; }

.searchmask .circle-50 {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  padding-top: 15px;
  font-size: 20px !important; }

.searchmask .nav-item {
  padding-right: 0; }

.searchmask .animateRotate {
  -webkit-animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }

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

@media (max-width: 991px) {
  .searchmask .searchMaskWrapper {
    position: static; }

  .searchmask body {
    padding-top: 54px; }

  .searchmask body.profilemanagement {
    padding-top: 119px; }

  .searchmask body.home {
    padding-top: 49px; }}

.searchmask .closeMobileShoppingCart {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(https://booking.laplandhotels.comclients/lapland/media/images/manageprofile/icon-close.gif);
  background-size: contain;
  cursor: pointer;
  z-index: 10; }

@media (max-width: 767px) {
  .searchmask .skinnedCheck {
    background: white;
    height: 20px;
    width: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    display: inline;
    margin-top: 16px;
    padding: 0px 10px 0px;
    margin-right: 8px;
    position: relative;
    cursor: pointer; }

  .searchmask .skinnedCheck.checked::after {
    left: 2px;
    font-size: 18px; }

  .searchmask .top-wrapper {
    z-index: 500; }

  .searchmask .shopping-cart-mobile {
    z-index: 500;
    position: fixed; }

  .searchmask .nopadding-mobile {
    padding-left: 0;
    padding-right: 0; }

  .searchmask .reserve-button-mobile {
    padding: 0.55rem 4px;
    right: 4px;
    font-size: 11px; }

  .searchmask .homeContainer {
    padding-top: 0; }
    .searchmask .homeContainer .home-title {
      margin-bottom: 0; }

  .searchmask .shopping-cart-bottom-summary {
    border-bottom: 1px solid #ccc; }}

@media (max-width: 568px) {
  .searchmask .xs-margin-bottom {
    margin-bottom: 15px; }}
@font-face {
  font-family: 'ZapfDingbats';
  src: url("/media/layout/2020/searchmask/fonts/ZapfDingbats.ttf");
  src: url("/media/layout/2020/searchmask/fonts/ZapfDingbats.ttf") format("truetype");
  /* type */ }

@font-face {
  font-family: 'ProximaNovaS-Semibold';
  src: url("/media/layout/2020/searchmask/fonts/245c23_0_0.eot");
  src: url("/media/layout/2020/searchmask/fonts/245c23_0_0.eot?#iefix") format("embedded-opentype"), url("/media/layout/2020/searchmask/fonts/245c23_0_0.woff") format("woff"), url("/media/layout/2020/searchmask/fonts/245c23_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-Light';
  src: url("/media/layout/2020/searchmask/fonts/245c23_1_0.eot");
  src: url("/media/layout/2020/searchmask/fonts/245c23_1_0.eot?#iefix") format("embedded-opentype"), url("/media/layout/2020/searchmask/fonts/245c23_1_0.woff") format("woff"), url("/media/layout/2020/searchmask/fonts/245c23_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-Light';
  src: url("/media/layout/2020/searchmask/fonts/245c23_2_0.eot");
  src: url("/media/layout/2020/searchmask/fonts/245c23_2_0.eot?#iefix") format("embedded-opentype"), url("/media/layout/2020/searchmask/fonts/245c23_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-Semibold';
  src: url("/media/layout/2020/searchmask/fonts/245c23_3_0.eot");
  src: url("/media/layout/2020/searchmask/fonts/245c23_3_0.eot?#iefix") format("embedded-opentype"), url("/media/layout/2020/searchmask/fonts/245c23_3_0.woff") format("woff"), url("/media/layout/2020/searchmask/fonts/245c23_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("/media/layout/2020/searchmask/fonts/245c23_4_0.eot");
  src: url("/media/layout/2020/searchmask/fonts/245c23_4_0.eot?#iefix") format("embedded-opentype"), url("/media/layout/2020/searchmask/fonts/245c23_4_0.woff") format("woff"), url("/media/layout/2020/searchmask/fonts/245c23_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("/media/layout/2020/searchmask/fonts/245c23_5_0.eot");
  src: url("/media/layout/2020/searchmask/fonts/245c23_5_0.eot?#iefix") format("embedded-opentype"), url("/media/layout/2020/searchmask/fonts/245c23_5_0.woff") format("woff"), url("/media/layout/2020/searchmask/fonts/245c23_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /* For IE6-8 */
  src: url(/media/layout/2020/searchmask/fonts/materialicons-regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/media/layout/2020/searchmask/fonts/materialicons-regular.woff2) format("woff2"), url(/media/layout/2020/searchmask/fonts/materialicons-regular.woff) format("woff"), url(/media/layout/2020/searchmask/fonts/materialicons-regular.ttf) format("truetype"); }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/media/layout/2020/searchmask/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/media/layout/2020/searchmask/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/media/layout/2020/searchmask/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/media/layout/2020/searchmask/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://booking.laplandhotels.com/clients/lapland/media/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://booking.laplandhotels.com/clients/lapland/media/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.searchmask .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* makes the font 33% larger relative to the icon container */ }

.searchmask .fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.searchmask .fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }

.searchmask .fa-li.fa-lg {
  left: -1.85714em; }

.searchmask .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

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

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

.searchmask .fa.fa-pull-left {
  margin-right: 0.3em; }

.searchmask .fa.fa-pull-right {
  margin-left: 0.3em;
  /* Deprecated as of 4.4.0 */ }

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

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

.searchmask .fa.pull-left {
  margin-right: 0.3em; }

.searchmask .fa.pull-right {
  margin-left: 0.3em; }

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

.searchmask .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(0deg);
    transform: rotate(0deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.searchmask .fa-inverse {
  color: #fff;
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.searchmask .fa-header:before {
  content: "\f1dc"; }

.searchmask .fa-paragraph:before {
  content: "\f1dd"; }

.searchmask .fa-sliders:before {
  content: "\f1de"; }

.searchmask .fa-share-alt:before {
  content: "\f1e0"; }

.searchmask .fa-share-alt-square:before {
  content: "\f1e1"; }

.searchmask .fa-bomb:before {
  content: "\f1e2"; }

.searchmask .fa-soccer-ball-o:before, .searchmask .fa-futbol-o:before {
  content: "\f1e3"; }

.searchmask .fa-tty:before {
  content: "\f1e4"; }

.searchmask .fa-binoculars:before {
  content: "\f1e5"; }

.searchmask .fa-plug:before {
  content: "\f1e6"; }

.searchmask .fa-slideshare:before {
  content: "\f1e7"; }

.searchmask .fa-twitch:before {
  content: "\f1e8"; }

.searchmask .fa-yelp:before {
  content: "\f1e9"; }

.searchmask .fa-newspaper-o:before {
  content: "\f1ea"; }

.searchmask .fa-wifi:before {
  content: "\f1eb"; }

.searchmask .fa-calculator:before {
  content: "\f1ec"; }

.searchmask .fa-paypal:before {
  content: "\f1ed"; }

.searchmask .fa-google-wallet:before {
  content: "\f1ee"; }

.searchmask .fa-cc-visa:before {
  content: "\f1f0"; }

.searchmask .fa-cc-mastercard:before {
  content: "\f1f1"; }

.searchmask .fa-cc-discover:before {
  content: "\f1f2"; }

.searchmask .fa-cc-amex:before {
  content: "\f1f3"; }

.searchmask .fa-cc-paypal:before {
  content: "\f1f4"; }

.searchmask .fa-cc-stripe:before {
  content: "\f1f5"; }

.searchmask .fa-bell-slash:before {
  content: "\f1f6"; }

.searchmask .fa-bell-slash-o:before {
  content: "\f1f7"; }

.searchmask .fa-trash:before {
  content: "\f1f8"; }

.searchmask .fa-copyright:before {
  content: "\f1f9"; }

.searchmask .fa-at:before {
  content: "\f1fa"; }

.searchmask .fa-eyedropper:before {
  content: "\f1fb"; }

.searchmask .fa-paint-brush:before {
  content: "\f1fc"; }

.searchmask .fa-birthday-cake:before {
  content: "\f1fd"; }

.searchmask .fa-area-chart:before {
  content: "\f1fe"; }

.searchmask .fa-pie-chart:before {
  content: "\f200"; }

.searchmask .fa-line-chart:before {
  content: "\f201"; }

.searchmask .fa-lastfm:before {
  content: "\f202"; }

.searchmask .fa-lastfm-square:before {
  content: "\f203"; }

.searchmask .fa-toggle-off:before {
  content: "\f204"; }

.searchmask .fa-toggle-on:before {
  content: "\f205"; }

.searchmask .fa-bicycle:before {
  content: "\f206"; }

.searchmask .fa-bus:before {
  content: "\f207"; }

.searchmask .fa-ioxhost:before {
  content: "\f208"; }

.searchmask .fa-angellist:before {
  content: "\f209"; }

.searchmask .fa-cc:before {
  content: "\f20a"; }

.searchmask .fa-shekel:before, .searchmask .fa-sheqel:before, .searchmask .fa-ils:before {
  content: "\f20b"; }

.searchmask .fa-meanpath:before {
  content: "\f20c"; }

.searchmask .fa-buysellads:before {
  content: "\f20d"; }

.searchmask .fa-connectdevelop:before {
  content: "\f20e"; }

.searchmask .fa-dashcube:before {
  content: "\f210"; }

.searchmask .fa-forumbee:before {
  content: "\f211"; }

.searchmask .fa-leanpub:before {
  content: "\f212"; }

.searchmask .fa-sellsy:before {
  content: "\f213"; }

.searchmask .fa-shirtsinbulk:before {
  content: "\f214"; }

.searchmask .fa-simplybuilt:before {
  content: "\f215"; }

.searchmask .fa-skyatlas:before {
  content: "\f216"; }

.searchmask .fa-cart-plus:before {
  content: "\f217"; }

.searchmask .fa-cart-arrow-down:before {
  content: "\f218"; }

.searchmask .fa-diamond:before {
  content: "\f219"; }

.searchmask .fa-ship:before {
  content: "\f21a"; }

.searchmask .fa-user-secret:before {
  content: "\f21b"; }

.searchmask .fa-motorcycle:before {
  content: "\f21c"; }

.searchmask .fa-street-view:before {
  content: "\f21d"; }

.searchmask .fa-heartbeat:before {
  content: "\f21e"; }

.searchmask .fa-venus:before {
  content: "\f221"; }

.searchmask .fa-mars:before {
  content: "\f222"; }

.searchmask .fa-mercury:before {
  content: "\f223"; }

.searchmask .fa-intersex:before, .searchmask .fa-transgender:before {
  content: "\f224"; }

.searchmask .fa-transgender-alt:before {
  content: "\f225"; }

.searchmask .fa-venus-double:before {
  content: "\f226"; }

.searchmask .fa-mars-double:before {
  content: "\f227"; }

.searchmask .fa-venus-mars:before {
  content: "\f228"; }

.searchmask .fa-mars-stroke:before {
  content: "\f229"; }

.searchmask .fa-mars-stroke-v:before {
  content: "\f22a"; }

.searchmask .fa-mars-stroke-h:before {
  content: "\f22b"; }

.searchmask .fa-neuter:before {
  content: "\f22c"; }

.searchmask .fa-genderless:before {
  content: "\f22d"; }

.searchmask .fa-facebook-official:before {
  content: "\f230"; }

.searchmask .fa-pinterest-p:before {
  content: "\f231"; }

.searchmask .fa-whatsapp:before {
  content: "\f232"; }

.searchmask .fa-server:before {
  content: "\f233"; }

.searchmask .fa-user-plus:before {
  content: "\f234"; }

.searchmask .fa-user-times:before {
  content: "\f235"; }

.searchmask .fa-hotel:before, .searchmask .fa-bed:before {
  content: "\f236"; }

.searchmask .fa-viacoin:before {
  content: "\f237"; }

.searchmask .fa-train:before {
  content: "\f238"; }

.searchmask .fa-subway:before {
  content: "\f239"; }

.searchmask .fa-medium:before {
  content: "\f23a"; }

.searchmask .fa-yc:before, .searchmask .fa-y-combinator:before {
  content: "\f23b"; }

.searchmask .fa-optin-monster:before {
  content: "\f23c"; }

.searchmask .fa-opencart:before {
  content: "\f23d"; }

.searchmask .fa-expeditedssl:before {
  content: "\f23e"; }

.searchmask .fa-battery-4:before, .searchmask .fa-battery:before, .searchmask .fa-battery-full:before {
  content: "\f240"; }

.searchmask .fa-battery-3:before, .searchmask .fa-battery-three-quarters:before {
  content: "\f241"; }

.searchmask .fa-battery-2:before, .searchmask .fa-battery-half:before {
  content: "\f242"; }

.searchmask .fa-battery-1:before, .searchmask .fa-battery-quarter:before {
  content: "\f243"; }

.searchmask .fa-battery-0:before, .searchmask .fa-battery-empty:before {
  content: "\f244"; }

.searchmask .fa-mouse-pointer:before {
  content: "\f245"; }

.searchmask .fa-i-cursor:before {
  content: "\f246"; }

.searchmask .fa-object-group:before {
  content: "\f247"; }

.searchmask .fa-object-ungroup:before {
  content: "\f248"; }

.searchmask .fa-sticky-note:before {
  content: "\f249"; }

.searchmask .fa-sticky-note-o:before {
  content: "\f24a"; }

.searchmask .fa-cc-jcb:before {
  content: "\f24b"; }

.searchmask .fa-cc-diners-club:before {
  content: "\f24c"; }

.searchmask .fa-clone:before {
  content: "\f24d"; }

.searchmask .fa-balance-scale:before {
  content: "\f24e"; }

.searchmask .fa-hourglass-o:before {
  content: "\f250"; }

.searchmask .fa-hourglass-1:before, .searchmask .fa-hourglass-start:before {
  content: "\f251"; }

.searchmask .fa-hourglass-2:before, .searchmask .fa-hourglass-half:before {
  content: "\f252"; }

.searchmask .fa-hourglass-3:before, .searchmask .fa-hourglass-end:before {
  content: "\f253"; }

.searchmask .fa-hourglass:before {
  content: "\f254"; }

.searchmask .fa-hand-grab-o:before, .searchmask .fa-hand-rock-o:before {
  content: "\f255"; }

.searchmask .fa-hand-stop-o:before, .searchmask .fa-hand-paper-o:before {
  content: "\f256"; }

.searchmask .fa-hand-scissors-o:before {
  content: "\f257"; }

.searchmask .fa-hand-lizard-o:before {
  content: "\f258"; }

.searchmask .fa-hand-spock-o:before {
  content: "\f259"; }

.searchmask .fa-hand-pointer-o:before {
  content: "\f25a"; }

.searchmask .fa-hand-peace-o:before {
  content: "\f25b"; }

.searchmask .fa-trademark:before {
  content: "\f25c"; }

.searchmask .fa-registered:before {
  content: "\f25d"; }

.searchmask .fa-creative-commons:before {
  content: "\f25e"; }

.searchmask .fa-gg:before {
  content: "\f260"; }

.searchmask .fa-gg-circle:before {
  content: "\f261"; }

.searchmask .fa-tripadvisor:before {
  content: "\f262"; }

.searchmask .fa-odnoklassniki:before {
  content: "\f263"; }

.searchmask .fa-odnoklassniki-square:before {
  content: "\f264"; }

.searchmask .fa-get-pocket:before {
  content: "\f265"; }

.searchmask .fa-wikipedia-w:before {
  content: "\f266"; }

.searchmask .fa-safari:before {
  content: "\f267"; }

.searchmask .fa-chrome:before {
  content: "\f268"; }

.searchmask .fa-firefox:before {
  content: "\f269"; }

.searchmask .fa-opera:before {
  content: "\f26a"; }

.searchmask .fa-internet-explorer:before {
  content: "\f26b"; }

.searchmask .fa-tv:before, .searchmask .fa-television:before {
  content: "\f26c"; }

.searchmask .fa-contao:before {
  content: "\f26d"; }

.searchmask .fa-500px:before {
  content: "\f26e"; }

.searchmask .fa-amazon:before {
  content: "\f270"; }

.searchmask .fa-calendar-plus-o:before {
  content: "\f271"; }

.searchmask .fa-calendar-minus-o:before {
  content: "\f272"; }

.searchmask .fa-calendar-times-o:before {
  content: "\f273"; }

.searchmask .fa-calendar-check-o:before {
  content: "\f274"; }

.searchmask .fa-industry:before {
  content: "\f275"; }

.searchmask .fa-map-pin:before {
  content: "\f276"; }

.searchmask .fa-map-signs:before {
  content: "\f277"; }

.searchmask .fa-map-o:before {
  content: "\f278"; }

.searchmask .fa-map:before {
  content: "\f279"; }

.searchmask .fa-commenting:before {
  content: "\f27a"; }

.searchmask .fa-commenting-o:before {
  content: "\f27b"; }

.searchmask .fa-houzz:before {
  content: "\f27c"; }

.searchmask .fa-vimeo:before {
  content: "\f27d"; }

.searchmask .fa-black-tie:before {
  content: "\f27e"; }

.searchmask .fa-fonticons:before {
  content: "\f280"; }

.searchmask .fa-reddit-alien:before {
  content: "\f281"; }

.searchmask .fa-edge:before {
  content: "\f282"; }

.searchmask .fa-credit-card-alt:before {
  content: "\f283"; }

.searchmask .fa-codiepie:before {
  content: "\f284"; }

.searchmask .fa-modx:before {
  content: "\f285"; }

.searchmask .fa-fort-awesome:before {
  content: "\f286"; }

.searchmask .fa-usb:before {
  content: "\f287"; }

.searchmask .fa-product-hunt:before {
  content: "\f288"; }

.searchmask .fa-mixcloud:before {
  content: "\f289"; }

.searchmask .fa-scribd:before {
  content: "\f28a"; }

.searchmask .fa-pause-circle:before {
  content: "\f28b"; }

.searchmask .fa-pause-circle-o:before {
  content: "\f28c"; }

.searchmask .fa-stop-circle:before {
  content: "\f28d"; }

.searchmask .fa-stop-circle-o:before {
  content: "\f28e"; }

.searchmask .fa-shopping-bag:before {
  content: "\f290"; }

.searchmask .fa-shopping-basket:before {
  content: "\f291"; }

.searchmask .fa-hashtag:before {
  content: "\f292"; }

.searchmask .fa-bluetooth:before {
  content: "\f293"; }

.searchmask .fa-bluetooth-b:before {
  content: "\f294"; }

.searchmask .fa-percent:before {
  content: "\f295"; }

.searchmask .fa-gitlab:before {
  content: "\f296"; }

.searchmask .fa-wpbeginner:before {
  content: "\f297"; }

.searchmask .fa-wpforms:before {
  content: "\f298"; }

.searchmask .fa-envira:before {
  content: "\f299"; }

.searchmask .fa-universal-access:before {
  content: "\f29a"; }

.searchmask .fa-wheelchair-alt:before {
  content: "\f29b"; }

.searchmask .fa-question-circle-o:before {
  content: "\f29c"; }

.searchmask .fa-blind:before {
  content: "\f29d"; }

.searchmask .fa-audio-description:before {
  content: "\f29e"; }

.searchmask .fa-volume-control-phone:before {
  content: "\f2a0"; }

.searchmask .fa-braille:before {
  content: "\f2a1"; }

.searchmask .fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.searchmask .fa-asl-interpreting:before, .searchmask .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.searchmask .fa-deafness:before, .searchmask .fa-hard-of-hearing:before, .searchmask .fa-deaf:before {
  content: "\f2a4"; }

.searchmask .fa-glide:before {
  content: "\f2a5"; }

.searchmask .fa-glide-g:before {
  content: "\f2a6"; }

.searchmask .fa-signing:before, .searchmask .fa-sign-language:before {
  content: "\f2a7"; }

.searchmask .fa-low-vision:before {
  content: "\f2a8"; }

.searchmask .fa-viadeo:before {
  content: "\f2a9"; }

.searchmask .fa-viadeo-square:before {
  content: "\f2aa"; }

.searchmask .fa-snapchat:before {
  content: "\f2ab"; }

.searchmask .fa-snapchat-ghost:before {
  content: "\f2ac"; }

.searchmask .fa-snapchat-square:before {
  content: "\f2ad"; }

.searchmask .fa-pied-piper:before {
  content: "\f2ae"; }

.searchmask .fa-first-order:before {
  content: "\f2b0"; }

.searchmask .fa-yoast:before {
  content: "\f2b1"; }

.searchmask .fa-themeisle:before {
  content: "\f2b2"; }

.searchmask .fa-google-plus-circle:before, .searchmask .fa-google-plus-official:before {
  content: "\f2b3"; }

.searchmask .fa-fa:before, .searchmask .fa-font-awesome:before {
  content: "\f2b4"; }

.searchmask .fa-handshake-o:before {
  content: "\f2b5"; }

.searchmask .fa-envelope-open:before {
  content: "\f2b6"; }

.searchmask .fa-envelope-open-o:before {
  content: "\f2b7"; }

.searchmask .fa-linode:before {
  content: "\f2b8"; }

.searchmask .fa-address-book:before {
  content: "\f2b9"; }

.searchmask .fa-address-book-o:before {
  content: "\f2ba"; }

.searchmask .fa-vcard:before, .searchmask .fa-address-card:before {
  content: "\f2bb"; }

.searchmask .fa-vcard-o:before, .searchmask .fa-address-card-o:before {
  content: "\f2bc"; }

.searchmask .fa-user-circle:before {
  content: "\f2bd"; }

.searchmask .fa-user-circle-o:before {
  content: "\f2be"; }

.searchmask .fa-user-o:before {
  content: "\f2c0"; }

.searchmask .fa-id-badge:before {
  content: "\f2c1"; }

.searchmask .fa-drivers-license:before, .searchmask .fa-id-card:before {
  content: "\f2c2"; }

.searchmask .fa-drivers-license-o:before, .searchmask .fa-id-card-o:before {
  content: "\f2c3"; }

.searchmask .fa-quora:before {
  content: "\f2c4"; }

.searchmask .fa-free-code-camp:before {
  content: "\f2c5"; }

.searchmask .fa-telegram:before {
  content: "\f2c6"; }

.searchmask .fa-thermometer-4:before, .searchmask .fa-thermometer:before, .searchmask .fa-thermometer-full:before {
  content: "\f2c7"; }

.searchmask .fa-thermometer-3:before, .searchmask .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.searchmask .fa-thermometer-2:before, .searchmask .fa-thermometer-half:before {
  content: "\f2c9"; }

.searchmask .fa-thermometer-1:before, .searchmask .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.searchmask .fa-thermometer-0:before, .searchmask .fa-thermometer-empty:before {
  content: "\f2cb"; }

.searchmask .fa-shower:before {
  content: "\f2cc"; }

.searchmask .fa-bathtub:before, .searchmask .fa-s15:before, .searchmask .fa-bath:before {
  content: "\f2cd"; }

.searchmask .fa-podcast:before {
  content: "\f2ce"; }

.searchmask .fa-window-maximize:before {
  content: "\f2d0"; }

.searchmask .fa-window-minimize:before {
  content: "\f2d1"; }

.searchmask .fa-window-restore:before {
  content: "\f2d2"; }

.searchmask .fa-times-rectangle:before, .searchmask .fa-window-close:before {
  content: "\f2d3"; }

.searchmask .fa-times-rectangle-o:before, .searchmask .fa-window-close-o:before {
  content: "\f2d4"; }

.searchmask .fa-bandcamp:before {
  content: "\f2d5"; }

.searchmask .fa-grav:before {
  content: "\f2d6"; }

.searchmask .fa-etsy:before {
  content: "\f2d7"; }

.searchmask .fa-imdb:before {
  content: "\f2d8"; }

.searchmask .fa-ravelry:before {
  content: "\f2d9"; }

.searchmask .fa-eercast:before {
  content: "\f2da"; }

.searchmask .fa-microchip:before {
  content: "\f2db"; }

.searchmask .fa-snowflake-o:before {
  content: "\f2dc"; }

.searchmask .fa-superpowers:before {
  content: "\f2dd"; }

.searchmask .fa-wpexplorer:before {
  content: "\f2de"; }

.searchmask .fa-meetup:before {
  content: "\f2e0"; }

.searchmask .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.searchmask .sr-only-focusable:active, .searchmask .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
.searchmask .beButton {
  border: 0 none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #00afff none repeat scroll 0 0;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  line-height: 54px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0 7px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

.searchmask .bodylang-ru .beButton {
  font-size: 14px; }

.searchmask .beButton:hover {
  transition: all 0.2s ease-in-out;
  background: #008ccc; }

.searchmask a.beButton:hover, .searchmask a.beButton:focus {
  color: white;
  text-decoration: none; }

.searchmask .whiteButton {
  background: white;
  color: #202020; }

.searchmask a.whiteButton:focus {
  color: #202020; }

.searchmask .darkButton {
  background-color: #303030;
  color: white; }

.searchmask .darkButton:hover, .searchmask darkButton:focus {
  background-color: #000;
  color: white; }

.searchmask .greyButton {
  background: #f5f5f5;
  color: #202020; }

.searchmask .whiteButtonBorder {
  border: 1px solid #e0e0e0;
  background: white;
  color: #202020; }
  .searchmask .whiteButtonBorder:hover {
    background: #e0e0e0; }

.searchmask .blueTextButton {
  background: transparent;
  color: #00afff;
  border: 0; }

.searchmask .blueTextButton:hover {
  color: #008ccc;
  background: transparent; }

.searchmask .beButton.disabled {
  background: #f5f5f5;
  color: #adadad; }

.searchmask .prBackBtnMobile {
  display: none !important; }

.searchmask .bookMultiRoomButton {
  line-height: 44px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: -14px; }

.searchmask .enlargedBtn {
  line-height: 44px;
  font-size: 16px;
  padding: 0 30px;
  margin-top: 5px; }

.searchmask .noAvNewSearch {
  margin: 30px auto;
  max-width: 260px; }

.searchmask .profileLoginButton {
  text-transform: none;
  line-height: 38px; }

.searchmask .smallerButton {
  text-transform: none;
  line-height: 38px; }

.searchmask .autoWidth {
  width: auto;
  padding-left: 15px;
  padding-right: 15px; }

.searchmask .darkLoginButton {
  text-transform: none;
  line-height: 38px;
  background: #303030; }
  .searchmask .darkLoginButton:hover {
    background: #4a4a4a; }

.searchmask .loginEnrollBtn {
  text-transform: none; }

.searchmask .cardButton {
  border-radius: 0;
  color: #313131;
  border: solid 2px #313131;
  background: transparent;
  height: auto;
  line-height: 1.2;
  padding: 6px 20px;
  font-family: 'ProximaNovaA-Semibold', Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 19.2px; }
  .searchmask .cardButton:focus {
    color: #313131 !important;
    background: transparent; }
  .searchmask .cardButton:hover {
    background: #313131;
    color: white !important; }
  .searchmask .cardButton.inline {
    display: inline-block !important;
    width: auto !important; }

@media (max-width: 767px) {
  .searchmask .beButton {
    line-height: 40px; }

  .searchmask .enlargedBtn {
    line-height: 70px; }

  .searchmask .blueTextButton {
    font-size: 15px; }}

@media (max-width: 575px) {
  .searchmask .prBackBtnMobile {
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px; }

  .searchmask .prBackBtnDesktop {
    display: none; }

  .searchmask .enlargedBtn {
    max-width: 100%; }

  .searchmask .validationMessageWrapper {
    width: 100%; }

  .searchmask .mobileButtonSpacing > div {
    margin-bottom: 15px; }

  .searchmask .enlargedBtnMobile {
    line-height: 50px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px; }}
/* Holds the whole sm with BG */
.searchmask .sm-container {
  margin-bottom: 0px;
  height: 100%;
  background-color: transparent; }

.searchmask .newSearchMaskContainer {
  float: left;
  width: 100%;
  position: relative; }

.searchmask .newSearchMaskContainerBackground {
  box-shadow: 0 0 21px -10px rgba(0, 0, 0, 0.2);
  background: white;
  position: relative; }

.searchmask .searchMaskSpacer {
  margin-bottom: 15px;
  float: left;
  width: 100%; }

.searchmask .profilemanagement .sm-container {
  width: 100%;
  padding: 0; }

.searchmask .smSummary.profilemanagement {
  display: none; }

.searchmask .profilemanagement .searchMaskWrapper {
  position: static;
  height: 500px;
  background: url(https://booking.laplandhotels.com/clients/lapland/media/images/manageprofile/profilemanagement-searchmask-bg.jpg);
  background-size: cover;
  background-position: center; }

.searchmask .homeSmTitle {
  font-family: 'ProximaNova-Semibold', arial, sans-serif;
  font-weight: 500;
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
  display: none; }

.searchmask .reasonForStayContainer {
  padding: 0 0 30px;
  display: none; }
  .searchmask .reasonForStayContainer .reasonPadding {
    padding-left: 10px;
    padding-right: 10px; }
  .searchmask .reasonForStayContainer .reasonForStay {
    background: #656565;
    border-radius: 50px;
    line-height: 51px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 0 30px;
    text-transform: uppercase;
    cursor: pointer; }
    .searchmask .reasonForStayContainer .reasonForStay i {
      margin-right: 10px; }
    .searchmask .reasonForStayContainer .reasonForStay.active {
      color: #202020;
      background: white; }

.searchmask .smSummary {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0; }
  .searchmask .smSummary.home {
    display: none; }
  .searchmask .smSummary.profile {
    border-bottom: 0; }

.searchmask .smSummaryBgWrap {
  background: white;
  width: 100%; }

.searchmask .home .smSummaryBgWrap {
  background: transparent; }

.searchmask .smSummaryBGTransparentWrap {
  background: rgba(255, 255, 255, 0.8);
  width: 100%; }

.searchmask .smSummaryDetails {
  padding: 15px 0;
  font-weight: 200; }

.searchmask .smSummaryTotalPrice {
  color: ;
  font-size: 22px;
  cursor: pointer;
  padding: 15px 0; }

.searchmask .toggleSearchMaskBtn {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase; }
  .searchmask .toggleSearchMaskBtn.open {
    background: white; }
    .searchmask .toggleSearchMaskBtn.open .smOpenSearchIcon {
      display: none; }
    .searchmask .toggleSearchMaskBtn.open .smCloseSearchIcon {
      display: inline-block; }
  .searchmask .toggleSearchMaskBtn .smOpenSearchIcon {
    color: #adadad; }
  .searchmask .toggleSearchMaskBtn .smCloseSearchIcon {
    display: none; }

.searchmask .smSummaryTotalPriceArrow {
  font-size: 16px;
  top: -2px;
  position: relative; }

.searchmask .smInputs {
  line-height: 54px;
  font-weight: 600;
  font-size: 16px;
  position: relative; }
  .searchmask .smInputs.hotels, .searchmask .smInputs.availability, .searchmask .smInputs.profile, .searchmask .smInputs.confirmation {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 999; }
  .searchmask .smInputs.availabilityFound {
    top: 220px; }

.searchmask .smCompanyNameText {
  max-height: 34px; }

.searchmask .smSummaryBorderRight {
  border-right: 1px solid white;
  box-shadow: inset -1px 0px 0px 0px #ededed; }

.searchmask .smSummaryBorderLeft {
  border-left: 1px solid white;
  box-shadow: inset 1px 0px 0px 0px #ededed; }

.searchmask .smBorder {
  border-radius: 2px;
  /* Just to fix the corner */
  box-shadow: 1px 0 0 0 #e2e2e2, 0 1px 0 0 #e2e2e2, 1px 1px 0 0 #e2e2e2, 1px 0 0 0 #e2e2e2 inset, 0 1px 0 0 #e2e2e2 inset; }

.searchmask .smCodeHelpIcon {
  color: ;
  right: 15px;
  position: absolute;
  top: 20px;
  cursor: pointer; }

.searchmask .smClubMember {
  color: ; }

.searchmask .smCodesNotFound {
  background: white;
  position: absolute;
  left: 30px;
  z-index: 10;
  border-radius: 2px;
  box-shadow: 0px 6px 17px -9px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  top: 15px;
  top: 70px;
  left: 0;
  line-height: 1.6;
  border: 1px solid red; }
  .searchmask .smCodesNotFound:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: red;
    border-width: 10px;
    margin-left: -10px; }

.searchmask .closeSmCodesNotFound {
  position: absolute;
  right: 4px;
  top: -2px;
  cursor: pointer; }

.searchmask .smCalendar {
  cursor: pointer;
  /*max-width: 150px;*/
  background: url(https://booking.laplandhotels.com/clients/lapland/media/images/icon_calendar_input.png) no-repeat scroll right 12px #fff !important;
  display: inline-block; }

.searchmask .smArrowArrival {
  transform: rotate(45deg); }

.searchmask .smArrowDeparture {
  transform: rotate(-45deg); }

.searchmask .sm-control-label {
  font-weight: lighter;
  font-size: 15px;
  float: left;
  width: 100%; }

.searchmask .sm-form-control {
  line-height: 53px;
  height: 53px;
  border: 0;
  margin-top: 1px;
  padding: 0;
  box-shadow: none;
  font-size: 16px; }

.searchmask .sm-form-control:focus {
  box-shadow: none;
  border: none; }

.searchmask select.sm-form-control:focus {
  border: 1px solid #e2e2e2; }

.searchmask .datePickerArrivalInput, .searchmask .datePickerDepartureInput {
  cursor: pointer; }

.searchmask .searchMaskBottomButtons {
  margin-top: 15px;
  float: left;
  width: 100%; }

.searchmask .removeSearchmask {
  position: absolute;
  left: -30px;
  width: 30px;
  box-shadow: -4px 0px 12px -3px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  text-align: center;
  top: 12px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  cursor: pointer;
  background: white; }

.searchmask .newSearchMaskContainer[data-smindex="0"] .removeSearchmask {
  display: none;
  /* Hotels selection */ }

.searchmask .smHotels {
  font-size: 20px;
  color: ;
  cursor: pointer; }
  .searchmask .smHotels.selected {
    color: #202020; }
    .searchmask .smHotels.selected .smHotelsSelected {
      display: inline; }
    .searchmask .smHotels.selected .smHotelsNotSelected {
      display: none; }

.searchmask .smHotelList {
  position: absolute;
  background: white;
  z-index: 11;
  width: 100%;
  top: 0;
  padding-bottom: 15px;
  line-height: 1.4;
  box-shadow: 0px 2px 3px 0px #eee;
  display: none; }
  .searchmask .smHotelList.open {
    display: block; }
  .searchmask .smHotelList .smHotelListHeader {
    color: white;
    background: ;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer; }
  .searchmask .smHotelList h2 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: none; }
  .searchmask .smHotelList h3.smHotelListCity {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #202020;
    margin-top: 20px;
    margin-bottom: 0;
    cursor: pointer; }
  .searchmask .smHotelList .smHotelOption {
    color: #656565;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    cursor: pointer; }

.searchmask .smHotelsSelected {
  display: none;
  /* OCCUPANCY */ }

.searchmask .occupancySummary {
  position: relative;
  padding: 0px 10px;
  cursor: pointer; }

.searchmask .occupancySummary.open {
  background: ;
  color: white; }

.searchmask .occupancyDropdown {
  display: none;
  position: absolute;
  background: white;
  z-index: 9;
  width: 100%;
  top: 70px;
  left: 0;
  color: #202020;
  padding: 15px;
  border-radius: 2px;
  line-height: 1.4;
  box-shadow: 0px 2px 3px 0px #eee;
  cursor: default; }

.searchmask .occupancyDropdown:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.searchmask .smRoomDetails {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 15px;
  padding-top: 10px;
  display: none; }

.searchmask .smRoomDetails.enabled {
  display: block; }

.searchmask .smRoomDetails:first-of-type {
  padding-top: 0; }

.searchmask .removeRoom {
  color: #adadad;
  cursor: pointer; }

.searchmask .occupancyDropdown.open {
  display: block; }

.searchmask .smAmountContainer {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: white;
  float: left;
  width: auto;
  line-height: 34px; }

.searchmask .smBtn {
  width: 30px;
  text-align: center;
  float: left;
  cursor: pointer; }

.searchmask select.sm-form-control {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 36px;
  padding-left: 10px;
  cursor: pointer;
  line-height: 36px; }

.searchmask select.sm-form-control:after {
  content: " ";
  background: black;
  width: 10px;
  height: 10px; }

.searchmask select.sm-form-control::-ms-expand {
  display: none; }

.searchmask .smSelectWrapper {
  position: relative; }

.searchmask .smSelectWrapper:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 14px;
  right: 12px;
  top: 8px;
  position: absolute;
  z-index: 10; }

.searchmask .smBtn.minus {
  border-right: 1px solid #e2e2e2; }

.searchmask .smBtn.plus {
  border-left: 1px solid #e2e2e2; }

.searchmask .smAmount {
  width: 40px;
  float: left;
  text-align: center; }

.searchmask .smAddRoomBtn {
  padding: 10px 0;
  cursor: pointer;
  float: left; }

.searchmask .closeOccupancyButton {
  float: right;
  padding: 10px 0;
  cursor: pointer; }

.searchmask .selectDatesButton {
  float: right;
  padding: 10px 0;
  cursor: pointer;
  /* Calendar */ }

.searchmask .datepickerOverlay {
  width: 100%;
  background: white;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  box-shadow: 0px 2px 3px 0px #eee;
  display: none; }
  .searchmask .datepickerOverlay .datepickerHotelName {
    margin: 0;
    line-height: 54px; }
  .searchmask .datepickerOverlay .smDpArrivalDate {
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 0 10px; }
    .searchmask .datepickerOverlay .smDpArrivalDate.active {
      background: ;
      color: white; }
  .searchmask .datepickerOverlay .smDpDepartureDate {
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 0 10px; }
    .searchmask .datepickerOverlay .smDpDepartureDate.active {
      background: ;
      color: white; }
  .searchmask .datepickerOverlay .closeDatepickerOverlay {
    text-align: center;
    cursor: pointer;
    font-size: 18px; }

.searchmask .datepicker .prev {
  color: ;
  text-align: center; }
  .searchmask .datepicker .prev:hover {
    background: white; }

.searchmask .datepicker .next {
  color: ;
  text-align: center; }
  .searchmask .datepicker .next:hover {
    background: white; }

.searchmask .datepicker .selectedClass {
  background: rgba(0, 175, 255, 0.2) !important;
  box-shadow: inset 0 0 1px 1px ; }
  .searchmask .datepicker .selectedClass span {
    background: transparent !important; }
    .searchmask .datepicker .selectedClass span:hover {
      background: transparent !important; }
  .searchmask .datepicker .selectedClass span::before {
    content: "\f061";
    position: absolute;
    font-family: 'FontAwesome';
    right: 22px;
    font-size: 15px;
    transform: rotate(45deg); }
  .searchmask .datepicker .selectedClass:hover span {
    background: transparent !important; }

.searchmask .datepicker .hoveredDate {
  background: rgba(0, 175, 255, 0.2) !important;
  box-shadow: inset 0 0 1px 1px ; }
  .searchmask .datepicker .hoveredDate span {
    background: transparent !important; }
    .searchmask .datepicker .hoveredDate span:hover {
      background: transparent !important; }

.searchmask .datepickerDeparture td.day:hover span:before {
  content: "\f061";
  position: absolute;
  font-family: 'FontAwesome';
  right: 22px;
  font-size: 15px;
  transform: rotate(-45deg); }

.searchmask .datepickerDeparture td.disabled:hover span:before {
  display: none; }

.searchmask .datepickerOverlay.open {
  display: block; }

.searchmask .datepicker-inline, .searchmask .table-condensed {
  width: auto; }

.searchmask .datepicker .datepicker-switch:hover {
  background: transparent; }

.searchmask .datepicker table tr td, .searchmask .datepicker table tr th {
  width: 12%; }

.searchmask .datepicker table tr td {
  height: 52px;
  border-radius: 0;
  border: 1px solid #eee;
  line-height: 2 !important;
  vertical-align: top;
  text-align: right; }

.searchmask .datepicker table tr td span {
  display: block;
  width: auto;
  height: auto;
  line-height: inherit;
  float: none;
  margin: 0;
  cursor: pointer;
  position: relative;
  border-radius: 4px; }

.searchmask .datepicker table tr td.today span {
  background: #202020 !important;
  color: white;
  padding: 3px 8px;
  border-radius: 50px;
  display: inline; }
  .searchmask .datepicker table tr td.today span:before {
    right: 37px;
    color: black; }

.searchmask .datepicker table tr td.day:hover, .searchmask .datepicker table tr td.focused {
  background: #eee;
  border-color: #eee;
  cursor: pointer; }

.searchmask .datepicker table tr td.today:hover {
  background: rgba(0, 175, 255, 0.1);
  box-shadow: inset 0 0 1px 1px ;
  cursor: pointer; }

.searchmask .datepicker table tr td.today.disabled:hover, .searchmask .datepicker table tr td.today[disabled]:hover, .searchmask fieldset[disabled] .datepicker table tr td.today:hover, .searchmask .datepicker table tr td.today.disabled:focus, .searchmask .datepicker table tr td.today[disabled]:focus, .searchmask fieldset[disabled] .datepicker table tr td.today:focus, .searchmask .datepicker table tr td.today.disabled.focus, .searchmask .datepicker table tr td.today.focus[disabled], .searchmask fieldset[disabled] .datepicker table tr td.today.focus {
  background: white; }

.searchmask .datepicker table tr td.day:hover, .searchmask .datepicker table tr td.focused {
  background: rgba(0, 175, 255, 0.1);
  border-color: #eee;
  box-shadow: inset 0 0 1px 1px ;
  cursor: pointer; }
  .searchmask .datepicker table tr td.day:hover span, .searchmask .datepicker table tr td.focused span {
    background: transparent; }

.searchmask .datepicker table tr td.disabled:hover {
  background: white;
  border-color: #eee !important;
  box-shadow: none;
  cursor: disabled; }
  .searchmask .datepicker table tr td.disabled:hover span {
    background: transparent; }

.searchmask .datepicker .table-condensed thead tr th.thEmpty {
  width: 20px !important; }

.searchmask .datepicker table tr td.today {
  background: white;
  border: 1px solid #eee; }

.searchmask .datepicker table tr td.today.disabled, .searchmask .datepicker table tr td.today.disabled:active {
  background: white; }

.searchmask .datepicker .cw {
  font-size: 10px;
  width: 1% !important;
  padding: 0 2px 0 5px;
  vertical-align: middle;
  border: 0; }

.searchmask .datepicker table tr td.active:active, .searchmask .datepicker table tr td.active.highlighted:active, .searchmask .datepicker table tr td.active.active, .searchmask .datepicker table tr td.active.highlighted.active {
  color: inherit;
  background-color: #286090;
  border-color: transparent; }

.searchmask .datepicker table tr td.active.calNoAvailability:active, .searchmask .datepicker table tr td.active.highlighted.calNoAvailability:active, .searchmask .datepicker table tr td.active.calNoAvailability.active, .searchmask .datepicker table tr td.active.highlighted.calNoAvailability.active {
  color: #aaa; }

.searchmask .datepicker .day.hasRestrictionClosed {
  background: #eee; }

.searchmask .datepickerDeparture td.selectedClass:hover span::before {
  display: block !important;
  transform: rotate(45deg); }

.searchmask .datepicker table tr td.day:hover, .searchmask .datepicker table tr td.focused {
  box-shadow: none !important; }

.searchmask .datepicker table tr td.day:hover, .searchmask .datepicker table tr td.focused:hover {
  box-shadow: none !important; }

.searchmask .smValidationError {
  background: #ffab9f !important; }

.searchmask .datesLoading {
  display: none;
  text-align: center;
  line-height: 1;
  padding-top: 10px; }

.searchmask .calNoAvailability {
  background: #eee !important;
  color: #aaa; }

.searchmask .calHasRestrictions span::after {
  position: absolute;
  content: "\f05a";
  bottom: -20px;
  right: 0;
  font-family: FOntAwesome;
  color: red; }

.searchmask .smArrLabel, .searchmask .smDepLabel {
  font-size: 12px;
  font-weight: normal; }

.searchmask .searchmaskAnnouncement {
  background: white;
  padding: 15px 15px 1px;
  line-height: 1.5;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 2px 14px -2px rgba(0, 0, 0, 0.5);
  /* MAP */ }

.searchmask .smMapOverlay {
  position: absolute;
  background: white;
  width: 100%;
  height: auto;
  top: 0;
  padding: 30px;
  z-index: 5;
  left: 0;
  box-shadow: 0 0 48px -20px rgba(0, 0, 0, 0.5); }
  .searchmask .smMapOverlay .smMapContainer {
    max-width: 320px;
    margin: 0 auto;
    position: relative; }
  .searchmask .smMapOverlay .closeMap {
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50px;
    background-color: #202020;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-align: center; }
  .searchmask .smMapOverlay .smMapImage {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  .searchmask .smMapOverlay .mapCity {
    cursor: pointer;
    position: absolute; }
    .searchmask .smMapOverlay .mapCity.levi {
      top: 153px;
      left: 143px; }
    .searchmask .smMapOverlay .mapCity.olos {
      top: 137px;
      left: 63px; }
    .searchmask .smMapOverlay .mapCity.hetta {
      top: 108px;
      left: 70px; }
    .searchmask .smMapOverlay .mapCity.pallas {
      top: 130px;
      left: 118px; }
    .searchmask .smMapOverlay .mapCity.kilpis {
      top: 51px;
      left: 36px; }
    .searchmask .smMapOverlay .mapCity.saariselka {
      top: 112px;
      left: 200px; }
    .searchmask .smMapOverlay .mapCity.yllas {
      top: 168px;
      left: 74px; }
    .searchmask .smMapOverlay .mapCity.luosto {
      top: 200px;
      left: 200px; }
    .searchmask .smMapOverlay .mapCity.rovaniemi {
      top: 255px;
      left: 181px; }
    .searchmask .smMapOverlay .mapCity.oulu {
      top: 337px;
      left: 104px; }
    .searchmask .smMapOverlay .mapCity.tampere {
      top: 561px;
      left: 93px; }
    .searchmask .smMapOverlay .mapCity.helsinki {
      top: 620px;
      left: 129px; }
    .searchmask .smMapOverlay .mapCity.kuopio {
      top: 466px;
      left: 193px; }

@media (min-width: 768px) {
  .searchmask .datepicker-switch {
    text-transform: uppercase;
    position: absolute;
    width: 160px;
    left: 50%;
    top: 0;
    text-align: center;
    margin-left: -80px;
    padding: 0; }}

@media (max-width: 767px) {
  .searchmask .homeSmTitle {
    font-size: 16px; }

  .searchmask .datepicker-switch {
    text-transform: uppercase; }

  .searchmask .sm-line-height {
    line-height: 50px; }

  .searchmask .smHotelList {
    position: fixed;
    left: 0;
    overflow: scroll;
    height: 100vh;
    top: 3px;
    width: 103%; }
    .searchmask .smHotelList .smHotelListHeader {
      line-height: 46px; }
    .searchmask .smHotelList h2 {
      background: #eee;
      border-bottom: 2px solid #ddd;
      margin: 0;
      padding: 10px; }

  .searchmask .hotelListSubMenuContent {
    padding: 0 10px 10px; }

  .searchmask .mobHotelList {
    padding: 0; }
    .searchmask .mobHotelList .col-sm-24 {
      padding: 0;
      padding-left: 10px; }

  .searchmask .bindToggleHotelListSubmenuContent {
    display: none; }
    .searchmask .bindToggleHotelListSubmenuContent.open {
      display: block; }

  .searchmask .bindToggleHotelListSubmenu {
    cursor: pointer; }
    .searchmask .bindToggleHotelListSubmenu .hotelListSubMenuPlus, .searchmask .bindToggleHotelListSubmenu .hotelListSubMenuMinus {
      float: right; }
    .searchmask .bindToggleHotelListSubmenu .hotelListSubMenuPlus {
      display: block; }
    .searchmask .bindToggleHotelListSubmenu .hotelListSubMenuMinus {
      display: none; }
    .searchmask .bindToggleHotelListSubmenu.open .hotelListSubMenuPlus {
      display: none; }
      .searchmask .bindToggleHotelListSubmenu.open .hotelListSubMenuMinus {
        display: block; }

  .searchmask .smInputs {
    font-size: 14px; }
    .searchmask .smInputs.hotels {
      top: 0; }
    .searchmask .smInputs.hotels, .searchmask .smInputs.availability, .searchmask .smInputs.profile, .searchmask .smInputs.confirmation {
      z-index: 9; }

  .searchmask .smHotels {
    font-size: 14px; }

  .searchmask .smClubLabel .skinnedCheck.checked::after {
    top: 1px; }

  .searchmask .smClubMember {
    color: #00afff;
    line-height: 20px;
    padding-top: 10px; }

  .searchmask .occupancySummary {
    white-space: nowrap;
    overflow-x: hidden; }
    .searchmask .occupancySummary.open {
      overflow-x: unset; }

  .searchmask .occupancyDropdown {
    width: 150%;
    top: 55px;
    box-shadow: none; }
    .searchmask .occupancyDropdown.open {
      box-shadow: none; }

  .searchmask .datepicker-inline, .searchmask .table-condensed {
    width: 100%; }

  .searchmask .datepickerOverlay {
    position: fixed;
    padding: 15px 10px;
    top: 49px;
    z-index: 99; }

  .searchmask .datepicker table tr td {
    text-align: center;
    vertical-align: middle; }

  .searchmask .datepicker .selectedClass span::before {
    left: 0;
    right: auto;
    bottom: -14px; }

  .searchmask .datepickerDeparture td.day:hover span::before {
    right: auto;
    left: 0;
    bottom: -14px; }

  .searchmask .reasonForStayContainer .reasonForStay {
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px; }

  .searchmask .sm-container, .searchmask .searchMaskWrapper {
    background: transparent; }

  .searchmask .smSummary {
    margin: 0;
    background: white; }

  .searchmask .smSummaryDetails {
    border-radius: 2px;
    padding: 0 10px;
    box-shadow: 1px 0 0 0 #e2e2e2, 0 1px 0 0 #e2e2e2, 1px 1px 0 0 #e2e2e2, 1px 0 0 0 #e2e2e2 inset, 0 1px 0 0 #e2e2e2 inset;
    font-size: 14px;
    font-weight: 600;
    text-align: left; }

  .searchmask .smSummaryBorderRight {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2; }

  .searchmask .newSearchMaskContainerBackground {
    box-shadow: none; }

  .searchmask .smInputs.availability, .searchmask .smInputs.profile, .searchmask .smInputs.confirmation {
    display: none;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2; }

  .searchmask .newSearchMaskContainerBackground {
    margin-left: -10px;
    margin-right: -10px; }

  .searchmask .smProfileHotelSummary {
    border-bottom: 1px solid #e2e2e2;
    line-height: 50px; }

  .searchmask .smMobileProfileBackBtn {
    border-right: 1px solid #e2e2e2;
    width: 25px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding-right: 10px; }}

@media (max-width: 575px) {
  .searchmask .smMapOverlay {
    position: absolute;
    top: 0;
    padding: 0;
    left: 0; }

  .searchmask .reasonForStayContainer {
    display: none; }
    .searchmask .reasonForStayContainer .reasonForStay {
      font-size: 11px; }
      .searchmask .reasonForStayContainer .reasonForStay i {
        margin-right: 2px; }
    .searchmask .reasonForStayContainer .reasonPadding {
      padding-left: 5px;
      padding-right: 5px; }

  .searchmask .sm-company-line-height {
    line-height: 25px; }

  .searchmask .smSummaryBorderLeft {
    border-left: 0px solid white; }}

.searchmask .datesLoading {
  float: right; }

.searchmask .calValidForDeparture {
  background: #fff !important;
  background: -moz-linear-gradient(-68deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(51%, #eee), color-stop(100%, #eee)) !important;
  background: -webkit-linear-gradient(-68deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
  background: -o-linear-gradient(-68deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
  background: -ms-linear-gradient(-68deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
  background: linear-gradient(158deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1) !important; }

.searchmask .datepicker .selectedClass.calValidForDeparture {
  background: #fff !important;
  background: -moz-linear-gradient(-68deg, #fff 0%, rgba(0, 175, 255, 0.2) 50%, #eee 51%, #eee 100%) !important;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 175, 255, 0.2)), color-stop(50%, #fff), color-stop(51%, #eee), color-stop(100%, #eee)) !important;
  background: -webkit-linear-gradient(-68deg, #fff 0%, rgba(0, 175, 255, 0.2) 50%, #eee 51%, #eee 100%) !important;
  background: -o-linear-gradient(-68deg, #fff 0%, rgba(0, 175, 255, 0.2) 50%, #eee 51%, #eee 100%) !important;
  background: -ms-linear-gradient(-68deg, #fff 0%, rgba(0, 175, 255, 0.2) 50%, #eee 51%, #eee 100%) !important;
  background: linear-gradient(158deg, #fff 0%, rgba(0, 175, 255, 0.2) 50%, #eee 51%, #eee 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1) !important; }

.searchmask .smLegend {
  float: left;
  line-height: 1;
  padding-top: 4px;
  font-weight: normal; }
  .searchmask .smLegend .smLegendBox {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 23px;
    display: inline-block;
    border: 2px solid #eee;
    background: white;
    top: 5px;
    position: relative; }
    .searchmask .smLegend .smLegendBox.noAv {
      background: #eee; }
    .searchmask .smLegend .smLegendBox.forDeparture {
      background: #fff !important;
      background: -moz-linear-gradient(-45deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(51%, #eee), color-stop(100%, #eee)) !important;
      background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
      background: -o-linear-gradient(-45deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
      background: -ms-linear-gradient(-45deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
      background: linear-gradient(135deg, #fff 0%, #fff 50%, #eee 51%, #eee 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1) !important; }

.searchmask .smInsertGiftcard {
  color: white; }

.searchmask .giftcardInfoInCode {
  line-height: 1;
  padding: 19px 0; }

.searchmask .smInsertGiftcard:hover, .searchmask .smInsertGiftcard:focus {
  color: white;
  text-decoration: underline; }

.searchmask .sm-gift-button {
  line-height: 38px; }

.searchmask .giftCardValidatedText {
  display: block;
  line-height: 0px;
  padding-top: 10px;
  color: white; }

.searchmask .gcInfoContainer {
  padding: 10px;
  line-height: 1;
  font-weight: normal;
  text-align: left; }
  .searchmask .gcInfoContainer p {
    margin-bottom: 5px; }

.searchmask .profile .smSummaryBGTransparentWrap {
  background: #fff;
  width: 100%;
  border-top: 1px solid #eee; }

.searchmask .smLegendRestrictions {
  float: left;
  width: 100%;
  line-height: 1;
  font-weight: normal;
  margin-top: 15px;
  padding: 0px 25px; }
  .searchmask .smLegendRestrictions i {
    color: red;
    vertical-align: top; }
  .searchmask .smLegendRestrictions .smLegendRestrictionsText {
    display: inline-block; }

.searchmask .bodylang-ru .datePickerArrivalInput, .searchmask .bodylang-ru .datePickerDepartureInput {
  font-size: 14px; }

.searchmask .bodylang-ru .smArrLabel, .searchmask .bodylang-ru .smDepLabel {
  font-size: 9px; }

.searchmask .bodylang-ru .datepickerOverlay .smDpArrivalDate, .searchmask .bodylang-ru .datepickerOverlay .smDpDepartureDate {
  font-size: 12px;
  /* vertical searchmask overrides */ }

.searchmask .-sm-vertical .reasonForStayContainer {
  padding: 0 0 30px 0;
  width: 100%; }

.searchmask .-sm-vertical .reasonForStayContainer .reasonForStay {
  text-align: center;
  border-radius: 0; }

.searchmask .-sm-vertical .reasonForStayContainer .reasonForStay i {
  position: absolute;
  top: 17px;
  left: 30px; }

.searchmask .-sm-vertical .sm-search-button {
  border-radius: 0; }

.searchmask .-sm-vertical .smMapOverlay {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: black;
  display: flex; }

.searchmask .-sm-vertical .smMapOverlay .smMapContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  flex-grow: 1;
  display: flex;
  max-width: none;
  max-width: 500px; }

.searchmask .-sm-vertical .smMapOverlay .smMapImage {
  object-fit: contain;
  object-position: top; }

.searchmask .-sm-vertical .smMapOverlay .mapCity {
  color: white;
  line-height: 1.2; }

.searchmask .-sm-vertical .mapCityLogo {
  width: 18px;
  height: 18px;
  top: -2px;
  position: relative; }

.searchmask .-sm-vertical .mapCity.levi {
  top: 167px;
  left: 205px; }

.searchmask .-sm-vertical .mapCity.olos {
  top: 163px;
  left: 146px; }

.searchmask .-sm-vertical .mapCity.hetta {
  top: 126px;
  left: 132px; }

.searchmask .-sm-vertical .mapCity.pallas {
  top: 149px;
  left: 191px; }

.searchmask .-sm-vertical .mapCity.kilpis {
  top: 84px;
  left: 107px; }

.searchmask .-sm-vertical .mapCity.saariselka {
  top: 128px;
  left: 272px; }

.searchmask .-sm-vertical .mapCity.yllas {
  top: 188px;
  left: 152px; }

.searchmask .-sm-vertical .mapCity.luosto {
  top: 213px;
  left: 252px; }

.searchmask .-sm-vertical .mapCity.rovaniemi {
  top: 269px;
  left: 236px; }

.searchmask .-sm-vertical .mapCity.oulu {
  top: 367px;
  left: 193px; }

.searchmask .-sm-vertical .mapCity.tampere {
  top: 604px;
  left: 184px; }

.searchmask .-sm-vertical .mapCity.helsinki {
  top: 704px;
  left: 216px; }

.searchmask .-sm-vertical .mapCity.kuopio {
  top: 508px;
  left: 316px; }

.searchmask .-sm-vertical .closeMap {
  border: 4px solid white;
  line-height: 32px;
  font-size: 24px; }

@media (min-width: 768px) {
  .searchmask .-sm-vertical .smHotelList {
    width: 728px; }

  .searchmask .-sm-vertical .datepickerOverlay {
    width: 728px; }}

@media (min-width: 992px) {
  .searchmask .-sm-vertical .smHotelList {
    width: 960px; }

  .searchmask .-sm-vertical .datepickerOverlay {
    width: 960px; }}

@media (max-width: 767px) {
  .searchmask .-sm-vertical .smClubMember {
    padding-top: 16px;
    padding-bottom: 16px; }}

@media (max-width: 500px) {
  .searchmask .-sm-vertical .smMapOverlay .smMapContainer {
    max-width: 360px; }}

@media (max-width: 767px) {
/* new sm 2020 */
    .searchmask .giftcardInfoInCode {
      padding: 13px 0; }
    .searchmask body.profile.hasGiftcard {
      padding-top: 60px; }
    .searchmask .profile .smSummaryBGTransparentWrap {
      border-top: 0px; }}

.searchmask .searchMaskWrapper {
  padding: 0;
  background: #d1d3d4;
  z-index: 9;
  position: static; }

.searchmask .sm-container {
  padding: 0; }

.searchmask .newSearchMaskContainerBackground {
  background: transparent;
  box-shadow: none; }

.searchmask .sm-input {
  background: #ededee;
  border: 1px solid #414042;
  padding: 0 10px;
  float: left;
  width: 100%; 
  height: 46px;
line-height: 46px;
  }

.searchmask .mobileCloseOccupancy {
  display: none; }

.searchmask .sm-search-button {
  border-radius: 5px;
  background: #414042 !important;
  border-color: #414042 !important;
  font-weight: lighter;
  font-size: 14px;
  position: relative;
  top: -3px;
  height: 52px;
  line-height: 49px; }

.searchmask .sm-search-button:hover {
  background: #2d2d2d !important;
  color: white !important;
  border-color: #2d2d2d !important; }

.searchmask .smHotels {
  font-size: 14px;
  cursor: pointer;
  font-weight: normal; }

.searchmask .smInputs {
  font-weight: 300;
  font-size: 14px;
  line-height: 44px;
  padding-top: 30px; }

.searchmask .sm-form-control {
  border-radius: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 46px;
  height: 46px; }

.searchmask .datePickerArrivalInput, .searchmask .datePickerDepartureInput {
  cursor: pointer;
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  padding-left: 20px; }

.searchmask .smArrowArrival, .searchmask .smArrowDeparture {
  display: none; }

.searchmask .occupancySummary {
  padding: 0; }

.searchmask .newSearchMaskContainerBackground > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.searchmask .smallLine {
  line-height: 20px;
  height: auto;
  margin-top: 10px; }

.searchmask .datePickerArrivalInput .smArrLabel, .searchmask .datePickerDepartureInput .smDepLabel {
  display: none; }

.searchmask .datePickerArrivalInput:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://booking.laplandhotels.com/clients/lapland/media/images/newsearchmask/kalenteri.png) no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 12px;
  left: 0; }

.searchmask .datePickerDepartureInput:before {
  content: "";
  width: 13px;
  height: 20px;
  background: url(https://booking.laplandhotels.com/clients/lapland/media/images/newsearchmask/nuoli_sivulle.png) no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 12px;
  left: 0; }

.searchmask .occupancySummary {
  position: relative; }

.searchmask .occupancySummary:before {
  content: "";
  width: 28px;
  height: 23px;
  background: url(https://booking.laplandhotels.com/clients/lapland/media/images/newsearchmask/hahmo.png) no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 12px;
  left: 5px; }

.searchmask .occupancySummary.open {
  color: black; }

.searchmask .occupancySummary.open .sm-input {
  background: white; }

.searchmask .occupancySummary .sm-input {
  line-height: 21px;
  padding: 1px 10px 1px 40px; }

.searchmask .occupancyDropdown {
  top: 60px;
  min-width: 320px; }

.searchmask .helpToolTip {
  top: 60px; }

.searchmask .smClubMember {
  text-align: right; }

.searchmask .smInsertGiftcard {
  color: #2d2d2d; }

.searchmask .datepickerOverlay {
  z-index: 11; }

.searchmask .smInputs.hotels, .searchmask .smInputs.availability, .searchmask .smInputs.profile, .searchmask .smInputs.confirmation {
  display: none;
  position: relative;
  top: auto;
  left: 0;
  z-index: 9;
  padding: 30px 0 0;
  background: transparent; }

.searchmask .sm-mob-toggle-code {
  display: none; }

.searchmask .smCodeHelpIcon {
  top: 16px; }

.searchmask .profilemanagement .smInputs.profilemanagement {
  margin-top: 220px; }

.searchmask .smInputs.profilemanagement {
  padding-top: 0; }

.searchmask .availability .searchMaskWrapper {
  background: white; }

.searchmask .profile .searchMaskWrapper {
  background: white; }

.searchmask .confirmation .searchMaskWrapper, .searchmask .modifyconfirmation .searchMaskWrapper {
  background: white; }

.searchmask .hotelsFlex {
  height: 100%;
  display: flex;
  align-items: center;
  max-height: 46px; }
  .searchmask .hotelsFlex .smSelectedHotel {
    line-height: 22px;
    padding-left: 10px; }

.searchmask .closeSmInputs {
  display: block;
  background: url(https://booking.laplandhotels.com/clients/lapland/media/images/manageprofile/icon-close.gif) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  float: right;
  cursor: pointer;
  position: absolute;
  right: -35px;
  top: 7px; }

@media (max-width: 767px) {
	.searchmask {
	padding-top: 10px;
		width: 100%;
	}
  .searchmask .mobileCloseOccupancy {
    display: block;
    background: url(https://booking.laplandhotels.com/clients/lapland/media/images/manageprofile/icon-close.gif) no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    float: right;
    cursor: pointer; }

  .searchmask .closeSmInputs {
    right: 11px;
    top: 0; }

  .searchmask .sm-mob-toggle-code {
    display: block; }

  .searchmask {
    position: fixed;
    bottom: 0;
    background: #d1d3d4;
    top: auto;
	z-index: 10;}
	.searchmask .smInputs {
	padding-top: 0;}

  .searchmask .smInputs.hotels, .searchmask .smInputs.availability, .searchmask .smInputs.profile, .searchmask .smInputs.confirmation {
    z-index: 10;
    padding-left: 15px;
    padding-right: 15px; }

  .searchmask .newSearchMaskContainerBackground > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px; }

  .searchmask .sm-search-button {
    top: 0; }

  .searchmask .occupancyDropdown {
    position: fixed;
    top: 49px;
    height: 100vh;
    width: 100%; }

  .searchmask .occupancyDropdown::after {
    display: none; }

  .searchmask .mob-order-1 {
    order: 1; }

  .searchmask .mob-order-2 {
    order: 2; }

  .searchmask .mob-order-3 {
    order: 3; }

  .searchmask .mob-order-4 {
    order: 4; }

  .searchmask .mob-order-5 {
    order: 5; }

  .searchmask .mob-order-6 {
    order: 6; }

  .searchmask .smClubMember {
    margin-top: 0;
    padding: 0;
    text-align: center; }

  .searchmask .smClubLabel {
    background: #ededee;
    display: block;
    border-radius: 0;
    line-height: 44px;
    border: 1px solid #414042; }

  .searchmask #SMJSON-combinedCode {
    display: none; }

  .searchmask .smCodeHelpIcon {
    display: none; }

  .searchmask .sm-mob-toggle-code {
    text-align: center;
    cursor: pointer; }

  .searchmask .sm-mob-toggle-code:after {
    text-align: center;
    content: "";
    background: url(https://booking.laplandhotels.com/clients/lapland/media/images/newsearchmask/nuoli_alas.png) no-repeat;
    display: block;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 18px;
    margin: -5px auto 0; }}

@media (max-width: 500px) {
  .searchmask .sm-input {
    font-size: 12px; }

  .searchmask .smClubMember {
    font-size: 12px; }}
.searchmask .beButton {
  background: #000;
  border: 2px solid black; }

.searchmask .beButton:hover {
  color: #2d2d2d;
  background-color: #e6e6e6;
  border-color: #adadad; }

.searchmask .beButton:focus, .searchmask .beButton:active {
  outline: none; }

.searchmask .greyButton {
  background: #f5f5f5;
  color: #202020;
  border-color: #f5f5f5; }

.searchmask .cardButton {
  border-radius: 0;
  color: #313131;
  border: solid 2px #313131;
  background: transparent;
  height: auto;
  line-height: 1.2;
  padding: 6px 20px;
  font-family: 'ProximaNovaA-Semibold', Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 19.2px; }

.searchmask .cardButton:hover {
  background: #313131;
  background-color: #313131;
  color: white !important; }

.searchmask a {
  color: #000; }

.searchmask a:hover {
  color: #000; }

.searchmask .profileMemberCard a {
  color: white; }

.searchmask .smClubMember {
  color: #2d2d2d; }

.searchmask .smCodeHelpIcon {
  color: #000; }

.searchmask .btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.searchmask .btn-primary:hover {
  color: #2d2d2d;
  background-color: #e6e6e6;
  border-color: #adadad; }

.searchmask .btn-primary:focus, .searchmask .btn-primary:active {
  outline: none;
  box-shadow: none; }

.searchmask .reserve-button {
  color: #2d2d2d;
  background-color: white;
  border-color: white; }

.searchmask .reserve-button:hover {
  color: #2d2d2d;
  background-color: white;
  border-color: white; }

.searchmask .sm-search-button:hover {
  opacity: 1; }

.searchmask .reserve-button svg path {
  fill: #313131 !important; }

.searchmask .reserve-button:hover {
  opacity: 0.8; }

.searchmask .smHotelList .smHotelListHeader {
  background: #000; }

.searchmask .datepickerOverlay .smDpArrivalDate.active {
  background: #000; }

.searchmask .datepickerOverlay .smDpDepartureDate.active {
  background: #000; }

.searchmask .occupancySummary.open {
  background: #000; }

.searchmask .datepicker .prev, .searchmask .datepicker .next {
  color: #000; }

.searchmask .whiteButton {
  background: white;
  color: black;
  border-color: white; }

.searchmask .avRatePrice {
  color: black; }

.searchmask .bookerProfileLoggedIn {
  color: #000;
  border-color: #000; }

.searchmask .prRoomSummaryRate .prRoomSummaryRatePrice {
  color: #000; }

.searchmask .productPrice {
  color: #000; }

.searchmask .pgReadMore {
  color: #000 !important; }

.searchmask .prTC {
  color: #000; }

.searchmask .cnConfirmedAnnouncement {
  color: #000; }

.searchmask .smHotels {
  color: #000; }

.searchmask input:focus, .searchmask select:focus, .searchmask textarea:focus, .searchmask button:focus {
  outline: none; }

.searchmask .cisSelectedPackage {
  background: #000; }

.searchmask .cisPackageBorder {
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.searchmask .form-control:focus {
  border-color: #000; }

.searchmask .text-primary {
  color: #000 !important; }

.searchmask .skinnedCheck.checked {
  background-color: #000;
  border-color: #000; }

.searchmask .loginForgotPasswordLink {
  color: #000; }

.searchmask .hotHotelPrice {
  color: #000; }

.searchmask .searchmask .beButton {
  background: #000; }

.searchmask .searchmask .beButton:hover {
  color: #2d2d2d;
  background-color: #e6e6e6;
  border-color: #adadad; }

.searchmask .searchmask .smClubMember {
  color: #2d2d2d; }

.searchmask .searchmask .smCodeHelpIcon {
  color: #000; }

.searchmask .searchmask .sm-search-button:hover {
  opacity: 1; }

.searchmask .searchmask .smHotelList .smHotelListHeader {
  background: #000; }

.searchmask .searchmask .datepicker .prev, .searchmask .datepicker .next {
  color: #000; }

.searchmask .searchmask .datepickerOverlay .smDpArrivalDate.active {
  background: #000; }

.searchmask .searchmask .datepickerOverlay .smDpDepartureDate.active {
  background: #000; }

.searchmask .searchmask .occupancySummary.open {
  background: #000; }

.searchmask .searchmask .smHotels {
  color: #000; }
.smDpArrivalDate, .smDpDepartureDate {
    line-height: 46px;
}
@media (max-width: 767px) {
  .searchmask .bindShowHotelReadMore {
    cursor: pointer;
    background: transparent !important;
    border: none !important;
    color: black; 
	
	
}
	
	
.searchmask .searchMaskWrapper.scrolled {
  top: 0;
  position: static;
  
}

.RU .searchmask .smSelectedHotel {
    font-size: 10px;
}

	}


/*fixes to make calendar smaller*/
@media (min-width: 768px) {
  .searchmask .datepicker-inline {
    width: 50%;
    margin: 0 auto;
  }
  .searchmask .table-condensed {
    width: 100%;
  }

  .searchmask .datepicker table tr td {
    height: 40px;
  }

  .searchmask .datepicker .prev {
    text-align: left;
  }

  .searchmask .datepickerOverlay .datepickerHotelName {
    font-size: 1.5em;
  }
}
