.gradient-color,#main-nav {
    background: #000428;
    background: -moz-linear-gradient(-45deg, #000428, #0074da);
    background: -webkit-linear-gradient(-45deg, #000428, #0074da);
    background: linear-gradient(135deg, #000428, #0074da);
}

.reflection-text:not(.reflection-text-white)::after {
    background: url(../../images/line-break/line-break-10.svg) no-repeat;
}

.gradient1-color1 {
    background: #0074da;
    background: -moz-linear-gradient(30deg, #0074da 20%, #000428 80%);
    background: -webkit-linear-gradient(30deg, #0074da 20%, #000428 80%);
    background: linear-gradient(30deg, #0074da 20%, #000428 80%);
}

.btn-primary {
    background-color: #0074da !important;
    border-color: #007fe8 !important;
}
.btn-primary:hover,.worksItem:hover  {
    background-color: #007fe8 !important;
    border-color: #0089f5 !important;
    color: #fff !important;
}

.launch-button {
    background-color: #0074da;
}
.launch-button:focus {
    background-color: #0074da;
}
.video-cta {
    background-color: #000428;
}
.worksItem{
    color: #0074da !important;
}

.worksItemActive {
    color: #fff !important;
    background: #0074da !important;
    border: 1px solid #0074da !important;
}
.worksItemActive::after{
    border-top: 20px solid #0074da !important;
}

.worksItem:hover {
    background: #007fe8 !important;
    border: 1px solid #0089f5 !important;
}


.featured-package .bar{
    background: #007fe8 !important;
}
.featured-package .package-header {
    background: #007fe8 !important;
    color: #fff !important;
}
.package .primary {
    border: 1px solid #007fe8 !important;
    background: #007fe8 !important;
    color: #fff !important;
}
.package .primary:hover {
    border: 1px solid #007fe8 !important;
    background: #fff !important;
    color: #444 !important;
}
.package .white:hover {
    border: 1px solid #007fe8 !important;
    background: #007fe8 !important;
    color: #fff !important;
}
.featured-package .package-header p {
    color: #fff !important;
    text-align: center !important;
}
.package p {
    text-align: center !important;
}

.page-nav {
    background: #007fe8 !important;
}

.navbar-nav > li > a {
    padding: 15px;
    display: block;
}

#content .contacts address .fa, #content .contacts p .fa {
    background: #0074da !important;
}

.head_btn{
    background-color: #0074da !important;
    color: #fff !important;
}

#copy-rights a{
    color: #008aff !important;
}

#copy-rights a:hover{
    color: #fff !important;
}


#news a{
    color: #0074da !important;
}
#news a:hover{
    color: #007fe8 !important;
}

#main-header .overlay {
    opacity: 0.9;
}

#main-nav .title {
    width: 146px;
}

/*#main-nav a {*/
    /*color: #000;*/
/*}*/



.mobbot a {
    color: #fff;
}


#main-header .slogan {
    background-color: #005c85;
}

#main-nav .side-nav {
    background: #0074da;
    background: -moz-linear-gradient(-45deg, #000428, #0074da);
    background: -webkit-linear-gradient(-45deg, #000428, #0074da);
    background: linear-gradient(135deg, #000428, #0074da);
}


/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: 220px;

}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

#featurenew {
    position: relative;
    color: #ffffff;
    overflow: hidden
}

#featurenew .reflection-text {
    color: inherit
}

#featurenew p {
    color: inherit;
    text-align: right;
    margin-left: 0;
    font-size: 16px;
}

#featurenew p {
    max-width: 612px
}

#featurenew .overlay {
    opacity: 0.9
}

#featurenew .container {
    position: relative;
    z-index: 10
}

#featurenew a {
    padding: 0.6rem 2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 1rem 0.5rem;
    border-radius: 30px;
    border: 1px solid #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08)
}

#featurenew a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

#featurenew a .big-icon {
    font-size: 1.8rem;
    padding-right: 1rem;
    padding-left: 0.5rem
}

#featurenew a .text {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5rem
}

#featurenew a .text small {
    font-weight: 400
}

#featurenew img {
}


.headMid {
    background: #242833;
    min-height: 73px;
}

.header-left {
    text-align: center !important;
    margin-right: -15px;
}

.header-right {
    margin-left: -15px;
}

#header .logo {
    float: right;
    min-width: 110px;

    padding: 6px;
    margin: 0px;
}

.posisi {
    position: absolute;
    left: 15px;
    top: 2px;
}

.welcome-msg {
    margin-top: 0px;
    float: right;
}

.welcome-msg li {
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #87898f;
    padding-right: 15px;
    padding-left: 15px;
    height: 59px;
}

.welcome-msg li i {
    font-size: 16px;
    padding-left: 5px;
}

