/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html, body {
  height: 100%;
  min-height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.breadcrumb {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: .3em;
  background-color: transparent;
}
p {
  font-size: 110%;
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
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;
}
.btn {box-shadow: -3px 3px 2px rgba(0,0,0,.3); white-space: normal;}

.btn-block {padding-left: 0; padding-right: 0;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.capitalize {text-transform: capitalize;}

.circle {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}

/*Pop UP*/

#pop{
  position: fixed;
  bottom:0;
  right:21px;
  
}



/* 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;
  text-transform: uppercase;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  border-radius: 0;
  border: none;
}
.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-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);
}
.navbar-header {
  position: relative;
}
.navbar-brand img {max-height: 80px; margin: auto;}

.nav-top {height:46px; line-height: 46px;}

.header-info {font-size: 1.14em; padding: 0;}

.header-info a {padding: 0 0 0 .65em;}

.header-info a:hover {text-decoration: none;}

.navbar-form {
  padding-top: 0; 
  padding-bottom: 0; 
  line-height: 25px;
  position: relative;
  border: none;
  box-shadow:none;
}
.navbar-form .btn {
  height: 25px;
  line-height: 1;
  padding: 0;
  width: 25px;
  border: none;
  background: transparent;
  position: absolute;
  top: 1px;
  right: 15px;
  box-shadow: none;
}

/* SLIDER */

.wrap-slider, .supplier-header {
  position: relative;
}
.wrap-slider:after {
  content:'';
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
  bottom: 0;
  background: transparent; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax */
  z-index:1;
}
.index-slider, .product-slider {position: relative; height: 500px; overflow: hidden;}

.index-slider .single-slider, .product-slider .single-slider {
  min-height: 500px;
  box-shadow: inset 0 0 20px #000;
}

.index-slider .single-slider p {
  text-align: right;
  padding: 2rem 1rem 0 0;
}
.index-slider .single-slider, .product-slider .single-slider {
  background-size: cover;
  background-position: center;
  position: relative;
}
.slider-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index:88;
}
.slider-caption {
  position: absolute;
  width: 100%;
  padding: 10% 10% 0 10%;
  text-align: center;
  top: 0;
  color: #fff;
  background: transparent; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0)); /* Standard syntax */
  z-index:1;
}
.adjust-caption{
  padding: 8% 10% 0 10%;
}
.slider-caption h1, .slider-caption h2 {
  margin-top: 0;
  line-height: 1.3;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:40%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 15;
}
.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 {background-image: url(https://cdn1.gttwl.net/attachments/bucketlistexploration.gttwl2.com/ltmq6z/1426275911_original.png); left: 1rem;}

.slick-next {background-image: url(https://cdn1.gttwl.net/attachments/bucketlistexploration.gttwl2.com/ltmq6z/1426275990_original.png); right: 1rem;}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 5px;
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: right;
	margin: 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: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #fff;
}

.index-slider .slide-caption {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.64rem;
  text-align: center;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.slide-caption h1, .slide-caption h2, .slide-caption h3 {
  color: #fff;
}
.index-slider .slide-caption img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
}
.wrap-feature {
  background-color: #def6f5;
  border: 1px solid #ceccbf;
  margin-bottom: 1em;
}
.wrap-feature a:not(.btn) {display: block;}

/* BANNER
-------------------------------------------------- */
.wrap-banner {
  position: relative;
  width: 100%;
  display: block;
}
.wrap-banner:after {
  content:'';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index:1;
  box-shadow: inset 0 0 20px #000;
}
.wrap-banner > img {
  position: absolute;
  bottom: 2em;
  left: 2em;
}
.banner-img img {
  width: 100%;
}
.banner-caption {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.64rem;
  text-align: center;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}

/* MAIN SEARCH
-------------------------------------------------- */
.main-search {
  background-color: #CFB53B;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.main-search h2 {
  margin: 0;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  font-size: 150%;
  padding: .45rem 0;
  font-weight: 400;
}
.main-search .btn {
  text-transform: uppercase;
  font-weight: 700;
}
.main-search.affix {
  z-index: 99;
}

/* 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.1; 
  font-weight: 400;
  font-size: 155%;
  margin: .55em 0;
}

/* SECTIONS
-------------------------------------------------- */
.section {
  display: block;
  width: 100%;
  padding: 3rem 0;
}
.section.categories {
  padding: 0;
}

/* THUMBNAILS
-------------------------------------------------- */
.thumbnail {
  padding: 0;
  height: 240px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #fdfdf4;
}
.thumbnail.two-cols {height: 120px; overflow: hidden;}

.page-team .thumbnail.two-cols, .page-team .two-cols .imgThumb {height: 140px;}

.thumbnail > a {display: inline-block; width: 100%;}

.thumbnail > a:hover {text-decoration: none;}

.imgThumb {height: 180px; overflow: hidden; background-size: cover;}

.imgThumb img {width: 100%;}

.two-cols .imgThumb {height: 120px;}

.thumbnail .caption h3 {margin: 0; line-height: 1.2; font-weight: 400; font-size: 1.41em;}

.thumbnail .caption p {margin: .3em 0 0;}

.thumbnail.product-thumb .caption p {font-style: italic;}

.thumbnail.two-cols .caption h3 {font-size: 1.67em; line-height: 1;}

.thumbnail.two-cols .caption p {font-size: 102%; margin: 0;}

.thumbnail .caption p span {text-decoration: underline;}

.thumbnail .wrap-wdywtg {margin: 0; height: 100%;}

.thumbnail .music-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  
  transform: translate(-50%, -156%);
  max-width: 58%;
  max-height: 58%;
  margin: 0;
}

.thumbnail .golf-logo {
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-50%, -156%);
  max-width: 48%;
  max-height: 48%;
  margin: 0;
}

.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);
}
.categories .thumbnail {
  height: auto;
  margin: 0;
}
.categories .imgThumb {
  height: auto;
}
.categories .thumbnail .caption {
  height: 60px;
}
.categories .thumbnail .caption h3 {
  text-transform: uppercase;
  font-size: 112%;
  font-weight: 600;
}
/* TEAM
-------------------------------------------------- */
.media-user {
  margin-bottom: 1.5em;
}
.media-user img {
  margin-bottom: 1em;
  width: 100%;
}

