@charset "utf-8";
@font-face {
  font-family: 'Regular';
  src: url("../fonts/Raleway-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Medium';
  src: url("../fonts/Raleway-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Semibold';
  src: url("../fonts/Raleway-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Thin';
  src: url("../fonts/Raleway-Thin.woff") format("woff");
}

@font-face {
  font-family: 'Light';
  src: url("../fonts/Raleway-Light.woff") format("woff");
}

@font-face {
  font-family: 'Bold';
  src: url("../fonts/Raleway-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamNarrow-Bold.woff") format("woff");
}

@-ms-viewport {
  width: device-width;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Medium';
  color: #6D6E71;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

p {
  font-size: 15px;
  line-height: 1.7;
}

a {
  color: #6d6e71;
  outline: 0px;
  text-decoration: none;
}

a:focus, a:active {
  outline: 0px;
  text-decoration: none;
}

a.btn:focus, a.btn:active {
  color: #fff !important;
  outline: 0px;
  text-decoration: none;
}

i.fa{
  font-size: 30px;
  margin-top: -7px;
}

input {
  color: #6D6E70;
  font-size: 12px;
  padding: 5px 5px;
  border: none;
}

.reservation-small {
  z-index: 9;
}

body > div:last-of-type > img{
display:none;
}

.input-group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #bcbec0;
  background-color: white;
  margin-top: 3px;
}

.input-group input {
  padding-top: 7px;
}

.input-group-addon {
  background-color: white;
  border: none;
}

.full-width-date {
  width: 100%;
}

textarea:focus, input:focus {
  outline: 0;
}

textarea {
  resize: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.box-shadow {
  box-shadow: inset 0px 40px 15px -40px rgba(0, 0, 0, 0.4);
}

.fullwidth {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.section-title {
  font-family: 'Bold';
  font-size: 32px;
  margin-top: 0px;
  color: #F25622;
}

.section-title.small {
  font-size: 40px;
}

.hr-dash {
  border-top: dashed #939598 2px;
  width: 90px;
}

.c-orange {
  color: #F26522;
}

.btn {
  font-family: 'Bold';
  background-color: #F7941E;
  color: #FFF;
  border-radius: 5px;
}

.btn:hover {
  background-color: #DF861E;
  color: #FFF;
}

.right-to-top {
  float: right
}

.main-content {
  padding-top: 30px;
  padding-bottom: 50px;
}

.header-row {
  box-shadow: 0px -20px 15px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9;
}

.navbar {
  padding: 0 117px;
  margin-bottom: 5px;
}

.navbar-nav {
  margin-top: 35px;
}

.navbar-default .navbar-nav > li > a, .secondary-nav > ul > li > a {
  font-family: 'SemiBold';
  color: #58595B;
  font-size: 21px;
  padding: 0 30px;
  padding-bottom: 20px;
}

.navbar-default .navbar-nav > li:first-of-type > a {
  padding-left: 0;
}

.navbar-default .navbar-nav > li:last-of-type > a {
  padding-right: 0;
}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a.nav-active, .secondary-nav li > a:hover{
  color: #F7941E;
}

.has-secondary{
	padding-bottom: 20px
}

.secondary-nav {
	position: absolute; 
	top: 40px; 
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	padding-top: 25px;
	background: #fff;
	list-style: none;
	display: none;
}

.secondary-nav ul{
	padding: 0;
	background: #fff;
	list-style: none;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4);

}

.has-secondary:hover > .secondary-nav{
	display: block;
}

.has-secondary ul > li{
	border: solid 1px #ccc;
	border-top: none;
}

.has-secondary ul  > li > a{
	display: block;
    text-align: center;
	padding: 10px 5px;
	font-size: 18px;
}

.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}

.csslider > input {
  display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}

.csslider > ul {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  background: none;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.csslider > ul > li {
  position: relative;
  display: inline-block;
  color: #5C3D1D;
  width: 100%;
  height: 360px;
  overflow: hiden;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.csslider > .navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csslider > .navigation > div {
  margin-left: -100%;
}

.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 6px;
  padding: 9px;
  background: #BABAB9;
}

.csslider > .navigation label:hover:after {
  opacity: 1;
}

.csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  background: #fff;
  border-radius: 50%;
  padding: 9px;
  opacity: 0;
}

footer {
  background: url(../img/bg-store.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0;
  padding-bottom: 50px;
}

footer p {
  font-size: 16px;
}

.copyright a {
  color: #fff;
}

.footer-title {
  font-family: 'Bold';
  color: #F26522;
  font-size: 24px;
  display: inline-block;
  border-bottom: dashed #939598 1px;
  line-height: 1;
  margin-bottom: 10px;
}

.footer-subtitle {
  font-family: 'Medium';
  color: #F7941E;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

footer input {
  border: solid 1px #ccc;
  padding: 7px 5px;
}

.copyright {
  background-color: #F7941E;
  padding: 10px 0;
  color: #FFF;
  font-size: 13px;
}


/*slider banner*/

.main-banner .csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  width: 100%;
}

.main-banner .csslider > input {
  display: none;
}

.main-banner .csslider > input:nth-of-type( 10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}

.main-banner .csslider > input:nth-of-type( 9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}

.main-banner .csslider > input:nth-of-type( 8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}

.main-banner .csslider > input:nth-of-type( 7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}

.main-banner .csslider > input:nth-of-type( 6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}

.main-banner .csslider > input:nth-of-type( 5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}

.main-banner .csslider > input:nth-of-type( 4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}

.main-banner .csslider > input:nth-of-type( 3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}

.main-banner .csslider > input:nth-of-type( 2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}

.main-banner .csslider > input:nth-of-type( 1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}

.main-banner .csslider > ul {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-banner .csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.main-banner .csslider > ul > li > div, .main-banner .csslider > ul > li > img {
  position: relative;
  z-index: 0;
}

.main-banner .csslider > ul > li.scrollable {
  overflow-y: scroll;
}

.main-banner .csslider > .navigation {
  position: absolute;
  width: 100%;
  bottom: 7px;
  left: 0;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-banner .csslider > .navigation > div {
  margin-left: 0;
}

.main-banner .csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #aaa;
}

.main-banner .csslider > .navigation label:hover:after {
  opacity: 1;
}

.main-banner .csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #F25622;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}

.main-banner .csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-banner .csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}

.main-banner .csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}

.main-banner .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after, .main-banner .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after, .main-banner .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after, .main-banner .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after, .main-banner .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after, .main-banner .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after, .main-banner .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after, .main-banner .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after, .main-banner .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after, .main-banner .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after, .main-banner .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1;
}

.main-banner-description {
  background: url(../img/gradient-home.png) no-repeat;
  background-size: cover;
  padding-left: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 590px;
  display: table;
}

.banner-box {
  border-radius: 10px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

.main-banner .banner-box > div {
  -webkit-box-shadow: 6px 6px 23px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 6px 23px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 6px 23px -9px rgba(0, 0, 0, 0.75);
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  max-width: 470px;
  float: right;
  margin-right: 40px;
}

.main-banner .banner-box > div > div {
  border-radius: 5px;
  border: solid 1px #F7941E;
  padding: 20px;
}

.main-banner-title {
  font-family: 'Semibold';
  font-size: 36px;
  color: #F7941E;
}

.main-banner-subtitle {
  font-weight: bold;
  color: #6d6e71;
  display: inline-block;
}

.main-banner-content {
  color: #6d6e71;
}

.main-banner-image {
  width: 100%;
}

.banner-image-container {
  position: absolute;
  height: 100%;
  max-height: 620px;
  overflow: hidden;
}

.banner-image-container.fullwidth {
  position: absolute;
  width: 100%;
  min-width: 700px;
  max-height: 620px;
  overflow: hidden;
}

.banner-image-container img {
  min-width: 500px;
}

.footer-banner .main-banner-description {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 460px;
  display: table;
}

.footer-banner .banner-box {
  display: table-cell;
  vertical-align: middle;
  float: none;
  box-shadow: none;
  background: none;
}

.home-product-section {
  margin-top: -5px;
}

.home-recipe-section {
  background: url(../img/bg-resep.jpg) left bottom no-repeat;
}

.recipe-space {
  height: 360px;
}

.view-all-news {
  text-align: right;
}

.news-item {
  border: solid 3px transparent;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
}

.news-item:hover {
  border: solid 3px #F7941E;
}

.news-item img {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.news-description {
  padding: 15px;
  text-align: left;
}

.home-sosmed-section {
  background: url(../img/bg-sosmed.jpg) center top no-repeat;
  background-size: cover
}

.home-sosmed-section iframe#twitter-widget-0 {
  width: 300px !important;
}

.fb-widget > div, .tw-widget iframe, .ig-widget > div {
  width: 100%;
  max-width: 300px;
  overflow-x: auto;
  border-radius: 10px !important;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

.ig-widget > div {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 400px;
  background: #fff;
  overflow-y: auto;
}

ul.instansive li {
  padding-bottom: 60% !important;
}

.home-availablelocation .csslider > .arrows {
  position: absolute;
  left: 0px;
  right: 0;
  top: 50%;
  width: 100%;
  height: 26px;
  z-index: 10;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.home-availablelocation .csslider > .arrows label {
  display: none;
  position: absolute;
  left: 30px;
  top: -50%;
  padding: 13px;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}

.home-availablelocation .csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}

.home-availablelocation .csslider > .arrows label:after {
  display: none;
}

.home-availablelocation .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last, .home-availablelocation .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0), .home-availablelocation .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1), .home-availablelocation .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2), .home-availablelocation .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3), .home-availablelocation .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4), .home-availablelocation .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5), .home-availablelocation .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6), .home-availablelocation .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7), .home-availablelocation .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8), .home-availablelocation .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9), .home-availablelocation .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: -40px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url(../img/panah-kiri.png);
  background-size: cover;
}

