@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
  src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../font/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* form */ 
body{
  overflow-x: hidden !important;
   font-family: "Roboto", sans-serif !important;
}


.sosmed_ul{
  margin-top: 5px;
}
.kotak-slide-home{
  margin-top: 0px;
}
.sosmed_ul .nav>li>a:focus, .nav>li>a:active,.nav>li>a:visited,.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff !important;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.form-control {
   
    border: 1px solid #9d883e;
    border-radius: 0px !important;
  
}

.footer-menu{
    margin-top: 20px;
}

.line{display:block; margin:5px}
.line h2{font-size:20px; text-align:center; border-bottom:1px solid #ddd; position:relative; }
.line h2 span { background-color: white; position: relative; top: 10px; padding: 0 10px;}

.select-style {
    border: 1px solid #9d883e;
    border-radius: 0px;
    overflow: hidden;
    background: #fafafa url("../images/arrowdown.gif") no-repeat 98% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.alert-info-dotted{
  border: 2px dotted #abadae;
  border-radius: 0px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
        background-color: #9d883e !important;
    border-color: #9d883e !important;
}

.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a {
    z-index: 2;
    color: #fff;
        background-color: #9d883e !important;
    border-color: #9d883e !important;
}


.select-style select:focus {
    outline: none;
}

/* pagination */

.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li>a, .pagination>li>span{
    color: #171C21;

}
.table-finishorder>tbody>tr>td:last-child,.table-finishorder>tbody>tr>th:last-child  {
            border: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }
          .table-finishorder>tbody>tr>td, .table-finishorder>tbody>tr>th, .table-finishorder>tfoot>tr>td, .table-finishorder>tfoot>tr>th, .table-finishorder>thead>tr>td, .table-finishorder>thead>tr>th {
    border: 1px solid #ddd;
    border-right: 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9d883e;
    border-color: #9d883e;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sosmed_ul a{
  margin-top:5px;
  color:#fff !important;
}

a {
    color: #777;
    text-decoration: none;
}

.clear{
	clear:both;
}

.padding-right-none{

	padding-right:0px;
}

.padding-left-none{
padding-left:0px;
}

.thumbnail {
  
    border-radius: 0px;
   
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">\00a0";
}

.breadcrumb>.active {
    color: #9d883e;
}

.breadcrumb{
	background-color: #fff;
}
/* HEADER STYLE */

.nav-pills>li.active-register>a, .nav-pills>li.active-register>a:focus, .nav-pills>li.active-register>a:hover {
    color: #fff;
    background-color: #000000;
    border-radius: 0px;
}

.nav-pills>li.active-login>a, .nav-pills>li.active-login>a:focus, .nav-pills>li.active-login>a:hover {
    color: #fff;
    background-color: #e9260c;
    border-radius: 0px;
}

.form-control{
	border-radius: 0px;
}

.btn{
border-radius: 0px;

}

.navbar-default .menu_utama  >li>a {
    color: #777;
    
}
.nav_menu_utama .navbar-brand {
    padding: 0px;
}

.nav_menu_utama .navbar-brand>img {
    padding: 0px 15px;
}

.nav_menu_utama .navbar-brand>img {
      padding: 15px;
    margin-top: -15px;
    width: 80px;
}
.divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #DDD;
}
.nav_menu_utama{
	  margin-bottom: 0px !important;
    padding: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: none;
    border: none;
    border-radius: 0px;
}
.nav_menu_top{
	margin-bottom:0;

	background:#ffc84d !important
}

.logo{
	margin-bottom:10px;
	margin-top:10px;
}

.menu-logo{
	margin-top:10px;
}

.menu-logo  .navbar-nav>li>a {
    color: #000;
    font-size:13px;
}
.menu-ul-li{
	margin-left:10px;
}
/* END HEADER STYLE */

/* menu kiri product detail */

.list-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0px solid #9d883e;
}
.list-menu .header{
	background: #fff;
	color: #FF6008;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0px;
	text-align: center;
	border-bottom: 0px solid #9d883e;
    border: none
}

