/* CSS Document */
@font-face {
	font-family: 'britannic_boldregular';
	src: url('/fonts/britanic-webfont.eot');
	src: url('/fonts/britanic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/britanic-webfont.woff2') format('woff2'),
		 url('/fonts/britanic-webfont.woff') format('woff'),
		 url('/fonts/britanic-webfont.ttf') format('truetype'),
		 url('/fonts/britanic-webfont.svg#britannic_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

* {
	padding:0;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#cfd2c2;
}
td {
	text-align:left;
	vertical-align:top;
}
img {
	border:none;
}
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 15px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 15px;
	clear:right;
}
.clear {
	clear:both;
}
div.clear {
	height:1px;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:1px;
}

#wrap {
	width:980px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header {
	clear:both;
	border-bottom:3px solid #fff;
}
	#header #top {
		height:84px;
		padding:4px 10px 0 10px;
		background-color:#FFFFFF;
		font-size:10px;
		color:#000000;
        padding: 15px 0;
	}
		#header #top h3 {
			font-size:11px;
			font-style:italic;
			font-family:Arial, Helvetica, sans-serif;
			margin-top:20px;
			/*color:#3bbd00;*/
			text-align:center;
		}
		#header #top ul {
			list-style:none;
			margin:35px 20px 0 0;
		}
			#header #top ul li {
				float:left;
				
			}
				#header #top ul li a {
					display:block;
					padding-left:18px;
					margin-left:15px;
					background-position:left top;
					background-repeat:no-repeat;
				}
				#header #top ul li a:link,
				#header #top ul li a:visited {
					color:#000;
					text-decoration:none;
				}
				#header #top ul li a:hover {
					text-decoration:underline;
				}
	#header #nav {
		background-color:#2f2f2f;
		clear:both;
		height:43px;
		margin-bottom:3px;
		padding-left:30px;
	}
		#nav ul {
			list-style:none;
		}
			#nav ul li {
				float:left;
				background:none;
				margin-top:-5px;
			}
				#nav ul li a {
					border-radius:7px;
					color:#dee0d5;
					display:block;
					margin-right:9px;
					text-transform:uppercase;
					font-size:12px;
					font-weight:bold;
					font-family:arial;
					text-align:center;
					line-height:47px;
					padding:0 20px;
					text-decoration:none;
				}
				#nav ul li a:hover,
				.home #nav ul li#homeLI a,
				.locations #nav ul li#locationsLI a,
				.careers #nav ul li#careersLI a,
				#services #nav ul li#servicesLI a,
				#support #nav ul li#supportLI a,
				.specials #nav ul li#specialsLI a,
				.affiliates #nav ul li#affiliatesLI a,
				.contact #nav ul li#contactLI a,
				.reward #nav ul li#rewardLI a {
					color:#2f2f2f;
					text-decoration:none;
					background-color:#f7cd21;
					background: linear-gradient(#f1ac11, #fcf449);
				}
				#nav ul li.last a {
					margin-right:0;
				}

#content {
	clear:both;
}
#content p,
#content ul,
#content ol,
#content hr,
#content .form {
	margin-bottom:8px;
}
#content ul {
	list-style:none;
}
	#content ul li {
		background-image:url(/images/icons/more.gif);
		background-position:left center;
		background-repeat:no-repeat;
		margin-bottom:6px;
		padding-bottom:2px;
		padding-left:18px;
	}
#content h2 {
	font-family:"Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	font-size:16px;
	text-transform:uppercase;
	line-height:14px;
	letter-spacing:-1px;
	margin-bottom:30px;
}
	#content h2 .large {
		font-size:22px;
	}
#content h3 {
	font-size:14px;
	margin-bottom:5px;
}
#content h4 {
	font-size:1em;
	margin-bottom:5px;
}
	#content h4 a:link,
	#content h4 a:visited {
		color:#000;
	}
