/* @override 
	http://localhost:8888/kennett.co.nz/wp-content/themes/kennett/style.css?ver=3.5.1
	http://localhost:8888/kennett.co.nz/wp-content/themes/kennett/style.css?ver=3.5.2
	http://localhost:8888/kennett.co.nz/wp-content/themes/kennett/style.css?ver=3.6
	http://localhost:8888/kennett.co.nz/wp-content/themes/kennett/style.css?ver=4.4.1 */

/*
Theme Name: Kennett Brothers
Author: Elizabeth Cretney
Author URI: http://elizabethcretney.com
Description: Creative Director Portfolio Site. Based on the wp 2012 theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, black, one-column, responsive, portfolio, director
Text Domain: director

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 20;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 20px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 20px 0;
	margin: 1.42857142857143rem 0; ( 20 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/






/* =Reset
-------------------------------------------------------------- */


@font-face{ 
            font-family: "MyriadProBoldCondensed";
            src: url('fonts/MyriadPro/MyriadPro-BoldCond.otf');
}
@font-face{ 
            font-family: "MyriadProBlackCondensed";
            src: url('fonts/MyriadPro/MyriadPro-BlackCond.otf');
}
@font-face{ 
            font-family: "ChaparralPro";
            src: url('fonts/ChaparralPro/ChaparralPro-Regular.otf');
}
@font-face{ 
            font-family: "ChaparralProBold";
            src: url('fonts/ChaparralPro/ChaparralPro-Bold');
}
@font-face{ 
            font-family: "ChaparralProBoldItalic";
            src: url('fonts/ChaparralPro/ChaparralPro-BoldIt.otf');
}
@font-face{ 
            font-family: "ChaparralProItalic";
            src: url('fonts/ChaparralPro/ChaparralPro-Italic.otf');
}


   

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;
	background: #fff;
	color: #000;
	/*background: #000;
	color: #ddd;
	color: rgba(255, 255, 255, 0.85);
	background: url('imgs/photocopy_black.jpg') repeat left top;*/
}
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: 20px;
	margin-bottom: 1.42857142857143rem;
}
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: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.333333333em;
	font-weight: normal;
	/*font-style: italic;*/
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.818181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid rgba(243, 243, 243, 1);
	border-radius: 3px;
	font-family: inherit;
	font-size: inherit;
	padding: 2px;
	padding: 0.14285714285714rem;
	background: rgba(250, 250, 250, 1);
}

input.button {
	border: 0px solid #ccc;
	background: rgba(99, 97, 110, 1);
	color: #fff;
	border-radius: 3px;
	font-family: inherit;
	font-size: inherit;
	padding: 2px;
	padding: 0.14285714285714rem;
}

button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
/*.menu-toggle,*/
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 4px 9px;
	padding: 0.28571428571429rem 0.64285714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.63636363636364;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #ddd;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 3px;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
/*.menu-toggle:hover,*/
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	background-color: #ddd;
	background-color: rgba(255, 255, 255, 0.85);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1);
	border: none;
}
.menu-toggle:active,
.menu-toggle.toggled-on {
	/*
	background-color:#fff;
	background-color: rgba(255, 255, 255, 1);
	border: none;*/
}
li.bypostauthor cite span {
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
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 */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-family: ChaparralProItalic;
	font-size: 15px;
	font-size: 1.07142857142857rem;
	color: #757575;
	margin-top: -10px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 3%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
#nav-above {
	padding: 20px 0;
	padding: 1.42857142857143rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 20px 0;
	margin: 1.42857142857143rem 0;
	padding-top: 20px;
	padding-top: 1.42857142857143rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 16px;
	font-size: 1.2rem;
	font-family: 'ChaparralPro', Georgia, Times, serif;
	text-rendering: optimizeLegibility;
	/*color: #ddd;
	color: rgba(255, 255, 255, 0.85);*/
}
body.custom-font-enabled {
	font-family: 'ChaparralPro', Georgia, Times, serif;
}
a {
	outline: none;
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	/*border-bottom: 1px solid rgba(255, 255, 255, 1);*/
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	/*padding: 0 6.55737704918%;*//*40px*/

}
.wrapper {
	padding: 0 8.163265306122%;/*80*/
	font-size: 100%;
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
}

.site-content {
	margin: 110px 0 0;
	margin: 7.85714285714286rem 0 0;
	margin-top: 30px;
	margin-top: 2.14285714285714rem;
	margin-top: 20px;
	margin-top: 1.42857142857143rem;
	/*background: #f00;*/
}


.widget-area {
	margin: 20px 0 0;
	margin: 1.42857142857143rem 0 0;
	font-size: 13px;
	font-size: 0.92857142857143rem;
	line-height: 1.53846153846154em;
}

/* Header */
.site-header {
	/*padding-top: 20px;
	padding-top: 1.42857142857143rem;*/
	/*position: absolute;
	z-index: 999;
	top: 0;
	right: 6.55737704918%;*/
	/*background: #000;
	color: #fff;*/
	min-height: 90px;
	min-height: 6.42857142857143rem;
	margin-bottom: 30px;
	margin-bottom: 2.14285714285714rem;
	
}

.site-header .header-block {
	clear: both;
	position: relative;
	max-height: 330px;
	overflow: hidden;
	min-height: 180px;
}

.site-header .header-block .header-text-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 60px;
	letter-spacing: 0.02em;
	font-size: 4.28571428571429rem;
	line-height: 0.875em;
	font-family: MyriadProBlackCondensed;
	text-transform: uppercase;
	color: #fff;
	height: 100%;
}

.site-header .header-block .header-caption {
	position: absolute;
	padding: 10px;
	bottom: 10px;
	right: 0;
	color: #fff;
	margin-right: 7.52688172043%;/*60*/
	margin-right: 2.040816326531%;
	width: 220px;
	width: 27.551020408163%;
	background: rgba(14, 3, 0, 0.12);
	border-radius: 4px;
	text-decoration: none;
	
	/*text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);*/
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	font: normal 15px/25px ChaparralProItalic;
	box-shadow: 0px 0px 20px rgba(14, 3, 0, 0.12);
}

label.mc_var_label {
	display: none;
}

.site-header .header-block .header-caption a {
	color: #eee;
	letter-spacing: 0em;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'ChaparralPro';
	-webkit-font-smoothing: subpixel-antialiased;
	border-bottom: 1px solid #eee;
}
.site-header .header-block .header-caption a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}


h6.archive-link {
	letter-spacing: normal;
	text-align: right;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.17647058823529em;
	padding-right: 20px;
}
h6.archive-link a {
	color: rgba(0, 0, 0, 0.7);
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.7);*/
}
h6.archive-link a:hover {
	color: rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.site-header .header-block .header-text-container .header-text-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.site-header .header-block .header-text-container .header-text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0 8.163265306122%;/*80*/
	padding-top: 12px;
}



.site-header h1,
.site-header h2 {
	/*text-align: center;*/
	font-weight: normal;
}
.site-header h1 a,
.site-header h2 a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	/*color: #21759b;*/
}
.site-header h1 {
	/*font-size: 20px;
	font-size: 1.42857142857143rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;*/
	font-size: 10px;
	font-size: 0.8rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	/*margin-top: 20px;
	margin-top: 1.42857142857143rem;*/
	margin: 0;
	width: 100%;
}

/* Page Navigation*/
/*.page-navigation {
	text-align: right;
	min-height: 20px;
	min-height: 1.42857142857143rem;
	display: inline-block;
	float: right;
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.42857142857143;
	padding-top: 8px;
	background: #0f0;
}
.page-navigation li {
	line-height: 1.42857142857143;	
	display: inline-block;
	margin-left: 10px;
}
.page-navigation a {
	color: #ffffff;
}
.page-navigation a:hover {
	border-bottom: 1px solid #ffffff;
}*/

/* Navigation Menu */
.main-navigation {
	text-align: right;
	min-height: 20px;
	min-height: 1.42857142857143rem;
	display: inline-block;
	vertical-align: baseline;
	float: right;
	width: 40%;
}
.main-navigation li {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	-webkit-font-smoothing: antialiased;
	/*font-size: 15px;
	font-size: 1.07142857142857rem;*/
}
.main-navigation li.menu-item-24 {
	background: rgba(193, 63, 78, 1);
}
.main-navigation li.menu-item-25 {
	background: rgba(117, 160, 202, 1);
}
.main-navigation li.menu-item-18 {
	background: rgba(212, 149, 20, 1);
}
.main-navigation li.menu-item-24:hover {
	background: rgba(213, 83, 98, 1);
}
.main-navigation li.menu-item-25:hover {
	background: rgba(137, 180, 222, 1);
}
.main-navigation li.menu-item-18:hover {
	background: rgba(232, 169, 40, 1);
}
.main-navigation a {
	color: #ffffff;
}
.main-navigation a:hover {
	border-bottom: 0px solid #ffffff;
}




.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	text-align: right;
	position: relative;
	line-height: 32px;
	line-height: 2.28571428571429rem;
}
.main-navigation ul.nav-menu.toggled-on {
	/*position: absolute;
	z-index: 999;
	right: 0;*/
	z-index: 999;
	position: absolute;
	right: 4.081632653061%;
	right: 0;
	background: rgba(43, 30, 36, 1);
	padding: 0 20px;
	padding: 0 1.42857142857143rem;
	margin-top: 2.85714285714286rem;
	top: 20px;
	top: 1.42857142857143rem;
}
.menu-toggle {
	/*background: rgba(43, 30, 36, 1);
	padding: 0 20px;
	padding: 0 1.42857142857143rem;
	margin-top: 2.85714285714286rem;
	top: 20px;
	top: 1.42857142857143rem;*/
}
#site-search.toggled-on {
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
	margin-right: -5px;
	margin-right:  -0.35714285714286rem;
	display: inline-block;
	clear: both;
}
.menu-toggle {
	clear: both;
	border-radius: 2px;
	padding: 0px;
	margin: 0;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 30px;
	margin-bottom: 2.14285714285714rem;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 18px;
	font-size: 1.14285714285714rem;
	line-height: 1.25em;
}


.widget-area .widget p {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 20px;
	margin: 0 0 1.42857142857143rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #000000;
	text-decoration: none;
}

.widget-area .widget a .text-link, 
.widget-area .widget a.text-link {
	font-size: 17px;
	font-size: 1.21428571428571rem;
	line-height: 1.17647058823529em;
	font-family: ChaparralProItalic;
	color: rgba(0, 0, 0, 0.7);
	display: inline-block;
}
.widget-area .widget a .text-link:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}


.widget-area .widget a .inline-text-link, 
.widget-area .widget a.inline-text-link {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.06666666666667em;
	font-family: ChaparralProItalic;
	color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.widget-area .widget a .inline-text-link:hover,
.widget-area .widget a.inline-text-link:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}


.widget-area .widget a:hover {
	color: #000000;
	text-decoration: none;
}
.widget-area #s {
	background: rgba(250, 250, 250, 0);
	border: 0;
	font-size: 17px;
	font-size: 1.21428571428571rem;
	/*width: 100%; *//* define a width to avoid dropping a wider submit button */
	/*padding: 0;
	height: 20px;
	line-height: 20px;*/
	/*font-size: 15px;
	font-size: 1.07142857142857rem;
	font-family: ChaparralProItalic;
	width: 77.272727272727%;
	padding-left: 22.727272727273%;
	background-image: url(imgs/icon-2x.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size:20px;
	
	line-height: 30px;*/
	
	/*padding-top: 8px;
	padding-bottom: 2px;*/
	padding: 0;
}



/* Footer */
footer{
	background: #413433;
	background: rgba(65, 52, 51, 1);
	color: #fff;
	/*display: none;*/
}
footer.entry-meta{
	background:none;
}
footer[role="contentinfo"] {
	border-top: 0px solid #ededed;
	clear: both;
	font-size: 14px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-top: 2.14285714285714rem;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #D9D7D6;
}
footer .footer-area {
	vertical-align: top;
	padding: 0 4%;/*40px*/
	padding: 0 2.040816326531%;/*20px*/
	padding: 0 8.163265306122%;/*80*/
	/*margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;*/
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
}

div.footer-column-one, 
div.footer-column-three {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 45.12%;
	margin-left: 0;
}
div.footer-column-two,
div.footer-column-four {
	display: inline-block;
	float: right;
	vertical-align: top;
	width: 45.12%;
	margin-right: 0;
	margin-left: 0;
}

footer .site-info {
	padding: 0 4.347826086957%;/*40px*/
	padding: 0 2.040816326531%;/*20px*/
	padding: 0 8.163265306122%;/*80*/
	line-height: 40px;
	line-height: 2.85714285714286rem;
	color: rgba(255, 255, 255, 0.3);
	background: #2c1e1d;
	background: rgba(43, 30, 26, 1);
	
	color: #a19a9a;
	color: rgba(161, 154, 154, 0.7);
}
footer .footer-area aside {
	/*width: 15.217391304348%;
	margin-right: 4.347826086957%;
	display: inline-block;
	vertical-align: top;*/
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
footer .footer-area h3.widget-title, footer .site-info h3.widget-title {
	font-size: 14px;
	font-size: 0.85714285714286rem;
	font-style: normal;
	/*font-weight: bold !important;*/
	line-height: 2.5em;
	text-transform: none;
	letter-spacing: 0.1em;
	color: #a19a9a;
	color: rgba(161, 154, 154, 0.7);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	-webkit-font-smoothing: antialiased;
}


footer .footer-area, footer .footer-area p {
	/*font-size: 13px;
	font-size: 0.92857142857143rem;*/
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.42857142857143em;
	font-weight: normal;
	color: #d9d7d6;
	color: rgba(217, 215, 214, 1);
	-webkit-font-smoothing: antialiased;
}
footer .footer-area .textwidget, footer .footer-area .textwidget p  {
	/*color: rgba(255, 255, 255, 0.8);*/
}
footer .site-info p {
	font-size: 13px;
	font-size: 0.55rem;
	line-height: 1.81818181818181em;
}
#colophon div.site-info ul li {
	display: inline;
	margin-right: 20px;
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	/*font-size: 11px;
	font-size: 0.78571428571429rem;*/
	clear: both;
}

.entry-header {
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
.entry-header .entry-title {
	font-size: 74px;
	font-size: 5.28571428571429rem;
	line-height: 0.94594594594595em;
	font-weight: normal;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-title a:hover {
	border-bottom: none;
}
.entry-header .entry-format {
	margin-top: 20px;
	margin-top: 1.42857142857143rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 20px;
	margin-top: 1.42857142857143rem;
	line-height: 1.42857142857143;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #000;
	color: rgba(0, 0, 0, 1);
}
.comments-link a:hover,
.entry-meta a:hover {
	/*color: #fff;
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 1);*/
}
.entry-content,
.entry-summary,
.mu_register {
	font-size: 100%;
	line-height: 1.42857142857143;
}
.entry-summary {
	font-size: 92.857142857143%;
	line-height: 1.333333;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 20px 0;
	margin: 1.42857142857143 0;
	line-height: 1.42857142857143;
}
.entry-content h1,
.comment-content h1 {
	font-size: 30px;
	font-size: 2.14285714285714rem;
	line-height: 1.3333em;
	font-weight: normal;
	letter-spacing: 0.01em;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-weight: normal;
	font-size: 22px;
	font-size: 1.57142857142857rem;
	line-height: 1.13636363636364em;
	letter-spacing: 0.01em;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.42857142857143;
	font-weight: normal;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.11111111111111em;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 20px;
	margin: 0 0 1.42857142857143rem;
	line-height: 1.42857142857143;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
	margin: 0 0 1.42857142857143rem;
	line-height: 1.42857142857143;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: square inside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	/*margin: 0 0 0 20px;
	margin: 0 0 0 1.42857142857143rem;*/
	margin: 0;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
	padding: 14px 0 14px 0;
	padding: 1rem 0 1rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #757575;
	border-color: rgba(255, 255, 255, 0.55);
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857142857143;
	margin: 20px 0;
	margin: 1.42857142857143rem 0;
	overflow: auto;
	padding: 20px;
	padding: 1.42857142857143rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.42857142857143;
	margin: 0 0 20px;
	margin: 0 0 1.42857142857143rem;
}
img.alignleft {
	margin: 10px 20px 10px 0;
	margin: 0.71428571428571rem 1.42857142857143rem 0.71428571428571rem 0;
}
img.alignright {
	margin: 10px 0 10px 20px;
	margin: 0.71428571428571rem 0 0.71428571428571rem 1.42857142857143rem;
}
img.aligncenter {
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 20px;
	margin: 0 1.42857142857143rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.42857142857143;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.42857142857143;
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 20px;
	margin: 0 0 1.42857142857143rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 20px 0;
	margin: 1.42857142857143rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 5px 10px 5px 0;
}
.site-content article {
	/*border-bottom: 4px double #ededed;*/
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
	padding-bottom: 20px;
	padding-bottom: 1.42857142857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	overflow: visible;
	width: 100%;
	font-size: 100%;
}


.page-links {
	clear: both;
	line-height: 1.42857142857143;
}
footer.entry-meta {
	/*margin-top: 20px;
	margin-top: 1rem;*/
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.42em;
	color: #000;
	/*color: #000000;*/
}
footer.entry-meta a {
	color: #666;
	/*color: #000000;*/
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	/*color: #000000;*/
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
}

.archive-header{
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
}

.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 20px 20px 0;
	padding: 1.42857142857143rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 20px;
	padding-bottom: 1.42857142857143rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 20px 20px 0;
	padding: 1.42857142857143rem 1.42857142857143rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 20px 0;
	margin: 1.42857142857143rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.42857142857143;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 10px;
	padding: 0.428571429rem 0.71428571428571rem;
	font-size: 10px;
	font-size: 0.71428571428571rem;
	font-weight: normal;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.42857142857143;
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 20px 0;
	margin: 1.42857142857143rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
#respond form label {
	display: block;
	line-height: 1.42857142857143;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857142857143;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 20px;
	padding-top: 1.42857142857143rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.42857142857143;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 20px 8px 0;
	margin: 0.571428571rem 1.42857142857143rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 10px;
	margin-left: 0.71428571428571rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 20px;
	padding-right: 1.42857142857143rem;
	text-align: right;
}
.widget_search label {
	display: block;
	color: rgba(0, 0, 0, 0.6);
	/*font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;*/
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 20px;
	margin: 0 auto 1.42857142857143rem;
}




/* DIRECTOR THEME */



/* General */

div.clear { 
	clear: both; 
}




.single-book .site-content, .single-ride .site-content, .single-product .site-content, .single-store .site-content {
	margin-top: 30px;
}
.single-book #secondary, .single-ride #secondary, .single-product #secondary, .single-store #secondary {
	margin-top: 30px;
	/*background: #f00;*/
}






