@font-face {
    font-family: 'titillium';
    src: url('../font/Titillium-Bold.otf');
    font-weight: normal;
    /* 400 */
    font-style: normal;
}

@font-face {
    font-family: 'titillium';
    src: url('../font/Titillium-Semibold.otf');
    font-weight: 300;
    /* 400 */
    font-style: normal;
}

@font-face {
    font-family: 'fabrica';
    src: url('../font/Fabrica.otf');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 19px;
    line-height: 28px;
    font-family: 'fabrica';
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    background-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    cursor: pointer;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #fccf5c !important;
}

.menu {
    font-family: titillium;
    font-size: 17px;
}

.tahun {
    display: none;
}

section:nth-of-type(1) {
    height: 100%;
}

.tahuna {
    display: block;
}

.fo-kiri {
    width: 50%;
    float: left;
}

.fo-kanan {
    width: 50%;
    float: left;
}

body .mc-cycle {
    z-index: 0;
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: top;
}

input.in-contact {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    display: block;
    width: 100%;
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-family: fabrica;
}

.bawaha {
    height: 50vh;
    background: #0098cb;
}

textarea.in-contact {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    display: block;
    width: 100%;
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-family: fabrica;
    max-width: 100%;
    min-height: 170px;
}

.sent-contact {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    display: block;
    width: 20%;
    padding: 7px;
    border: 0;
    border: 1px solid #fff;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
    color: #fff;
    max-width: 100%;
    transition: 0.7s all 0s ease;
    margin-top: 20px;
}

::-webkit-input-placeholder {
    color: #ddd;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
}

:-ms-input-placeholder {
    color: #ddd;
}

.sent-contact:hover {
    background: #47dad4;
    transition: 0.3s all 0s ease;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

#sw-logo {
    position: fixed;
    top: 30px;
    left: 50px;
    width: 171px;
    z-index: 9999;
}

.fo-kiri-o {
    width: 50%;
    float: left;
}

.mobi {
    display: none;
}

.head-fo {
    position: absolute;
    width: 100%;
    height: 100px;
}

.teng p span {
    font-size: 18px;
    color: #fff !important;
    font-family: fabrica !important;
    line-height: 25px
}

.teng h3 {
    font-size: 18px !important;
    font-family: fabrica !important;
    color: rgb(251, 206, 91);
    margin: 0;
    padding: 0;
    letter-spacing: 3px
}

.menu-icon span.line-2 {
    top: 50%;
    margin-top: -1px;
}

.ser {
    width: 100%;
    float: left;
}

.menu-icon {
    position: relative;
    width: 28px;
    height: 25px;
}

#toggle-nav, .close-button {
    top: 35px;
    right: 30px;
    padding-top: 0;
}

#toggle-nav {
    position: fixed;
    padding-top: .15em;
    top: 35px;
    right: 50px;
    -moz-transition-property: top;
    -o-transition-property: top;
    -webkit-transition-property: top;
    transition-property: top;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0;
    z-index: 4100;
    color: #fff;
}

.navigation #main-navigation {
    position: absolute;
    top: 33px;
    right: 87px;
    width: 100%;
    padding: 0 2.5% 0 0;
    text-align: right;
}

.menu-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    transition-delay: 0;
    border-radius: 3px;
}

[data-state=active] .menu-icon .line-1 {
    margin-top: -1px;
    top: 50%;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
}

[data-state=active] .menu-icon .line-3 {
    margin-bottom: -2px;
    bottom: 50%;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}

.navigation #main-navigation li {
    float: none;
    text-align: right;
}

#main-navigation li {
    display: inline-block;
    padding: 0 18px;
    font-family: fabrica;
    font-size: 16pt;
    text-align: right;
}

#main-navigation li a {
    line-height: 37px;
    color: #fff;
    transition: 0.4s all 0s ease;
}

#main-navigation li a:hover {
    text-decoration: none;
    color: #fccf5c;
}

