@import "type.css";
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-bolditalic-webfont.eot');
    src: url('fonts/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bolditalic-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bolditalic-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-italic-webfont.eot');
    src: url('fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-italic-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-italic-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-semibolditalic-webfont.eot');
    src: url('fonts/sourcesanspro-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibolditalic-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibolditalic-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
.lomarengas-border-radius {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body {
  background: #f0f0f0;
  font-family: 'FibraOneAlt','Source Sans Pro', 'Helvetica', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 13px;
}
/*Facelift 2019*/
input,
button,
select,
textarea {
  font-size: 13px;
}
.dropdown-menu {
  font-size: 14px;
}
/*End Facelift*/
.container-fluid {
  max-width: 1250px;
}
 
.btn-rus {
 white-space: normal !important;
}


.btn,
.btn.active,
.btn:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  text-shadow: none !important;
}
.text-noshadow,
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}
label {
  font-weight: normal;
}
hr {
  border-color: #dddddd !important;
  border-style: inset !important;
  border-width: 0.5px !important;
}
.alert {
  font-weight: 600;
  margin: 10px 0 20px;
}
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  background-image: none;
  border-color: #faebcc;
}
.radioarea label {
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  margin: 0 0 5px;
  padding: 15px 15px 15px 35px;
}
.radioarea.selected label {
  border-color: #02702e;
}
.radioarea strong {
  display: block;
}

.badge {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: normal;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-normal {
  font-weight: 200;
}
.text-strong {
  font-weight: 600;
}
.text-semibold {
  font-weight: 500;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-underline {
  text-decoration: underline;
}
.text-break-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 500;
}
h1 {
  font-size: 28px;
  font-weight: 600;
}
h2 {
  font-size: 24px;
  font-weight: 600;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
h5,
h6,
h7 {
  font-size: 18px;
}
p {
  margin: 0 0 1.75em;
}
a,
a:active,
a:visited {
  color: #0664aa;
}
a:hover,
a:focus {
  color: #044779;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lrbox {
  background: #fff;
  border: 1px solid #dddddd;
}
.lrbox.padding,
.lrbox .padding {
  padding: 20px;
}
.pointer {
  cursor: pointer;
}
.animate {
  transition: all 0.12s ease-in-out;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
}
/*Facelift2019*/
.btn {
  text-transform: uppercase;
  font-size: 11px;
}
.btn-link {
  font-weight: 700;
  text-decoration: underline;
}
.btn-lomarengas {
  background: #c6171e;
  border-color: #c6171e;
  color: #fff !important;
}
.btn-lomarengas:hover,
.btn-lomarengas :focus {
  background: #e51c24;
  border-color: #e51c24;
  color: #fff !important;
}
.btn-book {
  min-width: 275px;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-icon {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.btn-icon .fa {
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 10px;
}
.btn-icon.btn-book .fa {
  font-size: 16px;
  top: 12px;
}
.btn-icon.btn-icon-right {
  padding-left: 20px;
}
.btn-icon.btn-icon-right .fa {
  left: auto;
  right: 10px;
}
.btn-icon.btn-icon-right .fa.fa-chevron-right {
  /*top: 12px;*/
  font-size: 11px;
  top: 10px;
}
.btn-lomarengas-blue {
  background: #0664aa;
  border-color: #0664aa;
  color: #fff !important;
}
.btn-lomarengas-blue:hover,
.btn-lomarengas-blue :focus {
  background: #044779;
  border-color: #044779;
  color: #fff !important;
}
.btn-lomarengas-blue-light {
  background: #077bd1;
  border-color: #077bd1;
  color: #fff !important;
}
.btn-lomarengas-blue-light.karelia {
  background: #E0035B;
  border-color: rgb(248, 108, 164);
  color: #fff !important;
}

.btn-lomarengas-blue-light.pyha {
  background: #e3e5e8;
  border-color: rgb(63, 71, 84);
  color: #212649 !important;
}

.btn-lomarengas-blue-light:hover,
.btn-lomarengas-blue-light:focus {
  background: #0b92f6;
  border-color: #0b92f6;
  color: #fff !important;
}
.btn-lomarengas-blue-light.karelia:hover,
.btn-lomarengas-blue-light.karelia:focus {
  background: rgb(248, 108, 164);
  border-color: rgb(248, 108, 164);
  color: #fff !important;
}

.btn-lomarengas-blue-light.pyha:hover,
.btn-lomarengas-blue-light.pyha:focus {
  background: #c0c0c0;
  border-color: rgb(63, 71, 84);
  color: #212649 !important;
}

.iconfield {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: relative;
  transition: all 0.12s ease-in-out;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
}
.iconfield:hover {
  border-color: #919191;
}
.iconfield * {
  cursor: pointer;
}
.iconfield input,
.iconfield input[type="text"],
.iconfield select {
  background: none;
  border: 0;
  height: 38px;
  line-height: 38px;
  padding-left: 30px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
}
.iconfield .iconspan {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 1;
}
.iconfield .fa {
  color: #bababa;
  font-size: 14px;
}
.required-icon {
  color: #c6171e;
  font-size: 8px;
  margin-left: 5px;
  vertical-align: middle;
}
.starrating {
  display: inline-block;
}
.starrating .fa {
  display: inline-block;
  font-size: 14px;
  margin: -4px -1px 0 0;
  vertical-align: middle;
}
.starrating .fa-star {
  color: #f4d03f;
}
.starrating .fa-star-o {
  color: #d7d7d7;
}
.starrating .fa-star-half-o {
  color: #f4d03f;
}
.product-header {
  font-size: 13px;
  margin-bottom: 30px;
}
.product-header h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 5px 0 10px;
}
.product-header .basic,
.product-header .description {
  margin: 0 0 5px;
}
.product-header .basic a,
.product-header .description a {
  text-decoration: underline;
}
.product-header .description span:first-child {
  margin: 0 10px 0 0;
}
.product-header .starrating {
  margin: 0;
}
.product-header .starrating fa {
  margin-top: -3px;
}
.product-header .fa-map-marker {
  color: #707070;
  font-size: 14px;
  margin: 0 3px 0 6px;
}
.phases {
  margin-bottom: 30px;
}
.phases .btn-group {
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.phases .btn-group .btn {
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: default !important;
  /*font-size: 14px;*/
  font-size: 12px;
  font-weight: 500;
  padding: 9px 12px;
}
.phases .btn-group .btn.complete {
  color: #02702e;
}
.phases .btn-group .btn.current {
  /*font-weight: 900;*/
  font-weight: 700;
}
.phases .btn-group .btn.disabled,
.phases .btn-group .btn :disabled,
.phases .btn-group .btn [disabled] {
  background: #f7f7f7;
  color: #707070;
}
/*Facelift2019*/
.form-control {
  font-size: 13px;
}
.form-group p {
  padding: 0 15px;
}
.form-group p.description {
  clear: both;
  float: none;
  margin: 0;
  max-width: 380px;
  padding: 10px 15px 0;
}
.form-group .btn-link {
  clear: both;
  display: inline-block;
  margin: 0 15px;
  padding: 3px 0 5px;
}
.form-group .aslabel {
  display: block;
  font-size: 15px;
  margin: 10px 0 5px;
}
.form-group .checkbox .fa-circle {
  margin: -3px 5px 0 3px;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  margin-top: 6px;
}
.orderconfirmation_info h3 {
  margin: 10px 0 20px;
}
.orderconfirmation_info span {
  display: block;
  margin-bottom: 10px;
}
.orderconfirmation_info span.price {
  color: #02702e;
  font-size: 20px;
  font-weight: 700;
}
.modal.fullscreen {
  background: #f0f0f0;
  padding: 0 !important;
}
.modal.fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal.fullscreen .modal-content {
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.modal.fullscreen .founditems {
  display: block;
  margin: 0 0 15px;
  text-align: center;
}
.modal-header.modal-header-lr {
  background: #0664aa;
  border: 0;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}
.modal-header.modal-header-lr h4 {
  font-size: 16px;
  line-height: 28px;
}
.modal-header.modal-header-lr .close {
  background: #077bd1;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  /*font-weight: normal;*/
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0;
  opacity: 1;
  padding: 0 10px;
  text-shadow: none;
}
.modal-header.modal-header-lr .close .fa {
  font-size: 12px;
  margin: 0 1px 0 0;
}
.lr-panels .panel {
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.lr-panels .panel + .panel {
  margin-top: 0;
}
.lr-panels .panel:first-child {
  border-top: 1px solid #dddddd;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
.lr-panels .panel:last-child {
  border-top: 0;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}
.lr-panels .panel-heading {
  padding: 0 12px;
}
.lr-panels .panel-title {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.lr-panels .panel-title a {
  color: #0664aa;
  display: block;
}
.lr-panels .panel-title a:hover,
.lr-panels .panel-title a:active {
  text-decoration: none;
}
.lr-panels .panel-title .icon {
  color: #0664aa;
  margin-right: 5px;
  min-width: 20px;
}
.lr-panels .panel-title .badge {
  background: #0664aa;
  float: right;
  font-size: 13px;
  height: 20px;
  line-height: 14px;
  margin-top: 10px;
}
.lr-panels .panel-title .fa-chevron-down,
.lr-panels .panel-title .fa-chevron-up {
  float: right;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 10px;
}
.lr-panels .panel-title .fa-chevron-down {
  display: none;
}
.lr-panels .panel-title .fa-chevron-up {
  display: inline-block;
}
.lr-panels .panel-title .collapsed .fa-chevron-down {
  display: inline-block;
}
.lr-panels .panel-title .collapsed .fa-chevron-up {
  display: none;
}
.lr-panels .panel-body {
  border: 0 !important;
  padding-top: 5px;
}
.filtercheckbox-before {
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  width: 20px;
}
.filtercheckbox-after {
  color: #9e9e9e;
  content: '\f00d';
  font-family: 'fontawesome';
  font-size: 16px;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.lr-range {
  background: #ccc;
  height: 5px;
  margin: 13px;
  outline: none;
  padding: 0 !important;
}
.lr-range .ui-slider-handle {
  border: 1px solid #999;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  margin: -10px 0 0 -13px;
}
.lr-range .ui-slider-handle .hover,
.lr-range .ui-slider-handle:hover {
  background: #f4f4f4;
}
.lr-range .ui-slider-range {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #0664aa;
  border: 0;
}
.lr-range::-webkit-slider-thumb {
  margin-top: -11px;
  border: 1px solid #999;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  margin: -10px 0 0 -13px;
}
.lr-range::-webkit-slider-thumb .hover,
.lr-range::-webkit-slider-thumb:hover {
  background: #f4f4f4;
}
.lr-range::-moz-range-thumb {
  border: 1px solid #999;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  margin: -10px 0 0 -13px;
}
.lr-range::-moz-range-thumb .hover,
.lr-range::-moz-range-thumb:hover {
  background: #f4f4f4;
}

.lang-fi{
  max-width: 80px;
    max-height: 20px;
}
.lang-en{
    max-width: 80px;
    max-height: 20px;
}
.lang-ru{
    max-width: 80px;
    max-height: 20px;
}
.lr-range::-ms-thumb {
  border: 1px solid #999;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  margin: -10px 0 0 -13px;
}
.lr-range::-ms-thumb .hover,
.lr-range::-ms-thumb:hover {
  background: #f4f4f4;
}
.lr-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #0664aa;
  border: 0;
}
.lr-range::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #0664aa;
  border: 0;
}
.lr-range::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #0664aa;
  border: 0;
  background: transparent;
  color: transparent;
}
.lr-range::-ms-fill-lower {
  width: 100%;
  height: 5px;
  cursor: pointer;
  border: 0;
  background: #0664aa;
}
.lr-range::-ms-fill-upper {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #0664aa;
  border: 0;
  background: #ccc;
}
.lr-range:focus::-webkit-slider-thumb {
  background: #f4f4f4;
}
.lr-range:focus::-moz-range-thumb {
  background: #f4f4f4;
}
.lr-range:focus::-ms-thumb {
  background: #f4f4f4;
}
.pagination-lr {
  display: block;
  text-align: center;
}
.pagination-lr > .disabled > a {
  background: none;
  background-color: transparent;
  color: #999;
}
.pagination-lr > .disabled > a:hover {
  background: none;
}
.pagination-lr .fa {
  font-size: 14px;
}
.pagination-lr > li > a {
  border: 0 !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  float: none;
  font-size: 20px;
  padding: 0 6px;
  line-height: 32px;
  margin: 0 5px;
  text-align: center;
  min-width: 32px;
}
.pagination-lr > li > a:hover {
  background: #fff;
}
.pagination-lr > .active > a,
.pagination-lr > .active > span {
  background-color: #0664aa;
}
.lr-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: contain;
  display: inline-block;
  height: 20px;
  text-align: center;
  width: 20px;
}
.lr-icon.size {
  background-image: url('../img/lr-icon-size.gif');
}
.lr-icon.nopets {
  background-image: url('../img/lr-icon-nopets.gif');
}
.lr-icon.pets {
  background-image: url('../img/lr-icon-pets.gif');
}
.lr-icon.nosmoking {
  background-image: url('../img/lr-icon-nosmoking.gif');
}
.lr-icon.smoking {
    background-image: url('../img/lr-icon-smoking.gif');
}
.lr-icon.house {
  background-image: url('../img/lr-icon-house.gif');
}
.lr-icon.sauna {
  background-image: url('../img/lr-icon-sauna.gif');
}
.lr-icon.bed {
  background-image: url('../img/lr-icon-bed.gif');
}
.lr-icon.shower {
  background-image: url('../img/lr-icon-shower.gif');
}
.lr-icon.wc {
  background-image: url('../img/lr-icon-wc.gif');
}
.lr-icon.skiing {
  background-image: url('../img/lr-icon-skiing.gif');
}
.progress.reviews {
  background: #fff;
  box-shadow: inset 0 0 0 2px #0664aa;
  -webkit-box-shadow: inset 0 0 0 2px #0664aa;
  -moz-box-shadow: inset 0 0 0 2px #0664aa;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  height: 14px;
  margin: auto;
  width: 75px;
}
.progress.reviews .progress-bar {
  background: #0664aa;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.relative-base {
  position: relative;
}
@media (min-width: 769px) {
  .relative-base > div {
    position: static;
  }
  .relative-base .scrollbox {
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3333%;
  }
  
  .relative-base .scrollbox .lrbox {
    max-width: 386px;
    position: static;
    width: 100%;
  }
  .relative-base.active .scrollbox .lrbox {
    position: fixed;
    top: 30px;
    max-height: 90%;
    overflow: auto;
  }
  .relative-base.active.bottom .scrollbox {
    bottom: 30px;
    top: auto;
  }
  .relative-base.active.bottom .scrollbox .lrbox {
    position: static;
  }
  .searchresults .item .price .price-strong {
  	min-height: 55px;
  }
}
@media (max-width: 1250px) {
  .relative-base.active .scrollbox .lrbox {
    width: inherit;
  }
}
#pageheader .navbar {
  margin-bottom: 0;
}
#pageheader .navbar.navbar-lr {
  background: #fff;
  border: 0;
  height: 60px;
}
#pageheader .navbar .nav > li > a:hover,
#pageheader .navbar .nav > li > a:focus {
  background: #f9f9f9;
}
#pageheader .navbar .nav .open > a,
#pageheader .navbar .nav .open > a:hover,
#pageheader .navbar .nav .open > a:focus {
  background: #0664aa;
  color: #fff;
}
#pageheader .navbar .navbar-nav > li > a > .fa {
  /*font-size: 0.8em;*/
  font-size: 11px;
  line-height: 30px;
  /*margin: 0 0 0 2px;*/
  margin: 0 0 4px 2px;
  vertical-align: middle;
}
#pageheader .navbar .navbar-nav > li.flags {
  margin-left: 5px;
}
#pageheader .navbar .navbar-nav > li.flags > a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 3px;
}
#pageheader .navbar .navbar-nav > li.flags > a:hover,
#pageheader .navbar .navbar-nav > li.flags > a:focus {
  background: none;
}
#pageheader .navbar .navbar-nav > li.flags > a:hover img,
#pageheader .navbar .navbar-nav > li.flags > a:focus img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
#pageheader .navbar .navbar-nav > li.flags > a img {
  height: auto;
  margin: -4px 0 0 0;
  max-width: 28px;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  vertical-align: middle;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
}
#pageheader .dropdown-menu > li > a:hover,
#pageheader .dropdown-menu > li > a:focus {
  background: #f9f9f9;
}
.freesearch {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
}
.freesearch .wrap {
  margin-right: 15px;
  width: 225px;
}
.freesearch.visible {
  background: #fff;
  display: block !important;
  padding: 10px 0;
  top: 50px;
  z-index: 90;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
}
.freesearch.visible .wrap {
  float: none !important;
  margin: 0 auto;
  width: 230px;
}
#contentpanel {
  margin: 0 0 60px;
}
#contentpanel.hasmargin {
  margin-top: 40px;
}
#pagefooter {
  /*font-size: 14px;*/
  font-size: 13px;
}
#pagefooter h4 {
  /*font-size: 18px;*/
  font-size: 15px;
  font-weight: normal;
}
#pagefooter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#pagefooter .part {
  padding: 30px 0 35px;
}
#pagefooter .part1,
#pagefooter .part2,
#pagefooter .part2_ffyllas,
#pagefooter .part1_ffyllas {
  color: #fff;
}
#pagefooter .part1 h4,
#pagefooter .part2 h4,
#pagefooter .part1_ffyllas h4,
#pagefooter .part2_ffyllas h4 {
  margin-bottom: 15px;
}
#pagefooter .part1 a,
#pagefooter .part2 a,
#pagefooter .part1_ffyllas a,
#pagefooter .part2_ffyllas a,
#pagefooter .part1 a:hover,
#pagefooter .part2 a:hover,
#pagefooter .part1_ffyllas a:hover,
#pagefooter .part2_ffyllas a:hover,
#pagefooter .part1 a:focus,
#pagefooter .part2 a:focus,
#pagefooter .part1_ffyllas a:focus,
#pagefooter .part2_ffyllas a:focus {
  color: #fff;
}
#pagefooter .part1 a:hover,
#pagefooter .part2 a:hover,
#pagefooter .part1 a:focus,
#pagefooter .part2 a:focus {
  text-decoration: underline;
}
#pagefooter .part1 {
  background: #0664aa;
}