.entry-content ul.entry-meta li {
	margin: 0 0 0 0px;
	margin: 0 0 0 0rem;
	display: inline;
	margin-right: 10px;
	font-family: ChaparralProItalic;
	font-size: 15px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
	word-wrap: normal !important;
	white-space: normal !important;
}

.entry-content ul.entry-meta li.last:after {
	content:"\A"; white-space:pre; 
}

.entry-content ul.entry-meta li a {
	color: rgba(0, 0, 0, 0.7);
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.5);*/
}

.entry-content ul.entry-meta li a:hover {
	color: rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.entry-content ul.entry-meta {
	list-style: none;
}



/* Home Structure */

/*
.one-col { width: 20px; }
.two-col { width: 80px; }
.three-col { width: 140px; }
.four-col { width: 200px; }
.five-col { width: 260px; }
.six-col { width: 320px; }
.seven-col { width: 380px; }
.eight-col { width: 440px; }
.nine-col { width: 500px; }
.ten-col { width: 560px; }
.eleven-col { width: 620px; }
.twelve-col { width: 680px; }
.thirteen-col { width: 740px; }
.fourteen-col { width: 800px; }
.fifteen-col { width: 860px; }
.sixteen-col { width: 920px; }
*/

/*.one-col { width: 8.196721311475%; }
.two-col { width: 21.311475409836%; }
.three-col { width: 34.426229508197%; }
.four-col { width: 47.540983606557%; }
.five-col { width: 60.655737704918%; }
.six-col { width: 73.770491803279%; }
.seven-col { width: 86.885245901639%; }
.eight-col { width: 100%; }*/

.one-col { width: 2.173913043478%; }
.two-col { width: 8.695652173913%; }
.three-col { width: 15.217391304348%; }
.four-col { width: 21.739130434783%; }
.five-col { width: 28.260869565217%; }
.six-col { width: 34.782608695652%; }
.seven-col { width: 41.304347826087%; }
.eight-col { width: 47.826086956522%; }
.nine-col { width: 54.347826086957%; }
.ten-col { width: 60.869565217391%; }
.eleven-col { width: 67.391304347826%; }
.twelve-col { width: 73.913043478261%; }
.thirteen-col { width: 80.434782608696%; }
.fourteen-col { width: 86.95652173913%; }
.fifteen-col { width: 93.478260869565%; }
.sixteen-col { width: 100%; }


/* Images */

a img {
	line-height: 0;
	display: block;
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
img.height {
	max-width: 100%;
}
.gallery-thumb {
	border-radius: 3px;
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
.block-teaser .gallery-thumb {
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-bottom: 15px;
	margin-bottom: 1.07142857142857rem;
}
.gallery-thumb a {
	line-height: 0;
	font-size: 0;
}
.gallery-thumb-inner {
	line-height: 0;
	opacity: 1;
	background: #e9e8e5;
}
.gallery-thumb-inner img {
	border-radius: 0px;
	max-width: 100%; 
	margin-bottom: 0 !important;
	height:auto;/* Fluid images for posts, comments, and widgets */
	/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);*/
	background: #e9e8e5;
}





/* Secondary Column */

#secondary {
	min-height: 100%;
	/*margin-top: 30px;
	margin-top: 2.14285714285714rem;*/
	margin-top: 0;
}

.home #secondary {
	margin-top: 30px;
	margin-top: 2.14285714285714rem;
	
	margin-top: 60px;
	margin-top: 4.28571428571429rem;
	
}

#secondary aside {
	/*font-size: 0;*/
}

#secondary aside.info {
	padding: 20px;
	background: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 4px;
	/*font-size: 0;*/
}



#secondary aside.widget.widget_text p {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.3333em;
	color: rgba(0, 0, 0, 0.7);
}


#secondary aside.widget.reviews p,
#secondary aside.widget.questions p  {
	margin-bottom: 40px;
}
#secondary aside.widget.reviews p:last-child ,
#secondary aside.widget.questions p:last-child  {
	margin-bottom: 0px;
}

#secondary aside.widget.reviews h3,
#secondary aside.widget.questions h3  {
	color: #fff;
}

#secondary aside.widget.reviews blockquote:last-child,
#secondary aside.widget.questions blockquote:last-child {
	margin-bottom: 0px;
}
#secondary aside.widget.reviews, #secondary aside.widget.reviews blockquote p,
#secondary aside.widget.reviews p,
#secondary aside.widget.questions, #secondary aside.widget.questions blockquote p,
#secondary aside.widget.questions p {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.25em;
	font-family: ChaparralPro;
}
#secondary aside.widget.reviews i, #secondary aside.widget.reviews a i, #secondary aside.widget.reviews i a,
#secondary aside.widget.questions i, #secondary aside.widget.questions a i, #secondary aside.widget.questions i a {
	font-family: ChaparralProItalic;
	color: #fff;
}
#secondary aside.widget.reviews em, #secondary aside.widget.reviews a em, #secondary aside.widget.reviews em a,
#secondary aside.widget.questions em, #secondary aside.widget.questions a em, #secondary aside.widget.questions em a {
	font-family: ChaparralProItalic;
	color: #fff;
	clear: both;
	display: block;
	margin-top: 10px;
}


aside.widget.image-gallery {
	margin-bottom: 55px;	
	position: relative;
}

/*
#secondary aside.widget.info ul li {
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 1rem;
}
#secondary aside.widget.info ul li b {
	font-family: ChaparralProBold;
}


#secondary aside.widget.info ul li:last-child {
	border-bottom: 0px solid #ccc;
}*/

#secondary aside.reviews {
	padding: 20px;
	background: rgba(165, 191, 208, 1);
	/*font-size: 0;*/
	color: #fff;
	padding-bottom: 30px;
}
#secondary aside.reviews a {
	color: #fff;
}

#secondary aside.questions {
	padding: 20px;
	
	background: rgba(218, 124, 124, 1);
	/*font-size: 0;*/
	color: #fff;
	padding-bottom: 30px;
}
#secondary aside.questions a {
	color: #fff;
}

/*#tertiary aside article .entry-header .entry-title a {
	color: #0f0;
}*/
.widget-area .widget h5.entry-title a {
	font-family: MyriadProBlackCondensed;
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111111em;
	color: rgba(44, 30, 29, 1);
	letter-spacing: 0.05em;
}


#secondary aside article {
	width: 240px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-right: 4%;
	/*margin-right: 7%;*/
}
#secondary aside form div.form-block .label-title{
	text-transform: uppercase;
	font-size: 12px;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-bottom: 0px !important;
	display: block;
	clear: both;
	color: rgba(0, 0, 0, 0.5);
}
#secondary aside form div.form-block:last {
	margin-right: 0px;
}


#secondary aside form.advanced-search input[type="button"] {
	clear: both;
	width: 100%;
}


/* HGROUP */

hgroup {
	/*width: 34.426229508197%;*/ /*threecol*/
	margin-bottom: 0px;
	/*float: left;*/
	padding: 0 4.347826086957%;/*40px*/
	padding: 0 2.040816326531%;/*20px*/
	clear: both;
	float: none;
	position: relative;
	padding-top: 16px;
	padding-top: 1.14285714285714rem;
	padding-bottom: 10px;
	padding-bottom: 0.71428571428571rem;
	background: rgba(43, 30, 29, 1);
	color: #fff;
}

hgroup h3.site-title {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	letter-spacing: 0;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	/*margin-bottom: 10px;*/
	font-weight: normal !important;
	
	width: 460px;
	width: 48.936170212766%;
	line-height: 1.77777777777778em;
	line-height: 1.11111111111111em;
}

hgroup h3.site-title a {
	color: rgba(255, 255, 255, 0.8);
	line-height: 30px;
	/*line-height: 2em;*/
	padding-top: 2px;
	padding-top: 0.14285714285714rem;
}
hgroup h3.site-title a.site-name{
	/*white-space: nowrap;*/
	/*word-wrap: normal;*/
	/*line-height: 2.07142857142857em;*/
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}
hgroup h3.site-title a.site-name:hover {
	/*border-bottom: 2px solid #ffffff;*/
	letter-spacing: 0;
	color: #fff;
}
hgroup h3.site-title a.site-logo:hover {
	border-bottom: 0px solid #ffffff;
	letter-spacing: 0;
}
hgroup a.site-logo {
	display: inline-block;
	background-image: url(imgs/kennett-logo.png);
	background-position: 0px;
	-moz-background-size:100%;
	-ie-background-size:100%;
	-o-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	background-repeat: no-repeat;
	width: 8.6956%;
	margin-right: 4.3478%;
	overflow: visible;
	line-height: 30px;
	line-height: 2.14285714285714em;
	padding-top: 0;
	padding-bottom: 2px;
	padding-bottom: 0.14285714285714rem;
}

hgroup li.shopping-cart {
	width: 5.714285714286%;	
}

hgroup li.shopping-cart > a {
	width: 100%;
	display: block;
}

hgroup li.shopping-cart a {
	background-image: url(imgs/icon-cart-circle-white.png);
	background-position: 0 0;
	background-size: 30px;
	background-repeat: no-repeat;
	text-indent: 1000%;
	line-height: 30px;
	/*vertical-align: text-bottom;*/
}
hgroup li.shopping-cart a:hover {
	border-bottom: 0px solid #fff;
	text-decoration: none;
	background-position-y: -30px;
}
hgroup li.shopping-cart.current-menu-item a,
hgroup li.shopping-cart.current-page-item a {
	border-bottom: 0px solid #fff !important;
	text-decoration: none;
}
.entry-header.page-header {
	margin-top: 85px;
	margin-top: 6.07142857142857rem;
	margin-bottom: 5px;
	margin-bottom: 0.35714285714286rem;
	/*margin-bottom: 4px;*/
}

.entry-header.page-header h1.entry-title {
	font-size: 74px;
	line-height: 70px;
	margin: 0;
	/*margin-top: -4px;*/
	/*margin-bottom: 14px;*/
	padding: 0 8.163265306122%;/*80*/
}

/* Other Blocks */

#feature-content, #content, #recent-notes {
	clear: both;
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
}

#recent-notes {
	font-size: 0;
	vertical-align: top;
}
#overlay {
	background-color: #FFFFFF !important;
	filter: alpha(opacity=95) !important;
	-moz-opacity: .95 !important;
	opacity: .95 !important;
}

#content.three-col-grid {
	margin-bottom: 0px;
}



/* Menu */
.menu-toggle.toggled-on > .menu-button {
	background-position: 0px -20px;
}
.menu-toggle .menu-button {
	width: 20px !important;
	width: 1.42857142857143rem !important;
	height: 19px !important;
	height: 1.35714285714286rem !important;
	display: inline-block;
	line-height: 0;
	background:none;
	background-image: url(imgs/menu-2x.png);
	background-position: 0 0px;
	-moz-background-size:20px;
	-ie-background-size:20px;
	-o-background-size:20px;
	-webkit-background-size:20px;
	background-size:20px;
	background-repeat: none;
	background-position: 0px 0px;
}
.menu-toggle:hover > .menu-button {
	background-position: 0px -20px;
}
.menu-toggle:hover {
	background: none;
	background: rgba(255, 255, 255, 0);
}
div.menu-header-container {
	margin-top: 0p;
	display: inline-block;
	clear: both;
}
.main-navigation ul.nav-menu li:first-child {
	margin: 0 0 0 0px;
}
.main-navigation ul.nav-menu li a {
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 0px solid rgba(255, 255, 255, 0);
	/*-webkit-font-smoothing: antialiased;*/
}
.main-navigation ul.nav-menu li a:hover {
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.main-navigation ul.nav-menu li.current-menu-item a,
.main-navigation ul.nav-menu li.current-menu-ancestor a,
.main-navigation ul.nav-menu li.current_page_item a,
.main-navigation ul.nav-menu li.current_page_ancestor a {
	border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.main-navigation ul.nav-menu li.shopping-cart a:hover {
	border-bottom: 0px solid rgba(255, 255, 255, 0);
}
.main-navigation ul.nav-menu li.color-ride a,
.main-navigation ul.nav-menu li.color-ride a:hover {
	border-color: rgba(80, 100, 159, 1);
}
.main-navigation ul.nav-menu li.color-book a,
.main-navigation ul.nav-menu li.color-book a:hover  {
	border-color: rgba(112, 174, 143, 1);
}
.main-navigation ul.nav-menu li.color-post a,
.main-navigation ul.nav-menu li.color-post a:hover  {
	border-color: rgba(193, 63, 78, 1);
}
.main-navigation ul.nav-menu li.color-about a,
.main-navigation ul.nav-menu li.color-about a:hover  {
	border-color: rgba(249, 197, 57, 1);
}



/*
.main-navigation ul.nav-menu li.news a {
	background: #fff;
	background: rgba(255, 255, 255, 1);
	color: #000;
	color: rgba(0, 0, 0, 1);
	padding-left: 5px;
	padding-left: 0.35714285714286rem;
	padding-right: 5px;
	padding-right: 0.35714285714286rem;
	line-height: 17px;
	line-height: 1.21428571428571rem;
	padding-top: 1px;
	-moz-border-radius: 2px; 
	border-radius: 2px;
	opacity: 0.8;
	font-weight: bold;
}
.main-navigation ul.nav-menu li.news:before, .main-navigation ul.nav-menu li.news:after {
	display: inline-block;
	width: 10px;
	width: 0.71428571428571rem;
	height: 17px;
	height: 1.21428571428571rem;
	content: '';
	opacity: 0.8;
	display: none;
}
.main-navigation ul.nav-menu li.news:before {
	background: url("imgs/diamondedge-left-2x.png") no-repeat;
	background-size: 100%;
	background-position: 0 1px;
}
.main-navigation ul.nav-menu li.news:after {
	background: url("imgs/diamondedge-right-2x.png") no-repeat;
	background-size: 100%;
	background-position: 0 1px;
	vertical-align: baseline;
}
.main-navigation ul.nav-menu li.news a:hover {
	opacity: 1;
}
nav ul li:last-child > span.menu-divider {
	display: none;
}
nav ul li > span.menu-divider {
	display: none;
}
span.menu-divider {
	margin-left: 0px;
}*/




/* Colors */
.light-grey {
	color: #b8ada7;
	color: rgb(184, 173, 167, 1);
}



/* Project & Post Teaser Styles */

.site-content article.inline-teaser {
	clear: both;
	position: relative;
	margin-bottom: 10px;
	margin-bottom: 1.42857142857143rem;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
	margin-bottom: 30px;
	margin-bottom: 2.14285714285714rem;
	overflow: hidden;
	/*font-size: 0;*/
}
.site-content article.inline-teaser .entry-content {
	font-size: 13px;
	line-height:20px;
}
article.book.inline-teaser .entry-header {
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
}
article.store.inline-teaser .entry-header {
	margin-bottom: 0;
}
article.inline-teaser figure.gallery-thumb {
	width: 100px;
	width: 19.230769230769%;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: top;
	float: left;
	margin-right: 20px;
	margin-right: 3.846153846154%;
	min-height: 100%;
	/*margin-right: 1.42857142857143rem;*/
	margin-bottom: 20px;
}
article.inline-teaser figure.gallery-thumb .gallery-thumb-inner img {
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
}
article.inline-teaser .entry-content-container {
	width: 400px;
	display: inline-block;
	/*float: right;*/
	width: 76.923076923077%;
}

article.inline-teaser.book figure.gallery-thumb {
	width: 140px;
	width: 26.923076923077%;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: top;
	float: left;
	margin-right: 20px;
	margin-right: 3.846153846154%;
	min-height: 100%;
	/*margin-right: 1.42857142857143rem;*/
	margin-bottom: 30px;
}

article.inline-teaser.book .entry-content-container {
	width: 360px;
	display: inline-block;
	/*float: right;*/
	width: 69.230769230769%;
}


/*.woocommerce-page ul.products li.product*/

article.block-teaser,
ul.products li.product {
	width: 140px;
	width: 26.923076923077%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	vertical-align: top;
	/*margin-right: 40px;
	margin-right: 8%;
	margin-right: 7.407407407407%;*/
}

article.post.block-teaser,
ul.posts li.post {
	width: 220px;
	width: 42.307692307692%;
	width: 42.4%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	vertical-align: top;
	/*margin-right: 40px;
	margin-right: 8%;
	margin-right: 7.407407407407%;*/
}

ul.posts li.post .entry-header {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

article.width-teaser figure.gallery-thumb {
	width: 140px;
	width: 26.923076923077%;
	width: 27%;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: top;
	float: left;
	margin-right: 20px;
	margin-right: 3.692307692308%;
	margin-right: 7%;
	min-height: 100%;
	/*margin-right: 1.42857142857143rem;*/
	background: #0ff;
}

aside.widget.book ul.products {
	margin-left: 0;
	margin-right: 0;
	border: 0 !important;
}

aside.widget.book ul.products li.product {
	width: 140px;
	width: 45%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	vertical-align: top;
	margin-left: 0;
	margin-right: 5%;
	border: 0 !important;
}




/*.post.list .entry-header h2.entry-title {
	margin-top: -5px;
	font-size: 25px;
	font-size: 1.78571428571429rem;
	line-height: 1.25em;
	font-weight: normal;
	text-transform: uppercase;
	display: inline;
}
.post.list header.entry-header {
	margin-bottom: 4px;
	margin-top: -6px;
}
.post.list footer {
	border-bottom: 1px solid #959595;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.post.list div.entry-meta {
	float: right;
	line-height: 30px;
	padding-top: 7px;
	color: #ddd;
	color: rgba(255, 255, 255, 0.85);
}
.post.list div.entry-meta a {
	color: #ddd;
	color: rgba(255, 255, 255, 0.85);
}
.post.list div.entry-meta a:hover {
	color: #fff;
	color: rgba(255, 255, 255, 1);
}
.site-content article.post.list {
	margin-bottom: 0;
	padding-bottom: 10px;
}*/





/* Meta Data Styling */
/*article .entry-meta a, article .entry-meta .entry-meta-inner a {
	color: #ddd;
	color: rgba(255, 255, 255, 0.85);
}
article .entry-meta a:hover, article .entry-meta .entry-meta-inner a:hover {
	background: none;
	color: #fff;
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}*/
article header .entry-meta,
ul.posts li.post .header .entry-meta {
	margin-top: 10px;
	margin-top: 0.71428571428571;
	line-height: 20px;
	line-height: 1.42857142857143rem;
	min-height: 20px;
	min-height: 1.42857142857143rem;
}

ul.posts li.post header.entry-header h4.entry-meta {
	margin-top: 00px;

	
}

article header .entry-meta {
	/*text-align: left;
	background:url('imgs/line-white.gif') repeat-x left 50%;
	padding-left: 5px;
	padding-left: 0.35714285714286rem;*/
}
article header .entry-meta .entry-meta-inner {
	/*padding-right: 5px;
	padding-right: 0.35714285714286rem;
	padding-left: 5px;
	padding-left: 0.35714285714286rem;
	background:url('imgs/photocopy_black_small.jpg') repeat top left;*/
}
article footer.entry-meta {
	/*text-align: right;
	background:url('imgs/line-white.gif') repeat-x left 50%;*/
}

article.post footer.entry-meta {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

article.block-teaser footer.entry-meta,
ul.posts li.post footer.entry-meta {
	font-size: 20px;
	margin-top: 0px;
}

article footer.entry-meta .entry-meta-inner {
	/*padding-right: 5px;
	padding-right: 0.35714285714286rem;
	padding-left: 5px;
	padding-left: 0.35714285714286rem;
	margin-right: 10px;
	margin-right: 0.71428571428571rem;
	background:url('imgs/photocopy_black_small.jpg') repeat top left;*/
}
article.inline-teaser .entry-meta,
ul.posts li.post .entry-meta {
	text-align: left;
}
article.inline-teaser footer.entry-meta,
ul.posts li.post footer.entry-meta {
	margin-top: 15px;
	margin-top: 1.07142857142857rem;
	/*position: relative;
	bottom: 15px;
	bottom: 1.07142857142857rem;
	bottom:  0;
	width: 60%;
	width: 100%;
	margin-top: 5px;
	margin-top: 0.35714285714286rem;
	color: #ddd;
	color: rgba(255, 255, 255, 0.85);
	padding-top: 0px;*/
}

/*article.inline-teaser .price, article.block-teaser .price,
.product a span.price ins span.amount {
	font-family: MyriadProBlackCondensed;
	font-size: 26px;
	line-height: 30px;
	display: inline-block;
}*/




/****************/

#secondary form.advanced-search p {
	margin-bottom: 30px;
	font-size: 12px;
}


#secondary form.advanced-search label {
}



div.wp-pagenavi {
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-family: ChaparralProItalic;
}

#pagination div.wp-pagenavi span.current {
	color: rgba(0, 0, 0, 0.5);
}

div.wp-pagenavi a, div.wp-pagenavi span {
	border: 0;
}
div.wp-pagenavi span.extend {
	color: rgba(0, 0, 0, 0.3);
	font-size: 0.5;
}

#searchform li div.two-column {
	width: 47%;
	display: inline-block;
}
#searchform li div.two-column:first-child {
	width: 47%;
	margin-right: 6%;
	display: inline-block;
}

#searchform li div.two-column input[type="checkbox"] {
	float: right;
	vertical-align: baseline;
}

#searchform li div.two-column label {
	font-size: 13px;
	font-size: 0.92857142857143rem;
	font-size: 1rem;
	font-family: ChaparralProItalic;
}
.check {
	color: #f00;
	font-weight: bold;
}





/* Front Page Widgets */

article.home-teaser.latest-project, article.home-teaser.latest-news {
	margin-bottom: 0px;
}
/*.widget_recent_news ul li, .widget_recent_news ul li a {
	font-style: italic;
	font-size: 13px;
	font-size: 0.92857142857143rem;
	line-height: 1.53846153846154;
}
.widget_recent_news {
	width: 100%;
}*/
.widget_sticky_projects {
	float: left;
	width: 100%;
}
.front-widgets aside.widget {
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
.latest-project header.entry-header {
	margin-top: 20px;
	margin-top: 1.42857142857143rem;
}
figure.gallery-thumb.front {
	height: 60%;
	padding-top: 20%;
	text-align: center;
}
.home-teaser figure.gallery-thumb {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}
.home-teaser a img {
	line-height: 0;
	display: block;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}




/* Search */

#site-search {
	display: inline-block;
	display: none;
}
form#inlinesearchform {
	display: block;
	vertical-align: top;
	clear: both;
}
input#searchsubmit {
	padding: 0;
	border: 0;
	margin: 0;
	-moz-background-size:cover !important;
	-ie-background-size:cover !important;
	-o-background-size:cover !important;
	-webkit-background-size: cover !important;
	background-size:cover !important;
	background-repeat: none;
	background-position:0 0px;
	vertical-align: top;
	color: #fff;
	height:40px;
	width:40px;
	margin:0;
	background: none;
	background-image: url(imgs/icon-update.png);
	overflow: hidden;
	background-position: 0 0;
}
input#searchsubmit:hover,
input#searchsubmit:active {
	background-position-y: -40px;
}
input#searchsubmit.search_button {
	background-color: none;
	background: none;
	color: #fff;
	background-image: url(imgs/icon-search-circle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:30px;
	width: 18.181818181818%;
	padding: 0;
	width: 30px;
	height: 30px;
	min-height:30px;
	min-width:30px;
	margin-top: 5px;
}
input#searchsubmit.search_button:hover,
input#searchsubmit.search_button:active {
	background-position-y: -30px;
}
.form-submit {
	text-align: center;
}






.vertical-column{ 
	text-align: center;
}

input[type=checkbox].css-checkbox {
position: absolute; 
overflow: hidden; 
clip: rect(0 0 0 0); 
height:1px; 
width:1px; 
margin:-1px; 
padding:0;
border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
padding-right:20px;
height:20px;
display:block;
line-height:20px;
background-repeat:no-repeat;
background-position: 100% 0;
vertical-align:middle;
cursor:pointer;
margin: 10px 0;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
background-position: 100% -20px;
}

.css-label{ 
	background-image:url('imgs/web-two-style.png'); 
	display: block !important;
}
.css-label-vertical{ 
	background-image:url('imgs/web-two-style-vertical.png'); 
	width: 20px;
	display: block !important;
}





input[type=checkbox].css-checkbox + label.css-label-vertical { 
	padding:0px;
	padding-top:20px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto;
	cursor:pointer;
}



input[type=checkbox].css-checkbox:checked + label.css-label-vertical {
	background-position: -20px 0;
}



input[type=checkbox].css-checkbox + label.css-label-vertical.term-1,
input[type=checkbox].css-checkbox + label.css-label-vertical.term-2,
input[type=checkbox].css-checkbox + label.css-label-vertical.term-3,
input[type=checkbox].css-checkbox + label.css-label-vertical.term-4,
input[type=checkbox].css-checkbox + label.css-label-vertical.term-5,
input[type=checkbox].css-checkbox + label.css-label-vertical.term-6 { 
	padding-top:40px;
}
.css-label-vertical.term-1{ 
	background-image:url('imgs/grade-1.png'); 
	background-size:40px;
}
.css-label-vertical.term-2{ 
	background-image:url('imgs/grade-2.png');
	background-size:40px;
}
.css-label-vertical.term-3{ 
	background-image:url('imgs/grade-3.png');
	background-size:40px;
}
.css-label-vertical.term-4{ 
	background-image:url('imgs/grade-4.png');
	background-size:40px;
}
.css-label-vertical.term-5{ 
	background-image:url('imgs/grade-5.png'); 
	background-size:40px;
}
.css-label-vertical.term-6{ 
	background-image:url('imgs/grade-6.png'); 
	background-size:40px;
}



/*input#searchsubmit:hover {
	background-image: url(imgs/search-2x.png);
	background-position:0 -20px;
}*/
input#s.field {
	color: rgba(37, 39, 38, 1);
	display: inline-block;
	width: 72.727272727273%;
	/*background-image: url(imgs/icon-2x.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size:20px;

	line-height: normal;
	font-size: 15px;
	font-size: 1.07142857142857rem;
	font-family: ChaparralProItalic;
	width: 77.272727272727%;
	
	padding: 0;
	padding-left: 22.727272727273%;
*/
	/*
	padding-top: 8px;
	padding-bottom: 2px;
	*/
	/*color: #111 !important;
	vertical-align: baseline;
	padding-top: 14px;
	padding-bottom: 4px;*/
	line-height: 18px;
	padding: 12px 0 8px 9.0909090909%;
}


/* all */
::-webkit-input-placeholder { 
color: rgba(37, 39, 38, 0.8);
line-height: normal;}
::-moz-placeholder { 
color: rgba(37, 39, 38, 0.8);
line-height: normal;} /* firefox 19+ */
::-ms-input-placeholder { 
color: rgba(37, 39, 38, 0.8);
line-height: normal;} /* ie */
::-moz-placeholder { 
color: rgba(37, 39, 38, 0.8);
line-height: normal; }


input#qs.field {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.14285714285714;
	width: 130px;
	display: none;
	vertical-align: baseline;
	padding: 4px;
	padding: 0.28571428571429rem;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-top: 0.28571428571429rem;
	background: #fff;
	background: rgba(255, 255, 255, 0.1);
	color: #ddd;
	color: rgba(255, 255, 255, 0.85);
	border: none;
	margin-top: -3px;
	margin-top: -0.21428571428571rem;
}
form#inlinesearchform:hover > input#searchsubmit {
	background-position:0 -20px;
}




/* Previous & Next Styling */

#blog-left-indent, #blog-right-indent, #blog-bottom-indent {
	vertical-align: baseline;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.42857142857143em;
		letter-spacing: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 1.11111111111111em;
		color: rgba(0, 0, 0, 0.7);
}
#blog-left-indent, #blog-right-indent, #blog-bottom-indent {
	width: 22.58064516129%;	
	width: 8.163265306122%;
	width: 6.451612903226%;
	position: fixed;
	overflow: visible;
}

#blog-left-indent a, #blog-right-indent a, #blog-bottom-indent a {
	border-bottom: none;
	color: rgba(0, 0, 0, 0.6);
}
#blog-left-indent a:hover, #blog-right-indent a:hover, #blog-bottom-indent a:hover {
	border-bottom: none;
	color: rgba(0, 0, 0, 1);
}


#blog-left-indent {
	left: 0px;
	z-index: 1;
	top: 90%;
	/*margin-left: 
	  1.639344262295%;*/
	margin-left:
	  2.040816326531%;
}
#blog-right-indent {
	right:  0px;
	z-index: 2;
	top: 90%;
	text-align: right;
	margin-right: 
	  1.639344262295%;
	margin-right:
	  2.040816326531%;
}
#blog-bottom-indent {
	left: 0px;
	z-index: 3;
	bottom: 20px;
	bottom: 1.42857142857143rem;
	margin-left: 1.639344262295%;
}
#blog-left-indent .previous .arrow,
#blog-right-indent .next .arrow,
#blog-bottom-indent .index .arrow {
	width: 20px;
	width: 1.42857142857143rem;
	height: 16px;
	height: 1.14285714285714rem;
 	background-image: url(imgs/arrows-small-white-2x.png);
 	-moz-background-size:40px;
 	-ie-background-size:40px;
 	-o-background-size:40px;
 	-webkit-background-size:40px;
 	background-size:40px;
 	background-repeat: none;
 	display: inline-block;
 	clear: both;
 } 
 #blog-bottom-indent .index .arrow {
  	background-image: url(imgs/double-arrows-small-white-2x.png);
  }
 #blog-right-indent .next .arrow {
 	background-position: 0px 0px;
   }
 #blog-right-indent .next:hover > .arrow {
     background-position: 0px -20px;
 }
#blog-left-indent .previous .arrow,
#blog-bottom-indent .index .arrow {
 	background-position: -20px 0px;
  }
#blog-left-indent .previous:hover > .arrow,
 #blog-bottom-indent .index:hover > .arrow {
     background-position: -20px -20px;
 }
 #blog-left-indent .text-link,
 #blog-right-indent .text-link,
 #blog-bottom-indent .text-link {
 	display: none;
 	clear: both;
 }
 
 /*
.archive-title .index .arrow {
 	width: 20px;
 	width: 1.42857142857143rem;
 	height: 14px;
 	height: 1rem;
  	background-image: url(imgs/double-arrows-small-white-2x.png);
  	-moz-background-size:40px;
  	-ie-background-size:40px;
  	-o-background-size:40px;
  	-webkit-background-size:40px;
  	background-size:40px;
  	background-repeat: none;
  	display: inline-block;
  	background-position: -20px -0px;
  	vertical-align: baseline;
  }
  
  .archive-title .index .arrow:hover {
    	background-position: -20px -20px;
    } 
 */
 

 /* Navigation */
 .site-content nav, .site-content .fetch {
 	clear: both;
 	width: 20%;
 	color: #000;
 	padding-top: 1px;
 }
 .site-content .fetch {
 	text-align: center;
 	-moz-border-radius: 2px; border-radius: 2px;
 	background-color: #ddd;
 	background-color: rgba(255, 255, 255, 0.85);
 }
 .site-content nav, .site-content .fetch a {
 	color: #000;
 	line-height: 20px;
 	line-height: 1.42857142857143;
 	color: rgba(0, 0, 0, 0.8);
 }
 .site-content .fetch a:hover {
 	color: #000;
 	line-height: 20px;
 	line-height: 1.42857142857143;
 	color: #000;
 	color: rgba(0, 0, 0, 1);
 	background: #fff;
 	background: rgba(255, 255, 255, 1);
 }


/* Video Resizing */

