html {
  -webkit-tap-highlight-color:transparent;
  width: 100%;
}
body {
	overflow-x: hidden;
	width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  margin: 0 auto;
}
p.lead-paragraph {
	font-size: 18px;
  font-weight: 600;	
}
img {
	border-style: none;
}
nav {
	z-index: 99;
}
section.subheader {
	margin: 0;
	padding: 0 35px;
}
.content-post > p:first-child {
  font-size: 18px;
  font-weight: 600;
}
.content-post img {
  border: 10px solid #fff;
  margin-bottom: 20px;
  max-width: 100%;
}
section.section {
	padding: 35px 0;
}
.section.tours {
  padding-top: 50px;
}
.section.gallery {
  padding: 0;
}

/* HTML Carousel */
.html_carousel {
	position: relative;
}
.html_carousel .gallery-pagination {
	position: absolute;
	left: 0;
}
.html_carousel.small .gallery-pagination {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 65px;
}
.html_carousel.small .gallery-pagination img {
  display: inline-block;
  height: auto;
}
.html_carousel .gallery-pagination img {
  display: table;
  height: auto;	
}
.html_carousel div.slide {
  position: relative;
}  
.html_carousel div.slide img {
  width: 100%;
  height: 100%;
}
.html_carousel div.slide div {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.html_carousel div.slide h4 {
  font-size: 21px;
  letter-spacing: 1px;
  padding: 10px 0;
  line-height: 35px;
  text-align: center;
}
.html_carousel.small div.slide h4 {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 15px 0 15px;
  line-height: 30px;
  text-align: left;
}
.html_carousel.small div.slide h5 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding: 0 15px;
  margin: 0 0 10px 0;    
}
.html_carousel div.slide h4, .html_carousel div.slide p {
  color: white;
  margin: 0;
}
.html_carousel.small div.slide div {
  background-color: #771888;	
}

/* HEADER */

.navbar-header {
	width: 24%;
	border-right: 1px solid #006eb1;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
.navbar-nav {
  float: left;
  margin: 0;
  width: 76%;
}
.navbar .container {
  background-color: #005589;
  height: auto;
}
.navbar .container.subnav {
  background-color: rgba(0,0,0,.6);
  height: 80px;
  opacity: 1.0;
  padding: 10px 30px;
}
.navbar-brand {
  height: 80px;
  line-height: 80px;
  padding-top: 10px;
}
.navbar-brand > img {
  max-height: 50px;
}
.navbar-nav > li {
  float: left;
  padding: 0 5px;
  width: 13%;
  min-height: 80px;
  text-align: center;
  border-right: 1px solid #006eb1;    
  border-left: 1px solid #013c61;
}
.navbar-nav > li > a:not(.btn) {
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.navbar-nav > li > a > i {
  font-size: 20px;
  color: #fff;
  display: block;
  padding-bottom: 5px;
}
.navbar-nav > li a span {
	display: block;
	text-align: center;
	color: #FFF;
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}
.navbar-nav > li a:hover span {
  text-decoration: underline;	
}
.dropdown-menu {
  padding: 0;	
}
.navbar-nav li.cta-button {
  border: none;
  float: right;
  width: auto;
  max-width: 30%;
  padding: 10px 0 10px 10px;
  margin: 0 auto;
  text-align: center;
}
.cta-button .btn {
  font-size: 16px;
  width: 100%;
  line-height: 1.3;
  padding-top: .5rem;
  padding-bottom: .5rem;
  height: 60px;
}
.cta-button .btn span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background:	#50a8c2;
}
.navbar-nav>li>.dropdown-menu {
  background: #50a8c2;
  border: 0;
}
.dropdown-menu>li>a {
  padding: 15px 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  color: #FFF;
}
.dropdown-menu>li>a:hover {
	color:#FFF;
	background:#4096ad;
}

/* Header with image */
.header-img {
  position: relative;
}
.image-bg-fluid-height {
  padding-top: 180px;
  min-height: 480px;
}
.home-image img {
  width: 100%;
}
.image-hero {
  background-color: #f6f6f6;
}
.image-bg-fluid-height.image-hero-post {
  background-size: 100%, cover;
  background-repeat: no-repeat;
  background-position: center bottom, center top;
}
.header-img > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  max-width: 1600px;
}
.header-img .container .row {
  text-align: left;
}
.header-img h1 {
  font-size: 48px;
  letter-spacing: 1px;
  color: #FFF;	
}
.header-img h3 {
  font-size: 22px;
  text-transform: none;
  line-height: 1.3;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 1rem;
}
.purple {
	color: #6b3077;
}
.white {
  color: #fff;
}
.section-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
}

