@import url(https://fonts.googleapis.com/css?family=Rokkitt:400,700);

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html, body {
  height: 100%;
  min-height: 100%;
}
.breadcrumb {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: .3em;
  background-color: transparent;
}
p {
  font-size: 108%;
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rokkitt', serif;
  font-weight: 700;
}
blockquote {
  border: none;
  background-image: url(https://cdn1.gttwl.net/attachments/thetravelvalet.com/ltmq6z/1424108429_medium.png);
  background-repeat: no-repeat;
  background-size: 9%;
  padding: 0 0 0 10.5%;
  margin: 1em 0;
}
blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 93%;
  margin-bottom: 0.2em;
}
blockquote cite {
  font-size: 76%;
  line-height: 1;
}
.form-control, .btn, button, .well {
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
  border-radius: 0;
}
.row.whole {margin: 0;}

.row.whole [class*="col-"] {padding: 0;}

label {font-weight: normal;}

legend {
  border: none;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: .5em;
  text-transform: uppercase;
}
form > hr {
  margin: 2em 0;
}

.no-padding-top {padding-top: 0 !important;}

.no-padding-bottom {padding-bottom: 0 !important;}

.capitalize {text-transform: capitalize;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper {
  position: relative;
  top: 0;
  min-height: 80px;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.nav>li>a {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  min-height: 40px;
  margin: 0;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse .navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-toggle {
  position: absolute;
  right: 0;
  top: .9em;
  z-index: 99;
}
.navbar-text.phone {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 1.3em;
  padding-right: 15px;
  line-height: 30px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background-color: rgba(0,0,0,.2);
}
/* CUSTOMIZE HEADER
-------------------------------------------------- */
.navbar-brand {
  padding: 0; 
  position: relative;
  margin-top: -39px;
  padding: 0 10px;
}
.navbar-brand img {max-height: 78px;}

.header-info {font-size: 1.27em; padding: 0; min-height: 40px; line-height: 40px;}

.header-info a {padding: 0 .35rem;}

.header-info a:hover {text-decoration: none;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  height: 100%;
  margin-top:-80px;
}
.carousel-inner, .carousel .item {
  height: 100%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  left: 10%;
  width: 80%;
  top: 25%;
  bottom: auto;
  padding: 0;
}
.carousel-caption h2 {
  margin-bottom: .3rem;
  font-size: 350%;
  line-height: 1.2;
}
.carousel-caption p {
  font-size: 130%;
  font-family: Arial, sans-serif;
}
.carousel .item {
  background-repeat: repeat, no-repeat;
  background-size: 10%, cover;
  background-position: top, center;
}
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control {z-index: 11;}

.home-form {
  position: absolute;
  z-index: 10;
  bottom: 100px;
  width: 100%;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,.86);
}
.home-form h1 {
  font-family: 'Rokkitt', serif;
  font-weight: 700;
  margin-top: 0;
  letter-spacing:-.01rem;
  font-size: 2.85em;
  line-height: 1;
}
.home-form p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 110%;
  line-height: 1.1;
}
.home-form .btn {
  border-width: 2px;
  font-size: 130%;
  letter-spacing: .1rem;
}
.scroll-link {
  text-align: center;
  font-size: 200%;
  color: #fff;
  margin-top: 1rem;
  display: block;
  width: 100%;
  position: absolute;
  text-shadow: 0 2px 6px rgba(0,0,0,.86);
  bottom: 0;
}
.scroll-link:hover {
  color: rgba(0,0,0,.6);
}

/* WDYWTG FORM
-------------------------------------------------- */
.wdywtg-form {
  display: inline-block; 
  width: 100%;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}
.wdywtg-form.inline .col-xs-10 {padding-right: 0;}

.wdywtg-form.inline .col-xs-2 {padding-left: 0;}

.wdywtg-form input[type="text"] {
  -moz-border-radius: 200px 0 0 200px; 
  -webkit-border-radius: 200px 0 0 200px; 
  border-radius: 200px 0 0 200px;
  border: none;
  background-color: rgba(255,255,255,.95);
}
.wdywtg-form .btn {
  -moz-border-radius: 0 200px 200px 0; 
  -webkit-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  background-color: rgba(255,255,255,.95);
  color: #337ab7;
}
.wdywtg-form button {font-weight: bold; font-size: 1.3em; padding-left: 0; padding-right: 0;}

.wrap-wdywtg {
  padding: .5em 1em 1em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 1em;
}
.wrap-wdywtg h2 {line-height: 1;}

/* SECTIONS
-------------------------------------------------- */

.section {
  display: block;
  width: 100%;
  padding: 3rem 0;
}

/* THUMBNAILS
-------------------------------------------------- */

.thumbnail {padding: 0; height: 245px;}

.thumbnail.two-cols {height: 140px; overflow: hidden;}

.page-team .thumbnail.two-cols, .page-team .two-cols .imgThumb {height: 180px;}

.thumbnail > a {display: inline-block; width: 100%;}

.thumbnail > a:hover {text-decoration: none;}

.imgThumb {height: 180px; overflow: hidden; background-size: cover;}

.imgThumb img {width: 120%;}

.two-cols .imgThumb {height: 140px;}

.thumbnail .caption h3 {margin: 0; line-height: 1.2; font-weight: 400; font-size: 1.41em;}

.thumbnail.two-cols .caption h3 {font-size: 1.67em; line-height: 1;}

.thumbnail.two-cols .caption p {font-size: 102%; margin-bottom: 0;}

.thumbnail .caption p span {text-decoration: underline;}

.thumbnail .wrap-wdywtg {margin: 0; height: 100%;}

.thumb-video .embed-responsive {
  min-height: 200px;
}

.full-thumb {
  height: 250px;
  background-size: cover;
  background-position: center;
  display: block;
  color: #fff;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.full-thumb:hover {
  color: #fff;
  opacity: .6;
}
.full-thumb h3 {
  position: absolute;
  bottom: 2rem;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,.86);
}

/* LANDING PAGE (OFFERS)
-------------------------------------------------- */

.offer-intro {
  margin-bottom: 1em;
  background-repeat: no-repeat;
  -moz-box-shadow: 2px 2px 10px rgba(0,0,0,.1);
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.1);
  box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.offer-no-img.offer-intro {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offer-intro.testimonial-intro {
  background-size: 45%;
  background-position: right center;
}
.offer-content {
  padding: 1.5rem 2rem 2rem;
  min-height: 350px;
}
.offer-no-img .offer-content {
  min-height: 10px;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.offer-content h1 {margin-top: 0; font-weight: 400;}

.offer-no-img .offer-content h1 {
  margin-bottom: 0;
}
.offer-intro .testimonial {
  min-height: 340px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.offer-intro .testimonial blockquote {
  position: absolute;
  margin: 0;
  bottom: 1em;
  right: 1em;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0,0,0,.7);
}
.offer-intro .testimonial blockquote > a {color: #fff;}

.offer-intro .testimonial blockquote > a:hover {
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.filter-links {display: inline-block; width: 100%;}

.filter-links ul {margin-bottom: 0;}

.section-content, .section-title, .section-bottom {display: inline-block; width: 100%; margin: .75em 0;}

.section-content.last-section-content {margin-bottom: 12rem;}

.section-title {color: rgba(0,0,0,.35);}

.section-title h4 {margin: 0; font-size: 1.23em; font-family: 'Arial', sans-serif; font-weight: 400;}

.section-title img {
  max-width: 100%;
  margin-top:.5rem;
}

.section-content > hr:first-child {margin-top: 0;}

.section-bottom {font-size: 90%; color: rgba(0,0,0,.55);}

.section-bottom a {color: rgba(0,0,0,.55); text-decoration: underline;}

.simple-link, .simple-link a {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.simple-link a {
  line-height: 1.3;
  padding: 1rem 1.35rem;
  color: #72511e;
  font-size: 120%;
  border: 1px solid #72511e;
}
.simple-link a:hover {
  background-color: #72511e;
  color: #fff;
  text-decoration: none;
}
.media-posts .media {
  padding: 15px 0 12px; 
  margin-bottom: 0; 
  overflow: hidden;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.right-side .media-posts .media {height: auto; margin-bottom: 1em;}

.right-side .section-title {margin-bottom: 0;}

.starburn img {
  max-width: 70%;
}

.list-posts li {
  line-height: 1.3;
  padding: .65em 0;
  font-size: 110%;
  border-top: 1px dotted rgba(0,0,0,.1);
}
.list-posts li a {color: #333;}

.list-posts li a:hover {color: #337ab7; text-decoration: none;}

h4.media-heading {font-size: 1.5em; margin-bottom: 0;}

.media-heading .label {padding-bottom:.1em;}

.media-body p {font-size: 100%; margin: 0;}

.media-body span:not(.label) {font-size: 90%; margin-top: .5em; display: block; color: #999;}

.media-posts .media.line-list {
  height: auto; 
  margin: 0;
}
.line-list h4.media-heading {font-size: 1.65em;}

.line-list .media-body p {font-size: 108%;}

/* PAGES (BLOGS, TESTIMONIALS, PHOTOS...)
-------------------------------------------------- */

.page-header {display: inline-block; width: 100%; padding: 1em 0; margin: 0; border: none; position: relative;}

.page-content {display: inline-block; width: 100%; padding: 0 0 1em;}

.page-header h1 {margin: 0; font-size: 2.7em; line-height: 1.1;}

.page-header .post-meta {margin-bottom: 0; font-size: 108%;}

.page-header.with-img {
  padding: 5rem 0 3rem;
  overflow: hidden;
  min-height: 350px;
}
.page-header.with-img img {
  position: absolute;
  width: 100%;
  left: 0;
  top: -30%;
  z-index: -1;
}
.page-header.with-img .post-meta a {
  text-decoration: underline;
}
.page-header.with-img form {
  margin-top: 1em;
}
.top-slider {
  height: 500px;
}


.post {
  display: inline-block; width: 100%; 
  padding: .5em 0;
  margin-bottom: 1.25em;
}

h2.post-title {margin-top: 0; margin-bottom: .15em;}

h2.post-title a:hover {color: #888; text-decoration: none;}

.post-meta {display: inline-block; width: 100%; padding: .5em 0; font-size: 85%;}

.post-meta a {color: #5a5a5a; text-decoration: underline;}

.post-media {display: inline-block; width: 100%; margin: .5em 0 1em;}

.post-media img {width: 100%;}

.post-content img {max-width: 100%;}

.post-content iframe {width: 100%; height: auto; min-height: 300px;}

.post-content p, .post-content li {
  font-size: 108%;
  margin-bottom: 1em;
  line-height: 1.5;
}
.post-content p:last-child {margin: 0;}

.post table {
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: left !important;
}
.post table>tbody>tr>td, .post table>tbody>tr>th, .post table>tfoot>tr>td, .post table>tfoot>tr>th, .post table>thead>tr>td, .post table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left !important;
}

a.well.offer-cta {
  padding-top: 5em;
  background-repeat: repeat, no-repeat;
  background-size: 10%, cover;
  background-position: top, center;
  display: inline-block;
  width: 100%;
  color: #fff;
}
a.well.offer-cta:hover, a.well.offer-cta:focus, a.well.offer-cta:active {color: #fff; text-decoration: none;}

.offer-cta .btn {min-width: 40%;}

.affix.affix-cta {top: 90px;}

.cta h2 {font-size: 2.45em; line-height: 1; margin-top: 0;}

.cta p {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}

.cta select {margin-bottom:.5rem;}

.right-side .cta .btn {width: 100%; padding-left: 0; padding-right: 0;}

.tags {display: inline-block; width: 100%;}

.tags a {
  display: inline-block;
  padding: .25rem .45rem .35rem;
  border-width: 1px;
  border-style: solid;
  margin: 0 .35rem .85rem 0;
}
.tags a:hover {text-decoration: none;}

.panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
}
.panel-body.places-list a {
  display: block;
}
.profile img {
  width: 100%;
}

/* ITINERARY
-------------------------------------------------- */

.panel-heading, .panel-body {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-body img {display: block; margin-left: auto; margin-right: auto; max-width: 100%; margin: 1em 0;}

.panel-body img:last-child {margin-bottom: 0;}

.panel-body {
  font-size: 108%;
  line-height: 1.5;
  padding: 15px 0;
}
.tab-content img {max-width: 100%; margin: 0 0 1em;}

/* MODAL
-------------------------------------------------- */

.modal-body .form-group:last-child {margin: 0;}

/* BLANK PAGES
-------------------------------------------------- */

.blank-header, .blank-content {display: inline-block; width: 100%; padding: 1.5em 0;}

.blank-content .well h1 {margin: 0 0 .5em; font-size: 2.5em; font-weight: 400;}

.blank-content .well .header-form h1 {margin-bottom: 0; line-height: 1.1;}

.header-form p {font-size: 100%;}

/* GENERAL PAGES
-------------------------------------------------- */

.general-page {display: inline-block; width: 100%; padding: 2em; margin: 1em 0 1em;}

.general-page-content h1:first-child, .general-page-content h2:first-child, .general-page-content h3:first-child {
  margin-bottom: 1em;
  text-align: center;
}
.general-page-content p, .general-page-content li {
  font-size: 108%;
  margin-bottom: 1em;
  line-height: 1.5;
}
.general-page-content img {max-width: 100%;}

.for-print {
  display: none;
}
.for-print p {
  margin: 3rem 0;
}

/* FOOTER
-------------------------------------------------- */

footer {
  padding: .5em 1.5em 1em;
  margin-top: 2em;
  position: relative;
  background-color: rgba(0,0,0,.1);
}
footer p {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}

.go-top {position: absolute; bottom: .75em; right: .75em; font-size: 1.3em;}

footer p.credits {font-size: 95%; margin: 0;}

footer dd {margin-bottom: .5em;}

footer hr {margin: .4em 0 1em;}

.subscription-form h4 {font-size: 1.6em;}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  .img-home{
  width: 100% !important;
  }
  .navbar-wrapper {
    min-height: 60px;
  }
  .navbar-brand {
    height: 60px;
    width: 100%;
    text-align: center;
  }
  .navbar-brand img {
    max-height: 58px;
    position: static;
    margin: auto;
  }
  .nav-bottom .text-right {
    text-align: center;
  }
  .header-info {
    line-height: 1.3;
  }
  .header-info .phone {
    font-size: 85%;
  }
  .carousel, .carousel .item {
    height: 300px;
    margin-top: 0;
  }
  .top-slider {
    height: 300px;
  }
  .carousel-caption {
    top: 10%;
  }
  .carousel-caption h2 {
    margin-top: 0;
    font-size: 270%;
    line-height: 1.1;
  }
  .home-form {
    bottom: 3em;
  }
  .home-form h1 {
    font-size: 2.65em;
  }
  .home-form p {
    line-height: 1.4;
  }
  .offer-intro {
    background-size: 100%;
    background-position: center top;
    padding-top: 240px;
  }
  .offer-intro.testimonial-intro {
    background-size: 100%;
    background-position: center -15%;
    padding-top: 360px;
  }
  .offer-intro .testimonial, .offer-content {
    min-height: inherit;
  }
  .offer-intro .testimonial {
    background-color: #E5E1D8;
  }
  .offer-intro .testimonial blockquote {
    position: static;
    color: #777;
    text-shadow: none;
    margin: 1em 0;
  }
  .media-posts .media {
    height: auto;
  }
  .section-content.last-section-content {
    margin-bottom: 1rem;
  }
  .imgThumb {
    height: auto;
  }
  .affix.affix-cta {
    bottom: 30px;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 9;
    margin: 0;
  }
  .affix.affix-cta .well {
    margin: 0; 
    border: none;
  }
  .thumbnail {
    height: auto;
  }
  .page-header.with-img {
    min-height: 250px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-header.with-img img {
    top: 0;
  }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .nav-bottom {
    height: 40px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .media-posts .media {
    height: 190px;
  }
  .top-slider {
    margin-top: 70px;
  }
  .thumbnail.thumb-video {
    height: 273px;
  }
  .right-side .thumbnail.thumb-video {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .media-left img {
    width: 70px;
  }
  .thumbnail.two-cols .caption h3 {
    font-size: 1.8em;
  }
  .thumbnail.two-cols .caption p {
    font-size: 95%;
  }
  h4.media-heading {
    font-size: 1.35em;
  }
  .media-body p {
    font-size: 95%;
  }
  .offer-intro {
    background-size: 60%;
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .offer-intro {
    background-size: 55%;
    background-position: right center;
  }
  .media-posts .media {
    height: 145px;
  }
}
@media print { 
  footer, .no-print {
    display: none;
  }
  .for-print {
    display: block;
  }
  .for-print p {
    line-height: 1;
    margin: 0;
  }
  .for-print hr {
    margin: 30px 0 3px;
    border-top: 1px solid #222;
  }
  .container {
    margin-top: -10rem;
  }
  .blank-content .well {
    padding: 0;
    margin: 0;
  }
  .blank-content .well h1 {
    font-size: 180%;
  }
}

.img-home{
  width: 30%;
  float: left;
  margin: 1em;
  overflow:hidden;
}

.img-home img{
  width: 100%;
}
.mt-2{
  margin-top:10px;
}