.btnTicket {
    background: #f04e4d;
    width: 110px;
    height: 41px;
    border-radius: 3px;
    float: right;
    margin-top: 16px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
}

.btnTicket a {
    display: block;
    color: #fff;
}

.btnTicket:hover {
    background: #4b5262;
}

.btnTicket:hover a {
    color: #fff;
}

.btnTicketCCC {
    background: #fcb435;
}

.btnTicketCCC:hover {
    background: #4b5262;
}


.btnTicketbbb {
    background: #690;
}

.btnTicketbbb:hover {
    background: #4b5262;
}

.share-links {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 5px 0;
}

#header.header-corporate .share-links a {
    width: 35px;
    height: 35px;
    border-radius: 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
    color: #fff !important;
    background-color: #242833;

}


#main-header .header-textdoc {
    text-align: center;
    position: relative;
    padding-right: 0rem;
    width: 50%;
    margin-right: 0%;
    margin-top: -6rem;
    z-index: 101
}

#main-nav.nav-up {
    height: 63px;
    overflow: hidden;
}

#main-header .header-textdoc-style11 {
    margin-top: 0rem;
}


.very_small_hamburger {
    padding-top: 0rem;
}


@media only screen and (min-width: 0px) and (max-width: 1024px) {
    #header .logo {
        float: right;
        min-width: 110px;

        padding: 6px;
        margin: 0px;
    }

    .welcome-msg li {
        font-size: 12px;
    }

}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .container {
        max-width: 1190px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 300px) {
    .sliderhed {
        width: auto;
    }

    .logo-transition {
        margin-right: 42px;
    }

    #main-nav .side-nav {
        background: #232934;
        background: -moz-linear-gradient(-45deg, #232934, #000000);
        background: -webkit-linear-gradient(-45deg, #232934, #000000);
        background: linear-gradient(135deg, #232934, #000000);
    }

    #main-nav .social {
        float: right;
        margin-top: 20px;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .sliderhed {
        width: auto;
    }

    .logo-transition {
        margin-right: 42px;
        margin-top: 10px;
    }

    #main-nav .side-nav {
        background: #232934;
        background: -moz-linear-gradient(-45deg, #232934, #000000);
        background: -webkit-linear-gradient(-45deg, #232934, #000000);
        background: linear-gradient(135deg, #232934, #000000);
    }

    #main-nav .social {
        float: right;
        margin-top: 20px;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .sliderhed {
        width: auto;
    }

    .logo-transition {
        margin-right: 42px;
        margin-top: 10px;
    }

    #main-nav .side-nav {
        background: #232934;
        background: -moz-linear-gradient(-45deg, #232934, #000000);
        background: -webkit-linear-gradient(-45deg, #232934, #000000);
        background: linear-gradient(135deg, #232934, #000000);
    }

    #main-nav .social {
        float: right;
        margin-top: 20px;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .sliderhed {
        width: auto;
    }

    .logo-transition {
        margin-right: 42px;
        margin-top: 10px;
    }

    #main-nav .side-nav {
        background: #232934;
        background: -moz-linear-gradient(-45deg, #232934, #000000);
        background: -webkit-linear-gradient(-45deg, #232934, #000000);
        background: linear-gradient(135deg, #232934, #000000);
    }

    #main-nav .social {
        float: right;
        margin-top: 20px;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 990px) {
    .sliderhed {
        width: auto;
    }

    .logo-transition {
        margin-right: 42px;
        margin-top: 10px;
    }

    #main-nav .side-nav {
        background: #232934;
        background: -moz-linear-gradient(-45deg, #232934, #000000);
        background: -webkit-linear-gradient(-45deg, #232934, #000000);
        background: linear-gradient(135deg, #232934, #000000);
    }

    #main-nav .social {
        float: right;
        margin-top: 20px;
        margin-right: 40px;
    }
}

.view_more {
    background-color: #26a69a;
}

.view_more:hover {
    background-color: #2bbbad;
}


@media only screen and (min-width: 0px) and (max-width: 300px) {
    #main-header .description {
        width: 100%
    }

    .very_small_hamburger path {
        color: #000;
    }

}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    #main-header .description {
        width: 100%
    }

    .very_small_hamburger path {
        color: #000;
    }

}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    #main-header .description {
        width: 100%
    }

    .very_small_hamburger path {
        color: #000;
    }

}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    #main-header .description {
        width: 100%
    }

    .very_small_hamburger path {
        color: #000;
    }

}

@media only screen and (min-width: 0px) and (max-width: 990px) {
    #main-header .description {
        width: 100%
    }

    .very_small_hamburger path {
        color: #000;
    }

}

#main-nav a:not(.no-bg).active {   background: #0074da;color: #fff !important;}

.call_phone{
    background: #0081e9;
}