/*********************************************
	STYLES FOR BROWSER
	 Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/

html, body {
	margin: 0;
	padding: 0;
}
body {
  background: url("/images/bg.jpg") repeat scroll 0 0 transparent;
  color: #000000;
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
}
.subpages {
	color: #233b26;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*********************************************
	CUSTOM FONTS
	http://www.fontsquirrel.com/
*********************************************/
@font-face {
	font-family: 'YanoneKaffeesatzLight';
	src: url('fonts/yanonekaffeesatz-light-webfont.eot');
	src: url('fonts/yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/yanonekaffeesatz-light-webfont.woff') format('woff'),  url('fonts/yanonekaffeesatz-light-webfont.ttf') format('truetype'),  url('fonts/yanonekaffeesatz-light-webfont.svg#YanoneKaffeesatzLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'YanoneKaffeesatzRegular';
	src: url('fonts/yanonekaffeesatz-regular-webfont.eot');
	src: url('fonts/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),  url('fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),  url('fonts/yanonekaffeesatz-regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'YanoneKaffeesatzThin';
	src: url('fonts/yanonekaffeesatz-thin-webfont.eot');
	src: url('fonts/yanonekaffeesatz-thin-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/yanonekaffeesatz-thin-webfont.woff') format('woff'),  url('fonts/yanonekaffeesatz-thin-webfont.ttf') format('truetype'),  url('fonts/yanonekaffeesatz-thin-webfont.svg#YanoneKaffeesatzThin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BrothersRegular';
	src: url('fonts/brothersregular-webfont.eot');
	src: url('fonts/brothersregular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/brothersregular-webfont.woff') format('woff'),  url('fonts/brothersregular-webfont.ttf') format('truetype'),  url('fonts/brothersregular-webfont.svg#BrothersRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BrothersSuperSlantRegular';
	src: url('fonts/brotherssuperslant-webfont.eot');
	src: url('fonts/brotherssuperslant-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/brotherssuperslant-webfont.woff') format('woff'),  url('fonts/brotherssuperslant-webfont.ttf') format('truetype'),  url('fonts/brotherssuperslant-webfont.svg#BrothersSuperSlantRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.main-nav ul li a {
	font-family: YanoneKaffeesatzLight, Tahoma, Geneva, sans-serif;
}
.replace {
	font-family: YanoneKaffeesatzRegular, Tahoma, Geneva, sans-serif;
}
h1 {
	border-bottom: 4px solid;
	color: #006940;
	font-family: BrothersRegular;
	font-size: 27px !important;
	line-height: 24px !important;
	margin-bottom: 15px !important;
	padding-bottom: 5px !important;
}
.ie7 h1, .ie8 h1 {
	color: #D6CBBA;
}
h1.big-title {
	font-size: 110px !important;
	float: none;
}
/*********************************************
	HEADERS
*********************************************/
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0 0 .5em 0;
	font-size: 3em;
	line-height: 1.3em;
}
h2 {
	color: #BCAC91;
	font-family: BrothersRegular;
	font-size: 30px !important;
	line-height: 30px !important;
	opacity: 0.7;
	padding: 0 !important;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
/* If using graphic headers - uncomment
h1 { 
	background-repeat: no-repeat;
	height: 50px; 
	display: block;
}
*/

/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/
.wrapper {
	max-width: 975px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.header {
	z-index: 100;
	background: url(/images/header-temp.png) no-repeat;
	padding: 0 1.5em;
	height: 145px;
}
.breadcrumbs {
  color: #243B26;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs a {
	color: #243b26;
}
h1.page-title {
	margin-bottom:3px !important;
}
.content { /* Format as you need. Use em's where you can to keep consistent */
	position: relative;
	z-index: 10;
	background: url(/images/wrap.png) repeat-y -12px 0;
}
.subpages.locations .content {
	background: none !important;
}
.subpages .inner-content {
	padding: 25px 35px;
}
.subpages.locations .inner-content {
	padding: 0 !important;
}
.page-top {
	background: url(/images/page-top.png) no-repeat -8px 0;
	height: 23px;
	position: relative;
	z-index: 10;
}
.page-bottom {
	background: url(/images/page-bottom.png) no-repeat -8px 0;
	height: 23px;
}
.col {
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
.col-1, .col-3 {
	float: left;
}
.col-1-hold {
	width: 740px;
	float: left;
}
.locations .col-1-hold {
	position: relative;
	z-index: 10;
}
.col-1 {
	padding-top: 15px;
	width: 20%;
}
.col-2 {
  float: right;
  margin-right: 5%;
  padding-top: 15px;
  width: 70%;
}
.col-3 {
	width: 100px;
}
/* --------------------------------
	Footer
--------------------------------- */	
.footer-wrap {
	background: url("/images/wood2.jpg") repeat scroll 0 0 transparent;
	height: 141px;
	margin-top: -30px;
	padding-top: 45px;
	position: relative;
}
.subpages .footer-wrap {
	padding: 20px 0 30px !important;
}
.locations .footer-wrap, .subpages .footer-wrap {
	margin-top: 15px;
}
.footer {
	max-width: 962px;
	position: relative;
	margin: auto;
}
.footer .equal-foot {
	height: 200px;
}
.footer h2, .footer h3 {
	padding-bottom: .2em;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #006940;
	text-decoration: underline;
}
/* Use this for your footer nav to make it easier on spacing! */
	/* nav class inherited from core.css */
	
.footer ul.nav {
	text-align: center;
	margin: 0 auto 5px;
}
.footer ul.nav li {
	position: relative;
	display: inline;
	float: none;
	border-left: 1px solid #008c9a;
	padding: 0 5px 0 10px;
}
.utility {
	margin: 0 10px 0 0;
}
.utility ul li {
	float: left;
	list-style: none outside none;
	position: relative;
	width: auto;
	display: block;
	height: 37px;
}
.utility ul li a.godown {
	background: url(/images/utility-bg.png) no-repeat;
	display: block;
	height: 51px;
	text-indent: -9999px;
	position: absolute;
	top: -15px;
	left: 0;
}
.utility ul li.fblike a.godown, .utility ul li.fblike {
	width: 55px;
	margin-right: 5px;
}
.utility ul li.Shop a, .utility ul li.Shop {
	background-position: -61px 0;
	width: 58px;
}
.utility ul li.Contact a, .utility ul li.Contact {
	background-position: -121px 0;
	width: 95px;
}
.email {
	background: url("/images/utility-bg.png") no-repeat scroll -219px top transparent;
	height: 26px;
	padding: 5px;
	width: 330px;
}
.navigation {
	padding-top: 15px;
	padding-right: 20px;
}
.submit {
	background: url("/images/utility-bg.png") no-repeat scroll 0 -54px transparent;
	display: block;
	float: left;
	padding: 5px;
	text-indent: -9999px;
	height: 18px;
	width: 50px;

	cursor: pointer;
}
.submit:hover {
	background-position: 0 -94px;
	height: 18px;
	width: 50px;
}
button.submit {
	background-position: -67px -56px;
	border: medium none;
	display: block;
	float: right;
	height: 23px;
	margin-top: 2px;
}
button.submit:hover {
	background-position: -5px -97px;
	height: 18px;
	width: 50px;
}
.logo {
	padding: 20px 0 0 20px;
}
.logo img {
	max-width: 100px;
}
/* why you changing all input fields
input {
	background:url(/images/formfield.png) repeat;
	border:none;
	height:20px;
	padding:2px;
}
*/
.input {
	background: url(/images/formfield.png) repeat;
	border: none;
	height: 20px;
	padding: 2px;
}
.flexslider .slides > li div {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.my-location-box {
	background: url("/images/locationbox.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 189px;
	line-height: 15px;
	margin-top: 3px;
	padding: 18px;
	position: absolute;
	right: 0;
	top: 0;
	width: 216px;
}
.my-location-title, .promo-title {
	font-family: BrothersRegular;
	font-size: 20px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #444444;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.location-action {
	padding-top: 8px;
}
.location-action a, .location-action span {
	font-weight: bold;
	font-size: 11px;
	color: #ebd39e;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-transform: uppercase;
}
.promo-blocks {
	background: url("/images/promoblock.png") no-repeat scroll -2px 2px transparent;
	float: left;
	height: 146px;
	padding: 9px 0 10px 7px;
	width: 714px;
}
.copy {
	color: #E1D5C3;
	font-family: sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	margin-right: 10px;
	width: 230px;
}
.copy .facebook {
	background: url(/images/fb.png) no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
.copy .facebook:hover {
	background-position: 0 -30px;
}
.copy a {
	color: #e1d5c3;
}
.footer-nav li {
	list-style: none;
	margin: 5px 0;
}
.footer-nav li:first-child {
	margin-top: 0;
}
.footer-nav li a, .branding, .branding a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e1d5c3;
}
.branding {
	bottom: 0;
	position: absolute;
	right: 0;
	text-align: right;
}
/*=============================================
COLOR klasses
==============================================*/

.teal {
	color: #00707e;
}
.orange {
	color: #f0ad4b;
}
.garden {
	color: #b3bf6d;
}
.burnt {
	color: #cd6f2d;
}
.kale {
	color: #788435;
}
.aqua {
	color: #1a5360;
}
.grass {
	color: #79a559;
}
.mud {
	color: #a53d2b;
}
.turk {
	color: #39909e;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.noshow {
	display: none !important;
}
/*==================================
FORM OVERRIDES
==================================*/
form label {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 225px;
	padding-top: 4px;
}
form input, .selector, textarea, .checker span, input[type=text], select, input[type="password"] {
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid #ccc;
	margin: 0 5px;
	padding: 4px 2px;
	width: 280px;
}
.ie8 form input, .ie8 .selector, .ie8 textarea, .ie8 .checker span, .ie7 form input, .ie7 .selector, .ie7 textarea, .ie7 .checker span {
	border: 1px solid #ccc;
}
.ie8 form input:focus, .ie8 .selector:focus, .ie8 textarea:focus, .ie8 .checker span:focus, .ie7 form input:focus, .ie7 .selector:focus, .ie7 textarea:focus, .ie7 .checker span:focus {
	border: 1px solid #233B26;
}
form input:focus, textarea:focus {
	-webkit-box-shadow: 0 0 5px #233B26;
	-moz-box-shadow: 0 0 5px #233B26;
	box-shadow: 0 0 5px #233B26;
}
.frm-row {
	margin: 15px 0;
}
.selector {
	background: url("/images/down-arrow.jpg") no-repeat scroll 345px 4px transparent;
	width: 360px !important;
}
div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
	background-image: url(/images/form-sprite.png);
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
.selector, .radio, .checker, .uploader, .button, .selector *, .radio *, .checker *, .uploader *, .button * {
	margin: 0;
	padding: 0;
}
/* form-spriteS */

/* Select */

div.selector {
	line-height: 26px;
	height: 26px;
}
div.selector span {
	height: 26px;
	line-height: 26px;
}
div.selector select {
	/* change these to adjust positioning of select element */
	top: 0px;
	left: 0px;
}
/* Checkbox */

div.checker {
	width: 29px;
	height: 29px;
}
div.checker input {
	width: 19px;
	height: 19px;
}
div.checker span {
	height: 19px;
	width: 19px;
}
div.checker:active span, div.checker.active span {
	background-position: -19px -260px;
}
div.checker.focus span, div.checker:hover span {
	background-position: -38px -260px;
}
div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
	background-position: -57px -260px;
}
div.checker span.checked {
	background: url(/images/check.jpg) no-repeat 3px 5px !important;
}
div.checker:active span.checked, div.checker.active span.checked {
	background-position: -95px -260px;
}
div.checker.focus span.checked, div.checker:hover span.checked {
	background-position: -114px -260px;
}
div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
	background-position: -133px -260px;
}
div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
	background-position: -152px -260px;
}
div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}
/* Radio */

div.radio {
	width: 18px;
	height: 18px;
}
div.radio input {
	width: 18px;
	height: 18px;
}
div.radio span {
	height: 18px;
	width: 18px;
	background-position: 0px -279px;
}
div.radio:active span, div.radio.active span {
	background-position: -18px -279px;
}
div.radio.focus span, div.radio:hover span {
	background-position: -36px -279px;
}
div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
	background-position: -54px -279px;
}
div.radio span.checked {
	background-position: -72px -279px;
}
div.radio:active span.checked, div.radio.active span.checked {
	background-position: -90px -279px;
}
div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -108px -279px;
}
div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
	background-position: -126px -279px;
}
div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
	background-position: -144px -279px;
}
div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
	background-position: -162px -279px;
}
/* Uploader */

