

body {
     font-family: neue-haas-grotesk-display,sans-serif;
	font-size: 1.2em;
color: #ae6c55;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
      text-align: center;
}
a {
  transition: all 0.3s ease;
  color: #fff;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #fff;
}

.star_icon { margin:0 auto; padding-bottom:20px; text-align:center; }
.star_icon img {width:50px;  height:auto; padding-right:0px!important}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 0px;
}

.tm-section-title-special {
  font-size: 2rem;
  font-weight: 700;
  color:white;
  background: #ae6c55;
  padding:30px 0;
}


.tm-text-primary {
  color: #37A;
}

.tm-text-primary.white {
  color: #fff;
}

.tm-text-primary.black {
  color: #000;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38B;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar-scroll {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #ae6c55;
}

.tm-navbar-scroll {
  background-color: white;
  border-bottom: 0px solid #e9ecef;


}

.tm-navbar .container .tm-header img {display:none}
.tm-navbar.scroll .container .tm-header img {display:block; margin:0 auto}

.tm-header-left {flex: 0 0 5%; min-height:1px;}
.navbar-toggler {flex: 0 0 5%; }

.tm-header {
    flex: 0 0 90%;
    text-align: center;
}

.tm-header .navbar-brand img, .tm-header .navbar-brand__open img {
    width: 60px; 
}

.title__sub__header {background:white; width:100%; min-height:50px;   border-bottom: 1px solid #ae6c55; color: #ae6c55; padding:30px 0px}

.title__sub__header h2 {font-weight:700}


#secondparagraph {background:#343026}
#thirdparagraph {background:#ae6c55; color:white}

.tm-intro-text:first-of-type {
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 600;
}

.tm-intro-text.black {color:#000}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  display:none;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #fff;
}

.tm-navbar.scroll .navbar-brand {
  display:block;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
    font-size: 1.4rem;
    font-weight:500;
    letter-spacing:4px;

}


.nav-link a {
     border-bottom:1px solid #fff;

}

.nav-link {
    display: block;
    padding: 1.3rem 1rem;
}

.navbar-nav {height:100vh}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #8a5646;
}

.navbar-toggler {
  border: 0px solid white;

}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
  padding-right: 0px;
}

.location .navbar-toggler-icon {
  color: #ae6c55;
  padding-top: 6px;
    padding-right:30px;
}

.accommodation .navbar-toggler-icon {
  color: #ae6c55;
  padding-top: 6px;
  padding-right:30px;
}

.team .navbar-toggler-icon {
  color: #ae6c55;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 0px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #ae6c55;
}

.tm-next {margin:0 auto; text-align:center}

/* Hero */

#infinite {
	background-color: #222;
  background-image: url(../img/reception-hero.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
}




#infinite.image_hero_colour {

  background-color: #222;
  background-image: url(../img/reception-hero-homepage.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
  /* TRANSITION */
-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
}



.tm-hero-title {
    -webkit-animation: cssAnimation 6s forwards; 
    animation: cssAnimation 6s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

#team-wrapper {width:100%}

.team-left {float:left; background:lightgreen;}
.team-right {float:left; background:lightblue;}

#team-wrapper {color:black; max-width:1280px; margin:0 auto}


.spacer__top {min-height:180px}

.spacer__small {min-height:40px}

.spacer__medium {min-height:60px}

.spacer__tall {min-height:120px}

.gap__small {min-height:140px}

.crossland__otter__hunt {width:260px; height:68px}
.bnp__parabis__logo {width:336px; height:68px}
.mcp__logo {width:250px; height:111px}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  position:absolute;
  bottom:50px;
font-size: 2rem;
    font-weight: 700;
    padding-bottom: 30px;
    color:#fff;
    border-bottom:1px solid #fff;
    width:90vw;
 left:0;
right:0;
margin-left:auto;
margin-right:auto;
}
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

