


/* CSS Document */
body {
	margin:0px;
	font-family: 'Raleway', sans-serif;
	background-color:#5F5F5F;
	
}
body, html {
  height: 100%;
}
h1, h2, h3, h4 {
	font-family: 'bebas_neueregular';
}
.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}
a.svg {
  position: relative;
  display:block;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
.red {
	color: #e5191c;
}
img.hunner {
	width:90%;
	height: auto;
}
.hidden {
	display: none;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index:991;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    z-index:991;
}
img.hunner {
	width: 100%;
}
.fa-cutlery:before{
color:#ffe308
}
.fa-star:before {
color:#ffe308
}
.fa-facebook-official:before {
color:#ffe308
}



/* ======= Hover  ======= */


/* Grow */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}



/* Float */
.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}




/* ======= Header ======= */

.navigation {
	padding: 12px 0 0px 0;
  background-color: rgba(229,25,29,0.9);
    margin-bottom: 0px;
  font-weight: 400;
  z-index: 999;
  position: fixed;
  border-radius: 0px;
  width:100%;
  height:74px;
  
}
.navbar {
	margin-bottom:0px;
}
.navbar, .navbar-default {
	margin-top:5px;
	font-size:24px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	text-align: right;
}
.logo {
	float: left;
	z-index:10001;
	position: relative;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
	margin-right: 25px
}
.navigation img {
	margin-top: -5px;
	width: 196px;
	margin-left: 25px
	
}
.navbar .navbar-nav li.first{
	padding-left:0px;
}
.navbar .navbar-nav li a, .navbar .navbar-nav li button{
	padding-bottom:14px;
	padding-top:14px;
	padding-right:14px;
	padding-left:14px;
	color: #ffffff;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-family: 'bebas_neueregular';
	
}
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li button:hover{
	color: #ffe308;
	cursor: pointer;
}
.navbar .navbar-nav li.style-1 {
	margin-right: 6px;
	margin-left: 6px;
}
.navbar .navbar-nav li.style-1:hover, .navbar .navbar-nav li a.rot-1:hover, .navbar .navbar-nav li a.rot-2:hover {
	color: #626262;
}
.navbar .navbar-nav li a.rot-1 {
	color:#ffffff;
	padding-bottom:23px;
}
.navbar .navbar-nav li.style-2 {

}
.navbar .navbar-nav li.style-2:hover {
	color: #626262;
	
}

.navbar .navbar-nav li a.rot-2 {
	color:#ffffff;
	padding-bottom:23px;
	
}

.navbar .navbar-nav li button {
	padding-top:11px;
	cursor: pointer;
}

.navbar .navbar-nav li a.logo:hover{
	color: #f0cd03;
	background-color: transparent;
}
.navbar .navbar-nav li.last{
	padding-right:0px;
}

.container-fluid {
	padding-left:0px;
	padding-right:0px;
}
.navbar-collapse {
	padding-right:0px;
	padding-left:0px;
}
.navbar-nav>li>.dropdown-menu {
	background-color: rgba(255,255,255,0.9);
	border:none;
	border-radius:0px;
	box-shadow: none;
	text-align:left;
	padding-bottom:10px;
	margin-top:20px;
}
.dropdown-menu>li>a, .dropdown-menu>li {
	padding-bottom:5px;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:focus{text-decoration:none;color:#d3c799;background-color:transparent;}
.dropdown-menu>li>a:hover {
	color: #d3c799;
	background-color:transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color:transparent;
}

.navbar-default .navbar-nav .dropdown-menu>li>a {font-size:14px}

.newsletter {
	width: 250px;
	position: fixed;
	z-index: 9999;
	bottom: 90px;
	right: 80px;
	text-align: center;
}

.newsletter p {
	color: #ffffff;
	font-size: 24px;
	line-height: 26px;
}

.newsletter input.form-field {
	color: #30281d;
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 7px;
	box-shadow: none;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 0px;
	margin-bottom: 3px;
}
.newsletter input#button {
	margin-top: 6px;
	font-size: 24px;
	width: 100%;
	color: #FFFFFF !important;
	height: 40px;
	background-color:#eb1f48;
	background-repeat:repeat;
	box-shadow: none;
	text-decoration:none;
	border: none;
	border-radius: 0px;
}

.sub-nav {
	position: fixed;
    left: 0;
	top: 260px;
	color: #FFFFFF;
	z-index: 997;
	
	
}
.sub-nav ul {
	list-style: none;
	margin-left:-40px;
}
.sub-nav li {
	background-color: #f0cd03;
	padding: 7px 20px 7px 20px;
	margin-bottom: 3px;
	margin-left:0px;
}
.sub-nav li a {
	color: #3a3a3a;
  font-weight: 400;
	font-size: 19px;
}
.side-nav {
	background-color:rgba(33,95,68,1);
	padding: 20px 20px 40px 30px;
	margin-top: 220px;
}
.side-nav h2 {
	color: #ffffff;
	font-size: 40px;	
}
.side-nav p a {
	color:#ffffff;
	font-size: 18px;
	line-height: 28px;
	
}



.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index:991;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    z-index:991;
}



