
.headerwrapper 
{
    background-color: #1c1c1c;
    width: 100%;
	padding: 0px 0px 0px 0px;
	height:130px;
}
.header
{
	background-color: #1c1c1c;
	height:130px;
	padding: 10px;
}

.header2
{
	background-color: #1c1c1c;
	height:40px;
	padding: 10px;
	position: fixed;
	color: #fff;
	z-index: 10000;
	width: 100%;
	display:none;
}
.logo
{
	width:100%;
	margin-top:5px;
}
.logo2
{
	width:100%;
}
nav 
{
	text-align:right;
	margin-top: 40px;
}
.nav2 
{
	text-align:right;
	margin-top: 5px;
}
ul
{
	list-style:none;

}

li.menu
{
	display:inline;
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
	padding: 10px;
}
li.menu2
{
	display:inline;
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
	padding: 10px;
	
}
li a
{
	color: #fff;
	font-size: 15px;
	text-decoration:none;

}
li a:hover
{
	color: #ff4001;
}
li a:visited
{
	text-decoration:none;
}
li.menu2 a
{
	color: #f0f0f0;
	font-size: 15px;
	text-decoration:none;
	padding:28px 10px 22px 10px;
}
li.menu2 a:hover
{
	background-color: #FF4001;
}
li.menu2 a:visited
{
	text-decoration:none;
}
.imagewrapper 
{
	background-color:#000;
    width: 100%;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/bg2.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 577px;
}

.imageholder
{
	width: 940px;
	margin-left:-5px;
}

a.calltoaction 
{
    background: none repeat scroll 0 0 #ff4001;
    border-radius: 5px;
    margin-top:10px;
    margin-left:-10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	line-height:1.6em;
	font-size:22px;
	text-transform: uppercase;
	font-family: "lato";
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
	
}
a.calltoaction:hover,a.calltoaction:focus,a.calltoaction:active
{
 
   opacity:.85
}
.body
{
	background-color: #fff;
}
.service
{
	margin-top: 5px;
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
	font-size: 15px;
	color:#000;
	text-transform: uppercase;
	text-align:left;
	
}
.imageviewer
{
	background-color: #292929;
	height: 960px;
}
.holidayhours{
	position: relative;
	display: inline-block;
	background-color: #f0f0f0;
    width: 100vw;
	text-align: center;
	margin: 10px 0px 0px -10px;
	font-size: 30px;
}
.holidayhours > p{
	font-size: 22px;
}
@media only screen and (max-width: 640px) {
	.holidayhours > p{
		font-size: 25px;
	}
}



.closeholidayhours {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 2%;
	text-rendering: optimizeLegibility;
}
.footerwrapper 
{
    background-color: #f0f0f0;
    width: 100%;
	
}
.footer
{
	background-color: #f0f0f0;
	padding-top:  20px;
	padding-bottom:  50px;
}
.main
{
	background-color: #fff;
	margin-top: 50px;
	position: relative;
}
.left
{
	margin-left: -10px;
}
.text
{
	margin-top: 2.0em;
}
.spacer15
{
	width:100%;
	height: 15px;
}
.spacer25
{
	width:100%;
	height: 25px;
}
.spacer50
{
	width:100%;
	height: 50px;
}
.spacer100
{
	width:100%;
	height: 100px;
}
.divider 
{
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 white inset;
    height: 2px;
}
.scooch
{
}
@font-face 
{
    font-family: "BebasNeueRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../css/BebasNeue-webfont.eot?iefix") format("eot"), url("../css/BebasNeue-webfont.woff") format("woff"), url("../css/BebasNeue-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 100;
    src: local("Lato Hairline"), local("Lato-Hairline"), url("http://themes.googleusercontent.com/static/fonts/lato/v6/boeCNmOCCh-EWFLSfVffDg.woff") format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url("http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff") format("woff");
}
h1
{
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
	font-size: 30px;
	color:#fff;
	background-color:rgb(255, 64, 1);
	padding: 10px 25px 10px 25px;
}
h2
{
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
	font-size: 34px;
	color:#000;
}
h3
{
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
	font-size: 15px;
	color:#000;
}
.hours
{
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75em;
	font-size: 15px;
	color:#000;
}
.days
{
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
	font-size: 15px;
	color:#000;
}
p
{
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
	font-size: 15px;
	color:#000;
}
p.descrip
{
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.0em;
	font-size: 15px;
	color:#000;
}
.orangeline
{
	 background-color: #ff4001; 
	 height: 3px;
	 width: 100%;
}
a.location
{
	background: url("../images/location.png");
	width:60px;
	height: 60px;
    display: inline-block;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
	
}