.tm-summary-text {
    font-size: 1.8rem;
    line-height: 1.4rem;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  	color: #FFF;
    cursor: pointer;
    padding: 15px 40px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
font-size: 2rem;
    font-weight: 700;
    padding-bottom: 30px;
}

.tm-text-primary {
    color: #ae6c55;
}

.tm-intro-text {
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.tm-icon {
  display: block;
  color: #37A;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: transparent;

  position: relative;
}

@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ae6c55;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}


  .schedule__wrapper {width:100%; margin:0 auto; text-align:center;}


#ScheduleAreas {background:#ae6c55}



.soa-preview-header-left { position:relative; padding:30px 0; text-align:left;}

.soa-preview-header {flex:0 0 25%; margin-right:2%;}

.row-soa, .row-soa-7  {

  padding: 0px 0;
  margin-bottom: 10px;
}

.soa-row {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.2s linear;
  grid-gap: 0px;
  max-width:1400px;
  margin:0 auto;
  align-items: center;
  justify-content: center;
}


.soa-row-special {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr 1fr 1fr 1fr;
  border-bottom: 0px solid #fff;
  box-sizing: border-box;
  transition: all 0.2s linear;
  grid-gap: 0px;
  max-width:1400px;
  margin:0 auto;
  align-items: center;
  justify-content: center;
}

.floor--title {font-weight:700}


ul {
  margin: 0;
}
ul.schedule__info__list {
  list-style-type: none;
    padding-left:0px;
}
ul.schedule__info__list > li {
  text-indent: -5px;

}
ul.schedule__info__list > li:before {
  content: "-";
  text-indent: -5px;
}




.soa-row:hover, .soa-row:link, .soa-row:visited, .soa-row:active {
 cursor: pointer;
    opacity: 0.6;
}
.soa-row-header, .soa-row-header-7 {
  font-weight: 400;
}
.soa-row-item {
  line-height: 1.5em;
  pointer-events: none;
  font-size:0.9em;
  color: #fff;
  text-align:left;
  padding-left: 15px;
}

.soa-row-item-7, .soa-row-item-2, .soa-row-item-3, 
.soa-row-item-4, .soa-row-item-5, .soa-row-item-eight, .soa-row-item-plus, .soa-row-item-seventh, .soa-row-item-sixth, .soa-row-item-fifth, .soa-row-item-fourth,
.soa-row-item-third, .soa-row-item-second, .soa-row-item-first, .soa-row-item-ground {
  line-height: 1.5em;
  pointer-events: none;
  font-size:0.9em;
  color: #fff;


}
.soa-row-item-plus {
    padding-right: 15px;
}


.soa-row-preview {
  visibility: hidden;
  height: 0;
  transition: all 0.3s linear;
  opacity: 0;
  display:flex;
  max-width:1400px;
  margin:0 auto;
  position:relative;
  flex-wrap:wrap;
}

.soa-row-preview--active {
  /* height: 100vw; */
  height: 100%;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;

}

.soa-preview-header-left-title {
    font-weight: 400;
    margin-bottom: 7px;
    color:#ffffff;
    padding-left: 0px;
}
.soa-preview-header-right {
  display: grid;
  grid-template-columns: 1fr 45px;
  grid-gap: 10px;
}
.soa-preview-header-right div {
  display: block;
  height: 1.5em;
  line-height: 1.5em;
}
.soa-preview-header-right div:first-child,
.soa-preview-header-right div:nth-child(3) {
  margin-left: auto;
  padding-right: 5px;
}
.soa-preview-content {
flex: 1;
}
.soa-preview-content-label img {
width:50px; padding:10px 0;
}
.soa-preview-content-image {
 
  padding-bottom: 0;
  box-sizing: border-box;
  width: auto;
  margin: auto;
  max-width: 100%;
  padding:90px;
}
.soa-preview-info {
  position:absolute;
  bottom:20px; left:0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left:0px;
  text-align:left;
}
.soa-preview-info-label {
  display: flex;
  margin-bottom: 5px;
}
.soa-preview-info-label div {
  margin-left: 10px;
}
.soa-preview-info-note {
  font-size: 12px;
  margin-top: 20px;
      max-width:1400px;
  margin:0 auto;
  color:#fff;
  text-align:left;
}
.soa-preview-switch {
  margin-right: auto;
}
.soa-preview-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10%;
  margin: 70px auto;
}
.soa-preview-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5px;
}
.soa-preview-table-row-right {
  text-align: right;
}

