
.formating-on i, .formating-on em {
  font-style: italic;
}
.formating-on b, .formating-on strong {
  font-weight: bold;
}
#news .cell-wrapper iframe {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
#news .cell-wrapper iframe {
  height: 255px;
}
}
/*.cell-wrapper h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}*/
b, strong {
  font-weight: bold !important;
}
i, em {
  font-style: italic;
}
.responsive-image {
  max-width: 100% !important;
  height: auto !important;
}
.block-button {
    text-align: center;
}
.block-button a {
    display: inline-block;
    padding: 15px 40px;
    background: #0a1b40;
    text-decoration: none !important;
    color:#fff !important;
    text-transform: uppercase;
}

/* Gallery */

.mobileYachtImage {
    width:100%; height: auto !important
}
#mobileYachtGallery {
    height:auto !important;
}
.mobileGalleryWrapper {
    margin:0 auto;
}

@media only screen and (min-width:1081px) and (max-width:4550px) {
   .mobileGalleryWrapper {
        width:1366px;
  }
}

@media screen and (max-width: 1080px) {
   .mobileGalleryWrapper {
        width:1063px;
  }
}
@media screen and (max-width: 1024px) {
   .mobileGalleryWrapper {
        width:1007px;
  }
}
@media screen and (max-width: 992px) {
   .mobileGalleryWrapper {
        width:975px;
  }
}
@media screen and (max-width: 768px) {
   .mobileGalleryWrapper {
        width: 751px;
  }
  .buttons-2 {
     width:100% !important;
  }
}
@media screen and (max-width: 720px) {
   .mobileGalleryWrapper {
        width: 703px;
  }
}
@media screen and (max-width: 640px) {
   .mobileGalleryWrapper {
        width: 623px;
  }
}
@media screen and (max-width: 540px) {
   .mobileGalleryWrapper {
        width:523px;
  }
}
@media screen and (max-width: 480px) {
   .mobileGalleryWrapper {
        width:463px;
  }
}
@media screen and (max-width: 414px) {
   .mobileGalleryWrapper {
        width:397px;
  }
}
@media screen and (max-width: 412px) {
   .mobileGalleryWrapper {
        width:395px;
  }
}
@media screen and (max-width: 375px) {
   .mobileGalleryWrapper {
        width: 358px;
  }
}
@media screen and (max-width: 360px) {
   .mobileGalleryWrapper {
        width: 343px;
  }
}
@media screen and (max-width: 320px) {
   .mobileGalleryWrapper {
        width:303px;
  }
}
.mobile-video-wrapper {
    position: relative;
}

.mobile-video-bg {
    position: absolute;
    background: #0F141F url(../images/video-play.png) no-repeat 50% 50%;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.lg-thumb-item {
    /*width: 32% !important;*/
    height: 100% !important;
}

@media screen and (max-width: 391px) {
  .lg-thumb-item {
      /*width: 31% !important;*/

  }
}

.lg-outer .lg-thumb-item {
    border: none !important;
    border-radius: 0 !important;
    /*margin-bottom: 0 !important;*/
}
/*
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100% !important;
}*/
.lg-backdrop {
    background: #0F141F !important;
}
.lg-outer .lg-thumb-outer {
    /*max-height: 31.75% !important;*/
}
/* end Gallery */


.yacht-nav span, .yacht-nav a {
  color: #fff;
    font-size: 13px;
    opacity: 1;
}
.yacht-nav li {
    display: inline-block;
    float: right;
    background-color: #ed8880;
    margin-left: 1px;
}
.yacht-nav li.yacht-nav-left a {
    background: transparent url(../images/arrow-left-white.png) no-repeat 50% 50%;
}
.yacht-nav li.yacht-nav-right a {
    background: transparent url(../images/arrow-right-white.png) no-repeat 50% 50%;
}

.nl-button {
    letter-spacing:1px;
    line-height:40px;
    width:100%;
    text-decoration:none;
    text-align:center;
    display:block;
    color:#fff;
    background:#233351;
}

sup {
    top: -.4em;
}
sub, sup {
    position: relative !important;
    font-size: 75% !important;
    line-height: 0 !important;
}