.home-availablelocation .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last, .home-availablelocation .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0):hover, .home-availablelocation .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1):hover, .home-availablelocation .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2):hover, .home-availablelocation .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3):hover, .home-availablelocation .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4):hover, .home-availablelocation .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5):hover, .home-availablelocation .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6):hover, .home-availablelocation .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7):hover, .home-availablelocation .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8):hover, .home-availablelocation .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9):hover, .home-availablelocation .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10):hover {
  background-image: url(../img/panah-kiri-hover.png);
}

.home-availablelocation .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first, .home-availablelocation .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2), .home-availablelocation .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3), .home-availablelocation .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4), .home-availablelocation .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5), .home-availablelocation .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6), .home-availablelocation .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7), .home-availablelocation .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8), .home-availablelocation .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9), .home-availablelocation .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10), .home-availablelocation .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11), .home-availablelocation .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: -40px;
  left: auto;
  width: 40px;
  height: 40px;
  background-image: url(../img/panah-kanan.png);
  background-size: cover;
}

.home-availablelocation .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first, .home-availablelocation .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2):hover, .home-availablelocation .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3):hover, .home-availablelocation .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4):hover, .home-availablelocation .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5):hover, .home-availablelocation .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6):hover, .home-availablelocation .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7):hover, .home-availablelocation .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8):hover, .home-availablelocation .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9):hover, .home-availablelocation .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10):hover, .home-availablelocation .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11):hover, .home-availablelocation .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12):hover {
  background-image: url(../img/panah-kanan-hover.png);
}

