/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container, .header .header__top, .footer .footer__bottom {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .header .header__top:before, .footer .footer__bottom:before, .container:after, .header .header__top:after, .footer .footer__bottom:after {
    content: " ";
    display: table; }
  .container:after, .header .header__top:after, .footer .footer__bottom:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .header .header__top, .footer .footer__bottom {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .header .header__top, .footer .footer__bottom {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .header .header__top, .footer .footer__bottom {
      width: 1170px; } }

.container-fluid, .header, .footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .header:before, .footer:before, .container-fluid:after, .header:after, .footer:after {
    content: " ";
    display: table; }
  .container-fluid:after, .header:after, .footer:after {
    clear: both; }

.row, .header .header__navigation, FORM HEADER,
FORM FIELDSET,
FORM FOOTER, .footer .footer__navigation, SECTION, .article__options > DIV, SECTION > ARTICLE.feedback .feedback__options > DIV, SECTION > .house .house__options > DIV, SECTION > .island .island__options > DIV, .superoffer__collection, #form-result > DIV > DIV {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .header .header__navigation:before, FORM HEADER:before,
  FORM FIELDSET:before,
  FORM FOOTER:before, .footer .footer__navigation:before, SECTION:before, .article__options > DIV:before, SECTION > ARTICLE.feedback .feedback__options > DIV:before, SECTION > .house .house__options > DIV:before, SECTION > .island .island__options > DIV:before, .superoffer__collection:before, #form-result > DIV > DIV:before, .row:after, .header .header__navigation:after, FORM HEADER:after,
  FORM FIELDSET:after,
  FORM FOOTER:after, .footer .footer__navigation:after, SECTION:after, .article__options > DIV:after, SECTION > ARTICLE.feedback .feedback__options > DIV:after, SECTION > .house .house__options > DIV:after, SECTION > .island .island__options > DIV:after, .superoffer__collection:after, #form-result > DIV > DIV:after {
    content: " ";
    display: table; }
  .row:after, .header .header__navigation:after, FORM HEADER:after,
  FORM FIELDSET:after,
  FORM FOOTER:after, .footer .footer__navigation:after, SECTION:after, .article__options > DIV:after, SECTION > ARTICLE.feedback .feedback__options > DIV:after, SECTION > .house .house__options > DIV:after, SECTION > .island .island__options > DIV:after, .superoffer__collection:after, #form-result > DIV > DIV:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .superoffer__navigation .row > DIV, .superoffer__navigation .header .header__navigation > DIV, .header .superoffer__navigation .header__navigation > DIV, .superoffer__navigation FORM HEADER > DIV, FORM .superoffer__navigation HEADER > DIV, .superoffer__navigation FORM FIELDSET > DIV, FORM .superoffer__navigation FIELDSET > DIV, .superoffer__navigation FORM FOOTER > DIV, FORM .superoffer__navigation FOOTER > DIV, .superoffer__navigation .footer .footer__navigation > DIV, .footer .superoffer__navigation .footer__navigation > DIV, .superoffer__navigation SECTION > DIV, .superoffer__navigation .article__options > DIV > DIV, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV, .superoffer__navigation SECTION > .house .house__options > DIV > DIV, SECTION > .house .superoffer__navigation .house__options > DIV > DIV, .superoffer__navigation SECTION > .island .island__options > DIV > DIV, SECTION > .island .superoffer__navigation .island__options > DIV > DIV, .superoffer__navigation .superoffer__collection > DIV, .superoffer__navigation #form-result > DIV > DIV > DIV, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .footer .footer__bottom .footer__logo, .col-sm-4, .col-md-4, .col-lg-4, .article__options > DIV UL LI, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI, SECTION > .house .house__options > DIV UL LI, SECTION > .island .island__options > DIV UL LI, .col-xs-5, .header .header__top .header__logo, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .article__options > DIV UL LI, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI, SECTION > .house .house__options > DIV UL LI, SECTION > .island .island__options > DIV UL LI, .col-lg-6, .col-xs-7, .header .header__top .header__contacts, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .footer .footer__bottom .footer__contacts, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, FORM, .contacts, .article__header, SECTION > ARTICLE.feedback .feedback__header, SECTION > .activity .activity__header, SECTION > .house .house__header, SECTION > .island .island__header, SECTION > .offer .offer__header, SECTION > .page .page__header, .article__body, SECTION > ARTICLE.feedback .feedback__body, SECTION > .activity .activity__body, SECTION > .house .house__body, SECTION > .island .island__body, SECTION > .offer .offer__body, SECTION > .page .page__body, .article__options, SECTION > ARTICLE.feedback .feedback__options, SECTION > .house .house__options, SECTION > .island .island__options, .page__landing .landing_header .container section > div, .page__landing .landing_header .header .header__top section > div, .header .page__landing .landing_header .header__top section > div, .page__landing .landing_header .footer .footer__bottom section > div, .footer .page__landing .landing_header .footer__bottom section > div, .page__landing .ferry__description > div, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, FORM HEADER H2,
FORM HEADER P, SECTION H2, .gallery, .page__ferry .container FORM, .page__ferry .header .header__top FORM, .header .page__ferry .header__top FORM, .page__ferry .footer .footer__bottom FORM, .footer .page__ferry .footer__bottom FORM, #form-result > DIV, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .superoffer__navigation .row > DIV, .superoffer__navigation .header .header__navigation > DIV, .header .superoffer__navigation .header__navigation > DIV, .superoffer__navigation FORM HEADER > DIV, FORM .superoffer__navigation HEADER > DIV, .superoffer__navigation FORM FIELDSET > DIV, FORM .superoffer__navigation FIELDSET > DIV, .superoffer__navigation FORM FOOTER > DIV, FORM .superoffer__navigation FOOTER > DIV, .superoffer__navigation .footer .footer__navigation > DIV, .footer .superoffer__navigation .footer__navigation > DIV, .superoffer__navigation SECTION > DIV, .superoffer__navigation .article__options > DIV > DIV, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV, .superoffer__navigation SECTION > .house .house__options > DIV > DIV, SECTION > .house .superoffer__navigation .house__options > DIV > DIV, .superoffer__navigation SECTION > .island .island__options > DIV > DIV, SECTION > .island .superoffer__navigation .island__options > DIV > DIV, .superoffer__navigation .superoffer__collection > DIV, .superoffer__navigation #form-result > DIV > DIV > DIV, .col-xs-4, .footer .footer__bottom .footer__logo, .col-xs-5, .header .header__top .header__logo, .col-xs-6, .col-xs-7, .header .header__top .header__contacts, .col-xs-8, .footer .footer__bottom .footer__contacts, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, FORM HEADER H2,
FORM HEADER P, SECTION H2, .gallery, .page__ferry .container FORM, .page__ferry .header .header__top FORM, .header .page__ferry .header__top FORM, .page__ferry .footer .footer__bottom FORM, .footer .page__ferry .footer__bottom FORM, #form-result > DIV {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3, .superoffer__navigation .row > DIV, .superoffer__navigation .header .header__navigation > DIV, .header .superoffer__navigation .header__navigation > DIV, .superoffer__navigation FORM HEADER > DIV, FORM .superoffer__navigation HEADER > DIV, .superoffer__navigation FORM FIELDSET > DIV, FORM .superoffer__navigation FIELDSET > DIV, .superoffer__navigation FORM FOOTER > DIV, FORM .superoffer__navigation FOOTER > DIV, .superoffer__navigation .footer .footer__navigation > DIV, .footer .superoffer__navigation .footer__navigation > DIV, .superoffer__navigation SECTION > DIV, .superoffer__navigation .article__options > DIV > DIV, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV, .superoffer__navigation SECTION > .house .house__options > DIV > DIV, SECTION > .house .superoffer__navigation .house__options > DIV > DIV, .superoffer__navigation SECTION > .island .island__options > DIV > DIV, SECTION > .island .superoffer__navigation .island__options > DIV > DIV, .superoffer__navigation .superoffer__collection > DIV, .superoffer__navigation #form-result > DIV > DIV > DIV {
  width: 25%; }

.col-xs-4, .footer .footer__bottom .footer__logo {
  width: 33.33333%; }

