/* GENERAL STYLES */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  color: #161616;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.cursive {font-style: italic;}

img {max-width: 100%;}

a {color: #0067A8;}

a:hover, a:focus {text-decoration: none; color: #2790D2;}

p {line-height: 1.75;}

.breadcrumb {
  background-color: transparent;
  padding: .5rem 0;
  font-weight: 300;
  font-size: 80%;
}
input, select, textarea {font-family: 'Open Sans', sans-serif;}

::-webkit-input-placeholder {color: #eee;}

::-moz-placeholder {color: #eee;}

:-ms-input-placeholder {color: #eee;}

:-moz-placeholder {color: #eee;}

placeholder {color: #eee}

.blockquote {font-size: 100%;}

.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;}

.no-padding {padding: 0 !important;}

.circle {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}
.uppercase {text-transform: uppercase;}

.line {
  display: block;
  width: 150px;
  max-width: 100%;
  border-top: 5px solid #0067A8;
  margin: 1em 0;
}
.link {
  position: relative;
  letter-spacing: .1em;
  font-size: 75%;
  font-family: 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
}
.link:after {
  content: '›';
  padding: 0 .5em;
}
.btn {
  font-family: 'Oswald', sans-serif;
  letter-spacing: normal; 
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
  letter-spacing: .025em;
}
.btn-primary {
  background-color: #0067A8;
  border-color: #0067A8;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #2790D2;
  border-color: #2790D2;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
  border-color: #0067A8;
  color: #0067A8;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
  color: #fff;
  background-color: #2790D2;
  border-color: #2790D2;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: #2790D2;
  border-color: #2790D2;
}
/******* Header ******/
#header {
  position: relative;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: normal;
  font-size: 110%;
  border-bottom: 1px solid rgba(0,0,0,.3);
}
.social-links .nav-link {
  padding: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin: 0 .35rem;
}
#header .social-links .nav-link {
  color: #fff; 
  background-color: #0067A8;
}
#header .social-links .nav-link:hover, #header .social-links .nav-link:focus {
  background-color: #2790D2;
}
/******* Sliders ******/
.index-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
  height: 100%;
  position: relative;
}
.index-slider .slick-slide>div>div>img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.index-slider .slick-slide>div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.index-caption {
  position: absolute;
  width: 80%;
  text-align: center;
  color: #fff;
  z-index:4;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
.index-caption p {
  font-family: 'Helvetica', Arial, sans-serif;
  letter-spacing: .05em;
  margin: 0;
}
.index-caption h2 {
  margin: .75em 0 1em;
  line-height: 1.15;
}
.articles-slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
/* Slider Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
}
.slick-prev {left: 20px;}

.slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: transparent;
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  margin: 15px;
  width: 20px;
  height: 20px;
  border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

.slick-next:before {border-width: 4px 4px 0 0;}

/* Slider Dots */
.slick-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #333;
}
/******* Sections ******/
section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 4em 0;
}
.section-title, .section-content {
  padding: 1em 0;
}
.section-title h3, .section-title h4 {
  font-weight: 600;
  margin: 0;
}
.style-img {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.style-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.style-img:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/******* Thumb ******/
.thumb {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #383f49;
}
.thumb>img {
  width: 100%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.thumb:hover>img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.thumb-content {padding: 1em .85em;}

.thumb-content.gradient-bd h4 {
  color: #fff;
}
.thumb-content.gradient-bd {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 2em;
  padding-bottom: 1.2em;
}
.right-side .list-unstyled li {
  font-family: 'Oswald', sans-serif;
  margin-top: 1em;
  font-size: 120%;
}
/******* Boostrap Card ******/
.card-prod.card {height: 100%;}

.card-img {
  background-color: #111;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-img small {
  position: absolute;
  color: #fff;
  bottom: .8rem;
  left: 1rem;
}
.card-img-top {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.card:hover .card-img-top {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.card-body {padding: .85rem 1rem .8rem;}

h5.card-title {color:#222; font-size: 137%;}

.card:hover h5.card-title {color: #0067A8;}

.card-cta {font-weight: 600;}

.card.supplier {height: 140px;}

.card.supplier img, .card-over {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.card.supplier img {max-height: 80%; max-width: 95%;}

.card-over {width: 90%;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.card-over h5.card-title {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  font-size: 170%;
}
.card:hover .card-over h5.card-title {color: #fff;}

.card:hover .card-over {
  opacity: 0;
  filter: alpha(opacity=0);
}
.card-blog, .card-blog .card-img, .card-blog .card-img-top {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.card-blog .card-img-top {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.card.card-blog:hover .card-img-top {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-detail {
  letter-spacing: .1em;
  font-size: 75%;
  font-family: 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
}
.card-detail .svg-inline--fa {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .15em;
  font-size: 350%;
}
.card-detail:before {
  content:'';
  display: block;
  width: 25px;
  border-top: 2px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
}
/******* Content ******/
.wrap-content {min-height: 500px;}

.pagination {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.pagination li a, .pagination li span {padding: .5rem;}

.pagination li.disabled span {color: #999;}

/******* Pages ******/
.page-title, .page-content {
  position: relative;
}
.page-content {padding: 3em 0;}

.page-top:before {
  content:'';
  width: 100%;
  background-color: #222;
  display: block;
  margin-bottom: .5em;
}
.page-title p {
  font-size: 88%;
}
.page-title p span:before {
  content:' • ';
}
.page-title p span:first-child:before {
  display: none;
}
.page-title p a {color: #161616; text-decoration: underline;}

.page-title p a:hover {text-decoration: none;}

.page-title h1 {line-height: 1.1;}

/* Parallax Banner */
.bcg-parallax {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.bcg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.bcg-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.bcg-content a {color: #fff;}

.bcg-link {
  position: relative;
  display: block;
  z-index:2;
  color: #fff;
  padding: 150px 0;
}
.bcg-link:hover {color: #fff;}

/**** Destinations Section ****/
.destinations .bcg-link h4 {
  font-weight: 900;
  font-size: 370%;
  letter-spacing: .5rem;
}
/**** BTTV Section ****/
.bttvideo {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.video-headline {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,.3);
}
.video-headline h2 {
  line-height: 1.1;
  font-weight: 600;
}
.video-headline p {font-size: 130%;}

/******* Post ******/
.post p, .post>div {
  text-align: justify;
  margin-bottom: 1em;
  line-height: 1.64;
  font-size: 113%;
}
.post li {margin-bottom: 1em; font-size: 113%;}

.post>div>br {display: none;}

.post-disclaimer, .post-kind {
  font-size: 85%;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #aaa;
}
/******* Suppliers ******/
.supplier-logo img {
  max-height: 100px;
}
/******* CTAs ******/
.main-cta {
  padding: 7em 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.main-cta .section-title h3 {
  font-weight: 300;
}
.dark-bg {color: #fff;}

.dark-bg:before {
  content:'';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0,48,132,.45);
}
.dark-bg>.container {
  position: relative;
  z-index:2;
}
.cta-call h5 {letter-spacing: .12em; font-weight: 700; font-size: 100%;}

.right-side .cta-call h5 {letter-spacing: normal; line-height: 1.4;}

.cta-call a {color: #383f49; font-weight: 700;}

.cta-call a:hover, .cta-call a:focus {text-decoration: underline;}

/**** Search ****/
.animated-search[type=text] {
  margin: .5em 0 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 60px;
  background-image: url(https://cdn3.gttwl.net/attachments/travelagencytribes.com/ltmq6z/1443649590_original.png);
  background-position: 97% center;
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2em;
  transition: width 0.4s ease-in-out;
  float: right;
  border: none;
  box-shadow: none;
}
.animated-search[type=text]:focus {
  width: 100%;
  background-color: #efefef;
}
/******* Subscribe ******/
#subscribe {min-height: 350px;}

.subscribe-form {
  position: relative;
  padding: 1.5em;
  background-color: rgba(0,0,0,.4);
  z-index:1;
}
#subscribe .blockquote {
  z-index: 1;
  position: relative;
}
#subscribe .blockquote-footer {color: #fff;}

/******* Footer ******/
#footer {
  background-color: #111;
  color: #efefef;
  padding: 3em 0;
  font-size: 95%;
  position: relative;
}
#footer .nav {margin-bottom: 1em;}

#footer a, #footer address a, .credits a {color: #efefef;}

#footer a:hover, #footer a:focus {color: #fff;}

#footer .social-links .nav-link {color: #111; background-color: #fff;}

#footer .social-links .nav-link:hover, #footer .social-links .nav-link:focus {
  background-color: #2790D2;
}
.footer-logos {background-color: #fff;}

.footer-logos img {
  max-height: 35px;
  margin: .35rem .6rem;
}
.credits {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 75%;
  color: #ddd;
}
/*******************************
          Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (min-width: 576px) {
	
}
@media (max-width: 767px) {
	.navbar-brand img {
	  max-height: 55px;
	}
	#header .social-links {
    justify-content: center!important;
  }
  .index-slider {
	  height: 540px;
	}
  .thumb-content h4 {
    font-size: 110%;
  }
  .banner-top {
    min-height: 300px;
	}
  .styles .thumb-content h4 {
    font-size: 180%;
  }
  .style-img {
    min-height: 200px;
  }
  .section-title h3 {
    font-size: 175%;
  }
  .main-cta .section-title h3, .bcg-content h4 {
    font-size: 200%;
  }
  .post-img {
    margin-top: 1em;
  }
  .page-title h1 {
	  font-size: 175%;
	}
	.general-page {
    height: 250px;
  }
  .bttvideo {
    height: 400px;
    margin: 0;
    background-image: url(https://cdn3.gttwl.net/attachments/tatdemowebsite.gttwl2.com/ltmq6z/1471037186_original.jpeg);
    background-size: cover;
  }
  .bttvideo .embed-responsive {
    display: none;
  }
  .video-headline h2 {
	  font-size: 1.55rem;
	}
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	.navbar-brand img {
	  max-height: 110px;
	}
  .thumb-content h4 {
    font-size: 120%;
  }
  .styles .thumb-content h4 {
    font-size: 200%;
  }
  .style-img {
    min-height: 350px;
  }
  .section-title h3 {
    font-size: 205%;
  }
  .main-cta .section-title h3, .bcg-content h4 {
    font-size: 255%;
  }
  .style-content h4 {
    font-size: 190%;
  }
  .general-page {
    height: 350px;
  }
}
@media (max-width:991px) {
  
}
@media (min-width: 768px) and (max-width:991px) {
  .index-slider {
	  height: 480px;
	}
  .index-caption h2 {
	  font-size: 270%;
	}
	.banner-top {
    min-height: 450px;
	}
	.page-title h1 {
	  font-size: 195%;
	}
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	.index-slider {
	  height: 500px;
	}
	.index-caption h2 {
	  font-size: 300%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding: 0 .5rem;
	  line-height: 110px;
	  font-size: 93%;
	}
	#header .dropdown:hover>.dropdown-menu {
    display: block;
  }
  #header .dropdown>.dropdown-toggle:active {
    pointer-events: none;
  }
  .banner-top {
    min-height: 550px;
	}
	.page-title h1 {
	  font-size: 223%;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
  
}
/*** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1200px) {
	
}