
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
	font: 0.9em Open Sans, Freesans, sans-serif;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
	color: #333;
}

a {
	color: #f37821;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}

::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #fcd700;
}

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Mozilla dosen't style placeholders by default */
::-webkit-input-placeholder {
 color: #333333;
 opacity:1 !important;
 font-size:12px;
}

:-moz-placeholder { /* Firefox 18- */
 color: #333333;
 opacity:1 !important;
 font-size:12px;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #333333;
 opacity:1 !important;
 font-size:12px;
}

:-ms-input-placeholder {
 color: #333333;
 opacity:1 !important;
 font-size:12px;
}
 textarea:-moz-placeholder {
color:#333333;
opacity: 1 !important;
 font-size:12px;
}

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
	padding: 16px;
	background: #eee;
}

/* Layout / General
-------------------------------------------------------------------------------*/

.container {
	max-width: 970px;
	margin: auto;
}

body p {
	margin-bottom: 20px;
	line-height: 1.5em;
	text-align: justify
}

body p:last-child {
	margin-bottom: 0px;
}

/* Page Title
-------------------------------------------------------------------------------*/

#title {
	border-bottom: 1px dashed #111;
}

#title .container {
	padding: 30px;
}

#title h1 {
    font-family: Bitter;
    font-size: 2em;
    margin-bottom: 10px;
    text-align: left;
}

.call-to-action a{
	color: #f37821;
	text-decoration: none;
}

.call-to-action a:hover{
	text-decoration: underline;
}
/* content
-------------------------------------------------------------------------------*/

#content .container {
	padding: 30px;
}

#content h2 {
	font-size: 1.5em;
	font-family: Bitter;
	margin-bottom: 5px;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	list-style-image: url(../images/list-fire.jpg);
	list-style-position: inside;
	margin-top: 15px;
}

table{
	border-collapse: collapse;
}

th{
	padding-bottom:5px;
	text-align:left;}

td{
	border: 1px solid #C9C9C9;
	padding:10px
}

.textred {
	color: #FF0000;
}

/* Hero
-------------------------------------------------------------------------------*/

#hero .container {
	padding: 0 30px;
}

#hero {
	background-color: #7a6552;
	background: url(../images/hero-background.jpg) repeat;
	padding: 90px 30px;
	background-size: cover;
}

#hero img {
	display: block;
	margin: auto
}

#hero h1 {
	font: 3em Bitter;
	text-align: center;
	color: #FFF;
}

#hero h2 {
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	margin-top: 5px;
}

/* Order Form
-------------------------------------------------------------------------------*/

#order-form {
	background-color: #000;
	color: #fff;
	padding:30px 0
}

#order-form .container {
	padding:0 30px;
}

#order-form input {
	width: 100%;
	padding: 7px;
	border: 0 !important;
}

#order-form select {
	width: 100%;
	padding: 9px;
	font-size: 12px;
	border: 0;
	height:33px;
}

#order-form h2 {
	text-align: center;
	font-size: 1.5em;
	font-family: bitter;
	margin-bottom: 5px;
}

#order-form p {
	text-align: center;
}

#order-form .button {
	background-color: #f37821;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 5px auto auto;
	width: 155px;
}

#order-form .button:hover{
	background-color: #DA681D;
}

/* Section Main
-------------------------------------------------------------------------------*/

#section-main .container {
	padding: 30px;
}

#section-main h2 {
	font: 1.5em Bitter;
	margin-bottom: 5px;
}

#section-main ul li {
	list-style-image: url(../images/list-fire.jpg);
	list-style-position: inside;
	margin-top: 15px;
}

/* Footer
-------------------------------------------------------------------------------*/

#footer {
    background-color: #111;
    clear: right;
    color: #ffffff;
    height: auto;
    overflow: auto;
	padding:15px 0;
}

#footer .container {
	    padding:0 30px;

}

#footer ul li {
	display: inline-block;
	margin-right: 20px;
	float: left
}

#footer ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .hours {
	float: right
}

.copyright p {
	text-align:center;
	padding:10px;
	font-size:11px
}

.social-media li{
	font-size:11px;
	display:inline-block;
	margin-right:10px;
}

.social-media{
	padding:0 20px 15px;
	text-align:center;
}

/* Navigation / Header
-------------------------------------------------------------------------------*/

.logo {
	box-sizing: content-box;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 13px;
	width: 140px;
}

#nav {
	background: #f37821 none repeat scroll 0 0;
	border-top: 5px solid #231f20;
	height: auto;
	overflow: auto;
	padding: 0 30px
}

#nav ul {
	margin: 15px 0 15px;
	text-align: center;
}

#nav ul li {
	display: inline-block;
	font-size: 0.9em;
	padding-right: 16px;
}

#nav ul li:last-child {
	padding-right: 0px;
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#header {
	background-color: #eeeeee;
	height: 85px;
	overflow: auto;
}

#header .container {
	padding: 0 30px;


}

.phone-number {
	float: left;
	margin-top: 48px;
}

.phone-number ul li {
	border: 5px none;
	color: #231f20;
	float: left;
}

.phone-number ul li a {
	list-style-type: none;
	color: #000;
	text-decoration: none;
}

.phone-number ul li a:hover {
	color: #f37821;
}

.phone-number ul li:last-child {
	margin-right: 0px;
}

.email-address {
	float: right;
	margin-top:10px;
	clear: right;
}

.email-address ul li {
	border: 5px none;
	color: #231f20;
	float: left;
}

.email-address ul li:last-child {
	margin-right: 0px;
}

.email-address ul li a {
	list-style-type: none;
	color: #000;
	text-decoration: none;
}

.email-address ul li a:hover {
	color: #f37821;
}


.mobile-contact{
	display:none;
}


/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 900px) {
	
#footer ul li {
    display: block;
    margin-right: 20px;
	float:none;
}
	
#footer .hours {
    float: none;
}	
	
}

@media screen and (max-width: 750px) {
	
.email-address, .phone-number{
	display:none;
}


.mobile-contact{
	clear:both;
	display:block;
	height:auto;
	overflow:auto;
	background-color:#111;
	padding:10px;
}
	
.mobile-tel a{
	float:left;
	width:50%;
	text-align:center;
	color:#FFF
}
	
.mobile-email a{
	float:right;
	width:50%;
	text-align:center;
	color:#FFF
}


	
}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}

.sifr {
	position: absolute;
	visibility: hidden;
}