.soa-preview-info-label div {
    margin-left: 10px;
}
.level_five_bg {background-image: url("../img/level_five_bg.png"); background-repeat: no-repeat; background-size: 30% auto;}
.level_four_bg {background-image: url("../img/level_four_bg.png"); background-repeat: no-repeat;background-size:  30% auto;}
.level_three_bg {background-image: url("../img/level_three_bg.png"); background-repeat: no-repeat;background-size:  30% auto;}
.level_two_bg {background-image: url("../img/level_two_bg.png"); background-repeat: no-repeat;background-size:  30% auto;}
.level_one_bg {background-image: url("../img/level_one_bg.png"); background-repeat: no-repeat;background-size:  30% auto;}
.level_ground_bg {background-image: url("../img/level_ground_bg.png"); background-repeat: no-repeat;background-size:  30% auto;}

.soa-row.row-height-5 {min-height:160px}
.soa-row.row-height-4 {min-height:110px}
.soa-row.row-height-3 {min-height:100px}
.soa-row.row-height-2 {min-height:100px}
.soa-row.row-height-1 {min-height:110px}
.soa-row.row-height-0 {min-height:100px}

.floors-table-bottom {text-align:left; padding-top:30px;}
.floors-table-bottom .small {font-size:11px; line-height:16px;}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}




.accordion-wrapper {width:100%; display:flex; flex-wrap:wrap; }

.accordion {
  flex: 0 0 44%;
  margin: 10px auto;
  background-color: none;
  padding: 25px 25px;

}

.accordion .container {
  position: relative;
  margin: 5px 5px;
  text-align: left;
}

.accordion .label {
  position: relative;
  padding: 5px 0;
font-weight:600;
  cursor: pointer;

}

.accordion .label::before {
  content: '+';
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 20px;
  transform: translateY(-50%);
}

.accordion .content-1, .accordion .content-2, .accordion .content-3, .accordion .content-4, .accordion .content-5, .accordion .content-6, .accordion .content-7, 
.accordion .content-8, .accordion .content-9, .accordion .content-10, .accordion .content-11, .accordion .content-12, 
.accordion .content-13, .accordion .content-14, .accordion .content-15, .accordion .content-16, .accordion .content-17, .accordion .content-18, .accordion .content-19,
.accordion .content-20, .accordion .content-21, .accordion .content-22, .accordion .content-23, .accordion .content-24, .accordion .content-25


{
  position: relative;
  background: none;
  height: 0;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  width: 90%;
  overflow: hidden;
  transition: 0.5s;
  margin-left: 0px;
}

.accordion hr {
  width: 100;
  margin-left: 0;
  border-top: 1px solid #a7a6a6;
}

.accordion .container.active .content-1 {
  height: 340px;
}
.accordion .container.active .content-2 {
  height: 350px;
}
.accordion .container.active .content-3 {
  height: 790px;
}
.accordion .container.active .content-4 {
  height: 410px;
}
.accordion .container.active .content-5 {
  height: 550px;
}
.accordion .container.active .content-6 {
  height: 560px;
}
.accordion .container.active .content-7 {
  height: 500px;
}
.accordion .container.active .content-8 {
  height: 100px;
}
.accordion .container.active .content-9 {
  height: 950px;
}