.list-menu li {
    background: #F5F5F5;
    border-bottom: 0px dotted #bbb;
    list-style: none;
    color: #303030;
    margin-bottom: 5px;
    padding: 20px 20px 20px 20px;
    text-align: left;
    width: 100%;
}
.list-menu li a{
	color: #303030;
}
.list-menu li a:hover{
	text-decoration: none;
}
.list-menu .active{
	background-color: rgba(192, 192, 192, 0.6);
    border: rgba(192, 192, 192, 0.6);
	color: white;
}
.list-menu .active a{
	color: #242222;
}

/* end */

/* nav tab setting */

.proddetail .nav .nav-tabs .active{
	background: red;
}

/* end nav tab setting */

/* FORM STYLE */

.navbar-pencarian .form-control{

	border: 1px solid #403737;
}

.navbar-pencarian .btn-default{
	border-color: #101010;
}

 .nav_menu_utama{
	margin-bottom: 0px;
}

/* END FORM STYLE */
.footer-menu .nav-pills>li>a {
    border-radius: 0px;
    color: #fff;
}
.footer-menu h3,.footer h4{
    color:#fff !important;
}


/*.footer-menu .nav-pills>li>a:hover {
    background: transparent;
    color: #b29a18;
}
*/
.footer-menu .nav > li > a:hover,
.footer-menu .nav > li > a:focus {
  background-color: transparent !important;
   text-decoration: underline;
}

.footer-menu .nav>li>a {
    
    padding: 10px 0px;
}

.footer{
	margin-top: 15px;
        background: #3e3e3e;
    width: 100%;
    border:0px solid #000;

}

.footer-left{
	text-align: left !important;
}

.footer-right{
	text-align: center;

}

.bg-footer{
	background:url("../images/footer-bg.png");
}

.cal-and-shop-footer{
	padding:35px 0px;
}
.cal-and-shop-footer h5{
	margin-top:0px;
}

.cal-and-shop-footer h5>a,p{
	color:#fff;
}

.cal-and-shop-footer img{
	margin-right:10px;
}

.footer-center ul{

    display: inline-block;
}
.footer-center{
	text-align: center;

}

.footer-center p {
	text-align: center;
	color:#000;
}


.border-bottom {
    width: 100%;
    background: rgba(228, 212, 157, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228, 212, 157, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(228, 212, 157, 1) 0%, rgba(255, 255, 255, 1) 100%);
    height: 7px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.socials-wrap ul{
	list-style: none;
      padding-left: 0;
}
.socials-wrap ul li{
	float:left;
	width:34px;
	height:34px;
	background-color: #292929;
	border-radius:100%; 	
	-moz-border-radius:100%; 	
	khtml-border-radius:100%; 	
	-webkit-border-radius:100%;
	text-align:center;
	line-height:37px;
	margin-left:3px;
}
.socials-wrap ul li a{
	font-size:18px;	
	color:#fff !important;
}
.socials-wrap ul li:hover a{
	color:#fff !important;
}



/* ow caraousel */ 

#owl-brand .item{
  margin: 3px;
}
#owl-brand .item img{
  display: block;
  width: 100%;
  height: auto;
}

/* content */
.banner-tengah-content img{
	width:100%;

}
.banner-tengah-content{

		margin-bottom:20px;

}
.banner-tengah-kiri{
	margin-bottom:10px;
}

.banner-tengah-kiri .col-padding{
	padding-right: 5px;
    padding-left: 5px;

}
.banner-tengah-kanan .col-padding{
	padding-right: 5px;
    padding-left: 5px;


}
h2,h4,h3 {
    
}

.btn-black {
        color: #fff;
    background-color: #9d883e;
    border-color: #9d883e;
}

.btn-black:hover,.btn-black:focus {
        color: #fff;
    
}


.kotak-newsletter form{
	
	margin-top: 10px;

}

.kotak-newsletter h3{
	font-weight: normal;
	font-size: 16px;
	padding-top:0px;
	margin-top: 10px;

}

.kotak-newsletter{
	color:#fff;
	background: #1e1e1e;
	margin-top:20px;
	padding:20px 0px;
	margin-bottom:20px;
}

.kotak-judul-slide{
padding:20px 10px;	
background: #0a0909;

}
.kotak-slide-home h3{
	text-align: center;
	font-size: 16px;
	margin: 0px;
	padding:0px;
	color:#fff;

}

.kotak-slide-home img{
	width:100%;
}



.kotak-slide-home .col-padding{
	padding-right: 0px;
    padding-left: 0px;
}
.clearboth{
	clear:both;
}