.main {
	height: 100%;
	
}
.main {
	margin-top: 150px;
	margin-bottom: 150px;
	background-color: rgba(255,255,255,1);
	padding: 40px 40px 50px 40px;		
}
.main h1 {
	font-family: 'bebas_neueregular';
	color: #e5191c;
	font-size: 70px;	
}
.main h2 {
	
	color: #e5191c;
	font-size: 40px;	
	padding-top: 35px;
}
.main h3 {
	color: #e5191c;
	font-size: 40px;	
	padding-top: 35px;
}
.main h4 {
	color: #e5191c;
	font-size: 27px;	
	padding-top: 5px;
}
.main p {
	font-size: 18px;
	line-height: 29px;
	padding-bottom: 15px;
}

.main .button-left {
	background-color: #e5191c;
	padding: 20px;
	font-size: 22px;
	margin-bottom: 0px;
	text-align: center;
}
.main .button-right {
	background-color: #323232; 
	padding: 20px;
	margin-bottom: 35px;
	text-align: center;
}
.main .button-left a p {
	color: #ffffff;
	font-family: 'bebas_neueregular';
	font-size: 25px;
	padding-bottom:0;
}
.main .button-right a p{
	color: #ffffff;
	font-family: 'bebas_neueregular';
	font-size: 25px;
	padding-bottom:0;
}
.main p.link {
	padding-top: 15px;
}
.main p.link a {
	font-family: 'bebas_neueregular';
	font-size: 30px;
	color: #ffffff;
	background-color: #e5191c;
	padding: 10px 20px;
}

.main-order { 
margin-top:120PX;
background-color: rgba(252,252,252,0.9);
padding: 20px;
}
.main-order h1 {
	font-size: 20px;
}
.main .content-wrapper{
margin-left: 190px;
	margin-right: 190px;
}
.main .top-links {
	padding-bottom: 8px;
	text-align: left;
}
.main a.top-links-1 {
	font-size: 18px;
	background-color: #464646;
	padding: 8px 14px 8px 14px;
	color: #FFFFFF;
	
}
.main a.top-links-1:hover {
	background-color: #5e5e5e;
	text-decoration: none;
}
.main a.top-links-2 {
	font-size: 18px;
	background-color: #c9b693;
	padding: 8px 14px 8px 14px;
	color: #FFFFFF;
	
}
.main a.top-links-2:hover {
	background-color: #dac8a8;
	text-decoration: none;
}
.main a.top-links-3 {
	font-size: 18px;
	background-color: #af305d;
	padding: 8px 14px 8px 14px;
	color: #FFFFFF;
	
}
.main a.top-links-3:hover {
	background-color: #c64170;
	text-decoration: none;
}
.main .menu-choice {
	background-color: rgba(255,255,255,0.9);
	padding: 10px 40px 20px 40px;
	margin-bottom: 5px;
}
.main .menu-choice h2 {
	color: #af305d;
}
.main .menu-choice p a {
	
	font-size: 19px;
	font-style: italic;
	padding-left: 18px;
	padding-right: 18px;
	color: #464646;
}
.main .menu-choice p a:hover {
	color: #af305d;
}
.main .content {
	padding: 170px 40px 80px 40px;
	
}
.main .content img.title {
	width: 350px;
}
.main .content h1 {
	color: #af305d;
	
	font-size: 39px;
	line-height: 37px;
	padding-bottom: 20px;
}
.main .content p {
	color: #3e3e3e;
	
	font-size: 17px;
	line-height: 23px;
}
.main .content a.buy {
	background-color: #af305d;
	padding: 8px 15px;
	color: #FFFFFF;
	
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
}
.main .content p.tel a {
	color: #3e3e3e;
	
	font-size: 17px;
	line-height: 23px;
}
.main .content p.mini-heading {
	color: #af305d;
	
	font-size: 24px;
	line-height: 27px;
	padding-bottom: 0px;
}

.menu h2 {
	 font-size: 50px;
}
.menu h3 {
	 font-family: 'intro_script_rh2_base';
	color: #ada58b;
	padding-top: 10px;
}
.menu p.menu-intro {
	font-size: 20px;
}
.menu p.section-intro {
	font-size: 15px;
	margin-bottom: 0px;
}
.menu .left-menu {
	padding-right: 20px;
}
.menu .right-menu {
	padding-left: 20px;
}
.menu .menu-item {
  margin: 35px 0;
}
 
.menu .menu-item-name{
	color: #e5191c;
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 6px;
	padding-right: 60px;
  border-bottom: 1px solid #ada58b;
	font-family: 'bebas_neueregular';
}
 
.menu .menu-item-description {
  font-size: 14px;
	color: #292929;
	padding-top: 8px;
}
 
.menu .menu-item-price{
	font-size: 18px;
  float: right;
	color: #ada58b;
  margin-top: -28px;
}




.franchise-intro {
	height: 100%;
	width: 100%;
}
.franchise-intro p a.order-online-reg {
	background-color: #f0cd03;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	
  font-weight: 400;
  line-height: 50px;
  text-transform:uppercase;
}
.franchise-intro h1 {
	color: #FFFFFF;
	
	font-size: 80px;
	line-height: 55px;
	padding-bottom: 0px;
}
.franchise-intro h2 {
	color: #FFFFFF;

	font-size: 44px;
	padding-bottom: 20px;
}

