@font-face {
  font-family: 'Titilium';
  font-style: bold;
  font-weight: 400;
  src:url(../fonts/TitilliumWeb-Regular.ttf) format('truetype');
}

h1,h2,h3,h4,h5, nav ul a{
font-family: 'Titilium', sans-serif;
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-48 { font-size: 48px; }

a{
  color:#eee;
}
.container{
  width:90%!important;
}
.brand-logo img{height:60px;}
.tabs .tab{width:33%;}
.no-margin{margin:0!important;}
section{
  padding-top:20px;
  padding-bottom:40px;
}
@media only screen and (max-width : 991px) {
  section{
    padding-top:20px;
    padding-bottom:60px;
  }
}
@media only screen and (min-width : 992px) {
  header, main, nav, footer{
    padding-left:300px!important;
    padding-right:300px!important;
  }
  .fixed-action-btn{
    right:310px!important;
  }
}
/*============================Material-Icons========================================*/
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/*==================================NAV============================================*/
nav{
  background-color:#827717;
}
nav ul a{
  font-weight: bold;
  padding: 0 30px;
}
.fixed-action-btn {
  right: 10px;
  bottom: 40px;
}

nav ul a:hover {
  background-color: #8F640D;
}
nav form {
  /*margin-left: 180px;*/
  width: 300px;
}
.dropdown-content {
  background-color: #8F640D;
}
.dropdown-content li>a, .dropdown-content li>span {
  color: #fff;
}

nav.nav-extended{
  background: url(../img/bg-admin-1000x200px.jpg);
  background-size: cover; 
  background-color: #8F640D;
}


/*==================================CAROUSEL MENU============================================*/

.carousel.carousel-slider .carousel-fixed-item{
  bottom:84px;
}
.carousel-item img{
height: 300px;
width: 300px !important;
}

.carousel.carousel-slider .carousel-fixed-item h2{
  margin:0;
}
/*========================================MENU ITEM==========================================*/
#menu-rk2a .card{
  border-radius: 20px
}
#menu-rk2a .card .card-image{
  border-radius: 20px 20px 0 80px;
}
#menu-rk2a .card .card-image:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.1), rgba(0,0,0,0.9));
  background-size: 100% 100%;
}
#menu-rk2a .card .card-content .card-title {
  font-size: 16px;
  font-weight: 600;
}
#menu-rk2a .card .card-content{
  padding:10px;
}
#menu-rk2a .card .menu-price{
  text-shadow: 1px 1px 1px #000;
  left:auto;
  right:0;
  top:0;
  bottom:auto;
  font-size:48px;
  font-weight: 800;
  color:#fff;
  padding:0 20px;
}
#menu-rk2a h4{font-weight:400;}
#menu-rk2a .pesen-row{
  /*background-color: rgba(0,0,0,0.5);*/
  position: absolute;
  bottom: 32px;
  right: 0;
  height: auto;
  width: 50%;
}
.menu-item{    
  position: relative;
  bottom: 0%;
  transform: translateY(0%);
}
.menu-item .order{
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  /*text-shadow: 1px 1px 1px #000;*/
}
.menu-caption{
  background-color:rgba(0,0,0,0.8);
  padding:20px;
}
.pesen-txt{
  position: absolute;
  top: -34px;
  right: 40px;
  font-size: 60px!important;
  height: 60px!important;  
  color: #fff;
  text-align: right;
  border-bottom: 0!important
}
.minus-btn, .plus-btn{
  position: absolute;
  height: 25px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  color: #000;
  right: 10px;
}
.minus-btn{
  top: 0px;  
  border-radius: 0 0 15px 15px;
}
.plus-btn{
  top: -26px;  
  border-radius: 15px 15px 0 0;
}
.minus-btn:hover,.plus-btn:hover,.minus-btn:focus,.plus-btn:focus{
  background-color: #260000;
  color:#fff;
}
/*=======================================================OWL CAROUSEL===============================================*/
/*// RESTYLE OWL CAROUSEL NAVS WITH MATERIAL ICONS*/
/*// Reference: http://stackoverflow.com/a/36889571/2218697*/
.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'Material Icons';
    font-size: 4rem;
}
.owl-nav {height:0;margin:0;}
.owl-carousel .owl-nav .owl-prev:before{
    font-family: "Material Icons";
    content: "\E5CB";
    font-size: 4rem;
    margin-left:16px;
    position: absolute;
    top: 40%;
    left: 0px;
    height: auto;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.1),
                 0px 0px 8px rgba(0,0,0,0.05),
                 0px 0px 12px rgba(0,0,0,0.05);
}
.owl-carousel .owl-nav .owl-next:after{
    font-family: "Material Icons";
    content: "\E5CC";
    font-size: 4rem;
    margin-right: 16px;
    position: absolute;
    top: 40%;
    right: 0px;
    height: 100%;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.1),
                 0px 0px 8px rgba(0,0,0,0.05),
                 0px 0px 12px rgba(0,0,0,0.05);
}

/* =============================================Horizontal Line============================================= */

hr {
  border-color: rgba(255,255,255,.3);
}

.hr-line {
  /*background: #E2E2E2;*/
  height: 1px;
  position: relative;
  width: 40%;
  top: 0%;
  left: 50%;
  transform: translateX(1%) translateY(-0%);
  -webkit-transform: translateX(1%) translateY(-0%);
  -moz-transform: translateX(1%) translateY(-0%);
  -ms-transform: translateX(1%) translateY(-0%);
  margin:10px 0;
}

.hr-line i {
  position: relative;
  top: -10px;
  /*background: #fff;*/
  color: #d07a26;
}

.divider{
    color:#ccc;
    width:70%;
    margin:20px auto;
    overflow:hidden;
    text-align:center;   
    line-height:1.2em;
}

.hr-line:before, .hr-line:after{
    content:"";
    vertical-align:top;
    display:inline-block;
    width:50%;
    /*height:0.65em;*/
    border-bottom:2px solid #ccc;
    margin:0 2% 0 -55%;
}
.hr-line:after{
    margin:0 -55% 0 2%;
}

/* =============================================Footer============================================= */
.page-footer{
  background-color:#8F640D; 
}
.footer-fixed{
  position: fixed;
  bottom:0;
  left:0;
  width: 100%;
  z-index: 99;
}

/*============================================CARD-ORDER=========================================*/
.card-order{
  margin:20px 0;
}
.card-order .card-content, .card-order .card-action{
  padding:5px;
  line-height: 30px;
}
.card-order .garis{
  border-top:1px solid #8F640D;
}
.card-order .row{
  margin-bottom:0px;
}