/* Grid */

.tours-grid-inner {
	padding: 0;
	border: 9px solid #FFF;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.tours-grid-inner:hover {
  text-decoration: none;
}

.section-image-right {
  float: right;
  margin: -20px 0 20px 20px;
  border: 10px solid #FFF;
}
.section-image {
  float: left;
  margin: 20px 0 20px 20px;
  border: 10px solid #FFF;
}
.section-image .thumb {
  position: relative;
}
.section-image .thumb .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  color: #FFF;
}
.section-image .caption {
  background-color: #df2f8f;
  padding: 10px 15px;
  color: #FFF;
}
section#blog, section#related-articles {
  background: url(https://cdn2.gttwl.net/attachments/jsif.gttwl2.com/ltmq6z/1448390944_original.png) center -10px no-repeat; 	
}
section#related-articles .section-image {
  margin: 0;
}
.date {
	color: #999;
}
#blog-grid .date {
  color: #FFF;
}
.summary {
	font-weight: 700;
	line-height: 18px;
}
.section-image .caption .date {
  color: #FFF;
  display: block;   
}
.row .right-align {
	text-align: right;
	padding: 0;
}
.tours-grid-inner .thumb {
  position: relative;
  overflow: hidden;
}
.tours-grid-inner .thumb img {
  width: 100%;	
}
.tours-grid-inner .thumb .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 15px 2px 15px;
  color: #FFF;
  background: url(https://cdn2.gttwl.net/attachments/jsif.gttwl2.com/ltmq6z/1448391228_original.png) 0 0 repeat;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}
body.page-home .tours-grid-inner .thumb .title {
	min-height: 165px;
}
.page-home .tours-grid-inner .thumb .title {
  bottom: -100px;	
}
.tours-grid-inner .thumb .title .image-caption {
	height: 50px;
  float: left;
  width: 100%;
}
.tours-grid-inner .thumb .title .image-caption span {
  height: 50px; /* image's height */
  display: table-cell;
  vertical-align: middle;
}

.tours-grid-inner .thumb .title .desc {
	display:block;
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  z-index: 1;
  float: left;
  width: 100%;	
}
.tours-grid-inner.single .thumb .title {
  background: #df2f8f;
  opacity: 1;
  height: 75px;
  padding: 15px;
}
.tours-grid-inner.single .thumb .title > span {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.tours-grid-inner .caption {
  background: #df2f8f;
  padding: 7px 15px;
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
}
.tours-grid-inner .caption span {
  text-transform: uppercase;	
}
#blog .sub-section-heading.left {
	margin: 20px 0 30px 0;
}
footer {
	min-height: 200px;
	margin: 0;
	background-color: #005589;
	position: relative;
}
footer li, footer p, footer a {
	color: #FFF;
}
footer p.copyright {
	font-family: 'Open Sans', sans-serif !important;
	font-style: normal;
  font-weight: 600;
  font-size: 12px;
}
footer .container {
	padding: 30px 30px 0 30px;
}
footer ul.menu {
  float: left;
  width: 100%;
  padding: 0;	
}
footer h4 {
  font-size: 24px;
  color: #FFF;
  letter-spacing: 1px;
  margin-top: 0;
}
footer ul.menu li {
	float: left;
	list-style-type: none;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: #FFF;
  border-right: 1px solid #FFF;
}
footer ul.menu li a, footer ul.menu li a:hover,
footer ul.menu li active, footer ul.menu li a:focus {
  color: #FFF;
  line-height: 12px;
  text-decoration: underline;
}
footer ul.menu li:first-child {
  padding: 0 10px 0 0;	
}
footer ul.menu li:last-child {
  border-right: none;	
}
footer #socialMediaConnect ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
footer #socialMediaConnect li {
  display: inline-block;
  font-size: 25px;
  margin-right: 1rem;
}
footer .go-to-top {
	position: absolute;
	top: 10px;
	right: 10px;
}
footer .go-to-top a {
  text-decoration: none;
  color: rgba(255,255,255,.5);
}
footer .go-to-top a:hover, footer .go-to-top a:focus, footer .go-to-top a:active {
  text-decoration: none;
  color: #fff;
}
footer .go-to-top i {
  font-size: 30px;
}
/* buttons */