div.uploader {
	background-position: 0px -297px;
	height: 28px;
}
div.uploader span.action {
	background-position: right -409px;
	height: 24px;
	line-height: 24px;
}
div.uploader span.filename {
	height: 24px;
	/* change this line to adjust positioning of filename area */
	margin: 2px 0px 2px 2px;
	line-height: 24px;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
	background-position: 0px -353px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
	background-position: right -437px;
}
div.uploader.active span.action, div.uploader:active span.action {
	background-position: right -465px;
}
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
	background-position: right -493px;
}
div.uploader.disabled {
	background-position: 0px -325px;
}
div.uploader.disabled span.action {
	background-position: right -381px;
}
div.button {
	background-position: 0px -523px;
}
div.button span {
	background-position: right -643px;
}
div.button.focus, div.button:focus, div.button:hover, div.button.hover {
	background-position: 0px -553px;
}
div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span {
	background-position: right -673px;
}
div.button.active, div.button:active {
	background-position: 0px -583px;
}
div.button.active span, div.button:active span {
	background-position: right -703px;
	color: #555;
}
div.button.disabled, div.button:disabled {
	background-position: 0px -613px;
}
div.button.disabled span, div.button:disabled span {
	background-position: right -733px;
	color: #bbb;
	cursor: default;
}
/* PRESENTATION */

