/* Fonts */
@font-face {
  font-family: 'jovialBld';
    src: url('../fonts/jovialbld-webfont.eot');
    src: url('../fonts/jovialbld-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jovialbld-webfont.woff2') format('woff2'),
         url('../fonts/jovialbld-webfont.woff') format('woff'),
          url('../fonts/jovialbld-webfont.ttf') format('ttf'),
         url('../fonts/jovialbld-webfont.svg#jovialbold') format('svg');
       
}
@font-face {
  font-family: 'jovial';
    
    src: url('../fonts/jovial-webfont.eot');
    src: url('../fonts/jovial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jovial-webfont.woff2') format('woff2'),
         url('../fonts/jovial-webfont.woff') format('woff'),
         url('../fonts/jovial-webfont.ttf') format('ttf'),
         url('../fonts/jovial-webfont.svg#jovialregular') format('svg');
}
@font-face {
  font-family: 'openSansSB';
          src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('ttf'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
}
@font-face {
  font-family: 'openSansBld';
          src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('ttf'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
}
@font-face {
  font-family: 'openSans';
          src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
          url('../fonts/opensans-regular-webfont.ttf') format('ttf'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
  font-family: 'NotoSerif';
          src: url('../fonts/NotoSerif-Bold.ttf') format('ttf');
}

img, div, span, input { outline:0!important}


/* Main/Tablet CSS */
header.hidden {
	display: none;
}
html {
	height: 100%;
}
.navbar-fixed-bottom {
	color: #fff;
	background-color: transparent;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border: 0px solid #000000;
}
nav.container {
}
.navbar-header {
	width: 285px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border: 0px solid #000000;
	float: none;
	background-color: #EE3A43;
	margin-left: 5%;
}
.hideNav {
	visibility: hidden;
}
.footernav {
	background-color: #EE3A43;
	overflow: hidden;
	transition: all 0.5s ease;
	height: 50px;
		font-size: 24px;
	font-family: jovial;
	text-transform: uppercase;
}

.footernav a {color:#f6f6f6}

.footernav .booknav {
	padding: 0;
	margin: 10px 15%;
	font-size: 24px;
	font-family: jovial;
	text-transform: uppercase;
	width: 780px;
	overflow: hidden;
}
.nextPrev {
	pointer-events: all;
	width: 100%;
	position: relative;
	clear: both;
	top: -375px;
}
.nextPrev .booknav {
	font-size: 24px;
	font-family: jovial;
	text-transform: uppercase;
	margin: 0 auto;
	width: 400px;
	overflow: hidden;
}
.hiddenLeft {
	top: 850px;
}
.booknav li:first-child a {
	float: right;
}
.navcontainer .booknav li a, .nextPrev .booknav li a {
	color: #987f71;
	text-decoration: none;
}
.navcontainer .booknav li a:hover, .nextPrev .booknav li a:hover {
	color: #fff;
}
.footernav .booknav li a, .footernav .booknav li a:hover{
	color:#fff;
	text-decoration: none;
}
.navbar-inverse .navbar-brand {
	color: #fff;
	float: right;
	padding-right: 25px;
	padding-left: 0;
	font-family: jovial;
	font-size: 26px;
	text-transform: uppercase;
}
.navbar-toggle {
	display: block;
	border: 0px solid #000;
	padding-left: 20px;
	margin-right: 0;
	float: left;
	padding-right: 0;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background-color: #EE3A43;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.wood {
	background: url("../images/woodbg.jpg") repeat center center;
	height: 100%;
}
.content {
	color: #fff;
	max-width: 1424px;
	margin: 0 auto;	
	height: 100%;
}
.bookcontainer {
	position: relative;
	width: 1024px;
	height: 868px;
	margin: 0 auto 60px;
	overflow: hidden;
	margin-top:-150px;
	pointer-events: none;
}
.left {
	z-index: 0;
	width: 50%;
	float: left;
	height:1200px;
	padding-top:150px;
	pointer-events: none;
	position: relative;
	left: 5px;
}
.leftInitial {
	z-index: 11;
}
.right {
	z-index: 10;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	float: right;
	height:1200px;
	padding-top:150px;
}
.info, .logo, .contest, .win {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
	pointer-events: all;
}
.logo {
	padding-bottom: 0;
	max-width: 150px;
}
.contest {
	margin-top: 10px;
	padding: 0;
}
.win {
	margin-top: 10px;
	padding: 0;
}
.step {
	margin: 0px 3.5%;
	height: 100px;	
}
p.info {
	padding-top: 0;
	font-size: 44px;
	font-family: jovial;
}
.custombutton {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	background-color: #ee3a43;
	font-size: 36px;
	font-family: jovialBld;
	text-transform: uppercase;
	max-width: 236px;
	color: #fff;
	padding: 10px 0;
}
.custombutton:hover, .custombutton:focus {
	color: #fff;
}
.spiral {
	z-index: 15;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 650px;
	pointer-events: none;
}
.spiral img {
	height: 100%;
}
.logocontainer {
	width: 50%;
	float: left;
}
.biglogo {
	float:right;
	margin-right:165px;
	
}
.navcontainer {
	font-size: 24px;
	font-family: jovialBld;
	text-transform: uppercase;
	width: 50%;
	float: right;
	color: #987f71;
}
img {
	vertical-align: baseline;
}
.social {
	max-height: 38px;
	overflow: hidden;
	text-align: center;
}
.social .container{
	max-height: 38px;
	width: 35%;
	float: left;
}
.social .container a {color:#987f71}

.social .container a:hover {
	color: #fff;
	cursor: pointer;
}
.social .container p {
	position: relative;
	top: -10px;
	max-height: 38px;
	margin: 0;
	display: inline-block;
	padding: 5px 10px;
}
.social .container:first-child  p{
	padding: 5px;
}
.hero {
	margin: 25px 0;
	overflow: hidden;
}
.booknav {
	margin: 50px 0 0;
	list-style: none;
}

.booknav li {
	padding-left: 15px;
	padding-right: 15px;
	width: 160px;
	float: left;
}
.booknav li:nth-child(3) {
	padding-right: 0;
}
.booknav li:nth-child(2), .booknav li:nth-child(4) {
	width:12px;
	padding: 0;
}
.booknav li:first-child {
	padding-left: 0px;
	list-style: none;
}
.booknav li:last-child {
	padding-left: 10px;
	margin-left: 5px;
}
#book .page{
    background-color: #000;
    font-size:20px;
    text-align:center;
}
#book .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}
/* Iframe CSS */
iframe {
	height: 768px;
	width: 100%;
	overflow: hidden;
	border: none;
}
.iframeBody {
	width: 100%;
	height: 100%;
}
.iframeBody {
	background-color: transparent;
}
.iframeContent {
	pointer-events: all;
	background-color: #fdfbf5;
	color: #553826;
	overflow: hidden;
}
.borderLeft {
	z-index: 200;
	-ms-filter: filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/leftborder.png',  sizingMethod='scale'); 
	background-image: url("../images/leftborder.png");
}
.borderLeftFAQ {
	z-index: 200;
	-ms-filter: filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/leftborderFAQ.png',  sizingMethod='scale'); 
	background-image: url("../images/leftborderFAQ.png");
}
.borderRight {
	-ms-filter: filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/rightborder.png',  sizingMethod='scale'); 
	background-image: url("../images/rightborder.png");
}
.borderRight, .borderLeft, .borderLeftFAQ {
	pointer-events: none;
	width: 100%;
	height: 100%;
	max-width: 433px;
	max-height: 650px;
	position: absolute;
	background-repeat: no;
	background-size: cover;
}
.links {
	z-index: 10;
	width: 192px;
	float: left;
	margin: 35px 0 0 0;
	padding: 1px;
	padding-left: 45px;
}
.links a{
	font-family: jovialBld;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 10px;
	color: #553826;
}
.header {
	z-index: 10;
	margin: 0 auto;
	padding-top: 70px;
	width: 90%;
	text-align: center;
}
.recipeTitle {
	font-family: jovialBld;
	font-size: 32px;
	color: #553826;
	width: 90%;
	margin: 0 auto;
	margin-bottom:10px;
	line-height: 30px;
}
.FAQ {
	font-family: jovialBld;
	font-size: 25px;
	color: #553826;
	width: 80%;
	margin: 0 auto;
	text-align:left;
	margin-top:0px;
}
.FAA {
	font-family: openSans;
	font-size: 11px;
	width: 80%;
	margin: 0 auto;
	text-align:left:

}
.FAA p {text-align:left }

.directionsOrIngredients {
	font-family: jovialBld;
	text-transform: uppercase;
	font-size: 24px;
	color: #553826;
	width: 80%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	margin-bottom:10px;
}
.ingredientButton, .directionButton {
	margin: 0 10px;
	color: #553826;
	background-image: url("../images/flag.png");	
	display: inline-block;
	width: 125px;
	height: 30px;
}
.ingredientButton:hover, .directionButton:hover {
	color: #EE3A43;
}
.activeFlag {
	background-image: url("../images/flagred.png") !important;
	color: #fff !important;
}
.ingredients, .directions {
	text-align: left;
}


.ingredients ul {
	list-style-image: url(../images/bullet.png);
	padding: 0;
}
.ingredients ul li {
	margin-top: 5px;
}
.mainIngredients {
	float: left;
	width: 50%;
}
.mainIngredients ul {
	padding-right: 30px;
}
.mainIngredients ul, .secondaryIngredients ul, .tertiaryIngredients ul {
	padding-left: 12px;
}
.secondaryIngredients, .tertiaryIngredients {
	float: right;
	width: 50%;
}
.ingredientTitle {
	margin-top: 5px;
	font-family: openSansBld;
	font-size: 13px;
}
.ingredients {
	font-family: openSans;
	font-size: 12px;
	width: 80%;
	margin: 0 auto;
}
.directions {
	width: 80%;
	margin: 20px auto 0;
  font-family: openSans;
  font-size: 12px;
}
.for, ol li {
	margin: 5px 0;
}
.for p {
	padding: 0;
	margin: 0;
}
.forTitle {
	font-family: openSansBld;
}
.iframeContent {
	height: 100%;
	width: 100%;
}
.tableofContents {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 40px 30px 30px 30px;
	font-family: openSans;
	font-size: 10px;
	overflow: hidden;
}
.tocTitle {
	font-family: jovial;
	font-size: 24px;
	line-height:24px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom:5px;
	text-align: left;
	font-weight: 700;
}
.tableofContents ul {
	list-style: none;
	padding: 0;
	text-align: left;
}
.tableofContents ul li {
	margin: 5px 0;
	cursor: pointer;
}
.tableofContents ul li:hover {
	text-decoration: underline;
	color: #EE3A43;
}
.entrees {
	float: left;
	width: 50%;
	padding-right: 8%;
}
.soup, .desserts, .appetizers {
	width: 50%;
	float: right;
}
.desserts, .appetizers {
	padding-top: 15px;
}
.yellowhr {
	width: 115px;	
	border-top: 2px solid #f2c540;
	margin: 5px 0;
}
.category {
	text-align: center;
	padding: 0 15%;
}
.category .yellowhr {
	width: 145px;
	margin: 5px auto;
}
.category ul li {
	text-align: center;
	margin: 0;
}
.category ul {
	margin-top: 20px;
}
ul li.linebreak {
	margin: 0;
	cursor: auto;
}
.catTitle {
	font-size: 52.5px;
	font-family: jovial;
	text-transform: uppercase;
}
.quickInfo {
	z-index: 50;
	position: relative;
	width: 434px;
	height: 95px;
	background-image: url("../images/formtop.png");
	padding: 0 7.5%;
}
.infoContainer {
	display: inline-block;
	width: 90px;
	float: left;
	color: #fff;

}


.infoContainer img {
	float: left;
	padding: 35px 0 20px 0;
}
.infoContainer div {
	max-height: 35px;
	margin-top: 35px;
}
.infoContainer div p:first-child {
	font-size:12px;
	font-family:jovial;
	text-transform:uppercase;
	color: #e8d2b4;
	margin-bottom: 0;
	padding-left: 1px;
}
.infoContainer div p:last-child {
	font-size: 23.9px;
	font-family: jovialBld;
	margin:0px;
	line-height:20px;
}
.formIframe {
	z-index: 1;
	position: relative;
	top: -10px;
	height: 699px;
}
.formBody {
	pointer-events: all;
}
.form {
	background-image: url("../images/formstart.jpg");
	position: relative;
	text-align: center;
	height: 565px;
}
.formStep1, .formStep2, .formStep3 {
	width: 100%;
	height: 100%;
}
.formStep2, .formStep3 {
	position: relative;
	top: -55px;
}
.bracketT {
	margin-top: 44px;
}
.formTitle {
	color: #fff;
	font-family: jovialBld;
	font-size: 38px;
	margin: 20px 0 10px 0;
}
.formButton a {
	color: #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #fff;
	font-family: jovial;
	font-size: 18px;
	height: 36px;
	width: 170px; 
	display: inline-block;
	padding: 5px 0;
	text-transform: uppercase;
	margin: 5px 15px;
}
.hrule {
	margin-top: 50px; 
}
#viewGallery {
	font-family: jovialBld;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}
.bracketB {
	display: block;
	margin: auto;
	padding-top: 20px;
}
.formStep1 .btn-custom {
	width: 224px;
	height: 50px;
	margin: 0 auto 30px;
	display: block;
	font-size: 30px;
}
.formStep2, .formStep3 {
	background-color: #d4333a;
}
.formStep3 h1:first-child {
	padding-top: 160px;
}
.formStep2 h1 {
	padding-top: 40px;
}
.formStep2 h1, .formStep3 h1 {
	padding-bottom: 0;
}
.yellow {
	color: #f2c540;
}
.formSubTitle {
	font-family: openSans;
	color: #fff;
	font-style: italic;
	width: 84%;
	margin: 0 auto;
}
.formLeft {
	width: 50%;
	float: left;
}
.formRight {
	width: 50%;
	float: right;
}
.formRight .form-group:nth-child(2) {
	margin-bottom: 20px;;
}
.formContainer {
	overflow: hidden;
	padding-bottom: 1px;
}
form {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.form-group {
	width: 100%;
	padding: 2%;
	display: inline-block;
	text-align: left;
	color: #f3e2af;
	max-height:40px;
	min-height:40px;
	overflow:hidden;
}
.form-control {
	background-color: #AC2026;
	border: 0px solid #CCC;
	color: #eeeeee;
	font-family: openSansSB;
	font-size: 13px;
}
.selectStyle select {
	background: transparent;
}
.selectStyle {
	background: url('../images/arrows.png') no-repeat right #ac2026;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}
.dob .selectStyle{
	width: 31%;
	display: inline-block;
}
.dob select {
	width: 140%;
}
.state select, .recipeSelect select {
	width: 110%;
}
.recipeSelect select {
}
.hideMenu {
	width: 65px;
}
/*.formStep2 .form-group:nth-child(4) {
	position: relative;
	top: -45px;
}
.formStep2 .form-group:nth-child(5) {
	position: relative;
	top: -88px;
}
.formStep2 .form-group:nth-child(6) {
	position: relative;
	top: -45px;
}*/
.form-group label {
	display: block;
	font-family: NotoSerif;
}
.form-group select {
	display: inline;	
	padding: 0;
}
select option {
	width: 75%;
	background: transparent;
}
.uploadSection {
	border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
	text-align: left;
	overflow: hidden;
	padding: 15px 10px 0;
	background-color: #c62b31;
/*	position: relative;
	top: -65px; */
	width: 85%;
	margin: 0 auto;
}
.uploadSection p {
	float: left;
	font-family: jovialBld;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.uploadSection .form-group {
	float: right;
	width: 60%;
	background-color: #fff;
	color: #222;
	padding: 0;
	padding-right:10px;
}
/*.formStep2 .btn-custom {
	position: relative;
	top: -100px;
}*/
.btn-custom {
	margin-top: 25px;
	border: 0;
	width: 165px;
	height: 40px;
	color: #ee3a43 !important;
	font-family: jovialBld;
	font-size: 24px;
	text-transform: uppercase;
}
.smIcons {
	margin-top: 25px;
}
.smIcons img {
	padding: 0 10px;
}
.bold {
	font-weight: bold;
}
.phoneAlert, .tabletAlert {
	width: 100%;
	height: 100%;
	text-align: center;
}
.lastpagebg, .lastpageL {
	width: 434px;
	height: 650px;
}
.lastpagebg .iframeContent {
	background: url("../images/lastpagebg.jpg") no-repeat center;
	text-align: center;
}
.lastpagebg .lpRight{
 	color: #fff;
	font-size: 32px;
	width:95%;
}
.lastpagebg .lpRight:last-child {
	font-size: 38px;
}
.lastpageL {
	text-align: center;
}
.lastpageL .recipeTitle {
	font-size: 36px;
}
.lastpageL .custombutton {
	max-width: 184px;
	padding: 0;
	font-size: 24px;
	margin-top: 20px;
}
.lastpageL .socialContainer {
	text-align: center;
}
.lastpageL .header {
	padding-top: 140px;
}
.lastpageL img {
	margin: 25px 0;
}
.lastpageL img:first-child {
	margin-top: 0;
}
.lastpageL img:last-child {
	margin-bottom: 0;
}
.lastpageL .socialContainer div img{
	margin: 25px 10px 0;
}
/* book */

.book {
		pointer-events: all;
    margin: 0 auto;
		width: 100%;
		height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.book .page {
    height: 100%;
}

.book .page img {
    max-width: 100%;
}


#cover_content {width:310px}

.logo, .booknav {display:none}

@media (min-width: 1285px){
	header.hidden {
		display: block !important;
	}
	.navbar, .navbar-header {
		display: none;
		height:0px;
	}
	
	.logo, .booknav {display:none}
	
	#cover_content {width:340px}
	
}

@media (min-width: 1285px){

 .booknav {display:block}
 
 .navbar {display:none; max-width:50%;}

}


	
@media (max-width: 1024px){
	.bookcontainer{
	}
	#book{
		background-color: transparent;
    width: 100%;
    height: 100%;
	}
	#book .page{
		background-color: transparent;
    width: 50%;
    height: 100%;;
	}
	.step {
		margin: 0px 2.5%;
	}
	.footernav .booknav {
		margin: 10px 25%;
	}
	
	.navbar {max-width:100%;}	

}
@media (max-width: 860px){
	.step {
		margin: 0px 2.5%;
	}	
}


@media (min-width: 1200px AND max-width: 1285px){
		.navbar, .navbar-header {
		display: block;
		
	}
}	

input.error {color:red!important; border:4px solid red}
select.error {color:red!important;}

.ui-loader {display:none!important}

#footer {	font-family: jovial;
	text-transform: uppercase; color:#ddd}
	
#footer a, #footer a:active, #footer a:link #footer a:visited {color:#ddd}

.text-center, .text-center h2, .text-center hr {
	text-align:center;
}

.text-center hr {
	margin: 0 auto 4px;
}

.left-column, .right-column {
	float:left;
	width:50%;
	padding-right:8%;
}

.right-column {
	float:right;
	padding-right:0;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */