@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Book.woff2") format("woff2"), url("../fonts/MaisonNeue-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Medium.woff2") format("woff2"), url("../fonts/MaisonNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

.nlatour-page {
  min-width: 0;
  margin-top: 0 !important;
}

.nlatour-page #main_navigation ul {
  padding:20px 0 0 0;
}

.nlatour-page #main_navigation {
  min-height: 60px;
}

.nlatour-page #signup_form {
  top: 12px;
}

.nlatour-page body {
  padding-top: 0;
}

@media only screen and (max-width: 560px) {
	.nlatour-page #footer iframe {
		display:none;
	}

}

.nlatour-page #homelink {
  display: none;
}

.nlatour-page #header #half {
  display: none;
}

.nlatour-page #footer {
  position: relative;
}

.nlatour-page .tour-link {
	color: #fff;
	display: inline-block;
	  font-weight: 500;
	  font-size: 24px;
	margin-top: 1rem;
	text-decoration: underline;
	text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
.nlatour-page .tour-link {
	font-size: 16px;
	text-align:center;
	display: block;
}
}

.naltour-container {
  background: #000;
  color: #fff;
  font-family: "Maison Neue";
  font-weight: 400;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  top: 0;
  left: 0;
  align-items: end;
  min-height: calc(100vh - 60px);;
}

.naltour-container * {
  box-sizing:border-box;
}

@media only screen and (max-width: 990px) {
  .naltour-container {
    display: block;
    align-items: center;
  }
}

.naltour-container .title-content {
  bottom: 0;
  left: 0;
  padding: 5rem 2.5rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 360px) {
  .naltour-container .title-content {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
  .naltour-container .title-content {
    padding: 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 990px) {
  .naltour-container .title-content {
    padding: 0 5rem;
  }
}

.naltour-container .image {
  background: url("../img/natour.jpg") no-repeat center center;
  background-size: cover;
  height: calc(100vh - 60px);
  min-height: 235px;
  position: relative;
}

@media only screen and (max-width: 900px) {
	.naltour-container .image {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 360px) {
  .naltour-container .image {
    height: 35vh;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
  .naltour-container .image {
    height: 31vh;
  }
}
@media only screen and (min-width: 481px) and (max-width: 990px) {
  .naltour-container .image {
    height: 40vh;
  }
}
.naltour-container .image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10vw;
  background: -moz-linear-gradient(left, transparent 0%, #000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, #000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
}

.naltour-container h1 {
  display: block;
  margin: 0;
  text-align: center;
}
.naltour-container h1 img {
  display: inline-block;
  height: auto;
  width: 100%;
  max-width: 500px;
}

.naltour-container .text {
  padding: 5rem 0;
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .naltour-container .text {
    padding: 0rem;
    height: auto;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .naltour-container .text {
    padding: 0rem 2rem;
    min-height: 55vh;
  }
}
@media only screen and (min-width: 481px) and (max-width: 780px) {
  .naltour-container .text {
    padding: 0rem 2rem;
    height: 50vh;
  }
}
@media only screen and (min-width: 781px) and (max-width: 990px) {
  .naltour-container .text {
    padding: 0;
  }
}
.naltour-container .text__container {
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 481px) and (max-width: 780px) and (min-height: 1100px) {
  .naltour-container .text__container {
    position: relative;
    top: 45%;
    transform: translate3d(0,-50%,0);
  }
}

.naltour-container .text h2 {
  font-weight: 500;
  font-size: 32px;
  margin: 1rem 0 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .naltour-container .text h2 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 990px) {
  .naltour-container .text h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }
}

.naltour-container .text h3 {
  font-weight: 500;
  font-size: 24px;
  margin:0 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .naltour-container .text h3 {
    font-size: 16px;
    text-align: center;
  }
}

.naltour-container .text ul {
  font-size: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .naltour-container .text ul {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1320px) {
  .naltour-container .text ul {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .naltour-container .text li {
    margin-bottom: 3px;
  }
}
.naltour-container .text li span {
  display: inline-block;
  margin-right: 1rem;
}
.naltour-container .text li span:first-child {
  width: 25px;
  text-align:left;
}
@media only screen and (max-width: 360px) {
  .naltour-container .text li span:first-child {
    width: 25px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
  .naltour-container .text li span:first-child {
    width: 25px;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1320px) {
  .naltour-container .text li span:first-child {
    margin-right: 0;
    width: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .naltour-container .text li span:first-child {
    width: 30px;
  }
}
.naltour-container .text li span:nth-child(3n+2) {
  width: 220px;
}
@media only screen and (max-width: 360px) {
  .naltour-container .text li span:nth-child(3n+2) {
    margin-right: 0;
    text-align: right;
    width: 180px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
  .naltour-container .text li span:nth-child(3n+2) {
    margin-right: 0;
    text-align: center;
    width: 180px;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1320px) {
  .naltour-container .text li span:nth-child(3n+2) {
    margin-right: 0;
    width: 210px;
  }
}

@media only screen and (min-width: 1200px) {
  .naltour-container .text li span:nth-child(3n+2) {
    width: 220px;
  }
}
.naltour-container .text li span:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 360px) {
  .naltour-container .text li span:nth-child(3n+3) {
    display: inline-block;
    width: 180px;
    margin-left: 26px;
    text-align: right;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
  .naltour-container .text li span:nth-child(3n+3) {
    display: inline-block;
    width: 180px;
    margin-left: 45px;
    text-align: center;
  }
}