.js-video {
	height: 0;
	padding-top: 25px;
	padding-top: 1.92857142857143rem;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	position: relative;
	overflow: hidden;
}
.js-video.vimeo {
	padding-top: 0;
}
.js-video.widescreen {
	padding-bottom: 57.25%;/* 16:9 */
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


/* Social */

.social {
	display: none;
	margin-top: 40px;
	margin-top: 2.85714285714286rem;
	text-align: right;
}
.social-buttons {
  	display: inline-block;
  	text-align: right;
}
.social-buttons .social-buttons-facebook, .social-buttons .social-buttons-twitter, .social-buttons .social-buttons-google, .social-buttons .social-buttons-mail {
  float: right;
  margin-left: 6px;
  margin-left: 0.42857142857143rem;
  height: 20px;
  height: 1.42857142857143rem;
}
.type-post .social-buttons .social-buttons-facebook, .type-post .social-buttons .social-buttons-twitter, .type-post .social-buttons .social-buttons-google, .type-post .social-buttons .social-buttons-mail {
  margin-bottom: 6px;
}
.social-buttons .social-buttons-facebook .connect_widget_button_count_excluding {
  display: none !important;
}
.social-buttons .social-buttons-facebook iframe {
  max-width: none;
}




/* Type Styles */

h1, h2, h3 {
	vertical-align: baseline;
	/*color: #fff;
	color: rgba(255, 255, 255, 1);*/
	-webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a {
	/*color: #ddd;
	color: rgba(255, 255, 255, 0.85);*/
}
.more-link {
	font-size: smaller;
}
a.more-link {
	border: none !important;
}
a.more-link:hover {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
}


a.selected {
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
span.post-date {
	font-style: normal;
}
time.entry-date {
	line-height: 20px;
	line-height: 1.42857142857143;
	background: none;
}
/*.archive-title:after {
	margin-left: 5px;
	margin-left:0.35714285714286rem;
    content: "–––";
}*/
h3.archive-title, h3.widget-title, h3.form-title {
	margin-bottom: 30px;
	margin-bottom: 2.14285714285714rem;
	color: rgba(0, 0, 0, 0.8);
}


header.page-utilities h6 {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 2em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-family: ChaparralProItalic;
}

header.page-utilities h4 {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-family: ChaparralProItalic;
}


header.archive-header h4.archive-title,
.woocommerce-result-count {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-family: ChaparralProItalic;
	color: #b8ada7;
	color: rgb(184, 173, 167, 1);
}

.content-tabs header.archive-header h4.archive-title {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-family: ChaparralProItalic;

}
.content-tabs header.archive-header {
	margin-bottom: 40px;
	margin-top: 0;
}


#primary h3.archive-title, #primary h3.widget-title, 
#secondary aside form div.form-block .label-title {
	margin-bottom: 30px;
	margin-bottom: 2.14285714285714rem;
	color: #b8ada7;
	color: rgb(184, 173, 167, 1);
}


.widget-area .widget h3.widget-title {
	color: #b8ada7;
	color: rgb(184, 173, 167, 1);
	color: rgba(0, 0, 0, 0.8);
}

h3.archive-title, h3.related-title  {
	font-size: 20px;
	font-size: 1.42857142857143rem;
	line-height: 1em;
}
h3.widget-title, h3.form-title  {
	font-size: 20px;
	font-size: 1.42857142857143rem;
	line-height: 1em;
	color: rgba(0, 0, 0, 0.8);
}
article.inline-teaser.ride .entry-header h2.entry-title {
	font-size: 30px;
	font-size: 2.14285714285714rem;
	line-height: 1em;
	margin-top: -2px;
	letter-spacing: 0.0em;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-bottom: 2px;
	font-family: MyriadProBlackCondensed;
}

.widget-area .widget ul {
	line-height: 20px;
	margin: 0;
}
.widget-area .widget li.inline {
	width: 16.6666666666667%;
	display: inline-block;
	line-height: 20px;
	margin: 0;
	text-align: center;
	border: 0;
	font-size: 13px;
	font-size: 0.92857142857143rem;
}
.widget-area .widget li.inline:last-child {
	line-height: 20px;
	margin: 0;
}

.widget-area .widget ul.inline {
	margin-bottom: 30px;
}



article.inline-teaser .entry-header h2.entry-title {
	font-size: 30px;
	font-size: 2.14285714285714rem;
	line-height: 1em;
	margin-top: -2px;
	margin-top: -0.14285714285714rem;
	letter-spacing: 0.03em;
	margin-bottom: 4px;
	margin-bottom: 0.28571428571429rem;
	
	font-family: MyriadProBlackCondensed;
	color: rgba(44, 30, 29, 1);
}

article.store.inline-teaser .entry-header h2.entry-title {
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.07142857142857em;
	margin-top: -0.1em;
	letter-spacing: 0.0em;
	margin-bottom: 5px;
	/*margin-bottom: 0.1em;*/
	font-family: MyriadProBlackCondensed;
	line-height: 30px;
}

article.store.inline-teaser footer {
	border-bottom: 1px solid #ededed;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	margin-top: 9px;
	margin-top: 0.64285714285714rem;
}

article.post.block-teaser .entry-header h4,
ul.posts li.post .entry-header h4 {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111em;
	margin-top: -0.1em;
	letter-spacing: 0.0em;
	font-weight: normal;
	font-style: normal;
	font-family: ChaparralProItalic;
}

article.inline-teaser.ride .entry-header h4 {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111em;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0.0em;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

article.inline-teaser.ride div.entry-content-container header.entry-header {
	margin-bottom: 0;
}

article.inline-teaser .entry-header h4 {
	font-size: 18px;
	font-size: 1.14285714285714rem;
	line-height: 1.25em;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.0em;
	font-weight: normal;
	font-style: normal;
}
article.book.inline-teaser .entry-header h4 {
	margin-top: 0px;
	color: rgba(0, 0, 0, 1);
	
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111em;
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
}
article.book.inline-teaser .entry-summary {
	color: rgba(0, 0, 0, 0.6);
}

article.inline-teaser {
	clear: both;
}

#map_canvas {
	background: #e9e8e5;
	height: 520px;
	width: 100%;
	margin-bottom: 60px;
	border-radius: 4px;
}


article.post.block-teaser .entry-header,
ul.posts li.post .entry-header h4 {
	margin-top: 20px;
	margin-bottom: 0;
}

article.post.block-teaser .entry-header h3.entry-title,
ul.posts li.post .entry-header h3.entry-title {
	font-size: 26px;
	font-size: 1.85714285714286rem;
	line-height: 1.15384615384615em;
	margin-top: -0.1em;
	letter-spacing: 0.02em;
	margin-bottom: 0px;
	font-family: MyriadProBoldCondensed;
	-webkit-font-smoothing: subpixel-antialiased;
}
article.post.block-teaser .entry-header h4 a,
ul.posts li.post .entry-header h4 a {
	border-bottom: 0px solid #000;
}
article.post.block-teaser .entry-header h4 a:hover,
ul.posts li.post .entry-header h4 a:hover {
	border-bottom: 1px solid #000;
}
article.book.block-teaser .entry-header h3.entry-title {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.111111em;
	margin-top: 17px;
	letter-spacing: 0.0em;
	margin-bottom: 0px;
	/*margin-bottom: 0.71428571428571rem;*/
}


article.inline-teaser .entry-header h5.entry-title {
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.11111em;
	margin-top: -0.1em;
	letter-spacing: 0.0em;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	/*margin-bottom: 0.71428571428571rem;*/
}

article.inline-teaser .entry-header h6 {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.3333em;
	margin-top: 0em;
	letter-spacing: 0.0em;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	font-family: ChaparralProItalic;
	font-weight: normal;
}

article.post .entry-header h1.entry-title {
	margin-top: -4px;
	/*margin-bottom: 0.71428571428571rem;*/
	font-size: 74px;
	line-height: 0.94594594594595em;
	margin-bottom: 4px;
	letter-spacing: 0.008em;
}

article.post .entry-header {
	margin-bottom: 30px;
	margin-bottom: 2.14285714285714rem;
}

article.post .entry-header h4 {
	margin-top: 0px;
}

article.book .entry-header .entry-title {
	margin-top: -3px;
	margin-bottom: 6px;
}

article.book .entry-header {
	margin-bottom: 25px;
}
article.book .entry-header h4 {
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
}


article.ride .entry-header .entry-title {
	margin-top: -3px;
	margin-bottom: 6px;
}
article.ride .entry-header {
	margin-bottom: 25px;
}
article.ride .entry-header h4, .summary h4 {
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
}

.summary h4 {
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
}




article .entry-header h4, .summary h4 {
	font-size: 22px;
	/*margin-top: -0.1em;*/
	letter-spacing: 0.0em;
	font-weight: normal;
	font-style: normal;
	font-family: ChaparralProItalic;
	/*
	font-size: 21px;
	font-size: 1.5rem;*/
	line-height: 1.36363636363636em;
	
	
	margin-top: 0px;
	-webkit-font-smoothing: antialiased;
}

article .entry-header h4 a {
	border-bottom: 1px solid #000;
}

span.info-label {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	/*font-size: 85%;*/
	margin-right: 5px;
	color: rgba(44, 30, 29, 0.5);
	font-size: 13px;
	font-size: 0.92857142857143rem;
}

span.info-number {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 13px;
	font-size: 0.92857142857143rem;
}

#secondary aside.widget.info ul li {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	color: rgba(0, 0, 0, 0.8);
}
.widget-area .widget.info li:last-child {
	margin-bottom: 0;
}
.widget-area .widget.info ul {
	margin-bottom: 0;
}

.widget-area .widget.info ul li ul {
	margin-left: 0;
}
.widget-area .widget.info ul li ul li {
	font-size: 13px;
	font-size: 1.07142857142857rem;
	color: rgba(0, 0, 0, 0.5) !important;
	border-bottom: none;
	line-height: 25px;
	font-family: ChaparralProItalic;
	
}
.widget-area .widget.info span.list {
	margin-right: 5px;
	color: rgba(0, 0, 0, 0.5);
}

.widget-area .widget.info a:hover {
	color: rgba(0, 0, 0, 1);
	bottom-border:1px solid #000 !important;
	text-decoration: underline;
}

.widget-area .widget.info ul li ul li a:hover {
	color: rgba(0, 0, 0, 1);
	bottom-border:1px solid #000 !important;
	text-decoration: underline;
}

.latest-project h3.entry-title {
	margin-top: -5px;
	margin-top: 0.35714285714286rem;
	font-size: 25px;
	font-size: 1.85714285714286rem;
	line-height: 1.15384615384615em;
	/*font-size: 32px;
	font-size: 2.28571428571429rem;
	line-height: 1.25em;*/
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	letter-spacing: 0.05em;
}
.latest-project .entry-content p {
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.25;
}
/*.entry-header h4.entry-title {
	font-size: 13px;
	font-size: 0.92857142857143rem;
	line-height: 2.30769230769231;
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 1.42857142857143rem;
	font-style: italic;
}*/
.entry-content p, .entry-summary p, .entry-content ul li{
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.38888888888889em;
	color: rgba(0, 0, 0, 0.7);
	font-weight: normal;
	
}

.entry-content p a img, .entry-content p img {
	margin-bottom: 1.78571428571429rem;
}

.entry-content p a, .entry-summary p a, .entry-content ul li a{
	text-decoration: underline;
}
.entry-content p a:hover, .entry-summary p a:hover, .entry-content ul li a:hover{
	/*border-bottom: 1px solid rgba(255, 255, 255, 1);*/
	/*color: #fff;
	color: rgba(255, 255, 255, 1);*/
	text-decoration: underline;
	border-bottom: none;
}

a.chzn-single:hover {
		text-decoration: none !important;
		border-bottom: none !important;
}

.entry-header h4.entry-title a {
	text-decoration: none;
}
.entry-meta p, entry-meta a {
	font-size: 15;
	font-size: 1.07142857142857rem;
	letter-spacing: 0.1em;
}
.entry-content blockquote p {
	font-size: 25px;
	font-size: 1.78571428571429rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
/*.main-navigation ul a {
	font-size: 18px !important;
	font-size: 1.28571428571429rem !important;
	letter-spacing: 0.05em;
	text-transform: none !important;
	font-weight: bold;
}*/
.site-content nav, .site-content .fetch {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.26666666666667em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.site-content nav {
	font-style: italic;
}
.site-content .fetch {
	font-weight: bold;
}

ul.store-info {
	display: inline;
	list-style: none;
	margin-bottom: 10px;
	margin-bottom: 0.71428571428571rem;
	margin-bottom: 0 !important;
}

ul.store-info li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.1111em;
}
ul.store-info li.store-address {
	width: 50%;
	font-size: 16px;
}

#map {
	margin-bottom: 60px;
}

ul.store-info li.store-tel {
	width: 26.923076923077%;
	width: 23.076923076923%;
	text-align: right;
	margin-left: 3.846153846154%;
	font-family: ChaparralProItalic;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
}
ul.store-info li.store-website {
	width: 23.076923076923%;
	text-align: right;
	font-family: ChaparralProItalic;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
}










aside.widget.reviews {
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	border-radius: 4px;
	background: rgba(64, 17, 19, 0.2);
}


aside.widget.reviews p small {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	display: block;
	color: rgba(0, 0, 0, 0.9);
}

aside.widget.reviews, aside.widget.reviews blockquote p,
aside.widget.reviews p  {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.33em;
	font-family: ChaparralPro;
}
aside.widget.reviews i, aside.widget.reviews a i, aside.widget.reviews i a {
	font-family: ChaparralProItalic;
}
aside.widget.reviews em, aside.widget.reviews a em, aside.widget.reviews em a {
	font-family: ChaparralProItalic;
	clear: both;
	display: block;
	margin-top: 10px;
}
aside.widget.reviews blockquote:last-child {
	margin-bottom: 0px;
}
aside.widget.reviews p  {
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 20px;
}






/* Custom Italics! */

.entry-meta, .entry-meta p, entry-meta a, .more-link, a.more-link {
	/*font-family: 'Fanwood Text';*/
	/*font-weight: normal;
	letter-spacing: 0.0em;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	font-size: 12px;
	font-size: 0.85714285714286rem;
	color: #666;*/
}

/* Custom Body */

.entry-content p, .entry-summary p, .entry-content ul li{
	font-family: ChaparralPro, Helvetica;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.entry-content p i, entry-content p e, .entry-summary p i, .entry-summary p em {
	font-family: ChaparralProItalic, Helvetica;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
}

/* Custom Titles! */

h1, h2 {
	font-family: MyriadProBlackCondensed, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	color: rgba(43, 30, 36, 1);
}
/*h3.widget-title, h3.archive-title, h3.related-title, h3.results-title, #secondary aside.widget h3.form-title {*/
h3.widget-title, h3.archive-title, h3.related-title, h3.results-title, #secondary aside.widget h3.form-title {
	font-family: ChaparralPro, Helvetica;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: subpixel-antialiased;
	text-transform: uppercase;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.8);
}

.home #primary h3.widget-title, .home #secondary h3.widget-title,
#shopping_cart-2 h3.widget-title {
	font-family: ChaparralPro, Helvetica;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-transform: uppercase;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.14285714285714rem;
	letter-spacing: 0.07em !important;
	
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.33333em !important;
	
	color: rgba(0, 0, 0, 0.8);
}



.home .widget-area .widget {
	margin-bottom: 60px;
	margin-bottom: 4.28571428571429rem;
}

.home .widget-area .widget.widget_mailchimpsf_widget {
	min-height: 80px;
	margin-bottom: 60px;
	margin-bottom: 4.28571428571429rem;
}

.home #primary h3.archive-title {
	font-size: 18px;
	letter-spacing: 0.07em;
}

#related-content {
	margin-top: 50px;
}

h3.related-title, h3.results-title {
	color: rgba(43, 30, 36, 0.3);
	margin-bottom: 30px;
}
footer .footer-area h3.widget-title, footer .site-info h3.widget-title {
	font-family: ChaparralPro, Helvetica;
	-webkit-font-smoothing: subpixel-antialiased;
}
#blog-left-indent, #blog-right-indent, #blog-bottom-indent {
	/*font-family: MyriadProBoldCondensed;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;*/
	font-family: ChaparralProItalic;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.6);
}
.entry-content blockquote p {
	font-family: MyriadProBoldCondensed;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}
article.block-teaser footer.entry-meta span.price {
	font-family: MyriadProBoldCondensed;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.14285714285714rem;
	line-height: 1.25em;
	color: rgba(60, 50, 58, 1);
}
.site-content nav {
	font-style: italic;
	font-family: MyriadProBoldCondensed;
	font-weight: normal;
}
.site-content .fetch {
	font-family: MyriadProBoldCondensed;
	font-weight: bold;
	font-style: normal;
}

.archive-link, .added_to_cart {
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.3333em;
	font-family: ChaparralProItalic;
	margin-bottom: 40px;
	margin-bottom: 2.85714285714286rem;
}


a#books-button {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	display: inline-block;
	line-height: 2.30769230769231em;
	padding-right: 30px;
	background: url('imgs/icon-2x.png') no-repeat right center;
	background-size:20px;
	letter-spacing: normal;
}
#stores-button {
	white-space: nowrap;
	display: inline-block;
	line-height: 2.30769230769231em;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	background: url('imgs/icon-2x.png') no-repeat right center;
	background-size:20px;
	letter-spacing: normal;
}
.inline-button-left {
	white-space: nowrap;
	display: inline;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding-left: 1.5em;
	background: url('imgs/icon-2x.png') no-repeat 0 0;
	background-size: 1em;
	letter-spacing: normal;
	overflow: hidden;
}
.inline-button-right {
	white-space: nowrap;
	display: inline;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding-right: 1.33em;
	background: url('imgs/icon-2x.png') no-repeat right 0;
	background-size: 1em;
	letter-spacing: normal;
	overflow: hidden;
}

.inline-button-right:hover, a.inline-button-right:hover,
.inline-button-left:hover, a.inline-button-left:hover {
	background-position-y: -1em;
}
.icon-tel {
	background-image: url('imgs/icon-tel.png');
}
.icon-web {
	background-image: url('imgs/icon-web.png');
}
.icon-facebook {
	background-image: url('imgs/icon-facebook.png');
}
.icon-twitter {
	background-image: url('imgs/icon-twitter.png');
}
.icon-facebook-white {
	color: rgba(255, 255, 255, 0.8) !important;
	background-image: url('imgs/icon-facebook-white.png');
}
.icon-twitter-white {
	color: rgba(255, 255, 255, 0.8) !important;
	background-image: url('imgs/icon-twitter-white.png');
}
.icon-more {
	background-image: url('imgs/icon-more.png');
}
.icon-more-simple {
	background-image: url('imgs/icon-more-simple.png');
}
.icon-store-locator {
	background-image: url('imgs/icon-store-locator.png');
}
.icon-newsletter {
	background-image: url('imgs/icon-newsletter.png');
}
.icon-time{
	background-image: url('imgs/icon-time.png');
	word-wrap: none;
}
.icon-distance{
	background-image: url('imgs/icon-distance.png');
	word-wrap: none;
}

figure.image-gallery-thumb {
	position: relative;
	margin-bottom: 10px;
}

figure.image-gallery-thumb a img {
	margin: 0;
	line-height: 0;
	font-size: 0;
}

#gallery-thumbnails a {
	display: inline-block;
	width: 9.090909%;
	height: auto;
	margin-right: 2.272727272727%;
	margin-bottom: 5px;
	vertical-align: top;
}

#gallery-thumbnails a.teaser-image {
	max-width: 100%;
	max-height: 100%;
}


div#gallery-thumbnails {
	font-size: 0;
	line-height: 0;
}

#gallery-thumbnails a.teaser-image img {
	line-height: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.search-block {
	background: rgba(245, 245, 245, 1);

	line-height: normal;
	font-size: 15px;
	font-size: 1.07142857142857rem;
	font-family: ChaparralProItalic;
	width: 68.2%;
	width: 90.9%;
	width: 100%;
	
	padding: 0;
	/*padding-right: 22.7%;*/
	/*padding-left: 9.1%;

	/*
	padding-top: 8px;
	padding-bottom: 2px;
	*/
	color: #111 !important;
	vertical-align: baseline;
	/*padding-top: 11px;
	padding-bottom: 5px;*/
	border-radius: 3px;
}


.blog #secondary {
	margin-top: 200px;
	margin-top: 14.2857142857143rem;
}

.blog #content {
	margin-top: 30px;
	margin-top: 2.14285714285714rem;
	/*margin-top: 30px;*/
}


div.filter-block {
	background: rgba(225, 220, 216, 0.6);
	padding: 20px;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	white-space: nowrap;
	border-radius: 4px;
}


aside.widget.cycling_quotes {
	background-color: rgba(112, 174, 143, 0.8);
	background-color: rgba(218, 124, 124, 1);
	padding: 20px;
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #fff;
}

.widget-area .widget.cycling_quotes h3.widget-title {
	color: #fff;
	margin-bottom: 40px;
}
aside.widget.cycling_quotes p quote {
	clear: both;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
aside.widget.cycling_quotes p.quote-caption {
	margin:0;
	clear: both;
	display: block;
	text-align: right;
	font-size: 13px;
	font-size: 0.92857142857143rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
}

aside.widget.cart {
	background: rgba(225, 220, 216, 0.6);
	background: #f7f6f7;
	padding: 20px;
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	/*color: #fff;*/
}

.widget-area .widget.cart h3.widget-title {
	/*color: #fff;*/
	/*margin-bottom: 40px;*/
}
aside.widget.cart p quote {
	clear: both;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
aside.widget.cart p.quote-caption {
	margin:0;
	clear: both;
	display: block;
	text-align: right;
	font-size: 13px;
	font-size: 0.92857142857143rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
}


	
	div.form-block {
		margin-bottom: 30px !important;
	}
	
	.widget-area .widget li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		line-height: 39px;
		
	}
	.widget-area .widget li:last-child {
		border-bottom: 0px solid rgba(150, 150, 150, 0.5);
		line-height: 40px;
		margin-bottom: 20px;
	}
	
	.widget-area .widget ul {
		margin-bottom: 40px;
		text-align: left;
	}
	
	aside.widget.widget_recent_books {
		margin-top: 80px;
	}
	aside.widget.widget_recent_books {
		margin-top: 80px;
	}
	aside.widget.widget_recent_books h3.widget-title {
		font-family: ChaparralPro, Helvetica;
		letter-spacing: 0.05em;
		-webkit-font-smoothing: subpixel-antialiased;
		text-transform: uppercase;
		word-wrap: normal;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		hyphens: none;
		font-weight: normal;
		color: rgba(43, 30, 36, 1);
		font-size: 16px;
		font-size: 1.14285714285714rem;
	}
	






/* Responsive */

@media (max-width: 767px) {
	.js-video {
		padding-top: 0;
	}
}



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




/* Minimum width of 600 pixels. */
/*@media screen and (min-width: 600px) {*/
@media screen and (min-width: 720px) {


	.site-header .header-block .header-text-container {
		font-size: 80px;
		letter-spacing: 0.02em;
		font-size: 5.71428571428571rem;
		line-height: 0.875em;
	}
	
	.home #secondary {
		margin-top: 30px;
		margin-top: 2.14285714285714rem;
	}

	#secondary {
			float: right;
	}
	#secondary aside article {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	#secondary aside form.advanced-search div.filter-block {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.main-navigation {
		display: block;
		width: 68.085106382979%;
	}
	form#inlinesearchform {
		display: inline-block;
		clear: none;
	}
	
	
	

	


	
	.widget_search div.form-block .label {
		display: inline;
	}
	.widget_search label {
		display: inline;
	}
	
	#site-search.toggled-on {
		margin-top: 0;
		margin-right: 0;
		display: inline-block !important;
		clear: none;
	}
	
	div.menu-header-container {
		clear: none;
	}
	
	#site-search {
		display: inline-block !important;
	}
	.site {
		margin: 0;
		max-width: 1395px;
		overflow: hidden;
	}

	.site-content {
		/*margin-top: 30px;
		margin-top: 2.14285714285714rem;*/
		float: left;
		width: 63.414634146341%;
		margin-top: 0px;
		margin-top: 0rem;
	}
	.home .site-content {
		margin-top: 30px;
		margin-top: 2.14285714285714rem;
	}
	
	#view {
		float: right;
		display: inline-block;
	}
	
	#secondary hgroup {
		/*width: 76.190476190476% !important;*/
	}
	
	.site-header {
		/*right: 3.030303%;*/
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 26.829268292683%;
		
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: block !important;/*
		text-align: right;
		width: 100%;*/
		margin-top: 0;
		top: 0px;
		position: relative;
		
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
		text-align: right;
		vertical-align: baseline;
		font-size: 0;
	}
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 1px solid #000;
		border-bottom: 1px solid rgba(0, 0, 0, 0);
		white-space: nowrap;
		display: block;
		line-height: 28px;
		line-height: 1.75em;
		padding-top: 2px;
		padding-top: 0.14285714285714rem;
		padding-top: 0;
	}
	.main-navigation li a:hover {
		border-bottom: 0px solid #fff;
	}
	.main-navigation li {
		margin: 0 0 0 20px;/*
		margin: 0 0 0 0.66666667rem;*/
		position: relative;
		text-align: right;
		/*line-height: 1.58333333333333;*/
	}
	
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: inline-block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 12px;
		font-size: 0.85714285714286rem;
		line-height: 1.66666666666667;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #000000;
		border-bottom: 1px solid #000;
	}
	/*.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		border-bottom: 0px solid #000;
	}*/
	
	.menu-toggle {
		display: none;
	}
	/*.entry-header .entry-title {
		font-size: 32px;
		font-size: 2.28571428571429rem;
		line-height: 1.09375;
	}*/
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 20px;
		margin-bottom: 1.42857142857143rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 20px;
		margin: 0 0 1.42857142857143rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	#content.splash {
		display: none;
	}
	.splash #splash-content {
		margin-bottom: 120px;
		margin-bottom: 8.57142857142857rem;
	}
	span.menu-divider {
		margin-left: 5px;
		margin-left: 0.35714285714286rem;
		display: inline;
	}
	nav ul li > span.menu-divider {
		display: inline;
	}
	nav ul li:last-child > span.menu-divider {
		display: none;
	}
	#secondary hgroup {
		margin-top: 30px;
		margin-top: 2.14285714285714rem;
		width: 100% !important;
		margin-bottom: 00px !important;
	}
	#blog-left-indent .text-link,
	#blog-right-indent .text-link,
	#blog-bottom-indent .text-link {
		display: block;
		height: 16px;
		height: 1.14285714285714rem;
		clear: both;
	}
	#blog-left-indent .text-link, #blog-bottom-indent .text-link  {
		/*margin-left: 10px;
		margin-left: 0.71428571428571rem;*/
		clear: both;
	}
	#blog-right-indent .text-link {
		/*margin-right: 10px;
		margin-right: 0.71428571428571rem;*/
		clear: both;
	}	