.margin-single {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.wrapper {
    height: 100px;
}

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

.workphoto {
    position: absolute;
    width: 100%;
    height: 100%;
}

.worklogo {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10000;
}

.contacts {
    background: #0098CB;
    display: flex;
    width: 100%;
    height: 100vh;
}

.contact {
    height: 80%;
    width: 80%;
    margin: auto;
    z-index: 100;
}

.contacts .atas {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0098cb;
}

.contact-atas {
    height: 100%;
    width: 85%;
    margin: 0 auto;
    max-width: 1130px;
}

.contact h1 {
    font-family: Titillium;
    font-weight: bold;
    color: #fff;
    font-size: 37pt;
    text-align: center;
    line-height: 45pt;
}

.contact p {
    color: #fff;
    padding: 0 0%;
    font-family: fabrica;
}

.contact span {
    position: absolute;
    margin-top: -50px;
    color: #47DAD5;
    font-family: fabrica;
    letter-spacing: 3px;
}

.contact h2 {
    color: #fff;
    font-family: Titillium;
    font-weight: bold;
    font-size: 25pt;
    line-height: 25pt;
}

.contact .s {
    background-size: cover;
    padding: 6% 0px;
    width: 475px;
    margin: auto;
}

.contact .s a {
    color: #fff
}

.contact .s a:hover {
    color: #fccf5c;
}

.vh {
    margin-bottom: 100%;
    margin-bottom: 100vh;
    width: 100%;
    height: 1px;
    display: table;
}

.hv {
    width: 100%;
    height: 1px;
    display: table;
}

.h-100 {
    height: 100%;
    z-index: -28;
    position: absolute;
}

.studio {
    width: 700px;
    margin: auto;
}

.studio h1 {
    font-family: Titillium;
    font-weight: bold;
    color: #fff;
    font-size: 37pt;
    text-align: center;
    line-height: 70px;
    font-size: 60px;
}

.studio p {
    color: #fff;
    padding: 0 22%;
    font-family: fabrica;
    font-size: 18px;
    line-height: 28px
}

.studio td:nth-child(1) {
    width: 45%
}

.studio span {
    position: absolute;
    margin-top: -50px;
    color: #FBCE5B;
    font-family: fabrica;
}

.studio h2 {
    color: #fff;
    font-family: Titillium;
    font-weight: bold;
    font-size: 25pt;
    line-height: 25pt;
}

.studio .s {
    height: 700px;
    background-size: cover;
    padding: 33% 0px;
}

.studio table {
    width: 70%;
    margin-left: 22%;
}

.studio table p {
    padding: 0;
    font-size: 15pt;
    line-height: 28px;
}

.title-home {
    position: absolute;
    width: 100%;
    height: 20%;
    top: 40%;
    margin-top: -25px;
    z-index: 999999;
    text-align: center;
    font-family: Titillium;
    font-size: 29px;
    color: #fff;
    line-height: 68px;
    padding: 0 5%;
    z-index: -999999;
}

.title-home h1 {
    padding-top: 0;
    line-height: 68px;
    color: #fff;
}

.ats {
    margin-top: 125px;
}

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

.tabl td {
    text-align: center !important;
    font-weight: 400;
    vertical-align: middle !important;
}

.tabl {
    height: 100%
}

.tabl h1 {
    margin: 0;
    position: absolute;
    margin-top: -350px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 800px;
    font-size: 60px;
    line-height: 70px;
    font-family: Titillium;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
}

.tabl .teng {
    position: absolute;
    padding-top: 590px;
    width: 475px;
    margin: 0 auto;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-family: fabrica;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    -webkit-transform: translate(-50%, -50%);
}

.tabl .de {
    position: absolute;
    padding-top: 590px;
    width: 475px;
    margin: 0 auto;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-family: fabrica;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    -webkit-transform: translate(-50%, -50%);
}

.de span {
    color: #FBCE5B !important;
    font-family: fabrica !important;
    letter-spacing: 3px;
}

.de table {
    width: 100%;
    margin-bottom: 50px
}

.de table td {
    text-align: left !important;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: fabrica;
    width: 59%;
}

.de table td h2 {
    color: #fff;
    margin-bottom: 20px;
    font-family: Titillium;
}

@media only screen and (max-width:900px) {
    section:nth-of-type(1) {
        height: auto;
    }
    h1.paral {
        font-family: Titillium;
        font-weight: bold;
        color: #ffffff;
        font-size: 30px;
        position: absolute;
        bottom: 0;
        line-height: 35px;
        z-index: 9999999999;
        float: left;
        left: 20px;
        top: 78%;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    #psec1 .wra {
        padding: 60px 0 100px;
    }
    .ats {
        margin-top: 140px !important;
    }
    .menu-icon span.line-2 {
        top: 50%;
        margin-top: -2px;
    }
    .vh {
        margin-bottom: 200%;
        margin-bottom: 100vh;
        width: 100%;
    }
    .tabl img {
        width: 500px;
    }
    .tabl h1 {
        font-size: 50px;
        line-height: 65px;
        width: 670px;
        margin-top: -330px;
    }
    .title-home {
        position: absolute;
        width: 100%;
        height: 20%;
        top: 40%;
        margin-top: -25px;
        z-index: 999999;
        text-align: center;
        font-family: Titillium;
        font-size: 29px;
        color: #fff;
        line-height: 68px;
        padding: 0 5%;
    }
    .title-home h1 {
        padding-top: 0;
        line-height: 68px;
        color: #fff;
    }
    .contacts {
        background: #0098CB;
        display: flex;
        width: 100%;
        height: 100vh;
    }
    .contact {
        height: 100%;
        width: 80%;
        margin: auto;
        padding: 20px;
    }
    .contact h1 {
        font-family: Titillium;
        font-weight: bold;
        color: #fff;
        font-size: 37pt;
        text-align: center;
        line-height: 45pt;
    }
    .contact p {
        color: #fff;
        padding: 0 0%;
        font-family: fabrica;
    }
    .contact span {
        position: absolute;
        margin-top: -50px;
        color: #47DAD5;
        font-family: fabrica;
    }
    .contact h2 {
        color: #fff;
        font-family: Titillium;
        font-weight: bold;
        font-size: 25pt;
        line-height: 25pt;
    }
    .contact .s {
        background-size: cover;
        padding: 6% 0px;
        width: 100%;
        margin: auto;
    }
    .studio {
        width: 500px;
        margin: 4% auto;
    }
    .studio h1 {
        font-family: Titillium;
        font-weight: bold;
        color: #fff;
        font-size: 37pt;
        text-align: center;
        line-height: 45pt;
        margin-top: -80%;
    }
    .studio .s {
        height: 500px;
        background-size: cover;
        padding: 33% 0px;
    }
    .studio p {
        color: #fff;
        padding: 0;
        font-family: fabrica;
        font-size: 18px;
        line-height: 28px;
    }
    .teng {
        margin-top: -80%;
    }
}

@media only screen and (max-width:769px) {
    section:nth-of-type(1) {
        height: auto;
    }
    .teng p span {
        font-size: 18px;
        color: #fff !important;
        font-family: fabrica !important;
        line-height: 25px
    }
    .teng h3 {
        font-size: 18px !important;
        font-family: fabrica !important;
        color: rgb(251, 206, 91);
        margin: 0;
        padding: 0;
        letter-spacing: 3px
    }
    caption, td, th {
        text-align: left;
        font-weight: 400;
        vertical-align: top;
        width: 1;
    }
    .tabl h1 {
        font-size: 40px;
        line-height: 45px;
        width: 500px;
        margin-top: -282px;
    }
    .bawaha {
        display: flex;
        width: 100%;
        height: 30vh;
        background: #0098cb;
    }
}

@media only screen and (max-width:500px) {
    .contact {
        height: 100%;
        width: 100%;
        margin: auto;
        padding: 20px;
    }
    .awal h1 {
        position: absolute;
        width: 100%;
        margin-top: 160px;
        text-align: center;
        font-family: Titillium;
        font-size: 25px;
        color: #fff;
        line-height: 30px;
        padding: 0 5%;
        z-index: 999;
    }
    .awal-span {
        float: left;
        position: relative;
        margin-top: -40px;
        left: 20px;
        text-align: left;
        color: #fff !important;
        font-size: 16pt;
        font-family: titillium;
    }
    .awal-span a {
        color: #fff;
    }
    .mobi {
        display: block;
    }
    .carousel {
        display: none
    }
    .bawaha {
        display: flex;
        width: 100%;
        height: 100vh;
        background: #0098cb;
    }
    .tabl .de {
        position: absolute;
        padding-top: 500px;
        width: 340px;
        margin: 0 auto;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        font-family: fabrica;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    .tabl .teng {
        padding: 0 20px;
        position: absolute;
        padding-top: 395px;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        font-family: fabrica;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    .tabl img {
        width: 100%;
        padding: 0 0px;
    }
    .tabl h1 {
        font-size: 44px;
        line-height: 50px;
        width: 100%;
        margin-top: -225px;
        padding: 0 35px;
    }
    .studio {
        width: 100%;
        margin: 4% auto;
        height: 100vh;
        padding: 0 30px;
    }
    .studio h1 {
        font-family: Titillium;
        font-weight: bold;
        color: #fff;
        font-size: 40px;
        text-align: center;
        line-height: 47px;
        margin-top: -85%;
    }
    .studio .s {
        height: 100%;
        background-size: cover;
        padding: 0;
        display: table;
    }
    .s img {
        width: 100%;
        position: initial;
        margin: auto;
        vertical-align: middle;
        display: table-row;
    }
    .teng {
        margin-top: -100%;
    }
    .de {
        margin-top: -115%;
    }
    .de span {
        margin-top: -15px;
        margin-left: 0px;
        letter-spacing: 3px;
    }
    .de table {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0px;
    }
    .studio p {
        color: #fff;
        padding: 0px 0%;
        font-family: fabrica;
        font-size: 15px;
        line-height: 25px;
    }
    .studio table {
        width: 100%;
        margin-left: 2%;
    }
    .studio table p {
        padding: 0;
        font-size: 10pt;
    }
}

@media only screen and (max-width:400px) {
    .sec4wrap {
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin-top: 20px;
        padding: 0 20px;
        height: 100vh;
        overflow-y: auto;
    }
    table.tabl.vh {
        height: 130%;
    }
    .bawaha {
        display: flex;
        width: 100%;
        height: 115vh;
        background: #0098cb;
    }
    .s.se {
        padding-top: 55% !important;
    }
    .menu-icon span.line-2 {
        top: 50%;
        margin-top: -2px;
    }
    .tabl h1 {
        font-size: 28px;
        line-height: 33px;
        width: 100%;
        margin-top: -190px;
        padding: 0 35px;
    }
    .tabl .teng {
        padding: 0 20px;
        position: absolute;
        padding-top: 375px;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        font-family: fabrica;
        color: #fff;
        font-size: 14px;
        line-height: 19px;
        text-align: left;
    }
}

@media only screen and (max-width:320px) {
    .tabl h1 {
        font-size: 28px;
        line-height: 33px;
        width: 100%;
        margin-top: -196px;
        padding: 0 35px;
    }
    .tabl .teng {
        padding: 0 16px;
        position: absolute;
        padding-top: 375px;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        font-family: fabrica;
        color: #fff;
        font-size: 14px;
        line-height: 19px;
        text-align: left;
    }
}

.projects h1 {
    font-family: Titillium;
    font-weight: bold;
    color: #fff;
    font-size: 30pt;
}

.projects div p {
    font-size: 18px;
    font-family: fabrica;
    color: #fff;
    line-height: 28px;
}

#main-wrapper, #maximage {
    height: inherit;
}

#secbg {
    position: absolute;
    top: 0;
    width: 100%;
    /*  height:450%; */
}

#secbg1 {
    position: relative;
    height: 33%;
    width: 100%;
    background-color: #48DBD6;
    /* rgb(72,219,214); */
    background-image: url(../../../skin2/img/s_sq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% auto;
}

#sec1 {
    position: relative;
    height: 100%;
    width: 100%;
    font-family: titillium;
    font-size: 60px;
    padding: 23% 0;
}

#secbg2 {
    position: relative;
    height: 33%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 219, 214, 1) 0, rgba(191, 171, 255, 1) 100%) no-repeat;
    background: -moz-linear-gradient(top, rgba(72, 219, 214, 1) 0, rgba(191, 171, 255, 1) 100%) no-repeat;
    background: -o-linear-gradient(top, rgba(72, 219, 214, 1) 0, rgba(191, 171, 255, 1) 100%) no-repeat;
    background: -ms-linear-gradient(top, rgba(72, 219, 214, 1) 0, rgba(191, 171, 255, 1) 100%) no-repeat;
    -svg-background: linear-gradient(top, rgba(72, 219, 214, 1) 0, rgba(191, 171, 255, 1) 100%) no-repeat;
    background: linear-gradient(top, rgba(72, 219, 214, 1) 0, rgba(191, 171, 255, 1) 100%) no-repeat;
}

#secbg2w {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(../../../skin2/img/m_sq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% auto;
}

#secbg3 {
    position: relative;
    height: 34%;
    width: 100%;
    background-color: #BFABFF;
    /* rgb(191,171,255); */
    background-image: url(../../../skin2/img/ar_sq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% auto;
}

#seccont {
    position: absolute;
    top: 0;
    width: 100%;
}

.slogan {
    position: relative;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 64px;
}

#sec2 {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 20% 0;
}

#sec2 .title, #sec3 .title {
    position: relative;
    font-family: titillium;
    font-size: 25px;
    width: 300px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}

#sec2 .cont {
    position: relative;
    text-align: center;
    margin: 100px auto;
    width: 380px;
}

#sec3 {
    position: relative;
    width: 100%;
    padding: 100px;
}