.accordion .container.active .content-10 {
  height: 450px;
}
.accordion .container.active .content-11 {
  height: 450px;
}
.accordion .container.active .content-12 {
  height: 650px;
}
.accordion .container.active .content-13 {
  height: 390px;
}
.accordion .container.active .content-14 {
  height: 190px;
}
.accordion .container.active .content-15 {
  height: 100px;
}
.accordion .container.active .content-16 {
  height: 590px;
}
.accordion .container.active .content-17 {
  height: 60px;
}
.accordion .container.active .content-18 {
  height: 60px;
}
.accordion .container.active .content-19 {
  height: 120px;
}

.accordion .container.active .content-20 {
  height: 130px;
}

.accordion .container.active .content-21 {
  height: 80px;
}


.accordion .container.active .content-22 {
  height: 330px;
}

.accordion .container.active .content-23 {
  height: 800px;
}


.accordion .container.active .content-24 {
  height: 230px;
}

.accordion .container.active .content-25 {
  height: 130px;
}


.accordion .container.active .content-26 {
  height: 130px;
}


.accordion .container.active .content-27 {
  height: 130px;
}



/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

#contact {
  color: white;
  background-color: #343026;
  background-image: url(../img/hanover-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;
 
}



#tube {
  color: white;
  background-color: #001828;
  background-image: url(../img/tube-train.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 40px;
}

#location-image-1 {
  color: white;
  background-color: #001828;
  background-image: url(../img/location-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;
}

#terrace {
  color: white;
  background-color: #001828;
  background-image: url(../img/terrace-upper-floor.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;
}


#hanover {
  color: white;
  background-color: #001828;
  background-image: url(../img/hanover-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;
}


#location-large-img {
  color: white;
  background-color: #001828;
  background-image: url(../img/hanover-sq-new.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;
}


#floor-hero {
  color: white;
  background-color: #001828;
  background-image: url(../img/floor-typical-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;
}

#reception-hero {
  color: white;
  background-color: #001828;
  background-image: url(../img/interior-features.jpg);
  background-position: center;
  background-repeat: no-repeat;
    background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;

}


#large-bg-eleven {
  color: white;
  background-color: #001828;
  background-image: url(../img/Divider-3-long.png);
  background-position: center;
  background-repeat: no-repeat;
    background-size:cover;
  min-height: 980px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;

}

#footer-wrapper-section {  color: white;
  background-color: #001828;
min-height: 80px;
  position: relative;
  padding-bottom: 0px;
margin-top:50px}


.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #38B;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

#footer-wrapper-outer {max-width:1280px; margin:0 auto}
.footer-left {float:left; width:50%;}
.footer-right {float:right;width:50%;  text-align:right; font-size:1rem}

.footer-ident {width:50px}

.tm-footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 25px;
  background: #343026;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}



p {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }


}

  .tm-container-contact {
  position:absolute; transform: translate(-50%, -50%);
  top: 60%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%;
  }



@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }


  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}


.soa-preview-content-label img {width:40%;}

@media screen and (max-width: 1024px) {
  .soa-row {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
    font-size: 1.5vw;
  }
    
    .row-soa {padding: 4vw 4vw;}
.tm-section-pad-top {padding-top: 40px;}

.tm-header-left {flex:0 0 5%;}
.tm-header {flex:0 0 85%;}
.navbar-toggler {flex:0 0 10%;}

.tm-container-gallery {
  width:90%;
margin:0 auto;
}

#tube {min-height: 680px;}
#location-image-1 {min-height: 680px;}
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 0px;
    padding-top: 30px;
    padding-right:0px;
    margin-left: auto;
    margin-right: auto;
  }



  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

      .tm-intro-text-container img {
      width:90%;
 padding-left:0px;
 padding-right:20px;
  }

  .navbar-collapse {

    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #fff;
	padding-right: 0px;
  width:100%!important;
  }
}
@media (max-width: 666px) {


.tm-navbar {width:98%;}
.tm-header-left {flex:0 0 20%;}
.tm-header {flex:0 0 60%;}
.navbar-toggler {flex:0 0 20%;}


.tm-intro-text br {display:none;}
.tm-intro-text-container {padding-left:30px; padding-right:30px;}

.tm-intro-text-container img {width:100%;padding-left:0px; padding-right:0px; padding-bottom:30px;}
#tube {min-height: 580px; padding-bottom:20px;}
#floor-hero {min-height: 580px; padding-bottom:20px;}

#hanover {min-height: 580px; padding-bottom:20px;}
#location-image-1  {min-height: 380px; padding-bottom:20px;}
#large-bg-eleven {min-height: 300px; padding-bottom:20px;}

.tm-container-gallery {padding-top:0px;}

.tm-section-title {padding-bottom:0px;}
.slick-dots {bottom: -30px;}

.accordion .container.active .content-1 {
  height: 540px;
}
.accordion .container.active .content-2 {
  height: 350px;
}
.accordion .container.active .content-3 {
  height:990px;
}
.accordion .container.active .content-4 {
  height: 550px;
}
.accordion .container.active .content-5 {
  height: 800px;
}
.accordion .container.active .content-6 {
  height: 700px;
}
.accordion .container.active .content-7 {
  height: 600px;
}
.accordion .container.active .content-8 {
  height: 100px;
}
.accordion .container.active .content-9 {
  height: 1200px;
}



.accordion .container.active .content-10 {
  height: 600px;
}
.accordion .container.active .content-11 {
  height: 650px;
}
.accordion .container.active .content-12 {
  height: 850px;
}
.accordion .container.active .content-13 {
  height: 390px;
}
.accordion .container.active .content-14 {
  height: 190px;
}
.accordion .container.active .content-15 {
  height: 100px;
}
.accordion .container.active .content-16 {
  height: 590px;
}
.accordion .container.active .content-17 {
  height: 60px;
}
.accordion .container.active .content-18 {
  height: 60px;
}
.accordion .container.active .content-19 {
  height: 120px;
}

.accordion .container.active .content-20 {
  height: 130px;
}

.accordion .container.active .content-21 {
  height: 80px;
}


.accordion .container.active .content-22 {
  height: 330px;
}

.accordion .container.active .content-23 {
  height: 800px;
}


.accordion .container.active .content-24 {
  height: 230px;
}

.accordion .container.active .content-25 {
  height: 130px;
}


.accordion .container.active .content-26 {
  height: 130px;
}


.accordion .container.active .content-27 {
  height: 130px;
}




}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }

  .accordion {flex: 0 0 100%; padding: 0px 25px; margin:0 auto;}

  .tm-summary-text {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.level_five_bg, .level_four_bg, .level_three_bg, .level_two_bg, .level_one_bg, .level_ground_bg {background:none;}
.soa-row-item {display:none;}

.soa-row, .soa-row-special {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
    font-size: 1.5vw;
}

.soa-row.row-height-5, .soa-row.row-height-4, .soa-row.row-height-3, .soa-row.row-height-2, .soa-row.row-height-1 {min-height:60px;}

.soa-row.row-height-0 {min-height:0px;}

.soa-row-item-7, .soa-row-item-2, .soa-row-item-3, .soa-row-item-4, .soa-row-item-5, .soa-row-item-eight, .soa-row-item-plus, .soa-row-item-seventh, .soa-row-item-sixth, .soa-row-item-fifth, .soa-row-item-fourth, .soa-row-item-third, .soa-row-item-second, .soa-row-item-first, .soa-row-item-ground {
   font-size: 3em;
}

.row-soa {
    padding: 4vw 0vw;
}

.gap__small {min-height: 60px;}
.text-white.mobile__space {padding-bottom: 40px;}

.soa-preview-header-left-title {padding-left:0px;}
.soa-preview-header {flex: 0 0 100%; margin-right: 0%}

.soa-preview-content {
    flex: 0 0 100%;
}

.soa-preview-content-image {padding:0px;}

.soa-preview-content-label img {width:20%;}

.soa-preview-info {bottom: -60px; padding-bottom:0px;}
.soa-preview-info-note {padding-bottom:20px;}

}