#pagefooter .part1_ffyllas {
  background: rgb(188, 15, 34);
  color: white;
}

#pagefooter .part1_pyha {
  background: #4d4f53;
  padding:0px 0 35px!important;
  margin:-67px;
}

#pagefooter .part2_pyha {
  background: #4d4f53;
  color: white;
}

#pagefooter .part2 {
  background: #065e9f;
  color: #fff;
}

#pagefooter .part2_ffyllas {
  background: rgb(188, 15, 34);
  color: #fff;
}

#pagefooter .part2_karelia {
  background: #E0035B;
  color: #fff;
}

#pagefooter .part3 {
  background: #fff;
}

#pagefooter .part3_pyha {
  background: #4d4f53;
  color:#fff;
}

#pagefooter .footercol.last a {
  display: block;
  margin-bottom: 10px;
}
#pagefooter .footercol.last a .fa {
  min-width: 15px;
  padding-right: 10px;
  text-align: center;
}
.footerpromo {
  background: #69b5ef;
  color: #fff;
}
#pagefooter .footerpromo h4 {
  font-size: 20px;
}
.footerpromo p {
  max-width: 640px;
}
/* ----- */
.lr-form-control {
  border: 0;
  height: 40px;
  padding: 0;
  position: relative;
}
.lr-form-control .fa {
  color: #b2b2b2;
  font-size: 14px;
  height: 14px;
  left: 10px;
  line-height: 14px;
  margin-top: -7px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 14px;
  z-index: 1;
}
.lr-form-control:hover .fa {
  color: #5e5e5e;
}
.lr-form-control .form-control {
  background: none;
  height: 40px;
  padding-left: 30px;
  z-index: 2;
}
.lr-form-control .form-control:hover,
.lr-form-control .form-control:focus {
  border: 1px solid #5e5e5e;
}
.lr-form-control select {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  cursor: pointer;
}
#headersearch {
  background: #f0f0f0;
}
#headersearch .searchpanel {
  max-width: 1020px;
}
.scrolled #headersearch {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.scrolled #headerspacer {
  height: 130px;
}
.searchpanel {
  padding-top: 20px;
  padding-bottom: 20px;
}

.searchpanel,.searchpanel_karelia,.searchpanel_pyha,.searchpanel_ffyllas,.searchpanel_ffukkohalla {
  padding-top: 20px;
  padding-bottom: 20px;
}