.btn-default-purple.play-video {
  background: url(https://cdn2.gttwl.net/attachments/jsif.gttwl2.com/ltmq6z/1448391776_original.png) no-repeat 160px 2px #6b3077;
  padding: 10px 0px 5px 25px;
  text-align: left;
}
button.close {
	font-size: 48px;
  color: #eee;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
}
button.close:hover {
  color: #fff;	
}

/* forms */
.form-group {
  margin-bottom: 48px;	
}
.form-group label {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;	
}
.form-group-date {
  background: url(https://cdn2.gttwl.net/attachments/jsif.gttwl2.com/ltmq6z/1448391615_original.png) no-repeat 168px 26px;	
}
.form-control {
  border: none;
  outline: 0;
  border-radius: 0;
  background: #d0d0d0;	
}
input[type=text], input[type=email], input[type=date] {
	height: 40px;	
}
input[type=date] {
	width: 160px;	
}
textarea#travelNotes {
  height: 280px;	
}

/* modals */

.web-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: transparent;
  cursor: pointer;
  z-index: 200;
}
.web-modal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  background: url(https://cdn2.gttwl.net/attachments/jsif.gttwl2.com/ltmq6z/1448391228_original.png) 0 0 repeat;
}
.web-modal#emailModal1 .modal-content {
  padding: 100px 0;
  background: url(https://cdn2.gttwl.net/attachments/jsif.gttwl2.com/ltmq6z/1448391228_original.png) 0 0 repeat;
}
.web-modal video {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: 100%; height: auto; z-index: 100;
}
a.read-more {
	color: #771888;
	font-weight: 600;
	text-decoration: underline;
}
a.read-more span.glyphicon {
  color: #771888;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;	
}
.play-video-wrapper {
	width: 100%;
  float: left;
  text-align: center;
}
.play-video-wrapper a.play-video {
  height: 120px;
  display: block;
  width: 120px;
  margin: 0 auto;
}
.overlay-map {
  height: 450px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  max-width: 1600px;
  background:transparent;
}
@media (min-width:1240px) {
	.container {
	  width: 1240px;
	}
	section.gallery .container {
    max-width: 1600px;
	  margin: 0 auto;
	  width: 100%;
  }
  section#map .container {
    padding: 35px 0;
    max-width: 1600px;
    width: 100%;
	}
	.blog-grid-inner {
    margin-bottom: 20px;
    display: inline-block;
    float: left;
  }
}

@media(min-width:1200px) {
  .tours-grid-inner {
    padding: 0;
    border: 9px solid #FFF;
    margin-bottom: 30px;
    position: relative;
  }	    
}

@media(max-width:1199px) {
  .navbar-nav > li.socialMedia {
    padding: 0;
  }
  .navbar-nav li.socialMedia ul li.mediaIcon {
    padding-right: 1px;
  }
  .navbar-nav > li a span {
    line-height: 13px;
  }
  .container.subnav {
    display: none;
  }
  .tours-grid-inner {
    padding: 0;
    border: 9px solid #FFF;
    margin-bottom: 30px;
  }   
  .blog-grid-inner {
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    width: 100%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav li.searchBox > form input.searchbox {
    width: 100%;
  }
  .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-collapse.collapse.in { 
	  display: block!important;
	}
	.collapsing {
	  overflow: hidden!important;
	}
  /* Changes */
  .navbar-header {
    width: auto;
    border: none;
  }
  .navbar-brand {
    padding: 45px 0 5px 10px;
  }
  .navbar-inverse .navbar-toggle {
		border: none;
		margin: 40px 20px 0 0;
		background: url(https://cdn2.gttwl.net/attachments/jsif.gttwl2.com/ltmq6z/1448394558_original.png) top center no-repeat transparent !important;
		border-color: transparent;
		width: 48px;
		height: 64px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    display: none;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 1px;
  }
  .navbar-nav li.socialMedia, .navbar-nav li.searchBox {
    display: none;
  }
  .navbar-nav li.searchBox.mobile {
		display: block;
		width: 100%;
		padding: 0 15px;
  }
  .navbar-nav li.searchBox.mobile > form {
    padding: 15px 0;
    width: 100%;
  }
  .navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
  }
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    background: #50a8c2;
  }
  .navbar-nav > li {
    float: left;
    display: inline-block;
    padding: 10px 10px 0 10px;
    width: 100%;
    min-height: 40px;
    text-align: left;
    border-top: 1px solid #61bcd7;
    border-bottom: 1px solid #4195ae;
    border-left: none;
    border-right: none;
  }
  .navbar-nav > li:last-child {
    border-bottom: 0;   
  }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
    white-space: normal;
  }
	.navbar-nav>li>.dropdown-menu {
    background: #50a8c2 !important;
    border: 0;
    margin: 0 -10px;
  }   
  .dropdown-menu>li>a {
    font-weight: 300;
  }
	.navbar-nav .open .dropdown-menu>li>a {
    padding: 15px 20px;
  }
  .navbar-nav > li:hover {
    background: #6b3077;
  }
  .navbar-nav > li ul li:hover {
    background: #4196ae;
  }
	.navbar-nav > li.searchBox.mobile:hover {
    background: transparent;
  }
  .navbar-nav > li a span {
    display: inline-block;
    color: #FFF;
    text-align: left;
    
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
  }
  .nav>li>a, .nav>li>a:hover {
		padding: 0;
		text-decoration: none;
  }
  .navbar-nav > li a:hover span {
    text-decoration: none;
  }
  .nav>li>a>img {
    max-width: none;
    margin-left: 0;
    margin-top: -10px;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
    padding: 0;
  }
  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: #6b3077;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
  .container {
    width: auto !important;
  }
  header.image-bg-fluid-height {
  	padding-top: 150px;
  }  
}

