@font-face {
	font-family:fontawesome-webfont;
	src:url(../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.eot#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
/*
@font-face {
	font-family:Akagi-Lt-webfont;
	src:url(../fonts/Akagi-Lt-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/Akagi-Lt-webfont.woff) format('woff'), url(../fonts/Akagi-Lt-webfont.ttf) format('truetype'), url(../fonts/Akagi-Lt-webfont.eot#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
@font-face {
	font-family:Akagi-Md-webfont;
	src:url(../fonts/Akagi-Md-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/Akagi-Md-webfont.woff) format('woff'), url(../fonts/Akagi-Md-webfont.ttf) format('truetype'), url(../fonts/Akagi-Md-webfont.eot#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
@font-face {
	font-family:Akagi-Bd-webfont;
	src:url(../fonts/Akagi-Bd-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/Akagi-Bd-webfont.woff) format('woff'), url(../fonts/Akagi-Bd-webfont.ttf) format('truetype'), url(../fonts/Akagi-Bd-webfont.eot#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
*/
@font-face {
	font-family:BebasNeue-Regular;
	src:url(../fonts/BebasNeue-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/BebasNeue-Regular.woff) format('woff'), url(../fonts/BebasNeue-Regular.ttf) format('truetype'), url(../fonts/BebasNeue-Regular.eot#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
body {
	padding: 0;
	margin: 0;
    font-family: 'Roboto', sans-serif;
/*    font-family: 'Akagi-Md-webfont', serif;	*/
	background-color: #FFF;
	font-size: 16px;
	color: #1D1D1B;
}
@media screen and (max-width: 968px){
	body {
		font-size: 14px;
	}
}
p {
	line-height: 20px;
}
a {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	font-family: 'BebasNeue-Regular', 'Roboto', sans-serif;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
@media screen and (max-width: 767px){
	h3.smallerMob {
		font-size: 24px;
	}
}
@media screen and (max-width: 500px){
	h3.smallerMob {
		font-size: 20px;
	}
}

.clearFix:after {
	display: block;
	content: " ";
	clear: both;
}
nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 3001;
	box-sizing: border-box;
}
nav .navigation {
	width: calc(50% - 125px);
	float: left;
	height: 249px;
	box-sizing: border-box;
}
nav .leftNav {
	text-align: right;
	padding-right: 40px;
}
nav .rightNav {
	text-align: left;
	padding-left: 40px;
}
nav .navigation a {
	line-height: 249px;
	font-size: 24px;
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	padding: 0 30px;
	display: inline-block;
	font-family: 'BebasNeue-Regular', 'Roboto', sans-serif;
}
nav .navigation a:hover {
	color: #4B7338;
}
nav .mainLogo {
	width: 250px;
	float: left;
	display: block;
}
nav .mainLogo img {
	width: 100%;
	border: none;
}

.slider {
	width: 100%;
	position: relative;
}
.slider .dummy {
	position: relative;
	z-index: 100;
	width: 100%;
}
.slider .arrow {
	position: absolute;
	top: 50%;
	height: 80px;
	margin-top: -40px;
	z-index: 102;	
}
.slider .arrow img {
	height: 100%;
}
.slider .arrow.arrowLeft {
	left: 6%;
}
.slider .arrow.arrowRight {
	right: 6%;
}
.slider .sliderContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 101;
}
.slider .sliderContainer .slider {
	position: absolute;
	top: 0;
	left: 0;
}
.slider .caption {
	position: absolute;
	top: 300px;
	right: 15%;
	width: 380px;
	font-size: 50px;
	z-index: 105;
}
.slider .caption a {
	position: relative;
}
.slider .caption p {
	font-family: 'BebasNeue-Regular', 'Roboto', sans-serif;
	line-height: 1.2;
	margin: 0;
	font-size: 46px;
	display: inline-block;
}
.slider .caption .twitterFeed {
	border: 5px solid #5F8F3F;
	border-radius: 12px;
	margin-top: 20px;
	background-color: #FFF;
	min-height: 60px;
	max-height: 225px;
	overflow-y: scroll;
}
.slider .caption .twitterLogo {
	display: none;
}
@media screen and (max-width: 950px){
	.slider .caption .twitterFeed {
		display: none;
	}
	.slider .caption .twitterLogo {
		display: block;
		margin-top: 20px;
	}
}
@media screen and (max-width: 1320px){
	nav .navigation a {
		padding: 0 15px;
	}
}
@media screen and (max-width: 1720px){
	nav .mainLogo {
		width: 140px;
	}
	nav .navigation {
		width: calc(50% - 70px);
		height: 140px;
	}
	nav .navigation a {
		line-height: 140px;
	}
	nav .leftNav {
		padding-right: 20px;
	}
	nav .rightNav {
		padding-left: 20px;
	}
	.slider .caption {
		top: 160px;
		width: 250px;
	}
	.slider .caption .twitterFeed {
		max-height: 250px;
	}
	.slider .caption p, 
	.slider .caption a {
		font-size: 30px;
		line-height: 1;
	}
}
@media screen and (max-width: 980px){
	nav .navigation a {
		line-height: 46px;
		display: block;
		padding: 0;
	}
}
@media screen and (max-width: 760px){
	.slider .arrow {
		height: 40px;
		margin-top: -20px;
	}
}
@media screen and (max-width: 572px){
	.slider .caption a {
		float: left;
		margin-top: 5px;
	}
	.slider .caption .twitterLogo {
		float: right;
		margin: 5px 0 0 0;
	}
}
@media screen and (max-width: 468px){
	.slider .caption p, 
	.slider .caption a {
		font-size: 24px
	}
}
@media screen and (max-width: 450px){
	nav .mainLogo {
		width: 90px;
	}
	nav .navigation {
		width: calc(50% - 45px);
		height: 90px;
	}
	nav .leftNav {
		padding-right: 10px;
	}
	nav .rightNav {
		padding-left: 10px;
	}
	nav .navigation a {
		line-height: 30px;
		font-size: 18px;
	}
	.slider .caption {
		top: 110px;
		left: calc(50% - 115px);
		text-align: center;
		width: 230px;
	}
}

.redButton {
	color: #FFF;
	background-color: #ED1C24;
}
.blueButton {
	color: #FFF;
	background-color: #213F9A;
}
.greenButton {
	color: #000;
	background-color: #00FF00;
}
.blackButton {
	color: #FFF;
	background-color: #000;
}
.button {
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.registrationLink {
	margin-top: 15px;
	padding: 25px 10px;
	float: right;
}
.infoBox {
	float: right;
	margin-top: 60px;
	margin-right: 20px;
	font-size: 18px;
	text-align: right;
}
.infoBox strong {
	font-weight: bold;
	display: block;
}


.wrap {
	width: calc(100% - 20px);
	display: block;
	max-width: 1580px;
	margin: auto;
	box-sizing: border-box;
}
.wrap:after, .columns:after {
	content: " ";
	clear: both;
	display: block;
}
.containLeft {
	padding: 20px calc(100% - 790px) 20px 20px;
}
.containRight {
	padding: 20px 20px 20px calc(100% - 790px);
}
@media screen and (max-width: 1620px) {
	.wrap {
		max-width: 1004px;
	}
	.containLeft {
		padding: 20px calc(100% - 502px) 20px 20px;
	}
	.containRight {
		padding: 20px 20px 20px calc(100% - 502px);
	}
}
@media screen and (max-width: 1028px) {
	.containRight, 
	.containLeft {
		padding: 20px 20px 20px 20px;
	}
}
.wrap:after, .columns:after {
	content: " ";
	clear: both;
	display: block;
}
.column {
	display: block;
	float: left;
	box-sizing: border-box;
	margin: 3px;
}
.col1 {
	width: calc(25% - 6px);
}
.col2 {
	width: calc(50% - 6px);
}
.col2 > img {
	height: 100%;
}
.col3 {
	width: calc(75% - 6px);
}
.col4 {
	width: calc(100% - 6px);
}
@media screen and (max-width: 700px) {
	.col1 {
		width: calc(50% - 6px);
	}
	.col2, .col3, .col4 {
		width: calc(100% - 6px);
	}
	.rowFull {
		width: calc(100% - 6px);
	}
}

.imageBank .column {
	position: relative;
}
.imageBank .column img {
	width: 100%;
}
.imageBank .column .cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	box-sizing: border-box;
	padding: 10px;
}
.imageBank .column .cover .content {
	position: absolute;
	bottom: 20px;
	left: 15px;
	color: #FFF;
}
.imageBank .column .cover .content h2 {
	color: #FFF;
	margin: 0;font-size: 16px;
    font-weight: normal;
}
.imageBank .column .cover .content p {
	margin: 5px 0 0 0;
	color: #FFF;
}
.imageBank .column:hover .cover, .imageBank .column.hover .cover {
	display: block;
}

.centerImage img {
	margin: auto;
	max-width: 100%;
	text-align: center;
	display: block;
}
.darkGreyBg {
	background-color: #9D9D9D;
	color: #FFF;
	padding: 20px;
}
.brickBg {
	background: url(../img/legends_BACKGROUND_overlay.jpg) top left no-repeat;
	background-size: cover;
}
.homeBig {
	padding: 80px 0;
	text-align: center;
}
.homeBig img {
	max-width: 80%;
	display: block;
	margin: auto;
}
.venue img {
	max-width: 100%;
	display: block;
}
.homeText {
	margin: 20px 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
.homeText a {
	color: #000;	
	text-decoration: none;
}
.homeText p {
	font-size: 36px;
	line-height: 42px;
	margin: 20px 0 0 0;
}
.homeText p img {
	display: inline;
}
@media screen and (max-width: 992px){
	.imageDivider {
		display: block;
		width: 100%;
		height: 1px;
	}
}
.fourImages img {
	max-width: calc(25% - 10px);
	margin-right: 10px;
	max-height: 50px;
}
.threeCols:after {
	clear: both;
	content: " ";
	display: block;
}
.threeCols .col {
	width: 33.333%;
	float: left;
}
.threeCols .col.double {
	width: 66.666%;
}
.threeCols .col > img {
	display: block;
	width: 100%;
}
.orange {
	background-color: #EC6B06;
}
#content {
	background-color: #FFF;
}
.homeShowtime {
	display: block;
	width: 100%;
	text-decoration: none;
	margin-top: 30px;
	padding: 20px 0 30px 0;
}
.homeShowtime img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.hidden {
	display: none;
}

.pageTitle {
	padding: 10px;
}
.pageTitle > img {
	float: left;
	margin-right: 50px;
	max-width: 100%;
}
.pageTitle h1 {
	padding-top: 50px;	
}
.pageTitle h1 img {
	display: block;	
}
@media screen and (max-width: 674px){
	.pageTitle > img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.pageTitle h1 {
		display: block;
		padding-top: 10px;	
	}
	.pageTitle h1 img {
		margin: 0 auto;
	}
}
.transparentGrey {
	background-color: rgba(218,218,218,0.8);
	padding: 30px 10px;
	position: relative;
}
.success {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin: 10px auto !important;
	background-color: #E7E7E8;
	padding: 10px;
}
.errors {
	color: #000;
	font-size: 30px;
	padding: 10px;
	line-height: 30px;
	margin: 10px;
	background-color: #E7E7E8;
}
.transparentGrey form {
	max-width: 1004px;
}
form div:after {
	clear: both;
	content: " ";
	display: block;
}
form label {
	width: 30%;
	display: block;
	margin-right: 5%;
	height: 30px;
	margin-bottom: 10px;
	float: left;
	line-height: 30px;	
}
form input, form select, form textarea {
	font-size: 14px;
	width: 64%;
	display: block;
	background-color: #FFF;
	border: 1px solid #000;
	height: 28px;
	margin-bottom: 10px;
	float: left;
	padding: 0 5px;
}
form textarea {
	height: 56px;
	padding: 5px;
}
form .rightOnly {
	margin-left: 35%;
	margin-top: 20px;
}
form img {
	display: block;
	max-width: 100%;
}
.rightOnly input, .rightOnly select {
	width: 100%;
}
.checkboxes input {
	width: 28px;
	margin-right: 10px;
	padding-left: 3px;
	padding-right: 3px;
}
.checkboxes label {
	width: calc(100% - 50px);
	margin-right: 0;
}
@media screen and (max-width: 420px){
	.checkboxes input {
		width: 28px;
	}
	form .rightOnly {
		margin-left: 10px;
	}
}
@media screen and (max-width: 450px){
	form label {
		width: 100%;
		margin-right: 0;
	}
	form input, form select {
		width: 100%;
	}
	form .submitPad {
		display: none;
	}
	form .submitLink {
		margin: auto;
		float: none;
		clear: left;
		display: block;
		width: 150px;
	}
}
.sendButton {
	background: url(../img/sendarrow.png) top left no-repeat;
	height: 59px;
	width: 130px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999px;
	margin-right: 40px;
	float: right;
	margin-top: 50px;
}
.bottomLeft {
	position: absolute;
	left: 0;
	bottom: 0;
}
table.checkboxes img {
	display: inline;
}
@media screen and (max-width: 576px){
	.ladsBg {
		display: none;
	}
}

.businessCardShow {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	padding-top: 20px;
	position: relative;
}
.businessCardShow img {
	max-width: 100%;
	max-height: 100%;
}
.businessCardShow span {
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 7%;
	right: 5%;
}
.cardLink {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
}
@media screen and (max-width: 425px){
	.businessCardShow span {
		font-size: 24px;
		line-height: 24px;
		bottom: 8%;
	}
}

.container {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px){
	.container > p {
		padding: 0 10px;
	}
}

.smallSteel {
	background: url(../img/details-banner.jpg) left top no-repeat;
}
.bigSteel {
	background: url(../img/bottom-banner.jpg) left top no-repeat;
}
.steelRepeat {
	background: url(../img/bottom-banner.jpg) left top repeat-y;
}
.smallSteel, .bigSteel, .steelRepeat {
	background-size: cover;
	margin-top: 10px;
	padding: 20px;
}

.twoCols:after, .threeCols:after, .fourCols:after {
	clear: both;
	content: " ";
	display: block;
}
.twoCols .twoCol {
	float: left;
	width: 50%;
	margin: 0px;
	display: block;
	box-sizing: border-box;
}
.twoCols p.twoCol {
	margin-bottom: 10px;
}
.twoCols.altFloat .twoCol {
	float: right;
}
.twoCols .twoCol > img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 536px){
	.twoCols .twoCol {
		width: 100%;
	}
	.twoCols.forceTwo .twoCol {
		width: 50%;
	}
}

.threeCols .threeCol {
	float: left;
	width: 33.3%;
	margin: 0px;
	box-sizing: border-box;
}
.threeCols .threeCol:nth-child(3n+3){
	width: 33.4%;
}
@media screen and (max-width: 510px){
	.threeCols .threeCol, .threeCols .threeCol:nth-child(3n+3) {
		width: 100%;
		margin-right: 0px;
	}
	.threeCols.threeToTwo .threeCol, .threeCols.threeToTwo .threeCol:nth-child(3n+3) {
		width: 50%;
	}
}

.thinHeaders h2, .thinHeaders h3, .thinHeaders h4 {
	margin: 0;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

.fourCols .fourCol {
	float: left;
	width: 25%;
	margin: 0px;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px){
	.fourCols:not(.produceGrid) .fourCol {
		width: 50%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 460px){
	.fourCols:not(.produceGrid) .fourCol, .fourCols:not(.produceGrid) .fourCol:nth-child(4n+4){
		width: 100%;
		float: none;
	}
}

.greyForm {
	
}
.greyForm input, .greyForm textarea {
	background-color: #F6F1F5;
	color: #9A9BA0;
	border: none;
	width: 60%;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
.submit {
	height: 30px;
	padding-right: 15px;
	background-color: #643272;
	position: relative;
	width: 60%;
	box-sizing: border-box;
	clear: both;
}
.submit input, .submit a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 4;
	background: none;
	border: none;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 16px;
}
.submit img {
	width: 30px;
	height: 30px;
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.greyForm .radios input {
	float: left;
	clear: left;
	width: 20px;
	margin: 0 10px 10px 0;
}
.greyForm .radios label {
	width: calc(100% - 30px);
	text-align: left;
	margin: 0 0 10px 0;
}

.seatings {
	
}
.sixCols:after {
	clear: both;
	content: " ";
	display: block;
}
.sixCols .sixCol {
	float: left;
	width: calc(100% / 6);
}
.sixCols .sixCol span {
	font-size: 12px;
}
@media screen and (max-width: 600px){
	.sixCols .sixCol {
		width: calc(100% / 3);
	}
}
.smallContainer {
	max-width: 700px;
}
.stackedPurple .purpleBg {
	margin-bottom: 10px;
	padding: 2px;
}

.leftCols:after {
	clear: both;
	content: " ";
	display: block;
} 
.leftCol {
	float: left;
	width: 30%;
}
.mainCol {
	width: calc(70% - 20px);
	margin-left: 20px;
	float: left;
}
@media screen and (max-width: 600px){
	.leftCol {
		width: 100%;
	}
	.mainCol {
		width: 100%;
		margin-left: 0px;
	}
}
.inlineImages img {
	display: inline-block;
}
.inlineImages img:nth-child(n+1){
	margin-left: 10px;
}

.showtimeActs {
	border-bottom: 3px solid #CDB0CF;
}
.showtimeActs .showtimeAct {
	padding: 10px;
	border-top: 3px solid #CDB0CF;
	border-right: 3px solid #CDB0CF;
	width: calc(50% - 23px);
	margin: 0;
	clear: left;
}
.showtimeActs .showtimeAct.last {
	border-right: none;
	margin-left: -3px;
	border-left: 3px solid #CDB0CF;
	clear: none;
}
@media screen and (max-width: 450px){
	.showtimeActs .showtimeAct {
		border-right: none;
		border-left: none;
		width: 100%;
		box-sizing: border-box;
	}
}
.showtimeActs .showtimeAct .mainImage {
	max-width: 100%;
	margin-bottom: 10px;
}
.showtimeActs .showtimeAct .leftCol:after, .showtimeActs .showtimeAct .mainCol:after {
	clear: left;
	display: block;
	content: " ";
}
.showtimeActs .showtimeAct .small {
	max-width: 40%;
	float: right;
}
.showtimeActs .showtimeAct .big {
	max-width: 100%;
}
.showtimeActs .showtimeAct .date {
	margin: 1px 0;
}
.showtimeActs .showtimeAct .title {
	font-size: 30px;
	margin: 1px 0;
}
.showtimeActs .showtimeAct .tagline {
	margin: 1px 0;
}
.showtimeActs .showtimeAct .desc {
	margin: 10px 0;
}
.showtimeActs .showtimeAct .offers {
	color: #FFF;
	padding: 5px;
	margin: 0 0 10px 0;
}
.showtimeActs .showtimeAct .red {
	background-color: #D2232B;
}
.showtimeActs .showtimeAct .grey {
	background-color: #646466;
}
.showtimeActs .showtimeAct .black {
	background-color: #231F20;
}
.showtimeActs .showtimeAct .submit {
	float: right;
	cursor: pointer;
} 
.showtimeActs .showtimeAct .submit input {
	cursor: pointer;
}

.showtimeAct.right {
	float: right;
}
.showtimeAct.tall {
	
}
.showtimeAct.blue {
	background-color: #CDB0CF;
}
.showtimeAct.tall .mainImage {
	width: 100%;
}
.showtimeAct .subAct {
	margin-top: 10px;
}
.showtimeAct .subAct:after {
	content: " ";
	display: block;
	clear: both;
}
.showtimeAct .subAct img, .showtimeAct .subAct img.big {
	max-width: 30%;
	float: right;
}
.showtimeAct .subAct .offers {
	max-width: 60%;
}
.showtimeAct .subAct .submit {
	max-width: 30%;
}
@media screen and (max-width: 880px){
	.showtimeAct .subAct img, .showtimeAct .subAct img.big {
		max-width: 100%;
		float: none;
	}
	.showtimeAct .subAct .offers {
		max-width: 100%;
	}
	.showtimeAct .subAct .submit {
		max-width: 70%;
	}
}
@media screen and (max-width: 1050px){
	.submit input, .submit a {
		font-size: 14px;
	}
}
@media screen and (max-width: 890px){
	.submit input, .submit a {
		font-size: 12px;
	}
}
@media screen and (max-width: 836px){
	.submit {
		width: 100%;
	}
}
.rotators {
	position: relative;
	max-width: 100%;
}
.rotators .dummy {
	position: relative;
	z-index: 18;
	width: 100%;
}
.rotators .rotatorImages {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.rotators .rotatorImages > img, .rotators .rotatorImages > a, .rotators .rotatorImages > div {
	position: absolute;
	z-index: 19;
	top: 0;
	left: 0;
	width: 100%;
}

.footLine {
	color: #AEADAD;
}

.sliderMaster {
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
}
.sliderMaster .sliderContainer {
	min-width: 100%;
	height: 350px;
	margin-bottom: 10px;
}
.sliderMaster .sliderContainer .slider {
	float: left;
	margin-right: 20px;
	width: calc(33% - 13.5px);
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}
.sliderMaster .sliderContainer .slider img {
	border: none;
	width: 100%;
	margin: auto;
	vertical-align: middle;
	display: inline-block;
}
.sliderMaster .sliderButtons {
	height: 20px;
	width: 100%;
	text-align: center;
}
.sliderMaster .sliderButtons .button {
	display: inline-block;
	margin: 5px;
	height: 10px;
	width: 40px;
	border-radius: 3px;
	background-color: #C3A8C8;
	text-decoration: none;
}
.sliderMaster .sliderButtons .button.active {
	background-color: #643372;
}
@media screen and (max-width: 700px){
	.sliderMaster {
		height: 370px;
	}
	.sliderMaster .sliderContainer {
		height: 350px;
	}
	.sliderMaster .sliderContainer .slider {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 400px){
	.sliderMaster {
		height: 370px;
	}
	.sliderMaster .sliderContainer {
		height: 350px;
	}
	.sliderMaster .sliderContainer .slider {
		width: 100%;
		margin-right: 0;
	}
}

.invoice .headerImage {
	width: 100%;
}
.invoice .blackTop {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.invoice h1 {
	font-size: 46px;
	text-align: center;
	font-weight: bold;
}
.invoice .invRow {
	margin-bottom: 10px;	
}
.invoice .invRow label {
	width: 200px;
	float: none;
	display: inline-block;
	padding: 2px 0px;
}
.invoice .invRow span {
	width: calc(100% - 200px);
	float: none;
	display: inline-block;
	background-color: #E7E7E8;
	box-sizing: border-box;
	padding: 2px 10px;
}
.invoice .invFooter:after {
	content: " ";
	display: block;
	clear: both;
}
.invoice .invFooter {
	background-color: #E7E7E8;
	margin-top: 20px;
	padding: 10px;
	height: 206px;
}
.invoice .invFooter .map {
	width: 573px;
	max-width: 100%;
}
.invoice .invFooter .barcode {
	width: 135px;
	float: right;
	padding-top: 40px;
}
.invoice .printIcon {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.priceImage {
	position: relative;
	width: 100%;
	height: 138px;
	max-width: 147px;
	margin: auto;
}
.priceImage .meal {
	width: 108px;
	height: 108px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.priceImage .priceBg {
	width: 74px;
	height: 74px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 3;
	margin: 0px;
}
.priceImage .price {
	color: #FFF;
	position: absolute;
	z-index: 4;
	text-align: center;
	bottom: 24px;
	right: 2px;
	width: 70px;
	font-size: 20px;
	margin: 0px;
}

#quickBooking {
	background-color: #DD012D;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 100%;
	max-width: 320px;
	overflow: hidden;
	z-index: 200;

	/* Set our transitions up. */
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
#quickBooking.closed {
	max-height: 30px;
}
#quickBooking.open {
	max-height: 1000px;
}
#quickBooking .handle {
	height: 30px;
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;

}
#quickBooking.closed .handle:hover, #quickBooking.open .handle {
	background-color: rgba(0,0,0,0.2);
}
#quickBooking .acts .act {
	padding: 4px 5px 4px 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#quickBooking .acts .act:hover {
	background-color: rgba(0,0,0,0.2);
}
#quickBooking .acts .act strong {
	display: inline-block;
	width: 100px;
}
#quickBooking .acts .act span {
	display: inline-block;
	width: calc(100% - 100px);
}

@media screen and (max-width: 660px){
	#quickBooking {
		top: -20px;
	}
}
@media screen and (max-width: 552px){
	#quickBooking {
		max-width: 240px;
	}
	#quickBooking .handle {
		height: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	#quickBooking.closed {
		max-height: 20px;
	}
}