.searchpanel .row, .searchpanel_karelia .row, .searchpanel_ffyllas .row, .searchpanel_pyha .row, .searchpanel_ffukkohalla .row  {
  padding-left: 9px;
  padding-right: 9px;
}
.searchpanel .col, .searchpanel_karelia .col, .searchpanel_ffyllas .col, .searchpanel_pyha .col, .searchpanel_ffukkohalla .col  {
  padding: 4px !important;
}
.searchpanel .form-control, .searchpanel_karelia .form-control  {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  position: relative;
}
.searchpanel .btn, .searchpanel_karelia .btn {
  height: 40px;
}
.searchpanel .col > .form-control, .searchpanel_karelia .col > .form-control  {
  border: 0;
  height: 40px;
  padding: 0;
  position: relative;
}
.searchpanel .col > .form-control .fa,.searchpanel_karelia .col > .form-control .fa {
  color: #b2b2b2;
  font-size: 14px;
  height: 14px;
  left: 10px;
  line-height: 14px;
  margin-top: -7px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 14px;
  z-index: 1;
}
.searchpanel .col > .form-control:hover .fa, .searchpanel_karelia .col > .form-control:hover .fa {
  color: #5e5e5e;
}
.searchpanel .col > .form-control .form-control, .searchpanel_karelia .col > .form-control .form-control  {
  background: none;
  height: 40px;
  padding-left: 30px;
  z-index: 2;
}
.searchpanel .col > .form-control .form-control:hover,
.searchpanel .col > .form-control .form-control:focus,
.searchpanel_karelia .col > .form-control .form-control:hover,
.searchpanel_karelia .col > .form-control .form-control:focus {
  border: 1px solid #5e5e5e;
}
.searchpanel .col > .form-control select,.searchpanel_karelia .col > .form-control select {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  cursor: pointer;
}
.filters ul {
  list-style-type: none;
}
.filters li label {
  display: block;
  margin: 0 0 5px;
  position: relative;
  cursor: pointer;
}
.filters li label input[type="checkbox"] {
  display: none;
}
.filters li label input[type="checkbox"] + span:before {
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  width: 20px;
}
.filters li label input[type="checkbox"]:checked + span:after {
  color: #9e9e9e;
  content: '\f00d';
  font-family: 'fontawesome';
  font-size: 16px;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.filters .filter-price .filter-price-low,
.filters .filter-price .filter-price-high {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.filters .filter-distances .form-control,
.filters .filter-additional .form-control {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.filters .filter-checkbox-noclose .form-control {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}
.mobile-filters ul {
  padding: 0;
}
.mobile-filters label.checkbox,
.mobile-filters select {
  font-size: 14px;
}
.mobile-filters select {
  margin: 0 0 5px;
}
.filterpanel {
  background: #0664aa;
}

.filterpanel.karelia{
  background: #E0035B;
}

.filterpanel.pyha{
  background: rgb(16, 25, 42);
}
.filterpanel #filter-label {
  background-color: #054d87;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin: 10px 15px 10px 0;
  padding: 0 12px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}



.filterpanel #filter-label:before {
  background-color: #054d87;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  right: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
  transform: rotate(45deg);
}



.filterpanel .navbar-nav {
  height: 50px;
}

.filterpanel .nav li {
  /*font-size: 14px;*/
  font-size: 13px;
}

.filterpanel .nav li.filter-price .dropdown-menu,
.filterpanel .nav li.filter-equipment .dropdown-menu,
.filterpanel .nav li.filter-distances .dropdown-menu,
.filterpanel .nav li.filter-additional .dropdown-menu {
  min-width: 250px;
}





.filterpanel .nav > li.active > a,
.filterpanel .nav > li > a:hover {
  background: #9ed5fc;
  color: #0664aa;
}

.filterpanel.karelia .nav > li.active > a,
.filterpanel.karelia .nav > li > a:hover {
  background: #fe72aa;
  color: #0664aa;
}

.filterpanel.pyha .nav > li.active > a,
.filterpanel.pyha .nav > li > a:hover {
  background: #c0c0c0;
  color: #000000;
}





.filterpanel .nav > li.active > a {
  border-color: #7ab0da !important;
}



.filterpanel .nav > li > a {
  font-weight: 600;
  background: #0664aa;
  border: 1px solid #077bd1;
  color: #fff;
  /*font-size: 14px;*/
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  margin: 10px 10px 10px 0;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.filterpanel.karelia .nav > li > a {
  background: #bb024d;
  border: 1px solid #bb024d!important;
  color: #fff;
  /*font-size: 14px;*/
  font-size: 13px;
  height: 30px;
  line-height: 28px;
  margin: 10px 10px 10px 0;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}


.filterpanel.pyha .nav > li > a {
  background: #e3e5e8;
  border: 1px solid rgb(63, 71, 84)!important;
  color: #212649;
  font-size: 13px;
  /*font-size: 14px;*/
  height: 30px;
  line-height: 28px;
  margin: 10px 10px 10px 0;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.filterpanel .nav > li > a .fa:first-child {
  margin-right: 5px;
}

.filterpanel .nav > li > a .fa-chevron-down {
  font-size: 9px;
  line-height: 30px;
  margin: 0 0 0 5px;
  vertical-align: top;
}

.filterpanel .nav .dropdown.open > a,
.filterpanel .nav .dropdown.open > a:hover,
.filterpanel .nav .dropdown.open.active > a,
.filterpanel .nav .dropdown.open.active > a:hover {
  background: #fff;
  border-color: #fff !important;
  color: #000;
}

.filterpanel .nav .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: -12px;
  padding: 15px;
  -webkit-box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.175);
}


.filterpanel .nav li.filter-equipment .dropdown-menu {
    min-width: 500px;
    left: 50%;
    margin-left: -250px;
}



.filterpanel .nav li.filter-mapsearch .dropdown-menu {
    min-width: 750px;
    left: 40%;
    overflow: auto;
    margin-left: -350px;
}


.filterpanel .nav li.filter-equipment .dropdown-menu > li {
    float: left;
    width: 50%;
}



.filterpanel .nav li.filter-equipment .dropdown-menu > li label span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}


.filterpanel .filter-freesearch {
    margin-right: 15px;
}