#blog-left-indent .previous .arrow,
#blog-right-indent .next .arrow,
#blog-bottom-indent .index .arrow {
	width: 30px;
	width: 2.14285714285714rem;
	height: 15px;
	height: 1.07142857142857rem;
	display: inline-block;
	line-height: 20px;
 	-moz-background-size:60px;
 	-ie-background-size:60px;
 	-o-background-size:60px;
 	-webkit-background-size:60px;
 	background-size:60px;
 	background-repeat: none;
  }
  #blog-left-indent .previous .arrow,
  #blog-right-indent .next .arrow {
   	background-image: url(imgs/arrows-white-2x.png);
  }
  #blog-bottom-indent .index .arrow {
  background-image: url(imgs/double-arrows-white-2x.png);
  }
.white #blog-left-indent .previous .arrow,
.white #blog-right-indent .next .arrow {
 	background-image: url(imgs/arrows-white-2x.png);
}
.white #blog-bottom-indent .index .arrow {
 	background-image: url(imgs/double-arrows-white-2x.png);
}
#blog-right-indent .next .arrow {
	background-position: 0px 0px;
}
#blog-right-indent .next:hover > .arrow {
    background-position: 0px -20px;
}
#blog-left-indent .previous .arrow,
#blog-bottom-indent .index .arrow {
	background-position: -30px 0px;
}
#blog-left-indent .previous:hover > .arrow,
#blog-bottom-indent .index:hover > .arrow {
    background-position: -30px -20px;
}
.main-navigation ul.nav-menu li.news:after,
.main-navigation ul.nav-menu li.news:before {
	display: inline-block;
} 
/*footer .site-info, footer .footer-area {
	padding: 0 4%;
	padding: 0 2.040816326531%;
}*/


hgroup h3.site-title {
	width: 280px;
	width: 29.787234042553%;
}
hgroup a.site-logo {
	width: 14.285714285714%;
	margin-right: 7.142857142857%;
}

div.footer-column-one,
div.footer-column-two,
div.footer-column-three {
	width: 19.512195121951%;
	margin-right: 2.439024390244%;
	float: none;
}
div.footer-column-four {
	margin-right: 0;
	width: 26.829268292683%;
	float: right;
}



}

@media screen and (min-width: 960px) {
	.site-content {
		float: left;
		width: 63.414634146341%;
		/*margin-right: 25.806451612903%;*/
		/*margin-top: 180px;
		margin-top: 12.8571428571429rem;*/
	}
	#secondary hgroup {
		width: 76.190476190476% !important;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 980px) {
	body {
		background-color: #ffffff;
		/*background-image: url(imgs/grid.png);*/
		background-position-x: -40px;
	}
	body .site {
		/*padding: 0 45px;
		padding: 0 3.21428571428571rem;*/
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.site-header {
		/*width: 675px;
		right: none;*/
		/*padding-right: 45px;
		padding-right: 3.21428571428571rem;
		left: 765px;*/
	}
	
	footer {
		/*padding: 0 45px;
		padding: 0 3.21428571428571rem;*/
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
		/*padding: 0 3.030303%;*/
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
		padding: 0 3.030303%;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		/*color: #ddd;
		color: rgba(255, 255, 255, 0.85);*/
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
	footer {
		padding: 0 3.030303%;
	}
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}










/* @override http://localhost:8888/kennett.co.nz/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=3.6 */

.clear{clear:both}.nobr{white-space:nowrap}@font-face{font-family:'star';src:url('../fonts/star.eot');src:url('../fonts/star.eot?#iefix') format('embedded-opentype'), url('../fonts/star.woff') format('woff'), url('../fonts/star.ttf') format('truetype'), url('../fonts/star.svg#star') format('svg');font-weight:normal;font-style:normal}

.woocommerce-message,.woocommerce-error,.woocommerce-info{padding:1em 1em 1em 1em;

padding-left: 40px;
padding-left: 7.692307692308%;

margin:0 0 2em;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#d3ced3;
/*background:-webkit-gradient(linear,left top,left bottom,from(#fcfbfc),to(#f7f6f7));
background:-webkit-linear-gradient(#fcfbfc,#f7f6f7);
background:-moz-linear-gradient(center top,#fcfbfc 0%,#f7f6f7 100%);
background:-moz-gradient(center top,#fcfbfc 0%,#f7f6f7 100%);*/

background: #98ceb3; /* Old browsers */

/*
background: -moz-linear-gradient(top, #98ceb3 0%, #8dbea5 50%, #7cb297 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98ceb3), color-stop(50%,#8dbea5), color-stop(100%,#7cb297)); 
background: -webkit-linear-gradient(top, #98ceb3 0%,#8dbea5 50%,#7cb297 100%); 
background: -o-linear-gradient(top, #98ceb3 0%,#8dbea5 50%,#7cb297 100%);
background: -ms-linear-gradient(top, #98ceb3 0%,#8dbea5 50%,#7cb297 100%); 
background: linear-gradient(to bottom, #98ceb3 0%,#8dbea5 50%,#7cb297 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ceb3', endColorstr='#7cb297',GradientType=0 );
*/


/*-webkit-box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);*/

/*
-webkit-box-shadow: 0 6px 4px -4px #4e7260;
-moz-box-shadow: 0 6px 4px -4px #4e7260;
box-shadow: 0 6px 4px -4px #4e7260;*/

border: 1px solid #7cb297;
border-bottom-color: #5a8a72;
/*lighter= #98ceb3*/;


color:#5e5e5e;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);
list-style:none outside;
line-height: 25px;
/*width:100%;*/
}

.woocommerce-message:after,.woocommerce-error:after,.woocommerce-info:after{content:"";display:block;clear:both}

.woocommerce-message:before,.woocommerce-error:before,.woocommerce-info:before{
/*content:"";height:1.5em;width:1.5em;display:block;position:absolute;top:0;left:1em;font-family:sans-serif;font-size:1em;line-height:1.5;text-align:center;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.2);padding-top:1em;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);-moz-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);*/
}

.woocommerce-message .button,.woocommerce-error .button,.woocommerce-info .button{float:right}.woocommerce-message li,.woocommerce-error li,.woocommerce-info li{list-style:none outside;padding-left:0;margin-left:0}

.woocommerce-message{
	/*border-top:3px solid #8fae1b;*/
	background: #8dbea5;
	color: #fff;
	/*font-family: ChaparralProItalic;
	font-size: 18px*/
}

.woocommerce-message:before{content:"\2713"; padding-right: 10px; padding-right: 0.71428571428571rem;
}


.woocommerce-error{

	background: #d65362; /* Old browsers */
	/*background: -moz-linear-gradient(top, #e46372 0%, #d65362 50%, #ca4353 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e46372), color-stop(50%,#d65362), color-stop(100%,#ca4353)); 
	background: -webkit-linear-gradient(top, #e46372 0%,#d65362 50%,#ca4353 100%); 
	background: -o-linear-gradient(top, #e46372 0%,#d65362 50%,#ca4353 100%); 
	background: -ms-linear-gradient(top, #e46372 0%,#d65362 50%,#ca4353 100%); 
	background: linear-gradient(to bottom, #e46372 0%,#d65362 50%,#ca4353 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e46372', endColorstr='#ca4353',GradientType=0 );*/
	
	border-color: #ca4353;
	border-bottom-color: #c13f4e;

	color: #ffffff !important;




}


.woocommerce-info:before{content:"i ";}


.woocommerce-info{
	font-weight: normal !important;


	background: #6f93ce; /* Old browsers */
	/*
	background: -moz-linear-gradient(top, #7a9ed9 0%, #6f93ce 50%, #5982bf 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a9ed9), color-stop(50%,#6f93ce), color-stop(100%,#ca4353));
	background: -webkit-linear-gradient(top, #7a9ed9 0%,#6f93ce 50%,#5982bf 100%);
	background: -o-linear-gradient(top, #7a9ed9 0%,#6f93ce 50%,#5982bf 100%); 
	background: -ms-linear-gradient(top, #7a9ed9 0%,#6f93ce 50%,#5982bf 100%); 
	background: linear-gradient(to bottom, #7a9ed9 0%,#6f93ce 50%, #5982bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a9ed9', endColorstr='#5982bf',GradientType=0 ); */
	
	border-color: #5982bf;
	border-bottom-color: #50649f;

	color: #ffffff !important;

}

.woocommerce-error p, .woocommerce-info p {
	font-weight: normal !important;
	color: #ffffff !important;
}

.woocommerce-error:before{content:"\00d7";}




p.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:.5em 0;text-align:center;background:#ad74a2;background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));background:-webkit-linear-gradient(#ad74a2,#96588a);background:-moz-linear-gradient(center top,#ad74a2 0%,#96588a 100%);background:-moz-gradient(center top,#ad74a2 0%,#96588a 100%);border:1px solid #96588a;color:#ffffff;z-index:99998;box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);-moz-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2)}.admin-bar p.demo_store{top:28px}.woocommerce small.note,.woocommerce-page small.note{display:block;color:#777777;font-size:11px;line-height:21px;margin-top:10px}.woocommerce .woocommerce-breadcrumb,.woocommerce-page .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:0.92em;color:#777777}.woocommerce .woocommerce-breadcrumb:after,.woocommerce-page .woocommerce-breadcrumb:after{content:"";display:block;clear:both}.woocommerce .woocommerce-breadcrumb a,.woocommerce-page .woocommerce-breadcrumb a{color:#777777}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set:after,.woocommerce-page .col2-set:after{content:"";display:block;clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce div.product,.woocommerce #content div.product,.woocommerce-page div.product,.woocommerce-page #content div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title,.woocommerce #content div.product .product_title,.woocommerce-page div.product .product_title,.woocommerce-page #content div.product .product_title{clear:none;margin-top:0;padding:0}




.woocommerce div.product span.price,.woocommerce div.product p.price,.woocommerce #content div.product span.price,.woocommerce #content div.product p.price,.woocommerce-page div.product span.price,.woocommerce-page div.product p.price,.woocommerce-page #content div.product span.price,.woocommerce-page #content div.product p.price{
		color:#85ad74;
		font-size: 26px !important;
		font-size: 1.85714285714286rem ;
		margin-bottom: 20px;
	}
	
	
	.woocommerce div.product span.price ins,.woocommerce div.product p.price ins,.woocommerce #content div.product span.price ins,.woocommerce #content div.product p.price ins,.woocommerce-page div.product span.price ins,.woocommerce-page div.product p.price ins,.woocommerce-page #content div.product span.price ins,.woocommerce-page #content div.product p.price ins{background:inherit}.woocommerce div.product span.price del,.woocommerce div.product p.price del,.woocommerce #content div.product span.price del,.woocommerce #content div.product p.price del,.woocommerce-page div.product span.price del,.woocommerce-page div.product p.price del,.woocommerce-page #content div.product span.price del,.woocommerce-page #content div.product p.price del{font-size:0.67em;color:rgba(145,145,145,0.5)}.woocommerce div.product p.stock,.woocommerce #content div.product p.stock,.woocommerce-page div.product p.stock,.woocommerce-page #content div.product p.stock{font-size: 18px; font-size: 1.28571428571429rem;}.woocommerce div.product .stock,.woocommerce #content div.product .stock,.woocommerce-page div.product .stock,.woocommerce-page #content div.product .stock{color:#85ad74}.woocommerce div.product .out-of-stock,.woocommerce #content div.product .out-of-stock,.woocommerce-page div.product .out-of-stock,.woocommerce-page #content div.product .out-of-stock{color:red; font-weight:bold;}
	
	.woocommerce div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page #content div.product div.images{float:left;width:42.307692307692%;margin-bottom:2em}
	
	
	.woocommerce div.product div.images img,.woocommerce #content div.product div.images img,.woocommerce-page div.product div.images img,.woocommerce-page #content div.product div.images img{display:block;width:100%;height:auto;/*box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);*/-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.woocommerce div.product div.images div.thumbnails,.woocommerce #content div.product div.images div.thumbnails,.woocommerce-page div.product div.images div.thumbnails,.woocommerce-page #content div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images div.thumbnails:after,.woocommerce #content div.product div.images div.thumbnails:after,.woocommerce-page div.product div.images div.thumbnails:after,.woocommerce-page #content div.product div.images div.thumbnails:after{content:"";display:block;clear:both}.woocommerce div.product div.images div.thumbnails a,.woocommerce #content div.product div.images div.thumbnails a,.woocommerce-page div.product div.images div.thumbnails a,.woocommerce-page #content div.product div.images div.thumbnails a{float:left;width:30.75%;margin-right:3.8%}.woocommerce div.product div.images div.thumbnails a.last,.woocommerce #content div.product div.images div.thumbnails a.last,.woocommerce-page div.product div.images div.thumbnails a.last,.woocommerce-page #content div.product div.images div.thumbnails a.last{margin-right:0}.woocommerce div.product div.images div.thumbnails a.first,.woocommerce #content div.product div.images div.thumbnails a.first,.woocommerce-page div.product div.images div.thumbnails a.first,.woocommerce-page #content div.product div.images div.thumbnails a.first{clear:both}
	
	.woocommerce div.product div.summary,.woocommerce #content div.product div.summary,.woocommerce-page div.product div.summary,.woocommerce-page #content div.product div.summary{
	/*float:right;
	width:53.846153846154%;*/
	margin-bottom:2.85714285714286rem}
	
	.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float: none;width:auto;}
	
	
	.summary h1.entry-title {
		font-size: 74px;
		font-size: 5.28571428571429rem;
		line-height: 0.94594594594595em;
		font-weight: normal;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	
	.woocommerce div.product div.social,.woocommerce #content div.product div.social,.woocommerce-page div.product div.social,.woocommerce-page #content div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span,.woocommerce #content div.product div.social span,.woocommerce-page div.product div.social span,.woocommerce-page #content div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span,.woocommerce #content div.product div.social span span,.woocommerce-page div.product div.social span span,.woocommerce-page #content div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets,.woocommerce #content div.product div.social span .stButton .chicklets,.woocommerce-page div.product div.social span .stButton .chicklets,.woocommerce-page #content div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe,.woocommerce #content div.product div.social iframe,.woocommerce-page div.product div.social iframe,.woocommerce-page #content div.product div.social iframe{float:left;margin-top:3px}
	
	
	.woocommerce div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs, #content .content-tabs{clear:both; margin-top: 40px;
	}.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs, #content .content-tabs ul.tabs {
	list-style:none;
	padding:0 0 0 0.71428571428571em;
	margin:0 0 40px;overflow:hidden;position:relative
	}.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, #content .content-tabs  ul.tabs li{
	border:1px solid #dfdbdf;background:#f7f6f7;
	
	background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf));background:-webkit-linear-gradient(#f7f6f7,#dfdbdf);background:-moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);background:-moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);display:inline-block;
	
	position:relative;z-index:0;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;
	
	box-shadow:0 3px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);
	
	margin:0 -5px;padding:0 1em}
	
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, #content .content-tabs ul.tabs li a{
	
	display:inline-block;padding:0.71428571428571rem 0;font-weight:normal;
	color:#5e5e5e;text-shadow:0 1px 0 rgba(255,255,255,0.8);text-decoration:none;
	line-height:22px;
	
	}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover, #content .content-tabs ul.tabs li a:hover{text-decoration:none;color:#777777}.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, #content .content-tabs ul.tabs li.active {background:#ffffff;z-index:2;border-bottom-color:#ffffff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, #content .content-tabs ul.tabs li.active a {color:inherit;text-shadow:inherit}
	
	#content div.content-tabs {
		margin-top: 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, #content .content-tabs ul.tabs li.active:before {box-shadow:2px 2px 0 #ffffff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, #content .content-tabs ul.tabs li.active:after{box-shadow:-2px 2px 0 #ffffff;border: 0;
	}.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, #content .content-tabs ul.tabs li:after{border:1px solid #dfdbdf;position:absolute;bottom:-1px;width:5px;height:5px;content:" "}.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, #content .content-tabs ul.tabs li:before{left:-6px;-webkit-border-bottom-right-radius:4px;-mox-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #dfdbdf}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, #content .content-tabs ul.tabs li.after{right:-6px;-webkit-border-bottom-left-radius:4px;-mox-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #dfdbdf}.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, #content .content-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #dfdbdf;z-index:1}.woocommerce div.product .woocommerce-tabs .panel,.woocommerce #content div.product .woocommerce-tabs .panel,.woocommerce-page div.product .woocommerce-tabs .panel,.woocommerce-page #content div.product .woocommerce-tabs .panel, #content .content-tabs .panel{margin:0 0 2em;padding:0}
	
	
	
	
	
	
	.woocommerce div.product p.cart,.woocommerce #content div.product p.cart,.woocommerce-page div.product p.cart,.woocommerce-page #content div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart:after,.woocommerce #content div.product p.cart:after,.woocommerce-page div.product p.cart:after,.woocommerce-page #content div.product p.cart:after{content:"";display:block;clear:both}.woocommerce div.product form.cart,.woocommerce #content div.product form.cart,.woocommerce-page div.product form.cart,.woocommerce-page #content div.product form.cart{
	text-align: right;
	margin-bottom:20px;
	clear: none;
	margin-top: 20px;
	display: inline-block;
	width: 69.230769230769%;
	width: 65.384615384615%;
	float: right;
	}
	.woocommerce div.offers,.woocommerce #content div.offers,.woocommerce-page div.offers,.woocommerce-page #content div.offers , div.offers{
	width:33%;
	margin-bottom:20px;
	clear: none;
	margin-top: 20px;
	display: inline-block;
	color:#85ad74;
	font-size: 26px;
	font-size: 1.15384615384615rem;
	}
	
	.woocommerce div.product form.cart:after,.woocommerce #content div.product form.cart:after,.woocommerce-page div.product form.cart:after,.woocommerce-page #content div.product form.cart:after{content:"";display:block;clear:both}.woocommerce div.product form.cart div.quantity,.woocommerce #content div.product form.cart div.quantity,.woocommerce-page div.product form.cart div.quantity,.woocommerce-page #content div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table,.woocommerce #content div.product form.cart table,.woocommerce-page div.product form.cart table,.woocommerce-page #content div.product form.cart table{border-width:0 0 1px 0}.woocommerce div.product form.cart table td,.woocommerce #content div.product form.cart table td,.woocommerce-page div.product form.cart table td,.woocommerce-page #content div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity,.woocommerce #content div.product form.cart table div.quantity,.woocommerce-page div.product form.cart table div.quantity,.woocommerce-page #content div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock,.woocommerce #content div.product form.cart table small.stock,.woocommerce-page div.product form.cart table small.stock,.woocommerce-page #content div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations,.woocommerce #content div.product form.cart .variations,.woocommerce-page div.product form.cart .variations,.woocommerce-page #content div.product form.cart .variations{margin-bottom:1em}.woocommerce div.product form.cart .variations label,.woocommerce #content div.product form.cart .variations label,.woocommerce-page div.product form.cart .variations label,.woocommerce-page #content div.product form.cart .variations label{font-weight:bold}.woocommerce div.product form.cart .variations select,.woocommerce #content div.product form.cart .variations select,.woocommerce-page div.product form.cart .variations select,.woocommerce-page #content div.product form.cart .variations select{width:100%;float:left}.woocommerce div.product form.cart .variations td.label,.woocommerce #content div.product form.cart .variations td.label,.woocommerce-page div.product form.cart .variations td.label,.woocommerce-page #content div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .variations td,.woocommerce #content div.product form.cart .variations td,.woocommerce-page div.product form.cart .variations td,.woocommerce-page #content div.product form.cart .variations td{vertical-align:top}.woocommerce div.product form.cart .button,.woocommerce #content div.product form.cart .button,.woocommerce-page div.product form.cart .button,.woocommerce-page #content div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.label,.woocommerce #content div.product form.cart .group_table td.label,.woocommerce-page div.product form.cart .group_table td.label,.woocommerce-page #content div.product form.cart .group_table td.label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td,.woocommerce #content div.product form.cart .group_table td,.woocommerce-page div.product form.cart .group_table td,.woocommerce-page #content div.product form.cart .group_table td{vertical-align:top}.woocommerce span.onsale,.woocommerce-page span.onsale{
		min-height:32px;
		min-width:32px;
		padding:4px;
		font-size:12px;text-transform:uppercase;font-weight:normal;
		position:absolute;
		text-align:center;
		z-index: 3;
		line-height:32px;top:6px;left:6px;margin:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#70ae8f;background:-webkit-gradient(linear,left top,left bottom,from(#70ae8f),to(#70ae8f));background:-webkit-linear-gradient(#70ae8f,#70ae8f);background:-moz-linear-gradient(center top,#70ae8f 0%,#70ae8f 100%);background:-moz-gradient(center top,#70ae8f 0%,#70ae8f 100%);text-shadow:0 -1px 0 #70ae8f;color:#ffffff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1)}.woocommerce .products ul,.woocommerce ul.products,.woocommerce-page .products ul,.woocommerce-page ul.products{margin:0;padding:0;list-style:none outside;clear:both}.woocommerce .products ul:after,.woocommerce ul.products:after,.woocommerce-page .products ul:after,.woocommerce-page ul.products:after, .woocommerce .posts ul:after,.woocommerce ul.posts:after,.woocommerce-page .posts ul:after,.woocommerce-page ul.posts:after{content:"";display:block;clear:both}.woocommerce .products ul li,.woocommerce ul.products li,.woocommerce-page .products ul li,.woocommerce-page ul.products li, .woocommerce .posts ul li,.woocommerce ul.posts li,.woocommerce-page .posts ul li,.woocommerce-page ul.posts li{list-style:none outside}.woocommerce .related:after,.woocommerce .upsells.products:after,.woocommerce-page .related:after,.woocommerce-page .upsells.products:after{content:"";display:block;clear:both}.woocommerce .related ul.products,.woocommerce .related ul,.woocommerce .upsells.products ul.products,.woocommerce .upsells.products ul,.woocommerce-page .related ul.products,.woocommerce-page .related ul,.woocommerce-page .upsells.products ul.products,.woocommerce-page .upsells.products ul{float:none}