.sec3wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.sec4wrap {
    position: relative;
    width: 450px;
    margin: 0 auto;
}

#sec4 {
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 12% 0;
    top: 0;
    z-index: -1;
    height: 100%
}

.img-fo img {
    /*width: 445px;*/
}

#sec41 {
    position: relative;
    width: 450px;
    float: left;
    background-repeat: no-repeat;
    background-size: 445px auto;
    background-position: top right;
}

#sec42 {
    position: relative;
    width: 100%;
    float: right;
}

#sec421 {
    text-align: left;
    white-space: nowrap;
    letter-spacing: 3px;
    color: #48dbd6;
    margin-left: 0%;
    font-family: Fabrica;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sec422 {
    position: relative;
    left: 0px;
    font-family: fabrica;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

#contact {
    position: relative;
    width: 400px;
    height: 100%;
    top: 0;
    margin: 0 auto;
    padding: 15% 0;
}

#getdirec {
    display: block;
    border: 1px solid #ffffff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 50px auto;
    position: relative;
    font-size: 19px;
    font-family: 'fabrica';
}

#getdirec:hover {
    border: 1px solid #fff;
    color: #fff;
}

.topicl, .topicr {
    float: left;
    max-width: 500px;
    width: 38%;
    padding: 0;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-family: titillium;
}

.topicr {
    float: right;
}

.iconl {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    position: relative;
    margin: 70px auto;
}

#sec3 headding {
    font-family: titillium;
    font-size: 40px;
}

#menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    z-index: 100;
    font-family: titillium;
    font-weight: 300;
    font-size: 24px;
    display: block;
}

.shadow {
    background-color: rgba(0, 0, 0, 0.1);
}

.menuitem {
    display: block;
    cursor: pointer;
    margin: 0 25px;
    float: left;
    height: 100px;
}

.menuitems {
    margin: 0 100px;
    float: right;
    height: 100px;
}

.logo {
    background: url(../img/logo.png) center no-repeat;
    background-size: auto 50px;
    width: 400px;
    margin: 5px;
    height: 90px;
    float: left;
}

#psec1 {
    background: transparent;
    position: initial;
}

#psec1 .wra {
    width: 100%;
    padding: 150px 0 100px;
    background: rgba(227, 227, 227, 1);
    background: -moz-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 39%, rgba(227, 227, 227, 1) 68%, rgba(72, 219, 214, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227, 227, 227, 1)), color-stop(39%, rgba(227, 227, 227, 1)), color-stop(68%, rgba(227, 227, 227, 1)), color-stop(100%, rgba(72, 219, 214, 1)));
    background: -webkit-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 39%, rgba(227, 227, 227, 1) 68%, rgba(72, 219, 214, 1) 100%);
    background: -o-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 39%, rgba(227, 227, 227, 1) 68%, rgba(72, 219, 214, 1) 100%);
    background: -ms-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 39%, rgba(227, 227, 227, 1) 68%, rgba(72, 219, 214, 1) 100%);
    background: linear-gradient(to bottom, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 39%, rgba(227, 227, 227, 1) 68%, rgba(72, 219, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#48dbd6', GradientType=0);
    z-index: 99999999;
}

#psec1cov {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    padding: 150px 0 100px;
    background: -webkit-linear-gradient(top, rgba(161, 240, 192, 0.8) 10%, rgba(73, 219, 216, 0.8) 90%) no-repeat;
    background: -moz-linear-gradient(top, rgba(161, 240, 192, 0.8) 10%, rgba(73, 219, 216, 0.8) 90%) no-repeat;
    background: -o-linear-gradient(top, rgba(161, 240, 192, 0.8) 10%, rgba(73, 219, 216, 0.8) 90%) no-repeat;
    background: -ms-linear-gradient(top, rgba(161, 240, 192, 0.8) 10%, rgba(73, 219, 216, 0.8) 90%) no-repeat;
    -svg-background: linear-gradient(top, rgba(161, 240, 192, 0.8) 10%, rgba(73, 219, 216, 0.8) 90%) no-repeat;
    background: linear-gradient(top, rgba(161, 240, 192, 0.8) 10%, rgba(73, 219, 216, 0.8) 90%) no-repeat;
}

.icon {
    width: 52px;
    height: 52px;
    display: inline-block;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 100px 20px 0px 0px;
}

.icon:hover {
    background-position: center top;
}

#ic_fb {
    background-image: url(../../../skin2/img/ic_fb.png);
}

#ic_in {
    background-image: url(../../../skin2/img/ic_in.png);
}

#ic_pn {
    background-image: url(../../../skin2/img/ic_pn.png);
}

#pager {
    bottom: 30px;
    height: auto;
    position: absolute;
    z-index: 1000;
    /*  width:100%;
  text-align:center; */
    right: 125px;
}

#pager a {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background-color: transparent;
    border: solid 1px #ffffff;
    font-size: 0;
    margin: 14px;
}

#pager a.activeSlide {
    background-color: #ffffff;
}

.projects {
    width: 1265px;
    margin: 0 auto;
}

.proj {
    position: relative;
    display: block;
    float: left;
    width: 612px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 801px) and (max-width:2099px) {
    .proj:nth-child(1) {
        margin-right: 10px;
    }
    .proj:nth-child(2) {
        margin-left: 10px;
    }
    .proj:nth-child(3) {
        margin-right: 10px;
    }
    .proj:nth-child(4) {
        margin-left: 10px;
    }
    .proj:nth-child(5) {
        margin-right: 10px;
    }
    .proj:nth-child(6) {
        margin-left: 10px;
    }
    .proj:nth-child(7) {
        margin-right: 10px;
    }
    .proj:nth-child(8) {
        margin-left: 10px;
    }
    .proj:nth-child(9) {
        margin-right: 10px;
    }
    .proj:nth-child(10) {
        margin-left: 10px;
    }
    .proj:nth-child(11) {
        margin-right: 10px;
    }
    .proj:nth-child(12) {
        margin-left: 10px;
    }
    .proj:nth-child(13) {
        margin-right: 10px;
    }
    .proj:nth-child(14) {
        margin-left: 10px;
    }
    .proj:nth-child(15) {
        margin-right: 10px;
    }
    .proj:nth-child(16) {
        margin-left: 10px;
    }
    .proj:nth-child(17) {
        margin-right: 10px;
    }
    .proj:nth-child(18) {
        margin-left: 10px;
    }
    .proj:nth-child(19) {
        margin-right: 10px;
    }
    .proj:nth-child(20) {
        margin-left: 10px;
    }
    .proj:nth-child(21) {
        margin-right: 10px;
    }
    .proj:nth-child(22) {
        margin-left: 10px;
    }
    .proj:nth-child(23) {
        margin-right: 10px;
    }
    .proj:nth-child(24) {
        margin-left: 10px;
    }
    .proj:nth-child(25) {
        margin-right: 10px;
    }
    .proj:nth-child(26) {
        margin-left: 10px;
    }
    .proj:nth-child(27) {
        margin-right: 10px;
    }
    .proj:nth-child(28) {
        margin-left: 10px;
    }
    .proj:nth-child(29) {
        margin-right: 10px;
    }
    .proj:nth-child(30) {
        margin-left: 10px;
    }
    .proj:nth-child(31) {
        margin-right: 10px;
    }
    .proj:nth-child(32) {
        margin-left: 10px;
    }
    .proj:nth-child(33) {
        margin-right: 10px;
    }
    .proj:nth-child(34) {
        margin-left: 10px;
    }
    .proj:nth-child(35) {
        margin-right: 10px;
    }
    .proj:nth-child(36) {
        margin-left: 10px;
    }
    .proj:nth-child(37) {
        margin-right: 10px;
    }
    .proj:nth-child(38) {
        margin-left: 10px;
    }
    .proj:nth-child(39) {
        margin-right: 10px;
    }
    .proj:nth-child(40) {
        margin-left: 10px;
    }
    .proj:nth-child(41) {
        margin-right: 10px;
    }
    .proj:nth-child(42) {
        margin-left: 10px;
    }
    .proj:nth-child(43) {
        margin-right: 10px;
    }
    .proj:nth-child(44) {
        margin-left: 10px;
    }
    .proj:nth-child(45) {
        margin-right: 10px;
    }
    .proj:nth-child(46) {
        margin-left: 10px;
    }
    .proj:nth-child(47) {
        margin-right: 10px;
    }
    .proj:nth-child(48) {
        margin-left: 10px;
    }
    .proj:nth-child(49) {
        margin-right: 10px;
    }
    .proj:nth-child(50) {
        margin-left: 10px;
    }
}

.proj .se {
    transition: 0.3s all 0s ease;
    opacity: 0;
    position: absolute;
    padding-top: 48%;
    padding-left: 5px;
    font-size: 18px;
    font-family: fabrica;
    width: 100%;
    height: 100%;
    top: 0
}

.proj:hover {}

.proj:hover .se {
    transition: 0.5s all 0s ease;
    opacity: 1;
    position: absolute;
    padding-top: 48%;
    padding-left: 30px;
    font-size: 18px;
    font-family: fabrica;
    width: 100%;
    height: 100%;
    color: #000;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
}

.projup {
    z-index: 10000;
}

.thumbwrap {
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #ffffff;
    font-size: 26px;
}

.prjhead {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parrow {
    position: absolute;
    min-width: 40px;
    width: 10%;
    left: 45%;
    bottom: 20px;
    height: 50px;
    background-image: url(../../../skin2/img/parrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#parrow:hover {
    background-position: center top;
    color: #fff;
}

.prjcont {
    position: relative;
    width: 100%;
}

#prjdesc {
    position: absolute;
    width: 20%;
    top: 0;
    right: 0;
    margin-right: 10%;
    line-height: 30px;
}

.desctitle {
    font-family: titillium;
    font-size: 30px;
    position: absolute;
    top: 100px;
}

.desccont {
    position: absolute;
    top: 200px;
}

.descnavs {
    position: absolute;
    bottom: 50px;
}

.prjimgs {
    position: relative;
    width: 60%;
    margin-left: 10%;
    padding: 100px 0 200px;
}

.prjimg {
    position: relative;
    width: 100%;
    height: auto;
}

.prjimg img {
    position: relative;
    width: 90%;
    height: auto;
    margin: 10px auto;
}

.nav {
    background-position: left top;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    margin: 15px 0;
    display: block;
    padding-left: 40px;
}

.nav:hover {
    background-position: left bottom;
}

#navnew {
    background-image: url(../../../skin2/img/navnew.png);
    margin: 0;
}

#navr {
    background-image: url(../../../skin2/img/navr.png);
}

#navl {
    background-image: url(../../../skin2/img/navl.png);
}

#navx {
    background-image: url(../../../skin2/img/navx.png);
}

#navs_m {
    display: none;
}