.filter-freesearch .form-control {
    font-size: 14px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.filter-freesearch .freesearchInput {
	background: none;
	border: none;
    height: 28px;
    line-height: 28px;	
    text-indent: 5px;
}
.filter-freesearch .submit-button,
.filter-freesearch button {
    background: none;
    border: none;
    color: #0664aa;
}
.filter-freesearch .freesearchInput,
.filter-freesearch .submit-button,
.filter-freesearch button {
	-webkit-appearance: initial;
	-moz-appearance: initial;
	outline: none;
}


#clearsearch {
  border-color: transparent;
}
#clearsearch .fa {
  display: inline-block;
  font-size: 12px;
  margin: 0 4px 0 0;
}
.searchresultheader {
  padding-top: 30px;
  padding-bottom: 30px;
}
.searchresultheader h2 {
  /*font-size: 24px;*/
  /*line-height: 32px;*/
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.searchresultheader label,
.searchresultheader select {
  height: 32px;
  line-height: 32px;
}
.searchresultheader select {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.searchresults .list {
  list-style-type: none;
}
.searchresults .item {
  /*font-size: 14px;*/
  font-size: 13px;
  margin: 0 0 20px;
  position: relative;
  background: #fff;
  border: 1px solid #dddddd;
}
.searchresults .item.padding,
.searchresults .item .padding {
  padding: 20px;
}
.searchresults .item .col.image {
  padding-left: 0;
  padding-right: 0;
  position: static;
}
.searchresults .item .col.info,
.searchresults .item .col.price {
  padding-top: 15px;
  padding-bottom: 15px;
}
.searchresults .item .image-holder {
  max-height: 223px;
  overflow: hidden;
}
.searchresults .item .basic {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.searchresults .item h2 {
  font-size: 24px;
  margin: 0;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
.searchresults .item .starrating {
  margin: 0 0 0 5px;
}
.searchresults .item .comments .fa {
  font-size: 14px;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
.searchresults .item .services {
  margin-top: 5px;
  font-weight: 700;
}
.searchresults .item .VillipohjolaLogo {
  height: 65px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 65px;
}
.searchresults .item.hasprice .services {
  color: #ff0000;
}
.searchresults .item.hasprice .price {
  color: #02702e;
}
.searchresults .item.hasprice .prodprice {
  font-size: 26px;
}
.searchresults .item.noprice .services {
  color: #7a0006;
}
.searchresults .item.noprice .price {
  color: #7a0006;
}
.searchresults .item.noprice .prodprice {
  font-size: 18px;
}
.searchresults .item .price > div {
  display: table;
  min-height: 120px;
  width: 100%;
  text-align: center;
}
.searchresults .item .price span {
  display: table-cell;
  vertical-align: middle;
}
.searchresults .item .price span .noalign{
  display: table-cell;
  vertical-align: initial;
}
.searchresults .item .price strong {
  display: block;
}
#contentpanel.productcard {
  margin: 0;
}
.productcard .product-header {
  margin: 30px 0 20px;
}
.some.iblock > * {
    margin: 10px 10px 0 0 !important;
    vertical-align: top !important;
}
.productcard .share {
    overflow-x: hidden;
}
.productcard .section {
  margin-bottom: 30px;
}
.productcard .section h2 {
  /*font-size: 32px;*/
  font-size: 24px;
}
.productcard .section .lrbox p {
  margin: 0 0 1em;
}
.productcard .section .lrbox ul {
  list-style-position: inside;
  padding: 0;
}
.productcard .section .lrbox ul li {
  margin-bottom: 0.25em;
}
.productcard .list-basic {
  list-style-type: none;
}
.productcard .list-basic .lr-icon {
  height: 13px;
  width: 13px;
  margin: 0 15px -2px 0;
  vertical-align: baseline;
}
.productcard .list-equipment {
  list-style-type: none;
  margin-left: 30px;
}
.productcard .list-equipment .fa {
  font-size: 10px;
  left: -30px;
  margin-top: -5px;
  top: 50%;
}



i.fa.not{
    color: #777;
    position: relative;
}

i.fa.not:after{
    color:red;
    content: '\f00d';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    font-family: FontAwesome;
    font-size: 1em;
    left: 0;
    margin: -0.3em 15px 0px -0.9em;
    position: relative;
    top: 0;
}

i.fa:after{
    margin-right: 15px;
}
.productcard .hider {
  position: relative;
}
.productcard .hider > span {
  color: #0664aa;
  display: none;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.productcard .hider > span:hover {
  color: #044779;
}
.productcard .hider > span .fa {
  font-size: 12px;
  margin-left: 2px;
}
.productcard .hider.active .content {
  height: 150px;
  overflow: hidden;
}
.productcard .hider.active .gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  bottom: 40px;
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
}
.productcard .hider.active .showmore {
  display: block;
}
.productcard .hider.active.open .content {
  height: auto;
  overflow: initial;
}
.productcard .hider.active.open .gradient,
.productcard .hider.active.open .showmore {
  display: none;
}
.productcard .hider.active.open .showless {
  display: block;
}
.productcard .section.availability .row {
  margin-bottom: 20px;
}
.productcard .section.availability .row:last-child {
  margin-bottom: 0;
}
.productcard .section.reviews .reviews-stars,
.productcard .section.reviews .reviews-progress,
.productcard .section.reviews .reviews-number {
  min-height: 30px;
}
.productcard .section.reviews .reviews-stars .starrating {
  margin: 0 10px 5px 0;
}
.productcard .section.reviews .reviews-progress .progress {
  float: left;
  margin: 5px 10px 0 0;
}
.productcard .section.reviews .review-single {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 0;
}
.productcard .section.reviews .review-single:first-child {
  border-top: 1px solid #ddd;
}
.productcard .section.reviews .review-single .col-xs-12 {
  margin: 5px 0 0;
}

/* Flockler images destination page */
.productcard .section.flockler .flocklerGrid {
}

.productcard .section.flockler .flocklerGrid:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 600px) {
  .productcard .section.flockler .grid-sizer,
  .productcard .section.flockler .grid-item {
    width: 100.000%;
    padding: 5px;
  }
}
@media (min-width: 601px) {
  .productcard .section.flockler .grid-sizer,
  .productcard .section.flockler .grid-item {
    width: 25%;
    /*width: 33.333%;*/
    /*padding: 5px;*/
  }

  .productcard .section.flockler .grid-item {
    padding: 5px;
    float: left;
  }
}

.productcard .section.flockler .grid-item { float: left; }

.productcard .section.flockler .grid-item img { display: block; max-width: 100%; }



/* Flockler images destination page */

.productcard .location h2 {
  font-size: 32px;
}
.productcard .location .gmp {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 500px;
  height: 0;
  overflow: hidden;
}
.productcard .location .gmp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.product-browse {
  border-bottom: 1px solid #dddddd;
  font-size: 13px;
  padding: 10px 0;
}
.product-browse .fa {
  font-size: 10px;
  margin: 0 5px;
}
.booking-control > div {
  padding: 15px;
}
.booking-control > div.calendar {
  padding: 15px 15px 0;
}
.booking-control .prices {
  border-bottom: 1px solid #dddddd;
}
.booking-control .prices span {
  display: block;
  text-align: center;
  font-weight: 700;
}
.booking-control .prices .price {
  font-size: 18px;
}
.booking-control .price,
.booking-control .fees {
  color: #7a0006;
}
.booking-control .hasprice .price,
.booking-control .hasprice .fees {
  color: #02702e;
}
.booking-control .hasprice .price {
  font-size: 26px;
}
.booking-control .infotext.text-danger {
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}
.booking-control .controls .col-xs-6:first-child {
  padding-right: 5px;
}
.booking-control .controls .col-xs-6:last-child {
  padding-left: 5px;
}
.booking-control .duration-label,
.section.availability .duration-label {
  display: block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}
.booking-control .btn-book {
  margin: 10px 0 0;
}
.booking-control .btn-book.disabled {
  opacity: 0.45;
  -webkit-opacity: 0.45;
  -moz-opacity: 0.45;
}

.orderphases.paymentselection .form-group,
.orderphases.thankyou .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0px;
  }
}
.orderphases.paymentselection .form-group .control-label,
.orderphases.thankyou .form-group .control-label {
  padding-top: 0;
}
.orderphases.paymentselection .form-group span.entry,
.orderphases.thankyou .form-group span.entry {
  color: #555;
  display: block;
  font-weight: 700;
}
.orderphases.thankyou .form-group {
  /*margin-bottom: 10px;*/
}
.orderphases.thankyou .required .fa-circle {
  display: none;
}
.homesection {
  padding: 20px 0;
}

.homesection.pyha {
  padding: 0px 0;
}

.homesection.karelia {
  padding: 20px 0;
}

.homesection .sectiontitle {
  font-size: 36px;
  margin: 0 0 1.11em;
}
.searchhome {
  background: url('../img/br_rajattu_talvi2.jpg') 50% 50% no-repeat;
  background-size: cover;
  max-height: 523px;
}
.searchhome_suomu {
  background: url('../webshop/images/suomu/bg_suomu.jpg') 50% 50% no-repeat;
  background-size: cover;
  height: 567px;
  max-height: 800px;
}
.searchhome_karelia {
  background: url('../img/bg_karelia.jpg') 50% 50% no-repeat;
  background-size: cover;
  max-height: 523px;
}
.searchhome_ffyllas {
  background: url('../img/ffyllas/yllas_kesatausta_rajattu.jpg') 50% 50% no-repeat;
  background-size: cover;
  max-height: 550px;
}

.searchhome_pyha {
  background: url('../webshop/images/pyha/bg_pyha.jpg') 50% 50% no-repeat;
  background-size: cover;
  max-height: 523px;
}

.searchhome_kalajoki {
  background: url('../webshop/images/kalajoki/bg_kalajoki.jpg') 50% 50% no-repeat;
  background-size: cover;
  max-height: 523px;
}

.searchhome_ffukkohalla {
  background: url('../webshop/images/pyha/bg_ukkohalla.jpg') 50% 50% no-repeat;
  background-size: cover;
  max-height: 523px;
}

.searchhome .container-fluid {
  position: relative;
}
.searchhome h1 {
  color: #fff;
  font-size: 34px;
  /*font-size: 38px;*/
  font-weight: 600;
  margin: 40px auto;
  max-width: 520px;
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.searchhome_ffyllas h1 {
  color: #BC0F22;
  font-size: 38px;
  font-weight: 600;
  margin: 40px auto;
  max-width: 520px;
  text-align: center;
  /*text-shadow: 0 0 7px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.8);*/
}

.searchhome_ffyllas h2 {
  color:#BC0F22;
  font-size:26px;
  font-weight:600;
  margin:40px auto;
  max-width:520px;
  text-align:center;
  /*text-shadow:rgba(0, 0, 0, 0.8) 0 0 7px, rgba(0, 0, 0, 0.8) 1px 1px 1px;*/
}


.searchhome_karelia h1 {
  color: white;
  font-size: 38px;
  font-weight: 600;
  margin: 40px auto;
  max-width: 670px;
  text-align: center;
  /*text-shadow: 0 0 7px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.searchhome_suomu h1 {
  color: white;
  font-size: 38px;
  font-weight: 600;
  margin: 40px auto;
  max-width: 670px;
  text-align: center;
  /*text-shadow: 0 0 7px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.searchhome_karelia h2 {
  color: white;
  font-size:24px;
  font-weight:600;
  margin:40px auto;
  max-width:600px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.1) 0 0 28px, rgba(0, 0, 0, 0.1) 1px 1px 1px;
}


.searchhome_pyha h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin: 40px auto;
  max-width: 700px;
  text-align: center;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.searchhome_kalajoki h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin: 40px auto;
  max-width: 700px;
  text-align: center;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.searchhome_pyha h2 {
  color:#ffffff;
  font-size:26px;
  font-weight:600;
  margin:40px auto;
  max-width:520px;
  text-align:center;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.searchhome_kalajoki h2 {
  color:#ffffff;
  font-size:26px;
  font-weight:600;
  margin:40px auto;
  max-width:520px;
  text-align:center;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.searchhome_ffukkohalla h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin: 40px auto;
  max-width: 700px;
  text-align: center;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.searchhome_ffukkohalla h2 {
  color:#ffffff;
  font-size:26px;
  font-weight:600;
  margin:40px auto;
  max-width:520px;
  text-align:center;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(0, 0, 0, 0.8);
}



.searchhome h2 {
  color:#FFFFFF;
  font-size:20px;
  font-weight:600;
  margin:40px auto;
  max-width:520px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.8) 0 0 7px, rgba(0, 0, 0, 0.8) 1px 1px 1px;
}

.searchhome .searchpanel {
  margin: 0 auto;
  max-width: 75%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 15px;
  padding: 12px;
}

.searchhome_ffyllas .searchpanel {
  margin: 0 auto;
  max-width: 75%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px;
}

.searchhome_karelia .searchpanel {
  margin: 0 auto;
  max-width: 75%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px;
}

.searchhome_suomu .searchpanel {
  margin: 0 auto;
  max-width: 75%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px;
}

.searchhome_pyha .searchpanel {
  margin: 0 auto;
  max-width: 75%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px;
}

.searchhome_kalajoki .searchpanel {
  margin: 382px auto;
  max-width: 75%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px;
}

.searchhome_ffukkohalla .searchpanel {
  margin: 0 auto;
  max-width: 75%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px;
}

.searchhome .quicklinks {
  margin: 0 auto;
  max-width: 75%;
}
.searchhome .quicklinks .row {
  margin-left: -7px;
  margin-right: -7px;
}
.searchhome .quicklinks .col {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.searchhome .quicklinks .btn {
  margin-bottom: 7px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12) !important;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12) !important;
}
.featuredarea .col {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.featuredarea a {
  display: block;
  overflow: hidden;
  position: relative;
}
.featuredarea a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.featuredarea img {
  width: 100%;
  transition: all 0.12s ease-in-out;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
}
.featuredarea span {
  display: block;
  line-height: normal;
}
.featuredarea .caption {
  top: 0;
  color: #fff;
  position: absolute;
  width: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}
.featuredarea .title {
  /*font-size: 24px;*/
  font-size: 20px;
  padding: 15px 15px 0;
}
.featuredarea .text {
  /*font-size: 14px;*/
  font-size: 12px;
  padding: 0 15px 15px;
}
.featuredarea .text p {
  margin: 0;
}
.iconarea {
  text-align: center;
}
.iconarea h3 {
  font-size: 22px;
  margin: 20px 0 15px;
}
.iconarea p {
  line-height: 1.5em;
  margin: 0 auto 20px;
  max-width: 300px;
}
.iconarea .icon {
  border: 3px solid #555;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #555;
  display: block;
  font-size: 20px;
  height: 48px;
  line-height: 44px;
  margin: 0 auto;
  width: 48px;
}
.row.alldestinationsrow {
  margin-bottom: 30px
}
.alldestinationsrow .btn-icon span {
  display: inline-block;
  padding-top: 2px;
}
.visible-mobile,
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .lrbox {
    margin-bottom: 15px;
  }
  #pageheader .navbar.navbar-lr {
    height: 60px;
  }
  #pageheader .navbar-header {
    position: relative;
  }
  #pageheader .navbar-header .navbar-brand {
    padding: 15px 0;
    position: absolute;
    height: 50px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
  }
  #pageheader .navbar-header .btn {
    height: 60px;
    width: 50px;
  }
  #pageheader .navbar-header .btn .fa {
    color: #0664aa;
    font-size: 24px;
  }
  .searchresults .item {
    /*font-size: 13px;*/
    font-size: 11px;
    margin: 0 0 15px;
  }
  .searchresults .item h2 {
    /*font-size: 16px;*/
    font-size: 14px;
    font-weight: 700;
  }
  .searchresults .item .starrating .fa {
    font-size: 9px;
    margin: -2px -2px 0 0;
  }
  .searchresults .item .price > div {
    min-height: 100px;
  }
  .searchresults .item .price .btn-lomarengas {
    /*font-size: 14px;*/
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .searchresults .item.hasprice .prodprice {
    font-size: 22px;
  }
  .searchresults .item .VillipohjolaLogo {
    height: 40px;
    width: 40px;
  }
  #contentpanel.hasmargin {
    margin-top: 20px;
  }
  .mobile-footermenu {
    bottom: 0;
    height: 38px;
    line-height: 38px;
    position: fixed;
    z-index: 10;
    width: 100%;
  }
  .mobile-footermenu .col-xxs-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-footermenu .mobile-footermenu-button {
    font-weight: 700;
    text-transform: uppercase;
    background: #ddd;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-apperance: none;
  }
  .mobile-footermenu .mobile-footermenu-button.filter {
    background: #0664aa;
  }
  .mobile-footermenu .mobile-footermenu-button.sort {
    background: #044779;
  }
  .mobile-footermenu .mobile-footermenu-button .fa {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
  .searchresultscontent #searchresultsnumber,
  .searchresultscontent .sortlabel h2 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #pageheader .navbar-nav > li > a,
  .navbar-brand {
    /*font-size: 14px;*/
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    max-height: 60px;
    min-height: 60px;
    line-height: 30px;
    padding: 15px 7px;
  }
 .navbar-brand-yllas {
    /*font-size: 14px;*/
   font-size: 10px;
    max-height: 60px;
    min-height: 60px;
    line-height: 30px;
    padding: 15px 7px;
  }
  .navbar-brand > img {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar-brand-yllas > img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
  }
  #pagefooter .part3 h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1040px) {
  .searchresults .item .image-holder {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: inherit;
  }
  
  .searchhome_kalajoki .searchpanel {
  margin: 0px auto;
  max-width: 75%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px;
}
  .searchresults .item .image-holder img {
    /*height: 100%;*/
    max-width: 100%;
    width: auto;
  }
  .searchpanel .col > .form-control .fa {
    font-size: 13px;
    height: 15px;
    left: 7px;
    line-height: 15px;
  }
  .searchpanel .col > .form-control .form-control {
    /*font-size: 15px;*/
    font-size: 13px;
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  .navbar-brand > img {
    max-width: 160px;
  }
  .searchhome .searchpanel .col > .form-control .form-control {
    padding-right: 8px;
  }
  .searchhome .freesearch {
    right: 20px;
  }
  .navbar-lr {
    border: 1px solid green;
  }
}
@media (min-width: 1200px) {
  #pageheader .navbar.navbar-lr {
  	height: 80px;
  }
  #pageheader .navbar-nav > li > a,
  .navbar-brand {
    max-height: 80px;
    min-height: 80px;
    line-height: 50px;
  }
  .navbar-brand > img {
    max-width: 200px;
  }
  #pageheader .navbar .navbar-nav > li.flags > a {
    height: 80px;
    line-height: 80px;
  }
  .navbar-lr {
    border: 1px solid green;
  }
  .navbar-lr .navbar-nav > li > a,
  .navbar-brand {
    /*font-size: 16px !important;*/
    font-size: 11px !important;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px 15px;
  }
  .searchresults .item .image-holder img {
    width: 100%;
	height:auto;
}
.productcard .helpers .col-lg-4 {
	white-space: nowrap;
}
}

