/*imports*/ 
@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,500);

html, body{
	height:100%;
}

html {
	font: 100%/1em 'Open Sans', sans-serif;
}

body {
	font-size: .95em; /* 18px / 16px */
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	font-weight: 300;
	color: #666;
	text-align: justify;
	background-color: #FFF;
}

hr {
	margin: 1em 0 0 0;
	height: 1px;
	background: #d3d3d3;
	border: none;
	width: 100%;
	clear: both;
}

#buttonband {
	text-align: center;
	padding: 1% 0 1% 0;
}

header.band{
	padding: 2% 0 0 0;
}

h2 {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	text-align: center;
	font-weight: 300;
	font-size: 2em;
	line-height: 1em;
	color:#222;
	text-transform: uppercase;
	letter-spacing: .15em;
}

h3 {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	text-align: center;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 5% 0 0 0;
	color:#222;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.fronthead {
	margin:0 0 1% 0;
}

h4 {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.25em;
	margin: 5% 0 0 0;
	color:#222;
}

h5 {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	text-align: left;
	font-weight: 300;
	font-size: .95em;
	line-height: 1.25em;
	margin: 5% 0 0 0;
	color:#333;
}

.treats {
	font-size: .95em;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.band .columns {
	padding-top: 1em;
	padding-bottom: 1em;
}

.schedule{
	width:auto;
	margin:0 auto;
}

.button{
	margin: 0 auto;
	padding:0 auto;
}

a.button {
	background: #333;
	text-align: center;
	padding: .5em 1.5em;
	font-size: .95em;
	color: white;
	margin: 0 auto;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 0.2em 0 rgb(246, 151, 121);
	text-transform: uppercase;
	letter-spacing: 0.1em;
		
	/*transition cross-browser stuff*/
	-webkit-transition: background 0.2s ease-out;  /* Safari 3.2+, Chrome */
	-moz-transition: background 0.2s ease-out;  /* Firefox 4-15 */
	-o-transition: background 0.2s ease-out;  /* Opera 10.5Ð12.00 */
	transition: background 0.2s ease-out;  /* Firefox 16+, Opera 12.50+ */
}

a.button:hover {
	background: rgb(246, 151, 121); /* was #ab3009 */
}

footer {
	font-size: 0.85em;
	text-align: center;
	line-height: 1.25em;
	color:#CCC;
	background-color: #FFF;
}

footer i{
	color:#CCC;
}

.last a {
	margin: 0 1em;	
}

.social-map i:hover{
	color: #666;
}

.social-mail i:hover{
	color: #666;
}


.social-facebook i:hover{
	color: #666;
}

img {
	display: block;
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	height: auto;
}

#special{
		margin-top:-2em;
	}
	
	


/*as we don't have many media queries, we'll stick them all below here*/
@media only screen and (min-width: 767px) { 
	
	body {
		font-size: 1em; /* 18px / 16px */
		line-height: 1.75em;
	}
	
	div.band .columns {
		padding-top: 1em;
		padding-bottom: .5em;
	}
	
	h2{
		padding-top: 1em;
	}
	
	.logo{
		margin-top: 0;
	}
	
	.button{
		margin: 3% 0 5% 0;
	}
	
	a.button {
		margin: 0 auto;
		padding: .75em 1.5em;
	}
	
	footer {
		text-align: left;
	}
	
	.last {
		text-align: right;
	}	
	
	.aboutimage {
		float:right;
		width: 425px;
		padding: 1.4em 0 0 1.4em;
	}
	
	h5.mid{
		text-align: center;
	}
	
	.map{
		margin: 2em auto;
	}
}
	
/*------ STICKY FOOTER ----------- */

	.page-wrap {
		min-height: 100%;
		/* equal to footer height */
		margin-bottom: -58px;
		padding-bottom:5%; 
	}
	.page-wrap:after {
	  	content: "";
	  	display: block;
	}
	
	.site-footer, .page-wrap:after {
	  	/* .push must be the same height as footer */
	  	height: 58px; 
	  	margin-top:0;
	}
	
/* POPUP GRID ----------- */

	figure { 
	  display: block; 
	  position: relative; 
	  float: left; 
	  overflow: hidden; 
	  margin: 0 20px 20px 0;
	}
	
	figcaption { 
	  font-family: 'Lato', sans-serif;
	  font-weight: 300;
	  font-size: 0.8em;
	  text-align: left;
	  line-height: 1.8em;
	  position: absolute; 
	  background: rgba(0,0,0,0.85); 
	  color: #ddd; 
	  padding: 20px 20px; 
	  opacity: 0;
	  height:40%;
	  visibility: hidden;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition:    all 0.3s ease;
	  -o-transition:      all 0.3s ease;
	}
	
	figure:hover figcaption {
	  opacity: 1;
	  visibility: visible;
	}
	
	figure:hover:before {
	  opacity: 0;
	}
	
	.cap-bot:before { bottom: 10px; left: 10px; }
	.cap-bot figcaption { left: 0; bottom: -30%;}
	.cap-bot:hover figcaption { bottom: 0; }
	
}

/*----------- NAV COLLAPSE ----------- */

#navfloat{
	margin: 0 auto;
	padding: 0 auto;
}

li i {
  display:block;
  border-top:1px solid #999;
  width:0;
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
}

li a:hover i {
  width:100%;
  border-top:1px solid #999;
}

header nav {
	text-align: center;
}
header nav ul {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: .95em;
	margin: 0;
	padding: 1em 0 1em 0;
	list-style-type: none;
}
header nav ul li {
	display: inline-block;
	margin-left: 1.75em;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li ul {
	display: none;
}
a {
	color: #999;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}