a.location:hover,a.location:focus,a.location:active
{
	width:60px;
	height: 60px;
    display: inline-block;
	opacity: .65;
	background: url("../images/location2.png");
}

a.telephone
{
	background: url("../images/telephone.png");
	width:60px;
	height: 60px;
    display: inline-block;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
	
}

a.telephone:hover,a.telephone:focus,a.telephone:active
{
	width:60px;
	height: 60px;
    display: inline-block;
	opacity: .65;
	background: url("../images/telephone2.png");
}
 
 a.email
{
	background: url("../images/email.png");
	width:60px;
	height: 60px;
    display: inline-block;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
	
}

a.email:hover,a.email:focus,a.email:active
{
	width:60px;
	height: 60px;
    display: inline-block;
	opacity: .65;
	background: url("../images/email2.png");
}

 a.facebook
{
	background: url("../images/facebook.png");
	width:60px;
	height: 60px;
    display: inline-block;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
	
}

a.facebook:hover,a.facebook:focus,a.facebook:active
{
	width:60px;
	height: 60px;
    display: inline-block;
	opacity: .65;
	background: url("../images/facebook2.png");
}

 a.flickr /*Replaced information with Instagram images, just use flickr.png to replace previous image*/
{
	background: url("../images/instagram.png");
	width:60px;
	height: 60px;
    display: inline-block;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
	
}

a.flickr:hover,a.flickr:focus,a.flickr:active
{
	width:60px;
	height: 60px;
    display: inline-block;
	opacity: .65;
	background: url("../images/instagram2.png");
}

#random-unsuspecting-element1{ background: url(../images/location2.png) no-repeat -9999px -9999px; }
#random-unsuspecting-element2{ background: url(../images/telephone2.png) no-repeat -9999px -9999px; }
#random-unsuspecting-element3{ background: url(../images/email2.png) no-repeat -9999px -9999px; }
#random-unsuspecting-element4{ background: url(../images/facebook2.png) no-repeat -9999px -9999px; }
#random-unsuspecting-element5{ background: url(../images/flickr2.png) no-repeat -9999px -9999px; }

a.contact:link
 {
	color:#292929;
	text-decoration: none;
}     
a.contact:visited 
{
	color:#292929;
	text-decoration: none;
} 
a.contact:hover, a.contact:active
{
	
	color:#ff4001;
} 


a.location3:link
 {
	color:#ff4001;
	text-decoration: none;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
}     
a.location3:visited 
{
	color:#ff4001;
	text-decoration: none;
} 
a.location3:hover, a.location3:active
{
	
	opacity:.65;
} 



a.logo:link
 {
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.65em;
	font-size: 24px;
	color:#fff;
	text-decoration: None;
	margin-left: -5px;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
}     
a.logo:visited 
{
	color:#fff;
	text-decoration: none;
} 
a.logo:hover 
{
	opacity:.8;
} 
a.logo:active 
{
	color:#fff;
} 
.scooch
{
	margin-left: 20px;
} 
#contact-area 
{
	width: 100%;
}

#contact-area input, #contact-area textarea
 {
	padding: 10px 0px 10px 0px;
	width: 100%;
	font-family: 'lato';
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	
}

#contact-area textarea
{
	height: 285px;
}
#contact-area textarea:hover, #contact-area input:hover
{
	opacity: .65;
}
#contact-area textarea:focus, #contact-area input:focus 
{
	border: 2px solid #ff4001;
}

#contact-area input.submit-button
{
	background: none repeat scroll 0 0 #ff4001;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    display: inline-block;
    padding: 20px 40px;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	line-height:2em;
	font-size:34px;
	text-transform: uppercase;
	font-family: "lato";
	width: 100%;
	border: none;
	margin-top: 10px;
	-webkit-transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
}
#contact-area input.submit-button:hover
 {
	opacity: .65;
	cursor: pointer;
}
label 
{	
	font-family: 'lato';
	padding-top: 5px;
	font-size: 13px;
	text-transform: uppercase;
}
.clearfix
{
	clear: both;
}
 #map-canvas 
 { 
	margin-top: 20px;
	border: 1px solid #ccc;
	height: 300px;
	width:950px;
}
span.orange
{
	border-bottom: 1px solid #ff4001;
}