.discountPrices {
	position: relative;
	height: 100px;
	width: 100%;
	max-width: 110px;
	margin: auto;
}
.discountPrices .bigCircle {
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border: 2px solid #FFF;
	border-radius: 100px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	position: absolute;
	padding-top: 16px;
	top: 0px;
	left: 0px;
	margin: 0px;
	z-index: 2;
	background-color: #DD012D;
}
.discountPrices .smallCircle {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	background: url(../img/Price-Disc.png) top left no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 3;
	margin: 0px;
	color: #FFF;
	padding-top: 13px;
	font-size: 12px;
	line-height: 12px;
}


.topFooter {
	background-color: #8A171C;
	width: 100%;
	padding: 10px 0 5px 0;
	color: #FFF;
}
.topFooter a {
	color: #FFF;
}
.bottomFooter {
	background-color: #000;
	color: #FFF;
	width: 100%;
	padding: 20px 0 10px 0;
}
.bottomFooter a {
	color: #FFF;
}
.bottomFooter .quickLinks a {
	color: #999;
	text-decoration: none;
}

.mailingList {
	position: relative;
	padding-right: 70px;
}
.mailingList:after {
	clear: both;
	display: block;
	content: " ";
}
.mailingList label, .mailingList div {
	float: left;
	height: 100%;
	width: 45%;
}
.mailingList div input {
	width: 100%;
}
.mailingList .join {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #FFF;
	border-radius: 20px;
	width: 60px;
	background: none;
	color: #FFF;
	font-size: 16px;
}

