/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  background-color: #dde8fd;
}
.breadcrumb {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: .3em;
  background-color: transparent;
}
p {
  font-size: 108%;
  margin-bottom: 1em;
  line-height: 1.4;
}
img {
  max-width: 100%;
}
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;
}
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;}

.d-none {display: none !important;}

/* HEADER
-------------------------------------------------- */
.main-header {
  padding: 1rem;
  background-color: #fff;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin-top: 1rem;
}
.brand img {
  width: 100%;
}
.header-info, .header-info a {
  font-size: 115%;
}
.header-info a {
  padding: 0 .35rem;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-inverse {
  background-color: #09037d;
}
.navbar {
  min-height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-nav li a {
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a {
  color: #dfdfdf;
}
.nav>li>a {
  padding-left: 10px;
  padding-right: 10px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#bannerCarousel.carousel {
  height: 300px;
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  text-align: right;
  right: 5%;
  left: 5%;
  top: 1em;
  bottom: auto;
  padding: 0;
}
.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;
}
#bannerCarousel .item {
  height: 300px;
  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: 3em;
  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;
}

/* ===================================
News Ticker
==================================== */

.news-ticker {display: inline-block; width: 100%; padding-bottom: 1rem;}

.news-ticker .alert {margin: 0; padding: 0;}

.news-ticker .alert-info {border: 0;}

.ticker-label {
  display: inline-block; 
  width: 100%; 
  padding: .5em 0; 
  background-color: #09037d; 
  color: #fff;
  text-shadow: none;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  line-height: 1.4;
}
.news-ticker .carousel {padding: .5em 0; line-height: 1.4;}

/* ===================================
Softvoyage
==================================== */

.svWrap .svTabs {
  padding: 0 !important;
  height: 32px;
  width: 100% !important;
}
.svTabs li a {
  height: 32px !important;
}
.svWrap .svTabLastMinute {width: 22% !important;}

.svWrap .svTabPackages {width: 30% !important;}

.svWrap .svTabFlights {width: 24% !important;}

.svWrap .svTabHotels {width: 23% !important;}

.svWrap .svTabCars {width: 18% !important;}

.softvoyage-wide {
  display: inline-block;
  width: 100%;
  background-color: #dae3f4;
}


/* 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;
  color: #fff;
}
.wrap-wdywtg h2 {line-height: 1; color: #fff; font-size: 1.83em;}

/* CONTENT
-------------------------------------------------- */
.wrap-content {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 1rem 1.5rem;
}
.wrap-content > .breadcrumb {
  padding-top: 0;
}
.right-banner {
  display: inline-block;
  width: 100%;
  padding: .5rem 0;
}
.right-banner img {
  width: 100%;
}
/* PAGES (BLOGS, TESTIMONIALS, PHOTOS...)
-------------------------------------------------- */

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

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

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

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

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

h2.post-title {margin-top: 0; margin-bottom: .15em; font-size: 2.35rem;}

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-content > .post-media:first-child {margin-top: 0;}

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

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

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

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 {margin-bottom: 200px;}

.cta h2 {font-size: 1.85em; 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;}

.right-side .affix .cta .btn {padding-right: 1em; padding-left: 1em;}

.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;}

.tab-content #photos img {
  max-width: 100%;
  margin-right: auto; 
  margin-left: auto; 
  text-align: center;
  margin: .5em 0;
}

/* PROFILE
-------------------------------------------------- */
.profile dd {
  margin-bottom: .5em;
  font-size: 100%;
}

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

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

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

.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 {padding-left: 0;}

.thumbnail.two-cols .caption h3 {font-size: 1.3em; line-height: 1; margin-bottom: .5rem;}

.thumbnail.two-cols .caption p {font-size: 92%; margin-bottom: 0; line-height:1.2;}

.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;
  -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 {
  background-color: #fff;
  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; font-size: 210%;}

.offer-no-img .offer-content h1 {
  margin-bottom: 0;
}
.offer-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  width: 100%;
  position: relative;
}
.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);
}
.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-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;
  border-color: #bfbfbf;
}
.media-posts .media-left img {max-width: 100px;}

.right-side .media-posts .media {height: auto; margin-bottom: 1em;}

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

.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.2em; margin-bottom: .25em;}

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

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

.media-posts .media.line-list {
  height: auto; 
  margin: 0;
}

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



/* FOOTER
-------------------------------------------------- */
footer {
  background-color: #09037d;
  color: #fff;
  padding: .5rem 1.35rem;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin-bottom: 1rem;
  position: relative;
}
footer a {
  color: #dfdfdf;
  border-bottom: 1px dotted #777;
}
footer dd > a {
  line-height: 1.4;
}
footer hr {
  border-top: 1px solid #667da6;
}
footer p.credits {
  font-size:80%;
  color: #afafaf;
}
.footer-logos img {
  max-height: 30px;
  display: inline-block;
  margin: .5em;
}
.go-top {
  position: absolute;
  bottom: 1rem;
  right: 1.35rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  .ticker-label {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .news-ticker .carousel {
    padding: .5em 1em;
    line-height: 1.3;
  }
  .carousel, .carousel .item {
    height: 300px;
  }
  .home-form {
    bottom: 1.5em;
  }
	.thumbnail {
    height: auto;
  }
  .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 (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  
}