/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

 .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff;
  }
  .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
  }
  .selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
  }
  .selectize-dropdown-header-close:hover {
    color: #000000;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
  }
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
  }
  .selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
  }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
  }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
  }
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
  }
  .selectize-control {
    position: relative;
  }
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
  }
  .selectize-input,
  .selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
  }
  .selectize-input {
    padding: 8px 8px;
    display: inline-block;
    width: 920px !important;
    min-width: 920px !important;
    max-width: 920px !important;
    height: 68px !important;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 225px;
    border: none !important;
    box-shadow: none !important;
    padding-top: 25px !important;
    text-align: left;
    background: #fff !important;
    border-radius: 3px !important;
  }
  .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
  }
  .selectize-input.full {
    background-color: #fff;
  }
  .selectize-input.disabled,
  .selectize-input.disabled * {
    cursor: default !important;
  }
  .selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    font-size: 14px;
    margin: 0 3px 3px 0;
    padding: 10px 6px;
    margin-top: -10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
    border-radius: 3px;
  }
  .selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
  }
  .selectize-control.multi .selectize-input.disabled > div,
  .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
  }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .selectize-input > input::-ms-clear {
    display: none;
  }
  .selectize-input > input:focus {
    outline: none !important;
  }
  .selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
  }
  .selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .selectize-dropdown {
    position: absolute;
    z-index: 900;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-top: -15px;
  }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
  }
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .selectize-dropdown .option,
  .selectize-dropdown .optgroup-header {
    padding: 5px 8px;
  }
  .selectize-dropdown .option,
  .selectize-dropdown [data-disabled],
  .selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5;
  }
  .selectize-dropdown [data-selectable].option {
    opacity: 1;
  }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
  }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
  }
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
  }
  .selectize-dropdown .active.create {
    color: #495c68;
  }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
  }
  .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 195px;
    -webkit-overflow-scrolling: touch;
    width: 99%;
  }
  .selectize-control.single .selectize-input,
  .selectize-control.single .selectize-input input {
    cursor: pointer;
  }
  .selectize-control.single .selectize-input.input-active,
  .selectize-control.single .selectize-input.input-active input {
    cursor: text;
  }
  .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
  }
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
  }
  .selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
  }
  .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
  }
  .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
  }
  

  #mobile_search_wrap {
    display: none;
  }

  /*Main sugession manager*/
