/*!
Theme Name:   Delta
Theme URI:
Description:  A customer theme for Delta Marine
Version:      1.0
Author:      Camp Doug
Author URI:   http://campdoug.com
*/
@import url(stylesheets/normalize.css);
/* LAYOUT */
body {
  background: white;
}

/* Basics */
img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 870px) {
  .gallery {
    margin-top: 80px;
  }
  .scrolled-content-wrapper {
    position: relative;
    display: block;
    float: left;
  }
  #contact .socialicons {
    width: 100%;
    display: block;
    float: left;
    position: relative;
  }
  #shipyard-info {
    margin-top: 0px;
  }
  #shipyard-info h2 {
    position: relative;
    display: block;
    float: left;
    top: 0;
    left: 0px;
    width: 100%;
  }
  .loadingstuff {
    display: block;
    position: absolute;
    width: 300px;
    top: 20%;
    left: 50%;
    margin-left: -150px;
  }
  #about-info, #contact {
    margin-left: 15px;
    padding-left: 0px;
    width: 90% !important;
    min-height: 0px !important;
    bottom: 0 !important;
  }
  #about-info.right {
    margin-left: 15px;
    padding-left: 0px;
    width: 95% !important;
    min-height: 0px !important;
    bottom: 0 !important;
  }
}
/* WordPress Default */
.aligncenter {
  display: block;
  margin: 1em auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.wp-caption {
  width: 100% !important;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  text-align: left;
  line-height: 14px;
  font-size: 11px;
  margin-bottom: 10px;
  margin-left: 0px;
}

/* TYPOGRAPHY */
/* Change this to watch in slo-mo */
#menu-item-47 .sub-menu {
  height: 69px;
}

#footer {
  display: block;
}

.page-template-template-home-v2 .snap-drawers, .page-template-template-home-v2 .rsArrow {
  display: none !important;
}

/* ==========================================================================
   Loading
   ========================================================================== */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

.loader:before,
.loader:after {
  position: absolute;
  content: "";
}

.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

.loader {
  z-index: 9999;
  font-size: 11px;
  text-indent: -99999em;
  margin: 8px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 0.2em #999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loaderbg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2000;
  color: #444;
}

#circle {
  width: 200px;
  height: 200px;
  z-index: 99999;
}

.loadingstuff {
  display: block;
  position: absolute;
  width: 600px;
  top: 30%;
  left: 50%;
  margin-left: -300px;
}

.thanksforwaiting {
  color: #444 !important;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 2300;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 28px;
}

#loaderlogo {
  width: 160px;
  height: 70px;
  opacity: 0.5;
  z-index: 11000;
  position: relative;
  display: block;
  float: left;
  left: 50%;
  margin-left: -80px;
  display: block;
  float: left;
  text-align: center;
}

#loaderlogo img {
  margin-bottom: 15px;
}

#loadergif {
  width: 36px;
  height: 36px;
  opacity: 1;
  z-index: 12000;
  background-image: url("loader2.gif");
  background-repeat: no-repeat;
  background-size: 36px 36px;
  position: absolute;
  display: none !important;
  float: left;
  left: 50%;
  margin-left: -18px;
  margin-top: 60px;
  display: block;
  float: left;
  font-size: 12px;
}

/* ==========================================================================
   Header
   ========================================================================== */
html {
  height: 100%;
}

body {
  margin: 0;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 5;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

a {
  outline: 0;
  border: none;
}

b {
  font-weight: bolder !important;
}

#total, #content {
  height: 100%;
  top: 0;
}

.iee .royalSlider {
  overflow: hidden;
}

.flexwrapper {
  margin: 0 auto -28px;
  /* the bottom margin is the negative value of the footer's height */
  padding: 0px 15px;
}

#mobilenav {
  display: none;
}

#menu-desktop {
  display: block;
}

#menu-mobile {
  display: none !important;
}

#footer, .push {
  height: 28px;
  /* '.push' must be the same height as 'footer' */
}

#nav {
  z-index: 1900;
  height: 170px;
}

#nav .navcontainer {
  max-width: 2240px;
  margin: 0 auto;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 0px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  min-height: 100%;
  z-index: 1900;
}

#nav .navcontainer.active {
  position: fixed;
  height: 100%;
}

#nav #logo {
  position: relative;
  float: right;
  right: 4%;
  width: 225px;
  margin-top: 45px;
  z-index: 1800;
}

#nav #logo img {
  position: absolute;
  top: 0;
  left: 0;
}

#logo .dark {
  display: none;
  opacity: 0.5;
}

.page-template-template-about #logo .dark, .page-template-template-contact5 #logo .dark, .page-template-template-contact6 #logo .dark, .page-template-template-contact4 #logo .dark, .page-template-template-overlay-left-php #logo .dark, .page-template-template-multislide #logo .dark, .page-template-template-overlay-right-php #logo .dark, .page-template-template-yachtindex #logo .dark {
  display: block;
}

.page-template-template-about #logo .white, .page-template-template-contact5 #logo .white, .page-template-template-contact6 #logo .white, .page-template-template-contact4 #logo .white, .page-template-template-multislide #logo .white, .page-template-template-overlay-left-php #logo .white, .page-template-template-overlay-right-php #logo .white, .page-template-template-yachtindex #logo .white {
  display: none !important;
}

.page-template-template-about #open-full span, .page-template-template-contact4 #open-full span, .page-template-template-contact5 #open-full span, .page-template-template-contact6 #open-full span, .page-template-template-overlay-left-php #open-full span, .page-template-template-multislide #open-full span, .page-template-template-overlay-right-php #open-full span, .page-template-template-yachtindex #open-full span {
  color: #666;
}

.page-template-template-multislide .navicon, .page-template-template-contact6 .navicon, .page-template-template-contact6 .navicon:before, .page-template-template-contact6 .navicon:after, .page-template-template-multislide .navicon:before, .page-template-template-multislide .navicon:after, .page-template-template-contact5 .navicon, .page-template-template-contact5 .navicon:before, .page-template-template-contact5 .navicon:after, .page-template-template-contact4 .navicon, .page-template-template-contact4 .navicon:before, .page-template-template-contact4 .navicon:after, .page-template-template-overlay-left .navicon, .page-template-template-overlay-left .navicon:before, .page-template-template-overlay-left .navicon:after, .page-template-template-overlay-right .navicon, .page-template-template-overlay-right .navicon:before, .page-template-template-overlay-right .navicon:after, .page-template-template-yachtindex .navicon, .page-template-template-yachtindex .navicon:before, .page-template-template-yachtindex .navicon:after, .page-template-template-shipyard-two .navicon:before, .page-template-template-shipyard-two .navicon:after, .page-template-template-about .navicon, .page-template-template-about .navicon:before, .page-template-template-about .navicon:after {
  background: #808080 !important;
}

m #nav .menu-primary-menu-container li:hover {
  cursor: pointer;
}

#nav .menu-primary-menu-container li:first-child {
  padding-left: 0px !important;
}

#nav .menu-primary-menu-container li {
  display: block;
  float: left;
  padding-left: 0px;
  margin-left: 4.5%;
  margin-right: 1%;
  margin-top: 48px;
  padding-top: 5px;
}

