@charset "UTF-8";
/*
	Theme Name: Great Scenic Railways
	Description:
	Author: Gendall Design Team
	Author URI: http://www.gendall.co.uk/
	Version: 1.0
	Tags:
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.flaticon-castle8:before {
  content: "\e000";
}

.flaticon-city5:before {
  content: "\e001";
}

.flaticon-hiking:before {
  content: "\e002";
}

.flaticon-mountain22:before {
  content: "\e003";
}

/* General styles for all menus */
.cbp-spmenu {
  background: #165372;
  position: fixed;
  overflow: auto;
}

.cbp-spmenu .submenu {
  background: #1d4054;
}

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}

.cbp-spmenu a:hover {
  background: #258ecd;
}

.cbp-spmenu a:active {
  background: #afdefa;
  color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  /*padding: 1em;*/
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-family: "futura-pt",sans-serif;
  font-weight: 700;
}

.cbp-spmenu-vertical a.first {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
  width: 100%;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 350px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -350px;
  }
  .cbp-spmenu-right {
    right: -350px;
  }
  .cbp-spmenu-push-toright {
    left: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 550px !important;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -550px !important;
  }
  .cbp-spmenu-right {
    right: -550px;
  }
  .cbp-spmenu-push-toright {
    left: 550px !important;
  }
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

/*********************************
* Slideshow Styling
*********************************/
.galleryouter {
  position: relative;
  clear: both;
}

#slideshow {
  width: 100%;
  height: 100%;
  margin: 100px auto;
  position: absolute;
  overflow: hidden;
}

#slideshow.fullscreen {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 830px;
  margin: 0;
  padding: 0;
  /* 		overflow:visible; */
  overflow: hidden;
}

.img-wrapper {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 8;
  background-size: cover;
  background-position: center center;
}

#slideshow .img-wrapper.active {
  z-index: 10;
}

#slideshow .img-wrapper.last-active {
  z-index: 9;
}

/*********************************
	* Thumbnail Styling
	*********************************/
.thumbs-container {
  width: 66%;
  height: 135px;
  position: absolute;
  left: 230px;
  z-index: 11;
  background: #fff;
  opacity: 1;
  box-shadow: 0px -8px 48px 2px rgba(0, 0, 0, 0.75);
}

.thumbs-container.top {
  top: 0;
}

.thumbs-container.bottom {
  bottom: -50px;
}

.prev, .next {
  width: 3%;
  min-width: 40px;
  height: 48px;
  padding: 46px 1%;
  color: #999999;
  cursor: pointer;
}

.prev {
  float: left;
}

.next {
  float: right;
}

.prev:hover, .next:hover {
  color: #555555;
}

ul.thumbs {
  position: absolute;
  top: 0;
  left: 1%;
  right: 1%;
  height: 140px;
  padding: 0;
  /*margin: 0 5%;*/
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.thumb {
  display: inline-block;
  width: 137px;
  height: 111px;
  margin: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.thumb:first-of-type {
  margin-left: 0px;
}

.thumb.active {
  width: 137px;
  height: 111px;
  border: 2px solid #FFF;
}

ul.thumbs li {
  margin-right: 30px;
}

.thumbs-container.bottom h3 {
  float: left;
  position: absolute;
  left: 400px;
  top: 145px;
}

.mi-slider {
  position: relative;
  padding-top: 50px;
  height: 740px;
  clear: both;
}

.mi-slider ul {
  list-style-type: none;
  position: absolute;
  width: 100%;
  left: 0;
  /*	bottom: 140px;*/
  overflow: hidden;
  top: 0px;
  text-align: center;
  pointer-events: none;
}

.mi-slider ul li .linepagecontents {
  padding-bottom: 0px;
}

.no-js .mi-slider ul {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 0;
  overflow: visible;
}

.mi-slider ul.mi-current {
  pointer-events: auto;
}

.mi-slider ul li {
  display: inline-block;
  padding: 20px;
  width: 85%;
  max-width: 100%;
  transform: translateX(600%);
  transition: opacity 0.2s linear;
  text-align: left;
}

.no-js .mi-slider ul li {
  transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
  display: block;
  margin: 0 auto;
}

.mi-slider ul li a {
  outline: none;
  cursor: pointer;
  display: inline;
}

.mi-slider ul li img {
  max-width: 100%;
  /*border: none;*/
}

.mi-slider ul li a:hover {
  opacity: 1;
}

.mi-slider ul li h4 {
  /*display: inline-block;
	padding: 20px 10px 0;*/
}

/*.mi-slider ul li:hover {
	opacity: 0.7;
} */
.mi-slider nav {
  position: relative;
  top: 700px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  border-top: 2px solid #8adde5;
}

.no-js nav {
  display: none;
}

.mi-slider nav a {
  display: inline-block;
  text-transform: uppercase;
  /*padding: 40px 30px 30px 34px;*/
  padding: 40px 50px 30px 60px;
  position: relative;
  color: #888;
  outline: none;
  transition: color 0.2s linear;
  color: #3badb8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-size: 11px;
}

.mi-slider nav a:hover {
  opacity: 1;
}

.mi-slider nav a.mi-selected {
  font-weight: 700;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.mi-slider nav a.mi-selected:after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-width: 13px;
  margin-bottom: -1px;
  margin-left: -13px;
}

.mi-slider nav a.mi-selected:before {
  border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #8adde5;
  border-width: 15px;
  margin-left: -15px;
}

/* Move classes and animations */
.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
  -webkit-animation: scaleUp 350ms ease-in-out both;
  animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: translateX(0) scale(0);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
  }
}

@keyframes scaleUp {
  0% {
    transform: translateX(0) scale(0);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}

.mi-slider ul:first-child li:first-child {
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
  -webkit-animation-delay: 180ms;
  animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
  -webkit-animation-delay: 270ms;
  animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
  -webkit-animation-delay: 360ms;
  animation-delay: 360ms;
}

/* moveFromRight */
.mi-slider ul.mi-moveFromRight li {
  -webkit-animation: moveFromRight 350ms ease-in-out both;
  animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */
.mi-slider ul.mi-moveFromLeft li {
  -webkit-animation: moveFromLeft 950ms ease-in-out both;
  animation: moveFromLeft 950ms ease-in-out both;
}

/* moveToRight */
.mi-slider ul.mi-moveToRight li {
  -webkit-animation: moveToRight 2000ms ease-in-out both;
  animation: moveToRight 2000ms ease-in-out both;
}

/* moveToLeft */
.mi-slider ul.mi-moveToLeft li {
  -webkit-animation: moveToLeft 2000ms ease-in-out both;
  animation: moveToLeft 2000ms ease-in-out both;
}

/* Animation Delays */
.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
  -webkit-animation-delay: 180ms;
  animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child {
  -webkit-animation-delay: 270ms;
  animation-delay: 270ms;
}

/* Animations */
@-webkit-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(600%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-600%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes moveToRight {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(600%);
  }
}

@-webkit-keyframes moveToLeft {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-600%);
  }
}

@keyframes moveFromRight {
  0% {
    transform: translateX(600%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveFromLeft {
  0% {
    transform: translateX(-600%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveToRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(600%);
  }
}

@keyframes moveToLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-600%);
  }
}

.mi-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px) {
  .mi-slider nav {
    max-width: 90%;
  }
  .mi-slider nav a {
    font-size: 12px;
    padding: 40px 10px 30px 14px;
  }
}

@media screen and (max-width: 740px) {
  .mi-slider {
    height: 300px;
  }
  .mi-slider nav {
    top: 220px;
  }
}

@media screen and (max-width: 490px) {
  .mi-slider {
    text-align: center;
    height: auto;
  }
  .mi-slider ul {
    position: relative;
    display: inline;
    bottom: auto;
    pointer-events: auto;
  }
  .mi-slider ul li {
    -webkit-animation: none !important;
    animation: none !important;
    transform: translateX(0) !important;
    padding: 10px 3px;
    min-width: 140px;
  }
  .mi-slider nav {
    display: none;
  }
}

/*gallery css*/
/* CSS Document */
/* DEMO 4 */
.wrapper-dropdown-6 {
  /* Size and position */
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding: 10px 215px 10px 20px;
  font-family: 'latolight',Sans-Serif;
  /* Styles */
  background: #fff;
  border: 2px solid #d7d7d7;
  float: left;
  border-radius: 0px;
  font-size: 17px;
  cursor: pointer;
  outline: none;
  color: #969696;
  letter-spacing: 1px;
}

.wrapper-dropdown-6:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent;
}

.wrapper-dropdown-6 span:before {
  background: #6ed5df;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 0;
}

.wrapper-dropdown-6 .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  margin-top: 5x;
  left: -1.1px;
  border-radius: 0px;
  right: -2px;
  border: 1px solid #ebebeb;
  /* Styles */
  background: #fff;
  border: inherit;
  border-top: 0 none;
  list-style: none;
  transition: all 0.3s ease-out;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}

/* Red lines: the pseudo-elements way */
.wrapper-dropdown-6 .dropdown:before,
.wrapper-dropdown-6:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  border-top: none;
  border-bottom: none;
  z-index: 2;
}

/* Red lines: the gradients way */
/*
.wrapper-dropdown-4 .dropdown,
.wrapper-dropdown-4 {
  background: linear-gradient(left, white 5%, #ffaa9f 5%, #ffaa9f 5.3%, white 5.3%, white 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, white 6.8%);
}

.wrapper-dropdown-4 .dropdown li:hover label {
  background: linear-gradient(left, #f0F0F0 5%, #ffaa9f 5%, #ffaa9f 5.3%, #f0F0F0 5.3%, #f0F0F0 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, #f0F0F0 6.8%);
}
*/
.wrapper-dropdown-6 .dropdown li {
  position: relative;
  /* Enable absolute positioning for checkboxes */
  padding: 4px 5px 4px 17px;
}

.wrapper-dropdown-6 .dropdown li label {
  display: block;
  font-size: 13px;
  padding: 0px 10px 1px 45px;
  /* Same padding as the button */
  border-bottom: 0 none;
  color: #0095d3;
  transition: all 0.3s ease-out;
}

.wrapper-dropdown-6 .dropdown li:last-of-type label {
  border: none;
}

.wrapper-dropdown-6 .dropdown li input {
  position: absolute;
  display: block;
  left: 17px;
  border: 1px solid #0095d3;
  top: 50%;
  margin-top: -5px;
}

/* Hover state */
.wrapper-dropdown-6 .dropdown li:hover label {
  background: #f0f0f0;
  color: #0095d3;
}

/* Checked state */
.wrapper-dropdown-6 .dropdown li input:checked ~ label {
  color: grey;
  /*text-decoration: line-through;*/
}

/* Active state */
.wrapper-dropdown-6.active:after {
  border-width: 0 8px 8px 8px;
}

.wrapper-dropdown-6.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

/* No CSS3 support */
.no-opacity wrapper-dropdown-6 .dropdown,
.no-pointerevents .wrapper-dropdown-6 .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-6.active .dropdown,
.no-pointerevents .wrapper-dropdown-6.active .dropdown {
  display: block;
}

.wrapper-dropdown-6:focus .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.wrapper-dropdown-6:focus:after {
  border-width: 0 6px 6px 6px;
}

/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  color: #969696;
  padding: 0;
  margin: 1em 0;
  vertical-align: middle;
  margin-left: .6em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -6px;
  top: 50%;
  left: 4px;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'latolight',Sans-Serif;
}

.ui-widget-content input#spinner {
  border: none;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'latolight',Sans-Serif;
  font-size: 17px;
  padding: 0px;
  border: none !important;
}