.greyBox {
	background-color: #ECECEC;
}
.greyBox h1 {
	padding: 20px 0;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}

.fullImage {
	width: 100%;
	margin: 0;
	padding: 0;
}
.fullImage img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.threeCol > img, .twoCol > img, .fourCol > img {
	max-width: 100%;
}

.noPad {
	
}
.noPad p {
	padding: 2px 0 0 0;
	margin: 0;
}
.noPad h4 {
	padding: 15px 0 0 0;
	margin: 0;
}

.category .redBox {
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	background-color: #8A171C;
	margin: 10px 0;
	padding: 10px;
	text-transform: uppercase;
	line-height: 40px;
}

@media screen and (max-width: 1024px){
	.category .acts {
		padding: 0 10px;
	}
	#content .container {
		padding: 0 10px;
	}
	#content .container > p {
		padding: 0;
	}
}

.monthFilter {
	margin: 10px 0;
}
.monthFilter:after {
	clear: both; 
	content: " ";
	display: block;
}
.monthFilter a {
	float: left;
	display: block;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 5px 20px;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
}

.slidingList {
	padding: 20px 0;
	width: 100%;
}
.grey {
	background-color: #BCBDC0;	
}
.darkGrey {
	color: #FFF;
	background-color: #4D5A68;	
}
.slidingList h2 {
	font-size: 24px;
	margin: 0 0 20px 0;
	text-align: left;
}
.slidingList .images {
	overflow: hidden;
	height: 75px;
	width: 100%;
}
.slidingList .imageContainer {
	width: 200vw;
	min-width: 5000px;
	height: 75px;
}
.slidingList .imageContainer .set {
	display: block;
	height: 75px;
	float: left;
}
.slidingList .imageContainer .set:after {
	content: " ";
	display: block;
	clear: both;
}
.slidingList .imageContainer .set a {
	display: block;
	height: 75px;
	padding: 0 30px;
	float: left;
}
.slidingList .imageContainer .set a img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-height: 100%;
}