#nav .menu-primary-menu-container li a {
  color: #fff;
  padding-top: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "proxima-nova", helvetica;
  transition: transform 1s, color 1s;
  -moz-transition: -moz-transform 1s, color 1.6s;
  -webkit-transition: -webkit-transform 1s, color 1s;
  -o-transition: -o-transform 1s, color 1s;
}

#nav .menu-primary-menu-container li a:hover {
  border-bottom: 1px solid #fff;
}

#nav .menu-primary-menu-container #menu-item-21 {
  margin-right: 115px !important;
}

.sub-menu a:before {
  content: "";
  display: block;
  float: left;
  margin-right: 8px;
}

/* Nav exceptions */
.page-template-template-blog-php #footer, .single-post #footer, .page-template-template-contact2-php #footer, .category-blog #footer, .page-template-template-yachtindex-php #footer, .page-template-template-media-php #footer, .page-template-template-singlecolumn-php #footer {
  display: block;
  float: left;
  position: relative;
}

.page-template-template-contact2-php #deltaslider-short {
  position: relative;
}

.page-template-template-contact2-php #nav {
  height: 0px !important;
}

.page-template-template-contact2-php #logo {
  margin-top: 0px !important;
  top: 45px;
}

.navicon-button {
  display: inline-block;
  position: relative;
  padding: 14px 3px !important;
  padding: 25px 15px;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: 1;
  z-index: 3000;
}

.navicon-button .navicon:before, .navicon-button .navicon:after {
  transition: 0.25s;
}

.navicon-button:hover {
  transition: 0.5s;
  opacity: 1;
}

.navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
  transition: 0.25s;
}

.navicon-button:hover .navicon:after {
  top: -0.625rem;
}

.navicon-button:hover .navicon:before {
  top: 0.625rem;
}

.navicon {
  position: relative;
  width: 1.4rem;
  height: 1px;
  /*width: 2rem;
  height: .2125rem;*/
  background: #ffffff;
  transition: 0.5s;
}

.navicon:after, .navicon:before {
  display: block;
  content: "";
  width: 1.4rem;
  height: 1px;
  /*height: .2125rem;
  width: 2rem;*/
  background: #ffffff;
  position: absolute;
  z-index: -1;
  transition: 0.5s 0.25s;
}

.navicon:after {
  top: -0.625rem;
}

.navicon:before {
  top: 0.625rem;
}

.open.plus .navicon,
.open.x .navicon {
  background: transparent;
}

.open.plus .navicon:before,
.open.x .navicon:before {
  transform: rotate(-45deg);
}

.open.plus .navicon:after,
.open.x .navicon:after {
  transform: rotate(45deg);
}

.open.plus {
  transform: scale(0.75) rotate(45deg);
}

.open:not(.steps) .navicon:before, .open:not(.steps) .navicon:after {
  top: 0 !important;
}

.lines {
  display: inline-block;
  width: 1rem;
  height: 0.06667rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}

.lines:before, .lines:after {
  display: inline-block;
  width: 1rem;
  height: 0.06667rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.07143rem center;
  -webkit-transform-origin: 0.07143rem center;
}

.lines:before {
  top: 0.25rem;
}

.lines:after {
  top: -0.25rem;
}

.lines-button {
  display: inline-block;
  padding: 0.5rem 0.25rem;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.14286rem;
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}

.lines-button:hover {
  opacity: 1;
}

.lines-button.x.close .lines {
  background: transparent;
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 1rem;
}

.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* ==========================================================================
   Layout
   ========================================================================== */
a {
  color: #0d8ea7;
}

.container {
  max-width: 2240px;
  margin: 0 auto;
  width: 100%;
}

.smallwidth {
  max-width: 1140px;
  width: 90%;
  padding: 15px 15px;
  margin: 0 auto;
  width: 100%;
  line-height: 22px;
  font-size: 14px;
}

.smallwidth h2 {
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
  margin-bottom: 25px;
  padding-top: 80px;
}

.smallwidth p {
  margin-bottom: 15px;
  color: #444 !important;
}

#media, #yachtindex {
  font-size: 14px;
  line-height: 22px;
  margin-top: 80px;
}

/* ==========================================================================
      Home
      ========================================================================== */
#hometagline {
  position: absolute;
  display: block;
  width: auto;
  top: 46%;
  right: 15%;
  z-index: 1500;
  height: 42px;
}

#hometagline h3 {
  font-weight: 600;
  float: right;
  line-height: 43px;
  font-size: 32px;
  letter-spacing: 1px;
  padding-top: 0px;
  color: #fff;
}

/* ==========================================================================
      Panels
      ========================================================================== */
.panel {
  top: 45%;
  width: 70%;
  display: block;
  float: left;
  position: absolute;
  line-height: 22px;
  font-size: 14px;
  color: #444444;
}

.panel h2 {
  width: 90%;
  padding-left: 40px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
  margin-bottom: 25px;
}

.panel h3 {
  width: 90%;
  padding-left: 40px;
  font-size: 22px;
  text-decoration: none;
  color: #444;
  margin-bottom: 15px;
}

.panel p {
  margin-bottom: 15px;
}

.panel .section {
  width: 81%;
  color: #444;
  padding-left: 40px;
  margin-bottom: 45px;
}

.snap-drawer-right .panel {
  width: 430px;
  display: block;
}

.snap-drawer-right .panel a {
  text-decoration: none;
}

#home-yacht-info {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

body.page-template-template-home-v2 .icon-downloads {
  position: relative;
  display: block;
  float: right;
  width: auto;
  padding-left: 15px;
  margin-bottom: 15px;
}

body.page-template-template-home-v2 .socialicons_v2 {
  width: 66%;
  display: block;
  float: left;
}

/*a[href^='mailto'] {
direction: rtl;
unicode-bidi: bidi-override;
}*/
.page-template-template-home-v2 .snap-content {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.page-template-template-home-v2 #total, .page-template-template-home-v2 #content {
  position: relative;
  height: 100%;
}

.scrolled-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 100;
}

.page-template-template-home-v2 #footer {
  position: absolute;
  overflow: visible;
}

.page-template-template-home-v2 .menu-footer-container {
  position: relative;
}

.page-template-template-contact6 #deltaslider {
  position: absolute;
  top: 170px;
}

@media only screen and (min-width: 870px) {
  .page-template-template-home-v2 #deltaslider {
    width: 100%;
    height: 100%;
    margin-top: -170px;
    position: relative;
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  #home-yacht-info p {
    width: 85% !important;
  }
  #home-yacht-info .socialiconwrap, #home-yacht-info .icon-downloads {
    width: 90%;
    display: block;
    float: left;
  }
  #home-yacht-info .socialiconwrap {
    margin-left: 10px;
    margin-bottom: 25px;
  }
}
.downarrow {
  width: 50px;
  height: 20px;
  margin: 0 auto;
  bottom: 35px;
  position: relative;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  z-index: 9999;
}

.downarrow:hover {
  cursor: pointer;
}

.downarrow:focus {
  outline: 0;
}

.downarrow img {
  width: 100%;
  opacity: 0.5;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 1s 2s;
  -webkit-animation: bounce 1s 2s;
  animation: bounce 1s 2s;
}

#mobile-yacht-info {
  display: none;
  font-size: 14px;
}

