/* GENERAL STYLES */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  font-family: 'Muli', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', Arial, sans-serif;
}
p, li {
  font-family: 'Muli', Arial, sans-serif;
  font-size: 100%;
}
small {font-size: 70%;}
.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  margin-bottom: .5rem;
}
#main-wrap {
  min-height: 100%;
}
#main {
  overflow:auto;
  margin-top: -6rem;
	padding-bottom: 16rem;
}
.button {text-decoration: none !important;}

.button.empty {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  padding: .5rem 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 85%;
}
.button.empty.black {
  color: #333;
  border-color: #333;
}
.button.empty.black:hover {
  color: #000;
  border-color: #000;
}
.button.empty.white {
  color: #fff;
  border-color: #fff;
}
legend {
  font-weight: 700;
  font-size: 80%;
  text-transform: uppercase;
  margin-bottom: .6rem;
}
address {
  margin-bottom: 1rem;
}
hr.division {
  width: 12%;
  margin-left: 44%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-color: #111;
  border-width: 1px;
}
.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;}

/* TOP NAVIGATION */
.top-bar {
  height: 6rem;
  line-height: 6rem;
  background-color: rgba(0,0,0,.6);
}
.top-bar .name, .top-bar .name h1 {
  line-height: 6rem;
  height: 6rem;
}
.top-bar .name h1 a {padding-left: 1.5rem;}

.top-bar .name img {max-width: 200px;}

.top-bar-section ul li,
.top-bar-section ul li > span,
.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: transparent;
  line-height: 6rem;
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-icon) a:not(.button),
.top-bar-section ul li > span {
  padding: 0 .83rem;
  text-transform: uppercase;
  font-family: 'Muli', Arial, sans-serif;
  font-size: 75%;
}
.top-bar-section .has-dropdown>a:after {
  top: 2.89rem;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  line-height: 2.56rem;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color: transparent;
  color: rgba(255,255,255,.7);
}
.top-bar-section ul li > span {
  display: inline-block;
  color: #fff;
}
.top-bar-section>ul>.divider {height: 6rem;}

.top-bar-section ul li.has-icon > a {
  font-size: 1.38rem !important;
  padding: 0 .53rem !important;
}

/* SLIDER */

.wrap-slider {
  position: relative;
}
.index-slider {position: relative; height: 600px; overflow: hidden;}

.index-slider .single-slider {min-height: 600px;}

.single-slider {
  background-size: cover;
  background-position: center;
  position: relative;
}
.slick-prev, .slick-next {
  position: absolute;
  top:47%;
  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;
}
.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://cdn4.gttwl.net/attachments/bucketlistexploration.gttwl2.com/ltmq6z/1426275911_original.png); left: 1rem;}

.slick-next {background-image: url(https://cdn4.gttwl.net/attachments/bucketlistexploration.gttwl2.com/ltmq6z/1426275990_original.png); right: 1rem;}

.slide-caption {
  position: absolute;
  top: 30%;
  left: 22%;
  width: 56%;
  color: #fff;
  font-family: 'Muli', Arial, sans-serif;
  font-size: 1.74rem;
  text-shadow: 2px 2px 15px rgba(0,0,0,.9);
  background-color: rgba(0,0,0,.6);
  padding: .8rem 1.3rem;
}
.wrap-slider .wdywtg-form {
  position: absolute;
  bottom: 15%;
  left: 20%;
  width: 60%;
  z-index: 9;
  border: none;
}

/* CONTENT */
.page-title, .page-content, .section, .section-title, .section-content {
  display: inline-block;
  width: 100%;
  position: relative;
}
.page-title {padding: 8rem 0 1rem;}

.page-title.with-img {
  background-repeat: repeat, no-repeat;
  background-size: 10%, cover;
  background-position: top, center;
  color: #fff;
  padding-top: 9rem;
  padding-bottom: 3rem;
  min-height: 300px;
}
.page-title h1, .page-title h2, .page-title h3 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.85rem;
}
.page-title.with-img h1, .page-title.with-img h2, .page-title.with-img h3  {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-shadow: 1px 1px 6px rgba(0,0,0,.3);
}
.page-title p:last-child {margin: 0;}

.page-title .post-details {margin-top: .85rem;}

.page-title h1 .price {
  font-family: 'Muli', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
}
[data-magellan-expedition] {
  background-color: transparent;
  padding: 0;
}
[data-magellan-expedition].fixed {
  background-color: #fff;
}
.fixed .page-title > .row {max-width: 100%;}

.fixed .page-title {padding-bottom: .5rem; padding-top: 3.25rem;}

.page-content {padding: 1.5rem 0;}

.wrap-page > .page-content:first-child {padding-top: 8rem;}

.section {padding: 2rem 0;}

.section-title, .section-content {padding: .5rem 0;}

.section-title h1, .section-title h2, .section-title h3 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.35rem;
  text-transform: uppercase;
}
.thumb {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 2px rgba(0,0,0,.25);
  background-color: #fff;
  overflow: hidden;
}
.thumb-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.thumb-content {
  display: inline-block;
  width: 100%;
  padding: 1rem .67rem;
}
.thumb-content h2 {
  font-size: 1.15rem;
  line-height: 1.1;
}
.thumb-content p {
  font-size: 85%;
  margin-bottom: 0;
  line-height: 1.3;
  color: #666;
}
.thumb-content > span {display: inline-block; font-size: 85%;}

.thumb-content:hover > span {text-decoration: underline;}

.post .thumb-content {padding: 1.3rem 1.6rem 1.6rem;}

.post .thumb-content h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.35rem;
}
.post .thumb-content a, .post-details a {text-decoration: underline;}