.homeBody .twoCol img {
	width: 100%;
	display: block;
}
.homeBody h2 {
	color: #213F9A;
	text-transform: uppercase;
	font-size: 26px;
}
.homeBody h2 span {
	color: #4D5A68;	
}
.homeBody .text {
	padding: 10px 20px;
	box-sizing: border-box;
}
.homeBody .button {
	margin-bottom: 10px;
}
.homeTop a, 
.homeTop img {
	display: block;
	width: 100%;
}
.fullBox {
	padding: 20px 0;
	text-align: center;
}
.fullBox h1 {
	margin: 0 0 20px 0;
	text-transform: none;
	font-size: 38px;
	font-weight: bold;
}
@media screen and (max-width: 510px){
	#content .container.homeBody {
		padding: 0;
	}
}
.niceForm:after {
	content: " ";
	display: block;
	clear: both;
}
.niceForm label {
	clear: both;
}
.note {
	height: 40px;
	line-height: 40px;
}
.note .button {
	line-height: 20px;
}
table .even td {
	background-color: #FCFCFC;
}
table .unread td {
	font-weight: bold;
}
table .message.collapsed {
	height: 22px;
	overflow-y: hidden;
	cursor: pointer;
}
table .message {
	height: auto;
	overflow-y: visible;
	position: relative;
}
table .button {
	padding: 5px 10px;
	margin: 5px;
}
table .message.hasMore:after {
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	border-right: 2px dotted rgba(0,0,0,0.2);
	width: 0px;
	height: 100%;
}
table .spaced {
	position: relative;	
}
table .spaced .spacer {
	display: inline-block;
	width: 10px;
	height: 22px;
}
table .spaced .connector {
	border-left: 2px dotted rgba(0,0,0,0.2);
	border-bottom: 2px dotted rgba(0,0,0,0.2);
	border-right: none;
	display: inline-block;
	width: 10px;
	height: 22px;
	margin-right: 10px;
	-webkit-border-bottom-left-radius: 22px;
	-moz-border-radius-bottomleft: 22px;
	border-bottom-left-radius: 22px;
}
.howFindUs {
	position: relative;
}
.howFindUs img {
	position: relative;
	z-index: 5;
}
.howFindUs span {
	position: absolute;
	bottom: 7%;
	left: 32%;
	right: 72%;
	border: 2px solid #FFF;
	height: 74px;
	line-height: 74px;
	font-size: 36px;
	z-index: 7;
	display: block;
	width: 34%;
	color: #FFF;
	text-align: center;
    font-family: 'Akagi-Bd-webfont', serif;
}
.howFindUs:hover span {
	background-color: rgba(255,0,0,0.4);	
}
.howFindUs span strong {
	font-weight: normal;
}
@media screen and (max-width: 1576px){
	.howFindUs span {
		font-size: 26px;
	}
}
@media screen and (max-width: 1144px){
	.howFindUs span {
		line-height: 37px;
	}
	.howFindUs span strong {
		display: block;
	}
}
@media screen and (max-width: 568px){
	.howFindUs span {
		font-size: 22px;
	}
}	