#mobile-yacht-info h2 {
  width: 90%;
  padding-left: 15px;
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 25px;
  line-height: 31px;
}

#mobile-yacht-info h3 {
  width: 90%;
  padding-left: 15px;
  font-size: 22px;
  text-decoration: none;
  color: #444;
  margin-bottom: 15px;
}

#mobile-yacht-info p {
  width: 90%;
  color: #444;
  padding-left: 15px;
  margin-bottom: 15px;
}

#mobile-yacht-info .section {
  margin-bottom: 50px;
}

#mobile-yacht-info h4 {
  padding-left: 15px;
  color: #444;
  width: 90%;
}

#home-yacht-info {
  font-size: 14px;
  line-height: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#home-yacht-info .info {
  max-width: 984px;
  margin: 0 auto;
}

#home-yacht-info h2 {
  width: 90%;
  padding-left: 15px;
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 25px;
  line-height: 31px;
}

#home-yacht-info h3 {
  width: 90%;
  padding-left: 15px;
  font-size: 22px;
  text-decoration: none;
  color: #444;
  margin-bottom: 15px;
}

#home-yacht-info p {
  width: 100%;
  color: #444;
  padding-left: 15px;
  margin-bottom: 15px;
}

#home-yacht-info .section {
  margin-bottom: 15px;
}

#home-yacht-info h4 {
  padding-left: 15px;
  color: #444;
  width: 90%;
}

#about-info {
  display: inline-block;
  padding: 0px 60px 0px 80px;
  font-size: 14px;
  position: fixed;
  width: 33%;
  top: 170px;
  bottom: 10% !important;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2200;
  height: 80%;
  min-height: 470px !important;
  line-height: 23px;
}

#about-info.right {
  right: 0px !important;
}

#about-info.left {
  left: -1px !important;
}

#about-info.full {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#about-info.fullscreen {
  width: 100% !important;
  height: 100%;
  z-index: 20;
  padding-left: 0px;
  padding-right: 0px;
  top: 0px !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  position: absolute;
}

#about-info.full .col6 {
  margin-bottom: 0px;
}

#about-info .infotable {
  display: table;
  height: 100%;
  min-height: 470px !important;
}

#about-info .info {
  display: table-cell;
  vertical-align: middle;
}

#about-info h2 {
  width: 100%;
  padding-left: 0px;
  font-size: 26px;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 25px;
  line-height: 31px;
}

#about-info h3 {
  width: 90%;
  padding-left: 15px;
  font-size: 22px;
  text-decoration: none;
  color: #444;
  margin-bottom: 15px;
}

#about-info p {
  width: 100%;
  color: #444;
  margin-bottom: 15px;
}

#about-info .section {
  margin-bottom: 50px;
}

#about-info h4 {
  padding-left: 0px;
  color: #444;
  width: 90%;
}

#shipyard-info {
  display: block;
  float: left;
  /* margin-top: 40px; */
  padding: 41px 10% 0px 10%;
  /* margin-left: 5.6%; */
  font-size: 14px;
  position: relative;
  min-height: 190px;
  width: 80%;
  z-index: 9999;
  line-height: 23px;
  background: #fff;
}

#shipyard-info .info {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  height: 100%;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

#shipyard-info .info .column {
  width: 48% !important;
}

#shipyard-info .info .first {
  padding-right: 3.5%;
}

.page-template-template-shipyard-two .icon-downloads {
  position: relative;
}

.page-template-template-multislide .icon-downloads {
  bottom: 0px;
  right: 40px;
}

#shipyard-info h2 {
  width: 90%;
  padding-left: 0px;
  font-size: 26px;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 25px;
  line-height: 31px;
}

/*#shipyard-info h2 {
   position: fixed;
   top: 120px;
   left: 5.6%;
 }*/
#shipyard-info h3 {
  width: 90%;
  padding-left: 15px;
  font-size: 22px;
  text-decoration: none;
  color: #444;
  margin-bottom: 15px;
}

#shipyard-info p {
  color: #444;
  margin-bottom: 15px;
}

#shipyard-info .section {
  margin-bottom: 50px;
}

#shipyard-info h4 {
  padding-left: 15px;
  color: #444;
  width: 90%;
}

/* ==========================================================================
   Yachts
   ========================================================================== */
#open-bottom {
  display: block !important;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -4px;
  width: 35px;
  height: 10px;
  z-index: 9999;
  background: transparent;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  background: url("horizon-arrows.svg") transparent;
  background-repeat: no-repeat;
  background-size: 35px 10px;
  opacity: 0.8;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
}

#open-bottom.open {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

#open-bottom:hover {
  cursor: pointer;
}

.single-yachts #footer.active {
  -webkit-box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.75);
  transition: box-shadow 0.2s ease;
}

#footer {
  transition: box-shadow 0.2s ease;
}

#yachtnav {
  font-family: "proxima-nova", helvetica;
  height: 160px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 29px;
  display: block;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1000;
}

#yachtnav #fullcolumns {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  height:  150px;
}

#yachtnav .first {
  border: 0px;
}

#yachtnav .currentyacht {
  color: #127687 !important;
}

#yachtnav .yachtlisting {
  width: 100%;
  display: block;
  float: left;
  height: 23px !important;
}

#yachtnav .col1.first {
  margin-left: 0px;
  padding-left: 4.5%;
}

#yachtnav .col1 {
  padding: 31px 0% 20px 1%;
  text-transform: uppercase;
  width: 8%;
  min-width: 130px;
  display: block;
  float: left;
}

#yachtnav .col1 a {
  padding: 6px;
  padding-bottom: 1px;
  margin-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  float: left;
  width: auto;
  letter-spacing: 1px;
  font-size: 13px;
  background: transparent;
  border-bottom: 1px solid transparent;
}

#yachtnav a {
  outline: 0;
  text-decoration: none;
  color: #000;
}

#yachtnav .index {
  position: absolute;
  bottom: 0;
  left: 27px;
  font-size: 11px;
  padding: 4px 6px;
  opacity: 0.5;
  text-transform: uppercase;
  border: 1px solid #f0f0f0;
}

#yachtnav .index:hover {
  opacity: 1;
}

#deltaslider.short {
  max-height: 300px;
}

.pagination {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  width: 175px;
  height: 32px;
  top: 0px;
  padding: 0px 1% 0px 20px;
  z-index: 2000;
}

.pagination div {
  display: block;
  float: left;
}

.pagination div a {
  padding: 6px;
  padding-bottom: 1px;
  margin-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  float: left;
  width: auto;
  letter-spacing: 1px;
  font-size: 13px;
  background: transparent;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.previous, .next {
  height: 25px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 0px;
  text-align: left;
  text-transform: uppercase;
  background: transparent;
  z-index: 200;
}

.previous {
  margin-left: 3px;
}

.next {
  position: relative;
  float: right;
  padding-right: 20px;
  margin-right: 25px;
}

.next img, .previous img {
  width: 28px;
  height: 28px;
}

.next img {
  position: absolute;
  right: 0;
}

.previous img {
  position: absolute;
  left: 0;
}

.previous a, .next a {
  height: 12px;
  color: #000;
  opacity: 1;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 11px;
  padding: 6px 0px;
  padding-top: 6px;
  position: relative;
  cursor: pointer;
  /*background: url("/wp-content/themes/delta/arrows.svg") transparent;*/
  background-repeat: no-repeat;
  /*background-size: 25px 65px; */
  display: block;
  float: left;
  z-index: 200;
}

.previous a:hover, .next a:hover {
  opacity: 1;
  background: transparent;
}

.previous a {
  background-position: 0px 0px;
}

.next a {
  background-position: 0px -33px;
}

.previous a {
  padding-right: 20px;
}

/* ==========================================================================
   Yacht Index
   ========================================================================== */
#yachtindex li {
  width: 20%;
  display: block;
  float: left;
  padding-top: 0px;
  margin-bottom: 60px;
  margin-left: 4%;
  line-height: 22px;
  color: #444;
}

