/* Missed Style */
.tags-collection > span {
    border-bottom: 1px solid #FFCC33;
    width: 100%;
    display: table;
}

.container-box .content .register-recipe button:hover {
	background: #FFCC33;
	transition: background .25s;
}

.mobile-member-menu.show li:not(:first-child) a {
	color: #333;
	font-size: 16px;
	line-height: 40px;
	
	transition: all .5s;
}

.mobile-member-menu.show li:not(:first-child) a:hover {
	background-color: #333;
	color: #FFF;
	
	transition: all .5s;
}

/* Home Popup Slider */
.popupSlider {
	background: rgba(0,0,0,.75);
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 10000;
}

.popupSlider__block {
	left: 50%;
	position: absolute;
	top: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	  	-ms-transform: translate(-50%, -50%);
		  	transform: translate(-50%, -50%);
}

.popupSlider__container {
	height: inherit;
	position: relative;
}

.popupSlider__list {
	height: 100%;
}

.popupSlider__content {
	background: #FFF;
	height: 100%;
	width: 100%;
}

.popupSlider__content:after {
    border: 2px dotted #CCC;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: calc(100% - 20px);
    left: 10px;
    position: absolute;
    top: 10px;
    width: calc(100% - 20px);
	/*z-index: 1;*/
}

.popupSlider__background {
	left: 0;
	position: absolute;
	top: 0;
}

.popupSlider__background img {
	display: block;
}

.popupSlider__wood {
	position: absolute;
	bottom: 0px;
}

