


/* CSS Document */
body {
	margin:0px;
	font-family: 'PT Mono', monospace;
	background-color:#5F5F5F;
	
}
body, html {
  height: 100%;
}
h1, h2, h3, h4 {
	font-family: 'Righteous', cursive;
	text-transform:uppercase;
}
a.svg {
  position: relative;
  display:block;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
.red {
	color: #af305d;
}
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%;
}





/* ======= 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 ======= */
.frill {
    background-image:url("../images/frill.png");
    background-size: cover;
    width: 100%;
    position: fixed;
        bottom: 0px;
    left: 0;
    z-index: 999999;
    height: 4px;
}
.navigation {
	padding: 0px 0 0px 0;
  background-color: #ffffff;
    margin-bottom: 0px;
  font-family: 'Righteous', cursive;
	text-transform:uppercase;
  z-index: 999;
  position: fixed;
  border-radius: 0px;
  width:100%;
  height:95px;
  text-align:center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.21);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.21);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.21);
}
.navbar {
	margin-bottom:0px;
}
.navbar, .navbar-default {
	margin-top:5px;
	font-size:18px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	text-align:center;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navigation img {
	margin-top: -35px;
	width: 146px;
	
}
.navbar .navbar-nav li.first{
	padding-left:0px;
}
.navbar .navbar-nav li a, .navbar .navbar-nav li button{
	padding-bottom:14px;
	padding-top:35px;
	padding-right:14px;
	padding-left:14px;
	color: #363636;
	border: none;
	background-color: transparent;
	cursor: pointer;
	
}
.navbar .navbar-nav li button {
	padding-top:11px;
	cursor: pointer;
}
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li button:hover{
	color: #2baae1;
}
.navbar .navbar-nav li a.logo:hover{
	color: #ffffff;
	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}




.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: #ffffff;
	padding: 7px 20px 7px 20px;
	margin-bottom: 3px;
	margin-left:0px;
}
.sub-nav li a {
	color: #3a3a3a;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
	font-size: 19px;
}
.main {
	height: 100%;
	
}
.main-order { 
margin-top:120PX;
background-color: rgba(252,252,252,0.9);
padding: 20px;
margin-bottom:120PX;
}
.main-order h1 {
	font-size: 20px;
}
.main .content-wrapper{
margin-left: 190px;
	margin-right: 190px;
}

.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;
}



.franchise-intro {
	height: 100%;
	width: 100%;
}
.franchise-intro p a.order-online-reg {
	background-color: #ffffff;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 50px;
  text-transform:uppercase;
}
.franchise-intro h1 {
	color: #FFFFFF;
	font-family: 'Bungee Shade', cursive;
	font-size: 80px;
	line-height: 55px;
	padding-bottom: 0px;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 1);
}
.franchise-intro h2 {
	color: #FFFFFF;
font-family: 'Righteous', cursive;
	font-size: 44px;
	padding-bottom: 20px;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 1);
}