#yachtindex li img {
  max-width: 100%;
  width: 100%;
}

#yachtindex .yachtstats {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  line-height: 18px;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.statswrapper {
  display: table;
  width: 100%;
  height: 100%;
}

#yachtindex .thestats {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  color: #000;
}

#yachtindex .yachtmeta {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 4px;
}

.yachtmeta .icon-downloads {
  position: absolute;
  right: 0;
  left: auto;
}

.yachtmeta .icon-downloads a {
  margin-right: 0px;
  margin-left: 10px;
}

#yachtindex a:hover .yachtstats {
  opacity: 1;
}

a .yachtstats {
  color: #444 !important;
}

#yachtindex li a {
  text-decoration: none;
  outline: 0;
  display: block;
  float: left;
  position: relative;
}

#yachtindex li a:active {
  text-decoration: none;
  outline: 0;
}

#yachtindex .section {
  margin: 8px 0px 0px 0px;
  display: block;
  float: left;
}

#yachtindex .viewprofile {
  width: 80%;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 14px;
}

#yachtindex h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
  position: absolute;
  left: 0;
  display: block;
  line-height: 31px;
}

#yachtindex h3 a {
  font-weight: 300;
  text-decoration: none;
  color: #444;
  text-transform: uppercase;
}

.icon-downloads {
  position: absolute;
  right: 0;
}

.icon-downloads a {
  margin-right: 10px;
  outline: 0;
}

.icon-downloads a:focus {
  outline: 0;
}

.icon-downloads i {
  font-size: 0.8em;
  padding: 5px;
  width: 1.1em;
  font-weight: 100;
  text-align: center;
  line-height: 1.1em;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
  outline: 0;
}

/* ==========================================================================
   BLOG
   ========================================================================== */
.col-md-8 {
  width: 70%;
  max-width: 800px;
  display: block;
  float: left;
  position: relative;
  padding: 0% 4%;
}

.col-md-4 {
  width: 18%;
  margin-left: 4%;
  display: block;
  float: left;
  position: relative;
}

#media, #yachtindex {
  margin-top: 30px;
}

.blog {
  margin-top: 200px;
  color: #444;
  line-height: 22px;
  font-size: 14px;
  position: relative;
  max-width: 1240px;
  width: 100%;
}

.blog h2 {
  width: 90%;
  padding-left: 25px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
  margin-bottom: 25px;
}

.blog .excerpt {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.widget {
  margin-bottom: 30px;
}

.news-post {
  margin-bottom: 5em;
}

.entry-content {
  margin-bottom: 1em;
}

.entry-content .two-column {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 15px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}

.entry-content .single-column {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 15px;
}

.entry-content p {
  margin-bottom: 15px;
}

.entry-content img {
  width: 100%;
  height: auto;
}

.wp-caption-text {
  color: #999;
}

h3.entry-title {
  font-size: 19px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1em;
}

h3.entry-title a {
  text-decoration: none;
  letter-spacing: 2px;
  color: #000 !important;
}

.sidebar {
  padding-bottom: 85px;
}

.sidebar a {
  text-decoration: none;
}

.sidebar h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 1em;
  color: #444;
}

.postmeta {
  font-size: 12px;
  color: #999;
  width: 100%;
  margin-top: 30px;
}

/* ==========================================================================
   Media
   ========================================================================== */
#media {
  color: #444;
  width: 100%;
  max-width: 800px;
}

#media p {
  margin-bottom: 15px;
}

#media li {
  width: 100%;
  display: block;
  float: left;
  padding-bottom: 45px;
  line-height: 22px;
}

#media li h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.vertical-align-text {
  display: table !important;
}

.vertical-align-text-block {
  display: table-cell !important;
  text-align: left;
  vertical-align: middle;
}

#contact .contactdetails {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

#contact .contactdetails li:first-child {
  width: 36%;
}

#contact {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #444;
  font-size: 14px;
  line-height: 22px;
  display: block;
  z-index: 100;
  float: none;
  top: 160px;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
}

#contact .col4 {
  width: 28%;
  padding-left: 0px;
}

#contact .col6 {
  padding-top: 140px;
}

#contact h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}

#contact p {
  margin-bottom: 15px;
}

#contact .socialicons {
  width: auto;
  position: relative;
  display: block;
  float: right;
  margin-right: 100px;
  margin-bottom: 60px;
}

#contact .tagline {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 100%;
}

#home-yacht-info .socialicons {
  width: auto;
  position: relative;
  display: block;
  float: right;
  margin-right: 100px;
  margin-bottom: 60px;
  padding-left: 15px;
}

#home-yacht-info .tagline {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 100%;
}

#contact .tagline_v2 {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: auto;
  margin-right: 20px;
}

/*#contact .socialicons i {
  font-size: 1.1em;
    padding: 5px;
    width: 2.1em;
    font-weight: 100;
    text-align: center;
    line-height: 2.1em;
    color: #999;
    border: 1px solid #999;
    border-radius: 50%;
    outline: 0;
    margin-right: 12px;
}*/
#contact .socialicons i {
  font-size: 0.8em;
  padding: 5px;
  width: 1.1em;
  font-weight: 100;
  text-align: center;
  line-height: 1.1em;
  margin-right: 10px;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
  outline: 0;
  padding-top: 1px;
}

#contact .socialicons_v2 i {
  font-size: 1.4em;
  padding: 5px;
  width: 1.1em;
  font-weight: 100;
  text-align: center;
  line-height: 1.1em;
  margin-right: 10px;
  color: #0d8ea7;
  border: 0px solid #999;
  border-radius: 50%;
  outline: 0;
  padding-top: 1px;
}

.socialiconwrap a {
  outline: 0;
  border: 0;
}

#contact .socialicons_v2 i:active {
  outline: 0;
  border: 0;
}

#home-yacht-info .socialicons i {
  font-size: 0.8em;
  padding: 5px;
  width: 1.1em;
  font-weight: 100;
  text-align: center;
  line-height: 1.1em;
  margin-right: 10px;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
  outline: 0;
}

#home-yacht-info .socialicons_v2 i {
  font-size: 1.4em;
  padding: 5px;
  width: 1.1em;
  font-weight: 100;
  text-align: center;
  line-height: 1.1em;
  margin-right: 10px;
  color: #0d8ea7;
  border: 0px solid #999;
  border-radius: 50%;
  outline: 0;
  padding-top: 1px;
}

#home-yacht-info .tagline_v3 {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: auto;
  margin-right: 20px;
  color: #444;
  padding-left: 15px;
}

.homevideolink {
  border: 2px solid rgb(13, 142, 167);
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 15px;
}

