body {
	font-family: 'Mitr', sans-serif;
}
html, body {
    overflow-x: hidden;
}
.desktop {
    display:block;
}
.mobile {
    display:none;
}
@media (max-width: 992px) {
	.desktop {
    display:none;
    }
    .mobile {
    display:block;
    }
}
#layout-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
}
.nav-link-sosmed {
	padding: 0.5rem 0rem;
	color:#E21726;
	font-size: 18px;
}
.nav-link-sosmed:hover, .nav-link-sosmed:focus {
	text-decoration: none;
	color:#FFC715;
}
.nav-link {
	padding: 0.5rem 1.5rem;
	color:#3A2D2E;
	font-size: 16px
}
.nav-link:hover, .nav-link:focus {
	text-decoration: none;
	color:#E21726;
}
.nav-logo {
	width: 15em;
}
.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0.7rem;
	    padding-left: 0.7rem;
	}
#ldc-header .dropdown {
    margin-left: 1rem;
}
#ldc-header .btn-secondary {
    color: #3A2D2E;
    background-color: #fff;
    border-color: #E21726;
}
#ldc-header .dropdown-menu {
	padding:0; min-width: 8rem;
}
#ldc-header .btn {
    padding: 0 5px;
}
#ldc-header .dropdown-item {
	padding: 5px;
}
#ldc-header select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: #5c6664;
   background-image: none;
   flex: 1;
   padding: 0 .5em;
   color:#fff;
   cursor:pointer;
   font-size: 1em;
   font-family: 'Open Sans', sans-serif;
}
#ldc-header select::-ms-expand {
   display: none;
}
#ldc-header .select {
   position: relative;
   display: flex;
   width: 20em;
   height: 3em;
   line-height: 3;
   background: #5c6664;
   overflow: hidden;
   border-radius: .25em;
}
#ldc-header .select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #2b2e2e;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
#ldc-header .select:hover::after {
   color: #23b499;
}
#home-banner .carousel-caption {
	position: absolute;
	right: 65%;
	bottom: 20px;
	left: 12%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #3A2D2E;
	text-align: left;
	top:125px;
}
#home-banner .carousel-caption h1{
	color: #E21726;
	padding-bottom: 20px
}
#home-banner .carousel-control-prev, #home-banner .carousel-control-next {
    position: absolute;
    bottom: 6px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #E21726;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
}
#home-banner .carousel-control-prev {
    left: 40%;
}
#home-banner .carousel-control-next {
    right: 40%;
}
#horeka .carousel-control-prev, #horeka .carousel-control-next {
    position: absolute;
    bottom: 6px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #E21726;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
}
#horeka .carousel-caption {
  position: absolute;
  right: 15%;
  top: 35%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #E21726;
  text-align: center;
}
#horeka .carousel-caption p{
  color: #3A2D2E;
}
#horeka .carousel-control-prev {
    left: 40%;
}
#horeka .carousel-control-next {
    right: 40%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-dragon {
    color: #fff;
    background-color: #E21726;
    border-color: #E21726;
}
.btn-dragon:hover {
	color: #fff;
	background-color: #FFC715;
	border-color: #FFC715;
}
.btn-dragon:focus, .btn-dragon.focus {
 	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-dragon:not(:disabled):not(.disabled):active, .btn-dragon:not(:disabled):not(.disabled).active,
.show > .btn-dragon .dropdown-toggle {
	color: #fff;
	background-color: #FFC715;
	border-color: #FFC715;
}
.btn-dragon:not(:disabled):not(.disabled):active:focus, .btn-dragon:not(:disabled):not(.disabled).active:focus,
.show > .btn-dragon .dropdown-toggle:focus {
 	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-dragon-white {
    color: #E21726;
    background-color: #fff;
    border-color: #fff;
}
.btn-dragon-white:hover {
	color: #E21726;
	background-color: #FFC715;
	border-color: #FFC715;
}
.btn-dragon-white:focus, .btn-dragon-white .focus {
 	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-dragon-white:not(:disabled):not(.disabled):active, .btn-dragon-white:not(:disabled):not(.disabled).active,
.show > .btn-dragon-white .dropdown-toggle {
	color: #E21726;
	background-color: #FFC715;
	border-color: #FFC715;
}
.btn-dragon-white:not(:disabled):not(.disabled):active:focus, .btn-dragon-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-dragon-white .dropdown-toggle:focus {
 	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.wyswyg {
	text-align: center;
}
#home-about-one {
	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-home-about-one.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom; 
}
#home-about-one .wyswyg {
	max-width: 900px;
	margin: 3rem auto 3em;
	color: #3A2D2E;
}
#home-about-one .wyswyg h1{
	color: #E21726;
}
#home-about-one .wyswyg h2{
	color: #F95900;
	margin-bottom: 1rem;
	font-size: 2.5rem;
}
#home-about-one .wyswyg p{
	max-width: 700px;
	margin: 0 auto 0;
	margin-bottom: 2rem;
}
#home-about-one .wyswyg h3{
	font-family: 'Caveat', cursive;
	font-size: 3rem;
	margin-top:1rem;
	transform:rotate(-2deg) translateX(-1%);
	color: #E21726;
}
#home-about-two .wyswyg{
	text-align: left;
	color: #fff;
}
#home-about-two .wyswyg h2{
	padding-top: 4em;
	margin-bottom: 0;
}
#home-about-two .wyswyg h1{
	font-family: 'Caveat', cursive;
	font-size: 4rem;
	color: #FFC715;
}
#home-about-two .wyswyg p{
	padding-bottom: 3em;
}
#home-about-two {
	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-home-about-two.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