/* Button */

div.button {
	height: 30px;
}
div.button span {
	margin-left: 13px;
	height: 22px;
	padding-top: 8px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 15px;
}
/* Select */
div.selector {
	width: 100%;
	font-size: 12px;
}
div.selector select {
	width: 370px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #fff;
}
div.selector span {
	padding: 0px 25px 0px 2px;
	cursor: pointer;
}
div.selector span {
	color: #666;
	width: 91%;
	text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
	color: #bbb;
}
/* Checker */
div.checker {
	margin-right: 5px;
}
/* Radio */
div.radio {
	margin-right: 3px;
}
/* Uploader */
div.uploader {
	width: 190px;
	cursor: pointer;
}
div.uploader span.action {
	width: 85px;
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
}
div.uploader span.filename {
	color: #777;
	width: 82px;
	border-right: solid 1px #bbb;
	font-size: 11px;
}
div.uploader input {
	width: 190px;
}
div.uploader.disabled span.action {
	color: #aaa;
}
div.uploader.disabled span.filename {
	border-color: #ddd;
	color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, .checker, .button, .radio, .uploader {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
 *display: inline;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
	outline: 0;
}
/* Button */

div.button a, div.button button, div.button input {
	position: absolute;
}
div.button {
	cursor: pointer;
	position: relative;
}
div.button span {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	text-align: center;
}
/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}
div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.selector select {
	position: absolute;
	opacity: 0;
 filter: alpha(opacity:0);
	height: 25px;
	border: none;
	background: none;
}
/* Checker */