.home-availablelocation .csslider > ul > li {
  height: auto;
  margin-left: -3px;
}

.available-item {
  margin-top: 50px;
  text-align: center;
}

.available-item img {
  max-width: 175px;
}

.select-label {
  max-width: 200px;
  float: right;
  font-size: 18px;
}

.select {
  padding: 4px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #808285;
  border: solid 1px #808285;
  background-color: #f6f6f6;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: window;
  appearance: none;
  cursor: pointer;
  padding-right: 30px;
}

label {
  position: relative
}

label:after {
  content: '>';
  font: 18px "Consolas", monospace;
  color: #F7941E;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 4px;
  top: 8px;
  padding: 0 0 0px;
  border-bottom: 0px solid #bcbec0;
  position: absolute;
  pointer-events: none;
}

label:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  display: block;
}


/* wai?
option:first-of-type{
  display:none;
} */

.story-banner .main-banner-description {
  background: url(../img/gradient-story.png) no-repeat right;
  padding-left: 0;
}

.story-banner .main-banner-title {
  font-family: 'Semibold';
  font-size: 32px;
  color: #F25622;
}

.story-banner .main-banner-content {
  color: #6d6e71;
}

.mushrooms-image {
  margin-right: -20%;
  float: right;
  width: 110%;
}

.herbs-spices-image {
  margin-left: -40%;
  width: 110%;
}

