/*html {scroll-behavior: smooth;}*/
body {
    color: #121218;
    font-weight: 300
}

* {
    font-family: 'Fira Sans', sans-serif;
    color: inherit;
}

a {
    text-decoration: none;
    outline: 0 !important
}

/* Set your aspect ratio */
.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* And set the max-width of the parent element */
.video-wrap {
    width: 100%;
    max-width: 1524px;
}

.ft {
    text-align:justify;
    line-height: 2em;
    color: #5c5c5c;
    font-weight: 400;
}
/*.ft {font-family:TimesNewRoman, "Times New Roman", serif}*/
/*.ft a {font-family:TimesNewRoman, "Times New Roman", serif}*/
a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.7em
}

.star {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    background: red;
    bottom: 0;
    transform: translateX(20px);
    background: #fff url(../img/star.png) center center no-repeat;
    background-size: contain;
}

.submenu-nested {
    padding-left: 20px !important;
    font-size:90% !important;
}

.block {
    display: block;
}

.color-white {
    color: #fff;
}

.color-red {
    color: #da2128;
}

.bg-red {
    background: #80272b;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.bb {
    border-bottom: 1px solid #c1c1c1;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.big {
    font-size: 26px;
    line-height: 26px
}

.spacer-big {
    height: 50px;
    display: block
}

.spacer {
    height: 25px;
    display: block
}

.spacer-small {
    height: 15px;
    display: block
}

.big-size {
    font-size: 44px;
    margin-top: 40px;
}

.medium-size {
    font-size: 38px
}

.toup {
    position: relative;
    padding-left: 40px;
    display: inline-block;
}

.toup:before {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #121218;
    border-left: none;
    border-bottom: none;
    position: absolute;
    transform: rotate(-45deg);
    left: 0;
    top: 8px;
}

.todown.toup:before {
    transform: rotate(135deg);
    top: -3px;
}

.fw img {
    width: 100%;
}

.plus-link {
    position: relative;
    font-size: 20px;
    padding-left: 32px;
    font-weight: 400;
    line-height: 20px
}

.plus-link.set-minus:after {
    width: 200px !important;
    opacity: 0;
}

.plus-link:hover {
    text-decoration: none
}

.plus-link.button {
    padding: 10px 50px 10px 74px
}

.plus-link.button:before {
    left: 44px;
    top: 20px;
}

.plus-link.button:after {
    left: 52px;
    top: 12px;
}

.plus-link:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    width: 18px;
    height: 2px;
    background: #fff;
}

.plus-link:after {
    content: " ";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 2px;
    height: 18px;
    background: #fff;
    transition: .2s
}

.plus-link.big:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px;
    height: 2px;
}

.plus-link.big:after {
    content: " ";
    position: absolute;
    left: 10px;
    width: 2px;
    height: 22px;
}

.plus-link.red:before {
    background: #da2128;
}

.plus-link.red:after {
    background: #da2128;
}

.plus-link.black:before {
    background: #121218;
}

.plus-link.black:after {
    background: #121218;
}

.plus-link.white:before {
    background: #fff;
}

.plus-link.white:after {
    background: #fff;
}

.no-margins {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.clear {
    clear: both
}

#mob-menu {
    display: none
}

.container.menu .links a {
    display: block;
    padding: 5px 5px 5px 32px
}

.container.menu .links a:hover {
    font-weight: normal
}

.more-images.hidden {
    display: none
}

/*Modal Photos - start*/
.modal-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-item-1 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}