@media (max-width: 991px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  
.searchhome h2 {
  color:#FFFFFF;
  font-size:13px;
  font-weight:600;
  margin:5px auto;
  max-width:520px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.8) 0 0 7px, rgba(0, 0, 0, 0.8) 1px 1px 1px;
}

  h3 {
    font-size: 16px;
  }
  h4,
  h5,
  h6,
  h7 {
    font-size: 14px;
  }
  .btn-book {
    min-width: 0;
  }
  .phases .btn-group .btn {
    display: block;
    padding: 5px 10px;
    width: 100%;
  }
  .product-header {
    margin-bottom: 10px;
  }
  .product-header h1 {
    /*font-size: 28px;*/
    font-size: 24px;
    margin: 0 0 5px;
  }
  .filterpanel .nav > li > a {
    font-size: 11px;
    padding: 0 6px;
  }
  .filterpanel .nav > li > a .fa:first-child {
    font-size: 10px;
    margin-right: 2px;
  }
  .filterpanel .nav > li > a .fa-chevron-down {
    display: none;
  }
  .homesection {
    padding: 20px 0;
  }

  .searchhome .searchpanel,
  .searchhome .quicklinks,
  .searchhome_ffyllas .searchpanel,
  .searchhome_ffyllas .quicklinks,
  .searchhome_karelia .searchpanel,
  .searchhome_karelia .quicklinks,
  .searchhome_pyha .searchpanel,
  .searchhome_pyha .quicklinks,
  .searchhome_kalajoki .searchpanel,
  .searchhome_kalajoki .quicklinks,
  .searchhome_ffukkohalla .searchpanel,
  .searchhome_ffukkohalla .quicklinks {
    max-width: 768px;
  }
  
  .searchhome .quicklinks .btn {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 20px;
  }
  .searchhome .quicklinks .fa.fa-chevron-right {
    font-size: 10px;
    right: 5px;
  }
  .featuredarea .title {
    font-size: 18px;
    padding: 10px 10px 0;
  }
  .featuredarea .text {
    font-size: 12px;
    padding: 0 10px 10px;
  }
}

@media (max-width: 350px) {
	.searchhome h2 {
  color:#FFFFFF;
  font-size:8px;
  font-weight:600;
  margin:5px auto;
  max-width:520px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.8) 0 0 7px, rgba(0, 0, 0, 0.8) 1px 1px 1px;
}
}
@media (min-width: 992px) {
}
@media (min-width: 0px) and (max-width: 600px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-8 {
    width: 66.66%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-4 {
    width: 33.33%;
  }
  .visible-mobile,
  .visible-phone {
    display: block;
  }
  .hidden-phone,
  .hidden-mobile {
    display: none;
  }
  #contentpanel {
    margin: 0;
  }
  .searchresultheader {
    padding-top: 0;
    padding-bottom: 10px;
  }
  /*Facelight 2019*/
  .searchresults .locations,
  .searchresults .comments,
  .searchresults .description,
  .searchresults label{
    /*font-size: 13px;*/
  }
  .searchresultheader h2 {
    font-size: 18px;
    line-height: normal;
  }
  .searchresults .item .col.info,
  .searchresults .item .col.price {
    float: right;
  }
  .searchresults .item .col.info {
    padding: 10px 10px 0;
  }
  .searchresults .item .col.price {
    padding: 0 10px 10px;
  }
  .searchresults .item h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .searchresults .item .VillipohjolaLogo {
    right: 5px;
    top: 5px;
  }
  .searchresults .item .basic {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .searchresults .item .starrating {
    margin: 0 5px 0 0;
  }
  .searchresults .item .locations > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }  
  .searchresults .item .price > div {
    display: block;
    min-height: 0;
    text-align: left;
  }
  .searchresults .item .price span {
    display: block;
    vertical-align: initial;
  }
  .searchresults .item.hasprice .prodprice {
    font-size: 16px !important;
  }
  .searchresults .item.noprice .prodprice {
    font-size: 13px !important;
  }
  .searchresults .item .price .btn-lomarengas {
    font-size: 10px;
    margin-top: 5px;
    padding: 4px 8px;
  }
  
  .searchresults .card .item .image-holder {
    max-height: 300px;
}

.searchresults .card .item .price .btn-lomarengas {
    padding: 7px 8px;
}

.searchresults .card.card2 .item .basic {
	background: rgba(0,0,0,0.4);
    left: 0;
    padding: 10px;
    position: absolute;
    top: -55px;
    width: 100%;	
}

.searchresults .card.card2 .item .basic,
.searchresults .card.card2 .item .basic h2,
.searchresults .card.card2 .item .basic a {
	color: #fff;
}
  .productcard .product-header {
    margin: 15px 0;
    font-size: 13px;
  }
  .productcard .section {
    margin-bottom: 15px;
  }
  .productcard .section h2 {
    font-size: 20px;
  }
  .productcard .section.reviews .reviews-stars,
  .productcard .section.reviews .reviews-progress,
  .productcard .section.reviews .reviews-number {
    padding: 0 0 10px;
  }
  /*.productcard section.location {
    display: none;
  }*/
  .product-header .image {
    display: none;
  }
  .product-header .title {
    float: none;
    width: 100% !important;
  }
  .product-header h1 {
    /*font-size: 18px;*/
    font-size: 16px;
  }
  .product-header .starrating,
  .product-header .locations > span {
    display: block;
  }
  .product-header .description {
    display: none;
  }
  .product-header .locations .fa {
    margin-left: 0;
  }
  .footercol {
    float: none;
    width: 100%;
  }
  .homesection {
    padding: 10px 0;
  }
  .homesection .sectiontitle {
    font-size: 24px;
  }
  .searchhome {
    min-height: 0;
    padding-bottom: 40px;
  }
  .searchhome h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }

@media (min-width: 0px) and (max-width: 600px) {
	 .searchhome_ffyllas h1 {
    font-size: 16px;
    margin: 10px 0 10px;
  }
    
  .searchhome_karelia h2 {
    font-size: 14px!important;
    margin: 20px 0 30px;
  }
  
.searchhome_suomu h2 {
    font-size: 14px!important;
    margin: 20px 0 30px;
  }
  
   .searchhome_ffyllas h2 {
    font-size: 14px!important;
    margin: 20px 0 10px;
  }
   
   .searchhome_pyha h2 {
    font-size: 14px!important;
    margin: 55px 0 30px!important;
  }
 
  .searchhome_kalajoki h2 {
    font-size: 14px!important;
    margin: 55px 0 30px!important;
  }
    
   .searchhome_ffukkohalla h2 {
    font-size: 12px;
    margin: 20px 0 30px;
  }
  
  .searchhome_karelia h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  .searchhome_suomu h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  .searchhome_pyha h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  .searchhome_kalajoki h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  .searchhome_ffukkohalla h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
}
  .searchhome_ffyllas h1 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
    
  .searchhome_karelia h2 {
    font-size: 12px;
    margin: 20px 0 30px;
  }
   .searchhome_suomu h2 {
    font-size: 12px;
    margin: 20px 0 30px;
  }
   .searchhome_ffyllas h2 {
    font-size: 12px;
    margin: 20px 0 10px;
  }
   
   .searchhome_pyha h2 {
    font-size: 12px;
    margin: 20px 0 30px;
  }
   
  .searchhome_kalajoki h2 {
    font-size: 12px;
    margin: 20px 0 30px;
  }
   .searchhome_ffukkohalla h2 {
    font-size: 12px;
    margin: 20px 0 30px;
  }
  
  .searchhome_karelia h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
   .searchhome_suomu h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  .searchhome_pyha h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  .searchhome_kalajoki h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  
  
  
  .searchhome_ffukkohalla h1 {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  .searchhome .searchpanel,
  .searchhome_ffyllas .searchpanel,
  .searchhome_karelia .searchpanel,
  .searchhome_pyha .searchpanel,
  .searchhome_kalajoki .searchpanel,
  .searchhome_ffukkohalla .searchpanel {
    margin-bottom: 10px;
    padding: 5px 10px !important;
  }
  .searchhome .searchpanel .col {
    padding: 5px !important;
  }
  .searchhome .quicklinks .btn {
    margin-bottom: 10px;
  }
  #headersearch .searchpanel .row {
    margin: 0 -3px !important;
    padding: 0 !important;
  }
  #headersearch .searchpanel .col {
    padding: 0 3px 6px !important;
  }
  #headersearch .searchpanel .form-control .form-control {
    /*font-size: 14px;*/
    font-size: 12px;
  }
  .iconarea h3 {
    font-size: 20px;
    margin: 10px 0 5px;
  }
  .iconarea p {
    margin: 0 auto 25px;
  }
  .pagination-lr {
    margin: 0 0 20px;
  }
  .pagination-lr .fa {
    font-size: 12px;
  }
  .pagination-lr > li > a {
    font-size: 14px;
    padding: 0 5px;
    margin: 0 1px;
    min-width: 22px;
  }
  .mmenuclose {
    color: #0664aa;
    display: block;
    font-size: 24px;
    z-index: 99;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 20px;
  }
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  z-index: 90 !important;
}
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 60px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 15px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  font-size: 16px;
  color: #000;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  /*margin-top: -20px;*/
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar {
  background: #fff;
  color: #fff;
  border: none;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  /*-webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;*/
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
a.mm-btn.mm-prev {
  min-height: 50px;
}
/* --- */
.dp-lineheight {
  height: 32px;
  line-height: 32px;
}
.ui-datepicker {
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
  padding: 0;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 700;
  padding: 0;
  height: 32px;
  line-height: 32px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  height: 32px;
  left: 0;
  top: 0;
  width: 32px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: #f3f3f3;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  color: #000;
  content: '\f053';
  height: 100%;
  font-family: fontawesome;
  font-size: 14px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0;
}
.ui-datepicker .ui-datepicker-next:after {
  content: '\f054';
}
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker td a {
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center !important;
  width: 12.5%;
}
.ui-datepicker td a,
.ui-datepicker td span {
  color: #000;
  padding: 0;
  text-align: center !important;
  width: auto;
}
.ui-datepicker td:hover {
  background: #f3f3f3;
}
.ui-datepicker .ui-state-disabled:hover {
  background: E5979A;
}


.ui-datepicker .ui-datepicker-current-disabled-day {
  color: #888888;
  background-color: #E5979A;
}

.ui-datepicker .ui-datepicker-current-disabled-day:hover {
  color: #888888;
  background-color: #E5979A;
}

.ui-datepicker .ui-state-disabled span {
  color: #D21E1E;

}

.ui-datepicker-today.available {
    background: #dbf0de!important;
}

.ui-datepicker-today{
    background: #dbf0de;
}
.ui-datepicker .available-changeover-disabled-green-gray{
	color: black;
}

.ui-datepicker .ui-state-disabled .ui-state-default span {
  color: #888888;
  background-color: E5979A;
}


.ui-datepicker .ui-datepicker-lrcurrent-day {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#a8dbbd));
  background: linear-gradient(to bottom right, #a8dbbd 50%, #68b5ef 50%);
  /*border: 1px solid #fff;*/
  position: relative;
}

.ui-datepicker .ui-datepicker-current-start-day {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#a8dbbd));
  background: linear-gradient(to bottom right, #a8dbbd 50%, #68b5ef 50%);
  /*border: 1px solid #fff;*/
  position: relative;
    
}

.ui-datepicker .ui-datepicker-current-start-day-green-gray {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#E5979A));
  background: linear-gradient(to bottom right, #E5979A 50%, #68b5ef 50%);
  /*border: 1px solid #fff;*/
  position: relative;
    
}

.ui-datepicker .ui-datepicker-current-start-day-gray-blue-available {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#E5979A));
  background: linear-gradient(to bottom right, #E5979A 50%, #68b5ef 50%);
  /*border: 1px solid #fff;*/
  position: relative;
    
}

.ui-datepicker .ui-datepicker-current-end-day {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#a8dbbd));
  background: linear-gradient(to top left, #a8dbbd 50%, #68b5ef 50%);
  /*border: 1px solid #fff;*/
  position: relative;
}

.ui-datepicker .ui-datepicker-current-notend-day {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#a8dbbd));
  background: linear-gradient(to top left, #a8dbbd 50%, #68b5ef 50%);
  /*border: 1px solid #fff;*/
  position: relative;
}

.ui-datepicker .ui-datepicker-current-notend-day-blue-gray {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#E5979A));
  background: linear-gradient(to top left, #E5979A 50%, #68b5ef 50%);
  /*border: 1px solid #fff;*/
  position: relative;
}


.ui-datepicker .ui-datepicker-current-selected-day {
  background: #68b5ef;
/*   border: 1px solid #fff; */
  position: relative;
}

.ui-datepicker .ui-datepicker-current-notavailselected-day {
  background: #68b5ef;
/*   border: 1px solid #fff; */
  position: relative;
}

.ui-datepicker .ui-datepicker-current-notavailselected-day:HOVER {
  background: #68b5ef;
/*   border: 1px solid #fff; */
  position: relative;
}
.ui-datepicker .ui-datepicker-current-selected-day:hover {
  background: #88c6f2;
/*   border: 1px solid #fff; */
  position: relative;
}

/* .ui-datepicker .ui-datepicker-current-start-day:hover { */
/*   background: #88c6f2; */
/*   background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#88c6f2)); */
/*   background: linear-gradient(to top left, #88c6f2 50%, #68b5ef 50%); */
/* border: 1px solid #fff; */
/*   position: relative; */
/* } */

/* .ui-datepicker .ui-datepicker-current-end-day:hover { */
/*   background: #88c6f2; */
/*   border: 1px solid #fff; */
/*   position: relative; */
/* } */

.ui-datepicker .ui-datepicker-current-notavailselected-day:hover {
  background: #88c6f2;
  /*border: 1px solid #fff;*/
  position: relative;
}

.ui-datepicker .ui-datepicker-week-end .ui-datepicker-current-notavailselected-day:hover {
  background: #88c6f2;
  /*border: 1px solid #fff;*/
  position: relative;
}



.ui-datepicker .ui-datepicker-current-end-day:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#c1e5d0));
  background: linear-gradient(to bottom right, #88c6f2 50%, #c1e5d0 50%);
/*   border: 1px solid #fff; */
  position: relative;
}

.ui-datepicker .ui-datepicker-current-notend-day:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#a8dbbd));
  background: linear-gradient(to top left, #a8dbbd 50%, #68b5ef 50%);
/*   border: 1px solid #fff; */
  position: relative;
}

.ui-datepicker .ui-datepicker-current-notend-day-blue-gray:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#E5979A));
  background: linear-gradient(to top left, #E5979A 50%, #68b5ef 50%);
/*   border: 1px solid #fff; */
  position: relative;
}

.ui-datepicker .ui-datepicker-current-start-day:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#c1e5d0), color-stop(50%,#a8dbbd));
  background: linear-gradient(to bottom right, #c1e5d0 50%, #88c6f2 50%);
/*   border: 1px solid #fff; */
  position: relative;
}

.ui-datepicker .ui-datepicker-current-start-day-gray-blue-available:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#E5979A));
  background: linear-gradient(to bottom right, #E5979A 50%, #68b5ef 50%);
  /*border: 1px solid #fff;*/
  position: relative;
    
}



.ui-datepicker .ui-datepicker-lrcurrent-day:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#68b5ef), color-stop(50%,#a8dbbd));
  background: linear-gradient(to top left, #68b5ef 50%, #a8dbbd 50%);
}
.ui-datepicker .ui-datepicker-week-col:hover {
  background: none;
  cursor: not-allowed;
 }
.ui-datepicker .ui-datepicker-week-col {
  background: none;
  font-size:21px;
  color:#808080;  
}
.lr-datepicker .ui-datepicker.ui-datepicker-multi {
  max-width: none !important;
  width: 100% !important;
}
.lr-datepicker td {
  padding: 1px;
}
.lr-datepicker td a,
.lr-datepicker td span {
  color: #000;
  padding: 0;
  text-align: center !important;
}
.lr-datepicker td:hover {
  background: none;
}
.lr-datepicker .available {
  background: #a8dbbd;
  position: relative;
}
.lr-datepicker .available-gray-green {
   background: -webkit-gradient(linear, right bottom, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#E5979A));
  background: linear-gradient(to bottom right, #E5979A 50%, #a8dbbd 50%);
  position: relative;
}

.lr-datepicker .available-changeover-disabled-gray-green {
   background: -webkit-gradient(linear, right bottom, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#E5979A));
  background: linear-gradient(to bottom right, #E5979A 50%, #a8dbbd 50%);
  position: relative;
}
.lr-datepicker .available:hover {
  background: #a8dbbd;
}
.lr-datepicker .available-gray-green:hover {
  background: #a8dbbd;
  background: -webkit-gradient(linear, right bottom, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#E5979A));
  background: linear-gradient(to bottom right, #E5979A 50%, #a8dbbd 50%);
 
}

.lr-datepicker .available-changeover-disabled-gray-green:hover {
   background: -webkit-gradient(linear, right bottom, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#E5979A));
  background: linear-gradient(to bottom right, #E5979A 50%, #a8dbbd 50%);
  position: relative;
}

.lr-datepicker .available a {
  border: 1px solid #02702e;
  color: #000;
  text-decoration: underline;
}
.lr-datepicker .available-gray-green a {
  border: 3px solid #02702e;
  color: #000;
  text-decoration: underline;
}

.lr-datepicker .ui-datepicker-current-start-day-gray-blue-available a {
 border: 3px solid #02702e;
 color: #000;
 text-decoration: underline;
    
}

.lr-datepicker .ui-datepicker-current-end-day a {
 border: 3px solid #02702e;
 color: #000;
 text-decoration: underline; 
}

.lr-datepicker .ui-datepicker-current-start-day a {
 border: 3px solid #02702e;
 color: #000;
 text-decoration: underline; 
}
.lr-datepicker .ui-datepicker-current-notend-day a {
 border: 3px solid #02702e;
 color: #000;
 text-decoration: underline; 
}
 
.lr-datepicker .ui-datepicker-current-selected-day a {
 border: 2px solid #02702e;
 color: #000;
 text-decoration: underline; 
}


.lr-datepicker .available:hover a {
  background: #c1e5d0;
}
.lr-datepicker .available-changeover-disabled {
  background: #a8dbbd;
  position: relative;
}

.lr-datepicker .available-changeover-disabled span {
  color:black;
}
.lr-datepicker .available-changeover-disabled-green-gray span {
  color:black;
}
.lr-datepicker .ui-datepicker-current-notavailselected-day span {
  color:black;
}
.lr-datepicker .ui-datepicker-current-notend-day-blue-gray span {
  color:black;
}
.lr-datepicker .ui-datepicker-current-notend-day span {
  color:black;
}






.lr-datepicker .available-changeover-disabled-green-gray {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#E5979A));
  background: linear-gradient(to top left, #E5979A 50%, #a8dbbd 50%);
  position: relative;
}

.lr-datepicker .available-changeover-disabled:hover {
  background: #a8dbbd;
}

.lr-datepicker .available-changeover-disabled-green-gray:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#E5979A));
  background: linear-gradient(to top left, #E5979A 50%, #a8dbbd 50%);
}
.lr-datepicker .reserved,
.lr-datepicker .reserved:hover {
  background: #e8a2a5;
  border: 1px solid #fff;
}
.lr-datepicker .ui-datepicker-lrcurrent-day {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#68b5ef));
  background: linear-gradient(to top left, #68b5ef 50%, #a8dbbd 50%);
}

.lr-datepicker .ui-datepicker-lrcurrent-day:hover {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#a8dbbd), color-stop(50%,#68b5ef));
  background: linear-gradient(to top left, #68b5ef 50%, #a8dbbd 50%);
}

.lr-datepicker .ui-datepicker-lrcurrent-day:after {
  background: #02702e;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.lr-datepicker .ui-datepicker-current-notend-day:after {
  background: #a8dbbd;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.lr-datepicker .ui-state-disabled span {
 /* color: #000;*/

}
.datepicker-popup {
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 1px;
  padding: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index:99!important;
}
.datepicker-popup .ui-datepicker-lrcurrent-day,
.datepicker-popup .ui-datepicker-lrcurrent-day:hover {
  background: #0664aa;
}
.datepicker-popup .ui-datepicker-lrcurrent-day a,
.datepicker-popup .ui-datepicker-lrcurrent-day:hover a,
.datepicker-popup .ui-datepicker-lrcurrent-day span,
.datepicker-popup .ui-datepicker-lrcurrent-day:hover span {
  color: #fff;
  font-weight: 900;
}
@media (max-width: 600px) {
  .datepicker-popup {
    left: 50% !important;
    margin-left: -150px;
    position: fixed !important;
    top: 80px !important;
    width: 300px;
    z-index: 15 !important;
    box-shadow: 0 0 100px 2000px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 100px 2000px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 100px 2000px rgba(0, 0, 0, 0.75);
  }
}
.infocolor {
  display: inline-block;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin: 0 6px 4px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.infocolor.available1 {
  background: #a8dbbd;
  border: 3px solid #02702e;
  line-height: 14px;
}
.infocolor.available2 {
  background: #a8dbbd;
}
.infocolor.selected {
  background: #68b5ef;
}
.infocolor.reserved {
  background: #E5979A;
  color:#D21E1E;
}
.helpers .col-xs-12 > .row > .col {
  /*font-size: 15px;*/
  font-size: 13px;
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.PaymentOption{
float:left;
width:116px;
height:70px;
padding:0 5px;
text-align:center;
position:relative;
}

.PaymentOption .ImageHolder{
position:absolute;
bottom:25px;
left:0;
width:100%;
text-align:center;
}

.PaymentOption img{
max-width:116px;
max-height:50px;
}

.PaymentOption .inputs{
position:absolute;
bottom:0;
left:0;
width:100%;
}

.PaymentOption input{
margin:0;
position:relative;
top:1px;
}





.destinationContent {
    padding-top: 30px;
}

.destinationContent h1 {
    margin: 0 0 0.7em;
}

.destinationContent .hider {
    position: relative;
}

.destinationContent .hider.active .content {
    height: 100px;
    overflow: hidden;
}

.destinationContent .hider.active.open .content {
    height: auto;
    overflow: initial;
}

.destinationContent .hider.active .gradient {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    bottom: 40px;
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
}

.destinationContent .hider > span {
    color: #0664aa;
    display: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.destinationContent .hider.active .showmore {
    display: block;
}

.destinationContent .hider.active.open .gradient,
.destinationContent .hider.active.open .showmore {
    display: none;
}

.destinationContent .hider.active.open .showless {
    display: block;
}

/*Tag*/
.destinationContentTag {
    padding-top: 30px;
}

.destinationContentTag h1 {
    margin: 0 0 0.7em;
}

.destinationContentTag .hider {
    position: relative;
}

.destinationContentTag .hider.active .content {
    height: 100px;
    overflow: hidden;
}

.destinationContentTag .hider.active.open .content {
    height: auto;
    overflow: initial;
}

.destinationContentTag .hider.active .gradient {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    bottom: 40px;
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
}

.destinationContentTag .hider > span {
    color: #0664aa;
    display: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.destinationContentTag .hider.active .showmore {
    display: block;
}

.destinationContentTag .hider.active.open .gradient,
.destinationContentTag .hider.active.open .showmore {
    display: none;
}

.destinationContentTag .hider.active.open .showless {
    display: block;
}

@media (max-width: 768px) {
	
.navbar-brand > img {
	max-width: 150px !important;
}

.navbar-brand-yllas > img {
	max-width: 150px !important;
}
    
.destinationContent {
	padding-top: 0px;
}

.searchresults .item .image-holder {
	height: auto;
    max-height: 233px;
    overflow: hidden;
    position: static;
    width: 100%;
}

.searchresults .item .image-holder img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

}

/* */

.paymentOptions {
    padding-bottom: 20px;
}

.paymentOptions p {
    margin: 1.5em 0 0.5em;
}

.paymentOptions .form-group {
    margin-left: -5px;
    margin-right: -5px;
}



.paymentOptions label strong {
    display: block;
    text-align: center;
}

.paymentOptions label input[type="radio"] {
    margin-top: 19px;
}

.paymentOptions label img {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: auto;
}

@media (max-width: 600px) {
    
     .paymentOptions label img {
        display: block;
        margin: 0 auto;
        height: 30px;
        width: auto;
    }   
}

.StarRatingExtra{
display:inline-block;
*display:inline;
zoom:1;
width:90px;
height:16px;
position:relative;
padding-left: 15px;
filter:alpha(opacity=50);
}

.StarRatingExtra div{
position:absolute;
top:0;
width:18px;
height:16px;
background:url(../img/star.png) repeat-x 0 0;
}

.StarRatingExtra.star_2 div{
width:36px;
}

.StarRatingExtra.star_3 div{
width:54px;
}

.StarRatingExtra.star_4 div{
width:72px;
}

.StarRatingExtra.star_5 div{
width:90px;
}


.StarRatingExtra.star10_0 div{
	width:0;
}

.StarRatingExtra.star10_1 div{
	width:9px;
}

.StarRatingExtra.star10_2 div{
	width:18px;
}

.StarRatingExtra.star10_3 div{
	width:27px;
}

.StarRatingExtra.star10_4 div{
	width:36px;
}

.StarRatingExtra.star10_5 div{
	width:45px;
}

.StarRatingExtra.star10_6 div{
	width:54px;
}

.StarRatingExtra.star10_7 div{
	width:63px;
}

.StarRatingExtra.star10_8 div{
	width:72px;
}

.StarRatingExtra.star10_9 div{
	width:81px;
}

.StarRatingExtra.star10_10 div{
	width:90px;
}

/* Reviews */
.reviews-averages-div {
	background-color: #EAF0E7;
	padding: 10px;
}

#reviews-averages-star-rating {
	width: 90px;
	margin-right: 15px;
}

#reviews-averages-recommendations {
	margin-left: 109px;
}

.reviews-averages-div span {
	font-weight: bold;
}

.reviews-comments {
	margin-top: 20px;
}

.reviews-comments .ruler {
	border-color: #E9F8FF;
	margin-bottom: 10px;
}

#reviews-comments-star-rating {
	width: 90px;
}

#reviews-comments-traveler-name {
	
	margin-left: 42px;
}

#reviews-comments-stayed {
	
	
	margin-right: 20px;
}

#reviews-comments-submitted {
	
	float: right;
	margin-right: 30px;
}

#reviews-comments-traveler-text {

	margin-top: 20px;
	margin-bottom: 30px;
}

#reviews-comments-lomarengas-text {
	margin-top: 5px;
	
}

#reviews-comments-lomarengas-text p {
	padding: 10px;
}

#reviews-comments-lomarengas-text p span {
	/*font-weight: bold;*/
}
#reviews-show-all {
	border: 2px solid #0664AA;
	padding: 5px;
	text-align: center;
}

#reviews-hide-all {
    border: 2px solid #0664AA;
    padding: 5px;
    text-align: center;
}

#flockler-show-all {
    border: 2px solid #0664AA;
    padding: 5px;
    text-align: center;
}

#flockler-hide-all {
    border: 2px solid #0664AA;
    padding: 5px;
    text-align: center;
}


#reviews-show-all:hover {
	background-color: #EAF0E7;
	cursor: pointer;
}

#reviews-show-all span {
	color: #067ED4;
	font-size: 14px;
}
/* --- */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .flex-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    /*text-shadow: -3px 0 black, 0 3px black,
        3px 0 black, 0 -3px black*/
}
.owl-carousel .flex-caption {
    margin: 0px;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=70);
    padding: 10px;
    color: #fff;
    /*text-shadow: -3px 0 black, 0 3px black,
    3px 0 black, 0 -3px black*/
}


.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * Google maps infobubble owl carousel
 */
.infobubbleslide.flexslider.owl-loaded:after {
  background: rgba(240,240,240,0);
  height: 0;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  width: 0;
  z-index: -1;
}
.infobubbleslide.flexslider a {
  display: block;
  overflow: hidden;
  width: auto;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.infobubbleslide.flexslider .owl-nav > div {
	opacity: 1;
	-webkit-opacity: 1;
  	-moz-opacity: 1;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.productimagecarousel {
  position: relative;
  overflow: hidden;
}

.productimage.flexslider {
  background-color: rgba(0,0,0,0.05);
}

.productimage.flexslider.grediImg {
  max-height: 535px;
}

.productimage.flexslider.grediImg:not(.owl-loaded) {
  max-height: 350px !important;
}

.productimage.flexslider.notgrediImg {
    height: 320px;
    overflow: hidden;
    position: relative;
}

.productimage.flexslider:after,
.thumbs.flexslider:after,
.productimage.flexslider.owl-loaded.lr-loading:after {
  background: rgba(240,240,240,0.7) url('../img/ajax-loader.gif') 50% 50% no-repeat;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  /*max-height: 320px;*/
  max-height: 535px;
  /*max-width: 805px;*/
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: -webkit-opacity 0.3s ease-in-out;
  -moz-transition: -moz-opacity 0.3s ease-in-out;
}
.productimage.flexslider.grediImg:after,
.thumbs.flexslider:after,
.productimage.flexslider.grediImg.owl-loaded.lr-loading:after {
    max-height: 535px;
}

.productimage.flexslider.notgrediImg:after,
.thumbs.flexslider:after,
.productimage.flexslider.notgrediImg.owl-loaded.lr-loading:after {
    max-height: 319px;
    /*max-height: 535px;*/
    max-width: 805px;
}

.productimage.flexslider.owl-loaded:after,
.thumbs.flexslider.owl-loaded:after  {
  background: rgba(240,240,240,0);
  height: 0;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  width: 0;
  z-index: -1;
}

.productimage.flexslider a {
  /*height: 320px;*/
  max-height: 535px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.productimage.flexslider.grediImg a {
    max-height: 535px;
}
.productimage.flexslider.grediImg img {
  max-height: 535px;
  width: auto;
}
.productimage.flexslider.notgrediImg a {
    height: 319px;
}
.productimage.flexslider.notgrediImg img {
    height: 319px;
    width: auto;
}
.productimage.flexslider.grediImg a img,
.productimage.flexslider.notgrediImg a img {
  display: block;
  margin: 0 auto;
}

.thumbs.flexslider {
  height: 60px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.thumbs.flexslider div {
  cursor: pointer;
  height: 60px;
  overflow: hidden;
}
.thumbs.flexslider div img {
  width: 80px;
}

.thumbs.flexslider.grediImg div img {
    height: 100%;
}

.flexslider .owl-nav > div {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    display: block;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    /*top: 130px;*/
    z-index: 10;
    overflow: hidden;
    opacity: 0.75;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    z-index: 5;
}

.flexslider.grediImg .owl-nav > div {
    top: 50%;
    margin: -30px 0 0;
}

.flexslider.notgrediImg .owl-nav > div {
  top: 50%;
  margin: -30px 0 0;
}

.flexslider:hover .owl-nav .owl-prev:hover,
.flexslider:hover .owl-nav .owl-next:hover {
    color: #fff;
    opacity: 1;
}
.flexslider .owl-nav .owl-prev {
  left: 0;
}
.flexslider .owl-nav .owl-next {
  right: 0;
}
.thumbs.flexslider .owl-nav > div {
  top: 0 !important;
  margin: 0 !important;
}
.section.productimagecarousel .fullscreen {
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  display: block;
  height: 40px;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  z-index: 99;
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
i.fa.fa-arrows-alt {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
}
.section.productimagecarousel .fullscreen:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .productimage.flexslider.grediImg,
  .productimage.flexslider.grediImg a,
  .productimage.flexslider.grediImg img {
    max-height: 480px;
  }
}

@media (min-width: 769px) {
  .productimage.flexslider.grediImg a {
    height: auto !important;
  }
}

@media (max-width: 600px) {
  /*
  .productimage.flexslider {
       height: 230px;
   }
*/
  .productimage.flexslider:after,
  .productimage.flexslider.owl-loaded.lr-loading:after {
    max-height: 230px;
  }
  /*
  .productimage.flexslider a {
    height: 230px;
  }

  .productimage.flexslider .owl-nav > div {
    top: 85px;
  }  */
  .thumbs.flexslider {
    display: none;
  }

  .productimage.flexslider.notgrediImg {
    height: auto;
  }

  .productimage.flexslider.notgrediImg img {
    height: auto !important;
    max-height: 320px !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .productimage.flexslider.grediImg,
  .productimage.flexslider.grediImg a,
  .productimage.flexslider.grediImg img {
    max-height: 360px;
  }
}

@media (max-width: 500px) {
  .productimage.flexslider.grediImg,
  .productimage.flexslider.grediImg a,
  .productimage.flexslider.grediImg img {
    max-height: 300px;
  }
}

#MAPS

#MapContainer{
float:left;
width:558px;
}

#mapwrap{
float:left;
position:relative;
z-index:1;
width:209px;
height:392px;
}

#maps{
background:url(../webshop/images/map.png) no-repeat 0 0;
position:relative;
z-index:1;
width:100%;
height:100%;
}

#mapsih{
background:url(../webshop/images/map_ih.png) no-repeat 0 0;
position:relative;
z-index:1;
width:100%;
height:100%;
}

#maps.maps_en {
background:url(../webshop/images/map_en.png) no-repeat 0 0;
position:relative;
z-index:1;
width:100%;
height:100%;
}

#map_top{
position:absolute;
z-index:4;
top:0;
left:0;
width:100%;
height:100%;
}

.map{
position:absolute;
z-index:2;
top:0;
left:0;
width:100%;
height:100%;
}

.map img{
opacity:0;
filter:alpha(opacity=0);
}

.map.visible img{
opacity:1;
filter:alpha(opacity=100);
}

#maps .pallo a{
display:block;
width:8px;
height:8px;
position:absolute;
background:url(../webshop/images/pallo.png) no-repeat;
z-index:5;
overflow:hidden;
text-indent:10px;
cursor:pointer;
}

#maps .pallo.city a{
background:url(../webshop/images/pallo-city.png) no-repeat;
}

#maps .pallo.active a{
background:url(../webshop/images/pallo-active.png) no-repeat;
}

.pallo1 a{
margin-left:88px;
margin-top:294px;
}

.pallo2 a {
	margin-left:50px;
	margin-top:287px;
}

.pallo3 a {
	margin-left:42px;
	margin-top:262px;
}

.pallo4 a {
	margin-left:73px;
	margin-top:262px;
}

.pallo5 a {
	margin-left:49px;
	margin-top:210px;
}

.pallo6 a {
	margin-left:99px;
	margin-top:240px;
}

.pallo7 a {
	margin-left:131px;
	margin-top:279px;
}

.pallo8 a {
	margin-left:123px;
	margin-top:222px;
}

.pallo9 a {
	margin-left:155px;
	margin-top:230px;
}

.pallo10 a {
	margin-left:102px;
	margin-top:157px;
}

.pallo11 a {
	margin-left:145px;
	margin-top:123px;
}

.pallo12 a {
	margin-left:102px;
	margin-top:106px;
}

/*-----------*/

.pallo13 a {
	margin-left:121px;
	margin-top:52px;
}

.pallo14 a {
	margin-left:92px;
	margin-top:60px;
}

.pallo15 a {
	margin-left:86px;
	margin-top:67px;
}
.pallo16 a {
	margin-left:96px;
	margin-top:72px;	
}
.pallo17 a {
	margin-left:88px;
	margin-top:76px;	
}
.pallo18 a {
	margin-left:108px;
	margin-top:83px;
}

.pallo19 a {
	margin-left:117px;
	margin-top:88px;
}
.pallo20 a{
	margin-left:95px;
	margin-top:97px;
}
.pallo21 a{
	margin-left:135px;
	margin-top:97px;
}
.pallo22 a{
	margin-left:127px;
	margin-top:103px;
}
.pallo23 a{
	margin-left:142px;
	margin-top:115px;
}
.pallo24 a{
	margin-left:125px;
	margin-top:123px;
}
.pallo25 a{
	margin-left:120px;
	margin-top:115px;
}
.pallo26 a{
	margin-left:140px;
	margin-top:163px;
}
.pallo27 a{
	margin-left:132px;
	margin-top:169px;
}
.pallo28 a{
	margin-left:143px;
	margin-top:178px;
}
.pallo29 a{
	margin-left:137px;
	margin-top:213px;
}
.pallo30 a{
	margin-left:158px;
	margin-top:215px;
}
.pallo31 a{
	margin-left:115px;
	margin-top:240px;
}
.pallo32 a {
	margin-left:110px;
	margin-top:255px;
}
.pallo33 a{
	margin-left:92px;
	margin-top:270px;
}
.pallo34 a{
	margin-left:103px;
	margin-top:278px;
}

/*------------------*/

#MapContainer {
margin: 0 auto;
max-width: 800px;
text-align: left;
}

