.waoh-route .row {
  width: 100%; }

.waoh-route .row-waoh {
  margin-left: -.5rem;
  margin-right: -.5rem; }

.waoh-route .block-wrapper {
  height: 315px;
  margin-bottom: 15px;
  float: left;
  padding: 0.25rem 0.6rem;
  padding-bottom: 0;
  box-sizing: border-box;
  width: 100%; }
  .waoh-route .block-wrapper .block {
    height: 315px; }
  .waoh-route .block-wrapper.h-medium {
    height: 645px; }
    .waoh-route .block-wrapper.h-medium .block {
      height: 645px; }
  .waoh-route .block-wrapper.w-small {
    width: 33.33333333%; }
  .waoh-route .block-wrapper.w-medium {
    width: 66.66666666%; }

.waoh-route.featured-blocks2 {
  margin-bottom: 1rem; }
  .waoh-route.featured-blocks2 .featured-title {
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    color: #575758;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.1rem;
    border-top: 1px solid #878787; }

.waoh-route .article {
  display: block;
  height: 100%; }
  .waoh-route .article.article-top-h + .article-bottom-h {
    height: calc(100% - 315px); }
  .waoh-route .article > a {
    width: 100%; }

.waoh-route .article2 {
  display: inline-flex;
  height: 100%;
  position: relative;
  background-color: #eee;
  width: 100%; }

.waoh-route .article2 > .highlight {
  width: 100%; }

.waoh-route .article-top-h {
  height: 315px; }

.waoh-route .article-bottom-h {
  height: 334px; }

.mq-medium .waoh-route .article:not(.full-width):before {
  content: "";
  position: relative;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  background-color: inherit; }

.mq-medium .waoh-route .highlight {
  padding-right: 0; }

.mq-medium .waoh-route .article,
.mq-medium .waoh-route .article2 {
  padding: 0; }

.waoh-route .highlight-banner-long {
  font-size: 0.8rem !important;
  display: inline-block !important;
  margin: 0.5rem 4rem 1rem 4rem;
  padding: 0;
  color: #fff;
  background-color: transparent;
  max-height: 78px;
  overflow: hidden;
  text-align: center; }

.waoh-route .highlight {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  margin: 0;
  font-size: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  height: 100%;
  width: 100%; }
  .waoh-route .highlight .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: translate3d(35%, 50%, 0) rotate(45deg);
    transform: translate3d(35%, 50%, 0) rotate(45deg);
    padding: 0.2rem 0;
    background-color: #0098D1;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    webkit-font-smoothing: antialiased; }
    .waoh-route .highlight .ribbon + .hightlight-bar3 {
      font-size: 1.4rem !important;
      margin: 0.5rem 0.5rem 0 0;
      padding-top: 0.4rem;
      padding-bottom: 0;
      color: white;
      text-align: center; }
      @media screen and (max-width: 1056px) {
        .waoh-route .highlight .ribbon + .hightlight-bar3 {
          padding: 0; } }

.waoh-route .highlight-bar-item {
  font-size: 0.7rem !important;
  display: inline-block !important;
  margin: 2.2rem 0.5rem 0.4rem 0;
  padding: 0 0.7rem;
  color: white;
  background-color: #338ec7;
  font-weight: 600;
  text-transform: uppercase; }
  .waoh-route .highlight-bar-item > [class^="icon"] {
    vertical-align: middle;
    padding-right: 0.25rem;
    font-size: 1.5rem; }

.waoh-route .highlight-bar-item2 {
  font-size: 0.8rem !important;
  display: inline-block !important;
  margin: 0 0.5rem 0 0;
  color: #338ec7;
  background-color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.4rem 0.6rem 0.4rem 1rem; }

.waoh-route .highlight-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 3rem 1.2rem 1rem;
  color: #FFF;
  font-size: 0.8rem;
  max-height: 174px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+0,000000+0,000000+100&0.7+0,0.6+100 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#b3000000',GradientType=0 );
  /* IE6-9 */ }
  .waoh-route .highlight-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    right: -1rem;
    height: 2rem;
    margin-top: 0;
    box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.6); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .waoh-route .highlight-content {
      background-color: rgba(0, 0, 0, 0.6); }
      .waoh-route .highlight-content:before {
        top: 0; } }

.waoh-route .img-long-banner {
  height: 250px;
  width: 250px; }

.waoh-route .highlight-title-item {
  font-size: 1.7rem !important;
  display: inline-block !important;
  margin: 1rem 1.5rem 0 1.5rem;
  padding: 0.4rem 0.4rem;
  color: white;
  line-height: 1.2; }