.col-xs-5, .header .header__top .header__logo {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7, .header .header__top .header__contacts {
  width: 58.33333%; }

.col-xs-8, .footer .footer__bottom .footer__contacts {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12, FORM HEADER H2,
FORM HEADER P, SECTION H2, .gallery, .page__ferry .container FORM, .page__ferry .header .header__top FORM, .header .page__ferry .header__top FORM, .page__ferry .footer .footer__bottom FORM, .footer .page__ferry .footer__bottom FORM, #form-result > DIV {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .article__options > DIV UL LI, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI, SECTION > .house .house__options > DIV UL LI, SECTION > .island .island__options > DIV UL LI, .col-md-7, .col-md-8, .col-md-9, .col-md-10, FORM, .contacts, .article__header, SECTION > ARTICLE.feedback .feedback__header, SECTION > .activity .activity__header, SECTION > .house .house__header, SECTION > .island .island__header, SECTION > .offer .offer__header, SECTION > .page .page__header, .article__body, SECTION > ARTICLE.feedback .feedback__body, SECTION > .activity .activity__body, SECTION > .house .house__body, SECTION > .island .island__body, SECTION > .offer .offer__body, SECTION > .page .page__body, .article__options, SECTION > ARTICLE.feedback .feedback__options, SECTION > .house .house__options, SECTION > .island .island__options, .page__landing .landing_header .container section > div, .page__landing .landing_header .header .header__top section > div, .header .page__landing .landing_header .header__top section > div, .page__landing .landing_header .footer .footer__bottom section > div, .footer .page__landing .landing_header .footer__bottom section > div, .page__landing .ferry__description > div, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6, .article__options > DIV UL LI, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI, SECTION > .house .house__options > DIV UL LI, SECTION > .island .island__options > DIV UL LI {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10, FORM, .contacts, .article__header, SECTION > ARTICLE.feedback .feedback__header, SECTION > .activity .activity__header, SECTION > .house .house__header, SECTION > .island .island__header, SECTION > .offer .offer__header, SECTION > .page .page__header, .article__body, SECTION > ARTICLE.feedback .feedback__body, SECTION > .activity .activity__body, SECTION > .house .house__body, SECTION > .island .island__body, SECTION > .offer .offer__body, SECTION > .page .page__body, .article__options, SECTION > ARTICLE.feedback .feedback__options, SECTION > .house .house__options, SECTION > .island .island__options, .page__landing .landing_header .container section > div, .page__landing .landing_header .header .header__top section > div, .header .page__landing .landing_header .header__top section > div, .page__landing .landing_header .footer .footer__bottom section > div, .footer .page__landing .landing_header .footer__bottom section > div, .page__landing .ferry__description > div {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1, FORM, .contacts, .article__header, SECTION > ARTICLE.feedback .feedback__header, SECTION > .activity .activity__header, SECTION > .house .house__header, SECTION > .island .island__header, SECTION > .offer .offer__header, SECTION > .page .page__header, .article__body, SECTION > ARTICLE.feedback .feedback__body, SECTION > .activity .activity__body, SECTION > .house .house__body, SECTION > .island .island__body, SECTION > .offer .offer__body, SECTION > .page .page__body, .article__options, SECTION > ARTICLE.feedback .feedback__options, SECTION > .house .house__options, SECTION > .island .island__options, .page__landing .landing_header .container section > div, .page__landing .landing_header .header .header__top section > div, .header .page__landing .landing_header .header__top section > div, .page__landing .landing_header .footer .footer__bottom section > div, .footer .page__landing .landing_header .footer__bottom section > div, .page__landing .ferry__description > div {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .article__options > DIV UL LI, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI, SECTION > .house .house__options > DIV UL LI, SECTION > .island .island__options > DIV UL LI, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4, .article__options > DIV UL LI, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI, SECTION > .house .house__options > DIV UL LI, SECTION > .island .island__options > DIV UL LI {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, FORM .form-control-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, FORM .form-control-single:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, FORM .form-control-single::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, FORM .form-control-single:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, FORM .form-control-single::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, FORM .form-control-single::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], FORM .form-control-single[disabled], .form-control[readonly], FORM .form-control-single[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] FORM .form-control-single,
  FORM fieldset[disabled] .form-control-single {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], FORM .form-control-single[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] FORM .form-control-single,
  FORM fieldset[disabled] .form-control-single {
    cursor: not-allowed; }

textarea.form-control, FORM textarea.form-control-single {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, FORM input.form-control-single[type="date"],
  input[type="time"].form-control,
  FORM input.form-control-single[type="time"],
  input[type="datetime-local"].form-control,
  FORM input.form-control-single[type="datetime-local"],
  input[type="month"].form-control,
  FORM input.form-control-single[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], FORM .input-group-sm > input.form-control-single[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  FORM .input-group-sm > input.form-control-single[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  FORM .input-group-sm > input.form-control-single[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  FORM .input-group-sm > input.form-control-single[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], FORM .input-group-lg > input.form-control-single[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  FORM .input-group-lg > input.form-control-single[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  FORM .input-group-lg > input.form-control-single[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  FORM .input-group-lg > input.form-control-single[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, FORM .input-group-lg > .form-control-static.form-control-single,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, FORM .input-group-sm > .form-control-static.form-control-single,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, FORM .input-group-sm > .form-control-single,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, FORM .input-group-sm > select.form-control-single,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, FORM .input-group-sm > textarea.form-control-single,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
FORM .input-group-sm > select.form-control-single[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm FORM .form-control-single, FORM .form-group-sm .form-control-single {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm FORM select.form-control-single, FORM .form-group-sm select.form-control-single {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm FORM textarea.form-control-single, FORM .form-group-sm textarea.form-control-single,
.form-group-sm select[multiple].form-control,
.form-group-sm FORM select.form-control-single[multiple],
FORM .form-group-sm select.form-control-single[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, FORM .input-group-lg > .form-control-single,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, FORM .input-group-lg > select.form-control-single,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, FORM .input-group-lg > textarea.form-control-single,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
FORM .input-group-lg > select.form-control-single[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg FORM .form-control-single, FORM .form-group-lg .form-control-single {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg FORM select.form-control-single, FORM .form-group-lg select.form-control-single {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg FORM textarea.form-control-single, FORM .form-group-lg textarea.form-control-single,
.form-group-lg select[multiple].form-control,
.form-group-lg FORM select.form-control-single[multiple],
FORM .form-group-lg select.form-control-single[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback FORM .form-control-single, FORM .has-feedback .form-control-single {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, FORM .input-group-lg > .form-control-single + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg FORM .form-control-single + .form-control-feedback,
FORM .form-group-lg .form-control-single + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, FORM .input-group-sm > .form-control-single + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm FORM .form-control-single + .form-control-feedback,
FORM .form-group-sm .form-control-single + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success FORM .form-control-single, FORM .has-success .form-control-single {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success FORM .form-control-single:focus, FORM .has-success .form-control-single:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning FORM .form-control-single, FORM .has-warning .form-control-single {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning FORM .form-control-single:focus, FORM .has-warning .form-control-single:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error FORM .form-control-single, FORM .has-error .form-control-single {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error FORM .form-control-single:focus, FORM .has-error .form-control-single:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline FORM .form-control-single, FORM .form-inline .form-control-single {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group FORM .form-control-single,
    FORM .form-inline .input-group .form-control-single {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline FORM .input-group > .form-control-single, FORM .form-inline .input-group > .form-control-single {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group FORM .form-control-single, FORM .input-group .form-control-single {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group FORM .form-control-single:focus, FORM .input-group .form-control-single:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group FORM .form-control-single, FORM .input-group .form-control-single {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group FORM .form-control-single:not(:first-child):not(:last-child),
  FORM .input-group .form-control-single:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, FORM .input-group-sm > .input-group-addon.form-control-single,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, FORM .input-group-lg > .input-group-addon.form-control-single,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group FORM .form-control-single:first-child, FORM .input-group .form-control-single:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group FORM .form-control-single:last-child, FORM .input-group .form-control-single:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

BODY {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.4; }

.font__section_header, SECTION H2 {
  color: #22cddf;
  font-size: 2.2rem;
  font-weight: 500; }

.font__article-title, .article__header H1, SECTION > ARTICLE.feedback .feedback__header H1, SECTION > .activity .activity__header H1, SECTION > .house .house__header H1, SECTION > .island .island__header H1, SECTION > .offer .offer__header H1, SECTION > .page .page__header H1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.2rem;
  font-weight: 500; }

.font__article-title_small, .article__header H1 SMALL, SECTION > ARTICLE.feedback .feedback__header H1 SMALL, SECTION > .activity .activity__header H1 SMALL, SECTION > .house .house__header H1 SMALL, SECTION > .island .island__header H1 SMALL, SECTION > .offer .offer__header H1 SMALL, SECTION > .page .page__header H1 SMALL {
  color: #787878;
  font-family: 'Roboto';
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 300; }

.font__article-rating, .language__switch, .article__rating, SECTION > ARTICLE.feedback .feedback__rating, SECTION > .house .house__rating, SECTION > .island .island__rating, SECTION > .offer .offer__rating, SECTION > .page .page__rating {
  font-size: 1.4rem;
  line-height: 1.6; }

.font__article-teaser, .article__teaser, SECTION > ARTICLE.feedback .feedback__teaser, SECTION > .activity .activity__teaser, SECTION > .house .house__teaser, SECTION > .island .island__teaser, SECTION > .offer .offer__teaser, SECTION > .page .page__teaser {
  color: #595959;
  font-family: 'Roboto';
  font-size: 2rem;
  font-weight: 300;
  font-style: italic; }
  .font__article-teaser STRONG, .article__teaser STRONG, SECTION > ARTICLE.feedback .feedback__teaser STRONG, SECTION > .activity .activity__teaser STRONG, SECTION > .house .house__teaser STRONG, SECTION > .island .island__teaser STRONG, SECTION > .offer .offer__teaser STRONG, SECTION > .page .page__teaser STRONG {
    font-weight: 400; }

.font__article-body, .article__body, SECTION > ARTICLE.feedback .feedback__body, SECTION > .activity .activity__body, SECTION > .house .house__body, SECTION > .island .island__body, SECTION > .offer .offer__body, SECTION > .page .page__body, .page__landing .ferry__description p {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 300; }

.font__article-options, .article__options > DIV UL LI, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI, SECTION > .house .house__options > DIV UL LI, SECTION > .island .island__options > DIV UL LI {
  font-weight: 400; }

.font__article-options-title, .article__options H2, SECTION > ARTICLE.feedback .feedback__options H2, SECTION > .house .house__options H2, SECTION > .island .island__options H2 {
  color: #000;
  font-size: 2rem;
  font-weight: 400; }

.font__hot-offer__header, .superoffer__collection .offer__content H1, .superoffer__collection .offer__content H1 A {
  color: #fff;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.1; }

.font__hot-offer__menu, .superoffer__navigation .row > DIV A, .superoffer__navigation .header .header__navigation > DIV A, .header .superoffer__navigation .header__navigation > DIV A, .superoffer__navigation FORM HEADER > DIV A, FORM .superoffer__navigation HEADER > DIV A, .superoffer__navigation FORM FIELDSET > DIV A, FORM .superoffer__navigation FIELDSET > DIV A, .superoffer__navigation FORM FOOTER > DIV A, FORM .superoffer__navigation FOOTER > DIV A, .superoffer__navigation .footer .footer__navigation > DIV A, .footer .superoffer__navigation .footer__navigation > DIV A, .superoffer__navigation SECTION > DIV A, .superoffer__navigation .article__options > DIV > DIV A, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV A, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV A, .superoffer__navigation SECTION > .house .house__options > DIV > DIV A, SECTION > .house .superoffer__navigation .house__options > DIV > DIV A, .superoffer__navigation SECTION > .island .island__options > DIV > DIV A, SECTION > .island .superoffer__navigation .island__options > DIV > DIV A, .superoffer__navigation .superoffer__collection > DIV A, .superoffer__navigation #form-result > DIV > DIV > DIV A {
  color: #1890f4;
  font-size: 1.8rem;
  font-weight: 400; }
  .font__hot-offer__menu:hover, .superoffer__navigation .row > DIV A:hover, .superoffer__navigation .header .header__navigation > DIV A:hover, .header .superoffer__navigation .header__navigation > DIV A:hover, .superoffer__navigation FORM HEADER > DIV A:hover, FORM .superoffer__navigation HEADER > DIV A:hover, .superoffer__navigation FORM FIELDSET > DIV A:hover, FORM .superoffer__navigation FIELDSET > DIV A:hover, .superoffer__navigation FORM FOOTER > DIV A:hover, FORM .superoffer__navigation FOOTER > DIV A:hover, .superoffer__navigation .footer .footer__navigation > DIV A:hover, .footer .superoffer__navigation .footer__navigation > DIV A:hover, .superoffer__navigation SECTION > DIV A:hover, .superoffer__navigation .article__options > DIV > DIV A:hover, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV A:hover, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV A:hover, .superoffer__navigation SECTION > .house .house__options > DIV > DIV A:hover, SECTION > .house .superoffer__navigation .house__options > DIV > DIV A:hover, .superoffer__navigation SECTION > .island .island__options > DIV > DIV A:hover, SECTION > .island .superoffer__navigation .island__options > DIV > DIV A:hover, .superoffer__navigation .superoffer__collection > DIV A:hover, .superoffer__navigation #form-result > DIV > DIV > DIV A:hover {
    color: #22cdde; }

.font__hot-offer__description, .superoffer__collection .offer__content P {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 100; }

.font__hot-offer__more, .superoffer__collection .offer__content .offer__more {
  color: #1890f4;
  font-size: 1.7rem;
  font-weight: 100; }

.font__main-nav, .nav-main UL LI A, .header .header__navigation UL LI A, .footer .footer__navigation UL LI A,
.nav-main UL LI SPAN,
.header .header__navigation UL LI SPAN,
.footer .footer__navigation UL LI SPAN,
.font__main-nav_footer {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.9rem;
  font-weight: 100;
  text-shadow: -1px -1px 0px rgba(8, 82, 106, 0.5); }

.font__main-nav_footer {
  font-size: 1.8rem; }

.font__offer-title, .article__collection ARTICLE H3,
.font__offer-title_small,
.offer__collection ARTICLE H3,
.offer__collection ARTICLE H3 A {
  color: #1890f4;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.222; }

.font__offer_large {
  font-size: 4.2rem;
  font-weight: 600; }

.font__offer-teaser {
  color: #595959;
  font-family: 'Roboto';
  font-size: 2.4rem;
  font-weight: 300;
  font-style: italic; }

.font__offer-body {
  font-size: 2rem; }


.font__offer-title_small,
.offer__collection ARTICLE H3,
.offer__collection ARTICLE H3 A {
  font-size: 1.8rem; }

.font__link, .header .header__top .header__contacts > SPAN SPAN, .footer .footer__bottom .footer__contacts > SPAN SPAN, .contacts P > SPAN SPAN, .article__collection ARTICLE FIGURE FIGCAPTION SPAN {
  color: #1890f4; }

.font__offer-subtitle, .article__collection ARTICLE HEADER .article__subtitle {
  color: #787878; }

.font__offer-description, .article__collection ARTICLE FIGURE FIGCAPTION {
  color: #787878; }
  .font__offer-description A, .article__collection ARTICLE FIGURE FIGCAPTION A {
    color: #1890f4; }

.font__offer-footer, .article__collection ARTICLE FOOTER A {
  color: #fff;
  font-size: 2.2rem; }

.font__feedback-index {
  color: #fff; }

.font__feedback-more {
  color: #22cddf; }

.font__feedback-index-author-action {
  color: #86AEBC;
  font-size: 1.6rem; }

.font__feedback-index-author-from {
  color: #86AEBC;
  font-size: 1.8rem; }

.font__feedback-index-author-rating {
  color: #86AEBC;
  font-size: 1.8rem; }

.font__icons {
  color: #fa3e4b;
  font-style: normal;
  font-size: 1.4rem; }

.font__rating, .rating, .article__rating, SECTION > ARTICLE.feedback .feedback__rating, SECTION > .house .house__rating, SECTION > .island .island__rating, SECTION > .offer .offer__rating, SECTION > .page .page__rating {
  font-size: 1.4rem;
  line-height: 1.6; }

.font__offer-read-more, .offer__collection .offer__read-more {
  color: #1890f4;
  font-size: 2.4rem; }

.font__form-label, FORM LABEL {
  color: #787878;
  font-size: 1.8rem;
  font-weight: 400; }

.font__form-input, FORM .form-budget-label INPUT[type="radio"] + LABEL, FORM INPUT[type="submit"], FORM .radio-inline, FORM .form-control, FORM .form-control-single,
FORM OPTION, FORM .checkbox LABEL, FORM INPUT[type="radio"] + LABEL,
FORM INPUT[type="checkbox"] + LABEL {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 1.8rem;
  font-weight: 300; }

@font-face {
  font-family: 'Inselly';
  src: url("../fonts/Inselly.eot?9up8ks");
  src: url("../fonts/Inselly.eot?9up8ks#iefix") format("embedded-opentype"), url("../fonts/Inselly.ttf?9up8ks") format("truetype"), url("../fonts/Inselly.woff?9up8ks") format("woff"), url("../fonts/Inselly.svg?9up8ks#Inselly") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Inselly' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope:before {
  content: "\e900"; }

.icon-skype:before {
  content: "\e901"; }

.icon-viber .path1:before {
  content: "\e902";
  color: #7c519c; }

.icon-viber .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: white; }

.icon-viber .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: white; }

.icon-viber .path4:before {
  content: "\e905";
  margin-left: -1em;
  color: white; }

.icon-viber .path5:before {
  content: "\e906";
  margin-left: -1em;
  color: white; }

.icon-whatsapp .path1:before {
  content: "\e907";
  color: #25d366; }

.icon-whatsapp .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white; }

.icon-star-empty:before {
  content: "\e815"; }

.icon-star:before {
  content: "\e816"; }

.icon-checkmark:before {
  content: "\e805"; }

.icon-checkmark-empty:before {
  content: "\e806"; }

.icon-arrow-left-bold:before {
  content: "\e81b"; }

.icon-arrow-right-bold:before {
  content: "\e819"; }

.icon-arrow-down-bold:before {
  content: "\e81a"; }

.icon-arrow-right:before {
  content: "\e807"; }

A {
  text-decoration: underline; }
  A:focus, A:hover {
    text-decoration: none; }

.container, .header .header__top, .footer .footer__bottom {
  min-width: 117rem !important; }

MAIN {
  min-width: 120rem !important; }

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
  [class^="icon-"] I, [class*=" icon-"] I {
    font-style: normal; }

.icon-skype {
  color: #35BAF6; }

.icon-envelope {
  color: #043173; }

.header .header__top {
  line-height: 12rem; }
  .header .header__top .header__logo {
    line-height: 12rem;
    padding: 0; }
    .header .header__top .header__logo A {
      display: inline-block; }
      .header .header__top .header__logo A IMG {
        width: 30.7rem; }
  .header .header__top .header__contacts {
    text-align: right; }
    .header .header__top .header__contacts > SPAN {
      display: inline-block;
      line-height: 1;
      margin-right: 3rem;
      position: relative; }
      .header .header__top .header__contacts > SPAN SPAN {
        bottom: -2rem;
        font-size: 1.4rem;
        left: 3rem;
        position: absolute;
        text-align: left;
        width: 15rem; }
      .header .header__top .header__contacts > SPAN.header__contacts-delimeter {
        margin-right: 0.375rem; }

.header .header__navigation .container, .header .header__navigation .header__top, .header .header__navigation .footer .footer__bottom, .footer .header .header__navigation .footer__bottom {
  padding: 0 .4rem; }

.header [class^="icon-"], .header [class*=" icon-"] {
  font-size: 2.8rem;
  margin-top: -.4rem; }

.header .header-contacts > DIV {
  float: right;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-left: 3.2rem;
  margin-top: 3.6rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .7px; }
  .header .header-contacts > DIV SPAN {
    color: #008ef8;
    font-size: 1.2rem; }

.header .header-contacts .header__logo {
  float: left;
  height: 12rem;
  line-height: 11rem;
  margin-left: 0;
  margin-top: 0;
  text-align: left;
  width: 32rem;
  position: relative; }
  .header .header-contacts .header__logo .logo {
    display: inline-block;
    line-height: 10rem;
    margin-top: -1rem; }
  .header .header-contacts .header__logo .language__switch.active {
    border: none;
    margin: .4rem 0 0;
    font-size: 1.2rem;
    position: absolute;
    left: 7rem;
    top: 7rem; }
    .header .header-contacts .header__logo .language__switch.active::after {
      background: url("../images/layout/arrow.png") no-repeat center top;
      content: " ";
      display: inline-block;
      margin-left: .4rem;
      height: .7rem;
      width: .9rem; }
  .header .header-contacts .header__logo #lang-sel {
    display: none;
    border: 1px solid #e8e8e8;
    background: #fdfdfd;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    padding: 2rem 2rem 2rem 1rem;
    left: 8rem;
    top: 9.8rem;
    z-index: 900; }
    .header .header-contacts .header__logo #lang-sel .language__switch {
      border: none;
      display: block;
      line-height: 2.4rem;
      position: initial;
      margin: 0; }

.header .header-contacts .mail-label,
.header .header-contacts .phone-label,
.header .header-contacts .skype-label,
.header .header-contacts .call-label {
  color: #000;
  font-size: 1.7rem;
  text-transform: initial;
  line-height: 2.4rem;
  height: 2.8rem;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }
  .header .header-contacts .mail-label img,
  .header .header-contacts .phone-label img,
  .header .header-contacts .skype-label img,
  .header .header-contacts .call-label img {
    display: inline-block;
    height: 29px;
    vertical-align: middle;
    margin-top: -3px; }
    .header .header-contacts .mail-label img.viber,
    .header .header-contacts .phone-label img.viber,
    .header .header-contacts .skype-label img.viber,
    .header .header-contacts .call-label img.viber {
      margin-top: -2px; }

.header .header-contacts .phone-label {
  background: url("../images/layout/phone.png") no-repeat left top;
  padding-left: 3rem; }

.header .header-contacts .contact-phone {
  position: relative; }

.header .header-contacts #callback {
  top: 5.5rem;
  left: 3.5rem; }

.header .header-contacts #callback-request {
  color: #1890f5;
  text-decoration: underline; }
  .header .header-contacts #callback-request:hover {
    text-decoration: none; }

.header .header-contacts .contact-call > I {
  display: inline-block;
  line-height: 2.8rem;
  vertical-align: bottom; }

.header .header-contacts .contact-call SPAN {
  color: #000; }

.header .header-contacts .contact-chat a {
  color: #1890f5;
  text-decoration: underline; }
  .header .header-contacts .contact-chat a:hover {
    text-decoration: none; }

.header .header-contacts .contact-mail a {
  color: #1890f5;
  text-decoration: underline; }
  .header .header-contacts .contact-mail a:hover {
    text-decoration: none; }

.header .header-contacts .contact-social {
  overflow: hidden; }
  .header .header-contacts .contact-social .social-fb,
  .header .header-contacts .contact-social .social-ig,
  .header .header-contacts .contact-social .social-vk {
    background: no-repeat center top;
    color: #1890f5;
    display: inline-block;
    float: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-left: 1rem;
    padding-top: 2.8rem;
    text-decoration: underline;
    width: 2.4rem; }
    .header .header-contacts .contact-social .social-fb:first-child,
    .header .header-contacts .contact-social .social-ig:first-child,
    .header .header-contacts .contact-social .social-vk:first-child {
      margin-left: 0; }
    .header .header-contacts .contact-social .social-fb:hover,
    .header .header-contacts .contact-social .social-ig:hover,
    .header .header-contacts .contact-social .social-vk:hover {
      text-decoration: none; }
  .header .header-contacts .contact-social .social-fb {
    background-image: url("../images/layout/fb.png"); }
  .header .header-contacts .contact-social .social-ig {
    background-image: url("../images/layout/ig.png"); }
  .header .header-contacts .contact-social .social-vk {
    background-image: url("../images/layout/vk.png"); }

BODY {
  width: 100%; }
  BODY MAIN .offer_featured SECTION {
    margin-top: 6rem; }

FORM {
  background: #F1F1F1;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }
  FORM HEADER {
    background: #22CBDD;
    padding: 3rem 1.5rem; }
    FORM HEADER H2,
    FORM HEADER P {
      color: #fff; }
      FORM HEADER H2:last-child,
      FORM HEADER P:last-child {
        margin-bottom: 0; }
  FORM FIELDSET {
    margin-top: 2rem;
    padding: 0 1.5rem; }
  FORM FOOTER {
    margin-top: 3rem;
    padding: 0 1.5rem 3rem 1.5rem; }
  FORM LABEL.label_required:after {
    color: #fa3e4b;
    content: "*";
    margin-left: .4rem; }
  FORM #form_has_ticket LABEL,
  FORM .form__label_radio {
    font-size: 1.8rem;
    margin-right: 3rem;
    margin-left: .4rem; }
  FORM INPUT,
  FORM .form-control,
  FORM .form-control-single {
    padding: 0 0 0 .8rem; }
  FORM .children-count {
    margin: -6px 0;
    padding: 8px; }
  FORM textarea.form-control, FORM textarea.form-control-single {
    max-width: 100%;
    padding: 8px 12px; }
  FORM .form-control-single {
    display: inline-block;
    width: 40px; }
  FORM .form-info i {
    color: #787878;
    font-size: 16px; }
  FORM .form-int {
    display: inline-block;
    width: 20px;
    height: 34px;
    text-indent: -9999px;
    line-height: 34px; }
    FORM .form-int.form-inc {
      background: url("../images/layout/plus.png") no-repeat center;
      margin-right: 4px; }
    FORM .form-int.form-dec {
      background: url("../images/layout/minus.png") no-repeat center;
      margin-left: 4px; }
  FORM .child-age {
    display: none;
    background: #e8e8e8;
    margin: -6px 0;
    padding: 8px;
    width: auto; }
    FORM .child-age label {
      background: url("../images/layout/child.png") no-repeat top left;
      display: none;
      text-indent: 20px;
      line-height: 24px;
      margin: 0 2px; }
      FORM .child-age label input {
        margin-top: 4px; }
    FORM .child-age + .form-info {
      display: none;
      text-align: left;
      padding-left: 30px; }
  FORM .form-budget-input {
    display: none; }
  FORM #form_travel_budget_1:checked + LABEL + .form-budget-input {
    display: inline-block; }
  FORM .form-budget input[type=text] {
    background: url("../images/layout/budget.png") #fff no-repeat 8px center;
    width: 85px;
    position: relative;
    padding-left: 20px; }
  FORM .form-budget input[type=checkbox] {
    margin-left: 12px; }
  FORM .form-guests .col-md-2 {
    padding-right: 0;
    width: 15%; }
  FORM .form-guests .children-count {
    width: 13%; }
  FORM .form-budget-label INPUT[type="radio"] + LABEL {
    margin-right: 10px;
    line-height: 34px; }
  FORM .form-budget-label.form-left {
    padding: 0;
    line-height: 34px; }
  FORM .field-next {
    margin-top: 60px; }
  FORM LABEL .form-control-single {
    display: block; }
  FORM INPUT[type="submit"] {
    color: #fff; }
  FORM .radio-inline INPUT {
    margin-top: 8px; }
  
  FORM .form-control,
  FORM .form-control-single,
  FORM OPTION {
    border-color: #22CBDD;
    border-radius: 0; }
  FORM .has-error .form-control, FORM .has-error .form-control-single {
    border-color: #dd362d; }
  FORM .alert {
    margin-top: 1.5rem; }
  FORM .form-alert {
    overflow: hidden; }
  FORM .checkbox {
    margin-bottom: 2rem; }
    FORM .checkbox INPUT[type="checkbox"],
    FORM .checkbox INPUT[type="radio"] {
      margin-left: 0;
      margin-top: .5rem; }
    FORM .checkbox LABEL {
      font-weight: 300; }
  FORM .radio {
    margin-top: .1rem; }
  FORM .field-icon {
    position: relative; }
    FORM .field-icon::before {
      background: #22cddf no-repeat center;
      content: " ";
      display: block;
      height: 100px;
      left: -100px;
      position: absolute;
      top: 0;
      width: 100px;
      box-shadow: inset -3px 0 5px rgba(0, 0, 0, 0.1); }
    FORM .field-icon.field-icon-general::before {
      background-image: url("../images/layout/general.png"); }
    FORM .field-icon.field-icon-ticket::before {
      background-image: url("../images/layout/ticket.png"); }
    FORM .field-icon.field-icon-note::before {
      background-image: url("../images/layout/note.png"); }
  FORM INPUT[type="radio"] + LABEL,
  FORM INPUT[type="checkbox"] + LABEL {
    margin-right: 3rem; }
  FORM INPUT[type="checkbox"] + LABEL {
    margin-right: 0; }
  FORM INPUT + LABEL {
    cursor: pointer; }
  FORM .form__tab-content {
    background: #E6E6E6;
    border-top: 2px solid #22CBDD;
    margin-top: .8rem;
    padding: 0 3rem 2rem;
    position: relative;
    width: 100%; }
    FORM .form__tab-content B {
      border-style: solid;
      border-width: 0 7px 7px 7px;
      border-color: transparent transparent #219BF3 transparent;
      height: 0;
      left: 0;
      position: absolute;
      top: -.8rem;
      width: 0; }
    FORM .form__tab-content .row, FORM .form__tab-content .header .header__navigation, .header FORM .form__tab-content .header__navigation, FORM .form__tab-content HEADER,
    FORM .form__tab-content FIELDSET,
    FORM .form__tab-content FOOTER, FORM .form__tab-content .footer .footer__navigation, .footer FORM .form__tab-content .footer__navigation, FORM .form__tab-content SECTION, FORM .form__tab-content .article__options > DIV, FORM .form__tab-content SECTION > ARTICLE.feedback .feedback__options > DIV, SECTION > ARTICLE.feedback FORM .form__tab-content .feedback__options > DIV, FORM .form__tab-content SECTION > .house .house__options > DIV, SECTION > .house FORM .form__tab-content .house__options > DIV, FORM .form__tab-content SECTION > .island .island__options > DIV, SECTION > .island FORM .form__tab-content .island__options > DIV, FORM .form__tab-content .superoffer__collection, FORM .form__tab-content #form-result > DIV > DIV {
      margin-top: 1.5rem; }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
  FORM .btn-primary,
  FORM .btn-progress {
    -webkit-box-shadow: 0 3px 2px #787878;
    box-shadow: 0 3px 2px #787878;
    background: #219BF3;
    border: 0;
    border-radius: 1px;
    font-size: 1.8rem;
    font-weight: 300;
    width: 35rem; }
  FORM .btn-progress {
    background: #748fa0;
    display: none;
    height: 3.7rem;
    padding: .1rem; }
    FORM .btn-progress I {
      color: #fff;
      font-size: 2.6rem;
      margin-top: .4rem;
      margin-bottom: 0;
      -animation: spin 1.3s infinite linear;
      -webkit-animation: spin2 1.3s infinite linear; }
  FORM .fa {
    color: #22CBDD;
    font-size: 1.8rem; }
    FORM .fa.fa-clock-o {
      font-size: 1.9rem; }
  FORM TD, FORM TH {
    padding: 6px 0; }

.footer {
  clear: both;
  margin-top: 12rem;
  width: 100%; }
  .footer .footer__navigation {
    overflow: hidden; }
    .footer .footer__navigation .container, .footer .footer__navigation .header .header__top, .header .footer .footer__navigation .header__top, .footer .footer__navigation .footer__bottom {
      line-height: 4.2rem; }
    .footer .footer__navigation UL LI A {
      font-size: 1.7rem;
      padding: 0 1.2rem !important; }
    .footer .footer__navigation A {
      float: right;
      margin-right: -.8rem;
      padding-top: .2rem; }
  .footer .green-logo {
    display: none; }
    .footer .green-logo IMG {
      height: 1.6rem;
      width: 9.6rem; }
  .footer .footer__bottom {
    line-height: 10rem;
    padding-bottom: 1rem; }
    .footer .footer__bottom .footer__logo {
      font-size: 1.6rem;
      margin-top: 2.3rem;
      margin-left: -.6rem;
      overflow: hidden;
      width: 37%; }
      .footer .footer__bottom .footer__logo > A {
        float: left;
        line-height: 4.2rem;
        margin-right: 2rem; }
      .footer .footer__bottom .footer__logo SPAN {
        float: left;
        line-height: 1.3em;
        width: 33rem; }
        .footer .footer__bottom .footer__logo SPAN A,
        .footer .footer__bottom .footer__logo SPAN A:focus {
          text-decoration: none; }
        .footer .footer__bottom .footer__logo SPAN A:hover {
          text-decoration: underline; }
    .footer .footer__bottom .footer__contacts {
      font-size: 1.6rem;
      line-height: 8.6rem;
      text-align: right;
      padding: 0;
      width: 63%; }
      .footer .footer__bottom .footer__contacts > SPAN {
        display: inline-block;
        line-height: 1;
        margin-right: 3rem;
        margin-top: -1rem;
        position: relative; }
        .footer .footer__bottom .footer__contacts > SPAN SPAN {
          bottom: -2rem;
          font-size: 1.35rem;
          left: 3rem;
          position: absolute;
          text-align: left;
          width: 15rem; }
        .footer .footer__bottom .footer__contacts > SPAN.header__contacts-delimeter {
          margin-right: 0.375rem; }
          .footer .footer__bottom .footer__contacts > SPAN.header__contacts-delimeter img {
            height: 27px;
            display: inline-block;
            margin-top: -1px; }
        .footer .footer__bottom .footer__contacts > SPAN:last-child {
          margin-right: 0; }
  .footer [class^="icon-"], .footer [class*=" icon-"] {
    font-size: 2.6rem;
    margin-top: -.2rem; }
  .footer .contact-chat img,
  .footer .contact-mail img,
  .footer .contact-phone img {
    height: 27px;
    display: inline-block;
    margin-top: -1px; }
  .footer .contact-chat a,
  .footer .contact-mail a,
  .footer .contact-phone a {
    color: #1890f5;
    text-transform: uppercase;
    text-decoration: underline; }
    .footer .contact-chat a:hover,
    .footer .contact-mail a:hover,
    .footer .contact-phone a:hover {
      text-decoration: none; }

SECTION {
  margin-bottom: 3rem;
  margin-top: 3rem; }
  SECTION H2 {
    margin-bottom: 1.875rem;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase; }
    SECTION H2 A {
      text-decoration: underline; }
      SECTION H2 A:focus, SECTION H2 A:hover {
        text-decoration: none; }
    SECTION H2 SPAN {
      color: #1890f4;
      display: inline-block;
      font-size: 1.8rem;
      line-height: 2.2rem;
      margin-left: 1.2rem;
      text-transform: initial;
      vertical-align: top; }
      SECTION H2 SPAN A {
        color: #1890f4;
        text-decoration: underline !important; }
        SECTION H2 SPAN A:focus, SECTION H2 SPAN A:hover {
          color: #1890f4;
          text-decoration: none !important; }

#callback-request {
  cursor: pointer; }

#callback {
  display: none; }

.request-callback {
  -webkit-box-shadow: 0 0.3rem 0.2rem rgba(5, 43, 58, 0.8);
  box-shadow: 0 0.3rem 0.2rem rgba(5, 43, 58, 0.8);
  background: #074F69;
  height: 14rem !important;
  left: 11.5rem;
  position: absolute;
  top: 10.7rem;
  width: 30rem;
  z-index: 900; }
  .request-callback > DIV {
    position: relative; }
  .request-callback .corner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #074F69;
    display: block;
    height: 1rem;
    margin-left: 1rem;
    margin-top: -.4rem;
    width: 1rem; }
  .request-callback FORM {
    background: transparent;
    height: 13rem !important;
    line-height: 1;
    margin: 0;
    padding: 1rem 1.5rem;
    text-align: left;
    width: 100%; }
  .request-callback LABEL,
  .request-callback P {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 1;
    margin: 0.75rem 0; }
  .request-callback P {
    display: none;
    line-height: 1.4;
    margin-top: 2rem;
    padding: 0 1.5rem;
    text-align: center; }
  .request-callback INPUT {
    height: 3.4rem;
    float: left;
    margin: 0;
    width: 100%;
    font-size: 1.4rem; }
  .request-callback INPUT[type=submit],
  .request-callback BUTTON {
    -webkit-box-shadow: 0 0.3rem 0.2rem rgba(5, 43, 58, 0.8);
    box-shadow: 0 0.3rem 0.2rem rgba(5, 43, 58, 0.8);
    float: right;
    height: 3.4rem;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 6px; }

.contacts {
  background: #E6F9EE;
  border-top: 1px solid #00DA64;
  overflow: hidden;
  padding: 1.5rem 3rem; }
    .contacts P > SPAN {
      margin-right: 1.5rem;
      position: relative; }
      .contacts P > SPAN SPAN {
        bottom: -2rem;
        font-size: 1.4rem;
        left: 3rem;
        position: absolute;
        text-align: left;
        width: 15rem; }
  .contacts [class^="icon-"], .contacts [class*=" icon-"] {
    font-size: 2.6rem;
    margin-top: -.2rem; }
  .contacts .contacts__delimeter {
    margin-right: 0.375rem; }

.gallery {
  height: 60rem;
  margin-top: 3rem; }

.gallery-fluid {
  height: 52rem; }

.gallery,
.gallery-fluid {
  position: relative; }
  .gallery .gallery__image,
  .gallery-fluid .gallery__image {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .gallery .gallery__image.gallery__image_visible,
    .gallery-fluid .gallery__image.gallery__image_visible {
      opacity: 1;
      filter: alpha(opacity=100); }

.gallery__thumbs {
  overflow: hidden;
  padding: 1.5rem 0;
  width: 100%; }
  .gallery__thumbs A {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    outline: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: outline-color 0.3s ease-in-out;
    -o-transition: outline-color 0.3s ease-in-out;
    transition: outline-color 0.3s ease-in-out;
    float: left;
    margin-right: 1.8rem; }
    .gallery__thumbs A IMG {
      display: inline-block;
      height: 6rem;
      width: 9rem; }
    .gallery__thumbs A.thumb_active {
      outline: 2px solid #5BECF7;
      outline-offset: -1px; }
    .gallery__thumbs A:hover {
      outline: 2px solid #fff;
      outline-offset: -1px; }
    .gallery__thumbs A:nth-child(11n) {
      margin-right: 0; }
    .gallery__thumbs A:nth-child(n+12) {
      margin-top: 1.5rem; }

.language__switch {
  background: url("../images/layout/earth.png") no-repeat 0.7rem center;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  color: #1890f4;
  height: 2rem;
  margin: 1rem 0 0 3.2rem;
  padding-left: 2.8rem;
  text-decoration: none;
  vertical-align: middle;
  line-height: 2; }
  .language__switch.language__switch_en {
    background-image: url("../images/layout/wm-eng.gif"); }
  .language__switch.language__switch_ru {
    background-image: url("../images/layout/wm-rus.gif"); }
  .language__switch.language__switch_th {
    background-image: url("../images/layout/wm-tha.gif"); }
  .language__switch:hover, .language__switch:focus {
    color: #1890f4; }
  .language__switch:hover {
    text-decoration: underline; }

NAV UL {
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0; }

.nav-main, .header .header__navigation, .footer .footer__navigation {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(top, #38bbf4 0%, #1992f2 100%);
  background-image: -o-linear-gradient(top, #38bbf4 0%, #1992f2 100%);
  background-image: linear-gradient(to bottom, #38bbf4 0%, #1992f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF38BBF4', endColorstr='#FF1992F2', GradientType=0);
  z-index: 120;
  position: relative; }
  .nav-main #main-nav > LI > UL > LI:first-child I, .header .header__navigation #main-nav > LI > UL > LI:first-child I, .footer .footer__navigation #main-nav > LI > UL > LI:first-child I {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    display: block;
    height: 1px;
    width: 100%; }
  .nav-main UL, .header .header__navigation UL, .footer .footer__navigation UL {
    margin-left: -2rem;
    overflow: inherit; }
    .nav-main UL LI, .header .header__navigation UL LI, .footer .footer__navigation UL LI {
      float: left;
      position: relative;
      white-space: nowrap; }
      .nav-main UL LI A, .header .header__navigation UL LI A, .footer .footer__navigation UL LI A,
      .nav-main UL LI SPAN,
      .header .header__navigation UL LI SPAN,
      .footer .footer__navigation UL LI SPAN {
        cursor: pointer;
        display: inline-block;
        letter-spacing: 1px;
        line-height: 4.7rem;
        padding: 0 1.3rem;
        text-decoration: none;
        position: relative; }
        .nav-main UL LI A B, .header .header__navigation UL LI A B, .footer .footer__navigation UL LI A B,
        .nav-main UL LI SPAN B,
        .header .header__navigation UL LI SPAN B,
        .footer .footer__navigation UL LI SPAN B {
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: opacity 0.2s;
          -o-transition: opacity 0.2s;
          transition: opacity 0.2s;
          border-bottom: 3px solid #F63D49;
          border-top: 3px solid #F63D49;
          bottom: -3px;
          display: block;
          left: 0;
          position: absolute;
          top: -3px;
          width: 100%;
          z-index: 100; }
      .nav-main UL LI A:hover B, .header .header__navigation UL LI A:hover B, .footer .footer__navigation UL LI A:hover B,
      .nav-main UL LI SPAN:hover B,
      .header .header__navigation UL LI SPAN:hover B,
      .footer .footer__navigation UL LI SPAN:hover B,
      .nav-main UL LI.active A B,
      .header .header__navigation UL LI.active A B,
      .footer .footer__navigation UL LI.active A B {
        opacity: 1;
        filter: alpha(opacity=100); }
      .nav-main UL LI:nth-child(1) A B, .header .header__navigation UL LI:nth-child(1) A B, .footer .footer__navigation UL LI:nth-child(1) A B {
        border-color: #e14b00; }
      .nav-main UL LI:nth-child(2) A B, .header .header__navigation UL LI:nth-child(2) A B, .footer .footer__navigation UL LI:nth-child(2) A B {
        border-color: #4d75d4; }
      .nav-main UL LI:nth-child(3) A B, .header .header__navigation UL LI:nth-child(3) A B, .footer .footer__navigation UL LI:nth-child(3) A B {
        border-color: #ff417e; }
      .nav-main UL LI:nth-child(4) A B, .header .header__navigation UL LI:nth-child(4) A B, .footer .footer__navigation UL LI:nth-child(4) A B {
        border-color: #d1be2d; }
      .nav-main UL LI:nth-child(5) A B, .header .header__navigation UL LI:nth-child(5) A B, .footer .footer__navigation UL LI:nth-child(5) A B {
        border-color: #81cb20; }
      .nav-main UL LI:nth-child(6) A B, .header .header__navigation UL LI:nth-child(6) A B, .footer .footer__navigation UL LI:nth-child(6) A B {
        border-color: #ff5c3c; }
      .nav-main UL LI:nth-child(7) A B, .header .header__navigation UL LI:nth-child(7) A B, .footer .footer__navigation UL LI:nth-child(7) A B {
        border-color: #f324ff; }
      .nav-main UL LI:nth-child(8) A B, .header .header__navigation UL LI:nth-child(8) A B, .footer .footer__navigation UL LI:nth-child(8) A B {
        border-color: #293ca1; }
      .nav-main UL LI UL, .header .header__navigation UL LI UL, .footer .footer__navigation UL LI UL {
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        background: #00506b;
        display: none;
        left: 0;
        margin: 0;
        position: absolute;
        top: 4.7rem;
        z-index: 110; }
        .nav-main UL LI UL LI, .header .header__navigation UL LI UL LI, .footer .footer__navigation UL LI UL LI {
          border-top: 1px solid #19617a;
          display: block;
          float: none; }
          .nav-main UL LI UL LI A, .header .header__navigation UL LI UL LI A, .footer .footer__navigation UL LI UL LI A,
          .nav-main UL LI UL LI SPAN,
          .header .header__navigation UL LI UL LI SPAN,
          .footer .footer__navigation UL LI UL LI SPAN {
            display: block;
            font-size: 1.6rem;
            padding-left: 2rem;
            padding-right: 2rem; }
            .nav-main UL LI UL LI A:hover, .header .header__navigation UL LI UL LI A:hover, .footer .footer__navigation UL LI UL LI A:hover,
            .nav-main UL LI UL LI SPAN:hover,
            .header .header__navigation UL LI UL LI SPAN:hover,
            .footer .footer__navigation UL LI UL LI SPAN:hover {
              background: bottom; }
            .nav-main UL LI UL LI A B, .header .header__navigation UL LI UL LI A B, .footer .footer__navigation UL LI UL LI A B,
            .nav-main UL LI UL LI SPAN B,
            .header .header__navigation UL LI UL LI SPAN B,
            .footer .footer__navigation UL LI UL LI SPAN B {
              display: none; }
            .nav-main UL LI UL LI A:hover, .header .header__navigation UL LI UL LI A:hover, .footer .footer__navigation UL LI UL LI A:hover,
            .nav-main UL LI UL LI SPAN:hover,
            .header .header__navigation UL LI UL LI SPAN:hover,
            .footer .footer__navigation UL LI UL LI SPAN:hover {
              color: #22cddf; }
          .nav-main UL LI UL LI SPAN::after, .header .header__navigation UL LI UL LI SPAN::after, .footer .footer__navigation UL LI UL LI SPAN::after {
            background: url("../images/layout/arrow-submenu.png") no-repeat center;
            content: " ";
            display: inline-block;
            height: 7px;
            margin-left: 8px;
            vertical-align: middle;
            width: 4px; }
          .nav-main UL LI UL LI:first-child, .header .header__navigation UL LI UL LI:first-child, .footer .footer__navigation UL LI UL LI:first-child {
            border-top: none; }
          .nav-main UL LI UL LI UL, .header .header__navigation UL LI UL LI UL, .footer .footer__navigation UL LI UL LI UL {
            -webkit-box-shadow: inset 3px 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 3px 0 5px rgba(0, 0, 0, 0.1);
            background: #004056;
            display: none;
            left: 100%;
            top: 0;
            z-index: 110; }
          .nav-main UL LI UL LI.sub-active, .header .header__navigation UL LI UL LI.sub-active, .footer .footer__navigation UL LI UL LI.sub-active {
            background: #22cddf;
            position: relative; }
            .nav-main UL LI UL LI.sub-active > SPAN:hover, .header .header__navigation UL LI UL LI.sub-active > SPAN:hover, .footer .footer__navigation UL LI UL LI.sub-active > SPAN:hover {
              color: #ffffff; }
      .nav-main UL LI.sub-active > UL, .header .header__navigation UL LI.sub-active > UL, .footer .footer__navigation UL LI.sub-active > UL {
        display: block; }
  .nav-main #main-nav > .sub-active > SPAN, .header .header__navigation #main-nav > .sub-active > SPAN, .footer .footer__navigation #main-nav > .sub-active > SPAN {
    color: #c5ffff; }

.article__header H1, SECTION > ARTICLE.feedback .feedback__header H1, SECTION > .activity .activity__header H1, SECTION > .house .house__header H1, SECTION > .island .island__header H1, SECTION > .offer .offer__header H1, SECTION > .page .page__header H1 {
  margin: 0; }
  .article__header H1 SMALL, SECTION > ARTICLE.feedback .feedback__header H1 SMALL, SECTION > .activity .activity__header H1 SMALL, SECTION > .house .house__header H1 SMALL, SECTION > .island .island__header H1 SMALL, SECTION > .offer .offer__header H1 SMALL, SECTION > .page .page__header H1 SMALL {
    margin-left: 2rem; }
  .article__header H1 a, SECTION > ARTICLE.feedback .feedback__header H1 a, SECTION > .activity .activity__header H1 a, SECTION > .house .house__header H1 a, SECTION > .island .island__header H1 a, SECTION > .offer .offer__header H1 a, SECTION > .page .page__header H1 a {
    color: inherit;
    text-decoration: none; }
    .article__header H1 a:hover, SECTION > ARTICLE.feedback .feedback__header H1 a:hover, SECTION > .activity .activity__header H1 a:hover, SECTION > .house .house__header H1 a:hover, SECTION > .island .island__header H1 a:hover, SECTION > .offer .offer__header H1 a:hover, SECTION > .page .page__header H1 a:hover {
      text-decoration: underline; }

.article__rating, SECTION > ARTICLE.feedback .feedback__rating, SECTION > .house .house__rating, SECTION > .island .island__rating, SECTION > .offer .offer__rating, SECTION > .page .page__rating {
  margin-top: 1.5rem; }

.article__teaser, SECTION > ARTICLE.feedback .feedback__teaser, SECTION > .activity .activity__teaser, SECTION > .house .house__teaser, SECTION > .island .island__teaser, SECTION > .offer .offer__teaser, SECTION > .page .page__teaser {
  margin-top: 3rem; }
  .article__teaser P, SECTION > ARTICLE.feedback .feedback__teaser P, SECTION > .activity .activity__teaser P, SECTION > .house .house__teaser P, SECTION > .island .island__teaser P, SECTION > .offer .offer__teaser P, SECTION > .page .page__teaser P {
    margin-bottom: 1rem; }
  .article__teaser P:last-of-type, SECTION > ARTICLE.feedback .feedback__teaser P:last-of-type, SECTION > .activity .activity__teaser P:last-of-type, SECTION > .house .house__teaser P:last-of-type, SECTION > .island .island__teaser P:last-of-type, SECTION > .offer .offer__teaser P:last-of-type, SECTION > .page .page__teaser P:last-of-type {
    margin: 0; }
  .article__teaser a, SECTION > ARTICLE.feedback .feedback__teaser a, SECTION > .activity .activity__teaser a, SECTION > .house .house__teaser a, SECTION > .island .island__teaser a, SECTION > .offer .offer__teaser a, SECTION > .page .page__teaser a {
    color: inherit; }

.article__body, SECTION > ARTICLE.feedback .feedback__body, SECTION > .activity .activity__body, SECTION > .house .house__body, SECTION > .island .island__body, SECTION > .offer .offer__body, SECTION > .page .page__body {
  margin-top: 3rem; }
  .article__body P, SECTION > ARTICLE.feedback .feedback__body P, SECTION > .activity .activity__body P, SECTION > .house .house__body P, SECTION > .island .island__body P, SECTION > .offer .offer__body P, SECTION > .page .page__body P {
    margin-bottom: 2rem;
    min-height: .7em; }
  .article__body P:last-of-type, SECTION > ARTICLE.feedback .feedback__body P:last-of-type, SECTION > .activity .activity__body P:last-of-type, SECTION > .house .house__body P:last-of-type, SECTION > .island .island__body P:last-of-type, SECTION > .offer .offer__body P:last-of-type, SECTION > .page .page__body P:last-of-type {
    margin: 0; }
  .article__body H2, SECTION > ARTICLE.feedback .feedback__body H2, SECTION > .activity .activity__body H2, SECTION > .house .house__body H2, SECTION > .island .island__body H2, SECTION > .offer .offer__body H2, SECTION > .page .page__body H2 {
    color: #000;
    font-size: 4.8rem;
    font-weight: 500;
    margin-top: 3rem; }
  .article__body H3, SECTION > ARTICLE.feedback .feedback__body H3, SECTION > .activity .activity__body H3, SECTION > .house .house__body H3, SECTION > .island .island__body H3, SECTION > .offer .offer__body H3, SECTION > .page .page__body H3 {
    margin-top: 4.5rem; }
    .article__body H3:first-child, SECTION > ARTICLE.feedback .feedback__body H3:first-child, SECTION > .activity .activity__body H3:first-child, SECTION > .house .house__body H3:first-child, SECTION > .island .island__body H3:first-child, SECTION > .offer .offer__body H3:first-child, SECTION > .page .page__body H3:first-child {
      margin-top: 0; }
  .article__body OL LI, SECTION > ARTICLE.feedback .feedback__body OL LI, SECTION > .activity .activity__body OL LI, SECTION > .house .house__body OL LI, SECTION > .island .island__body OL LI, SECTION > .offer .offer__body OL LI, SECTION > .page .page__body OL LI,
  .article__body UL LI,
  SECTION > ARTICLE.feedback .feedback__body UL LI,
  SECTION > .activity .activity__body UL LI,
  SECTION > .house .house__body UL LI,
  SECTION > .island .island__body UL LI,
  SECTION > .offer .offer__body UL LI,
  SECTION > .page .page__body UL LI {
    margin-bottom: 0.6rem; }
  .article__body OL, SECTION > ARTICLE.feedback .feedback__body OL, SECTION > .activity .activity__body OL, SECTION > .house .house__body OL, SECTION > .island .island__body OL, SECTION > .offer .offer__body OL, SECTION > .page .page__body OL {
    list-style: none; }
    .article__body OL LI, SECTION > ARTICLE.feedback .feedback__body OL LI, SECTION > .activity .activity__body OL LI, SECTION > .house .house__body OL LI, SECTION > .island .island__body OL LI, SECTION > .offer .offer__body OL LI, SECTION > .page .page__body OL LI {
      position: relative; }
      .article__body OL LI:before, SECTION > ARTICLE.feedback .feedback__body OL LI:before, SECTION > .activity .activity__body OL LI:before, SECTION > .house .house__body OL LI:before, SECTION > .island .island__body OL LI:before, SECTION > .offer .offer__body OL LI:before, SECTION > .page .page__body OL LI:before {
        font-family: 'Inselly' !important;
        color: #fa3e4b;
        content: "\e805";
        font-size: 1.4rem;
        font-weight: 700;
        left: -1.8rem;
        position: absolute;
        top: .5rem; }

.article__options, SECTION > ARTICLE.feedback .feedback__options, SECTION > .house .house__options, SECTION > .island .island__options {
  margin-top: 6rem; }
  .article__options > DIV UL, SECTION > ARTICLE.feedback .feedback__options > DIV UL, SECTION > .house .house__options > DIV UL, SECTION > .island .island__options > DIV UL {
    list-style: none;
    margin: 0;
    padding: 0 1.5rem; }
    .article__options > DIV UL LI, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI, SECTION > .house .house__options > DIV UL LI, SECTION > .island .island__options > DIV UL LI {
      margin: 1.5rem 0;
      padding-left: 2rem;
      position: relative; }
      .article__options > DIV UL LI:before, SECTION > ARTICLE.feedback .feedback__options > DIV UL LI:before, SECTION > .house .house__options > DIV UL LI:before, SECTION > .island .island__options > DIV UL LI:before {
        font-family: 'Inselly' !important;
        color: #fa3e4b;
        content: "\e805";
        font-size: 1.4rem;
        font-weight: 700;
        left: 0;
        position: absolute;
        top: .2rem; }
  .article__options:last-of-type, SECTION > ARTICLE.feedback .feedback__options:last-of-type, SECTION > .house .house__options:last-of-type, SECTION > .island .island__options:last-of-type {
    margin-top: 4.5rem; }

SECTION > ARTICLE.feedback .feedback__header H1 SMALL {
  font-size: 2.4rem; }

SECTION > ARTICLE.feedback .feedback__header .feedback__where {
  font-size: 2.4rem;
  line-height: 2; }

.article__collection .section__body {
  clear: left;
  display: flex;
  flex-wrap: wrap; }

.article__collection ARTICLE {
  background: #f1f1f1;
  margin-right: 1rem;
  width: 38.3rem;
  padding-bottom: 5.7rem;
  position: relative; }
  .article__collection ARTICLE:nth-child(3n+3) {
    margin-right: 0; }
  .article__collection ARTICLE:nth-child(n+4) {
    margin-top: 3rem; }
  .article__collection ARTICLE A {
    text-decoration: none; }
  .article__collection ARTICLE H3 {
    margin: 0; }
  .article__collection ARTICLE HEADER {
    padding: 3rem 1.5rem;
    text-align: center; }
  .article__collection ARTICLE FIGURE IMG {
    width: 100%; }
  .article__collection ARTICLE FIGURE FIGCAPTION {
    padding: 1.5rem; }
    .article__collection ARTICLE FIGURE FIGCAPTION P {
      height: 5.6em;
      overflow: hidden;
      position: relative; }
      .article__collection ARTICLE FIGURE FIGCAPTION P I {
        background-image: -webkit-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%);
        background-image: -o-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%);
        background-image: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00F1F1F1', endColorstr='#FFF1F1F1', GradientType=0);
        bottom: 0;
        display: block;
        height: 2em;
        left: 0;
        position: absolute;
        width: 100%; }
  .article__collection ARTICLE P {
    margin-bottom: 0;
    margin-top: 0.5rem; }
  .article__collection ARTICLE > P {
    color: #787878;
    font-size: 1.8rem; }
  .article__collection ARTICLE UL {
    cursor: default;
    list-style: none;
    overflow: hidden;
    padding: 0 1.5rem; }
    .article__collection ARTICLE UL LI {
      float: left;
      padding: 0 0.75rem;
      width: 50%; }
      .article__collection ARTICLE UL LI SPAN {
        border-top: 1px solid #e0e0e0;
        display: block;
        padding: 1.5rem 0 1.5rem 2rem;
        position: relative; }
        .article__collection ARTICLE UL LI SPAN:before {
          content: "\e805";
          color: #fa3e4b;
          font-family: 'Inselly' !important;
          font-size: 1.5rem;
          left: 0;
          position: absolute; }
      .article__collection ARTICLE UL LI:nth-child(1) SPAN, .article__collection ARTICLE UL LI:nth-child(2) SPAN {
        border-top: none; }
  .article__collection ARTICLE FOOTER {
    bottom: 0;
    left: 0;
    margin-top: 3rem;
    position: absolute;
    width: 100%;
    background-image: -webkit-linear-gradient(top, #38bbf4 0%, #1992f2 100%);
    background-image: -o-linear-gradient(top, #38bbf4 0%, #1992f2 100%);
    background-image: linear-gradient(to bottom, #38bbf4 0%, #1992f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF38BBF4', endColorstr='#FF1992F2', GradientType=0); }
    .article__collection ARTICLE FOOTER A {
      display: block;
      line-height: 5.7rem;
      padding: 0 3rem;
      text-align: center; }
      .article__collection ARTICLE FOOTER A .icon-arrow-right {
        font-size: 1.6rem;
        margin-left: .5rem; }

.feedback__collection ARTICLE {
  background: transparent;
  text-align: center; }
  .feedback__collection ARTICLE .feedback__header,
  .feedback__collection ARTICLE .feedback__body {
    margin: auto;
    width: 28rem; }
  .feedback__collection ARTICLE .feedback__header {
    padding-top: 1.5rem; }
    .feedback__collection ARTICLE .feedback__header H3 {
      font-size: 2.8rem; }
      .feedback__collection ARTICLE .feedback__header H3 SMALL {
        font-family: 'Roboto';
        display: block;
        font-size: 2.4rem;
        font-style: italic;
        line-height: 2; }
    .feedback__collection ARTICLE .feedback__header IMG {
      border-radius: 50%;
      display: inline-block;
      margin: 1.5rem 0;
      width: 19rem; }
  .feedback__collection ARTICLE .feedback__body TIME {
    border-top: 1px solid #e3e3e3;
    color: #787878;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 17px;
    font-style: italic;
    line-height: 22px;
    margin-top: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 0.6rem; }
  .feedback__collection ARTICLE .feedback__body P {
    height: 5.6em;
    overflow: hidden;
    position: relative; }
    .feedback__collection ARTICLE .feedback__body P I {
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
      bottom: 0;
      display: block;
      height: 3em;
      left: 0;
      position: absolute;
      width: 100%; }
  .feedback__collection ARTICLE .feedback__body .rating, .feedback__collection ARTICLE .feedback__body .article__rating, .feedback__collection SECTION > ARTICLE.feedback .feedback__body .feedback__rating, .feedback__collection ARTICLE .feedback__body SECTION > .house .house__rating, SECTION > .house .feedback__collection ARTICLE .feedback__body .house__rating, .feedback__collection ARTICLE .feedback__body SECTION > .island .island__rating, SECTION > .island .feedback__collection ARTICLE .feedback__body .island__rating, .feedback__collection ARTICLE .feedback__body SECTION > .offer .offer__rating, SECTION > .offer .feedback__collection ARTICLE .feedback__body .offer__rating, .feedback__collection ARTICLE .feedback__body SECTION > .page .page__rating, SECTION > .page .feedback__collection ARTICLE .feedback__body .page__rating {
    color: #787878;
    font-size: 1.6rem; }
  .feedback__collection ARTICLE .feedback__body .feedback__more {
    display: block;
    margin-top: 2rem;
    text-decoration: underline; }
    .feedback__collection ARTICLE .feedback__body .feedback__more:hover {
      text-decoration: none; }

.activity__collection ARTICLE {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.house__collection ARTICLE {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.island__collection ARTICLE {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.offer__collection ARTICLE {
  background: transparent;
  margin-bottom: 3rem;
  padding: 0; }
  .offer__collection ARTICLE H3 {
    margin-top: 0.6rem; }
    .offer__collection ARTICLE H3 A {
      text-decoration: none; }

.offer__collection .offer__read-more {
  display: inline-block;
  padding: .4rem;
  text-decoration: underline; }
  .offer__collection .offer__read-more:focus, .offer__collection .offer__read-more:hover {
    text-decoration: none; }

.offer__collection.offer__collection_list ARTICLE {
  margin-right: 1rem;
  width: 28.2rem; }
  .offer__collection.offer__collection_list ARTICLE:nth-child(3n+3) {
    margin-right: 1rem; }
  .offer__collection.offer__collection_list ARTICLE:nth-child(4n+4) {
    margin-right: 1rem; }
  .offer__collection.offer__collection_list ARTICLE:nth-child(n+4) {
    margin-top: 0; }
  .offer__collection.offer__collection_list ARTICLE:nth-child(n+5) {
    margin-top: 0; }

.superoffer__collection {
  position: relative; }
  .superoffer__collection ARTICLE {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100; }
    .superoffer__collection ARTICLE.offer__visible {
      opacity: 1;
      filter: alpha(opacity=100);
      pointer-events: all; }
  .superoffer__collection .container, .superoffer__collection .header .header__top, .header .superoffer__collection .header__top, .superoffer__collection .footer .footer__bottom, .footer .superoffer__collection .footer__bottom {
    height: 52rem;
    padding: 0;
    position: relative;
    overflow: hidden; }
  .superoffer__collection .offer__content {
    background: #22cdde;
    bottom: 4.5rem;
    margin-top: 10rem;
    padding: 3rem 3rem 11.4rem 3rem;
    position: absolute;
    width: 60rem;
    opacity: 0.95;
    filter: alpha(opacity=95); }
    .superoffer__collection .offer__content H1 {
      margin: 0; }
      .superoffer__collection .offer__content H1 A {
        text-decoration: none; }
        .superoffer__collection .offer__content H1 A:hover {
          text-decoration: underline; }
    .superoffer__collection .offer__content P {
      margin-bottom: 0;
      margin-top: 2.55rem; }
    .superoffer__collection .offer__content .gallery__thumbs {
      bottom: 1.5rem;
      left: 3rem;
      position: absolute; }
      .superoffer__collection .offer__content .gallery__thumbs A.thumb_active {
        outline: none; }
    .superoffer__collection .offer__content .offer__more {
      background: #fff;
      display: inline-block;
      line-height: 6rem;
      padding: 0 .5rem;
      text-align: center;
      text-decoration: none;
      width: 9rem; }
      .superoffer__collection .offer__content .offer__more SPAN {
        display: inline-block;
        line-height: 1.2;
        vertical-align: middle; }

.superoffer__navigation .row, .superoffer__navigation .header .header__navigation, .header .superoffer__navigation .header__navigation, .superoffer__navigation FORM HEADER, FORM .superoffer__navigation HEADER,
.superoffer__navigation FORM FIELDSET, FORM .superoffer__navigation FIELDSET,
.superoffer__navigation FORM FOOTER, FORM .superoffer__navigation FOOTER, .superoffer__navigation .footer .footer__navigation, .footer .superoffer__navigation .footer__navigation, .superoffer__navigation SECTION, .superoffer__navigation .article__options > DIV, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV, .superoffer__navigation SECTION > .house .house__options > DIV, SECTION > .house .superoffer__navigation .house__options > DIV, .superoffer__navigation SECTION > .island .island__options > DIV, SECTION > .island .superoffer__navigation .island__options > DIV, .superoffer__navigation .superoffer__collection, .superoffer__navigation #form-result > DIV > DIV {
  position: relative; }
  .superoffer__navigation .row .arrow, .superoffer__navigation .header .header__navigation .arrow, .header .superoffer__navigation .header__navigation .arrow, .superoffer__navigation FORM HEADER .arrow, FORM .superoffer__navigation HEADER .arrow, .superoffer__navigation FORM FIELDSET .arrow, FORM .superoffer__navigation FIELDSET .arrow, .superoffer__navigation FORM FOOTER .arrow, FORM .superoffer__navigation FOOTER .arrow, .superoffer__navigation .footer .footer__navigation .arrow, .footer .superoffer__navigation .footer__navigation .arrow, .superoffer__navigation SECTION .arrow, .superoffer__navigation .article__options > DIV .arrow, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV .arrow, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV .arrow, .superoffer__navigation SECTION > .house .house__options > DIV .arrow, SECTION > .house .superoffer__navigation .house__options > DIV .arrow, .superoffer__navigation SECTION > .island .island__options > DIV .arrow, SECTION > .island .superoffer__navigation .island__options > DIV .arrow, .superoffer__navigation .superoffer__collection .arrow, .superoffer__navigation #form-result > DIV > DIV .arrow {
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    background: url("../images/layout/wm-superoffer-arrow.png") no-repeat center;
    display: block;
    position: absolute;
    height: 2rem;
    left: 0;
    top: -1.9rem;
    width: 6rem; }
    .superoffer__navigation .row .arrow.arrow-2, .superoffer__navigation .header .header__navigation .arrow.arrow-2, .header .superoffer__navigation .header__navigation .arrow.arrow-2, .superoffer__navigation FORM HEADER .arrow.arrow-2, FORM .superoffer__navigation HEADER .arrow.arrow-2, .superoffer__navigation FORM FIELDSET .arrow.arrow-2, FORM .superoffer__navigation FIELDSET .arrow.arrow-2, .superoffer__navigation FORM FOOTER .arrow.arrow-2, FORM .superoffer__navigation FOOTER .arrow.arrow-2, .superoffer__navigation .footer .footer__navigation .arrow.arrow-2, .footer .superoffer__navigation .footer__navigation .arrow.arrow-2, .superoffer__navigation SECTION .arrow.arrow-2, .superoffer__navigation .article__options > DIV .arrow.arrow-2, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV .arrow.arrow-2, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV .arrow.arrow-2, .superoffer__navigation SECTION > .house .house__options > DIV .arrow.arrow-2, SECTION > .house .superoffer__navigation .house__options > DIV .arrow.arrow-2, .superoffer__navigation SECTION > .island .island__options > DIV .arrow.arrow-2, SECTION > .island .superoffer__navigation .island__options > DIV .arrow.arrow-2, .superoffer__navigation .superoffer__collection .arrow.arrow-2, .superoffer__navigation #form-result > DIV > DIV .arrow.arrow-2 {
      left: 25%; }
    .superoffer__navigation .row .arrow.arrow-3, .superoffer__navigation .header .header__navigation .arrow.arrow-3, .header .superoffer__navigation .header__navigation .arrow.arrow-3, .superoffer__navigation FORM HEADER .arrow.arrow-3, FORM .superoffer__navigation HEADER .arrow.arrow-3, .superoffer__navigation FORM FIELDSET .arrow.arrow-3, FORM .superoffer__navigation FIELDSET .arrow.arrow-3, .superoffer__navigation FORM FOOTER .arrow.arrow-3, FORM .superoffer__navigation FOOTER .arrow.arrow-3, .superoffer__navigation .footer .footer__navigation .arrow.arrow-3, .footer .superoffer__navigation .footer__navigation .arrow.arrow-3, .superoffer__navigation SECTION .arrow.arrow-3, .superoffer__navigation .article__options > DIV .arrow.arrow-3, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV .arrow.arrow-3, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV .arrow.arrow-3, .superoffer__navigation SECTION > .house .house__options > DIV .arrow.arrow-3, SECTION > .house .superoffer__navigation .house__options > DIV .arrow.arrow-3, .superoffer__navigation SECTION > .island .island__options > DIV .arrow.arrow-3, SECTION > .island .superoffer__navigation .island__options > DIV .arrow.arrow-3, .superoffer__navigation .superoffer__collection .arrow.arrow-3, .superoffer__navigation #form-result > DIV > DIV .arrow.arrow-3 {
      left: 50%; }
    .superoffer__navigation .row .arrow.arrow-4, .superoffer__navigation .header .header__navigation .arrow.arrow-4, .header .superoffer__navigation .header__navigation .arrow.arrow-4, .superoffer__navigation FORM HEADER .arrow.arrow-4, FORM .superoffer__navigation HEADER .arrow.arrow-4, .superoffer__navigation FORM FIELDSET .arrow.arrow-4, FORM .superoffer__navigation FIELDSET .arrow.arrow-4, .superoffer__navigation FORM FOOTER .arrow.arrow-4, FORM .superoffer__navigation FOOTER .arrow.arrow-4, .superoffer__navigation .footer .footer__navigation .arrow.arrow-4, .footer .superoffer__navigation .footer__navigation .arrow.arrow-4, .superoffer__navigation SECTION .arrow.arrow-4, .superoffer__navigation .article__options > DIV .arrow.arrow-4, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV .arrow.arrow-4, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV .arrow.arrow-4, .superoffer__navigation SECTION > .house .house__options > DIV .arrow.arrow-4, SECTION > .house .superoffer__navigation .house__options > DIV .arrow.arrow-4, .superoffer__navigation SECTION > .island .island__options > DIV .arrow.arrow-4, SECTION > .island .superoffer__navigation .island__options > DIV .arrow.arrow-4, .superoffer__navigation .superoffer__collection .arrow.arrow-4, .superoffer__navigation #form-result > DIV > DIV .arrow.arrow-4 {
      left: 75%; }
  .superoffer__navigation .row > DIV, .superoffer__navigation .header .header__navigation > DIV, .header .superoffer__navigation .header__navigation > DIV, .superoffer__navigation FORM HEADER > DIV, FORM .superoffer__navigation HEADER > DIV, .superoffer__navigation FORM FIELDSET > DIV, FORM .superoffer__navigation FIELDSET > DIV, .superoffer__navigation FORM FOOTER > DIV, FORM .superoffer__navigation FOOTER > DIV, .superoffer__navigation .footer .footer__navigation > DIV, .footer .superoffer__navigation .footer__navigation > DIV, .superoffer__navigation SECTION > DIV, .superoffer__navigation .article__options > DIV > DIV, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV, .superoffer__navigation SECTION > .house .house__options > DIV > DIV, SECTION > .house .superoffer__navigation .house__options > DIV > DIV, .superoffer__navigation SECTION > .island .island__options > DIV > DIV, SECTION > .island .superoffer__navigation .island__options > DIV > DIV, .superoffer__navigation .superoffer__collection > DIV, .superoffer__navigation #form-result > DIV > DIV > DIV {
    height: 10rem;
    padding: 1.5rem 3rem 0 0;
    position: relative; }
    .superoffer__navigation .row > DIV A, .superoffer__navigation .header .header__navigation > DIV A, .header .superoffer__navigation .header__navigation > DIV A, .superoffer__navigation FORM HEADER > DIV A, FORM .superoffer__navigation HEADER > DIV A, .superoffer__navigation FORM FIELDSET > DIV A, FORM .superoffer__navigation FIELDSET > DIV A, .superoffer__navigation FORM FOOTER > DIV A, FORM .superoffer__navigation FOOTER > DIV A, .superoffer__navigation .footer .footer__navigation > DIV A, .footer .superoffer__navigation .footer__navigation > DIV A, .superoffer__navigation SECTION > DIV A, .superoffer__navigation .article__options > DIV > DIV A, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV A, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV A, .superoffer__navigation SECTION > .house .house__options > DIV > DIV A, SECTION > .house .superoffer__navigation .house__options > DIV > DIV A, .superoffer__navigation SECTION > .island .island__options > DIV > DIV A, SECTION > .island .superoffer__navigation .island__options > DIV > DIV A, .superoffer__navigation .superoffer__collection > DIV A, .superoffer__navigation #form-result > DIV > DIV > DIV A {
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s;
      display: inline-block;
      text-decoration: none; }
    .superoffer__navigation .row > DIV .nav__underline, .superoffer__navigation .header .header__navigation > DIV .nav__underline, .header .superoffer__navigation .header__navigation > DIV .nav__underline, .superoffer__navigation FORM HEADER > DIV .nav__underline, FORM .superoffer__navigation HEADER > DIV .nav__underline, .superoffer__navigation FORM FIELDSET > DIV .nav__underline, FORM .superoffer__navigation FIELDSET > DIV .nav__underline, .superoffer__navigation FORM FOOTER > DIV .nav__underline, FORM .superoffer__navigation FOOTER > DIV .nav__underline, .superoffer__navigation .footer .footer__navigation > DIV .nav__underline, .footer .superoffer__navigation .footer__navigation > DIV .nav__underline, .superoffer__navigation SECTION > DIV .nav__underline, .superoffer__navigation .article__options > DIV > DIV .nav__underline, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV .nav__underline, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV .nav__underline, .superoffer__navigation SECTION > .house .house__options > DIV > DIV .nav__underline, SECTION > .house .superoffer__navigation .house__options > DIV > DIV .nav__underline, .superoffer__navigation SECTION > .island .island__options > DIV > DIV .nav__underline, SECTION > .island .superoffer__navigation .island__options > DIV > DIV .nav__underline, .superoffer__navigation .superoffer__collection > DIV .nav__underline, .superoffer__navigation #form-result > DIV > DIV > DIV .nav__underline {
      background-image: -webkit-linear-gradient(left, #24CBDC 0%, #fff 100%);
      background-image: -o-linear-gradient(left, #24CBDC 0%, #fff 100%);
      background-image: linear-gradient(to right, #24CBDC 0%, #fff 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24CBDC', endColorstr='#FFFFFFFF', GradientType=1);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: width 0.5s ease-in-out, opacity 0.6s ease-in-out;
      -o-transition: width 0.5s ease-in-out, opacity 0.6s ease-in-out;
      transition: width 0.5s ease-in-out, opacity 0.6s ease-in-out;
      bottom: 0;
      height: .5rem;
      position: absolute;
      left: 0;
      width: 0; }
    .superoffer__navigation .row > DIV.nav_active A, .superoffer__navigation .header .header__navigation > DIV.nav_active A, .header .superoffer__navigation .header__navigation > DIV.nav_active A, .superoffer__navigation FORM HEADER > DIV.nav_active A, FORM .superoffer__navigation HEADER > DIV.nav_active A, .superoffer__navigation FORM FIELDSET > DIV.nav_active A, FORM .superoffer__navigation FIELDSET > DIV.nav_active A, .superoffer__navigation FORM FOOTER > DIV.nav_active A, FORM .superoffer__navigation FOOTER > DIV.nav_active A, .superoffer__navigation .footer .footer__navigation > DIV.nav_active A, .footer .superoffer__navigation .footer__navigation > DIV.nav_active A, .superoffer__navigation SECTION > DIV.nav_active A, .superoffer__navigation .article__options > DIV > DIV.nav_active A, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV.nav_active A, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV.nav_active A, .superoffer__navigation SECTION > .house .house__options > DIV > DIV.nav_active A, SECTION > .house .superoffer__navigation .house__options > DIV > DIV.nav_active A, .superoffer__navigation SECTION > .island .island__options > DIV > DIV.nav_active A, SECTION > .island .superoffer__navigation .island__options > DIV > DIV.nav_active A, .superoffer__navigation .superoffer__collection > DIV.nav_active A, .superoffer__navigation #form-result > DIV > DIV > DIV.nav_active A {
      color: #22cdde; }
    .superoffer__navigation .row > DIV.nav_active .nav__underline, .superoffer__navigation .header .header__navigation > DIV.nav_active .nav__underline, .header .superoffer__navigation .header__navigation > DIV.nav_active .nav__underline, .superoffer__navigation FORM HEADER > DIV.nav_active .nav__underline, FORM .superoffer__navigation HEADER > DIV.nav_active .nav__underline, .superoffer__navigation FORM FIELDSET > DIV.nav_active .nav__underline, FORM .superoffer__navigation FIELDSET > DIV.nav_active .nav__underline, .superoffer__navigation FORM FOOTER > DIV.nav_active .nav__underline, FORM .superoffer__navigation FOOTER > DIV.nav_active .nav__underline, .superoffer__navigation .footer .footer__navigation > DIV.nav_active .nav__underline, .footer .superoffer__navigation .footer__navigation > DIV.nav_active .nav__underline, .superoffer__navigation SECTION > DIV.nav_active .nav__underline, .superoffer__navigation .article__options > DIV > DIV.nav_active .nav__underline, .superoffer__navigation SECTION > ARTICLE.feedback .feedback__options > DIV > DIV.nav_active .nav__underline, SECTION > ARTICLE.feedback .superoffer__navigation .feedback__options > DIV > DIV.nav_active .nav__underline, .superoffer__navigation SECTION > .house .house__options > DIV > DIV.nav_active .nav__underline, SECTION > .house .superoffer__navigation .house__options > DIV > DIV.nav_active .nav__underline, .superoffer__navigation SECTION > .island .island__options > DIV > DIV.nav_active .nav__underline, SECTION > .island .superoffer__navigation .island__options > DIV > DIV.nav_active .nav__underline, .superoffer__navigation .superoffer__collection > DIV.nav_active .nav__underline, .superoffer__navigation #form-result > DIV > DIV > DIV.nav_active .nav__underline {
      opacity: 1;
      filter: alpha(opacity=100);
      width: 80%; }

.page-error {
  background: url("../images/error-bg.jpg") no-repeat center;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  height: 100vh;
  overflow: hidden;
  width: 100%; }
  .page-error .container, .page-error .header .header__top, .header .page-error .header__top, .page-error .footer .footer__bottom, .footer .page-error .footer__bottom {
    display: none;
    height: 100%;
    line-height: 100vh;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    .page-error .container DIV, .page-error .header .header__top DIV, .header .page-error .header__top DIV, .page-error .footer .footer__bottom DIV, .footer .page-error .footer__bottom DIV {
      opacity: 0.95;
      filter: alpha(opacity=95);
      background: #22CDDF;
      border-radius: 50%;
      color: #fff;
      display: block;
      height: 80vh;
      line-height: 1;
      margin: auto;
      overflow: hidden;
      position: absolute;
      left: 50%;
      top: 50%; }
      .page-error .container DIV H1, .page-error .header .header__top DIV H1, .header .page-error .header__top DIV H1, .page-error .footer .footer__bottom DIV H1, .footer .page-error .footer__bottom DIV H1 {
        font-weight: 400; }
      .page-error .container DIV A, .page-error .header .header__top DIV A, .header .page-error .header__top DIV A, .page-error .footer .footer__bottom DIV A, .footer .page-error .footer__bottom DIV A {
        color: #fff; }
      .page-error .container DIV P > A, .page-error .header .header__top DIV P > A, .header .page-error .header__top DIV P > A, .page-error .footer .footer__bottom DIV P > A, .footer .page-error .footer__bottom DIV P > A {
        display: inline-block;
        margin-top: 3.4rem;
        width: 40%; }
      .page-error .container DIV IMG, .page-error .header .header__top DIV IMG, .header .page-error .header__top DIV IMG, .page-error .footer .footer__bottom DIV IMG, .footer .page-error .footer__bottom DIV IMG {
        width: 100%; }

.page__ferry .container SECTION:first-child H2, .page__ferry .header .header__top SECTION:first-child H2, .header .page__ferry .header__top SECTION:first-child H2, .page__ferry .footer .footer__bottom SECTION:first-child H2, .footer .page__ferry .footer__bottom SECTION:first-child H2 {
  margin-bottom: 0; }

.page__ferry .container .form-section > DIV, .page__ferry .header .header__top .form-section > DIV, .header .page__ferry .header__top .form-section > DIV, .page__ferry .footer .footer__bottom .form-section > DIV, .footer .page__ferry .footer__bottom .form-section > DIV {
  padding: 0; }

.page__ferry .container FORM, .page__ferry .header .header__top FORM, .header .page__ferry .header__top FORM, .page__ferry .footer .footer__bottom FORM, .footer .page__ferry .footer__bottom FORM {
  height: 52.2rem;
  margin-left: 0; }
  .page__ferry .container FORM .fa-calendar, .page__ferry .header .header__top FORM .fa-calendar, .header .page__ferry .header__top FORM .fa-calendar, .page__ferry .footer .footer__bottom FORM .fa-calendar, .footer .page__ferry .footer__bottom FORM .fa-calendar {
    right: 2.6rem; }
  .page__ferry .container FORM .has-feedback, .page__ferry .header .header__top FORM .has-feedback, .header .page__ferry .header__top FORM .has-feedback, .page__ferry .footer .footer__bottom FORM .has-feedback, .footer .page__ferry .footer__bottom FORM .has-feedback {
    margin-bottom: .4rem; }
  .page__ferry .container FORM .checkbox, .page__ferry .header .header__top FORM .checkbox, .header .page__ferry .header__top FORM .checkbox, .page__ferry .footer .footer__bottom FORM .checkbox, .footer .page__ferry .footer__bottom FORM .checkbox {
    margin-bottom: 1rem;
    margin-top: 0; }
  .page__ferry .container FORM .select2-container--default .select2-selection--single, .page__ferry .header .header__top FORM .select2-container--default .select2-selection--single, .header .page__ferry .header__top FORM .select2-container--default .select2-selection--single, .page__ferry .footer .footer__bottom FORM .select2-container--default .select2-selection--single, .footer .page__ferry .footer__bottom FORM .select2-container--default .select2-selection--single {
    border-color: #22CBDD;
    border-radius: 0;
    height: 3.4rem;
    line-height: 3.4rem; }
  .page__ferry .container FORM .select2-container--default .select2-selection--single .select2-selection__arrow, .page__ferry .header .header__top FORM .select2-container--default .select2-selection--single .select2-selection__arrow, .header .page__ferry .header__top FORM .select2-container--default .select2-selection--single .select2-selection__arrow, .page__ferry .footer .footer__bottom FORM .select2-container--default .select2-selection--single .select2-selection__arrow, .footer .page__ferry .footer__bottom FORM .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.2rem; }

#map {
  height: 52.2rem; }

#form-result > DIV {
  padding: 0 0.75rem; }

#form-result .schedule__header {
  font-size: 1.5rem; }
  #form-result .schedule__header > DIV {
    padding: 0 0.75rem; }
    #form-result .schedule__header > DIV SPAN {
      border-bottom: 5px solid #E3E3E3;
      color: #787878;
      display: block;
      padding: 4px 0; }

#form-result .fa {
  color: #22CBDD;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 100;
  height: 1.8rem;
  position: relative;
  width: 1.8rem; }
  #form-result .fa.fa-clock-o {
    font-size: 1.7rem; }
  #form-result .fa.fa-calendar {
    top: -.1rem; }

#form-result .schedule__row {
  color: #000;
  font-size: 1.5rem;
  margin-top: 1rem; }
  #form-result .schedule__row > DIV {
    padding: 0 0.75rem; }
  #form-result .schedule__row.schedule__row_next {
    border-top: 1px solid #E3E3E3;
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.page__index {
  /*


  .container__islands,
  .container__houses {
    margin-top: $gutter;
  }

  .container__islands {
    background: #191919;
  }

  .offer__collection {

    ARTICLE {
      margin-right: 1rem;
      width: 28.25rem;

      &:nth-child(3n+3) {
        margin-right: 0;
      }

      &:nth-child(n+4) {
        margin-top: 0;
      }
    }
  }

  .island__collection,
  .house__collection {
    margin-top: $gutter / 1.2;
    margin-bottom: $gutter * 2;

    H2 {
      margin-bottom: $gutter / 1.8;
    }

    ARTICLE {
      margin-right: 1rem;
      width: 38.3rem;

      &:nth-child(3n+3) {
        margin-right: 0;
      }
    }
  }

  .feedback {
    @extend .col-xs-12;
    @extend .font__feedback-index;
    background: #064054;

    .feedback__header {
      background: #085069;
      overflow: hidden;

      IMG {
        float: left;
        margin-bottom: $gutter / 2;
        margin-right: $gutter / 2;
        border-radius: 50%;
      }

      SPAN {
        display: inline-block;
        margin-top: $gutter / 4;

        I {
          @extend .font__feedback-index-author-from;
        }
      }

      P {
        @extend .font__feedback-index-author-action;
        clear: left;
        margin-top: $gutter / 2;
      }

      .rating {
        @extend .font__feedback-index-author-rating;

        .fa {
          @extend .font__icons;
        }
      }
    }

    .feedback__header,
    .feedback__body {
      @extend .row;
      padding: $gutter / 2;
    }

    A {
      @extend .font__feedback-more;
      text-decoration: underline;

      &:focus,
      &:hover {
        text-decoration: none;
      }
    }
  }

  */ }
  .page__index .superoffer {
    color: #fff;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    position: relative;
    background: #fff no-repeat;
    background-size: cover; }
    .page__index .superoffer .shadow {
      box-shadow: rgba(0, 0, 0, 0.1) 0 3px 10px inset;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .page__index .superoffer .container, .page__index .superoffer .header .header__top, .header .page__index .superoffer .header__top, .page__index .superoffer .footer .footer__bottom, .footer .page__index .superoffer .footer__bottom {
      height: 52rem;
      position: relative; }
    .page__index .superoffer .content {
      bottom: 4rem;
      left: 0;
      position: absolute;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.3); }
    .page__index .superoffer H1 {
      font-size: 6.4rem; }
      .page__index .superoffer H1 A {
        border-bottom: 3px solid transparent;
        color: #fff;
        display: inline;
        line-height: 1.2;
        text-decoration: none; }
        .page__index .superoffer H1 A:hover {
          border-color: #fff; }
    .page__index .superoffer .promo {
      font-size: 2.8rem;
      line-height: 1.2;
      margin-top: 1.2rem; }
    .page__index .superoffer .promo-date,
    .page__index .superoffer .promo-price {
      color: #fff;
      display: inline-block;
      font-size: 2.8rem;
      line-height: 6rem;
      margin-right: 2rem;
      margin-top: .4rem;
      padding: 0 2rem 0 4rem;
      position: relative;
      text-decoration: none; }
    .page__index .superoffer .promo-date {
      background: url("../images/layout/promo-date.png") no-repeat left center; }
    .page__index .superoffer .promo-price {
      background: url("../images/layout/promo-price.png") no-repeat left center; }
  .page__index SECTION {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 6rem; }
    .page__index SECTION .collection {
      margin: 0 -.5rem;
      overflow: hidden;
      padding: 0 .5rem;
      position: relative;
      width: 118rem; }
      .page__index SECTION .collection ARTICLE {
        float: left;
        margin-right: 1rem;
        margin-bottom: 3rem;
        overflow: hidden; }
    .page__index SECTION A {
      text-decoration: underline; }
      .page__index SECTION A H3 {
        color: #008df7; }
      .page__index SECTION A:hover {
        text-decoration: none; }
        .page__index SECTION A:hover H3 {
          text-decoration: none; }
  .page__index .offers .offer {
    width: 28.5rem; }
    .page__index .offers .offer H3, .page__index .offers .offer P {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.8rem;
      line-height: 1.2; }
    .page__index .offers .offer H3 {
      margin: .8rem 0; }
    .page__index .offers .offer P {
      margin: 0; }
    .page__index .offers .offer.offer-w {
      width: 58rem; }
    .page__index .offers .offer.offer-f {
      clear: both; }
    .page__index .offers .offer.offer-l {
      margin-right: 0; }
  .page__index .feedbacks ARTICLE,
  .page__index .houses ARTICLE {
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    background: #f1f1f1;
    width: 38.3rem; }
    .page__index .feedbacks ARTICLE:nth-child(3),
    .page__index .houses ARTICLE:nth-child(3) {
      margin-right: 0; }
    .page__index .feedbacks ARTICLE A,
    .page__index .houses ARTICLE A {
      text-decoration: none; }
      .page__index .feedbacks ARTICLE A H3 B,
      .page__index .houses ARTICLE A H3 B {
        text-decoration: underline; }
      .page__index .feedbacks ARTICLE A:hover H3 B,
      .page__index .houses ARTICLE A:hover H3 B {
        text-decoration: none; }
    .page__index .feedbacks ARTICLE H3,
    .page__index .houses ARTICLE H3 {
      font-size: 2.8rem;
      margin: 0;
      text-align: center;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap; }
      .page__index .feedbacks ARTICLE H3 B,
      .page__index .houses ARTICLE H3 B {
        display: block;
        font-weight: inherit;
        width: 100%; }
      .page__index .feedbacks ARTICLE H3 SPAN,
      .page__index .houses ARTICLE H3 SPAN {
        color: #787878;
        display: block;
        font-size: 1.8rem;
        font-weight: 300; }
    .page__index .feedbacks ARTICLE .teaser,
    .page__index .houses ARTICLE .teaser {
      line-height: 1.2;
      margin: 0;
      height: 4.8em;
      overflow: hidden;
      position: relative; }
  .page__index .feedbacks .feedback {
    padding: 2rem; }
    .page__index .feedbacks .feedback A {
      display: block;
      padding: 2rem 4rem 0;
      text-align: center;
      text-decoration: none; }
      .page__index .feedbacks .feedback A IMG {
        border-radius: 50%;
        height: 19rem;
        width: 19rem; }
      .page__index .feedbacks .feedback A H3 {
        height: 14.2rem;
        line-height: 1.2;
        padding-top: 12px; }
        .page__index .feedbacks .feedback A H3 SPAN {
          height: 4.8rem;
          line-height: 4.8rem;
          margin-top: 1.8rem;
          position: relative;
          width: 100%; }
          .page__index .feedbacks .feedback A H3 SPAN::before {
            background: #cfcfcf;
            content: " ";
            display: block;
            height: 1px;
            left: 50%;
            position: absolute;
            top: 0;
            transform: translate(-50%, 0);
            width: 14rem; }
    .page__index .feedbacks .feedback .teaser:after {
      background-image: -webkit-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%);
      background-image: -o-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%);
      background-image: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00F1F1F1', endColorstr='#FFF1F1F1', GradientType=0);
      content: " ";
      bottom: 0;
      display: block;
      height: 2.4em;
      left: 0;
      position: absolute;
      width: 100%; }
  .page__index .houses {
    margin-bottom: 0; }
    .page__index .houses .house {
      margin-bottom: .4rem; }
      .page__index .houses .house H3 {
        height: 12.5rem; }
        .page__index .houses .house H3 SPAN {
          font-style: italic;
          margin-top: .6rem; }
      .page__index .houses .house .teaser {
        margin: 2rem 0;
        padding: 0 2rem;
        height: 6em; }
      .page__index .houses .house .distance {
        height: 4rem;
        margin: 2.6rem 0;
        text-align: center; }
        .page__index .houses .house .distance SPAN {
          background: url("../images/layout/clock.png") no-repeat 1rem center;
          border: 1px solid #22cddf;
          display: inline-block;
          line-height: 3.8rem;
          padding: 0 1rem 0 3.6rem; }
  .page__index .feedbacks A.read-more,
  .page__index .houses A.read-more {
    color: #008df7;
    padding-bottom: 1.6rem;
    text-decoration: underline;
    white-space: nowrap; }
    .page__index .feedbacks A.read-more:hover,
    .page__index .houses A.read-more:hover {
      text-decoration: none; }

.page__island .house__collection {
  margin-top: 6rem; }

.page__landing .header {
  background: #FDFCFD;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
  .page__landing .header .header__contacts, .page__landing .header .language__switch {
    display: none !important; }
  .page__landing .header .header__logo {
    margin: 1.5rem 0;
    text-align: center;
    width: 100% !important; }

.page__landing .header__navigation,
.page__landing .footer__navigation {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  height: 2rem; }
  .page__landing .header__navigation .container, .page__landing .header__navigation .header .header__top, .header .page__landing .header__navigation .header__top, .page__landing .header__navigation .footer .footer__bottom, .footer .page__landing .header__navigation .footer__bottom,
  .page__landing .footer__navigation .container,
  .page__landing .footer__navigation .header .header__top,
  .header .page__landing .footer__navigation .header__top,
  .page__landing .footer__navigation .footer .footer__bottom,
  .footer .page__landing .footer__navigation .footer__bottom {
    display: none; }

.page__landing.footer {
  background: #F2F0F2;
  margin-top: 6rem !important; }
  .page__landing.footer .green-logo {
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: .5rem; }

.page__landing .landing_header {
  background: url("../images/wm-dummy-cover.jpg") no-repeat center;
  background-size: cover; }
  .page__landing .landing_header .container section, .page__landing .landing_header .header .header__top section, .header .page__landing .landing_header .header__top section, .page__landing .landing_header .footer .footer__bottom section, .footer .page__landing .landing_header .footer__bottom section {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-top: 0; }
  .page__landing .landing_header h2 {
    color: #22cddf;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.2rem !important;
    font-weight: 500;
    margin-bottom: 3rem !important;
    margin-top: 6rem; }
  .page__landing .landing_header P {
    color: #fff;
    font-size: 1.9rem;
    margin-bottom: 3rem; }
  .page__landing .landing_header P + H2 {
    margin-top: 3rem; }
  .page__landing .landing_header em {
    font-size: 2.1rem; }
  .page__landing .landing_header ul {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    list-style: none;
    margin: 5.1rem 0;
    padding: 0;
    overflow: hidden; }
    .page__landing .landing_header ul li {
      float: left;
      margin-right: 10%;
      width: 45%; }
      .page__landing .landing_header ul li:last-child {
        margin-right: 0; }
    .page__landing .landing_header ul strong {
      color: #22cddf;
      font-weight: 500; }

.page__landing .ferry__description H2 {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 3rem 0 !important; }

.page__wizard .article__collection {
  margin-top: 6rem; }
