@media (max-width:768px){
	#halac{
		position:fixed;
		top:45px;
		right:15px;
	}
	.pull-left-xs{
		float:left !important;
	}
}

@font-face {
	font-family: 'GothamNarrow Book';
	src: url('../font/GothamNarrow-Book.eot');
	src: url('../font/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),
	url('../font/GothamNarrow-Book.woff') format('woff'),
	url('../font/GothamNarrow-Book.ttf') format('truetype'),
	url('../font/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
	font-weight: 325;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'GothamNarrow Medium';
	src: url('../font/GothamNarrow-Medium.eot');
	src: url('../font/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'),
	url('../font/GothamNarrow-Medium.woff') format('woff'),
	url('../font/GothamNarrow-Medium.ttf') format('truetype'),
	url('../font/GothamNarrow-Medium.svg#GothamNarrow-Medium') format('svg');
	font-weight: 350;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'GothamNarrow Bold';
	src: url('../font/GothamNarrow-Bold.eot');
	src: url('../font/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/GothamNarrow-Bold.woff') format('woff'),
	url('../font/GothamNarrow-Bold.ttf') format('truetype'),
	url('../font/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'GothamNarrow ThinItalic';
	src: url('../font/GothamNarrow-ThinItalic.eot?#iefix') format('embedded-opentype'),  url('../font/GothamNarrow-ThinItalic.otf')  format('opentype'),
	url('../font/GothamNarrow-ThinItalic.woff') format('woff'), url('../font/GothamNarrow-ThinItalic.ttf')  format('truetype'), url('../font/GothamNarrow-ThinItalic.svg#GothamNarrow-ThinItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Mistral';
	src: url('../font/Mistral.eot');
	src: url('../font/Mistral.eot?#iefix') format('embedded-opentype'),
	url('../font/Mistral.woff') format('woff'),
	url('../font/Mistral.ttf') format('truetype'),
	url('../font/Mistral.svg#Mistral-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}
html, body { min-width: 320px; }
body {
	font-family: 'GothamNarrow Book';
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 { color: #444; }
/* default font size */
.fa { font-size: 14px; }
/* Override the bootstrap defaults */
h1 {
	font-family: 'GothamNarrow Medium', sans-serif;
	font-size: 25px;
	text-align: center;
	background: transparent url(../image/home-cates.png) bottom center no-repeat;
	text-transform: uppercase;
	color: #4c4c4c;
	padding-bottom: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}
h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }
a { color: #e97e22; }
a:hover { text-decoration: none; }
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.clear { clear: both; }
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
@media (min-width: 1200px) {
	.container {
	    /*width: 1199px;*/
	}
}
.sub-container {
	margin: auto;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.sub-container {
		width: 940px;
	}
}
@media (min-width: 1200px) {
	.sub-container {
		width: 1060px;
	}
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a.active {
	text-decoration: none;
	color: #ffffff;
	background-color: #9F3122;
}
/* top */
#top {
	background-color: #9F3122;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 33px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ffffff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 3px;
	font-weight: normal;
	color: #ffffff;
}
#top-links a + a {
	margin-left: 15px;
}
#top ul {
	margin-bottom: 3px;
}
#top .leftnav li {
	padding-right: 3px;
	padding-left: 0px;
}
#top .leftnav li + li {
	border-left: 1px solid #fff;
	padding-left: 9px;
}
/* logo */
#logo {
	margin: 0 0 18px 30px;
}
@media (max-width: 478px) {
	#logo {
		text-align: center;
		margin: 0 0 30px 0;
	}
	#logo .img-responsive {
		display: inline-block;
	}
}
/* search */
#search {
	margin-top: 4px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-color: #898989;
	border-right: 0px solid transparent;
}
#search .btn-lg {
	background-color: #fff;
	background-image: none;
	border-color: #898989;
	border-left: 0px solid transparent;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 10px;
	text-shadow: 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#search .btn-default {
}
@media (max-width: 767px) {
	#search {
		margin-bottom: 15px;
	}
}
/* cart */
#cart {
	background: url('../image/Cart bg.png') no-repeat;
	width: 56px;
	height: 82px;
	cursor: pointer;
	color: #ffffff;
	font-family: 'GothamNarrow Bold';
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
    right: 40px;
    top: -30px;
}
#cart .cart-icon {
	background: url('../image/cart icon.png') center bottom no-repeat;
	height: 23px;
	padding-top: 45px;
	margin-bottom: 5px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}
.menu-bar {
	/*-webkit-box-shadow: 0 10px 20px -16px rgba(0, 0, 0, 0.8);*/
    /*-moz-box-shadow: 0 10px 20px -16px rgba(0, 0, 0, 0.8);*/
    /*box-shadow: 0 10px 20px -16px rgba(0, 0, 0, 0.8);*/
}
.menu-bar hr {
	border-top: 1px solid #6d6d6d;
	margin: 0;
}
#menu {
	margin-top: -1px;
	min-height: 40px;
	letter-spacing: 3px;
}