#content hr {
	clear:both;
}
#content a:link,
#content a:visited {
	color:#3bbd00;
}
#content a:hover,
#content h4 a:hover {
	color:#f25b00;	
}

#content p.more {
	background-image:url(/images/icons/more.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding:0 0 3px 18px;
	font-weight:bold;
}
#content img.brd {
	border:2px solid #c1c3b9;	
}
#content .brd-bottom {
	border-bottom:1px solid #c1c3b9;
	padding-bottom:10px;
	margin-bottom:20px;
}
#content .small {
	font-size:9px;	
}
#content .gray {
	color:#868b87;
}
#content .red {
	color:red;
}
#content .orange {
	color:#f25b00;
}
#content .green {
	color:#3bbd00;
}

#content #grayBG {
	background-color:#dee0d5;
	border-top:1px solid #c1c3b9;
	border-bottom:3px solid #cfd2c2;
	padding:0 22px 0 29px;
	min-height:1px;
	_height:1px;
}
#content .pad {
	padding:33px 22px 20px 20px;
}
#content h2.pad {
	padding-bottom:0;
	margin-bottom:0;
}

.col-one3rd {
	float:left;
	width:33.3333%;
}
.col-one4th {
	float:left;
	width:25%;
}
.col-half {
	float:left;
	width:50%;
}
.col-two3rd {
	float:left;
	width:66.6666%;
}
	#content .grayBG-inner {
		background-color:#dee0d5;
		border:1px solid #c1c3b9;
		border-bottom-width:3px;
		min-height:1px;
		_height:1px;
	}

/* Calendar styles */
#content .calendar
{
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:5px;
	width:100%;
}
	#content .calendar table 
	{
		margin-bottom:0;
	}
	#content .calendar td,
	#content .calendar th
	{
		border:1px solid #e2e2e2;
		border-collapse:collapse;
	}
	#content .calendar .month
	{
		font-weight:bold;
		background-color:#67aa05;
	}
		#content .calendar .month td
		{
			border:none;
			text-align:center;
			padding:4px;
		}
	#content .calendar .days,
	#content .calendar .otherDays,
	#content .calendar .weekDays,
	#content .calendar .selected
	{
		text-align:right;
		vertical-align:top;
	}
	#content .calendar .days a,
	#content .calendar .otherDays a,
	#content .calendar .weekDays a,
	#content .calendar .selected a
	{
		display:block;
		padding:0 0 9px 0;
	}
	#content .calendar .weekDays
	{
		background-color:#f7660b;
		font-size:10px;
		padding:2px 0;
		text-align:center;
	}
	#content .calendar .days
	{
		background-color:#f0f5fb;
	}
	#content .calendar .event 
	{
		background-image:url(/images/icons/yellowStar.png);
		background-position:2px 2px;
		background-repeat:no-repeat;
		color:Red;
		font-weight:bold;
	}
	#content .calendar .otherDays
	{
		background-color:#fdfdff;
	}
	#content .calendar .selected 
	{
		background-color:#26cfe6 !important;
	}
	#content .calendar .selectors
	{
		background-color:#67aa05;
		font-weight:bold;
		font-size:8px;
		padding:0 2px;
		text-align:right;
		vertical-align:middle;
		width:16%;
	}

/* Loyalty Club styles */
#banner {
	margin-bottom:-3px;
}
#banner img {
    width: 100%;
}
#loyalty {
	background-color:#c1d6e7;
	background-image:url(/images/loyalty/bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:14px;
	padding:3px 0 73px 0;
}
#content #loyalty h2 {
	color:#ff0000;
	font-family:'Times New Roman', Times, serif;
	font-size:22px;
	line-height:105%;
}
#content #loyalty h2 strong {
	font-family:'britannic_boldregular', 'Times New Roman', Times, serif;
	font-size:46px;
    line-height: 46px;
}
#content #loyalty h3 {
	font-size:20px;
}
#content #loyalty ul {
	list-style:disc;
	padding-left:15px;
}
#content #loyalty ul li {
	background-image:none;
	padding-left:0;
}
	#content #loyalty .grayBG-inner {
		background-color:#4574b8;
		background-image:url(/images/loyalty/background.jpg);
		background-position:left top;
		border:none;
		border-bottom:5px solid #2c3d5b;
	}
	#content #loyalty .grayBG-inner h2 {
		color:#fff;
	}