.contactInfoMobile {
	display: none;
}
@media screen and (max-width: 464px){
	.contactInfoMobile {
		display: block;
	}
	.contactInfoTable {
		display: none;
	}
}
.socialBottom {
	padding: 10px 10%;
}
.socialBottom .socRight {
	float: right;
}
.socialBottom .copy, 
.socialBottom .registered, 
.socialBottom .siteBy {
	margin-right: 20px;
	line-height: 22px;
	font-size: 16px;
}
.socialBottom .siteBy {
	text-decoration: none;
	color: #000;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 898px){
	.socialBottom .registered {
		display: block;	
	}
}
@media screen and (max-width: 598px){
	.socialBottom .siteBy {
		margin: 0 0 0 0;
	}
}
@media screen and (max-width: 500px){
	.socialBottom .copy, 
	.socialBottom .registered, 
	.socialBottom .siteBy {
		font-size: 13px;
	}
}
.trueHomeBody h2 {
	margin: 14px 0;
}
.matchHeights {
	display: table;
	width: 100%;
}
.matchHeights > .twoCol {
	display: table-cell;
	float: none;
}
@media screen and (max-width: 536px){
	.matchHeights > .twoCol {
		width: 100% !important;
		display: block;
	}
}
.reservationPage h2 {
	color: #4E5968;
}
.reservationPage .text h2 {
	text-transform: none;
}
.reservationPage .text p strong {
	font-weight: bold;
}

