@charset "utf-8";

@font-face {
	font-family: oswald;
	src: url(../fonts/oswald.ttf);
	}
	
@font-face {
	font-family: birth-hero;
	src: url(../fonts/birth-hero.ttf);
	}
	
@font-face {
	font-family: raleway;
	src: url(../fonts/raleway.ttf);
	}
	
@font-face {
	font-family: back-to-black;
	src: url(../fonts/back-to-black.ttf);
	}
	
@font-face {
	font-family: jersey;
	src: url(../fonts/jersey.ttf);
	}
	
img {
	max-width:100%;
	}		


.home_video {
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}
.video-column {
	padding:0px;
	width: 100%;
	
}
a .main-logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	z-index: 900;
	left: 30px;
	top: 20px;
}

@media only screen and (max-width: 768px) {
	a .main-logo {
	left: 10px;
	width:35%;
	
	}
	}
	
	


#welcome-wrapper {
	text-align: center;
	position: absolute;
	top: 150px;
	width: 100%;
	z-index: 100;
}
.welcome-text {
	font-family: oswald;
	color: #FFF;
	font-size: 30px;
	display: block;
	clear: both;
	margin-top: 10px;
}
a.know-more {
	line-height: 35px;
	background-color: #ff0000;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: jersey;
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	width: 130px;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	
	
}
#welcome-wrapper img {
	margin-top: 10px;
	margin-bottom: 10px;
}



a.know-more:hover {
	background-color: #990000;	
	border-bottom-color: #FFFFFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	
	}
.home-about-head {
	font-family: jersey;
	font-size: 30px;
	color: #242424;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.home-about-sub-head {
	font-family: back-to-black;
	font-size: 60px;
	color: #994810;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.home-about {
	font-family: raleway;
	font-size: 16px;
	color: #333;
}


.home-about-right-side-col, .home-about-left-side-col {
	padding-right:0px;
	padding-left:0px;
	
	}

.home-about-right-side-col img {
	float:right;
	margin:0px;
	
	
	}
	
.home-about-left-side-col img {
	float:left;
	margin:0px;
	
	}	