.waoh-route .highlight-title-mini-banner {
  font-size: 1.4rem !important;
  display: inline-block !important;
  margin: 1rem 0 0 0;
  padding: 0.4rem 0;
  color: white; }

.waoh-route .highlight-title-item-ver {
  font-size: 1.8rem !important;
  display: inline-block !important;
  margin: 1rem 5.5rem 0 5.5rem;
  padding: 0.4rem 0.4rem;
  color: white;
  line-height: 1.2; }

.waoh-route .highlight-location.list {
  font-size: 0.9rem; }

.waoh-route .highlight-location {
  font-size: 0.8rem;
  color: #B3B2B2;
  font-weight: bold;
  text-transform: uppercase; }

.waoh-route .highlight-title2-item {
  font-size: 0.9rem !important;
  display: inline-block !important;
  margin-bottom: .9rem;
  color: black;
  font-weight: bold;
  margin-top: 0.7rem; }

.waoh-route .card-banner {
  margin: 0 1.5rem 0.5rem 1.5rem;
  max-height: 325px;
  overflow: hidden;
  padding-top: 0.2rem; }

.waoh-route .card-title-secondary {
  display: inline-block !important;
  color: #338ec7;
  margin-top: 0.7rem;
  font-weight: bold; }
  .waoh-route .card-title-secondary:hover {
    text-decoration: underline; }

.waoh-route .card-date-secondary {
  color: black;
  font-weight: bold;
  font-size: 0.8rem; }

.waoh-route .card-date-content {
  padding-top: 1rem;
  color: black;
  font-size: 0.8rem; }

.waoh-route .content-more-info {
  position: relative;
  overflow: hidden;
  margin: 0;
  font-size: 0.9rem;
  color: white;
  text-align: left;
  margin-bottom: 3.5rem;
  max-height: 89px;
  margin-right: 2.5rem; }

.waoh-route .highlight2 {
  margin: 2rem; }
  .waoh-route .highlight2.highlight-half {
    max-width: 50%;
    margin: 0 auto; }