.modal-item-2{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

/*Modal Photos - end*/

/*
input[type="checkbox"].custom {height:16px; width:16; display:inline-block; line-height:16px; position:relative;}
input[type="checkbox"].custom:before {content:" "; display:block; width:16px; height:16px; border:1px solid #777; background:#fff}
input[type="checkbox"].custom:after {content:" "; display:block; width:4px; height:9px; left:6px; border:2px solid #fff; border-left:none; border-top:none; top:2px; position:absolute; transform:rotate(45deg); transition:.3s}
input[type="checkbox"].custom:checked:after {border-color:red; transition:.3s}
*/

/* footer */
footer {
    padding-top: 80px !important;
}

footer .container aside a {
    display: block;
    line-height: 140%;
}

footer .container aside.big a {
    font-size: 25px
}

footer .container .logo img {
    display: block;
    padding-bottom: 50px !important
}

footer .container .logo > div {
    line-height: 140%
}

footer .container.second > div.grid img:nth-child(1) {
    grid-column: 1;
}

footer .container.second > div.grid img:nth-child(2) {
    grid-column: 2;
}

footer .container.second > div.grid img:nth-child(3) {
    grid-column: 3;
}

footer .container.second > div.grid img:nth-child(4) {
    grid-column: 4;
}

footer .container.second > div.grid img:nth-child(5) {
    grid-column: 5;
}

footer .container.second > div.grid img:nth-child(6) {
    grid-column: 6;
}

footer .container.second > div.grid img:nth-child(7) {
    grid-column: 7;
}

footer .container.second > div.grid img:nth-child(8) {
    grid-column: 8;
}

footer .container.second > div img {
    justify-self: center;
}

/* home */
.fp-banner .inner > .title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.fp-banner .inner > .contents .more {
    grid-row: 2;
    grid-column: 5;
    margin-top: 20px;
}

.fp-banner .inner .sub-title, .home-fleet .red-container .sub-title, .home-company .red-container .sub-title {
    color: #fff;
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 28px
}

.home-fleet .fleet-listing {
    margin-left: 32px;
    max-height: 300px;
    overflow: hidden;
    transition: .5s
}

.home-fleet .fleet-listing table {
    margin-top: 20px
}

.home-fleet .part {
    padding: 30px 0 30px 60px;
}


/* company */
/*.company .container.section {margin-top:30px; margin-bottom:50px;}*/


/* hr */
.form .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #858585;
    background: #fff;
    z-index: 1
}

.form .menu > a {
    display: block;
    height: 40px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 5px 10px;
}

.form .menu > a:hover {
    background: #858585;
    text-decoration: none;
    color: #fff;
}

.form .menu.hidden {
    display: none;
}

.form .choose_file {
    /*background: #858585;*/
    color: #fff;
    text-align: center;
    /* width: 100%;*/
    /*height: 100%;*/
    display: block;
}

.form .choose_file:hover {
    text-decoration: none
}


/* fleet */
/*.fleet-2nd {padding-top:30px;}*/

/* applies to home, too */
.of-fleet .fleet-listing {
    margin-left: 30px;
    width: calc(100% - 30px);
    max-height: 4000px;
    overflow: hidden;
    transition: .5s
}

.of-fleet .fleet-listing table {
    width: 100%;
    margin-top: 30px;
}

.of-fleet .fleet-listing.hidden {
    max-height: 0;
    transition: .5s
}

.of-fleet .fleet-listing .show-desktop tr:nth-child(2n) {
    background: #ededed
}

.of-fleet .fleet-listing .show-desktop td {
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #ededed
}

.of-fleet .fleet-listing .show-desktop a {
    font-weight: 400;
    color: #da2128;
}

.of-fleet .fleet-listing .show-desktop td span {
    display: inline-block;
    padding: 0 10px;
    color: #da2128;
    font-weight: 400;
}

.of-fleet .fleet-listing .show-mobile td {
    height: 20px;
    line-height: 20px;
    padding: 5px;
}

.of-fleet .fleet-listing .show-mobile a {
    font-weight: 400;
    color: #da2128;
}

.of-fleet .fleet-listing .show-mobile td:first-child {
    font-weight: 400;
}

.of-fleet .fleet-listing .show-mobile .header {
    background: #ededed;
    border-top: 10px solid transparent
}

.of-fleet .fleet-listing .show-mobile td span {
    display: inline-block;
    padding: 0 15px 0 5px;
    color: #da2128;
    font-weight: 400;
}

.of-fleet .part.vlcc {
    background-image: url('../img/vessels.types/vlcc.png')
}

.of-fleet .part.aframax {
    background-image: url('../img/vessels.types/aframax.png')
}

.of-fleet .part.capesize {
    background-image: url('../img/vessels.types/capesize.png')
}