.franchise-1 {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 140px;
	
}
.franchise-1 h2 {
	color: #22799e;
	font-family: 'Righteous', cursive;
	font-size: 44px;
	padding-bottom: 20px;
}
.franchise-1 h3 {
	color: #22799e;
	font-family: 'Righteous', cursive;
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-1 h4 {
color: #c93c8e;
	font-family: 'Righteous', cursive;
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-1 p {
	color: #313131;
  font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 25px;
}
.franchise-1 p a {
	color: #313131;
}
.franchise-1 p a.reg-button {
	background-color: #78b52a;
	color: #ffffff;
	padding: 10px 20px;
	margin-top: 20px;
  font-weight: 400;
  font-size: 25px;
}
.franchise-1 p a.reg-button:hover {
	background-color: #2A2A2A;
	
}
.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: #ffffff;
	font-family: 'big_johnregular';
	font-size: 44px;
	padding-bottom: 0px;
}
.franchise-2 h3 {
	color: #ffffff;
	font-family: 'bukhari_scriptregular';
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-2 h4 {
	color: #ffffff;
	font-family: 'big_johnregular';
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-2 p {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
  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: #ffffff;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 25px;
}

.franchise-3 {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 140px;
	
}
.franchise-3 h2 {
	color: #ffffff;
	font-family: 'big_johnregular';
	font-size: 44px;
	padding-bottom: 20px;
}
.franchise-3 h3 {
	color: #ffffff;
	font-family: 'bukhari_scriptregular';
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-3 h4 {
	color: #ffffff;
	font-family: 'big_johnregular';
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-3 p {
	color: #313131;
	font-family: 'Oswald', sans-serif;
  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-family: 'Oswald', sans-serif;
  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: #ffffff;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 25px;
}




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

.franchise-4 h2 {
	color: #ffffff;
	font-family: 'big_johnregular';
	font-size: 44px;
	padding-bottom: 20px
}
.franchise-4 h3 {
	color: #ffffff;
	font-family: 'big_johnregular';
	font-size: 30px;
	padding-bottom: 20px
}
.franchise-4 p {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
  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: #ffffff;
	font-family: 'big_johnregular';
	font-size: 44px;
	padding-bottom: 20px;
}
.franchise-5 h3 {
	color: #ffffff;
	font-family: 'bukhari_scriptregular';
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-5 h4 {
	color: #ffffff;
	font-family: 'big_johnregular';
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-5 p {
	color:  #313131;
	font-family: 'Oswald', sans-serif;
  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-family: 'Oswald', sans-serif;
  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: #ffffff;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
  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: #ffffff;
	font-family: 'big_johnregular';
	font-size: 44px;
	padding-bottom: 0px;
}
.franchise-6 h3 {
	color: #ffffff;
	font-family: 'bukhari_scriptregular';
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
}
.franchise-6 h4 {
	color: #ffffff;
	font-family: 'big_johnregular';
	font-size: 30px;
	padding-bottom: 0px;
}
.franchise-6 p {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
  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-family: 'Oswald', sans-serif;
  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: #ffffff;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 25px;
}



.signup {
	padding-left: 200px;
	padding-right: 200px;
	font-family: 'Oswald', sans-serif;
}
.signup input.form-field {
	background-color: transparent;
	border: 1px solid #ffffff;
	box-shadow:none;
	width:100%;
	height: 45px;
	font-size: 14px;
	padding-left: 15px;
	color: #E2E2E2;
	margin-right: 3px;
	margin-bottom: 15px;
	border-radius: 0;
}
.signup textarea.form-field {
	background-color: transparent;
	border: 1px solid #ffffff;
	box-shadow:none;
	width:100%;
	height: 100px;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 10px;
	color: #E2E2E2;
	margin-right: 3px;
	margin-bottom: 10px;
	border-radius: 0;
}

.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: #9B9B9B;
    
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width: 100%;
	height: 45px;
	border: 1px solid #ffffff;
	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: 34px;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.signup p {
	padding: 0px;
}

.signup input.form-btn:hover {
	background-color: #ffffff;
	color: #2A2A2A;
}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder {
   color: #9B9B9B;
}

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

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

:-ms-input-placeholder {  
   color: #9B9B9B;
}







.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;
	font-family: Times, "Times New Roman", serif;
	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;
	font-family: Times, "Times New Roman", serif;
	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;
	font-family: 'poor_richardregular';
}
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-family: Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 20px;
	margin-top: -20px;
	padding-top: 0px;
	font-style: italic;
	}
	.main .content p.section-info {
	color: #3e3e3e;
	font-family: Times, "Times New Roman", serif;
	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-family: 'poor_richardregular';
	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-family: 'poor_richardregular';
	font-size: 22px;
	line-height: 27px;
	padding-bottom: 20px;
	padding-top: 0px;
	text-align:left;
	padding-right: 20px;
}
.main .content p.dish {
	font-family: 'poor_richardregular';
	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-family: Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	padding-left:0px;
	padding-top:5px;
	
}
.main .content p.last {
	padding-bottom:70px;
}
.main .content #prices {
	font-family: 'poor_richardregular';
	color: #af305d;
	font-size: 15px;
	font-weight: normal;
}


iframe {
	width: 100%;
height: 400px;
border: none;
}
.btn-default {
	font-family: 'Oswald', sans-serif;
}






.content .item {
	padding: 30px 20px;
	border-top: 2px #9f9491 dotted;
	text-align: left
}
.content .item:hover {
	background-color: #ffffff;
}
.content .item h2 {
	font-family: 'poor_richardregular';
	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;
	font-family: 'poor_richardregular';
}

.content .item p a.reg-button:hover {
	background-color: #d03c71;
	text-decoration: none;
}
#vouchers select {
	padding: 10px 15px;
	font-family: 'poor_richardregular';
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
	height: 40px;
	width: 100px;
}
#vouchers label {
	font-size: 20px;
	font-family: 'poor_richardregular';
	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: 50%;  /* 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%;
}
.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 center;
	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%;
}



.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-family: 'Oswald', sans-serif;
  font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 20px;
}
.slider-content p {
   color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
  font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
	padding-left: 20%;
	padding-right: 20%;
}
.slider-content p a {
	background-color: #ffffff;
	color: #3a3a3a;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 25px;
}
.slider-content p a:hover {
	text-decoration: none;
}
img.slider-content {
	width: 60%;
	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%;
}




/* ======= 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;
	font-family: 'arnhem-blondregular';

	
}

/* ======= Footer Options ======= */ 
.footer-wrap {
	position: fixed;
    bottom: 0;
    width: 100%;
	z-index:998;
	height: 46px;
	background-color: #22789e;
}
.footer-options {
	vertical-align:middle;
	margin-top: 12px;
	padding-left: 19px;
}
.footer-options p{
	font-size: 14px;
	padding-top: 0px;
	font-family: 'Righteous', cursive;
  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: #ffffff
}
.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: #67a644;
}
.footer-options img{
	vertical-align:middle;
	margin-top: -10px;
}
.footer-options img.icon-order{
	margin-top: -33px;
}
.footer-options img.thai-origin{
	max-height:50px;
}
footer {
	font-size: 8px;
	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-family: 'poor_richardregular';
	font-size: 20px;
}
footer a.app-btn:hover {
	background-color:#ffffff;
}
.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;
	font-size: 10px;
	
}



.close {
	COLOR: #FFFFFF;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
#order-choose .modal-content, #catering-choose .modal-content  {
	background-color: #3a3a3a;
	color: #FFFFFF;
	border-radius: 0px;
	text-align: center;
	 font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform:uppercase;
	line-height: 60px;
}
#order-choose .modal-content a, #catering-choose .modal-content a {
	background-color:#ffffff;
	color: #3a3a3a;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 8px 12px 8px 12px;
  text-decoration:none;
  font-size: 20px;
 margin-bottom:20px;
 line-height: 60px;
 cursor: pointer;
}
#order-choose .modal-content a:hover, #catering-choose .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 {
	border: none;
	text-align: center;
}
#order-choose .modal-footer button, #catering-choose .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: 15px;
  border-radius: 0;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
	
}
h4.modal-title {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
  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;
}
img.slider-content {
	
	width: 700px;
	height: auto;	
}
}



