/*!
 * 1. Common
 * 2. Useful Class
 * 3. Global Setting
 * 4. Header
 * 5. Content
 * 6. Form
 * 7. Footer
 * 8. Media Query
 */



/* 1. Common
==================== */
* {
	margin: 0;
	padding: 0;
}
a {
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}
a:hover,
a:visited,
a:focus,
a:active {
	color: #3b3b3e;
	outline: none !important;
	text-decoration: none;
	cursor: pointer !important;
}
p {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000;
}
h1 {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 20px;
}
h5 {
	font-size: 14px;
	line-height:28px;
	margin-bottom: 20px;
	margin-bottom: 20px;
}
h6 {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 0;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* 2. Useful Class
==================== */
.hh-textcenter {
	text-align: center;
}
.hh-textleft {
	text-align: left;
}
.hh-textright {
	text-align: right;
}
.hh-text10 {
	font-size: 10px !important;
	line-height: 14px !important;
}
.hh-text11 {
	font-size: 11px !important;
	line-height: 16px !important;
}
.hh-text12 {
	font-size: 12px !important;
	line-height: 20px !important;
}
.hh-text14 {
	font-size: 14px !important;
}
.hh-text16 {
	font-size: 16px !important;
}
.hh-text18 {
	font-size: 18px !important;
}
.hh-text20 {
	font-size: 20px !important;
}
.hh-text24 {
	font-size: 24px !important;
}
.hh-text36 {
	font-size: 36px !important;
	line-height: 32px;
}
.hh-text44 {
	font-size: 44px !important;
	line-height: 40px;
}
.hh-textitalic {
	font-style: italic;
}
.hh-textunderline {
	text-decoration: underline;
}
.hh-inlinecontainer {
	font-size: 0;
}
.hh-inlinecontainer.top > .hh-inlineblock {
	vertical-align: top;
}
.hh-inlinecontainer.middle > .hh-inlineblock {
	vertical-align: middle;
}
.hh-inlinecontainer.bottom > .hh-inlineblock {
	vertical-align: bottom;
}
.hh-inlinecontainer > .hh-inlineblock {
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
}
.hh-inlinecontainer.top > .hh-inlineblock {
	vertical-align: top;
}
.hh-inlinecontainer > .hh-inlineblock:last-child {
	margin-right: 0;
}
.hh-inlinecontainer.twocolumn > .hh-inlineblock {
	margin: 0;
	width: 50%;
}
.hh-inlineblock {
	display: inline-block;
}
.hh-block {
	display: block;
}
.hh-nomargin {
	margin: 0 !important;
}
.hh-childnomargin * {
	margin: 0 !important;
}
.hh-centermargin {
	margin: 0 auto;
}
.hh-margin5 {
	margin-bottom: 5px !important;
}
.hh-margin10 {
	margin-bottom: 10px !important;
}
.hh-margin20 {
	margin-bottom: 20px !important;
}
.hh-margin30 {
	margin-bottom: 30px !important;
}
.hh-margin40 {
	margin-bottom: 40px !important;
}
.hh-margin60 {
	margin-bottom: 60px !important;
}
.hh-margin80 {
	margin-bottom: 80px !important;
}
.hh-margin100 {
	margin-bottom: 100px !important;
}
.hh-inlineblock.hh-margin5,
.hh-inlineblock.hh-margin10,
.hh-inlineblock.hh-margin20,
.hh-inlineblock.hh-margin30,
.hh-inlineblock.hh-margin40 {
	margin: 0 !important;
}
.hh-inlineblock.hh-margin5 {
	margin-right: 5px !important;
}
.hh-inlineblock.hh-margin10 {
	margin-right: 10px !important;
}
.hh-inlineblock.hh-margin20 {
	margin-right: 20px !important;
}
.hh-inlineblock.hh-margin30 {
	margin-right: 30px !important;
}
.hh-inlineblock.hh-margin40 {
	margin-right: 40px !important;
}
.hh-padding {
	padding: 20px;
}
.hh-paddingtop {
	padding-top: 40px;
}
.hh-paddingbottom {
	padding-bottom: 40px;
}
.hh-paddingleft {
	padding-left: 20px;
}
.hh-paddingright {
	padding-right: 20px;
}
.hh-nopadding {
	padding: 0 !important;
}
.hh-nopaddingtop {
	padding-top: 0 !important;
}
.hh-margincenter,
.hh-margincenter * {
	margin-left: auto;
	margin-right: auto;
}
.hh-responsiveimage {
	max-width: 100%;
	height: auto;
	display: block;
}
.hh-fullresponsiveimage {
	width: 100%;
	height: auto;
	display: block;
}
.hh-relativecenter {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.hh-absolutecenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.hh-relative {
	position: relative;
}
.hh-overflowhide {
	overflow: hidden;
}
.hh-fullpage {
	height: 100%;
}
.hh-table {
	display: table;
	width: 100%;
	height: 100%;
}
.hh-tablecell {
	display: table-cell;
	height: 100%;
}
.hh-tablecell.middle {
	vertical-align: middle;
}
.hh-tablecell.bottom {
	vertical-align: bottom;
}



/* 3. Global setting
==================== */
html,
body {
	font-size:16px;
	height: 100%;
}
body {
    color: #777777;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.hh-textwhite {
	color: #fff !important;
}
.hh-textblack {
	color: #000 !important;
}
.hh-textgrey {
	color: #777777 !important;
}
.hh-textblue {
	color: #2f79d5 !important;
}
.hh-heading0 > * {
	font-size: 60px;
	line-height: 70px;
	margin: 0;
}
.hh-heading1 > * {
	font-size: 48px;
	line-height: 54px;
	margin: 0;
}
.hh-heading2 > * {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}
.hh-heading3 > * {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.hh-heading4 > * {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
}
.hh-heading5 > * {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
.hh-heading6 > * {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.hh-heading7 > * {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
.hh-paragraph > * {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.hh-paragraphsmall > * {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.hh-paragraph ul,
.hh-paragraphsmall ul {
	margin-left: 20px;
}
.hh-scale-50{
	height:50%;
	width:50%;
}
.hh-scale-75{
	height:75%;
	width:75%;
}

#hh-about .col-md-4 > h3,
#hh-menu .hh-wrapper-search p{
	font-family: 'futura_md_btmedium';
}

#hh-home .hh-banner-group .h3,
#hh-about h5,
#hh-about .col-md-4 > p{
	font-family: 'SamsungSharpSans-Medium';
}

#hh-menu  input.form-control{
	font-family: 'brandon_grotesqueregular';
	font-size:17px;
}

#hh-about .col-md-4 > h3{	font-size:14px; }
#hh-menu .hh-wrapper-search p{ font-size:16px; }

.hh-merchant-info-wrapper span{
	font-size:18px;
}

.hh-header .scroll-nav__list > li > a,
#hh-menu  .hh-brand > span,
.hh-merchant-info-wrapper strong{
	font-size:18px;
}

.hh-header .scroll-nav__list > li > a{ font-size:20px;color: #000; }

h2.title{
	display: inline-block;
}
h2.title:after{
	content: "";
	height: 3px;
	width: 30px;
	background: #042f36;
	display: block;
	border:none;
	margin: 10px auto 0 auto;
}

/* 4. Header
==================== */

.hh-header{
	padding:15px 0;
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
	border-bottom:1px solid #333;
	 -webkit-box-shadow: 0 8px 26px -3px #222;
    -moz-box-shadow: 0 8px 26px -3px #222;
    box-shadow: 0 8px 26px -3px #222;
	background: transparent;
    background-image: linear-gradient(rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.4) 30%,rgba(0,0,0,0.3) 65%,transparent 97%,transparent 0%);
	transition: all 0.5s linear;
}
.hh-header.sticky{
	background: #042f36;
	 -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom:0;
}
.hh-header .hh-logo img{
	height:48px;
	margin:5px 0;
	width:auto;
}
.hh-header .scroll-nav__list{
	list-style:none;
}
.hh-header .scroll-nav__list > li{
	float:left;
	margin-left:35px;
}
.hh-header .scroll-nav__list > li > a.menu-link{
	color:#fff;
	padding:5px;
	line-height: 58px;
}
.hh-header .scroll-nav__list > li > a.menu-link:hover,
.hh-header .scroll-nav__list > li > a.menu-link:focus{
	color:#cecece;
}
/*
.hh-header.sticky .scroll-nav__list > li > a.scroll-nav__link{
	color:#777;
}
.hh-header.sticky .scroll-nav__list > li > a.scroll-nav__link:hover,
.hh-header.sticky .scroll-nav__list > li > a.scroll-nav__link:focus,
.hh-header.sticky .scroll-nav__list > li > a.scroll-nav__link:active {
	color:#000;
}*/

/* 5. Content
==================== */

.hh-banner-wrapper{
	position: relative;
    overflow: hidden;
}
.hh-banner-wrapper .background-media{
    background-repeat: no-repeat;
    background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow:auto;
}
.hh-banner-wrapper .background-media-1{
    background-image: url('../images/Banner Ipad Web.jpg');
}
.hh-banner-wrapper .background-media-2{
    background-image: url('../images/bg-newoutlet.jpg');
}

.hh-banner-wrapper,
.hh-banner-wrapper .carousel,
.hh-banner-wrapper .carousel-inner,
.hh-banner-wrapper .item
{
    /*min-height: 750px;*/
}

.border-barrel{
	background: url(../images/barrel.jpg) top no-repeat;
	background-size: 100% center;
	height: 171px;
}

#hh-content{
	/*margin-top: -30px;*/
}

#hh-about{
	color:#555;
	background: url(../images/bg2.jpg) no-repeat;
	background-color:#e2e6f2;
	background-size: 60%;
	background-position: right center;
}

#hh-menu{
	/*background:url('../media/bg-faq-section.jpg') no-repeat;
	background-size: 100%;
	background-position: top;*/
	background: #d2ac67;
	margin-bottom:0;
	padding-bottom: 0;
}

#hh-menu .title{
	color: #042f36;
}

#hh-menu .col-md-12 h2{
	margin-bottom: 7px;
}
#hh-menu .col-md-12 p{
	margin:2px 0 0;
	color: #042f36;
}

