
@import url('https://fonts.googleapis.com/css?family=Questrial|Francois+One');

/* ----------------------------- default ----------------------------- */
body {
	font-size: 100% !important;
}

ul li {
	font-family: 'Questrial', sans-serif;
}

.wrapper p {
	font-size: 12pt !important;
	line-height: 25px !important;
	color: #777777 !important;
	padding-left: 20px !important;
	font-family: 'Questrial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Francois One', sans-serif !important;
}

h1 {
	font-size: 30pt !important;
	color: #e74c3c !important;
	text-align: left !important;
	padding-left: 20px !important;
	margin: 0 !important;
}
h2 {
	text-align: left !important;
	font-size: 24pt !important;
	color: #e74c3c !important;
	padding: 0 !important;
	margin: 0 !important;
	padding-bottom: 3% !important;
}
h3 {
	font-size: 3.5rem;
	color: #e74c3c !important; 
}
h4 {
	color: #e74c3c !important;
}
h5 {
	font-size: 2.5rem;
	color: #e74c3c !important;
}
h6 {
	font-size: 1.5rem;
	color: #e74c3c !important;
}
/* ----------------------------- end of default ----------------------------- */

/* ----------------------------- header ----------------------------- */
.strip-bg {
	background-image: url(../img/strip.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: transparent;
}

.strip {
	padding: 7px;
}

.strip p {
	margin: 10px 0;
	color: #fff !important;
}

.social-icons img {
	width:32px;
	height:32px;
	margin: 5px 5px 0 5px;
	float: right;
}

.header-bg {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	padding: 2% 0;
}

ul li a {
	font-size: 12pt;
}
	
.wrapper {
	padding: 5%;
	background-color: #ffffff;
}
.wrapper1 {
	padding: 5%;
	background-color: #fafafa;
}
/* ----------------------------- end of header ----------------------------- */

.nav > li > a {
	padding: 10px 7px !important;
}

.myh2 {
	text-align: left;
	font-size: 24pt;
	font-family: 'Francois One', sans-serif;
	color: #f44336;
	padding: 0;
	margin: 0;
}

.myh3 {
	font-size: 18pt;
	color: #f44336;
	font-family: 'Francois One', sans-serif;
	margin: 0;
	padding: 0;
}

.myh4 {
	font-size: 14pt;
	color: #c0392b;
	font-family: 'Francois One', sans-serif;
	font-weight: bold;
}

.spacer-line {
	border-top: 5px solid #e74c3c;
	width: 100px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0;
}

.mydivider {
	background-image: url(../img/strip.jpg);
	height:3px;
}

.img-style {
	border: 5px solid white;
	box-shadow: 0 0 12px #888888;
}

.keyvisual1 {
	background-image: url(../hero-img/appetizer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}

.keyvisual2 {
	background-image: url(../hero-img/broccoli.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}

.keyvisual3 {
	background-image: url(../hero-img/chicken.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}

.keyvisual4 {
	background-image: url(../hero-img/dimsum.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}
.keyvisual5 {
	background-image: url(../hero-img/hot-pot.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}
.keyvisual6 {
	background-image: url(../hero-img/meat-canton.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}
.keyvisual7 {
	background-image: url(../hero-img/patatim.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}
.keyvisual8 {
	background-image: url(../hero-img/rice-topping.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}
.keyvisual9 {
	background-image: url(../hero-img/sweet-sour-pork.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}
.keyvisual10 {
	background-image: url(../hero-img/yang-chow.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-attachment: scroll;
	background-position: center center;
}

.container-bg {
	background-color: whitesmoke;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	padding-top: 70px;
	padding-bottom: 70px;
}

.img-border {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.1);
}


a:link.terms-and-conditions {
	font-size: 8pt;
	color: #fafafa;
	font-family: 'Questrial', sans-serif;
}

a:hover.terms-and-conditions  {
	text-decoration: none;
	color: gray;
}

.myhr {
	border-top: 5px solid red;
	height: 0;
    margin: 0;
}

.cta {
	font-size: 18pt;
	font-weight: bold;
	font-family: 'Francois One', sans-serif;
	text-align: right;
	line-height: 120%;
	color: #c0392b;
	margin: 0;
}

.cto {
	font-size: 20pt;
	font-weight: bold;
	font-family: 'Questrial', sans-serif;
	text-align: right;
	line-height: 120%;
	margin: 0;
	color: red;
}

/* DEFAULT COLORS */
.text-black {color: #272727 !important;}
.text-white {color: #ffffff !important;}
.text-darkred {color: #b71c1c !important;}
.text-gold {color: goldenrod !important;}

.bg-white {
	background-image: url(../misc/bg-asfalt-dark.jpg) !important; 
	background-repeat: repeat-x repeat-y;
}

.bg-img-default {
	background: url(../master-bg.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}

/* DEFAULT FONT TEXT */
		p, .font-questrial {
		font-family: 'Questrial', sans-serif;
		font-size: 12pt;
		} 
			
@font-face {
		/* company name style */
		font-family: "Brush-Script-Std";
		src: url(../fonts/Brush-Script-Std.ttf);
			}
		.compname-font { 
				font-family:"Brush-Script-Std", sans-serif; 
				font-size:25pt;
				color: #e53935;
						}
		
@font-face {
		/* company name style */
		font-family: "kaiu";
		src: url(../fonts/kaiu.ttf);
			}
		.chinese-font { font-family:"kaiu" , sans-serif !important; }
		.adjust {
			margin-top: 30px;
			background-color: transparent;
		}
		
		.active-page {
			background-color: #b71c1c !important;
			border-radius: 5px;
					}
					
			.top-img,
			.mid-img1 {
					/* Create the parallax scrolling effect */
					background-attachment: scroll;
					background-position: center;
					background-repeat: no-repeat;
					background-size: cover;
					}
						
			.top-img {
					background-image: url(../hero-img/hero-careers.jpg);
					height: 400px;
					min-height: 400px;
					}
					
			.mid-img1 {
					background-image: url(../img/mid-img1.jpg);
					min-height: 200px;
					opacity: 0.8;
					}
					

				
			.caption {
					position: absolute;
					left: 0;
					top: 5cm;
					width: 100%;
					text-align: center;
					color: #000;
						}

			.caption span.border {
				  background-color: #111;
				  color: #fff;
				  padding: 18px;
				  font-size: 25px;
				  letter-spacing: 10px;
				}
				
			.title {
					background-color: Whitesmoke;
					width: 350px;
					height: 50px;
					border-radius: 5px;
					text-align: center;
					margin: auto;
					padding: 5px;
					box-shadow: 1.5px 1.5px 1px #888888;
					outline: none;
					}
			
				
/* CSS FOR NAV BAR */
	.chinese-text-img {
		width: 40px !important;
		height: 15px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
		
	#chinese-txt-home {
		width: 40px !important;
		height: 20px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#chinese-txt-aboutUs {
		width: 80px !important;
		height: 20px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#chinese-txt-menu {
		width: 40px !important;
		height: 15px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#chinese-txt-branches {
		width: 35px !important;
		height: 15px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#chinese-txt-careers {
		width: 35px !important;
		height: 15px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#chinese-txt-franchising {
		width: 50px !important;
		height: 15px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#chinese-txt-contactUs {
		width: 60px !important;
		height: 15px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
		
/* CSS FOR NAV BAR */

			
/* CSS FOR HOME PAGE */

	.home-parallax {
		background-image: url(../img/home-page/home-parallax.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 5%;
	}

.platform {
	/*width: 1070px; height: 600px; */
	width: 100%;
	height: 100%;
	background-color: transparent;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}

.img-size {
	width: 100%;
	height: 100%;
}

.view {
	width: 100%;
	height: 100%;
	margin: 0;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   padding-top: 100px;
}

.view img {
   display: block-inline;
   position: relative;
}
	
.view h2 {
   text-transform: uppercase !important;
   color: #fff !important;
   text-align: center !important;
   position: relative !important;
   font-size: 20px !important;
   padding: 0 !important;
   margin: 0 !important;
   font-weight: bold !important;
}

.view a.info { /* LEGGO! */
   display: inline-block;
   text-decoration: none;
   padding: 5px 5px;
   margin: 7px 0;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   font-size: 12pt;
   font-family: 'Questrial', sans-serif;
}

.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}

.view-sixth .mask {
   background-color: rgba(102,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}

.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}

.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}

.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}

.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

.view-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}		
/* CSS FOR HOME PAGE */

/* CSS FOR ABOUT-US PAGE */
	.about-us h2, .operation-parallax h2, .vision-parallax h2, .miss-state h2 {
		padding-left: 20px !important;
	}
	
	.about-us h3 {
		color: #e74c3c;
		margin: 1% 0;
	}
	
	.side-border {
	border-left: 5px solid #c0392b;
	padding-left: 10px;
	}
	
	.corp-val {
		padding: 1% 0;
	}
	
	.img-align {
		padding: auto;
		border-radius: 2px;
		width: 700px;
		height: 500px;
		display: block;
		position: relative;
		border: 5px solid white;
		box-shadow: 0 0 12px #888888;
		float: right;
		margin: 0 auto;
	}
	
	.vision-parallax {
		background-image: url(../img/aboutus-page/asfalt-dark.png);
		background-color: rgba(0,0,0,0.1);
		background-repeat: repeat;	
		background-attachment: fixed;
	}
	
	.img-core-col {
		padding-top: 18px; 
		height: 380px; 
		background-color:#c62828;
	}
	
	.borderline-right {
		border-top: 3px solid #c0392b;
		width: 50px;
		float: right;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.borderline-left {
		border-top: 3px solid #c0392b;
		width: 50px;
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.hist-bg {
		margin: 0 auto; 
		background: rgba(0,0,0,0.7);
		border-radius: 5px;
		padding: 3%;
	}
	
	.hist-bg h2 {
		padding: 0 0 1% 2.5% !important; 
	}
	
	.hist-bg p {
		padding: 2%; 
		margin: 2% 3%; 
		border: 1px dotted white; 
		border-radius: 5px; 
	}
	
	.company-parallax {
		background-image: url(../img/aboutus-page/company-para.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.company-parallax p {
		color: #fff !important;
	}
	
	.operation-parallax {
		background-image: url(../img/aboutus-page/company-para1.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
		
	.history-parallax {
		background-image: url(../img/food.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	
				body { 
					background-image: url(img/bg.jpg);
					background-attachment: fixed;
					background-position: center;
					background-repeat: no-repeat;
					background-size: cover;
						}

/* CSS FOR ABOUT-US PAGE */

/* CSS FOR MENU PAGE */
	
	.hovereffect {
		width: 100%;
		height: 100%;
		float: left;
		overflow: hidden;
		position: relative;
		text-align: center;
		cursor: default;
}

	.hovereffect .overlay {
		position: absolute;
		overflow: hidden;
		  width: 80%;
		  height: 80%;
		  left: 10%;
		  top: 10%;
		  border-bottom: 1px solid #FFF;
		  border-top: 1px solid #FFF;
		  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		  transition: opacity 0.35s, transform 0.35s;
		  -webkit-transform: scale(0,1);
		  -ms-transform: scale(0,1);
		  transform: scale(0,1);
	}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center !important;
  position: relative;
  font-size: 30px;
  background-color: transparent;
  color: #FFF !important;
  padding: 50px 0 0 0 !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, hovereffect p {
  font-weight: bold;
  color: #fff !important;
  padding: 10px 0;
  opacity: 0;
  text-decoration: none !important;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect a:hover {
	color: #e74c3c !important;
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
			
/* CSS FOR MENU */



/* CSS FOR Branches PAGE */	

.wrapper-branches {
	padding: 5%;
	background-color: #e74c3c;
}

.wrapper-branches p, .wrapper-branches h3 {
	color: #fff !important;
}

.icons{
	width: 32px;
	height: 32px;
	margin: 1px 0;
}

.north ul, .manila ul, .south ul{
	float: left !important;
	list-style-type: none;
	font-size: 12pt;
	color: gray;
	font-family: 'Questrial', sans-serif;
}

.para-branches {
	background-image: url(../img/branches-page/branches-para.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 5% 0;
}

.para-branches img {
	border-radius: 10px;
	border: 3px solid #fff;
	margin: 20px auto;
}
/* CSS FOR Branches PAGE */



/* CSS FOR CAREER PAGE */

	.careers-parallax {
	background-image: url(../img/careers-page/crab-para.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
	
	.careers-parallax p {
		color: #fff !important;
	}
	
	.careers img {
		padding: 20px 0 0 0;
	}
	
	.careers p {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.food-server h4 {
		padding: 20px 0 0 0;
	}
	
/* CSS FOR CAREER PAGE */

/* CSS FOR FRANCHISING */

	.franchising ul li {
		color: #f44336;
		font-size: 12pt;
		font-family: 'Questrial', sans-serif !important;
	}
	
	.franchising ul li span{
		color: gray;
		font-size: 12pt;
		font-family: 'Questrial', sans-serif !important;
	}

	.pic-style { 
		border-radius: 3px; 
		border: 1px solid gray;
	}

	.businessmodel-parallax {
		background-image: url(../img/franchise-page/businessmodel-parallax.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.businessmodel-parallax h2 {
		padding-bottom: 10px !important;
		padding-left: 10px !important;
	}
	
	.businessmodel-parallax h3{
		margin: 0 auto !important;
		background: rgba(0,0,0,0.9); 
		padding: 5px 10px;
		border-left: 3px solid #f44336;
	}
	
	.businessmodel-parallax p {
		color: #fff !important;
		padding: 0 0 0 10px !important;
	}
	
	.businessmodel-parallax img {
		margin: 20px 0 0 0;
	}
	
	.businessmodel-parallax ul {
		background-color: rgba(0,0,0,0.9);
		margin: 0;
		padding: 10px;
		border-left: 3px solid #f44336;
	}
	
	.businessmodel-parallax ul li {
		color: #fff;
		list-style-type: none;
		font-size: 12pt;
		font-family: 'Questrial', sans-serif;
	}
	
	.app-process ol {
		font-size: 12pt;
		font-family: 'Questrial', sans-serif;
	}
	
	.faq ul li{
		font-family: 'Questrial', sans-serif;
	}
	
	.bm-h3 {
		margin: 0 auto 30px auto; 
		background: rgba(0,0,0,0.8); 
		padding-bottom: 5px; 
		padding-top: 5px; 
		padding-left: 10px;
		border-radius: 0 3px 3px 0;
		border-left: 3px solid #f44336;
	}
	
.hr-grey {
	border-top: solid 1px grey;
	margin-left: -15px;
	margin-right: -15px;
}
/* CSS FOR FRANCHISING */

/* CSS FOR CONTACT-US */

	.contactus-parallax {
		background-image: url(../img/contactus-page/contactus-parallax.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}

	.hrgray { height: 1px; border-top: 1px solid Gray; width:500px; }
				.hrwhite { height: 1px; border-top: 1px solid white; width:500px; }
		
			.padding {
				padding-top: 1cm;
				padding-bottom: 1cm;
				padding: 1cm;
				}
/* CSS FOR CONTACT-US */

/* CSS FOR FOOTER */

	.footer-bg {
		background-image: url(../img/footer-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center center;
		border-top: 5px solid #e74c3c;
	}
	
	.footer-hr {
		height: 0;
		border: 0;
		border-top: 1px dotted #f7f7f7;
		margin-top: 10px;
		margin-bottom: 20px;
		width: 300px;
	}

	.pipeanchor {
		list-style:none;
		margin: 0;
		padding: 3% 0 1% 0;
		display: inline-block;
	}
	
	.pipeanchor li { 
		display: inline-block;
		margin: 0 auto !important;	
		padding: 0 10px; 
		border-left:#ffffff solid 1px;
		
	}
	
	.pipeanchor li a {
		color: #ffffff !important;
		text-decoration: none !important;
	}
	
	.pipeanchor li a:hover {
		color: #e74c3c !important;
	}
	
	.pipeanchor li:first-child  {
		border-left:0
	}
		
	.active-pipe {
		border-bottom: 2px solid #ffffff;
	}
	
	.contact-info h3, .contact-info p {
		color: #fff !important; 
	}
	
	.copyright p {
		color: #fff !important;
		font-size:8pt !important;
		text-align: center !important;
	}
	
	.copyright a {
		color: #fff !important;
		text-align: center !important;
	}
	
	.copyright {
		text-align: center;
		padding: 0 0 3% 0;
	}
/* CSS FOR FOOTER */







/* TABLET */
@media (max-width: 768px) {
	
	.hero {
		max-height: 150px;
	}
	
	.imglantern {
		display: none;
	}
	
	.logo {
		margin-top: 8px;
	}
	
	.strip-bg {
		display: none;
	}
	
	.header-bg {
		position: fixed;
		display: block;
		left: 0;
		right: 0;
		z-index: 999;
		margin-bottom: 1030;
		border-bottom: 3px solid red;
	}
	
	.pipeanchor {
		display: none;
	}
/*branches section*/
	.north, .manila, .south, .home, .franchising, .contact, .careers, .terms, .about-us, .menu {
		margin-top: 65px;
	}
	
	.space h3{
	padding: 10px 0 0 0;
}
/*end branches section*/

/*menu section*/
	.lb-overlay img {
	/* height: 100%; For Opera max-height does not seem to work */
	margin-top: 50px;
	height: 250px;
	width: 250px;
	}
	
	.lb-overlay:target {
	padding: 120px 20px;
	}
	
	.lb-overlay a.lb-close{
	top: 130px;
	}
	
/*end of menu section*/





}





/* MOBILE */
@media (max-width: 425px) {
	
	.lb-album li{
		float: none;
		width: 202px;
		height: 202px;
		margin: 10px auto;
	}
	
	.lb-album li > a img {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
	}
	
	
	
	
	
	
	
	
	
}