.popupSlider__contentArea {
	display: table;
	height: 100%;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.popupSlider__contentArea.tighter {
	padding: 15px;
}

.popupSlider__contentArea.tightest {
	padding: 20px;
}

.popupSlider__text,
.popupSlider__thumb {
    display: table-cell;
	position: relative;
    vertical-align: middle;
}

.popupSlider__text {
	padding-top: 40px;
}

.popupSlider__heading {
	color: #DF1E26;
	font: normal 67px "BebasNeue Regular", sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.popupSlider__heading.smaller {
	font-size: 59px;
}

.popupSlider__heading.smallest {
	font-size: 50px;
}

.popupSlider__teaser {
	color: #333;
	font: normal 16px "Arial", sans-serif;
	margin: 0;
}

.popupSlider__text a {
	background: #ED1C24;
    border-radius: 15px;
	color: #FFF;
    display: table;
	float: left;
	font: normal 17px "Airbag Regular", sans-serif;
    line-height: 30px;
	margin: 14px 10px 0 0;
    padding: 0 14px;
	text-transform: uppercase;
	
	-webkit-transition: all .5s;
        	transition: all .5s;
}

.popupSlider__text a:hover {
	background: #FFCC33;
	
	-webkit-transition: all .5s;
        	transition: all .5s;
}

.popupSlider__close {
	background: url(../img/icon/close-popup.png);
	height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 40px;
	z-index: 2;
}

/* agung */
.popupPhoto__close {
	background: url(../img/icon/close-popup.png);
	height: 40px;
	position: absolute;
	right: -33px;
    top: -33px;
	width: 40px;
	z-index: 2;
}
/* end agung */

/* Home Banner Slideshow */
.homeTopBlock {
	margin-bottom: 1px;
	position: relative;
}

.homeBanner {
	height: 100%;
}

.homeBanner .wrapper {
	height: inherit;
	position: relative;
}

.homeSlideshow {
	left: 0;
	height: 100%;
	position: absolute;
	width: 100%;
}

.homeSlideshow__list {
	height: inherit;
}

.homeSlideshow__content {
	height: inherit;
	position: relative;
	width: 100%;
}

.homeSlideshow__content a {
	height: inherit;
}

.homeSlideshow__content img {
	height: inherit;
    left: 0;
    position: absolute;
    top: 0;
}

.searchContainer {
	position: relative;
}

.searchContainer__block {
	display: table;
	margin-bottom: 28px;
	width: 100%;
}

.searchContainer__by {
	color: #333;
	float: left;
	font-size: 18px;
	line-height: 27px;
	width: 100px;
}

.searchContainer__list {
	float: left;
	width: calc(100% - 100px);
}

.searchContainer__list li {
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
}

.searchContainer__list a {
	border: 1px solid #E11E26;
	border-radius: 20px;
	box-sizing: border-box;
	color: #E01E26;
	font: normal 14px "Arial", sans-serif;
	line-height: 25px;
	padding: 0 15px;
	
	-webkit-transition: all .5s;
        	transition: all .5s;
}

/* Restyle Home & Search Detail Page (By Wahyu) */
.buttonPane {
    bottom: 100px;
    position: fixed;
    right: 20px;
    z-index: 4;
}

.buttonPane__wrapper {
    float: right;
    margin-bottom: 101px;
}

.buttonPane__button {
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.53);
    height: 40px;
    margin-top: 10px;
    width: 40px;
}

.buttonPane__button.scrollToTop {
    background: url(../img/icon/scroll-to-top.png) no-repeat center #ED1C24;
}

.buttonPane__button.info {
    background: url(../img/icon/info.png) no-repeat center #FFCC33;
}

.infoBlock {
    background-color: #FFF;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.7);
    float: right;
    position: relative;
    right: 23px;
    top: 20px;
    width: 340px;
    display:none;
}

/* .infoblock.show */
.infoBlock:after {
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FFF;
	border-top: 10px solid transparent;
    content: '';
	height: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.infoBlock__container {
    border: 2px dotted #CCC;
    color: #333;
    margin: 10px;
    padding: 10px;
}

.infoBlock__heading {
    margin: 0 0 5px 0;
    font: normal 14px "Arial";
    font-weight: bold;
}

.infoBlock__list li {
    display: table;
    margin: 5px 0;
    width: 50%;
}

.infoBlock__icon {
    display: table-cell;
    height: 20px;
    vertical-align: middle;
    width: 25px;
}

.infoBlock__list li img {
    display: table;
    margin: auto;
}

.infoBlock__list li span {
    display: table-cell;
    font: normal 12px "Arial";
    vertical-align: middle;
}

.filterFrom {
    margin-bottom: 30px;
}

.filterFrom__list li {
    height: 50px;
    position: relative;
}

.filterFrom__link {
    color: #333;
    font: normal 24px "Airbag Regular";
    letter-spacing: 3px;
    line-height: 50px;
    padding: 0 29px;
    text-transform: uppercase;
    
    -webkit-transition: all .5s;
        	transition: all .5s;
}

.filterFrom__link.active, .filterFrom__link:hover {
    background-color: #333;
    color: #FFF;
    
    -webkit-transition: all .5s;
        	transition: all .5s;
}

.filterFrom__link.active:after, .filterFrom__link:hover:after {
    border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
    bottom: -10px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .5s;
        	transition: all .5s;
}

.filterContainer {
    display: table;
    margin: 20px 0;
}

.filterBy {
    margin-bottom: 20px;
}

.filterBy li {
    border: 1px solid #AAA;
    border-left: none;
    box-sizing: border-box;    
}

.filterBy li:first-child {
    border-left: 1px solid #AAA;
}

.filterBy__link {
    height: 48px;
    line-height: 54px;
    position: relative;
    width: 198px;
    
    -webkit-transition: all .5s;
        	transition: all .5s;
}

.filterBy__link.active, .filterBy__link:hover {
    background-color: #FFF;
    
    -webkit-transition: all .5s;
        	transition: all .5s;
}

.filterBy__type {
    color: #333;
    font: normal 21px "BebasNeue Regular";
    margin-left: 12px;
}

.filterBy__link:after {
    background: url(../img/icon/red-arrow.png);
    content: '';
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 18px;
    
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* agung */
.searchContainer__block a.reset-button {
    width: 180px;
    height: 30px;
    padding: 0px 10px;
    margin: auto;
    line-height: 30px;
    background: #ED1C24;
    border: none;
    border-radius: 15px;
    font-family: 'Airbag Regular';
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.25s;
}

.searchContainer__list a:hover,
.searchContainer__list a.chosen {
	background-color: #E11E26;
	color: #FFF;
	
	-webkit-transition: all .5s;
        	transition: all .5s;
}

/* ResponsiveSlides Custom SCSS */
.centered-btns_nav {
  height: 64px;
  position: absolute;
  opacity: 0.4;
  top: 50%;
  width: 36px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.centered-btns_nav:hover {
  opacity: 1;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.centered-btns_nav.prev {
  background: url(../img/icon/prev-slideshow-control.png);
  left: 10px;
}
.centered-btns_nav.next {
  background: url(../img/icon/next-slideshow-control.png);
  right: 10px;
}
.centered-btns_tabs {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.centered-btns_tabs li {
  display: inline;
  float: none;
  margin: 0 4px;
}
.centered-btns_tabs a {
  background-color: #ED1C24;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,.75);
  display: inline-block;
  height: 12px;
  opacity: .75;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
}
.centered-btns_here a {
  background-color: #FFF;
  opacity: .9;
}

/* Media Query CSS */
@media screen and (max-width: 800px) {
	.popupSlider {
		display: none;
	}
	
	.popupSlider__block {
		width: inherit;
	}
	
	.popupSlider__content img {
		width: 100%;
	}
	
	.member .member-container .container-box .content > div {
		width: 100% !important;
	}
	
	.member .container-box .content .register-recipe .add-recipe #ingred thead,
	.member .container-box .content .register-recipe .add-recipe #ingred2 thead,
	.member .container-box .content .register-recipe .add-recipe #bumbu-sasa thead,
	.member .container-box .content .register-recipe .add-recipe #bahan-bahan thead,
	.member .container-box .content .register-recipe .add-recipe #instruction thead {
		width: 100% !important;
	}
	
	.member .add-recipe #ingred th,
	.member .add-recipe #ingred td,
	.member .add-recipe #ingred2 th,
	.member .add-recipe #ingred2 td,
	.member .add-recipe #bahan-bahan th,
	.member .add-recipe #bahan-bahan td,
	.member .add-recipe #bumbu-sasa th, 
	.member .add-recipe #bumbu-sasa td,
	.member .add-recipe #instruction th,
	.member .add-recipe #instruction td {
		margin-right: 0.625vw !important;
	}
	
	.member .add-recipe #ingred th:first-child,
	.member .add-recipe #ingred td:first-child,
	.member .add-recipe #bahan-bahan th:first-child,
	.member .add-recipe #bahan-bahan td:first-child,
	.member .add-recipe #bumbu-sasa th:first-child,
	.member .add-recipe #bumbu-sasa td:first-child,
	.member .add-recipe #instruction th:first-child,
	.member .add-recipe #instruction td:first-child {
		width: 10% !important;
	}
	
	.member .add-recipe #ingred th:nth-child(2),
	.member .add-recipe #ingred td:nth-child(2),
	.member .add-recipe #bumbu-sasa th:nth-child(2),
	.member .add-recipe #bumbu-sasa td:nth-child(2),
	.member .add-recipe #bahan-bahan th:nth-child(2),
	.member .add-recipe #bahan-bahan td:nth-child(2) {
		width: 20% !important;
	}
	
	.member .add-recipe #instruction th:nth-child(2),
	.member .add-recipe #instruction td:nth-child(2) {
		width: 57% !important;
	}
	
	.member .add-recipe #ingred th:nth-child(3),
	.member .add-recipe #ingred td:nth-child(3),
	.member .add-recipe #bumbu-sasa th:nth-child(3),
	.member .add-recipe #bumbu-sasa td:nth-child(3),
	.member .add-recipe #bahan-bahan th:nth-child(3),
	.member .add-recipe #bahan-bahan td:nth-child(3) {
		width: 29% !important;
	}
	
	.member .add-recipe #ingred th:last-child,
	.member .add-recipe #ingred td:last-child,
	.member .add-recipe #bumbu-sasa th:last-child,
	.member .add-recipe #bumbu-sasa td:last-child,
	.member .add-recipe #bahan-bahan th:last-child,
	.member .add-recipe #bahan-bahan td:last-child {
    	margin-right: 0 !important;
		width: 38% !important;
	}
	
	/* agung start */
	.view-recipe .add-recipe #ingred2 th{
		width: calc(100% - 4px) !important;
	}
	/* agung end */
	
	.member .add-recipe #instruction th:last-child,
	.member .add-recipe #instruction td:last-child {
		margin-right: 0 !important;
		width: 31% !important;
	}
	
	.easy-autocomplete {
		width: 100% !important;
	}
	
	.autoc {
		width: inherit !important;
	}
	
	.member .container-box .content .register-recipe .add-recipe .left-form,
	.member .container-box .content .register-recipe .add-recipe .right-form {
		width: 47.5% !important;
	}
	
	.member .container-box .content .register-recipe .add-recipe .reposition {
		height: 40.065vw !important;
	}
	
	.form-checkbox {
		display: table;
		width: 100%;
	}
	
	.form-checkbox > .check,
	.form-checkbox > .label {
		float: left;
	}
	
	.form-checkbox > .label {
		left: 0 !important;
		top: 0 !important;
		margin-left: 15px;
		width: calc(100% - 40px);
	}
	
	.recipe-image .play-recipe-video {
		top: 200px;
	}

	/**
	 * sembunyiin content buttonPane < 800
	 * by Eko
	 */
	 /*Commented by Agung on 061217*/
	/*.buttonPane {
		bottom: 125px;
		width: 40px;
	}
	.buttonPane.show {
		bottom: 100px;
		width: auto;
	}
	.infoBlock {
		height: 0;
		display:none;
	}
	.infoBlock.show {
		height: auto;
		opacity: 1;
	}
	.infoBlock__container {
		opacity: 0;
	}
	.infoBlock.show .infoBlock__container {
		opacity: 1;
	}*/
}

