/* -- Global Styles -- */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
} 

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Knockout 53 A', 'Knockout 53 B', helvetica, arial, sans-serif;
}

a {
	outline: none;
	color: #4E3131;
	text-decoration: none;
}

a:hover {
	color: #927D7C;
}

p {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}

img {
	border: 0;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	outline: none;
}

blockquote {
	margin: 20px 0;
}


/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

form p {
	margin: 10px 0 0;
}

label {
	display: block;	
}

input,
textarea {
	outline: none;
}

input.input,
textarea.textarea {
	width: 96%;
	max-width: 500px;
	height: 18px;
	margin: 0;
	padding: 5px 2%;
	font-size: 14px;
	line-height: 18px;
	border: 0;
	background: #CCC;
	font-family: 'Knockout 53 A', 'Knockout 53 B', helvetica, arial, sans-serif;
}

textarea.textarea {
	height: 100px;
	overflow: auto;
}

label {
	display: block;
	padding: 1px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #40ABED;
}

label.check-label {
	display: inline-block;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: none;
}

.form-pad {
	margin: 0 16px 10px;
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder {
   color: #000;  
}

::-moz-placeholder { 
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

/* -- Blocks -- */

.block,
.left,
.right,
.clear,
.autoclear {
	display: block;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.small {
	line-height: 150%%;
	font-size: 80%;
}

.mobile {
	display: none;
}

.photo-left,
.photo-right,
.photo-center {
	position: relative;
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
}

.photo-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.photo-center {
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}

.caption {
	margin: 0;
	font-size: 80%;
	color: #AAA;
}

.detail {
	color: #AAA;
}

.button,
.button-alt {
	display: block;
	padding: 2px;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	background-color: #40ABED;
	color: #FFF !important;
	text-transform: uppercase;
	margin-bottom: 1px;
	-webkit-font-smoothing: antialiased;
}

.button:hover {
	background-color: #77CDF4;
	color: #FFF !important;
}

.button-alt {
	background: #E53B3B;
}

.button-alt:hover {
	background-color: #EE8B87;
	color: #FFF !important;
}

.button:last-child,
.button-alt:last-child {
	margin-bottom: 0;
}

.expand-closed {
	background-image: url(../images/common/expand-1x.gif);
	background-position: right 0;
	background-repeat: no-repeat;
}

.expand-open {
	background-image: url(../images/common/expand-1x.gif);
	background-position: right -29px;
	background-repeat: no-repeat;
}

/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 10px;
	margin: 25px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	background: #FF00FF;
	font-weight: bold;
	text-align: center;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-size: 1.3em;
}



/* -- Wrapper -- */

div#wrapper {
	position: relative;
}



/* -- Content -- */

div#content {
	position: relative;
}



/* -- Popup -- */

div#popup-bg {
	font-weight: 400; 
	font-style: normal;
	background: rgba(0,0,0,.5);
}

div#popup {
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}


/* -- Wrapper -- */

div#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

/* -- Header -- */


div#header-wrap {
	position: fixed;
	width: 100%;
	z-index: 10;
}

div#header {
	position: relative;
	height: 95px;
	text-align: center;
	background: #FFF url(/images/common/header-bg-1x.gif) center repeat-x;
}

div#header div#social {
	position: relative;
	float: right;
}

div#header div#social-trigger {
	display: none;
	width: 19px;
	height: 1px;
	padding-top: 18px;
	overflow: hidden;
	background: url(/images/common/social-trigger-1x.gif) no-repeat;
	cursor: pointer;
}

div#header div#social-menu { 
	position: relative;
	height: 18px;
	padding-top: 9px;
	padding-right: 4px;
	overflow: hidden;
}

div#header div#social-menu a {
	position: relative;
	display: block;
	float: left;
	width: 30px;
	height: 1px;
	padding-top: 17px;
	overflow: hidden;
	background: url(/images/common/social-1x.png) no-repeat;
}

div#header div#social-menu a:hover {
	opacity: .7;
	-moz-opacity: .7;
	-webkit-opacity: .7;
}

div#header div#social-menu a#social-twitter {
	background-position: 0 0;
}

div#header div#social-menu a#social-facebook {
	background-position: -30px 0;
}

div#header div#social-menu a#social-pinterest {
	background-position: -60px 0;
}

div#header div#social-menu a#social-instagram {
	background-position: -90px 0;
}

div#header h1#logo {
	position: relative;
	width: 128px;
	height: 70px;
	padding: 13px 0 0;
	margin: 0 auto;
}

div#header h1#logo a {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	padding-top: 69px;
	margin: 0;
	overflow: hidden;
	background: url(/images/common/logo-1x.gif) no-repeat;
}

div#nav {
	position: relative;
	height: 39px;
	background: #4C3030;
	text-align: center;
	font-family: 'Knockout 52 A', 'Knockout 52 B', helvetica, arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}

a#nav-trigger {
	display: none;
	height: 1px;
	margin: auto;
	padding: 38px 0 0;
	overflow: hidden;
	background: url(/images/common/menu-1x.gif) center no-repeat;
	cursor: pointer;
}

