/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');*/

h1 {
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
    font-weight: 300;
}

h2 {
    color: #fdc513;
    font-size: 66px;
    font-weight: 300;
    margin: 0;
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
}

h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
}
h3:last-child {
    text-align: right;
}

p {
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

a {
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

a:hover {
    color: #fff;
    border: 0;
}
body section {
    overflow: hidden;
}


.grid-6 a {
    width: 160px;
}

.section-repair .grid-6 a {
    width: auto;
}

.container-12 .grid-12 {
    max-width: 914px;
}
.container-12 .grid-6 {
    max-width: 445px;
}
/* ================== SECTION HOME ===================== */
.section-home {
    position: relative;
    overflow: hidden;
    background: url(../img/section-bg/6-the-group.jpg) no-repeat center center transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-home video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
.section-home .container-12 {
    width: 95%;
    text-align: right;
}
.section-home .container-12 .grid-12 {
    width: 100%;
    text-align: right;
    max-width: none;
}
.section-home .container-12 .grid-12 img {
    margin-right: 10px;
}
.section-home .inner {
    background-color: rgba(0, 26, 54, .7);
    margin-top: 100px;
    text-align: right;
}

.section-home .inner h1 {
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
    color: rgba(255, 255, 255, .7);
    font-size: 110px;
    line-height: 100px;
    font-weight: 300;
    text-align: center;
    padding: 0 20px;
}
.section-home .inner p {
    color: #fff;
    font-size: 26px;
    text-align: center;
}

a.btn-next-section {
    position: absolute;
    max-width: 115px;
    bottom: 100px;
    left: 50%;
    margin-left: -57px;
    border: 0;
}

a.btn-next-section img {
    max-width: 115px;
}

.section-home .inner p a.btn-next-section {
    margin-top: 15px;
    margin-left: 0;
    border: 0;
    position: static;
}

.section-home .inner p a.btn-next-section img {
    max-width: 80px;
}

/* ================== NAVIGATION ===================== */
#navigation {
    margin: 0 65px 0 0;
}

#navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#navigation ul li a {
    height: 17px;
    width: 17px;
    padding: 0;
    border: 3px solid #ffc423;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#navigation ul li a.active {
    background-color: #ffc423;
}

#navigation ul li span {
    background-color: #ffc423;
    color: #fff;
    border-radius: 0;
}

#navigation ul li span:after
{
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-left: 10px solid #ffc423;
}

section.section-arrival {
    background: url(../img/section-bg/2-arrival.jpg) no-repeat center center transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inner .grid-6 {
    background-color: rgba(0, 26, 54, .7);
    text-align: left;
    padding: 40px 75px 45px 45px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* ================== SECTION REFUEL ===================== */
section.section-refuel {
    background: url(../img/section-bg/4-restock.jpg) no-repeat center center transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.section-refuel .grid-6 h1 {
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
    font-size: 120px;
    line-height: 100px;
    letter-spacing: -5px;
    margin: 0;
}
.inner .grid-6 h1 {
    text-align: left;
    color: #fdc513;
    font-size: 80px;
    letter-spacing: -1px;
    margin: 0;
}

section.section-refuel .grid-12 {
    margin-bottom: 0;
    margin-top: 0;
}

section.section-refuel .grid-12:first-child .grid-6 {
    padding: 20px;
    background-color: rgba(0, 26, 54, .3);
    float: left;
}

section.section-refuel .grid-12:first-child .grid-6 p {
    font-weight: 300;
    font-size: 24px;
    margin: 0;
}

section.section-refuel .grid-12 .grid-6 {
    float: right;
}

/* ================== SECTION RESTOCK ===================== */
section.section-restock {
    background: url(../img/section-bg/3-refuel.jpg) no-repeat center center transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.section-restock .grid-12 {
    margin-bottom: 0;
    margin-top: 0;
}

section.section-restock .grid-12:first-child .grid-6 {
    padding: 20px;
    background-color: rgba(0, 26, 54, .7);
    float: right;
}

section.section-restock .grid-12 .grid-6 {
    float: left;
    background-color: rgba(0, 26, 54, .3);
}

/* ================== SECTION REPAIR ===================== */
section.section-repair {
    background: url(../img/section-bg/5-repair.jpg) no-repeat center center transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.section-repair .grid-12 .grid-3 {
    float: right;
    max-width: 285px;

    background-color: rgba(0, 26, 54, .7);
    text-align: left;
    padding: 20px 25px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

section.section-repair .grid-12 .grid-3 h1 {
    font-size: 155px;
    color: #fdc513;
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
    margin: 0;
    line-height: 120px;
    text-align: left;
}

section.section-repair .grid-12 .grid-3 h3 {
    font-size: 34px;
    letter-spacing: -1px;
}

/* ================== SECTION GROUP ===================== */
section.section-group {
    background: url(../img/section-bg/6-the-group.jpg) no-repeat center center transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.section-group .inner
{
    background-color: rgba(0, 26, 54, .7);
    text-align: center;
    width: 100% !important;
    margin-top: 1% !important;
    top: 20% !important;
}

section.section-group .container-12
{
    padding-top: 100px;
    width: 95%;
    position: relative;
}

section.section-group .grid-12 {
    max-width: none;
    width: 100%;
}

section.section-group h1 {
    font-family: 'Myriad W01 Lt Sm Cnd', sans-serif;
    color: #fdc513;
    font-size: 66px;
    line-height: 100px;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
}

section.section-group p {
    max-width: 520px;
    margin: 0 auto;
}

section.section-group .link-gibunco {
    border-bottom: 0;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid #fff;
    font-style: normal;
}

.graphics {
    height: 310px;
    width: 310px;
    margin: 20px auto 50px;
    background: url(../img/circle-gibunco.png) no-repeat center center transparent;
    position: relative;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.graphics a {
    border: 0;
    font-size: 26px;
    display: inline-block;
    position: absolute;
}

.graphics a.ship-op {
    right: -124px;
    top: 134px;
}

@media only screen and (min-width: 768px) {

    .graphics a.ship-op {
        -webkit-animation: myOrbit 7s linear infinite; /* Chrome, Safari 5 */
        -moz-animation: myOrbit 7s linear infinite; /* Firefox 5-15 */
        -o-animation: myOrbit 7s linear infinite; /* Opera 12+ */
        animation: myOrbit 7s linear infinite; /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */
    }

    .graphics a.fuel-oil {
        -webkit-animation: myOrbit1 7s linear infinite; /* Chrome, Safari 5 */
        -moz-animation: myOrbit1 7s linear infinite; /* Firefox 5-15 */
        -o-animation: myOrbit1 7s linear infinite; /* Opera 12+ */
        animation: myOrbit1 7s linear infinite; /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */
    }

    .graphics a.ship-ag {
        -webkit-animation: myOrbit2 7s linear infinite; /* Chrome, Safari 5 */
        -moz-animation: myOrbit2 7s linear infinite; /* Firefox 5-15 */
        -o-animation: myOrbit2 7s linear infinite; /* Opera 12+ */
        animation: myOrbit2 7s linear infinite; /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */
    }

    .graphics a.eng-tech {
        -webkit-animation: myOrbit3 7s linear infinite; /* Chrome, Safari 5 */
        -moz-animation: myOrbit3 7s linear infinite; /* Firefox 5-15 */
        -o-animation: myOrbit3 7s linear infinite; /* Opera 12+ */
        animation: myOrbit3 7s linear infinite; /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */
    }

}

.graphics a.fuel-oil {
    right: -92px;
    top: 140px;
}

.graphics a.ship-ag {
    right: -2px;
    top: 146px;
}

.graphics a.eng-tech {
    right: -148px;
    top: 140px;
}

.graphics:hover a.ship-op,
.graphics:hover a.fuel-oil,
.graphics:hover a.ship-ag,
.graphics:hover a.eng-tech
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}


.graphics a.ship-op:before {
    top: 10px;
    left: -33px;
}

.graphics a.fuel-oil:before {
    top: 5px;
    left: -79px;
}

.graphics a.eng-tech:before {
    top: 5px;
    left: -66px;
}

.graphics:hover a {
    /*animation: none !important;*/
}

.graphics a:hover {
    color: #fdc513;
}

.graphics a:before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: -57px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.graphics a:hover:before {
    background: #fdc513;
}


.graphics a .hint {
    color: #fff;
    height: 0;
    width: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 35px;

    left: 0;
    font-size: 14px;
    text-align: left;

    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

#navi_shadow {
    background: none;
}
.vpagescroll_navigation ul li {
    margin-top: 15px;
    position: relative;
    height: 37px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.vpagescroll_navigation ul li.visited a {
    position: relative;
}
.vpagescroll_navigation ul li.visited:first-child a:before {
    display: none !important;
}
.vpagescroll_navigation ul li.visited a:before {
    content: "";
    height: 33px;
    width: 1px;
    display: block;
    position: absolute;
    top: -34px;
    left: 8px;
    background-color: #ffc423;
}

.vpagescroll_navigation ul li:first-child {
    margin-top: 0;
}

#navigation ul li span {
    display: none !important;
}

.graphics a.full .hint {
    height: auto;
    width: auto;
    overflow: auto;
    border-bottom: 1px solid #fff;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.graphics a.full:hover .hint {
    /*border-color: #fdc513;*/
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .section-home .inner h1 {
        font-size: 92px;
    }

    .inner .grid-6 h1 {
        font-size: 70px;
    }

    .container-12 .grid-3 {
        width: auto;
    }

    .graphics a {
        font-size: 16px;
    }

    .graphics a.ship-op {
        right: -80px;
    }

    .graphics a.fuel-oil {
        right: -150px;
    }

    .graphics a.ship-ag {
        right: -104px;
    }

    .graphics a.eng-tech {
        bottom: -35px;
        right: -60px;
    }

}

@media only screen and (min-width: 769px) {
    /*.graphics:hover a.ship-op {
        right: -146px;
        top: 20px;
    }

    .graphics:hover a.fuel-oil {
        right: -236px;
        top: 88px;
    }

    .graphics:hover a.ship-ag {
        right: -157px;
        top: 170px;
    }

    .graphics:hover a.eng-tech {
        bottom: -46px;
        right: -178px;
        top: auto;
    }*/

    .graphics a:hover .hint {
        height: auto;
        width: auto;
        overflow: auto;
        border-bottom: 1px solid #fff;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media only screen and (max-width: 768px) {

    .section-home {
        background: url(../img/section-bg/6-the-group.jpg)no-repeat center center transparent;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .section-home .container-12 .grid-12 {
        text-align: center;
    }
    .section-home .container-12 .grid-12 img {
        margin-right: 0;
    }

    .graphics a {
        animation: none !important;
    }

    .vpagescroll_navigation ul li a:before {
        display: none !important;
    }

    a.btn-next-section {
        bottom: 20px;
    }

    .section-home .inner h1 {
        font-size: 66px;
        line-height: 70px;
    }

    section.section-refuel .grid-6 h1 {
        font-size: 66px;
    }

    .inner .grid-6 {
        padding: 20px;
    }

    .inner .grid-6 h1 {
        font-size: 60px;
    }

    section.section-repair .grid-12 .grid-3 {
        float: left;
        max-width: none;
        width: 100%;
    }

    section.section-repair .grid-12 .grid-3 h1 {
        font-size: 80px;
    }

    section.section-group .grid-12 {
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.section-group .inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.section-group h1 {
        font-size: 64px;
        letter-spacing: -2px;
        line-height: 70px;
    }

    .graphics {
        max-width: 200px;
        max-height: 200px;
    }

    .graphics a.ship-op {
        /*font-size: 14px;*/
        top: -16px;
        right: -38px;
    }

    .graphics a.fuel-oil {
        right: 39px;
        top: 25px;
    }

    .graphics a.ship-ag {
        right: 30px;
        top: 129px;
    }

    .graphics a.eng-tech {
        right: 38px;
        /*top: auto;*/
        bottom: auto;
        top: 206px !important;
    }

    .graphics a.fuel-oil:before, .graphics a.ship-ag:before {
        left: auto;
        right: -30px;
    }

    .graphics a.eng-tech::before {
        left: 73px;
        top: -19px;
    }

    .graphics a .hint {
        top: 22px;
        font-size: 11px;
        min-width: 115px;
    }

    #navigation {
        /*background-color: rgba(0, 26, 54, 0.8);*/
        padding: 10px 0;
    }

    #navigation li {
        margin-left: 15px;
    }

    #navigation li:first-child {
        margin-left: 0;
    }
    #navigation li a {
        vertical-align: top;
    }

    .vpagescroll_navigation ul li.visited:before {
        display: none !important;
    }
}

@media only screen and (max-width: 720px) {

    #navigation {
        background-color: rgba(0, 26, 54, 0.8);
    }

    .vpagescroll_navigation ul li {
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {
    .graphics a.ship-op .caption {
        position: relative;
        right: 35px;
    }

    .graphics a.fuel-oil .caption {
        position: relative;
        top: 5px;
    }
    /*.graphics a.fuel-oil .caption {
        left: 150px;
        position: relative;
        top: 5px;
    }

    .graphics a.ship-op .caption {
        left: -173px;
        position: relative;
        top: 4px;
    }

    .graphics a.ship-ag .caption {
        left: 110px;
        position: relative;
        top: 2px;
    }*/
}

@media only screen and (max-width: 400px) {
    .section-home .inner h1 {
        font-size: 42px;
    }

    .inner .grid-6,
    .inner .grid-3 {
        width: calc(100% - 15px) !important;
    }

    .container-12 .grid-12 {
        width: 100%;
    }

    .container-12 .grid-12 .grid-6 {
        float: left !important;
    }
}

@-webkit-keyframes myOrbit {
    from { -webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@-moz-keyframes myOrbit {
    from { -moz-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@-o-keyframes myOrbit {
    from { -o-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@keyframes myOrbit {
    from { transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}


@-webkit-keyframes myOrbit1 {
    from { -webkit-transform: rotate(45deg) translateX(150px) rotate(-45deg); }
    to   { -webkit-transform: rotate(405deg) translateX(150px) rotate(-405deg); }
}

@-moz-keyframes myOrbit1 {
    from { -moz-transform: rotate(45deg) translateX(150px) rotate(-45deg); }
    to   { -moz-transform: rotate(405deg) translateX(150px) rotate(-405deg); }
}

@-o-keyframes myOrbit1 {
    from { -o-transform: rotate(45deg) translateX(150px) rotate(-45deg); }
    to   { -o-transform: rotate(405deg) translateX(150px) rotate(-405deg); }
}

@keyframes myOrbit1 {
    from { transform: rotate(45deg) translateX(150px) rotate(-45deg); }
    to   { transform: rotate(405deg) translateX(150px) rotate(-405deg); }
}

@-webkit-keyframes myOrbit2 {
    from { -webkit-transform: rotate(90deg) translateX(150px) rotate(-90deg); }
    to   { -webkit-transform: rotate(450deg) translateX(150px) rotate(-450deg); }
}

@-moz-keyframes myOrbit2 {
    from { -moz-transform: rotate(90deg) translateX(150px) rotate(-90deg); }
    to   { -moz-transform: rotate(450deg) translateX(150px) rotate(-450deg); }
}

@-o-keyframes myOrbit2 {
    from { -o-transform: rotate(90deg) translateX(150px) rotate(-90deg); }
    to   { -o-transform: rotate(450deg) translateX(150px) rotate(-450deg); }
}

@keyframes myOrbit2 {
    from { transform: rotate(90deg) translateX(150px) rotate(-90deg); }
    to   { transform: rotate(450deg) translateX(150px) rotate(-450deg); }
}

@-webkit-keyframes myOrbit3 {
    from { -webkit-transform: rotate(135deg) translateX(150px) rotate(-135deg); }
    to   { -webkit-transform: rotate(495deg) translateX(150px) rotate(-495deg); }
}

@-moz-keyframes myOrbit3 {
    from { -moz-transform: rotate(135deg) translateX(150px) rotate(-135deg); }
    to   { -moz-transform: rotate(495deg) translateX(150px) rotate(-495deg); }
}

@-o-keyframes myOrbit3 {
    from { -o-transform: rotate(135deg) translateX(150px) rotate(-135deg); }
    to   { -o-transform: rotate(495deg) translateX(150px) rotate(-495deg); }
}

@keyframes myOrbit3 {
    from { transform: rotate(135deg) translateX(150px) rotate(-135deg); }
    to   { transform: rotate(495deg) translateX(150px) rotate(-495deg); }
}