@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  font-family: 'Lato',Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.breadcrumb {
  padding: 0;
  margin-top: -7px;
  margin-bottom: .75em;
  background-color: transparent;
}
p {
  font-size: 115%;
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
blockquote {
  border: none;
  background-image: url(https://cdn4.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;
}
hr {margin: .86em 0;}

.row.whole {margin: 0;}

.row.whole [class*="col-"] {padding: 0;}

label {font-weight: normal;}

legend {border: none; font-size: 1em; font-weight: 600; margin-bottom: .5em;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  min-height: 40px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse .navbar-toggle {
  margin-top: 3px;
  margin-bottom: 0;
}
.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
-------------------------------------------------- */
.main-header {
  margin-top: 40px;
}
.brand {display: inline-block; padding: .6em 0;}

.header-info {font-size: 1.7em; margin-top: .5em;}

.header-info a {padding: 0 .35rem;}

.header-info a:hover {text-decoration: none;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  height: 500px;
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  text-align: center;
  right: 5%;
  left: 5%;
  top: 1em;
  bottom: auto;
  padding: 0;
}
.carousel-caption h2 {
  margin-bottom: .3rem;
  font-size: 320%;
  line-height: 1.2;
  color: #fff;
}
.carousel-caption.white {
  color: rgba(255,255,255,.76);
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
}
.carousel-caption.black {
  color: rgba(0,0,0,.76);
  text-shadow: 0 1px 1px rgba(255,255,255,.6);
}
.carousel-caption p {
  font-size: 100%;
  font-family: Arial, sans-serif;
}
.carousel .item {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control {z-index: 11;}

.carousel-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  cursor: pointer;
}
.carousel-caption img {
  max-width: 100px;
  margin-top: 1em;
}

.home-form {
  position: absolute;
  z-index: 10;
  bottom: 3em;
  width: 100%;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,.86);
}
.home-form h1 {
  font-family: 'Lato', sans-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 .wdywtg-form {
  background-color: #fff;
  border: none;
}
.home-form .wdywtg-form input[type="text"] {
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  border-radius: 0;
}

/* WDYWTG FORM
-------------------------------------------------- */
.wdywtg-form {
  display: inline-block; 
  width: 100%;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  border: 2px solid #006186;
}
.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;
  padding-left: 33px;
  background-image: url(https://cdn4.gttwl.net/attachments/mountaincitytravel.gttwl2.com/ltmq6z/1464375612_original.png);
  background-position: 4px 11px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,.95);
}
.wdywtg-form .btn:not(.btn-success) {
  -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 .btn.btn-success {color: #fff;}

.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;}

/* THUMBNAILS
-------------------------------------------------- */
.wrap-main {
  padding: 3em 0 2em;
}
.thumbnail {padding: 0; height: 245px;}

.thumbnail.for-ad {height: auto;}

.thumbnail.two-cols {height: 140px; overflow: hidden;}

.verticals .thumbnail.two-cols {height: auto;}

.page-team .thumbnail.two-cols {height: 200px;}

.thumbnail > a {display: block; width: 100%;}

.thumbnail > a:hover {text-decoration: none;}

.imgThumb {
  height: 180px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  display: block;
}
.imgThumb>img {
  display: block;
  margin-left: -10%;
  width: 120%;
}
.page-team .two-cols .imgThumb {height: 200px;}

.thumbnail .caption h3 {margin: 0; line-height: 1.2; font-size: 1.31em; font-weight:400;}

.thumbnail.two-cols .caption {padding-left: 0;}

.thumbnail.two-cols .caption h3 {font-size: 1.5em; line-height: 1.2;}

.thumbnail.two-cols .caption .post-details {margin: .5rem 0;}

.thumbnail.two-cols .caption p {font-size: 92%; margin-bottom: 0;}

.thumbnail .caption p span {text-decoration: underline;}

.thumbnail .wrap-wdywtg {margin: 0; height: 100%;}

/* LANDING PAGE (OFFERS)
-------------------------------------------------- */

.offer-intro {
  display: inline-block; 
  width: 100%; 
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-size: 55%;
}
.offer-content {
  background-color: #fff;
  padding: 1.5rem 2rem 2rem 0;
  min-height: 300px;
}
.offer-content h1 {margin-top: 0; font-weight: 400;}

.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 2px rgba(0,0,0,.2);
}
.filter-links {display: inline-block; width: 100%;}

.filter-links ul {margin-bottom: 0;}

.section-content, .section-title {display: inline-block; width: 100%; margin: .75em 0;}

.section-bottom {display: inline-block; width: 100%; margin: .5em 0 2em;}

.section-content.last-section-content {margin-bottom: 12rem;}

.section-title {color: rgba(0,0,0,.35);}

.section-title h4 {margin-top: 0; font-size: 140%; font-weight: 400;}

.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;}

.section-video {display: block; margin: 1.75em 0 2em;}

.cta {
	padding-top: 2em;
	padding-bottom: 2em;
}
.disclaimer, .post-info {
  display: block;
  font-size: 80%;
  margin: 1rem 0; 
  font-style: italic;
  color: #999;
}

.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;}