.ui-widget-content {
  border: 2px solid #d7d7d7;
  /*	background: #eeeeee url("http://dev1.samrantech.com/html/GSR/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;*/
  color: #969696;
  width: 62px;
  height: 48px;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("http://dev1.samrantech.com/html/GSR/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #6ed5df;
  background: #6ed5df;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #a0e6d9;
  background: #a0e6d9;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  /*	background: #ffffff url("http://dev1.samrantech.com/html/GSR/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;*/
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("http://dev1.samrantech.com/html/GSR/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("http://dev1.samrantech.com/html/GSR/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  /*	background-image: url("http://dev1.samrantech.com/html/GSR/css/images/ui-icons_222222_256x240.png");*/
}

.ui-widget-header .ui-icon {
  background-image: url("http://dev1.samrantech.com/html/GSR/css/images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  /*background-image: url("http://dev1.samrantech.com/html/GSR/images/ui-icons_ef8c08_256x240.png");*/
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  /*background-image: url("http://dev1.samrantech.com/html/GSR/images/ui-icons_ef8c08_256x240.png");*/
}

.ui-state-active .ui-icon {
  /*	background-image: url("http://dev1.samrantech.com/html/GSR/images/ui-icons_ef8c08_256x240.png");*/
}

.ui-state-highlight .ui-icon {
  background-image: url("http://dev1.samrantech.com/html/GSR/css/images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("http://dev1.samrantech.com/html/GSR/css/images/ui-icons_ffd27a_256x240.png");
}

.ui-icon-triangle-1-n, .ui-icon-triangle-1-n:hover {
  background: url("../images/arrowup.png") no-repeat;
  width: 9px;
  height: 8px;
}

.ui-icon-triangle-1-s {
  background: url("../images/arrowdown.png") no-repeat;
  width: 9px;
  height: 8px;
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  background: #666666 url("http://dev1.samrantech.com/html/GSR/css/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("http://dev1.samrantech.com/html/GSR/css/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}

.wrapper-page {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.flex-container {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-v-center {
  align-items: center;
}

.flex-h-center {
  justify-content: center;
}

.flex-all-center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flex-row {
  flex-direction: row;
}

.flex-row .align-left {
  align-self: flex-start;
}

.flex-row .align-right {
  align-self: flex-end;
}

.flex-col {
  flex-direction: column;
}

.flex-col .align-top {
  align-self: flex-start;
}

.flex-col .align-bottom {
  align-self: flex-end;
}

.space-evenly {
  justify-content: space-between;
}

.spread {
  justify-content: space-around;
}

.wrapper-page {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.grid--wrapper {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 24rem) and (max-width: 64rem) {
  .grid--wrapper {
    max-width: 85%;
  }
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .grid--wrapper {
    max-width: 85%;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grid-cell {
  flex: 1;
  box-sizing: border-box;
}

.grid--flexCells > .grid-cell {
  display: flex;
}

.grid--top {
  align-items: flex-start;
}

.grid--bottom {
  align-items: flex-end;
}

.grid--center {
  align-items: center;
}

.grid--justifyCenter {
  justify-content: center;
}

.grid-cell--top {
  align-self: flex-start;
}

.grid-cell--bottom {
  align-self: flex-end;
}

.grid-cell--center {
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-cell--autoSize {
  flex: none;
}

.grid--fit > .grid-cell {
  flex: 1;
}

.grid--full > .grid-cell {
  flex: 0 0 100%;
}

.grid--1of2 > .grid-cell {
  flex: 0 0 50%;
}

.grid--1of3 > .grid-cell {
  flex: 0 0 33.3333%;
}

.grid--1of4 > .grid-cell {
  flex: 0 0 25%;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .small-grid--fit > .grid-cell {
    flex: 1;
  }
  .small-grid--full > .grid-cell {
    flex: 0 0 100%;
  }
  .small-grid--3of4 > .grid-cell {
    flex: 0 0 66.666%;
  }
  .small-grid--1of2 > .grid-cell {
    flex: 0 0 50%;
  }
  .small-grid--1of3 > .grid-cell {
    flex: 0 0 33.3333%;
  }
  .small-grid--1of4 > .grid-cell {
    flex: 0 0 25%;
  }
}

@media only screen and (min-width: 24rem) and (max-width: 64rem) {
  .med-grid--fit > .grid-cell {
    flex: 1;
  }
  .med-grid--full > .grid-cell {
    flex: 0 0 100%;
  }
  .med-grid--1of2 > .grid-cell {
    flex: 0 0 50%;
  }
  .med-grid--1of3 > .grid-cell {
    flex: 0 0 33.3333%;
  }
  .med-grid--1of4 > .grid-cell {
    flex: 0 0 25%;
  }
}

@media only screen and (min-width: 64rem) and (max-width: 90rem) {
  .large-grid--fit > .grid-cell {
    flex: 1;
  }
  .large-grid--full > .grid-cell {
    flex: 0 0 100%;
  }
  .large-grid--1of2 > .grid-cell {
    flex: 0 0 50%;
  }
  .large-grid--1of3 > .grid-cell {
    flex: 0 0 33.3333%;
  }
  .large-grid--1of4 > .grid-cell {
    flex: 0 0 25%;
  }
}

.grid--gutters {
  margin: 0 -0.6em;
}

.grid--gutters > .grid-cell {
  padding: 0 0.6em;
}

.grid--guttersLg {
  margin: 0 -1.5em;
}

.grid--guttersLg > .grid-cell {
  padding: 1.5em;
}

.grid--guttersXl {
  margin: 0 -1.7em;
}

.grid--guttersXl > .grid-cell {
  padding: 0 1.7em;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .small-grid--gutters {
    margin: -1em 0 1em -1em;
  }
  .small-grid--gutters > .grid-cell {
    padding: 1em 0 0 1em;
  }
  .small-grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .small-grid--guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .small-grid--guttersXl {
    padding: 0 -0.5em;
  }
  .small-grid--guttersXl > .grid-cell {
    padding: 0 0.5em;
  }
}

@media only screen and (min-width: 24rem) and (max-width: 64rem) {
  .med-grid--gutters {
    margin: -1em 0 1em -1em;
  }
  .med-grid--gutters > .grid-cell {
    padding: 1em 0 0 1em;
  }
  .med-grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .med-grid--guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .med-grid--guttersXl {
    margin: -2em 0 2em -2em;
  }
  .med-grid--guttersXl > .grid-cell {
    padding: 2em 0 0 2em;
  }
}

@media only screen and (min-width: 64rem) and (max-width: 90rem) {
  .large-grid--gutters {
    margin: -1em 0 1em -1em;
  }
  .large-grid--gutters > .grid-cell {
    padding: 1em 0 0 1em;
  }
  .large-grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }
  .large-grid--guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em;
  }
  .large-grid--guttersXl {
    margin: -2em 0 2em -2em;
  }
  .large-grid--guttersXl > .grid-cell {
    padding: 2em 0 0 2em;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.edit {
  background-color: rgba(255, 0, 0, 0.8);
}

.vr-2 {
  font-size: 0.33333rem;
}

.vr-1 {
  font-size: 0.66667rem;
}

.vr0 {
  font-size: 1rem;
}

.vr1 {
  font-size: 1.5rem;
}

.vr2 {
  font-size: 3rem;
}

.vr3 {
  font-size: 4.5rem;
}

.vr4 {
  font-size: 6rem;
}

.vr5 {
  font-size: 7.5rem;
}

.text-display {
  font-family: "dearjoe_1_msregular";
}

.text-body {
  font-family: "futura-pt", sans-serif;
}

.text-body p {
  font-family: "futura-pt", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.tagline {
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.tagline p {
  font-size: 2rem;
  line-height: 2.8rem;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .tagline p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .tagline {
    max-width: 85vw;
  }
}

.no-underline {
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

.text--bold {
  font-weight: 700;
}

.text--bold p {
  font-weight: 700;
}

.text--semi-bold {
  font-weight: 600;
}

.text--semi-bold p {
  font-weight: 600;
}

.text--light {
  font-weight: 300;
}

.text--light p {
  font-weight: 300;
}

.color--mid-blue {
  color: #0fb5cb;
}

.color--mid-blue.lighter {
  color: rgba(15, 181, 203, 0.8);
}

.color--light-blue {
  color: rgba(15, 181, 203, 0.1);
}

.color--dark-grey {
  color: darkslategray;
}

.color--dark-grey p {
  color: darkslategray;
}

.color-white {
  color: white;
}

.color-white.lighter {
  color: rgba(255, 255, 255, 0.6);
}

.background--mid-blue {
  background-color: #0fb5cb;
}

.button--full {
  background-color: #0fb5cb;
  border-radius: 5px;
  color: white;
  min-width: 100%;
  box-sizing: border-box;
}

.button--full p {
  padding: 0.4rem;
  color: inherit;
}

.button--full a {
  padding: 1rem;
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .button--full a {
    padding: 0.8rem;
  }
}

.button--full.color--lighter {
  background-color: rgba(15, 181, 203, 0.6);
}

button.button--full {
  outline: none;
  border: none;
}

.button-group {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media only screen and (min-width: 24rem) and (max-width: 64rem) {
  .button-group {
    max-width: 75%;
  }
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .button-group {
    max-width: 75%;
  }
}

.pinline {
  border-bottom: 1px solid lightgray;
}

.section--line {
  padding-bottom: 2rem;
  border-bottom: 1px solid lightgray;
}

.event--line {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid lightgray;
  display: block;
  min-height: 1px;
  width: 95%;
  margin-left: 0.5em;
}

.tips--line {
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}

img {
  max-width: 100%;
  height: auto;
}

.image-border > img {
  border: 5px solid #ede1d9;
  box-shadow: inset 0px 0px 1px 5px #d9dcde;
  box-sizing: border-box;
  max-width: 98%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.section--padding {
  padding: 3rem;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .section--padding {
    padding: 1.5rem 1.5rem;
  }
}

.space-below--small {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .space-below--small {
    margin-bottom: 0.2rem;
  }
}

.space-below--medium {
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .space-below--medium {
    margin-bottom: 1rem;
  }
}

.space-below--large {
  margin-bottom: 3.5rem;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .space-below--large {
    margin-bottom: 1.8rem;
  }
}

.section--hero {
  width: 100%;
  max-height: 80vh;
  overflow-y: hidden;
}

svg {
  max-width: 100%;
  height: auto;
}

.social-icon-group {
  max-width: 30vw;
  margin: 0 auto;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .social-icon-group {
    max-width: 100%;
  }
}

.icon-xsmall {
  width: 1rem;
  height: 1rem;
  max-width: 1rem;
  min-width: 1rem;
}

.icon-medium {
  width: 4rem;
  height: 4rem;
  max-width: 6rem;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .icon-medium {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.social-wrapper {
  max-width: 50vw;
}

@media only screen and (min-width: 24rem) and (max-width: 64rem) {
  .social-wrapper {
    max-width: 85vw;
  }
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .social-wrapper {
    max-width: 85vw;
  }
}

.padding-narrow {
  padding-left: 25vw;
  padding-right: 25vw;
}

@media only screen and (min-width: 24rem) and (max-width: 64rem) {
  .padding-narrow {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .padding-narrow {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.section-narrow {
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 24rem) and (max-width: 64rem) {
  .section-narrow {
    max-width: 85vw;
  }
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .section-narrow {
    max-width: 85vw;
  }
}

.section-narrow .panel {
  width: 100%;
  margin-bottom: 2.5rem !important;
}

.section-narrow h4 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  width: 100%;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .section-narrow h4 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}

.panel-summary {
  width: 100%;
  padding: 1.3rem 0 1rem 0;
}

.panel-summary h3 {
  width: 80%;
}

.panel-summary span {
  display: block;
  width: 20%;
}

.place-hero {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  min-height: 100px;
  margin-top: 0.5rem;
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 20rem) and (max-width: 42rem) {
  .place-hero {
    width: 100%;
    height: auto;
  }
}

.panel-item {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  cursor: pointer;
}

.panel-item h4 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  width: 100%;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .panel-item h4 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}

.panel-item.pinline:last-child {
  border-bottom: 0px solid transparent;
}

.panel-item .panel-content-wrapper {
  display: none;
}

.shop_prod h4 {
  color: #d7682e;
}

.rest_cafe h4 {
  color: #0fb5cb;
}

.section--tips h5 {
  font-size: 1rem;
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .section--tips h5 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  .section--tips svg {
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#map {
  width: 50vw;
  margin: 0 auto;
  height: 400px;
  background-color: grey;
}

@media only screen and (min-width: 24rem) and (max-width: 64rem) {
  #map {
    width: 85vw;
  }
}

@media only screen and (min-width: 20rem) and (max-width: 24rem) {
  #map {
    width: 85vw;
  }
}

#map.fullscreen {
  width: 100vw;
  height: 80vh;
}

.red {
  background-color: red !important;
}

/* Tabs */
.tabs {
  position: relative;
  min-height: 200px;
  /* This part sucks */
  clear: both;
  margin: 25px 0;
}

.tabs.rest_cafe [type=radio]:checked ~ label {
  background-color: rgba(15, 181, 203, 0.1);
  border-bottom-color: #0fb5cb;
  color: darkslategray;
}

.tabs.shop_prod [type=radio]:checked ~ label {
  background-color: rgba(215, 104, 46, 0.1);
  border-bottom-color: #d7682e;
  color: darkslategray;
}

.tab {
  display: inline-block;
  min-width: 25%;
  flex: 1;
  flex-basis: 25%;
  box-sizing: border-box;
}

.tab label {
  min-width: 100%;
  display: block;
  background: snow;
  color: lightgray;
  padding: 0.5rem 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  border-bottom: 3px solid lightgray;
  border-left: 1px solid lightgray;
  margin-left: -1px;
  position: relative;
  left: 1px;
  box-sizing: border-box;
}

.tab:first-child label {
  border-left: 0px solid transparent;
}

.tab [type=radio] {
  display: none;
}

.content {
  position: absolute;
  top: 3rem;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
}

[type=radio]:checked ~ label {
  z-index: 2;
  transition: all, 0.1s, ease 0.3s;
}

[type=radio]:checked ~ label ~ .content {
  z-index: 1;
  transition: all, 0.1s, ease 0.3s;
}

@media (max-width: 768px) {
  .mapouter1,
  .avocet_mapln,
  .linemap_shade,
  .stationpagemap {
    display: none !important;
  }
}

/* CSS Document */
@font-face {
  font-family: 'dearjoe_1_msregular';
  src: url("/wp-content/themes/greatscenic/library/fonts/dj1trial-webfont.eot");
  src: url("/wp-content/themes/greatscenic/library/fonts/dj1trial-webfont-.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/greatscenic/library/fonts/dj1trial-webfont.woff2") format("woff2"), url("/wp-content/themes/greatscenic/library/fonts/dj1trial-webfont.woff") format("woff"), url("/wp-content/themes/greatscenic/library/fonts/dj1trial-webfont.ttf") format("truetype"), url("/wp-content/themes/greatscenic/library/fonts/dj1trial-webfont.svg#dearjoe_1_msregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body {
  background: #fff;
  /*-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);*/
  -webkit-font-smoothing: antialiased;
}

body, input, textarea, select {
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: #292929;
  border: none;
}

strong {
  font-weight: 700;
}

pre {
  border: 1px solid #DD0000;
  background-color: #d3d3d3;
  font-size: 10px;
}

ul {
  list-style: none;
}

p {
  font-size: 16px;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  color: #535755;
}

h1 {
  color: #3badb8;
}

a {
  text-decoration: underline;
  color: #3badb8;
  font-weight: bold;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

h3 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #6ed5df;
}

a img {
  border: none;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

.contentcommon2 {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/*********************************************************************************/
/* Hero Gallery                                                                       */
/*********************************************************************************/
.youtube_link {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.youtube_link img {
  width: 125px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .youtube_link img {
    width: 100px;
  }
}

.youtube_link.inLines {
  position: absolute;
  top: 45%;
  z-index: 99;
  pointer-events: none;
  width: 125px;
  left: 50%;
  margin-left: -62px;
}

@media (max-width: 768px) {
  .youtube_link.inLines {
    height: 220px;
    width: 100px;
    margin-left: -50px;
  }
}

.lineMultiGallery {
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
}

.lightboxWrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
}

.lightboxContents {
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightboxInner {
  z-index: 99999;
  width: 85%;
  max-height: 75vh;
  max-width: 1024px;
}

.videoResponsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.videoResponsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  max-height: 75vh;
}

.closeIt {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  font-family: arial;
  cursor: pointer;
  z-index: 99999;
}

.closeLightbox {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.slick-slide a {
  height: 830px;
  display: block;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1280px) {
  .slick-slide a {
    height: 750px;
  }
}

@media (max-width: 1024px) {
  .slick-slide a {
    height: 480px;
  }
}

@media (max-width: 768px) {
  .slick-slide a {
    height: 220px;
  }
}

.slick-next, .slick-prev {
  z-index: 999;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity .5s ease;
}

.slick-lightbox.slick-hide {
  opacity: 0;
}

.slick-lightbox.slick-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox.slick-lightbox-ie.slick-hide, .slick-lightbox.slick-lightbox-ie.slick-hide-init {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox .slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner.iframe {
  width: 70%;
  height: 90%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-iframe-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-iframe-wrap:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-iframe-wrap .slick-lightbox-slick-caption {
  position: relative;
  top: 30px;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-iframe-wrap .slick-lightbox-slick-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  margin-top: 10px;
  color: #fff;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-next, .slick-prev {
  width: 40px;
  height: 40px;
}

.slick-next:before, .slick-prev:before {
  font-size: 40px;
}

.slick-lightbox-slick-caption {
  font-size: 14px;
}

.slick-lightbox-slick-caption a {
  display: inline;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .slick-lightbox-slick-caption {
    font-size: 17px;
  }
}

/*First Content*/
.contentcommon {
  clear: both;
  margin: 0 auto;
  position: relative;
  max-width: 1120px;
  width: 100%;
}

.contentcommon1 {
  clear: both;
  margin: 0 auto;
  position: relative;
  max-width: 1120px;
  width: 100%;
}

.imgwithtext h1 {
  color: #3badb8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 35px;
}

.imgwithtext p {
  font-size: 20px;
  line-height: 34px;
  padding-top: 25px;
  width: 68%;
}

/*Seperator*/
.seperator {
  line-height: 0.5;
  text-align: center;
  margin-top: 50px;
  color: #9a9289;
  width: 100%;
  float: left;
}

.seperator span {
  display: inline-block;
  position: relative;
  font-family: 'dearjoe_1_msregular';
  font-size: 30px;
}

.seperator span:before,
.seperator span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px dashed #ece9e7;
  top: 2px;
  width: 430px;
}

.seperator span:before {
  right: 100%;
  margin-right: 12px;
}

.seperator span:after {
  left: 100%;
  margin-left: 8px;
}

.lightblue {
  color: #6ed5df;
}

.lightgreen {
  color: #48b9c4;
}

.aqua {
  color: #46ccd8;
}

.highlightcontent1 {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.highlightcontent {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.button {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 500;
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #3badb8;
  border-radius: 12px;
  color: #6ed5df;
  padding: 0.4em 0.6em;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}

ul.commonlist {
  margin: 0;
  padding: 0 !important;
}

ul.commonlist li {
  width: 31%;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.contentcommon1 ul.commonlist li, .avocetline ul.commonlist li {
  min-height: 480px;
}

ul.commonlist li.last {
  margin-right: 0;
  padding-bottom: 0;
}

ul.commonlist li .button {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #3badb8;
  border-radius: 12px;
  color: #6ed5df;
  padding: 0.4em 0.6em;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}

ul.commonlist li .button:hover, .button:active {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.button:hover {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.commonlist p {
  color: #535755;
  margin-bottom: 20px;
  margin-top: 5px;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

.commonlist h3 a {
  margin-top: 10px;
  color: #6ED5DF;
}

/*********************************************************************************/
/* Map                                                                       */
/*********************************************************************************/
.mapouter1 {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}

.mapouter:after {
  background: url("/wp-content/themes/greatscenic/library/images/maptop.png") no-repeat center top;
  min-height: 80px;
  clear: both;
  position: relative;
  z-index: 9999;
}

.mapnew {
  width: 100%;
  height: 1300px;
  float: left;
  background: url("/wp-content/themes/greatscenic/library/images/map.jpg") no-repeat;
  background-size: cover;
  margin-top: 65px;
  background-color: #4eaeb9;
  z-index: 0;
}

.map {
  width: 100%;
  height: 1300px;
  float: left;
  background: url("/wp-content/themes/greatscenic/library/images/map.jpg") no-repeat;
  background-size: cover;
  margin-top: 90px;
  background-color: #4eaeb9;
}

.map h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  margin-top: 46px;
}

.map_shade {
  background: url("/wp-content/themes/greatscenic/library/images/dotted_shade.png") repeat;
  height: 70px;
  top: 20px;
  position: absolute;
  width: 100%;
}

.mapedge {
  width: 100%;
  height: 43px;
  float: left;
  background: url("/wp-content/themes/greatscenic/library/images/map_edge.png") no-repeat;
  background-position: center top;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  top: 65px;
  text-align: center;
  left: 0px;
}

.mapedgebtm {
  width: 80%;
  height: 43px;
  float: left;
  background: url("/wp-content/themes/greatscenic/library/images/map_edgebtm.png") no-repeat;
  position: absolute;
  /*top: 1370px;*/
  bottom: -20px;
  left: 210px;
  z-index: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.gallery {
  margin-top: 75px;
  float: left;
  margin-bottom: 30px;
}

.gallery ul {
  padding: 0px !important;
  overflow: auto;
}

.gallery li {
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
  display: inline-block;
  position: relative;
  padding-bottom: 0 !important;
  width: calc(100% / 3 - 15px);
}

.gallery li:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .gallery li {
    width: calc(100% / 2 - 11px);
  }
  .gallery li:nth-of-type(3n) {
    margin-right: 22px;
  }
  .gallery li:nth-of-type(2n) {
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .gallery li {
    width: calc(100% / 1);
  }
  .gallery li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .gallery li:nth-of-type(2n) {
    margin-right: 0px;
  }
}

.gallery li img {
  width: 100%;
}

.gallery li h3 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.mobilenone {
  float: left;
  width: 100%;
}

.summerives {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.gallery a:hover {
  opacity: 1;
}

.bluebox {
  position: absolute;
  background: url("/wp-content/themes/greatscenic/library/images/bluebg.png") repeat-x;
  margin-top: 12px;
  margin-left: 18px;
  padding: 40px 10px;
  position: absolute;
  top: 15%;
  z-index: 1;
  width: 78%;
  height: 30px;
  text-align: center;
}

.boxtxt {
  color: #fff;
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 40px;
  font-family: 'dearjoe_1_msregular';
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.pagecontent {
  float: left;
  width: 100%;
}

.pagecontent h3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'dearjoe_1_msregular';
  font-size: 37px;
  font-weight: 100;
}

.pagecontent h1 {
  margin-bottom: 20px;
  text-align: center;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
}

.pagecontent p {
  margin-top: 10px;
  font-size: 20px;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lftarw {
  background: url("/wp-content/themes/greatscenic/library/images/lftarw.jpg") no-repeat;
  height: 27px;
  width: 18px;
  position: absolute;
  top: 48%;
  left: 40px;
  cursor: pointer;
}

.rgtarw {
  background: url("/wp-content/themes/greatscenic/library/images/rgtarw.png") no-repeat;
  height: 27px;
  width: 18px;
  position: absolute;
  top: 48%;
  right: 3%;
  cursor: pointer;
}

.baylftbox {
  padding-top: 60px;
  width: 30%;
  float: left;
  clear: both;
}

.baylftbox p {
  margin-top: 20px;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}

.baylftbox h3 {
  font-size: 33px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 80%;
}

.lftbutn {
  margin-top: 45px;
  margin-bottom: 40px;
}

.lftbutn .button {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #3badb8;
  border-radius: 12px;
  color: #48b9c4;
  padding: 0.5em 0.7em;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}

.lftbutn .button:hover, .button:active {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.mugsimg {
  float: left;
}

.lftboximage {
  float: left;
  width: 460px;
  margin-left: 30px;
  margin-top: 60px;
}

.lftboximage img {
  border: 6px solid #f8f7f4;
  box-shadow: 0px 31px 13px -29px #999999;
}

.linelooe {
  float: left;
}

.linelooemonk {
  float: left;
}

.bayrghtbox {
  background: url("/wp-content/themes/greatscenic/library/images/rgtbox.jpg");
  float: left;
  top: 80px;
  width: 261px;
  color: #81807b;
  position: relative;
}

.bayrghtbox h1 {
  margin-top: 20px;
  color: #81807b;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-left: 20px;
  font-size: 20px;
  padding-bottom: 5px;
}

.bayrghtbox h4 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
}

.bayrghtbox p {
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  padding-top: 20px;
  line-height: 24px;
}

.split {
  border-top: 3px dotted #FFFFFF;
  width: 100%;
}

.ticket {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 3px;
}

.ticket h3 {
  padding-bottom: 10px;
  color: #81807b;
}

.ticket h5 {
  font-size: 20px;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
}

.ticket h6 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  padding-bottom: 10px;
}

.ticket h2 {
  margin-top: 15px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #48b9c4;
}

.ticket img {
  float: right;
  width: 32%;
}

.line {
  padding-top: 50px;
  margin-left: 140px;
}

.arrow_box {
  position: absolute;
  background: #fff;
  border: 1px solid #8adde5;
  width: 285px;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 13px;
  margin-left: -13px;
  margin-bottom: -1px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #8adde5;
  border-width: 15px;
  margin-left: -15px;
}

.blueln {
  border: 1px solid #8adde5;
  float: left;
  width: 285px;
  margin-left: 289px;
  position: absolute;
}

.blueln2 {
  border: 1px solid #8adde5;
  float: left;
  width: 285px;
  margin-left: 577px;
}

.titleln {
  float: left;
  margin-left: 150px;
  margin-top: 20px;
}

.titleln li {
  display: inline;
}

.titleln li a {
  margin-left: 140px;
  color: #3badb8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}

li a.ln_first {
  color: #3badb8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.planpic {
  position: relative;
  margin: 0;
  background: url("/wp-content/themes/greatscenic/library/images/plan.png") no-repeat;
  background-size: cover;
  text-align: center;
  height: 542px;
  clear: both;
  overflow: hidden;
  color: #fff;
  float: left;
  width: 100%;
}

.planpic h1 {
  float: left;
  color: #FFFFFF;
  margin-left: 50px;
  margin-top: 200px;
  font-size: 60px;
  font-family: 'dearjoe_1_msregular';
  font-weight: 100;
}

.planpic h2 {
  float: left;
  color: #FFFFFF;
  margin-left: 50px;
  margin-top: 250px;
  position: absolute;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
}

.imgbutn {
  margin-left: 100px;
  position: absolute;
}

.imgbutn .button {
  background: none;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  margin-left: -40px;
  margin-top: 320px;
  padding: 0.5em 1em 0.4em;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.imgbutn .button:hover, .button:active {
  background: #FFFFFF;
  border: 2px solid #6ed5df;
  color: #6ed5df;
}

.imgbrdr {
  width: 100%;
}

.imgbrdr img {
  border: 8px solid #f8f7f4;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
}

/*********************************************************************************/
/* Common HEADER                                                                     */
/*********************************************************************************/
/*STATION PAGE*/
.commonlayout.withmap {
  /*Map tooltips wont show without overflow: auto;*/
  overflow: auto;
}

.commonlayout {
  zoom: 1;
  clear: both;
  margin: 0 auto;
  position: relative;
  max-width: 1115px;
  width: 100%;
}

.logobox {
  clear: both;
  float: left;
  width: 350px;
}

.menubox {
  float: left;
  padding-top: 20px;
  padding-left: 100px;
  text-align: center;
}

.menus {
  margin: 0;
  padding: 0;
}

ul.menus li {
  display: inline-block;
  height: 45px;
}

ul.menus li a {
  color: #0eb5cb;
  padding: 0 20px;
  text-decoration: none;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.toplinks {
  float: right;
  margin-top: 20px;
}

ul.topsidelinks li {
  display: inline-block;
}

ul.topsidelinks li a {
  color: #0eb5cb;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.bannerbox {
  width: 100%;
  background: url("/wp-content/themes/greatscenic/library/images/stationpg_banner.png") no-repeat;
  background-size: cover;
  height: 635px;
  overflow: hidden;
  clear: both;
}

.bannerbox_over {
  padding-left: 120px;
  padding-top: 50px;
  line-height: normal;
  background: url("/wp-content/themes/greatscenic/library/images/stationpg_banner_shade.png") repeat-x;
  height: 182px;
  overflow: hidden;
  clear: both;
  filter: alpha(opacity=80);
}

.bannerbox_over h3 {
  color: #d7e4e2;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

.bannerbox_over h1 {
  color: #FFFFFF;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 65px;
}

.bannerbox_edge {
  height: 27px;
  background: url("/wp-content/themes/greatscenic/library/images/stationpg_dottedshade.png") repeat;
  width: 100%;
  clear: both;
}

.sectionlinks {
  padding-bottom: 40px;
}

ul.sec_link li {
  display: inline-block;
  padding-right: 20px;
}

ul.sec_link li a {
  color: #6ed5df;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
}

.sec_link li a.last {
  color: #6d6f71;
}

/* .mid_section {
  float: left;
  clear: both;
  width: 100%; }

.section_left, .section_right {
  padding-top: 50px;
  float: left;
  padding-bottom: 30px;
  width: 50%; }

.section_left_img {
  float: left;
  width: 32%; }

.sec_lft {
  float: left;
  padding-left: 20px !important;
  padding-top: 20px !important;
  width: 63%;
  list-style: inside;
  color: #6ed5df;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px; }

ul.sec_lft li {
  list-style: inside;
  color: #81807b;
  font-family: "lexia",serif;
  font-style: italic !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px; }

.sec_rgt {
  float: left;
  padding-left: 20px;
  padding-top: 20px;
  list-style: inside;
  color: #6ed5df;
  width: 63%;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px; }

ul.sec_rgt li {
  list-style: inside;
  color: #81807b;
  font-family: "lexia",serif;
  font-style: italic !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px; }*/
.avocet_mapln {
  border-top: 2px dashed #ece9e7;
  border-bottom: 2px dashed #ece9e7;
  float: left;
  clear: both;
  width: 100%;
  background: url("/wp-content/themes/greatscenic/library/images/shadebg.png") no-repeat;
  background-size: cover;
  min-height: 133px;
  display: none;
}

#mapshow {
  display: none;
  border-top: 2px dashed #ece9e7;
  border-bottom: 2px dashed #ece9e7;
  float: left;
  clear: both;
  width: 100%;
  background: url("/wp-content/themes/greatscenic/library/images/shadebg.png") no-repeat;
  background-size: cover;
  min-height: 133px;
}

#showmap {
  padding-left: 248px;
  border-top: 2px dashed #ece9e7;
  border-bottom: 2px dashed #ece9e7;
  float: left;
  clear: both;
  width: 100%;
  min-height: 133px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  float: left;
  margin-top: 45px;
}

.image img, .show {
  cursor: pointer;
}

.avocet_sec {
  float: left;
  padding-top: 40px;
}

.avocet_sec h3 {
  float: right;
  padding-left: 20px;
  padding-top: 10px;
  color: #3badb8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px !important;
}

.exmouth_sec {
  float: left;
  padding-top: 70px;
  padding-bottom: 60px;
}

.exmouth_sec p {
  font-size: 16px;
  padding-top: 20px;
}

.exmouth_sec_left {
  float: left;
  width: 430px;
}

.exmouth_sec_left h3 {
  color: #81807b;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.exmouth_sec_left_btm {
  float: left;
  background: url("/wp-content/themes/greatscenic/library/images/bird.png") no-repeat;
  background-position: right;
  min-height: 221px;
  max-width: 480px;
}

.exmouth_sec_left_btm h6 {
  color: #5bbdd5;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  padding-top: 60px;
  /*width: 51%;*/
  padding-right: 10px;
  margin-right: 196px;
}

.exmouth_sec_right {
  float: left;
  padding-left: 30px;
  width: 650px;
}

.exmouth_topimage {
  background: url(../images/linepage_map_edge1.png) no-repeat top center;
}

.exmouth_sec_right img {
  width: 100%;
  border: 5px solid #f8f7f4;
  margin-top: 30px;
}

.walksfromstation {
  float: left;
  width: 100%;
  padding-top: 90px;
}

.walksimage {
  float: left;
}

.walksimage img {
  border: 5px solid #f8f7f4;
}

.walkstxt {
  float: left;
  width: 640px;
  padding-left: 30px;
}

.walkstxt p {
  font-size: 16px;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

ul.walklink {
  padding: 30px 0px 0px 0px !important;
}

.walklink {
  padding-top: 30px;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.walklink li {
  list-style: url("/wp-content/themes/greatscenic/library/images/list_icon.png") inside !important;
  font-size: 15px;
  color: #81807b;
}

.walklink li > span {
  font-weight: 700;
  font-size: 18px;
  color: #3badb8;
}

.walklink a {
  color: #3badb8;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
}

.walks_railale {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 2px dashed #e9e6e3;
}

.walks_railale_image {
  float: left;
}

.walks_railale_image img {
  border: 5px solid #f8f7f4;
}

.walks_railale_txt {
  float: left;
  width: 640px;
  padding-left: 30px;
}

.walks_railale_txt p {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

.walks_railale .button {
  padding: 0.3em 0.6em 0.3em 0.5em;
}

.walks_railale .button:hover, .button:active {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.btn {
  padding-top: 30px;
}

.contentdetails {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contentdetails_list {
  float: left;
  width: 550px;
  padding-bottom: 30px;
}

.contentdetails img {
  border: 5px solid #f8f7f4;
}

.contentdetails p {
  font-size: 16px;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

.contentdetails_image {
  float: left;
}

.cont_details {
  float: left;
  padding-top: 30px;
  padding-left: 30px;
  width: 280px;
  padding-right: 30px;
}

.bodylayout {
  width: 100%;
  float: left;
}

.infolayout {
  margin-top: 10px;
  background: none repeat scroll 0 0 #f9f7f5;
  float: left;
  min-height: 500px;
  width: 100%;
  padding-bottom: 25px;
}

.stationinfo_lft {
  float: left;
  width: 500px;
  padding-top: 50px;
  padding-left: 90px;
}

.stationinfo_lft h3 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: normal;
}

.stationinfo_lft p {
  color: #81807b;
  font-size: 18px;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
}

.parking {
  padding-top: 75px;
  float: left;
}

.parking_list {
  float: left;
  color: #999892;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  /*width: 250px;*/
}

.parking_list span.blak {
  color: #0D0C0C;
  font-family: lexia;
  padding-left: 150px;
}

.parking_list span.blak1 {
  color: #0D0C0C;
  font-family: lexia;
  padding-left: 100px;
}

.parking_list a {
  font-weight: 400;
  color: #65bdc5;
  padding-left: 15px;
}

.parking_listname {
  float: left;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
}

.stationinfo_rgt {
  float: right;
  background: url("/wp-content/themes/greatscenic/library/images/stationinfo_mapshade.png") no-repeat;
  min-height: 383px;
  width: 750px;
}

.stationinfo_rgt img {
  border: 5px solid #f8f7f4;
  float: left;
  box-shadow: 0px 31px 13px -29px #999999;
}

.stationinfo_rgt_map {
  padding-top: 50px;
  padding-left: 30px;
  float: left;
  width: 629px;
}

.avocetline {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 45px;
}

.avocentln {
  width: 100%;
  float: left;
  text-align: center;
}

.avocentln h3 {
  font-family: 'dearjoe_1_msregular';
  font-size: 37px;
  font-weight: 100;
}

.avocentln h1 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  padding-top: 10px;
}

.boat {
  background: url("/wp-content/themes/greatscenic/library/images/boat.png") no-repeat;
  min-height: 740px;
  background-size: cover;
  margin-top: 70px;
  width: 100%;
}

/*GENERIC PAGE*/
.contentnav {
  float: left;
  clear: both;
  width: 100%;
  min-height: 70px;
  border-bottom: 3px dashed #ece9e7;
  border-top: 3px dashed #ece9e7;
  margin-top: 50px;
}

.layout {
  width: 100%;
  float: left;
}

.radiopad {
  margin-right: 10px;
  margin-top: 10px;
}

/*********************************************************************************/
/* RAT Trail                                                                     */
/*********************************************************************************/
.pagenav {
  border-top: 2px dashed #ece9e7;
  clear: both;
  border-bottom: 2px dashed #ece9e7;
  width: 100%;
  padding: 21px 0px 21px 0;
  margin-top: 39px;
  float: left;
}

ul.pagenavigation {
  margin: 0px;
  padding: 0px !important;
}

ul.pagenavigation li {
  list-style: none;
  display: inline-block;
  padding-bottom: 0px !important;
}

ul.pagenavigation li a {
  color: #6ed5df;
  font-size: 17px;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

ul.pagenavigation li a:hover {
  color: #6d6f71;
}

ul.pagenavigation li span {
  padding-left: 5px;
  padding-right: 15px;
}

ul.pagenavigation li.selected a {
  color: #6d6f71;
}

h1.pagetitle {
  color: #3badb8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 65px;
  text-align: left;
  padding-bottom: 50px;
  padding-top: 50px;
  line-height: 1;
}

.raiilcontentboxlft {
  width: 545px;
  float: left;
  clear: both;
  margin-right: 25px;
}

.raiilcontentboxlft p {
  font-size: 24px;
  line-height: 40px;
}

.raiilimgbox {
  width: 544px;
  float: left;
}

.stampimgbox {
  width: 105px;
  float: left;
  clear: both;
  padding-top: 25px;
}

.stamplinkbox {
  width: 440px;
  float: left;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-top: 40px;
}

.stamplinkbox span {
  background: url("/wp-content/themes/greatscenic/library/images/downloadicon.png") no-repeat;
  width: 16px;
  float: left;
  background-position: 0px 7px;
}

.stamplinkbox a {
  padding-left: 15px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6ed5df;
}

h3.railcontenttext {
  font-family: 'dearjoe_1_msregular';
  font-weight: 100;
  font-size: 37px;
  clear: both;
  text-align: center;
  padding-top: 80px;
}

h4.railcontenttext {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  clear: both;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3badb8;
  color: #3badb8;
}

/*toggle effect for sliderborder --kamal */
#cssmenu .contentcommon .slidertitlelftnormal .has-sub h5 {
  cursor: pointer;
  cursor: hand;
  display: inline;
}

.sliderplusimgtnormalfirst {
  float: right;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 30px;
}

.sliderplusimgtnormalfirst, .sliderplusimgtnormal, .sliderplusimgtnormal1, .sliderplusimgtnormal2 img {
  cursor: pointer;
}

.sliderborder {
  border-top: 1px solid #d3d3d3;
  float: left;
  width: 100%;
}

.sliderborder1 {
  border-top: 1px solid #d3d3d3;
  float: left;
  width: 100%;
}

.sliderborder2 {
  border-top: 1px solid #d3d3d3;
  float: left;
  width: 100%;
}

.sliderborder3 {
  border-top: 1px solid #d3d3d3;
  float: left;
  width: 100%;
}

.sliderborder4 {
  border-top: 1px solid #d3d3d3;
  float: left;
  width: 100%;
}

.sliderborder1 h5, #toggle-view .slidertitlelftnormal h3 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #6ed5df;
}

.sliderborder2 h5 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #6ed5df;
}

.sliderborder3 h5 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #6ed5df;
}

.sliderborder4 h5 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #6ed5df;
}

.sliderborder h5.selected {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #81807b;
}

.sliderborder h5 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #6ed5df;
}

.slidertitlelft {
  width: 1064px;
  float: left;
  clear: both;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sliderplusimg {
  width: 30px;
  float: right;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sliderimgbox {
  width: 265px;
  float: left;
  background: #f8f7f4;
  margin-right: 25px;
  height: 176px;
  clear: both;
}

.sliderimgbox img {
  padding: 7px;
}

.slideroldsag {
  width: 250px;
  float: left;
  padding-bottom: 34px;
  padding-right: 20px;
}

.slideraddress {
  width: 285px;
  float: left;
}

.slideropeningshour {
  width: 248px;
  float: left;
}

.graytitle {
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.sliderborder p {
  font-size: 16px;
}

.sliderplusimgtnormal1 {
  float: right;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 30px;
}

.sliderplusimgtnormal2 {
  float: right;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 30px;
}

#more1 {
  display: none;
  padding-left: 100px;
}

#more2 {
  display: none;
  padding-left: 100px;
}

#more3 {
  display: none;
  padding-left: 100px;
}

.areahidden {
  display: none;
  padding-left: 100px;
  margin-bottom: 15px;
}

.bluelink a {
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
  color: #6ed5df;
}

.slideraddress p,
.slideropeningshour p {
  font-style: italic;
}

.slidertitlelftnormal {
  width: 1064px;
  float: left;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sliderplusimgtnormal {
  width: 30px;
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contentbanner {
  width: 100%;
  background: url("/wp-content/themes/greatscenic/library/images/railbanner.jpg") no-repeat top center;
  height: 100%;
  min-height: 750px;
  background-size: cover;
  -moz-background-size: cover;
  margin-bottom: 50px;
  background-position: center;
  clear: both;
  border-top: 1px solid #d3d3d3;
  line-height: 26px;
}

.contentbannerleft {
  width: 40%;
  float: left;
}

.contentbannerleft1 {
  float: left;
}

.railaletrail {
  clear: both;
  font-family: 'dearjoe_1_msregular';
  font-weight: 100;
  font-size: 37px;
  padding-top: 50px;
  color: #6ed5df;
}

.contentbannerleft h4.railcontenttext {
  text-align: left;
  color: #3badb8;
  padding-bottom: 23px;
}

.contentbannerleft p {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 30px;
}

.graytitle1 {
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

/*********************************************************************************/
/* Generic page                                                           */
/*********************************************************************************/
.navigationlinks {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #ECE9E7;
  border-top: 2px dashed #ECE9E7;
}

.contentcommonlft {
  width: 830px;
  margin-right: 25px;
  float: left;
  clear: both;
}

.contentcommon_menurgt {
  width: 260px;
  float: right;
  background: #48b9c4;
  padding: 23px 2px 22px 2px;
  margin-bottom: 50px;
}

.contentcommonimg_rgt {
  width: 855px;
  float: left;
}

.contentcommonlft p {
  font-size: 24px;
  line-height: 40px;
}

.contentcommonlftimg {
  width: 335px;
  float: left;
  padding-top: 30px;
}

.contentcommonlftcontent {
  width: 492px;
  float: left;
  padding-top: 30px;
  padding-bottom: 50px;
}

.contentcommonlftcontent p {
  padding-bottom: 45px;
}

ul.grennrgtmenu {
  margin: 0px;
  padding: 0px;
}

ul.grennrgtmenu li {
  border-bottom: 2px dashed #84d0d7;
  display: block;
  padding: 12px 0px 12px 0px;
}

ul.grennrgtmenu li.last {
  border-bottom: none;
}

ul.grennrgtmenu li a {
  color: #fff;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding-left: 6px;
}

.contentbannergeneric {
  background: url("/wp-content/themes/greatscenic/library/images/genericbanner.jpg") no-repeat top center;
  height: 589px;
  background-size: cover;
  -moz-background-size: cover;
  margin-bottom: 90px;
  background-position: center;
  clear: both;
  border-top: 1px solid #d3d3d3;
}

.dearjoetitlewhite {
  font-family: 'dearjoe_1_msregular';
  font-size: 60px;
  padding-top: 95px;
  color: #fff;
  font-weight: 100;
}

h4.futurabannertitlewhite {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  color: #fff;
  padding-top: 30px;
  line-height: 32px;
  padding-bottom: 30px;
}

.bannerbutn .button {
  background: none;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  padding: 0.5em 1em 0.4em;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.bannerbutn {
  padding-top: 35px;
}

.bannerbutn .button:hover, .bannerbutn .button:active {
  background: #FFFFFF;
  border: 2px solid #6ed5df;
  color: #6ed5df;
}

.contents_list ul li {
  list-style: url("/wp-content/themes/greatscenic/library/images/greendot.png");
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 20px;
}

.contents_list {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #535755;
  padding-left: 20px;
}

.imgwithtext {
  margin-top: 30px;
  min-height: 351px;
  background-repeat: no-repeat;
  background-position: right top;
  float: left;
}

@media (max-width: 1024px) {
  .imgwithtext {
    background: none !important;
  }
}

.itallicstyle {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  padding-top: 0 !important;
}

/*radio and checkbox*/
#holder {
  width: 100%;
}

#holder > div {
  clear: both;
  padding: 2%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  float: left;
  width: 96%;
}

.regular-checkbox {
  display: none;
}

.regular-checkbox + label {
  background-color: #fff;
  border: 2px solid #cacece;
  margin-right: 18px;
  padding: 9px;
  display: inline-block;
  position: relative;
}

.regular-checkbox:checked + label {
  background-color: #6ed5df;
  border: 2px solid #659992;
  color: #fff;
}

.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 5px;
  color: #fff;
}

.big-checkbox + label {
  padding: 12px;
}

.big-checkbox:checked + label:after {
  font-size: 18px;
  left: 4px;
}

.tag {
  font-family: Arial, sans-serif;
  width: 200px;
  position: relative;
  top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
}

.radio-1 {
  width: 193px;
}

.button-holder {
  float: left;
}

.button-holder-checkbox {
  float: left;
}

/* RADIO */
.regular-radio {
  display: none;
}

.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-right: 18px;
}

.regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #6ed5df;
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

.regular-radio:checked + label {
  background-color: #fff;
  color: #99a1a7;
  border: 2px solid #669a93;
}

.big-radio + label {
  padding: 16px;
}

.big-radio:checked + label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}

.regular-radio + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #ebebeb;
  left: 3px;
  font-size: 32px;
}

.regular-radio + label {
  background-color: #fff;
  color: #99a1a7;
  border: 2px solid #e1e1e1;
}

.big-radio + label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}

.contact_details_form {
  font-family: 'latoregular',Sans-Serif;
  font-size: 12px;
  letter-spacing: 3px;
  float: left;
  padding-top: 55px;
}

.contact_details_form input {
  font-size: 17px;
  font-family: 'latolight',Sans-Serif;
  color: #969696;
  padding: 10px;
}

.contact_details_form select {
  height: 50px;
  width: 410px;
  border: 2px solid #d7d7d7;
}

.details_textbox:focus {
  border: 2px solid #6ed5df;
  color: #282828;
}

.fieldleft {
  color: #81807b;
  clear: both;
  float: left;
  width: 440px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}

.fieldright {
  float: left;
  width: 405px;
}

.details_textbox {
  border: 2px solid #d7d7d7;
  height: 50px;
  margin-bottom: 46px;
  margin-right: 20px;
  width: 410px;
}

.sortbox {
  float: left;
  width: 107px;
  padding-left: 20px;
}

.fieldright {
  color: #81807b;
  float: left;
  width: 405px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}

.fieldtextarea {
  color: #81807b;
  margin-top: 50px;
  float: left;
  clear: both;
  width: 100%;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}

textarea {
  border: 2px solid #d7d7d7;
  float: left;
  height: 205px;
  width: 95%;
  padding: 10px;
}

textarea:focus {
  border: 2px solid #6ed5df;
  color: #282828;
}

.book_postcode {
  clear: both;
  float: left;
  margin-top: 52px;
  width: 100%;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.book_postcode input {
  color: #de582e;
  border: 2px solid #de582e;
  margin-top: 15px;
}

footer {
  clear: both;
}

.mixdeck-mobile {
  display: none;
}

/*********************************************************************************/
/* Line page                                                           */
/*********************************************************************************/
.main_h {
  position: fixed;
  top: 0px;
  max-height: 60px;
  z-index: 999;
  width: 100%;
  padding-top: 3px;
  background: none;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}

.linebannerbox {
  background: url("/wp-content/themes/greatscenic/library/images/linepagebanner.png") no-repeat;
  background-size: cover;
  height: 830px;
  overflow: hidden;
  clear: both;
  width: 100%;
}

.line_bannerbox_over {
  background: url("/wp-content/themes/greatscenic/library/images/stationpg_banner_shade.png") repeat-x top;
  clear: both;
  height: 182px;
  line-height: normal;
  /*opacity: 0.8;*/
  overflow: hidden;
  padding-top: 40px;
  position: absolute;
  z-index: 12;
  width: 100%;
  top: 0;
}

.stationtitle {
  float: left;
  display: inline-block;
  padding-left: 80px;
}

.keyfacts {
  float: right;
  padding-right: 40px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.keyfacts_mobile {
  display: none;
  margin: 20px;
}

.keyfacts_mobile .ticketbtn {
  padding: 20px 0;
}

.singlefact {
  display: inline-block;
  padding-left: 20px;
  color: #FFFFFF;
  font-family: "futura-pt",sans-serif;
}

.keyfacts_mobile .singlefact {
  display: block;
  color: #ccc;
  clear: both;
  padding: 10px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-transform: uppercase;
}

.singlefact h5 {
  font-size: 43px;
}

.singlefact h6 {
  font-size: 1em;
}

.keyfacts_mobile .singlefact h5 {
  font-size: 1em;
  display: inline-block;
  color: #0eb5cb;
}

.keyfacts_mobile .singlefact h6 {
  display: inline-block;
}

.singlefact h6 p.headprice {
  font-size: 24px;
  line-height: 16px;
  color: #B2E3E8;
  letter-spacing: -0.08em;
}

.line_bannerbox_over h3 {
  color: #FFF;
  font-family: "futura-pt",sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
}

.line_bannerbox_over h1 {
  color: #FFF;
  font-size: 20px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.line_bannerbox_over_icons {
  float: right;
  padding-right: 40px;
}

.line_bannerbox_over_icons img {
  padding-right: 20px;
}

.line_bannerbox_over_icons h6 {
  color: #FFFFFF;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.gallerybtn {
  float: left;
  position: absolute;
  top: 500px;
  left: 500px;
}

.gallerybtn a.button {
  float: left;
  background: url("/wp-content/themes/greatscenic/library/images/gallery_icon.png") no-repeat #6a6558;
  background-position: 10px 9px;
  border: #6a6558;
  color: #fff;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.2em 1.6em 0.1em 1.8em;
  opacity: 0.8;
  border-radius: 20px;
}

.imgwithtext1 {
  margin-top: 20px;
  min-height: 351px;
}

.imgwithtext1 p {
  font-size: 24px;
  color: #6a6558;
  line-height: 34px;
  padding-top: 25px;
  /*width: 68%;*/
}

.mid_sectionline {
  clear: both;
  width: 100%;
  float: left;
}

.linesec {
  float: left;
  padding-bottom: 30px;
  padding-top: 50px;
  width: 50%;
}

.linesec_img {
  float: left;
}

.findmorebtn {
  float: left;
}

.mrebtn1 {
  display: none;
}

.linesec_contents {
  float: left;
  font-family: "lexia",serif;
  font-size: 20px;
  font-style: italic;
  font-size: 16px;
  color: #535755;
  font-weight: 300;
  list-style: inside none disc;
  padding-left: 20px;
  width: 60%;
}

.linesec_contents p {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 30px;
}

.linesec_contents h3 a {
  color: #6ED5DF;
}

.linesec_contents a.button {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  padding: 0.7em 0.8em;
}

.linesec_contents a.button:hover, a.button:active {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.linemaplayout {
  width: 100%;
  float: left;
  padding-top: 40px;
}

.linepagemap {
  position: relative;
  padding-top: 30px;
  background: url("/wp-content/themes/greatscenic/library/images/linepage_map_edge.png") no-repeat;
  background-position: 15px 2px;
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
}

.stationpagemap {
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 816px;
}

.home-map-mobile {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 2em;
  float: left;
}

@media (max-width: 768px) {
  .home-map-mobile {
    display: block;
  }
}

.homepagemap {
  overflow: auto;
  clear: both;
  position: relative;
  width: 100%;
  margin: 90px auto 0;
  max-width: 1300px;
}

.homepagemap .map-mask,
.stationpagemap .map-mask,
.linepagemap .map-mask {
  overflow: hidden;
  position: relative;
  border: 5px solid #f8f7f4;
  touch-action: none;
  box-sizing: border-box;
}

#mapimage {
  display: block;
}

.station.major:hover {
  cursor: pointer;
  transform: scale(2);
}

.station {
  position: absolute;
  transition: transform 300ms ease-out;
}

.train-line {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.train-line li {
  padding: 0;
  margin: 0;
}

.train-line li .station-detail {
  display: none;
}

.qtip .qtip-close {
  border: none;
  right: 5px;
  top: 2px;
}

.qtip-content .station-detail {
  width: 240px;
}

.linemap_shade {
  background: url("/wp-content/themes/greatscenic/library/images/dotted_shade.png") repeat;
  min-height: 70px;
  width: 73%;
  padding-top: 40px;
  float: left;
}

.linemapedge {
  float: left;
  height: 43px;
  left: 10px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 65px;
  width: 70%;
  z-index: 1;
}

.linepagemapright {
  float: left;
  width: 23%;
  padding-left: 40px;
  padding-top: 75px;
}

.linepagemapright h3 {
  color: #81807b;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.linepagemapright h6 {
  color: #81807b;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.linepagemapright h4 {
  color: #999892;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-family: "futura-pt",sans-serif;
}

.linepagemapright p {
  color: #81807b;
  padding-top: 10px;
  line-height: 24px;
}

.tic {
  float: left;
  padding-bottom: 30px;
}

.tim {
  float: left;
}

.sta {
  float: left;
  padding-bottom: 30px;
}

ul.stations {
  font-family: "lexia",serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  padding-bottom: 20px !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
  width: 250px;
}

ul.stations li {
  color: #81807b;
  font-size: 16px !important;
  list-style: inside url("/wp-content/themes/greatscenic/library/images/list_icon.png") !important;
  float: left;
  list-style-position: inside;
  width: 100%;
  padding-bottom: 0px !important;
}

ul.stations li a {
  font-family: "lexia",serif;
  font-weight: 700;
}

.blue {
  color: #3badb8;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
}

.blue1 {
  color: #3badb8;
}

.certificate_image {
  float: left;
}

.certificate_image a {
  display: block;
}

.layout_destination {
  background: #f9f7f5 url("/wp-content/themes/greatscenic/library/images/stationinfo_mapshade.png") no-repeat right top;
  float: left;
  width: 100%;
  min-height: 670px;
  margin-top: 50px;
  padding-bottom: 55px;
}

.layout_destination h2 {
  font-family: 'dearjoe_1_msregular';
  font-weight: 100;
  color: #6ed5df;
  font-size: 37px;
  text-align: center;
  padding-bottom: 30px;
}

.layout_destination h1 {
  text-align: center;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  padding-bottom: 70px;
}

.linelayout {
  width: 1115px;
  margin: 0 auto;
  clear: both;
  padding-top: 50px;
}

.linecontent {
  float: left;
  top: 200px;
  width: 100%;
  position: absolute;
}

ul.linepagelist {
  padding: 0px !important;
}

ul.linepagelist li {
  display: inline-block;
  float: left;
  margin-right: 37px;
  width: 30%;
  padding-bottom: 0px !important;
}

.linecontent p {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

ul.linepagelist a.button {
  background: none repeat scroll 0 0 #F9F7F5;
  border: 2px solid #3badb8;
  border-radius: 12px;
  color: #6ed5df;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.4em 0.5em;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}

ul.linepagelist a.button:hover, a.active {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.linepagelist h3 {
  padding-top: 20px;
}

.linepagelist h3 a {
  padding-left: 10px;
  text-decoration: none;
  color: #6ED5DF;
  text-transform: uppercase;
}

.linepagelist p {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.mrebtn {
  padding-left: 10px;
}

.linebanner {
  background-repeat: no-repeat;
  background-position: top center;
  height: 716px;
  background-size: cover;
  -moz-background-size: cover;
  margin-bottom: 30px;
  background-position: center;
  clear: both;
  border-top: 1px solid #d3d3d3;
  width: 100%;
}

.linepagecontents {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.linecontenttxt {
  float: left;
  width: 100%;
}

.linecontenttxt h3 {
  clear: both;
  font-family: "dearjoe_1_msregular";
  font-size: 37px;
  font-weight: 100;
  padding-top: 15px;
  text-align: center;
}

.linecontenttxt h4 {
  clear: both;
  color: #3badb8;
  font-family: "futura-pt",sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}

.contenttxt {
  padding-left: 100px;
  width: 900px;
}

.contenttxt p {
  text-align: center;
  font-size: 20px;
}

.linepageleft {
  clear: both;
  float: left;
  padding-top: 60px;
  width: 30%;
  line-height: 24px;
}

.linepageleft .lftbutn {
  margin-top: 20px;
}

.linepageleft .button {
  padding: 0.4	em 0.7em;
}

.linepageleft .linebtmimg {
  padding-left: 10px;
}

.linepageleft h3 {
  padding-bottom: 20px;
  font-family: "futura-pt",sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
}

.linepageleft p {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}

.linepageright {
  float: left;
  padding-top: 60px;
  width: 250px;
  line-height: 24px;
}

.linepageright h4 {
  color: #999892;
  padding-top: 30px;
}

.linepageright p {
  color: #81807b;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
  line-height: 22px;
}

/*********************************************************************************/
/* Start Rail ale page                                                           */
/*********************************************************************************/
.railmenulinktop {
  border-top: 2px dashed #ece9e7;
  width: 100%;
  margin-top: 60px;
  float: left;
  padding-bottom: 20px;
}

.railmenulinkbottom {
  border-top: 2px dashed #ece9e7;
  width: 100%;
  margin-top: 45px;
  float: left;
  padding-bottom: 20px;
}

.railale_railale_txt1 h1 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
}

.railale_railale1 {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}

.railale_railale_txt1 {
  float: left;
  width: 680px;
  padding-left: 10px;
}

.railale_railale_image1 {
  position: absolute;
  left: 800px;
  top: 100px;
  z-index: 1;
  border: 5px solid #f8f7f4;
}

.railale_railale_image2 {
  position: absolute;
  left: 190px;
  top: 25px;
  z-index: 2;
  border: 5px solid #f8f7f4;
}

.railale {
  margin: 30 auto;
  position: relative;
  padding-left: 90px;
}

.railale h1 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  padding-left: 40px;
  padding-top: 60px;
}

.railale p {
  color: #535755;
  font-size: 24px;
  padding-top: 20px;
  padding-right: 50px;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

.works {
  margin: 90 auto;
  position: relative;
  padding-left: 90px;
}

.works h1 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  padding-left: 400px;
  padding-top: 60px;
}

.images_hz {
  width: 960px;
  height: auto;
  overflow: hidden;
}

.images_hz img {
  display: inline;
  margin: 0 10px;
}

.column1 {
  float: left;
  width: 33%;
}

.column2 {
  float: left;
  width: 33%;
}

.column3 {
  float: left;
  width: 33%;
}

.imgbrdr1 img {
  width: 35%;
}

.im {
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  color: #535755;
  padding-left: 10px;
}

ul.worklist {
  margin: 0;
  padding: 0;
}

ul.worklist li {
  width: 30%;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-right: 0px;
}

ul.worklist li.last {
  margin-right: 0;
  padding-bottom: 0;
}

ul.worklist li .button {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 70;
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #3badb8;
  border-radius: 12px;
  color: #6ed5df;
  padding: 0.5em 0.6em 0.5em 0.5em;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}

ul.worklist li .button:hover, .button:active {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.worklist p {
  color: #535755;
  margin-bottom: 20px;
  margin-top: 5px;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

.worklist h3 {
  margin-top: 10px;
}

.container {
  text-align: center;
  position: absolute;
}

figcaption {
  margin: 10px 0 0 0;
  font-variant: small-caps;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
}

figure {
  padding: 5px;
}

img {
  transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
}

.trail {
  margin-top: 0px;
  position: absolute;
}

.trail h1 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  padding-left: 420px;
  padding-top: 15px;
  padding-bottom: 80px;
}

.trail h2 {
  color: #6ed5df;
  font-family: 'dearjoe_1_msregular';
  font-weight: 100;
  font-size: 37px;
  padding-left: 620px;
  padding-top: 50px;
}

.imgbrdr2 img {
  width: 35%;
}

ul.traillist {
  margin: 0;
  padding: 0;
}

ul.traillist li {
  width: 30%;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
}

ul.traillist li.last {
  margin-right: 0;
  padding-bottom: 0;
}

ul.traillist li .button {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #3badb8;
  border-radius: 12px;
  color: #6ed5df;
  padding: 0.5em 0.6em 0.5em 0.5em;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}

ul.traillist li .button:hover, .button:active {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.traillist p {
  color: #535755;
  margin-bottom: 20px;
  margin-top: 5px;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

.traillist h3 {
  margin-top: 10px;
}

.container1 {
  text-align: center;
  margin-top: 120px;
}

.container1 img {
  background-color: #00CCCC;
  height: 238px;
  width: 153px;
}

.infolayout1 {
  background: none repeat scroll 0 0 #f9f7f5;
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
  min-height: 500px;
  padding-bottom: 25px;
}

.infolayout2 {
  background: #f9f7f5 url("/wp-content/themes/greatscenic/library/images/stationinfo_mapshade.png") right top no-repeat;
  width: 100%;
  /*margin-top:250px;*/
  min-height: 700px;
  clear: both;
  margin-top: 50px;
  float: left;
}

.iconDetails {
  margin-left: 2%;
  float: left;
  height: 132px;
  width: 171px;
}

.news {
  margin-left: 60px;
  float: left;
  left: 395px;
  position: absolute;
  margin-top: 35px;
}

.news p {
  padding-left: 300px;
  margin-top: 0px;
}

.container2 {
  width: 100%;
  height: 200px;
  background-color: #f4f1ee;
  padding-left: 240px;
  margin-top: 30px;
}

.container2 img {
  margin-top: 30px;
}

.cont_details1 {
  float: left;
  padding-top: 30px;
  padding-left: 30px;
  width: 880px;
  padding-right: 30px;
  margin-top: 0px;
}

.cont_details2 {
  padding-left: 200px;
  clear: both;
}

.left {
  border: 1px solid black;
  clear: left;
}

.both {
  border: 1px solid black;
  clear: both;
}

.black {
  float: left;
  margin: 0px;
  width: 10%;
  background-color: black;
}

.red {
  float: right;
  margin: 0px;
  width: 10%;
  background-color: red;
}

.black p {
  padding-left: 90px;
}

#wrapper {
  width: 1500px;
  margin: 0 auto;
  padding-left: 120px;
  margin-top: 40px;
}

.contentarea {
  float: left;
}

.ratstepcolumn, .ratstepcolumn0, .ratstepcolumn1, .ratstepcolumn2, .ratstepcolumn3, .ratstepcolumn4 {
  border: 1px solid white;
  float: left;
  color: #999999;
  float: left;
  width: 250px;
  padding-right: 20px;
}

.ratstepcolumn > p, .ratstepcolumn0 > p, .ratstepcolumn1 > p, .ratstepcolumn2 > p, .ratstepcolumn3 > p, .ratstepcolumn4 > p {
  color: #999999;
  font-size: 17px;
}

.ratstepcolumn > h3, .ratstepcolumn0 > h3, .ratstepcolumn1 > h3, .ratstepcolumn2 > h3, .ratstepcolumn3 > h3 {
  padding-bottom: 20px;
  font-size: 23px;
}

p.lxialgt {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 45px;
}

.guide {
  margin: 30 auto;
  position: relative;
  padding-left: 20px;
}

.guide h1 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  padding-left: 480px;
  margin-top: 35px;
}

.guide h3 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  padding-left: 430px;
}

.guide p {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  padding-left: 300px;
  font-size: 16px;
}

.stamp_sec {
  float: left;
  padding-top: 90px;
  padding-bottom: 60px;
}

.stamp_sec p {
  font-size: 16px;
}

.stamp_sec_left {
  float: left;
  width: 450px;
}

.stamp_sec_left h3 {
  color: #81807b;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.stamp_sec_left_btm {
  float: left;
  background: url("/wp-content/themes/greatscenic/library/images/bird.png") no-repeat;
  background-position: right;
  min-height: 221px;
}

.stamp_sec_left_btm h6 {
  color: #5bbdd5;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  padding-top: 60px;
  width: 60%;
}

.stamp_sec_right {
  float: left;
  padding-left: 15px;
}

/*seperator1*/
.seperator1 {
  line-height: 3;
  text-align: center;
  margin-top: 500px;
  color: #9a9289;
  width: 100%;
}

.seperator1 span {
  display: inline-block;
  position: relative;
  font-family: 'dearjoe_1_msregular';
  font-size: 30px;
}

.seperator1 span:before,
.seperator1 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px dashed #ece9e7;
  top: 42px;
  width: 450px;
}

.seperator1 span:before {
  right: 100%;
  margin-right: 12px;
}

.seperator1 span:after {
  left: 100%;
  margin-left: 8px;
}

.bottomlogo {
  float: left;
  padding-top: 30px;
}

ul#display-inline-block-example,
ul#display-inline-block-example li {
  /* Setting a common base */
  margin: 0;
  padding-left: 80px;
  font-size: 14px;
}

ul#display-inline-block-example {
  width: 1550px;
}

ul#display-inline-block-example li {
  display: inline-block;
  width: 159px;
  height: 163px;
  vertical-align: top;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}

.contectlayout {
  background-color: #0eb5cb;
  height: 600px;
}

.railalew_railalew_txt1 h1 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
}

.railalew_railalew1 {
  margin: 90 auto;
  position: relative;
  padding-left: 0px;
}

.railalew_railalew_txt1 {
  float: left;
  width: 680px;
  padding-left: 10px;
}

.railalew_railalew_image1 {
  position: absolute;
  left: 800px;
  top: 100px;
  z-index: 1;
  border: 5px solid #f8f7f4;
}

.railalew_railalew_image2 {
  position: absolute;
  left: 190px;
  top: 25px;
  z-index: 2;
  border: 5px solid #f8f7f4;
}

.railalew {
  margin: 30 auto;
  position: relative;
  padding-left: 190px;
}

.railalew h1 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  margin-left: 0px;
  padding-top: 60px;
  color: #FFFFFF;
}

.railalew p {
  color: #535755;
  font-size: 24px;
  padding-top: 20px;
  padding-right: 20px;
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

.worksw {
  margin: 90 auto;
  position: relative;
  padding-left: 90px;
}

.worksw h1 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  padding-left: 40px;
  padding-top: 60px;
  color: #FFFFFF;
}

.sidelink {
  background-color: #00FF33;
  height: 500px;
  width: 300px;
  margin-left: 200px;
}

.bannerbox_edge1 {
  height: 27px;
  margin-top: 50px;
  background: url("/wp-content/themes/greatscenic/library/images/stationpg_dottedshade.png") repeat;
  clear: both;
}

.commonlayoutar {
  clear: both;
  margin-top: 25px;
  position: relative;
  max-width: 1115px;
  width: 100%;
}

.sectionlinksar {
  padding-top: 35px;
  padding-left: 0px;
}

ul.sec_linkar li {
  display: inline-block;
  padding-right: 20px;
}

ul.sec_linkar li a {
  color: #6ed5df;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
}

ul.sec_linkar li, ul.sec_link li {
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
}

.sec_linkar li a.last {
  color: #6d6f71;
}

.rat {
  clear: both;
  margin: 0 auto;
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin-top: 50px;
}

.ratlft {
  width: 830px;
  margin-right: 25px;
  float: left;
  clear: both;
}

.rat_menurgt {
  width: 260px;
  float: left;
  background: #48b9c4;
  padding: 23px 2px 22px 2px;
}

.ratimg_rgt {
  width: 855px;
  float: left;
}

.ratlft p {
  font-size: 24px;
  line-height: 40px;
}

.ratlft h1 {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  padding-top: 10px;
  color: #FFFFFF;
}

.ratlftimg {
  width: 335px;
  float: left;
  padding-top: 30px;
}

.ratlftcontent {
  width: 492px;
  float: left;
  padding-top: 30px;
  padding-bottom: 50px;
}

.ratlftcontent p {
  padding-bottom: 45px;
}

h1.pagetitlerat {
  color: #FFFFFF;
  font-family: "futura-pt",sans-serif;
  font-size: 65px;
  font-weight: 300;
  text-align: left;
  padding-bottom: 50px;
  padding-top: 65px;
}

ul#display-inline-block-example1,
ul#display-inline-block-example1 li {
  /* Setting a common base */
  margin: 0;
  padding-left: 0px;
  font-size: 14px;
}

ul#display-inline-block-example1 {
  width: 1550px;
}

ul#display-inline-block-example1 li {
  display: inline-block;
  width: 159px;
  height: 163px;
  vertical-align: top;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}

ul#display-inline-block-example2,
ul#display-inline-block-example2 li {
  /* Setting a common base */
  margin: 0;
  padding-left: 60px;
  font-size: 14px;
}

ul#display-inline-block-example2 {
  width: 100%;
}

ul#display-inline-block-example2 li {
  display: inline-block;
  width: 159px;
  height: 163px;
  vertical-align: top;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}

.stationinfo1_lft {
  width: 500px;
  padding-top: 50px;
  padding-left: 0px;
}

.stationinfo1_lft h3 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: normal;
  color: #00CCFF;
}

.stationinfo1_lft p {
  font-size: 18px;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
}

/*********************************************************************************/
/*  Home page                                                           */
/*********************************************************************************/
.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************************************/
/*  Rail ale page                                                           */
/*********************************************************************************/
.railaletrails {
  width: 100%;
  float: left;
}

.railalecontentboxlft {
  clear: both;
  float: left;
  margin-right: 25px;
  width: 720px;
}

.railalecontentboxlft p {
  font-size: 24px;
  line-height: 40px;
}

.railaleimgbox {
  float: left;
  width: 350px;
}

.railalelistimgs {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  padding-top: 20px;
}

.railalepic {
  float: left;
  width: 20%;
  text-align: center;
  padding-right: 25px;
}

.railalepic h3 {
  line-height: 20px;
  color: #999892;
  font-size: 14px;
  text-transform: uppercase;
}

.railalepic h3 a {
  color: #999892;
  font-size: 14px;
  text-transform: uppercase;
}

.linepagemidlistimages {
  float: left;
}

.linepagemidimages {
  width: 200px;
  text-align: center;
}

ul.explore {
  margin: 0px;
  padding: 10px 0px 0px 0px !important;
  clear: both;
}

ul.explore li {
  list-style: none;
  display: inline-block;
  width: 162px;
  padding-right: 20px;
  padding-bottom: 0px !important;
  vertical-align: top;
}

ul.explore li.last {
  margin-right: 0px;
}

ul.explore li h3 {
  min-height: 60px;
}

ul.explore li h3 a {
  color: #6ED5DF;
}

.graysmallbgbox {
  background: #f4f1ee;
  width: 100%;
  float: left;
  min-height: 180px;
}

.explorebtn {
  padding-top: 15px;
  margin-bottom: 25px;
}

.explorebtn .button {
  padding: 0.3em 0.6em;
  background: #F9F7F5;
}

.explorebtn .button:hover, .explorebtn1 .button:hover {
  background: #3badb8;
  border: 2px solid #6ed5df;
  color: #FFFFFF;
}

.explorebtn1 .button {
  padding: 0.3em 0.6em;
  background: #f4f1ee;
}

.explore p {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

.graysmallbgbox h2 {
  float: left;
  color: #6ed5df;
  font-size: 33px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 250px;
  padding-left: 30px;
  padding-top: 60px;
}

.castleimg {
  float: left;
  padding-top: 20px;
}

.lexitalic {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: 300;
}

.exploreimage {
  height: 255px;
}

.exploreimage img {
  vertical-align: top;
}

.explorecont {
  width: 620px;
  float: left;
  padding-top: 60px;
}

.explorebtn1 {
  padding-top: 10px;
  padding-bottom: 37px;
}

.lxialgt {
  font-size: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.railalecontenttext {
  clear: both;
  font-family: "dearjoe_1_msregular";
  font-size: 37px;
  font-weight: 100;
  padding-top: 60px;
  text-align: center;
}

#cssmenu .contentcommon .slidertitlelftnormal .has-sub h5 {
  cursor: pointer;
  cursor: hand;
  display: inline;
}

/*********************************************************************************/
/*  Line Maps page                                                           */
/*********************************************************************************/
.linemap_s {
  width: 70%;
  background: url("/wp-content/themes/greatscenic/library/images/dotted_shade.png") repeat;
  float: left;
  min-height: 70px;
  padding-top: 40px;
}

.linepagemapright1 {
  float: left;
  width: 23%;
  margin-top: 20px;
  padding-left: 20px;
}

.linepagemapright1 p {
  color: #81807b;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 60px;
  padding-left: 20px;
  font-size: 22px;
}

h1.mapheading {
  color: #81807b;
  font-size: 50px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 300;
  padding-top: 50px;
}

.linepagethubouter {
  position: relative;
  z-index: 0;
  height: 100%;
}

#toggle-view {
  list-style: none;
  font-family: arial;
  margin: 0;
  padding: 0;
  width: 100%;
  zoom: 1;
  clear: both;
  overflow: hidden;
  position: relative;
}

#toggle-view h3 {
  margin: 0;
  font-size: 15px;
}

#toggle-view .panel {
  margin: 5px 0;
}

.latestnewsimg {
  width: 280px;
  float: left;
  clear: both;
}

.latestnewsimg img {
  border: 5px solid #f8f7f4;
  width: 243px;
}

.latestnewscontent {
  width: 435px;
  float: left;
}

.latestnewscontent-full {
  float: left;
}

.latestnewsleft {
  width: 715px;
  float: left;
  border-right: 2px dashed #b4b4b4;
  padding-right: 40px;
}

.latestnewsleft p {
  padding-bottom: 20px;
}

.latestnewsright {
  width: 322px;
  float: left;
  padding-left: 33px;
}

.category-latest-news {
  clear: both;
  float: left;
  padding-bottom: 45px;
  width: 100%;
}

.paging-navigation {
  clear: both;
}

.blog-meta {
  color: #6ed5df;
  font-family: "lexia",serif;
  font-size: 17px;
}

.blog-title a {
  color: #6ed5df;
  font-family: "futura-pt",sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

h3.blog-title {
  padding-bottom: 6px;
  line-height: 1;
}

.latestnewscontent p {
  color: #535755;
  font-size: 20px;
  line-height: 38px;
}

ul.commonrgtmenu {
  margin: 0px 0px 40px 0px;
  padding: 0px !important;
}

ul.commonrgtmenu li {
  border-bottom: 2px dashed #e8e8e8;
  display: block;
  padding: 9px 0px 9px 0px !important;
}

ul.commonrgtmenu li.last {
  border-bottom: none;
}

ul.commonrgtmenu li a {
  color: #71d2e3;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding-left: 6px;
}

.latestnewsright h4 {
  color: #727274;
  font-family: "futura-pt",sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.paging-navigation h1.screen-reader-text {
  display: none;
}

ul.page-numbers {
  margin-bottom: 30px;
  padding: 0px !important;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  text-align: center;
  border-bottom: 0 none !important;
}

ul.page-numbers li a {
  background: #fff;
  padding: 5px 12px 5px 12px;
  color: #6ed4e0;
  font-size: 22px;
  margin-right: 6px;
  font-weight: 700;
  font-family: "futura-pt",sans-serif;
}

ul.page-numbers li a.next.page-numbers {
  float: none;
  padding-left: 40px;
  background: none;
  color: #6ed4e0;
  font-size: 22px;
  text-transform: uppercase;
}

ul.page-numbers li .page-numbers.current {
  background: #6ed4e0;
  padding: 5px 12px 5px 12px;
  color: #fff;
  font-size: 22px;
  margin-right: 6px;
  font-weight: 700;
  font-family: "futura-pt",sans-serif;
}

ul.page-numbers li a.prev.page-numbers {
  float: none;
  background: none;
  color: #6ed4e0;
  font-size: 22px;
  text-transform: uppercase;
  padding-right: 40px;
}

.singleblog {
  padding-top: 60px;
}

.blog-entry-single .blog-title a {
  color: #3badb8;
  font-family: "futura-pt",sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.blog-entry-single h3.blog-title {
  padding-top: 30px;
}

.singleprev_box {
  float: left;
  width: 45%;
  background: url("/wp-content/themes/greatscenic/library/images/singlepagepreimg.jpg") no-repeat left;
  padding-left: 25px;
  margin-top: 100px;
}

.singleprev_box img, .singlenext_box img {
  vertical-align: middle;
}

.singlenext_box {
  float: right;
  width: 45%;
  margin-top: 100px;
  text-align: right;
  background: url("/wp-content/themes/greatscenic/library/images/singlepagenext_img.jpg") no-repeat right;
  padding-right: 25px;
}

.singleprev_box a, .singlenext_box a {
  font-family: "futura-pt",sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #68d9e1;
}

.singlepagevideo {
  clear: both;
  padding-bottom: 20px;
}

.singlepagevideo img {
  padding-top: 20px;
  width: 710px;
  height: auto;
}

.topsection .nav > li.nav-search input[type="text"] {
  /*border:1px solid #fff;*/
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "lexia",serif;
}

.nav-search-mobile {
  position: relative;
  padding-bottom: 20px !important;
  width: 100%;
  float: left;
  padding-top: 20px;
}

.nav-search-mobile input {
  padding: 5px;
  float: left;
  margin-left: 25px;
  width: 88%;
}

.mobile_search {
  width: 30px !important;
  background-color: transparent !important;
  background: url("/wp-content/themes/greatscenic/library/images/searchiconblue.png") no-repeat center center;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  right: 35px;
}

.mobile_search:hover {
  width: 30px !important;
  background-color: transparent !important;
}

ul.searchresult {
  margin: 0px;
  padding: 0px !important;
}

ul.searchresult li {
  border-bottom: 2px dashed #ece9e7;
  margin-bottom: 35px;
  padding-bottom: 30px !important;
  list-style: none !important;
}

ul#menu-footer-menu li {
  display: inline-block;
  padding-bottom: 0px !important;
}

.buttonpad {
  margin-bottom: 35px;
}

.addtoany_share_save {
  display: none !important;
}

.addtoany_list.a2a_kit_size_32 a span {
  height: 31px !important;
  border-radius: 0px !important;
}

ul.linepageicon {
  margin: 0px;
  padding: 0px;
}

ul.linepageicon li {
  display: inline-block;
  padding-left: 20px;
}

ul.linepageicon li:first-child {
  padding-left: 0px;
}

ul.linepageicon li span.walking {
  background: url("/wp-content/themes/greatscenic/library/images/sliper_icon.png") no-repeat left;
  width: 31px;
  height: 34px;
  display: block;
}

ul.linepageicon li span.cycling {
  background: url("/wp-content/themes/greatscenic/library/images/cycle_icon.png") no-repeat left;
  width: 57px;
  height: 34px;
  display: block;
}

ul.linepageicon li span.pubs {
  background: url("/wp-content/themes/greatscenic/library/images/cup_icon.png") no-repeat left;
  width: 20px;
  height: 35px;
  display: block;
}

ul.linepageicon li span.beach {
  background: url("/wp-content/themes/greatscenic/library/images/beach.png") no-repeat left;
  width: 33px;
  height: 33px;
  display: block;
}

ul.linepageicon li span.castles {
  background: url("/wp-content/themes/greatscenic/library/images/castles.png") no-repeat left;
  width: 33px;
  height: 33px;
  display: block;
}

ul.linepageicon li span.statelyhomes {
  background: url("/wp-content/themes/greatscenic/library/images/statelyhomes.png") no-repeat left;
  width: 33px;
  height: 33px;
  display: block;
}

.contectlayout1 {
  background-color: #3badb8;
  min-height: 600px;
  width: 100%;
  float: left;
  padding-bottom: 25px;
  margin-top: 20px;
}

h1.railaletrail {
  color: #ffffff;
  font-family: "dearjoe_1_msregular";
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 55px;
  padding-top: 30px;
}

.showicon {
  color: #3badb8;
  font-size: 35px;
  border: 2px solid #3badb8;
  border-radius: 6px;
  padding: 7px 14px 7px 14px;
  width: 2%;
  text-align: center;
}

.latestnewscontent p, .latestnewscontent-full p {
  padding-bottom: 25px;
}

.alrailalepic h3 {
  text-align: center;
  font-size: 17px !important;
}

.nav-column li {
  padding-bottom: 10px;
}

.boxtxt a {
  color: #fff;
}

.lftboximage img {
  width: 438px;
}

input.medium {
  border: 2px solid #d7d7d7;
  margin-bottom: 30px;
  margin-right: 20px;
  width: 410px;
  color: #969696;
  font-family: "latolight",sans-serif;
  font-size: 17px;
  padding: 10px;
}

.gfield_label {
  letter-spacing: 3px;
  color: #81807b;
  font-family: "futura-pt",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.gform_footer {
  clear: both;
  padding-top: 35px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  line-height: 28px;
}

ul.nav li.nav-search-mobile {
  padding-top: 20px !important;
}

.genriccontentcommonlft {
  width: 100%;
}

.genriccontentcommonlft p img {
  width: auto;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.genriccontentcommonlft p {
  font-size: 20px;
  line-height: 34px;
}

.genriccontentcommonlft p img.alignnone {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.panel .slideropeningshour {
  padding-bottom: 35px;
}

.latestnewscontent a.button {
  margin-top: 35px;
}

.latestnewsmorepad {
  margin-top: 5px;
}

.nav > li.single-menu-1 div {
  width: 20%;
  left: 790px;
  padding-left: 6px;
}

.nav > li.single-menu-1 .nav-column {
  width: 90%;
  border-right: 0px none;
}

.nav > li.single-menu-1 .navsubmenu {
  display: none;
}

.nav > li.single-menu-1 .nav-column h3 {
  margin: 10px 0 10px;
}

.nav > li.single-menu-1 .tri-down {
  background: url("/wp-content/themes/greatscenic/library/images/singlemenu_arrow_bg.png") no-repeat center;
}

.nav > li.single-menu-1 .nav-column a {
  color: #888888 !important;
  display: block;
  font-family: "futura-pt",sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}

.nav > li.single-menu-1 .nav-column a:hover {
  text-decoration: underline;
}

.nav > li.single-menu-2 div {
  width: 20%;
  left: 970px;
  padding-left: 6px;
}

.nav > li.single-menu-2 .nav-column {
  width: 90%;
  border-right: 0px none;
}

.nav > li.single-menu-2 .navsubmenu {
  display: none;
}

.nav > li.single-menu-2 .nav-column h3 {
  margin: 10px 0 10px;
}

.nav > li.single-menu-2 .tri-down {
  background: url("/wp-content/themes/greatscenic/library/images/singlemenu_arrow_bg.png") no-repeat center;
}

.nav > li.single-menu-2 .nav-column a {
  color: #888888 !important;
  display: block;
  font-family: "futura-pt",sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}

.nav > li.single-menu-2 .nav-column a:hover {
  text-decoration: underline;
}

.contentcommon ul li, .commonlayout ul li {
  list-style: url("/wp-content/themes/greatscenic/library/images/greendot.png");
  font-family: "lexia",serif;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 20px;
}

.contentcommon ul, .commonlayout ul {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #535755;
  padding-left: 20px;
}

.contentcommon1 ul li {
  list-style: url("/wp-content/themes/greatscenic/library/images/greendot.png");
  font-family: "lexia",serif;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 20px;
}

.contentcommon1 ul {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #535755;
  padding-left: 20px;
}

.imgwithtext ul li {
  list-style: url("/wp-content/themes/greatscenic/library/images/greendot.png");
  font-family: "lexia",serif;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 20px;
}

.imgwithtext ul {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #535755;
  padding-left: 20px;
  width: 64%;
}

.thumbs-container.bottom h3 {
  display: none !important;
}

ul#gform_fields_1 {
  padding: 0px !important;
}

ul#gform_fields_1 li, ul.article-category-col-1 li, ul.train-line li {
  list-style: none !important;
  padding-bottom: 0 !important;
}

ul.article-category-col-1, ul.train-line {
  padding: 0px !important;
}

ul.walklink li, ul.sec_lft li, ul.sec_rgt li, ul.sec_link {
  padding-bottom: 0px !important;
}

ul.sec_lft, ul.sec_rgt {
  padding-left: 20px !important;
  padding-top: 20px !important;
}

.tic ul, .linepagecontents ul, ul.sec_link {
  padding: 0px !important;
}

.tic ul li, .linepagecontents ul li {
  list-style: none !important;
  padding-bottom: 0 !important;
}

.line_bannerbox_over h1 a {
  color: #fff;
}

.gallareybluebg {
  background: #00bdcb;
  margin-top: -9px;
  padding: 27px 30px 15px 30px;
  /*max-width:300px;*/
  color: #fff;
  font-family: "futura-pt",sans-serif;
  font-size: 38px;
}

.gallareybluebg a, .gallareybluebg h3 {
  color: #fff;
  text-decoration: none;
}

.gallareybluebg h3 a, .gallareybluebg h3 {
  text-transform: uppercase;
}

.gallerybluebgheit {
  margin-bottom: 15px;
  padding: 0px;
}

.gallerybluebgheit a {
  padding-bottom: 0px;
  font-weight: normal;
  text-decoration: none;
  line-height: 30px;
}

#menu {
  list-style: none;
  margin: 35px auto 0px;
}

.menu {
  height: 40px;
  list-style: none;
  padding: 0px 10px 0px 10px;
  float: right;
}

.menu li {
  float: left;
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "futura-pt",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding-left: 30px;
  text-transform: uppercase;
}

.menu li a {
  color: #fff;
  font-family: "futura-pt",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  display: block;
  outline: 0;
}

.menu li:hover a {
  color: #fff;
  text-decoration: none;
}

.menu li > div a {
  border-bottom: none;
}

.dropdown-2columns,
.dropdown-4columns,
.dropdown-5columns {
  margin: -1px auto  0 -50px;
  float: left;
  position: absolute;
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 1px solid #dedede;
  background: #fff;
  z-index: 999;
  display: none;
}

.dropdown-1column {
  margin: -1px auto  0 -50px;
  float: left;
  position: absolute;
  text-align: left;
  z-index: 999;
  display: none;
  left: -50px;
}

.dropdown-1column_search {
  margin: -1px auto  0 -50px;
  float: left;
  position: absolute;
  text-align: left;
  z-index: 999;
  display: none;
  left: -50px;
}

.dropdown-3columns {
  margin: -1px auto  0 -50px;
  float: left;
  position: absolute;
  text-align: left;
  width: 850px;
  z-index: 999;
  display: none;
  left: -200px;
}

.dropdown-1column {
  width: 320px;
  margin: -1px auto 0;
  left: -50px;
}

.dropdown-1column .col-1 {
  width: 100%;
  border-right: 0px none;
  padding: 0px;
  margin: 0px;
  min-height: inherit;
}

.dropdown-1column .col-1 a {
  color: #888888 !important;
  display: block;
  font-family: "futura-pt",sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
  padding-left: 10px;
  margin: 7px 0;
  text-transform: none !important;
}

.dropdown-2columns {
  width: 400px;
}

.dropdown-4columns {
  width: 640px;
}

.dropdown-5columns {
  width: 810px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
  display: inline;
  float: left;
  position: relative;
}

.col-1 {
  width: 27.5%;
  padding: 0px 2.58% 0px 2.58%;
  border-right: 2px solid #f3f3f3;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  min-height: 180px;
  background-color: #fff;
}

.col-2 {
  width: 280px;
}

.col-3 {
  width: 470px;
}

.col-4 {
  width: 560px;
}

.col-5 {
  width: 800px;
}

.menu p, .menu h2, .menu h3, .menu ul li {
  line-height: 21px;
  font-size: 12px;
  text-align: left;
}

.menu h2 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 7px 0 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #666666;
  color: #000;
}

.menu h3 {
  font-size: 15px;
  margin: 7px 0;
  padding-bottom: 2px;
  color: #555;
}

.menu p {
  line-height: 18px;
  margin: 0 0 10px 0;
}

.menu li:hover div a {
  color: #000;
}

.menu li:hover div a:hover {
  color: #000;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.menu li .blackbox {
  background-color: #333333;
  color: #000;
  padding: 4px 6px 4px 6px;
}

.menu li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.menu li ul li {
  line-height: 24px;
  position: relative;
  padding-bottom: 10px;
  padding-left: 0px;
  margin: 0;
  float: none;
  text-align: left;
  width: 100%;
  text-transform: none;
}

.menu li ul li a {
  color: #888888 !important;
  display: block;
  font-family: "futura-pt",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: none !important;
}

.menu li ul li:hover {
  line-height: 24px;
  position: relative;
  padding-bottom: 10px;
  padding-left: 0px;
  margin: 0;
  float: none;
  text-align: left;
  width: 100%;
  text-transform: none;
}

.menu li .grisbox li {
  border: 1px solid #000;
  margin: 0px 0px 4px 0px;
  padding: 4px 6px 4px 6px;
  width: 116px;
}

.menu li .grisbox li:hover {
  background: #ffffff;
  border: 1px solid #877956;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 4px 0px;
}

.imgclass {
  float: left;
  margin-right: 5px;
}

.text {
  width: 230px;
}

.menuinnerbg {
  background: #fff;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.navdescription {
  color: #535755;
  display: block;
  font-family: "lexia",serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.col-1:nth-child(3) {
  border-right: 0 none !important;
}

.col-1 h3 {
  color: #372f2b;
  font-family: "futura-pt",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

.dropdown-1column .tri-down {
  background-image: url("/wp-content/themes/greatscenic/library/images/singlemenu_arrow_bg.png");
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  border-bottom: 0px solid #999 !important;
  height: 20px;
  z-index: 1000;
  background-color: transparent !important;
}

.dashicons-search::before {
  display: none !important;
}

.mainmenusearch, .dashicons-search {
  background: url("/wp-content/themes/greatscenic/library/images/search.png") no-repeat !important;
  width: 22px !important;
  display: block !important;
  margin-top: 12px !important;
  margin-left: 8px !important;
}

a.dashicons-search:hover {
  background: url("/wp-content/themes/greatscenic/library/images/search.png") no-repeat !important;
}

.stickymenu .mainmenusearch, .topmenu1 .mainmenusearch, .topmenu1 .dashicons-search, .stickymenu .dashicons-search {
  background: url("/wp-content/themes/greatscenic/library/images/searchiconblue.png") no-repeat !important;
  width: 22px !important;
  display: block !important;
  margin-top: 12px !important;
  margin-left: 8px !important;
}

.stickymenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.dashicons-search:hover, .topmenu1 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.dashicons-search:hover {
  background: url("/wp-content/themes/greatscenic/library/images/searchiconblue.png") no-repeat !important;
}

.menu li input[type="submit"] {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent !important;
  background-image: url("/wp-content/themes/greatscenic/library/images/searchiconblue.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor: pointer;
  position: absolute;
  right: 5px;
  width: 30px !important;
  z-index: 100;
}

.menu li input[type="submit"]:hover {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent !important;
  background-image: url("/wp-content/themes/greatscenic/library/images/searchiconblue.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor: pointer;
  position: absolute;
  right: 5px;
  width: 30px !important;
  z-index: 100;
}

.menu li input[type="text"] {
  border: 1px solid #d7d7d7;
  padding: 0 5px;
}

.raiilimgbox img {
  width: 543px;
}

.uabb-modal-button-full-width {
  width: 100%;
}

.mid_sectionline .findmorebtn {
  clear: both;
  float: left;
  margin-top: 35px;
  width: 100%;
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
/* CSS Document */
@media only screen and (min-width: 150px) and (max-width: 767px) {
  .ratstepcolumn, .ratstepcolumn0, .ratstepcolumn1, .ratstepcolumn2, .ratstepcolumn3, .ratstepcolumn4 {
    width: 100%;
    padding-right: 0px;
  }
  .mobilehiglights, .mega-menu-toggle {
    display: none !important;
  }
  .latestnewsleft {
    padding-right: 0px !important;
  }
  .ratstepcolumn {
    width: 100%;
  }
  html {
    width: 100%;
  }
  .nav-search-mobile {
    display: none;
  }
  img {
    max-width: 100%;
  }
  input.medium {
    width: 91%;
  }
  .graysmallbgbox {
    height: 100%;
    float: left;
  }
  h1.pagetitlerat {
    font-size: 50px;
    padding-bottom: 20px;
    padding-top: 15px;
    line-height: 1;
  }
  .ratlft {
    width: 100%;
  }
  .alrailalepic {
    width: 45% !important;
    margin-right: 14px !important;
  }
  .alrailalepic h3 {
    text-align: left;
  }
  textarea {
    width: 91%;
  }
  .wrapper-dropdown-6 {
    padding: 10px 157px 10px 20px !important;
  }
  h1.pagetitle {
    font-size: 40px !important;
  }
  .walksfromstation {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    padding-top: 30px;
  }
  .walks_railale {
    padding-left: 15px;
    padding-right: 15px;
    width: 90.5%;
  }
  .walks_railale_image, .walks_railale_txt {
    width: 96%;
  }
  #header .mobiletop {
    background: none repeat scroll 0 0 #154967;
    float: left;
    width: 100%;
  }
  #header .logo {
    padding-left: 13px;
    padding-top: 20px;
    width: 50%;
  }
  .cbp-spmenu-s2, ul.nav.menu_rgtcommonmenu {
    width: 100%;
  }
  .submenu li a {
    padding-left: 50px;
  }
  .banner_mobile {
    float: left;
    height: 224px;
    width: 100%;
    min-height: 100%;
    background: url("/wp-content/themes/greatscenic/library/images/banner_mobile.jpg") no-repeat;
    background-size: cover;
  }
  .commonlist p {
    padding-right: 20px;
  }
  .map_shade, .map, .mapedge, .mapedgebtm {
    background: none;
  }
  .map h3 {
    display: none;
  }
  .imgbutn .button {
    margin-left: -70px;
    margin-top: 100px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .imgbutn .button a {
    font-size: 100%;
  }
  .contentcommon {
    padding: 1% 0% 1% 3%;
    float: left;
    width: 94% !important;
  }
  .contentcommon1 {
    float: left;
    box-sizing: border-box;
    width: 100% !important;
  }
  .imgwithtext {
    background: none !important;
    margin-top: 0px !important;
  }
  .imgwithtext h1 {
    font-size: 40px !important;
    padding-top: 20px;
  }
  .imgwithtext p {
    width: 100% !important;
    padding-top: .7% !important;
  }
  ul.commonlist li {
    width: 100% !important;
    margin-right: 0px !important;
    min-height: 100%;
  }
  .highlightcontent {
    margin-top: 40px !important;
    width: 100%;
  }
  .commonlist h3 {
    padding-top: 6% !important;
  }
  .gallery {
    margin-bottom: 0px !important;
    margin-top: 50px !important;
  }
  ul.gallerylist {
    width: 100% !important;
  }
  ul.gallerylist li a img {
    width: 100%;
  }
  ul.gallerylist li a {
    width: 100%;
  }
  .bluebox {
    width: 80% !important;
  }
  .mi-slider {
    display: none;
  }
  .planpic {
    margin-top: 0px !important;
    clear: both;
    height: 100% !important;
    padding: 40px 0px 110px 0px;
    width: 100%;
  }
  .planpic .imgbutn .button {
    font-size: 16px;
    border-radius: 10px;
    margin-left: -90px;
    margin-top: 65px;
    padding: 2px 10px;
  }
  .planpic h1 {
    margin-top: 0px !important;
    font-size: 41px !important;
    margin-left: 10px !important;
  }
  .planpic h2 {
    margin-top: 0px !important;
    font-size: 40px !important;
    margin-left: 10px !important;
    text-align: left !important;
  }
  .highlightcontent ul.commonlist li {
    margin-top: 50px !important;
  }
  .seperator span:before, .seperator span:after {
    width: 15% !important;
  }
  /*Home page */
  .fullscreen-bg {
    background: url("/wp-content/themes/greatscenic/library/images/videoframe.jpg") center center/cover no-repeat;
  }
  .fullscreen-bg__video {
    display: none;
  }
  /*Line Page */
  .bodylayout {
    min-height: 0px;
  }
  .commonlayout {
    float: left;
    width: 100%;
  }
  .bannerbox_edge {
    display: none;
  }
  .linebannerbox {
    clear: both;
    height: 250px;
    width: 100%;
  }
  .line_bannerbox_over {
    padding: 10px 0 0 0;
    background: url("/wp-content/themes/greatscenic/library/images/banner_shade.png") repeat;
    height: auto;
    /*min-height: 260px;*/
  }
  .line_bannerbox_over h3 {
    font-size: 36px;
    line-height: 36px;
    padding-left: 10px;
  }
  .line_bannerbox_over h1 {
    padding-left: 10px;
  }
  .stationtitle {
    padding-left: 0;
  }
  .line_bannerbox_over_icons, .keyfacts {
    display: none;
  }
  .keyfacts_mobile {
    display: block;
    margin-top: 0;
  }
  #slideshow.fullscreen {
    height: 220px !important;
  }
  .thumbs-container.bottom {
    display: none;
  }
  .gallerybtn {
    display: none;
  }
  .sectionlinks {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 90.5%;
  }
  ul.sec_link {
    display: none;
  }
  .imgwithtext1 {
    background: none;
    min-height: 0px;
    width: 99%;
  }
  .imgwithtext1 p {
    width: 100%;
    padding-top: 0px;
    font-size: 17px;
  }
  .mid_sectionline {
    padding-left: 15px;
    padding-right: 15px;
    width: 90.5%;
  }
  .seperator span {
    font-size: 20px;
  }
  .linesec {
    width: 100%;
  }
  .linesec_img {
    display: none;
  }
  .linesec_contents {
    width: 97% !important;
    padding-left: 0px !important;
  }
  .findmorebtn {
    display: block !important;
  }
  .mrebtn1 {
    display: block !important;
  }
  .linepagemap {
    width: 98%;
  }
  .linemap_shade {
    width: 100%;
  }
  .homepagemap .map-mask,
  .stationpagemap .map-mask,
  .linepagemap #map-mask {
    height: 70vh;
  }
  .linepagemapright {
    width: 90%;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .linemaplayout {
    padding-top: 0px;
  }
  .imgbrdr a img {
    width: 100%;
  }
  .layout_destination {
    padding-bottom: 0px;
  }
  .layout_destination h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .layout_destination h1 {
    line-height: 40px;
    font-size: 30px;
    padding-bottom: 20px;
  }
  .linelayout {
    margin-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .linecontent {
    top: 130px;
    padding-top: 20px;
  }
  .linecontenttxt h4 {
    line-height: 40px;
  }
  ul.linepagelist li {
    width: 90%;
    padding-bottom: 65px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
  }
  .linebanner {
    margin-bottom: 60px;
    height: 400px;
  }
  .contentbannerleft1 {
    width: 100%;
  }
  .dearjoetitlewhite {
    padding-top: 50px;
    font-size: 30px;
  }
  h4.futurabannertitlewhite {
    font-size: 35px;
    line-height: 42px;
    padding-top: 0px;
  }
  .bannerbutn {
    padding-top: 10px;
  }
  .bannerbutn .button {
    font-size: 16px;
    padding: 0.5em 0.9em;
  }
  .contenttxt, .linepageleft {
    padding-left: 15px;
    width: 90.5%;
    padding-right: 15px;
  }
  .lftbutn {
    display: none;
  }
  .linepageleft {
    padding-top: 20px;
  }
  .linepageleft h3 {
    padding-bottom: 0px;
    font-size: 23px;
  }
  .lftboximage {
    padding-left: 10px;
    width: 90.5%;
    margin-top: 35px;
    padding-right: 15px;
    margin-left: 0px;
  }
  .linepageright {
    padding-left: 15px;
    width: 90.5%;
    padding-right: 15px;
  }
  .linelooe {
    width: 90%;
  }
  .linelooemonk {
    width: 90%;
  }
  .linepageleft .button {
    display: none;
  }
  .linebtmimg {
    padding-top: 30px;
  }
  .avocet_mapln {
    display: block;
    min-height: 90px;
    margin-top: 30px;
  }
  /*Station Page */
  .bannerbox_over {
    background: url("/wp-content/themes/greatscenic/library/images/banner_shade.png") repeat;
    min-height: auto;
    padding-left: 0;
    padding-top: 20px;
  }
  .bannerbox_over h3, .bannerbox_over h1 {
    padding-left: 15px;
  }
  .bannerbox {
    width: 100%;
    height: 200px !important;
  }
  .avocet_sec {
    padding-left: 10px;
    padding-top: 10px;
    width: 83%;
  }
  .image {
    margin-top: 25px;
  }
  .showicon {
    padding: 7px 8px 7px 8px;
    width: 6%;
  }
  .avocet_sec h3 {
    float: left;
  }
  .avocet_sec h3 {
    font-size: 20px !important;
  }
  /*.section_left, .section_right {
    width: 100%; }
  .section_left_img {
    width: auto; }*/
  #showmap {
    padding-left: 15px;
    padding-right: 15px;
    width: 90%;
  }
  .exmouth_sec {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .exmouth_sec_left, .exmouth_sec_right {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .exmouth_sec_left_btm {
    background: none;
  }
  .exmouth_sec_left_btm h6 {
    width: 99%;
    padding-top: 180px;
  }
  .exmouth_topimage {
    background: none;
  }
  .exmouth_sec_right img {
    width: 97%;
  }
  .walkstxt {
    width: 97%;
    padding-left: 10px;
  }
  .walksimage {
    width: 96%;
  }
  .walksimage img {
    width: 100%;
  }
  .walks_railale_txt {
    width: 97%;
    padding-left: 10px;
  }
  .contentdetails_list {
    width: 100%;
  }
  .contentdetails_image {
    text-align: center;
    width: 100%;
  }
  .cont_details {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .stationinfo_lft {
    padding-left: 15px;
    width: 90%;
    padding-right: 15px;
  }
  .parking {
    padding-top: 30px;
  }
  .stationinfo_rgt {
    width: 100%;
    float: left;
  }
  .stationinfo_rgt_map {
    width: 90%;
    padding-left: 10px;
  }
  .stationinfo_rgt img {
    width: 100%;
    min-height: 270px;
  }
  .parking {
    width: 95%;
  }
  .parking_list span.blak {
    padding-left: 50px;
  }
  .parking_list span.blak1 {
    padding-left: 20px;
  }
  .boat {
    min-height: 220px;
    margin-top: 0px;
  }
  /*Rail Ale Page */
  .pagenav {
    display: none;
  }
  .railaletrails {
    padding-bottom: 30px;
    padding: 0 4% 0 4%;
    width: 92%;
  }
  .railalepic h3 a {
    font-size: 10px;
  }
  h1.pagetitle {
    line-height: 45px;
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .railalecontentboxlft {
    width: 60%;
    margin-right: 0px;
    padding-bottom: 32px;
  }
  .railaleimgbox {
    width: 40%;
  }
  .railalelistimgs {
    padding: 0 4% 4% 4%;
    width: 92%;
    float: left;
  }
  .railalepic img {
    width: 80%;
  }
  .railalepic {
    width: 25%;
    padding-right: 0px;
  }
  h3.railcontenttext {
    padding-top: 40px;
  }
  .infolayout2 {
    margin-top: 0px;
    /* min-height: 2700px;*/
    height: auto;
    float: left;
  }
  .exploreimage img {
    vertical-align: bottom;
  }
  .railalecontentboxlft p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
  }
  .railalecontenttext {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  ul.explore li {
    width: 46%;
    padding: 0 0% 7% 2%;
  }
  ul.explore {
    width: 100%;
  }
  ul.explore li h3 {
    min-height: 10px;
  }
  .exploreimage {
    height: 250px;
  }
  .castleimg {
    display: none;
  }
  .graysmallbgbox h2 {
    padding-left: 20px;
    padding-top: 40px;
    width: 90%;
  }
  .explorecont {
    width: 90%;
    padding-top: 10px;
    padding-left: 20px;
  }
  #leftcolumn, #secondcolumn, #thirdcolumn, #fourthcolumn {
    width: 99%;
    padding-bottom: 10px;
    padding-right: 0px;
  }
  .avocentln h1 {
    line-height: 38px;
  }
  .avocetline .highlightcontent ul.commonlist li {
    margin-top: 0px !important;
    padding-top: 20px;
  }
  .boat {
    display: none;
  }
  /*Generic Page */
  .navigationlinks {
    margin-top: 20px;
    display: none;
  }
  .contentcommonlft {
    width: 100%;
    margin-right: 0px;
  }
  .contentcommonlftimg {
    display: none;
  }
  .contentcommonlftcontent {
    width: 100%;
    padding-bottom: 0px;
  }
  .contentcommon_menurgt {
    margin-bottom: 50px;
    width: 98%;
  }
  .contentbannergeneric {
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_details_form {
    width: 100%;
  }
  .fieldleft {
    width: 100%;
  }
  .fieldright {
    width: 100%;
    padding-top: 46px;
  }
  .sortbox {
    padding-left: 0px;
    width: 25%;
  }
  .button-holder-checkbox {
    width: 34%;
  }
  .radiopad {
    margin-right: 0px;
  }
  .details_textbox {
    margin-right: 0px;
    width: 100%;
  }
  .mixdeck-desktop {
    display: none;
  }
  .mixdeck-mobile {
    display: block;
  }
  /*RAT Tail Page */
  .raiilcontentboxlft {
    width: 100%;
    margin-right: 0px;
  }
  .stamplinkbox {
    width: 65%;
  }
  .raiilimgbox {
    width: 100%;
    padding-top: 30px;
  }
  h4.railcontenttext {
    font-size: 40px;
    line-height: 40px;
  }
  .slidertitlelft {
    width: 100%;
  }
  .slidertitlelftnormal {
    width: 90%;
    padding-bottom: 0px;
  }
  .contentbannerleft {
    width: 100%;
  }
  .sliderplusimgtnormal2 {
    display: none;
  }
  #areahiden, #more1, #more2, #more3 {
    padding-left: 20px;
  }
  .slideroldsag {
    padding-top: 20px;
  }
  .slideropeningshour {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .stamp {
    bottom: 0px;
  }
  .raiilcontentboxlft p {
    font-size: 20px;
  }
  /*Line Map Page */
  h1.mapheading {
    font-size: 30px;
  }
  .linepagemapright1 {
    width: 100%;
    padding-left: 0px;
    margin-top: 5px;
  }
  .linepagemapright1 p {
    margin-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .linemap_s {
    width: 99%;
  }
  ul.linepagelist {
    width: 100%;
  }
  .latestnewsleft, .latestnewscontent {
    width: 100%;
    border-right: 0px none;
  }
  .latestnewsimg {
    float: none;
    text-align: center;
    width: 95%;
  }
  .latestnewsright {
    width: 100%;
    padding-left: 0px;
  }
  .mobileDaysOut {
    display: none;
  }
  .singleprev_box {
    width: 40%;
  }
  .singlenext_box {
    width: 40%;
  }
  .nav > li {
    display: block;
    padding-left: 0px;
    float: left;
    width: 100%;
  }
  .nav > li > a {
    padding-left: 20px;
  }
  .tri-down, .navsubmenu {
    text-align: left;
    color: #fff;
  }
  .tri-down, .navsubmenu a {
    color: #fff !important;
  }
  .drop_menu_wrapper {
    background: none !important;
    position: relative !important;
    top: 0 !important;
  }
  .nav > li > div {
    opacity: 1;
    position: relative !important;
    visibility: visible !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
  }
  .nav .nav-column {
    width: 100%;
    background: none !important;
    border-right: 0px none !important;
    min-height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .nav .nav-column h3 {
    margin: 0px !important;
  }
  .nav .nav-column li .navdescription {
    color: #fff !important;
    padding-left: 40px;
  }
  .nav .nav-column li a:hover {
    color: #fff !important;
    padding-left: 40px;
  }
  .blog-title a {
    font-size: 25px;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
  .exmouth_sec_left, .exmouth_sec_right {
    width: 94%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sectionlinks {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 94%;
  }
  .mid_sectionline {
    width: 94%;
  }
  ul.linepagelist li {
    width: 46.5%;
    padding-right: 0px;
  }
  .contenttxt {
    width: 94%;
  }
  #showmap {
    padding-left: 15px;
    padding-right: 15px;
    width: 94.5%;
  }
  .planpic {
    margin-top: 0px !important;
    clear: both;
    height: 100% !important;
    padding: 80px 0px 150px 0px;
    width: 100%;
  }
  ul.gallerylist li {
    width: 47.5%;
    padding-left: 10px;
  }
  .bluebox {
    width: 70% !important;
  }
  ul.commonlist {
    width: 95% !important;
    margin: 0 auto !important;
  }
  .imgbrdr a {
    width: 100%;
  }
  .highlightcontent1 ul.commonlist {
    width: 100% !important;
    margin-left: 0% !important;
  }
  /*.layout_destination { height: 750px;}*/
  .layout_destination h2 {
    left: 200px;
  }
  .layout_destination h1 {
    left: 150px;
  }
  .linepageleft {
    margin: 0 auto;
    float: none;
    width: 70%;
  }
  .linesec_contents {
    width: 65%;
  }
  .linecontent {
    padding-left: 5px;
  }
  .sta {
    width: 50%;
  }
  .tic {
    box-sizing: border-box;
    padding-right: 30px;
    width: 50%;
  }
  .tim {
    padding-left: 50px;
    width: 50%;
  }
  .linelooe {
    width: 40%;
    padding-right: 30px;
  }
  .linelooemonk {
    width: 50%;
    padding-top: 25px;
  }
  .imgbrdr {
    padding-left: 0px;
    margin: 0 auto;
  }
  .linebtmimg {
    width: 100%;
  }
  .linebtmimg img {
    padding-left: 30px;
    padding-top: 20px;
  }
  .linepagelist p {
    width: auto;
  }
  .lftboximage {
    width: 70%;
    margin: 0 auto;
    float: none;
    clear: both;
    padding-top: 20px;
  }
  .ticketbtn_lft {
    padding-right: 60px;
  }
  .bannerbox {
    height: 300px !important;
  }
  .walkstxt, .walks_railale_txt {
    width: 50%;
    padding-left: 30px;
    padding-right: 20px;
  }
  .walksimage, .walks_railale_image {
    width: 40%;
  }
  .cont_details {
    width: 50%;
    padding-top: 0px;
  }
  .ticketbtn_lft a.button {
    font-size: 14px;
  }
  .ticketbtn_rgt a.button {
    font-size: 14px;
  }
  .avocet_sec h3 {
    font-size: 30px !important;
  }
  .exmouth_sec_left_btm {
    background: url("/wp-content/themes/greatscenic/library/images/bird.png") no-repeat;
    background-position: right;
  }
  .exmouth_sec_left_btm h6 {
    width: 60%;
  }
  #leftcolumn, #secondcolumn, #thirdcolumn, #fourthcolumn {
    width: 45%;
    padding-left: 20px;
  }
  ul.explore li {
    width: 38%;
    padding: 0 0 7% 10%;
  }
  ul.explore li h3 {
    width: 70%;
  }
  ul.explore li p {
    width: 70%;
  }
  .exploreimage {
    padding-left: 0px;
  }
  .infolayout2 {
    /* min-height: 1140px;*/
    float: left;
  }
  .graysmallbgbox h2 {
    padding-top: 80px;
  }
  .sortbox {
    padding-left: 20px;
    width: 100px;
  }
  .radiopad {
    margin-right: 20px;
  }
  .wrapper-dropdown-6 {
    width: 45% !important;
  }
  .stamplinkbox {
    width: 70%;
  }
  .graysmallbgbox h2 {
    padding-left: 0px;
    padding-top: 18px;
    width: 45%;
  }
  .explorecont {
    padding-left: 20px;
    padding-top: 10px;
    width: 50%;
  }
  .avocet_sec {
    padding-top: 20px;
  }
  .stationinfo_rgt_map {
    width: 95%;
  }
  .contentbanner {
    background: url("/wp-content/themes/greatscenic/library/images/railbanner.jpg") no-repeat;
    background-size: cover;
    min-height: 1000px;
    background-position: center;
  }
  .contentbannerleft {
    width: 50%;
  }
  .parking_list span.blak {
    padding-left: 140px;
  }
  .parking_list span.blak1 {
    padding-left: 110px;
  }
  .sliderimgbox {
    width: 48%;
  }
  .slideroldsag {
    width: 40%;
    padding-top: 0px;
  }
  .slideraddress {
    width: 50%;
  }
  .slideropeningshour {
    width: 40%;
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .raiilcontentboxlft {
    width: 55%;
    margin-right: 0px;
  }
  .raiilimgbox {
    width: 45%;
  }
  .linepageright {
    width: 94%;
  }
  .contentdetails_image {
    width: 38%;
  }
  .cont_details {
    width: 53%;
    padding-top: 0px;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 150px) and (max-width: 499px) and (orientation: landscape) {
  .highlightcontent, ul.commonlist {
    width: 100% !important;
    margin: 0 auto;
  }
  ul.gallerylist {
    width: 65% !important;
    margin: 0 auto !important;
  }
  ul.gallerylist {
    float: none;
    margin: 0 auto !important;
    width: 65% !important;
  }
  .contenttxt, .lftboximage, .linepageright {
    width: 94%;
  }
  .linebtmimg {
    text-align: center;
  }
  .wrapper-dropdown-6 {
    padding: 10px 247px 10px 20px !important;
  }
  .walks_railale_image img {
    width: 100%;
  }
  .contentdetails_image {
    width: 38%;
  }
  .cont_details {
    width: 53%;
    padding-top: 0px;
  }
  .contentcommon1 {
    padding: 0px 11px 0px 11px;
  }
  .gallerylist li img {
    width: 100%;
  }
  .avocet_sec h3 {
    padding-top: 20px;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
  .contentcommon {
    width: 95% !important;
    padding: 1% 0% 3% 3%;
  }
  .contentcommon1 {
    width: 100% !important;
  }
  .contentbannerleft {
    width: 70%;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 150px) and (max-width: 499px) and (orientation: portrait) {
  .railalecontentboxlft {
    width: 100%;
    margin-right: 0px;
  }
  .railaleimgbox {
    display: none;
  }
  .railalepic {
    width: 50%;
    padding-right: 0px;
  }
  .contentcommon1 {
    padding: 0px 11px 0px 11px;
  }
  /*.section_left {
    float: none; }
  .section_left_img {
    float: none;
    text-align: center; }*/
  .time_hrs h1 {
    font-size: 32px;
  }
  .gallerylist li img {
    width: 100%;
  }
  .nav-search-mobile input {
    width: 75%;
  }
  .contentbanner {
    background: none !important;
    margin-bottom: 0px;
    min-height: 0px;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
  .wrapper-dropdown-6 {
    padding: 10px 177px 10px 20px !important;
  }
  .railalecontentboxlft {
    width: 100%;
    margin-right: 0px;
  }
  .railaleimgbox {
    display: none;
  }
  .railalepic {
    width: 50%;
    padding-right: 0px;
  }
  .gallerylist li img {
    width: 100%;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ratstepcolumn0, .ratstepcolumn1, .ratstepcolumn2, .ratstepcolumn3 {
    width: 46%;
  }
  .ratstepcolumn0, .ratstepcolumn1 {
    padding-bottom: 35px;
  }
  .nav-search-mobile input {
    width: 90%;
  }
  .line_bannerbox_over {
    padding: 0;
    height: 120px;
  }
  .seperator {
    clear: both;
    margin-top: 40px;
  }
  .line_bannerbox_over_icons {
    padding-right: 10px;
  }
  img {
    max-width: 100%;
  }
  .line_bannerbox_over h3, .line_bannerbox_over h1 {
    padding-left: 15px;
  }
  .contentcommon {
    width: 95% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contentcommon1 {
    width: 100% !important;
  }
  .gallerylist {
    margin: 0 auto !important;
    width: 79%;
  }
  .imgwithtext p {
    width: 100% !important;
  }
  .imgwithtext h1 {
    font-size: 45px !important;
  }
  .map {
    height: 900px !important;
  }
  .mapedgebtm {
    top: 800px !important;
    left: 70px !important;
  }
  .mapedge {
    left: 40px !important;
  }
  .lftarw, .rgtarw {
    display: none !important;
  }
  .pagecontent p {
    margin-left: 50px !important;
    margin-right: 20px !important;
  }
  .baylftbox {
    width: 95% !important;
    padding-left: 20px !important;
  }
  .mugsimg {
    float: right !important;
    padding-right: 50px;
  }
  .bayrghtbox {
    margin-top: 70px;
    position: initial !important;
  }
  .line {
    margin-left: 0px !important;
  }
  .titleln {
    margin-left: 0px !important;
  }
  .titleln li a {
    margin-left: 120px !important;
  }
  .planpic {
    height: 400px !important;
  }
  .planpic h2 {
    font-size: 50px  !important;
    margin-top: 220px !important;
  }
  .imgbutn .button {
    font-size: 17px !important;
    margin-top: 290px !important;
  }
  .imgbrdr {
    padding-top: 20px;
  }
  ul.commonlist {
    margin: 0 auto !important;
    width: 97%;
  }
  ul.commonlist li {
    margin-right: 0px !important;
    margin-left: 18px;
    width: 30%;
  }
  .commonlist h3 {
    font-size: 16px;
  }
  .mobileDaysOut {
    display: none;
  }
  .mi-slider {
    display: none !important;
  }
  .seperator span:before, .seperator span:after {
    width: 100% !important;
  }
  .fullscreen-bg__video {
    display: none;
  }
  /*Line Page */
  .bannerbox_edge, .stickymenu {
    display: none;
  }
  .linebannerbox {
    height: 500px;
  }
  .thumbs-container.bottom {
    display: none;
  }
  .commonlayout {
    width: 100%;
  }
  .sectionlinks {
    padding-left: 20px;
    padding-top: 10px;
  }
  .sec_link {
    display: none;
  }
  .linesec_img {
    display: none;
  }
  .linesec {
    width: 100%;
  }
  .linemap_shade {
    width: 100%;
  }
  .homepagemap .map-mask,
  .stationpagemap .map-mask,
  .linepagemap #map-mask {
    height: 70vh;
  }
  .avocet_mapln {
    display: block;
    min-height: 90px;
    margin-top: 30px;
  }
  .linepagemapright {
    width: 95%;
    padding-left: 20px;
    padding-top: 20px;
    float: none;
    max-width: 816px;
    clear: left;
    overflow: auto;
    margin: 0 auto;
  }
  .sta {
    width: 50%;
  }
  .tic {
    box-sizing: border-box;
    width: 50%;
    padding-right: 30px;
  }
  .tic:nth-child(2n + 1) {
    clear: left;
  }
  .tim {
    width: 40%;
    padding-left: 30px;
  }
  .imgwithtext1 {
    background: none;
    width: 100%;
  }
  .imgwithtext1 p {
    width: 100%;
  }
  .linesec_contents {
    width: 90%;
  }
  ul.stations {
    padding-bottom: 0px;
  }
  .linelayout {
    width: 96%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout_destination h2 {
    left: 250px;
  }
  .layout_destination h1 {
    left: 100px;
  }
  ul.linepagelist li {
    margin-right: 0px;
    margin-left: 10px;
    width: 31%;
  }
  .linecontent ul.linepagelist li {
    padding-right: 20px;
    width: 90%;
  }
  .linecontent ul.linepagelist li.fields, .linecontent ul.linepagelist li.last {
    display: none;
  }
  .layout_destination {
    padding-bottom: 35px;
  }
  .linebanner {
    height: 500px;
  }
  .linepagecontents {
    padding-left: 15px;
    padding-right: 15px;
    width: 96%;
  }
  .contentbannerleft1 {
    padding-left: 50px;
  }
  .dearjoetitlewhite {
    font-size: 40px;
  }
  h4.futurabannertitlewhite {
    font-size: 60px;
  }
  .bannerbutn .button {
    font-size: 16px;
  }
  .contenttxt {
    padding-left: 20px;
    width: 90%;
  }
  .linepageleft {
    width: 50%;
    padding-left: 180px;
  }
  .linepageleft h3 {
    font-size: 23px;
  }
  .lftbutn {
    margin-bottom: 20px;
  }
  .linebtmimg img {
    width: 100%;
  }
  .lftboximage {
    margin-left: 150px !important;
    width: 53% !important;
    padding-right: 20px;
  }
  .lftboximage img {
    width: 100%;
  }
  .linepageright {
    width: 100%;
    padding-left: 10px;
  }
  .linelooe {
    width: 40%;
  }
  .linelooemonk {
    width: 45%;
    padding-left: 50px;
  }
  .stickymenu ul.nav {
    display: block;
  }
  ul.nav li {
    padding-left: 20px !important;
  }
  .stickymenu ul li.stickysearchicon {
    padding-left: 0px;
  }
  .imgbrdr a img {
    width: 100% !important;
    padding: 0px;
    height: auto;
  }
  .imgbrdr a {
    width: 100% !important;
  }
  .mobilenone {
    display: none !important;
  }
  #slideshow.fullscreen, .slick-slider {
    height: 480px !important;
  }
  .keyfacts_mobile {
    display: block;
    margin-top: 0;
  }
  .stationtitle {
    padding-left: 0;
  }
  /*Station Page */
  .bodylayout {
    min-height: 0px;
  }
  .bannerbox {
    height: 400px !important;
  }
  .bannerbox_over {
    padding-left: 50px;
  }
  /*.section_left {
    width: 50%; }*/
  .exmouth_sec {
    padding: 30px 15px 35px 15px;
  }
  .exmouth_sec_left {
    width: 100%;
  }
  .exmouth_sec_right {
    width: 100%;
    padding-left: 0px;
  }
  .exmouth_sec_right img {
    width: 100%;
  }
  .walksfromstation, .walks_railale {
    padding-left: 15px;
    padding-right: 15px;
    width: 96%;
  }
  .walkstxt {
    padding-left: 10px;
  }
  .walksimage, .walks_railale_image {
    width: 43%;
  }
  .walkstxt, .walks_railale_txt {
    width: 52%;
    float: right;
  }
  .walks_railale_txt {
    padding-left: 10px;
  }
  .contentdetails {
    margin: 0 auto;
    width: 70%;
    float: none;
  }
  .stationinfo_lft {
    width: 96%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .boat {
    min-height: 420px;
  }
  /*Rail Ale Page */
  .pagenav {
    display: none;
  }
  .railalecontentboxlft {
    width: 60%;
    margin-right: 0px;
    padding-bottom: 32px;
  }
  .railaleimgbox {
    width: 40%;
  }
  .railaletrails {
    padding: 0 4% 0 4%;
    width: 92%;
  }
  .railalepic {
    width: 20%;
    padding-right: 30px;
  }
  .castleimg {
    display: none;
  }
  ul.explore {
    width: 100%;
    padding-bottom: 20px;
  }
  ul.explore li {
    width: 30%;
    padding-bottom: 20px;
  }
  .explorecont {
    width: 55%;
    padding-top: 20px;
  }
  .graysmallbgbox h2 {
    padding-top: 28px;
  }
  .contentarea {
    padding-left: 20px;
  }
  #leftcolumn, #secondcolumn, #thirdcolumn, #fourthcolumn {
    width: 46%;
    padding-bottom: 30px;
  }
  .bottomlogo {
    display: none;
  }
  /*Generic Page */
  .contentcommonlft {
    width: 95%;
    margin-right: 0px;
  }
  .contentcommonlftcontent {
    width: 50%;
    padding-bottom: 0px;
  }
  .contentcommon_menurgt {
    margin-bottom: 50px;
  }
  .contentbannergeneric {
    height: 400px;
    margin-bottom: 30px;
  }
  /*RAT Tail Page */
  .raiilcontentboxlft {
    width: 55%;
    margin-right: 10px;
  }
  .raiilimgbox {
    width: 40%;
  }
  .raiilimgbox img {
    width: 100%;
  }
  .stampimgbox {
    width: 22%;
  }
  .stamplinkbox {
    width: 78%;
  }
  .slidertitlelft {
    width: 100%;
  }
  .sliderborder {
    width: 95%;
  }
  .slidertitlelft {
    width: 90%;
  }
  .sliderimgbox {
    width: 20%;
  }
  .sliderimgbox img {
    width: 100%;
  }
  .navigationlinks {
    display: none;
  }
  h1.pagetitle {
    line-height: 60px;
  }
  .sliderplusimgtnormal, .sliderplusimgtnormal1, .sliderplusimgtnormal2 img {
    display: none;
  }
  .slidertitlelftnormal {
    width: 90%;
  }
  /*Line Map Page */
  .contentcommon_menurgt {
    display: none;
  }
  .fieldleft, .fieldright {
    width: 50%;
  }
  .details_textbox {
    width: 345px;
  }
  .wrapper-dropdown-6 {
    padding: 10px 178px 10px 20px !important;
  }
  #showmap {
    padding-left: 15px;
    padding-right: 15px;
    width: 96%;
    text-align: center;
  }
  .cont_details {
    width: 50%;
  }
  .latestnewsleft {
    border-right: 0px none;
  }
  .seperator span:before, .seperator span:after {
    width: 30% !important;
  }
  .ratlft {
    width: 100%;
  }
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    width: 50% !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /*.homepagemap .map-mask {
    height: 816px; }*/
  .ratstepcolumn0, .ratstepcolumn1, .ratstepcolumn2, .ratstepcolumn3 {
    width: 46%;
  }
  .ratstepcolumn0, .ratstepcolumn1 {
    padding-bottom: 35px;
  }
  .sliderimgbox {
    margin-right: 15px;
  }
  .slideroldsag, .slideropeningshour {
    width: 20%;
  }
  .slideraddress {
    width: 27%;
  }
  .panel .slideropeningshour {
    padding-bottom: 35px;
  }
  .mapedgebtm {
    width: 90%;
    left: 5%;
  }
  .contentcommonlftimg {
    width: 45%;
  }
  .contentcommonlftcontent {
    width: 50%;
  }
  .contentbannerleft {
    width: 50% !important;
  }
  .railalelistimgs {
    width: 100%;
  }
  .singlefact {
    display: block;
  }
  .singlefact h5 {
    padding-bottom: 0;
  }
  .summerives {
    width: 100%;
  }
  .baylftbox {
    padding-top: 20px;
  }
  .ratlft {
    width: 68%;
  }
  .bayrghtbox {
    top: 30px;
  }
  .alrailalepic {
    margin-right: 30px;
  }
  .lftboximage {
    margin-top: 20px;
  }
  .mi-slider nav {
    top: 680px !important;
  }
  h3.railcontenttext {
    padding-top: 40px;
  }
  .greatfares {
    padding-left: 20px;
  }
  .sectionlinks {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contentcommon_menurgt {
    display: block;
  }
  .contentdetails {
    width: 96%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contentdetails_list {
    width: 50%;
    min-height: 230px;
  }
  .cont_details {
    padding-right: 0px;
    padding-left: 15px;
  }
  .walksimage, .walks_railale_image {
    width: 35%;
  }
  .walkstxt, .walks_railale_txt {
    width: 55%;
    float: right;
  }
  .exmouth_sec_left {
    width: 47%;
  }
  .exmouth_sec_right {
    width: 48%;
    padding-left: 0px;
    float: right;
  }
  #header .topsection {
    padding-left: 0px !important;
  }
  .planpic h2 {
    font-size: 80px !important;
  }
  ul.nav {
    display: block;
    margin-top: 40px;
    padding: 0;
  }
  ul.nav li a {
    font-size: 16px;
  }
  .fullscreen-bg__video {
    display: none;
  }
  .imgwithtext p {
    width: 100% !important;
  }
  .map {
    height: 900px !important;
  }
  .baylftbox {
    width: 30% !important;
  }
  ul.commonlist li {
    margin-right: 0px !important;
    margin-left: 26px;
    width: 30%;
    margin-bottom: 25px;
  }
  .lftboximage {
    width: 38% !important;
  }
  .bayrghtbox {
    margin-left: 0px;
  }
  .line {
    margin-left: 100px !important;
  }
  .titleln {
    margin-left: 150px !important;
  }
  .planpic {
    height: 542px !important;
  }
  .mi-slider ul li {
    width: 88% !important;
  }
  .linebannerbox {
    height: 600px;
  }
  .gallerybtn {
    top: 300px;
    left: 470px;
  }
  .imgwithtext1 p {
    width: 68%;
  }
  .linepageleft {
    width: 30%;
    padding-left: 0px;
  }
  .linepageright {
    width: 28%;
  }
  .greatfares {
    border-left: 3px dashed #E9E6E3;
    width: 58%;
  }
  .alldaypass {
    width: 350px;
  }
  .bannerbox {
    height: 550px !important;
  }
  .bannerbox_edge {
    display: inherit;
  }
  .line_bannerbox_over {
    display: inherit;
  }
  .gallerybtn {
    top: 200px;
    left: 300px;
  }
  .sec_link {
    display: inherit;
  }
  .sectionlinks {
    padding-top: 80px;
  }
  .linesec_img {
    display: inherit;
  }
  .linesec {
    width: 50%;
  }
  .linesec_contents {
    width: 50%;
  }
  .linemap_shade {
    width: 60%;
    display: inherit;
  }
  .linepagemapright {
    width: 35% !important;
    padding-left: 30px;
  }
  .linepagemapright h6 {
    padding-top: 10px;
  }
  .linepagemapright h4 {
    padding-top: 10px;
  }
  .sta, .tic, .tim {
    width: 100%;
    padding-left: 0px;
  }
  .certificate_image {
    display: inherit;
  }
  .linecontent ul.linepagelist li {
    width: 30%;
  }
  .linecontent ul.linepagelist li.fields, .linecontent ul.linepagelist li.last {
    display: inherit;
  }
  .layout_destination {
    padding-bottom: 35px;
  }
  .lftboximage {
    margin-left: 10px !important;
  }
  .linelooe {
    width: 100%;
  }
  .linelooemonk {
    width: 100%;
    padding-left: 0px;
  }
  .walkstxt {
    padding-left: 30px;
  }
  .walks_railale_txt {
    padding-left: 30px;
  }
  .stationinfo_lft {
    width: 40%;
  }
  .stationinfo_rgt {
    width: 50%;
  }
  .stationinfo_rgt img {
    width: 90%;
  }
  .boat {
    min-height: 600px;
  }
  .railalecontentboxlft {
    width: 60%;
  }
  ul.explore {
    padding-left: 0px;
    width: 100%;
  }
  ul.explore li {
    width: 14%;
  }
  .explorecont {
    width: 50%;
  }
  .contentcommonlft {
    width: 70%;
  }
  .pagenav {
    display: inherit;
  }
  .bottomlogo {
    display: inherit;
  }
  .navigationlinks {
    display: inherit;
  }
  .sliderplusimgtnormalfirst, .sliderplusimgtnormal, .sliderplusimgtnormal1, .sliderplusimgtnormal2 img {
    display: inherit;
  }
  .sliderplusimgtnormalfirst, .sliderplusimgtnormal, .sliderplusimgtnormal1, .sliderplusimgtnormal2 {
    float: left;
  }
  .gallerylist {
    margin: 0 auto !important;
    width: 85% !important;
  }
  .stickymenu {
    padding-right: 0px;
    float: right !important;
  }
  .nav > li {
    padding-left: 15px;
  }
  .linemap_shade {
    width: 60% !important;
  }
  ul.linepagelist li {
    margin-right: 5px !important;
  }
  .linepageright {
    float: right;
  }
  .raiilimgbox {
    width: 42%;
  }
  img {
    max-width: 100%;
  }
  .slidertitlelftnormal {
    width: auto;
  }
  .seperator span:before, .seperator span:after {
    width: 40% !important;
  }
  .line_bannerbox_over_icons {
    padding-right: 40px;
  }
  .linelayout {
    width: 100%;
  }
  ul.linepagelist li {
    width: 32%;
  }
  .thumbs-container {
    left: 180px !important;
  }
}

/*********************************************************************************/
/* Media Query                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 1000px) and (max-width: 1270px) {
  #slideshow.fullscreen {
    height: 750px !important;
  }
  .keyfacts_mobile {
    display: block;
  }
  .linepageright {
    float: right;
  }
  .ratstepcolumn0, .ratstepcolumn1, .ratstepcolumn2, .ratstepcolumn3 {
    width: 230px;
  }
  .ratstepcolumn0, .ratstepcolumn1 {
    padding-bottom: 35px;
  }
  .contentcommonlftimg {
    width: 45%;
  }
  .contentcommonlftcontent {
    width: 50%;
  }
  .contentbannerleft {
    width: 40%;
  }
  .railalelistimgs {
    width: 100%;
  }
  .railalecontentboxlft {
    width: 62%;
  }
  .contentcommonlft {
    width: 72%;
  }
  .ratlft {
    width: 70%;
  }
  .alrailalepic {
    margin-right: 30px;
  }
  .raiilimgbox {
    width: 42%;
  }
  img {
    max-width: 100%;
  }
  .slidertitlelftnormal {
    width: auto;
  }
  .summerives {
    width: 100%;
  }
  .contentcommon, .contentcommon1, .commonlayout {
    width: 98% !important;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .lftboximage {
    width: 40%;
    margin-left: 20px;
  }
  .bayrghtbox {
    float: right;
  }
  .linesec_contents {
    width: 50%;
  }
  .linemap_shade {
    width: 68%;
  }
  ul.linepagelist li {
    margin-right: 25px;
  }
  .exmouth_sec_left, .exmouth_sec_right {
    width: 48%;
  }
  #showmap {
    padding-left: 0px;
    text-align: center;
  }
  .contentdetails_list {
    width: 50%;
  }
  .cont_details {
    width: 48%;
  }
  .stationinfo_lft {
    width: 45%;
    padding-left: 15px;
  }
  .stationinfo_rgt {
    width: 50%;
  }
  .latestnewsleft {
    width: 69%;
    padding-right: 20px;
  }
  .latestnewscontent {
    width: 58%;
  }
  .latestnewsright {
    width: 26%;
    padding-left: 10px;
  }
  .walkstxt {
    width: 62%;
  }
  .stationinfo_rgt img {
    width: 90%;
  }
}

.homemade-button {
  text-decoration: none;
  color: white;
  font-size: 110%;
  background-color: #00aab7;
  padding-left: 12px;
  padding: 12px;
  border-radius: 5px;
  width: 70%;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.polaroid-left-yellowish {
  border: 20px solid #f4f4eb;
  transform: rotate(359deg);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}

.polaroid-straight-yellowish {
  border: 20px solid #f4f4eb;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}

.polaroid-right-yellowish {
  border: 20px solid #f4f4eb;
  transform: rotate(1deg);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}

.polaroid-left-white {
  border: 20px solid #ffffff;
  transform: rotate(359deg);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}

.polaroid-straight-white {
  border: 20px solid #ffffff;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}

.polaroid-slim-straight-white {
  border: 8px solid #ffffff;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}

.polaroid-right-white {
  border: 20px solid #ffffff;
  transform: rotate(1deg);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}

.imgwithtext p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px !important;
}

.body-copy {
  font-size: 17px;
  line-height: 28px;
}

.body-copy-centred-on-desktop {
  font-size: 17px;
  line-height: 28px;
}

@media only screen and (min-width: 600px) {
  /* For desktop: */
  .body-copy-centred-on-desktop {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }
}

.full-width-section-labels {
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  text-shadow: 2px 2px 8px #777777;
  line-height: 100%;
}

@media only screen and (min-width: 600px) {
  /* For desktop: */
  .full-width-section-labels {
    font-size: 68px;
  }
}

.small-text {
  font-size: 80%;
  line-height: 170%;
  padding-bottom: 20px;
  -webkit-text-stroke: 0px;
}

.small-text-no-padding {
  font-size: 80%;
  line-height: 170%;
  padding-bottom: 0px;
}

.great-days-out-first-para {
  font-size: 22px;
  padding-bottom: 40px;
  line-height: 150%;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  /* For desktop: */
  .great-days-out-first-para {
    font-size: 28px;
    font-weight: bold;
  }
}

.great-days-out-first-para-centred-on-desktop {
  font-size: 22px;
  padding-bottom: 40px;
  line-height: 150%;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  /* For desktop: */
  .great-days-out-first-para-centred-on-desktop {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
}

.wpcf7 {
  background-color: #e5e5e5;
}

.wpcf7 p {
  margin-bottom: 20px;
}

.wpcf7 input[type="submit"] {
  padding: 12px 20px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #00aab7;
  color: #ffffff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
}

.latestnewscontent p {
  font-size: 18px;
  line-height: 30px;
}

.linepageleft p {
  margin-top: 20px;
}

.raiilcontentboxlft p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px !important;
}

.contentcommon ul li, .commonlayout ul li {
  list-style: url(https://greatscenicrailways.co.uk/wp-content/themes/greatscenic/library/images/greendot.png);
  font-family: "lexia",serif;
  font-style: normal;
  /* font-weight: 400; */
  font-size: 16px;
  padding-bottom: 10px;
}

li {
  line-height: 22px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .sectionlinks {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.contentcommon ul, .commonlayout ul {
  padding-top: 00px;
  padding-bottom: 20px;
  color: #535755;
  padding-left: 20px;
}

.blog-entry-single h3.blog-title {
  padding-top: 10px;
}

.singleblog {
  padding-top: 10px;
}

.blog-meta {
  font-size: 12px;
}

.blog-entry-single .blog-title a {
  font-size: 40px;
  text-decoration: none;
}

.walks-county-headings {
  font-size: 200%;
  font-weight: bold;
  font-family: futura-pt,sans-serif;
  border-bottom: 3px solid #00aab7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.park-and-ride-headings {
  font-size: 110%;
  font-weight: bold;
  font-family: futura-pt,sans-serif;
  border-bottom: 3px solid #00aab7;
  padding-bottom: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.walks-lower-headings {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 3px solid #00aab7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.lower-headings-grey-underline {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 3px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.turquoise-overlay {
  background-color: rgba(0, 170, 183, 0.85);
  padding: 30px;
  color: white;
}

.parking {
  padding-top: 0px;
}

.great-days-out-pages-header {
  font-family: Yellowtail, cursive;
  color: white;
  font-size: 26vmin;
  line-height: 90%;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.3) 5px 10px 15px;
  transform: rotate(350deg);
  -webkit-text-stroke: 0px;
  text-align: center;
}

.yellowtail-heading-smaller {
  font-family: Yellowtail, cursive;
  color: white;
  font-size: 16vmin;
  line-height: 90%;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.3) 5px 10px 15px;
  transform: rotate(355deg);
  -webkit-text-stroke: 0px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  /* For desktop: */
  .yellowtail-heading-smaller {
    font-size: 8vmin;
  }
}

.times-and-prices-deals-titles {
  font-size: 17px;
  font-weight: 600;
}

.times-and-prices-deals {
  border-top: 2px #f2f2f2 solid;
  border-bottom: 2px #f2f2f2 solid;
  margin-top: 10px;
  padding: 10px 0px 10px 0px;
  color: #00aab7;
}

.subtle-drop-shadow {
  text-shadow: 2px 2px 8px #777777;
}

@media (max-width: 600px) {
  /* Correcting a weird Beaver Builder hardcoded thing that forces buttons to be centre aligned at mobile widths */
  .fl-module-button .fl-button-left, .fl-module-button .fl-button-right {
    text-align: left;
  }
}

.wide-title-image {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 600px) {
  /* Creating extra break points for pixel-based title image so it looks a good size on all devices */
  .wide-title-image {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1160px) and (min-width: 601px) {
  /* Creating extra break points for pixel-based title image so it looks a good size on all devices */
  .wide-title-image {
    margin-left: 75px;
    margin-right: 75px;
  }
}

@media (max-width: 1600px) and (min-width: 1161px) {
  /* Creating extra break points for pixel-based title image so it looks a good size on all devices */
  .wide-title-image {
    margin-left: 200px;
    margin-right: 200px;
  }
}

@media (min-width: 1601px) {
  /* Creating extra break points for pixel-based title image so it looks a good size on all devices */
  .wide-title-image {
    margin-left: 400px;
    margin-right: 400px;
  }
}

.heritage-page-titles {
  background-color: #00aab7;
  padding-top: 2vw;
  padding-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.heritage-header-shadow {
  box-shadow: inset 0px 24px 40px -5px rgba(0, 0, 0, 0.75);
}

.imgwithtext p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .imgwithtext p {
    font-size: 17px;
    line-height: 28px;
    padding-top: 18px !important;
  }
}

.latestnewscontent p {
  font-size: 18px;
  line-height: 30px;
}

.linepageleft p {
  margin-top: 20px;
}

.raiilcontentboxlft p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px !important;
}

.contentcommon ul li, .commonlayout ul li {
  list-style: url(../images/greendot.png);
  font-family: "lexia",serif;
  font-style: normal;
  /* font-weight: 400; */
  font-size: 16px;
  padding-bottom: 10px;
}

li {
  line-height: 22px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  sectionlinks {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.contentcommon ul, .commonlayout ul {
  padding-top: 00px;
  padding-bottom: 20px;
  color: #535755;
  padding-left: 20px;
}

.blog-entry-single h3.blog-title {
  padding-top: 10px;
}

.singleblog {
  padding-top: 10px;
}

.blog-meta {
  font-size: 12px;
}

.blog-entry-single .blog-title a {
  font-size: 40px;
}

.no-grey-stroke {
  -webkit-text-stroke: 0px;
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.montage {
  margin: 20px 0 40px;
  position: relative;
  clear: both;
}

.montage__left, .montage__right {
  box-sizing: border-box;
}

.montage img {
  display: block;
  width: 100%;
}

.montage__image {
  position: relative;
  overflow: hidden;
}

.montage > .montage__image {
  display: none;
}

.montage__left {
  display: none;
}

.montage__right {
  width: 100%;
}

.montage__right > a {
  display: block;
}

.montage__right .montage__image:first-child {
  width: 49%;
  float: left;
}

.montage__right .montage__image:nth-child(2) {
  width: 49%;
  float: right;
}

.montage__right .montage__image:last-child {
  clear: both;
  padding-top: 2%;
}

.montage__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  pointer-events: none;
}

.montage__caption__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("assets/icons/close-icon-transparent.svg") no-repeat center center;
  background-size: 40% auto;
  border: 0;
  text-indent: -400px;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
}

.montage__caption__open {
  pointer-events: all;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  background: #3badb8;
  color: #ffffff;
  width: 40px;
  height: 40px;
  padding: 3px;
  font-size: 1.2em;
  font-style: italic;
  font-family: 'lora',serif;
  font-weight: bold;
  outline: 0;
  cursor: pointer;
}

.montage__caption__text {
  padding: 35px 10px 10px;
  background: #3badb8;
  transition: transform 0.5s ease;
  transform: translateY(100%);
}

.montage__caption__text p {
  color: #ffffff;
  font-family: 'futura-pt', serif;
  font-size: 16px;
  line-height: 1.2em;
}

.montage__caption__text a {
  color: #ffffff;
  font-weight: normal;
}

.montage__caption.open {
  pointer-events: all;
}

.montage__caption.open .montage__caption__text {
  transform: translateY(0);
}

@media only screen and (min-width: 520px) {
  .montage__caption__text {
    padding: 35px 20px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .montage {
    overflow: hidden;
    margin: 40px 0 80px;
  }
  .montage__left, .montage__right {
    float: left;
  }
  .montage__left {
    width: 49.5%;
    margin-right: 0.5%;
    display: block;
  }
  .montage__right {
    width: 49.5%;
    margin-left: 0.5%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .montage__caption__text p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1280px) {
  .montage__caption__text {
    padding: 50px 30px 30px;
  }
  .montage__caption__text p {
    font-size: 20px;
  }
  .montage__caption__open {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .montage__caption__close {
    width: 60px;
    height: 60px;
    background-size: 30% auto;
  }
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
  outline: 0;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  margin-top: 30px;
}

.mapboxgl-ctrl-zoom-in, .mapboxgl-ctrl-zoom-out {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mapboxgl-ctrl-group button {
  border-left: 2px solid #000000 !important;
  border-right: 2px solid #000000 !important;
  border-top: 2px solid #000000 !important;
  width: 45px !important;
  height: 45px !important;
}

.mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-out, .mapboxgl-ctrl-group button.mapboxgl-ctrl-fullscreen {
  border-bottom: 2px solid #000000 !important;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: none !important;
}

.mapboxgl-ctrl-compass {
  display: none !important;
}

.button--line {
  display: block;
  color: #ffffff;
  border: 0;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 15px;
  box-shadow: 0 0 8px #aaa;
  letter-spacing: 2.2px;
  cursor: pointer;
}

.button--line i img {
  vertical-align: bottom;
}

.button--line:hover, .button--line:active {
  border: 0 !important;
}

.button--line--yellow {
  background: #E1B900;
}

.button--line--yellow:hover {
  background: #B29002;
}

.button--line--blue {
  background: #00AAB7;
}

.button--line--blue:hover {
  background: #03898C;
}

@media only screen and (min-width: 520px) {
  .button--line {
    width: 46%;
    margin: 0 0 20px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .button--line {
    margin: 0 0 40px;
    font-size: 24px;
  }
}

.button--station {
  border-radius: 0;
  border-color: #808080;
  color: #00AAB7;
  text-transform: uppercase;
  padding: 10px 40px 10px 15px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin: 10px 0 30px;
  display: block;
  max-width: 220px;
}

.button--station::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -18px;
  width: 40px;
  height: 36px;
  background-image: url("assets/icons/blue-fill-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
}

.button--station:hover::after {
  background-image: url("assets/icons/white-fill-arrow.svg");
}

@media only screen and (min-width: 768px) {
  .button--station {
    margin: 0 auto 40px;
  }
}

#header {
  position: relative;
  margin: 0;
  background: url("/wp-content/themes/greatscenic/library/images/banner.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  text-align: center;
  height: 565px;
  max-height: 100%;
  clear: both;
  color: #fff;
}

#header .topmenu {
  position: relative;
  top: 100px;
}

#header footer {
  padding-top: 1.5em;
}

#header .logo {
  float: left;
  text-align: left;
  padding-bottom: 12px;
  padding-left: 10px;
}

#header > header,
#header > header p,
#header > footer {
  text-align: center;
  position: relative;
  z-index: 1;
}

#header header h1 {
  font-size: 2.25em;
  line-height: 1.25em;
  margin-bottom: 0;
}

#header header p {
  margin-top: 1.25em;
  font-weight: 100;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.5em;
}

#header h1.bannerbigtitle {
  color: #FFFFFF;
  float: left;
  font-family: "futura-pt", sans-serif;
  font-size: 4vw;
  font-style: normal;
  line-height: 100px;
  text-align: center;
  width: 100%;
  position: relative;
  right: 0;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

@media (max-width: 768px) {
  #header {
    height: 365px;
  }
  #header .topmenu {
    top: 70px;
  }
}

@media (max-width: 568px) {
  #header {
    height: 265px;
  }
  #header .topmenu {
    top: 50px;
  }
  #header h1.bannerbigtitle {
    display: none;
  }
}

@media (max-width: 920px) {
  #header .logo {
    display: none;
  }
  #header h1.bannerbigtitle {
    font-size: 5vw;
  }
}

.headerbox {
  /*max-width:1115px;*/
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.headerbox .logo {
  width: 260px;
  float: left;
  text-align: left;
  clear: both;
  padding-bottom: 12px;
}

.headerbox .topmenu {
  width: 760px;
  float: left;
}

.sticky .headerbox {
  padding: 0px;
  max-width: 87%;
}

@media (max-width: 920px) {
  .headerbox {
    display: none;
  }
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .headerbox {
    display: none;
  }
  .sticky .headerbox {
    display: block;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
  .headerbox {
    display: none;
  }
  .main_h.sticky .headerbox {
    display: block !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1270px) {
  .headerbox, .sticky .headerbox {
    max-width: 97%;
  }
}

@media (max-width: 1024px) {
  .bannerbox_edge {
    display: none !important;
  }
}

#header .topsection {
  text-align: left;
  margin: 0 auto;
  padding: 40px 0 0;
  width: 100%;
  max-width: 90%;
}

#header .topsectiontext {
  color: #9e9c9d;
  float: right;
  font-family: "futura-pt", sans-serif;
}

#header .topsectiontext li {
  list-style: none;
  display: inline;
}

#header .topsectiontext li a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-align: left;
  margin-left: 22px;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 920px) {
  #header .topsectiontext {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #header .logo {
    width: 100%;
  }
}

.topmenu1 .drop_menu_wrapper {
  position: absolute !important;
  top: 30px !important;
}

.topmenu1 .topsectiontext {
  text-align: right;
}

.topmenu1 .topsectiontext li {
  list-style: none;
  display: inline;
}

.topmenu1 .topsectiontext li a {
  color: #0eb5cb;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  padding-left: 22px;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.topmenu1 .menuinnerbg {
  padding-top: 20px;
}

.topmenu1 .dropdown-3columns,
.topmenu1 .dropdown-1column {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.stickymenu {
  float: right;
  text-align: right;
  width: 75%;
}

.stickymenu ul li a {
  color: #0EB5CB;
}

.stickymenu ul li.stickysearchicon {
  padding-left: 150px;
}

.stickymenu .menuinnerbg {
  padding-top: 20px;
}

.stickymenu .dropdown-3columns,
.stickymenu .dropdown-1column {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

@media only screen and (min-width: 150px) and (max-width: 920px) {
  .stickymenu {
    display: none;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1270px) {
  .stickymenu {
    padding-right: 0px;
    float: right !important;
    width: 85%;
  }
}

.stickylogo {
  float: left;
  width: 10%;
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .stickylogo {
    display: none;
    padding-left: 20px;
    width: 25%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
  .stickylogo {
    padding-left: 50px;
  }
}

.sticky {
  background-color: #fff;
  border-bottom: 1px solid #DCDCDC;
  opacity: 1;
  top: 0;
}

@media (max-width: 920px) {
  .sticky {
    background-color: transparent;
    border-bottom: 0px;
  }
}

.stickymobmenu {
  display: none;
}

@media only screen and (min-width: 150px) and (max-width: 920px) {
  .stickymobmenu {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    width: 50px;
    height: 50px;
    padding: 10px 5px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  .stickymobmenu a {
    color: #165372;
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    text-indent: -500px;
    overflow: hidden;
    height: 0;
  }
  .stickymobmenu img {
    margin: 0 auto;
    display: block;
  }
}

#nav2 {
  float: left;
  width: 100%;
  background: #165372;
}

#nav2 li a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  background: url("/wp-content/themes/greatscenic/library/images/arrow-down.png") no-repeat right;
  background-position: 94% 48%;
}

#nav2 li a:hover, #nav2 li a:active {
  background: #1d4054 url("/wp-content/themes/greatscenic/library/images/arrow-down.png") no-repeat right;
  color: #fff;
  border: 0 none;
  background-position: 94% 48%;
}

#nav2 li ul {
  display: none;
}

#nav2 li ul li a {
  padding: 10px 25px 10px 50px;
  background: #1d4054;
  font-size: 15px;
  background-image: none;
  text-transform: none;
}

#nav2 li ul li a:hover {
  background-image: none;
}

#nav2 li.mobie_hide {
  display: none;
}

#nav2 li.submenumob a,
#nav2 li.submenumob a:hover {
  background-image: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #nav2 {
    float: left;
    width: 100%;
    background: #165372;
  }
  #nav2 li a {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    padding: 10px 20px;
  }
  #nav2 li a:hover, #nav2 li a.active {
    background: #1d4054 url("/wp-content/themes/greatscenic/library/images/arrow-down.png") no-repeat right;
    color: #fff;
    border: 0 none;
    background-position: 94% 48%;
  }
  #nav2 li.mobie_hide {
    display: none;
  }
  #nav2 li ul {
    display: none;
  }
  #nav2 li ul li a {
    padding: 10px 25px 10px 50px;
    background: #1d4054;
    text-transform: none;
  }
}

.navsubmenu {
  clear: both;
  border-top: 2px solid #f3f3f3 !important;
  float: left;
  width: 100%;
  text-align: center;
  padding: 2% 0 3% 0 !important;
}

.navsubmenu a {
  padding-left: 30px;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #535755 !important;
}

.navsubmenu a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .navsubmenu {
    border-top: 0px none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .navsubmenu {
    text-align: left;
    color: #fff;
    border-top: 0px none !important;
  }
  .navsubmenu a {
    color: #fff !important;
  }
}

.topmenulogo {
  float: left;
  padding-bottom: 12px;
  padding-left: 10px;
  text-align: left;
  width: 28%;
}

.topmenurightbox {
  width: 67%;
  float: right;
  text-align: right;
}

@media (max-width: 920px) {
  .topmenurightbox {
    display: none;
  }
}

#pushmenus {
  margin-bottom: 35px;
}

#pushmenus li.home {
  text-transform: uppercase;
  float: left;
  width: 100%;
}

.cbp-spmenu-vertical li {
  border-bottom: 1px solid #258ecd;
}

.drop_menu_wrapper {
  background: #fff;
  position: absolute !important;
  top: 47px !important;
}

.nav-search {
  float: right;
}

#mega-menu-wrap-primary {
  margin: 7px 0 !important;
}

#mega-menu-wrap-primary li a {
  font-family: "futura-pt", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

#mega-menu-wrap-primary li a:hover {
  background: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
  padding: 6px 0px 0px 0px !important;
}

.stickymenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a, .stickymenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, .stickymenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover, .stickymenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:link, .stickymenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:active, .stickymenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:visited {
  color: #0eb5cb !important;
}

.topmenu1 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a, .topmenu1 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, .topmenu1 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover, .stickymenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:link, .topmenu1 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:active, .topmenu1 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:visited {
  color: #0eb5cb !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item ul.mega-sub-menu:nth-last-child() {
  border-right: 0px none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li {
  padding-bottom: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.dashicons-search:hover {
  background: url("/wp-content/themes/greatscenic/library/images/search.png") no-repeat !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-hide-arrow.mega-hide-text ul.mega-sub-menu {
  width: 230px !important;
  right: 0 !important;
  left: auto !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-hide-arrow.mega-hide-text ul.mega-sub-menu li input.search-field {
  border: 1px solid #d7d7d7;
  padding: 0 5px;
  width: 97%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-hide-arrow.mega-hide-text ul.mega-sub-menu li label.access {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li a {
  color: #888888;
  display: block;
  font-family: "futura-pt", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  text-transform: none !important;
  line-height: 20px !important;
  margin: 7px 0 !important;
  padding-left: 10px !important;
  border-right: 0px none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #3badb8 !important;
}

.menudesc {
  color: #535755;
  display: block;
  font-family: "lexia", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #mega-menu-wrap-primary {
    display: none !important;
  }
}

.mega-menu-item-3258 {
  margin-top: 8px;
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .cbp-spmenu h3 {
    padding: 18px 15px 18px 20px !important;
    color: #fff !important;
    background: #1d4054 !important;
    font-size: 18px;
  }
  .cbp-spmenu-vertical li {
    border-bottom: 1px solid #258ecd;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .drop_menu_wrapper {
    background: none !important;
    position: relative !important;
    top: 0 !important;
  }
  .cbp-spmenu h3 {
    padding: 18px 15px 18px 20px !important;
    color: #fff !important;
    background: #1d4054 !important;
    font-size: 18px;
  }
  .cbp-spmenu-vertical li {
    border-bottom: 1px solid #258ecd;
  }
}

.mobie__header {
  display: none;
  background: #165372;
  width: 100%;
  min-height: 75px;
}

.mobie__header .logo {
  max-width: 400px;
  padding: 0 15px;
  margin: 5px 0;
}

.mobie__subnav__menu {
  text-align: right;
  padding-top: 5px;
}

.mobie__subnav__menu li {
  display: inline-block;
  margin-right: 10px;
}

.mobie__subnav__menu li a {
  color: #BCDBEB;
  font-size: 14px;
  text-decoration: none;
  padding-left: 22px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.mobie__subnav__menu li a::before {
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  content: '';
}

.mobie__subnav__menu li.menu-item-253 a::before {
  background-image: url("assets/icons/email.svg");
}

.mobie__subnav__menu li.menu-item-592 a::before {
  width: 20px;
  background-image: url("assets/icons/lightbulb.svg");
}

.mobie__subnav__menu li.search a::before {
  background-image: url("assets/icons/search.svg");
}

.mobie__mainnav {
  background: #114159;
}

.mobie__mainnav li.current-menu-ancestor {
  border-bottom: 3px solid #fff;
}

.mobie__mainnav li.current-menu-ancestor a {
  color: #fff;
}

.mobie__linenav {
  padding: 0;
  margin: 0;
  overflow: auto;
  display: flex;
  align-items: stretch;
  max-width: 450px;
}

.mobie__linenav li {
  position: relative;
  line-height: 0.6em;
  padding: 16px 0;
  border-bottom: 3px solid #114159;
  text-align: center;
}

.mobie__linenav li.border {
  flex: 1;
  pointer-events: none;
}

.mobie__linenav li.border span {
  position: absolute;
  left: 50%;
  width: 2px;
  background: #109FB7;
  margin-left: -1px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
}

.mobie__linenav li.border:hover, .mobie__linenav li.border:focus {
  border-bottom: 0;
}

.mobie__linenav li:last-child, .mobie__linenav li:first-child {
  flex: 0.5;
}

.mobie__linenav li:last-child span, .mobie__linenav li:first-child span {
  display: none;
}

.mobie__linenav a {
  color: #BCDBEB;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 6px;
  text-decoration: none;
  line-height: 10px;
  display: block;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.mobie__modal {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 100px;
  left: 0;
  background: #114159;
  height: 0px;
  z-index: 9999;
  transition: all 0.3s ease 0.3s;
  opacity: 0;
}

.mobie__modal.open {
  top: 0;
  height: 100%;
  opacity: 1;
}

.mobie__modal.open .mobie__modal__container, .mobie__modal.open .mobie__modal__header {
  opacity: 1;
}

.mobie__modal__container {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 65px);
  overflow: hidden;
  position: relative;
  opacity: 0.3;
  transition: opacity 0.3s ease 0.5s;
}

.mobie__modal__header {
  padding: 10px 20px 10px 10px;
  opacity: 0;
  transition: opacity 0.3s ease 0.5s;
}

.mobie__modal__links {
  margin-right: 40px;
}

.mobie__modal__links li:hover, .mobie__modal__links li:focus, .mobie__modal__links li.active {
  border-bottom: 3px solid #fff;
}

.mobie__modal__links li:hover a, .mobie__modal__links li:focus a, .mobie__modal__links li.active a {
  color: #fff;
}

.mobie__modal__slider {
  width: 300%;
  transform: translateX(-33.33%);
  transition: transform 0.3s ease;
  position: absolute;
  top: 10px;
  bottom: 0;
}

.mobie__modal__page {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 100%;
  overflow: scroll;
}

.mobie__modal__page a {
  text-decoration: none;
}

.mobie__modal__page.lines > ul > li > a {
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  font-family: 'Lora', sans-serif;
  margin-bottom: 15px;
  display: block;
}

.mobie__modal__page.lines > ul > li > ul {
  margin-bottom: 30px;
}

.mobie__modal__page.days-out li, .mobie__modal__page.plan-a-trip li {
  border-bottom: 1px solid #77ACC7;
  padding: 20px 0;
  display: block;
}

.mobie__modal__page.days-out li a, .mobie__modal__page.plan-a-trip li a {
  padding-left: 50px;
  color: #fff;
  display: block;
  font-family: 'futura-pt', sans-serif;
  font-size: 18px;
  position: relative;
}

.mobie__modal__page.days-out li a span, .mobie__modal__page.plan-a-trip li a span {
  font-size: 14px;
  color: #BCDBEB;
  display: block;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

.mobie__modal__page.days-out li a img, .mobie__modal__page.plan-a-trip li a img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 33px;
  height: auto;
  -webkit-filter: invert(87%) sepia(16%) saturate(442%) hue-rotate(166deg) brightness(99%) contrast(85%);
          filter: invert(87%) sepia(16%) saturate(442%) hue-rotate(166deg) brightness(99%) contrast(85%);
}

.mobie__modal__page.days-out li:last-child, .mobie__modal__page.plan-a-trip li:last-child {
  border-bottom: 0;
}

.mobie__modal__line {
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 125px;
  align-items: stretch;
}

.mobie__modal__line__image {
  min-width: 120px;
  max-width: 120px;
  background: #ccc;
  position: relative;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.mobie__modal__line__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-sizing: border-box;
  display: block;
}

.mobie__modal__line__image::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 0 185px 16px;
  border-color: transparent transparent #FFFFFF transparent;
  border-style: solid;
}

.mobie__modal__line__copy {
  padding: 20px 10px 20px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mobie__modal__line__copy h4 {
  color: #4D4D4D;
  font-family: 'Lora', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 3px;
}

.mobie__modal__line__copy p {
  color: #808080;
  font-size: 14px;
  line-height: 18px;
}

.mobie__modal__line__copy .stations {
  color: #109FB7;
  text-transform: uppercase;
  font-family: 'futura-pt', sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}

.mobie__modal__close {
  display: block;
  text-indent: -500px;
  overflow: hidden;
  width: 30px;
  height: 40px;
  background: url("assets/icons/close-icon-blue.svg") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 10px;
  border: 0;
  outline: none;
}

.mobie__modal .mobie__linenav li a span {
  display: none;
}

.mobie__search {
  line-height: 0;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 5;
  background: #165372;
  transition: top 0.5s ease;
  overflow: hidden;
}

.mobie__search label {
  display: none;
}

.mobie__search__close {
  background: url("assets/icons/close-icon-transparent.svg") no-repeat center center;
  background-size: 40% auto;
  width: 10%;
  height: 28px;
  border: 0;
  margin-top: 3px;
  outline: none;
}

.mobie__search form {
  position: relative;
  width: 90%;
  float: left;
}

.mobie__search input {
  margin: 3px;
  width: 100%;
  padding: 5px 10px;
  outline: none;
  font-size: 16px;
  line-height: 18px;
  background: #114159;
  color: #fff;
}

.mobie__search input::-webkit-input-placeholder {
  color: #fff;
}

.mobie__search input::-moz-placeholder {
  color: #fff;
}

.mobie__search input:-ms-input-placeholder {
  color: #fff;
}

.mobie__search input::-ms-input-placeholder {
  color: #fff;
}

.mobie__search input::placeholder {
  color: #fff;
}

.mobie__search input[type=submit] {
  display: none;
}

.mobie__search.show {
  top: 0;
}

@media (max-width: 920px) {
  .mobie__header {
    display: block;
  }
  .mobie__header .topmenu {
    width: 29%;
    float: left;
    text-align: right;
    padding-top: 5%;
    padding-right: 10px;
  }
}

body.noscroll {
  overflow: hidden;
  height: 100vh;
}

.footerbox {
  border-top: 2px dashed #ece9e7;
  float: left;
  border-bottom: 2px dashed #ece9e7;
  padding-bottom: 20px;
  margin: 0 15px;
  box-sizing: border-box;
}

.footerbox__funding {
  padding: 40px 0;
  margin: 40px auto 0;
  font-family: 'Lato', sans-serif;
  color: #868686;
  text-align: center;
  clear: left;
  border-bottom: 2px dashed #ece9e7;
}

.footerbox__funding p {
  max-width: 830px;
  margin: 0 auto;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .footerbox__funding p {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footerbox ul.footerlinks {
  margin: 0;
  padding: 0px !important;
  width: 100%;
}

.footerbox ul.footerlinks li {
  display: block;
  line-height: 1;
  list-style: outside none none;
  padding-bottom: 25px !important;
}

.footerbox ul.footerlinks li a {
  text-decoration: none;
  color: #3badb8;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.footerbox ul.footerlinks li.fstlink a {
  color: #535755;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.footerbox ul.footerlinks li ul.navfooter {
  padding: 0px !important;
}

.footerbox .footermenus1, .footerbox .footermenus2 {
  float: left;
  width: 25%;
  max-width: 280px;
  margin-top: 40px;
}

.footerbox .footermenus3 {
  float: left;
  width: 25%;
  max-width: 200px;
  margin-top: 40px;
}

.footerbox .footerSharing {
  padding: 5px 0 10px 48px;
}

.footerbox .footerlogo {
  float: right;
  padding-top: 0px;
  width: 25%;
  min-width: 224px;
}

.footerbox .footerlogo1 {
  float: right;
  padding-top: 80px;
}

.footerbox .footerlogomobile {
  display: none;
}

.footerbox .footer_icons {
  float: right;
  margin-top: 50px;
  text-align: right;
  max-width: 224px;
}

.footerbox .footer_icons h6 {
  font-family: 'dearjoe_1_msregular';
  font-weight: 100;
  font-size: 27px;
  color: #6ed5df;
  float: left;
  padding-right: 20px;
  padding-top: 10px;
}

.footerbox .footerbox5 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  float: left;
  padding-bottom: 50px;
}

.footerbox .footermenus5 {
  padding-left: 40px;
  width: 350px;
  float: left;
  width: 380px;
  margin-top: 40px;
}

.footerbox .footermenus6 {
  padding-left: 40px;
  width: 350px;
  float: left;
  width: 380px;
  margin-top: 40px;
}

.footerbox ul.footerlinks5 {
  margin: 0;
  padding: 0px !important;
}

.footerbox ul.footerlinks5 li {
  display: block;
  line-height: 1;
  list-style: outside none none;
  padding-bottom: 25px !important;
}

.footerbox ul.footerlinks5 li a {
  text-decoration: none;
  color: #6ed5df;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding-left: 10px;
}

.footerbox ul.footerlinks5 li.fstlink a {
  color: #535755;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.footerbox .footer_corner_img {
  float: right;
  width: 100%;
  text-align: right;
  padding-top: 80px;
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .footerbox {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 20px 0 0;
    width: auto !important;
  }
  .footerbox .footer_corner_img {
    display: none;
  }
  .footerbox .footerlogo {
    float: none;
  }
  .footerbox .footer_icons {
    margin-top: 20px;
  }
  .footerbox .footerlogomobile {
    display: none;
  }
  .footerbox .footermenus1, .footerbox .footermenus2 {
    width: 90% !important;
    float: left;
  }
  .footerbox .footermenus3 {
    width: 90% !important;
    float: left;
  }
  .footerbox .footerlogo1 {
    display: none;
  }
  .footerbox .footerbox5 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 90.5%;
  }
  .footerbox .bottomlogo {
    display: none;
  }
  .footerbox .footermenus5, .footerbox .footermenus6 {
    padding-left: 0px;
    width: 100%;
    margin-top: 0px;
  }
  .footerbox .footermenus5 {
    padding-bottom: 30px;
  }
  .footerbox ul.footerlinks5 li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
  .footerbox {
    width: 95% !important;
  }
  .footerbox .footerbox5 {
    width: 94%;
  }
  .footerbox .footermenus1, .footerbox .footermenus2, .footerbox .footermenus3 {
    width: 33% !important;
  }
  .footerbox .footermenus5 {
    width: 45%;
    padding-left: 20px;
    margin-top: 0px;
  }
  .footerbox .footermenus6 {
    width: 45%;
    padding-left: 10px;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 150px) and (max-width: 499px) and (orientation: landscape) {
  .footerbox .footermenus1, .footerbox .footermenus2, .footerbox .footermenus3, .footerbox .footerlogo {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footerbox .footermenus1, .footerbox .footermenus2, .footerbox .footermenus3 {
    width: 30%;
  }
  .footerbox .footerlogo {
    float: none;
  }
  .footerbox .footerlogo1 {
    display: none;
  }
  .footerbox .footerbox5 {
    padding-left: 15px;
    padding-bottom: 0px;
    padding-right: 15px;
    width: 96%;
  }
  .footerbox .footermenus5 {
    width: 45%;
    padding-left: 0px;
  }
  .footerbox .footermenus6 {
    padding-left: 20px;
    width: 49%;
  }
  .footerbox ul.footerlinks5 li a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .footerbox .footerlogo {
    min-width: 0;
  }
  .footerbox .footerlogo h6 {
    float: none;
    padding: 0;
  }
  .footerbox .footerlogo1 {
    float: left;
    display: block;
  }
  .footerbox .footermenus6 {
    padding-left: 0px;
  }
  .footerbox .footerbox5 {
    padding-bottom: 50px;
  }
  .footerbox .footermenus5, .footerbox .footermenus6 {
    width: 35%;
  }
}

.gwr-banner {
  background-image: url("/wp-content/uploads/2020/09/GWR_DMOAdviceBanner_300x300px_V2.jpg");
  background-repeat: no-repeat;
  background-size: 200px 200px;
  margin-right: 40px;
  min-height: 200px;
  display: block;
}

.footerlogomobilebtm {
  display: none;
}

.footerbotttomlinks {
  clear: both;
  float: left;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 2px dashed #ece9e7;
  margin-bottom: 20px;
}

.footerbotttomlinks a {
  text-decoration: none;
  padding-right: 22px;
  color: #3badb8;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

ul.navfooter {
  padding: 0px 10px;
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .footerbotttomlinks {
    width: auto;
  }
  .footerlogomobilebtm {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    display: block;
  }
  .footerlogomobilebtm img {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footerlogomobilebtm {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px;
  }
  .footerlogomobilebtm img {
    padding-right: 50px;
  }
}

.icon {
  padding-top: 80px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'futura-pt', sans-serif;
  margin: 0 10px;
  text-shadow: #444 0px 2px 5px;
}

.icon:hover::before {
  background-size: auto 90%;
}

.icon::before {
  content: '';
  transition: background-size 0.2s ease;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.icon--video::before {
  background-image: url("assets/icons/play-icon.png");
}

.icon--photo::before {
  background-image: url("assets/icons/photo-icon.png");
}

.icon--under5::before {
  background-image: url("assets/icons/under5-icon.svg");
}

.icon--5to15::before {
  background-image: url("assets/icons/5to15-icon.svg");
}

.icon--groups::before {
  background-image: url("assets/icons/group-icon.svg");
}

.icon--railcards::before {
  background-image: url("assets/icons/railcard-icon.svg");
}

@media only screen and (min-width: 768px) {
  .icon {
    font-size: 24px;
    min-width: 100px;
    padding-top: 100px;
  }
  .icon::before {
    width: 100px;
    height: 100px;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 101vh;
  z-index: 1000;
  overflow: auto;
  visibility: hidden;
}

.lightbox--active {
  visibility: visible;
}

.lightbox__overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.lightbox__close {
  top: -50px;
  right: 20px;
  background: url("assets/icons/close-icon.svg") no-repeat center center;
  width: 35px;
  height: 35px;
  text-indent: -500px;
  overflow: hidden;
  z-index: 2;
  pointer-events: all;
  cursor: pointer;
  display: block;
  border: 0;
  position: absolute;
}

.lightbox__video {
  width: 0;
  height: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.lightbox__video.showing {
  visibility: visible;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.lightbox__header {
  color: #fff;
  padding: 15px;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2.2px;
}

.lightbox__info {
  position: relative;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}

.lightbox__info.showing {
  display: block;
}

.lightbox__info .lightbox__close {
  right: 15px;
  top: 10px;
}

.lightbox__body {
  overflow: auto;
  width: 200%;
  transition: transform 0.6s ease;
}

.lightbox__body--slide {
  transform: translateX(-50%);
}

.lightbox__col {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.lightbox__page {
  padding: 20px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.lightbox__page:last-child:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.lightbox__back {
  background: url("assets/icons/back-icon.svg") no-repeat center center;
  text-indent: -500px;
  overflow: hidden;
  width: 40px;
  height: 20px;
  border: 0;
  position: absolute;
  left: 8%;
  top: 55px;
  cursor: pointer;
  z-index: 2;
  outline: 0;
}

.lightbox__grid {
  overflow: auto;
  position: relative;
}

.lightbox__grid:before {
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}

.lightbox__grid a {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 80px 15px 0px 15px;
}

.lightbox__grid a:after {
  position: absolute;
  content: '';
}

.lightbox__grid a:first-child {
  padding-bottom: 15px;
}

.lightbox__grid a:first-child:after {
  background-image: linear-gradient(to right, transparent 50%, #C6C6C5 50%);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  width: 100%;
  bottom: 0;
  height: 2px;
  left: 0;
}

.lightbox__grid a:nth-child(2):after {
  background-image: linear-gradient(to bottom, transparent 50%, #C6C6C5 50%);
  background-size: 2px 20px;
  background-repeat: repeat-y;
  width: 2px;
  bottom: 0;
  height: 100%;
  left: 0;
}

.lightbox__grid a:nth-child(3) {
  clear: left;
}

.lightbox__grid a:nth-child(3):before {
  top: 10px;
}

.lightbox__grid a:nth-child(3):after {
  background-image: linear-gradient(to bottom, transparent 50%, #C6C6C5 50%);
  background-size: 2px 20px;
  background-repeat: repeat-y;
  width: 2px;
  bottom: 0;
  height: 100%;
  right: -2px;
}

.lightbox__grid a:last-child:before {
  top: 10px;
}

.lightbox__grid a:last-child:after {
  background-image: linear-gradient(to right, transparent 50%, #C6C6C5 50%);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  width: 100%;
  top: -2px;
  height: 2px;
  left: 0;
}

.lightbox__grid__category {
  color: #00AAB7;
  font-weight: 900;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  white-space: nowrap;
  letter-spacing: 1.2px;
  text-transform: none;
}

.lightbox__grid__discount {
  line-height: 1.2em;
  display: block;
}

.lightbox .button {
  font-size: 20px;
}

.lightbox .icon {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.lightbox .icon:before {
  height: 70px;
  width: 100%;
}

.lightbox__longtext {
  overflow: auto;
  position: relative;
  padding-bottom: 20px;
  display: none;
}

.lightbox__longtext--active {
  display: block;
}

.lightbox__longtext__content {
  width: 90%;
  margin: 0 auto;
}

.lightbox__longtext h3 {
  color: #1D1D1B;
  text-transform: uppercase;
  border-top: 2px solid #1D1D1B;
  border-bottom: 2px solid #1D1D1B;
  padding: 10px 0;
  margin: 20px 0;
  text-transform: none;
}

.lightbox__longtext h4 {
  color: #1D1D1B;
  border-bottom: 2px solid #C6C6C5;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 2px;
  font-family: Lato;
}

.lightbox__longtext p {
  color: #1D1D1B;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.lightbox--fares .lightbox__header {
  background: #00AAB7;
}

.lightbox--fares .line__tickets__price {
  color: #1D1D1B;
  font-weight: bold;
}

.lightbox--fares .line__tickets__type {
  color: #1D1D1B;
}

.lightbox--fares .line__tickets__route {
  border-top: 2px solid #C6C6C5;
  border-bottom: 2px solid #C6C6C5;
  padding: 15px 0;
  margin: 15px 0;
}

.lightbox--fares .line__tickets__amount {
  font-size: 100px;
}

.lightbox--fares .line__tickets__currency {
  font-size: 40px;
}

.lightbox--fares .line__tickets__line {
  color: #00AAB7;
  font-size: 18px;
}

.lightbox--fares .line__tickets__type {
  font-size: 16px;
}

.lightbox--fares__smallprint p {
  font-style: italic;
  color: #6F6F6E;
  line-height: 1.3em;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.lightbox--fares .lightbox__col:first-child .button {
  background: rgba(0, 170, 183, 0.65);
}

.lightbox--fares .lightbox__col:first-child .button img {
  margin-left: 15px;
  vertical-align: bottom;
}

.lightbox--times a {
  text-decoration: none;
}

.lightbox--times .lightbox__header {
  background: #E1B900;
}

.lightbox--times .button {
  background: #F6EAB2;
  color: #000;
  font-size: 18px;
  box-shadow: none;
}

.lightbox__planner {
  background: #E1B900;
  padding: 25px 25px 1px 25px;
  margin-bottom: 20px;
}

.lightbox__planner h4 {
  color: #000;
  text-transform: uppercase;
  font-family: 'futura-pt', sans-serif;
  margin: 0 auto 15px;
  text-align: center;
  line-height: 1.3em;
  font-size: 20px;
  width: 160px;
}

.lightbox__planner h4 span {
  color: #fff;
}

.lightbox__planner p {
  background: #fff;
  margin-bottom: 25px;
  font-family: 'Lora', sans-serif;
  font-style: italic;
  color: #000;
  padding: 5px 10px;
}

.lightbox__stat {
  border-bottom: 2px solid #E1B900;
  padding: 15px 0;
}

.lightbox__stat h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  line-height: 1.2em;
  color: #000;
  letter-spacing: 1px;
}

.lightbox__stat p {
  font-family: 'Lato', sans-serif;
  line-height: 1.4em;
  font-size: 14px;
  white-space: pre-line;
}

.lightbox__stat:nth-child(3) {
  border-bottom: 0;
}

.lightbox--tips .lightbox__header {
  background: #E1B900;
}

.lightbox--tips .lightbox__longtext {
  display: block;
}

.lightbox .button--line {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

@media only screen and (max-width: 719px) {
  .lightbox__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
  }
  .lightbox__info {
    min-height: 100%;
  }
  .lightbox .button--line {
    padding: 15px;
    margin-top: 30px;
  }
  .lightbox__body {
    margin-top: 58px;
  }
  .lightbox__grid {
    max-width: 320px;
    margin: 30px auto 0;
  }
  .lightbox__longtext {
    margin-top: 70px;
  }
  .lightbox__longtext h3 {
    line-height: 1.2em;
  }
  .lightbox--times .lightbox__col {
    margin-top: 20px;
  }
  .lightbox--tips .lightbox__longtext {
    margin-top: 0;
  }
}

@media only screen and (min-width: 720px) {
  .lightbox__info {
    max-width: 700px;
    top: 50%;
    transform: translateY(-50%);
  }
  .lightbox__col {
    width: 50%;
    vertical-align: top;
    display: table-cell;
    padding: 20px;
  }
  .lightbox__page {
    display: table;
  }
  .lightbox--fares .lightbox__col:first-child {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .lightbox--times .lightbox__col:first-child {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .lightbox__longtext {
    max-height: 350px;
  }
  .lightbox__longtext__content {
    width: 70%;
  }
  .lightbox__close {
    right: 0;
  }
}

.banner-notice {
  clear: both;
  padding: 30px;
  background: #009AA5;
}

.banner-notice p, .banner-notice a {
  color: #fff;
}

@media only screen and (max-width: 767px) and (min-width: 150px) {
  .banner-notice .commonlayout {
    float: none;
  }
}

.engineer-notice {
  clear: left;
  overflow: auto;
  margin: 15px 15px 40px;
}

.engineer-notice p, .engineer-notice a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.engineer-notice .commonlayout {
  background: #BD1C11;
  padding: 15px;
  margin-top: 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) and (min-width: 150px) {
  .engineer-notice .commonlayout {
    float: none;
  }
}

@media only screen and (min-width: 768px) {
  .engineer-notice {
    margin-bottom: -10px;
  }
  .engineer-notice p, .engineer-notice a {
    font-size: 24px;
    line-height: 34px;
  }
  .engineer-notice .commonlayout {
    padding: 20px;
  }
}

.flex__row--full {
  margin-bottom: 20px;
}

.flex__row--full .flex__col {
  padding: 0;
}

.flex__row__copy {
  background: #f9f5ed;
  padding: 30px 20px;
}

.flex__row p {
  color: #535755;
  font-family: 'Lexia', sans-serif;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.6em;
}

.flex__row h3 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 0.6em;
}

.flex__row h4 {
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  color: #B3B3B3;
  margin-bottom: 1em;
  font-size: 14px;
  margin-top: -15px;
}

.flex__row a {
  font-weight: normal;
}

.flex__row img {
  display: block;
}

.flex__row blockquote {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 1.2em 0;
  margin: 2em 0;
}

.flex__row blockquote p {
  font-size: 18px;
  color: #3badb8;
  font-style: italic;
  margin-bottom: 0;
}

.flex__col {
  box-sizing: border-box;
  padding: 10px 20px;
}

.flex__col img, .flex__col__video {
  margin-bottom: 15px;
}

.flex__col__video {
  position: relative;
}

.flex__col__video .youtube_link {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
}

.flex__col__video .youtube_link:focus {
  outline: none;
}

.flex__col__video .youtube_link::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70px;
  margin-left: -70px;
  width: 140px;
  height: 140px;
  display: block;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) and (min-width: 150px) {
  .flex__row .commonlayout {
    float: none;
  }
}

@media only screen and (min-width: 768px) {
  .flex__row {
    overflow: auto;
    clear: both;
  }
  .flex__row--left .flex__col {
    float: left;
  }
  .flex__row--right .flex__col {
    float: right;
  }
  .flex__row--full {
    position: relative;
    margin: 45px 0;
  }
  .flex__row--full img {
    height: 732px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex__row--full .commonlayout {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flex__row--full .flex__col {
    float: right;
    padding: 0 30px;
  }
  .flex__row__copy {
    background: #ffffff;
    padding: 70px 50px 50px;
  }
  .flex__row blockquote {
    border-top: 4px solid #e6e6e6;
    border-bottom: 4px solid #e6e6e6;
  }
  .flex__col {
    width: 50%;
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .flex__row p {
    font-size: 18px;
    line-height: 30px;
  }
  .flex__row h3 {
    font-size: 32px;
  }
  .flex__row h4 {
    font-size: 18px;
  }
  .flex__row blockquote p {
    font-size: 24px;
  }
}

.buyingtickets {
  margin-top: 40px;
  float: left;
  width: 100%;
  padding: 40px 15px 30px;
  border-top: 2px dashed #ece9e7;
  box-sizing: border-box;
}

.buyingtickets h1 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
}

.buyingtickets p {
  font-size: 16px;
}

.ticketbtn {
  float: left;
  padding-top: 20px;
}

.ticketbtn_lft {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.ticketbtn_rgt {
  float: left;
}

.ticketbtn_rgt a.button {
  font-size: 14px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.7em 0.8em;
  color: #FFFFFF;
  background: #6ed5df;
  border: 2px solid #FFFFFF;
}

.ticketbtn_rgt a.button:hover, .button:active {
  background: #FFFFFF;
  border: 2px solid #0eb5cb;
  color: #3badb8;
}

.ticketbtn_lft a.button {
  font-size: 14px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0.7em 0.8em;
  color: #fff;
  background: #0eb5cb;
  border-color: #fff;
}

.ticketbtn_lft a.button:hover, .button:active {
  background: #6ed5df;
  border: 2px solid #0eb5cb;
  color: #FFFFFF;
}

.alldaypass {
  float: left;
  padding-top: 50px;
  width: 35%;
  padding-right: 20px;
  box-sizing: border-box;
}

.alldaypass .ticsmall {
  font-size: 50px;
  position: absolute;
  padding-top: 60px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6d6f71;
}

.alldaypass h2 {
  font-family: 'dearjoe_1_msregular';
  font-size: 37px;
  color: #6ed5df;
  font-weight: 100;
}

.alldaypass h1 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 116px;
  color: #6d6f71;
  padding-top: 50px;
  padding-left: 28px;
  letter-spacing: -0.05em;
}

.alldaypasspara {
  padding-top: 50px;
  padding-bottom: 30px;
  max-width: 330px;
}

.greatfares {
  float: left;
  box-sizing: border-box;
  width: 65%;
  border-left: 3px dashed #e9e6e3;
  padding-left: 30px;
  margin-top: 50px;
  font-size: 18px;
}

.greatfares h2 {
  font-family: 'dearjoe_1_msregular';
  font-size: 37px;
  color: #6ed5df;
  font-weight: 100;
}

.penzance {
  float: left;
  width: 50%;
  padding-top: 30px;
}

.penzance_ticket {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.penzance_time {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.ticketfare_image {
  float: left;
  width: 85px;
}

.ticketfare {
  float: left;
  padding-left: 10px;
  width: 265px;
}

.ticketfare h1 {
  color: #6d6f71;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  padding-left: 15px;
  letter-spacing: -0.06em;
  margin-bottom: 0.2em;
}

.ticketfare h6, .ticketfare h6 > a {
  font-size: 18px;
  color: #3badb8;
  font-family: "lexia",serif;
  font-style: normal;
  font-weight: 400;
}

.ticketfare .small {
  font-size: 29px;
  color: #6d6f71;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
}

.time {
  float: left;
}

.time_hrs {
  float: left;
  padding-left: 10px;
}

.time_hrs h1 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  color: #9DA0A2;
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .buyingtickets {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .alldaypass {
    padding-right: 0px;
    width: auto;
  }
  .alldaypasspara {
    max-width: none;
  }
  .ticketbtn_lft {
    padding-right: 25px;
  }
  .greatfares {
    border-left: none;
    padding-left: 0px;
    width: 100%;
  }
  .ticketfare {
    width: auto;
  }
  .ticketfare h1 {
    font-size: 48px;
    width: auto;
  }
  .time_hrs h1 {
    font-size: 37px;
  }
  .buyingtickets h1 {
    line-height: 46px;
  }
  .ticketbtn_lft a.button {
    font-size: 12px;
    padding: 0.7em 0.8em;
  }
  .ticketbtn_rgt a.button {
    font-size: 12px;
    padding: 0.7em 0.8em;
  }
  .ticketfare_image, .time {
    display: none;
  }
  .greatfares h2 {
    line-height: 42px;
    padding-bottom: 5px;
  }
  .ticketfare .small {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
  .buyingtickets {
    width: 94%;
    padding-left: 20px;
  }
  .ticketfare h1 {
    font-size: 58px;
  }
  .time_hrs h1 {
    font-size: 58px;
  }
}

@media only screen and (min-width: 150px) and (max-width: 499px) and (orientation: landscape) {
  .buyingtickets {
    width: 94%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ticketfare_image, .time {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ticketbtn {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .ticketbtn_rgt a.button, .ticketbtn_lft a.button {
    padding: 0.5em 0.6em;
  }
  .ticketfare_image, .time {
    display: inherit;
  }
  .time_hrs h1 {
    font-size: 48px;
  }
  .ticketbtn_lft {
    padding-right: 5px;
  }
}

.line__subtitle {
  padding: 20px 15px;
}

.line__subtitle p {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
}

.line__subtitle--desktop {
  display: none;
}

.line__intro > div > p {
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 18px;
}

.line__intro h3 {
  text-transform: uppercase;
}

.line__tickets {
  margin: 30px 0;
}

.line__tickets__details {
  border-top: 2px solid #C6C6C5;
  border-bottom: 2px solid #C6C6C5;
  position: relative;
  padding: 10px 0;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  min-height: 96px;
  box-sizing: border-box;
}

.line__tickets__details + .button--line {
  width: 100%;
}

.line__tickets__price {
  color: #00AAB7;
  font-family: "futura-pt",sans-serif;
  font-weight: bold;
  width: 30%;
}

.line__tickets__col {
  display: table-cell;
  vertical-align: middle;
}

.line__tickets__col:last-child {
  width: 50px;
}

.line__tickets__currency {
  font-size: 30px;
}

.line__tickets__amount {
  font-size: 48px;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-right: 20px;
}

.line__tickets__route {
  color: #575756;
}

.line__tickets__line {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Lato",sans-serif;
  line-height: 1em;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1.2px;
}

.line__tickets__type {
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-family: "Lato",sans-serif;
}

.line__tickets__info {
  border: 2px solid #C6C6C5;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
  text-align: center;
  color: #575756;
  text-decoration: none;
  font-family: "futura-pt",sans-serif;
  font-size: 24px;
  box-sizing: border-box;
  padding: 7px 0;
  cursor: pointer;
}

.line__tickets__info:hover {
  border-color: #575756;
}

.line__tickets .button {
  margin-bottom: 0;
}

.line__header {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  height: 480px;
}

.line__header picture {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.line__header picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
  width: 100%;
}

.line__header h1 {
  font-family: 'Lora', sans-serif;
  color: #000;
  font-style: italic;
  font-weight: 600;
  font-size: 50px;
  margin: 0 auto;
  line-height: 1em;
  padding: 35px 30px 20px;
}

.line__header h2 {
  text-transform: uppercase;
  font-family: 'futura-pt', sans-serif;
  font-size: 18px;
  color: #165372;
  letter-spacing: 1.5px;
}

.line__header h2 a {
  color: #165372;
}

.line__header a {
  text-decoration: none;
}

.line__header a:hover {
  text-decoration: underline;
}

.line__header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.line__header__buttons {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.line__nav {
  background: #165372;
  padding: 15px 0px;
  display: none;
}

.line__nav li {
  padding: 0 20px;
  display: inline-block;
  border-right: 3px solid #82D6D8;
  line-height: 0.8em;
}

.line__nav li:last-child {
  border-right: 0;
}

.line__nav a {
  color: #fff;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2.2px;
}

.line__nav a:hover {
  text-decoration: underline;
}

.line__anchor {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  transform: translateY(-120px);
  float: left;
}

.line__stickyfooter {
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  background: #fff;
  box-shadow: 0 0 8px #aaa;
  width: 100%;
  left: 0;
  padding: 20px 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  z-index: 2;
}

.line__stickyfooter a {
  width: 46%;
  margin: 0 2%;
  float: left;
}

.line__stickyfooter.showing {
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .line__intro {
    padding: 0 15px;
  }
  .line__header {
    margin-bottom: 20px;
  }
  .line__stickyfooter + footer .contentcommon {
    margin-bottom: 88px;
  }
}

@media only screen and (min-width: 640px) {
  .line__tickets {
    margin: 0;
  }
  .line__tickets__details {
    width: 46%;
    margin: 0px;
  }
  .line__tickets__details + .button--line {
    width: 46%;
  }
}

@media only screen and (min-width: 768px) {
  .line__subtitle {
    margin: 0 auto;
    padding: 3em 15px;
    text-align: center;
  }
  .line__subtitle p {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 38px;
    line-height: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .line__subtitle--desktop {
    display: block;
  }
  .line__subtitle--mobile {
    display: none;
  }
  .line__intro div {
    width: 46%;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .line__intro div:first-child p {
    color: #242424;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
  }
  .line__intro > div > p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .line__header {
    height: 640px;
  }
  .line__header h1 {
    font-size: 80px;
    line-height: 1.2em;
  }
  .line__header h2 {
    font-size: 24px;
  }
  .line__tickets__type {
    font-size: 14px;
  }
  .line__tickets__amount {
    font-size: 68px;
  }
  .line__stickyfooter {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .line__tickets__line {
    font-size: 18px;
  }
  .line__subtitle {
    max-width: 780px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 1050px) {
  .line__nav {
    display: block;
  }
}

.single-lines .grid {
  padding: 0 15px;
}

.sta h4 {
  padding-bottom: 15px;
  padding-top: 0;
}

.map-content ul {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.home__header {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}

.home__header picture {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home__header picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
  width: 100%;
}

.home__header h1 {
  font-family: 'futura-pt', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 3px;
  margin: 0 auto;
  line-height: 1em;
  text-shadow: #000 0px 2px 10px;
  max-width: 450px;
  width: 80%;
}

.home__header__play {
  background-image: url("assets/icons/play-icon-large.png");
  width: 90px;
  height: 90px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 0;
  background-color: transparent;
}

.home__header__play:hover {
  transform: scale(1.1);
}

.home__header .topmenu {
  text-align: center;
  clear: both;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.home__header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

@media only screen and (max-width: 600px) {
  .home__header h1 {
    font-size: 7vw;
    letter-spacing: 4px;
    line-height: 1.1em;
    max-width: 280px;
  }
}

@media only screen and (min-width: 1024px) {
  .home__header h1 {
    font-size: 50px;
    letter-spacing: 5px;
  }
  .home__header__play {
    width: 120px;
    height: 120px;
  }
  .home__header .topmenu {
    transform: translateY(-40%);
  }
}

#header.home__header {
  height: 500px;
  background: none;
  margin-bottom: 30px;
}

#header.home__header .topmenu {
  position: absolute;
  top: 50%;
}

@media only screen and (max-width: 600px) {
  #header.home__header {
    height: 120vw;
  }
}

@media only screen and (min-width: 601px) and (max-width: 799px) {
  #header.home__header {
    height: 300px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 920px) {
  #header.home__header {
    height: 400px;
  }
}

@media only screen and (min-width: 920px) and (max-width: 1199px) {
  #header.home__header {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #header.home__header {
    height: 650px;
  }
}

@media only screen and (min-width: 1500px) {
  #header.home__header {
    height: 750px;
  }
}

.featuredline {
  overflow: auto;
  display: flex;
  margin: 75px auto 0;
}

.featuredline__left, .featuredline__right {
  box-sizing: border-box;
}

.featuredline__left {
  background: #00bdcb;
  padding: 30px;
  color: #fff;
  width: calc(100% / 3 + 5px);
}

.featuredline__left p, .featuredline__left a {
  color: #fff;
}

.featuredline__left p a {
  text-decoration: none;
  font-weight: normal;
}

.featuredline__right {
  overflow: hidden;
  width: calc((100% / 3)*2 - 5px);
}

.featuredline__right img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.featuredline__right .portrait {
  display: none;
}

.featuredline__tag {
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 35px;
}

.featuredline h2 {
  font-family: "futura-pt",sans-serif;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2em;
}

.featuredline h2 a {
  font-weight: normal;
  text-decoration: none;
}

.featuredline h2 a:hover {
  text-decoration: underline;
}

.featuredline h3 {
  margin-bottom: 30px;
  color: #fff;
}

.featuredline h3, .featuredline h3 a {
  text-transform: uppercase;
  font-family: 'futura-pt', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .featuredline {
    max-width: 85%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .featuredline {
    max-width: 79%;
  }
  .featuredline__left, .featuredline__right {
    width: 50%;
  }
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .featuredline__left, .featuredline__right {
    width: 50%;
  }
}

@media (max-width: 580px) {
  .featuredline {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .featuredline__left, .featuredline__right {
    width: 100%;
  }
  .featuredline__right .landscape {
    display: none;
  }
  .featuredline__right .portrait {
    display: block;
  }
}

.station__header {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  height: 480px;
}

.station__header picture {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.station__header picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
  width: 100%;
}

.station__header h1 {
  font-family: 'futura-pt', sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0 auto;
  line-height: 1.2em;
  padding: 40px 40px 10px;
  letter-spacing: 3px;
}

.station__header h2 {
  font-family: 'Lora', sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #00AAB7;
}

.station__header h2:hover {
  text-decoration: underline;
}

.station__header a {
  text-decoration: none;
}

.station__header__text {
  position: relative;
  background: #fff;
  overflow: visible;
  padding-bottom: 50px;
}

.station__header__text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
}

.station__intro {
  margin-bottom: 30px;
  box-sizing: border-box;
}

.station__intro > p {
  color: #535755;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 18px;
  font-family: 'Lexia', sans-serif;
}

.station__subtitle {
  padding: 20px 0;
}

.station__subtitle p {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
}

@media only screen and (max-width: 767px) {
  .station__intro {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .station__header {
    height: 840px;
    margin-bottom: 30px;
  }
  .station__subtitle {
    margin: 0 auto;
    padding: 3em 15px;
    text-align: center;
  }
  .station__subtitle p {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 38px;
    line-height: 1.3em;
  }
  .station__intro {
    margin-bottom: 60px;
    max-width: 720px;
  }
}

@media only screen and (min-width: 1024px) {
  .station__intro {
    max-width: 760px;
  }
  .station__intro > p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .station__header h1 {
    font-size: 50px;
    padding: 40px 40px 20px;
  }
  .station__header h2 {
    font-size: 36px;
  }
}

.bytrain {
  overflow: auto;
  clear: left;
}

.bytrain .commonlayout {
  position: relative;
}

.bytrain h3 {
  border-top: 4px solid #e6e6e6;
  margin: 0 20px;
  padding-top: 30px;
  display: block;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.bytrain p {
  color: #535755;
  line-height: 1.6em;
  font-family: 'Lexia', sans-serif;
}

.bytrain .button--line {
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}

.bytrain__col {
  padding: 15px 20px;
}

.bytrain__col:first-child p {
  margin-bottom: 1em;
}

.bytrain__mode {
  position: relative;
  padding: 15px 20px 15px 50px;
  border-top: 2px dashed #E6E6E6;
}

.bytrain__mode p, .bytrain__mode span {
  font-size: 16px;
  font-family: 'Lexia', sans-serif;
  line-height: 24px;
  margin: 0;
  color: #535755;
}

.bytrain__mode p a, .bytrain__mode span a {
  color: #242424;
  font-weight: normal;
}

.bytrain__mode::before {
  content: '';
  position: absolute;
  left: 0;
  height: 40px;
  width: 30px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -20px;
}

.bytrain__mode--train::before {
  background-image: url("assets/icons/train-icon.svg");
}

.bytrain__mode--walk {
  border-bottom: 2px dashed #E6E6E6;
}

.bytrain__mode--walk::before {
  background-image: url("assets/icons/walk-icon.svg");
}

@media only screen and (min-width: 768px) {
  .bytrain {
    margin-top: 30px;
  }
  .bytrain__row {
    overflow: auto;
    margin: 20px 0;
  }
  .bytrain__col {
    width: 33.33333%;
    float: left;
    padding: 15px 30px;
    box-sizing: border-box;
  }
  .bytrain h3 {
    margin: 0 auto;
    font-size: 26px;
    max-width: 250px;
    padding: 5px 15px;
    background: #fff;
    text-align: center;
    border-top: 0;
  }
  .bytrain h3::after {
    content: '';
    right: 30px;
    height: 5px;
    background: #E6E6E6;
    position: absolute;
    left: 30px;
    z-index: -1;
    top: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  .bytrain__col:first-child p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1em;
  }
}

#mapbox__map {
  height: 300px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#mapbox__map .marker {
  width: 50px;
  height: 70px;
  background: url("assets/icons/pin-no-shadow.svg") no-repeat center center;
  background-size: 100% auto;
  margin-top: -35px;
}

@media only screen and (min-width: 1024px) {
  #mapbox__map {
    height: 500px;
  }
}