.of-fleet .part.kamsarmax {
    background-image: url('../img/vessels.types/kamsarmax.png')
}

.of-fleet .part.newcastlemax {
    background-image: url('../img/vessels.types/capesize.png')
}

.of-fleet .part.supramax {
    background-image: url('../img/vessels.types/supramax.png')
}

.of-fleet .part.title {
    font-size: 48px;
    padding-left: 0;
    min-height: 30px;
    font-weight: 300;
    margin-top: 20px;
}

.of-fleet .part {
    padding: 20px 0;
    background-position: right 30px;
    background-repeat: no-repeat;
    background-size: auto 60px
}

.of-fleet .part .in-part {
    padding: 10px 10px 10px 32px
}

.of-fleet .bg-red .sub-title {
    color: #fff;
    margin-bottom: 20px;
    /*font-weight: 100;
    font-size: 24px*/
    font-weight: 300;
    font-size: 28px;
}

.of-fleet .bg-red .plus-link {
    margin-top: 20px
}


/* history */
.history .container.menu {
    border-bottom: none
}

.history .items {
    box-sizing: border-box;
}

.history .items a {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
    transition: .5s;
    height: 100%;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1
}

.history .items a:hover {
    text-decoration: none;
    transition: .5s;
}

.history .items a span {
    display: block
}

/*.history .items a:last-child {border-bottom:none}*/
.history .items a .year {
    color: #da2128;
    font-size: 7vw;
    font-weight: bold;
}

.history .items a .title {
    color: #000;
    font-size: 4vw;
    margin-top: 10px;
}

.history .items a.selected {
    background: #da2128
}

.history .items a.selected .year {
    color: #fff;
}

.history .items a.selected .title {
    color: #fff;
}

/*.history .items a:hover {background:#da2128}*/
.history .items a:not(.selected):hover .year {
    color: #da2128;
}

.history .items a:not(.selected):hover .title {
    color: #da2128;
}

.history .all-container {
    position: relative;
}

.history .all-container .item {
    position: absolute;
}

.history .item {
    transition: .5s;
    margin: 0 auto;
}

.history .item.opaque {
    opacity: 0;
    transition: .5s
}

.history .item.hidden {
    display: none;
}

.history .item .img img {
    display: block;
    width: 100%;
    margin-top: 20px;
}


/* media */
.container.media {
    margin-top: 20px;
    margin-bottom: 50px;
}

/* bottom bar */
.bottom-bar div {
    display: inline-block;
    width: 50%
}

.bottom-bar div img {
    width: 100%
}


/* desktop menu */
/* header */
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    /*background: #fff;*/
}


.accordion-content ul {
    margin: 0;
    padding: 10px 0;
}

.accordion-content ul:last-child {
    margin-bottom: 20px
}

.accordion-content ul:nth-child(2n) {
    background: #ededed
}

.accordion-content ul li {
    padding: 3px 0 3px 15px;
    position: relative;
}

.accordion-content ul li:before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 8px;
    background: #da2128
}

.fleet-details .tables .tr div {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}

.fleet-details .tables {
    width: 100%;
    margin: 20px 0;
}

.fleet-details .tables .tr:nth-child(2n+1) {
    background: #ededed
}

.timeline-header {
    font-size: 30px;
    font-weight: 400;
}

/* The hero image */

@keyframes shrink {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.2, 1.2);
        /*background-size: 100%;*/
    }
}

.transform-none {
    transform: none;
}
/*Not working as expected ?*/
.disabled-animation-shrink {
    background-position: center center;
    /*background-size:110%;*/
    animation: shrink 20s infinite alternate
}

@media screen {
    div#preloader {
        position: absolute;
        left: -9999px;
        top:  -9999px;
    }
    div#preloader img {
        display: block;
    }
    div#preloader-site {
        position: fixed;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 99999;
    }
}

@media print {
    div#preloader,
    div#preloader img {
        visibility: hidden;
        display: none;
    }
}

.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/vessels/nymphe.87/hero.jpeg");

    /* Set a specific height */
    height: 450px;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    font-size:44px;
    /*line-height:20px;*/
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    /*text-shadow: 0px 0px 14px rgba(0,0,0,0.2);*/
}

