/* latin */
@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: local("Arvo Bold Italic"), local("Arvo-BoldItalic"), url(https://fonts.gstatic.com/s/arvo/v11/tDbO2oWUg0MKqSIoVLH68dr_.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Arvo"), url(https://fonts.gstatic.com/s/arvo/v11/tDbD2oWUg0MKqScQ7Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local("Arvo Bold"), local("Arvo-Bold"), url(https://fonts.gstatic.com/s/arvo/v11/tDbM2oWUg0MKoZw1-LPK8w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
body {
  overflow-x: hidden;
  font-family: 'Arvo', serif; }

.logo-follow-us {
  position: fixed;
  left: -53px;
  height: 227px;
  top: 266px; }
  .logo-follow-us:hover {
    height: 250px; }

h1 {
  color: #ffa500; }

p {
  color: #656565; }

.yellow-text {
  color: #ffa500; }

.salmon-text {
  color: salmon; }

.btn {
  border: none;
  border-radius: 15px;
  padding: 8px 20px;
  color: white !important; }

.btn-primary {
  background-color: #F5626A;
  color: white !important; }
  .btn-primary:hover {
    background-color: #B1484E; }

.btn-dark {
  background-color: #CF394E;
  border: none; }
  .btn-dark:hover {
    background-color: #F5626A; }

.btn-salmon-border {
  background-color: white;
  border: 3px solid #F5626A;
  color: #F5626A !important; }
  .btn-salmon-border:hover {
    background-color: #F5626A;
    color: white !important; }

.btn-light {
  background-color: white;
  color: #B1484E;
  border: none; }
  .btn-light:hover {
    background-color: #B1484E;
    color: white !important; }

.btn-yellow {
  background-color: #ffa500;
  border: none;
  color: white !important; }
  .btn-yellow:hover {
    background-color: #F5626A; }

.btn-transparent {
  background-color: transparent;
  border: 5px solid white;
  color: white;
  font-weight: bold; }

.container-fluid {
  padding: 0; }

.container-nav {
  max-width: 1350px;
  z-index: 999;
  position: relative; }
  .container-nav nav {
    min-height: 100px;
    font-size: 20px; }
    .container-nav nav .logo img {
      position: absolute;
      height: 100px;
      margin-top: -12px; }
    .container-nav nav .logo .navbar-brand {
      margin-left: 130px;
      font-weight: bold;
      font-size: 30px; }
    .container-nav nav .mobile-expanded {
      padding: 5px 0; }
      .container-nav nav .mobile-expanded img {
        height: 85px; }
    .container-nav nav a:hover {
      color: #ffa500 !important; }

.business-hours {
  position: absolute;
  width: 300px;
  right: 10%;
  top: 56px;
  z-index: 99;
  animation: rotation 3s infinite alternate-reverse; }
  .business-hours img {
    width: 100%; }
  .business-hours .times {
    position: absolute;
    padding: 84px 0;
    color: white;
    height: 100%;
    width: 100%;
    text-align: center; }
    .business-hours .times h4 {
      padding-bottom: 7px; }
    .business-hours .times p {
      line-height: 28px;
      font-weight: bolder;
      font-size: 17px;
      color: white; }

.head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/ijs-schep-small.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
  width: 100%;
  color: white; }
  .head h1 {
    font-size: 50px;
    font-weight: bold;
    color: white; }
  .head p {
    font-size: 20px;
    color: white; }

.fadeLeft {
  position: absolute;
  left: -140%; }

/*
  Gallery
 */
section.gallery {
  margin-top: -20px;
  z-index: -1;
  position: relative; }
  section.gallery .row {
    height: 350px; }
    section.gallery .row .col-md-3, section.gallery .row .col-md-6 {
      padding: 0; }

/*
  PARTIAL KIDS PARTY
 */
.kids-party-skew {
  transform: skew(0, -1deg);
  -webkit-transform: skew(0, -1deg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  background-position-y: top;
  overflow: hidden;
  margin-top: -20px;
  background: white; }

section.kids-party {
  transform: skew(0, 1deg);
  -webkit-transform: skew(0, 1deg);
  margin: 100px 0 50px; }
  section.kids-party h1 {
    color: #F5626A; }
  section.kids-party li {
    color: #656565; }
  section.kids-party p.program {
    margin-bottom: 0; }
  section.kids-party .carousel-slide .holder {
    height: 335px; }
    section.kids-party .carousel-slide .holder .text-block {
      border: 4px solid #F5626A;
      padding: 15px;
      width: 350px;
      height: 250px;
      margin-top: 54px;
      position: absolute; }
      section.kids-party .carousel-slide .holder .text-block img {
        height: 50px;
        width: 50px;
        margin-left: 18px;
        margin-bottom: 10px; }
      section.kids-party .carousel-slide .holder .text-block h2 {
        padding-right: 120px;
        font-size: 25px;
        color: #F5626A;
        font-weight: bold; }
      section.kids-party .carousel-slide .holder .text-block p {
        padding-right: 60px;
        color: #fa7d8a; }
    section.kids-party .carousel-slide .holder .image {
      position: absolute;
      border-radius: 50%;
      width: 220px;
      height: 220px;
      right: 0;
      top: 0;
      overflow: hidden; }
      section.kids-party .carousel-slide .holder .image img {
        width: 100%;
        height: 100%; }

.carousel-item {
  -webkit-backface-visibility: unset !important;
  backface-visibility: unset !important; }

/*
  START HOMEPAGE
*/
body.home .home-head .home-header {
  display: flex;
  align-items: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
  width: 100%;
  color: white; }
  body.home .home-head .home-header .text {
    margin: 0 auto; }
    body.home .home-head .home-header .text h2 {
      font-size: 50px; }
    body.home .home-head .home-header .text p {
      font-size: 35px;
      color: white; }
  body.home .home-head .home-header .btn {
    margin-top: 25px;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px; }
body.home .home-head .carousel-image-1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: no-repeat fixed center;
  background-size: cover; }
body.home .home-head .carousel-image-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/speeltuin.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover; }
body.home section.about {
  background: white no-repeat right bottom;
  padding: 50px 0; }
  body.home section.about .col-md-7 {
    align-self: center; }
body.home section.offer {
  transform: skew(0, -1deg);
  padding-bottom: 50px;
  overflow: hidden;
  height: 970px;
  background-color: #ecfcfff7; }
  body.home section.offer .skew {
    transform: skew(0, 1deg);
    background: url("../images/home-offers-1.png") no-repeat bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 90%;
    background-position-y: top;
    overflow: visible;
    margin-top: -15px; }
  body.home section.offer button, body.home section.offer a {
    margin: 0 auto;
    width: 50%;
    font-weight: bold; }
  body.home section.offer .container {
    padding-top: 415px;
    height: 100%; }
    body.home section.offer .container h1 {
      margin: 0 auto;
      color: #656565;
      font-weight: bold;
      padding-bottom: 63px; }
    body.home section.offer .container .circle-container {
      height: 287px;
      width: 100%;
      margin: 0 auto; }
    body.home section.offer .container .round {
      border-radius: 50%;
      height: 200px;
      width: 200px;
      margin: 0 auto 26px;
      overflow: hidden; }
      body.home section.offer .container .round img {
        width: 100%;
        height: 100%; }
body.home section.ice-cart {
  color: white;
  font-weight: bold;
  background-color: #B1484E;
  height: 180px;
  z-index: 50;
  margin-top: -125px;
  position: relative; }
  body.home section.ice-cart h3 {
    color: white;
    font-weight: bold; }
  body.home section.ice-cart .row {
    padding-top: 74px; }
  body.home section.ice-cart button, body.home section.ice-cart a {
    margin: 0 30px; }
body.home section.customer-reviews {
  margin: 70px 0; }
  body.home section.customer-reviews h1, body.home section.customer-reviews h2 {
    color: #F5626A; }
  body.home section.customer-reviews .row {
    margin: 50px 0; }

body.icefarm .head {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/ijs-vitrine.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover; }
body.icefarm section.ice {
  transform: skew(0, -1deg);
  background-color: white;
  overflow: hidden;
  padding: 70px 0;
  margin-top: -32px; }
  body.icefarm section.ice h1 {
    color: #F5626A; }
  body.icefarm section.ice p {
    color: #656565; }
  body.icefarm section.ice .col-md-6 img {
    height: 395px;
    position: absolute;
    float: right;
    right: 0;
    transform: skew(0, -1deg);
    bottom: -68px; }
  body.icefarm section.ice .skew {
    transform: skew(0, 1deg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-position-y: top;
    overflow: visible;
    margin-top: -30px; }
body.icefarm section.ice-cart {
  margin-top: -25px;
  background-color: #F5626A;
  padding: 70px 0; }
  body.icefarm section.ice-cart h1 {
    color: white;
    padding-top: 30px; }
  body.icefarm section.ice-cart p {
    color: white; }
  body.icefarm section.ice-cart img.fadeLeft {
    width: 80%;
    bottom: 0; }
  body.icefarm section.ice-cart .ice-images .car-img {
    width: 130px;
    height: 200px;
    border: 8px solid white;
    margin: 15px 15px 15px 0;
    float: left; }
    body.icefarm section.ice-cart .ice-images .car-img img {
      width: 100%;
      height: 100%; }
  body.icefarm section.ice-cart .ice-images .bar-img {
    width: 200px;
    height: 130px;
    border: 8px solid white;
    margin: 15px;
    float: left; }
    body.icefarm section.ice-cart .ice-images .bar-img img {
      width: 100%;
      height: 100%; }
  body.icefarm section.ice-cart a.btn {
    margin-left: 15px;
    width: 200px;
    margin-top: 15px; }
  body.icefarm section.ice-cart .modal-content {
    text-align: center;
    background-color: transparent; }
body.icefarm .healthy {
  background: white;
  padding: 50px 0; }
  body.icefarm .healthy .healthy_ice {
    line-height: 27px; }
  body.icefarm .healthy h1 {
    color: salmon; }
  body.icefarm .healthy h3 {
    color: #ffa500;
    font-size: 23px; }

/*
  START EXPERIENCE
*/
body.experience .head {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/cow-feed.JPG") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover; }
body.experience section.discover {
  transform: skew(0, -1deg);
  background-color: #f3e4cd;
  overflow: hidden;
  padding: 120px 0;
  margin-top: -32px; }
  body.experience section.discover h1 {
    color: #F5626A; }
  body.experience section.discover p {
    color: #726148; }
  body.experience section.discover .col-lg-6 img {
    height: 350px;
    position: absolute;
    right: 0;
    transform: skew(0, -1deg);
    bottom: -97px; }
  body.experience section.discover .skew {
    transform: skew(0, 1deg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-position-y: top;
    overflow: visible;
    margin-top: -30px; }
body.experience section.kids-party h1 {
  color: #ffa500; }
body.experience section.school-trip {
  padding: 75px 0 200px;
  background: #f3e4cd url("../images/windmills.png") no-repeat right 30px bottom;
  background-size: 60%; }
  body.experience section.school-trip h1 {
    color: #F5626A; }
  body.experience section.school-trip p.side-border {
    padding-left: 10px;
    border-left: 3px solid #F5626A; }
  body.experience section.school-trip .col-md-6 img.bg {
    width: 150%;
    position: absolute;
    right: 0;
    bottom: -50px; }

body.shop .head {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/streekwinkel.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover; }
body.shop section.offer {
  transform: skew(0, -2deg);
  background-color: #ffa500;
  padding: 120px 0;
  margin-top: -32px; }
  body.shop section.offer h1 {
    color: white; }
  body.shop section.offer p {
    color: white; }
  body.shop section.offer .col-md-6 {
    line-height: 35px; }
  body.shop section.offer .col-md-6 img {
    position: absolute;
    float: right;
    bottom: -80px;
    width: 100%; }
  body.shop section.offer .skew {
    transform: skew(0, 2deg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-position-y: top;
    overflow: visible;
    margin-top: -30px; }
body.shop section.gallery {
  margin-top: -32px; }
body.shop section.gift-package {
  padding: 50px 0;
  background-color: #f3e4cd; }
  body.shop section.gift-package img {
    width: 75%;
    float: right; }

body.gallery .galleries {
  padding: 30px; }
  body.gallery .galleries .nav-link {
    color: grey; }
  body.gallery .galleries .nav-link.active {
    color: #ffa500; }
  body.gallery .galleries .gallery-images {
    padding: 30px 0; }
    body.gallery .galleries .gallery-images img {
      width: 210px;
      height: 210px;
      object-fit: cover; }

body.milktap .head {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/ijs-vitrine.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover; }
body.milktap section.milk {
  transform: skew(0, -1deg);
  background-color: white;
  overflow: hidden;
  padding: 70px 0;
  margin-top: -32px; }
  body.milktap section.milk h1 {
    color: #F5626A; }
  body.milktap section.milk p {
    color: #656565; }
  body.milktap section.milk .col-md-6 img {
    height: 395px;
    position: absolute;
    float: right;
    right: 0;
    transform: skew(0, -1deg);
    bottom: -68px; }
  body.milktap section.milk .skew {
    transform: skew(0, 1deg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-position-y: top;
    overflow: visible;
    margin-top: -30px; }
body.milktap section.healthy-nice {
  margin-top: -25px;
  background-color: #88d3ff59;
  padding: 70px 0; }
  body.milktap section.healthy-nice h1 {
    color: #6d6d6d;
    padding-top: 30px;
    font-size: 33px; }
  body.milktap section.healthy-nice p {
    color: #6d6d6d; }
  body.milktap section.healthy-nice img {
    border: 10px solid #d0c1c1;
    width: 400px;
    margin-top: 40px; }
body.milktap .healthy {
  background: white;
  padding: 50px 0; }
  body.milktap .healthy .healthy_ice {
    line-height: 27px; }
  body.milktap .healthy h1 {
    color: salmon; }
  body.milktap .healthy h3 {
    color: #ffa500;
    font-size: 23px; }
body.milktap section.gallery {
  margin-top: 0px; }

/*
  START CONTACT
 */
body.contact {
  /*MAPS*/ }
  body.contact .head {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/springbulte.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-size: cover; }
  body.contact section.opening-times {
    background-color: #f3e4cd;
    padding: 30px 0 0; }
    body.contact section.opening-times h1 {
      color: #F5626A; }
    body.contact section.opening-times .farmers {
      height: 300px;
      float: right; }
    body.contact section.opening-times p {
      line-height: 30px; }
  body.contact section.contact {
    overflow-x: hidden;
    padding: 0;
    background: #d44848;
    color: white; }
    body.contact section.contact .container-fluid {
      padding: 0 15px; }
    body.contact section.contact .text {
      text-align: center;
      padding: 40px 150px; }
      body.contact section.contact .text form .form-control {
        margin: 5px 0; }
      body.contact section.contact .text form button, body.contact section.contact .text form a {
        float: right; }
      body.contact section.contact .text .btn-primary:hover {
        background-color: white;
        color: #B1484E; }
    body.contact section.contact .maps {
      padding: 0 0;
      overflow: hidden;
      min-height: 450px; }
      body.contact section.contact .maps #map {
        position: unset !important;
        width: 100%; }
  body.contact .placeDiv {
    z-index: 9999;
    position: absolute; }
  body.contact .map-container {
    position: relative; }
  body.contact .placecard__container {
    box-shadow: rgba(0, 0, 0, 0.29804) 0 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: white none repeat scroll 0 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden; }
  body.contact .placecard__left {
    float: left;
    width: 75%; }
  body.contact .placecard__right {
    text-align: center;
    float: left;
    width: 25%; }
  body.contact .placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    perspective-origin: 100px 9.5px;
    transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
    margin: 0;
    color: #464646; }
  body.contact .placecard__info {
    color: #5b5b5b;
    cursor: default;
    height: 32px;
    width: 200px;
    column-rule-color: #5b5b5b;
    perspective-origin: 100px 16px;
    transform-origin: 100px 16px;
    border: 0 none #5b5b5b;
    font: normal normal normal normal 12px / normal Roboto, Arial;
    margin: 6px 0 0;
    outline: #5b5b5b none 0; }
  body.contact .placecard__direction-icon {
    background: transparent url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto; }
  body.contact .placecard__direction-link {
    color: #3a84df;
    display: block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px; }
  body.contact .placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none; }

/*
  START FOOTER
*/
footer {
  background-color: #333333;
  color: white;
  justify-content: center;
  padding: 30px 30px 30px 150px; }
  footer a {
    color: white; }
    footer a:hover {
      color: #ffa500;
      text-decoration: none; }
  footer img {
    height: 70px; }
  footer h5 {
    margin-bottom: 15px; }
  footer .btn.social-media {
    color: white;
    background-color: #B1484E;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 8px 0; }
    footer .btn.social-media.first {
      margin-left: 0; }
    footer .btn.social-media:hover {
      background-color: #ffa500;
      color: #656565; }
  footer .fb {
    width: 28px;
    height: 28px;
    padding: 0 1px; }

@media (max-width: 991.98px) {
  footer {
    padding: 30px 30px; }

  body.experience section.discover {
    padding-bottom: 0; }
    body.experience section.discover .col-lg-6 img {
      position: relative;
      bottom: 20px;
      float: right;
      margin-top: 20px;
      width: 100%;
      height: auto; }

  section.kids-party .carousel-slide .holder .image {
    display: none; } }
@media (max-width: 765px) {
  .logo-follow-us {
    position: fixed;
    right: -53px;
    height: 150px;
    bottom: -12px;
    z-index: 99;
    left: unset;
    top: unset; }
    .logo-follow-us:hover {
      height: 170px; }

  body.home section.about .movie {
    width: 90%;
    margin: 0 auto;
    float: none !important;
    display: block; }
  body.home section.offer {
    height: 1180px;
    background-color: #f3e4cd; }
    body.home section.offer .skew {
      background-size: 160%;
      margin-top: 0; }
      body.home section.offer .skew .container {
        padding-top: 200px; }
        body.home section.offer .skew .container h1 {
          font-size: 30px;
          padding-bottom: 10px; }
        body.home section.offer .skew .container .round {
          margin-bottom: 30px;
          margin-top: 30px;
          height: 160px;
          width: 160px; }
    body.home section.offer button, body.home section.offer a {
      width: 70%; }
  body.home section.ice-cart .row {
    padding-top: 30px; }
    body.home section.ice-cart .row button, body.home section.ice-cart .row a {
      margin: 7px; }

  .fadeLeft {
    position: relative; }

  .head h1 {
    font-size: 38px; }

  .head p {
    font-size: 18px; }

  body.shop section.offer {
    transform: skew(0, -2deg);
    background-color: #ffa500;
    padding: 70px 0;
    margin-top: -32px; }
    body.shop section.offer .col-md-6 img {
      position: relative;
      bottom: 0; }
  body.shop section.gift-package img {
    width: 90%;
    margin: 0 auto;
    display: block;
    float: none; }

  body.experience section.discover {
    padding: 84px 0 20px; }
    body.experience section.discover .col-md-6 img {
      position: relative;
      bottom: 0;
      width: 90%;
      margin: 0 auto;
      display: block;
      float: none !important; }
  body.experience button, body.experience a {
    margin-bottom: 35px; }
  body.experience section.school-trip {
    padding: 75px 0 120px;
    background: #f3e4cd url(../images/windmills.png) no-repeat right bottom;
    background-size: 100%; }

  body.milktap section.milk {
    padding: 84px 0 20px; }
    body.milktap section.milk .col-md-6 img {
      position: relative;
      bottom: 0;
      width: 90%;
      margin: 0 auto;
      display: block;
      float: none !important; }

  .text-block {
    width: 90%;
    margin: 0 auto;
    line-height: 1.5; }

  section.kids-party .carousel-slide .holder {
    width: 100%; }
    section.kids-party .carousel-slide .holder .text-block {
      width: 100%;
      text-align: center; }
      section.kids-party .carousel-slide .holder .text-block h2 {
        padding-right: 0;
        padding-bottom: 30px; }
      section.kids-party .carousel-slide .holder .text-block p {
        padding-right: 0; }
    section.kids-party .carousel-slide .holder .image {
      display: none; }

  footer {
    overflow: hidden;
    padding: 0;
    text-align: center;
    padding: 20px 0; }
    footer .logo a {
      margin: 0 auto; }

  body.icefarm section.ice {
    padding: 70px 0 0; }
    body.icefarm section.ice .col-md-6 img {
      bottom: 0;
      position: relative;
      width: 100%;
      height: auto; }

  body.contact section.contact .text {
    padding: 10px; }
  body.contact section.opening-times .farmers {
    height: auto;
    width: 100%; }

  body.gallery .galleries .gallery-images {
    padding: 30px 0; }
    body.gallery .galleries .gallery-images img {
      width: 140px;
      height: 140px;
      object-fit: cover; } }
@keyframes rotation {
  from {
    transform: rotate(-5deg);
    transform-origin: 50% 2%; }
  to {
    transform: rotate(9deg);
    transform-origin: 50% 2%; } }
@media (max-width: 991px) {
  .head {
    background-attachment: scroll !important; }

  .container-nav nav .logo img {
    position: absolute;
    height: 65px;
    margin-top: 0; }

  .container-nav nav .logo .navbar-brand {
    margin-left: 85px; }

  .business-hours {
    right: 0; }

  .movie {
    float: none !important; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.home section.offer {
    height: 850px;
    background-color: #f3e4cd; }
    body.home section.offer .skew {
      background-size: 120%; }
    body.home section.offer .container {
      padding-top: 325px; }
    body.home section.offer button, body.home section.offer a {
      width: 80%; }

  body.icefarm section.ice-cart a.btn {
    width: 160px;
    padding: 8px 7px; }
  body.icefarm section.ice-cart .ice-images .bar-img {
    width: 150px;
    height: 100px; }

  .logo-follow-us {
    position: fixed;
    right: -47px;
    height: 227px;
    bottom: -19px;
    z-index: 99;
    top: unset;
    left: unset; }
    .logo-follow-us:hover {
      height: 250px; } }
@media (min-width: 1200px) and (max-width: 1800px) {
  body.home section.offer {
    height: 700px; }
    body.home section.offer .container {
      padding-top: 200px; }
      body.home section.offer .container h1 {
        padding-bottom: 40px; }
      body.home section.offer .container .round {
        width: 175px;
        height: 175px; }
    body.home section.offer .skew {
      background-position: center bottom 50px; }
    body.home section.offer .circle-container {
      padding: 45px; }
    body.home section.offer button, body.home section.offer a {
      width: 80%; } }
@media (min-width: 1600px) and (max-width: 1800px) {
  body.home section.offer {
    height: 970px; }
    body.home section.offer .container {
      padding-top: 450px; }
    body.home section.offer .skew {
      background-position: center bottom 50px; } }
@media (min-width: 1200px) and (max-width: 1499px) {
  body.home section.offer .container {
    padding-top: 260px; }
    body.home section.offer .container h1 {
      padding-bottom: 0; }
    body.home section.offer .container .circle-container {
      padding: 0 180px; }
    body.home section.offer .container .round {
      width: 160px;
      height: 160px; } }

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