/* 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%;
	
}
img.slider-content {
	
	width: 700px;
	height: auto;	
}
.main .signup {
	padding-left: 160px;
	padding-right: 160px;
}
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;
}
    footer {
	font-size: 12px;

 }
.header .main-nav .nav .nav-item a {
  padding-left:8px;
  padding-right:8px
}
img.slider-content {
	width: 70%;
}
.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;

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

}

.header .main-nav .nav .nav-item {
	font-size: 11px;
  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-family: 'poor_richardregular';
	font-size: 20px;
	line-height: 26px;
	padding-left: 130px;
	padding-right: 130px;
}
img.slider-content {
	width: 80%;
}




.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:15px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	text-align:center;
}
.footer-options p{
	font-size: 11px;
	padding-top: 0px;
  font-weight: 400;
  COLOR: #ffffff;
}
footer {
	font-size: 9px;

 }
 .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 {
        z-index: 99999;
        position: absolute;
    }
    .navigation {
    height: 70px;
    }
.navigation img {
	margin-top:0px;
	padding-left: 20px;
}
.navbar-header {
	margin-top: -70px;
	text-align:right;
	padding-right: 20px;
	padding-left: 20px;
}
.navbar-toggle {
	border: none;
    margin-top: 79px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #131313;
	height: 4px;
	width: 24px;
}
.container-full {
	margin: 0px;
}
.header h1.logo {
  margin-top: -10px;
  margin-left: 0px;

}
.header h1.logo a img {
  max-height: 55px;
}
.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 0px 20px 0px;
	margin-top:1px;
	font-variant:normal;
	color: #444444;
	
}
.navigation img {
	width: 130px;
	
}
.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: #ffffff;
	border: none;
	margin-top:10px;
	padding-left:0px;
   padding-bottom: 30px;

	
}
.navbar-collapse li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:0px;
}
    .navbar .navbar-nav li a {
        padding-top: 15px;
	padding-bottom: 15px;
    }
.mobile-buttons {
	width:100%;
	background-color: #22789e;
	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: 22px;
	font-family: 'Oswald', sans-serif;
  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;

}



.carousel {
	height:100%;
	padding-top: 17px;
}
.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 {
}
.slider-content img {
	width: 90%;
}

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




.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;
	font-family: 'poor_richardregular';
}
.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;
	font-family: 'poor_richardregular';
}
.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;
	font-family: 'poor_richardregular';
}
.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-family: 'poor_richardregular';
	font-size: 39px;
	line-height: 35px;
	padding-bottom: 20px;
}
.main .content p {
	color: #3e3e3e;
	font-family: Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 25px;
}


.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: 40px;
	padding-bottom: 0px;
	
	padding-left: 15%;
	padding-right: 15%;
}
.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 {
	font-size: 40px;
	line-height: 30px;
	padding-bottom: 20px;
}
.franchise-1 h4 {
	padding-left: 0;
	padding-right: 0;
}
.franchise-intro p a.order-online-reg {
	background-color: #ffffff;
	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;
}





.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: 0px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left:0px;
}
.footer-options p{
	font-size: 14px;
	padding-top: 6px;
	line-height: 30px;
}
.footer-options p.footer-address {
	font-size: 10px;
	line-height: 14px;
	font-family: Times, "Times New Roman", serif;
	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;
}
.footer-options a, .footer-options button{
	text-decoration:none;
	color: #2d2d2d;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	border-right: none;
}

.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: 20px;
	padding-right: 20px;
	font-family: 'Oswald', sans-serif;
}


}