/*
Theme Name: Mountain Red
Author: Big Fish Creative

/* =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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =CLEARFIX
-------------------------------------------------------------- */

.clearfix:after, .container:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.clearfix, .container {
	display:inline-block;
}
* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}

/* =BITS
-------------------------------------------------------------- */

/* Lists */
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ul.list-reset {
	list-style: none;
	margin: 0;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ul li,
ol li {
	margin-bottom: 10px;
}

/* Forms */
fieldset {
	border: 1px solid #c7c7c7;
	padding: 20px;
}
legend {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
	padding: 0 5px;
	color: #EC0928;
}
label {
	cursor: pointer;
	margin-bottom: 2px;
	display: inline-block;
	color: #2C3940;
	font-family: "Lato", Arial, sans-serif;
}
label span,
small span {
	color: red;
}
small span {
	font-size: 1.2em;
}
input[type=text],
input[type=email],
textarea {
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	background: #fafafa;
	color: #909090;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    font-size: 0.9em;
}
textarea {
	width: 96%;
	line-height: 1.4em;
	font-family: "Lato", Arial, sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #2C3940;
	border: 1px solid #EC0928;
	background: #fff;
	outline-style: none;
}
input#contact-captcha {
	width: 60px;
}
input#submit,
a.button {
	border: none;
	cursor: pointer;
	margin-top: 10px;
	color: #fff;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 6px 12px;
	background: #C60C26;
}
input#submit:hover,
a.button:hover {
	background: #EC0928;
}
div.wpcf7-response-output {
    margin: 2em 0 1em 0 !important;
    padding: 10px 15px !important;
    border-width: 1px !important;
    background: #fff;
}
span.wpcf7-not-valid-tip {
	font-size: 0.8em !important;
	font-style: italic;
	width: 165px !important;
	padding: 3px 8px;
	color: red !important;
}

/* Images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.alignleft,
.alignright,
.aligncenter
 {
	margin-bottom: 10px;
}
.alignleft,
.alignright {
	display: inline;
}
.alignleft {
	margin-right: 15px;
	float: left;
}
.alignright {
	margin-left: 15px;
	float: right;
}
p img,
.wp-caption {
	margin-top: 5px;
}
.wp-caption {
	margin-bottom: 15px;
}
.alignleft,
.alignright,
.aligncenter,
.wp-caption {
	border: 1px solid #cccccc;
	background: #fff;
	padding: 4px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	line-height: 0;
}
.wp-caption-text {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 0;
	display: inline;
}

/* Single Nav */
.nav-single li {
    float: left;
    width: 33%;
}
li#prev {
    text-align: left;
}
li#all {
    text-align: center;
}
li#all a {
    display: inline-block;
}
li#next {
    text-align: right;
}

.hide {
	display: none;
}

/* =TYPOGRAPHY
-------------------------------------------------------------- */

body, html {
	font-family: "Lato", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 300;
	color: #5E5E5E;
	-webkit-font-smoothing: antialiased !important;
}
p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
p.meta {
	font-weight: 700;
	font-size: 0.9em;
	margin-bottom: 30px;
	padding-top: 10px;
}
strong {
	font-weight: bold;
}
small {
	font-style: italic;
	font-size: 0.8em;
}
.kicker {
	font-size: 1.5em;
	line-height: 1.5em;
}
.kicker strong {
	text-transform: uppercase;
	color: #ec0928;
	font-weight: 300;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: "Lato";
	font-weight: 700;
	margin-bottom: 15px;
	color: #ec0928;
}
h1 {
	font-size: 1.6em;
	line-height: 1.3em;
}
h1.page-title {
	margin-top: -8px;
}
h2 {
	margin-bottom: 5px;
	font-size: 1em;
}
h3 {
	font-size: 0.9em;
}
h4 {
	font-size: 0.8em;
}
h5 {
	font-size: 0.8em;
}

/* Links */
a, a:link, a:visited, a:active {
	color: #ec0928;
	text-decoration: none;
}
a.more {
	color: #c60c26;
}
a.more:hover {
	color: #ec0928;
}