@media only screen and (min-width:2100px) {
    .projects {
        width: 1920px;
        margin: 0 auto;
    }
    .proj:nth-child(1) {
        margin-right: 20px;
    }
    .proj:nth-child(2) {
        margin-right: 20px;
    }
    .proj:nth-child(3) {
        margin-left: 0px;
    }
    .proj:nth-child(4) {
        margin-right: 20px;
    }
    .proj:nth-child(5) {
        margin-right: 20px;
    }
    .proj:nth-child(6) {
        margin-left: 0px;
    }
    .proj:nth-child(7) {
        margin-right: 20px;
    }
    .proj:nth-child(8) {
        margin-right: 20px;
    }
    .proj:nth-child(9) {
        margin-left: 0px;
    }
    .proj:nth-child(10) {
        margin-right: 20px;
    }
    .proj:nth-child(11) {
        margin-right: 20px;
    }
    .proj:nth-child(12) {
        margin-left: 0px;
    }
    .proj:nth-child(13) {
        margin-right: 20px;
    }
    .proj:nth-child(14) {
        margin-right: 20px;
    }
    .proj:nth-child(15) {
        margin-left: 0px;
    }
    .proj:nth-child(16) {
        margin-right: 20px;
    }
    .proj:nth-child(17) {
        margin-right: 20px;
    }
    .proj:nth-child(18) {
        margin-left: 0px;
    }
    .proj:nth-child(19) {
        margin-right: 20px;
    }
    .proj:nth-child(20) {
        margin-right: 20px;
    }
    .proj:nth-child(21) {
        margin-left: 0px;
    }
    .proj:nth-child(22) {
        margin-right: 20px;
    }
    .proj:nth-child(23) {
        margin-right: 20px;
    }
    .proj:nth-child(24) {
        margin-left: 0px;
    }
    .proj:nth-child(25) {
        margin-right: 20px;
    }
    .proj:nth-child(26) {
        margin-right: 20px;
    }
    .proj:nth-child(27) {
        margin-left: 0px;
    }
    .proj:nth-child(28) {
        margin-right: 20px;
    }
    .proj:nth-child(29) {
        margin-right: 20px;
    }
    .proj:nth-child(30) {
        margin-left: 0px;
    }
    .proj:nth-child(31) {
        margin-right: 20px;
    }
    .proj:nth-child(32) {
        margin-right: 20px;
    }
    .proj:nth-child(33) {
        margin-left: 0px;
    }
    .proj:nth-child(34) {
        margin-right: 20px;
    }
    .proj:nth-child(35) {
        margin-right: 20px;
    }
    .proj:nth-child(36) {
        margin-left: 0px;
    }
    .proj:nth-child(37) {
        margin-right: 20px;
    }
    .proj:nth-child(38) {
        margin-right: 20px;
    }
    .proj:nth-child(39) {
        margin-left: 0px;
    }
    .proj:nth-child(40) {
        margin-right: 20px;
    }
    .proj:nth-child(41) {
        margin-right: 20px;
    }
    .proj:nth-child(42) {
        margin-left: 0px;
    }
    .proj:nth-child(43) {
        margin-right: 20px;
    }
    .proj:nth-child(44) {
        margin-right: 20px;
    }
    .proj:nth-child(45) {
        margin-left: 0px;
    }
    .proj:nth-child(46) {
        margin-right: 20px;
    }
    .proj:nth-child(47) {
        margin-right: 20px;
    }
    .proj:nth-child(48) {
        margin-left: 0px;
    }
    .proj:nth-child(49) {
        margin-right: 20px;
    }
    .proj:nth-child(50) {
        margin-right: 20px;
    }
    .proj {
        position: relative;
        display: block;
        float: left;
        width: 612px;
        margin-bottom: 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width:1600px) {
    #sec4 {
        padding: 160px 0px;
    }
}

@media only screen and (max-width:1300px) {
    html, body {
        font-size: 17px;
        line-height: 24px;
    }
    #menu {
        height: 50px;
        line-height: 50px;
    }
    .worklogo {
        background-size: 50% auto;
    }
    .topicl, .topicr {
        width: 100%;
        max-width: none;
        font-size: 30px;
    }
    .topicr {}
    .iconl {
        width: 100%;
        height: 200px;
        margin: 20px auto;
    }
    .icon {
        margin: 0px 20px 0px 0px;
    }
    .projects {
        width: 1000px;
        margin: 0 auto;
        padding: 50px;
    }
    .proj {
        width: 430px;
    }
    #prjdesc {
        position: relative;
        width: 80%;
        line-height: 30px;
        margin: 0 auto;
        top: 30px;
    }
    #psec1 {
        /*padding:100px 0;*/
    }
    #sec1 {
        font-size: 30px;
        background-size: 70% auto;
        width: 100%;
        padding: 50% 0;
    }
    #sec2 .title, #sec3 .title {
        font-size: 20px;
        width: 100%;
    }
    #sec2 .cont {
        margin: 50px auto 150px;
        width: 100%;
        line-height: 25px;
    }
    #sec2wrap {
        width: 80%;
        background-size: 70% auto;
        margin: -1px auto;
        padding: 10px 0;
    }
    #sec3 {
        padding: 20px 0;
        background-size: 70% auto;
    }
    .sec3wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .sec4wrap {
        max-width: 450px;
        width: 100%;
        height: inherit;
        margin-top: 10%;
    }
    #sec4 {
        padding: 0px 0px 220px;
    }
    #sec41 {
        position: relative;
        width: 100%;
        float: none;
        background-size: contain;
        background-position: top center;
        height: 60%;
    }
    #sec42 {
        position: relative;
        width: 100%;
        float: none;
    }
    #sec421 {}
    #sec422 {
        position: relative;
        height: 100%;
        left: 00%;
        width: 100%
    }
    .desctitle {
        position: relative;
        top: 0;
        margin: 0 auto;
    }
    .desccont {
        position: relative;
        top: 0;
        margin: 20px auto;
    }
    .descnavs {
        position: relative;
        bottom: 0;
    }
    #navs {
        display: none;
    }
    #navs_m {
        display: block;
        padding: 15px 0;
        width: 90%;
        margin: 0 5%;
    }
    .prjimgs {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 100px 0 0;
    }
    .prjimg img {
        width: 100%;
    }
    .showbg {
        display: block;
        height: 0;
        padding: 0;
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sec4wrap {
        max-width: 450px;
        width: 100%;
        height: inherit;
        margin-top: 10%;
    }
    #sec421 {
        text-align: left;
        white-space: nowrap;
        letter-spacing: 3px;
        color: #48dbd6;
        margin-left: 0%;
        font-family: Fabrica;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .sec4wrap {
        max-width: 45%;
        width: 100%;
        height: inherit;
        margin-top: 125px;
        padding: 0 20px;
    }
}

@media only screen and (max-width:1000px) {
    .projects {
        width: 800px;
        margin: 0 auto;
    }
    .proj {
        width: 330px;
    }
}

