h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold;
}

p.jumplink {
	padding: 4px 0 4px 24px;
	background: url(images/common/arrow_15.png) 0 center no-repeat;
}


/* header
================================================== */

#header {
	margin-bottom: 20px;
	padding: 10px 0 0;
}

#header hgroup {
	margin-bottom: 10px;
}

#header hgroup a#logo {
	display: none;
}

#header hgroup h1.site-title {
	display: block !important;
	font-family: "Open Sans",sans-serif;
	font-size: 28px;
	letter-spacing: 8px;
}

#header hgroup .site-description {
	display: block !important;
}

#header hgroup h1.site-title a {
	text-transform: uppercase;
	font-weight: normal;
	color: #363230;
}

#header #navigation {
	margin-bottom: 10px;
}

#header h3.nav-toggle {
	top: 0;
	margin-right: 0;
}

/* hide woo commerce navigation */
body ul.nav.wc-nav {
	display: none;
}

/* hide woo commerce navigation @ low resolution display */
body #top {
	display: none;
}


@media only screen and (max-width: 1090px) {

	#header hgroup h1.site-title {
		font-size: 20px;
	}
	
	#header hgroup h2.site-description {
		font-size: .8em;
	}

}

@media only screen and (max-width: 379px) {
	
	#header hgroup h1.site-title {
		font-size: 16px;
	}

	#header hgroup h2.site-description {
		font-size: .7em;
	}

}


/* footer
================================================== */

#footer {
	clear: both !important;
}

#footer_logo {
	margin-bottom: 14px;
	text-align: center;
}

#copyright {
	text-align: center;
}

#copyright p {
	margin-bottom: 0;
}

#footer_social {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

#footer_social i {
	display: inline-block;
	padding: 0 5px;
	font-size: 18px;
	color: #877c78;
}


/* home
================================================== */

body.home { /* remove padding l & r for full-width slider */
	padding: 0;
}

body.home #wrapper_header,
body.home #wrapper_footer {
	margin-left: 3.631em; /* compensate for lack of home page body padding */
	margin-right: 3.631em;
}

@media only screen and (max-width: 768px) {

	body.home #wrapper_header,
	body.home #wrapper_footer {
		margin-left: 1.618em; /* compensate for lack of home page body padding */
		margin-right: 1.618em;
	}

}

body.home #header {
	margin-bottom: 0;
	border-bottom: none;
}


/* slider
================================================== */

#slider_wrapper {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.bx-wrapper {
	float: left;
	clear: both;
	width: 100%;
	background: #888;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
	background: #444 !important;
}

#slider_wrapper div.bxslider div.slider_item img {
	display:block;
	width: 100%;
}

#slider_wrapper div.bxslider div.slider_item h2 {
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 10px 30px;
	background: rgba(0, 0, 0, .5);
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}

@media only screen and (max-width: 479px) {
	#slider_wrapper div.bxslider div.slider_item h2 {
		text-align: center;
	}
}

.bx-wrapper .bx-prev {
	left: 20px;
	background: url(images/slider/btn_prev.png) no-repeat 0 center;
}

.bx-wrapper .bx-next {
	right: 20px;
	background: url(images/slider/btn_next.png) no-repeat 0 center;
}

.bx-wrapper .bx-prev:hover {
	opacity: 0.75;
}

.bx-wrapper .bx-next:hover {
	opacity: 0.75;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: 0;
	width: 32px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0.6;
	
	-moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

@media only screen and (max-width: 479px) {
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
}

/* blockquote
================================================== */

blockquote {
	width:auto;
	max-width:700px;
    display:table;
	margin: 10px auto;
	padding: 0.25em 40px;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.45;
	position: relative;
	color: #383838;
}

blockquote:before {
	display: block;
	content: "\201c";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -14px;
}

blockquote p {
	position: relative;
	margin-bottom: 10px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

blockquote p span.close {
	position: absolute;
	font-family: sans-serif;
	font-size: 80px;
	line-height: 1em;
	color: #c6c2c1;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}


/* contact
================================================== */

.page-template-page-contact section#office-location {
	margin-top: 30px;
}

.page-template-page-contact section#office-location p.phone {
	font-size: 18px;
}

.page-template-page-contact section#office-location p.phone i {
	margin-right: 4px;
}


/* products
================================================== */

form.woocommerce-ordering {
	display: none !important;
}

ul.tabs.wc-tabs {
	display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper #tab-description h2 {
	display: none !important;
}