/*.woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce-page .upsells.products ul li.product{width:48%}*/


.woocommerce .related ul.products li.product img,.woocommerce .related ul li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce .upsells.products ul li.product img,.woocommerce-page .related ul.products li.product img,.woocommerce-page .related ul li.product img,.woocommerce-page .upsells.products ul.products li.product img,.woocommerce-page .upsells.products ul li.product img{width:100%;height:auto}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,
.woocommerce ul.posts li.post,.woocommerce-page ul.posts li.post {float:left;margin:0;margin-bottom: 20px;margin-right:7.69%;
	padding:0;position:relative;}

.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale{
top:0;right:0;left:auto;margin:-6px -6px 0 0; overflow: visible;
}
.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3{
padding:.5em 0;margin:0;font-size:1em
}.woocommerce ul.products li.product a,.woocommerce-page ul.products li.product a{text-decoration:none}
.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1.07142857142857rem;/*box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);*/-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}

.woocommerce ul.products li.product a:hover img,.woocommerce-page ul.products li.product a:hover img{/*box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.4)*/}

.woocommerce ul.products li.product strong,.woocommerce-page ul.products li.product strong{display:block}.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{color:#85ad74;display:block;font-weight:normal;margin-bottom:.5em}
.woocommerce ul.products li.product .price del,.woocommerce-page ul.products li.product .price del{
	font-size:0.67em;color:rgba(145,145,145,0.5);margin:-2px 0 0 0;
	display: none;
	
	}.woocommerce ul.products li.product .price ins,.woocommerce-page ul.products li.product .price ins{background:none}.woocommerce ul.products li.product .price .from,.woocommerce-page ul.products li.product .price .from{font-size:0.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(145,145,145,0.5)}
	
	.woocommerce ul.products li.first,.woocommerce-page ul.products li.first,
	.woocommerce ul.posts li.first, .woocommerce-page ul.posts li.first{clear:both;}
	
	.woocommerce ul.products li.last,.woocommerce-page ul.products li.last,
	.woocommerce ul.posts li.last,.woocommerce-page ul.posts li.last
	{margin-right:0;}
	
	.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float: none; display: inline-block;
	;margin:0 0 0em}
	
	
	.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{margin:0 0 1em;float:right}.woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination,.woocommerce #content nav.woocommerce-pagination,.woocommerce-page nav.woocommerce-pagination,.woocommerce-page #content nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul,.woocommerce #content nav.woocommerce-pagination ul,.woocommerce-page nav.woocommerce-pagination ul,.woocommerce-page #content nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #dfdbdf;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li,.woocommerce #content nav.woocommerce-pagination ul li,.woocommerce-page nav.woocommerce-pagination ul li,.woocommerce-page #content nav.woocommerce-pagination ul li{border-right:1px solid #dfdbdf;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span,.woocommerce #content nav.woocommerce-pagination ul li a,.woocommerce #content nav.woocommerce-pagination ul li span,.woocommerce-page nav.woocommerce-pagination ul li a,.woocommerce-page nav.woocommerce-pagination ul li span,.woocommerce-page #content nav.woocommerce-pagination ul li a,.woocommerce-page #content nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1em;font-size:1em;font-weight:normal;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce #content nav.woocommerce-pagination ul li span.current,.woocommerce #content nav.woocommerce-pagination ul li a:hover,.woocommerce #content nav.woocommerce-pagination ul li a:focus,.woocommerce-page nav.woocommerce-pagination ul li span.current,.woocommerce-page nav.woocommerce-pagination ul li a:hover,.woocommerce-page nav.woocommerce-pagination ul li a:focus,.woocommerce-page #content nav.woocommerce-pagination ul li span.current,.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,.woocommerce-page #content nav.woocommerce-pagination ul li a:focus{background:#f7f6f7;color:#978a97}
	
	
	
	.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce #content input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page #respond input#submit,.woocommerce-page #content input.button{
	
	/*text-decoration: none;
	letter-spacing: 0;
	text-transform: none;*/
	letter-spacing: 1px;
	text-transform: uppercase;
	
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.28571428571429rem !important;
	padding: 6px 10px 4px 10px;

	cursor:pointer;
	position:relative;
	font-family:inherit;
	text-decoration:none;
	overflow:visible;
	text-decoration:none;
	font-weight:bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;

	left:auto;
	
	text-shadow:0 1px 0 #ffffff;color:#5e5e5e;text-shadow:0 1px 0 rgba(255,255,255,0.8);
	
	border:1px solid #dbd7db;
	background:#FAFAFA;
	background:-webkit-gradient(linear,left top,left bottom,from(#FAFAFA),to(#e7e5e5));
	background:-webkit-linear-gradient(#FAFAFA,#e7e5e5);
	background:-moz-linear-gradient(center top,#FAFAFA 0%,#e7e5e5 100%);
	background:-moz-gradient(center top,#FAFAFA 0%,#e7e5e5 100%);
	white-space:nowrap;
	
	display:inline-block;
	
	
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1)
	
	}
	
	
	
	
	
	
	
	.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading,.woocommerce #respond input#submit.loading,.woocommerce #content input.button.loading,.woocommerce-page a.button.loading,.woocommerce-page button.button.loading,.woocommerce-page input.button.loading,.woocommerce-page #respond input#submit.loading,.woocommerce-page #content input.button.loading{color:#777777;border:1px solid #f7f6f7}

.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce #content input.button.loading:before,.woocommerce-page a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce-page input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce-page #content input.button.loading:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background:url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65)}.woocommerce a.button.added:before,.woocommerce button.button.added:before,.woocommerce input.button.added:before,.woocommerce #respond input#submit.added:before,.woocommerce #content input.button.added:before,.woocommerce-page a.button.added:before,.woocommerce-page button.button.added:before,.woocommerce-page input.button.added:before,.woocommerce-page #respond input#submit.added:before,.woocommerce-page #content input.button.added:before{content:"";position:absolute;height:16px;width:16px;top:0.35em;right:-26px;text-indent:0;background:url(../images/success.png) no-repeat}



.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce #content input.button:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page #content input.button:hover{
	background:#e7e5e5;
	background:-webkit-gradient(linear,left top,left bottom,from(#e7e5e5),to(#d3ced3));
	background:-webkit-linear-gradient(#e7e5e5,#d3ced3);
	background:-moz-linear-gradient(center top,#e7e5e5 0%,#d3ced3 100%);
	background:-moz-gradient(center top,#e7e5e5 0%,#d3ced3 100%);
	text-decoration:none;
}


.woocommerce a.button:active,.woocommerce button.button:active,.woocommerce input.button:active,.woocommerce #respond input#submit:active,.woocommerce #content input.button:active,.woocommerce-page a.button:active,.woocommerce-page button.button:active,.woocommerce-page input.button:active,.woocommerce-page #respond input#submit:active,.woocommerce-page #content input.button:active{top:1px}


.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce #content input.button.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page #content input.button.alt{
	background:#8dbea5;
	background:-webkit-gradient(linear,left top,left bottom,from(#8dbea5),to(#70ae8f));
	background:-webkit-linear-gradient(#8dbea5,#70ae8f);
	background:-moz-linear-gradient(center top,#8dbea5 0%,#70ae8f 100%);
	background:-moz-gradient(center top,#8dbea5 0%,#5e9b7c 100%);
	border-color:#5e9b7c;
	color:#ffffff;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);
	}


.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce #content input.button.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page #content input.button.alt:hover{
	background:#70ae8f;
	background:-webkit-gradient(linear,left top,left bottom,from(#70ae8f),to(#70ae8f));
	background:-webkit-linear-gradient(#70ae8f,#70ae8f);
	background:-moz-linear-gradient(center top,#70ae8f 0%,#70ae8f 100%);
	background:-moz-gradient(center top,#70ae8f 0%,#70ae8f 100%);
	color:#ffffff;
	text-shadow:0 1px 0 rgba(0,0,0,0.7);
}



.woocommerce .cart .button,.woocommerce .cart input.button,.woocommerce-page .cart .button,.woocommerce-page .cart input.button{float:none}.woocommerce a.added_to_cart,.woocommerce-page a.added_to_cart{padding-top:.5em;white-space:nowrap;display:inline-block}.woocommerce .quantity,.woocommerce #content .quantity,.woocommerce-page .quantity,.woocommerce-page #content .quantity{width:60px;position:relative;margin:0 auto;overflow:hidden;zoom:1}.woocommerce .quantity input::-webkit-outer-spin-button,.woocommerce .quantity input::-webkit-inner-spin-button,.woocommerce #content .quantity input::-webkit-outer-spin-button,.woocommerce #content .quantity input::-webkit-inner-spin-button,.woocommerce-page .quantity input::-webkit-outer-spin-button,.woocommerce-page .quantity input::-webkit-inner-spin-button,.woocommerce-page #content .quantity input::-webkit-outer-spin-button,.woocommerce-page #content .quantity input::-webkit-inner-spin-button{display:none}.woocommerce .quantity input.qty,.woocommerce #content .quantity input.qty,.woocommerce-page .quantity input.qty,.woocommerce-page #content .quantity input.qty{width:40px;height:28px;float:left;padding:0;text-align:center;border:1px solid #c7c0c7;border-right:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:inset 0 0 2px 0 #f7f6f7;-webkit-box-shadow:inset 0 0 2px 0 #f7f6f7;-moz-box-shadow:inset 0 0 2px 0 #f7f6f7;font-weight:bold;-webkit-border-top-left-radius:2px;-webkit-border-bottom-left-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.woocommerce .quantity noindex:-o-prefocus,.woocommerce .quantity input[type=number],.woocommerce #content .quantity noindex:-o-prefocus,.woocommerce #content .quantity input[type=number],.woocommerce-page .quantity noindex:-o-prefocus,.woocommerce-page .quantity input[type=number],.woocommerce-page #content .quantity noindex:-o-prefocus,.woocommerce-page #content .quantity input[type=number]{padding-right:1.2em}.woocommerce .quantity .plus,.woocommerce .quantity .minus,.woocommerce #content .quantity .plus,.woocommerce #content .quantity .minus,.woocommerce-page .quantity .plus,.woocommerce-page .quantity .minus,.woocommerce-page #content .quantity .plus,.woocommerce-page #content .quantity .minus{display:block;padding:0;margin:0;position:absolute;text-align:center;vertical-align:text-top;width:20px;height:15px;text-decoration:none;overflow:visible;text-decoration:none;font-weight:bold;cursor:pointer;line-height:13px;font-size:12px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#5e5e5e;text-shadow:0 1px 0 rgba(255,255,255,0.8);border:1px solid #c7c0c7;background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf));background:-webkit-linear-gradient(#f7f6f7,#dfdbdf);background:-moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);background:-moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1)}.woocommerce .quantity .plus:hover,.woocommerce .quantity .minus:hover,.woocommerce #content .quantity .plus:hover,.woocommerce #content .quantity .minus:hover,.woocommerce-page .quantity .plus:hover,.woocommerce-page .quantity .minus:hover,.woocommerce-page #content .quantity .plus:hover,.woocommerce-page #content .quantity .minus:hover{background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#d3ced3));background:-webkit-linear-gradient(#f7f6f7,#d3ced3);background:-moz-linear-gradient(center top,#f7f6f7 0%,#d3ced3 100%);background:-moz-gradient(center top,#f7f6f7 0%,#d3ced3 100%)}.woocommerce .quantity .plus,.woocommerce #content .quantity .plus,.woocommerce-page .quantity .plus,.woocommerce-page #content .quantity .plus{top:0;right:0;border-bottom:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.woocommerce .quantity .minus,.woocommerce #content .quantity .minus,.woocommerce-page .quantity .minus,.woocommerce-page #content .quantity .minus{bottom:0;right:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0}.woocommerce #reviews h2 small,.woocommerce-page #reviews h2 small{float:right;color:#777777;font-size:15px;line-height:21px;margin:10px 0 0 0}.woocommerce #reviews h2 small a,.woocommerce-page #reviews h2 small a{text-decoration:none;color:#777777}.woocommerce #reviews h3,.woocommerce-page #reviews h3{margin:0}.woocommerce #reviews #respond,.woocommerce-page #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment,.woocommerce-page #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review:after,.woocommerce-page #reviews #comments .add_review:after{content:"";display:block;clear:both}.woocommerce #reviews #comments h2,.woocommerce-page #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist,.woocommerce-page #reviews #comments ol.commentlist{margin:0;width:100%;background:none;list-style:none}.woocommerce #reviews #comments ol.commentlist:after,.woocommerce-page #reviews #comments ol.commentlist:after{content:"";display:block;clear:both}.woocommerce #reviews #comments ol.commentlist li,.woocommerce-page #reviews #comments ol.commentlist li{padding:00;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li .meta,.woocommerce-page #reviews #comments ol.commentlist li .meta{
}

#comment-8 div.comment-text p.meta em.verified {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,.woocommerce-page #reviews #comments ol.commentlist li img.avatar{
	float:none;
	position:relative;
	top:0;
	left:0;
	padding:0px;
	width:32px;
	height:auto;
	background:#fff;
	border:0;
	margin:0;
	line-height:1;
	display: none;
}.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce-page #reviews #comments ol.commentlist li .comment-text{
	margin:0px;
	border:0;
	padding:00;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text p,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p{ margin-bottom: 10px; margin-bottom: 0.71428571428571rem;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta{
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(44, 30, 29, 0.5);
	font-size: 13px;
	font-size: 0.92857142857143rem;
	}.woocommerce #reviews #comments .commentlist > li:before,.woocommerce-page #reviews #comments .commentlist > li:before{content:""}.woocommerce .star-rating,.woocommerce-page .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1em;font-size:1em;width:5.4em;font-family:'star'}.woocommerce .star-rating:before,.woocommerce-page .star-rating:before{content:"\73\73\73\73\73";color:#dfdbdf;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span,.woocommerce-page .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.woocommerce .products .star-rating,.woocommerce-page .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating,.woocommerce-page .hreview-aggregate .star-rating{margin:10px 0 0 0}.woocommerce #review_form #respond,.woocommerce-page #review_form #respond{position:static;margin:0;width:auto;padding:0 0 0;background:transparent none;border:0}.woocommerce #review_form #respond:after,.woocommerce-page #review_form #respond:after{content:"";display:block;clear:both}.woocommerce #review_form #respond p,.woocommerce-page #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input,.woocommerce-page #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea,.woocommerce-page #review_form #respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.woocommerce p.stars:after,.woocommerce-page p.stars:after{content:"";display:block;clear:both}.woocommerce p.stars span,.woocommerce-page p.stars span{width:80px;height:16px;position:relative;float:left;background:url(../images/star.png) repeat-x left 0}.woocommerce p.stars span a,.woocommerce-page p.stars span a{float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}.woocommerce p.stars span a:hover,.woocommerce p.stars span a:focus,.woocommerce-page p.stars span a:hover,.woocommerce-page p.stars span a:focus{background:url(../images/star.png) repeat-x left -16px}.woocommerce p.stars span a.active,.woocommerce-page p.stars span a.active{background:url(../images/star.png) repeat-x left -32px}.woocommerce p.stars span a.star-1,.woocommerce-page p.stars span a.star-1{width:16px;z-index:10}.woocommerce p.stars span a.star-2,.woocommerce-page p.stars span a.star-2{width:32px;z-index:9}.woocommerce p.stars span a.star-3,.woocommerce-page p.stars span a.star-3{width:48px;z-index:8}.woocommerce p.stars span a.star-4,.woocommerce-page p.stars span a.star-4{width:64px;z-index:7}.woocommerce p.stars span a.star-5,.woocommerce-page p.stars span a.star-5{width:80px;z-index:6}.woocommerce table.shop_attributes,.woocommerce-page table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,0.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th,.woocommerce-page table.shop_attributes th{width:150px;font-weight:bold;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,0.1);margin:0;line-height:1.5em}.woocommerce table.shop_attributes td,.woocommerce-page table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,0.1);margin:0;line-height:1.5em}.woocommerce table.shop_attributes td p,.woocommerce-page table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th,.woocommerce-page table.shop_attributes .alt td,.woocommerce-page table.shop_attributes .alt th{background:rgba(0,0,0,0.025)}.woocommerce table.shop_table,.woocommerce-page table.shop_table{border:1px solid rgba(0,0,0,0.1);margin:0px -1px 24px 0px;text-align:left;width:100%;border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.woocommerce table.shop_table th,.woocommerce-page table.shop_table th{line-height:18px;padding:0.71428571428571rem 0px}.woocommerce table.shop_table td,.woocommerce-page table.shop_table td{

border-top:1px solid rgba(0,0,0,0.1);
padding:5px 10px;
vertical-align:middle;

}.woocommerce table.shop_table td small,.woocommerce-page table.shop_table td small{font-weight:normal}

#order_review table.shop_table tfoot tr.total td strong {
	
}

.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce-page table.shop_table tfoot td,.woocommerce-page table.shop_table tfoot th{border-top:1px solid rgba(0,0,0,0.1)}.woocommerce table.my_account_orders,.woocommerce-page table.my_account_orders{font-size:0.85em}.woocommerce table.my_account_orders th,.woocommerce table.my_account_orders td,.woocommerce-page table.my_account_orders th,.woocommerce-page table.my_account_orders td{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button,.woocommerce-page table.my_account_orders .button{white-space:nowrap}.woocommerce table.my_account_orders .order-actions,.woocommerce-page table.my_account_orders .order-actions{text-align:right}.woocommerce table.my_account_orders .order-actions .button,.woocommerce-page table.my_account_orders .order-actions .button{margin:.125em 0 .125em .25em}.woocommerce td.product-name dl.variation,.woocommerce-page td.product-name dl.variation{margin:.25em 0 .5em;font-size:0.8751em}.woocommerce td.product-name dl.variation dt,.woocommerce-page td.product-name dl.variation dt{font-weight:bold;float:left;clear:left;margin:0 .25em 0 0;padding:0}.woocommerce td.product-name dl.variation dd,.woocommerce-page td.product-name dl.variation dd{margin:0 0 .25em 0}.woocommerce td.product-name p.backorder_notification,.woocommerce-page td.product-name p.backorder_notification{font-size:0.83em}.woocommerce td.product-quantity,.woocommerce-page td.product-quantity{min-width:80px}.woocommerce table.cart .product-thumbnail,.woocommerce #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail{min-width:40px}.woocommerce table.cart img,.woocommerce #content table.cart img,.woocommerce-page table.cart img,.woocommerce-page #content table.cart img{width:80%;height:auto; margin: 0;}.woocommerce table.cart th,.woocommerce table.cart td,.woocommerce #content table.cart th,.woocommerce #content table.cart td,.woocommerce-page table.cart th,.woocommerce-page table.cart td,.woocommerce-page #content table.cart th,.woocommerce-page #content table.cart td{vertical-align:middle; font-weight:normal}.woocommerce table.cart a.remove,.woocommerce #content table.cart a.remove,.woocommerce-page table.cart a.remove,.woocommerce-page #content table.cart a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;color:#d65362;text-decoration:none;font-weight:normal}.woocommerce table.cart a.remove:hover,.woocommerce #content table.cart a.remove:hover,.woocommerce-page table.cart a.remove:hover,.woocommerce-page #content table.cart a.remove:hover{background-color:#d65362;color:#fff}.woocommerce table.cart td.actions,.woocommerce #content table.cart td.actions,.woocommerce-page table.cart td.actions,.woocommerce-page #content table.cart td.actions{text-align:right}.woocommerce table.cart td.actions .coupon,.woocommerce #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon{float:left}.woocommerce table.cart td.actions .coupon label,.woocommerce #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label{display:none}.woocommerce table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text{width:80px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);border:1px solid #dfdbdf;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1em}.woocommerce table.cart td.actions .button.alt,.woocommerce #content table.cart td.actions .button.alt,.woocommerce-page table.cart td.actions .button.alt,.woocommerce-page #content table.cart td.actions .button.alt{float:right;margin-left:.25em}.woocommerce table.cart input,.woocommerce #content table.cart input,.woocommerce-page table.cart input,.woocommerce-page #content table.cart input{margin:0;vertical-align:middle;line-height:1em}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget,.woocommerce-page ul.cart_list,.woocommerce-page ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after{content:"";display:block;clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a{display:block;font-weight:bold}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3)}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl,.woocommerce-page ul.cart_list li dl,.woocommerce-page ul.product_list_widget li dl{margin:0;font-size:0.8751em;padding-left:1em;border-left:2px solid rgba(0,0,0,0.1)}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt,.woocommerce-page ul.cart_list li dl dt,.woocommerce-page ul.product_list_widget li dl dt{float:left;clear:left;margin-right:.25em}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd,.woocommerce-page ul.cart_list li dl dd,.woocommerce-page ul.product_list_widget li dl dd{margin-bottom:.5em}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating,.woocommerce-page ul.cart_list li .star-rating,.woocommerce-page ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce-page .widget_shopping_cart .total{border-top:3px double #f7f6f7;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce-page .widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce-page .widget_shopping_cart .buttons:after{content:"";display:block;clear:both}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals:after,.woocommerce-page .cart-collaterals:after{content:"";display:block;clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;text-align:right;margin:20px 0 0 0;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:after{content:"";display:block;clear:both}.woocommerce .cart-collaterals .shipping_calculator .button,.woocommerce-page .cart-collaterals .shipping_calculator .button{float:right;display:block}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}


.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{
	float:right;
	width:84.615384615385%;
	text-align:right;
}



.woocommerce .cart-collaterals .cart_totals p,.woocommerce-page .cart-collaterals .cart_totals p{margin:0}.woocommerce .cart-collaterals .cart_totals p small,.woocommerce-page .cart-collaterals .cart_totals p small{color:#777777;font-size:0.83em}.woocommerce .cart-collaterals .cart_totals table,.woocommerce-page .cart-collaterals .cart_totals table{border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:0 0 6px;padding:0}.woocommerce .cart-collaterals .cart_totals table tr:first-child th,.woocommerce .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td{border-top:0}.woocommerce .cart-collaterals .cart_totals table td,.woocommerce .cart-collaterals .cart_totals table th,.woocommerce-page .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table th{padding:5px 0px}.woocommerce .cart-collaterals .cart_totals table small,.woocommerce-page .cart-collaterals .cart_totals table small{display:block;color:#777777}.woocommerce .cart-collaterals .cart_totals table select,.woocommerce-page .cart-collaterals .cart_totals table select{width:100%}.woocommerce .cart-collaterals .cart_totals .discount td,.woocommerce-page .cart-collaterals .cart_totals .discount td{color:#85ad74}.woocommerce .cart-collaterals .cart_totals tr td,.woocommerce .cart-collaterals .cart_totals tr th,.woocommerce-page .cart-collaterals .cart_totals tr td,.woocommerce-page .cart-collaterals .cart_totals tr th{border-top:1px solid #f7f6f7;padding:5px 0px; height: 39px;}.woocommerce .cart-collaterals .cart_totals a.button.alt,.woocommerce-page .cart-collaterals .cart_totals a.button.alt{width:193px;display:block;font-size:0.92em}.woocommerce form .form-row,.woocommerce-page form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row:after,.woocommerce-page form .form-row:after{content:"";display:block;clear:both}

#order_review_heading {
	margin-top: 40px;
	margin-top: 2.85714285714286rem;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder{
-webkit-transition:opacity 0.5s 0.5s ease;-moz-transition:opacity 0.5s 0.5s ease;transition:opacity 0.5s 0.5s ease;opacity:0;
}

.woocommerce-checkout .form-row .chzn-container{width: none !important;}





.woocommerce form .form-row label,.woocommerce-page form .form-row label{
display:block;
margin-top: 20px;
margin-bottom: 10px;
}


.woocommerce form .form-row label.hidden,.woocommerce-page form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%;cursor:pointer;margin:0}.woocommerce form .form-row .required,.woocommerce-page form .form-row .required{color:#d65362;font-weight:bold;border:0}.woocommerce form .form-row .input-checkbox,.woocommerce-page form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	outline:0;
	font-size:15px;
	line-height:1.07142857142857rem;
}


.woocommerce form .form-row textarea,.woocommerce-page form .form-row textarea{height:3.5em;line-height:1.5em;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text{background-image:url(../images/icons/valid.png);background-position:95% center;background-repeat:no-repeat}.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text{background-image:url(../images/icons/invalid.png);background-position:95% center;background-repeat:no-repeat}.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single,.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop,.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce form .form-row.validate-required.woocommerce-invalid select,.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single,.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop,.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce-page form .form-row.validate-required.woocommerce-invalid select{border-color:#d65362}


.woocommerce form .form-row ::-webkit-input-placeholder,.woocommerce-page form .form-row ::-webkit-input-placeholder{line-height:1em;padding-top:2px}

.entry-content .woocommerce h2 {
	font-size: 22px;
	font-size: 1.57142857142857rem;
	line-height: 1.36363636363636em;
	letter-spacing: 0.02em;
	font-weight: normal;
}

.woocommerce form .form-row :-moz-placeholder,.woocommerce-page form .form-row :-moz-placeholder{line-height:1em;padding-top:2px}

.woocommerce form .form-row :-ms-input-placeholder,.woocommerce-page form .form-row :-ms-input-placeholder{line-height:1em;padding-top:2px}

.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{float:left;width:47%;overflow:visible}


.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form.login,.woocommerce form.checkout_coupon,.woocommerce form.register,.woocommerce-page form.login,.woocommerce-page form.checkout_coupon,.woocommerce-page form.register{border:1px solid #dfdbdf;padding:20px;margin:2em 0 2em 0px;text-align:left;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.woocommerce ul#shipping_method,.woocommerce-page ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li,.woocommerce-page ul#shipping_method li{margin:0;padding:.25em 0 .25em 22px;text-indent:-22px;list-style:none outside}.woocommerce ul#shipping_method .amount,.woocommerce-page ul#shipping_method .amount{font-weight:bold}.woocommerce .checkout .col-2 h3,.woocommerce-page .checkout .col-2 h3{float:left;clear:none}.woocommerce .checkout .col-2 .notes,.woocommerce-page .checkout .col-2 .notes{clear:left}.woocommerce .checkout .col-2 .form-row-first,.woocommerce-page .checkout .col-2 .form-row-first{clear:left}.woocommerce .checkout div.shipping-address,.woocommerce-page .checkout div.shipping-address{padding:0;clear:left;width:100%}


.woocommerce .checkout #shiptobilling,.woocommerce-page .checkout #shiptobilling{
	/*line-height:20px;*/
	text-transform: none;
	margin:20px 0 0 0;
	padding:0;
}
.woocommerce .checkout #shiptobilling label,.woocommerce-page .checkout #shiptobilling label{
	/*font-size:0.6875em;*/
	text-transform: none;
	font-family: ChaparralPro, Georgia, Times, serif;
	font-size: 15px;
	font-size: 1.07142857142857rem;
	font-weight: normal;
	line-height: 1.33333333333333rem;
	letter-spacing: 0;
	color: #757575;
}

#customer_details div div.shipping_address h2 {
	margin-top: 30px;
	margin-top: 2.14285714285714rem;
}

.woocommerce .checkout .shipping_address,.woocommerce-page .checkout .shipping_address{clear:both}.woocommerce #payment,.woocommerce-page #payment{background:#f7f6f7;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.woocommerce #payment ul.payment_methods,.woocommerce-page #payment ul.payment_methods{text-align:left;padding:3.846153846154%;border-bottom:0px solid #dfdbdf;margin:0;list-style:none outside}.woocommerce #payment ul.payment_methods:after,.woocommerce-page #payment ul.payment_methods:after{content:"";display:block;clear:both}.woocommerce #payment ul.payment_methods li,.woocommerce-page #payment ul.payment_methods li{line-height:2em;text-align:left;margin:0;font-weight:normal}.woocommerce #payment ul.payment_methods li input,.woocommerce-page #payment ul.payment_methods li input{margin:0 1em 0 0}.woocommerce #payment ul.payment_methods li img,.woocommerce-page #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;position:relative}.woocommerce #payment div.form-row,.woocommerce-page #payment div.form-row{padding:1em;border-top:1px solid #ffffff}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right;margin:0}.woocommerce #payment .terms,.woocommerce-page #payment .terms{padding:0 1em 0;text-align:right}

.woocommerce #payment div.payment_box,.woocommerce-page #payment div.payment_box{

position:relative;
width:96%;
padding:1em 2.083333333333%;
margin:1em 0 1em 0;
font-size:0.92em;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
line-height:1.5em;
background:#ebe9eb;
background:-webkit-gradient(linear,left top,left bottom,from(#ebe9eb),to(#e2dee2));
background:-webkit-linear-gradient(#ebe9eb,#e2dee2);
background:-moz-linear-gradient(center top,#ebe9eb 0%,#e2dee2 100%);
background:-moz-gradient(center top,#ebe9eb 0%,#e2dee2 100%);
box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
color:#5e5e5e;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
}

.woocommerce #payment div.payment_box p:last-child,.woocommerce-page #payment div.payment_box p:last-child{margin-bottom:0}.woocommerce #payment div.payment_box #cc-expire-month,.woocommerce #payment div.payment_box #cc-expire-year,.woocommerce-page #payment div.payment_box #cc-expire-month,.woocommerce-page #payment div.payment_box #cc-expire-year{width:48%;float:left}.woocommerce #payment div.payment_box #cc-expire-year,.woocommerce-page #payment div.payment_box #cc-expire-year{float:right}.woocommerce #payment div.payment_box span.help,.woocommerce-page #payment div.payment_box span.help{font-size:11px;color:#777777;line-height:13px;font-weight:normal}.woocommerce #payment div.payment_box .form-row,.woocommerce-page #payment div.payment_box .form-row{margin:0 0 1em}.woocommerce #payment div.payment_box .form-row select,.woocommerce-page #payment div.payment_box .form-row select{width:48%;float:left;margin-right:3.8%}.woocommerce #payment div.payment_box .form-row select:nth-child(3n),.woocommerce-page #payment div.payment_box .form-row select:nth-child(3n){margin-right:0}.woocommerce #payment div.payment_box:after,.woocommerce-page #payment div.payment_box:after{content:"";display:block;border:10px solid #ebe9eb;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:0;margin:-1em 0 0 2em}.woocommerce .order_details,.woocommerce-page .order_details{margin:0 0 1.5em;list-style:none}.woocommerce .order_details:after,.woocommerce-page .order_details:after{content:"";display:block;clear:both}.woocommerce .order_details li,.woocommerce-page .order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:0.715em;line-height:1em;border-right:1px dashed #dfdbdf;padding-right:2em}.woocommerce .order_details li strong,.woocommerce-page .order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5em}.woocommerce .order_details li:last-of-type,.woocommerce-page .order_details li:last-of-type{border:none}.woocommerce .addresses .title:after,.woocommerce-page .addresses .title:after{content:"";display:block;clear:both}.woocommerce .addresses .title h3,.woocommerce-page .addresses .title h3{float:left}.woocommerce .addresses .title .edit,.woocommerce-page .addresses .title .edit{float:right}.woocommerce ol.commentlist.notes li.note p.meta,.woocommerce-page ol.commentlist.notes li.note p.meta{font-weight:bold;margin-bottom:0}.woocommerce ol.commentlist.notes li.note .description p:last-child,.woocommerce-page ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce ul.digital-downloads,.woocommerce-page ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce ul.digital-downloads li,.woocommerce-page ul.digital-downloads li{list-style:none;margin-left:0;padding-left:1.5em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat}.woocommerce ul.digital-downloads li .count,.woocommerce-page ul.digital-downloads li .count{float:right}.woocommerce .widget_layered_nav ul,.woocommerce-page .widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_layered_nav ul li,.woocommerce-page .widget_layered_nav ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_layered_nav ul li:after,.woocommerce-page .widget_layered_nav ul li:after{content:"";display:block;clear:both}.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span,.woocommerce-page .widget_layered_nav ul li a,.woocommerce-page .widget_layered_nav ul li span{padding:1px 0;float:left}.woocommerce .widget_layered_nav ul li.chosen a,.woocommerce-page .widget_layered_nav ul li.chosen a{padding:0 6px 0 18px;border:1px solid #ad74a2;background:#ad74a2 url(../images/cross_white.png) no-repeat 6px center;box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;color:#ffffff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.woocommerce .widget_layered_nav ul small.count,.woocommerce-page .widget_layered_nav ul small.count{float:right;margin-left:6px;font-size:1em;padding:1px 0;color:#777777}.woocommerce .widget_layered_nav_filters ul,.woocommerce-page .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li,.woocommerce-page .widget_layered_nav_filters ul li{float:left;padding:0 1px 1px 0;list-style:none}.woocommerce .widget_layered_nav_filters ul li a,.woocommerce-page .widget_layered_nav_filters ul li a{padding:0 6px 0 18px;border:1px solid #ad74a2;background:#ad74a2 url(../images/cross_white.png) no-repeat 6px center;box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;color:#ffffff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;float:left}.woocommerce .widget_price_filter .price_slider,.woocommerce-page .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount,.woocommerce-page .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em;font-size:0.8751em}.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button{font-size:1.15em}.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button{float:left}.woocommerce .widget_price_filter .ui-slider,.woocommerce-page .widget_price_filter .ui-slider{position:relative;text-align:left}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:0.9em;height:0.9em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;border:1px solid #150d14;cursor:pointer;background:#ad74a2;background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));background:-webkit-linear-gradient(#ad74a2,#96588a);background:-moz-linear-gradient(center top,#ad74a2 0%,#96588a 100%);background:-moz-gradient(center top,#ad74a2 0%,#96588a 100%);outline:none;top:-0.3em;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65)}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-1em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#ad74a2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background:#1e1e1e;background:-webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));background:-webkit-linear-gradient(#1e1e1e,#6a6a6a);background:-moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);background:-moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%)}.woocommerce .widget_price_filter .ui-slider-horizontal,.woocommerce-page .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.twentythirteen .entry-summary{padding:0}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce #content input.button.loading:before,.woocommerce-page a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce-page input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce-page #content input.button.loading:before{background-image:url(../images/ajax-loader@2x.gif);background-size:16px 16px}.woocommerce a.button.added:before,.woocommerce button.button.added:before,.woocommerce input.button.added:before,.woocommerce #respond input#submit.added:before,.woocommerce #content input.button.added:before,.woocommerce-page a.button.added:before,.woocommerce-page button.button.added:before,.woocommerce-page input.button.added:before,.woocommerce-page #respond input#submit.added:before,.woocommerce-page #content input.button.added:before{background:url(../images/success@2x.png) no-repeat;background-size:16px 14px}.woocommerce .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,.woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text,.woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,.woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text{background-image:url(../images/icons/valid@2x.png);background-size:12px 9px}.woocommerce .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text{background-image:url(../images/icons/invalid@2x.png);background-size:12px 9px}.woocommerce p.stars span,.woocommerce-page p.stars span{background-image:url(../images/star@2x.png);background-size:16px 48px}.woocommerce p.stars span a:hover,.woocommerce p.stars span a:focus,.woocommerce-page p.stars span a:hover,.woocommerce-page p.stars span a:focus{background-image:url(../images/star@2x.png);background-size:16px 48px}.woocommerce p.stars span a.active,.woocommerce-page p.stars span a.active{background-image:url(../images/star@2x.png);background-size:16px 48px}}



#shipping_method li label {
	font-size: 13px;
}
#shipping_method li input {
	float: right;
}
	

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a{
	font-size: 18;
	font-family: MyriadProBoldCondensed;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
	

.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{display: inline-block;float: left;
}

a.button.product_type_simple {
	padding: 0;
	cursor:pointer;
	position:relative;
	font-family:inherit;
	text-decoration:none;
	overflow:visible;
	text-decoration:none;
	font-weight:normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: middle;
	left:none;
	text-shadow:none;
	border:none;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	display: none;
}	
	
a.add_to_cart_button.button.product_type_simple {
	padding: 0;
	cursor:pointer;
	position:relative;
	font-family:inherit;
	text-decoration:none;
	overflow:visible;
	text-decoration:none;
	font-weight:normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: middle;
	left:none;
	text-shadow:none;
	border:none;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	display: inline-block;
	width: 30px;
	float: left;
	line-height: 30px;
	height: 30px;
	background: none;
	background: url(imgs/icon-add-to-cart.png) no-repeat 0 0;
	background-size:30px;
	margin-top: -2px;
}
a.add_to_cart_button.button.product_type_simple:hover {
	background-position-y: -30px;
}
a.button.product_type_simple {
	float: right;
	margin-left: 10px;
	
}

.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{display:inline-block;}

/*.product a span.price {
	font-family: MyriadProBlackCondensed;
	font-size: 26px;
	line-height: 30px;
	display: inline-block;
	color: #000;
}*/

.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{
	font-family: MyriadProBlackCondensed;
	font-size: 26px;
	line-height: 30px;
	display: inline-block;
	color: #222;
	vertical-align: top;
}


.woocommerce ul.products li.product a span.price del span.amount {
	/*font-family: MyriadProBoldCondensed;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	color: #555;*/
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #000;
	line-height: 20px;
	text-decoration: line-through;
}

.woocommerce  div.summary.entry-summary .price ins span.amount {
	font-family: MyriadProBlackCondensed;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	color: #a1c094;
	color: rgba(112, 174, 143, 1);
	vertical-align: top;
}
.woocommerce  div.summary.entry-summary .price span.amount {
	font-family: MyriadProBlackCondensed;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	color: #222;
}
.woocommerce div.summary.entry-summary .price del span.amount {
	font-family: MyriadProBlackCondensed;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: rgba(44, 30, 29, 0.5);
	color: #5a5a5a;
	line-height: 30px;
	text-decoration: line-through;
}


.woocommerce ul.products li.product a span.price ins span.amount {
	/*color: rgba(112, 174, 143, 1);*/
}

.woocommerce a.added_to_cart,.woocommerce-page a.added_to_cart{padding:0;white-space:nowrap;display:inline-block;
font-weight: normal;
font-size: 18px;
line-height: 1.11111111111111em;
color: rgba(0, 0, 0, 0.7);
/*border-bottom: 1px solid rgba(0, 0, 0, 0.7);*/
border-bottom: 1px solid #fff;

}
.woocommerce a.added_to_cart:hover,.woocommerce-page a.added_to_cart:hover{
color: rgba(0, 0, 0, 1);
border-bottom: 1px solid #000;
}

.woocommerce form.checkout label {
	font-size: 13px;
	font-size: 0.92857142857143rem;
	line-height: 1.53846153846154em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #b8ada7;
	color: rgb(184, 173, 167, 1);
	-webkit-font-smoothing: subpixel-antialiased;
}

.woocommerce form.checkout #shipping_method li label {
	text-transform: none;
	letter-spacing: 0em;
	color: #757575;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
}

.woocommerce form label input.input-text {
	background: #f00 !important;
}


.woocommerce ul.products li.product .wc-new-badge,
.woocommerce-page ul.products li.product .wc-new-badge {
	/*text-transform: uppercase;
	color: white;
	background:#eb4649;
	display: inline-block;
	position: absolute;*/
	top:0 !important;
	right:0 !important;
	left:auto !important;
	margin:-8px -8px 0 0px !important; 
	overflow: visible !important;
}

.woocommerce span.wc-new-badge,.woocommerce-page span.wc-new-badge{
	min-height:30px !important;
	min-width:30px !important;
	padding:2px !important;
	font-size:12px !important;
	font-weight:normal !important;
	position:absolute !important;
	text-align:center !important;
	z-index: 4 !important;
	line-height:30px !important;
	top:8px !important;
	right:8px !important;
	margin:0 !important;
	-webkit-border-radius:20px !important;
	-moz-border-radius:20px !important;
	border-radius:20px !important;
	background:#c13f4e !important;
	background:#d54f5f !important;
	/*background:-webkit-gradient(linear,left top,left bottom,from(#c13f4e),to(#c13f4e));
	background:-webkit-linear-gradient(#c13f4e,#c13f4e);
	background:-moz-linear-gradient(center top,#c13f4e 0%,#c13f4e 100%);
	background:-moz-gradient(center top,#c13f4e 0%,#c13f4e 100%);
	text-shadow:0 -1px 0 #c13f4e;*/
	color:#ffffff !important;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2) !important;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.1) !important;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1) !important;
}
.woocommerce ul.products li.product .wc-new-badge,
.woocommerce-page ul.products li.product .wc-new-badge {
	font-size:.75em;
	text-transform: uppercase;
	color: white;
	background:#eb4649;
	padding:.2em .5em;
	display: inline-block;
	font-weight: 700;
	border-radius:2px;
	position: absolute;
	top:0;left:0;left:auto;margin:-6px -6px 0 0; overflow: visible;
}


#customer_details h3, form.checkout h3 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	font-weight: normal;
}


.entry-content table {
	border: 0;
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 15px;
	font-size: 1.07142857142857rem;
	line-height: 1.333em;
	margin: 0 0 20px;
	margin: 0 0 1.42857142857143rem;
	width: 100%;
}



.entry-content th {
	font-size: 13px;
	font-size: 0.92857142857143rem;
	line-height: 1.53846153846154em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	/*font-style: italic;*/
	color: #b8ada7;
	color: rgb(184, 173, 167, 1);
	padding: 0.71428571428571rem 0px;
	text-align: right;
	font-weight: 400;
	vertical-align: middle;
}
.entry-content th.product-name, 
.entry-content td.product-name {
	text-align: left;
	width: 210px;
	width: 40.384615384615%;
}


.entry-content tr.checkout_table_item td.product-name {
	text-align: left;
	width: 280px;
	width: 53.846153846154%;
}



.entry-content th.product-price, 
.entry-content td.product-price {
	width: 60px;
	width: 11.538461538462%;
}
.entry-content th.product-quantity, 
.entry-content td.product-quantity {
	width: 90px;
	width: 17.307692307692%;
}
.entry-content th.product-subtotal, 
.entry-content td.product-subtotal {
	width: 70px;
	width: 13.461538461538%;
}
.entry-content th.product-thumbnail, 
.entry-content td.product-thumbnail {
	width: 50px;
	width: 9.615384615385%;
}
.entry-content th.product-remove, 
.entry-content td.product-remove {
	width: 40px;
	width: 7.692307692308%;
}



.woocommerce .quantity,.woocommerce #content .quantity,.woocommerce-page .quantity,.woocommerce-page #content .quantity{
	text-align: right;
	right: 0;
}

div.quantity.buttons_added {
	float: right;
}

.entry-content td {
	border-top: 1px solid #ededed;
	padding: 5px 0px 5px 0 !important;
	text-align: right;
	min-height: 69px;
}

.entry-content td.actions {
	padding: 10px 0px 10px 0 !important;
}

.entry-content td.product-quantity {
	border-top: 1px solid #ededed;
	padding: 5px 10px 5px 0;
}

.entry-content td {
	height: 39px;
}


.woocommerce table.shop_table,.woocommerce-page table.shop_table{border:0px solid rgba(0,0,0,0.1);margin:0px -1px 24px 0px;text-align:left;width:100%;border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}


.woocommerce .cart-collaterals .cart_totals table td,.woocommerce .cart-collaterals .cart_totals table th,.woocommerce-page .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table th{
	padding: 5px 0px;
	height:  39px;
}

.woocommerce .cart-collaterals .cart_totals tr td,.woocommerce .cart-collaterals .cart_totals tr th,.woocommerce-page .cart-collaterals .cart_totals tr td,.woocommerce-page .cart-collaterals .cart_totals tr th{border-top:1px solid #f7f6f7;padding:5px 0px; height: 39px; vertical-align: middle;
}

.woocommerce .cart-collaterals .cart_totals tr th{
 	text-align: left;
 	text-align: right;
 	width: 31.818181818182%;
}

.woocommerce .cart-collaterals .cart_totals tr td{

}
.entry-content td.actions {
	padding: 20px 0;
	height: 49px;
}

/* HIDE REVIEW FORMS */
p.woocommerce-noreviews, #review_form_wrapper {
	display:none;
}

.product_meta {
	margin-top: 20px;
	margin-top: 1.42857142857143rem;
	clear: both;
}
.posted_in {
	color: #999;
}

.product_meta .posted_in, .product_meta .tagged_as {
	display: none;
}

/*
article.inline-teaser .price, article.block-teaser .price {
	font-family: MyriadProBlackCondensed;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	color: #555;
}



article.inline-teaser .price-label, article.block-teaser .price-label {
	font-family: MyriadProBlackCondensed;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
}*/




	
/* Mailchimp */

	.mc_error_msg {
		font-size: 15px;
		font-size: 1.07142857142857rem;
		line-height: 1.3333em;
		color: rgba(193, 63, 78, 1);
		font-weight: normal;
	}
	.mc_success_msg {
		font-size: 15px;
		font-size: 1.07142857142857rem;
		line-height: 1.3333em;
		color: rgba(112, 174, 143, 1);
		font-weight: normal;
	}
	.mc_merge_var{
		padding:0;
		margin:0;
		
		/*width: 81.8181%;*/
		display: inline-block;
		float: left;
		width: none;
	}
	#mc_signup_form {
		padding:5px;
		border-width: 0px;
		border-style: none;
		border-color: #;
		color: #000000;
		padding: 0 !important;
		min-height: 40px;
	}
	

	
	.mc_custom_border_hdr {
		border-width: 0px;
		border-style: none;
		border-color: #E3E3E3;
		color: #000000;
		background-color: #;
		font-size: 1.2em;
		padding:5px 10px;
		width: 100%;
	}
	#mc_signup_container {}
	#mc_signup_form {}
	#mc_signup_form .mc_var_label {}
	#mc_signup_form .mc_input {}
	#mc-indicates-required {
		width:100%;
	}
	#mc_display_rewards {}
	.mc_interests_header {
		font-weight:bold;
	}
	div.mc_interest{
		width:100%;
	}
	#mc_signup_form input.mc_interest {}
	#mc_signup_form select {}
	#mc_signup_form label.mc_interest_label {
		display:inline;
	}
	.mc_signup_submit {
		text-align:center;
	}
	ul.mc_list {
		list-style-type: none;
	}
	ul.mc_list li {
		font-size: 12px;
	}
	.ui-datepicker-year {
		display: none;
	}
	#ui-datepicker-div.show .ui-datepicker-year {
		display: inline;
		padding-left: 3px
	}
	input#mc_mv_EMAIL.mc_input {
		/*width: 100%; *//* define a width to avoid dropping a wider submit button */
		background: rgba(245, 245, 245, 1);
		background: #fff;
		border-color: #fff;
		/* background-image: url(imgs/icon-search-2x.png);
		background-repeat: no-repeat;
		background-position: 90.91% center;
		background-size:20px; */
		
		line-height: normal;
		font-size: 15px;
		font-size: 1.07142857142857rem;
		font-family: ChaparralProItalic;

		color: #111 !important;
		vertical-align: baseline;
		border-radius: 3px;
		/*width: 100% !important;*/
		padding: 0px 0 0px 0;
		/*width: 100% !important;*/
		width: none !important;
		
		margin-top: 3px !important;
		font-size: 17px;
		font-size: 1.21428571428571rem;
		line-height: 1em;
		
		color: rgba(0, 0, 0, 0.7) !important;
		
		width: 100px;
	}
	
	input#mc_signup_submit.button {
		padding: 0;
		cursor:pointer;
		position:relative;
		font-family:inherit;
		text-decoration:none;
		overflow:visible;
		text-decoration:none;
		font-weight:normal;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		vertical-align: middle;
		left:none;
		text-shadow:none;
		border:none;
		background:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		display: inline-block;
		width: 20px;
		float: left;
		background: none;
		background-image: url(imgs/icon-newsletter.png);
		background-repeat: no-repeat;
		background-position: 0	0;
		background-size:20px;
	}
	input#mc_signup_submit.button:hover {
		background-position-y: -20px;
	}
	#mc_message {
		margin-bottom: 10px;
	}
	#mc_message.updated {
		
	}

	
	
	#overlay {
		background-color: #FFFFFF !important;
		filter: alpha(opacity=95) !important;
		-moz-opacity: .95 !important;
		opacity: .95 !important;
	}
	#jqlb_spinner{
		height:32px;
		background-image:url('imgs/loading.gif');
	}
	#jqlb_closelabel{
		height:10px !important;
		background-image:url('imgs/lightbox-close.gif') !important;
		background-position: right top !important;
		width: 10px !important;
		margin-top: 5px;
	}
	#prevLink:hover,#prevLink:visited:hover{
		background:url('imgs/arrow_left.gif') no-repeat !important;
		background-position: left 50% !important;
		overflow: visible;
	}
	#nextLink:hover,#nextLink:visited:hover{
		background:url('imgs/arrow_right.gif') no-repeat !important;
		background-position: right 50% !important;
		overflow: visible;
	}
	#prevLink{
		margin-left: -10px;
	}
	#nextLink{
		margin-right: -10px;
	}
	
	#outerImageContainer{padding: 0 20px !important;
	background-color: rgba(255, 255, 255, 0) !important;
	}
	#imageDataContainer{background-color:rgba(255, 255, 255, 0) !important;
		font-family: 'ChapparalPro', 'Georgia', serif !important;
		font-size: 13px !important;
		line-height: 20px !important;
	}
	#imageData #imageDetails{width:80% !important;margin-left: 10% !important;text-align: center !important;}
	#imageData #caption{font-weight:normal !important;}
	#imageData #bottomNavClose{width:10px !important;}
	
	
	
	
	/*GMAP STYLING*/
	
	#map_canvas .gm-style-iw div {
	}
	
	
	#map_canvas .gm-style, #map_canvas .gm-style-iw div,
	#map_canvas .gm-style a, #map_canvas .gm-style-iw div a  {
		font-family: ChaparralPro;
		color: #222;
		
	}
	#map_canvas .gm-style a, #map_canvas .gm-style-iw div a  {
		text-decoration: underline;
	}
	
	#map_canvas .gm-style a:hover, #map_canvas .gm-style-iw div a:hover  {
		color: #000;
	}
	
	
	#map_canvas h2 {
		font-family: MyriadProBlackCondensed;
		font-size: 26px;		
		margin-top: 10px;
		font-weight: normal;
		
	}
	
	#map_canvas h2 a {
		font-family: MyriadProBlackCondensed;
		font-size: 26px;
		font-weight: normal;
	}
	
	#map_canvas h2 a:hover, #map_canvas h2 a:hover  {
		color: #000;
		border-bottom: 2px solid #000;
		
	}
	
	