@media only screen and (max-width:800px) {
    #psec1 .wra {
        padding: 100px 0 100px;
    }
    .carousel-caption {
        float: left;
        width: 100%;
        position: absolute;
        bottom: 18px;
        left: -150px !important;
        text-align: left;
        color: #fff;
        font-size: 18pt;
        font-family: 'fabrica';
        z-index: 99999999999;
    }
    .carousel-indicators {
        bottom: 70px;
        left: 20px !important;
    }
    [data-state=active] .menu-icon .line-3 {
        margin-bottom: -0px;
        bottom: 50%;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000;
    }
    #toggle-nav, .close-button {
        top: 35px;
        right: 30px;
        padding-top: 0;
    }
    html, body {
        font-size: 17px;
        line-height: 24px;
    }
    #menu {
        height: 50px;
        line-height: 50px;
    }
    #sw-logo {
        position: fixed;
        top: 20px;
        left: 20px;
        height: 45px;
        z-index: 9999;
        width: 171px;
    }
    .menu-icon {
        position: relative;
        width: 28px;
        height: 25px;
    }
    .menu-icon span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
    }
    [data-state=active] .menu-icon .line-1 {
        margin-top: -2.5px;
        top: 50%;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000;
    }
    .navigation #main-navigation li {
        float: right;
        text-align: right;
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px;
    }
    #main-navigation li {
        display: inline-block;
        padding: 0 18px;
        font-family: fabrica;
        font-size: 16pt;
        text-align: right;
    }
    #main-navigation li a {
        line-height: 37px;
    }
    #main-navigation li a:hover {
        color: #fff
    }
    .img-fo img {
        width: 100%;
    }
    .worklogo {
        background-size: 50% auto;
    }
    .topicl, .topicr {
        width: 100%;
        max-width: none;
        font-size: 30px;
    }
    .navigation #main-navigation {
        position: absolute;
        top: 100px;
        right: 30px;
        width: 100%;
        padding: 0 2.5% 0 0;
        text-align: right;
    }
    .wrapper {
        width: 100%;
        height: 290px;
    }
    .topicr {}
    .iconl {
        width: 100%;
        height: 200px;
        margin: 20px auto;
    }
    .icon {
        margin: 0px 20px 0px 0px;
    }
    .projects {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    #toggle-nav, .close-button {
        top: 30px;
        right: 20px;
        padding-top: 0;
    }
    .proj {
        width: 100%;
        margin-bottom: 15px;
    }
    #prjdesc {
        position: relative;
        width: 80%;
        line-height: 30px;
        margin: 0 auto;
        top: 30px;
    }
    #psec1 {
        padding: 0px 0;
    }
    #sec1 {
        font-size: 30px;
        background-size: 70% auto;
        width: 100%;
        padding: 50% 0;
    }
    #sec2 .title, #sec3 .title {
        font-size: 20px;
        width: 100%;
    }
    #sec2 .cont {
        margin: 50px auto 150px;
        width: 100%;
        line-height: 25px;
    }
    #sec2wrap {
        width: 80%;
        background-size: 70% auto;
        margin: -1px auto;
        padding: 10px 0;
    }
    #sec3 {
        padding: 20px 0;
        background-size: 70% auto;
    }
    .sec3wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    /*.sec4wrap {
  max-width: 100%;
  width: 100%;
  height: inherit;
  margin-top: 20px;
  padding: 0 20px;
}*/
    #sec4 {
        padding: 100px 0px 220px;
    }
    #sec41 {
        position: relative;
        width: 100%;
        float: none;
        background-size: contain;
        background-position: top center;
        height: 60%;
    }
    #sec42 {
        position: relative;
        width: 100%;
        float: none;
    }
    #sec421 {}
    #sec422 {
        position: relative;
        height: 100%;
        left: 0;
        width: 100%
    }
    .desctitle {
        position: relative;
        top: 0;
        margin: 0 auto;
    }
    .desccont {
        position: relative;
        top: 0;
        margin: 20px auto;
    }
    .descnavs {
        position: relative;
        bottom: 0;
    }
    #navs {
        display: none;
    }
    #navs_m {
        display: block;
        padding: 15px 0;
        width: 90%;
        margin: 0 5%;
    }
    .prjimgs {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 100px 0 0;
    }
    .prjimg img {
        width: 100%;
    }
    .showbg {
        display: block;
        height: 0;
        padding: 0;
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (max-width: 400px) {
    #sw-logo {
        position: fixed;
        top: 30px;
        left: 35px;
        height: 45px;
        z-index: 9999;
        width: 171px;
    }
}

@media only screen and (max-width:600px) {
    .sec4wrap {
        max-width: 100%;
        width: 100%;
        height: inherit;
        margin-top: 80px;
        padding: 0 20px;
    }
    .tahun {
        display: block;
    }
    .tahuna {
        display: none;
    }
    #psec1 .wra {
        padding: 60px 0 100px;
    }
    #sec421 {
        width: 100%;
        float: left;
    }
    .margin-single {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }
    .head-fo {
        position: absolute;
        width: 100%;
        height: 80px;
    }
    .img-fo {
        text-align: center;
        width: 75%;
        margin: 0 auto;
    }
    .img-fo img {
        width: 100%
    }
    #sec422 {
        position: relative;
        height: 100%;
        width: 100%;
    }
    #sec421 {
        margin-left: 0%
    }
    .isi {
        width: 100% !important;
    }
    .asa {
        margin-top: 20px;
    }
    .menuitems {
        margin: 0 5px;
        float: right;
        height: 50px;
        line-height: 50px;
    }
    .logo {
        background-size: contain;
        background-position: left;
        width: 28%;
        height: 50px;
        margin-left: 20px;
    }
    .menuitem {
        margin: 0 5px;
        float: left;
        height: 50px;
        line-height: 50px
    }
    #menu {
        font-size: 20px;
    }
    .projects {}
    .proj {
        width: 100%;
        margin: 20px auto;
        float: none;
    }
    #secbg1 {
        background-size: 90% auto;
    }
    #secbg2w {
        background-size: 90% auto;
    }
    #secbg3 {
        background-size: 90% auto;
    }
    #parrow {
        display: none;
    }
    #contact {
        width: 90%;
    }
    #sec4 {
        padding: 80px 0px;
    }
    #sec41 {
        width: 250px;
        height: 100px;
        margin: 0 auto;
    }
}