#hh-menu .menu-wrapper{
	margin-top: 50px;
}

#hh-menu .menu-wrapper h3{
	color: #9e9e9e;
	margin-bottom: 15px;
}
#hh-menu .menu-wrapper h4{
	color: #08a67e;
	border-bottom:1px solid rgba(0, 0, 0, .1);
	margin-bottom: 5px;
}
#hh-menu .menu-wrapper p{
	margin-bottom: 15px;
	font-size: 13px;
}

.hh-delivery{
	text-align: center;
	padding: 35px 0;
	margin-top: 60px;
	background-image: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}
.hh-delivery img{
	height: 130px;
	width:auto;
	margin: 0 10px;
}	
.hh-delivery h3{
    color: #fff;
}

#hh-findus{
	background-color:#042f36;
}
#hh-findus .hh-section{
	padding-bottom: 100px;
}
#hh-findus h2{
	color:#2fbec1;
	margin-bottom: 0;
}
#hh-findus h3{
	color:#2fbec1;
	margin-top: 30px;
}
#hh-findus h2.title:after{
	background-color: #d2ac67;
}
#hh-findus p{
	color:#FFF;
}
#hh-findus .operation-hour b{
	color: #d0b28c;
}
#hh-findus .operation-hour{
	color: #fff;
}