/* untuk most wanted di halaman beranda */


.kotak-most-wanted .nav-tabs{

	margin-top:20px;
    border-bottom: 0px solid #ddd;


}
.kotak-most-wanted h2{
	font-size: 20px;
}

.kotak-most-wanted .nav-tabs>li:last-child>a, .nav-tabs>li.active:last-child>a, .nav-tabs>li.active:last-child>a:focus, .nav-tabs>li.active:last-child>a:hover{
	margin-right: 0px;

}


.kotak-most-wanted .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    margin-right: 10px;
    cursor: default;
    color:#fff;
    background-color: #ff6008 !important;
    border: 1px solid #ff6008;
    border-bottom-color: transparent;
}


.kotak-most-wanted .nav-tabs>li>a  {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 0px 0px 0 0;
}

.produk-moswanted{
	margin-bottom:10px;
	margin-top: 20px;
}

.text-red{
	color:#ff0000;
}

.produk-moswanted .col-md-4{

padding-left: 0px;	

}
.produk-moswanted .col-md-4:nth-child(3n+3){
padding-right: 0px;	

}
.produk-moswanted .thumbnail h3{
	color:#9d883e;
	font-size: 18px;
}

.produk-moswanted  .col-md-4:last-child{

padding-right: 0px;	

}

.kotak-most-wanted .thumbnail .caption {
    padding: 9px;
    color: #333;
    height: 110px;
    max-height: 110px;
}

.kotak_tentang_kami{
    background:#FFFFFF;margin-left:0;padding:30px 20px 20px 40px;
    height:275px;
    -webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
}

.kotak-most-wanted .thumbnail .caption-bottom {
    padding:10px 10px;
    }
/* deal of week */
.kotak-deal-week{
	margin-bottom: 40px;
}
.kotak-deal-week h2{
	font-size: 20px;
	margin-bottom: 30px;
}

.kotak-deal-week .navigasi{
	margin-top:10px;
}

.kotak-deal-week .carousel-inner>.item{
	border:1px solid #ccc;


}

.kotak-deal-week .thumbnail{

border:none;
}

.deal-week-left-kotak{
	border:1px solid #ccc;
	border-right: 0px;
	height:352px;
}

.deal-week-kontent-atas-kotak{
	border-right:1px solid #ccc;
	height:175px;
	border-bottom:1px solid #ccc;

}
.deal-week-kontent-bawah-kotak{
	border-right:1px solid #ccc;
	border-bottom:0px;
	height:175px;
}

.deal-week-left-kotak .thumbnail img{
	
	height: 320px;
	margin:10px 20px 10px 2px;
}



.deal-week-left-kotak h3{
	color:red;
	margin-top: 40px;
}

.deal-week-kontent-atas-kotak .thumbnail img , .deal-week-kontent-bawah-kotak .thumbnail img{
	margin:10px 20px 10px 10px;
	height: 80px;
}
.deal-week-kontent-atas-kotak .thumbnail h5 , .deal-week-kontent-bawah-kotak .thumbnail h5{
	color:red;
}

.deal-week-kontent-atas-kotak .thumbnail .btn , .deal-week-kontent-bawah-kotak .thumbnail .btn{
	margin-top: 10px;
}

.deal-week-kontent-atas-kotak .thumbnail table , .deal-week-kontent-bawah-kotak .thumbnail table{
	font-size: 11px;
}

.navmenu{
-webkit-box-shadow: 7px 10px 54px 0px rgba(0,0,0,0.62);
-moz-box-shadow: 7px 10px 54px 0px rgba(0,0,0,0.62);
box-shadow: 7px 10px 54px 0px rgba(0,0,0,0.62);
}




/* login */


.nav-tabs-login>li>a {
   margin-right: 0px;
    line-height: 1.42857143;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-weight: bold;
border-radius: 0px;
}

.nav-tabs-login>li.active>a, .nav-tabs-login>li.active>a:focus, .nav-tabs-login>li.active>a:hover {
    color: #555;
    cursor: default;
     margin-right: 0px;
    background-color: #fff;
    border-top: 2px solid #9d883e;
    border-right: 2px solid #9d883e;
    border-left: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs,.nav-tabs-login {
    border-bottom: 1px solid #9d883e;
}

.tab-content-login{
        border-bottom: 1px solid #9d883e;
    padding: 20px;
    border-right: 1px solid #9d883e;
    border-left: 1px solid #ddd;
}

.tab-content-login .thumbnail {
    border: 0px solid #ddd;
}

.tab-content-login .thumbnail  h3 {
    color:#605242;
    font-size: 14px;
    text-align: center;
    min-height: 30px;
}

.tab-content-login .thumbnail  p>span{
    color:#aa9757;
    text-align: center;
    font-weight: bold;
    text-decoration: inherit;
}
.tab-content-login .thumbnail  p>i{
      text-decoration: line-through;
        font-style: normal;
}
.tab-content-login .thumbnail  p{
    color: #A0A0A0;
  
    text-align: center;
}

.kotak-tabs {
    background-color: #000;
    color: #fff;
    margin-top:20px;
    border: 1px solid #000;
    padding: 8px;
}


.kotak-tabs
{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 8px;
}
.btn-white
{
	background-color: #fff;
	color: #000;
	border: 1px solid #333;
	border-radius: 5px;
}

.btn-white:hover
{
	color: #b1b1b1;
}
.list-produk img{
    margin-right:20px;
}
.sort_by
{
	font-weight: bold;
	border: 1px solid #000;
}
.sort_by:focus
{
	border: 1px solid #000;
	box-shadow: none;
}
.pg-product
{
	box-shadow: none;
	border-radius: none;
	border: 1px solid #9d883e;
}

.pg-product .active a
{
	background-color: #9d883e;
	border: 1px solid #9d883e;
}

.pg-product .active a:hover
{
	background-color: #9d883e;
	border: 1px solid #9d883e;
}

.pg-product li a
{
	color: #9d883e;
}

.jarak li a
{
	border: 1px solid #9d883e;
}
.text-hijau
{
	color: green;
	font-weight: bold;
}
.text-abu
{
	font-weight: bold;
	color: #b1b1b1;
}
.header
{
	border: 1px solid #bbb;
}
.brand
{
	margin-top: -90px;
	margin-left: 50px;
}
.text-yellow
{
	color: #FFA200;
	text-transform: uppercase;
	font-size: 1.5em
}
.task tr td
{
	padding-left: 40px;
}



/* blog */
#blog-landing {
position: relative;
max-width: 100%;
width: 100%;
}
#blog-landing img {
width: 100%;
max-width: 100%;
height: auto;
}
.white-panel {
position: absolute;
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
padding: 10px;
}
.white-panel h1 {
font-size: 1em;
}
.white-panel h1 a {
color: #9d883e;
}
.white-panel:hover {
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
p{
    color:#000;
}

#cart-label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.nav-pills.nav-wizard > li + li {
  margin-left:0;
}
.nav-pills.nav-wizard > li:first-child {
  border-left: 0;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
  border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #eee;
}
.nav-pills.nav-wizard > li .nav-arrow {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #eee;
  z-index: 150;
}
.nav-pills.nav-wizard > li .nav-wedge {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: #eee #eee #eee transparent;
  z-index: 150;
}
.nav-pills.nav-wizard > li:hover .nav-arrow {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover .nav-wedge {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
  background-color: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard > li.active .nav-arrow {
  border-color: transparent transparent transparent #b9a560;
}
.nav-pills.nav-wizard > li.active .nav-wedge {
  border-color: #b9a560 #b9a560 #b9a560 transparent;
}
.nav-pills.nav-wizard > li.active a {
  background-color: #b9a560;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-error p{
    color: #a94442;
   
}

.navbar-fixed-top {
    background: #FFF !important;
    padding-bottom: 8px;
    border-bottom: solid 0px #E5D59E !important;
}

.tentang_kami{
    margin-top:40px;
}

.tentang_kami h2{
    font-size: 20px;
    color:#484848 !important;
    margin-bottom: 30px;
}

.tentang_kami p{
    margin-bottom: 30px;
}

.tentang_kami .button{
        border-radius: 10px;
    background: transparent;
    font-size: 12px;
    color: #ffffff;
    border-color: #FF6008 !important;
    padding: 7px 20px 7px 20px;
}

.dokumen_section h2{
   color: #ffffff !important; 
font-size: 20px; 
background: #f5b934; 
padding: 20px 0px 20px 0px; 
margin-bottom: 0; 
margin-left: 0px; 

}

.button-beranda-produk{
    background: #FF6008 !important;
    border-radius: 10px;
    padding:5px 50px 5px 50px;
}
.kotak-most-wanted h2{
    color:#484848 !important;
}
.dokumen_section h3{
    color:#3A3A3A !important;
    font-size: 16px;
    padding:5px 20px 10px 0px;
    margin:20px 20px 25px 20px;
    border-bottom:2px solid #ACACAC;
}

.dokumen_section .konten-dokumen{
    height:300px;
}

.dokumen_section ul{
    list-style-type: none;
    margin-left: 0 !important;
    padding-left: 20px;
    margin-bottom: 20px;
}

.dokumen_section ul li{
    margin-bottom: 10px;
}

.dokumen_section .ganjil{
    background: #FFF
    -webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
    
}

.dokumen_section .genap{
     background: #FFF
     -webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
}

.dokumen_section .lainnya{
    margin:20px 20px 25px 20px;
    color:#FF6008;
}

.berita_konsultasi h2{
    margin-top:40px !important;
    font-size: 20px;
    margin-bottom: 40px !important;
    color:#242424 !important;

}

.berita_konsultasi .list-group-item{
margin-bottom: 10px;
background:#F9F9F9;
border-color:#95989A !important;
border:0px;
-webkit-box-shadow: 0px 3px 11px -1px rgba(149,152,154,1);
-moz-box-shadow: 0px 3px 11px -1px rgba(149,152,154,1);
box-shadow: 0px 3px 11px -1px rgba(149,152,154,1);
}

.berita_konsultasi .list-group-item h4{
color:#484848 !important;
    }

    .berita_konsultasi .list-group-item p{
        margin-top: 13px;
    }

.berita_konsultasi .carousel .item{
    width:100%;
    height:300px;
}

.berita_konsultasi .carousel .item .carousel-caption{
    /* right: 20%; */
    left: 0;
    width: 100%;
    padding-top: 15px;
    bottom: 0px;
    padding-bottom: 15px;
    background: #1A1A1A;
    opacity: 0.7;
}

.berita_konsultasi .carousel .item .carousel-caption p{
color:#fff;
text-align:left;
padding-left: 15px;

    }

    .berita_konsultasi .carousel .item .carousel-caption p span{
        color:yellow;
    }

.berita_konsultasi .panel{
    border: 0px solid transparent; 

}
.berita_konsultasi .panel-default{
    margin-top: 100px !important;
    margin-left: 40px;
    margin-right: 0px;
}

.berita_konsultasi .panel-heading{
  text-align: center; 
font-size: 20px; 
background: #FFC107; 
padding-top: 20px; 
color: #fff; 
padding-bottom: 20px; 
border-top-left-radius: 0px;
border-top-right-radius: 0px; 
-webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
}
.berita_konsultasi .panel-body{
    background: #FFF;    
    padding:20px;
    min-height: 140px;
    max-height: 400px;
    -webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
}

.berita_konsultasi .panel-footer{
    text-align: center;
     background: #FFF; 
     border:0;
     padding-bottom: 30px !important;
     -webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
}

.berita_konsultasi .panel-footer .btn-konsultasi{
background: transparent;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #FF6008;
    padding: 10px 40px;
}

.box_sijibra h2{
    margin-top:40px !important;
    font-size: 20px;
    margin-bottom: 40px !important;
    color:#242424 !important;

}
.box_sijibra .panel-footer .btn-konsultasi{
background: transparent;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #FF6008;
    padding: 10px 40px;
}
.box_sijibra .panel-footer{
    text-align: center;
     background: #FFF; 
     border:0;
     padding-bottom: 30px !important;
     -webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
}
.box_sijibra .panel{
    border: 0px solid transparent; 

}
.box_sijibra .panel-default{
    margin-top: 100px !important;
    margin-left: 40px;
    margin-right: 0px;
}

.box_sijibra .panel-heading{
  text-align: center; 
font-size: 20px; 
background: #FFC107; 
padding-top: 20px; 
color: #fff; 
padding-bottom: 20px; 
border-top-left-radius: 0px;
border-top-right-radius: 0px; 
-webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
}
.box_sijibra .panel-body{
    background: #FFF;    
    padding:20px;
    min-height: 140px;
    max-height: 400px;
    -webkit-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
}

.box_sijibra .col-md-6 .box-kanan{
    padding-right:0 !important;
}
.box_sijibra .col-md-6 .box-kiri{
    padding-left:0 !important;
}




.baperin_ah2k img{
    width:60%;
}
.baperin_ah2k{
    text-align: center;
    background:#3A3A3A;
    margin:30px 0px;
    padding:60px 0px;
}

.client_banner h2{
    font-size:20px !important;
    color:#484848 !important;
    margin-bottom: 40px;
}

.kotak-most-wanted h2{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.kotak-most-wanted .thumbnail{
         padding: 0px !important;
         box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
            border:none;
       -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
border-radius: 10px;
   
}



.kotak-most-wanted .thumbnail .caption h3{
    margin-top:5px;
    color:#1E1E1E !important;
    }

    .btn-produk{
        border:1px solid #FF6008;
        color:#FF6008;
        border-radius: 10px;
        font-size: 12px;
        padding:5px 30px;
    }

    .tombol-produk{
        margin-top: 25px;
    }

    .single-news{
        margin-bottom: 20px;
    }

    .section_gallery {
        margin-top:30px !important;
        margin-bottom:55px !important;
    }
    
    .section_gallery h2{
        font-size: 25px !important;
    color: #484848 !important;
    margin-bottom: 40px;
    }

    .section_gallery .col-md-4{
        padding:0px;
        margin:0px;
    }

    .section_gallery .gambar_euy{
         opacity: 1;
  display: block;
  width: 100%;
  height: 230px;
  transition: .5s ease;
  backface-visibility: hidden;

    }

    

.section_gallery .card-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}



.section_gallery .card{
    opacity: 1;
    margin: 5px;
}

.section_gallery .card:hover .card-block {
  opacity: 0.7;

}


.section_gallery a {
color:#fff;
text-decoration: none
}
.section_gallery .card-text {
   color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.section_gallery .card-text .judul{
    display: block;
    width: 100%;
    font-size:30px;
    text-align: center;
}

.section_gallery .button-gallery{
    display: block;
    width:100%;
    margin-top: 20px;
    padding:10px 20px;
    border:1px solid #fff;
    border-radius: 10px;
}

.form-cari{
    margin: 5px 0px !important;
    height: 20px !important;
    font-family:Arial, 'FontAwesome';
    padding: 15px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 20px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !importan
}

.sidebar-produk{
    background: #fff;padding-top:20px;padding-bottom: 20px;
}

#map{
    width:600px;
     height:450px;
}
.nav-atas{
    margin-top:10px;
    margin-bottom: 10px;
}

.nav-atas a{
color:#fff;
margin-right: 2px;
    }

    .judul-website{
        color:#fff;
        font-size: 24px;
    }

    .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

 .navbar-default .navbar-toggle .icon-bar:hover {
    background-color: #fff !important;
}
.navbar-default .navbar-toggle{
    margin-top:20px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.social-top  a{
   font-size: 20px;

}
.produk-moswanted-category .caption{
border-top:0px solid #ddd;margin-top:10px;height:120px;
}
.produk-moswanted-category{
    padding: 20px 20px;
}

.social-top{
    margin-top: 18px;
}

.produk-moswanted-category .thumbnail{
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    border: none;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    border-radius: 10px;
}

.btn-warning {
    color: #fff;
    background-color: #ff8c15 !important;
    border-color: #ff8c15 !important;
}.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .gsc-control-cse {
    border-color: #FFC84D !important;
    background-color: #FFC84D !important;
    margin: 0px 0px 0px 40px; width:70% !important;
    height: 20px !important;
    
    
}
.gsc-input-box {
    margin: -4px 0px !important;
    border-radius: 20px !important;
    padding: 4px  !important;
    
}

.gsc-search-button {
    margin-left: -44px !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
   
    border-color: #FFF !important;
    background-color: #FFF !important;
    background-image: none ;
    border-radius: 20px !important;
    filter: none;
    padding: 4px  !important;
    margin-left: 300px;
   
   
    
    
}

.gsc-search-button-v2 svg {
    fill: #A3A3A3 !important;
}