@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');



#toTop {
     width:50px;
     height:50px;
     position:fixed;
     bottom:20px;
     right:60px;
     cursor:pointer;
     display:none;
     z-index:999;
     background: url(../../../images/frontend/2/totopoff.png) center center no-repeat;
     border:none;
}


body {
     color: #333;
     font-family: 'Montserrat', sans-serif;
     padding:0px;
     margin:0px;
     font-size:15px;
}

h1 {
     text-transform:uppercase;
     margin:0px;
     font-weight: 400;
     font-size: 10px;
     color: white;
     text-align:center;
}
h2 {
     margin:0px 0px 10px 0px;
     font-size:36px;

}

.sales {
     grid-template-columns: 1fr 4fr;
     grid-gap:10px;
     margin-bottom: 20px;
}
.sales .img-container {
     overflow: hidden;
     border-radius: 80px;
     margin: 0px auto;
     height: 80px;
     width: 80px;
}
.sales .img-container img {
     height: 80px;
     width: 80px;
}
.sales strong {
     color: white;
}
.sales-hotline-container {
     grid-template-columns: 20% 80%;
     margin-bottom: 5px;
}
.sales-hotline-container img{
     height: 30px;
}
.nomor-sales {
     background: white;
     color: #333;
}
.nomor-sales:hover {
     background: #ED1B24;
     color: white;
}
.icon-sales {
     background: black;
}

.javwebnet {
     color: white;
     font-size: 10px;
}
.javwebnet:hover {
     color: white;
     font-size: 10px;
}

.background1 {background: white;}
.background2 {background: #025BAA;}
.background3 {background: rgb(2, 91, 170, 0.8);}



.alamat {
     font-size: 12px;
}
.alamat p {
     margin: 0px;
     padding: 0px;
}



.pad7 {padding: 30px 0px;}

.head {
     font-size: 25px;
     text-transform: uppercase;
     padding-bottom: 20px;
     margin: 50px 0px 10px 0px;
     border-bottom: 1px solid #EDEDED;
}

.isi {margin-bottom: 30px;}

/* ============  footer =============== */

footer {
        background: #282828;
        color: #686868;
}
footer a {color: #686868;}
footer a:hover {color: white;}

.tempat-footer {grid-gap:20px;}



.titile-footer {font-size:20px; padding-bottom:10px; text-transform:uppercase; color:#FD5503;}

.flogo {margin:40px auto 20px auto;;}

.bawah { font-size:12px; text-transform:uppercase; }
.bawah a {color:#2C2D2F;}
.bawah a:hover {color:#EC5353;}

.h1bawah {
        text-align: center;
        text-transform: uppercase;
}



marquee {
     background: #F9F9F9;
     border-bottom: 1px solid #EDEDED;
     font-size: 13px;
     padding: 10px 0px;
}
marquee p {
     margin: 0px;
     padding: 0px;
}


.no-data {
     font-size: 16px;
     font-weight: bold;
     color: #de3713;
}

.hubungikami {
     display:block;
     color:white;
     padding:20px;
     text-align:center;
     width:200px;
     font-size:14px;
     text-transform:uppercase;
     background: #B92B2B;
}
.hubungikami:hover{
     background:#333;
     color: white;
}


.popup-message {
    position: fixed;
    bottom: 130px;
    left: -270px;
    z-index: 100;
}
.popup-message li {
    position: absolute;
    left: 0;
    width: 250px;
    padding: 10px;
    background: rgb(238,238,238);
    background:#FFF6F1;
    border-radius: 5px;
    border: #ebdcd4 1px solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    font-size: 13px;
}

@media (max-width: 768px){
     .logo-bawah {
          margin: 0px auto;
     }
     .text-bawah {
          text-align: center;
     }
     .wrapper {
          margin-left:10px;
          margin-right:10px;
     }
     .hubungikami {
          margin: 0px auto;
     }

     .alamat {
          text-align:center;
     }

     .logo {
		display: block;
		margin: 10px auto 0px auto;
	}
     .tempat-footer	{grid-template-columns:1fr;}

     .bawah {text-align: center;}

     .bank li{text-align: center;}

     .titile-footer {text-align: center;}

     header {
          position: -webkit-sticky; /* Safari */
          position: sticky;
          top: 50px;
          z-index: 2;
          box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.31);
-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.31);
     }

}

@media (min-width: 768px){
     .atas {
          grid-template-columns: 20% 80%;
     }

     .wrapper {
          margin-left:10px;
          margin-right:10px;
     }


     .tempat-footer {grid-template-columns:2fr 1fr 1fr;}

     header {
          position: -webkit-sticky; /* Safari */
          position: sticky;
          top: 0;
          z-index: 1000;
     }

}

@media (min-width: 992px){
     .wrapper {
          margin-right: auto;
          margin-left: auto;
          max-width: 1170px;
     }
}