.franchise-1 {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 140px;
	
}
.franchise-1 h2 {
	color: #f0cd03;
	
	font-size: 44px;
	padding-bottom: 20px;
}
.franchise-1 h3 {
	color: #f0cd03;
	
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-1 h4 {
	color: #f0cd03;
	
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-1 p {
	color: #313131;
	
  font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 25px;
}
.franchise-1 p a {
	color: #313131;
}
.franchise-1 p a.reg-button {
	background-color: #f0cd03;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	
  font-weight: 400;
  font-size: 25px;
}
.franchise-1 p a.btn-order img {
	width: 80%;
	margin-top: 50px;
}


.franchise-2 {
	background-color: rgba(47,47,47,0.8);
	padding-top: 100px;
	padding-bottom: 140px;
	
}
.franchise-2 h2 {
	color: #f0cd03;
	
	font-size: 44px;
	padding-bottom: 0px;
}
.franchise-2 h3 {
	color: #f0cd03;
	
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-2 h4 {
	color: #f0cd03;
	
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-2 p {
	color: #FFFFFF;
	
  font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 25px;
}
.franchise-2 p a {
	color: #ffffff;
}
.franchise-2 p a.reg-button {
	background-color: #f0cd03;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	
  font-weight: 400;
  font-size: 25px;
}

.franchise-3 {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 140px;
	
}
.franchise-3 h2 {
	color: #f0cd03;
	
	font-size: 44px;
	padding-bottom: 20px;
}
.franchise-3 h3 {
	color: #f0cd03;
	
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-3 h4 {
	color: #f0cd03;
	
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-3 p {
	color: #313131;
	
  font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 25px;
}
.franchise-3 ul {
	color: #313131;
	list-style:none;
	
  font-weight: 400;
	font-size: 18px;
	line-height: 39px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 65px;
}
.franchise-3 p a {
	color: #313131;
}
.franchise-3 p a.reg-button {
	background-color: #f0cd03;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	
  font-weight: 400;
  font-size: 25px;
}




.franchise-4 {
background-color: rgba(47,47,47,0.8);
	padding-top: 100px;
	padding-bottom: 140px;
	
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
 
	
}
.franchise-4 .table-cont {
	padding-left: 200px;
	padding-right: 200px;
}

.franchise-4 h2 {
	color: #f0cd03;
	
	font-size: 44px;
	padding-bottom: 20px
}
.franchise-4 h3 {
	color: #f0cd03;
	
	font-size: 30px;
	padding-bottom: 20px
}
.franchise-4 p {
	color: #FFFFFF;
	
  font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 20px;
}




.franchise-5 {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 140px;
	
}
.franchise-5 h2 {
	color: #f0cd03;
	
	font-size: 44px;
	padding-bottom: 20px;
}
.franchise-5 h3 {
	color: #f0cd03;
	
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-5 h4 {
	color: #f0cd03;
	
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-5 p {
	color:  #313131;
	
  font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 25px;
}
.franchise-5 ul {
	color: #313131;
	list-style:none;
	
  font-weight: 400;
	font-size: 18px;
	line-height: 39px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 65px;
}
.franchise-5 p a {
	color: #3a3a3a;
}
.franchise-5 p a.reg-button {
	background-color: #f0cd03;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	
  font-weight: 400;
  font-size: 25px;
}




.franchise-6 {
	background-color: rgba(47,47,47,0.8);
	padding-top: 100px;
	padding-bottom: 140px;
	
}
.franchise-6 h2 {
	color: #f0cd03;
	
	font-size: 44px;
	padding-bottom: 0px;
}
.franchise-6 h3 {
	color: #f0cd03;
	
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-6 h4 {
	color: #f0cd03;
	
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-6 p {
	color: #FFFFFF;
	
  font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 25px;
}

.franchise-6 ul {
	color: #FFFFFF;
	list-style:none;
	
  font-weight: 400;
	font-size: 18px;
	line-height: 39px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 65px;
}
.franchise-6 p a {
	color: #FFFFFF;
}
.franchise-6 p a.reg-button {
	background-color: #f0cd03;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	
  font-weight: 400;
  font-size: 25px;
}



.signup {
	
	
}
.signup input.form-field {
	background-color: transparent;
	border: 2px solid #626262;
	box-shadow:none;
	width:80%;
	height: 45px;
	font-size: 14px;
	padding-left: 15px;
	
	color: #2E2E2E;
	margin-right: 3px;
	margin-bottom: 15px;
	border-radius: 0;
}
.signup textarea {
	background-color: transparent;
	border: 2px solid #626262;
	box-shadow:none;
	width:80%;
	height: 105px;
	font-size: 14px;
	padding-left: 15px;
	color: #2E2E2E;
	margin-right: 3px;
	margin-bottom: 15px;
	border-radius: 0;
	padding-top: 8px;
}
.signup select {
    padding:3px;
	padding-left: 15px;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 0px 0 #ccc, 0 0px #fff inset;
    background: transparent;
    color: #272727;;
    
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width: 80%;
	height: 45px;
	border: 2px solid #626262;
	border-radius: 0;
	background-image: url(../images/form-arrow.png);
	background-repeat:no-repeat;
	background-position: right;
	margin-bottom: 15px;
}



.signup input.form-btn {
	font-size: 28px;
	width: 80%;
	height: 60px;
	background-color: #626262 ;
	font-family: 'bebas_neueregular';
	color: #ffffff;
	padding: 10px 20px;
	margin-top: 20px;
	box-shadow:none;
	border: none;
	
  font-weight: 400;
}
.signup p {
	padding: 0px;
}

.signup input.form-btn:hover {
	background-color: #3D3D3D;
	color: #ffffff;
}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder {
   color: #272727;
}

:-moz-placeholder { /* Firefox 18- */
   color: #272727;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#272727;
}

:-ms-input-placeholder {  
   color: #272727;
}







.get-directions-box {
	margin-top:0px;
	padding-bottom: 20px;
}
.get-directions-box input {
	border: 1px #A2A2A2 solid;
	width: 300px;
	height: 35px;
	margin: 1px;
	background-color: transparent;
	font-size: 20px;
	
	color: #333333;
	padding: 0px 0px 0px 10px ;
}
.get-directions-box placeholder {
	color: #F2EFE4;
}
.get-directions-box .form-btn {
	border: none;
	width: 60px;
	height: 35px;
	text-align: left;
	margin: 1px;
	background-color: #af305d;
	font-size: 24px;
	
	color: #ffffff;
	padding: 0px 0px 0px 10px ;
	
}
.get-directions-box .form-btn:hover {
	background-color: #464646;
}


a.content-ad {
	background-color: #af305d;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 20px;
	
}
a.content-ad:hover {
	background-color: #cc4374;
}
.main .content img.divider {
	width: 70%;
	padding-top: 30px;
	padding-bottom: 20px;
}



.main .content p.menu-info {
	color: #3e3e3e;
	
	font-size: 16px;
	line-height: 20px;
	margin-top: -20px;
	padding-top: 0px;
	font-style: italic;
	}
	.main .content p.section-info {
	color: #3e3e3e;
	
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-style: italic;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
	}
.main .content .left {
	padding-right: 20px;
	padding-left: 20px;
	text-align:left;
}
.main .content .right {
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
}
.main .content h2 {
	color: #af305d;
	
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 14px;
	padding-top: 24px;
	border-bottom:1px #AFAA92 dotted;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
}
.main .content h3 {
	color: #3b3b3b;
	
	font-size: 22px;
	line-height: 27px;
	padding-bottom: 20px;
	padding-top: 0px;
	text-align:left;
	padding-right: 20px;
}
.main .content p.dish {
	
	font-size: 19px;
	line-height: 18px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-bottom: 0px;
	padding-top:10px;
	font-weight: bold;
}
.main .content p.description {
	
	font-size: 14px;
	line-height: 18px;
	padding-left:0px;
	padding-top:5px;
	
}
.main .content p.last {
	padding-bottom:70px;
}
.main .content #prices {
	
	color: #af305d;
	font-size: 15px;
	font-weight: normal;
}


iframe {
	width: 100%;
height: 300px;
border: none;
}
.btn-default {
	
}






.content .item {
	padding: 30px 20px;
	border-top: 2px #9f9491 dotted;
	text-align: left
}
.content .item:hover {
	background-color: #ffffff;
}
.content .item h2 {
	
	color: #af305d;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.content .item p {
	font-size: 16px;
	line-height: 24px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.content .item p a.reg-button {
	background-color: #af305d;
	padding: 10px 15px;
	color: #FFFFFF;
	
}

.content .item p a.reg-button:hover {
	background-color: #d03c71;
	text-decoration: none;
}
#vouchers select {
	padding: 10px 15px;
	
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
	height: 40px;
	width: 100px;
}
#vouchers label {
	font-size: 20px;
	
	padding-right: 5px;
}










/* ======= Carousel ======= */

.carousel-control.left {
	background-color:transparent;
	background-image:none;
	text-align: left;
}
.carousel-control.right {
	background-color:transparent;
	background-image:none;
	text-align: right;
}
.carousel-inner {
	margin-top:0px
}
.carousel-control {
	text-shadow: none;
	color: #FFFFFF;
	font-size: 50px;
	padding-left: 0px;
	padding-right: 0px;
	z-index:997;
    position: absolute; /* already here */
    top: 47%;  /* Was top: 40% */

}
.carousel-control:hover {
	text-shadow:none;
	background-color: transparent;
	color: #202020;
	padding-left: 0px;
	padding-right: 0px;
}
.slidex {
	background-image:url(../images/slider-bg-x.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center right;
	width: 100%;
	height: 100%;
}
.slide-euros {
	background-image:url(../images/slider-bg-euros.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center right;
	width: 100%;
	height: 100%;
}
.slide1 {
	background-image:url(../images/slider-bg-1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.slide2 {
	background-image:url(../images/slider-bg-2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.slide3 {
	background-image:url(../images/slider-bg-3.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.slide4 {
	background-image:url(../images/slider-bg-4.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.slide5 {
	background-image:url(../images/slider-bg-5.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.slide6 {
	background-image:url(../images/slider-bg-6.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.slide-voucher {
	background-image:url(../images/slider-bg-voucher.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center right;
	width: 100%;
	height: 100%;
}
.slide-xmas {
	background-image:url(../images/slider-bg-xmas.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center right;
	width: 100%;
	height: 100%;
}
.gallery1 {
	background-image:url(../images/gallery-slide-1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
	width: 100%;
	height: 100%;
}
.gallery2 {
	background-image:url(../images/gallery-slide-2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery3 {
	background-image:url(../images/gallery-slide-3.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery4 {
	background-image:url(../images/gallery-slide-4.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery5 {
	background-image:url(../images/gallery-slide-5.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery6 {
	background-image:url(../images/gallery-slide-6.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery7 {
	background-image:url(../images/gallery-slide-7.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery8 {
	background-image:url(../images/gallery-slide-8.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery9 {
	background-image:url(../images/gallery-slide-9.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery10 {
	background-image:url(../images/gallery-slide-10.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery11 {
	background-image:url(../images/gallery-slide-11.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery12 {
	background-image:url(../images/gallery-slide-12.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery13 {
	background-image:url(../images/gallery-slide-13.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery14 {
	background-image:url(../images/gallery-slide-14.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery15 {
	background-image:url(../images/gallery-slide-15.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery16 {
	background-image:url(../images/gallery-slide-16.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery17 {
	background-image:url(../images/gallery-slide-17.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}
.gallery18 {
	background-image:url(../images/gallery-slide-18.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}



.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.slider-content {
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
	cursor: pointer;
}
.slider-content p.intro {
   color: #FFFFFF;
	
  font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 20px;
}
.slider-content p {
   color: #FFFFFF;
	
  font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
	padding-left: 20%;
	padding-right: 20%;
}
.slider-content p a {
	background-color: #f0cd03;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	
  font-weight: 400;
  font-size: 25px;
}
.slider-content p a:hover {
	text-decoration: none;
}
img.slider-content {
	width: 50%;
	height: auto;	
}

.carousel-control .icon-next, .carousel-control .glyphicon-circle-arrow-right {
padding-right: 8%;


}
.carousel-control .icon-next, .carousel-control .glyphicon-circle-arrow-left {

padding-left: 8%;
}
.carousel-control {
	opacity: 1;
}



/* ======= Ads ======= */
a:-webkit-any-link {
	text-decoration: none;
}


html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}



.choose {
	padding-left: 20px;
	padding-right: 20px
}

.jumpMenu{
	border: none;
	background-color: #ffffff;
	height: 35px;
	color: #434343;
	width: 100%;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
	margin-top:8px;
	

	
}

/* ======= Footer Options ======= */ 
.footer-wrap {
	position: fixed;
    bottom: 0;
    width: 100%;
	z-index:998;
	height: 46px;
	background-color: #e5191c;
}
.footer-options {
	vertical-align:middle;
	margin-top: 12px;
	padding-left: 19px;
}
.footer-options p{
	font-size: 18px;
	padding-top: 0px;
	font-family: 'woodstik_regregular';
  font-weight: 400;
  COLOR: #ffffff;
}

.footer-options a, .footer-options button{
	
	text-decoration:none;
	color: #ffffff;
	padding-right: 28px;
	padding-left: opx;
	padding-top: 13px;
	padding-bottom: 13px;
	margin:0px;
	cursor: pointer;
}
.footer-options a:hover{
	text-decoration:none;
	color: #ffe308;
}
.footer-options button{
	text-decoration:none;
	color: #434343;
	border: none;
	background-color:transparent;
	padding-right: 13px;
	padding-left: 13px;
	border-right: 1px #E0E0E0 solid;
}
.footer-options button:hover{
	text-decoration:none;
	color: #CF2B2D
}
.footer-options img{
	vertical-align:middle;
	margin-top: 0px;
}
.footer-options img.icon-order{
	margin-top: -33px;
}
.footer-options img.thai-origin{
	max-height:50px;
}
footer {
	font-size: 12px;
	color: #ffffff;
	padding-top: 15px;
	padding-right: 19px;
	padding-bottom: 0px;
	text-align: right;
	
  font-weight: 400;
	
}
footer img {
	margin-top: -5px;
}
footer a, footer button {
	text-decoration:none;
	color: #ffffff;
}
a.icons {
	padding-right: 3px;
}
footer a:hover {
	text-decoration:none;
	color: #ffffff;
}
footer a.app-btn {
	background-color:#337112;
	color: #FFFFFF;
	margin-top:10px;
	margin-right:-1px;
	padding: 10px 15px 15px 15px;
	
	font-size: 20px;
}
footer a.app-btn:hover {
	background-color:#f0cd03;
}
.site-choose a{
	font-size: 15px;
	color: #ffffff;
	padding:4px 8px 4px 8px;
	background-color: #E7E7E7;
}
.site-choose a{
	font-size: 15px;
	color: #2F2F2F;
	padding:4px 8px 4px 8px;
	background-color: #E7E7E7;
}
footer p button  {
	background-color:transparent;
	text-decoration:none;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	
}



.close {
	COLOR: #FFFFFF;
  font-weight: 400;
}
#order-choose .modal-content, #catering-choose .modal-content, #allergen-info .modal-content  {
	background-color: #313131;
	color: #FFFFFF;
	border-radius: 0px;
	text-align: center;
	 
  font-weight: 400;
  text-transform:uppercase;
	line-height: 60px;
}
#order-choose .modal-content a, #catering-choose .modal-content a, #allergen-info .modal-content a {
	background-color:#e5191c;
	color: #ffffff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 8px 12px 8px 12px;
  text-decoration:none;
  font-size: 34px;
 margin-bottom:20px;
 line-height: 60px;
 cursor: pointer;
	font-family: 'bebas_neueregular';
}
#order-choose .modal-content a:hover, #catering-choose .modal-content a:hover, #allergen-info .modal-content a:hover {
	background-color:#626262;
	color: #ffffff;
}
#order-choose .modal-header, #order-choose .modal-footer, #catering-choose .modal-header, #catering-choose .modal-footer, #allergen-info .modal-header, #allergen-info .modal-footer {
	border: none;
	text-align: center;
}
#order-choose .modal-footer button, #catering-choose .modal-footer button, #allergen-info .modal-footer button  {
	background-color:#5A5A5A;
	color: #FFFFFF;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 5px 8px 5px 8px;
  text-decoration:none;
  font-size: 19px;
  border-radius: 0;
  border: none;
  font-family: 'bebas_neueregular';
  font-weight: 400;
	
}
h4.modal-title {
	font-size: 30px;
	
  font-weight: 400;
}





/* Extra Large devices (large desktops, 1500px and up) */
@media (min-width: 1500px) {
	.caption-wrap .container {
		padding-left: 60px;
		padding-right: 60px;
	}
.carousel-caption {
left:18%;
right:18%;
padding-bottom:300px;
	bottom: 0%;
	
}
footer {
	font-size: 12px;
}
}




/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1499px) {
.header .main-nav .nav .nav-item {
	font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 0px;
  margin-left: 0px;
  margin-top:-7px;
}
.header .main-nav .nav .nav-item a {
  padding-left:14px;
  padding-right:14px
}

	.caption-wrap .container {
		padding-left: 60px;
		padding-right: 60px;
	}
.carousel-caption {
left:12%;
right:12%;
padding-bottom:300px;
	bottom: 0%;
	
}
.main .signup {
	

}
footer {
	font-size: 12px;
}

}
	
	
	
	
	

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.header .main-nav .nav .nav-item {
	font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 0px;
  margin-left: 0px;
  margin-top:-7px;
}
.navigation img {
	width: 170px;
}
.header .main-nav .nav .nav-item a {
  padding-left:8px;
  padding-right:8px
}
img.slider-content {
	width: 60%;
}
.main .content-wrapper{
margin-left: 140px;
	margin-right: 140px;
}

}




 
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.header h1.logo a img {
  max-height: 53px;

}
.navigation img {
	width: 150px;
}
.main-left .main-header .text h1 {
	font-size: 45px;
	line-height: 38px;
	padding-bottom:10px;
	

}

.header .main-nav .nav .nav-item {
	font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 0px;
  margin-left: 0px;
  margin-top:-7px;
}

.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding-left:14px;
  padding-right:0px
}
ul.dropdown-menu.dropdown-menu-right {
	margin-top:24px;
	text-align: right;
}
ul.dropdown-menu.dropdown-menu-right li a {
	color: #5B5B5B;
	font-size:18px;
	padding: 0px 20px 4px 12px;
}
.order ul {
	list-style: none;
	padding-top:21px;
	padding-bottom:14px;
	
}

.order ul li a {
	color: #ffffff;
	font-size:21px;
	padding-right: 30px;
	
}

.main .content-wrapper{
margin-left: 60px;
	margin-right: 60px;
}
.franchise-1 p, .franchise-2 p, .franchise-3 p, .franchise-4 p, .franchise-5 p, .franchise-5 ul {
	padding-left: 5%;
	padding-right: 5%;
}

.carousel-caption {
left:8%;
right:8%;
padding-bottom:290px;
	bottom: 0%;
	
}
.main .app p {
	
	font-size: 20px;
	line-height: 26px;
	padding-left: 130px;
	padding-right: 130px;
}
img.slider-content {
	width: 60%;
}
	



.content .item {
	text-align: center
}
.content .item img.hunner {
	width: 180px;
	height: auto;
	padding-bottom: 10px;
}
.content .item h2 {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center
}
.content .item p {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar, .navbar-default {
	margin-top:5px;
	font-size:25px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	text-align:center;
	float: right;
}
.footer-options p{
	font-size: 24px;
	padding-top: 0px;
	  
  font-weight: 400;
  COLOR: #ffffff;
}
footer {
	font-size: 13px;

 }
 .franchise-4 .table-cont {
	padding-left: 200px;
	padding-right: 0px;
}
.franchise-1 h3, .franchise-2 h3, .franchise-3 h3, .franchise-4 h3, .franchise-5 h3, .franchise-6 h3 {
	padding-left: 50px;
	padding-right: 50px;
}
}
 
 
 
 

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	body {
		background-color: #e0e0e0;
	}
	.mob-logo {
		float: left;
		position: absolute;
		z-index: 9999;
	}
.navigation img {
	margin-top:0px;
	padding-left: 0px;
}
.navbar-header {
	margin-top: 0px;
	text-align:right;
	padding-right: 20px;
	padding-left: 20px;
}
.navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
	height: 4px;
	width: 24px;
}
.container-full {
	margin: 0px;
}
.header h1.logo {
  margin-top: -10px;
  margin-left: 0px;

}
.header h1.logo a img {
  max-height: 45px;
}
.header .main-nav button {
	margin-right:0px;
	background-color:#3A3A3A;
}
.header .main-nav .nav .order-btn a{
	background-color:transparent;
	color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding-left: 2px;
  margin-top: 4px;
  margin-left: 0px;
  border-radius: 4px;
}
.header .main-nav .nav .nav-item a {
  margin-left: 0px;
  padding-left: 5px;
}
.header .main-nav .nav .order-btn a:hover{
	background:transparent;
	color: #67a644;
}
.navbar-nav>li>.dropdown-menu {
	background-color: rgba(255,255,255,0.9);
	border:none;
	border-radius:0px;
	box-shadow: none;
	text-align:center;
	padding: 0 20px 20px 0px;
	margin-top:1px;
	font-variant:normal;
	color: #444444;
	
}
.navigation img {
	width: 150px;
	
}
.navbar .navbar-nav {
	padding-right:0px;
}
.header .main-nav .nav .order-btn a{
	background-color:transparent;
	color: #67a644;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-left: 0px;
}
.navbar-collapse {
	background-color: rgba(229,25,29,0.80);
	border: none;
	padding-left:0px;margin-top: 3px;
z-index: 9999;
	position: relative;
	
}
.navbar .navbar-nav li a:hover {
	color: #ffe308;
}
.navbar-collapse li a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:0px;
	padding-right: 20px;
}

.mobile-buttons {
	width:100%;
	background-color: #e5191c;
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom: 0px;
	text-align:center;
	margin-top: -5px;
}
.mobile-buttons p {
	width:100%;	
	border-bottom: 1px #FFFFFF dotted;
	padding: 8px 30px 20px 30px;
	color: #FFFFFF;
	font-size: 28px;
	font-family: 'bebas_neueregular';
  font-weight: 400;
}
.mobile-buttons p.last {
	width:100%;	
	border-bottom: none;
	padding: 10px 30px 20px 30px;
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 0px;
}
.mobile-buttons p a{
	text-shadow:none;
	color: #FFFFFF;
	font-size: 22px;
	margin-top:0px;
	padding: 10px 30px 0px 30px;
	width:100%;	
}
.mobile-buttons button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	width:100%;
}


.header .main-nav .nav .nav-item a{
	margin-left:0px;	
}
.header .main-nav .nav .order-btn {
	margin-left:10px;	
}
.header .main-nav .nav {
	padding-left:10px;
	margin-left:0px;

}
.side-nav {
	margin-top: 120px;
	padding-left: 40px;
	
}
	.main h1 {
		font-size: 50px;
	}
.main {
	margin-top: 120px;
	margin-bottom: 100px;
	background-color: rgba(255,255,255,0.9);
	padding: 30px 40px 50px 40px;		
}
.location{
	margin-top: 120px;		
}

.carousel {
	height:100%;
	padding-top: 0px;
}
.carousel-inner {
	margin-top:0px
}
.carousel-control {
	text-shadow: none;
	color: #FFFFFF;
	opacity: 1;
	font-size: 30px;
	padding-left: 0px;
	padding-right: 0px;
	z-index:997;
    position: absolute; /* already here */
    top: 50%;  /* Was top: 40% */

}
.carousel-control .icon-next, .carousel-control .glyphicon-circle-arrow-right {

padding-right: 15px;


}
.carousel-control .icon-next, .carousel-control .glyphicon-circle-arrow-left {

padding-left: 15px;
}
.slider-content img {
	width: 90%;
}

.mobile-ads .container{
	padding-left: 8%;
	padding-right: 8%;
}
.slider-content p {
	padding-left: 10%;
	padding-right: 10%;
}

	.gallery {
		height: 400px;
	}


.main .content-wrapper{
margin-left: 0px;
	margin-right: 0px;
}
.main .top-links {
	padding-bottom: 8px;
	text-align: left;
}
.main a.top-links-1 {
	font-size: 18px;
	background-color: #464646;
	padding: 8px 14px 8px 14px;
	color: #FFFFFF;
	
}
.main a.top-links-1:hover {
	background-color: #5e5e5e;
	text-decoration: none;
}
.main a.top-links-2 {
	font-size: 18px;
	background-color: #c9b693;
	padding: 8px 14px 8px 14px;
	color: #FFFFFF;
	
}
.main a.top-links-2:hover {
	background-color: #dac8a8;
	text-decoration: none;
}
.main a.top-links-3 {
	font-size: 18px;
	background-color: #af305d;
	padding: 8px 14px 8px 14px;
	color: #FFFFFF;
	
}
.main a.top-links-3:hover {
	background-color: #c64170;
	text-decoration: none;
}
.main .content {
	padding: 30px 7% 40px 7%;
	background-color: rgba(255,255,255,0.9);
	
}

.main .content img.title {
	width: 200px;
}
.main .content h1 {
	color: #af305d;
	
	font-size: 39px;
	line-height: 35px;
	padding-bottom: 20px;
}
.main .content p {
	color: #3e3e3e;
	
	font-size: 18px;
	line-height: 25px;
}
.menu {
		padding-top: 160px;
	}
.menu .right-menu {
		padding: 0px;
	}	
	.menu .left-menu {
		padding: 0px;
	}
.franchise-1 p, .franchise-2 p, .franchise-3 p, .franchise-4 p, .franchise-5 p, .franchise-5 ul {
	padding-left: 8%;
	padding-right: 8%;
}

.franchise-intro {
	height: 100%;
	width: 100%;
}
.franchise-intro h1 {
	color: #FFFFFF;
	font-size: 40px;
	line-height: 35px;
	padding-bottom: 0px;
	padding-left: 0%;
	padding-right: 0%;
}
.franchise-intro h2 {
	color: #FFFFFF;
	font-size: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 0px;
}
.franchise-1 {
	padding-bottom: 60px;
}
.franchise-1 p a.btn-order img {
	width: 100%;
	margin-top: 50px;
}
.franchise-3 ul {
	padding-left: 0;
	padding-right: 0;

}
.franchise-1 h3, .franchise-2 h3, .franchise-3 h3, .franchise-4 h3, .franchise-5 h3, .franchise-6 h3, .franchise-1 p, .franchise-2 p, .franchise-3 p, .franchise-4 p, .franchise-5 p, .franchise-6 p {
	padding-left: 20px;
	padding-right: 20px;
}
 .franchise-4 .table-cont {
	padding-left: 0px;
	padding-right: 0px;
}

.franchise-1 h2 {
	color: #f0cd03;
	
	font-size: 40px;
	line-height: 30px;
	padding-bottom: 20px;
}
.franchise-intro p a.order-online-reg {
	background-color: #f0cd03;
	color: #3a3a3a;
	padding: 8px 20px;
	margin-top: 10px;
	
  font-weight: 400;
  line-height: 40px;
  font-size: 14px;
  text-transform:uppercase;
}


.get-directions-box input {
	width: 100%;
	text-align:center;
}
.get-directions-box .form-btn {
	width: 100%;
	text-align:center;
	
}







.content .item {
	text-align: center
}
.content .item img.hunner {
	width: 140px;
	height: auto;
	padding-bottom: 10px;
}
.content .item h2 {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center
}
.content .item p {
	padding-left: 0px;
	padding-right: 0px;
}




.newsletter-mob {
	margin-top: -10px;
	background-color: #ffe308;
	text-align: center;
	padding: 40px 10% 60px 10%;
}

.newsletter-mob p {
	color: #e5191c;
	font-size: 24px;
	line-height: 26px;
}

.newsletter-mob input.form-field {
	color: #30281d;
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 7px;
	box-shadow: none;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 0px;
	margin-bottom: 3px;
}
.newsletter-mob input#button {
	margin-top: 6px;
	font-size: 35px;
	width: 100%;
	color: #FFFFFF !important;
	height: 55px;
	background-color:#e5191c;
	font-family: 'bebas_neueregular';
	background-repeat:repeat;
	box-shadow: none;
	text-decoration:none;
	border: none;
	border-radius: 0px;
}
.newsletter-mob input#button:hover {
	background-color:#464646;
}
.newsletter-mob a#button {
	margin-top: 6px;
	font-size: 35px;
	width: 100%;
	color: #FFFFFF !important;
	height: 55px;
	background-color:#e5191c;
	font-family: 'bebas_neueregular';
	background-repeat:repeat;
	box-shadow: none;
	text-decoration:none;
	border: none;
	border-radius: 0px;
    padding: 10px 100px 10px 100px;
}


.jumpMenu{
	border: 1px #A6A28E dotted;
	background-color: #ffffff;
	height: 35px;
	color: #434343;
	width: 100%;
	font-size: 20px;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin-top: 0px;
margin-bottom: 20px;
}




.footer-wrap {
	position: static;
    bottom: 0;
    width: 100%;
	z-index:998;
	background-color: #FFFFFF;
	
}
.footer-options {
	background-color: #ffffff;
	vertical-align:middle;
	margin-top: -10px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left:0px;
}
.footer-options p{
	font-size: 18px;
	padding-top: 6px;
	line-height: 30px;
	
}
.footer-options p.footer-address {
	font-size: 10px;
	line-height: 14px;
	
	padding-left: 5%;
	padding-right: 5%;
	font-style: italic;
	padding-top: 10px;
}
.footer-options p.footer-phone, .footer-options p.footer-phone a {
	font-size: 25px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	color: #3D3D3D;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}
.footer-options a, .footer-options button{
	text-decoration:none;
	color: #313131;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	border-right: none;
	font-family: 'Raleway', sans-serif;
}

.footer-options img{
	margin-top: 0px;
	vertical-align:top;
}
.footer-options img.icon-order{
	margin-top: -20px;
}
.footer-options img.thai-origin{
	max-height:80px;
}
footer {
	font-size: 12px;
	text-align: left;

	
}
.sig {
	background-color:#ffffff;
	width: 100%;
	text-align: left;
}
.signup {
	padding-left: 1px;
	padding-right: 1px;
	
}


}