.liwat {
    height: 100%;
    position: fixed !important;
    width: 100%;
    top: 0;
    padding-top: 100px;
}

header {
    height: 100px;
}

header img {
    float: left;
    margin: 14px 0 0 14px
}

header h1 {
    margin-left: 14px;
    float: left;
    font-size: 20px;
    line-height: 100px;
}

section {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#story-freext>div:nth-of-type(1) {
    background: url(../img/nike-bg.jpeg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#story-freext>div:nth-of-type(2) {
    background: url(../img/nike.png) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px;
    position: absolute;
    top: 0px;
    left: 100px;
    width: 100%;
}

#bottle>.parallax {
    background: url(../img/bottle.jpeg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

h1.paral {
    font-family: Titillium;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 140px;
}

section article {
    position: absolute;
    bottom: 60px;
    left: 40px;
    width: 100%;
    z-index: 4;
}

.parallax-item {
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 400px;
}

@media only screen and (max-width:500px) {
    .sec4wrap {
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin-top: 20px;
        padding: 0 20px;
        height: 100vh;
    }
    .fo-kiri {
        width: 50%;
        float: left;
        margin-top: 10px
    }
    .fo-kiri-o {
        width: 0%;
        float: left;
        margin-top: 10px
    }
    .fo-kanan {
        width: 60%;
        float: left;
        margin-top: 10px;
    }
    .fo-kanan a {
        font-size: 18px;
    }
    [data-state=active] .menu-icon .line-3 {
        margin-bottom: 0px;
        bottom: 50%;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000;
    }
    #sec421 {
        text-align: left;
        white-space: nowrap;
        letter-spacing: 3px;
        color: #48dbd6;
        margin-left: 0%;
        font-family: Fabrica;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #sw-logo {
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 9999;
        width: 40%;
    }
    .menu-icon {
        position: relative;
        width: 28px;
        height: 25px;
    }
    .de table td h2 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 35px;
    }
    .tabl .de {
        position: absolute;
        padding-top: 430px;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        font-family: fabrica;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
        padding: 20px;
        margin-top: 215px;
    }
    h1.paral {
        font-family: Titillium;
        font-weight: bold;
        color: #ffffff;
        font-size: 26px;
        position: relative;
        bottom: 0;
        /* line-height: 35px; */
        z-index: 9999999999;
        float: left;
        left: 0px;
        top: -45px;
        margin-bottom: -15px;
    }
}

@media only screen and (max-width:300px) {
    #sec421 {
        text-align: left;
        white-space: nowrap;
        letter-spacing: 3px;
        color: #48dbd6;
        margin-left: 0%;
        font-family: Fabrica;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #sw-logo {
        position: fixed;
        top: 25px;
        left: 20px;
        z-index: 9999;
        width: 40%;
    }
    .menu-icon {
        position: relative;
        width: 28px;
        height: 25px;
    }
    h1.paral {
        font-family: Titillium;
        font-weight: bold;
        color: #fff;
        font-size: 30px;
        position: absolute;
        bottom: 140px;
        line-height: 35px;
    }
}

@media only screen and (max-height:500px) {
    h1.paral.mobile {
        margin-top: -20px;
    }
    .img-fo img {
        width: 75%;
    }
    .wrapper {
        width: 100%;
        height: 500px;
    }
    .carousel-indicators {
        bottom: 20px;
        left: 20px !important;
    }
    .carousel-caption {
        float: left;
        width: 100%;
        position: absolute;
        bottom: -60px;
        left: -150px !important;
        text-align: left;
        color: #fff;
        font-size: 18pt;
        font-family: 'fabrica';
        z-index: 99999999999;
    }
    .title-home {
        position: absolute;
        width: 100%;
        height: 20%;
        top: 40%;
        margin-top: -25px;
        z-index: 999999;
        text-align: center;
        font-family: Titillium;
        font-size: 25px;
        color: #fff;
        line-height: 68px;
        padding: 0 5%;
    }
    .title-home h1 {
        padding-top: 0;
        line-height: 43px;
        color: #fff;
        font-size: 25px;
    }
    .ser {
        width: 100%;
        float: left;
        margin: 0 0%;
    }
    .se img {
        width: 70%;
        margin: 0 15%;
    }
    .bawaha {
        display: flex;
        width: 100%;
        height: 0vh;
        background: #0098cb;
    }
    #sec4 {
        padding: 100px 0px 220px;
    }
    .contact .s {
        background-size: cover;
        padding: 10% 0px;
        width: 98%;
        margin: auto;
    }
    .tabl {
        height: 100%;
    }
    .tablu {
        height: 100%;
    }
    .tabla {
        height: 195%;
    }
    .sec4wrap {
        max-width: 100%;
        width: 100%;
        margin-top: 2%;
        padding: 20px;
        overflow-x: hidden;
        height: 100vh;
        overflow-y: auto;
    }
    .sec4wrap {
        max-width: 100%;
        width: 100%;
        margin-top: 0%;
    }
    .contacts {
        background: #0098CB;
        display: flex;
        width: 100%;
        height: 100%;
    }
    .navigation #main-navigation {
        position: absolute;
        top: 100px;
        right: 30px;
        width: 100%;
        padding: 0 2.5% 0 0;
        text-align: right;
    }
    .navigation #main-navigation li {
        float: right;
        text-align: right;
        width: 100%;
        font-size: 34px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 769px){
  h1.paral {
      font-family: Titillium;
      font-weight: bold;
      color: #ffffff;
      font-size: 30px;
      position: absolute;
      bottom: 0;
      line-height: 35px;
      z-index: 9999999999;
      float: left;
      left: 20px;
      top: 65%;
  }
}