div.checker {
	position: relative;
}
div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.checker input {
	opacity: 0;
 filter: alpha(opacity:0);
	display: inline-block;
	background: none;
}
/* Radio */

div.radio {
	position: relative;
}
div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.radio input {
	opacity: 0;
 filter: alpha(opacity:0);
	text-align: center;
	display: inline-block;
	background: none;
}
.frm_continue_btn {
	background: url("/images/continue.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	display: block;
	height: 45px;
	text-indent: -9999px;
	width: 129px;
	float: left;
}
.frm_back_btn {
	background: url("/images/back.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	display: block;
	height: 45px;
	text-indent: -9999px;
	width: 129px;
	float: left;
}
.frm_submit_btn, .submit_button {
	background: url("/images/submit.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	display: block;
	height: 45px;
	text-indent: -9999px;
	width: 129px;
}
.frm_submit_btn:hover, .submit_button:hover {
	background-position: 0 -60px;
}
#resetBtn {
	background: url("/images/reset.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	display: block;
	height: 45px;
	text-indent: -9999px;
	width: 129px;
	margin: 0 10px 0 0;
}
#resetBtn:hover {
	background-position: 0 -60px;
}
.required-divider {
	background: url("/images/required.jpg") no-repeat scroll 0 0 transparent;
	height: 13px;
	margin: 40px 0 30px;
}
.box-row label {
	width: 260px;
	text-align: left;
}
.box-row {
	clear: both;
	height: 63px;
}
.box-name {
	float: left;
	display: block;
	width: 220px;
}
.box-row .checker {
	float: left;
}
.frm_err_msg {
	font-style: italic;
	color: #a53d2b;
}
.form-section, .form-special {
	color: #337D37;
	font-family: YanoneKaffeesatzLight, Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	width: 205px;
	text-align: right;
	float: left;
	margin-right: 15px;
	font-weight: normal;
}
.form-section-title {
	background: url("/images/formsection.jpg") no-repeat scroll 5px 2px transparent;
	margin: 50px 0 30px;
}
.form-special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.innerTitle {
	color: #006940;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
	padding-top: 10px;
}
p {
	padding-bottom: 17px;
}
.flex-container {
	height: 503px;
}
.turtlebody {
	margin-right: 50px;
}
.grass404 {
	background: url("/images/grass.png") no-repeat scroll 0 0 transparent;
	bottom: -18px;
	height: 123px;
	left: -5px;
	position: absolute;
	width: 978px;
}
.title404 {
	font-family: BrothersRegular, Tahoma, Geneva, sans-serif;
	color: #006940;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.title404 p, .notify p {
	padding: 0;
}
.notify {
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 500;
	color: #337D37;
	font-family: YanoneKaffeesatzLight, Tahoma, Geneva, sans-serif;
	font-size: 20px;
	box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
}
.notify.menushow {
	left: 40%;
	top: 180px;
}
.notify.contactUs {
	top: 75px;
	left: 44%;
}
.notify img {
	position: absolute;
	left: 49%;
	top: -36px;
}
.main-nav select, .mobile-details, .add-menu-mobile, .main-nav .selector {
	display: none;
}
.send-comment {
	color: #CD6F2D !important;
	font-weight: bold;
	text-transform: uppercase;
}
.press-more {
	background: none repeat scroll 0 0 #57A2AC;
	color: #FFFFFF;
	float: right;
	margin: 10px 0 5px;
	padding: 5px;
}
a.buttonz {
	background: url("/images/buttonz.jpg") no-repeat scroll right top transparent;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 56px;
	line-height: 15px !important;
	margin: 6px 6px 6px 0;
	padding-right: 29px;
	text-decoration: none;
	text-transform: uppercase;
}
a.buttonz span {
	background: url("/images/buttonz.jpg") no-repeat scroll left top transparent;
	display: block;
	padding: 22px 0 21px 117px;
}
.no-show {
	display: none;
	color: #000;
	padding: 10px;
}
.list-drop {
	background: url("/images/articleback.jpg") repeat-y scroll 0 0 transparent;
	margin: 10px 0;
	padding: 10px 15px;
}
.list-drop .burnt {
	font-family: YanoneKaffeesatzRegular;
	font-size: 20px;
	cursor: pointer;
}
.active-year {
	color: #fff;
	background: #D7752A;
	margin: 0 5px;
	padding: 2px 5px;
}
.inactive-year {
	color: #fff;
	background: #6B913D;
	margin: 0 5px;
	padding: 2px 5px;
}
.arrowz {
	background: url("/images/arrowz.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 17px;
	width: 17px;
}
.arrowz.openz {
	background-position: 0 -21px;
}
.undoright {
	bottom: 0;
	color: #000000;
	font-family: arial;
	font-size: 10px;
	position: absolute;
	right: 5px;
}
.awesome li {
	background: url("/images/awesome.jpg") no-repeat scroll 0 0 transparent;
	list-style: none outside none;
	margin: 10px 0;
	padding: 9px 5px 5px 50px;
}
.awesome {
	padding-left: 25px;
	margin-bottom: 25px;
}
.mobile-over {
	display: none;
	position: fixed;
	z-index: 9100;
	padding: 25px;
}
.my-location-box-mobile {
	background: url("/images/locationbox.png") no-repeat scroll 0 0 transparent;
	padding: 20px 10px 10px 20px;
	width: 217px;
}
#mask {
	background-color: #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}
.close-me {
	background: #F4EAD8;
	font-family: BrothersRegular;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 0;
	width: 234px;
	margin: auto;
	cursor: pointer
}
.page-header img {
	width: 98%;
}
.butleft {
	float: left;
}
.loc-details-img-main img {
	width: 100%;
}
.noSearch {
	right: 0;
	top: -8px;
	width: 600px;
}
.res-cal {
	display: none;
}
/*===================================================================
	EMPLOYMENT FORM
	================================================================*/
#slide_hold {
	position: relative;
}
.slides {
}
.slides.inactive-slide {
	display: none;
}
.slides.active-slide {
	display: block;
}
.bttn {
	background: none repeat scroll 0 0 #D7752A;
	border: medium none;
	-webkit-box-shadow: 0 0 10px #666666 inset;
	-moz-box-shadow: 0 0 10px #666666 inset;
	box-shadow: 0 0 10px #666666 inset;
	color: #FFFFFF;
	cursor: pointer;
	font-family: YanoneKaffeesatzLight;
	font-size: 25px;
	line-height: 30px;
	padding: 5px 10px 3px;
	text-transform: uppercase;
}
.bttn:hover {
	-webkit-box-shadow: inset 0 0 10px #fff;
	-moz-box-shadow: inset 0 0 10px #fff;
	box-shadow: inset 0 0 10px #fff;
}
.bttn.forgot {
}
a.bttn {
	padding: 6px 10px 5px;
}
form label {
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	text-align: right;
	text-transform: uppercase;
	width: 225px;
}
#frmLogin label {
	width: 20%;
}
#frmLogin input[type=text], #frmLogin input[type=password] {
	width: 60%;
	margin-bottom: 15px;
}
.login-button {
	text-align: right;
	padding-right: 18%;
}
.sizes input[type=text] {
	width: 39px;
}
.homepage .col-1 {
	display: none;
}
.homepage .col-2 {
	float: none;
	width: 100%;
}
.login-box {
	margin: auto;
	width: 70%;
}
.login-box h3 {
	padding-left: 22%;
	font-family: BrothersSuperSlantRegular;
	color: #006940;
}
.section-title {
  background: none repeat scroll 0 0 #07774A;
  color: #FFFFFF;
  font-family: BrothersRegular;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 6px 10px 5px;
}
.side-list {
  background: none repeat scroll 0 0 #EAE8E3;
  list-style: none outside none;
  padding: 10px 0 10px 10px;
}
.side-list li {
	margin: 5px 0;
}
.side-list li a {
	font-family: YanoneKaffeesatzLight;
	color: #788435;
	font-size: 18px;
	line-height: 20px;
}
.news-box{
	-webkit-box-shadow:0 0 4px #CCCCCC, 0 0 50px #F4F4F4 inset;
	   -moz-box-shadow:0 0 4px #CCCCCC, 0 0 50px #F4F4F4 inset;
			box-shadow:0 0 4px #CCCCCC, 0 0 50px #F4F4F4 inset;
	margin:0 0 15px;
	padding:15px;
}
.news-box:hover{
	-webkit-box-shadow:0 0 10px #ccc, 0 0 50px #e5e5e5 inset;
	-moz-box-shadow:0 0 10px #ccc, 0 0 50px #e5e5e5 inset;
	box-shadow:0 0 10px #ccc, 0 0 50px #e5e5e5 inset;
}