.hero-text-small {
    font-size:16px;
    text-align:center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.0em;
    letter-spacing: 4px;
    text-shadow: 0px 0px 14px rgba(0,0,0,0.2);
}

.media-uppercase-small {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom:5px;
}
.media-uppercase-small-red {
    font-size: 14px;
    font-weight: 700;
    color: #261a34;
    /* background: #fcbc00; */
    padding: 3px;
}

.row1-complete {
    grid-column: 1 / -1;
    grid-row: 1;
}

.row2-complete {
    grid-column: 1 / -1;
    grid-row: 2;
}

.row2-col1 {
    grid-column: 1;
    grid-row: 2;
}

.block-padding-top {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.row2-col3 {
    grid-column: 3;
    grid-row: 2;
}
.row3-complete {
    grid-column: 1 / -1;
    grid-row: 3;
}

.button-red {
    background-color: #da2128;
    cursor: pointer;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button-empty {
    cursor: pointer;
    user-select: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border: 1px solid white;
}

/**
*
*
*
* Per Device
*
*
*
*/

/*@media only screen and (max-width: 768px) { !* mobile *!*/
@media only screen and (max-width: 955px) {
    /* mobile */
    .desktop-ship {
        display: none
    }

    .mobile-ship {
        display: block;
        margin-top: 20px;
        width: 90%;
    }

    .of-fleet .fleet-listing table {
        width: 100%;
        margin-top: 50px;
    }

    .history .item .txt {
        padding-top: 20px;
    }

    .center-mobile {
        text-align: center
    }

    .accordion-content {
        display: none;
    }

    .accordion-content.open {
        display: block;
    }

    .history .items a:nth-child(2n+1) {
        border-left: 1px solid #c1c1c1;
    }

    .history .items a:nth-child(1), .history .items a:nth-child(2) {
        border-top: 1px solid #c1c1c1;
    }

    .home-history {
        margin-bottom: 60px;
    }

    .home-history .container.grid {
        display: grid;
        grid-template-columns: 100%;
    }

    .home-history .container.grid .p1 {
        grid-column: 1;
        grid-row: 1;
    }

    .home-history .container.grid .p2 {
        grid-column: 1;
        grid-row: 4;
    }

    .home-history .container.grid .p3 {
        grid-column: 1;
        grid-row: 2;
    }

    .home-history .container.grid .p4 {
        grid-column: 1;
        grid-row: 5;
    }

    .home-history .container.grid .p5 {
        grid-column: 1;
        grid-row: 3;
    }

    .home-history .container.grid .p6 {
        grid-column: 1;
        grid-row: 6;
    }

    .home-history .container.grid .part {
        padding-top: 26px;
    }

    .home-history .title {
        font-size: 48px;
        margin-top: 20px;
        padding: 30px 0 0 0;
        font-weight: 300;
        grid-column: span 2
    }

    .home-history .section-title {
        display: block;
        padding: 0 0 20px 0;
        font-size: 28px;
    }

    .home-history .part img {
        width: 100%
    }

    .fp-banner {
        position: relative;
        /*min-height: calc(100vh - 190px); For Video*/
        min-height: calc(100vh);
        background: url('../img/main.slide/0.jpg') top center no-repeat;
        /*background-size: contain;*/
        background-size: cover;
        /*margin-top: 50px*/
    }


    /*.fp-banner .inner {position:static; top:0; padding:0!important}*/
    .fp-banner .inner {
        position: absolute;
        bottom: 20px;
        padding: 0 !important;
        width: 100%;
        text-align: center;
    }

    .fp-banner .inner .contents {
        padding: 20px;
        transform: translateY(-5px);
    }

    .fleet-details .tables .tr:nth-child(2n+1) {
        background: none !important
    }

    .fleet-details .tables .tr div:nth-child(3n+1) {
        width: 40px;
        background: #ededed
    }

    .fleet-details .tables .tr div:nth-child(3n+2) {
        width: calc(100% - 40px);
        background: #ededed
    }

    .fleet-details .tables .tr div:nth-child(3n+3) {
        width: 100%
    }

    .red-container {
        padding: 20px;
        background: #81282c; /*margin-top:40px;*/
    }

    .red-container .container {
        padding: 0;
    }

    .red-container .bg-red > div {
        margin-bottom: 50px;
        vertical-align: top
    }

    .red-container .bg-red > div a {
        display: block;
        margin-top: 20px
    }

    .fp-banner .inner .sub-title, .home-fleet .red-container .sub-title, .home-company .red-container .sub-title {
        margin-bottom: 10px;
        margin-top: 10px
    }

    footer .container.second > div.grid {
        text-align: center;
        margin: 20px 0;
    }

    footer .container.second > div.grid img {
        width: 24%;
    }

    header .menusign {
        position: fixed;
        right: 60px;
        top: 16px;
        z-index: 3
    }

    header #bc {
        position: fixed;
        right: 0;
        display: inline-block;
        padding: 8px 20px 5px 10px;
        z-index: 3;
    }

    header #bc span {
        display: block;
        width: 29px;
        height: 4px;
        font-size: 1px;
        background: #121218;
        margin: 5px 0;
        transform-origin: center center;
        transition: .2s
    }

    header.open #bc span:nth-child(2) {
        display: none;
    }

    header.open #bc span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px)
    }

    header.open #bc span:nth-child(3) {
        transform: rotate(-45deg)
    }

    aside.main {
        /*background: #121218;*/
        background: #121218ba;
    }

    aside.main div {
        width: 100%;
        margin: 0 auto;
    }

    #mob-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;;
        z-index: 2
    }

    #mob-menu > div {
        height: 100vh;
        width: 100vw;
        overflow: auto;
        box-sizing: border-box;
        padding: 70px 20px 10px 20px;
    }

    #mob-menu a {
        display: block;
        padding: 10px 0;
        text-decoration: none
    }

    #mob-menu a:active {
        color: #da2128;
    }

    #mob-menu.open {
        display: block
    }

    #mob-menu aside {
        padding-top: 20px;
    }

    .submenu {
        max-height: 0;
        padding-left: 10vw;
        overflow: hidden;
        transition: .2s;
        box-sizing: border-box;
    }

    .submenu.visible {
        display: block;
        max-height: 100vh;
    }

    aside.main {
        text-align: center; /*margin-top:44px*/
    }

    /*aside.main img {width:50%}*/
    .duoimage div {
        margin-bottom: 20px;
    }

    .duoimage div img {
        width: 100%
    }

    .show-desktop {
        display: none
    }

    .of-fleet .part {
        padding: 30px 0;
        background-position: left 80px;
        background-repeat: no-repeat;
        background-size: auto 60px;
        min-height: 90px;
    }

    .of-fleet .fleet-listing {
        margin-left: 0;
        width: 100%
    }

    .form .select, .form input, .form textarea {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        background: #fff;
        border: 1px solid #b7b7b7;
        margin: 0;
        outline: none;
        box-sizing: border-box;
        margin: 5px 0 10px 0;
        border-radius: 0;
    }

    .form textarea {
        height: 160px;
        margin-top: 5px;
    }

    .form .select {
        cursor: pointer;
        position: relative;
    }

    .form .select:after {
        content: " ";
        position: absolute;
        right: 8px;
        top: 12px;
        width: 0px;
        height: 10px;
        display: block;
        border: 10px solid transparent;
        border-top: 12px solid #858585;
    }

    .form .is-right {
        position: relative;
    }

    /* contact */
    .contact.row {
        min-height: 60px;
    }

    .contact.row div {
        padding: 5px 0;
    }

    .container.media .part {
        display: block;
        /*margin: 0 1% 40px 0;*/
        margin: 0 1% 70px 0;
        position: relative;
    }

    .container.media .part > .img {
        margin-bottom: 10px;
        height: 400px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        transition: .2s;
        display: block;
    }

    .container.media .part .txt {
        margin-bottom: 10px;
    }

    .container > .links {
        display: none;
    }

    .hr .choose_file {
        height: 44px;
        line-height: 44px;
        margin-top: 10px
    }

    .fleet-details .head {
        padding: 20px 0 20px 0;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 90%;
    }
}