#MapContainer ul {
list-style-type:none;
}

.filters #MapContainer ul {
display: block;
max-height: 370px;
overflow: auto;
}

.MapInputsList{
padding:0;
}

.MapInputsList li ul {
margin: 5px 0 0 20px;
}

.MapInputsListDisabled {
padding:0 0 5px 0;
position:relative;
color: gray;
}

.MapInputsList li input{
cursor: pointer;
margin: 0 5px 5px 0;
}

.MapInputsList li label{
cursor: pointer;
display: inline;
font-size:12px;
vertical-align: top;
}

#MapContainer .btn-book {
margin-top: 20px;
}
.paymentOptions.paymentHighway .form-group.payment-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.paymentOptions.paymentHighway .payment-reorder {
    display: block;
    width: 100%;
}

.paymentOptions.paymentHighway .payment-reorder.reorder-banks {
    -webkit-order: 1;
    order: 1;
}

.paymentOptions.paymentHighway .payment-reorder.reorder-cards {
    -webkit-order: 2;
    order: 2;
}

.paymentOptions.paymentHighway .payment-reorder.reorder-mobile {
    -webkit-order: 3;
    order: 3;
}

.paymentOptions.paymentHighway .radioarea img {
    height: auto;
    max-height: 44px;
    width: auto;
}

