/* GENERAL STYLES */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  font-family: 'Helvetica', Arial, sans-serif;
  background-color: #fff;
  color: #383f49;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.cursive {
  font-style: italic;
  font-family: 'Libre Baskerville', Georgia, serif;
}
p, li {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 100%;
}
a {color: #025c89;}

img {max-width: 100%;}

a:hover, a:focus {color: #288bb2; text-decoration: none;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.circle {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}
.uppercase {text-transform: uppercase;}

.link {
  position: relative;
  letter-spacing: .1em;
  font-size: 80%;
}
.link:after {
  content: '›';
  padding: 0 .5em;
}
.btn-primary {
  background-color: #00b6dd;
  border-color: #00b6dd;
}
.btn-primary:hover, .btn-primary:focus,
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #0296c9;
  border-color: #0296c9;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {border-color: #00b6dd; color: #00b6dd;}

.btn-outline-primary:hover, .btn-outline-primary:focus {color: #fff;}

/******* Header ******/
#header {
  background: linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  position: relative;
  z-index: 9;
}
#header .nav-link {text-transform: uppercase;}

#header .nav-item {font-size: 90%;}

.navbar-dark .navbar-toggler {border: none;}

/******* Content ******/
.wrap-content {min-height: 500px;}

.main-video {
  height:100vh;
  display:flex;
}
.fullscreen-video-wrap {
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow:hidden;
}
#myVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height:100%;
  min-width:100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.video-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  margin: 0;
  color: #fff;
}
.video-headline h1 {margin-bottom: 1em;}

/******* Sections ******/
.section {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.section-title p {font-family: 'Libre Baskerville', Georgia, serif;}

/******* Map ******/
.section-map>.container {position: relative;}

.hawaii-map .btn {
  position: absolute;
  transition: all 1s;
  opacity: 0;
}
.hawaii-map:hover .btn {
  opacity: 100;
}

/******* Categories ******/
.categories {
  padding: 6em 0;
  background-image: url(https://cdn1.gttwl.net/attachments/theislandofhawaii.gttwl2.com/ltmq6z/1562961052_original.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.categories:before {
  background-image: url(https://cdn1.gttwl.net/attachments/theislandofhawaii.gttwl2.com/ltmq6z/1563897368_original.png);
  background-size: 70px;
  background-position: left top;
  background-repeat: repeat-x;
}
/******* Partners ******/
.partners {
  background-color: #ececed;
  padding: 5em 0;
}
.partners:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  background-image: url(https://cdn1.gttwl.net/attachments/theislandofhawaii.gttwl2.com/ltmq6z/1563898267_original.png);
  background-size: 70px;
  background-position: left top;
  background-repeat: repeat-x;
}
/******* Video Section ******/
.video-sec {
  background-color: #383f49;
  color: #efefef;
}
.video-sec>.container-fluid, .gallery>.container-fluid {
  padding: 0;
}
.video-img-sec {
  position: relative;
  display: block;
}
.video-img-sec img {width: 100%;}

.video-img-sec .fa-play-circle {
  position: absolute;
  color: #efefef;
  font-size: 400%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.video-content-sec {padding: 2em 1.5em;}

.video-content-sec a {color: #efefef;}

/******* Stories ******/
.stories {padding: 6em 0;}

.offers {padding-bottom: 5em;}

/******* Thumb ******/
.thumb {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #383f49;
  margin: 0 4px 6px;
}
.thumb>img {
  width: 100%;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.thumb:hover>img, .card-img-top:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.thumb-content {padding: 1em;}

.thumb-content.gradient-bd h4 {
  font-family: 'Helvetica', Arial, sans-serif;
  color: #fff;
}
.thumb-content.gradient-bd {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 2em;
}
.gradient-bd {
  background: rgb(0,0,0);
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
  color: #fff;
}
/******* Boostrap Card ******/
.card-img-top {
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.card-title {color:#383f49;}

.offer .card-title, .offer .card-body p {padding: 0 .2rem;}

.card-cta {font-weight: 600;}

.card.offer, .offer .card-img-top {
  -moz-border-radius: 0;
  -web-border-radius: 0;
  border-radius: 0;
}
.card.offer {
  border: 2px solid #fff;
}
.offer .card-body {padding: 1.25rem 0; position: relative;}

.offer .card-body:before {
  content:'';
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  background: rgba(221,31,38,1);
  background: -moz-linear-gradient(left, rgba(221,31,38,1) 0%, rgba(254,191,17,1) 50%, rgba(0,180,221,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,31,38,1)), color-stop(50%, rgba(254,191,17,1)), color-stop(100%, rgba(0,180,221,1)));
  background: -webkit-linear-gradient(left, rgba(221,31,38,1) 0%, rgba(254,191,17,1) 50%, rgba(0,180,221,1) 100%);
  background: -o-linear-gradient(left, rgba(221,31,38,1) 0%, rgba(254,191,17,1) 50%, rgba(0,180,221,1) 100%);
  background: -ms-linear-gradient(left, rgba(221,31,38,1) 0%, rgba(254,191,17,1) 50%, rgba(0,180,221,1) 100%);
  background: linear-gradient(to right, rgba(221,31,38,1) 0%, rgba(254,191,17,1) 50%, rgba(0,180,221,1) 100%);
}
/******* Pages ******/
.page-title, .page-content {
  position: relative;
}
.page-title.with-img .banner-cta {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  width: 50%;
  z-index:2;
}
.page-title .carousel-control-prev, .page-title .carousel-control-next {
  z-index:3;
}
.page-content {padding: 3em 0;}

.img-logo {max-height: 130px;}
/******* Post ******/

/******* Subscribe Form ******/
.subscribe-form {
  padding: 7em 0;
  background-image: url(https://cdn1.gttwl.net/attachments/theislandofhawaii.gttwl2.com/ltmq6z/1562869527_original.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.subscribe-form:before {
  background-image: url(https://cdn1.gttwl.net/attachments/theislandofhawaii.gttwl2.com/ltmq6z/1563897368_original.png);
  background-size: 70px;
  background-position: left top;
  background-repeat: repeat-x;
}
.dark-bg, .dark-bg .section-title a {color: #fff;}

.dark-bg .section-title a:hover {text-decoration: underline;}

.dark-bg:before {
  content:'';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(56,63,73,.65);
}
.dark-bg>.container {
  position: relative;
  z-index:2;
}
/******* Footer ******/
#footer {
  background-color: #fff;
  padding: 3em 0;
  font-size: 95%;
  position: relative;
}
#footer h5 {
  font-family: 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
}
#footer .list-unstyled a {
  line-height: 1.6;
  display: block;
  padding: .35em 0;
}
#footer a {color: rgba(53,63,73,.5);}

/*******************************
          Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (min-width: 576px) {
	
}
@media (max-width: 767px) {
	.navbar-brand img {
	  max-height: 40px;
	}
	.wrap-content {
	  margin-top: -70px;
	}
	.hawaii-map-text {
    padding: 1em 0 2em;
  }
  .thumb-content h4 {
    font-size: 110%;
  }
  .fullscreen-video-wrap {
		background-image:url(https://cdn1.gttwl.net/attachments/theislandofhawaii.gttwl2.com/ltmq6z/1564425777_original.jpeg);
		background-size: cover;
    background-position: center;
	}
	#myVideo {display: none;}
	
	.hawaii-map .btn {
	  left: 0;
	  bottom: 10%;
	}
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	.navbar-brand img {
	  max-height: 60px;
	}
	.wrap-content {
	  margin-top: -86px;
	}
	.hawaii-map-text {
    position: absolute;
    top: 5em;
    left: 0;
    width: 47%;
  }
  .thumb-content h4 {
    font-size: 120%;
  }
  #myVideo {
		background-image:url(https://cdn1.gttwl.net/attachments/theislandofhawaii.gttwl2.com/ltmq6z/1562873632_original.jpeg);
	}
}
@media (max-width:991px) {
  .navbar-collapse.show {
    background-color: #383f49;
    padding: 80px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .hawaii-map {
    padding-bottom: 4em;
  }
  .hawaii-map .btn {
    bottom: 5%;
    right: 0;
  }
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	.hawaii-map-text {
    top: 8em;
    width: 35%;
  }
  .hawaii-map .btn {
    bottom: 15%;
    right: 30%;
  }
}
@media (min-width: 992px) and (max-width:1199px) {
  
}
/*** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1200px) {
	.hawaii-map-text {
    top: 14em;
    width: 30%;
  }
}