.standMsg {
	position: absolute;
	display: block;
	top: 5%;
	right: 40%;
	left: 40%;
	text-align: center;
}
@media screen and (max-width: 544px){
	.standMsg {
		font-size: 12px;
	}
}
.hasTag {
	position: relative;
}
.hasTag .base {
	position: relative;
	z-index: 10;
}
.hasTag .tag {
	position: absolute;
	top: 10px;
	left: -30px;
	z-index: 11;
	max-width: 30%;
	transform: rotate(-10deg);
}
.hasTag .altTag {
	position: absolute;
	bottom: -30px;
	right: 30px;
	z-index: 11;
	max-width: 20%;
	transform: rotate(10deg);
}
@media screen and (max-width: 896px){
	.hasTag .tag {
		left: -15px;
	}
}
@media screen and (max-width: 544px){
	.hasTag .tag {
		top: 2px;
		left: 2px;
	}
}
.shortButton {
	padding: 10px 20px;
}

@media screen and (min-width: 536px){
	.makeTableCell .twoCols:after {
		clear: both;
		content: " ";
		display: block;
	}
	.makeTableCell .twoCols {
		display: table;
	}
	.makeTableCell .twoCols .twoCol {
		float: none;
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		padding: 0;
	}
	.makeTableCell .twoCols .twoCol.text {
		padding: 20px;
	}
}
.taglineImage {
	position: absolute;
	top: 20px;
	right: 20px;
	max-width: calc(100% - 40px);
}
@media screen and (max-width: 1004px){
	.taglineImage {
		position: relative;
		float: right;
		max-width: 50%;
		margin: 20px auto 0 auto;
		top: auto;
		right: auto;
	}
}
@media screen and (max-width: 767px){
	.taglineImage {
		float: none;
		max-width: calc(100% - 40px);
		display: block;
	}
}
.imageLinks {
	position: relative;
	z-index: 10;
}
.imageLinks > img {
	position: relative;
	z-index: 10;
	width: 100%;
	display: block;
}
.imageLinks .fadeLink, 
.imageLinks > a {
	position: absolute;
	z-index: 11;
	display: inline-block;
	font-size: 40px;
	line-height: 36px;
	text-decoration: none;
	padding-top: 4px;
}
.imageLinks > a > span {
	display: inline-block;
	margin-bottom: 10px;
}
.imageLinks .topLeft {
	top: 10%;
	left: 10%;
}
.imageLinks .topRight {
	top: 10%;
	right: 10%;
	text-align: right;
}
.imageLinks .botLeft {
	bottom: 10%;
	left: 10%;
}
.imageLinks .botRight {
	bottom: 10%;
	right: 10%;
	text-align: right;
}