a#nav-trigger.selected,
a#nav-trigger:hover {
	background-color: #E73934;
}

div#nav ul {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
	cursor: default;
}

div#nav ul li {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

div#nav ul li a {
	position: relative;
	display: block;
	border-top: 6px solid #4C3030;
	height: 32px;
	padding: 0 12px;
	height: 100%;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}

div#nav ul li.active a.top,
div#nav ul li.selected a.top,
div#nav ul li a.top:hover {
	border-top: 6px solid #E53B3B;
}

div#nav ul li ul {
	display: none;
	position: absolute;
	z-index: 100;
	top: 36px;
	width: 100%;
	z-index: 999;
	background: #E53B3B;
	padding: 0;
	margin: 0 !important;
}

div#nav ul li ul li {
	float: none;
	display: block;
	padding: 0;
	background: none;
}

div#nav ul li ul li a {
	display: block;
	padding: 0;
	border-top: 1px solid #FFF;
}

div#nav ul li ul li a:hover {
	background: #EE8B87;
}

div#nav ul li ul li:first-child a {
	border-top: 0;
}

div#nav #order-online {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 360px;
}

div#nav #order-online a {
	display: block;
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	line-height: 42px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
	background: url(../images/common/order-button-1x.png) no-repeat;
}


div#nav #order-online a:hover {
	background-position: -200px 0;
}


/* -- Content -- */

div#content {
	position: relative;
	top: 131px;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 154px);
	height: -webkit-calc(100% - 154px);
	height: -o-calc(100% - 154px);
}	

div#content div.page {
	position: relative;
	width: 100%;
	min-height: 100%;
	min-height: -moz-calc(100% - 56px);
	min-height: -webkit-calc(100% - 56px);
	min-height: -o-calc(100% - 56px);
	padding-top: 16px;
	padding-bottom: 40px;
	font-weight: 400; 
	font-style: normal;
	font-size: 17px;
	line-height: 26px;
	background-image: url(/images/backgrounds/bg-contact.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

div#content div#page-content {
	position: relative;
	width: 336px;
	margin: 0 16px;
	background: #FFF;
	color: #4E3131;
}

div#content div#page-content p {
	margin: 3px 0 25px;
}

div#content div#page-content p:last-child {
	margin-bottom: 0;
}

div#content div#page-pad {
	padding: 13px 16px 16px;
}

div#content div#page-header {
	position: relative;
	height: 92px;
	padding-bottom: 6px;
	border-top: 3px solid #E53B3B;
	border-bottom: 1px solid #00ADEF;
}

div#content div#page-header p {
	display: inline;
	margin: 0;
	padding: 0;
}

div#content div#page-header .button {
	position: absolute;
	width: 100%;
	padding: 2px 0;
	bottom: 6px;
}

div#content div#page-content h2 {
	position: relative;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: -1px;
	font-style: normal;
	color: #E53B3B;
	cursor: default;
}

div#content div#page-content h2 a {
	color: #E53B3B;
}

div#content div#page-content h2 a:hover {
	color: #EE8B87;
}

div#content div#page-content h3 {
	padding-top: 6px;
	margin: 0 0 25px;
	font-size: 23px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 400; 
	font-style: normal;
	color: #00ADEF;
	cursor: default;
}

div#content div#page-content h4 {
	padding-top: 5px;
	margin: 25px 0 5px;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400; 
	font-style: normal;
	color: #E53B3B;
	border-top: 1px solid #F4B141;
	cursor: default;
}

div#content div#page-content h4.no-border {
	border-top: 0 !important;
}


/* -- Footer -- */


div#footer {
	position: fixed;
	width: 100%;
	height: 23px;
	bottom: 0;
	font-family: 'Knockout 52 A', 'Knockout 52 B', helvetica, arial, sans-serif;
	font-weight: 600; 
	font-style: normal;
	font-size: 12px;
	line-height: 23px;
	color: #71C067;
	cursor: default;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

div#footer a {
	color: #71C067;
}

div#footer a:hover {
	color: #BADFB6;
}

div#footer-links {
	float: left;
	padding-left: 10px;
	text-transform: uppercase;
}

div#footer-links a {
	display: inline-block;
	margin-right: 18px;
}

div#footer-copy {
	float: right;
	padding-right: 10px;
}


/* -- Mailing List Form -- */


div#mailing-list-pad {
	width: 305px;
	padding: 13px 16px 16px;
}

div#content div#page-header {
	position: relative;
	height: 92px;
	padding-bottom: 6px;
	border-bottom: 1px solid #00ADEF;
}

div#mailing-list-pad h2 {
	position: relative;
	margin: 0;
	border-top: 3px solid #E53B3B;
	padding: 5px 0 15px 0;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400; 
	font-style: normal;
	color: #E53B3B;
	cursor: default;
}

div#mailing-list-pad h3 {
	padding: 80px 0 90px;
	margin: 0;
	font-size: 23px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400; 
	font-style: normal;
	color: #00ADEF;
	cursor: default;
}