.veggies-image {
  margin-right: -30%;
  float: right;
  width: 120%;
}

.sweet-desserts-image {
  margin-left: -40%;
  width: 110%;
}

.product-icon {
  float: left;
  margin-right: 20px;
}

.product-category {
  font-family: 'Bold';
  font-size: 32px;
  color: #F7941E;
  line-height: 1;
  height: 70px;
  vertical-align: middle;
  display: table-cell;
}

.story-unique-section {
  background: url(../img/usp-background.jpg) center no-repeat;
  background-size: cover;
}

.unique-section > div {
  margin-top: 10px;
  margin-bottom: 10px;
}

.unique-section > div > div {
  padding: 15px;
}

.unique-section p {
  color: #FFF;
}

.unique-title {
  font-family: 'Bold';
  font-size: 24px;
  color: #F7941E;
  margin-bottom: 20px;
  line-height: 1.3;
}

.story-recipe-section {
  background: url(../img/resep-background2.png) right bottom no-repeat;
}

.story-recipe-section .recipe-image {
  height: 380px;
}

.footer-banner .product-banner .main-banner-description {
  background: none;
  background-size: cover;
  padding-left: 80px;
}

.footer-banner .product-banner .banner-image-container {
  right: 0;
}

.footer-banner .product-banner .main-banner-content, .footer-banner .product-banner .main-banner-title {
  max-width: 410px;
}

.product-banner .main-banner-image {
  height: auto;
  width: 100%;
}

.product-banner .main-banner-description {
  background: url(../img/gradient-product.png) no-repeat;
  background-size: cover;
}

.product-banner .main-banner-title {
  font-family: 'Semibold';
  font-size: 32px;
  color: #F16522;
  line-height: 1.3;
}

.product-container a h3 {
  font-family: 'Medium';
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 50px;
}

.product-container a:hover h3 {
  color: #F69321;
}

.product-image-container {
  text-align: right
}

.product-image {
  max-width: 100%;
}

.footer-banner .story-banner .main-banner-description {
  background: url(../img/footer-gradient-product.png) no-repeat;
  background-size: cover;
  padding-left: 200px;
}

.productdetail-container .detail-section {
  border-right: solid 1px #F7941E;
}

.productdetail-banner .banner-box > div {
  max-width: 445px;
  width: 100%;
  margin-right: 0;
}

.productdetail-banner .banner-image-container {
  float: right;
}

.productdetail-banner .main-banner-description {
  background: none;
  padding-left: 0px;
  padding-right: 120px;
  height: 440px;
}

.product-name {
  font-family: 'Bold';
  font-size: 35px;
  color: #F26522;
  margin-top: 0;
}

.product-alt-name {
  font-family: 'Medium';
  font-size: 21px;
  color: #6d6e71;
  margin-bottom: 20px;
  margin-top: 0;
  font-style: italic;
}

.description-title {
  font-family: 'Medium';
  font-size: 26px;
  color: #F26522;
  margin-top: 30px;
}

.description-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.description-content ul li {
  background: url(../img/check.png) no-repeat left top;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 40px;
  margin-top: 10px;
}

.banner-box .description-content p:last-of-type{
  margin: 20px 0px 0px;
}

.banner-box .description-content a {
    outline: 0px;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-right: 7px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Bold';
    background-color: #F7941E;
    color: #FFF;
    border-radius: 5px;
}

.banner-box .description-content a:hover {
    background-color: #DF861E;
    color: #FFF;
}

.productdetail-container .detail-section .product-image {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}

.share-text {
  float: left;
  display: inline-block;
  margin-top: 25px;
}

.socmed-share {
  display: inline-block;
  float: right;
  margin-top: 20px;
}

.socmed-share img {
  width: 30px;
  margin-left: 10px;
}

.nutrition-section img {
  max-width: 115px;
}

.step-section img {
  width:100%;
  max-width:500px;
  margin:0 auto;
}

.step-section ol {
  padding-left: 20px;
}

.step-section ol li {
  margin-top: 25px;
}

.related-section {
  text-align: center;
}

.related-section .section-title {
  font-size: 26px;
}

.related-recipe-item, .news-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}

.related-recipe-image {
  border-radius: 10px;
  max-width: 150px;
  width: 100%;
}

.related-recipe-title, .news-title {
  font-family: 'Bold';
  font-size: 18px;
  color: #6d6e71;
  text-align: left;
}