/* 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 > .btn {margin-bottom: .75em;}

.section-title {color: rgba(0,0,0,.5);}

.section-title h4 {margin: 0; font-size: 1.3em; 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;
}
.media.line-list {
  border: 1px solid #d1c8b3;
}
.media.line-list:last-child {
  margin-bottom: 1em;
}
.right-side .media-posts .media {height: auto; margin-bottom: 1em;}

.right-side .section-title {margin-bottom: 0;}

.right-side .search {
  margin-bottom: 2em;
}
.index-right-side {
  padding: 1em 1.3em;
  background-color: #def6f5;
  border: 1px solid #d1c8b3;
  margin-bottom: 1em;
  position: relative;
}
.index-right-side .btn {
  font-size: 87%;
  margin-bottom: 1.5em;
}
.index-right-side .social-links {
  padding-top: .5em;
}
.social-links {
  display: inline-block;
  width: 100%;
  padding: 2em 0;
}
.social-links a {
  border: 1px solid #fcffec;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #56909c;
  font-size: 87%;
  color: #fcffec;
  font-size: 25px;
}
.social-links a:hover {
  text-decoration: none;
  background-color: #3d8a8a;
}
.social-links img {
  max-width: 100%;
  border-bottom: 1px solid #fcffec;
}
.social-links p {
  margin: 0;
  color: #fcffec;
  line-height: 1.4;
  padding: 4px 0 4.3px;
  font-size: 90%;
}
.classical-right-side {
  background-color: #def6f5;
  border: 1px solid #d1c8b3;
  margin-bottom: 1em;
  position: relative;
}
.classical-header {
  background-color: #51919b;
  color: #fff;
  padding: .45em .85em;
}
.classical-header img {width: 100%;}

.classical-content {padding: 1.3em;}

.classical-content p {font-size: 118%;}

.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 {margin-bottom: .3em; font-size: 1.25em; font-weight: 400;}

.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 .media-body {padding: .75em .75em .75em 0;}

/* 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-search {display: inline-block; width: 100%; padding: 1em 0;}

.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: 525px;
}
.page-header.with-img img {
  position: absolute;
  width: 110%;
  left: 0;
  top: -30%;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page-header.with-img .post-meta {
  padding-top: 1em;
}
.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: 0;
  margin-bottom: 2.5em;
}
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 .post-media:first-child {margin-top: 0;}

.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-content h2, .post-content h3, .post-content h4, .post-content h5 {
  line-height: 1.4;
}
.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;
}
.post-attachments img {
  width: 100%;
  margin-bottom: 1em;
}

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 {
  line-height: 1.2; 
  font-weight: 400;
  font-size: 175%;
  margin: 0 0 .55em;
}
.cta p {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}

.cta select {margin-bottom:.5rem;}

.cta .btn {margin-bottom: 1em;}

.affix .btn-block {padding-left: 10px; padding-right: 10px;}

.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;
}
.panel-body figcaption {
  font-size: 93%;
  color: #999;
  display: block;
  margin-top: .35em;
  font-weight: 600;
}
.profile img {
  width: 100%;
}

/* ITINERARY
-------------------------------------------------- */

