﻿


@media screen and (max-width: 990px) 
{


.footer_top:before {

   height: 150px;

}

.border-right-20 {
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;

 border-top-right-radius: 0;

}


.review_slider-prev:before, .review_slider-next:before {
	display: none;
}

.review_slider-next:before {
	display: block;
 margin-top: -40px;

}

.review_slider-prev {
	left: 0;
}
.review_slider-next {
	right: 0;

}

.rev_slider_wrapper {
  position: relative;
  min-height: 300px;
  height: auto;
}

.h-footer .link {
  display: block;
  padding-left: 5%;
  font-size: 20px;
}


p.res-tab {
 font-size: 2vh;
}

.top-res-tab-50 {
 padding-top: 20px;
}

.hoeksma_nav ul > li > a:hover:after,
.hoeksma_nav ul > li > a:focus:after,
.hoeksma_nav ul > li > a:active:after{
  display: none;

}

.hoeksma_nav ul > li.active:after {
   display: none;
}



.inside-top-right-content {
 min-width: 200px;
 height: auto;
 min-height: 200px;
 position: absolute;
 top: 10%;
 z-index: 1;
 padding: 20px 20px;
 left: 5vh;
 transition: transform .4s;
}

.hoeksma_nav li.toggle-navi {
   position: absolute;
   top: 20px;
   right: 20px;
   float: right;
   display: block;
   z-index: 999;
}


.hoeksma_nav.show li.toggle-navi {
   position: absolute;
   top: 20px;
   right: 20px;
   float: right;
   display: block;
   color: #000;
}


.hoeksma_nav li.toggle-navi > a {
   color: #f1bdce;
   font-size: 25px;
}

.hoeksma_nav .show li.toggle-navi > a {
   color: #f1bdce;
}


.hoeksma_nav ul.mobile_view {
 display: none;
}


.hoeksma_nav .show ul.mobile_view {
 display: block;
}

.hoeksma_nav .show {
   position: fixed;
   background: #fff;
   width: 100%;
   height: 100%;
   overflow-y: auto;
   top: 0;
   left: 0;
   z-index: 1;
   transition: .2s all;
}

.hoeksma_nav .show ul {
   margin-top: 25%;
   margin-bottom: 25%;
   margin-left: -10%;
}

.hoeksma_nav .show ul > li {

   margin-right: 0;
   margin-top: 20px;
   float: none;
   text-align: center;
   list-style-type: none;
}


.hoeksma_nav .show ul > li > a {
    color: #00a3da !important;
    font-size: 25px;
}

.hoeksma_nav .show ul > li > a:hover {
    color: #abdcec !important;
    font-size: 25px;
}

.hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu {
    display: none;
}

.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu {
    min-height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
    top: 0;
    padding: 0 0;
    margin-left: 0;
    margin-top: 0;
}

.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu > li {
    display; block;
    float: left;
    width: 100%;
    min-height: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    line-height: 20px;
}



.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu > li > a {
    font-size: 17px;
    margin-left: 0;
    color: #313131;
}


.full-i-img {
 position: relative;
 left: 0;
 width: 100%;
 height: auto;
 transition: transform .4s;
}

.full-i-img:hover {
  transform: scale(0.98);
  transform-origin: 50% 50%;
}

}