nav.scroll-nav{
	display:none;
}

.hh-section{
	padding:60px 0;
}
.hh-section:last-child{
	margin-bottom:0;
}


/* 6. Form
==================== */

#hh-menu .input-group{	
	margin-top:15px;
}
#hh-menu .input-group .form-control,
#hh-menu .input-group .input-group-addon{
	border-radius:17px;
}
#hh-menu .input-group .form-control{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right:none;
}
#hh-menu .input-group .input-group-addon{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background:#ffffff;
	
}

/* 7. Footer
==================== */

#hh-footer{
	background: #2fbec1;
	color:#fff;
	padding: 15px 0;
	font-size: 14px;
	line-height: 16px;
}
#hh-footer .social{
	margin-top: -55px;
	margin-bottom: 10px;
}
#hh-footer .social > a{
	color:#fff;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
#hh-footer .social > a > i{
	width: 2.5em;
    height: 2.5em;
    font-size: 2em;
    line-height: 1.8em;
	border: 8px solid #393838;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #2fbec1;
}


/* 8. Media Query
==================== */
@media (max-width: 1366px) {
}
@media (max-width: 1199px) {
	.hh-banner-wrapper .hh-banner-group{
		right:7%;
		bottom:7%;
	}		
	.hh-brand span{
		font-size:16px;
	}
	#hh-menu{
		background-size:cover;
	}
	#hh-menu .hh-wrapper-search,
	#hh-menu .hh-wrapper-tnc{	
		padding:16px 30px;
	}
	#hh-menu .hh-wrapper-tnc img.img-responsive{
		max-height:61px;		
		margin:0;
	}
}
@media (max-width: 991px) {	
	#hh-about{
		background-image: none;
	}
	#hh-menu .menu-wrapper:last-child{
		margin-top: 0;
	}
	#hh-menu .menu-wrapper h3{
		margin-top: 40px;
	}

	.hh-banner-wrapper .hh-banner-group{
		right:4%;
		bottom:4%;
	}
	.hh-banner-wrapper .hh-banner-group a{
		margin:5px 15px;
	}	
	#hh-home{	
		background-size:200%;
	}
	#hh-home .hh-banner-wrapper .hh-banner-group .h1{
		padding:0;
		margin-top: 40px;
		margin-bottom: 0;
	}
	#hh-home .hh-banner-wrapper .hh-banner-group .h3{
		color:#444444;
	}
	#hh-menu .hh-wrapper-tnc img.img-responsive{
		max-height:80px;	
	}
}
@media (max-width: 767px) {	
	.hh-section{
		padding:20px 0;
	}
	.hh-banner-wrapper .background-media{
		background-attachment:scroll;
	}

	.hh-header .hh-logo {
		display: inline-block;
		line-height: 58px;
	}
	.hh-header .hh-logo img {
		height: 35px;
	}
	.hh-header .scroll-nav__list > li{
		margin-left:20px;
	}
	.hh-header .scroll-nav__list > li > a{ 
		font-size:14px; 
	}
	#hh-home{	
		background-size:250%;
	}
	#hh-menu .menu-wrapper h3{
		margin-top: 20px;
	}
	#hh-findus .google-maps {
	    display: none;	
	}
	#hh-findus .hh-section{
		padding-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.hh-header{
    	background: #042f36;
	}
	.hh-banner-wrapper{
		margin-top: 120px;
	    /*min-height: 600px;*/
	}
	.hh-header .scroll-nav__list > li{
		margin-left:5px;
	}
	.hh-header .scroll-nav__list > li > a{ 
		font-size:12px; 
	}
	#hh-home{	
		background-size:300%;
	}
}

#modalLunarIpad{
	margin-top: 100px;
}