#content #loyalty a:link,
#content #loyalty a:visited {
	color:#ff0000;
}
#content #loyalty a:hover,
#content #loyalty a:active {
	color:#fff;
}

#content #loyalty .red {
	color:#ff0000;
}

#footer {
	clear:both;
	background-color:#303030;
	background-image:url(/images/backgrounds/footer.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-top:5px solid #000;
	color:#cfd2c2;
	min-height:1px;
	_height:1px;
}
	#footer .pad {
		padding:10px 22px 15px 28px;
	}
	#footer .green {
		color:#3d7d18;
	}
	#footer .gray,
	#footer a.gray:link,
	#footer a.gray:visited {
		color:#9c9e95;
		font-size:10px;
	}
	
	#footer a:link,
	#footer a:visited {
		color:#cfd2c2;
		text-decoration:underline;
	}
	#footer a.gray:hover,
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	#footer p {
		margin-bottom:2px;
	}
	#footer ul {
		list-style:none;
		margin-top:3px;
	}
		#footer ul li {
            display: inline;
			padding:0 10px 2px 0;
			margin-left:10px;
			border-right:1px dashed;
			line-height:10px;
		}
		#footer ul li.first {
			margin-left:0;
		}

/* color, link, font styles */
a:link,
a:visited {}

a:hover,
a:active {}

/* form styles */
.form input[type="text"],
.form input[type="password"],
.form textarea,
.form select {
	border:1px solid;
	font-size:1em;
	background-color:#ffffff !important;
}
.form input[type="text"],
.form input[type="password"],
.form textarea,
.form select {
	margin-bottom:4px;
}
.form input[type="text"],
.form input[type="password"],
.form select {
	vertical-align:middle;
}
.form input[type="text"],
.form input[type="password"],
.form textarea {
	padding:2px;
}
.form input[type="text"],
.form input[type="password"],
.form textarea {
	width:244px;
}
.form input[type="text"].text2 {
	width:100px;
}
.form textarea {
	height:100px;
	overflow:auto;
}
.form input[type="button"],
.form input[type="submit"] {
	margin-top:5px;
	border:1px solid;
}
.form br {
	clear:left;
}
.form label {
	font-weight:bold;
	text-align:left;
	float:left;
	width:80px;
	display:block;
	margin-right:2px;
}
.form fieldset {
	padding:5px;
	margin-bottom:5px;
}
.form legend {
	margin-bottom:5px;
}

#chowBtn {
    background-color: red !important;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 2px 2px 6px #333;
    -moz-box-shadow: 2px 2px 6px #333;
    box-shadow: 4px 4px 8px #333;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 14px;
    border-radius: 8px;
}
#chowBtnContainer h1 {
    margin-bottom: 20px;
}

#menuToggle {
    display: none;
}

#newsContainer {
    margin-left:95px;
}
#promoContainer {
    margin-left:105px;
}
#specialsContainer {
    margin-left: 105px;
}

/*=======================RESPONSIVE LAYOUTS===========================*/
@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1800px) {

}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1440px) {

}

/* tablet landscape */
@media only screen and (max-width: 1240px) {

}

@media only screen and (max-width: 1024px) {

}
/* tablet portrait */
@media only screen and (max-width: 995px) {

}

@media only screen and (max-width: 900px) {

}

