@import url("../updates/circular.css");
@import url("themes/pill.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0b1 | 201101 
	NOTE: WORK IN PROGRESS
	USE WITH CAUTION AND TEST WITH ABANDON */

/*-======================================================================-*/

/*------------------------------------------------
---------- BEGIN ERIC MEYER CSS3 RESET -----------
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
  font-family: sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
foter, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background-color: #f8f2e5;
	font-size: 1em;
	padding-left: 3px;
	padding-right: 3px;
}

ul {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*------------------------------------------------
------------ END ERIC MEYER CSS3 RESET -----------
------------------------------------------------*/

/*-======================================================================-*/

/*------------------------------------------------
---------------- UNIVERSAL STYLES ----------------
------------------------------------------------*/

/*
For easy retrieval: 

	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family:"Trebuchet MS",Arial,Helvetica,san-serif;
*/

.center-text {
	text-align: center;
}

.center-align {
	margin-left: auto;
	margin-right: auto;
}

.leftfloat {
	float: left;
	margin-right: 15px;
}

.rightfloat {
	float: right;
	margin-left: 15px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix-right {
	clear: right;
}

.theme-color {
	color: maroon;
}

.top5 {
	margin-top: 5px;
}

.top8 {
	margin-top: 8px;
}

.top10 {
	margin-top: 10px !important;
}

.top15 {
	margin-top: 15px !important;
}

.top20 {
	margin-top: 20px !important;
}

.pad1 {
	padding: 1% 1% 0 1%;
}

.pad2 {
	padding: 2% 2% 0 2%;
}

.w85 {
	width: 85%;
}

.gradient {
	background-color: #3b0104;
	background-image: linear-gradient(#850e13, #3b0104);
}

p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.divider {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url("../images/backgrounds/divider.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 930px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
}

header {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}

header img {
	width: 100%;
}

header a.small {
	display: none;
}

header:before, header:after {
	display: table;
	content: "";
	line-height: 0;
}

header:after {
	clear: both;
}

.row {
   max-width: 1220px;
   margin-top: 7px;
}

.row:before, .row:after {
	display: table;
	content: "";
	line-height: 0;
}

.row:after {
	clear: both;
}

.btn {
	cursor: pointer;
	display: inline-block;
	padding: 5px 14px 6px;
	color: #f8f8f8;
	background-color:maroon;
	font-size: 12px;
	line-height: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	margin-top:10px;
	-webkit-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
	border:none;
}
.btn:hover {
	color: #f8f8f8;
	background-color: #006f3c;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 2px;
	margin-top: 11px;
}

.standard {
   position: relative;
}

#contact {
   width: 15%;
   margin-right: .5%;
   font-weight: bold;
   max-height: 74px;
   min-height: 74px;
}

#contact p {
	padding-top: 8%;
}

.contactLink {
   cursor: pointer;
}

.intro {
	border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   width: 83.75%;
   float: left;
   max-height: 74px;
   min-height: 74px;
}

#intro-holiday {
   width: 58.5%;
   min-height: 74px;
   max-height: 74px;
   float: left;
   margin-right: .5%;
}

#intro-holiday, #contact {
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   float: left;
}

#hours1 {
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   float: left;
   width: 24.1%;
   color: red;
   font-size: .95em;
   min-height: 74px;
   max-height: 74px;
}

#hours1 h3 {
	padding-top: 7%;
}

#hours2 {
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   float: left;
   width: 24.5%;
   padding-top: .8%;
   padding-bottom: .8%;
   color: red;
   min-height: 74px;
   max-height: 74px;
}

.intro h1 {
   padding-top: 1.1%;
   font-size: 1.5em;
   line-height: 1.1em;
}

#intro-holiday h1 {
   padding-top: 1.5%;
   font-size: 1.25em;
   line-height: 1.1em;
}

.pages .intro h1 {
	font-size: 2em;
	padding-top: 1.9%;
}

article#main {
	position: relative;
	border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   width: 99.8%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5px;
   overfow: hidden;
   padding-bottom: 10px;
}

article#main p {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
}

footer {
	background-color: #006f3c;
	background-image: url("../images/backgrounds/bglossy.png");
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	clear: both;
	line-height: 1.8em;
	heght: 85px;
	border-top: 2px solid black;
}

footer #smaller {
	font-size: .8em;
	margn-top: .5em;
	line-height: 1.3em;
}

#copyright {
	font-family: Georgia;
	text-align: center;
	font-sze: 1em;
}

#copyright a {
	color: yellow;
}

