/* fonts */
@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  font-style: normal;
  src: url("../assets/MyriadPro-Regular.otf") format("opentype"), url("../assets/MyriadPro-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro';
  font-weight: 600;
  font-style: italic;
  src: url("../assets/MyriadPro-SemiboldIt.otf") format("opentype"), url("../assets/MyriadPro-SemiboldIt.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro';
  font-weight: bold;
  font-style: normal;
  src: url("../assets/MyriadPro-Bold.otf") format("opentype"), url("../assets/MyriadPro-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro';
  font-weight: 600;
  font-style: normal;
  src: url("../assets/MyriadPro-Semibold.otf") format("opentype"), url("../assets/MyriadPro-Semibold.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  font-style: italic;
  src: url("../assets/MyriadPro-RegularIt.otf") format("opentype"), url("../assets/MyriadPro-RegularIt.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro';
  font-weight: bold;
  font-style: italic;
  src: url("../assets/MyriadPro-BoldIt.otf") format("opentype"), url("../assets/MyriadPro-BoldIt.woff") format("woff"); }
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 800;
  font-style: normal;
  src: url("../assets/ProximaNova-Black.otf") format("opentype"), url("../assets/ProximaNova-Black.woff") format("woff"); }
/* general */
html {
  background: #edf1f4; }

html, body {
  width: 100%;
  height: 100% !important;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 15px;
  color: white;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  body.fixed {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  @media only screen and (max-width: 920px) {
    body {
      font-size: 18px;
      display: block; } }

.page-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.wrapper {
  max-width: 1022px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .wrapper .wrap {
    padding: 0 32px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media only screen and (max-width: 920px) {
    .wrapper .wrap {
      padding: 0 20px; } }

.bg-image {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1d242e center/cover no-repeat;
  z-index: -1; }
  .fixed-height .bg-image, .fixed-height .bg-image .img {
    height: 0;
    padding-bottom: 38.8%; }
  .bg-image .default-bg, .bg-image .img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: center / cover no-repeat;
    outline: none; }
  .bg-image .default-bg {
    position: absolute;
    top: 0;
    left: 0; }
  .bg-image .img {
    display: none;
    background-size: contain; }
    .bg-image .img.visible {
      display: block; }
  .bg-image .bg-slides {
    width: 100%;
    height: 100%; }
  .bg-image .close-btn, .bg-image .prev, .bg-image .next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0.1s, visibility 0s 0.4s;
    -moz-transition: opacity 0.3s 0.1s, visibility 0s 0.4s;
    transition: opacity 0.3s 0.1s, visibility 0s 0.4s; }
  .fullscreen-gallery .bg-image {
    z-index: 10;
    -webkit-transition: z-index 0.3s 0.3s;
    -moz-transition: z-index 0.3s 0.3s;
    transition: z-index 0.3s 0.3s; }
    .fullscreen-gallery .bg-image .close-btn, .fullscreen-gallery .bg-image .prev, .fullscreen-gallery .bg-image .next {
      opacity: 1;
      visibility: visible;
      z-index: 20;
      -webkit-transition: opacity 0.3s 0.1s;
      -moz-transition: opacity 0.3s 0.1s;
      transition: opacity 0.3s 0.1s; }
    .fullscreen-gallery .bg-image .close-btn {
      background: rgba(0, 0, 0, 0.35);
      color: white;
      font-weight: bold;
      line-height: 50px;
      padding: 0 20px;
      position: absolute;
      top: 0;
      left: 50%;
      text-transform: uppercase;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .fullscreen-gallery .bg-image .prev, .fullscreen-gallery .bg-image .next {
      background: rgba(0, 0, 0, 0.25);
      width: 100px;
      height: 100px;
      position: absolute;
      top: 50%;
      margin-top: -50px;
      -webkit-transition: -webkit-transform 100ms, background-color 100ms;
      -moz-transition: -moz-transform 100ms, background-color 100ms;
      transition: transform 100ms, background-color 100ms; }
      .fullscreen-gallery .bg-image .prev:hover, .fullscreen-gallery .bg-image .next:hover {
        background: rgba(0, 0, 0, 0.35); }
      .fullscreen-gallery .bg-image .prev:before, .fullscreen-gallery .bg-image .next:before {
        content: "";
        display: block;
        border-left: 3px solid white;
        border-bottom: 3px solid white;
        width: 30%;
        height: 30%;
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
        -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
        transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    .fullscreen-gallery .bg-image .prev {
      left: 0; }
      .fullscreen-gallery .bg-image .prev:hover {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px); }
    .fullscreen-gallery .bg-image .next {
      right: 0; }
      .fullscreen-gallery .bg-image .next:before {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
        -moz-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
        transform: translate3d(-50%, -50%, 0) rotate(-135deg); }
      .fullscreen-gallery .bg-image .next:hover {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px); }
  @media only screen and (max-width: 920px) {
    .bg-image {
      height: 0;
      padding-bottom: 100%;
      margin-top: -25%; }
      .bg-image .img {
        height: 0;
        padding-bottom: 100%; }
      .front .bg-image, .fixed-height .bg-image, .fixed-height .bg-image .img {
        min-height: 80px;
        margin-top: 0; }
      .front .bg-image {
        margin: 0;
        padding: 0;
        height: auto;
        bottom: 0; } }

.cfx:after {
  content: "";
  display: table;
  clear: both; }

.menu, .menu li {
  margin: 0;
  padding: 0; }
  .menu li {
    list-style-type: none; }
  .menu a {
    border: none;
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2; }

h1 {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95; }
  h1 b, h1 strong {
    font-size: 105px;
    font-weight: 800;
    display: block;
    line-height: 0.8; }
  @media only screen and (max-width: 1023px) {
    h1 {
      font-size: 46px; }
      h1 b, h1 strong {
        font-size: 80px; } }
  @media only screen and (max-width: 920px) {
    h1 {
      font-size: 38px; }
      h1 b, h1 strong {
        font-size: 76px; }
      .content-right h1 {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 540px) {
    h1 {
      font-size: 30px; }
      h1 b, h1 strong {
        font-size: 38px; } }

h2 {
  font-size: 30px;
  margin-bottom: 22px; }
  @media only screen and (max-width: 920px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-size: 15px;
  font-weight: bold;
  color: #1db4f3;
  text-transform: uppercase;
  margin-bottom: 25px; }

h4 {
  font-size: 20px;
  font-weight: 600; }

p {
  margin: 0 0 22px; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none; }

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

.label {
  color: #2cb5f0; }

/* cols */
.cols {
  margin: 0 -16px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cols .col {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media only screen and (max-width: 767px) {
    .cols {
      margin: 0;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .cols .col {
        margin: 0 0 40px;
        padding: 0; }
        .cols .col:last-child {
          margin-bottom: 0; } }

/* logo */
.logo {
  width: 125px;
  margin: 0 auto;
  padding-top: 44px;
  background: url("../assets/logo.svg") top center no-repeat;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .logo {
      width: 71px;
      float: left;
      font-size: 0;
      margin: 0;
      background-position: left top;
      background-size: contain;
    }
  }

/* header */
.header {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  @media only screen and (max-width: 920px) {
    .header {
      padding-top: 20px;
      padding-bottom: 20px; } }

/* mainmenu */
.mainmenu {
  padding-top: 32px; }
  .mainmenu .mainmenu-left, .mainmenu .mainmenu-right {
    margin-top: 7px; }
  .mainmenu .mainmenu-left {
    float: left; }
  .mainmenu .mainmenu-right {
    float: right; }
  .mainmenu ul {
    font-size: 0; }
  .mainmenu li {
    font-size: 17px;
    display: inline-block;
    margin-left: 20px; }
    .mainmenu li ul {
      display: none; }
    .mainmenu li:first-child {
      margin-left: 0; }
  .mainmenu a {
    color: white; }
  @media only screen and (max-width: 767px) {
    .mainmenu {
      padding: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      z-index: 100;
      background: none;
      -webkit-transition: background 0.2s, height 0s 0.2s;
      -moz-transition: background 0.2s, height 0s 0.2s;
      transition: background 0.2s, height 0s 0.2s; }
      .mainmenu .mainmenu-inner {
        width: 100%;
        height: 0;
        margin: auto;
        opacity: 0;
        overflow: hidden; }
      .mainmenu .mainmenu-left, .mainmenu .mainmenu-right {
        float: none;
        margin: 0;
        padding: 0 20px; }
      .mainmenu ul:last-child li:last-child {
        border: none; }
      .mainmenu li {
        display: block;
        margin: 0;
        font-size: 19px;
        border-bottom: 1px solid white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        .mainmenu li.active > a {
          color: #2cb5f0; }
        .mainmenu li.has-children a {
          position: relative; }
        .mainmenu li.has-children span {
          width: 12px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          padding-left: 12px;
          cursor: pointer; }
          .mainmenu li.has-children span:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -6px;
            border-left: 6px solid rgba(255, 255, 255, 0);
            border-right: 6px solid rgba(255, 255, 255, 0);
            border-top: 8px solid white; }
      .mainmenu a {
        padding: 10px 0;
        display: block; }
      .mainmenu.menu-open {
        height: 100%;
        overflow-y: auto;
        background: rgba(29, 36, 46, 0.95);
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.3s; }
        .mainmenu.menu-open .mainmenu-inner {
          height: auto;
          opacity: 1; }
      .mainmenu.submenu-open .mainmenu-inner > ul > li {
        display: none; }
        .mainmenu.submenu-open .mainmenu-inner > ul > li.has-children.open {
          display: block; }
          .mainmenu.submenu-open .mainmenu-inner > ul > li.has-children.open ul {
            display: block; }
        .mainmenu.submenu-open .mainmenu-inner > ul > li.has-children > a {
          color: #2cb5f0;
          padding-left: 24px;
          text-transform: uppercase;
          font-size: 18px;
          font-weight: bold;
          border-bottom: 1px solid white;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          .mainmenu.submenu-open .mainmenu-inner > ul > li.has-children > a span {
            right: auto;
            left: 0;
            padding-left: 0;
            padding-right: 12px; }
            .mainmenu.submenu-open .mainmenu-inner > ul > li.has-children > a span:after {
              right: auto;
              left: -6px;
              margin-top: -8px;
              border: 6px solid rgba(255, 255, 255, 0);
              border-right: 8px solid white; } }

/* mobilemenu-burger */
.mobilemenu-burger {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobilemenu-burger {
      width: 23px;
      height: 21px;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 100;
      display: block;
      cursor: pointer; }
      .mobilemenu-burger .mobilemenu-burger-inner {
        width: 100%;
        height: 3px;
        position: relative;
        margin-top: 9px;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .mobilemenu-burger .mobilemenu-burger-inner:before, .mobilemenu-burger .mobilemenu-burger-inner:after {
          content: "";
          width: 100%;
          height: 100%;
          background: white;
          position: absolute;
          left: 0;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        .mobilemenu-burger .mobilemenu-burger-inner:before {
          top: -9px; }
        .mobilemenu-burger .mobilemenu-burger-inner:after {
          top: 9px; }
        .menu-open .mobilemenu-burger .mobilemenu-burger-inner {
          background: none; }
          .menu-open .mobilemenu-burger .mobilemenu-burger-inner:before, .menu-open .mobilemenu-burger .mobilemenu-burger-inner:after {
            background: #2cb5f0;
            top: 0; }
          .menu-open .mobilemenu-burger .mobilemenu-burger-inner:before {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .menu-open .mobilemenu-burger .mobilemenu-burger-inner:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); } }

/* hero */
.hero {
  color: white;
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .hero.fixed-height .hero-inner {
    height: 0;
    padding-bottom: 38.8%;
    padding-bottom: calc(38.8% - 50px); }
  @media only screen and (max-width: 1023px) {
    .hero.fixed-height .hero-inner {
      height: auto;
      padding: 0; } }

/* title */
.title {
  margin: 0 0 32px;
  width: 100%; }
  .title.front-title {
    margin: 50px 0 65px; }
  @media only screen and (max-width: 920px) {
    .title.vessel-title {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .title, .title.front-title {
      margin: 0; } }

/* news-block */
.news-block {
  margin: 40px 0;
  width: 100%; }
  .news-block .cols .col {
    padding-right: 133px; }
  .news-block .cols a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: white;
    text-decoration: none;
    margin-bottom: 5px;
    display: block; }
  .news-block .cols .date {
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.5; }
  @media only screen and (max-width: 920px) {
    .news-block .cols .col {
      padding-right: 60px; } }
  @media only screen and (max-width: 767px) {
    .news-block {
      background: rgba(29, 36, 46, 0.85);
      margin: 0;
      padding: 32px 0;
      border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
      .news-block .cols .col {
        padding-right: 0; } }

/* content */
.content {
  padding-top: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .content-page .content {
    min-height: calc(100vh - 130px); }
  .content.with-bg {
    background: #1d242e; }
  .content.with-bg-opacity {
    background: rgba(29, 36, 46, 0.85); }
  .content .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media only screen and (max-width: 920px) {
    .content {
      padding: 0;
      overflow: hidden; }
      .content.content-large {
        padding: 40px 0; }
      .content-page .content {
        min-height: 0; } }

/* content-large */
.content-large {
  padding: 60px 0; }
  .content-large .main-block {
    max-width: 770px; }
  .content-large .text-blocks {
    margin: 45px -16px 0; }
    .content-large .text-blocks table {
      width: 100%;
      border-collapse: collapse;
      font-size: 13px; }
      .content-large .text-blocks table tr:first-child td {
        border-top: 1px solid rgba(29, 180, 243, 0.2); }
      .content-large .text-blocks table td {
        padding: 7px 0 4px;
        border-bottom: 1px solid rgba(29, 180, 243, 0.2);
        vertical-align: middle;
        text-align: right; }
        .content-large .text-blocks table td:first-child {
          text-align: left; }
        .content-large .text-blocks table td:nth-child(3), .content-large .text-blocks table td:nth-child(4) {
          opacity: 0.4; }
  @media only screen and (max-width: 767px) {
    .content-large .text-blocks {
      margin: 0 0 40px;
      display: block; }
      .content-large .text-blocks:last-child {
        margin-bottom: 0; } }

/* content-inner */
.content-inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .content-inner.content-inner-wrapped {
    display: block; }
    .content-inner.content-inner-wrapped .content-right {
      float: right; }
  @media only screen and (max-width: 920px) {
    .content-inner {
      display: block; }
      .content-inner.content-inner-wrapped .content-right {
        margin-top: 0; } }

/* content-left */
.content-left {
  padding: 32px 32px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .content-left .inner {
    padding: 32px; }
  .content-left.align-top {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start; }
  .content-inner-wrapped .content-left {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start; }
  @media only screen and (max-width: 920px) {
    .content-left, .wide .content-left {
      padding: 10% 20px 20px;
      max-width: 100%;
      min-height: 106px;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%;
      -ms-flex-preferred-size: 100%; }
    .news-page .content-left {
      padding-bottom: 0; } }

/* content-right */
.content-right {
  color: white;
  position: relative;
  background: rgba(23, 29, 37, 0.8);
  position: relative;
  max-width: 50%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 511px;
  -moz-flex: 0 0 511px;
  -ms-flex: 0 0 511px;
  flex: 0 0 511px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .content-right .inner {
    padding: 32px; }
  .content-right table {
    border-spacing: 0;
    line-height: 1.3;
    width: 100%; }
    .content-right table td {
      vertical-align: top;
      border-bottom: 1px solid #2cb5f0;
      border-bottom: 1px solid rgba(29, 180, 243, 0.2);
      padding: 5px 0; }
      .content-right table td:first-child {
        color: #2cb5f0;
        white-space: nowrap;
        padding-right: 32px; }
    .content-right table .edy-element-thumb-catcher {
      width: 130px; }
  .content-right a {
    color: #2cb5f0; }
  .content-right .pdf-link {
    width: 100%;
    background: #1d242e;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content-right .pdf-link input {
      border: none;
      font-size: 14px;
      padding: 7px 10px;
      width: 184px;
      outline: none; }
    .content-right .pdf-link a {
      color: white;
      display: block;
      padding: 16px 32px 16px 82px; }
      .content-right .pdf-link a:before {
        content: "";
        width: 32px;
        height: 32px;
        background: #f5221f url("../assets/icon-pdf.svg") no-repeat center;
        position: absolute;
        left: 32px; }
  .content-right .date {
    color: #bfbfbf; }
  .content-right .inner-title {
    display: none; }
  .content-right .back-bar {
    display: none; }
  .content-inner-wrapped .content-right {
    margin-top: 32px;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end; }
  .narrow .content-right {
    max-width: 432px; }
  .content-right.with-pdf-link {
    padding-bottom: 64px; }
  .news-page .content-right {
    top: 134px;
    position: fixed;
    left: 50%;
    height: calc(100vh - 134px);
    width: 511px;
    padding: 32px 0; }
    @media only screen and (max-width: 920px) {
      .news-page .content-right {
        padding: 0; } }
    .news-page .content-right .inner {
      opacity: 1;
      overflow: auto;
      height: 100%;
      padding: 0 32px;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media only screen and (max-width: 920px) {
        .news-page .content-right .inner {
          padding: 32px;
          height: auto; } }
    .news-page .content-right.content-loaded .inner {
      opacity: 1; }
  .content-inner-wrapped .content-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media only screen and (max-width: 1023px) {
    .content-right {
      margin-right: 32px; } }
  @media only screen and (max-width: 920px) {
    .content-right {
      margin-right: 0; }
      .content-inner-wrapped .content-right {
        max-width: 100%; }
      .content-right, .wide .content-right {
        background: #1d242e;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%; }
      .content-right .inner, .wide .content-right .inner {
        padding: 40px 20px; }
      .content-right .pdf-link {
        background: #242c39;
        border-top: 2px solid rgba(255, 255, 255, 0.2); }
        .content-right .pdf-link a {
          padding-left: 64px; }
          .content-right .pdf-link a:before {
            left: 20px; }
      .content-right .inner-title {
        display: block; }
      .content-right table {
        font-size: 15px; }
        .content-right table td:first-child {
          white-space: normal; }
      .news-page .content-right {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
        -moz-transition: opacity 0.2s, visibility 0s 0.2s;
        transition: opacity 0.2s, visibility 0s 0.2s; }
        .news-page .content-right.visible {
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity 0.3s;
          -moz-transition: opacity 0.3s;
          transition: opacity 0.3s; }
      .article-page .content-right {
        opacity: 1;
        visibility: visible; }
      .narrow .content-right {
        max-width: 100%; }
      .content-right .back-bar {
        display: block;
        color: white;
        background: rgba(255, 255, 255, 0.2);
        padding: 20px 20px 20px 45px;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        cursor: pointer; }
        .content-right .back-bar:before {
          content: "";
          border-top: 6px solid rgba(255, 255, 255, 0);
          border-right: 8px solid white;
          border-bottom: 6px solid rgba(255, 255, 255, 0);
          position: absolute;
          top: 50%;
          left: 20px;
          margin-top: -8px; } }

/* gallery */
.gallery {
  margin: 0 0 32px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end; }
  .gallery .gallery-title {
    width: 82px;
    float: left;
    padding-top: 20px;
    font-size: 14px;
    text-transform: uppercase; }
  .gallery .gallery-images {
    margin-left: -12px; }
    .gallery .gallery-images .gallery-thumb {
      float: left;
      vertical-align: middle;
      margin: 4px 0 4px 12px;
      cursor: pointer;
      width: 88px;
      height: 56px;
      position: relative;
      background: rgba(0, 0, 0, 0.2); }
      .gallery .gallery-images .gallery-thumb:hover svg, .gallery .gallery-images .gallery-thumb.active svg {
        width: 96px;
        height: 64px;
        left: -4px;
        top: -4px; }
      .gallery .gallery-images .gallery-thumb svg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s; }
  .gallery .edys-gallery {
    margin: 0; }
  .gallery .edy-gallery-area {
    min-height: 56px; }
  .gallery a.edys-gallery-item {
    margin: 4px 0 4px 12px; }
  .gallery a.edys-gallery-item, .gallery img.edys-gallery-image {
    width: 88px !important;
    height: 56px !important; }
  @media only screen and (max-width: 920px) {
    .gallery {
      display: none; } }

/* ships */
.ships {
  padding: 0 0 90px;
  line-height: 1.4; }
  .ships a {
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    display: block; }
  .ships .image-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 56.4%; }
  .ships .ship {
    max-width: 33.33%;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
  .ships .image-container {
    margin-bottom: 15px; }
  .ships .type {
    color: #999;
    margin-bottom: 10px; }
    .ships .type .label {
      display: none; }
  .ships .data-col {
    margin-right: 30px; }
    .ships .data-col:last-child {
      width: auto;
      margin-right: 0; }
  .ship-fields-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ship-fields-built {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  .ship-fields-dwat {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
  @media only screen and (min-width: 768px) {
    .ship-fields-capacity {
      margin-left: auto;
    }
  }
  @media only screen and (min-width: 768px) {
    .ships.ships-list .ship {
      -webkit-box-flex: 100%;
      -moz-box-flex: 100%;
      box-flex: 100%;
      -webkit-flex: 100%;
      -moz-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      margin: 0; }
    .ships.ships-list a {
      max-width: 100%;
      margin-bottom: 5px;
      position: relative;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      transition: background 0.2s;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .ships.ships-list a:hover {
        background: rgba(0, 0, 0, 0.2); }
        .ships.ships-list a:hover:before {
          content: "";
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 0;
          border: 1px solid #898d92;
          z-index: 1; }
    .ships.ships-list .image-container {
      margin: 0; }
    .ships.ships-list .data-col {
      margin: 0; }
    .ships.ships-list .field {
      position: relative;
      z-index: 2;
      padding: 16px;
      max-width: 50px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50px;
      -moz-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      align-self: flex-end;
      -ms-flex-item-align: end; }
      .ships.ships-list .field.field-image-holder {
        padding: 0;
        margin-right: 16px; }
      .ships.ships-list .field.field-width-wider {
        max-width: 133px;
        -webkit-flex-basis: 133px;
        -moz-flex-basis: 133px;
        flex-basis: 133px;
        -ms-flex-preferred-size: 133px; }
      .ships.ships-list .field.field-width-wide {
        max-width: 298px;
        -webkit-flex-basis: 298px;
        -moz-flex-basis: 298px;
        flex-basis: 298px;
        -ms-flex-preferred-size: 298px; }
      .ships.ships-list .field.field-nowrap {
        white-space: nowrap; }
      .ships.ships-list .field.type {
        margin: 0;
        color: white;
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        box-ordinal-group: 10;
        -webkit-order: 10;
        -moz-order: 10;
        order: 10;
        -ms-flex-order: 10; }
        .ships.ships-list .field.type .label {
          display: block;
          width: 100%; }
      .ships.ships-list .field.data-field:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #2cb5f0;
        opacity: 0.2; } }
  @media only screen and (max-width: 1023px) {
    .ships.ships-list .field {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      flex-shrink: 1;
      -ms-flex-negative: 1;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      align-self: stretch;
      -ms-flex-item-align: stretch;
      -webkit-box-align: end;
      -moz-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end; }
    .ships.ships-list .field-image-holder {
      min-width: 100px; }
    .ships.ships-list .image-container {
      padding: 0;
      height: 100%;
      position: absolute; } }
  @media only screen and (max-width: 920px) {
    .ships {
      padding: 20px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .ships, .ships.ships-list {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      margin: 0 -10px; }
      .ships .field, .ships.ships-list .field {
        display: block; }
      .ships .image-container, .ships.ships-list .image-container {
        padding-bottom: 56.4%;
        height: 0;
        position: static; }
      .ships .col, .ships.ships-list .col {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        padding: 0 10px; }
      .ships .data-col, .ships.ships-list .data-col {
        margin-right: 20px;
        width: auto; } }
  @media only screen and (max-width: 540px) {
    .ships, .ships.ships-list {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
      .ships .col, .ships.ships-list .col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%; } }

/* filter */
.filter {
  background: #171d25;
  color: #f7f7f7;
  text-transform: uppercase;
  padding: 20px 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .filter .filter-left {
    float: left;
    margin-left: 32px; }
  .filter .filter-right {
    float: right;
    margin-right: 20px; }
  .filter .filter-label {
    opacity: 0.5; }
  .filter .filter-toggler {
    display: none; }
  .filter .filter-holder {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px; }
  .filter .filter-menu li {
    float: left;
    margin-left: 40px; }
    .filter .filter-menu li:first-child {
      margin-left: 0; }
    .filter .filter-menu li.active a {
      color: #2cb5f0; }
  .filter .filter-menu a {
    color: white;
    font-weight: bold; }
  @media only screen and (max-width: 920px) {
    .filter {
      font-size: 15px; }
      .filter .filter-left {
        margin-left: 0; }
      .filter .filter-right {
        display: none; }
      .filter .filter-holder {
        position: relative;
        display: inline-block;
        padding-left: 20px; }
      .filter .filter-toggler {
        color: #2cb5f0;
        font-weight: bold;
        padding-right: 20px;
        cursor: pointer;
        display: block; }
        .filter .filter-toggler:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -6px;
          border-left: 6px solid rgba(255, 255, 255, 0);
          border-right: 6px solid rgba(255, 255, 255, 0);
          border-top: 8px solid #2cb5f0; }
      .filter .filter-menu {
        display: none; }
      .filter .open .filter-menu {
        display: block;
        position: absolute;
        left: 0;
        margin-top: 10px;
        min-width: 100%;
        padding-right: 20px;
        background: #171d25;
        z-index: 10; }
      .filter .open .filter-toggler:after {
        border-top: none;
        border-bottom: 8px solid #2cb5f0;
        margin-top: -7px; }
      .filter .open ul {
        margin: 0; }
        .filter .open ul li {
          float: none;
          padding: 0 20px 10px;
          margin: 0; }
          .filter .open ul li.active {
            display: none; } }

/* sidebar */
.sidebar {
  max-width: 420px;
  width: 100%;
  margin: 50px 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end; }
  .sidebar.narrow {
    max-width: 380px; }
  .sidebar .news-submenu li, .sidebar .tab-header {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s; }
    .sidebar .news-submenu li:hover, .sidebar .tab-header:hover {
      background: rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2); }
    .sidebar .news-submenu li ~ li, .sidebar .news-submenu li ~ .tab-header, .sidebar .tab-header ~ li, .sidebar .tab-header ~ .tab-header {
      margin-top: -1px; }
    .sidebar .news-submenu li.active, .sidebar .tab-header.active {
      background: rgba(0, 0, 0, 0.2);
      position: relative;
      background-clip: padding-box;
      border: 1px solid rgba(255, 255, 255, 0.48);
      border-right: 1px solid transparent; }
      .sidebar .news-submenu li.active:before, .sidebar .news-submenu li.active:after, .sidebar .tab-header.active:before, .sidebar .tab-header.active:after {
        content: "";
        height: calc(50% - 12px);
        position: absolute;
        right: -1px;
        border-right: 1px solid rgba(255, 255, 255, 0.48); }
      .sidebar .news-submenu li.active:before, .sidebar .tab-header.active:before {
        top: 0; }
      .sidebar .news-submenu li.active:after, .sidebar .tab-header.active:after {
        bottom: 0; }
      .sidebar .news-submenu li.active a:before, .sidebar .news-submenu li.active .tab-header-inner:before, .sidebar .tab-header.active a:before, .sidebar .tab-header.active .tab-header-inner:before {
        content: "";
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 12px;
        position: absolute;
        top: 50%;
        right: -24px;
        margin-top: -12px; }
      .sidebar .news-submenu li.active a:after, .sidebar .news-submenu li.active .tab-header-inner:after, .sidebar .tab-header.active a:after, .sidebar .tab-header.active .tab-header-inner:after {
        content: "";
        width: 17px;
        height: 17px;
        position: absolute;
        right: -9px;
        top: 50%;
        border: solid rgba(255, 255, 255, 0.48);
        border-width: 1px 1px 0 0;
        margin-top: -9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  @media only screen and (max-width: 920px) {
    .sidebar {
      display: none; }
      .news-page .sidebar {
        display: block;
        max-width: none;
        background: #171d25;
        margin: 20px -20px 0;
        padding: 20px 0; }
        .news-page .sidebar .news-submenu {
          margin: 0; }
          .news-page .sidebar .news-submenu li {
            border: none; }
            .news-page .sidebar .news-submenu li.active {
              background: none; }
              .news-page .sidebar .news-submenu li.active:before, .news-page .sidebar .news-submenu li.active:after {
                display: none; }
              .news-page .sidebar .news-submenu li.active a:before, .news-page .sidebar .news-submenu li.active a:after {
                display: none; } }

/* contact-info */
.contact-info h4 {
  margin-bottom: 10px; }
.contact-info table {
  margin: 10px 0 0;
  line-height: 1.4; }
  .contact-info table td:first-child {
    padding-right: 32px;
    width: 80px; }
.sidebar .contact-info {
  padding: 22px;
  margin: 0 -22px;
  max-width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.content-right .contact-info {
  font-size: 15px;
  padding: 32px 32px 0; }
  .content-right .contact-info table td {
    border: none;
    padding-top: 0;
    padding-bottom: 0; }
    .content-right .contact-info table td:first-child {
      color: white; }
.contact-info .contact-info-inner {
  display: none; }
  .contact-info .link-tel {
    color: white;
  }
@media only screen and (max-width: 920px) {
  .content-right .contact-info {
    padding: 40px 20px 0; }
    .content-right .contact-info .contact-info-inner {
      display: block; }
      .contact-info .link-tel {
        text-decoration: underline;
        cursor: text;
      }
}

/* submenu */
.submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .submenu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
.submenu a {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  padding: 15px 0; }
.submenu.news-submenu {
  width: 100%;
  margin-left: -24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .submenu.news-submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .submenu.news-submenu a {
    padding-left: 25px;
    padding-right: 15px; }
    .submenu.news-submenu a .date {
      display: block;
      font-size: 15px;
      font-weight: 300;
      opacity: 0.65; }

/* people */
.people {
  display: table;
  width: 100%; }
  .people .person {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 24px;
    margin: 24px 0; }
    .people .person .cover-image {
      width: 117px;
      height: 117px;
      background: center / cover no-repeat;
      display: table-cell; }
    .people .person .info {
      display: table-cell;
      vertical-align: middle;
      padding: 0 32px; }
    .people .person .label {
      margin-bottom: 12px; }
    .people .person .link-tel {
      color: white;
      cursor: text;
    }
  @media only screen and (max-width: 920px) {
    .people {
      padding: 40px 20px; }
      .people .person {
        padding: 0; }
        .people .person:first-child {
          margin-top: 0; }
      .people .person .link-tel {
        text-decoration: underline;
      }
  }
  @media only screen and (max-width: 540px) {
    .people {
      padding: 40px 20px; }
      .people .person {
        display: block;
        margin: 0 0 40px; }
        .people .person:last-child {
          margin-bottom: 0; }
        .people .person .cover-image {
          display: none; }
        .people .person .info {
          padding: 0; } }

/* footer */
.footer {
  background: #edf1f4;
  font-size: 13px;
  color: #1d242e;
  padding: 32px 0;
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .footer table {
    border-collapse: collapse; }
    .footer table td {
      padding-left: 32px;
      vertical-align: top; }
      .footer table td:first-child {
        opacity: 0.5;
        width: 50px;
        padding-left: 0; }
  .footer a {
    color: #2cb5f0; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 32px 0; }
      .footer .cols .col {
        margin-bottom: 20px; } }

/* voog styles */
.dark-background .edy-contenteditable-placeholder, .dark-background .edy-element-thumb-catcher .edy-element-thumb-empty {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.5); }
.dark-background .edy-element-thumb-catcher {
  border: 1px solid rgba(255, 255, 255, 0.2); }
.dark-background .edy-empty-bordered {
  color: rgba(255, 255, 255, 0.7);
  border: 1px dashed rgba(255, 255, 255, 0.7); }
.dark-background .edy-texteditor-active, .dark-background .edy-content-element-hover {
  outline: 1px solid rgba(255, 255, 255, 0.7); }
.dark-background .edy-texteditor-active:hover {
  outline: 1px solid rgba(255, 255, 255, 0.63); }

.light-background .edy-empty-bordered {
  color: rgba(27, 33, 36, 0.33);
  border: 1px dashed rgba(27, 33, 36, 0.33); }

/* spinner */
.spinner {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -16px;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-left: 8px solid white;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .spinner, .spinner:after {
    border-radius: 50%;
    width: 32px;
    height: 32px; }
  .content-loaded .spinner {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0 0.3s;
    -moz-transition: opacity 0.3s, visibility 0 0.3s;
    transition: opacity 0.3s, visibility 0 0.3s; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* transitions */
.header, .content, .footer {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.1s;
  -moz-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s; }

.fullscreen-gallery .header, .fullscreen-gallery .content, .fullscreen-gallery .footer, .fullscreen-gallery .default-bg {
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  -moz-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s; }

  /* currencies */
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg); } }
  @-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg); }
    100% {
      -moz-transform: rotate(360deg); } }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); } }
  .currencies-loading {
    position: relative;
    height: 160px; }
    .currencies-loading:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      height: 28px;
      width: 28px;
      margin: -14px 0 0 -14px;
      border: solid 3px #1db4f3;
      border-top-color: #161d24;
      border-radius: 100%;
      -webkit-animation: spin 0.75s infinite linear;
      -moz-animation: spin 0.75s infinite linear;
      animation: spin 0.75s infinite linear; }

  .currencies-error {
    text-align: center;
    height: 160px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

/*# sourceMappingURL=style.css.map */