.homevideolink i {
  padding-top: 10px;
  padding-left: 14px;
}

.homevideowrap {
  line-height: 24px;
}

a.homevideowrap {
  text-decoration: none;
  outline: 0;
  border: 0;
  line-height: 41px;
  font-size: 16px;
}

.socialicons i {
  font-size: 0.8em;
  padding: 5px;
  width: 1.1em;
  font-weight: 100;
  text-align: center;
  line-height: 1.1em;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
  outline: 0;
}

#contactnav {
  font-family: "proxima-nova", helvetica;
  height: 130px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 30px;
  display: block;
  background: #012f41;
  background: -moz-linear-gradient(left, #fff 0%, #3ba7c4 51%, #fff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fff), color-stop(51%, #3ba7c4), color-stop(100%, #fff));
  background: -webkit-linear-gradient(left, #fff 0%, #3ba7c4 51%, #fff 100%);
  background: -o-linear-gradient(left, #fff 0%, #3ba7c4 51%, #fff 100%);
  background: -ms-linear-gradient(left, #fff 0%, #3ba7c4 51%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #3ba7c4 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#012f41", endColorstr="#012f41", GradientType=1 );
  z-index: 1000;
  line-height: 22px;
}

#contactnav a {
  color: #fff;
  text-decoration: none !important;
  border-bottom: 1px solid #f0f0f0;
}

#contactnav .title {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
}

#contactnav .phonefield {
  text-align: left;
}

#mapcontainer {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 45px;
  max-width: 1247px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 180px;
}

.col6 {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 0px;
  display: block;
  margin-bottom: 65px;
}

.col6 ul {
  margin-top: 40px;
}

.col6 li {
  width: 50%;
  display: block;
  float: left;
  position: relative;
}

/*.first {
  border-left: 1px solid #999;
  padding-right: 0px;
  padding-left: 6%; } */
.col4 {
  width: 16%;
  padding: 36px 1.5% 30px 1.5%;
  display: block;
  float: left;
}

#deltamap {
  position: absolute;
  top: 170px;
  z-index: 10;
  width: 100%;
  height: auto;
  bottom: 10%;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  width: 100%;
  z-index: 2200;
  height: 28px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #0e8fa7;
}

#footer #menu-footer {
  padding-left: 25px;
  width: 50%;
  display: block;
  float: left;
  position: relative;
}

#footer #menu-footer a {
  padding-top: 9px;
  padding-right: 30px;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #444;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  float: left;
  position: relative;
  text-transform: uppercase;
}

#footer .copyright {
  display: block;
  float: right;
  padding-top: 9px;
  padding-right: 25px;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #444444;
  font-size: 11px;
}

#footer .copyright a {
  position: relative;
  float: left;
  display: block;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  margin-left: 5px;
}

#footer .copyright a:hover {
  color: #f0f0f0;
}

#footer .copyright .info {
  position: relative;
  display: block;
  float: left;
  color: #444;
  font-size: 11px;
}

body {
  background: #075A68;
  font-family: "proxima-nova" !important;
}

* {
  margin: 0;
  padding: 0;
}

#deltaslider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0px;
  height: auto;
  width: auto;
  z-index: 10;
  background: #ffffff;
}

#deltaslider-tri {
  position: absolute !important;
  left: 0;
  top: 170px;
  right: 0;
  bottom: 30%;
  height: auto;
  width: auto;
  z-index: 10;
  min-height: 330px;
  background: #ffffff;
}

.rsImg {
  height: 600px;
}

#deltaslider-center {
  position: absolute;
  left: 0;
  top: 170px;
  right: 0;
  bottom: 10%;
  height: auto;
  width: auto;
  z-index: 10;
  min-height: 470px;
  background: #ffffff;
}

#deltaslider-short {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: #ffffff;
  max-height: 300px;
  overflow: hidden;
}

#deltaslider-short picture {
  left: 0;
}

body {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 22px;
  background: #fff;
  color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.5px;
  height: 100%;
  overflow: hidden;
}

.no-js #loader {
  display: none;
}

#menuheader {
  height: 170px;
}

#mobilefullpage {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  /*background: rgba(9,105,127,.9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#012F41', endColorstr='#012F41');*/
  /* IE */
  /*background: -moz-linear-gradient(left, rgba(1,47,65,.93) 0%, rgba(59,167,196,.93) 50%, rgba(1,47,65,.93) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,47,65,1)), color-stop(50%, rgba(59,167,196,1)), color-stop(100%, rgba(1,47,65,1)));
  background: -webkit-linear-gradient(left, rgba(1,47,65,1) 0%, rgba(59,167,196,1) 50%, rgba(1,47,65,1) 100%);
  background: -o-linear-gradient(left, rgba(1,47,65,1) 0%, rgba(59,167,196,1) 50%, rgba(1,47,65,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,47,65,1) 0%, rgba(59,167,196,1) 50%, rgba(1,47,65,1) 100%);
  background: linear-gradient(to right, rgba(1,47,65,.93) 0%, rgba(59,167,196,.93) 50%, rgba(1,47,65,.93) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f41', endColorstr='#012f41', GradientType=1 );  z-index: 1000;*/
  width: 70%;
  max-width: 240px;
  top: 0;
  left: 55px;
  position: absolute;
  overflow: hidden;
  z-index: 1900;
}

#mobilefullpage #menu-mobile, #mobilefullpage #menu-desktop, #mobilefullpage #menu-primary-menu {
  padding: 40px 30px 50px 30px;
  top: -30px;
  padding-top: 170px;
  width: 190px;
  left: 0px;
  position: relative;
  display: block;
  float: left;
  background: rgba(230, 230, 230, 0.95);
  -moz-border-bottom-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

#mobilefullpage #menu-mobile li:last-child, #mobilefullpage #menu-desktop li:last-child, #mobilefullpage #menu-primary-menu li:last-child {
  padding-bottom: 10px;
}

#mobilefullpage #menu-mobile li, #mobilefullpage #menu-desktop li, #mobilefullpage #menu-primary-menu li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

#mobilefullpage #menu-mobile li a, #mobilefullpage #menu-desktop li a, #mobilefullpage #menu-primary-menu li a {
  margin: 10px 0px;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  text-align: left;
  outline: 0;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}

#mobilefullpage #menu-mobile li a:hover, #mobilefullpage #menu-desktop li a:hover, #mobilefullpage #menu-primary-menu li a:hover {
  color: #444;
}

#mobilefullpage #menu-mobile .sub-menu, #mobilefullpage #menu-desktop .sub-menu, #mobilefullpage #menu-primary-menu .sub-menu {
  display: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
}

#mobilefullpage #menu-mobile .sub-menu li:last-child, #mobilefullpage #menu-desktop .sub-menu li:last-child, #mobilefullpage #menu-primary-menu .sub-menu li:last-child {
  padding-bottom: 0px;
}

#mobilefullpage #menu-mobile .sub-menu a, #mobilefullpage #menu-desktop .sub-menu a, #mobilefullpage #menu-primary-menu .sub-menu a {
  font-size: 12px !important;
  margin: 5px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#mobilefullpage #menu-mobile .sub-menu.active, #mobilefullpage #menu-desktop .sub-menu.active, #mobilefullpage #menu-primary-menu .sub-menu.active {
  display: block;
  float: left;
  margin-bottom: 0px;
}