.post-date {line-height: 1; text-transform: uppercase;}

.post-details {line-height: 1.2; font-size: 90%;}

.thumb .post-details {margin-bottom: 1rem;}

.post .thumb-content p {font-size: 110%; margin-bottom: 1rem; line-height: 1.4;}

.thumb-content .button:last-child {margin:0;}

/* Article */

article {margin-bottom: 2rem;}

article p, article li {font-size: 110%; line-height: 1.5; margin-bottom: 1rem;}

article img {
  max-width: 100%; 
  max-height: 560px;
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  display: block;
}

.post-img {width: 100%; margin-bottom: 1.5rem;}

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

.tags a {
  display: inline-block;
  margin: 0 .5rem .5rem 0;
  padding: .2rem .45rem;
  border: 1px solid #999;
  color: #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tags a:hover {
  background-color: #999;
  color: #fff;
}

/* Comments */

.Comments {padding: 1rem 0;}

.Comments > h4 {font-weight: 400; font-size: 1rem;}

.contentComment {
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: 0.02rem;
  margin-bottom: .4rem;
}
.formComment {margin: 2rem 0;}

.formComment form, .formComment .button, .formComment p:last-child {margin: 0;}

.formComment textarea {height: 5rem;}

.formComment .button {padding: .55rem .85rem;}

/* TESTIMONIALS */

blockquote {margin-bottom: 3rem;}

blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
  margin-bottom: .5rem;
}

/* USER */

.user-page .page-title {padding-top: 0.5rem;}

.profile img {width: 100%;}

.profile dd {font-size: 100%;}

.profile dd i {min-width: 8%;}

.profile a {color: #333; text-decoration: underline;}

.tabs-content > .content {padding: 1.5rem 0;}

.tabs-content .thumb {
  box-shadow: none;
  padding-bottom: 1rem;
  border-width: 0 0 1px 0;
}
.tabs-content .thumb-content {padding-top: .35rem; padding-bottom: .35rem;}

/* WDYWTG FORM */
.wdywtg-form input, .wdywtg-form button {
  height: 3rem;
  margin: 0;
  border: none;
}
.wdywtg-form {
  -moz-border-radius: 200px; 
  -webkit-border-radius: 200px; 
  border-radius: 200px;
  border: 2px solid #000;
}
.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;
  background-color: rgba(255,255,255,.95);
  padding-left: 1rem;
  box-shadow: none;
  font-size: 1.2rem;
}
.wdywtg-form .button {
  -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: #333;
  font-size: 1.52rem;
}
.wdywtg-form button:hover {
  background-color: rgba(0,0,0,.9);
  color: #fff;
}
.wrap-wdywtg {
  padding: 4rem 1rem;
  background-size: cover;
  background-position: center;
}
/* CTA */
.cta {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 2rem;
  background-size: cover;
  background-position: center;
  text-shadow: 1px 1px 6px rgba(0,0,0,.3);
  margin: 1rem 0;
}
.cta h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1;
  font-size: 1.76rem;
  color: #fff;
}
.cta p {margin-bottom: .5rem; color: #fff;}

.cta .button {margin: 0;}

/* FOOTER */
#footer {
  position: relative;
	margin-top: -16rem; /* negative value of footer height */
	height: 16rem;
	clear:both;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
#footer h3, #footer h4 {
  font-size: 1.13rem;
  margin: 0 0 .5rem;
  line-height: 1.2;
}
.subscription-form input, .subscription-form button {
  margin: 0;
}
.credits {font-size: 80%; margin-bottom: 0;}

/*******************************
          Responsive
*******************************/

/* Define mobile styles */
@media only screen {
  
} 
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .top-bar.expanded {
    margin-top: 6rem;
  }
  .top-bar-section ul li, 
  .top-bar-section ul li > span, 
  .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 2.75rem;
    background-color: #333;
  }
  .top-bar-section>ul>.divider {
    height: 2px;
  }
  .top-bar .name h1 a {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .index-slider {
    height: 430px;
  }
  .index-slider .single-slider {
    min-height: 430px;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .wrap-slider .wdywtg-form {
    width: 90%;
    left: 5%;
  }
  .wdywtg-form input[type="text"] {
    font-size: 1rem;
  }
  .slide-caption {
    font-size: 1.25rem;
    width: 70%;
    left: 15%;
    line-height: 1.3;
  }
  .thumb, .thumb-img {
    height: 190px;
  }
  .thumb-content {
    padding: 1rem;
  }
  .thumb.post {
    height: auto;
  }
  .post .thumb-img {
    height: 100%;
  }
  .post .thumb-content h2 {
    font-size: 1.1rem;
  }
  .post .thumb-content p {
    font-size: 90%;
  }
  .thumb-content .button {
    font-size: 58%;
  }
  [data-magellan-expedition] .page-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  [data-magellan-expedition].fixed .page-title {
    padding-bottom: .5rem;
    padding-top: 3.25rem;
  }
  .profile img {
    width: auto;
    text-align: center;
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs .tab-title>a {
    padding: .58rem .87rem;
  }
  #footer {
    height: auto;
    padding-bottom: 5rem;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {

} 
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .top-bar .name h1 a {
    padding: 0 0 0 1rem;
  }
  .top-bar .name img {
    max-width: 170px;
  }
  .thumb, .thumb-img {
    height: 190px;
  }
  .thumb.post {
    height: auto;
  }
  .post .thumb-img {
    height: 100%;
  }
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .thumb, .thumb-img {
    height: 235px;
  }
  .thumb.post {
    height: auto;
  }
  .post .thumb-img {
    height: 100%;
  }
} 
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
  
} 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) { }

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) { } 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { }