body{
    background-image:url(../images/pictures/bg.jpg);
    background-size:300%;
}
.boxed {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 0px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 18px;
}

.fade-effect{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0);
    z-index:999999;
    pointer-events:none;
    transition:all 250ms ease;
}

.active-fade-effect{
    background-color:rgba(0,0,0,1)!important;
    transition:all 250ms ease;
}

/*Sidebar Settings*/

.submenu{    max-height:0px;    overflow:hidden; transition:all 400ms ease-in-out;}
.sub-0{max-height:0px!important;}
.sub-1{max-height:60px;}
.sub-2{max-height:120px;}
.sub-3{max-height:180px;}
.sub-4{max-height:240px;}
.sub-5{max-height:300px;}
.sub-6{max-height:360px;}
.sub-7{max-height:420px;}
.sub-8{max-height:480px;}
.sub-9{max-height:540px;}
.sub-10{max-height:600px;}
.sub-11{max-height:660px;}
.sub-12{max-height:720px;}
.sub-13{max-height:780px;}
.sub-14{max-height:840px;}

/*----------------------*/
/*---Sidebar Settings---*/
/*----------------------*/

/*We've placed them here because the sidebar is VERY sensitive*/
/*EDIT ONLY if you have the required skill!!!*/

.sidebar-logo{
    background-image:url(../images/sidebar-logo.png);
    background-size:160px 160px;
    width:160px;
    height:160px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    margin-bottom:20px;
}


*::-webkit-scrollbar{display: none; }
html, body {overflow-x:hidden;}
.sidebar-left, .sidebar-right, .submenu{
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
}

.body-background{
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
}

.sidebar-background .sidebar-scroll{top:0px!important;}
.sidebar-background .sidebar-scroll{height:100%!important;}
.sidebar-background .sidebar-scroll{margin-top:0px!important;}

#page-content,
.header,
.footer-fixed,
.hide-clear,
.menu-item,
.sidebar-left,
.sidebar-right,
.sidebar-left-fix,
.sidebar-right,
.sidebar-right-fix,
.active-submenu,
.active-sidebar-box{
    -webkit-transition: all 250ms ease!important;
       -moz-transition: all 250ms ease!important;
        -ms-transition: all 250ms ease!important;
         -o-transition: all 250ms ease!important;
            transition: all 250ms ease!important;
}

#page-content{
    position:fixed;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    z-index:1;
    overflow:hidden;
}

#pagelogin{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -19px; /* Decrease this value for cross-browser compatibility */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.header-clear #pagelogin{padding-top:60px!important;}
#page-content-scroll{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -19px; /* Decrease this value for cross-browser compatibility */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.header-clear #page-content-scroll{padding-top:60px!important;}
.header-clear-large #page-content-scroll{padding-top:80px!important;}

.sidebar-tap-close{
    position:fixed;
    z-index:999999;
    width:100%;
    height:100%;
    opacity:9;
    top:0px;
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
}

.active-tap-close{
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.sidebar-left{
    overflow: hidden;
    position: fixed;
    z-index:9999999;
    left:0px;
    top:0px;
    bottom:0px;
    -webkit-overflow-scrolling: touch;
}

.sidebar-right{
    overflow: hidden;
    position: fixed;
    z-index:9999999;
    top:0px;
    bottom:0px;
    right:0px;
    -webkit-overflow-scrolling: touch;
}

.sidebar-right .sidebar-scroll{
    padding-right:20px;
}

.sidebar-scroll{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -20px!important; /* Decrease this value for cross-browser compatibility */
    padding-right:0px;
    overflow: auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}



/*Default Move Out Of Screen before JS Picksup*/

.sidebar-right{
    -moz-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}

.sidebar-left{
    -moz-transform: translateX(-500px);
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
}

.active-sidebar-box{
    -moz-transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
    -o-transform: translateX(0px)!important;
    -ms-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}

/*Sidebar Menus*/

.sidebar-decoration{
    height:1px;
    background-color:rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.05);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.05);
    margin-top:35px;
    margin-bottom:0px;
}

.sidebar-divider{
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:5px;
    padding-top:5px;
    font-size:10px;
    font-weight:500;
    padding-left:20px;
    width:240px;
    color:#FFFFFF;
    text-transform:uppercase;
    border-top:solid 1px rgba(255,255,255,0.15);
    border-bottom:solid 1px rgba(255,255,255,0.15);
}

.sidebar-divider i{
    float:right;
    height:30px;
    line-height:30px;
    padding-right:26px;
    color:#c0392b;
}

.sidebar-menu{position:relative; z-index:1;}
.submenu .menu-item{font-size:14px!important;}
.submenu .menu-item i:first-child{font-size:8px!important;}
.menu-number{
    position:absolute;
    right:0px;
    font-style:normal;
    font-size:10px;
    right:19px;
    top:50%;
    margin-top:-11px;
    width:23px;
    height:23px;
    line-height:23px;
    text-align:center;
    border-radius:23px;
}

.active-submenu-visit{
    font-weight:700!important;
    font-size:13px!important;
    color:#FFFFFF!important;
}
.putih{color:#ffffff!important;font-size:18px!important; opacity:1!important;}
.active-submenu-visit i:nth-child(2){color:#f39c12!important;}
.active-submenu-history i:nth-child(2){color:#27ae60!important; opacity:1!important;}
.close-submenu .ion-record, .close-sidebar .ion-record{color:#c0392b!important; opacity:1!important;}
.active-item .ion-record{color:#27ae60!important; opacity:1!important;}
.active-item{color:#FFFFFF!important;}
.active-item i:first-child{color:#FFFFFF!important;}
.sidebar-left .menu-item{ border-left:solid 5px #2ecc71;}
.sidebar-right .menu-item{ border-right:solid 5px #2ecc71;}

.sidebar-right .menu-item{padding-left:60px!important;}
.sidebar-right .menu-item i:first-child{left:10px!important;}

.sidebar-left .active-item{ border-left:solid 5px #2ecc71!important;}
.sidebar-right .active-item{ border-right:solid 5px #2ecc71!important;}

.menu-item{
    text-shadow:0px 1px 0px #000000;
    font-family:'Lato', sans-serif;
    font-size:15px;
    line-height:60px;
    padding-left:70px;
    font-weight:400;
    color:#d0d4df;
    transition:all 250ms ease;
}

.sidebar-left .menu-item{    border-left:solid 5px rgba(0,0,0,0.3);   }
.sidebar-right .menu-item{    border-right:solid 5px rgba(0,0,0,0.3);   }

.sidebar-left .menu-item:hover{ border-left:solid 5px #2ecc71;}
.sidebar-right .menu-item:hover{ border-right:solid 5px #2ecc71;}


.menu-item i:first-child{
    position:absolute;
    font-size:26px;
    font-weight:200!important;
    width:20px;
    text-align:center;
    height:60px;
    line-height:60px;
    left:20px;
    transition:all 250ms ease;
}

.submenu .menu-item .ion-record, .submenu .menu-item .ion-link{
    right:8px!important;
}

.menu-item .ion-link{
    font-size:18px!important;
}

.menu-item .ion-record, .menu-item .ion-link{
    font-size:6px;
    position:absolute;
    right:28px;
    height:60px;
    line-height:63px;
}

.stop-scroll{overflow:hidden!important;}
.no-pointer-events{pointer-events:none;}
.all-pointer-events{pointer-events:all!important;}
.stop-scroll{overflow:hidden!important;}

.sidebar-copyright{
    font-size:12px;
    font-style:normal;
    padding-left:30px;
    opacity:1;
    font-weight:500;
    display:block;
    padding-top:20px;
    padding-bottom:20px;
    color:#cacaca;
}

/*Sidebar Actions*/

.sidebar-actions{
    clear:both;
    height:50px;
    width:225px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

.sidebar-actions .ion-social-facebook-outline{font-size:24px;}
.sidebar-actions .ion-social-twitter-outline{font-size:20px;}

.sidebar-actions a:nth-child(2){
    border-left:dashed 1px rgba(255,255,255,0.1);
    border-right:dashed 1px rgba(255,255,255,0.1);
}

.sidebar-actions a{
    width:75px;
    height:50px;
    line-height:50px;
    color:#FFFFFF;
    font-size:21px;
    float:left;
    text-align:center;
}

/*Sidebar Contact Form*/
.sidebar-form{margin-left:0px;}
.sidebar-form p{
    color:rgba(255,255,255,0.7);!important;
    font-size:12px;
}

.sidebar-form .buttonWrap{
    letter-spacing:normal;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    height:44px!important;
    line-height:40px!important;
    color:#FFFFFF;
}

.sidebar-form em{
    font-size:12px;
    font-style:normal;
    margin-bottom:20px;
    display:block;
    width:100%;
    padding:0px!important;
}

.sidebar-form .contactField{
    color:#FFFFFF!important;
    font-family:'Roboto', sans-serif;
    height:40px!important;
    line-height:40px!important;
    background-color:transparent;
    border:none;
    border-bottom:solid 1px rgba(255,255,255,0.08);
    margin-bottom:20px;
}

.sidebar-form .contactField:hover{color:#FFFFFF;}
.sidebar-form .contactField:focus{
    color:#FFFFFF;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px #2cc36b!important;
}

.sidebar-form .contactTextarea{
    color:#FFFFFF!important;
    height:40px; padding-left:5px;
    background-color:transparent;
    border:none;
    border-bottom:solid 1px rgba(255,255,255,0.08)!important;
    margin-bottom:40px;
    -webkit-transition: all 250ms ease;
       -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
         -o-transition: all 250ms ease;
            transition: all 250ms ease;
}

.sidebar-form .contactTextarea:hover{color:#FFFFFF;}
.sidebar-form .contactTextarea:focus{
    font-family:'Roboto', sans-serif;
    color:#FFFFFF;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px #2cc36b!important;
    height:100px;
    -webkit-transition: all 250ms ease;
       -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
         -o-transition: all 250ms ease;
            transition: all 250ms ease;
}

.sidebar-form .formValidationError{
    font-size:11px!important;
    text-align:center;
    background-color:#c0392b;
    color:#FFFFFF;
    line-height:30px!important;
    margin-bottom:20px;
}

.formSuccessMessageWrap{
    font-size:11px!important;
    text-align:center;
    background-color:#27ae60;
    color:#FFFFFF;
    margin-bottom:20px;
}

.formSuccessMessageWrap h1, .formSuccessMessageWrap p{
    padding-left:0px!important;
}


/*Header*/

.header{
    position:fixed;
    z-index:999;
    height:60px;
    left:0px;
    right:0px;
    background-color:#1f1f1f;
}

.header-icon-1{
    position:absolute;
    height:60px;
    width:60px;
    line-height:60px;
    text-align:center;
    color:#ffffff;
    font-size:20px;
    left:0px;
}

.header-logo{
    border-radius:100px;
    position:absolute;
    left:50%;
    margin-left:-15px;
    margin-top:15px;
    width:30px;
    height:30px;
    background-image:url(../images/prime-logo.png);
    background-size:30px 30px;
}
.header-cari{
    position:absolute;
    left:70px;
    margin-left:-15px;
    margin-top:15px;
    width:50%;
    height:30px;
    background-image:url(../images/borderkiri.png);
}
.header-cari2{
    position:absolute;
    left:20px;
    margin-left:-15px;
    margin-top:15px;
    width:50%;
    height:30px;
    background-image:url(../images/borderkiri.png);
}

.header-biasa{
    position:absolute;
    left:70px;
    margin-left:-15px;
    margin-top:15px;
    width:70%;
    height:30px;
    z-index: -1;
    color: black
}

.header-tengah{
    position:absolute;
    right:100px;
    margin-left:-15px;
    margin-top:15px;
    width:30%;
    height:30px;
    z-index: -1;
    background-image:url(../images/putih.png);
}
.header-tengah2{
    position:absolute;
    right:100px;
    margin-left:-15px;
    margin-top:15px;
    width:40%;
    height:30px;
    z-index: -1;
    background-image:url(../images/putih.png);
}
.header-tengahbig{
    position:absolute;
    right:100px;
    margin-left:-15px;
    margin-top:15px;
    width:50%;
    height:30px;
    background-image:url(../images/putih.png);
}
.header-kanan{
    position:absolute;
    right:70px;
    margin-top:15px;
    width:30px;
    height:30px;
    background-image:url(../images/borderkanan.png);
}
.header-back{
    border-radius:100px;
    position:absolute;
    left:20%;
    margin-left:-15px;
    margin-top:15px;
    width:30px;
    height:30px;
    background-image:url(../images/back-icon.png);
    background-size:30px 30px;
}
.header-home{
    position:absolute;
    left:20%;
    margin-left:-20px;
    margin-top:15px;
    width:25px;
    height:25px;
    background-image:url(../images/home.png);
    background-size:25px 25px;
}
.carifield{
    font-family:'Roboto', sans-serif;
    height:30px!important;
    line-height:30px!important;
    border:none;
    margin-bottom:20px;
}
.header-nologo{
    position:absolute;
    left:30%;
    margin-left:-15px;
    margin-top:15px;
    width:300px;
    height:30px;
    background-size:30px 30px;
}
.header-nocari{
    position:absolute;
    left:30%;
    margin-left:-15px;
    margin-top:15px;
    width:130px;
    height:30px;
    background-size:30px 30px;
}

.header-icon-2{
    position:absolute;
    height:60px;
    width:60px;
    line-height:62px;
    text-align:center;
    color:#FFFFFF;
    font-size:14px;
    left:50px;
}

.header-icon-4{
    position:absolute;
    height:60px;
    width:60px;
    line-height:60px;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    right:0px;
}
.header-icon-cari{
    position:absolute;
    height:60px;
    width:80px;
    line-height:60px;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    right:0px;
}

.header-icon-3{
    position:absolute;
    height:60px;
    width:60px;
    line-height:60px;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    right:40px;
}


/*Body Settings*/

.sidebar-bg-0{background-image:url(../images/pictures_vertical/bg0.jpg);}
.sidebar-bg-1{background-image:url(../images/pictures_vertical/bg1.jpg);}
.sidebar-bg-2{background-image:url(../images/pictures_vertical/bg2.jpg);}
.sidebar-bg-3{background-image:url(../images/pictures_vertical/bg3.jpg);}
.sidebar-bg-4{background-image:url(../images/pictures_vertical/bg4.jpg);}
.sidebar-bg-5{background-image:url(../images/pictures_vertical/bg5.jpg);}
.sidebar-bg-6{background-image:url(../images/pictures_vertical/bg6.jpg);}
.sidebar-bg-7{background-image:url(../images/backwarna.jpg);}
.sidebar-bg-8{background-image:url(../images/pictures_vertical/bg8.jpg);}
.sidebar-bg-9{background-image:url(../images/pictures_vertical/bg9.jpg);}

body{
    background-position:top left;
    background-repeat:repeat;
}

/*Swiper*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

/*Homepage Slider*/

.home-slider h4{
    width:100%;
    padding-top:30px;
    padding-bottom:40px;
    position:absolute;
    bottom:15px;
    background: linear-gradient( to bottom,
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9)
    );
    color:#FFFFFF;
    padding-left:20px;
    padding-right:20px;
    font-size:18px;
    font-weight:500;
    line-height:30px;
}

.home-slider p{
    font-size:13px;
    position:absolute;
    bottom:0px;
    z-index:999;
    color:#FFFFFF;
    opacity:0.5;
    padding-left:20px;
    padding-right:20px;
    display:block;
    width:100%;
}

.home-round-slider{padding-top:10px;}
.home-round-slider img{
    border-radius:200px;
    margin-left:auto;
    margin-right:auto;
}

.home-img-1{
    position:absolute;
    width:150px;
    height:150px;
    top:25px;
    left:50%;
    margin-left:-170px!important;
    opacity:0.7;
}

.home-img-2{
    width:200px;
    height:200px;
    position:relative;
    z-index:1;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
}

.home-img-3{
    position:absolute;
    width:150px;
    height:150px;
    top:25px;
    right:50%;
    margin-right:-170px!important;
    opacity:0.7;
}

.home-round-slider h3{text-align:center; padding-top:20px;}
.home-round-slider em{display:block; font-style: normal; text-align:center;}
.center-socials{width:160px; margin-left:auto; margin-right:auto;}

/*Home Columns*/

.column-home-left i{
    font-size:46px;
    position:absolute;
    height:60px;
    margin-top:5px;
    width:40px;
    text-align:center;
}

.column-home-left em{
    font-style:normal;
    font-size:18px;
    position:absolute;
    height:40px;
    margin-top:7px;
    line-height:40px;
    border-radius:40px;
    width:40px;
    text-align:center;
}

.column-home-left h5{
    padding-left:60px;
}

.column-home-left h4{
    padding-left:60px;
}

.column-home-left p{
    padding-left:60px;
}

.column-home-center i{
    font-size:46px;
    height:60px;
    margin-top:5px;
    width:100%;
    display:block;
    text-align:center;
}

.column-home-center h5{
    text-align:center;
    font-size:18px;
    padding-bottom:10px;
}

.column-home-center p{
    text-align:center;
}

/*Footer*/

.footer{padding:30px 0px 30px 0px;}
.footer-bottom{padding-bottom:30px!important;}
.footer-dark{background-color:#0c1117;}
.footer-light{background-color:#ecf0f1; border-top:solid 1px #e0e0e0; border-bottom:solid 1px #e0e0e0;}
.footer-light{background-color:#ecf0f1; border-top:solid 1px #e0e0e0; border-bottom:solid 1px #e0e0e0;}
.footer-light i{color:#1f1f1f;}
.footer-light p{color:#666666;}
.footer-light .decoration{background-color:rgba(0,0,0,0.1)!important;}

.footer-dark .decoration{
    background-color:rgba(255,255,255,0.05);
    max-width:290px;
    margin-left:auto;
    margin-right:auto;
}

.footer .footer-logo{
    background-image:url(../images/preload-logo.png);
    background-size:160px 160px;
    width:160px;
    height:160px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

.copyright-text{margin-bottom:0px; margin-top:-10px; margin-bottom:0px;}

.footer p{
    max-width:290px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.footer-socials{
    width:255px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}

.footer-socials .icon-ghost{background-color:transparent!important;}

.footer-socials a{
    margin-left:2px!important;
    margin-right:2px!important;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 10; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 130px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 130px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 130px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 130px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 130px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