.panel-heading, .panel-body {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-body {
  font-size: 95%;
  line-height: 1.5;
}
.panel-body img {max-width: 100%;}

.tab-content img {width: 100%; margin: 0 0 1em;}

/* MODAL
-------------------------------------------------- */

.modal-body .form-group:last-child {margin: 0;}

.modal-header .close {
  margin-top: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  font-size: 30px;
}
.cta .modal-body  p {font-size: 1.25em;}

.cta .modal .btn {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%; 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;
}
/* ARTISTS
-------------------------------------------------- */
.classical.page-header h1 {margin-bottom: .45em;}

.artist {margin: 1em 0 2em; display: inline-block; width: 100%;}

.artist img {width: 100%; margin-bottom: 1em;}

/* BOTTOM BAR
-------------------------------------------------- */
.bottom-bar {
  background-color: #56909c;
  margin-top: 2em;
}
.bottom-bar .navbar-nav {
  width: 100%;
  text-align: center;
}
.bottom-bar .navbar-nav>li {
  float: none;
  display: inline-block;
}
.bottom-bar .navbar-nav > li > a {
  color: #fcffec;
}
.bottom-bar .nav>li>a {
  padding-right: 2em;
  padding-left: 2em;
  font-weight: bold;
}
.bottom-bar .navbar-nav > li > a:hover, .bottom-bar .navbar-nav > li > a:focus {
  color: #184152;
  background-color: transparent;
}

/* FOOTER
-------------------------------------------------- */
footer {
  padding: 2em 1.5em 4em;
  position: relative;
  background-color: rgba(0,0,0,.1);
}
footer h3 {
  font-weight: 400;
  margin-top: 0;
  font-size: 140%;
}
.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) {
  .navbar-wrapper {
    min-height: 60px;
  }
  .navbar-brand {
    height: 60px;
    width: 100%;
    text-align: center;
    padding-top:0;
    padding-bottom: 0;
  }
  .navbar-brand img {
    max-height: 50px;
    position: static;
  }
  .nav-bottom .text-right {
    text-align: center;
  }
  .header-info {
    line-height: 1.3;
  }
  .header-info .phone {
    font-size: 85%;
  }
  .navbar-form {
    padding-right: 0;
    padding-left: 0;
  }
  .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;
  }
  .wrap-feature a:not(.btn) {
    padding: .65em 1em;
  }
  .wrap-banner > img {
    max-height: 60px;
  }
  .classical.page-header.with-img img {
    width: 200%;
  }
}
@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;
    min-height:90px;
  }
  .navbar-brand {
    position: absolute;
    padding: 5px 10px;
    height:auto;
    left:-15px;
    min-width: 130px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-form {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .navbar-form .form-control {
    height: 25px;
    line-height: 25px;
  }
  .media-posts .media {
    height: 190px;
  }
  .top-slider {
    margin-top: 70px;
  }
  .thumbnail.thumb-video {
    height: 273px;
  }
  .right-side .thumbnail.thumb-video {
    height: auto;
  }
  .wrap-feature {
    line-height: 40px;
  }
  .wrap-feature .btn {
    line-height: 40px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .media-left img {
    width: 90px;
  }
  .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;
  }
  .thumbnail.product-thumb {
    height: 275px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .offer-intro {
    background-size: 55%;
    background-position: right center;
  }
  .media-posts .media {
    height: 145px;
  }
  .thumbnail.product-thumb {
    height: 270px;
  }
}
@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%;
  }
}

/**** COVID ****/
.alert.covid {
  margin: 85px 0 0;
  font-weight: normal;
  text-align: center;
  font-size: 105%
}