/* =STRUCTURE
----------------------------------------------- */

.container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	margin-left: 10px;
	margin-right: 10px;
}
.grid-2 {
  width: 100px;
}
.grid-3 {
  width: 160px;
}
.grid-4 {
	width: 220px;
}
.grid-5 {
	width: 280px;
}
.grid-10 {
	width: 580px;
}
.grid-11 {
	width: 640px;
}
.grid-12 {
	width: 710px;
}
#content.has-sidebar {
	width: 480px;
}

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/* Alignment */
.align-left {
	float: left;
}
.align-right {
	float: right;
}

/* Left Content */
.sidebar-left {
	width: 190px;
	margin-right: 60px;
}

/* Right Content */
#sidebar-right {
	width: 190px;
}

body {
	background: #282828;
	height: 100%;
}

/* =REGION SELECT
-------------------------------------------------------------- */

#region-select {
	background: #363636;
	padding: 10px 0 12px 0;
	height: 24px;
}
#region-select p {
	color: #fff;
	font-weight: 300;
	font-size: 1em;
	margin-bottom: 0;
	padding: 2px 8px 0 0;
}
#region-select span {
	font-weight: 700;
}

/* =MASTHEAD
-------------------------------------------------------------- */

#masthead {
	background: url(gfx/bg-transparency-white.png) repeat 0 0;
	height: 145px;
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	z-index: 1000;
}
	
	/* Header Logo */
	#masthead h1 {
	    padding: 54px 0 42px 0;
	    margin-bottom: 0;
	}
	#masthead h1,
	#masthead h1 a {
	    width: 299px;
	    height: 48px;
	}
	#masthead h1 a {
	    display: block;
	    background: url(gfx/logo-header.png) no-repeat center left;
		text-indent: -3000px
	}

	/* Top Menu */
	#top-nav {
		font-size: 0.9em;
		margin-top: 10px;
	}
	#top-nav li {
		float: left;
		padding: 10px 0;
	}
	#top-nav a {
		font-weight: 700;
		color: #EC0928;
	}
	#top-nav a:hover {
		color: #C60C26;
	}
	#top-nav li.active a {
		text-decoration: underline;
	}
	#tab-buy-now {
		margin-right: 15px;
	}
	#tab-buy-now a.button {
		color: #fff;
	}
	#top-nav #tab-store-locator {
		background: url(gfx/icon-oz-map.png) no-repeat center right;
		padding-right: 40px;
		margin-right: 7px;
	}
	#tab-contact a {
		padding-left: 4px;
	}
	#facebook a,
	#linkedin a ,
	#pinterest a {
		display: block;
		text-indent: -3000px;
		width: 17px;
		height: 17px;
	}
	#facebook a {
		background: url(gfx/icon-facebook.jpg) no-repeat 0 0;
		margin-left: 12px;
	}
	#linkedin a {
		background: url(gfx/icon-linkedin.jpg) no-repeat 0 0;
		margin-left: 10px;
	}
	#pinterest a {
		background: url(gfx/icon-pinterest.png) no-repeat 0 0;
		margin-left: 10px;
	}

	/* Main Menu */
	#main-nav {
		font-family: "Lato";
		color: #535353;
		margin-top: 42px;
		font-weight: 700;
	}
	#main-nav li {
		float: left;
		margin-right: 30px;
	}
	#main-nav li#nav-about {
		width: 110px;
	}
	#main-nav li#nav-velvet {
		width: 130px;
	}
	#main-nav li#nav-produced {
		width: 173px;
	}
	#main-nav li#nav-news {
		width: 115px;
		margin-right: 0;
	}
	#main-nav a {
		display: block;
		color: #535353;
	}
	#main-nav li.active,
	body.blog #main-nav li#nav-news,
	body.blog #main-nav li.page-item-64 a,
	body.single-post #main-nav li#nav-news,
	body.single-post #main-nav li.page-item-64 a,
	body.archive #main-nav li#nav-news,
	body.archive #main-nav li.page-item-64 a,
	#main-nav a:hover,
	#main-nav li.current_page_item a {
		color: #ec0928;
	}
	#main-nav li.current_page_item a,
	body.archive #main-nav li.page-item-64 a {
		font-weight: 700;
	}
	#main-nav .sub-menu {
		margin-top: 16px;
		opacity: 0;
		font-size: 0.9em;
		font-weight: 300;
	}
	#main-nav .sub-menu li {
		margin: 0 0 6px 0;
		float: none;
	}