@media screen and (max-width: 768px){
	.imageLinks .fadeLink, 
	.imageLinks > a {
		font-size: 26px;
		line-height: 22px;
	}
	.imageLinks > a > span {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 560px){
	.imageLinks .fadeLink, 
	.imageLinks > a {
		font-size: 20px;
		line-height: 16px;
	}
	.imageLinks > a > span {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px){
	.imageLinks .topLeft {
		top: 5%;
		left: 5%;
	}
	.imageLinks .topRight {
		top: 5%;
		right: 5%;
		text-align: right;
	}
	.imageLinks .botLeft {
		bottom: 5%;
		left: 5%;
	}
	.imageLinks .botRight {
		bottom: 5%;
		right: 5%;
		text-align: right;
	}
}

.forceCaps {
	text-transform: uppercase;
}

.slider {
	position: relative;
}
.slider .dummy {
	position: relative;
	z-index: 8;
	width: 100%;
}
.slider .sliderContainer {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider .sliderContainer .slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.centerText {
	text-align: center;
}

.red {
	background-color: #FF0033;
	color: #FFF;
	padding: 0 10px;
}
.red a {
	color: #FFF;
}
.green {
	background-color: #00CC00;
	color: #FFF;	
	padding: 0 10px;
}
.green a {
	color: #FFF;
}
.logoGreen {
	background-color: #5F8F3F;
	color: #FFF;	
	padding: 0 10px;
}
.logoGreen a {
	color: #FFF;
}
.magenta {
	background-color: #FF0066;
	color: #FFF;
	padding: 0 10px;
}
.magenta a {
	color: #FFF;
}
.yellow {
	background-color: #FFFF00;
	color: #1D1D1B;
	padding: 0 10px;
}
.yellow a {
	color: #1D1D1B;
}
.pink {
	background-color: #FF99FF;
	color: #1D1D1B;
	padding: 0 10px;
}
.pink a {
	color: #1D1D1B;
}
.burgundy {
	background-color: #990033;
	color: #FFF;
	padding: 0 10px;
}
.burgundy a {
	color: #FFF;
}
.purple {
	background-color: #CC0099;
	color: #FFF;
	padding: 0 10px;
}
.purple a {
	color: #FFF;
}
.textBox {
	padding: 30px 10%;
}

.packages {
	text-align: center;	
}
.packages h3 {
	display: inline-block;
}
.packages p {
	
}
.smallFont {
	font-size: smaller;
}

.fadeLink {
	font-family: 'BebasNeue-Regular', 'Roboto', sans-serif;
	opacity: 1.0;
}
.fadeLink:hover {
	opacity: 0.9;
}

.partnersBox {
	background-color: #3C3C3A;
	padding: 30px 0;
	text-align: center;
}
.partnersBox img {
	width: 100%;
	max-width: 90%;
}
.footerHolidayInn {
	float: right;
	max-width: 40%;
}

.indentedForm {
	padding: 0 10%;
}
.indentedForm label {
	margin-bottom: 10px !important;
	display: block;
	text-align: left;
	height: auto;
}
.indentedForm input, 
.indentedForm select, 
.indentedForm textarea {
	margin-bottom: 10px !important;
	border: 0;
	border-radius: 0;
	display: block;
}
.indentedForm .submit {
	cursor: pointer;
}
@media screen and (max-width: 760px){
	.indentedForm .submitColSpacer {
		width: 0%;
	}
	.indentedForm .submitCol {
		width: 100%;
	}
}

.expoBox {
	position: relative;
	z-index: 9;
}
.expoBox .base {
	position: relative;
	z-index: 10;
}
.expoBox .expoBlock {
	background-color: #FF0066;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	box-sizing: border-box;
	z-index: 11;
	position: absolute;
	width: 3.15%;
	height: 4.83%;
	vertical-align: middle;
}
.expoBox .expoBlock span {
    font-family: 'Akagi-Bd-webfont', serif;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;

	font-size: 30px;
	line-height: 30px;
	margin-top: -15px;
	height: 30px;
}
.expoBox .expoBlock.sold {
	background-color: #1A9B61;
}
.expoBox .expoBlock.botBlock {
	background-color: #990134;
}
.expoBox .expoBlock.botBlock.sold {
	background-color: #1A9B61;
}
@media screen and (max-width: 1470px){
	.expoBox .expoBlock span {
		font-size: 24px;
	}
}
@media screen and (max-width: 1186px){
	.expoBox .expoBlock span {
		font-size: 20px;
	}
}
@media screen and (max-width: 950px){
	.expoBox .expoBlock span {
		font-size: 14px;
	}
}
@media screen and (max-width: 650px){
	.page-expo-layout .textBox {
		padding: 0;
	}
	.expoBox .expoBlock span {
		font-size: 10px;
	}
}
@media screen and (max-width: 400px){
	.expoBox .expoBlock span {
		font-size: 8px;
	}
}

.gallery {
	border-top: 20px solid #FFF;
}
.gallery a {
	display: block;
	background-color: #FFF;
}
.gallery a img {
	width: 100%;
	display: block;
	opacity: 1;
}
.gallery a:hover img {
	opacity: 0.9;
}

.headerButtons {
	float: right;
	width: 280px;
}
.headerButtons a {
	display: block;
	position: relative;
	padding: 10px 80px 10px 20px;
	width: 180px;
	margin: 10px 0 0 0;
	text-align: center;
	text-decoration: none;
    font-family: 'Akagi-Bd-webfont', serif;
}
.headerButtons a img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
}
.regForm .reqStar {
	color: red;
	margin-left: 10px;
	float: left;
}
.regForm br {
	clear: left;
}
.regForm .button {
	cursor: pointer;
}
.topGreyBorder {
	border-top: 3px solid #E7E7E8;
}
.wellChild {
	margin: auto;
	max-width: 1200px;
}
.wellChild .threeCol {
	text-align: center;
}
.wellChild .threeCol img {
	display: block;
}

.inspireBox > div {
	padding-left: 20%;
	position: relative;
}
.inspireBox > div > img {
	position: absolute;
	max-width: 18%;
	top: 0;
	left: 0;
}
.inspireBox > div h3 {
	font-weight: normal;
	margin: 0;
	text-transform: none;
}
.inspireBox > div > div {
	min-height: 77px;
	line-height: 37px;
}
@media screen and (max-width: 500px){
	.inspireBox > div {
		padding-left: 0;
	}
	.inspireBox > div > img {
		max-width: 90%;
		display: block;
		margin: auto;
		padding: 10px 0;
		position: relative;
		top: auto;
		left: auto;
	}
}

.produceList .fourCol {
	padding: 0 20px 20px 0;
}

.produceGrid .fourCol {
	background-color: #FFF;
	display: block;
	text-decoration: none;
}
.produceGrid .fourCol img {
	opacity: 1.0;
	display: block;
	width: 100%;
	min-height: 100%;
	border: 0;
}
.produceGrid .fourCol:hover img {
	opacity: 0.7;
}
.produceGrid .fourCol.greyed {
	background-color: #000;
}
.produceGrid .fourCol.greyed img {
	opacity: 0.6;
}
.produceGrid .fourCol.greyed:hover img {
	opacity: 0.8;
}

.produceDescription .wrap {
	-webkit-transition: max-height 1s ease-in;
	transition: max-height 1s ease-in;
	overflow: hidden;
	height: auto;
	width: 100%;
	box-sizing: border-box;
}

#foot {
	border-top: 20px solid #FFF;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;	
}
#foot .footerBg {
	position: absolute;
	z-index: 100;
	min-width: 100%;
	min-height: 100%;
}
#foot .overlayBox {
	position: relative;
	z-index: 101;
	padding: 200px 0 325px 0;
	margin: auto;
	max-width: 600px;
}
#foot .overlayBox p {
	display: inline-block;
	font-size: 40px;
	line-height: 36px;
	text-decoration: none;
	margin: 0px 0px 10px 0;
	font-family: 'BebasNeue-Regular', 'Roboto', sans-serif;
	text-transform: uppercase;
	padding-top: 4px;
}
#foot .bottomBar {
	background-color: rgba(40,40,40,0.9);
	position: relative;
	z-index: 102;
	padding: 135px 10px 100px 10px;
	color: #FFF;
}
#foot .bottomBar .footerLogo {
	position: absolute;
	width: 250px;
	top: -125px;
	left: calc(50% - 125px);
	z-index: 103;
}
#foot .bottomBar p {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 30px;
}
#foot .bottomBar .fourCol {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}
#foot .bottomBar a {
	color: #FFF;
	text-decoration: none;
}
#foot .bottomBar .fourCol.goRight {
	text-align: right;
	padding-right: 30px;
}
#foot .bottomBar .fourCol.goLeft {
	text-align: left;
	padding-left: 30px;
}
@media screen and (max-width: 1140px){
	#foot .bottomBar .footerLogo {
		width: 150px;
		top: -70px;
		left: calc(50% - 70px);
	}
	#foot .bottomBar {
		padding: 80px 10px 50px 10px;
	}
	#foot .overlayBox {
		padding: 100px 0 225px 0;
	}
}
@media screen and (max-width: 550px){
	#foot .overlayBox p {
		display: inline-block;
		font-size: 24px;
		line-height: 22px;
	}
	#foot .overlayBox {
		padding: 50px 0 125px 0;
	}
}
@media screen and (max-width: 450px){
	#foot .bottomBar .footerLogo {
		width: 90px;
		top: -45px;
		left: calc(50% - 45px);
	}
	#foot .bottomBar {
		padding: 55px 10px 30px 10px;
	}
	#foot .bottomBar p {
		margin-top: 10px;
	}
}

#ourFarm {
	padding: 40px 0;
}
#ourFarm .wrap {
	width: 100%;
}
@media screen and (max-width: 1028px){
	.leftPad {
		padding-left: 20px;
	}
}
.rightPad {
	padding-right: 20px;
}
.ourProduce {
	padding: 20px 0;
}
.whiteBorderTop {
	border-top: 20px solid #FFF;
}
#partners {
	padding-top: 40px;
	text-align: center;
}
#partners img {
	margin: 0 10px;
	display: inline-block;
	height: 140px;
}
@media screen and (max-width: 720px){
	#partners img {
		height: 100px;
	}
}
@media screen and (max-width: 400px){
	#partners img {
		height: 80px;
	}
}

#marketSectors {
	padding-top: 20px;
}
.readMore {
	overflow: hidden;
	width: 100%;
	height: auto;
	max-height: 0;
	-webkit-transition: max-height 1s ease-in;
	transition: max-height 1s ease-in;
}
.readMore.open {
	max-height: 20000px;
}
.readMoreButton {
	font-weight: bold;
	color: #1D1D1B;
}