.sugessionWrap {
  margin: 0 auto;
  display: block;
  width: 1012px;
  max-width: 1012px;
  overflow: hidden;
  height: auto;
  max-height: 58px;
  min-height: 58px;
  background-color: #fff;
  padding: 0px;
  padding-bottom: 0px;
  margin-top: 250px;
  border-radius: 3px;
  border: solid 20px rgba(0,0,0,0.7);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sugessionTags {
  text-align: left;
  z-index: 99;
  display: inline-block;
  width: 335px;
  min-height: 35px;
  height: auto;
  max-height: none;
  padding-left: 9px;
  padding-top: 3px;
  margin-top: 10px;
  margin-left: 1px;
  background-color: #fff;
  cursor: text;
  color: #bbb;
}

.viewall {
  max-height: none !important;
  overflow: visible !important;
  width: 346px;
  margin-left: 0px;
  /*border-left: 1px solid #ddd;*/
  border-right: none;
}

.viewall .sugessionTag {
  margin-left: 8px;
}

.sugessionTag {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #ddd;
  padding: 5px;
  color: #222;
  text-align: left;
  margin: 5px;
  border-radius: 3px;
}

.howmany {
  display: inline-block;
  width: auto;
  height: 25px;
  padding: 10px;
  color: #222;
  text-align: left;
  margin: 5px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: white !important;
  padding-left: 50px;
  position: absolute;
  z-index: 0;
  display: none;
  right: -4px;
  top: 8px;
}

.counterhowmany {
  display: inline;
  font-size: inherit;
}

.sugessionTag a {
  color: black;
  text-decoration: none;
}

.sugessionInput {
  display: inline-block;
  width: 94% !important;
  height: 47px;
  margin-top: -4px;
  padding-left: 18px;
  border: none;
  background-color: #fff;
  outline: none;
  font-size: 14px;
  margin-left: -9px;
}

.ertekesites-label {
  font-size: 14px;
  position: relative;
  top: -1px;
}

.sugessionInput:focus{
  outline: none;
}

.sugessionLayer {
  display: none;
  position: absolute;
  border-top: 1px solid #ddd;
  width: 355px;
  /*left: -1px;*/
  left: 0px;
  height: auto;
  min-height: 68px;
  background-color: #fff;
  padding: 0px;
  margin-left: 0px;
  /*margin-top: -4px;*/
  margin-top: 0px;
  z-index: 99;
  /*border-left: solid 1px #ddd;
  border-right: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
}

.suggestSubmit {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  font-family: 'Open Sans' !important;
  background-color: var(--partner-color) !important;
  height: 58px !important;
  width: 58px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.show-fixed {
  float: left;
}

.show-maximized {
  width: 335px;
  max-height: 35px;
  overflow: hidden;
  border: 0;
}

.hide-maximized {
  max-height: none !important;
  overflow: visible !important;
}

.brd {
  border-right: solid 1px #ddd;
}

/*.hidden-overlow {
  display: inline-block;
  float: left;
  margin-left: 10px;
  max-width: 310px;
  min-width: 310px;
  width: 310px;
  overflow: hidden;
  border: solid 1px #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  -webkit-mask-size: 100% 100%;
}*/


.hidden-overlow {
  display: block;
  position: absolute;
  margin-left: 10px;
  max-width: 350px;
  min-width: 350px;
  width: 350px;
  height: 58px;
  border-left: none;
}

.hidden-overlow-mobile {
  display: block;
  position: absolute;
  margin-left: 10px;
  height: 45px;
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  -webkit-mask-size: 100% 100%;*/
}

.disable-overflow {
  overflow-x: unset !important;
  max-width: 350px !important;
  min-width: 350px !important;
  width: 350px !important;
}

.disable-overflow-mobile {
  overflow-x: unset !important;
  max-width: 87.8% !important;
  min-width: 87.8% !important;
  width: 87.8% !important;
  margin-top: 8px;
  background-color: white;
}

.placeholder {
  display: block;
  font-size: 14px;
  color: #aaa;
  padding-top: 9px;
}

.sg-close {
  color: #222;
  font-size: 16px;
  text-decoration: none;
  display: block;
  float: right;
  z-index: 1000;
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
}

.sugessionResultSet {
  width: 100%;
  height: auto;
  display: block;
  background-color: #fff;
  color: #222;
}

.sugessionLayer h4 {
  display: inline-block;
  float: left;
  width: auto;
  height: 20px;
  margin: 0px;
  margin-top: 0px;
  padding: 8px;
  background-color: #f7f7f7;
  font-size: 12px;
  font-weight: bold;
  color: #222;
  text-align: center;
  /*border-right: solid 1px #ddd;*/
  cursor: pointer;
  border-bottom: solid 1px #ddd;
}

.sugessionLayer h4:first-of-type {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  border-left: none !important;
}

.sugessionLayer h4:last-of-type {
  border-right: none;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  /*border-right: solid 1px #ddd;*/;
  border-right: none !important;
}

.sugessionLayer h4.sgActiveTab {
  background-color: #fff;
  border-bottom: none;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  color: var(--partner-color);
}

.nobord {
  border-right: none;
  /*padding-right: 18px !important;*/
}

.sugessionResultSet {
  width: 100%;
  float: left;
  /*border-top: solid 1px #ddd;*/
}

.sugessionResultSet table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sugessionResultSet table tr th {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  background-color: var(--partner-color);
  color: #fff;
}

.sugessionResultSet table tr td {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  padding: 5px;
  text-align: left;
  padding-left: 11px;
}

.sugessionResultSet table tr td:hover {
  color: var(--partner-color);
}

.sgSelect {
  display: inline-block;
  float: left;
  height: 64px;
  border-right: 1px #ddd;
  border-left: none;
  border-top: none;
  border-bottom: none;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 0px;
  padding: 5px;
  padding-top: 3px;
  color: #222;
  text-align: left;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.sgSelect:focus {
  outline: none;
}

.sgPriceBox, .sgPriceBoxSearch, .sgRoomsBoxSearch, .sgSizeBox, .sgSizeBoxSearch, .sgRoomBox, .sgPriceBoxMobil, .sgSizeBoxMobil, .sgRoomBoxMobil {
  width: 140px;
  height: 39px;
  display: inline-block;
  float: left;
  border-left: solid 1px #ddd;
  border-top: none;
  border-right: none;
  border-bottom: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-left: 2px;
  padding: 5px;
  padding-top: 14px;
  color: #222;
  text-align: center;
  box-shadow: none;
}

.sgPriceBox span, .sgPriceBoxSearch span, .sgRoomsBoxSearch span, .sgSizeBox span, .sgSizeBoxSearch span, .sgRoomBox span, .sgPriceBoxMobil span, .sgSizeBoxMobil span, .sgRoomBoxMobil span {
  display: inline;
  margin-right: 5px;
  margin-top: 3px;
}

.sgPriceBox small, .sgPriceBoxSearch small, .sgRoomsBoxSearch small, .sgSizeBox small, .sgSizeBoxSearch small, .sgRoomBox small, .sgPriceBoxMobil small, .sgSizeBoxMobil small, .sgRoomBoxMobil small {
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
  font-size: 14px;
  color: var(--partner-color);
}

.arbox, .sizebox, .szobabox, .roomsbox {
  display: inline;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #222;
  border: none;
  background-color: #fff;
  outline: none;
  text-align: center;
}

.radiogroup {
  display: inline-block;
  height: 50px;
  width: 65px;
  float: left;
  font-size: 12px;
  margin-top: 5px;
}

.angle {
  display: block;
  position: absolute;
  color: var(--partner-color);
  z-index: 999;
  margin-left: 160px;
  margin-top: 14px;
}

.angle i {
  color: var(--partner-color);
}

.angle2 {
  display: block;
  position: absolute;
  color: var(--partner-color);
  z-index: 999;
  margin-left: 520px;
  margin-top: 14px;
}

.angle2 i {
  color: var(--partner-color);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(160, 160, 160);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(160, 160, 160);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(160, 160, 160);
}

#tipus {
  background-image: url('/uix/images/thicker.png');
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 28px;
  overflow: hidden;
  border-radius: 3px 0px 0px 0px;
  -moz-border-radius: 3px 0px 0px 0px;
  -webkit-border-radius: 3px 0px 0px 0px;
  border: none;
  height: 58px;
  padding: 0px;
  padding-top: 4px;
}

#tipus * {
  font-size: 14px;
  padding: 0px;
  border: none;
  box-shadow: none;
}

.justmobile {
  display: none !important;
}

.justdesktop {
  display: block;
}

#sgResKeywords table tr td {
  padding: 5px 10px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.currency-label {
  float: right;
  color: #222 !important;
}

.size-metric {
  float: right;
  color: #222 !important;
}

.szoba-metric {
  float: right;
  color: #222 !important;
}

.size-label {
  float: left;
  padding-left: 15px;
}

.ar-label {
  float: left;
  padding-left: 15px;
}

.rooms-label {
  float: left;
  padding-left: 15px;
}

.desktop-title {
  text-align: center;
  position: absolute;
  top: 45px;
  font-size: 45px !important;
  font-weight: 600 !important;
  width: 85% !important;
  max-width: 85% !important;
  min-width: 85% !important;
  padding-top: 150px !important;
}

#follow {
  display: block;
  width: 100%;
  height: 515px;
  background-color: #efefef;
  background-image: url('/uix/images/hand.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 20%;
}

#follow .follow-text {
  display: block;
  width: 50%;
  float: right;
  text-align: left;
  margin-top: 110px;
}

#follow .follow-text h3 {
  font-size: 32px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 25px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

#follow .follow-text p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #222222;
  margin: 0px;
  padding: 0px;
  margin-bottom: 35px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

#follow .follow-text a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #2aa253;
  text-decoration: none;
  margin-right: 20px;
}

#follow .follow-text a i {
  font-size: 48px;
  float: left;
  cursor: pointer;
}

#follow .follow-text a span {
  display: block;
  float: left;
  margin-top: 14px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
}


#justopen {
  display: block;
  width: 100%;
  height: 195px;
  background-color: #2aa253;
}

#justopen .open-text {
  width: 75%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
}

#justopen .open-text h3 {
  font-size: 32px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #fff;
  display: block;
  float: left;
  width: 50%;
  margin-left: 0px;
  margin-top: 40px;
}

#justopen .open-text p {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 50%;
  float: left;
  margin-top: 50px;
}

#justopen .open-text p a {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-decoration: underline;
}

#justopen .open-text p a:hover {
  color: #fff !important;
  text-decoration: none;
}

#sgResKeywordsMobile {
  overflow-y: scroll;
  max-height: 200px;
}

#gdpr {
  display: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 160px;
  background-color: #F4F4F6;
  color: white;
  text-align: center;
  padding-top: 15px;
  z-index: 999;
}

#gdprAccept {
  color: var(--partner-color);
  text-decoration: underline;
}

#gdprAccept:hover {
  color: var(--partner-color) !important;
  text-decoration: none;
}

.cookie { width: 25px; display: inline-block; margin-top: 0px; vertical-align: middle; }

@media screen and (min-width: 1024px) {

}