/* mobile landscape */
@media only screen and (max-width: 768px) {
    #wrap,
    #header #navigation #wrap,
    #content #wrap,
    #footer #wrap {
        width: 650px;
        padding-left: 0;
        padding-right: 0;
    }
    #header #top h3 {
        font-size: 14px;
        width: 100%;
    }
    #regMenu {
        display: none;
    }
    #menuToggle {
        display: block;
        position: relative;
        top: 20px;
        left: 30px;
        z-index: 1000;
        -webkit-user-select: none;
        user-select: none;
        margin: 20px 0;
        width: 50%;
    }

        #menuToggle a {
            text-decoration: none;
            color: #2c3d5b;
            transition: color 0.3s ease;
        }

            #menuToggle a:hover {
                color: #67aa05;
            }


        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: -7px;
            left: -5px;
            cursor: pointer;
            opacity: 0; /* hide this */
            z-index: 2; /* and place it over the hamburger */
            -webkit-touch-callout: none;
        }

        /*
 * Just a quick hamburger
 */
        #menuToggle span {
            display: block;
            width: 33px;
            height: 4px;
            margin-bottom: 5px;
            position: relative;
            background: #67aa05;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }

            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

        /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
        #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(-2px, -1px);
            background: #2f2f2f;
        }

            /*
 * But let's hide the middle one.
 */
            #menuToggle input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }

            /*
 * Ohyeah and the last one should go the other direction
 */
            #menuToggle input:checked ~ span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }

    /*
 * Make this absolute positioned
 * at the top left of the screen
 */
    #menu {
        position: absolute;
        width: 300px;
        margin: -100px 0 0 -120px;
        padding: 50px;
        padding-top: 125px;
        background: #f7cd21;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

        #menu li {
            padding: 10px 0;
            font-size: 22px;
        }

    /*
 * And let's slide it in from the left
 */
    #menuToggle input:checked ~ ul {
        transform: none;
    }


    #header {
        text-align: center;
    }

    #header #top {
        font-size: 12px;
    }

    .col-one4th,
    .col-three4th,
    .col-two3rd {
        width: 100%;
        float: none;
    }
    .loyaltyContainer .col-two3rd {
        width: 66.666%;
        float: left;
    }
    
    .col-one5th,
    .col-one6th {
        width: 50%;
    }

    #content .col-two3rd img {
        width: 100%;
    }

    #content .galleryHome img {
        width: 49%;
    }

    #content .floatLeft,
    #content .floatRight {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
    .loyaltyContainer .floatLeft {
        float: left;
    }
    .form.application label {
        width: auto;
    }

    #newsContainer {
        margin-left: 0px;
    }
    #promoContainer {
        margin-left: 0px;
    }
    #specialsContainer {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 600px) {
    #wrap,
    #header #navigation #wrap,
    #content #wrap,
    #footer #wrap {
        width: 550px;
        padding-left: 0;
        padding-right: 0;
    }
    .col-one3rd,
    .col-half {
        width: 100%;
        float: none;
    }
    .loyaltyContainer .col-two3rd,
    .loyaltyContainer .col-one3rd {
        float: none;
        width: 100%;
    }
    #dateTimeContainer {
        display: none;
    }
    .bx-wrapper {
        margin-top: 75px;
    }
    #banner {
        margin-top: 75px;
    }
}

/* mobile portrait */
@media only screen and (max-width: 480px) {
    #wrap,
    #header #navigation #wrap,
    #content #wrap,
    #footer #wrap {
        width: 400px;
        padding-left: 0;
        padding-right: 0;
    }
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 425px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 411px) {
}

@media only screen and (max-width: 375px) {
    #wrap,
    #header #navigation #wrap,
    #content #wrap,
    #footer #wrap {
        width: 375px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 360px) {
    #wrap,
    #header #navigation #wrap,
    #content #wrap,
    #footer #wrap {
        width: 360px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 320px) {
    #wrap,
    #header #navigation #wrap,
    #content #wrap,
    #footer #wrap {
        width: 320px;
        padding-left: 0;
        padding-right: 0;
    }
    #menuToggle {
        left: 20px;
    }
}