#t4-hero {
  padding-top:0px;
  padding-bottom:0px;
}
#Mod140 h1 {
  font-size:30px;
  text-transform: uppercase;
  text-align:center;
}
#Mod140 .module-title {
  margin-bottom:0px;
    text-align:center;
  margin-top:0px;
}
.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
	text-transform: uppercase;
	font-weight: 600;
}
#t4-header.t4-sticky {
	padding: 0px 30px;
}
#t4-topbar {
padding: 4px 30px;
    background: #333e48;
    z-index: 9;
    min-height: 30px;
}
#t4-header + #t4-hero {
	margin-top:-125px;
}
#t4-section-1 .container, #t4-section-2 .container, #t4-section-3 .container, #t4-section-4 .container, #t4-section-5 .container, #t4-section-6 .container {
    padding-top: 3.375em;
    padding-bottom: 3.375em;
    text-align: center;
}
.module-title {
	 color:#333e47;
}
#t4-section-1 .module-title {
	font-size:30px;
} 
.hourly { 
	margin: 0 auto; 
	max-width: 280px;
}
.hours { 
	border-collapse: collapse; 
	width: 100%;
}
.hours tr { 
}
.hours th, .hours td { 
	padding: 6px 10px;
}
.hours th { 
	text-align: left;
}
.hours td { 
	text-align: right; 
}
#t4-section-7 .t4-section-module, .t4-col.section-7-spacer, .section-7 {
	padding:70px;
}
.t4-col.section-7-spacer {
	background: #333e48;
	color:#fff!important;
}
.t4-col.section-7-spacer h4 {
	color:#fff!important;
}
.section-7 h4 {
	color:#333e48;
}
.module-title span::after {
	content:'';
}
.btn.btn-primary {
    opacity: 1;
    padding: 15px 30px 15px 30px;
    box-shadow: none;
    border: 1px solid RGBA(255,255,255,1);
    border-radius: 10px;
	background-color:transparent!important;
	border-color:#fff!important;
	background: RGBA(0,0,0,0.41)!important;
}
.btn.btn-primary:hover {
	background: RGBA(0,0,0,0.81)!important;
}
#t4-section-4 .module-ct.col-md-8, #t4-section-3 .module-ct.col-md-8 {
	width:100%;
	max-width: 100%;
}
.containers {
	text-align: center;
	position: relative;
	background: .2s ease-in-out;
	overflow:hidden;
	transition:  .2s ease-in-out;
}
.containers img {
		transition:  .2s ease-in-out;
}
.containers h3 {
position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    color: #fff;
}
#t4-section-3 .col-lg-3 {
	padding:0px;
}
.containers:hover img {
transform: scale(1.3);
	
}
.t4-footnav .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
body.top-away #t4-header.t4-sticky {
	z-index: 99;
		background: RGBA(0,0,0,0.9)!important;
}
body.top-away #t4-header.t4-sticky .navbar-brand {
	max-width: 90px;
}
.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a {
    transition: all .5s;
}
.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a:hover {
	border-bottom:1px solid #fff;
}
#t4-map iframe {
	width:100%;
}
.ja-masthead {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    margin: 0px;
    width: 100%;
}
.ja-masthead .ja-masthead-detail {
	padding:50px 0px;
}
.com-content-article.item-page {
	padding: 50px 0px;
}
textarea.form-control {
	max-width:100%;
}
.formControls.col-sm-9 {
-webkit-box-flex:unset;
flex: none;
	width: 100%;
	max-width: 90%;
}
#t4-topbar img {
	width:28px;
	height:28px;
	margin-right:2px;
}
body.item-101 #t4-articles {
	display: none;
}
.navbar-brand {
	max-width:150px;
}
/* INTRO SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.intro {
  background: #333e48;
      padding: 10px 0;
    max-width: 450px;
    margin: 0 auto;
}

.intro p {
	color:#fff;
}
.intro .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.intro .container h2 {
	color:#fff;
}
.timeline ul li p {
	color:#fff;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  padding: 0px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #333e48;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #333e48;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #333e48 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #333e48;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
	color:#fff;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #333e48;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

#t4-header {
	border-bottom:none;
}
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #333e48 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
#t4-section-7 .fa {
    font-size: 50px;
color:#333e48;
}
.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 2.875rem 1.25em;
}
body.top-away .t4-megamenu .navbar-nav > li > a, .body.top-away .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
  padding: 15px 1.25em;
}
div#n2-ss-2 .n2-font-cc644050fe36d27bfe469577674c690c-hover {
		margin-bottom:15px!important;
	}
@media screen and (max-width: 1460px) {
.n2-ss-slider .n2-ss-item-image-content img {
	margin-top:30px!important;
}
}
@media screen and (max-width: 1400px) {
	.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
	padding:1.875rem 1em;	
	}
  #hero {
    height:auto!important;
}
}
@media screen and (max-width: 1330px) {
		.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
	padding: 1.875rem 5px;
	}
	.n2-ss-slider .n2-ss-item-image-content img { 
		width:140px!important;
}
	div#n2-ss-2 .n2-font-cc644050fe36d27bfe469577674c690c-hover {
		font-size:264%!important;
		margin-bottom:10px!important;
	}
}
@media screen and (max-width: 1270px) {
		.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
	padding: 1.875rem 5px;
	}
}
@media screen and (max-width: 1130px) {
		.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
padding: 1.875rem 5px;
    font-size: 11px;
  }
  .t4-megamenu .navbar-nav > li {
    padding-left:3px;
    padding-right:3px;
}
}
@media screen and (max-width: 1080px) {
.t4-megamenu .navbar-nav > li {
	padding: 0.4em;
}
	.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
		font-size:14px;
	}
}
#Mod148 {
background-color: rgba(000,000,000,0.7);
    text-align: center;
    padding: 10px;
    z-index: 9999999999999;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
}
#Mod148 p {
 font-size:23px; 
}
@media screen and (max-width: 992px) {
.navbar-brand.logo-image {
    width: 100%;
	}
  .logo-img {
    width:80px;
  }
	#t4-header.t4-sticky {
    padding: 10px 30px;
    min-height: 83px;
	}
  .nav-breakpoint-lg.navigation-hide .t4-offcanvas-toggle {
     top:20px;
  }
	div#n2-ss-2 .n2-font-cc644050fe36d27bfe469577674c690c-hover {
    font-size: 224%!important;
    margin-bottom: 7px!important;
}
}
@media screen and (max-width: 892px) {
	.n2-ss-slider .n2-ss-item-image-content img {
    width: 90px!important;
}
		div#n2-ss-2 .n2-font-cc644050fe36d27bfe469577674c690c-hover {
    font-size: 180%!important;
    margin-bottom: 7px!important;
}
	div#n2-ss-2 .n2-style-695550322aa8198c09e802cb5a06bda8-heading {
		padding:10px 20px!important;
		font-size: 95%!important;
	}
}
@media screen and (max-width: 750px) {
.containers {
	margin:25px;
}  
}
@media screen and (max-width: 600px) {
	.navbar-brand.logo-image {
		width:88%;
	}
	#Mod148 {
    background-color: rgba(000,000,000,0.7);
    text-align: center;
    padding: 10px;
    z-index: 9999999999999;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -55px;
	}
	#Mod148 p {
 font-size:17px; 
}
	.nav-breakpoint-lg.navigation-hide .t4-offcanvas-toggle {
		z-index: 99999;
	}
	#t4-header.t4-sticky {
		padding: 10px 15px;
	}
	#t4-topbar {
		padding: 4px 15px;
}
		div#n2-ss-2 .n2-font-cc644050fe36d27bfe469577674c690c-hover {
    font-size: 145%!important;
	}
	.n2-ss-slider .n2-ss-item-image-content img {
    width: 70px!important;
		margin-top:40px!important;
}
	#Mod140 h2 {
		margin-top:20px;
	}
}
.t4-offcanvas .t4-off-canvas-header {
background:#333e48;	
}
.t4-offcanvas .t4-off-canvas-header .close span {
	line-height: 1.3;
}
.t4-section-3 .col-lg-6 {
	padding: 0px;
}
ul.drives {
  columns: 5;-webkit-columns: 5;-moz-columns: 5;list-style: none;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
    font-size: 17px;
  padding:0px;
}
ul.drives li {
color: #fff;
    padding: 5px;
    background: #333e48;
    width: 100%;
    border-radius: 5px;
}
.containers img {
  width:100%;
}
#hero {
    height: 100vh;
    width: 100%;
   
}
body.item-101 #hero {
  
  overflow:hidden;
}
#Mod149 {
  margin-top:0px;
}
#bgvideo {
  width:100%;
}
#Mod148 {
  bottom:50px;
}
@media screen and (max-width: 750px) {
body.item-101 #hero {
  height:auto;
  }
  #Mod148 {
    bottom: -96px;
  }
 body.item-101 #t4-section-1 {
    padding-top:80px;
}
}
#t4-header.t4-sticky {
  background:RGBA(0,0,0,0.9)!important;
}
  .navbar-expand-lg .navbar-nav {
    margin-top:15px;
}
.bookingform {
  text-align: center; 
  margin-top:60px;
  background:#333e48; 
  padding:20px;
  color:#fff;
}
strong.formRequired {
  display:none;
}
.formControls.col-sm-9, .form-control, .inputbox {
  max-width:100%;
}
.eb-content h4, .eb-content h5 {
  color:#fff;
}
.eb-inst .eb-header {
    font-size: 2.2em;
}
.eb-content a.btn.booking {
      background: #fff;
    color: #000;
}
#t4-header + #t4-hero {
    margin-top: -155px;
}
.video-container{
    max-width: 100%;
    margin: 0 auto;
}
.video-container video{
    width: 100%;
    height: auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

.ja-masthead::before {
    background: transparent;
}

.ja-masthead-title, .ja-masthead-description {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
}
.et_pb_section:before {
    background: none !important;
}

.t4-section .bg-overlay-image::after {
    background: none !important;
    opacity: 0 !important;
}



h1 {
    color: #fff !important;
}

@media (max-width: 1805px) {
  .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 1.875rem .2em;
    font-size: 13px;
  }
}