.paymentOptions.paymentHighway .radioarea label strong {
    line-height: 1.2em;
}

.paymentOptions.paymentHighway .banksTitle {
    color: #555;
    margin-bottom: 2px;
    padding: 0;
}

.paymentOptions.paymentHighway .radioarea.bank label {
    padding: 10px 10px 10px 30px;
}

.paymentOptions.paymentHighway .bank label input[type="radio"] {
    margin-top: 24px;
}

.paymentOptions.paymentHighway .bank strong  {
    font-size: 14px;
}

.paymentOptions.paymentHighway .radioarea.phw label {
    padding: 15px 15px 15px 40px;
}

.paymentOptions.paymentHighway .phw label input[type="radio"] {
    margin-top: 36px;
    margin-left: -25px;
}

.paymentOptions.paymentHighway .phw img,
.paymentOptions.paymentHighway .phw strong {
    margin: 0;
    text-align: left;
}

.paymentOptions.paymentHighway .phw strong {
    margin: 6px 0 3px;
}

.paymentOptions.paymentHighway .phw span {
    font-style: italic;
    display: block;
    line-height: 1.3em;
}

.paymentselection .maincontent .btn-book {
    font-size: 18px;
    padding: 10px 40px;
    max-width: 360px;
    width: 100%;  
}


.paymentselection .maincontent .btn-book .fa-angle-right {
    font-size: 28px;
    top: 8px;
}

@media (min-width: 769px) {

    .paymentOptions.paymentHighway .payment-reorder.reorder-mobile {
        display: none;
    }

}

@media (min-width: 769px) {

    .paymentOptions.paymentHighway .radioarea.bank label {
        min-height: 86px;
    }

}

@media (max-width: 600px) {

    .paymentOptions.paymentHighway .payment-reorder.reorder-banks {
        -webkit-order: 3;
        order: 3;
    }

    .paymentOptions.paymentHighway .payment-reorder.reorder-cards {
        -webkit-order: 2;
        order: 2;
    }

    .paymentOptions.paymentHighway .payment-reorder.reorder-mobile {
        -webkit-order: 1;
        order: 1;
    }

    .paymentOptions.paymentHighway .radioarea img {
        max-height: 24px;
    }

    .paymentOptions.paymentHighway .radioarea.bank label {
        padding: 6px 10px 6px 30px;    
    }

    .paymentOptions.paymentHighway .bank label input[type="radio"] {
        margin-top: 6px;
    }

    .paymentOptions.paymentHighway .bank img {
        float: right;
        margin-left: 15px;
    }

    .paymentOptions.paymentHighway .bank strong {
        display: block;
        height: 24px;
        line-height: 24px !important;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .paymentOptions.paymentHighway .phw strong {
        font-size: 15px;
        margin: 3px 0;
    }

    .paymentOptions.paymentHighway .phw span {
        font-size: 14px;
    }

}
.disclaimer .closemodallr {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    background: transparent;
    border: black;
}

.disclaimer button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.disclaimer.modal-open {
    overflow: hidden;
}
.disclaimer.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.disclaimer.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.disclaimer .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .disclaimer.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.disclaimer .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.disclaimer .modal-content {
    position: relative;
    background-color: rgba(0,0,0,1);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
    height: 200px;
    width: 50%;
    left:0px;
    right:0px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.disclaimer .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.disclaimer .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.disclaimer .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.disclaimer .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.disclaimer .modal-header .close {
    margin-top: -2px;
}
.disclaimer .modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.disclaimer .modal-body {
    position: relative;
    padding: 15px;
}
.disclaimer .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.disclaimer .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.disclaimer .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.disclaimer .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.disclaimer .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/* LR facelift 2019 changes */

.searchhome h1 {
  font-size: 28px;
}

.frontpagesearch {
  font-size: 13px;
}

.ui-datepicker table {
  font-size: 0.7em;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-week-col {
  font-size: 10px;
}
@media only screen and (min-width: 900px) {
  .ui-datepicker table {
    font-size: 0.9em;
    font-weight: 500;
  }
  .ui-datepicker .ui-datepicker-week-col {
    font-size: 14px;
  }
}
#destination-booking-control .ui-datepicker table {
  font-size: .9em;
  font-weight: 500;
}
#destination-booking-control .ui-datepicker .ui-datepicker-week-col {
  font-size: 16px;
}

.section.availability.hidden-phone .infocolor.available1,
.multiple.lr-datepicker .available-gray-green a,
.multiple.lr-datepicker .ui-datepicker-current-start-day-gray-blue-available a,
.multiple.lr-datepicker .ui-datepicker-current-selected-day a,
.multiple.lr-datepicker .ui-datepicker-current-start-day a,
.multiple.lr-datepicker .ui-datepicker-current-end-day a{
  border: 1px solid #02702e;
}
.helpers .infocolor.available1,
.single.lr-datepicker .available a,
.single.lr-datepicker .available-gray-green a,
.single.lr-datepicker .ui-datepicker-current-start-day-gray-blue-available a,
.single.lr-datepicker .ui-datepicker-current-selected-day a,
.single.lr-datepicker .ui-datepicker-current-start-day a,
.single.lr-datepicker .ui-datepicker-current-end-day a{
  border: 2px solid #02702e;
}

li.avainlippu div img {
  display: inline-block;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 10px;
  height: 30px;
}

li.flags .lang-en img,
li.flags .lang-fi img,
li.flags .lang-ru img {
  margin-top: 18px;
  height: 20px;
  width: 20px;
  margin-left: 3px;
  margin-right: 3px;

  border-radius: 50%;
  height: auto;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  vertical-align: middle;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
}

@media only screen and (min-width: 1200px) {
  li.flags .lang-en img,
  li.flags .lang-fi img,
  li.flags .lang-ru img {
    margin-top: 28px;
    height: 20px;
    width: 20px;
  }
  li.avainlippu div img {
    margin-top: 20px;
  }
}
.avainlippuMobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .avainlippuMobile {
    display: block;
    float: right;
  }
  .avainlippuMobile div img {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 10px;
    height: 30px;
  }
}

div.ascheckbox > label.iblock {
  display: inline;
  max-width: 84%;
}

div.ascheckbox > #acceptBookingTermsCheckbox {
  display: inline;
  margin-left: 10px;
}

.paymentOptions.paymentHighway .bank strong {
  font-size: 12px;
}
.phases .btn-group .btn {
  font-size: 10px;
}

#paymentMethodForm h3 {
  font-size: 14px;
}

.form-group .aslabel.toInlineBlock {
  display: inline-block;

}
/*Helper class for booking-step3 order newsletter*/
.addPadding {
  padding-right: 10px;
}

/* Social share buttons */

.sharethis {
  margin-left: -5px;
}
.social_media__button_container {
  padding: 5px;
  max-height: 34px;
}

@media screen and (max-width: 424px){
  .social_media__button_container {
    width: 31.33333333%;
    display: inline-block;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px){
  .social_media__button_container {
    width: 24%;
    display: inline-block;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px){
  .social_media__button_container {
    width: 48%;
    display: inline-block;
  }
}

.svg {
  padding: 6px;
  fill: red;
}

.social_media {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width:768px) and (max-width: 1199px){
  .social-media{
    margin-right: 10px;
  }
}

.social_media > div {
  line-height: unset;
}

.social_media__button {
  width: 100%;
  display: inline-block;
  min-height: 24px;
  border-radius: 3px;
}
.social_media__button:hover {
  opacity: 0.8;
}

.social_media__button_text {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  max-height: 24px;
  font-size: 10px;
}

@media screen and (max-width: 576px){
  .social_media__button_text {
    font-size: 8px;
  }
}

.social_media i.fa {
  font-size: 12px;
  padding: 6px;
  color: white;
}
.social_media i.fa.toBlack,
.toBlack {
  color: black;
}

.btn__copy_link {
  background-color: rgb(221, 221, 221);
  padding: 0px;
  font-weight: 500;
  font-size: 10px;
  font-family: 'FibraOneAlt', 'Source Sans Pro', 'Helvetica', sans-serif;
  color: black;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 991px){
  .hideOnMobile {
    display:none;
  }
}

@media screen and (min-width: 992px){
  .hideOnDesktop {
    display: none;
  }
}

@media screen and (max-width: 576px){
  .btn__copy_link {
    font-size: 8px;
  }
}

.social_media__button--messenger{
  background-color: #3b5998;
}
.social_media__button--whatsapp{
  background-color: #25d366;
}
.social_media__button--facebook{
  background-color: #3b5998;
}
.social_media__button--twitter{
  background-color: #1da1f2;
}
.social_media__button--linkedin{
  background-color: #007bb5;
}
.social_media__button--pinterest{
  background-color: #bd081c;
}
.social_media__button--skype{
  background-color: #00aff0;
}
.social_media__button--vkontakte{
  background-color: #4a76a8;
}
.social_media__button--blogger{
  background-color: #ff7043;
}
.social_media__button--telegram{
  background-color: #0088cc;
}
.social_media__button--copy_link{
  background-color: rgb(221,221,221);
}
.social_media__button--print{
  background-color: rgb(221,221,221);
}
.social_media__button--mail{
  background-color: rgb(221,221,221);
}