#home-about-two-after {
	background-color: #FFC715;
	color: #E21726;
}
#home-about-two-after h4 {
	padding: 1rem 0;
	margin-bottom: 0;
	font-weight: bold;
}
#home-about-two-after .wyswyg a {
	color: #E21726;
}
#home-about-two-after .wyswyg a:hover {
	color: #fff;
	text-decoration: none;
}
#home-about-two-after img {
	width:30px;
}
#home-about-three .first .wyswyg h2,
#home-about-three .second .wyswyg h2{
	margin-top: 3em; 
	color: #E21726;
}
#home-about-three .first{
	margin-top: 5em;
}
#home-about-three .second{
	margin-top: 5em;
}
#home-about-three .third{
	padding-top: 5em;
	padding-bottom: 5em;
	background-color: #E21726;
	color: #fff;
}
#home-about-three .third .wyswyg h2{
	margin-top: 1.5em; 
}
#home-product {
	padding: 7rem 0;
}
#home-product .wyswyg {
	color: #E21726;
}
#home-product .wyswyg h2{
	margin-bottom: 5rem;
}
#home-product .wyswyg h4{
	margin-bottom: 0;
}
#home-product .wyswyg h1{
	font-family: 'Caveat', cursive;
	font-size: 3rem
}
#home-product img{
	padding-top: 3rem;
}
footer .list-item {
	list-style-type: none;
	padding-left: 0;
}
footer .list-item a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
footer .list-item a:hover {
	color: #FFC715;
	text-decoration: none;
}
#footer {
	padding: 4rem 0;
	background-color: #E21726;
	color:#fff;
}
footer .wyswyg {
	text-align: left;
}
footer .wyswyg p{
	margin-bottom: 0;
	font-size: 12px;
}
footer .wyswyg h5{
	font-size: 12px;
	font-weight: bold;
}
footer .item-kontak a {
	color: #fff;
}
footer .item-kontak a:hover {
	color: #FFC715;
	text-decoration: none;
}
footer .form-control {
    display: inline-block;
    width: auto;
    height: calc(1em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #EF2F16;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 50px 0px 0px 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-subscribe {
	font-size: 10px;
	background-color: #EF2F16;
	color: #fff;
	border-radius: 0px 50px 50px 0px;
	border:none; 
}
.btn-subscribe:hover {
	font-size: 10px;
	background-color: #FFC715;
	color: #fff;
	border-color: none;
}
footer .form-control::placeholder {
	color: #EF2F16;
	opacity: 1;
}
footer .form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
footer .form-control:focus {
	color: #EF2F16;
	background-color: #fff;
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
footer .subscribe h5{
	font-size: 12px;
	font-weight: bold;
}
#copy {
	background-color: #FFC715;
	color: #fff;
	text-align: center;
}
#copy .wyswyg{
	text-align: center;
	padding: 1rem 0;
}
#copy .wyswyg a{
	color:#fff;
}
#copy .wyswyg a:hover{
	color:#EF2F16;
	text-decoration:none;
}
.item-kontak img {
	filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.item-kontak img:hover {
	filter: invert(73%) sepia(97%) saturate(897%) hue-rotate(345deg) brightness(105%) contrast(101%);
}
#sambal-bawang img{
	width: 50%;
	float: left;
}
#sambal-bawang .wyswyg {
	max-width: 255px;
	text-align: left;
	float: left;
}
#sambal-bawang .wyswyg h4{
	font-size: 15px;
	margin-top: 80px;
	font-weight: bold;
}
#sambal-bawang .wyswyg h5{
	font-size: 13px;
}
#sambal-bawang .wyswyg p{
	font-size: 12px;
}
#sambal-bawang .wyswyg hr{
	border: 1px solid #fff;
	max-width: 180px;
	margin-left: 0;
}
#sambal-terasi img{
	width: 50%;
	float: left;
}
#sambal-terasi .wyswyg {
	max-width: 255px;
	text-align: left;
	float: left;
}
#sambal-terasi .wyswyg h4{
	font-size: 15px;
	margin-top: 80px;
	font-weight: bold;
}
#sambal-terasi .wyswyg h5{
	font-size: 13px;
}
#sambal-terasi .wyswyg p{
	font-size: 12px;
}
#sambal-terasi .wyswyg hr{
	border: 1px solid #fff;
	max-width: 180px;
	margin-left: 0;
}
#sambal-bawang {
	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-product-1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; 
    padding: 10rem 0;
    color: #fff;
}
#sambal-terasi {
	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-product-2.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top; 
    padding: 10rem 0;
    color: #fff;
}
#store {
	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-store.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; 
}
#store .wyswyg h1 {
	color: #EF2F16;
}
#store .wyswyg span {
	color: #FFC715;
	font-family: 'Caveat', cursive;
	font-size: 4rem;
}
#store .wyswyg p {
	font-weight: bold;
	margin-top: 30px;
}
#store .e-commerce {
	text-align: center;
	margin-top: 50px;
	margin-bottom:  100px;
}
#store .e-commerce span{
	font-size: 2rem;
}
#store .e-commerce a{
	color: #3A2D2E;
}
#store .e-commerce a:hover{
	color: #FFC715;
	text-decoration: none;
}
#contact {
	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-contact.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top; 
    background-color: #E21726;
}
#contact .wyswyg p{
	font-size: 1.2rem;
}
#contact .wyswyg h1{
	padding-top: 10rem;
	color: #FFC715;
}
#properties-e-commerce .wyswyg {
	text-align: center;
	padding: 1rem 0;
}
#properties-e-commerce .wyswyg span{
	color: #E21726;
	font-size: 1.3rem;
	margin-right: 15px;
}
#properties-e-commerce .wyswyg .shopee img,
#properties-e-commerce .wyswyg .tokped img{
	width: 50px;
	transition: transform .2s;
}
#properties-e-commerce .wyswyg .jdid img{
	width: 110px;
	transition: transform .2s;
	margin-left: -7px;
}
#contact .wa-contact {
  transition: transform .2s;
  width: 40%;
}
#properties-e-commerce .wyswyg .shopee img:hover,
#properties-e-commerce .wyswyg .tokped img:hover,
#properties-e-commerce .wyswyg .jdid img:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
#contact .wa-contact:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
#horeka h1{
	font-size: 3rem;
}
#horeka p {
	font-size: 1.2rem;
}
#about-horeka .wyswyg {
	padding-bottom: 50px
}
#horeka-about-we .wyswyg h1{
	color: #E21726;
	margin-top: 2em;
	margin-bottom: 30px;
}
#about-horeka .wyswyg h1{
	color: #E21726;
	margin-top: 2em;
	margin-bottom: 30px;
}
#why-horeka .wyswyg h1{
	color: #E21726;
	margin-top: 2em;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#why-horeka .wyswyg h5{
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: bold;
}
#order-horeka .wyswyg h1{
	color: #E21726;
	margin-top: 2em;
	margin-bottom: 50px;
	text-transform: uppercase;
}
#order-horeka .wyswyg .click-info{
	color: #fff;
	background-color: #E21726;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 18px;
}
#order-horeka{
	margin-bottom: 2rem;
	text-align: center;
}
#order-horeka .wa-contact {
  transition: transform .2s;
  width: 40%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#order-horeka .wa-contact:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