/*------------------------------------------------
-------------- END UNIVERSAL STYLES --------------
------------------------------------------------*/

/*-======================================================================-*/

/*------------------------------------------------
------------------- NAVIGATION -------------------
------------------------------------------------*/

.slicknav_menu {
	display:none;
}

#nav-wrap {
	max-width: 1220px;
	margin-top: 3px;
}

nav {
	position: relative;
}

.menu-styling {
	width: 100%;
	border: 1px solid #222;
	border-radius: 6px;
	box-shadow: 0 1px 1px #777;
}

/* CLEAR FLOATS */
.menu-styling:before, .menu-styling:after {
	content: "";
	display: table;
}

.menu-styling:after {
	 clear: both;
}

/*CHANGE THE COLOR OF BORDERS BETWEEN LIST ITEMS*/
.menu-styling li {
	float: left;
	border-right: 1px solid #222;
	box-shadow: 1px 0 0 #444;
	position: relative;
}

.menu-styling a {
	float: left;
	padding: 12px 35px;
	color: #fff;
	text-transform: uppercase;
	font: bold .66em Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	text-align: center;
}

.menu-styling li:hover > a {
	color: #fafafa;
}

/* DON'T CHANGE THIS */
.menu-styling ul {
	margin: 20px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;    
	background: #444;   
	background: linear-gradient(#444, #111);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
	border-radius: 3px;
	transition: all .2s ease-in-out;
}

.menu-styling li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.menu-styling ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

.menu-styling ul li {
	float: none;
	display: block;
	border: 0;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

.menu-styling ul li:last-child {   
	box-shadow: none;    
}

.menu-styling ul a {    
	padding: 10px;
	width: 130px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

/* CONTROLS THE DROP DOWN LIST HOVER COLOR */
.menu-styling ul a:hover {
	background-color: #006f3c;
	background-image: linear-gradient(#05c06a, #006f3c);
}

/* FIRST AND LAST LIST ELEMENT STYLES */
.menu-styling ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}

.menu-styling ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

/* CHANGE THE border-right TO CHANGE SUB-LEVEL LIST ARROW (NOT HOVERED) */
.menu-styling ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0; 
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #444;
}

/* CHANGES THE FIRST LEVEL DROP DOWN ARROW WHEN HOVERED */
.menu-styling ul li:first-child a:hover:after {
	 border-bottom-color: #05c06a; 
}

/* CHANGES THE SUB LEVEL DROP DOWN ARROW WHEN HOVERED */
.menu-styling ul ul li:first-child a:hover:after {
	border-right-color: #05c06a; 
	border-bottom-color: transparent;   
}

.menu-styling ul li:last-child > a {
	border-radius: 0 0 3px 3px;
}

.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;  		
}

#menu li:hover > .no-transition {
		display: block;
}


/*------------------------------------------------
----------------- END NAVIGATION -----------------
------------------------------------------------*/

/*-======================================================================-*/

/*------------------------------------------------------------------------------------
----------------------------------- CONTACT FORM -------------------------------------
------------------------------------------------------------------------------------*/


#contactFormContainer {
	position: absolute;
	left: 15.5%;
	/*top: 351px;*/
	top: 25;
	float:right;
	width: 280px;
	z-index: 9000;
}

#contactForm {
	display:none;
	background-color: #ddd;
	width: 278px;
	height: 442px;
	z-index: 9000;
	border: 1px solid #555;
	-webkit-box-shadow: 4px 4px 8px #222;
   box-shadow: 4px 4px 8px #444;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

#contactFormContainer iframe {
	background-color: #ddd;
	margin-top: 0;
	margin-left: 5px;
	}
				
#contactForm label {
	display:block;
	color:#ffc400;
} 
	  
#contactForm input[type=text] {
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	height:24px;
}
  
#contactForm textarea {
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}
  
#contactForm input[type=submit] {
	background-color:#4d3a24;
	border:solid 1px #23150c;
	color:#fecd28;
	padding:5px;
}
									 
#contatLink {
	height:43px;
	width:166px;
	background-image:url("../images/conact-link.png");
	background-position: center;
	background-repeat: no-repeat;
	display:block;
	cursor:pointer;
	z-index: 9000;
	margin-left: 134px;
	margin-top: -43px;
}

#messageSent {
	color:#ff9933;
	display:none;
}

/*------------------------------------------------------------------------------------
---------------------------------- END CONTACT FORM ----------------------------------
------------------------------------------------------------------------------------*/

/*-========================================================================================================-*/