/* =SLIDER
-------------------------------------------------------------- */

.slider {
	overflow: hidden;
    background: #fff url(gfx/slider-loader.gif) no-repeat 50% 50%;
    position: relative;
}
.slider ul,
.slider li {
	list-style-type: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
.slider li,
#hero-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
#home-slide-wrapper,
#home-slide-wrapper ul,
#home-slide-wrapper li { 
    height: 610px;
}
#page-slide-wrapper,
#page-slide-wrapper ul,
#page-slide-wrapper li,
#hero-header { 
    height: 495px;
}
	
	#global-buy {
		position: absolute;
		padding: 10px 400px 10px 20px;
		right: 0;
		bottom: 10px;
		background: #cd1426;
	}
	#global-buy a {
		color: #fff;
		font-weight: 700;
		font-size: 1.3em;
		background: url(gfx/arrow-more-white.png) no-repeat right 8px;
		padding-right: 18px;
	}
	#global-buy a:hover {
		text-decoration: underline;
	}

/* Pagination */
.slider .bx-controls {
    position: absolute;
    bottom: 18px;
    right: 50%;
    margin: 0;
    list-style: none;
    z-index: 1000;
}
.slider .bx-pager div {
    float: left;
    margin: 0 4px;
}
.slider .bx-pager a {
    display: block;
    width: 13px;
    height: 13px;
    background: url(gfx/btn-paginate.png) no-repeat 0 0;
    text-indent: -3000px;
}
.slider .bx-pager a:hover,
.slider .bx-pager a.active {
    background: url(gfx/btn-paginate-active.png) no-repeat 0 0;
}

/* =PAGE INTRODUCTION
-------------------------------------------------------------- */

#page-introduction {
	background: #363636;
	padding: 40px 0;
	color: #fff;
	position: relative;
}
body.page-id-21 #page-introduction {
	height: 154px;
}
	
	/* Kicker */
	#page-introduction h1 {
		color: #fff;
	}
	
/* =MAIN CONTENT
-------------------------------------------------------------- */