@media only screen and (min-width:993px) and (max-width: 1199px) {
	.navbar-nav li.searchBox.mobile > form {
	  text-align: left;
	}
  .tours-grid.col-lg-4 {
    width: 49.25%;
    float: left;
    display: inline-block;
  }
  .col-lg-6 {
    width: 50%;
    float: left;
    display: inline-block;    
  }
  section#related-articles .section-image .thumb img {
    width: 100%;
  }
  footer .container .col-lg-9 {
    width: 60%;
    float: left;    
  }
}
   
@media(max-width:992px) {
	.navbar-nav li.searchBox.mobile > form {
    text-align: left;
  }
  .navbar-nav li.searchBox.mobile {
		display: block;
		width: 100%;
		padding: 0 15px;
  }
  .navbar-nav li.searchBox.mobile > form {
    padding: 15px 0;
    width: 100%;
  }
  .container.subnav {
    display: none;
  }
  .tours-grid-inner {
		border: 10px solid #FFF;
		margin-bottom: 20px; 
  }
  .tours-grid.col-lg-4 {
    width: 100%;
    padding: 0 15px;
  }
  .row.load-more {
    display: none;
  }
  .col-lg-6 {
    display: block;
    float: left;
    width: 100%;
	}
	section#blog .col-lg-12 .col-lg-6 {
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .container .row .col-left, .container .row .col-right {
    width: 100%;
    float: left;
  }
  .container .row .col-left img, .container .row .col-right {
    width: 100%;
  }
  .container .row .col-right {
    padding: 10px 0;
  }
  footer .go-to-top {
    margin: -90px 0 0 0;        
  }	
	footer .container .col-lg-9 {
    width: 60%;
    float: left;    
  }
}

@media(max-width:768px) {
	.header-img .container .row {
		margin: 80px 0 0 0;
	}
  section.subheader {
    margin: 0;
    padding: 0;
	}
	section {
    padding: 0;
  }
	section#blog {
   	padding: 30px 0 0 0;
  }
  .section-image, .section-image-right {
    float: none;
    margin: 0 0 20px 0;
    border: 10px solid #FFF;
    width: 100%;
	}
	.section-image .thumb > img, .section-image-right > img {
	   width: 100%;
	}
	header.image-bg-fluid-height {
  	padding-top: 180px;
 	}
	.row {
		margin: 0;
    position: relative;
  } 
  .row.load-more {
      text-align: center;
      padding-bottom: 40px;
  }  
  footer .container {
    padding: 30px 15px 0 15px;
	}
	footer .container .col-lg-3 {
	  padding: 10px 0 0 0px;
	}
	footer .container .col-lg-9 {
		position: absolute;
		top: 30px;
	}
	footer ul.menu li:first-child {
	  padding: 0 5px 0 0;
	}
	footer ul.menu li {
    padding: 0px 2px;
    font-size: 11px;
	}
	footer .container .col-lg-3 h4 {
		font-size: 18px;
		letter-spacing: 0 !important;
		color: #FFF;
		float: left;
		width: 75px;
	}
	#socialMediaConnect {
	  float: left;
	}
	.tours-grid-inner {
		border: 10px solid #FFF;
		margin-bottom: 20px;	
	}
	.date {
		font-size: 18px;
		line-height: 48px;
	}
	.summary {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
  .tours-grid-inner .thumb .title {
  	font-size: 16px;
  }
}