#mobilefullpage #menu-mobile #menu-mobile li.menu-item-has-children ul.sub-menu, #mobilefullpage #menu-desktop #menu-mobile li.menu-item-has-children ul.sub-menu, #mobilefullpage #menu-primary-menu #menu-mobile li.menu-item-has-children ul.sub-menu {
  display: none !important;
}

#mobilefullpage #menu-mobile #menu-mobile .menu-item-has-children ul.sub-menu.active, #mobilefullpage #menu-desktop #menu-mobile .menu-item-has-children ul.sub-menu.active, #mobilefullpage #menu-primary-menu #menu-mobile .menu-item-has-children ul.sub-menu.active {
  display: block !important;
}

#mobilefullpage #menu-mobile #menu-mobile ul.sub-menu li a, #mobilefullpage #menu-desktop #menu-mobile ul.sub-menu li a, #mobilefullpage #menu-primary-menu #menu-mobile ul.sub-menu li a {
  font-size: 14px !important;
}

#bg {
  overflow: hidden;
}

#bg img {
  position: absolute;
  overflow: hidden;
}

#logo h1 {
  text-indent: -9999px;
  height: 0px;
}

#text {
  font-family: "proxima-nova", Arial, sans-serif;
}

#text p {
  margin-bottom: 10px;
  line-height: 22px;
}

#mobileheader {
  display: none;
}

#mobileheader #mobilelogo {
  display: none;
}

#mobilebg {
  display: none !important;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.rsImg {
  display: block;
  float: left;
  height: 100%;
  width: auto;
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-loading {
  opacity: 0;
}

.flickity-enabled .slideimage {
  opacity: 1;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: url("arrows.svg") transparent;
  background-size: 45px 90px;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
  background-position: 0px -45px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  display: none;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

.gallery {
  background: #fff;
}

.gallery img {
  height: 500px;
}

@media screen and (max-width: 1060px) {
  .page-template-template-contact6 .col6 {
    padding: 0px 40px !important;
    width: 80%;
  }
}
@media screen and (max-height: 690px) {
  .page-template-template-contact6 #deltaslider {
    position: relative;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0px;
    height: 540px;
    min-height: 340px;
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 0px;
  }
  #about-info.fullscreen {
    width: 95% !important;
    height: auto;
    z-index: 20;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
    margin-left: 15px !important;
    margin-top: 35px !important;
    margin-bottom: 65px !important;
    position: relative;
    display: block;
    float: left;
  }
  .page-template-template-contact6 #footer {
    display: block;
    float: left;
    position: relative;
  }
}
@media screen and (max-width: 1340px) and (max-height: 890px) {
  .page-template-template-contact6 #deltaslider {
    position: relative;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0px;
    height: 540px;
    min-height: 340px;
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 0px;
  }
  #about-info.fullscreen {
    width: 95% !important;
    height: auto;
    z-index: 20;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
    margin-left: 15px !important;
    margin-top: 35px !important;
    margin-bottom: 55px;
    position: relative;
    display: block;
    float: left;
  }
  #contact {
    top: 0px;
  }
  #contact .col6 {
    padding-top: 0px;
  }
  .page-template-template-contact6 #footer {
    display: block;
    float: left;
    position: relative;
  }
}
@media screen and (min-width: 1468px) and (min-height: 1180px) {
  .gallery img {
    height: 800px;
  }
  #about-info h2 {
    font-size: 33px;
  }
  #about-info p {
    line-height: 28px;
    font-size: 19px;
  }
}
@media screen and (min-width: 1000px) and (min-height: 981px) {
  .gallery img {
    height: 550px;
  }
  .gallery-cell {
    height: 550px;
  }
  #about-info {
    height: 78%;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1100px) {
  .gallery img {
    height: 600px;
  }
}
@media screen and (min-width: 1800px) and (min-height: 1200px) {
  .gallery img {
    height: 800px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1200px) {
  .gallery img {
    height: 700px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1100px) {
  .gallery img {
    height: 600px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1100px) {
  .gallery img {
    height: 600px;
  }
}
@media screen and (min-width: 2200px) and (min-height: 1300px) {
  .gallery img {
    height: 850px;
  }
}
@media screen and (max-width: 1867px) and (max-height: 740px) {
  #about-info {
    width: 60% !important;
  }
}
@media screen and (min-width: 1868px) and (max-height: 700px) {
  #about-info {
    width: 75% !important;
  }
  #about-info.full {
    width: 100% !important;
  }
}
@media screen and (min-width: 1268px) and (max-height: 980px) {
  .gallery img {
    height: 400px;
  }
  .pace {
    top: 55%;
  }
}
@media screen and (max-width: 1267px) and (max-height: 1080px) {
  .gallery img {
    height: 350px;
  }
  .pace {
    top: 52%;
  }
}
@media screen and (max-height: 875px) {
  .gallery img {
    height: 300px;
  }
}
@media screen and (max-height: 750px) {
  .gallery img {
    height: 300px;
  }
}
@media screen and (max-width: 650px) {
  .gallery img {
    max-width: 90%;
    max-height: 200px;
  }
}
@media screen and (min-width: 1468px) and (min-height: 1079px) {
  .gallery img {
    height: 650px;
  }
}
@media screen and (min-width: 1468px) and (min-height: 1250px) {
  .gallery img {
    height: 750px;
  }
}
/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #fff;
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  height: 45px;
  width: 45px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsMinW .rsArrowLeft {
  left: 8%;
  top: 45%;
}

.rsMinW .rsArrowRight {
  right: 8%;
  top: 45%;
}

.rsMinW .rsArrowIcn {
  width: 45px;
  height: 45px;
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
  cursor: pointer;
  background: url("arrows.svg") transparent;
  opacity: 0.3;
  border-radius: 2px;
  background-repeat: none;
  background-size: 45px 90px;
}

.rsMinW .rsArrowIcn:hover {
  opacity: 0.9;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -14px 0px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: 0px -45px;
}

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px;
}

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}

.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px;
}

.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px;
}

.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsMinW .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsMinW .rsThumb.rsNavSelected {
  background: #333;
}

.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7;
}

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}

.rsMinW .rsTmb {
  display: block;
}

/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-minimal-white.png");
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsMinW .rsThumbsArrowDisabled {
  display: none !important;
}

/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1;
}

.rsMinW .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsMinW .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") 0 0 transparent;
}

.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8;
}

.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsPreloader {
  width: 10.2em;
  height: 10.2em;
  opacity: 1;
  z-index: 11000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5.1em;
  margin-top: -5.1em;
}

.loadergif {
  background: url("loader5.gif");
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-left: 155px;
  position: relative;
  background-size: 20px 20px;
}

/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

html, body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scrollable {
  overflow: auto;
  -webkit-transition-property: top, bottom;
  transition-property: top, bottom;
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: linear, linear;
  transition-timing-function: linear, linear;
  -webkit-overflow-scrolling: touch;
}

.single-yachts .snap-content {
  overflow: hidden !important;
}

.snap-content {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 450px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.15s ease;
  -moz-transition: width 0.15s ease;
  -ms-transition: width 0.15s ease;
  -o-transition: width 0.15s ease;
  transition: width 0.15s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
  width: 270px !important;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.snapjs-left .snap-drawer-left {
  background: #075A68;
}

#open-full.active {
  opacity: 0;
}

#open-full {
  z-index: 1500;
  width: 75px;
  position: absolute;
  top: 45px;
  left: 80px;
  display: block !important;
  -webkit-tap-highlight-color: transparent;
}

#open-full span {
  padding-left: 32px;
  color: #fff;
  font-weight: 400;
  font-size: 13px !important;
  top: 9px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
}

#close-full {
  z-index: 1950;
  width: 75px;
  position: relative;
  top: 45px;
  left: 23px;
  border-color: #ffffff !important;
  display: block !important;
  -webkit-tap-highlight-color: transparent;
}

#close-full.open .navicon {
  color: #fff;
  background: transparent !important;
  z-index: -13;
}

#close-full .navicon {
  left: 5px;
  top: 0px;
}

#close-full .navicon:before {
  top: -1px !important;
}

#close-full .navicon:before, #close-full .navicon:after {
  background: #808080;
  width: 0.8rem;
  height: 1px;
}

#close-full .circle {
  width: 24px;
  height: 24px;
  border: 1px solid #808080;
  border-radius: 18px;
  display: block;
  float: left;
  position: absolute;
  top: 1px;
  left: 1px;
}

#open-left {
  z-index: 9999;
  position: absolute;
  top: 13px;
  left: 0px;
  display: none;
}

#open-right span {
  z-index: 1700;
  position: absolute;
  bottom: 27%;
  right: 0px;
  background-color: #fff;
  background-image: url("/wp-content/themes/delta/images/open-close-black.png");
  background-size: 31px 157px;
  background-position: 0px -80px;
  /*border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-right: 0px;*/
  width: 28px;
  height: 80px;
  color: #444;
  text-transform: uppercase;
  display: block;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  /*transition: transform $navspeedfast, background-position $navspeedfast;
  -moz-transition: -moz-transform $navspeedfast, background-position1.6s;
  -webkit-transition: -webkit-transform $navspeedfast, background-position $navspeedfast;
  -o-transition: -o-transform $navspeedfast, background-position $navspeedfast; */
}

#open-right span.tabopen {
  background-position: 0px -1px;
}

#open-right span.dark {
  border-color: #000 !important;
}

#open-right span.light {
  border-color: #fff !important;
}

#open-right:hover, #open-left:hover {
  cursor: pointer;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none !important;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

.snapjs-right .snap-drawer-left {
  display: block;
  right: 0;
  left: auto;
}

@media only screen and (min-width: 0px) and (max-width: 1443px) {
  .col1.ten {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1275px) {
  .col1.none {
    display: none !important;
  }
  #about-info {
    width: 43%;
  }
  #shipyard-info {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1165px) {
  #about-info.full {
    width: 90%;
  }
  .col1.eight {
    display: none !important;
  }
  #about-info {
    width: 53%;
    min-height: 200px !important;
  }
  #about-info .info {
    display: block;
  }
  #about-info .infotable {
    min-height: 200px !important;
  }
  #about-info p {
    width: 100%;
  }
  #contact .socialicons {
    width: 70%;
    display: block;
    float: left;
    position: relative;
  }
  #contact .col4 {
    width: 90%;
  }
  .yachtmeta .icon-downloads {
    position: absolute;
    right: 0;
    left: auto;
  }
  .yachtmeta .icon-downloads a {
    margin-right: 0px;
    margin-left: 10px;
  }
  .icon-downloads {
    display: block;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 30px;
  }
  #deltaslider-center, #deltaslider-tri {
    position: relative;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0px;
    height: 540px;
    min-height: 340px;
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .page-template-template-overlay-left .icon-downloads, .page-template-template-overlay-right .icon-downloads {
    position: relative;
    bottom: 0;
    right: 0;
    display: block;
    margin-left: 5.8%;
    width: 80%;
  }
  .page-template-template-overlay-left #footer, .page-template-template-overlay-right #footer, .page-template-template-contact4 #footer, .page-template-template-contact5 #footer {
    display: block;
    float: left;
    position: relative;
  }
  .tagline_v2 {
    width: 100% !important;
  }
  #about-info {
    display: block;
    float: left;
    margin-left: 5.6%;
    font-size: 14px;
    position: relative;
    right: -1px;
    top: 0px;
    bottom: 10%;
    width: 75%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    height: auto;
    line-height: 23px;
    margin-top: 32px;
  }
  #shipyard-info .info {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
    display: block;
    float: left;
  }
  #shipyard-info {
    display: block;
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0%;
    width: 80%;
    z-index: 9999;
    height: auto;
    line-height: 23px;
    margin-top: 30px;
  }
  .page-template-template-about #footer, .page-template-template-shipyard-two #footer, .page-template-template-multislide #footer {
    width: 100%;
    min-height: 120px;
    background: #fff;
    position: relative;
    display: block;
    float: left;
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 910px) {
  .col1.seven {
    display: none !important;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1300px) {
  #nav .menu-primary-menu-container li {
    margin-left: 4.5%;
    margin-right: 2%;
  }
  #yachtindex li {
    width: 28%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1285px) {
  #nav .menu-primary-menu-container #menu-item-21 {
    padding-right: 0px !important;
    margin-right: 0px;
  }
  #logo {
    right: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1029px) {
  #open-left {
    display: block;
  }
  #contactnav {
    font-size: 12px !important;
  }
  .col4 {
    width: 18%;
    padding: 35px 0.5% 30px 0.5%;
  }
}
@media only screen and (min-width: 870px) and (max-width: 1020px) {
  #yachtindex li {
    width: 28%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 870px) {
  #deltaslider {
    height: 500px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  body.page-template-template-home-v2 .socialicons_v2 {
    width: 90% !important;
  }
  #about-info.fullscreen {
    width: 95% !important;
    height: auto;
    z-index: 20;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
    margin-left: 15px !important;
    margin-top: 35px !important;
    margin-bottom: 65px;
    position: relative;
    display: block;
    float: left;
    background: transparent;
  }
  .scrolled-content-wrapper {
    position: relative;
    display: block;
    float: left;
  }
  .page-template-template-contact6 #deltaslider {
    position: relative;
    top: 0px;
  }
  #contact {
    top: 0px;
  }
  #about-info.fullscreen .col6 {
    padding: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: 0px !important;
  }
  #contact .contactdetails li:first-child {
    width: 100%;
  }
  #about-info.right {
    width: 84% !important;
  }
  #contact .col6 {
    padding-bottom: 20px !important;
  }
  .col6 ul {
    margin-top: 15px;
  }
  #shipyard-info {
    margin-left: 15px;
    padding-left: 0px;
    width: 90%;
  }
  #footer {
    display: none;
  }
  .downarrow {
    display: none;
  }
  #home-yacht-info {
    margin-top: 0px;
  }
  body.page-template-template-home-v2 {
    overflow: scroll;
  }
  .page-template-template-home-v2 #deltaslider {
    margin-top: 0px;
  }
  #about-info.full {
    width: 90% !important;
    left: 0;
    right: 0;
  }
  #mobilefullpage {
    left: 0px;
  }
  #close-full .navicon {
    left: 5px;
    top: 0px;
  }
  #about-info, #contact {
    padding-left: 0px;
    width: 84% !important;
    min-height: 0px !important;
    bottom: 0 !important;
    margin-left: 15px !important;
  }
  .icon-downloads {
    padding-left: 15px;
  }
  .mediadownloads {
    display: none;
  }
  .icon-downloads h3 {
    padding-left: 0px !important;
  }
  #deltamap {
    width: 100%;
    height: 340px;
    display: block;
    float: left;
    position: relative;
    top: 0px;
  }
  #contact {
    max-width: 100%;
    display: block;
    float: left;
    position: relative;
  }
  #mobilefullpage {
    bottom: 0;
    right: 0;
  }
  .page-template-template-shipyard-two .icon-downloads {
    margin-left: 15px;
  }
  .home #footer {
    width: 100%;
    min-height: 120px;
    background: #fff;
    position: relative;
    display: block;
    float: left;
    margin-top: 40px !important;
  }
  #mapcontainer {
    height: 210px !important;
    margin-top: 80px !important;
  }
  #menu-desktop {
    display: none !important;
  }
  #menu-mobile {
    display: block !important;
  }
  #open-full {
    z-index: 1500;
    position: relative;
    top: 24px;
    left: 15px;
    display: block !important;
    float: left;
  }
  .single-yachts .snap-content {
    overflow: auto !important;
  }
  #close-full {
    left: 15px;
    top: 24px;
  }
  #mobilefullpage {
    float: left;
    background: rgba(230, 230, 230, 0.95);
  }
  #mobilefullpage #menu-mobile {
    background: transparent;
    top: 0px;
    padding-left: 0px;
  }
  .col-md-4 {
    width: 96%;
  }
  .col-md-8 {
    width: 92%;
  }
  .blog {
    margin-top: 345px;
  }
  #media, #yachindex {
    margin-top: 345px;
  }
  .snap-drawers {
    display: none;
  }
  #mobilefullpage #menu-mobile {
    left: 18px;
    padding-top: 120px;
  }
  #menuheader {
    position: relative;
  }
  #deltaslider {
    position: relative;
    left: 0;
    top: -80px;
    right: 0;
    bottom: 0px;
    /* height of thumbs (if not required set to 0) */
    height: 340px;
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 0px;
  }
  #deltaslider-center, #deltaslider-tri {
    height: 340px;
  }
  .menu-footer-container {
    width: 90%;
    display: block;
    float: left;
  }
  .two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  #footer #menu-footer {
    width: 100%;
  }
  #footer #menu-footer a {
    padding-top: 16px;
  }
  #footer .copyright a {
    float: left;
    margin-left: 0px;
    margin-top: 18px;
    width: 100%;
  }
  #yachtnav {
    display: none;
  }
  #nav {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 80px;
    z-index: 1200;
  }
  #nav #logo {
    top: 17px;
    right: 15px;
    width: 125px;
    position: relative;
    margin-top: 0;
  }
  .ie8 #logo a {
    background: url(/images/deltalogo.png);
    display: none;
  }
  #yachtindex, #media {
    margin-top: 80px;
  }
  #media li, #yachtindex li {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #mobilenav {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 80px;
    z-index: 1200;
    /*background: rgba(1,47,65,1);
    background: -moz-linear-gradient(left, rgba(1,47,65,1) 0%, rgba(59,167,196,1) 51%, rgba(1,47,65,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,47,65,1)), color-stop(51%, rgba(59,167,196,1)), color-stop(100%, rgba(1,47,65,1)));
    background: -webkit-linear-gradient(left, rgba(1,47,65,1) 0%, rgba(59,167,196,1) 51%, rgba(1,47,65,1) 100%);
    background: -o-linear-gradient(left, rgba(1,47,65,1) 0%, rgba(59,167,196,1) 51%, rgba(1,47,65,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,47,65,1) 0%, rgba(59,167,196,1) 51%, rgba(1,47,65,1) 100%);
    background: linear-gradient(to right, rgba(1,47,65,1) 0%, rgba(59,167,196,1) 51%, rgba(1,47,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f41', endColorstr='#012f41', GradientType=1 );  z-index: 1000;*/
  }
  #mobilenav .navcontainer {
    padding-top: 15px;
  }
  .snap-drawers {
    position: relative;
  }
  #mobilenav #logo {
    top: 17px;
    right: 30px;
    width: 125px;
    position: fixed;
  }
  #mobilenav #logo.light .white {
    display: block;
  }
  #mobilenav #logo.dark .white {
    opacity: 1 !important;
  }
  #mobilenav #logo.dark .black {
    opacity: 0 !important;
  }
  #hometagline {
    display: none;
  }
  #mobile-yacht-info {
    display: block;
    line-height: 22px;
    margin-top: -50px;
  }
  #open-right {
    display: none;
  }
  #open-left {
    display: block;
  }
  .snap-drawer-right {
    display: none;
  }
  .menu-primary-menu-container {
    display: none;
  }
  #yachtindex .item {
    width: 29%;
  }
  .smallwidth {
    padding-left: 15px;
    width: 90%;
  }
  .smallwidth h2 {
    padding-top: 30px;
  }
  #media li {
    width: 92%;
  }
  #logo {
    display: block;
    width: 180px;
    height: 45px;
    margin: 0 auto;
    float: none;
    position: relative;
  }
  #logo img {
    width: 180px;
    margin-bottom: 30px;
  }
  #text {
    max-width: 500px;
    text-align: center;
    padding: 10px;
    padding-top: 40px !important;
    margin: 0 auto;
    display: block;
  }
  #text p {
    display: block;
    float: left;
  }
  #content span {
    font-size: 19px;
  }
  #footer {
    width: 100%;
    min-height: 120px;
    background: #fff;
    position: relative;
    display: block;
    float: left;
  }
  #footer .copyright {
    position: relative;
    display: block;
    float: left;
    margin-top: 10px;
    padding-left: 25px;
    width: 80%;
  }
  #contactnav {
    position: relative;
    height: auto;
    float: left;
    bottom: 0px;
    padding: 30px 0px;
    font-size: 14px !important;
  }
  #contactnav .phone {
    padding-top: 35px;
  }
  #contactnav .title {
    display: block;
    float: left;
    width: 100%;
  }
  #contactnav .col4 {
    width: 100%;
    padding: 15px 0px 15px 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 770px) {
  #yachtindex .item {
    width: 44%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 570px) {
  #yachtindex .item {
    width: 100%;
    position: relative !important;
    left: 0 !important;
    margin-bottom: 20px !important;
    top: 0px !important;
  }
  #yachtindex {
    width: 96% !important;
    padding: 2% !important;
  }
  #yachtindex li {
    margin-left: 0;
  }
  .col6 {
    width: 98%;
    padding: 2% 0%;
    display: block;
    float: left;
    margin-bottom: 65px;
  }
  .col6 li {
    width: 90%;
    margin-top: 25px;
  }
  .col6 ul {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .first {
    border-left: 0px solid #999;
  }
  #deltaslider-short {
    max-height: 150px;
  }
  .blog {
    margin-top: 195px;
  }
  #media, #yachindex {
    margin-top: 195px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  outline: 0;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-iframe img {
  max-width: 100%;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #666;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid #000;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid #FFF;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid #000;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid #FFF;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