.news-box h3 {
  border-bottom: 1px solid #F4F4F4;
  color: #F0AD4B;
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.welcome-msg {
  background: url("/images/utility-bg.png") no-repeat scroll -219px top transparent;
  color: #FFFFFF;
  font-family: brothersregular;
  font-size: 17px;
  font-weight: normal;
  height: 20px;
  line-height: 17px;
  padding: 10px;
  text-align: center;
  width: 330px;
}
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
.homepage .navigation {
	display:none;
}
/* =============================================================================
   Responsive Structure
   ========================================================================== */
@media (max-width: 1024px) { /*IPAD*/
.header, .logo {
	padding: 0;
}
.breadcrumbs {
	padding: 0 1em;
}
.logo {
	width: 25%;
}
.logo a, .mobile-details {
	display: block;
}
.logo img {
	width: 88%;
	padding: 18px 0 0 15px;
}
.main-nav ul li a {
	padding: 0 4px !important;
	font-size: 21px;
}
.navigation {
	padding-top: 15px !important;
}
.header, .flex-container {
	height: auto !important;
}
.flex-caption, .add-menu, .location-links {
	display: none !important;
}
.promo-block:nth-child(1) {
	margin-right: 10px !important;
}
.promo-blocks {
	width: 100% !important;
	float: none;
	padding-left: 20px !important;
	background-position: 12px 2px !important;
}
.my-location-box {
	float: none;
	position: relative;
	display: none;
}
.flex-control-nav {
	bottom: 25px !important;
}
h1.big-title {
	float: none !important;
}
.loc-details-mobile .make-turtle, .loc-details-mobile .turtle-view-all {
	float: left;
	width: 210px;
}
.loc-details-mobile .promo-block {
	float: left;
	margin-right: 15px;
}
.loc-details-mobile .turtle-view-all {
	width: 195px;
}
.add-menu-mobile {
	display: block;
	padding-top: 30px;
}
.menu-activate {
	margin-left: 0 !important;
}
.full-menu {
	width: 100% !important;
	float: none !important;
}
.menu-cont {
	width: 93%;
}
.subpages.locations .inner-content {
	padding: 0 10px !important;
}
.col-1-hold {
	float: none !important;
}
.location-full {
	width: 100% !important;
	float: none !important;
}
.mobile-details .turtle-locations {
	float: left;
	width: 24%;
	margin-left: 12px;
}
.mobile-details {
	padding-left: 7px;
}
.col-2 {
	width: 100% !important;
	float: none !important;
}
.next-five .view-more, .other-location-cont .view-more {
	float: none !important;
	width: 100% !important;
	margin-top: 10px;
}
.box-row {
	float: none !important;
}
.card-types {
	margin-right: 10px !important;
}
.facebook {
	background: url(/images/fb.png) no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
.full-menu {
	width: 77% !important;
}
.legend {
	float: left;
	margin-left: 5%;
	margin-top: 2%;
}
.add-menu-mobile li a {
	text-align: left !important;
}
.add-title {
	text-align: left;
	margin-left: 0 !important;
}
.mobile-details .turtle-locations {
	width: 20%;
}
.turtle-mine {
	width: 208px;
}
}
@media (max-width: 960px) {
.mobile-details .turtle-locations {
	width: 24% !important;
}
}
@media (max-width: 800px) {
.mobile-details .turtle-locations {
	width: 23%;
}
}
@media (max-width: 650px) {
.utility, .main-nav ul, .flex-control-nav, .expand_all {
	display: none;
}
.main-nav select, .main-nav .selector {
	display: block;
}
.promo-blocks {
	width: 98% !important;
	height: auto !important;
	background: none !important;
	padding-bottom: 0 !important;
}
.promo-blocks div {
	float: none !important;
	margin: 0 auto 10px !important;
}
.promo-block:nth-child(1) {
	margin-right: auto !important;
}
.promo-block:nth-child(3) {
	display: block !important;
}
.my-location-box {
	position: relative !important;
	margin: auto !important;
	width: 206px !important;
}
.copy {
	float: none !important;
	text-align: center;
	margin: auto;
	width: 166px !important;
}
.footer-nav {
	float: none !important;
	text-align: center;
	margin: 10px 0;
}
.promo-blocks, .my-location-box {
	float: none !important;
}
.logo {
	width: 37% !important;
}
.logo img {
	padding: 5px 0 0 15px !important;
	width: 100% !important;
	max-width: 65px;
}
.main-nav .selector {
	background: url("/images/down-arrow.jpg") no-repeat scroll 98% 4px #fff;
	width: 100% !important;
}
.mobile-right {
	width: 60%;
}
.navigation {
	width: 85% !important;
}
.menu-image, .fb-hold {
	display: none;
}
.menu-title {
	font-size: 27px !important;
}
.menu-inner {
	float: none !important;
	width: 100% !important;
	margin-left: 0 !important;
}
.menu-desc {
	padding-top: 0 !important;
}
.menu-right {
	float: none !important;
	width: 104% !important;
}
.menu-sub {
	padding-left: 0 !important;
}
.up_top {
	display: none !important;
}
.location-image {
	width: auto !important;
	padding: 25px 10px !important;
	margin-right: 0 !important;
}
.col-1 {
	padding: 5px 16px !important;
}
.location-details {
	width: auto !important;
}
.loc-details-title {
	font-size: 16px !important;
}
.loc-details-top {
	padding: 15px 15px 22px 14px !important;
	background: #E1DFD2 !important
}
.loc-details-img-main {
	margin-right: 0 !important;
}
.loc-details-img-main img, .loc-details-img-alt img {
	width: 100%;
}
.loc-details-img-alt {
	width: 100%;
	float: none !important;
}
.locations .mobile-details .turtle-locations {
	width: 61% !important;
	float: none !important;
	margin: auto !important;
}
.no-left {
	float: none !important;
}
.mobile-details .no-left {
	width: 235px;
	margin: auto;
}
.loc-details-info {
	float: none !important;
	margin: auto !important;
}
.loc-details-more-info {
	float: none !important;
	width: 100% !important;
}
#google_map {
	width: 100% !important;
	height: 200px !important;
}
.col-2.loc-details-mobile {
	width: 82% !important;
	margin: auto;
}
}
@media (max-width: 450px) {
.full-menu {
	width: 100% !important;
}
div.selector, form input, .selector, textarea, .checker span, input[type="text"], select, input[type="password"] {
	width: 100% !important;
}
form label {
	text-align: left;
}
.box-row .checker, .checker {
	margin-right: 15px !important;
	margin-bottom: 10px;
}
.subnav_hold {
	max-height: 128px !important;
	min-height: 40px;
}
a.buttonz {
	background: url(/images/buttonzmobile.png) no-repeat scroll right top transparent;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 56px;
	line-height: 15px !important;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 245px;
}
a.buttonz span {
	display: none;
}
.promo-blocks {
	width: 93% !important;
	padding: 10px !important;
}
.footer-wrap {
	height: auto !important;
	padding-bottom: 10px;
}
.menu-activate {
	margin-bottom: 8px;
}
.otherturtles {
	width: 100%;
}
h1 {
	font-family: BrothersRegular;
	text-indent: 0 !important;
	background: none;
	color: #BCAC91;
	width: 100% !important;
	font-size: 34px;
	margin: 0 !important;
}
.about-title, .menu-titles, .locations-title, .gift-title, .eclub-title, .franchise-title, .error-title, .contact-title, .sitemap-title {
	width: 100% !important;
}
.content .butleft {
	margin-left: 0 !important;
}
form input, .selector, textarea, .checker span, input[type="text"], select, input[type="password"] {
	width: 63%;
}
.subnav li {
	width: 100% !important;
	text-align: center !important;
	padding-top: 9px !important;
}
.subnav li a {
	border-left: none !important;
}
.subnav {
	width: 98% !important;
	height: auto !important;
	padding-left: 0 !important;
	background-repeat: repeat !important;
}
.abouttheturt .subnav_hold {
	height: 129px !important;
}
.col-1-hold {
	width: 100% !important;
}
.noleft {
	margin: 0 !important;
}
.box-row label {
	width: 100%;
}
.nopad {
	padding: 0 !important;
	margin: 0 !important;
}
.branding {
	bottom: -40px;
	right: 50px;
	text-align: center;
}
.footer-wrap {
	height: 225px !important;
}
.location-image {
	width: 95% !important;
	float: none;
}
.res-cal {
	display: block;
}
.full-cal {
	display: none;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.promo-blocks {
	width: 93% !important;
	padding: 10px !important;
}
}

.frm-radio{
 	box-shadow:none !important; 
  	width:auto;

}
#frmD3Forms2814_form_container .frm input.frm-txt, #frmD3Forms2814_form_container .frm .frm-textarea, #frmD3Forms2814_form_container .frm select{
 	width: 62%;
}
#frmD3Forms2814_submit_button{
background:#d17028;
color:#fff;
}
input[type="checkbox"]{
 	box-shadow:none;
 	width: auto !important; 
 	display: block;
 	float: left;
 	margin-top: 4px;
}

#displays-gallery {
	padding-top: 15px;
}

#displays-gallery .displays-photo {
	float: left;
	width: 33.33%;
	margin-bottom: 15px;
}

#displays-gallery .displays-photo::nth-child(3n+1) {
	clear: both;
}

#displays-gallery .displays-photo > div {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

#displays-gallery .displays-photo img {
	max-width: 100%;
}

.section-resources {
	background: none repeat scroll 0 0 #EAE8E3;
	padding-left: 10px;
	padding-bottom: 5px;
	font-family: YanoneKaffeesatzLight;
	font-size: 18px;
	line-height: 20px;
	margin-top: -10px;
}

.section-resources a {
	color: #788435 !important;
}

.resource-list {
	padding-top: 15px;
	list-style-type: none;
}