.related-recipe-item a:hover .related-recipe-title {
  color: #F69321;
}


.recipe-banner .main-banner-description {
  background: none;
  padding-top: 140px;
  padding-bottom: 140px;
}

.recipe-banner .main-banner-title {
  font-family: 'Semibold';
  font-size: 36px;
  color: #6d6e71;
}

.recipe-banner .banner-box > div {
  background: rgba(255, 255, 255, 0.8)
}

.popular-icon {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F25622;
  padding: 3px;
}

.popular-icon-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: dotted 2px #fff;
  text-align: center;
}

.popular-icon-inner p {
  font-family: 'Gotham';
  margin-top: 22px;
  color: #fff;
  font-size: 15px;
}

.search-icon {
  float: left;
  width: 25px;
}

.filter-section {
  margin-top: -25px;
}

.filter-section h4 {
  color: #F69321;
  margin-top: 2px;
  margin-left: 5px;
  float: left;
  font-family: 'Bold';
}

.select-label {
  max-width: none;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: block;
  position: relative;
  font-family: 'Medium';
  text-align: left;
  font-size: 16px;
  color: #6d6e71;
  border: none;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 4px 10px;
  border-radius: 5px;
  color: #808285;
  border: solid 1px #808285;
}

.styledSelect:active, .styledSelect.active, .styledSelect.active:after {
  background-color: #F7941E;
  color: #fff;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0px 0;
  margin: 0 0;
  padding: 0px 0;
  list-style: none;
  background-color: white;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.35);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 10px 10px;
  background: #f6f6f6;
}

.home-availablelocation .options li:first-of-type {
  display: block;
}

.options li:hover {
  background-color: #F7941E;
  color: white;
}

.styledSelect:after {
  content: '>';
  font: 18px "Consolas", monospace;
  color: #808285;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 5px;
  top: 7px;
  line-height: 1;
  padding: 0 0 0px;
  border-bottom: 0px solid #bcbec0;
  position: absolute;
  pointer-events: none;
}

.styledSelect:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  display: block;
}

.recipe-banner .news-date {
  margin-top: 24px;
}

.recipe-item img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-width: 370px;
}

.recipe-item h3 {
  height: 60px;
  line-height: 1.2;
  padding: 0 10px;
  font-family: 'Semibold';
  font-size: 21px;
}

.recipe-item a:hover h3 {
  color: #F69321;
}

.header-section {
  background: url(../img/bg-kayu.jpg) center no-repeat;
  background-size: cover;
}

.recipe-image-container {
  max-height: 330px;
  overflow: hidden;
  text-align: center;
}

.recipedetail-container .recipe-image {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.tag-list {
  border-top: dotted #939598 2px;
  border-bottom: dotted #939598 2px;
}

.tag-icon {
  float: left;
  margin: 15px 0px;
}

.tag-item p {
  margin-top: 22px;
  margin-left: 45px;
}

.recipedetail-container .socmed-share {
  float: none;
}

.ingredient-section {
  border-bottom: solid 1px #F69321;
  padding-bottom: 60px;
}

.ingredient-section .section-title, .cookstep-section .section-title {
  font-size: 26px;
}

.ingredient-image {
  border-radius: 15px;
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
}

.ingredient-list ul{
  padding-left: 20px;
}

.ingredient-list li {
  margin-bottom: 5px;
}

.ingredient-list a {
  color: #F25622;
  font-family: 'Bold';
}

.cookstep-image {
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
}

.facebook-section {
  border-right: solid 2px #ddd;
}

.footer-banner .recipedetail-banner .main-banner-description {
  background: none;
}

.footerbanner-section {
  background: url(../img/footer-bg-resep.jpg) left repeat-y;
  background-size: 100%;
}

.footerbanner-section img {
  width: 100%;
  max-width: 500px;
}

.news-container .section-title, .newsdetail-container .section-title {
  font-size: 22px;
  color: #6d6e71;
}

.news-slider-image {
  border-radius: 10px;
  width: 100%;
}

.news-slider-title {
  font-family: 'Bold';
  font-size: 32px;
  color: #F25622;
  line-height: 1.4;
}

.news-date span {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase
}

.news-date {
  font-size: 15px;
}

.news-title {
  color: #F25622;
  margin-top: 10px;
  line-height: 1.5;
}

.news-image {
  border-radius: 10px;
  max-width: 330px;
  width: 100%;
  margin-bottom: 10px;
}

.reccomended-section .news-box {
  border-bottom: none;
}

.reccomended-section .news-image {
  max-width: none;
}

.reccomended-section .news-title {
  font-size: 22px;
  height: 105px;
  overflow: hidden;
}

.newsdetail-container .detail-section {
  padding-right: 30px;
  padding-left: 0;
  overflow: hidden;
}

.newsdetail-container .detail-section > div {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 130px;
  padding-right: 40px;
  margin: 0;
}

.newsdetail-container .detail-section .col-sm-12 > p img{
  width:100% !important;
  height:auto !important;
  margin:auto !important;
}

.newsdetail-container .detail-section .news-title {
  font-size: 36px;
  text-align: center;
}

.date-socmed {
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
}

.trending-section {
  background: #FFFDED;
}

.newsdetail-container .trending-section {
  padding-right: 110px;
  padding-left: 20px;
}

.newsdetail-container .trending-section .news-box {
  margin: 0;
}

.other-banner {
  height: 350px;
  width: 100%;
  background: url(../img/other-banner.jpg) center top no-repeat;
  background-size: 100%;
}

.other-banner h3 {
  width: 100%;
  font-size: 36px;
  font-family: 'Bold';
  text-align: center;
  margin-top: 200px;
  color: #F26522;
}

.company-logo img {
  width: 100%;
  max-width: 280px;
  margin-top: 5px;
}

.company-link span {
  color: #F26522;
}

.panel-default>.panel-heading {
  background: none;
  padding: 0;
  border-top: 2px solid rgba(180, 180, 180, 0.1);
  padding-top: 20px;
}

.panel-default:first-of-type>.panel-heading {
  border-top: 0;
}

.panel-default {
  border: 0;
  box-shadow: none;
}

.panel-default {
  margin-bottom: 10px;
}

.panel-group .panel {
  margin-bottom: 25px;
}

.panel-title a {
  outline: 0 !important;
  border: none !important;
  text-decoration: none !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}

.accordion-title {
  font-family: 'SemiBold';
  font-size: 21px;
  color: #F26522;
  line-height: 1.4;
}

.accordion-title-icon {
  float: left;
  overflow: auto;
  position: absolute;
  top: 0;
}

.accordion-title div {
  padding-left: 0px;
  padding-right: 60px;
}

a .arrow-accordion {
  float: right;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

a.collapsed .arrow-accordion {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.panel-body {
  font-size: 1.5em;
  width: 100%;
  padding: 0 30px;
  padding-top: 20px;
  margin: 0 auto;
}

.panel-body, .panel-body ol li div, .panel-body ol li div ul li {
  color: #808080;
  font-size: 18px;
}

.panel-body > ul {
  margin-top: -10px;
  margin-bottom: 15px;
}

.panel-body > ul li {
  margin-left: 50px;
  padding-left: 20px;
}

.accordion-title {
  position: relative;
}

.panel-body p.accordion-content {
  font-size: 1em;
}

.panel-body ol > li {
  color: #808080;
  margin-bottom: 35px;
  padding-left: 10px;
  line-height: 1.5;
}

.panel p.accordion-content {
  margin-bottom: 15px;
  line-height: 1.5;
  background-position: 0 3px;
}

.panel p.term-content {
  margin-bottom: 15px;
}

.panel p.term-content.note {
  font-size: 0.8em;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.panel-body ol li ul li {
  margin-bottom: 5px;
  list-style: disc;
}

.panel-body ol li ul li ul li {
  list-style: circle;
}

.sitemap-container h4 {
  font-family: 'Bold';
  font-weight: bold;
  padding: 30px 0;
}


/*placeholder*/

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6D6E70;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6D6E70;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6D6E70;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6D6E70;
}

@media only screen and (max-width: 1329px) {
  .product-banner .main-banner-image {
    height: 100%;
    width: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0 25px;
    padding-bottom: 20px;
  }
  .navbar {
    padding: 0 50px;
  }
  .story-banner .main-banner-description, .main-banner-description, .product-banner .main-banner-description, .productdetail-banner .main-banner-description, .recipe-banner .main-banner-description, .recipedetail-banner .main-banner-description {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: auto;
    margin-top: -70px;
    background: none;
    height: auto;
  }
  .footer-banner .story-banner .main-banner-description, .footer-banner .recipedetail-banner .main-banner-description, .footer-banner .product-banner .main-banner-description {
    height: auto;
    margin: 20px auto;
    padding: 0 20px;
    background: none;
  }
  .main-banner-title {
    margin-top: 80px;
  }
  .banner-box > div, .main-banner .banner-box > div, .productdetail-banner .banner-box >div {
    float: none;
    margin: 0 auto;
    width: 70%;
    max-width: none;
  }
  .main-banner-image, .product-banner .main-banner-image {
    width: 100%;
    height: auto;
  }
  .footer-banner .banner-image-container {
    max-height: 450px;
  }
  .banner-image-container, .banner-image-container.fullwidth {
    width: 100%;
    position: relative;
  }
  .home-recipe-section .col-lg-4 {
    text-align: center;
  }
  .select-label {
    float: none;
  }
  .related-recipe-title {
    text-align: center;
  }
  .recipe-banner .banner-box {
    margin-right: auto;
  }
  .recipe-container.main-content {
    padding-top: 0;
  }
  .newsdetail-container .detail-section > div {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 40px;
    margin: 0;
  }
  .newsdetail-container .trending-section {
    padding-right: 100px;
  }
  [class^="col-lg"].right-to-top {
    float: none;
  }
  .footer-banner .banner-box {
    text-align: center;
    max-width: none !important;
  }
  .banner-box .description-content p:last-of-type{
    text-align: center;
  }
  .banner-box .description-content a{
    display: block;
    margin-right:0px;
  }
  .banner-box .description-content a:not(:first-of-type){
    margin-top: -15px;
  }
}

@media only screen and (max-width: 991px) {
  .right-to-top {
    float: none;
  }
  [class^="col-sm"].right-to-top {
    float: right;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 30px !important;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
  .copyright {
    text-align: center;
  }
  .related-recipe-title {
    text-align: left;
  }
  .productdetail-container .detail-section, .newsdetail-container .detail-section, .facebook-section {
    border-right: none;
    border-bottom: none;
  }
  .facebook-section {
    height: auto;
  }
  .newsdetail-container .detail-section {
    padding-right: 0;
  }
  .newsdetail-container .detail-section > div {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 70px;
    padding-right: 70px;
    margin: 0;
  }
  .newsdetail-container .trending-section {
    padding-left: 70px;
    padding-right: 70px;
  }
  .view-all-news {
    text-align: center;
    margin-top: 10px;
  }
  i.fa {
    margin-top: 0px;
  }
  .home-recipe-section {
	background: url(../img/bg-resep.jpg) 25% 100% no-repeat;
  }
	.has-secondary{
		padding-bottom: 0px
	}

	.secondary-nav {
		position: relative; 
		top: 2px;
		padding-top: 0px;
		display: block;
		padding-left: 50px;
		padding-bottom: 20px;
	}

	.secondary-nav ul{
		display: inline-block;
		padding: 0;
		box-shadow: none;
	}

	.has-secondary ul > li{
		border: none;
		border-bottom: solid 1px #ccc;
		border-left: solid 1px #ccc;
		padding-left: 10px;
		padding-right: 10px;
	}

	.has-secondary ul  > li > a{
		line-height: 1;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
  .navbar {
    padding: 0 20px;
  }
  .footer-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .product-image-container {
    text-align: left;
  }
  .socmed-share {
    float: none;
  }
  .filter-section {
    max-width: 400px;
    margin: 0 auto;
  }
  [class^="col-sm"].right-to-top {
    float: none;
  }
  .date-socmed {
    text-align: center;
  }
  .newsdetail-container .detail-section > div, .newsdetail-container .trending-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .reccomended-section .news-title {
    height: auto;
  }


}

@media only screen and (max-width: 600px) {
  .banner-box > div, .main-banner .banner-box > div, .productdetail-banner .banner-box >div {
    width: 90%;
  }
}

@media only screen and (max-width: 450px) {
  .main-banner-title, .section-title {
    font-size: 28px !important;
  }
  .news-box .col-xs-3, .news-box .col-xs-9 {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .step-section img {
    float: none;
  }
  .step-section p {
    padding-left: 0px;
  }
  .tag-item {
    width: 100%;
  }
}