@media screen and (max-width: 768px) {
	.popupSlider .wrapper.fluid {
		width: calc(100% - 40px) !important;
	}
	
	.popupSlider__close {
		zoom: .8;
	}
	
	.searchContainer__list {
		width: 100%;
	}
	
	.centered-btns_nav {
		zoom: .5;
	}
}

@media screen and (max-width: 667px) {
	.recipe-image .play-recipe-video {
		display: none;
	}

	.recipe-image.mobile .thumb a {
		height: 320px;
		max-height: 320px;
		overflow: hidden;
		position: relative;
	}

	.recipe-image.mobile .thumb img {
		left: 0;
		position: absolute;
		top: 50%;

		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
}

@media screen and (max-width: 640px) {
	.centered-btns_tabs {
		zoom: 0.75;
	}
}

@media screen and (max-width: 480px) {
	.member .container-box .content .register-recipe .add-recipe #ingred thead,
	.member .container-box .content .register-recipe .add-recipe #bahan-bahan thead,
	.member .container-box .content .register-recipe .add-recipe #instruction thead {
		font-size: 14px !important;
	}
	
	.member .container-box .content .register-recipe .add-recipe .left-form,
	.member .container-box .content .register-recipe .add-recipe .right-form {
		float: none !important;
		margin: auto;
		margin-top: 10px;
		width: 340px !important;
	}
	
	.container-box .content .register-recipe label span {
		text-align: center;
	}
	
	.member .container-box .content .register-recipe .add-recipe .reposition {
		height: 338px !important;
	}
	
	.member .container-box .content .register-recipe .right-form button {
		display: table;
		float: none !important;
		margin: auto !important;
	}
	
	.member .add-recipe #instruction tbody tr td:last-child img {
		margin: auto !important;
	}
	
	.member .add-recipe #instruction tbody tr td:last-child span {
		display: none;
	}
	
	.member .container-box .content .register-recipe .add-recipe #instruction tbody tr td {
		padding-right: 0 !important;
	}
	
	.member .add-recipe #addmore,
	.member .add-recipe #addmoresasa,
	.member .add-recipe #addmore_instructions {
		display: table;
		float: none !important;
		font-size: 14px;
		margin: 5px auto 20px !important;
	}

	.recipe-image.mobile .thumb a {
		height: auto;
		max-height: none;
		overflow: visible;
	}

	.recipe-image.mobile .thumb img {
		left: 0;
		position: relative;
		top: 0;

		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}
    .buttonPane,
    .buttonPane.show {
        bottom: 20px;
    }
    .buttonPane {
        width: auto;
    }
    .infoBlock {
		height: auto;
        top: -20px;
        width: 200px;
    }
    
    .infoBlock__list li {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
	.member .container-box .content .register-recipe .add-recipe .left-form,
	.member .container-box .content .register-recipe .add-recipe .right-form {
		width: 100% !important;
	}
	
	.member .container-box .content .register-recipe .add-recipe .reposition {
		height: 85.25vw !important;
	}
}

@media screen and (max-width: 384px) {
	.recipe-content .how-to-make li span {
		display: block;
		margin: 0 auto 10px;
	}
	
	.recipe-content .how-to-make li span:last-child {
		margin-bottom: 0;
	}
	
	.recipe-content .how-to-make li .image-thumb {
		display: table;
	}
	
	.recipe-content .how-to-make li .type {
		padding: 0;
		text-align: center;
		width: 100%;
	}
}