.media-user {margin-top: 2rem !important;}

.media-user .media-left {width: 35%; padding-right: 1.5em;}

.media-user .media-left img {width: 100%; max-width: 100%;}

.media .btn {margin: .5em 0;}

.media ul {padding-left: 20px;}

.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.35em; margin-bottom: 0.3em;}

.media-body p {font-size: 100%; margin: 0;}

.media-user .media-body p {margin-bottom: .5em;}

.media-body span {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%;}

.suppliers-list {
  padding: 1rem 0 2rem;
}
.suppliers-list a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  -mozborder-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 120px;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  margin: 0 .5rem 1rem;
}
.suppliers-list a:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.suppliers-list a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}

/* PAGES (BLOGS, TESTIMONIALS, PHOTOS...)
-------------------------------------------------- */

.page-header {display: inline-block; width: 100%; padding: 0 0 2em; margin: 0; border: none; position: relative;}

.page-header img {max-height: 80px; max-width: 100%;}

.page-header.supplier-page img {
  max-height: none;
  width: 100%;
}
.supplier-logo {
  position: absolute;
  top: 1em;
  left: 1em;
}
.page-header.supplier-page .supplier-logo img {
  max-height: 80px; 
  max-width: 100%;
  width: auto;
}

.page-content {display: inline-block; width: 100%; padding: 0 0 1em;}

.page-header h1 {
  margin: 0; 
  font-size: 210%; 
  line-height: 1.1;
}
.page-header .post-meta {margin-bottom: 0; font-size: 108%;}

.post {
  display: inline-block; width: 100%; 
  padding-bottom: 1em; 
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

h2.post-title {margin-top: 0; margin-bottom: .15em; font-weight: 400; font-size: 180%;}

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 p, .post-content li {
  font-size: 17px;
  margin-bottom: 1em;
  line-height: 1.5;
}
.post-content .list-unstyled li, .post-content .list-unstyled li > a {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.post-content p:last-child {margin: 0;}

.post-content .embed-responsive {margin-bottom: 2em;}

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%;}

.supplier-cta img {max-height: 80px; max-width: 100%; margin-bottom: 1rem;}

.affix.affix-cta {top: 120px;}

.cta h2 {font-size: 220%; line-height: 1; margin-top: 0;}

.cta h3 {font-size: 170%; line-height: 1; margin-top: 0;}

.cta p {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}

.right-side .cta .btn {width: 100%; padding-left: 0; padding-right: 0;}

.profile img {max-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;
}
.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: 200%; font-weight: 400;}

/* 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%;}

/* FOOTER
-------------------------------------------------- */

footer {
  padding: 2em 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;}

.footer-logos img {height: 40px; margin: 0 5px 5px; display: inline-block;}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  .brand {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }
  .brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 120px;
  }
  .header-info {
    margin-top: 0;
  }
  .header-info.text-right {
    text-align: center;
  }
  .carousel, .carousel .item {
    height: 300px;
  }
  .home-form {
    bottom: 1.5em;
  }
  .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, .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;
  }
  .section-content.last-section-content {
    margin-bottom: 1rem;
  }
  .verticals .thumbnail {
    height: auto;
  }
  .imgThumb, .two-cols .imgThumb {
    height: auto;
  }
  .verticals .two-cols .imgThumb {
    height: 230px;
  }
  .affix.affix-cta {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    margin: 0;
  }
  .affix.affix-cta .well {
    margin: 0; 
    border: none;
  }
  .thumbnail {
    height: auto;
  }
  .supplier-logo {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@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;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .offer-intro {
    background-size: 88%;
    background-position: 200% center;
  }
  .brand {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .brand img {
    max-height: 80px;
  }
}
@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%;
  }
  .verticals .thumbnail {
    height: 310px;
  }
  .verticals .two-cols .imgThumb {
    height: 180px;
  }
  .two-cols .imgThumb {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .offer-intro {
    background-size: 70%;
    background-position: 140% center;
  }
  .verticals .thumbnail {
    height: 320px;
  }
  .verticals .two-cols .imgThumb {
    height: 180px;
  }
}