a.view-menu {
	line-height: 35px;
	background-color: #cccc33;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: jersey;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	width: 100px;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	clear: both;
}
.home-menu {
	background-image: url(../images/home-menu-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	margin-bottom: 15px;
	
	
}

.home-menu .row {
	background-color: rgba(0,0,0,0.8);
	
	}
	
.home-menu-text {
	width: 60%;
	max-width:1200px;
	margin: 25px auto;
	padding: 3%;	
	border: 1px solid rgba(255,255,255,1);
	font-family: raleway;
	font-size: 16px;
	color: rgba(255,255,255,1);
	display:block;
}

.col-padding-reset {
	padding-left: 0px;
	padding-right: 0px;
}
.home-restof .row {
	margin-right: 0px;
	margin-left: 0px;
}
.home-rel-col {
	position: relative;
}

.home-restof-text {
	font-family: oswald;
	color: #1e1e1e;
	font-size: 40px;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 1;
	top: 35%;

}

@media only screen and (max-width: 767px) {
	.home-restof-text {
	font-size: 22px;
	top: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	}
	
@media only screen and (max-width: 480px) {
	.home-restof-text {
	font-size: 18px;
	top: 20%;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	}
	

.home-restof-link {
	font-family: jersey;
	font-size:20px;
	line-height: 30px;
	color: rgba(255,255,255,1);
	display: block;
	background-color: #ff0000;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.home-restof-overlay {
	display:none;
	}

@media only screen and (min-width: 768px) {
	.home-restof-link {
		display: none;
		}
	
.home-restof-overlay {
	font-family: jersey;
	color: rgba(255,255,255,0);
	text-align: center;
	display: block;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0);
	z-index: 2;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	}
	
.home-rel-col:hover .home-restof-overlay {
	background-color:rgba(0,0,0,0.9);
	color: rgba(255,255,255,1);
	text-decoration:none;
	
	
	}
	
.overlay-link {
	background-color:rgba(255,0,0,0);
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	padding-left:5px;
	padding-right:5px;
	margin-top:30%;
	display:inline-block;
	line-height: 45px;
	
	}

.home-rel-col:hover .overlay-link {
	background-color:rgba(255,0,0,1);
	padding-left:20px;
	padding-right:20px;
	
	
	}
	
.overlay-link-sub {
	background-color:rgba(255,0,0,0);
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	padding-left:5px;
	padding-right:5px;
	margin-top:15%;
	display:inline-block;
	line-height: 45px;
	
	}

.home-rel-col:hover .overlay-link-sub {
	background-color:rgba(255,0,0,1);
	padding-left:20px;
	padding-right:20px;
	
	
	}
	
	}
	
/*Inside page rules*/	
	
.page-head {
	padding: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	}
	
@media only screen and (max-width: 767px) { 
.page-head {
	margin-top:110px;}
}

@media only screen and (min-width: 320px) and (max-width: 650px) { 
.page-head {
	margin-top:85px;
	}
}



.page-head-title {
	font-family: back-to-black;
	font-size: 40px;
	line-height: 80px;
	color: #FFF;
	background-color: rgba(255,51,51,0.9);
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	top: 140px;
	width: 100%;
}

@media only screen and (max-width: 767px) { 
.page-head-title {
	font-size: 25px;
	line-height: 40px;
	top: 28%;
	
}

}

.who-we-are {
	background-color: #ff3333;
	font-family: raleway;
	font-size: 15px;
	color: rgba(255,255,255,1);
	padding: 20px 5%;
	
	}
	
.who-we-are a {
	font-size: 16px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	line-height:30px;
	}
.who-we-are-head {
	color: #330000;
	font-size: 18px;
}

.who-we-are a:hover {	
color: #6A0000;
}
.head-icon-dark {
	color: #330000;
	margin: 10px;
	clear: both;
	display: block;
}

.head-icon-light {
	color: #ff3333;
	margin: 10px;
	clear: both;
	display: block;
}


.why-us	{
	background-color: #330000;
	font-family: raleway;
	font-size: 15px;
	color: rgba(255,255,255,1);
	padding: 20px 5%;
	}
	
.why-us-head {
	color: #ff3333;
	font-size: 18px;
}
.row.franchise-row-one {
	position: relative;
	font-family: raleway;
	font-size: 15px;
}
.row.franchise-row-two {
	position: relative;
	font-family: raleway;
	font-size: 15px;
}
.row.franchise-row-three {
	position: relative;
	font-family: raleway;
	font-size: 15px;
	line-height: 25px;
}


.franchise-head {
	font-family: jersey;
	display: block;
	font-size: 18px;
	line-height: 45px;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	padding-right: 25px;
	padding-left: 25px;
	top: 20px;
	right: 0px;
}
.franchise-sub-head {
	font-family: raleway;
	font-size: 18px;
	color: #ed8b32;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
.franchise-content {
	background-color: #6a6a6a;
	padding: 15px;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: rgba(255,255,255,1);
}
.franchise-content-head {
	font-family: jersey;
	font-size: 16px;
	color: #ed8b32;
	display: block;
}
.franchise-content-area {
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}


.restaurant-col {
	float:right;
	}
	
.franchise-enquiry-row {
background-color:#1d0303;
color:#ffffff;
	
	}	


	
.franchise-enquiry-col {
	
background-color:#ed8b32;
max-width:1200px;
margin:0 auto;
display:block;
width:80%;
float:none;
font-family:raleway;
	
	
	}


	
legend {
	border:auto;
	border-bottom:none;
	display:block;
	width:auto;
	padding:15px;
	font-family:jersey;
	color:#ff3333;
	margin:0px;
   
}

fieldset {
	border:2px solid #ffffff;
		
	}
	
.enquiry-text {
	display:block;
	font-size:16px;
	margin:15px;		
	
	}
	
.form-control {
	border: solid 1px #FFFFFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background-color: #ed8b32;
	color: #FFFFFF;
	}
	
input::-webkit-input-placeholder {
color: #F8CDA7 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #F8CDA7 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #F8CDA7 !important;  
}
 
input:-ms-input-placeholder {  
color: #F8CDA7 !important;  
}	


textarea::-webkit-input-placeholder {
color: #F8CDA7 !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: #F8CDA7 !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #F8CDA7 !important;  
}
 
textarea:-ms-input-placeholder {  
color: #F8CDA7 !important;  
}

.form-butt {
	display:block;
	background-color:#1d0303;
	padding:0 25px;
	color:rgba(255,255,255,1);
	border:none;
	line-height:40px;
	font-size:16px;
	font-family:raleway;
	margin:0 auto;
	
	transition:all 0.2s linear 0.05s;
	-webkit-transition:all 0.2s linear 0.05s;
	-o-transition:all 0.2s linear 0.05s;
	-moz-transition:all 0.2s linear 0.05s;
	
	
	}
	
.form-butt:hover {
	background-color:#ff3333;	
	
	}
.franchise-outlets-row {
	background-color: rgba(51,51,51,1);
	color: #ffffff;
}

.franchise-outlets-col {
	background-color: #ed8b32;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	width: 80%;
	float: none;
	
}


	
.franchise-outlets-col h3 {
	display: block;
	line-height: 40px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	float: left;
	text-align: center;
	width: 100%;
	font-family: jersey;
	
	
	}
.franchise-outlets-col p {
	font-size: 24px;
	display:block;
	width:100%;	
	font-family: jersey;
}

.outlet-add {
	font-family: raleway;
	font-family: raleway;
	font-size: 20px;
	background-color: rgba(255,255,255,1);
	display: block;
	color: rgba(51,51,51,1);
	padding-top: 10px;
	
	}
	
.outlet-add strong {
	color:#FF0000;	
	
	}
	
.country-head {
	display: block;
	width: 100%;
	line-height: 40px;
	background-color: rgb(77, 106, 121);
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font: raleway;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}	
	
	
.stores_loc	 {
	width: 96%;
	height: 320px;
	border: 10px solid #f4f4f4;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2%;
	}
.franchise-gallery-row {
	background-color: rgba(51,51,51,1);
	color: #ffffff;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.franchise-menu-col {
		
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	width: 94%;
	float: none;
	padding:25px 0px;
}

@media only screen and (max-width: 767px) { 
.franchise-menu-col {

	width: 80%;	

}
}



.menu-thumbnail {
	position: relative;
	cursor: pointer;
	padding:0px;
	margin:0px;
	
	}

.menu-overlay {
	background-color: rgba(0,0,0,0);
	height: 100%;
	width: 100%;
	position: absolute;
	
	transition:all 0.2s linear 0.05s;
	-webkit-transition:all 0.2s linear 0.05s;
	-o-transition:all 0.2s linear 0.05s;
	-moz-transition:all 0.2s linear 0.05s;
}

.menu-thumbnail:hover .menu-overlay {
	
	background-color: rgba(0,0,0,0.8);
	
	
	}
	
.menu-name {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	font-family:raleway;
	font-size:18px;
	width:200px;
	height:30px;
	line-height:30px;
	margin-top:-15px;
	margin-left:-150px;
	color:rgba(255,255,255,0);
	
	transition:all 0.2s linear 0.05s;
	-webkit-transition:all 0.2s linear 0.05s;
	-o-transition:all 0.2s linear 0.05s;
	-moz-transition:all 0.2s linear 0.05s;
	
	
	}
	

.menu-thumbnail:hover .menu-name {
	
	margin-left:-100px;
	color:rgba(255,255,255,1);
	
	}
	
.modal-content {
	border-radius:0px;
	background-color:rgba(0,0,0,0.9);	
	
	}
	
.modal-header {
	background-color: #ff3333;
	color: rgba(255,255,255,1);
	font-family: oswald;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed8b32;	
	
	
	}	
.modal-body .menu-list {
	font-family: raleway;
	font-size: 16px;
	color: rgba(255,255,255,1);
	margin-top: 20px;
	list-style-type: square;
}

.modal-body .menu-list-price {
	font-family: raleway;
	font-size: 16px;
	color: rgba(255,255,255,1);
	margin-top: 20px;
	list-style-type: none;
}

.modal-body strong {
	color: #ff0000;
}



.modal-footer {
	background-color:#ed8b32;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff3333;
	
	}
.contact-row {
	background-color: #1d0303;
	color: #ffffff;
}
.contact-col {
	background-color: #ed8b32;
	max-width: 1200px;
	display: block;
	width: 90%;
	float: none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact-col a{
	text-decoration:none;
	color:#1d0303;
	
	
	}
.contact-col h2 {
	font-family: jersey;
}

.contact-col strong {
	text-decoration: none;
	color: #FF0000;
	font-family: raleway;
	font-size: 18px;
}

.sitemap_loc {
	width:100%;
	}
	
.franchise-menu-row {
	background-color: rgba(51,51,51,1);
	color: #ffffff;
	width: 100%;
	padding:0px;
	margin:0px;
	
}

.menu-head-text {
	font-size: 16px;
	line-height: 35px;
	
	
	}

.franchise-gallery-col {
	padding:20px 0px;
	}
	
.gallery {
	width:98%;
	margin:0 1%;
	padding:0px;
	list-style-type:none;
	}
	
	
	
	
.gallery li {
	width:14.66%;
	margin:1%;
	display:inline-block;
	outline:none;
	border:none;
	float:left;	
				}
				
					
					
	
@media only screen and (max-width: 767px) { 
	
.gallery li {
	width:23%;
	margin:1%;
				}	
	
	}	


	
	
.footer-col {
	font-family: oswald;
	color: #7b7b7b;
	background-color: #000000;
	line-height: 60px;
	height: 60px;
}
