HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/ijzerenman.komma.pro/wwwroot/css/style.css
.banner.home .container ul:after, .breadcrumb ol:after, .call-to-action-bar .container:after, footer.main:after, .newsletter-holder:after, .notifications .temperature:after, .content-block:after, .form-block .input-holder:after, .page-link-block-holder:after,
.file-block-holder:after, nav.global .inner ul:after, nav.pages .container:after {
  content: " ";
  display: table;
  clear: both; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img {
  width: auto; }

body {
  margin: 0; }

ul {
  list-style: none; }

html {
  height: 100%; }

body {
  overflow-x: hidden;
  min-height: 100%;
  color: #443B35;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  background: #C1AD50; }
  html[data-color="home"] body {
    background: #386F98; }
  html[data-color="lido"] body {
    background: #548AD3; }
  html[data-color="beachHouse"] body {
    background: #C1AD50; }
  html[data-color="beachPavilion"] body {
    background: #BF9051; }
  html[data-color="beachRecreation"] body {
    background: #74BE61; }
  html[data-color="beachTrips"] body {
    background: #91BE61; }
  @media only screen and (max-width: 1270px) {
    body {
      font-size: 14px; } }
  @media only screen and (max-width: 1030px) {
    body {
      font-size: 15px; } }

a {
  text-decoration: none;
  outline: none;
  color: #548AD3; }

p {
  font-size: 0.9375em;
  margin-bottom: 1.5em; }

strong {
  font-weight: 600; }

h1, h2 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.125em; }

.no-wrap {
  display: inline-block;
  white-space: nowrap; }

.clear {
  clear: both; }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1640px; }
  @media only screen and (max-width: 500px) {
    .container {
      padding: 0; } }

.content {
  position: relative; }
  .content .left-shadow {
    position: absolute;
    top: 0;
    left: -10px;
    width: 50px;
    height: 100%;
    box-shadow: inset -50px 0 15px -50px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 500px) {
      .content .left-shadow {
        display: none; } }
  .content .right-shadow {
    position: absolute;
    top: 0;
    right: -10px;
    width: 50px;
    height: 100%;
    box-shadow: inset 50px 0 15px -50px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 500px) {
      .content .right-shadow {
        display: none; } }

.fill-holder {
  position: relative;
  overflow: hidden;
  height: 100%;
  vertical-align: middle; }

img {
  display: block;
  border: none; }
  img.fit-horizontal {
    width: 100%; }
  img.fit-vertical {
    height: 100%; }
  img.fill {
    position: absolute; }
  img.preload {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out; }
    img.preload.loaded {
      opacity: 1; }

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #ccc;
  max-height: 600px;
  -webkit-transition: height 200ms ease-out;
  -moz-transition: height 200ms ease-out;
  transition: height 200ms ease-out; }
  .banner img {
    width: 100%; }
  .banner .circle-logo {
    position: absolute;
    right: 40px;
    bottom: -40px;
    z-index: 12;
    width: 300px; }
    @media only screen and (max-width: 1270px) {
      .banner .circle-logo {
        width: 250px;
        bottom: -20px; } }
    @media only screen and (max-width: 1030px) {
      .banner .circle-logo {
        width: 200px;
        right: 20px; } }
    @media only screen and (max-width: 720px) {
      .banner .circle-logo {
        width: 150px; } }
    @media only screen and (max-width: 500px) {
      .banner .circle-logo {
        width: 100px; } }
  .banner.home .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    transition: background 300ms ease-out; }
  .banner.home .container {
    position: relative;
    z-index: 15;
    height: 100%; }
    .banner.home .container .overlay.left {
      margin-left: 40px;
      left: -100%; }
      @media only screen and (max-width: 960px) {
        .banner.home .container .overlay.left {
          display: none; } }
    .banner.home .container .overlay.right {
      margin-right: 40px;
      right: -100%; }
      @media only screen and (max-width: 960px) {
        .banner.home .container .overlay.right {
          display: none; } }
    .banner.home .container ul {
      position: relative; }
    .banner.home .container li {
      position: relative;
      float: left;
      width: 16.65%;
      height: 600px; }
      .banner.home .container li:hover .overlay, .banner.home .container li.hovered .overlay {
        background: rgba(0, 0, 0, 0); }
      .banner.home .container li a {
        position: absolute;
        width: 100%;
        height: 100%; }
    .banner.home .container ul.banner-overlays {
      padding: 0 40px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 960px) {
        .banner.home .container ul.banner-overlays {
          display: none; } }
    .banner.home .container ul.banner-columns {
      z-index: 15; }
      @media only screen and (max-width: 960px) {
        .banner.home .container ul.banner-columns {
          display: none; } }
      .banner.home .container ul.banner-columns li {
        border-left: 1px solid rgba(255, 255, 255, 0.7); }
        .banner.home .container ul.banner-columns li:last-child {
          border-right: 1px solid rgba(255, 255, 255, 0.7); }
    .banner.home .container ul.banner-titles {
      position: absolute;
      bottom: 160px;
      left: 120px;
      z-index: 10; }
      @media only screen and (max-width: 1270px) {
        .banner.home .container ul.banner-titles {
          bottom: 120px;
          left: 80px; } }
      .banner.home .container ul.banner-titles li {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
        transition: opacity 300ms ease-out, top 300ms ease-out; }
        .banner.home .container ul.banner-titles li.show {
          top: 0;
          opacity: 1; }
      .banner.home .container ul.banner-titles .logo {
        display: block;
        position: relative;
        background-image: url(/images/structure/sprite_logos_ijm_white.svg);
        background-size: 2340px 364px;
        height: 119.6px; }
        .banner.home .container ul.banner-titles .logo.home {
          width: 507px;
          background-position: -26px -26px; }
        .banner.home .container ul.banner-titles .logo.lido {
          width: 481px;
          background-position: -780px -26px; }
        .banner.home .container ul.banner-titles .logo.beachHouse {
          width: 520px;
          background-position: -1560px -26px; }
        .banner.home .container ul.banner-titles .logo.beachPavilion {
          width: 715px;
          background-position: -26px -208px; }
        .banner.home .container ul.banner-titles .logo.beachRecreation {
          width: 676px;
          background-position: -780px -208px; }
        .banner.home .container ul.banner-titles .logo.beachTrips {
          width: 572px;
          background-position: -1560px -208px; }
        @media only screen and (max-width: 1270px) {
          .banner.home .container ul.banner-titles .logo {
            background-image: url(/images/structure/sprite_logos_ijm_white.svg);
            background-size: 1800px 280px;
            height: 92px; }
            .banner.home .container ul.banner-titles .logo.home {
              width: 390px;
              background-position: -20px -20px; }
            .banner.home .container ul.banner-titles .logo.lido {
              width: 370px;
              background-position: -600px -20px; }
            .banner.home .container ul.banner-titles .logo.beachHouse {
              width: 400px;
              background-position: -1200px -20px; }
            .banner.home .container ul.banner-titles .logo.beachPavilion {
              width: 550px;
              background-position: -20px -160px; }
            .banner.home .container ul.banner-titles .logo.beachRecreation {
              width: 520px;
              background-position: -600px -160px; }
            .banner.home .container ul.banner-titles .logo.beachTrips {
              width: 440px;
              background-position: -1200px -160px; } }
  .banner.home .backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .banner.home .backgrounds ul {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .banner.home .backgrounds li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 300ms ease-out;
      -moz-transition: opacity 300ms ease-out;
      transition: opacity 300ms ease-out; }
    .banner.home .backgrounds li.show {
      opacity: 1; }

.breadcrumb {
  position: relative;
  z-index: 150;
  padding: 0 120px;
  height: 60px;
  line-height: 60px;
  background: #69625D;
  color: #B4B1AE;
  font-family: "Fjalla One", sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 1270px) {
    .breadcrumb {
      padding: 0 60px;
      height: 50px;
      line-height: 50px; } }
  .breadcrumb a {
    color: #B4B1AE; }
  .breadcrumb ol {
    list-style: none; }
  .breadcrumb li {
    float: left; }
    .breadcrumb li.active a {
      color: #fff; }
  .breadcrumb .arrow {
    display: inline-block;
    margin: 0 15px; }
  .breadcrumb .phone {
    position: absolute;
    top: 0;
    right: 100px;
    height: 60px;
    line-height: 60px; }
    @media only screen and (max-width: 1270px) {
      .breadcrumb .phone {
        right: 90px;
        height: 50px;
        line-height: 50px; } }
    @media only screen and (max-width: 960px) {
      .breadcrumb .phone {
        display: none; } }

.btn {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  line-height: 51px;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out; }
  html[data-color="home"] .btn {
    background: #386F98; }
    html[data-color="home"] .btn:hover {
      background: #2a5473; }
  html[data-color="lido"] .btn {
    background: #548AD3; }
    html[data-color="lido"] .btn:hover {
      background: #326fc2; }
  html[data-color="beachHouse"] .btn {
    background: #C1AD50; }
    html[data-color="beachHouse"] .btn:hover {
      background: #a4913a; }
  html[data-color="beachPavilion"] .btn {
    background: #BF9051; }
    html[data-color="beachPavilion"] .btn:hover {
      background: #a2763b; }
  html[data-color="beachRecreation"] .btn {
    background: #74BE61; }
    html[data-color="beachRecreation"] .btn:hover {
      background: #59a745; }
  html[data-color="beachTrips"] .btn {
    background: #91BE61; }
    html[data-color="beachTrips"] .btn:hover {
      background: #78a745; }

.btn.arrow {
  position: relative;
  padding: 0 45px 0 15px; }
  .btn.arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    background-image: url(/images/structure/sprite_ijzerenman.svg);
    background-size: 250px 150px;
    background-position: -195px -120px;
    width: 11px;
    height: 9px; }

.content-block a.btn:hover {
  text-decoration: none; }

.call-to-action-bar {
  background: #fff;
  width: 100%; }
  .call-to-action-bar .container {
    padding: 0 100px; }
    @media only screen and (max-width: 960px) {
      .call-to-action-bar .container {
        padding: 0 150px; } }
    @media only screen and (max-width: 500px) {
      .call-to-action-bar .container {
        padding: 0 50px; } }
  .call-to-action-bar .text-holder {
    float: left;
    padding-right: 100px;
    width: 50%;
    height: 200px; }
    @media only screen and (max-width: 960px) {
      .call-to-action-bar .text-holder {
        width: 60%;
        padding-right: 50px; } }
    @media only screen and (max-width: 960px) {
      .call-to-action-bar .text-holder {
        padding-top: 50px;
        padding-bottom: 20px;
        padding-right: 0;
        width: 100%;
        height: auto; } }
  .call-to-action-bar .text {
    font-size: 1.1em;
    line-height: 1.4; }
    @media only screen and (max-width: 960px) {
      .call-to-action-bar .text {
        text-align: center; } }
  .call-to-action-bar .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
  .call-to-action-bar .btn-holder {
    float: left;
    height: 200px; }
    @media only screen and (max-width: 960px) {
      .call-to-action-bar .btn-holder {
        padding-bottom: 50px;
        padding-right: 0;
        width: 100%;
        height: auto;
        text-align: center; } }
    .call-to-action-bar .btn-holder .btn {
      min-width: 200px; }

footer.main {
  padding: 60px 0;
  width: 100%;
  background: #D5D5D0;
  color: #95928D; }
  footer.main .container {
    padding: 0 160px; }
    @media only screen and (max-width: 1270px) {
      footer.main .container {
        padding: 0 40px; } }
  footer.main a {
    color: #95928D; }
    footer.main a:hover {
      color: #474542; }
  footer.main .column {
    float: left;
    margin-bottom: 40px;
    width: 16.65%;
    border-top: 1px solid #8C8882; }
    @media only screen and (max-width: 720px) {
      footer.main .column {
        width: 33.3%; } }
    @media only screen and (max-width: 500px) {
      footer.main .column {
        width: 50%; } }
    @media only screen and (max-width: 350px) {
      footer.main .column {
        width: 100%; } }
    footer.main .column.double {
      width: 33.3%; }
      @media only screen and (max-width: 720px) {
        footer.main .column.double {
          width: 100%; } }
      footer.main .column.double .title {
        width: 98%; }
    footer.main .column.last {
      width: 15%; }
      @media only screen and (max-width: 720px) {
        footer.main .column.last {
          width: 33.3%; } }
      @media only screen and (max-width: 500px) {
        footer.main .column.last {
          width: 50%; } }
      @media only screen and (max-width: 350px) {
        footer.main .column.last {
          width: 100%; } }
      footer.main .column.last .title {
        width: 100%; }
  footer.main .title {
    position: relative;
    top: 3px;
    left: 0;
    display: block;
    margin-bottom: 30px;
    width: 90%;
    height: 40px;
    line-height: 40px;
    color: #8C8882;
    border-bottom: 1px solid #8C8882;
    font-family: "Fjalla One", sans-serif; }
  footer.main ul {
    line-height: 1.4; }
  footer.main .mobile-break {
    display: none; }
    @media only screen and (max-width: 720px) {
      footer.main .mobile-break {
        display: block; } }
    @media only screen and (max-width: 500px) {
      footer.main .mobile-break {
        display: none; } }
  footer.main .small-mobile-break {
    display: none; }
    @media only screen and (max-width: 500px) {
      footer.main .small-mobile-break {
        display: block; } }
    @media only screen and (max-width: 350px) {
      footer.main .small-mobile-break {
        display: none; } }
  footer.main .ijm-logo {
    display: block;
    margin: 0 auto 0;
    width: 61%; }
  footer.main .ijm-logo-holder {
    border: none; }

.komma {
  clear: both;
  text-align: center;
  width: 100%; }
  .komma .komma-logo {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 5px;
    background-image: url(/images/structure/sprite_ijzerenman.svg);
    background-size: 250px 150px;
    background-position: -100px -110px;
    width: 24px;
    height: 24px; }

@media only screen and (max-width: 960px) {
  body {
    padding-top: 60px; } }

.mobile-navigation {
  display: none; }
  @media only screen and (max-width: 960px) {
    .mobile-navigation {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000000;
      width: 100%; } }
  .mobile-navigation header {
    position: relative;
    width: 100%;
    height: 60px;
    background: #26211F; }
  .mobile-navigation .mobile_btn {
    position: relative;
    width: 60px;
    height: 100%;
    cursor: pointer; }
    .mobile-navigation .mobile_btn .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%; }
    .mobile-navigation .mobile_btn.nav {
      float: left;
      border-right: 1px solid #26211F; }
      .mobile-navigation .mobile_btn.nav .icon {
        margin: -7px 0 0 -9px;
        width: 18px;
        height: 15px;
        background-position: -10px -40px;
        background-size: 220px 420px;
        background-image: url(/images/structure/sprite_mobile.svg); }
      .mobile-navigation .mobile_btn.nav:hover:not(.selected) .icon {
        background-position: -10px -10px; }
    .mobile-navigation .mobile_btn.contact {
      float: right;
      border-left: 1px solid #575765; }
      .mobile-navigation .mobile_btn.contact .icon {
        margin: -10px 0 0 -10px;
        width: 20px;
        height: 20px;
        background-position: -70px -40px;
        background-size: 220px 420px;
        background-image: url(/images/structure/sprite_mobile.svg);
        background-position: -70px -40px; }
      .mobile-navigation .mobile_btn.contact:hover:not(.selected) .icon {
        background-position: -70px -10px; }
    .mobile-navigation .mobile_btn.selected .icon {
      background-position: -40px -10px;
      margin-top: -6px; }
      .mobile-navigation .mobile_btn.selected .icon:hover .icon {
        background-position: -40px -10px;
        margin-top: -6px; }
  .mobile-navigation .logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -110px;
    width: 220px;
    height: 40px;
    width: 220px;
    height: 40px;
    background-size: 220px 420px;
    background-image: url(/images/structure/sprite_mobile.svg); }
    html[data-color="home"] .mobile-navigation .logo {
      background-position: 0 -70px; }
    html[data-color="lido"] .mobile-navigation .logo {
      background-position: 0 -130px; }
    html[data-color="beachHouse"] .mobile-navigation .logo {
      background-position: 0 -190px; }
    html[data-color="beachPavilion"] .mobile-navigation .logo {
      background-position: 0 -250px; }
    html[data-color="beachRecreation"] .mobile-navigation .logo {
      background-position: 0 -310px; }
    html[data-color="beachTrips"] .mobile-navigation .logo {
      background-position: 0 -370px; }
  .mobile-navigation .mb_content {
    position: relative;
    overflow-y: scroll; }
    .mobile-navigation .mb_content nav {
      position: relative;
      overflow: hidden;
      height: 0; }
      .mobile-navigation .mb_content nav ul {
        display: block;
        width: 100%;
        background: #F7F8F9; }
        .mobile-navigation .mb_content nav ul li {
          display: block;
          position: relative;
          width: 100%; }
          .mobile-navigation .mb_content nav ul li.active {
            background: #e8ebee; }
          .mobile-navigation .mb_content nav ul li .title {
            display: block;
            position: relative;
            padding: 0 0 0 60px;
            width: 100%;
            height: 59px;
            border-bottom: 1px solid #DFE5E9;
            color: #575766;
            font-size: 1.142857143em;
            font-weight: 600;
            line-height: 60px;
            box-sizing: border-box;
            cursor: pointer; }
            .mobile-navigation .mb_content nav ul li .title:not(.active):hover {
              background: #CCC; }
            .mobile-navigation .mb_content nav ul li .title .dd_arrow {
              display: block;
              position: absolute;
              top: 50%;
              left: 30px;
              margin: -2px 0 0 -5px;
              width: 10px;
              height: 6px;
              background-position: -100px -10px;
              background-size: 220px 420px;
              background-image: url(/images/structure/sprite_mobile.svg); }
          .mobile-navigation .mb_content nav ul li.selected {
            background: #69625D; }
            .mobile-navigation .mb_content nav ul li.selected .title {
              color: #fff; }
              .mobile-navigation .mb_content nav ul li.selected .title .dd_arrow {
                background-position: -100px -24px; }
          .mobile-navigation .mb_content nav ul li.mb_dropdown {
            display: block; }
            .mobile-navigation .mb_content nav ul li.mb_dropdown ul {
              display: block;
              position: relative;
              overflow: hidden;
              padding: 0;
              height: 0; }
              .mobile-navigation .mb_content nav ul li.mb_dropdown ul li .title {
                padding-left: 90px;
                background: #fff;
                color: #9999A2;
                font-weight: 400; }
                .mobile-navigation .mb_content nav ul li.mb_dropdown ul li .title .dd_arrow {
                  left: 65px;
                  background-position: -100px -10px; }
                .mobile-navigation .mb_content nav ul li.mb_dropdown ul li .title:hover {
                  background: #FBFBFC; }
              .mobile-navigation .mb_content nav ul li.mb_dropdown ul li.selected .title {
                color: #fff; }
                .mobile-navigation .mb_content nav ul li.mb_dropdown ul li.selected .title .dd_arrow {
                  background-position: -100px -24px; }
              .mobile-navigation .mb_content nav ul li.mb_dropdown ul li.mb_dropdown {
                display: block; }
                .mobile-navigation .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul {
                  display: block;
                  position: relative;
                  overflow: hidden;
                  padding: 0;
                  height: 0; }
                  .mobile-navigation .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul li .title {
                    padding-left: 120px;
                    height: 39px;
                    border-bottom: 1px solid #fff;
                    background: #EAEAEA;
                    color: #575765;
                    font-weight: 300;
                    line-height: 40px; }
                    .mobile-navigation .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul li .title:hover {
                      background: #F7F8F9; }
    .mobile-navigation .mb_content #mobile_contact {
      position: relative;
      overflow: hidden;
      height: 0;
      background: #fff;
      font-size: 1.142857143em; }
      .mobile-navigation .mb_content #mobile_contact .inner {
        padding: 30px;
        box-sizing: border-box; }
        .mobile-navigation .mb_content #mobile_contact .inner .title {
          display: block;
          margin-bottom: 1em;
          color: #1E2229;
          font-size: 1.375em; }
        .mobile-navigation .mb_content #mobile_contact .inner .data_title {
          display: inline-block;
          width: 60px;
          color: #1E2229;
          font-weight: 600;
          font-size: 0.875em;
          text-transform: uppercase; }
        .mobile-navigation .mb_content #mobile_contact .inner a {
          color: #26211F; }
  .mobile-navigation .blur {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background: #5e524d;
    opacity: 0; }
  .mobile-navigation.phone .mb_content nav ul li .title:hover {
    background: none; }
  .mobile-navigation.phone .mb_content nav ul li.mb_dropdown ul li .title:hover {
    background: #fff; }
  .mobile-navigation.phone .mb_content nav ul li.mb_dropdown ul li.mb_dropdown ul li .title:hover {
    background: #EAEAEA !important; }

.newsletter-holder input[type="email"] {
  float: left;
  margin: 0;
  padding: 0 15px;
  height: 40px;
  width: 180px;
  border: none;
  font-size: 15px;
  font-family: "Josefin Sans", sans-serif; }
  @media only screen and (max-width: 720px) {
    .newsletter-holder input[type="email"] {
      height: 30px;
      width: 160px; } }
  @media only screen and (max-width: 500px) {
    .newsletter-holder input[type="email"] {
      width: 120px; } }
.newsletter-holder .btn {
  float: left;
  margin: 0;
  padding: 0 15px;
  height: 40px;
  line-height: inherit;
  background: #26211F;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  -webkit-appearance: none; }
  @media only screen and (max-width: 960px) {
    .newsletter-holder .btn {
      margin-top: 10px; } }
  @media only screen and (max-width: 720px) {
    .newsletter-holder .btn {
      margin-top: 0;
      height: 30px; } }
footer .newsletter-holder .btn {
  background: #8C8882; }

.notifications {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2000;
  width: 250px;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase; }
  .notifications .opening-hours {
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
    .notifications .opening-hours .day {
      display: block;
      font-size: 1.3753em; }
  .notifications .temperature .title {
    display: block;
    font-size: 0.875em; }
    @media only screen and (max-width: 720px) {
      .notifications .temperature .title {
        display: inline-block;
        margin-right: 5px; } }
  .notifications .temperature .degrees {
    font-size: 2em; }
    @media only screen and (max-width: 1030px) {
      .notifications .temperature .degrees {
        font-size: 1.5em; } }
    @media only screen and (max-width: 720px) {
      .notifications .temperature .degrees {
        font-size: 1em; } }
  .notifications .temperature .outside, .notifications .temperature .water {
    position: relative;
    float: left;
    padding: 15px;
    width: 50%; }
    @media only screen and (max-width: 720px) {
      .notifications .temperature .outside, .notifications .temperature .water {
        padding: 10px; } }
    .notifications .temperature .outside .icon, .notifications .temperature .water .icon {
      position: absolute;
      top: 50%;
      right: 35px;
      display: block; }
      @media only screen and (max-width: 720px) {
        .notifications .temperature .outside .icon, .notifications .temperature .water .icon {
          display: none; } }
  .notifications .temperature .outside {
    border-right: 1px solid rgba(255, 255, 255, 0.8); }
    .notifications .temperature .outside .icon {
      margin-top: -16px;
      margin-right: -19px;
      background-image: url(/images/structure/sprite_ijzerenman.svg);
      background-size: 250px 150px;
      background-position: -10px -60px;
      width: 35px;
      height: 37px; }
  .notifications .temperature .water .icon {
    margin-top: -11px;
    margin-right: -7px;
    background-image: url(/images/structure/sprite_ijzerenman.svg);
    background-size: 250px 150px;
    background-position: -60px -60px;
    width: 22px;
    height: 14px; }

.pagination {
  padding: 0 120px;
  height: 60px;
  line-height: 60px;
  background: #69625D;
  color: #B4B1AE;
  font-size: 1.1em;
  text-align: center; }
  .pagination .centered {
    display: inline-block;
    text-align: left; }
    .pagination .centered ul {
      display: inline-block;
      padding: 0 20px; }
  .pagination li {
    display: inline-block;
    margin: 0 5px; }
    .pagination li a {
      color: #B4B1AE;
      -webkit-transition: color 200ms ease-out;
      -moz-transition: color 200ms ease-out;
      transition: color 200ms ease-out; }
      .pagination li a:hover {
        color: #fff; }
    .pagination li.active span {
      color: #fff; }
    .pagination li.disabled span {
      color: #B4B1AE;
      opacity: 0.3; }

.sitemap {
  width: 50%;
  float: left; }
  .sitemap > li .title {
    display: block;
    margin-bottom: 1.3em;
    width: 80%;
    border-bottom: 1px solid #26211F;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #26211F; }
  .sitemap > li > ul {
    margin-bottom: 1.3em;
    padding-left: 20px; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.valign-parent {
  white-space: nowrap; }
  .valign-parent::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.valign-child {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left; }

.content-block {
  position: relative;
  background: #fff;
  min-height: 400px; }
  .content-block a:hover {
    text-decoration: underline; }
  .content-block .description {
    float: left;
    padding: 120px;
    width: 50%;
    font-size: 1.222em;
    line-height: 1.2727272727; }
    @media only screen and (max-width: 1030px) {
      .content-block .description {
        width: 100%; } }
    @media only screen and (max-width: 1270px) {
      .content-block .description:not(.right) {
        padding: 60px 120px 60px 60px; } }
    @media only screen and (max-width: 1030px) {
      .content-block .description:not(.right) {
        padding: 60px 120px; } }
    @media only screen and (max-width: 720px) {
      .content-block .description:not(.right) {
        padding: 60px; } }
    .content-block .description.right {
      float: right; }
      @media only screen and (max-width: 1270px) {
        .content-block .description.right {
          padding: 60px 60px 60px 120px; } }
      @media only screen and (max-width: 1030px) {
        .content-block .description.right {
          padding: 60px 120px; } }
      @media only screen and (max-width: 720px) {
        .content-block .description.right {
          padding: 60px; } }
    .content-block .description h1, .content-block .description h2 {
      text-align: center; }
    .content-block .description .waves-holder {
      margin: 30px 0;
      width: 100%;
      text-align: center; }
      @media only screen and (max-width: 1270px) {
        .content-block .description .waves-holder {
          margin: 20px 0;
          -webkit-transform: scale(0.8);
          -moz-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -o-transform: scale(0.8);
          transform: scale(0.8); } }
      .content-block .description .waves-holder .waves {
        display: inline-block;
        background-image: url(/images/structure/sprite_ijzerenman.svg);
        background-size: 250px 150px;
        background-position: -10px -120px;
        width: 63px;
        height: 15px; }
  .content-block .image {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 55%;
    height: 100%; }
    .content-block .image a {
      display: block;
      width: 100%;
      height: 100%; }
    .content-block .image .floating-logo {
      position: absolute;
      right: -30px;
      bottom: -30px;
      z-index: 10;
      width: 200px;
      height: 200px;
      background: url(/images/structure/floatingLogoRight.svg);
      background-size: 200px 200px; }
      @media only screen and (max-width: 720px) {
        .content-block .image .floating-logo {
          position: absolute;
          right: -55px;
          bottom: -55px;
          -webkit-transform: scale(0.6);
          -moz-transform: scale(0.6);
          -ms-transform: scale(0.6);
          -o-transform: scale(0.6);
          transform: scale(0.6); } }
    .content-block .image.left {
      right: auto;
      left: 0; }
      .content-block .image.left .water-effect-background {
        left: auto;
        right: 0;
        background: url(/images/structure/water_effect_content_image_right.png) repeat-y left top; }
        .content-block .image.left .water-effect-background.vertical {
          background: url(/images/structure/water_effect_content_image_top.png) repeat-x right top; }
      .content-block .image.left .floating-logo {
        right: auto;
        left: -30px;
        background: url(/images/structure/floatingLogoLeft.svg); }
        @media only screen and (max-width: 720px) {
          .content-block .image.left .floating-logo {
            left: -55px; } }
    @media only screen and (max-width: 1030px) {
      .content-block .image {
        position: relative;
        width: 100%; } }
    @media only screen and (max-width: 1030px) {
      .content-block .image img {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
        height: auto !important; } }

.water-effect-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 230px;
  height: 100%;
  background: url(/images/structure/water_effect_content_image_left.png) repeat-y right top; }
  @media only screen and (max-width: 1030px) {
    .water-effect-background {
      display: none; } }
  .water-effect-background.vertical {
    display: none;
    width: 100%;
    height: 115px;
    background: url(/images/structure/water_effect_content_image_top.png) repeat-x right top; }
    @media only screen and (max-width: 1030px) {
      .water-effect-background.vertical {
        display: block; } }

.form-page {
  background: #D9D4D3; }
  .form-page .description {
    padding: 120px 60px 120px 120px;
    background: #fff;
    width: 40%; }
    @media only screen and (max-width: 1270px) {
      .form-page .description {
        padding: 60px 10px 60px 60px !important; } }
    @media only screen and (max-width: 1030px) {
      .form-page .description {
        width: 100%;
        padding: 60px 120px 30px !important;
        height: auto !important; } }
    @media only screen and (max-width: 720px) {
      .form-page .description {
        padding: 60px 60px 30px !important; } }
    @media only screen and (max-width: 500px) {
      .form-page .description {
        padding: 60px 30px 30px !important;
        float: right; } }

.form-block {
  position: relative;
  float: left;
  padding: 120px 120px 120px 200px;
  width: 60%; }
  @media only screen and (max-width: 1270px) {
    .form-block {
      padding: 60px 30px 60px 200px; } }
  @media only screen and (max-width: 1030px) {
    .form-block {
      width: 100%;
      padding: 120px 120px 60px 120px; } }
  @media only screen and (max-width: 720px) {
    .form-block {
      padding: 120px 60px 60px 60px; } }
  @media only screen and (max-width: 500px) {
    .form-block {
      padding: 120px 30px 30px !important; } }
  .form-block h2, .form-block p {
    margin-left: 30%;
    margin-bottom: 2.54545454em; }
    @media only screen and (max-width: 720px) {
      .form-block h2, .form-block p {
        margin-left: 0; } }
  .form-block p {
    font-size: 1.125em; }
  .form-block p.form-note {
    display: block;
    margin: 0 0 1.5em;
    text-align: left;
    margin-left: 30%; }
  .form-block .input-holder.checkbox {
    padding-left: 30%; }
    @media only screen and (max-width: 720px) {
      .form-block .input-holder.checkbox {
        padding-left: 0; }
        .form-block .input-holder.checkbox input {
          width: 20px;
          float: left; } }
    .form-block .input-holder.checkbox label {
      width: auto; }
      @media only screen and (max-width: 720px) {
        .form-block .input-holder.checkbox label {
          width: 70%;
          float: left; } }
    .form-block .input-holder.checkbox input {
      margin-right: 10px;
      display: inline-block;
      position: relative;
      top: 7px;
      left: 0;
      width: 14px;
      height: 14px; }
      @media only screen and (max-width: 720px) {
        .form-block .input-holder.checkbox input {
          top: 0; } }
  .form-block label, .form-block input, .form-block textarea, .form-block select {
    display: block;
    float: left;
    margin-bottom: 10px; }
  .form-block label {
    position: relative;
    top: 6px;
    left: 0;
    width: 30%;
    font-weight: 600; }
    @media only screen and (max-width: 720px) {
      .form-block label {
        top: 0;
        margin-bottom: 0;
        float: none;
        width: 100%; } }
  .form-block input, .form-block textarea, .form-block select {
    padding-left: 10px;
    width: 70%;
    border: none;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px; }
    @media only screen and (max-width: 720px) {
      .form-block input, .form-block textarea, .form-block select {
        float: none;
        width: 100%; } }
  .form-block input, .form-block select {
    height: 30px; }
  .form-block select {
    background: #eee; }
  .form-block textarea {
    padding: 10px;
    height: 100px; }
  .form-block .btn {
    margin-left: 30%;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    background: #8EB55A;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
    -webkit-appearance: none; }
    .form-block .btn:hover {
      background: #749844; }
    @media only screen and (max-width: 720px) {
      .form-block .btn {
        margin-left: 0; } }
  .form-block .message {
    display: block;
    padding-left: 30%; }
    .form-block .message.error {
      color: #C12530; }
  .form-block .error input {
    border: 1px solid #C12530; }

.page-link-block {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 300px; }
  @media only screen and (max-width: 1270px) {
    .page-link-block {
      height: 220px; } }
  @media only screen and (max-width: 720px) {
    .page-link-block {
      height: 160px; } }
  @media only screen and (max-width: 500px) {
    .page-link-block {
      height: 100px; } }
  @media only screen and (max-width: 1030px) {
    .page-link-block {
      width: 100%; } }
  .page-link-block:hover .text {
    color: #fff; }
    html[data-color="home"] .page-link-block:hover .text {
      background: #386F98; }
    html[data-color="lido"] .page-link-block:hover .text {
      background: #548AD3; }
    html[data-color="beachHouse"] .page-link-block:hover .text {
      background: #C1AD50; }
    html[data-color="beachPavilion"] .page-link-block:hover .text {
      background: #BF9051; }
    html[data-color="beachRecreation"] .page-link-block:hover .text {
      background: #74BE61; }
    html[data-color="beachTrips"] .page-link-block:hover .text {
      background: #91BE61; }
    .page-link-block:hover .text .read-more {
      color: #fff !important; }
    .page-link-block:hover .text .short-description {
      color: #fff; }
  .page-link-block:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .page-link-block .text {
    position: relative;
    float: left;
    padding: 30px;
    width: 50%;
    height: 100%;
    background: #fff;
    color: #443B35;
    -webkit-transition: background 200ms ease-out, color 200ms ease-out;
    -moz-transition: background 200ms ease-out, color 200ms ease-out;
    transition: background 200ms ease-out, color 200ms ease-out; }
    @media only screen and (max-width: 1270px) {
      .page-link-block .text {
        padding: 15px; } }
    @media only screen and (max-width: 1030px) {
      .page-link-block .text {
        float: right;
        border-bottom: 1px solid #efefef; } }
    @media only screen and (max-width: 500px) {
      .page-link-block .text {
        width: 100%;
        padding-left: 130px; } }
    .page-link-block .text.right {
      float: right; }
    .page-link-block .text .title {
      font-family: "Fjalla One", sans-serif;
      margin-bottom: 10px;
      font-size: 1.5em;
      text-transform: uppercase; }
      @media only screen and (max-width: 720px) {
        .page-link-block .text .title {
          font-size: 1.2em; } }
    .page-link-block .text .short-description {
      display: block;
      font-size: 1.1em;
      margin-top: 10px;
      color: #8F8B88; }
      @media only screen and (max-width: 720px) {
        .page-link-block .text .short-description {
          font-size: 1em;
          margin-top: 5px; } }
    .page-link-block .text .read-more {
      position: absolute;
      bottom: 30px;
      left: 30px;
      padding-right: 20px;
      font-family: "Fjalla One", sans-serif;
      text-transform: uppercase; }
      html[data-color="home"] .page-link-block .text .read-more {
        color: #386F98; }
      html[data-color="lido"] .page-link-block .text .read-more {
        color: #548AD3; }
      html[data-color="beachHouse"] .page-link-block .text .read-more {
        color: #C1AD50; }
      html[data-color="beachPavilion"] .page-link-block .text .read-more {
        color: #BF9051; }
      html[data-color="beachRecreation"] .page-link-block .text .read-more {
        color: #74BE61; }
      html[data-color="beachTrips"] .page-link-block .text .read-more {
        color: #91BE61; }
      .page-link-block .text .read-more:after {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        display: block; }
        html[data-color="home"] .page-link-block .text .read-more:after {
          background-image: url(/images/structure/sprite_ijzerenman.svg);
          background-size: 250px 150px;
          background-position: -195px -60px;
          width: 11px;
          height: 9px; }
        html[data-color="lido"] .page-link-block .text .read-more:after {
          background-image: url(/images/structure/sprite_ijzerenman.svg);
          background-size: 250px 150px;
          background-position: -210px -60px;
          width: 11px;
          height: 9px; }
        html[data-color="beachHouse"] .page-link-block .text .read-more:after {
          background-image: url(/images/structure/sprite_ijzerenman.svg);
          background-size: 250px 150px;
          background-position: -195px -80px;
          width: 11px;
          height: 9px; }
        html[data-color="beachPavilion"] .page-link-block .text .read-more:after {
          background-image: url(/images/structure/sprite_ijzerenman.svg);
          background-size: 250px 150px;
          background-position: -210px -80px;
          width: 11px;
          height: 9px; }
        html[data-color="beachRecreation"] .page-link-block .text .read-more:after {
          background-image: url(/images/structure/sprite_ijzerenman.svg);
          background-size: 250px 150px;
          background-position: -195px -100px;
          width: 11px;
          height: 9px; }
        html[data-color="beachTrips"] .page-link-block .text .read-more:after {
          background-image: url(/images/structure/sprite_ijzerenman.svg);
          background-size: 250px 150px;
          background-position: -210px -100px;
          width: 11px;
          height: 9px; }
      @media only screen and (max-width: 1270px) {
        .page-link-block .text .read-more {
          left: 15px;
          bottom: 15px; } }
      @media only screen and (max-width: 500px) {
        .page-link-block .text .read-more {
          display: none; } }
  .page-link-block.dark .text {
    border: none;
    background: #26211F; }
    .page-link-block.dark .text .title, .page-link-block.dark .text .short-description {
      color: #fff; }
    .page-link-block.dark .text .read-more {
      display: block;
      padding: 0 40px 0 15px;
      height: 50px;
      line-height: 50px;
      border: 1px solid #fff;
      font-size: 1.2em;
      color: #fff !important; }
      .page-link-block.dark .text .read-more:after {
        position: absolute;
        top: 20px;
        right: 15px; }
      @media only screen and (max-width: 500px) {
        .page-link-block.dark .text .read-more {
          display: none; } }
  .page-link-block .image {
    position: relative;
    overflow: hidden;
    float: right;
    width: 50%;
    height: 100%;
    background: #efefef; }
    .page-link-block .image.left {
      float: left; }
    .page-link-block .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: -webkit-transform 1s ease-out;
      -moz-transition: -moz-transform 1s ease-out;
      transition: transform 1s ease-out; }
    @media only screen and (max-width: 500px) {
      .page-link-block .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        float: none; } }

.photo-album-block,
.video-block {
  position: relative;
  padding-top: 60px;
  background: #fff; }
  .photo-album-block .wooden-background,
  .video-block .wooden-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #554940 url(/images/structure/wooden_background.jpg) bottom center;
    background-size: cover; }
  .photo-album-block .water-background,
  .video-block .water-background {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 30%;
    background: url(/images/structure/water_background.png) bottom center; }
    @media only screen and (max-width: 720px) {
      .photo-album-block .water-background,
      .video-block .water-background {
        display: none; } }
  .photo-album-block .swiper-container-holder,
  .video-block .swiper-container-holder {
    position: relative;
    margin: 0 auto;
    width: 60%;
    max-width: 1200px;
    height: 540px; }
    .photo-album-block .swiper-container-holder .swiper-container,
    .video-block .swiper-container-holder .swiper-container {
      position: absolute;
      width: 100%;
      height: 100%; }
    .photo-album-block .swiper-container-holder .water,
    .video-block .swiper-container-holder .water {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 120px;
      background: url(/images/structure/water_effect_photo_album.png) top center; }
      @media only screen and (max-width: 720px) {
        .photo-album-block .swiper-container-holder .water,
        .video-block .swiper-container-holder .water {
          display: none; } }
    .photo-album-block .swiper-container-holder .swiper-slide,
    .video-block .swiper-container-holder .swiper-slide {
      cursor: grab;
      overflow: hidden;
      max-height: 540px; }
      .photo-album-block .swiper-container-holder .swiper-slide .image,
      .video-block .swiper-container-holder .swiper-slide .image {
        display: block;
        height: 100%;
        margin: 0 auto; }
    .photo-album-block .swiper-container-holder .tab-navigation,
    .video-block .swiper-container-holder .tab-navigation {
      position: absolute;
      top: -25px;
      left: 0;
      z-index: 140;
      color: #fff; }
      @media only screen and (max-width: 960px) {
        .photo-album-block .swiper-container-holder .tab-navigation,
        .video-block .swiper-container-holder .tab-navigation {
          top: -30px; } }
      .photo-album-block .swiper-container-holder .tab-navigation li, .video-block .swiper-container-holder .tab-navigation li {
        display: inline-block;
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        font-size: 1.3em;
        cursor: pointer;
        -webkit-transition: background 200ms ease-out;
        -moz-transition: background 200ms ease-out;
        transition: background 200ms ease-out; }
        @media only screen and (max-width: 960px) {
          .photo-album-block .swiper-container-holder .tab-navigation li, .video-block .swiper-container-holder .tab-navigation li {
            height: 30px;
            line-height: 30px;
            font-size: 1em;
            padding: 0 10px; } }
        html[data-color="home"] .photo-album-block .swiper-container-holder .tab-navigation li,
        html[data-color="home"] .video-block .swiper-container-holder .tab-navigation li {
          background: #386F98; }
        html[data-color="lido"] .photo-album-block .swiper-container-holder .tab-navigation li, html[data-color="lido"] .video-block .swiper-container-holder .tab-navigation li {
          background: #548AD3; }
        html[data-color="beachHouse"] .photo-album-block .swiper-container-holder .tab-navigation li, html[data-color="beachHouse"] .video-block .swiper-container-holder .tab-navigation li {
          background: #C1AD50; }
        html[data-color="beachPavilion"] .photo-album-block .swiper-container-holder .tab-navigation li, html[data-color="beachPavilion"] .video-block .swiper-container-holder .tab-navigation li {
          background: #BF9051; }
        html[data-color="beachRecreation"] .photo-album-block .swiper-container-holder .tab-navigation li, html[data-color="beachRecreation"] .video-block .swiper-container-holder .tab-navigation li {
          background: #74BE61; }
        html[data-color="beachTrips"] .photo-album-block .swiper-container-holder .tab-navigation li, html[data-color="beachTrips"] .video-block .swiper-container-holder .tab-navigation li {
          background: #91BE61; }
        .photo-album-block .swiper-container-holder .tab-navigation li:hover, .video-block .swiper-container-holder .tab-navigation li:hover {
          background: #26211F !important; }
        .photo-album-block .swiper-container-holder .tab-navigation li.active, .video-block .swiper-container-holder .tab-navigation li.active {
          background: #fff !important;
          font-weight: 600;
          color: #26211F; }
    .photo-album-block .swiper-container-holder .tab-holder,
    .video-block .swiper-container-holder .tab-holder {
      opacity: 0; }
      .photo-album-block .swiper-container-holder .tab-holder.loaded,
      .video-block .swiper-container-holder .tab-holder.loaded {
        opacity: 1;
        display: none; }
      .photo-album-block .swiper-container-holder .tab-holder.loaded.active,
      .video-block .swiper-container-holder .tab-holder.loaded.active {
        display: block; }
  .photo-album-block .arrow,
  .video-block .arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer; }
    @media only screen and (max-width: 500px) {
      .photo-album-block .arrow,
      .video-block .arrow {
        display: none; } }
    .photo-album-block .arrow.swiper-button-disabled,
    .video-block .arrow.swiper-button-disabled {
      opacity: 0.3;
      cursor: default; }
    .photo-album-block .arrow.prev .icon,
    .video-block .arrow.prev .icon {
      background-image: url(/images/structure/sprite_ijzerenman.svg);
      background-size: 250px 150px;
      background-position: -160px -110px;
      width: 20px;
      height: 16px; }
    .photo-album-block .arrow.next,
    .video-block .arrow.next {
      left: auto;
      right: -60px; }
      .photo-album-block .arrow.next .icon,
      .video-block .arrow.next .icon {
        background-image: url(/images/structure/sprite_ijzerenman.svg);
        background-size: 250px 150px;
        background-position: -160px -60px;
        width: 20px;
        height: 16px; }
    .photo-album-block .arrow .icon,
    .video-block .arrow .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -10px; }
  .photo-album-block .counter-holder,
  .video-block .counter-holder {
    position: absolute;
    top: -60px;
    right: 20px;
    z-index: 100;
    width: 100px;
    height: 140px;
    background: rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 720px) {
      .photo-album-block .counter-holder,
      .video-block .counter-holder {
        position: absolute;
        top: 10px;
        right: 0;
        display: block;
        background: none;
        width: 100px;
        height: auto; } }
    .photo-album-block .counter-holder .counter,
    .video-block .counter-holder .counter {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 1.5em;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 720px) {
        .photo-album-block .counter-holder .counter,
        .video-block .counter-holder .counter {
          text-align: right; } }
    .photo-album-block .counter-holder .icon,
    .video-block .counter-holder .icon {
      display: block;
      position: absolute;
      top: 30px;
      left: 50%;
      margin-left: -20px;
      background-image: url(/images/structure/sprite_ijzerenman.svg);
      background-size: 250px 150px;
      background-position: -100px -60px;
      width: 40px;
      height: 40px; }
      @media only screen and (max-width: 720px) {
        .photo-album-block .counter-holder .icon,
        .video-block .counter-holder .icon {
          display: none; } }

iframe {
  border: none; }

@media only screen and (max-width: 1270px) {
  .photo-album-block .swiper-container-holder {
    width: 80%; } }
@media only screen and (max-width: 720px) {
  .photo-album-block .swiper-container-holder {
    padding: 0;
    width: 90%; } }
.photo-album-block .swiper-container-holder .swiper-slide {
  max-height: 640px; }

@media only screen and (max-width: 1030px) {
  .video-block {
    padding-top: 30px; } }
.video-block .swiper-container-holder {
  z-index: 150; }
  @media only screen and (max-width: 1270px) {
    .video-block .swiper-container-holder {
      width: 80%; } }
  @media only screen and (max-width: 1030px) {
    .video-block .swiper-container-holder {
      padding-top: 10px;
      padding-bottom: 10px;
      width: 90%; } }
  @media only screen and (max-width: 720px) {
    .video-block .swiper-container-holder {
      padding: 0;
      width: 90%; } }

.separator {
  width: 100%;
  height: 40px;
  background: url(/images/structure/pattern_brown.jpg); }
  @media only screen and (max-width: 1270px) {
    .separator {
      height: 30px; } }

nav.global {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 64px; }
  nav.global.fixed .inner {
    position: fixed;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 960px) {
    nav.global {
      display: none; } }
  nav.global .inner {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #26211F;
    border-bottom: 4px solid #443B35;
    box-sizing: content-box;
    font-family: "Fjalla One", sans-serif;
    font-size: 0.9375em;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
    html[data-color="home"] nav.global .inner {
      border-bottom-color: #386F98; }
    html[data-color="lido"] nav.global .inner {
      border-bottom-color: #548AD3; }
    html[data-color="beachHouse"] nav.global .inner {
      border-bottom-color: #C1AD50; }
    html[data-color="beachPavilion"] nav.global .inner {
      border-bottom-color: #BF9051; }
    html[data-color="beachRecreation"] nav.global .inner {
      border-bottom-color: #74BE61; }
    html[data-color="beachTrips"] nav.global .inner {
      border-bottom-color: #91BE61; }
    nav.global .inner ul {
      border-left: 1px solid #5B5654; }
    nav.global .inner li {
      position: relative;
      float: left;
      width: 16.65%;
      border-right: 1px solid #5B5654; }
      nav.global .inner li.active {
        background: #443B35; }
        html[data-color="home"] nav.global .inner li.active {
          background: #386F98; }
        html[data-color="lido"] nav.global .inner li.active {
          background: #548AD3; }
        html[data-color="beachHouse"] nav.global .inner li.active {
          background: #C1AD50; }
        html[data-color="beachPavilion"] nav.global .inner li.active {
          background: #BF9051; }
        html[data-color="beachRecreation"] nav.global .inner li.active {
          background: #74BE61; }
        html[data-color="beachTrips"] nav.global .inner li.active {
          background: #91BE61; }
        nav.global .inner li.active .grey {
          color: #fff;
          margin-right: 0; }
      nav.global .inner li:not(.active):hover, nav.global .inner li:not(.active).hovered {
        background: #000; }
      @media only screen and (max-width: 1030px) {
        nav.global .inner li {
          text-align: center; } }
    nav.global .inner a {
      display: block;
      padding-left: 50px;
      color: #FFFFFF; }
      @media only screen and (max-width: 1030px) {
        nav.global .inner a {
          padding-left: 0; } }
      nav.global .inner a .grey {
        color: #bbb;
        margin-right: 2px; }

.global-icon {
  position: absolute;
  top: 50%;
  left: 25px;
  display: block;
  background-image: url(/images/structure/sprite_ijzerenman.svg);
  background-size: 250px 150px;
  background-position: -10px -10px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-left: -17px; }
  @media only screen and (max-width: 1270px) {
    .global-icon {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); } }
  @media only screen and (max-width: 1030px) {
    .global-icon {
      display: none; } }
  li#lido .global-icon {
    margin-top: -7px;
    margin-left: -11px;
    width: 22px;
    height: 14px;
    background-position: -60px -10px; }
  li#beachHouse .global-icon {
    margin-top: -12px;
    margin-left: -8px;
    width: 15px;
    height: 24px;
    background-position: -100px -10px; }
  li#beachPavilion .global-icon {
    margin-top: -19px;
    margin-left: -12px;
    width: 28px;
    height: 33px;
    background-position: -130px -10px; }
  li#beachRecreation .global-icon {
    margin-top: -10px;
    margin-left: -15px;
    width: 30px;
    height: 19px;
    background-position: -160px -10px; }
  li#beachTrips .global-icon {
    margin-top: -12px;
    margin-left: -15px;
    width: 30px;
    height: 26px;
    background-position: -200px -10px; }

.page-navigation-place-holder {
  position: relative;
  z-index: 151;
  height: 104px;
  -webkit-transition: height 200ms ease-out;
  -moz-transition: height 200ms ease-out;
  transition: height 200ms ease-out; }
  .page-navigation-place-holder.fixed {
    height: 100px; }
    .page-navigation-place-holder.fixed nav.pages {
      position: fixed;
      top: 64px;
      left: 0;
      width: 100%; }
  @media only screen and (max-width: 960px) {
    .page-navigation-place-holder {
      display: none; } }

nav.pages {
  position: relative;
  height: 100px;
  line-height: 1.6;
  background: #413832 url(/images/structure/pattern_brown.jpg);
  border-bottom: 4px solid #443B35;
  box-sizing: content-box;
  font-family: "Fjalla One", sans-serif;
  font-size: 0.9375em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: height 200ms ease-out;
  -moz-transition: height 200ms ease-out;
  transition: height 200ms ease-out;
  letter-spacing: 0.12em; }
  html[data-color="home"] nav.pages {
    border-bottom-color: #386F98; }
  html[data-color="lido"] nav.pages {
    border-bottom-color: #548AD3; }
  html[data-color="beachHouse"] nav.pages {
    border-bottom-color: #C1AD50; }
  html[data-color="beachPavilion"] nav.pages {
    border-bottom-color: #BF9051; }
  html[data-color="beachRecreation"] nav.pages {
    border-bottom-color: #74BE61; }
  html[data-color="beachTrips"] nav.pages {
    border-bottom-color: #91BE61; }
  nav.pages .container {
    padding-left: 40px; }
  nav.pages .logo-holder {
    float: left;
    width: 33.3333333333%;
    padding-left: 120px; }
    .beachHouse nav.pages .logo-holder {
      width: 30%; }
    @media only screen and (max-width: 1270px) {
      nav.pages .logo-holder {
        padding-left: 60px; } }
    @media only screen and (max-width: 1200px) {
      nav.pages .logo-holder {
        width: 35%; }
        html[data-color="beachRecreation"] nav.pages .logo-holder, html[data-color="beachPavilion"] nav.pages .logo-holder {
          width: 40%; } }
  nav.pages ul {
    float: left;
    margin-top: 41px;
    width: 66.6666666667%;
    -webkit-transition: margin-top 200ms ease-out;
    -moz-transition: margin-top 200ms ease-out;
    transition: margin-top 200ms ease-out; }
    .beachHouse nav.pages ul {
      width: 70%; }
    @media only screen and (max-width: 1200px) {
      nav.pages ul {
        margin-top: 26px;
        width: 65%; }
        html[data-color="beachRecreation"] nav.pages ul, html[data-color="beachPavilion"] nav.pages ul {
          width: 60%; } }
  nav.pages li {
    float: left;
    margin-right: 26px; }
    @media only screen and (max-width: 1200px) {
      nav.pages li {
        width: 25%;
        margin-right: 0;
        margin-bottom: 5px; } }
    nav.pages li.active a {
      color: #C1AD50; }
      html[data-color="home"] nav.pages li.active a {
        color: #386F98; }
      html[data-color="lido"] nav.pages li.active a {
        color: #548AD3; }
      html[data-color="beachHouse"] nav.pages li.active a {
        color: #C1AD50; }
      html[data-color="beachPavilion"] nav.pages li.active a {
        color: #BF9051; }
      html[data-color="beachRecreation"] nav.pages li.active a {
        color: #74BE61; }
      html[data-color="beachTrips"] nav.pages li.active a {
        color: #91BE61; }
  nav.pages a {
    color: #FFFFFF; }
    nav.pages a:hover {
      text-decoration: underline; }
  nav.pages .logo {
    display: block;
    position: relative;
    margin-top: 24px;
    margin-right: 50px;
    width: 280px;
    height: 46px;
    background-image: url(/images/structure/sprite_logos_ijm.svg);
    background-size: 900px 140px;
    -webkit-transition: margin-top 200ms ease-out;
    -moz-transition: margin-top 200ms ease-out;
    transition: margin-top 200ms ease-out; }
    html[data-color="home"] nav.pages .logo {
      width: 195px;
      background-position: -10px -10px; }
    html[data-color="lido"] nav.pages .logo {
      width: 185px;
      background-position: -300px -10px; }
    html[data-color="beachHouse"] nav.pages .logo {
      width: 200px;
      background-position: -600px -10px; }
    html[data-color="beachPavilion"] nav.pages .logo {
      width: 275px;
      background-position: -10px -80px; }
    html[data-color="beachRecreation"] nav.pages .logo {
      width: 260px;
      background-position: -300px -80px; }
    html[data-color="beachTrips"] nav.pages .logo {
      width: 220px;
      background-position: -600px -80px; }

/*# sourceMappingURL=style.css.map */