#production .owl-nav {
	top: -174px;
    position: absolute;
    left: 49%;
  	transform: translate(-50%, -50%);
  	font-size: 2rem;
  	color: #E21726;
}
#production .wyswyg {
	padding-left: 0px;
	color: #E21726;
}
#production .wyswyg h1{
	color: #E21726;
}
#production .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    display: block !important;
    border:0px solid black;
    left: -220px;
}
#production .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    display: block !important;
    border:0px solid black;
    right: -225px;
}
#owl-horeka .owl-item {
	display: contents;
	float: none;
}
#owl-horeka .owl-item .item {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#owl-horeka .img-production {
	width:90% !important;
	margin: 0 auto;
}
#owl-horeka .center .img-production {
	width:100% !important;
}
#owl-horeka .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 0;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
#owl-horeka .owl-dots .owl-dot button:focus {
  outline: none;
}
#owl-horeka .owl-dots .owl-dot.active button {
  color: #000000;
}
#owl-horeka .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
#owl-horeka .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.bookmarks {
  margin-bottom: 50px;
}
.bookmarks ul {
  display: block;
  border-radius: 4px;
  padding: 5px 0;
  margin: auto;
  text-align: center;
  color: red;
  font-size: 40px;
}
@media (max-width: 767px) {
  .bookmarks ul {
    width: 120px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .bookmarks ul {
    width: 180px;
  }
}
.bookmarks ul li {
  display: inline-block;
  text-transform: uppercase;;
  margin: 0 3px;
}
.bookmarks ul li span{
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 10px;
  cursor: pointer;
  background-color: #E21726;
  border-radius: 25px;
  padding: 5px 20px;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .bookmarks ul li {
    padding: 11px 11px;
    font-size: 12px;
    text-align: center;
    display: none;
  }
}
.bookmarks ul li.active .lainya{
  color: #fff;
  background-color: #FFC715;
}
.bookmarks ul li.active .pengemasan1{
  color: #fff;
  background-color: #FFC715;
}
.bookmarks ul li .pengemasan{
  color: #fff;
  background-color: transparent;
}
.bookmarks ul li.active .pengemasan{
  color: #fff;
  background-color: #FFC715;
}
@media (max-width: 767px) {
  .bookmarks ul li.active {
    display: block;
  }
}

.bookmarks-mobile {
  margin-bottom: 50px;
}
.bookmarks-mobile ul {
  display: block;
  border-radius: 4px;
  padding: 5px 0;
  margin: auto;
  text-align: center;
  color: red;
  font-size: 40px;
}
@media (max-width: 767px) {
  .bookmarks-mobile ul {
    width: 120px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .bookmarks-mobile ul {
    width: 180px;
  }
}
.bookmarks-mobile ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 10px;
  cursor: pointer;
  background-color: #E21726;
  border-radius: 25px;
  padding: 5px 20px;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .bookmarks-mobile ul li {
    padding: 11px 11px;
    font-size: 12px;
    text-align: center;
    display: none;
  }
}
.bookmarks-mobile ul li.active {
  color: #fff;
  background-color: #FFC715;
}
@media (max-width: 767px) {
  .bookmarks-mobile ul li.active {
    display: block;
  }
}

.wa-horeka a{
	font-size: 2.5rem;
	color: #E21726;
}
.wa-horeka a:hover{
	color: #FFC715;
	text-decoration: none;
}
.wa-horeka img {
	width: 100px;
}
.wa-horeka .pointer {
	font-size: 23px;
	color: #FFC715;
	margin-top: 63px;
	position: absolute;
	margin-left: 9px;
}
.wa-horeka {
	padding-top: 30px;
}
.nav-menu-desktop {
    display:block;
    }
.nav-menu-mobile {
    display:none;
    }
.header-mobile {
    height: 30px;
    background: #E21726;
    font-family: Verdana, Geneva, sans-serif;
    display:none;
}
.header-mobile .navbar{
    background: #E21726;
    font-family: Verdana, Geneva, sans-serif;
    display:block;
    padding: 0 0;
}
.header-mobile .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.header-mobile .btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 0rem 0.75rem;
    font-size: 12px;
}
.header-mobile .btn-secondary:hover {
  color: #fff;
  background-color: #E21726;
  border-color: #E21726;
}

