.full-row.free-ship {
  background: #f3f2f0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
.full-row.free-ship p {
  margin: 0px;
}
.home-about-us.full-row {
  margin: 50px 0px 30px;
}
.home-about-us.full-row h3 {
  font-weight: bold;
  font-size: 19px;
  font-family: Lato;
  margin-bottom: 0px;
  padding: 0px 0px 30px;
  margin: 0px;
}
.home-about-us.full-row p {
  margin-bottom: 20px;
}
/*******************************************************************************************************/
/***   5)	 HERO - FOUNDATION ORBIT																 ***/
/*******************************************************************************************************/
.hero {
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero .hero-text.left {
  text-align: center;
}
.hero .hero-text {
  position: absolute;
  top: 50%;
  width: 35%;
  margin: 0 0 0 3.5%;
  display: block;
  -webkit-transform-style: preserve-3d;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.no-js .hero li {
  position: relative;
}
.no-js .hero img,
.no-js .hero-text {
  display: block;
}
.hero .hero-text.right {
  right: 0;
  width: 50%;
  text-align: center;
  margin-right: 3.5%;
}
.hero h1 {
  margin: 0 0 20px;
}
.hero.narrow h1 {
  font-size: 2.125rem;
  margin: 0 0 6px;
}
.hero h5 {
  margin-bottom: 16px;
}
.hero.narrow h5 {
  margin-bottom: 10px;
}
.hero .button {
  margin: 0 4px 0;
}
.hero .hero-text > .button {
  margin-left: 0;
}
.hero .hero-text > .button {
  display: inline-block;
  margin-left: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #7E7C7A !important;
  background-color: #F8F5F0;
  border-color: #F8F5F0 !important;
}
.orbit-container {
  margin-top: -4px;
}
.orbit-bullets-container {
  position: absolute;
  bottom: 6%;
  z-index: 9;
}
.orbit-timer {
  visibility: hidden !important;
}
/* Small screens */
@media only screen and (max-width: 40em) {
  .hero .hero-text {
    position: relative !important;
    top: auto !important;
    width: 100%;
    margin: 0 !important;
    padding: 1.5% 3% 24px !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .hero .hero-text h1 {
    letter-spacing: normal;
    margin-bottom: 8px;
  }
  .hero .hero-text h5 {
    margin-bottom: 5px;
  }
  .hero .hero-text a.button {
    margin-bottom: 0;
  }
  .orbit-bullets-container {
    position: absolute !important;
    bottom: 6px !important;
  }
  .orbit-container .orbit-next > span,
  .orbit-container .orbit-prev > span {
    display: none;
  }
  .orbit-bullets-container li {
    width: 20px !important;
  }
  .orbit-prev,
  .orbit-next {
    display: none !important;
  }
  .orbit-bullets-container li.dark:before {
    background: #7f7f7f !important;
  }
  .simple-nav li.active:before,
  .orbit-bullets-container li.dark.active:before {
    border: 1px solid #5b5b5b !important;
  }
  .mobile-gallery .orbit-container {
    overflow: visible;
  }
  .mobile-gallery .orbit-bullets-container {
    bottom: -10px !important;
    margin-top: 0 !important;
  }
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hero .hero-text {
    width: 42%;
  }
  .hero .hero-text h1 {
    margin-bottom: 13px;
  }
  .hero.narrow .hero-text h1 {
    margin-bottom: 6px;
  }
  .hero .hero-text h5 {
    margin-bottom: 10px;
  }
  .hero.narrow .hero-text h5 {
    margin-bottom: 8px;
  }
  .orbit-prev,
  .orbit-next {
    display: none !important;
  }
}
/* Medium and large screens */
@media only screen and (min-width: 40.063em) {
  .hero .hero-text {
    background: transparent !important;
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  height: auto;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px white;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent white;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent transparent transparent #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: none;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}
.orbit-bullets-container {
  text-align: center;
}
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav a {
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .cms-index-index #content {
    padding: 0px;
  }
  .cms-index-index #content .col-md-6,
  .cms-index-index #content .col-md-4,
  .cms-index-index #content .row {
    padding: 0px;
    margin: 0px;
  }
  .cms-index-index #content .col-md-4 img {
    width: 100%;
  }
}
ul.home-mobile-navigation {
  margin: 15px -15px 0;
  border-top: 1px solid #ddd;
  list-style: none;
  padding: 0px;
  text-align: center;
}
ul.home-mobile-navigation li a {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  text-transform: uppercase;
}
