/* some tweaks resulting form the cms - */
.signature {
  white-space: nowrap !important;
}
.textblock h4 {margin-bottom: 1.125em;}
.textblock ul li {margin-bottom: 0.25em;}

.info__item__header strong { display: block; margin-top: 8px;font-size: 16px;}

.select-label { margin-top: 1em; color: #606060 !important;}

input.error, input.error:focus {
  border-color: red !important;
}

textarea.error, textarea.error:focus {
  border-color: red !important;
}

label.error {
  background: red;
  color: #ffffff;
  font-weight: normal;
  display: block;
  padding: 0.35em 0.75em 0.35em 0.85em;
}

.textblock table > tbody > tr > th, .textblock table > tfoot > tr > th, .textblock table > thead > tr > th { font-size: 14px; }

.navbar-form-search .form-control, .navbar-form-search .form-control:focus {
	font-size: 20px;
	text-transform: uppercase;
}
.form__caption {
	text-align: right;
}

legend {
  margin-bottom: 0;
  font-size: 22px;
  padding-top: 18px;
}

legend + .form-group textarea {border: 1px solid red;}

.textblock table > tbody > tr:nth-of-type(2n) {
    background-color: transparent;
}

/* some icon names no longer match their classes */
.ico-train-rides-smallbrown {
  background-image: url("images/trains.png");
  width: 51px;
  /* 41 for all icons for alignment */
  height: 41px; 
}

.ico-boat-trips-smallbrown, .ico-cruise-smallbrown{
  background-image: url("images/cruise.png");
  width: 45px;
  /* 41 for all icons for alignment */
  height: 41px; 
}

.ico-highways-smallbrown {
  background-image: url("images/roads.png");
  width: 39px;
  /* 41 for all icons for alignment */
  height: 41px; 
}

.ico-bushplane-flights, .ico-bushplanes {
  background-image: url("images/bushplane-wit.png");
   /* 72 for all icons for alignment */
  height: 72px;
  width: 86px;
}

.ico-railways, .ico-train-rides {
  background-image: url("images/trains-wit.png");
   /* 72 for all icons for alignment */
  height: 72px;
  width: 85px;
}

.ico-boats, .ico-boat-trips {
  background-image: url("images/cruise-wit.png");
   /* 72 for all icons for alignment */
  height: 72px;
  width: 69px;
}

.ico-highways  {
  background-image: url("images/roads-wit.png");
   /* 72 for all icons for alignment */
  height: 72px;
  width: 80px;
}

.ico-alaska-railroad {
  background-image: url("images/trains-wit.png");
  height: 72px;
  width: 85px;
}

.ico-wildernesslodges {
  background-image: url("images/roads-wit.png");
  height: 72px;
  width: 80px;
}

.ico-wildernesslodges-smallbrown {
  background-image: url("https://wildalaska.be/assets/css/images/roads.png");
width: 39px;
height: 41px;
}

.ico-bushplanes-smallbrown {
  background-image: url('https://wildalaska.be/assets/css/images/bushplane.png');
width: 56px;
height: 41px;
}

.ico-alaska-railroad-smallbrown {
  background-image: url("https://wildalaska.be/assets/css/images/trains.png");
width: 51px;
height: 41px;
}

.frm-newletter .form-control {
    position: relative;
    top: -21px;
}

/*.button-group .is-checked {
    border-bottom: 6px solid #333333;
    color: #000;
    padding-bottom: 8px;
    text-decoration: none;
    font-weight: 700;
}*/

.pop-up {
  display: block;
  position: relative;
}

.pop-up span {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url('images/enlarge.png') 0 0 no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;  
}

.extra__footer_links {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid rgba(225,225,225, 0.3);
}

/* ====== styles for the lightbox ======= */

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.8;
  display: none;
  z-index: 1050;
}


.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-family: Arial, Baskerville, monospace;
  color: #ffffff;
  font-size: 4.5rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {

  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {

  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
@media (min-width: 35.5em) {

  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {

  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {

  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {

  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}


.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}


.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* ===== end styles for lightbox =======*/


/* landing page tweak -- too much padding everywhere -- 2 september 2017 */

.blck + .blck {
  padding-top: 0;
  padding-bottom: 30px;
}

/* ===  some extra styles for the blog ==== ==== */

.bg-inner .blog__lead {
  font-family: "FFDINWebProCondMedium", sans-serif;
  font-weight: normal;
  font-size: 2em;
}

.bg-inner .blog__subtitle {
  margin-top: -36px;
  font-size: 18px;
}

#blog__date {
  font-size: 14px;
} 

.blog__author {
    height: 168px;
  width: 168px;
  margin: 0 auto 1.5em auto;
}

.blog__author img {
  display: block;
  height: 168px;
  width: 168px;
  border-radius: 84px;
  background-color: #fff;
}

.blog__sharing a {
  display: inline-block;
  padding: 8px 10px;
}

.blogindex__list {
  padding: 0;
  list-style-type: none;
    max-width: 1490px;
    text-align: center;
    margin: 1em auto;
}

.blogindex__list__item {
  list-style-type: none;
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 344px;
  padding: 0.5em;
}

.blogindex__list__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.blogindex__list__item  a:hover .overlay-filter {
    opacity: 0;
}

.blogindex__list__item h2 {
  text-transform: none;
  text-decoration: none;
  font-size: 26px;
}

.blogindex__list__item__content {
  position: absolute;
  z-index: 1000;
  color: #fff !important;
  text-align: center;
  margin: 1em auto;
  width: 100%;
  top: 20%;
  padding: 0 1em;
}
.blogindex__date {
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  z-index: 1000;
}

/* fix voor ipad pro landscape orientation fuzzy header images */

@media (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1366px) and (max-width: 1366px) and (orientation:landscape) {
    .bg-full-height {
      background-position: 0 0 !important;
      background-size: contain !important;
    }
}


/* new subnav */
#secondary-nav li a {
  font-size: 12px;
}
.navbar-main::after {
  height: 436px;
}
@media screen and (min-width: 768px) {
  #secondary-nav {
    position: absolute;
    top: -66px;
    right: -12px;
    height: auto;
  }
  .wrapper > .bg {
    padding-top: 18px;
  }
  .navbar-main::after {
    height: 170px;
  }
}