#main-content-wrapper {
	background: #f4f4f4;
	padding: 40px 0;
}
	
	/* =LEFT CONTENT
	-------------------------------------------------------------- */
	
	.page-id-12 .sidebar-left {
		width: 210px;
		margin-right: 40px;
	}
	
	/* Subnav */
	.subnav {
		border-top: 1px solid #cbcbcb;
	}
	.subnav h2 {
		display: none;
	}
	.subnav ul {
		list-style: none;
		margin: 0;
	}
	.subnav li {
		border-bottom: 1px solid #cbcbcb;
		margin-bottom: 0;
	}
	.subnav a {
		display: block;
		padding: 7px 0;
		font-size: 0.9em;
		font-weight: 700;
		color: #f4f4f4;
	}
	.subnav.secondary {
		margin-bottom: 40px;
	}
	.subnav.secondary a {
		color: #363636;
	}
	.subnav a:hover,
	.subnav li.current_page_item a,
	body.blog .subnav li.page-item-64 a,
	body.single-post .subnav li.page-item-64 a,
	body.archive .subnav li.page-item-64 a {
		color: #ec0928;
	}
	
	.related-article-wrapper {
		border-left: 1px solid #cbcbcb;
		background: url(gfx/dash.gif) no-repeat top left;
	}
	.related-article {
		padding: 10px 0 13px 17px;
		background: url(gfx/dash.gif) no-repeat bottom left;
	}
	.featured {
		margin-bottom: 30px;
	}
	.featured h3 {
		text-transform: uppercase;
	}
	.featured h3 a {
		color: #ec0928;
	}
	.featured a {
		color: #fff;
		display: inline-block;
	}
	.related-article.featured ul {
		margin-bottom: 5px;
	}
	.related-article.featured ul li {
		margin-bottom: 0;
	}
	.related-article.featured ul a {
		font-size: 0.79em;
		color: #ec0928 !important;
	}
	.related-article.featured ul a:hover {
		text-decoration: underline;
	}
	#online-retailers a {
		text-decoration: underline;
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 4px;
	}
	#online-retailers a:hover {
		text-decoration: none;
	}
	
	/* =CONTENT
	-------------------------------------------------------------- */
	
	#home-contact {
		text-align: center;
		margin-top: 15px;
	}
	#home-contact h3 {
		text-transform: uppercase;
		margin-bottom: 6px;
	}
	#home-contact li {
		margin-bottom: 6px;
	}
	#home-contact a {
		color: #5e5e5e;
	}
	#home-contact a:hover {
		color: #ec0928;
	}
	
	#home-promo {
		text-align: center;
		width: 240px;
	}
	#home-promo .related-article {
		padding-left: 8px;
	}
	#home-promo a.button {
		color: #fff;
	}
	.related-article h3 {
		text-transform: uppercase;
		margin-bottom: 8px;
	}
	.related-article p {
		margin-bottom: 6px;
	}
	
	#home-teasers {
		clear: both;
		padding-top: 40px;
	}
	

	.teaser {
		background-color: white;
		text-align: center;
	}
	.teaser-image {
		width: 218px;
		height: 133px;
		border: 1px solid #fff;
		position: relative;
		overflow: hidden;
	}
	.teaser-image img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.teaser-image img:hover {
		top: -133px;
	}
	.teaser-text {
		padding: 10px 15px 20px 15px;
	}
	.teaser-text h4 {
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.teaser-text p {
		font-size: 0.9em;
		line-height: 1.2em;
	}
	
	/* TIMELINE */
	
	#timeline {
		background: url(gfx/timeline-bg.gif) repeat-y top left;
		margin: -40px 0;
		padding: 73px 0 50px 0;
		height: 100%;
		position: relative;
	}
	#timeline-overlay {
		background: url(gfx/timeline-start.png) no-repeat 0 0;
		width: 260px;
		height: 129px;
		top: -363px;
		left: 67px;
	}
	#timeline h3 {
		text-transform: uppercase;
		margin-bottom: 8px;
	}
	#timeline td {
		padding: 3px 0 40px 0;
	}
	#timeline td.year {
		width: 94px;
		background: url(gfx/timeline-dot.gif) no-repeat top right;
		font-size: 1.4em;
		color: #ec0928;
		font-weight: 700;
		vertical-align: top;
	}
	#timeline td.event {
		padding-left: 25px;
		vertical-align: top;
	}
	
	/* PEOPLE */
	
	.profile-wrapper {
		clear: both;
		margin-bottom: 50px;
		overflow: hidden;
	}
	.profile-image {
		position: relative;
		float: left;
		margin-top: 5px;
	}
	.profile-image span {
		background: url(gfx/overlay-large-center.png) no-repeat 0 0;
		width: 177px;
		height: 177px
	}
	.profile-image.alt {
		float: right;
	}
	.profile-content {
		float: right;
		width: 490px;
	}
	.profile-content.alt {
		float: left;
	}
	.profile-content h3 {
		text-transform: uppercase;
		margin-bottom: 6px;
	}
	
	/* SUCCESS STORIES */
	
	.overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
        z-index: 100;
	}
	.customer {
		position: relative;
	}
	.customer,
	.customer span {
		width: 177px;
		height: 177px
	}
	#customer-5,
	#customer-12 {
		margin-left: 89px;
	}
	#customer-1 span,
	#customer-2 span,
	#customer-3 span,
	#customer-4 span,
	#customer-6 span,
	#customer-11 span,
	#customer-12 span {
		background: url(gfx/overlay-small-center.png) no-repeat 0 0;
	}
	#customer-5 span,
	#customer-7 span,
	#customer-14 span {
		background: url(gfx/overlay-large-center.png) no-repeat 0 0;
	}
	#customer-8 span {
		background: url(gfx/overlay-large-left.png) no-repeat 0 0;
	}
	#customer-9 span {
		background: url(gfx/overlay-large-right.png) no-repeat 0 0;
	}
	#customer-10 span {
		background: url(gfx/overlay-small-right.png) no-repeat 0 0;
	}
	#customer-13 span {
		background: url(gfx/overlay-small-left.png) no-repeat 0 0;
	}
    .customer-caption {
        background: url(gfx/bg-transparency-red.png) repeat 0 0;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 177px;
        height: 177px;
        display: table;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        z-index: 10;
    }
    .customer-caption p {
        vertical-align: middle;
        display: table-cell;
        color: #fff;
        padding: 6px 35px 0 35px;
        line-height: 1.1em;
    }
    #customer-5 .customer-caption p,
	#customer-7 .customer-caption p,
	#customer-8 .customer-caption p,
	#customer-9 .customer-caption p,
	#customer-14 .customer-caption p {
		padding: 0 30px;
	}
    .customer a:hover .customer-caption {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
	/* Single Success Story */
	.ppt {
		display: none !important;
	}
	.success-story-wrapper {
		color: #fff;
	}
	.success-story-image {
		width: 416px;
		margin: 10px 0 0 10px;
	}
	.success-story-content {
		width: 460px;
		padding: 15px 10px 0 0;
	}
	.customer-overlay-large {
		width: 416px;
		height: 416px;
		background: url(gfx/overlay-success-story.png) no-repeat 0 0;
	}
	.success-story-image {
		position: relative;
	}
	.success-story-quote {
		font-size: 1.3em;
		line-height: 1.3em;
		padding-top: 10px;
	}
	
	/* MYTHS */
	
	.myth {
		overflow: hidden;
		clear: both;
		border-top: 1px solid #cbcbcb;
		padding-top: 20px;
		margin-bottom: 16px;
	}
	.myth.first {
		border-top: none;
		padding-top: 5px;
	}
	.myth-image {
		width: 180px;
	}
	.myth-image img {
		max-width: 100%;
		height: auto;
	}
	.myth-content {
		width: 500px;
	}
	.myth-content h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	/* GALLERY */
	
	.image-holder {
		margin-bottom: 10px;
		line-height: 0;
		position: relative;
	}
	.image-holder a {
		display: block;
	}
	.caption-wrapper {
		background: url(gfx/bg-transparency-black.png) repeat 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 214px;
		height: auto;
		padding: 10px 8px 12px 8px;
	}
	.caption-wrapper h4 {
		color: #ffffff;
		text-transform: uppercase;
		line-height: 1.3em;
		margin-bottom: 0;
	}
	.extended-caption {
		display: none;
		margin-bottom: 0;
		padding-top: 5px;
		font-size: 0.8em;
		line-height: 1.3em;
		color: #fff;
	}
	.image-holder:hover .caption-wrapper {
		background: url(gfx/bg-transparency-red.png) repeat 0 0;
	}
	.image-holder:hover .extended-caption {
		display: block;
	}
	
	/* NEWS */
	
	.news-teaser {
		overflow: hidden;
		margin-bottom: 15px;
	}
	.news-teaser h3 {
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.news-teaser h5 {
		color: #5e5e5e;
		margin-bottom: 5px;
	}
	
	/* STORE LOCATOR */
	
	#map-canvas {
		width: 100%;
		height: 550px;
		text-shadow: none;
	}
	#ajaxform {
		margin-bottom: 30px;
	}
	
	/* =RIGHT CONTENT
	-------------------------------------------------------------- */
	
	.sidebar-quote img {
		margin-bottom: 20px;
	}
	.sidebar-quote p {
		font-size: 1.3em;
		line-height: 1.3em;
		font-weight: 700;
		color: #ec0928;
		font-style: italic;
		text-align: center; 
	}