.header-mobile .btn-secondary:focus, .header-mobile .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.header-mobile .btn-secondary.disabled, .header-mobile .btn-secondary:disabled {
  color: #fff;
  background-color: #E21726;
  border-color: #E21726;
}

.header-mobile .btn-secondary:not(:disabled):not(.disabled):active, .header-mobile .btn-secondary:not(:disabled):not(.disabled).active,
.header-mobile .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #E21726;
  border-color: #E21726;
}

.header-mobile .btn-secondary:not(:disabled):not(.disabled):active:focus, .header-mobile .btn-secondary:not(:disabled):not(.disabled).active:focus,
.header-mobile .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
#ldc-header .navbar-brand {
    margin-right: 5rem;
}
#ldc-header .navbar-toggler {
    color: #E21726;
    padding: 0 0;
}
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding-top:20px;
  padding-bottom:0;
}

.topnav #myLinks {
  background-color:#E21726;
  margin-top:20px;
  -webkit-transition:all .26s ease-in-out;
    -moz-transition:all .26s ease-in-out;
    -ms-transition:all .26s ease-in-out;
    -o-transition:all .26s ease-in-out;
    transition:all .26s ease-in-out;
}

#myLinks .link-topnav {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
#myLinks .link-topnav:hover {
  color: red;
  background-color:White;
  border:1px solid #ddd;
}
#myLinks .nav-link-sosmed-ig {
  color: white;
  padding: 16px 0 16px 14px;
  text-decoration: none;
  font-size: 25px;
  display: block;
}
#myLinks .nav-link-sosmed-ig:hover {
  color: yellow;
}
#myLinks .nav-link-sosmed-fb {
  color: white;
  padding: 14px 0;
  text-decoration: none;
  font-size: 25px;
  display: block;
}
#myLinks .nav-link-sosmed-fb:hover {
  color: yellow;
}
.nav-menu-mobile .noneActive {
    opacity:0;
    height:0;
}
.nav-menu-mobile .active {
    opacity:1;
    height:325px;
}
.topnav a.icon {
    background: transparent;
    color:#E21726;
    display: block;
    position: absolute;
    right: 10px;
    top: 24px;
    font-size: 1.5rem;
}
.logo-mobile img{
  width:12rem;
}
/*
.nav-menu-mobile  nav input {
    display:none;
    margin:0 0;
    padding:0 0;
    width:30px;
    height:30px;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}
.nav-menu-mobile nav {
    background-color: #fff;
    font: normal bold 11px Arial,Sans-Serif;
    color: #E21726;
    height: 80px;
}
.nav-menu-mobile nav {
    position:relative;
}

.nav-menu-mobile nav ul {
    position:absolute;
    top:100%;
    right:0;
    left:0;
    background-color:#200;
    height:0;
    visibility:hidden;
    overflow:hidden;
    -webkit-transition:all .26s ease-in-out;
    -moz-transition:all .26s ease-in-out;
    -ms-transition:all .26s ease-in-out;
    -o-transition:all .26s ease-in-out;
    transition:all .26s ease-in-out;
}
.nav-menu-mobile nav li {
    display:block;
    float:none;
    width:auto;
}

.nav-menu-mobile nav label {
  display:none;
  font-size:200%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
}

.nav-menu-mobile nav input,
.nav-menu-mobile nav label {
    position:absolute;
    top:10px;
    right:10px;
    display:block;
    font-size:1.5rem;
    filter:alpha(opacity=0);
}

.nav-menu-mobile nav input {z-index:4}

    .nav-menu-mobile nav input:checked + label {color:white}
    .nav-menu-mobile nav input:checked ~ ul {
    height:120px;
    visibility:visible;
}

*/
@media (max-width: 992px) {
	.nav-menu-desktop {
    display:none;
    }
    .nav-menu-mobile {
    display:block;
    }
    .nav-logo {
        width: 18em;
    }
    .header-mobile {
        display:block;
    }
    #home-banner .carousel-caption {
        position: relative;
        right: 0;
        bottom: 20px;
        left: 0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #3A2D2E;
        text-align: center;
        top: 0;
        padding:0 8px;
        padding-bottom: 15px;
    }
    #home-about-three .second {
        margin-bottom: 5em;
    }
    #home-banner .carousel-caption h1{
        font-size:2.3;
    }
    #home-banner .carousel-caption p{
        padding:0 25px;
        font-size:14px;
    }
    #home-banner .carousel-indicators {
        bottom: -25px;
    }
    #home-banner .carousel-control-prev, #home-banner .carousel-control-next {
        bottom: -17px;
    }
    #home-about-one .wyswyg h1 {
        font-size: 1.5rem;
        font-weight:bold;
    }
    #home-about-one .wyswyg h2 {
        font-size: 1.5rem;
        font-weight: bold;
    }
    #home-about-one .wyswyg h3 {
        font-size: 2.3rem;
    }
    #home-about-one {
    	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-home-about-one-mobile.jpg');
    	background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom; 
    }
    #home-about-two {
    	background: #E11625;
    }
    #home-about-two .mobile{
    	padding-left:0;
    	padding-right:0;
    }
    #home-about-two .wyswyg h2 {
        padding-top: 2em;
        font-size:1.5rem;
    }
    #home-about-two .wyswyg {
        text-align: center;
    }
    #home-about-two .wyswyg h1 {
        font-size: 3rem;
    }
    #home-about-two-after h4 {
        font-size: 1.3rem;
    }
    #home-about-two-after img {
        width: 20px;
    }
    #home-about-three .first .wyswyg h2, #home-about-three .second .wyswyg h2 {
        margin-top: 0em;
        color: #E21726;font-size: 1.5rem;
    }
    #home-about-three .third .wyswyg h2 {
        margin-top: 0.5em;
        font-size: 1.5rem;
    }
    h1,h2,h3,h4 {
    font-weight:bold;    
    }
    #home-product {
        padding: 2rem 0;
    }
    #home-product .wyswyg h2 {
        margin-bottom: 2rem;
    }
    footer .subscribe h5 {
        padding-top:20px;
    }
    #footer {
        padding: 3rem 0;
    }
    #sambal-bawang img {
        width: 100%;
        float: none;
    }
    #sambal-bawang {
        padding: 3rem 0;
    }
    #sambal-bawang h1{
        font-size:2rem;
    }
    #sambal-bawang .wyswyg {
        max-width: 100%;
        text-align: center;
        float: none;
        padding: 0 2rem;
    }
    #sambal-bawang .wyswyg hr {
        max-width: 100%;
    }
    #sambal-bawang .wyswyg h4 {
        font-size: 15px;
        margin-top: 23px;
        font-weight: bold;
    }
    #sambal-terasi img {
        width: 100%;
        float: none;
    }
    #sambal-terasi {
        padding: 3rem 0;
    }
    #sambal-terasi h1{
        font-size:2rem;
    }
    #sambal-terasi .wyswyg {
        max-width: 100%;
        text-align: center;
        float: none;
        padding: 0 2rem;
    }
    #sambal-terasi .wyswyg hr {
        max-width: 100%;
    }
    #sambal-terasi .wyswyg h4 {
        font-size: 15px;
        margin-top: 23px;
        font-weight: bold;
    }
    #sambal-bawang {
    	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-product-1-mobile.jpg');
    	background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom; 
    }
    #sambal-terasi {
    	background: url('http://littledragonchili.com/themes/demo/assets/images/bg-product-2-mobile.jpg');
    	background-repeat: no-repeat;
        background-size: cover;
        background-position: top; 
    }
    footer .wyswyg p {
        font-size: 12px;
    }
    #store .wyswyg h1 {
        color: #EF2F16;
        font-size: 1.2rem;
    }
    #store .wyswyg span {
        color: #FFC715;
        font-family: 'Caveat', cursive;
        font-size: 2rem;
    }
    #store .e-commerce a {
        padding:10px 0;
    }
    #store .e-commerce img {
        width:40px;
    }
    #store .e-commerce span {
        font-size: 12px;
    }
    #store .e-commerce {
        margin-bottom: 38px;
    }
    #home-about-two-after h4 {
        font-size: 1rem;
    }
    #contact .wyswyg h1 {
        padding-top: 3rem;
        color: #FFC715;
        font-size: 2rem;
        padding-right: 20px;
        padding-left: 20px;
    }
    #contact .wa-contact {
        transition: transform .2s;
        width: 75%;
    }
    #contact .wa-contact {
        transition: transform .2s;
        width: 85%;
    }
    #contact .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    #contact .wyswyg p {
        padding-right: 20px;
        padding-left: 20px;
    }
    #properties-e-commerce .wyswyg p {
        color: #E21726;
        font-size: 1.3rem;
        margin-right: 15px;
    }
    #horeka .carousel-caption {
        right: 5%;
        top: 8em;
        left: 5%;
    }
    #horeka h1 {
        font-size: 1.2rem;
    }
    #horeka p {
        font-size: 14px;
    }
    #horeka h1,
    #horeka-about-we h1,
    #about-horeka h1{
        font-size:2rem;    
    }
    #horeka p,
    #horeka-about-we p,
    #production p,
    #about-horeka p{
        font-size:14px;    
    }
    #horeka-about-we p {
        font-size: 14px;
    }
    #why-horeka .wyswyg h5 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }
    #why-horeka .wyswyg p {
        font-size: 12px;
    }
    #why-horeka .wyswyg h1 {
        margin-top: -1em;
        font-size: 2rem;
    }
    #order-horeka .wyswyg h1 {
        margin-top: 1em;
        font-size: 2rem;
    }
    #order-horeka .wyswyg .click-info {
        font-size: 9px;
    }
    #order-horeka .wyswyg .click-info {
        padding: 6px 6px;
    }
    .wa-horeka img {
        width: 66px;
    }
    .wa-horeka a {
        font-size: 1.8rem;
    }
    .wa-horeka .pointer {
        font-size: 20px;
        margin-top: 41px;
    }
    #why-horeka {
        margin-top: 60px;
    }
    #production h1{
        font-size:1.7rem;    
    }
    #production .owl-nav {
        top: -148px;
    }
    #production .owl-prev {
        left: -162px;
    }
    #production .owl-next {
        right: -154px;
    }
    #home-about-one .wyswyg {
        margin: 3rem auto 7em;
    }
    .bookmarks ul li span {
        margin-left: -13px;
    }
    #about-horeka .wyswyg {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 576px) {
	footer .form-inline .form-control {
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	}
	.mobile-container {
    max-width: 100%;
    margin: auto;
    background-color: #555;
    color: white;
    border-radius: 10px;
}
}

@media (min-width: 992px) {
	#home-banner .carousel-caption {
		right: 70%;
		left: 7%;
		top:125px;
	}
	#home-banner .carousel-caption h1{
		color: #E21726;
		font-size: 2rem;
	}
}

@media (min-width: 1440px) {
	#home-banner .carousel-caption {
		right: 65%;
		left: 12%;
		top:8rem;
	}
	#home-banner .carousel-caption h1{
		color: #E21726;
		font-size: 2.5rem;
	}
	#sambal-bawang {
        padding: 18rem 0;
    }
    #sambal-terasi {
        padding: 18rem 0;
    }
}

@media (min-width: 1920px) {
	#home-banner .carousel-caption {
		right: 65%;
		left: 12%;
		top:12rem;
	}
	#home-banner .carousel-caption h1{
		color: #E21726;
		font-size: 3rem;
	}
}

.blink_me {
  animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}