.waoh-route .card-banner-2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }
  .waoh-route .card-banner-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+10,000000+100&0+0,0.7+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 10%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 10%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 10%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 );
    /* IE6-9 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .waoh-route .card-banner-2::before {
        background-color: rgba(0, 0, 0, 0.7); } }

.waoh-route .card-banner-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+10,000000+100&0+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 10%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 10%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 10%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 );
  /* IE6-9 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .waoh-route .card-banner-3::before {
      background-color: rgba(0, 0, 0, 0.7); } }

.waoh-route .card-banner-3-inner {
  width: 100%;
  height: 100%;
  min-height: 315px; }

.waoh-route .waoh-title,
.waoh-route .waoh-subtitle {
  font-size: 3rem !important;
  display: block !important;
  color: white;
  text-align: center;
  text-shadow: 10px 10px 11px black;
  line-height: 1.2; }

.waoh-route .waoh-title {
  font-weight: bold;
  margin: 1rem 0.5rem 0 0;
  padding: 1rem 0 0 0; }

.waoh-route .waoh-subtitle {
  margin-bottom: 4rem; }

.waoh-route .highlight-bar-item-icon {
  font-size: 2rem !important;
  display: inline-block !important;
  margin: 1.5rem 0.5rem 0 1rem;
  padding: 0.4rem 0.9rem;
  color: white;
  background-color: #338ec7;
  font-weight: 600;
  margin-bottom: 1rem; }

.waoh-route .highlight-bar-item-icon-share {
  float: right;
  position: relative;
  margin: 1.5rem 1rem 0 1rem;
  font-size: 1rem !important;
  padding: 0rem 0rem;
  color: white;
  background-color: #1899CF;
  font-weight: 600;
  margin-bottom: 1rem; }

.waoh-route .highlight-title-primary {
  font-size: 1.5rem !important;
  display: block !important;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem; }

.waoh-route .highlight-title-secondary {
  font-size: 1rem !important;
  display: block !important;
  font-weight: bold;
  margin-bottom: 1rem; }

.waoh-route .highlight-content-top {
  line-height: 1.2;
  overflow: hidden; }

.waoh-route .hightlight-bar4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center; }
  .waoh-route .hightlight-bar4 img {
    height: 150px;
    width: 150px; }

.waoh-route .img-size {
  height: 250px !important;
  width: 250px !important;
  padding: 1.5rem !important;
  display: block;
  margin: auto; }

.waoh-route .minibanner-text {
  text-align: center;
  margin-bottom: auto;
  margin-top: auto; }

.waoh-route .z-index-tx {
  z-index: 1; }

.waoh-route .highlight-title-item-info {
  font-size: 1rem !important;
  display: inline-block !important;
  color: white;
  font-weight: bold;
  margin-bottom: 1.5rem; }

.waoh-route hr {
  border-bottom: 1px solid #312b2b;
  margin: 3.5rem auto 0.5rem; }

.waoh-route .waoh-title-h3 {
  font-weight: bold;
  padding-bottom: 2rem;
  font-size: 1.3rem; }

.waoh-route .wildsea-europe-banner {
  margin: 3rem 0;
  padding: 0.5rem 0;
  background-color: white;
  text-align: center;
  font-family: "Roboto Slab", Helvetica;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #37B4E4; }

.waoh-route .content-europe-flag {
  position: relative;
  overflow: hidden;
  font-size: 0.9rem;
  color: black;
  text-align: center;
  margin: 0.8rem auto 2rem auto;
  width: 170px;
  font-weight: bold;
  line-height: 1.3; }

.waoh-route .content-europe {
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.1rem; }

.waoh-route .internal {
  height: 100%; }

.waoh-route .internal-elements {
  position: relative;
  color: #fff;
  margin-left: 0;
  margin-right: 0; }
  .waoh-route .internal-elements:before, .waoh-route .internal-elements:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
  .waoh-route .internal-elements:after {
    bottom: 0;
    height: 82%;
    background: #000;
    background: rgba(0, 0, 0, 0.7); }
  .waoh-route .internal-elements:before {
    bottom: calc(82% - 2rem);
    height: 2rem;
    left: -5%;
    width: 110%;
    box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.7); }
  .waoh-route .internal-elements > * {
    z-index: 2;
    background: transparent; }
  .waoh-route .internal-elements .button-special {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    margin: 0;
    width: 110px;
    z-index: 2; }
  .waoh-route .internal-elements .highlight-slider-content {
    padding: 1rem;
    max-height: 214px;
    overflow: hidden; }

.waoh-route .internal-elements2 {
  position: relative;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden; }
  .waoh-route .internal-elements2:before, .waoh-route .internal-elements2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
  .waoh-route .internal-elements2:after {
    bottom: 0;
    height: 54%;
    background: #000;
    background: rgba(0, 0, 0, 0.7); }
  .waoh-route .internal-elements2:before {
    bottom: calc(54% - 2rem);
    height: 2rem;
    left: -5%;
    width: 110%;
    box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.7); }
  .waoh-route .internal-elements2 > * {
    z-index: 2;
    background: transparent; }
  .waoh-route .internal-elements2 .button-special {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    margin: 0;
    width: auto !important;
    z-index: 2; }
  .waoh-route .internal-elements2 .highlight-slider-content {
    padding: 1rem;
    max-height: 208px;
    overflow: hidden;
    z-index: 2; }
    .waoh-route .internal-elements2 .highlight-slider-content .button-mobile a {
      position: initial; }
    .waoh-route .internal-elements2 .highlight-slider-content div.medium-6.button-mobile.show-for-small-only {
      text-align: right;
      padding-top: 1rem; }

@media screen and (max-width: 40em) {
  .waoh-route .internal-elements3 {
    position: relative;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden; }
    .waoh-route .internal-elements3:before, .waoh-route .internal-elements3:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1; }
    .waoh-route .internal-elements3:after {
      bottom: 0;
      height: 62%;
      background: #000;
      background: rgba(0, 0, 0, 0.7); }
    .waoh-route .internal-elements3:before {
      bottom: calc(62% - 2rem);
      height: 2rem;
      left: -5%;
      width: 110%;
      box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.7); } }

.waoh-route .no-margin {
  margin-left: 0px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .waoh-route .content-top-slider {
    max-height: 98px; } }

@media only screen and (max-width: 40em) {
  .waoh-route .block-wrapper .block.internal-elements2,
  .waoh-route .internal-elements2 .highlight-slider-content.content-mobile {
    max-height: none !important; }
  .waoh-route .block-wrapper .block {
    height: auto; } }

.waoh-route .highlight-title-mini-banner2 {
  font-size: 1.4rem !important;
  display: inline-block !important;
  margin: 0.5rem 3rem 0 3rem;
  padding: 0.4rem 0.4rem;
  color: white;
  max-height: 200px;
  text-align: center;
  line-height: 1.2; }

.waoh-route .without-icon {
  vertical-align: middle;
  padding-right: 0.25rem;
  font-size: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.waoh-route .hightlight-bar {
  z-index: 1; }

.waoh-route .route-banner-with-buttons .boxFirst {
  padding: 1rem .5rem .7rem 0; }

.waoh-route .route-banner-with-buttons .boxSecond {
  padding: 1rem .5rem .7rem 3.5rem; }

.waoh-route .center-tx {
  text-align: center; }

.waoh-route .block-normal {
  display: block; }

.waoh-route .flex-normal {
  display: flex; }

.waoh-route .iflex {
  display: inline-flex; }

.waoh-route .iflex-auto {
  display: inline-flex;
  margin: auto; }

.waoh-route .iflex-col {
  display: inline-flex;
  flex-direction: column;
  width: 100%; }

.waoh-route .margin-auto {
  margin: auto auto !important; }

.waoh-route .margin-auto1 {
  margin: auto !important; }

.waoh-route .pad-button-trans {
  padding-bottom: 2.5rem !important; }

.waoh-route .breadcrumbs-anchor {
  color: #848484 !important; }

.waoh-route .gradient-long-banner {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.18, #3390C9), color-stop(0.4, #1A4862), color-stop(0.43, #112F40));
  background-image: -o-linear-gradient(left, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -moz-linear-gradient(left, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -webkit-linear-gradient(left, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -ms-linear-gradient(left, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: linear-gradient(to left, #3390C9 18%, #1A4862 40%, #112F40 43%); }

.waoh-route .grad {
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.18, #3390C9), color-stop(0.4, #1A4862), color-stop(0.43, #112F40));
  background-image: -o-linear-gradient(top, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -moz-linear-gradient(top, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -webkit-linear-gradient(top, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -ms-linear-gradient(top, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: linear-gradient(to top, #3390C9 18%, #1A4862 40%, #112F40 43%); }

.waoh-route .grad-inv {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.18, #3390C9), color-stop(0.4, #1A4862), color-stop(0.43, #112F40));
  background-image: -o-linear-gradient(bottom, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -moz-linear-gradient(bottom, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -webkit-linear-gradient(bottom, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -ms-linear-gradient(bottom, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: linear-gradient(to bottom, #3390C9 18%, #1A4862 40%, #112F40 43%); }

.waoh-route .grad-left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.18, #3390C9), color-stop(0.4, #1A4862), color-stop(0.43, #112F40));
  background-image: -o-linear-gradient(right, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -moz-linear-gradient(right, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -webkit-linear-gradient(right, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: -ms-linear-gradient(right, #3390C9 18%, #1A4862 40%, #112F40 43%);
  background-image: linear-gradient(to right, #3390C9 18%, #1A4862 40%, #112F40 43%); }

.waoh-route .button {
  width: 200px;
  text-align: center;
  text-transform: uppercase; }

@media screen and (max-width: 639px) {
  .waoh-route .banner-long {
    flex-direction: column; }
  .waoh-route .article {
    background-color: #eee;
    padding: 0; } }

@media screen and (max-width: 350px) {
  .waoh-route .content-more-info {
    margin-bottom: 1.8rem;
    margin-right: 1rem; } }

@media screen and (max-width: 400px) {
  .waoh-route .ribbon + .hightlight-bar3 {
    font-size: 1.4rem !important;
    margin: 0.2rem 0.5rem 0 0;
    padding: 0 2.4rem;
    color: white;
    text-align: center; }
  .waoh-route .hightlight-bar4 {
    text-align: center !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media screen and (max-width: 640px) {
  .waoh-route .block-wrapper-tourism {
    height: 530px !important; } }

@media screen and (max-width: 650px) {
  .waoh-route .highlight-content-top {
    width: 90%; }
  .waoh-route .content-more-info {
    margin-bottom: 2.5rem; }
  .waoh-route .column-travel {
    width: 100%;
    display: inline-flex;
    flex-direction: column; } }

@media screen and (max-width: 1023px) {
  .waoh-route .highlight2 {
    margin: 0; }
  .waoh-route .route-banner-with-buttons .highlight2 {
    margin: 1rem; }
  .waoh-route .route-banner-waoh .highlight {
    padding: 1rem; }
  .waoh-route.featured-blocks2 .block-wrapper {
    height: auto !important;
    width: 100% !important; }
    .waoh-route.featured-blocks2 .block-wrapper .block {
      height: auto !important; } }

@media screen and (max-width: 1056px) {
  .waoh-route .ribbon + .hightlight-bar3 {
    font-size: 1.4rem !important;
    margin: 0.5rem 0.5rem 0 0;
    padding: 0 0;
    color: white;
    text-align: center; } }

ul.share-list {
  background-color: #1899CF; }

.txt-shadow {
  z-index: 2; }

.general-content {
  z-index: 2; }

.share.waoh-share {
  top: 0.35rem; }