/*@media only screen and (min-width: 769px) {*//* desktop */
@media only screen and (min-width: 956px) {
    /* desktop */
    a[name] + div {
        padding-top: 50px
    }

    .row.half > .col {
        width: 47%;
        display: inline-block;
        vertical-align: top;
        margin: 0 1%;
    }

    .history .items {
        border: 1px solid #c1c1c1;
        padding: 0 !important;
    }

    .history .item {
        transition: .5s;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 49% 2% 49%;
    }

    .history .item.opaque {
        opacity: 0;
        transition: .5s
    }

    .history .item.hidden {
        display: none;
    }

    .history .item .img {
        grid-column: 1;
        grid-row: 1
    }

    .history .item .img img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .history .item .txt {
        grid-column: 3;
        grid-row: 1
    }



    .history .items a {
        width: 14.28%;
        border-right: 1px solid #c1c1c1;
        border-bottom: none
    }

    .history .items a:last-child {
        border-right: none
    }

    .history .items a .year {
        color: #da2128;
        font-size: 3vw;
        font-weight: bold;
    }

    .history .items a .title {
        color: #000;
        font-size: 1.7vw;
        margin-top: 10px;
    }

    /*display:inline-block; ; text-align:center; padding:15px 0; box-sizing:border-box; transition:.5s; height:100%*/
    .home-history {
        margin-bottom: 60px;
    }

    .home-history .container.grid {
        display: grid;
        grid-template-columns: 49% 2% 49%;
    }

    .home-history .container.grid .p1 {
        grid-column: 1;
        grid-row: 1;
    }

    .home-history .container.grid .p2 {
        grid-column: 3;
        grid-row: 1;
    }

    .home-history .container.grid .p3 {
        grid-column: 1;
        grid-row: 2;
    }

    .home-history .container.grid .p4 {
        grid-column: 3;
        grid-row: 2;
    }

    .home-history .container.grid .p5 {
        grid-column: 1;
        grid-row: 3;
    }

    .home-history .container.grid .p6 {
        grid-column: 3;
        grid-row: 3;
    }

    .home-history .container.grid .part {
        padding-top: 26px;
    }

    .home-history .title {
        font-size: 48px;
        margin-top: 20px;
        padding: 30px 0 0 0;
        font-weight: 300;
        grid-column: span 2
    }

    .home-history .section-title {
        display: block;
        padding: 0 0 20px 0;
        font-size: 28px;
    }

    .home-history .part img {
        width: 100%
    }

    .red-container {
        padding: 20px;
        background: #81282c;
        margin-top: 40px
    }

    .red-container .container {
        padding: 0;
    }

    .red-container .bg-red > div {
        display: inline-block;
        width: 49%;
        box-sizing: border-box;
        margin-bottom: 60px;
        vertical-align: top
    }

    .red-container .bg-red > div:nth-child(3) {
        width: 100%
    }

    .red-container .bg-red > div a {
        display: block;
        margin-top: 20px;
    }

    /*.bg-red .plus-link {}*/
    .fp-banner .inner .sub-title, .home-fleet .red-container .sub-title, .home-company .red-container .sub-title {
        margin-bottom: 20px
    }

    .fp-banner {
        position: relative;
        min-height: 740px;
        /*height:calc(100vh - 200px);*/
        height:calc(100vh);
        background-image: url(../img/main.slide/0.jpg);
        /*background: url('../img/fp_bg.jpg') top center no-repeat;*/
        background-size: cover;
    }

    .fp-banner .inner {
        position: absolute;
        bottom: 240px;
        font-weight: 300;
    }

    .fp-banner .inner > .contents {
        padding: 30px;
        box-sizing: border-box;
    }

    .fp-banner .inner > .contents div {
        box-sizing: border-box;
        vertical-align: top
    }

    .home-fleet .p1, .fp-banner .inner > .contents .p1 {
        display: inline-block;
        width: 48%;
        padding: 2%;
        box-sizing: border-box;
    }

    .home-fleet .p2, .fp-banner .inner > .contents .p2 {
        display: inline-block;
        width: 48%;
        padding: 2%;
        box-sizing: border-box;
    }

    .home-fleet .p3, .fp-banner .inner > .contents .p3 {
        display: block;
        padding: 2%
    }

    .home-company .p1, .fp-banner .inner > .contents .p1 {
        display: inline-block;
        width: 48%;
        padding: 2%;
        box-sizing: border-box;
    }

    .home-company .p2, .fp-banner .inner > .contents .p2 {
        display: inline-block;
        width: 48%;
        padding: 2%;
        box-sizing: border-box;
    }

    .home-company .p3, .fp-banner .inner > .contents .p3 {
        display: block;
        padding: 2%
    }

    .fp-banner .inner > .contents .more {
        display: block;
        padding: 2%
    }

    .fleet-details .tables .tr div:nth-child(3n+1) {
        width: 50px;
    }

    .fleet-details .tables .tr div:nth-child(3n+2) {
        width: 250px;
    }

    .fleet-details .tables .tr div:nth-child(3n+3) {
        width: calc(100% - 300px);
    }

    /*.fleet-details .table .td {height: 38px; line-height: 38px; border-top: 1px solid #ededed; padding:0 0 0 10px}*/
    .fleet-details .head {
        padding: 30px 0;
        background-position: right 30%;
        background-repeat: no-repeat;
        background-size: auto 80px;
    }

    footer .container.second > div.grid {
        padding: 40px 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr /*1fr*/;
        justify-items: center;
    }

    footer .container.second > div.grid img {
        grid-row: 1;
        max-width: 100%
    }

    footer .container.first {
        display: grid;
        grid-template-columns: 50% 30% 20%;
    }

    footer .container.first .logo {
        grid-column: 1;
        grid-row: 1;
    }

    footer .container.first .big {
        grid-column: 2;
        grid-row: 1;
    }

    footer .container.first .small {
        grid-column: 3;
        grid-row: 1;
    }

    header > nav {
        display: flex;
        height: 60px;
    }

    header nav a {
        flex: 1 1 auto;
        /*font-size: calc(1vw + 9px);*/
        line-height: 50px;
    }

    header nav a:hover {
        font-size: 16px !important;
        text-decoration: none;
        /*color: #da2128;*/
        color: #ff3841;
        font-weight: 500;
    }

    aside.main {
        background: #121218;
    }

    /*aside.main {background:#00000096;}*/
    aside.main div {
        width: 100%;
        margin: 0 auto;
    }

    /*#all-submenus {position:fixed; top:50px; width:100%; z-index:4; border-bottom:1px solid #ccc!important; background:#fff; z-index:3;  }*/
    #all-submenus {
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 4;
        background: #00000096;
        color: white;
        z-index: 3;
    }

    .submenu {
        display: none;
        position: absolute;
        z-index: 3;
        transform: translateY(-5px); /*background:#000;*/
        color: white;
    }

    .submenu a {
        display: block;
        padding: 8px 0 8px 10px
    }

    .submenu.visible {
        display: block;
    }

    aside.main {
        height: 70px;
        transition: .2s;
        margin-top: 50px;
        overflow: hidden;
    }

    /*aside.main img {width:210px;}*/
    .double-gap, .duoimage {
        display: grid;
        grid-template-columns: 49% 2% 49%;
    }

    .duoimage div:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .double-gap .p1, .duoimage div:nth-child(2) {
        grid-column: 3;
        grid-row: 1;
    }

    .double-gap .p2, .duoimage div img {
        width: 100%
    }

    .show-mobile {
        display: none
    }

    .container.menu {
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .container.menu .links {
        grid-column: 1;
        grid-row: 1;
    }

    .container.menu .ft {
        grid-column: 2;
        grid-row: 1;
    }

    /* forms */
    .form {
        width: 60%;
        min-width: 320px;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .form .select, .form input, .form textarea {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background: #fff;
        border: 1px solid #b7b7b7;
        margin: 0;
        outline: none;
        box-sizing: border-box;
    }

    .form textarea {
        height: 160px;
        margin-top: 5px;
    }

    .form .select {
        cursor: pointer;
        position: relative;
    }

    .form .select:after {
        content: " ";
        position: absolute;
        right: 8px;
        top: 15px;
        width: 0px;
        height: 10px;
        display: block;
        border: 10px solid transparent;
        border-top: 12px solid #858585;
    }

    .row {
        min-height: 60px;
    }

    .row .is-left {
        height: 50px;
        line-height: 50px;
        display: inline-block;
        width: 35%;
        float: left
    }

    .row .is-right {
        height: 50px;
        line-height: 50px;
        display: inline-block;
        width: 65%;
        position: relative;
    }

    .contact.row {
        min-height: 60px;
    }

    .contact.row .is-left {
        height: auto;
        line-height: 1.5em;
        width: 60%;
    }

    .contact.row .is-right {
        height: auto;
        line-height: 1.5em;
        width: 40%;
    }

    .container.media .part {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .container.media .part > .img {
        width: 55%;
        height: 400px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        transition: .2s;
        display: block;
    }

    .container.media .part > .img:hover {
        background-size: 107%
    }

    .container.media .part .txt {
        position: absolute;
        left: 57%;
        top: 0;
    }

    .container.media .part .more {
        position: absolute;
        left: 57%;
        bottom: 0;
    }
}

/*@media only screen and (min-width: 769px) {*/
@media only screen and (min-width: 956px) {
    .mobile-ship {
        display: none
    }

    .desktop-ship {
        float: right;
        width: 400px;
    }

    .red-container {
    }

    /*needed to use bottom:30 to inner elements*/
    .home-company .red-container .container {
        padding: 0;
        transform: translateY(-0px);
    }

    .home-fleet .red-container .container {
        padding: 0;
        transform: translateY(-100px);
    }

    .red-container .bg-red > div {
        display: inline-block;
        width: 32% !important;
        box-sizing: border-box;
        vertical-align: top;
    }

    .red-container .double > div {
        display: inline-block;
        width: 48% !important;
        box-sizing: border-box;
        vertical-align: top;
        padding-left: 60px;
        padding-right: 60px;
    }

    .red-container .bg-red > div a {
        display: block;
        margin-top: 20px;
        position: absolute;
        bottom: 30px
    }

    .home-fleet .red-container {
        margin-top: 160px;
        font-weight: 300;
        /*padding: 0 0 50vh 0;*/
        padding: 0 0 20vh 0;
        background: url(../img/fp_fleet_bg.jpg) center top no-repeat;
    }

    .home-company .red-container {
        margin-top: 30px;
        font-weight: 300;
        padding: 0 0 0 0;
        background: white; /*url(../img/fp_fleet_bg.jpg) center top no-repeat;*/
    }

    .fp-banner .inner > .contents {
        padding: 30px;
        box-sizing: border-box;
    }

    .fp-banner .inner > .contents div {
        box-sizing: border-box;
        vertical-align: top
    }

    .fp-banner .inner > .contents .p1 {
        display: inline-block;
        width: 32%;
        padding: 2%
    }

    .fp-banner .inner > .contents .p2 {
        display: inline-block;
        width: 32%;
        padding: 2%
    }

    .fp-banner .inner > .contents .p3 {
        display: inline-block;
        width: 32%;
        padding: 2%
    }

    .fp-banner .inner > .contents .more {
        display: block;
        padding: 2%
    }

    .bottom-bar div {
        display: inline-block;
        width: 25%
    }

    .fleet-details .head {
        background-size: auto 90px
    }

    header nav a {
        flex: 1 1 auto;
        font-size: 16px !important;
        line-height: 60px;
        font-weight: 500
    }

    .container.media .part {
        width: 49%;
        height: 400px;
        display: block;
        margin: 0 1% 40px 0;
        float: left;
        position: relative;
    }
}

@media only screen and (min-width: 900px) {
    .fleet-details .head {
        background-size: auto 120px
    }

    .history .items a .year {
        color: #da2128;
        font-size: 42px;
        font-weight: bold;
    }

    .history .items a .title {
        color: #000;
        font-size: 16px;
        margin-top: 10px;
    }
}
