/* ErrorPage */

.page-content {
        border-top: solid 1px #b5be6e;
    }
    .errorPage{margin:0 auto}
     .errorPageTitle {
        font-size: 20px !important;
        margin-left: 0px;
        color: #ff0000;
        font-weight: bold;
        margin: 0;
        padding: 0px 6px;
    }
    .errorPageSorryTitle {
        font-size: 15px !important;
        color: #545454 !important;
        font-weight: 600;
    }
    .errorReasonTitle {
        color: #545454;
        clear: both;
        padding: 10px;
        font-size: 14px !important;
        border-top: #b8b8b8 2px solid;
        background: #dedede;
        margin-top: 12px;
        font-weight: bold;
        text-align: center;
    }

    .errorPage {
        max-width: 50% !important;
        padding: 36px 0px 0px;
    }
    .errorOpps {
        margin-top: 3px !important;
        padding-top:14px;
        padding-left:0px;
    }
    .error-page__header-image {
        margin: 0 auto;
        display: block;
        float: left;
    }
    .errorPage img{max-width:118px !important}
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
        .errorPageSorryTitle {
            font-size: 16px;
        }

        .errorOpps {
            margin-top: 0px;
        }

        .errorPageTitle {
            font-size: 40px;
            text-align: center;
            padding: 5px;
        }

        .errorPage {
            max-width: 100% !important;
            padding: 0;
        }

        .error-page__header-image {
            float: none;
        }

        .errorReasonTitle {
            font-size: 19px;
        }
    }
   /* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.errorPage {
            max-width: 100% !important;
            padding: 0;
        }
   .errorOpps {
    margin-top: 59px;
    padding-top: 0px;    margin-bottom: 15px;
}
    }

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px){
    .errorOpps {
    margin-top: 38px;}
   .errorPageTitle {
    font-size: 40px;
    }
    .errorPageSorryTitle {
    font-size: 20px;
    }
    }
    
	
	
	
	
	/* Exception Page */
	
	
    .accessible-hide {
        position: absolute;
        height: 0;
        width: 0;
        overflow: hidden;
    }

     .flexy-center {
         height: 100%;
         width: 50%;
         margin: 0 auto;
         /*display: -webkit-box;
        display: -ms-flexbox;*/
         /*display: flex;*/
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         /*-ms-flex-direction: column;
        flex-direction: column;*/
     }

    .svg-icon {
        width: 1em;
        height: 1em;
        fill: #676c6d;
    }

        .svg-icon:nth-of-type(1) {
            -webkit-transform: translate(-0.55em);
            transform: translate(-0.55em);
        }

        .svg-icon:nth-of-type(2) {
            -webkit-transform: translate(0.55em);
            transform: translate(0.55em);
        }

    .button {
        padding: 0.7rem 1.4rem;
        border-radius: .2em;
        background-color: #27ae60;
        margin: 0 1.4rem;
        -webkit-transition: all 0.225s ease-in-out;
        transition: all 0.225s ease-in-out;
        cursor: pointer;
    }

    .button__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .button--disabled {
        pointer-events: none;
        opacity: .2;
    }

     .container1 {
         margin: 0px 0px 0px 46px;
         font-size: 6em;
         height: .45em;
         width: 3em;
         margin-top: 18rem;
         -webkit-perspective: 1200px;
         perspective: 1200px;
         position: relative;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: end;
         -ms-flex-align: end;
         align-items: flex-end;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         background-image: -webkit-radial-gradient(green 0.015em, rgba(0, 0, 0, 0) 0.02em);
         background-image: radial-gradient(green 0.015em, rgba(0, 0, 0, 0) 0.02em);
         background-size: .25em .25em;
         background-repeat: repeat-x;
         background-position: 0 bottom;
         -webkit-transition: all 2.7s ease-in-out;
         transition: all 2.7s ease-in-out;
     }
     .exceptionPageTitle1 {
         font-size: 24px;
         background: #ebebeb;
         padding: 27px 9px;
         color: #eb2729;
         font-weight: bold;
     }
     .exceptionPageTitle2 {
         font-weight: bold;
         font-size: 20px;
         background: #dfdfdf;
         color: #545454;
         padding: 11px 10px;
     }
    .container__title {
        /*margin-top: 1em;*/
        /*font-size: 2em;*/
        /*font-size: 27px*/;
        opacity: 0;
        -webkit-transition: opacity 0.225s ease-in-out;
        transition: opacity 0.225s ease-in-out;
    }

    .container__title--anim {
        opacity: 1;
       
    }

    .container__anim {
        background-position: 200% bottom;
    }

    .container1:before {
        content: '';
        height: 1em;
        width: calc(100% + .15em);
        position: absolute;
        left: -.075em;
        bottom: -.48em;
        box-sizing: border-box;
        padding-bottom: .25em;
        border-radius: 0 0 .25em .25em;
        border: .05em solid white;
        border-bottom-color: transparent;
        border-top-color: transparent;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: rotateX(63deg);
        transform: rotateX(63deg);
    }

    .container__jump {
        background-image: -webkit-radial-gradient(#b5be6e 0.015em, rgba(0, 0, 0, 0) 0.02em);
        background-image: radial-gradient(#b5be6e 0.015em, rgba(0, 0, 0, 0) 0.02em);
    }

        .container__jump .response {
            -webkit-animation: responseMove 1.125s ease-out forwards;
            animation: responseMove 1.125s ease-out forwards;
        }

            .container__jump .response .item {
                opacity: 1;
                -webkit-animation: 0.9s linear forwards;
                animation: 0.9s linear forwards;
                -webkit-animation-delay: 0.1125s;
                animation-delay: 0.1125s;
            }

                .container__jump .response .item:nth-child(1) {
                    -webkit-animation-name: jump4;
                    animation-name: jump4;
                }

                .container__jump .response .item:nth-child(2) {
                    -webkit-animation-name: jump0;
                    animation-name: jump0;
                }

                .container__jump .response .item:nth-child(3) {
                    -webkit-animation-name: jump3;
                    animation-name: jump3;
                }

            .container__jump .response .sparks {
                -webkit-transform: scale(2);
                transform: scale(2);
                opacity: 0;
                background-color: #e74c3c;
            }

        .container__jump .server {
            fill: #b5be6e;
        }

        .container__jump:before {
            border-right-color: #b5be6e;
        }

    .container1 .svg-icon {
        position: absolute;
        bottom: 100%;
    }

        .exceptionContainer .svg-icon:nth-of-type(1) {
            left: 0;
        }

     .exceptionContainer .svg-icon:nth-of-type(2) {
         right: 0;
     }

    .response {
        position: absolute;
        right: -.5em;
        top: -1em;
    }

        .response .item {
            opacity: 0;
            line-height: 1em;
            font-family: 'Bree Serif', serif;
        }

    .sparks {
        width: 1em;
        height: 1em;
        border-radius: 1em;
        background-color: white;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.225s ease-out;
        transition: all 0.225s ease-out;
    }

    .item {
        top: 0;
        right: 0;
        position: absolute;
        width: 0.7em;
        z-index: 2;
        /*text-align: center;*/
        -webkit-transition: all 0.45s ease-out;
        transition: all 0.45s ease-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: .87em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @-webkit-keyframes responseMove {
        100% {
            -webkit-transform: translate(-2.5em, 0.7em) scale(1.5);
            transform: translate(-2.5em, 0.7em) scale(1.5);
        }
    }

    @keyframes responseMove {
        100% {
            -webkit-transform: translate(-2.5em, 0.7em) scale(1.5);
            transform: translate(-2.5em, 0.7em) scale(1.5);
        }
    }

    @-webkit-keyframes jump4 {
        0% {
            -webkit-transform: translateY(0) translateX(0) rotate(0);
            transform: translateY(0) translateX(0) rotate(0);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        50% {
            -webkit-transform: translateY(-3em) translateX(-0.35em) rotate(-340deg);
            transform: translateY(-3em) translateX(-0.35em) rotate(-340deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        70% {
            -webkit-transform: translateY(0) translateX(-0.45em) rotate(-360deg);
            transform: translateY(0) translateX(-0.45em) rotate(-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        80% {
            -webkit-transform: translateY(-1em) translateX(-0.55em) rotate(-360deg);
            transform: translateY(-1em) translateX(-0.55em) rotate(-360deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        90%, 100% {
            -webkit-transform: translateY(0) translateX(-0.65em) rotate(-360deg);
            transform: translateY(0) translateX(-0.65em) rotate(-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            color: #e74c3c;
        }
    }

    @keyframes jump4 {
        0% {
            -webkit-transform: translateY(0) translateX(0) rotate(0);
            transform: translateY(0) translateX(0) rotate(0);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        50% {
            -webkit-transform: translateY(-3em) translateX(-0.35em) rotate(-340deg);
            transform: translateY(-3em) translateX(-0.35em) rotate(-340deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        70% {
            -webkit-transform: translateY(0) translateX(-0.45em) rotate(-360deg);
            transform: translateY(0) translateX(-0.45em) rotate(-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        80% {
            -webkit-transform: translateY(-1em) translateX(-0.55em) rotate(-360deg);
            transform: translateY(-1em) translateX(-0.55em) rotate(-360deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        90%, 100% {
            -webkit-transform: translateY(0) translateX(-0.65em) rotate(-360deg);
            transform: translateY(0) translateX(-0.65em) rotate(-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            color: #e74c3c;
        }
    }

    @-webkit-keyframes jump0 {
        0% {
            -webkit-transform: translateY(0) translateX(0) rotate(0);
            transform: translateY(0) translateX(0) rotate(0);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        50% {
            -webkit-transform: translateY(-2em) translateX(-0.1em) rotate(-700deg);
            transform: translateY(-2em) translateX(-0.1em) rotate(-700deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        70% {
            -webkit-transform: translateY(0) translateX(-0.1em) rotate(-720deg);
            transform: translateY(0) translateX(-0.1em) rotate(-720deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        80% {
            -webkit-transform: translateY(-0.5em) translateX(-0.1em) rotate(-720deg);
            transform: translateY(-0.5em) translateX(-0.1em) rotate(-720deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        90%, 100% {
            -webkit-transform: translateY(0) translateX(-0.1em) rotate(-720deg);
            transform: translateY(0) translateX(-0.1em) rotate(-720deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            color: #e74c3c;
        }
    }

   @keyframes jump0 {
        0% {
            -webkit-transform: translateY(0) translateX(0) rotate(0);
            transform: translateY(0) translateX(0) rotate(0);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        50% {
            -webkit-transform: translateY(-2em) translateX(-0.1em) rotate(-700deg);
            transform: translateY(-2em) translateX(-0.1em) rotate(-700deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        70% {
            -webkit-transform: translateY(0) translateX(-0.1em) rotate(-720deg);
            transform: translateY(0) translateX(-0.1em) rotate(-720deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        80% {
            -webkit-transform: translateY(-0.5em) translateX(-0.1em) rotate(-720deg);
            transform: translateY(-0.5em) translateX(-0.1em) rotate(-720deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        90%, 100% {
            -webkit-transform: translateY(0) translateX(-0.1em) rotate(-720deg);
            transform: translateY(0) translateX(-0.1em) rotate(-720deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            color: #e74c3c;
        }
    }

    @-webkit-keyframes jump3 {
        0% {
            -webkit-transform: translateY(0) translateX(0) rotate(0);
            transform: translateY(0) translateX(0) rotate(0);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        50% {
            -webkit-transform: translateY(-3em) translateX(0.1em) rotate(-340deg);
            transform: translateY(-3em) translateX(0.1em) rotate(-340deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        70% {
            -webkit-transform: translateY(0) translateX(0.2em) rotate(-360deg);
            transform: translateY(0) translateX(0.2em) rotate(-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        80% {
            -webkit-transform: translateY(-1em) translateX(0.3em) rotate(-360deg);
            transform: translateY(-1em) translateX(0.3em) rotate(-360deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        90%, 100% {
            -webkit-transform: translateY(0) translateX(0.4em) rotate(-360deg);
            transform: translateY(0) translateX(0.4em) rotate(-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            color: #e74c3c;
        }
    }

    @keyframes jump3 {
        0% {
            -webkit-transform: translateY(0) translateX(0) rotate(0);
            transform: translateY(0) translateX(0) rotate(0);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        50% {
            -webkit-transform: translateY(-3em) translateX(0.1em) rotate(-340deg);
            transform: translateY(-3em) translateX(0.1em) rotate(-340deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        70% {
            -webkit-transform: translateY(0) translateX(0.2em) rotate(-360deg);
            transform: translateY(0) translateX(0.2em) rotate(-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        80% {
            -webkit-transform: translateY(-1em) translateX(0.3em) rotate(-360deg);
            transform: translateY(-1em) translateX(0.3em) rotate(-360deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        90%, 100% {
            -webkit-transform: translateY(0) translateX(0.4em) rotate(-360deg);
            transform: translateY(0) translateX(0.4em) rotate(-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            color: #e74c3c;
        }
    }

     .container__title span{color: red; font-weight: bold; font-size: 27px;}

     /* Smartphones (portrait and landscape) ----------- */
     @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
         .flexy-center {
             width: 100%;
             margin: 0 auto;
         }

         .container1 {
             margin: 2em auto 0em;
             width: 2em;
         }

         .exceptionPageTitle1 {
             padding: 7px;
             color: #eb2729;
             text-align: center;
         }

         .exceptionPageTitle2 {
             font-size: 17px;
             text-align: center;
         }
     }
     /* iPads (portrait and landscape) ----------- */
     @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

         .container1 {
             margin: 0 auto;
             margin-top: 18rem;
         }

         .flexy-center {
             width: 80%;
             margin: 0 auto;
         }

         .exceptionPageTitle1 {
             padding: 25px 11px;
             font-size: 23px;
         }

         .exceptionPageTitle2 {
             font-size: 16px;
         }
     }
     @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
         .exceptionPageTitle1 {
             padding: 25px 11px !important;
             font-size: 25px !important;
         }
     }

         @@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
             .flexy-center {
                 width: 80%;
                 margin: 0 auto;
             }

             .container1 {
                 margin: 0 auto;
                 margin-top: 18rem;
             }

             .exceptionPageTitle1 {
                 padding: 25px 11px;
                 font-size: 25px;
             }

             .exceptionPageTitle2 {
                 font-size: 18px;
             }
         }

         @@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation : landscape) {
             .flexy-center {
                 width: 80%;
                 margin: 0 auto;
             }

             .container1 {
                 margin: 0 auto;
                 margin-top: 18rem;
             }

             .exceptionPageTitle1 {
                 padding: 13px 20px;
                 font-size: 24px;
             }

             .exceptionPageTitle2 {
                 font-size: 18px;
             }
         }


		 
		 /* Page Not Found */
	    .page-content {
        border-top: solid 2px #b5be6e;
    }
    #error-page {
        background-color: #53C1C0;
        position: fixed !important;
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
    }

    #error-inner {
        margin: auto;
    }

        #error-inner h1 {
            color: #165668 !important;
            text-transform: uppercase;
            color: white;
            margin-top: 20px;
            font-size: 20px;
        }

    .PageNotFoundpesan-error {
        width: 135px;
        height: 135px;
        /* margin: 0 auto 40px; */
        background: #b5be6e;
        color: #fff;
        font-size: 61px;
        line-height: 173px;
        -moz-border-radius-topleft: 75px !important;
        -moz-border-radius-topright: 75px !important;
        -webkit-border-top-left-radius: 75px !important;
        -webkit-border-top-right-radius: 75px !important;
        border-top-left-radius: 95px !important;
        border-top-right-radius: 95px !important;
        border-bottom-left-radius: 14px !important;
        border-bottom-right-radius: 14px !important;
        position: relative;
        animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        text-align: center;
    }
    .PageNotFoundPageSubTitle3-1 {
        color: #165668;
        font-weight: bold;
        font-size: 29px;
    }

    .PageNotFoundPageSubTitle3-2 {
        color: #606060;
        font-size: 23px;
        margin: 0;
    }
    @@keyframes floating {
        0% {
            transform: translateY(0%);
        }

        50% {
            transform: translateY(8%);
        }

        100% {
            transform: translateY(0%);
        }
    }

    @@-webkit-keyframes floating {
        0% {
            -webkit-transform: translateY(0%);
        }

        50% {
            -webkit-transform: translateY(8%);
        }

        100% {
            -webkit-transform: translateY(0%);
        }
    }

    .PageNotFoundpesan-error::after {
        content: " ";
        width: 0;
        height: 0;
        bottom: -17px;
        border-color: #b5be6e transparent transparent;
        border-style: solid;
        border-width: 20px 20px 0;
        position: absolute;
        left: 40%;
    }

    .balik-home {
        position: relative;
        margin: 20px auto;
        display: block;
        padding: 10px 15px 10px 15px;
        font-family: "Helvetica Neue", Helvetica;
        font-size: 30px;
        background: #f26964;
        border: 0;
        color: #fff;
        border-radius: 3px;
        outline: none;
        width: 600px;
        height: 40px;
        cursor: pointer;
    }

        .balik-home:hover {
            background: none;
        }

        .balik-home:after, .balik-home:before {
            position: absolute;
            background: #285677;
            content: "";
            width: 0%;
            height: 100%;
            bottom: 0px;
            left: 0;
            z-index: -999999999;
            border-radius: 3px;
        }

        .balik-home:before {
            background: #f26964;
            width: 100%;
        }

        .balik-home:hover:after {
            width: 100%;
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

        .balik-home a {
            color: white;
            text-decoration: none;
        }
    h1.PageNotFoundPageTitle2 {
        color: #165668;
        color: red;
        font-size: 24px;
    }
    .PageNotFoundPage {
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 45%;
    }

    .PageNotFoundPageTitle1 {
        border-right: solid 1px #b1ba66;
        margin-top: 30px;
    }

    .PageNotFoundPageTitle2 {
        margin-top: 28px;
        color: red;
    }

    .PageNotFoundPageTitle3 {
        margin-top: 75px;
    }

    .PageNotFoundPageSubTitle3 {
        font-size: 35px;
        font-weight: bold;
        color: #165668;
    }

    .PageNotFoundPageSubTitle3 {
        color: #5f5f5f;
        font-size: 23px;
        margin: 0;
    }
    /* Smartphones (portrait and landscape) ----------- */
    @@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {
        .PageNotFoundPageTitle1 {
            border-right: 0;
            margin: 0;
        }

        .PageNotFoundPage {
            position: static;
            transform: none;
            left: 0;
            top: 0;
        }

        .PageNotFoundpesan-error {
            margin: 0 auto;
        }

        .PageNotFoundPageTitle2 {
            text-align: center;
        }

        .PageNotFoundPageTitle3 {
            margin: 0;
            text-align: center;
        }

        .PageNotFoundPageSubTitle3 {
            text-align: center;
            font-size: 17px;
        }
    }
    /* iPads (portrait and landscape) ----------- */
    @@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

        .PageNotFoundPageTitle1 {
            border-right: 0;
            margin: 0;
        }

        .PageNotFoundPage {
            position: static;
            transform: none;
            left: 0;
            top: 0;
        }

        .PageNotFoundpesan-error {
            margin: 0 auto;
        }

        .PageNotFoundPageTitle2 {
            text-align: center;
        }

        .PageNotFoundPageTitle3 {
            margin: 0;
            text-align: center;
        }


        .PageNotFoundPageSubTitle3 {
            text-align: center;
            font-size: 22px;
        }
    }

    @@media only screen and (min-device-width: 1025px) and (max-device-width: 1366px) and (orientation : landscape) {
        .PageNotFoundPageTitle1 {
            border-right: 0;
        }

        .PageNotFoundPage {
            position: absolute;
            transform: translate(-50%,-50%);
            left: 50%;
            top: 35%;
        }


        .PageNotFoundPageTitle2 {
            text-align: center;
        }

        .PageNotFoundPageTitle3 {
            margin-top: 53px;
        }

        .PageNotFoundPageSubTitle3 {
            text-align: center;
            font-size: 22px;
        }
    }
   
	
	/* XSS Page */
	
	
	
    .circles:after {
        /*content: '';*/
        display: inline-block;
        width: 100%;
        height: 100px;
        background: #fff;
        position: absolute;
        top: -50px;
        left: 0;
        transform: skewY(-4deg);
        -webkit-transform: skewY(-4deg);
    }

    .circles {
        background: #fff;
        /*text-align: center;*/
        position: relative;
        margin: 90px auto;
        display: block;
        width: 50%;
    }

        .circles p {
            font-size: 34px !important;
            /*color: #165668;*/
            padding-top: 12px;
            position: relative;
            z-index: 9;
            line-height: 100%;
            font-size: 30px;
        }

            .circles p small {
                font-size: 23px;
                line-height: 100%;
                vertical-align: top;
            }

        .circles .circle.small {
            width: 140px;
            height: 140px;
            border-radius: 50% !important;
            background: #b5be6e;
            position: absolute;
            z-index: 1;
            top: 80px;
            left: 50%;
            animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98);
            -webkit-animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98);
            animation-delay: 1.2s;
            -webkit-animation-delay: 1.2s;
        }

        .circles .circle.med {
            width: 200px;
            height: 200px;
            border-radius: 50% !important;
            background: #b5be6e;
            position: absolute;
            z-index: 1;
            top: 0;
            left: 10%;
            animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75);
            -webkit-animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75);
            animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s;
        }

        .circles .circle.big {
            width: 400px;
            height: 400px;
            border-radius: 50% !important;
            background: #b5be6e;
            position: absolute;
            z-index: 1;
            top: 200px;
            right: 0;
            animation: 8s bigmove infinite;
            -webkit-animation: 8s bigmove infinite;
            animation-delay: 3s;
            -webkit-animation-delay: 1s;
        }

    @-webkit-keyframes smallmove {
        0% {
            top: 10px;
            left: 45%;
            opacity: 1;
        }

        25% {
            top: 300px;
            left: 40%;
            opacity: 0.7;
        }

        50% {
            top: 240px;
            left: 55%;
            opacity: 0.4;
        }

        75% {
            top: 100px;
            left: 40%;
            opacity: 0.6;
        }

        100% {
            top: 10px;
            left: 45%;
            opacity: 1;
        }
    }

    @keyframes smallmove {
        0% {
            top: 10px;
            left: 45%;
            opacity: 1;
        }

        25% {
            top: 300px;
            left: 40%;
            opacity: 0.7;
        }

        50% {
            top: 240px;
            left: 55%;
            opacity: 0.4;
        }

        75% {
            top: 100px;
            left: 40%;
            opacity: 0.6;
        }

        100% {
            top: 10px;
            left: 45%;
            opacity: 1;
        }
    }

    @-webkit-keyframes medmove {
        0% {
            top: 0px;
            left: 20%;
            opacity: 1;
        }

        25% {
            top: 300px;
            left: 80%;
            opacity: 0.7;
        }

        50% {
            top: 240px;
            left: 55%;
            opacity: 0.4;
        }

        75% {
            top: 100px;
            left: 40%;
            opacity: 0.6;
        }

        100% {
            top: 0px;
            left: 20%;
            opacity: 1;
        }
    }

    @keyframes medmove {
        0% {
            top: 0px;
            left: 20%;
            opacity: 1;
        }

        25% {
            top: 300px;
            left: 80%;
            opacity: 0.7;
        }

        50% {
            top: 240px;
            left: 55%;
            opacity: 0.4;
        }

        75% {
            top: 100px;
            left: 40%;
            opacity: 0.6;
        }

        100% {
            top: 0px;
            left: 20%;
            opacity: 1;
        }
    }

    @-webkit-keyframes bigmove {
        0% {
            top: 0px;
            right: 4%;
            opacity: 0.5;
        }

        25% {
            top: 100px;
            right: 40%;
            opacity: 0.4;
        }

        50% {
            top: 240px;
            right: 45%;
            opacity: 0.8;
        }

        75% {
            top: 100px;
            right: 35%;
            opacity: 0.6;
        }

        100% {
            top: 0px;
            right: 4%;
            opacity: 0.5;
        }
    }

    @keyframes bigmove {
        0% {
            top: 0px;
            right: 4%;
            opacity: 0.5;
        }

        25% {
            top: 100px;
            right: 40%;
            opacity: 0.4;
        }

        50% {
            top: 240px;
            right: 45%;
            opacity: 0.8;
        }

        75% {
            top: 100px;
            right: 35%;
            opacity: 0.6;
        }

        100% {
            top: 0px;
            right: 4%;
            opacity: 0.5;
        }
    }
    .XSSPageTitle1 {
        border-right: solid 1px #b1ba66;
        color: red;
    }
        .XSSPageTitle1 span {
            letter-spacing: 13px;
            font-weight: bold;
            font-size: 49px; /* margin: 94px 0px; */
            color: #165668;
        }

    span.XSSSorry {
        float: left;
        font-size: 30px;
        color: red;
        font-weight: bold;
        color: #ff0000;
    }

    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
        .circles {
            width: 100%;
            text-align: center;
            margin: auto;
        }

        .XSSPageTitle1 {
            border-right: none;
        }
    }

    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .circles {
            width: 100%;
            text-align: center;
        }

        .XSSPageTitle1 {
            border-right: none;
        }

        span.XSSSorry {
            float: none;
            font-size: 41px;
        }
    }
	
	
	/*UnAuth Page*/


    #UnAutherror-page {
        /*background: -webkit-linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
        background: -moz-linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
        background: -o-linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
        background: -ms-linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);
        background: linear-gradient(top, rgb(203, 235, 219) 0%, rgb(55, 148, 192) 120%);*/
        /*position: fixed !important;*/
        /*position: absolute;*/
        text-align: center;
        /*top: 0;
        right: 0;
        bottom: 0;
        left: 0;*/
        z-index: 99999;
    }

    .tv {
        display: inline-block;
        vertical-align: bottom;
        margin: 77px 0px;
    }

    .tv-60 .tv-frame {
        width: 26em;
        height: 15.7em;
    }

    .tv-frame {
        background: #222;
        border: 1px solid #222;
        width: 100%;
        height: 100%;
        padding: 5px;
    }

    .tv-viewport {
        font-size: 15px;
        background: #444;
        background: #4c4c4c; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #4c4c4c 0%, #2c2c2c 46%, #2b2b2b 53%, #333333 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4c4c4c), color-stop(46%,#2c2c2c), color-stop(53%,#2b2b2b), color-stop(100%,#333333)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-45deg, #4c4c4c 0%,#2c2c2c 46%,#2b2b2b 53%,#333333 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg, #4c4c4c 0%,#2c2c2c 46%,#2b2b2b 53%,#333333 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg, #4c4c4c 0%,#2c2c2c 46%,#2b2b2b 53%,#333333 100%); /* IE10+ */
        background: linear-gradient(135deg, #4c4c4c 0%,#2c2c2c 46%,#2b2b2b 53%,#333333 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        width: 100%;
        height: 100%;
        position: relative;
    }

    .tv-viewport-size {
        color: #f8f8f8;
        text-align: center;
        width: 100%;
        margin-top: 10px;
        display: block;
        height: 20px;
        position: absolute;
        font-size: 1.1em;
        font-weight: bolder;
    }

    .tv-stand {
        width: 50%;
        height: .6em;
        background: #333;
        margin: 0 auto;
    }

    .eror {
        color: #00a5ad;
        font-size: 64px;
        animation-name: blinker;
        animation-duration: 1.75s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 1.75s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
    }

    @@-moz-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @@-webkit-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @@keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    span[class*="l-"] {
        height: 4px;
        width: 4px;
        background: #00909e;
        display: inline-block;
        margin: 12px 2px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-animation: loader 4s infinite;
        -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
        -webkit-animation-fill-mode: both;
        -moz-animation: loader 4s infinite;
        -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
        -moz-animation-fill-mode: both;
        -ms-animation: loader 4s infinite;
        -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
        -ms-animation-fill-mode: both;
        animation: loader 4s infinite;
        animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
        animation-fill-mode: both;
    }

    span.l-1 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -ms-animation-delay: 1s;
        -moz-animation-delay: 1s;
    }

    span.l-2 {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        -ms-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
    }

    span.l-3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
    }

    span.l-4 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        -ms-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
    }

    span.l-5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        -ms-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
    }

    span.l-6 {
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -ms-animation-delay: 0;
        -moz-animation-delay: 0;
    }

    @@-webkit-keyframes loader {
        0% {
            -webkit-transform: translateX(-30px);
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        50% {
            -webkit-transform: translateX(30px);
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @@-moz-keyframes loader {
        0% {
            -moz-transform: translateX(-30px);
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        50% {
            -moz-transform: translateX(30px);
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @@-keyframes loader {
        0% {
            -transform: translateX(-30px);
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        50% {
            -transform: translateX(30px);
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @@-ms-keyframes loader {
        0% {
            -ms-transform: translateX(-30px);
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        50% {
            -ms-transform: translateX(30px);
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    .pesan-eror {
        padding-left: 3px;
        width: 80%;
        margin: 10px auto 40px;
        background: #54A5C5;
        color: #FFFFFF;
        font-size: 15px;
        border-radius: 1%;
        position: relative;
        text-alignt: justify;
        padding: 5px;
    }

        .pesan-eror::after {
            content: " ";
            width: 0;
            height: 0;
            bottom: -17px;
            border-color: #54A5C5 transparent transparent;
            border-style: solid;
            border-width: 20px 20px 0;
            position: absolute;
            left: 5%;
        }

    .ghost {
        margin-left: 15%;
        background-image: -webkit-linear-gradient(45deg, transparent 50%, #2C2C2C 50%), -webkit-linear-gradient(135deg, transparent 50%, #2C2C2C 50%), -webkit-linear-gradient(#2C2C2C 50%, #2C2C2C 50%);
        background-image: -moz-linear-gradient(45deg, transparent 50%, #2C2C2C 50%), -moz-linear-gradient(315deg, transparent 50%, #2C2C2C 50%), -moz-linear-gradient(#2C2C2C 50%, #2C2C2C 50%);
        background-image: -o-linear-gradient(45deg, transparent 50%, #2C2C2C 50%), -o-linear-gradient(135deg, transparent 50%, #2C2C2C 50%), -o-linear-gradient(#2C2C2C 50%, #2C2C2C 50%);
        background-image: -ms-linear-gradient(45deg, transparent 50%, #2C2C2C 50%), -ms-linear-gradient(135deg, transparent 50%, #2C2C2C 50%), -ms-linear-gradient(#2C2C2C 50%, #2C2C2C 50%);
        background-image: linear-gradient(45deg, transparent 50%, #2C2C2C 50%), linear-gradient(315deg, transparent 50%, #2C2C2C 50%), linear-gradient(#2C2C2C 50%, #2C2C2C 50%);
        background-position: 50% 100%, 50% 100%, 50% 0;
        background-repeat: repeat-x;
        -webkit-background-size: 1em 1em;
        -moz-background-size: 1em 1em;
        background-size: 1em 1em;
        position: relative;
        margin-top: 1.5em;
        height: 1.5em;
        width: 3em;
        animation-name: floating;
        -webkit-animation-name: floating;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    @@keyframes floating {
        0% {
            transform: translateY(0%);
        }

        50% {
            transform: translateY(8%);
        }

        100% {
            transform: translateY(0%);
        }
    }

    @@-webkit-keyframes floating {
        0% {
            -webkit-transform: translateY(0%);
        }

        50% {
            -webkit-transform: translateY(8%);
        }

        100% {
            -webkit-transform: translateY(0%);
        }
    }

    .ghost:after, .ghost:before {
        background-image: -webkit-radial-gradient(transparent 35%, #2C2C2C 35%);
        background-image: -moz-radial-gradient(transparent 35%, #2C2C2C 35%);
        background-image: -o-radial-gradient(transparent 35%, #2C2C2C 35%);
        background-image: -ms-radial-gradient(transparent 35%, #2C2C2C 35%);
        background-image: radial-gradient(transparent 35%, #2C2C2C 35%);
        border-top: .5em solid #2C2C2C;
        content: '';
        height: 1em;
        position: absolute;
        top: -1.5em;
        width: 1em;
    }

    .ghost:after {
        background-position: 75% 75%;
        border-left: .5em solid #2C2C2C;
        border-radius: 3em 0 0 0;
        left: 0;
    }

    .ghost:before {
        background-position: 0% 100%;
        border-right: .5em solid #2C2C2C;
        border-radius: 0 3em 0 0;
        right: 0;
    }

    .wrapper {
        width: 150px;
        height: 150px;
        position: absolute;
        top: calc(30% - 75px);
        left: calc(80% - 75px);
    }

    .cloud {
        position: absolute;
        bottom: 12px;
        left: 8px;
        z-index: 2;
        opacity: 0;
        animation: cloud 10s 0s linear infinite;
    }

        .cloud .cloud1:not(.c_shadow) ul li {
            animation: cloudi 10s 0.1s linear infinite;
        }

        .cloud .cloud1:not(.c_shadow):before {
            animation: cloudi 10s 0s linear infinite;
        }

    .cloud_s {
        position: absolute;
        bottom: 70px;
        left: 150px;
        transform: scale(0.7,0.7) matrix(-1, 0, 0, 1, 0, 0);
        z-index: 1;
        opacity: 0;
        animation: cloud_s 10s 0s linear infinite;
    }

        .cloud_s .c_shadow {
            transform: scale(1.02,1.02);
        }

    .cloud_vs {
        position: absolute;
        bottom: 90px;
        left: 30px;
        transform: scale(0.5,0.5);
        z-index: 0;
        opacity: 0;
        animation: cloud_vs 10s 0s linear infinite;
    }

    .c_shadow {
        z-index: 4 !important;
        left: -5px;
        bottom: -3px !important;
    }

        .c_shadow:before {
            background: #33495f !important;
        }

        .c_shadow ul li {
            width: 60px !important;
            height: 60px !important;
            background: #33495f !important;
            float: left;
            position: absolute;
            bottom: -2px !important;
            border-radius: 360px;
        }

            .c_shadow ul li:nth-child(2) {
                width: 80px !important;
                height: 80px !important;
                background: #33495f !important;
                float: left;
                border-radius: 360px;
                position: absolute;
                bottom: 16px !important;
                left: 25px !important;
            }

            .c_shadow ul li:nth-child(3) {
                width: 70px !important;
                height: 70px !important;
                background: #33495f !important;
                float: left;
                border-radius: 360px;
                position: absolute;
                bottom: 6px !important;
                left: 60px !important;
            }

            .c_shadow ul li:last-child {
                width: 60px !important;
                height: 60px !important;
                background: #33495f !important;
                float: left;
                border-radius: 360px;
                position: absolute;
                bottom: 0px;
                left: 90px;
            }


    .cloud1 {
        position: absolute;
        bottom: 0px;
        z-index: 5;
    }

        .cloud1:before {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 28px;
            width: 90px;
            height: 20px;
            background: #fff;
        }

        .cloud1 ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .cloud1 ul li {
                width: 50px;
                height: 50px;
                background: #fff;
                float: left;
                border-radius: 360px;
            }

                .cloud1 ul li:nth-child(2) {
                    width: 70px;
                    height: 70px;
                    background: #fff;
                    float: left;
                    border-radius: 360px;
                    position: absolute;
                    bottom: 18px;
                    left: 25px;
                }

                .cloud1 ul li:nth-child(3) {
                    width: 60px;
                    height: 60px;
                    background: #fff;
                    float: left;
                    border-radius: 360px;
                    position: absolute;
                    bottom: 8px;
                    left: 60px;
                }

                .cloud1 ul li:last-child {
                    width: 50px;
                    height: 50px;
                    background: #fff;
                    float: left;
                    border-radius: 360px;
                    position: absolute;
                    bottom: 0px;
                    left: 90px;
                }

    .thunder {
        position: absolute;
        bottom: 100px;
        left: 65px;
        width: 12px;
        height: 12px;
        background: #f9db62;
        transform: skew(-25deg);
        opacity: 0;
        animation: thunder 10s 0s linear infinite;
    }

        .thunder:before {
            content: '';
            position: absolute;
            top: 11px;
            left: 0px;
            width: 25px;
            height: 8px;
            background: #f9db62;
        }

        .thunder:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            top: 18px;
            right: -14px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 20px solid #f9db62;
            transform: skew(5deg);
        }

    @@keyframes cloud {
        0% {
            transform: scale(0.8);
            left: 120px;
            bottom: 35px;
            opacity: 0;
        }

        2% {
            opacity: 1;
        }

        3.5% {
            bottom: 35px;
            left: 10px;
            opacity: 1;
        }

        16% {
            transform: scale(0.8);
        }

        18% {
            transform: scale(0.95);
        }

        19% {
            transform: scale(0.9);
        }

        48% {
            opacity: 1;
            bottom: 35px;
        }

        50% {
            bottom: 70px;
        }

        64% {
        }

        96% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            bottom: 70px;
            left: 10px;
        }
    }

    @@keyframes cloud_s {
        0% {
            transform: scale(0.6);
            opacity: 0;
            bottom: 40px;
            left: 18px;
        }

        23% {
            opacity: 0;
        }

        24% {
            opacity: 1;
            bottom: 40px;
            left: 30px;
        }

        28% {
            opacity: 1;
            bottom: 85px;
            left: 60px;
        }

        32% {
            transform: scale(0.6);
        }

        34% {
            transform: scale(0.75);
        }

        35% {
            transform: scale(0.7);
        }

        48% {
            opacity: 1;
        }

        49% {
            opacity: 0;
        }

        100% {
            transform: scale(0.7);
            opacity: 0;
            bottom: 85px;
            left: 60px;
        }
    }

    @@keyframes cloud_vs {
        0% {
            opacity: 0;
            bottom: 85px;
            left: 60px;
        }

        39% {
            opacity: 0;
        }

        40% {
            opacity: 1;
            bottom: 85px;
            left: 60px;
        }

        42% {
            bottom: 125px;
            left: 10px;
        }

        43% {
            bottom: 120px;
            left: 15px;
        }

        48% {
            opacity: 1;
        }

        49% {
            opacity: 0;
        }

        100% {
            opacity: 0;
            bottom: 120px;
            left: 15px;
        }
    }

    @@keyframes cloudi {
        0% {
            background: #fff;
        }

        56% {
            background: #fff;
        }

        57% {
            background: #92a4b6;
        }

        100% {
            background: #92a4b6;
        }
    }

    @@keyframes thunder {
        0% {
            opacity: 0;
            bottom: 100px;
            left: 65px;
        }

        62% {
            opacity: 0;
            bottom: 100px;
            left: 65px;
        }

        64% {
            opacity: 1;
            bottom: 50px;
            left: 60px;
        }

        65% {
            opacity: 1;
            bottom: 55px;
            left: 61px;
        }

        72% {
            opacity: 1;
            bottom: 55px;
            left: 61px;
        }

        73% {
            opacity: 0;
        }

        100% {
            opacity: 0;
            bottom: 55px;
        }
    }

    @@keyframes fade_in {
        0% {
            opacity: 0;
        }

        8% {
            opacity: 1;
        }

        9% {
            opacity: 1;
        }

        11% {
            opacity: 1;
        }

        12% {
            opacity: 0;
        }

        100% {
            oapcity: 0;
        }
    } 

	
	
	