/* =FEATURED
-------------------------------------------------------------- */

#feature-wrapper {
	width: 100%;
	min-height: 230px;
	background-color: #cf2227;
	color: #ffffff;
	padding: 25px 0 10px 0;
}
	
	/* Testimonial Carousel */
	#testimonials .bx-wrapper {
		margin: 0 auto;
		position: relative;
	}
	#testimonials .bx-viewport {
	}
	#testimonials .bx-controls-direction a {
		display: block;
		width: 23px;
		height: 44px;
		text-indent: -3000px;
		position: absolute;
		top: 40%;
	}
	#testimonials .bx-prev {
		background: url(gfx/btn-carousel-prev.gif) no-repeat 0 0;
		left: -170px;
	}
	#testimonials .bx-next {
		background: url(gfx/btn-carousel-next.gif) no-repeat 0 0;
		right: -170px;
	}
	.testimonial {
		text-align: center;
		margin: 5px 0 0 0;
		height: 223px;
	}
	.testimonial blockquote p {
		font-size: 1.2em;
		font-style: italic;
		text-align: center;
		font-family: "Lato";
		font-weight: 400;
		line-height: 1.5em;
	}
	.testimonial blockquote footer {
		font-size: 1.2em;
		margin-bottom: 22px;
	}
	.testimonial a {
		font-weight: 400;
		display: inline-block;
		text-align: center;
		border: 1px solid white;
		font-size: 0.9em;
		color: white;
		padding: 6px 8px;
	}
	.testimonial a:hover {
		background-color: white;
		color: #cf2227;
		text-decoration: none;
	}
	
	/* Our Team Carousel */
	#our-team {
		width: 788px;
		margin: 0 auto;
	}
	#our-team h2 {
		color: #fff;
		font-size: 1.6em;
		text-align: center;
		margin-bottom: 35px;
	}
	#our-team ul {
		overflow: hidden;
	}
	.featured-profile {
		width: 197px;
		margin-bottom: 10px;
	}
	.featured-profile h4 {
		text-transform: uppercase;
		color: #fff;
		text-align: center;
	}
	.featured-profile-image {
		position: relative;
	}
	.featured-profile-image span {
		background: url(gfx/overlay-featured-profile.png) no-repeat 0 0;
		width: 197px;
		height: 125px;
	}
	.featured-profile-image img {
		margin-left: 36px;
	}
	
	/* Store Locator */
	
	.state-stores {
		margin-bottom: 40px;
	}
	h2.state {
		text-transform: uppercase;
		color: #545454;
		margin-bottom: 15px;
		font-size: 1em;
	}
	.store {
		border-top: 1px solid #cbcbcb;
		padding-top: 20px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.store h4 {
		text-transform: uppercase;
		background: url(gfx/arrow-store.gif) no-repeat center left;
		padding-left: 15px;
		margin-bottom: 5px;
	}
	.store div {
		width: 350px;
	}
	.store li {
		margin-bottom: 1px;
	}

/* =FOOTER
-------------------------------------------------------------- */

#footer-wrapper {
	background-color: #282828;
	padding: 40px 0;
	color: white;
}
	
	/* Footer Nav */
	#global-footer h4 {
		font-size: 1em;
		font-weight: 300;
		margin-bottom: 10px;
		color: #fff;
	}
	#global-footer li {
		font-size: 0.9em;
		margin-bottom: 2px;
	}
	#global-footer li a {
		color: #fff;
		display: block;
	}
	#global-footer li a:hover {
		color: #cf2227;
	}
	
	/* Footer Contact */
	#footer-contact {
		text-align: right;
	}
	#footer-contact h3 {
		text-transform: uppercase;
		margin-bottom: 6px;
		color: #fff;
	}
	#footer-contact li {
		margin-bottom: 6px;
		font-size: 1em !important;
	}
	#footer-contact a {
		display: inline !important;
	}
	#footer-locator {
		background: url(gfx/icon-marker-red.gif) no-repeat center right;
		padding-right: 20px;
	}
	
	#footer-meta {
		clear: both;
		padding-top: 30px;
	}
	#footer-meta p {
	    text-align: right;
	    background: url(gfx/bf-logo.png) no-repeat center right;
	    padding-right: 20px;
	    font-size: 0.87em;
	    margin-top: 5px;
	}
	#footer-meta a:hover {
		color: #fff;
	}