#menu .nav > li > a {
	color: #4b4b4b;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	/* padding: 13px 15px; */
	padding: 13px 35px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li > a.active {
	background: url('../image/active-menu.png') center top no-repeat;
}
#menu .dropdown-menu {
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li a.active {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #9F3122;
	border-color: #9F3122;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #9F3122;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		/*color: #fff;*/
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		/*background: rgba(0, 0, 0, 0.1);*/
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 10px;
	background: url('../image/footer bg.png') center top no-repeat;
	background-size: cover;
	border-bottom: 8px solid #9F3122;
	color: #e2e2e2;
	position:relative;z-index:4;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: normal;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'GothamNarrow Medium';
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: normal;
	border-bottom: 1px solid #fff;
    margin: 10px -15px;
    padding: 0px 15px 8px 15px;
}
footer .powered {
    color: #ffffff;
    font-size: 12px;
    margin-right: -15px;
}
footer .powered span {
	font-size: 10px;
}
footer .powered span a {
	font-size: 10px;
}
@media (min-width: 768px) {
	footer .col-sm-2 {
	    width: 14.2857142857%;
	}
	footer .col-sm-4 {
	    width: 28.5714285714%;
	}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 35px 0 20px 0;
	padding: 8px 0;
	border: none;
	background: transparent;
	/*visibility: hidden;*/
	/*display: none;*/
}
.information-testimonial .breadcrumb,
.news-ncategory .breadcrumb,
.news-article .breadcrumb {
	display: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -5px;
	width: 16px;
	height: 16px;
	border-right: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li a {
	color: #ec7812;
}
.pagination {
	margin: 0;
}
.pagination > li > a, .pagination > li > span {
    color: #337ab7;
    background-color: #fff;
    border: none;
    border-radius: 0 !important;
    padding: 6px 5px;
    margin: 0 5px;
}
.pagination > .active > a, .pagination > .active > a:focus, 
.pagination > .active > a:hover, .pagination > .active > span, 
.pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #337ab7;
    background-color: transparent;
    border-bottom: 5px solid #cebd00;
}
.pagination > li > a:focus, .pagination > li > a:hover, 
.pagination > li > span:focus, .pagination > li > span:hover {
    background-color: transparent;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #9F3122;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #9F3122;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #D2402D;
	background-position: 0 -15px;
	border-color: #D2402D;
}
.btn-next {
	font-family: 'GothamNarrow Bold';
	font-size: 14px;
	color: #ec7812;
    border-radius: 0px;
    border: 1px solid #ec7812;
    background: #fff;
    padding: 8px 30px;
}
.btn-next:hover, .btn-next:active, .btn-next:focus {
	color: #ec7812;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	overflow: auto;
    max-width: 330px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.product-thumb .image {
	position: relative;
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-grid .product-thumb .desc {
	border: 1px solid #e1e1e1;
    padding: 10px 0;
    height: 180px;
    overflow-y: auto;
}

.product-grid .product-thumb .desc > .col-xs-12{
	height:110px;
}

.product-grid .product-thumb .name {
	padding-bottom: 5px;
	font-weight: bold;
}
.product-grid .product-thumb .name,
.product-grid .product-thumb .price,
.product-grid .product-thumb .discount {
	font-size: 14px;
	color: #737373;
}
.product-grid .product-thumb .purchased {
	background: #9F3122;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
    padding: 30px 0;
    border-radius: 6px;
}
.product-thumb h4 {
	font-family: 'Mistral';
	font-size: 34px;
	font-weight: normal;
	color: #ffffff;
}
.product-thumb .caption {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background: url('../image/products-hover.png');
	width: 100%;
	height: 100%;
	padding-top: 20%;
	color: #ffffff;
	font-family: 'GothamNarrow Medium';
	font-size: 14px;
	opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.product-thumb .image:hover > .caption {
	opacity: 1;
}
.product-thumb .caption .list-unstyled {
	margin-bottom: 45px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
		width: 100%;
	}
    #column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
    #column-left + #content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
    #content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.go-top {
	position: fixed;
	z-index: 5;
	right: 5%;
	/*margin-left: 525px;*/
	bottom: 90px;
	width: 24px;
	height: 32px;
	text-decoration: none;
	background: url('../image/back-top.png') top center no-repeat;
	font-size: 10px;
	color: #898989;
	display: none;
	cursor: pointer;
}
.home-slider {
	/* width: 1260px; */
	margin: auto;
	margin-top: 10px;
}
.info-title {
	background: #ec7812;
	color: #ffffff;
	margin: 0 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 12px 46px;
	font-size: 14px;
	font-weight: bold;
}
.info-desc {
	text-align: justify;
}
.info-desc h2 {
	font-family: 'Mistral';
	font-size: 31px;
	color: #737373;
	margin-bottom: 3px;
}
.info-desc .br-divided {
	background: url('../image/brown-ln.png') left bottom no-repeat;
	padding-bottom: 25px;
	margin-bottom: 30px;
	color: #737373;
}
.info-desc .panel {
	border: none;
	background-color: transparent;
	box-shadow: none;
}
.info-desc .panel-group .panel {
	border-radius: 0px;
}
.info-desc .panel-default > .panel-heading {
	color: #333;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #c2c2c2;
}
.info-desc .panel-title > a {
	font-family: 'GothamNarrow Bold';
	font-size: 14px;
	color: #666666;
}

.home-categories {
	margin: 10px 0;
	margin-bottom: 50px;
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.home-categories .rows {
	margin-bottom: 8px;
}
.home-categories .rows .left1 {
	float: left;
	width: -moz-calc(100% - 629px);
    width: -webkit-calc(100% - 629px);
    width: -o-calc(100% - 629px);
    width: calc(100% - 629px);
    height: 457px;
    padding: 65px 40px;
    background: #efefef;
}
.home-categories .rows .right1 {
	float: right;
	width: 629px;
}
.home-categories .rows .left2 {
	float: left;
	width: 629px;
}
.home-categories .rows .right2 {
	float: right;
	width: -moz-calc(100% - 629px);
    width: -webkit-calc(100% - 629px);
    width: -o-calc(100% - 629px);
    width: calc(100% - 629px);
    height: 457px;
    padding: 65px 40px;
    background: #efefef;
}
.home-categories .name {
	background: url('../image/home-cates.png') center bottom no-repeat;
	font-family: 'GothamNarrow Medium';
	font-size: 24px;
	color: #4c4c4c;
	text-transform: uppercase;
	padding-bottom: 20px;
    margin-bottom: 20px;
}
.home-categories .href a {
	font-size: 14px;
	color: #cebd00;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1279px) {
	.home-slider {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.home-categories .rows .left1 {
		float: none;
		width: 100%;
	    height: auto;
	    padding: 65px 40px;
	    background: #efefef;
	}
	.home-categories .rows .right1 {
		float: none;
		width: 100%;
	}
	.home-categories .rows .left2 {
		float: none;
		width: 100%;
	}
	.home-categories .rows .right2 {
		float: none;
		width: 100%;
	    height: auto;
	    padding: 65px 40px;
	    background: #efefef;
	}
	.home-categories .image img {
		width: 100%;
	}
}
.gallery {
	margin-top: 30px;
	margin-bottom: 100px;
}
.gallery .title {
	font-family: 'Mistral';
	font-size: 31px;
	color: #737373;
	margin-bottom: 40px;
	background: url('../image/brown-ln.png') left bottom no-repeat;
	padding-bottom: 25px;
	letter-spacing: 4px;
}
.gallery .slider-gallery {
	margin-bottom: 25px;
}
.gallery .carousel-gallery {
	margin-top: 15px;
}
.gallery .carousel-gallery li {
	margin-right: 7px;
}

.home-middle .html-contents {
	text-align: center;
	width: 65%;
	margin: auto;
	margin-top: 40px;
    margin-bottom: 100px;
    font-size: 14px;
    color: #4c4c4c;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.home-middle .html-contents h2 {
	background: url('../image/element for about.png') center top no-repeat, url('../image/home-cates.png') center bottom no-repeat;
	padding-top: 150px;
	padding-bottom: 25px;
	font-family: 'GothamNarrow Medium';
	font-size: 25px;
	color: #4c4c4c;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
.product-steps > h2 {
	border-bottom: 1px solid #e97e22;
	font-size: 14px;
	font-weight: normal;
	color: #e97e22;
	margin-bottom: 40px;
    padding-bottom: 10px;
    padding-left: 45px;
}
.product-steps > h2 > span {
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	letter-spacing: 3px;
}
.product-steps .steps {
	list-style-type: none;
	padding: 0;
	margin: 50px 0;
    text-align: center;
}
.product-steps .steps li {
	background: transparent url(../image/bg-steps.png) center no-repeat;
	position: relative;
	display: inline-block;
	font-family: 'GothamNarrow Book';
	font-size: 14px;
	text-align: center;
	color: #737373;
	padding: 0 60px 0 60px;
    margin-left: -60px;
    width: 240px;
    height: 90px;
    line-height: 90px;
}
.product-steps .steps li:before {
	content: attr(data-number);
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	z-index: 1;
    font-size: 22px;
    font-family: 'GothamNarrow Bold';
    line-height: 90px;
    text-align: center;
}
.product-steps .steps li.current {
	background: transparent url(../image/bg-steps-hover.png) center no-repeat;
	color: #fff;
}
.product-steps .steps li.current:before {
	color: #737373;
}
.product-steps .steps li > a {
	color: #737373;
	text-decoration: none;
    display: inline-block;
	height: 100%;
	width: 100%;
}
@media (max-width: 991px) {
	.product-steps .steps li {
		background: none;
	    background-color: #e9e9e9;
	    border-radius: 50%;
	    width: 50px;
	    height: 50px;
	    margin: 0px;
	    padding: 0;
	    font-size: 20px;
	    line-height: 50px;
	}
	.product-steps .steps li:before { display: none; }
	.product-steps .steps li.current {
	    background-color: #f6972b;
	}
}
.product-steps .download-catalogue {
	margin-bottom: 30px;
}
.product-steps .download-catalogue > div.dl-link {
	float: right;
	background: url('../image/pdf-icon.png') left top no-repeat;
	height: 28px;
	padding-top: 5px;
	padding-left: 35px;
}
.product-steps .download-catalogue > div.dl-link > a {
	cursor: pointer;
	font-family: 'GothamNarrow Medium';
	font-size: 12px;
	color: #737373;
}

.product-steps label.error {
	font-family: 'GothamNarrow Book';
	font-size: 13px;
	color: #FF0000;
}
.product-steps .input-group-addon, .product-steps .input-group-btn {
	vertical-align: top;
}

.authentication {
	text-transform: lowercase;
	margin-right: 50px;
}
.authentication li + li {
	border-left: 1px solid #fff;
	padding-left: 10px;
}
.social-links {
	margin-right: 40px;
}
.qq-grp .dropdown-menu {
	border-radius: 0px;
	padding: 0;
	opacity: 0.95;
}
.qq-grp .dropdown-menu > li:nth-child(odd) {
	background: #ee8529;
}
.qq-grp .dropdown-menu > li:nth-child(even) {
	background: #fda557;
}
.qq-grp .dropdown-menu > li > a {
	font-size: 13px;
	padding: 5px 20px;
	text-align: center;
}
.qq-grp .dropdown-menu li > a:hover {
	background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
}

.category-icons {
	text-align: right;
	padding-right: 40px;
}
.category-icons a {
	max-width: 150px;
	display: inline-block;
}
.category-icons a + a {
	margin-left: 25px;
}
.category-icons a img { width: 100%; }
@media (max-width: 767px) {
	.category-icons {
		text-align: center;
		padding-right: 0px;
		margin-top: 10px;
	}
	.category-icons img {
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.category-icons a + a {
		margin-left: 0px;
	}
}

.product-availability {
	background: url('../image/overall bg.png') no-repeat;
	background-size: 100% auto;
	height: 931px;
	padding: 50px 250px;
	margin-bottom: 150px;
}

@media (max-width: 478px) {
	.product-availability {
		padding: 50px 20px;
		background: none;
		height: auto;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
	.product-availability {
		padding: 50px 20px;
		background: none;
		height: auto;
		margin-bottom: 0px;
	}
}
@media only screen (min-width: 768px) and (max-width: 991px) {
	.product-availability {
		padding: 50px 50px;
		height: 700px;
		margin-bottom: 0px;
	}
}
@media only screen (min-width: 992px) and (max-width: 1197px) {
	.product-availability {
		padding: 50px 70px;
		height: 900px;
		margin-bottom: 0px;
	}
}
.product-availability > h2 {
	border-bottom: 1px solid #e97e22;
	font-size: 14px;
	font-weight: normal;
	color: #e97e22;
	margin-bottom: 40px;
    padding-bottom: 10px;
}
.product-availability > h2 > span {
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	letter-spacing: 3px;
}
.product-availability label {
	font-family: 'GothamNarrow Bold';
	font-size: 16px;
	color: #737373;
	padding-top: 6px;
}
.product-availability .minimum-msg {
	font-size: 12px;
	color: #e74c3c;
	margin-top: 3px;
	margin-bottom: 30px;
}
.product-availability .form-group {
	margin: 0 -15px;
	margin-bottom: 0px;
}
.form-button {
	text-align: right;
}

.product-menus .option-banner {
	position: relative;
	padding: 0 65px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.product-menus .option-banner img {
	width: 100%;
}
.product-menus .option-banner .caption {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background: url('../image/products-hover.png');
	width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -o-calc(100% - 130px);
    width: calc(100% - 130px);
	height: 100%;
	margin: 0 65px;
	padding-top: 15%;
	text-align: center;
	color: #ffffff;
	font-family: 'GothamNarrow Medium';
	font-size: 14px;
	opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.product-menus .option-banner .caption h4 {
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
}
.product-menus .option-banner .caption .price {
	margin-bottom: 24px;
}
.product-menus .option-banner:hover .caption {
	opacity: 1;
}
.product-menus .heading {
	position: relative;
	border-bottom: 1px solid #9F3122;
	font-family: 'GothamNarrow Bold';
	font-size: 18px;
	color: #ec7812;
	text-transform: uppercase;
	padding-bottom: 5px;
    padding-left: 65px;
}
.product-menus .heading > span {
	cursor: pointer;
	display: inline-block;
	background: url('../image/icon-expand.png');
	width: 13px;
	height: 11px;
	
	position: absolute;
    right: 65px;
    top: 5px
}
.product-menus .heading > i {
	font-size: 16px;
	font-style: normal;
	text-transform: lowercase;
	margin-left: 50px;
}
.product-menus .heading.active > span {
	background: url('../image/icon-collapse.png') center center no-repeat;
}
.product-menus .checkbox-content {
	position: relative;
	margin-bottom: 5px;
}
.product-menus .checkbox-content .checkbox {
	position: initial;
}
.product-menus .checkbox-content .checkbox > div {
	position: initial;
}
.product-menus .checkbox-content .checkbox .error:nth-child(2) {
	position: absolute;
    left: 45px;
    bottom: -25px;
}
.product-menus .checkbox-content .makan-name {
	font-family: 'GothamNarrow Bold';
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.product-menus .checkbox-content .makan-description {
	margin-bottom: 5px;
}
.product-menus .form-group {
	margin-bottom: 20px;
}
.product-menus .thumbnails {
	margin-left: 0px;
	padding-top: 3px;
	min-height: 25px;
}
.product-menus .thumbnails > div:first-child {
	text-align: right;
}
.product-menus .thumbnails .food-icon img + img {
	margin-left: 5px;
}
.product-menus .thumbnails > div:nth-child(2) {
	text-align: center;
}
.product-menus .thumbnails a {
	color: #666;
}
.product-menus .form-group {
	margin-right: 0px;
    margin-left: 0px;
}
.product-menus .img-thumbnail {
    border: none;
    border-radius: 4px;
}
.product-menus .image-input {
	padding: 0 60px;
}
.product-menus .image-input table {
	margin-top: 30px;
}
.product-menus .image-input tr {
	height: 35px;
}
.product-menus .image-input input[type="text"] {
	text-align: center;
}
.product-menus .text-input {
	padding: 0 60px;
}
.product-menus .radio {
	/*display: inline-block;
		vertical-align: top;
		text-align: center;
	margin-bottom: 30px;*/
}
.product-menus .radio label {
	padding-left: 0px;
}
.product-menus .radio input[type=radio] {
	margin-left: 0px;
}
.product-menus .radio .title {
    font-family: 'GothamNarrow Bold';
	font-size: 20px;
	color: #e97e22;
    margin-bottom: 15px;
    margin-top: 10px;
}
.product-menus .radio .image {
	margin-bottom: 5px;
}
.product-menus .selection-wait {
	margin-left: 45px;
}
.product-menus .theme-options label {
	display: inherit;
    max-width: auto;
    margin-bottom: 0px;
}
.product-menus a:hover {
	color: #ec7812;
}
.product-menus a:focus {
	outline: 0;
}
.product-menus .error-input {
	color: #FF0000;
}
@media (max-width: 767px) {
	.product-menus .heading {
	    padding-left: 5px;
	}
	.product-menus .heading > span {
	    right: 5px;
	}
	.product-menus .checkbox-content .menus-options > div:first-child {
		width: 30%;
	}
	.product-menus .checkbox-content .menus-options > div:nth-child(2) {
		width: 5%;
	}
	.product-menus .checkbox-content .menus-options > div:nth-child(3) {
		width: 55%;
	}
	/* checkbox with quantity */
	.product-menus .checkbox-content .menus-options > div:nth-child(4) {
		width: 20%;
	}
	.product-menus .checkbox-content .menus-options > div:nth-child(5) {
		width: 20%;
	}
	.product-menus .checkbox-content .menus-options > div:nth-child(6) {
		width: 60%;
	}
	.product-menus .image-input,
	.product-menus .text-input {
		padding: 0;
	}
	.product-menus .image-input table {
		width: 100%;
		margin-bottom: 15px;
	}
	.product-menus .radio {
		width: 100%;
	}
}
.theme-selection {
	margin-right: -15px;
    margin-left: -15px;
}
.summary-menus .heading {
	margin-bottom: 10px;
}
.summary-menus .checkbox-content {
	margin: 0 50px;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 25px;
}
.summary-menus .checkbox-content > .col-xs-4 {
	font-family: 'GothamNarrow Bold';
	color: #e97e22;
}
.summary-terms {
	margin-bottom: 25px;
}
.summary-terms h2 {
	position: relative;
    font-family: 'GothamNarrow Bold';
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    background: #ec7812;
    padding: 10px;
}
@media (max-width: 767px) {
	.summary-menus .checkbox-content {
	    margin: 0 5px;
	    margin-bottom: 40px;
	}
}

.summary-terms .panel .panel-heading{
	background:#EC7812 !important;
	border-radius:0px !important;	
}
.summary-terms .panel{
	border-radius:0px !important;	
	border:0px !important;	
	display:block;
}
.summary-terms .panel .panel-heading a{
	color:#fff;
	display:block;
}

.selected-items {
	margin-bottom: 35px;
	/*padding: 0 45px;*/
	font-size: 14px;
	color: #737373;
}
.selected-items .title {
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	margin-bottom: 20px;
}
.selected-items .options {
	margin-bottom: 20px;
	line-height: 24px;
}
.selected-items .total {
	line-height: 24px;
}
.selected-items b {
	font-family: 'GothamNarrow Bold';
}
.selected-items .total-price {
	font-family: 'GothamNarrow Bold';
	color: #e97e22;
}
.contact-info {
	background: url('../image/contact bg.png') center top no-repeat;
	width: 616px;
	height: 648px;
	margin: auto;
	padding: 10px 150px;
	text-align: center;
	color: #a4a9ae;
}
.contact-info h3 {
	font-family: 'Mistral';
	font-size: 27px;
	color: #ec7812;
	margin-bottom: 25px;
}
@media (max-width: 478px) {
	.contact-info {
		width: 100%;
		height: 640px;
		padding: 10px 10px;
	}
}
@media (max-width: 767px) {
	.contact-info {
		background-size: cover;
	    width: 100%;
	    height: 725px;
	    padding: 10px 20px;
	}
}
.login-contents .well {
	background: #ffffff;
	border: 1px solid #dbdbdb;
    min-height: 340px;
	padding: 25px;
	position:relative;
}

.login-contents .well .btn.btn-primary{
	position:absolute;
	bottom:25px;
	left:25px;
}

.login-contents h2 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 0px;
}
.login-contents a#forgotten {
	font-size: inherit;
	margin-top: 3px;
}
.ddl-time select option {
	color: #000;
}
.ddl-time select option:disabled {
	color: #D4D4D4;
}
.article-col { padding: 0; }
.articles-container {
	max-width: 980px;
    margin: 0 auto;
}
.articles-container > .row-height { margin-bottom: 15px; }
.article-image { width: 100%; }
.article-col-sm {
	background: #efefef;
    padding: 15px 30px;
}
.article-col-lg { line-height: 0; }
.articles-container h1 { margin-top: 0; padding-top: 50px; }
.articles-container h1 a { color: #4c4c4c; }
.articles-container .description {
	font-size: 14px;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 30px;
}
.articles-container .blog-button a {
	color: #cebd00;
	font-size: 14px;
}
.testimonial {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.testimonial .image {
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.testimonial .content {
	border: 1px solid #e1e1e1;
	padding: 20px;
	overflow: auto;
    height: 162px;
}
.testimonial .content .title {
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	color: #737373;
    margin-bottom: 12px;
}
.testimonial .content .message {
	font-size: 14px;
	color: #737373;
    margin-bottom: 8px;
}
.testimonial .content .author {
	font-size: 14px;
	color: #737373;
	font-weight: bold;
}
.article-meta {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.blog-videos {
	line-height: 0;
    margin-bottom: 15px;
}
.fancybox-skin { border-radius: 0 !important; }
.gal-pop-title {
	display: block;
	text-align: center;
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	color: #fff;
    margin: 5% 0 2% 0;
	
}
.gal-pop-desc {
	display: block;
	text-align: center;
	font-family: 'GothamNarrow Book';
	font-size: 14px;
	color: #fff;
}
.gallery-container {
	max-width: 1050px;
	margin: 0 auto;
}
.gallery-container .gallery-item {
	margin-bottom: 30px;
}
.gallery-container .image { margin-bottom: 20px; }
.gallery-container .image a:first-child {
	background: #fefcf7;
	line-height: 0;
	padding: 15px;
	display: inline-block;
	-webkit-box-shadow: 2px 2px 10px 3px #E8E8E8;
	box-shadow: 2px 2px 10px 3px #E8E8E8;
}
.gallery-container .name {
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	color: #737373;
}
.inline-gallery { display: none; }
.inline-gallery-title {
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	color: #737373;
	text-transform: uppercase;
	padding-top: 10px;
}
.inline-gallery-content {
	padding: 20px 0;
}
@media (min-width: 768px) {
	.inline-gallery-description {
	    max-height: 540px;
	    overflow: auto;
	}
}
.testimonial-container {
    max-width: 1080px;
    margin: 0 auto;
}
.module-featured { margin-bottom: 20px; }
.module-featured .inside { background: transparent; padding-bottom: 10px; }
.featured-1-main-product { min-height: 220px; }
.featured-2-main-product { min-height: 220px; }
@media (min-width: 992px) {
	.module-featured .inside { padding-bottom: 0; }
	.featured-1-main-product { min-height: auto; }
	.featured-2-main-product { min-height: auto; }
}
.featured-category {
	height: 100%;
	background: #efefef;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	padding: 65px 35px;
}
.featured-category h1 { margin: 0; }
.featured-category-content {
	padding-top: 20px;
    padding-bottom: 30px;
}
.featured-category-buttons a {
	color: #cebd00;
}
.featured-container {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	background-size: cover;
	height: 100%;
	z-index:0;
	position: relative;
}
.featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    overflow: hidden;
    overflow-y: auto;
	display: none;
}
.featured-container:active > .featured-content ,
.featured-container:focus > .featured-content ,
.featured-container:hover > .featured-content {
    display: flex !important;
	display: -webkit-flex !important; /* Safari */
    -webkit-align-items: center !important; /* Safari 7.0+ */
    ds
	
	justify-content: center;
	align-items: center !important;
}
.featured-inner-content {
	text-align: center;
	padding: 0 20px;
	margin: 0px auto;
}
.featured-prod-name {
	font-family: 'GothamNarrow Medium';
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
    margin-bottom: 20px;
}
.featured-prod-name br + br{
	display:none;
}

.featured-prod-desc {
	font-size: 14px;
	color: #fff;
    margin-bottom: 20px;
}
.featured-prod-button { text-align: center; }
.featured-prod-button a {
	display: inline-block;
	font-family: 'GothamNarrow Bold';
	font-size: 12px;
	text-transform: uppercase;
	color: #ec7812;
	border: 1px solid #ec7812;
	line-height: 12px;
    padding: 13px 30px;
}
.featured-prod-button a:hover {
	color: #fff;
    background: -webkit-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -moz-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -o-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -ms-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: linear-gradient(0deg, #ec7812 0%, #efa84b 100%);
}

.featured-1-wrapper .featured-category,
.featured-3-wrapper .featured-category {
	max-height: 450px;
    overflow: auto;
}
.featured-1-wrapper .featured-1-main-product {
	min-height: 450px;
}
.featured-2-wrapper .featured-2-main-product {
	min-height: 332px;
}
.featured-1-wrapper .featured-1-sm-container > div > .featured-1-products,
.featured-3-wrapper .featured-3-sm-container > div > .featured-3-products {
	min-height: 220px;
}
.featured-1-wrapper .featured-1-sm-container > div:first-child > .featured-1-products {
	margin-bottom: 10px;
}
.featured-2-wrapper .featured-2-sm-container > div > .featured-2-products,
.featured-4-wrapper .featured-4-sm-container > div > .featured-4-products {
	min-height: 182px;
}
.featured-2-wrapper .featured-2-sm-container > div > .featured-2-products {
	margin-bottom: 10px;
	margin-top: 0;
}
.featured-3-wrapper .featured-3-sm-container > div > .featured-3-products {
	margin-bottom: 10px;
}
.featured-4-wrapper .featured-4-sm-container > div > .featured-4-products {
	margin-bottom: 10px;
	margin-top: 0;
}
@media (min-width: 992px) {
	.featured-2-wrapper .featured-2-sm-container > div > .featured-2-products {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.featured-3-wrapper .featured-3-sm-container > div:nth-child(4) > .featured-3-products,
	.featured-3-wrapper .featured-3-sm-container > div:nth-child(5) > .featured-3-products,
	.featured-3-wrapper .featured-3-sm-container > div:nth-child(6) > .featured-3-products {
		margin-bottom: 0;
	}
	.featured-4-wrapper .featured-4-sm-container > div > .featured-4-products {
		margin-bottom: 0;
		margin-top: 10px;
	}
}
.row.module-featured, .row.module-featured .row { margin-right: -5px; margin-left: -5px; }
.module-featured .col-lg-1, .module-featured .col-lg-10, .module-featured .col-lg-11, .module-featured .col-lg-12, .module-featured .col-lg-2, .module-featured .col-lg-3, .module-featured .col-lg-4, .module-featured .col-lg-5, .module-featured .col-lg-6, .module-featured .col-lg-7, .module-featured .col-lg-8, .module-featured .col-lg-9, .module-featured .col-md-1, .module-featured .col-md-10, .module-featured .col-md-11, .module-featured .col-md-12, .module-featured .col-md-2, .module-featured .col-md-3, .module-featured .col-md-4, .module-featured .col-md-5, .module-featured .col-md-6, .module-featured .col-md-7, .module-featured .col-md-8, .module-featured .col-md-9, .module-featured .col-sm-1, .module-featured .col-sm-10, .module-featured .col-sm-11, .module-featured .col-sm-12, .module-featured .col-sm-2, .module-featured .col-sm-3, .module-featured .col-sm-4, .module-featured .col-sm-5, .module-featured .col-sm-6, .module-featured .col-sm-7, .module-featured .col-sm-8, .module-featured .col-sm-9, .module-featured .col-xs-1, .module-featured .col-xs-10, .module-featured .col-xs-11, .module-featured .col-xs-12, .module-featured .col-xs-2, .module-featured .col-xs-3, .module-featured .col-xs-4, .module-featured .col-xs-5, .module-featured .col-xs-6, .module-featured .col-xs-7, .module-featured .col-xs-8, .module-featured .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}
body, #modal-quicksignup {
	/*padding: 0 !important;*/
}
.modal-dialog {
	max-width: 1050px;
}
@media (min-width: 768px) {
	.modal-dialog {
	    width: 80%;
	    margin: 10% auto;
	}
}
.img-quicksigninpng, .modal-body .html-contents { display: none; }
.modal-body .img-quicksigninpng { display: block; }
.modal-header { border-bottom: none; }
.modal-content { padding: 30px; }
.quicksignin-banner { margin-bottom: 30px; }
.modal-header .close {
    filter: alpha(opacity=100);
    opacity: 1;
    outline: none;
}
.btn-orange {
	display: inline-block;
	font-family: 'GothamNarrow Bold';
	font-size: 12px;
	text-transform: uppercase;
	color: #ec7812;
	border: 1px solid #ec7812;
	line-height: 12px;
    padding: 13px 30px;
    cursor: pointer;
}
.btn-orange:hover {
	color: #fff;
    background: -webkit-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -moz-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -o-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -ms-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: linear-gradient(0deg, #ec7812 0%, #efa84b 100%);
}
.quickcheckout-checkout h2 {
    font-family: 'GothamNarrow Bold';
    font-size: 20px;
    color: #e97e22;
}
.product-product .form-horizontal .form-group { margin: 0; }
.control-content {
	border: 1px solid #e1e1e1;
	padding: 20px;
    margin-bottom: 20px;
}
.control-title {
    font-family: 'GothamNarrow Bold';
    font-size: 20px;
    color: #737373;
    margin-bottom: 5px;
}
.food-icon { display: inline-block; }
.food-icon img { vertical-align: top; }
.product-product #menu-form .form-group.col-sm-4 {
	max-width: 360px;
	margin: 0 auto;
}
.product-product .input-option-checkbox .checkbox { 
	position: static;
}
.product-product .input-option-checkbox {
	position: relative;
	padding-bottom: 30px;
}
.product-product .product-steps .input-option-checkbox label.error {
	position: absolute;
	bottom: 0;
	left: 0;
}
.product-product h2 {
    font-family: 'GothamNarrow Bold';
    font-size: 20px;
    color: #e97e22;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
.selected-items {
	padding: 0;
	max-width: 330px;
	margin: 0 auto;
}
.selected-items .title {
	font-size: 14px;
    font-family: 'GothamNarrow Bold';
	color: #fff;
	background: #9F3122;
	padding: 10px 20px;
	margin-bottom: 0;
}
.selected-items .content {
	background: #fafafa;
	border: 1px solid #e1e1e1;
	padding: 10px 20px;
	color: #737373;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.product-product h2, .selected-items {
		max-width: 100%;
	}
}
.product-menus .content {
	border: 1px solid #e1e1e1;
    padding: 10px 20px;
    font-size: 14px;
    color: #737373;
    margin-bottom: 20px;
	height: 145px;
}
.product-menus .content .name {
    font-family: 'GothamNarrow Bold';
    font-size: 20px;
    color: #737373;
    padding-bottom: 10px;
}
.option-input-qty { text-align: center; }
.product-image { margin-bottom: 30px; }
.product-image .image { position: relative; cursor: pointer; }
.product-image .image:hover > .caption,
.product-image .checked .caption { display: flex; }
.product-image .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0,0,0,0.5);
	/*display: flex;*/
	display: none;
	justify-content: center;
	align-items: center;
}
.product-image .caption .caption-content {
	text-align: center;
	color: #fff;
}
.product-image .caption-content .title {
    font-family: 'GothamNarrow Bold';
    font-size: 20px;
    padding-bottom: 20px;
}
.product-image .caption-content .message {
	font-family: 'GothamNarrow Medium';
	font-size: 14px;
}
.product-image .caption-content .button {
	display: inline-block;
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
    background: -webkit-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -moz-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -o-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: -ms-linear-gradient(90deg, #ec7812 0%, #efa84b 100%);
	background: linear-gradient(0deg, #ec7812 0%, #efa84b 100%);
	border: 1px solid #ec7812;
	line-height: 12px;
    padding: 13px 30px;
    letter-spacing: 3px;
    display: none;
}
.product-image .checked .caption-content .button { display: block; }
.product-image .checked .caption-content .message { display: none; }
.checkbox-qty-image {
	position: relative;
}
.checkbox-qty-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: none;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center; /* Safari 7.0+ */
}
.checkbox-qty-desc-content { 
	max-height: 100%; 
	padding: 30px; 
}
.checkbox-qty-image.active > .checkbox-qty-desc { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; 
}
.checkbox-qty-content {
	border: 1px solid #e1e1e1;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.checkbox-qty-content .btn-orange {
	padding: 10px 20px;
}
.checkbox-qty-name {
	font-size: 14px;
	line-height: 34px;
	color: #737373;
}
.checkbox-qty-price {
	font-size: 13px;
	color: #666666;
}
.error-input {
    font-family: 'GothamNarrow Book';
    font-size: 13px;
    color: #FF0000;
	height: 20px;
}
#inline { height: 100%; }
#inline .form-group { margin-bottom: 0; }
#popup-title {
	font-family: 'GothamNarrow Bold';
	font-size: 20px;
	text-transform: uppercase;
	color: #737373;
	padding-top: 10px;
    padding-bottom: 10px;
}
#popup-img { margin-bottom: 20px; }
#popup-img > div {
	height: 100%;
  	background-repeat: no-repeat;
  	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#popup-plus {
	background: transparent url(../image/popup-plus.png) no-repeat center;
}
@media (max-width: 991px) {
	#popup-plus { height: 100px !important; }
}
.product-makanbox { max-width: 360px; margin: 0 auto; }
.product-makanbox .list-inline a b{
	text-transform:uppercase;
}

#inline .checkbox-qty {
    max-width: 240px;
    margin: 0 auto 30px auto;
}
.popup-opt-content {
	border: 1px solid #e1e1e1;
    padding: 10px 15px;
}
.popup-opt-name {
	color: #737373;
	font-family: 'GothamNarrow Bold';
	font-size: 14px;
	text-transform: uppercase;
	height:120px;
}
.popup-opt-price {
	font-size: 13px;
	color: #666666;
    line-height: 30px;
}
#popup-options { overflow: auto; }
@media (max-width: 991px) {
	#popup-options { max-height: none !important; overflow: hidden; }
}
.popup-opt-totals ul {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.popup-opt-totals ul li {
	display: inline-block;
	font-size: 13px;
	color: #737373;
	text-transform: uppercase;
}
.popup-opt-totals ul li + li:before {
	content: '+';
	display: inline-block;
    padding: 0 8px;
}
.popup-opt-totals-result {
	font-family: 'GothamNarrow Bold';
	font-size: 14px;
	color: #737373;
	text-transform: uppercase;
}
.timeslot-list {
	margin: 30px 0 20px 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
.timeslot-list li { margin-bottom: 10px; }
.timeslot-list li a {
	display: block;
	color: #fff;
	background: #9F3122;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	padding: 8px 15px;
	border: 2px solid #9F3122;
	border-radius: 5px;
}
.timeslot-list li.active a {
	color: #9F3122;
	background: #fff;
}
.panel-title.quickcheckout-heading a {
	display: block;
	position: relative;
}
.panel-title.quickcheckout-heading a:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
	content: '\f068';
	font-family: FontAwesome;
	z-index: 9;
	text-align: center;
}
.panel-title.quickcheckout-heading a.collapsed:before {
	content: '\f067';
}
.btn-desc, .btn-checkbox-qty-close { cursor: pointer; }
.btn-desc.active {
	color: #000;
    font-weight: bold;
}
.btn-checkbox-qty-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	display: block;
	width: 25px;
	height: 25px;
	background: #000;
	color: #fff;
	line-height: 25px;
}


@media (min-width:1200px){
	.navbar-nav{
		float:none;
		display:table;
		margin:5px auto;
		
	}
}

/* @media (min-width:1410px){ */
@media (min-width:1000px){
	#adsc{display:block !important;
		
	}
}
#adsc{
	left:0px !important;
	position: fixed;
	top: 50%; 
	transform: translateY(-50%);
	z-index: 2;
}

#adsc span{
	position:absolute;
	top:0px;
	right:0px;
	font-size:24px;
	font-family:'Open sans';
	background:rgba(0,0,0,0.6);
	color:#fff;
	line-height:24px;
	padding:0px 5px 5px 5px;
	cursor:pointer;
}

.product-category .btn-orange{
	margin-left:12px;
}
 
.product-category .desc .col-xs-7{
	min-height:115px;
}

@media (min-width:769px){
	
.navbar-nav>li:hover>.dropdown-menu,
.open>.dropdown-menu{
	min-width:200px;
	left:50%;
	
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
}

.ab-bottom-right{
	position:absolute;
	width:90px;
	height:90px;
	right:7px;
	padding: 23px 0px !important;
	bottom:7px;
	
}

.fancybox-inner .clearfix.visible-lg{
	display:none !important;
}

.quickcheckout-checkout #create_account label{
	display:inline;
}

.quickcheckout-checkout #create_account + input{
	margin-left:15px;
}

#content ~ .quick-sign-in,
#content > *[id^="banner"]:nth-last-child(3),
#content > *[id^="banner"]:nth-last-child(2),
#content > *[id^="banner"]:last-child{
	display:none !important;
}
.input-group{
	z-index:1;
}

.info-desc img{
	max-width:100%;
	height:auto !important;
}

.modal-custom,
.modal-sm{
	max-width:535px;
}

.modal-custom h1{
	background:none;
	margin:16px 0px -18px;
}

.g1g{
	margin:0px;
}

.modal-custom .head{
    background: #ec7812;
    color: #fff;
    padding: 7px 36px;
    margin: 0px -28px;
    font-size: 16px;
    display: table;
    width: calc(100% + 56px);
}

.modal-custom .head > div{
	width:100%;
    padding: 8px 0px;

}

.g1g thead th,
.g1g td{
	vertical-align:middle !important;
	border:0px !important;
	padding:5px 8px !important;
}

.g1g tfoot td{
	font-size: 16px;
    padding: 24px !important;
}

.modal-custom .modal-content{
	padding: 0px 12px 22px;
	overflow:hidden; !important;
}
.modal-custom .modal-content .modal-body{
	padding: 0px 15px 15px;
}

/*Date: 14 Oct 2016 */
/*Author: Tony */
/*PE: Cheryl */
/*Purpose: layout adjustment */
div.go-top + div.container > div[id^=banner]:first-child{
	margin-top: 10px;
}

#top #top-links.nav.pull-right li.dropdown.open > ul.dropdown-menu.dropdown-menu-right{
	display: table;
}

#top #top-links.nav.pull-right li.dropdown.open > ul.dropdown-menu.dropdown-menu-right > li:first-child{
	display: table-footer-group;
}

footer > div.container:first-child > div.row:first-of-type > div.col-sm-12:first-child > div.col-sm-2:nth-child(4) > ul.list-unstyled{
	display: table;
}

footer > div.container:first-child > div.row:first-of-type > div.col-sm-12:first-child > div.col-sm-2:nth-child(4) > ul.list-unstyled > li:first-child{
	display: table-footer-group;
}