/*
Theme Name: Coin
Version:1.1
Author: Caudo Vineyard
The CSS,XHTML and design is released under GPL:http://www.opensource.org/licenses/gpl-license.php
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: light, white, two-columns
*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,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 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none outside none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: none;
}
:focus {
	outline: 0 none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.products .product .price del, .products .product .price del .amount {
	color:#ccc;
	display:none;
}

.price del {
	text-decoration: line-through;
	color: #eee;
	clear: left;
	float: left;
	width: 100%;
	font-size: 0.3em;
	line-height: 0.5em;
	margin-top:1em;
}
.summary .price del {
	color: rgba(0,0,0,0.3);
	width: auto;
	line-height: 1;
	font-size: 18px;
	margin: 0 8px 0 0;
	float: none;
}
/* BASIC */
html,body {
	height: 100%;
}
body {
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	background:#FEFEFE;
}

strong {
	color: #3d3d3d;
}
a {
	color: #666;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	line-height: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}
h1 {
	font-size: 56px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	padding-bottom: 20px;
}
h1.entry-title {
	font-weight: 300;
	line-height: 1em;
	font-size:36px;
}
iframe, embed, object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

ul, ol {
	margin: 0 0 15px 17px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

/* CAPTION */
.wp-caption {
	border: 1px solid #dfdfdf;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
	max-width:100%;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.gallery-caption {
	margin-left: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.post-full ul {
	list-style: disc;
	margin-bottom: 20px;
}
.post-full ul li {
	margin-left: 14px;
}
.post-full ol {
	list-style: decimal;
	margin-bottom: 20px;
}
.post-full ol li {
	margin-left: 20px;
}
ul.woocommerce-error {
	margin: 0 0 40px 0;
}
blockquote {
	font-size: 48px;
	line-height: 56px;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
	padding: 20px 0;
	padding-left:20px;
	margin-bottom:1em;
	color:#2d2d2d;
}

blockquote p {
	padding: 0;
}


/* Floats and Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.sticky {
}
.bypostauthor {
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

/* 12. Tables
-------------------------------------------------------------- */
table {
    margin-bottom: 1.5em;
    width: 100%;
    max-width: 100%;
}
thead tr:last-of-type th {
    /* Thicker border on the table-headers of the last row in the table head */
    border-bottom-width: 1px;
}
th:empty {
}
th, td {
    vertical-align: top;
    padding: 0.75em;
	border: 1px solid rgba(0,0,0,0.1);
}
th {
    font-weight: bold;
    text-align: center;
}
table [colspan] {
    /* This looks lovely, trust me... */
    text-align: center;
}
table [rowspan] {
    /* ...as does this. */
    vertical-align: middle;
}
[colspan="1"] {
    text-align: left;
}
[rowspan="1"] {
    vertical-align: top;
}
tfoot {
    text-align: center;
}
tfoot td {
    border-top-width: 2px;
}
#wp-calendar {
    font-size: .8em;
}
#wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: .25em;
}
#wp-calendar th {
    border-bottom: none;
}
#wp-calendar tfoot td {
    border-top: none;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-size: 15px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/* LAYOUT */

.home .wrapper {
	padding-top: 0;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.wrap-inside {
	width: 100%;
	padding: 0;
	float: left;
	background: transparent;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
#header-wrap {
	width: 100%;
	height: auto;
	background:#222;
	z-index:20;
	min-height:0;
}

#header {
	height: auto;
	position: relative;
}
#header-bg {
	width: 100%;
	height: auto;
	float: left;
}
#header-inner {
	width: 100%;
	position: relative;
	float: left;
}
#top-container {
	position: relative;
}
#top-container.container {
	width:100%;
	padding:0;
}
#footer-wrap-outer {
	position:relative;
	width:100%;
	z-index:9;
}
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: rgba(0,0,0,0.9);
	color: #777;
	padding:50px 0 20px 0;
}
.home #footer {
	margin-top: 0;
}
.ufo-contact-widget ul li {
	margin-bottom:3px;
}
.ufo-contact-widget ul li.social {
	margin-bottom:8px;
}
.ufo-contact-widget .icons-map, .ufo-contact-widget .icons-phone {
	font-size:20px;
	margin-right:5px;
}

#quote {
	padding: 110px 0;
	height: auto;
	float:left;
	width:100%;
}

.product-images, .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
	list-style:none;
	margin:0;
}
.related ul.products li .product-images li, .upsells ul.products li .product-images li {
	width:100%;
	max-width:100%;
}
.product-images .product-overlay {
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
}

.product-overlay {

}
p.quote {
	font-size: 48px;
	margin: 0 auto;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color:#eee;
	padding:0;
}
p.quote-second {
	padding-bottom: 0;
	text-align: center;
	color: rgba(256,256,256,0.8);
	margin-top:10px;
	width: 60%;
	padding: 0 20%;
	font-size: 60px; text-transform: uppercase; line-height: 1; color: #eee; font-weight: 400;
}
#blurbs {
	width: 920px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 40px;
	padding-top: 40px;
}

a.learnmore {
	color: #eee;
	padding: 10px 12px;
}
a.learnmore:hover {
	color: #fff;
}
a.learnmore span {

}
#home-widgets, #home-widgets-bottom {
	width: 94%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 2em 3%;
}
#home-widgets {
	color:rgba(256,256,256,0.9);
	padding: 4em 3%;
}
#home-wide-widgets {
	float: left;
	width: 100%;
}
#home-widgets-bottom {
	padding: 7em 3%;
	color:rgba(256,256,256,0.8);
}
#home-widgets-bottom h2.widgettitle {
	font-size:24px;
	color:rgba(256,256,256,1);
}
#home-widgets-bottom .blurb-icon-wrap {
	text-align:center;
	margin-top:0;
}
#home-widgets-bottom .blurb .blurb-icon-wrap .blurb-icon {
	text-align:center;
}
#home-widgets .home-widget, #home-widgets-bottom .home-widget {
	width: 30%;
	margin-right: 5%;
	float: left;
	margin-top: 40px;
}

#home-widgets .home-widget:nth-child(3n+3), #home-widgets-bottom .home-widget:nth-child(3n+3) {
	margin-right:0;
}

#home-widgets .home-widget, #home-widgets-bottom .home-widget {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-top: 0;
	text-align: center;
}
#home-widgets-bottom .home-widget {

}
#home-wide-widgets .home-widget {
	float: left;
	width: 100%;
	padding-bottom: 14px
}
#home-widgets .home-header h3, #home-wide-widgets .home-header h3, #home-widgets-bottom .home-header h3 {
	font-size: 14px;
	margin-bottom: 11px;
	text-transform: uppercase;
	background: url(images/hover_overlay.png);
	padding: 6px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	color: #4f4f4f;
}
#home-wide-widgets .home-header h3, div.product .related h2 {
	margin-bottom: 16px;
}
.blurb {
	width: 100%;
	margin-right: 0;
	float: left;
}

.blurb h3.title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 11px;
	text-transform: uppercase;
}
#logo-wrap {
	float: left;
	width:auto;
}
.has-header-image #header, .has-header-image #header-inner {
	height:100%;
}

.has-header-image #logo-wrap {
	position:relative;
	top:42%;
	margin:0;
}
h1.logo {
	font-size: 28px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 0;
	padding:12px 0;
}
h1.logo a {
	color: #eee;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
h1.logo a:hover {
	color: #fff;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
#tagline {
	clear: left;
	font-size: 13px;
	color: #777;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: none;
}
#content .sidebar-header h3 {
	font-size: 18px;
	padding-bottom: 4px;
	width: 280px;
	margin-bottom: 14px;
}
#content .sidebar-widget {
	width: 280px;
}
#home-team, #home-portfolio, #home-content, #home-content-2, #home-map {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 32px;
	float: left;
	width: 100%;
}
#home-map {
    width:100%;
    float:left;
    padding:0;
    margin:0;
}
#home-team h2.widgettitle, #home-content h3.title, #home-content-2 h3.title {
	margin-bottom: 24px;
}
#home-team h2.widgettitle, #home-portfolio h2.widgettitle, .home .home-products h2.widgettitle, #home-content h3.title, #home-content-2 h3.title {
	text-transform: none;
	font-size: 18px;
	padding: 0;
	font-weight: bold;
}
#home-team h2.widgettitle, #home-portfolio h2.widgettitle, .home .home-products h2.widgettitle, #home-content h3.title, #home-content-2 h3.title, .home-products h2.widgettitle, div.product .related h2, div.upsells h2, .home-content-page-title {
	padding: 12px 3%;
	margin-bottom: 0;
	font-weight:400;
	text-align:center;
	position:relative;
	background:#292929;
	width:94%;
	text-align:left;
	font-size:12px;
	z-index:10;
	color:#999;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	
	-webkit-transition: padding 0.2s ease-in;
	-moz-transition: padding 0.2s ease-in;
	-o-transition: padding 0.2s ease-in;
	transition: padding 0.2s ease-in;
	
}
.home-content-page-title {

}

#home-team .is-sticky  h2.widgettitle, #home-portfolio .is-sticky  h2.widgettitle, .home .home-products .is-sticky  h2.widgettitle, #home-content .is-sticky  h3.title, #home-content-2 .is-sticky  h3.title, .home-products .is-sticky  h2.widgettitle, div.product .related .is-sticky  h2, div.upsells .is-sticky  h2, .is-sticky .home-content-page-title {
	color:#eee;
}
#home-team, #home-portfolio, #home-content, #home-content-2, .home-products .products, #home-map {
	border-bottom: 0;
	margin-bottom: 0;
}
#home-content, #home-content-2 {
	float:left;
	width:100%;
	position:relative;
}
.content-page-inside {
	padding:6em 3%;
	width:94%;
	float:left;
}
.has-bg-image .content-page-inside {
	position:absolute;
}
.content-page-bg img {
    float:left;
    width:100%;
    height:auto;
}
ul.products {
	margin: 0;
	list-style: none;
}
.main-content {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.single-portfolio #primary {
	padding:0;
	width:100%;
	margin:0;
}
.single-portfolio .summary {
	margin:0;
	float:right;
	padding:4.5% 4.5% 0 4.5%;
}

.single-portfolio #main {
	width: 59%;
	float: left;
	max-width: 100%;
	margin-right: 0;
}
.single-portfolio #main iframe {
	float:left;
}
.single-portfolio #main img {
	float:left;
}
.single-portfolio #main .flexslider-fullscreen img {
    float:none;
}
#primary {
	width: 90%;
	float: left;
	padding:3% 5%;
}
.single #primary {
	padding:3% 5%;
}
.single-portfolio #primary {
    padding:0;
}
#primary.portfolio-archive {
	padding:0;
	width:100%;
}
.page-template-page-team-grid-php #primary {
	width: 100%;
	margin: 0;
	padding:0;
}

#sidebar {
	float: right;
	width: 21%;
	background: transparent;
}
.post-type-archive-product #sidebar {
    padding:2%;
}
.sidebar-left #sidebar {
	float: left;
}
#sidebar-content {
	padding-left: 0;
}
.sidebar-left #sidebar-content {
	padding-left: 0;
}
#sidebar-top-div {
	height: 0;
}

#sidebar-bottom-div {
	height: 0;
}


#sidebar-top h1.title-page {
	margin-top: 0;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 0;
	margin-bottom: 12px;
}
#content {
	float: left;
	width: 75%;
}
#main {
	float: left;
	width: 75%;
	margin-top: 0px;
}

.sidebar-left #content, .sidebar-left #main {
	float: right;
}
#copyright {
	float: left;
	font-size: 12px;
	color: #555;
}
#copyright a {
	color: #555;
}
#bottom-info-wrapper {
	background: #111;
	clear: both;
	color: #ccc;
	position:relative;
	z-index:10;
}

.last {
	margin-right: 0px !important;
}
.clear {
	clear: both;
}

.home-widget a:hover {
	text-decoration: none;
}
.full-width {
	width: 100% !important;
}
#head-line {
	padding: 0;
	float: left;
	width: 100%
}
.single-post #head-line, .page #head-line {
	margin-bottom: 0;
}

.blog-page-big-thumb .entry-right, .blog-page-big-thumb .entry-right.has-thumb {
	width: 100%;
}
.blog-page-big-thumb .entry-left {
	width: 100%;
}
.blog-page-big-thumb .index-thumb {
	margin-right: 0;
}
/* SOCIAL MEDIA */

#bottom-info {
	clear: both;
	padding: 12px 0 10px 0;
}

#social {
	float: right;
}
#social a {
	float: left;
	margin-left: 4px;
	padding: 3px;
}

#social a img {
	float: left;
}
span.follow {
	float: left;
}

#phone {
	float: left;
}
span.phone {
	margin-right: 20px;
}
span.phone, #phone, .follow, .weaccept, .call {
	font-weight: 400;
	font-size: 13px;
	float: left;
}
.call, .follow, .weaccept {
	margin-right: 10px;
	float: left;
}

.weaccept {
	float: right;
}
#weaccept-wrap {
	float: right;
}
#accepted {
	float: right;
	margin-left: 0;
}
#accepted .visa {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) 0 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#accepted .mastercard {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) -39px 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#accepted .amex {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) -80px 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#accepted .paypal {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) -119px 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#accepted .checks {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) -158px 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#social, #phone, #weaccept-wrap {
	width: auto;
}
.social {
	position: relative;
}
.sharrre a, .author-social, ul.nav a, #search-toggle, .sidebar-header {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
.sharrre a:hover, .author-social, ul.nav a:hover, #search-toggle:hover, .sidebar-header:hover {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
ul.nav a {
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
ul.nav a:hover {
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}

.social li {
	float: left;
	margin-right: 14px;
}
.social li.phone, .social li.address {
	width: 100%;
}
.screen-reader-text {
	display:none;
}
/* SIGNLE POST */
.post-full {
	width: 100%;
	float: left;
}

.archive .post-desc, .page .post-desc {
	float:left;
	width:100%;
	margin-top:1em;
}
.post-full .thumb {
	margin-bottom: 24px;
	background: url(images/hover_overlay.png) repeat scroll 0 0 transparent;
	padding: 8px;
	float: left;
	position: relative;
	margin-right: 20px
}
.post-full .thumb img {
	float: left;
}

#sharrre {
	width: 100%;
	float: left;
	padding: 16px 0;
}
#tags, #portfolio-cat {
	width: 100%;
	float: left;
	padding: 10px 0 4px 0;
	color:#999;
}
.galleries.one-column article #portfolio-cat {
    text-align:center;
	padding:0;
	
}
.single-portfolio #portfolio-cat, .single-portfolio #tags {
	padding:0;
	width:100%;
}
.meta {
	float: left;
	width: 100%;
	color: #999;
	clear: left;
	margin-right: 0;
	margin-bottom: 16px;
}
.meta a {
	color: #999;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
.meta a:hover {
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
.post-content {
	float: left;
	width: 100%;
}
.archive .post-content {
	text-align:center;
}
.not-found {
	float: left;
	width: 100%;
}
.single-portfolio .post-content {
	margin-top: 14px;
}
.single-portfolio article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-portfolio-image {
	margin-bottom: 20px;
}

.single-product-image .zoom-icon {
	right: 16px;
	bottom: 16px;
}
.zoom-icon, .link-icon {
	display: block;
	padding: 4px 8px;
	border-radius: 2px;
	height: 20px;
	float:left;
}
.zoom-icon span, .link-icon span {
	font-size:15px;
}
.zoom-icon:hover, .link-icon:hover {

}
.subheader {
	float: left;
	line-height: 12px;
	margin-top: 5px;
	margin-left: 1px;
	text-transform: lowercase;
	width: 100%;
}
.subheader p {
	padding-bottom: 0;
}
article {
	float: left;
	margin-bottom: 70px;
	width: 100%;
}

.index-thumb {
	float: left;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.entry-right {
	float: left;
	width: 100%
}
.entry-right.has-thumb {
	width: 100%;
}
.full-width .entry-right.has-thumb {
	width: 100%;
}
.entry-left {
	float: left;
}
article a.readmore {
	text-transform: capitalize;
}
.entry-right p {
	padding-bottom: 0;
}
article h2.title {
	font-size: 42px;
	font-weight:400;
	margin:0.8em 0 0.3em 0;
	float:left;
	width:100%;
}
article h2 a {
	color: #222;
}

.not-found h1.title {
	text-align: center;
	font-size: 180px;
	margin-bottom: 8px;
}
.not-found span {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 2em;
	color: #999;
}
.not-found .search-form {
	width: 600px;
	float: none;
	margin: 0 auto;
}
.not-found .search-form .s {
	width: 94%;
	border: 1px solid #dfdfdf;
	padding: 3%;
}

/* NAVIGATION */
#main-menu-wrap {
	z-index: 11;
	float:left;
	margin-left:40px;
	margin-top: 15px;
}

#header-cart-search { margin-top: 15px; }

#main-menu-shadow {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	height: 38px;
	z-index: 1;
	bottom: 5px;
}

ul.nav {
	width: auto;
	font-size: 14px;
	line-height: 24px;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	margin-left:-13px;
}
ul.nav li {
	display: inline;
	float: left;
	margin-right: 8px;
}
ul.nav li a {
	font-weight: 200;
	padding: 16px 14px;
	text-decoration: none;
	font-size: 14px;
	color: #999;
	height:24px;
	text-transform:uppercase;
	letter-spacing:1px;
}

ul.nav li a:hover {
	color: #fff;
}

ul.nav li.current-menu-item> ul li a {
	color: #fff;
}
ul.nav li.current-menu-item> ul li a:hover {
	color: #fff;
}
ul.nav .menu-desc {
	float: left;
	clear: left;
	font-size: 10px;
	line-height: 10px;
	text-transform: lowercase;
	color: #ACACAC;
	text-shadow: 1px 1px 0 #FFFFFF;
}

ul.nav li ul li {
	border-right: 0;
	box-shadow: none;
	background: transparent !important;
}

ul.nav ul li.current-menu-item a {
	color: #222;
}
ul#menu-menu-left li:first-child {
	box-shadow: none !important;
}

ul.nav li.current-menu-item a {
	color: #fff;
}
ul.nav li:hover > ul {
	display: block;
}

/* Mobile Menu */
#mobile_menu {
	display: none;
	z-index: 999;
	position: absolute;
	left: -18px;
	background: #222;
	top: 100%;
	width: 200px;
	text-align: left;
	font-size: 13px;
	padding: 0 3%;
    margin-left: -3%;
}
#mobile_menu li {
	margin-left: 14px;
	list-style: none;
}
#mobile_nav li a {
	visibility: visible;
	line-height: 36px;
	width: 100%;
	float: left;
	text-decoration: none;
	font-weight: 400;
}

#mobile_nav li .menu-desc {
	display: none;
}


#mobile_nav {
	display: none;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	text-decoration: none;
	left: 0;
	text-align: right;
	top: 0;
	height: 43px;
	float:left;
	margin-top: 16px;
    font-weight: 400;
    margin-left:20px;
}

#mobile_nav .icon-menu-3 {
    font-size:32px;
}
/* MEGA MENU */

ul.nav li.megamenu {
	position: static !important;
}
ul.nav li.megamenu a {
	position: relative;
}
ul.nav li.megamenu ul {
	width: auto;
	left: 0;
	padding: 10px 10px 20px 10px;
}
ul.nav li.megamenu ul li {
	min-width: 140px;
	max-width: 180px;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
ul.nav li.megamenu ul li a {
	font-size: 16px;
	margin-bottom: 0;
	color: #f5f5f5;
	font-weight: 400;
	text-transform: uppercase;
	width:auto;
}
ul.nav li.megamenu ul li a:hover {
	text-decoration: none;
}

ul.nav li.megamenu ul li ul.sub-menu {
	position: relative;
	left: 0 !important;
	top: 0px !important;
	visibility: visible !important;
	display: block !important;
	border: 0;
	padding: 0;
	margin: 0;
}
ul.nav li.megamenu ul li ul.sub-menu li a {
	border: 0;
	float: left;
	clear: left;
	font-size: 13px;
	margin-bottom: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 5px 20px;
}
ul.nav li.megamenu ul li ul.sub-menu li a {
	color: rgba(256,256,256,0.6);
	text-transform:none;
}

/* FEATURED */
#featured {
	float:left;
	width:100%;
	max-height:100%;
	overflow:hidden;
}
#slider-wrap {
	margin-bottom: 0;
	float:left;
	width:100%;
	max-height:100%;
	overflow:hidden;
}

#slider .slide {
	display: none
}
#slider .slide.first {
	display: block
}
.page-sitemap ul {
	list-style: none;
}
#featured-inside {
	width: 100%;
	position: relative;
	background: transparent;
	float: left;
}
.slide {
	width: 100%;
}
.slider-arrow {
	background: url(images/slider-arrow.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 24px;
	right: 4px;
	position: absolute;
	top: 6px;
	width: 24px;
}
#slider {
	position: relative;
	z-index: 50;/* set z-index as appropriate to your site */
	width:100%;
	height: 400px;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#slider .small-thumb {
	display: block;
	float: left;
	margin-right: 14px;
	position: relative;
}
.rev_slider, .ls-container {
	z-index: 1;
}

a.prevNav {
	display: block ;
	height: 50px;
	width: 50px;
	background: url(images/nav-left.png) no-repeat top left;
	text-indent: -99999em;
}
a.nextNav {
	display: block ;
	height: 50px;
	width: 50px;
	background: url(images/nav-right.png) no-repeat top left;
	text-indent: -99999em;
}
.slider-nav {
	display: block !important;
}
ul.thumbs-nav {
	list-style: none;
	bottom: 4px;
	right: 10px;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 12px;
}

ul.thumbs-nav li {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	background: #FFF;
}
.small-thumb {
	padding: 2px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}
.caption {
	position: absolute;
	right: 0px;
	top: 0;
	background: url(images/info_bg.png);
	color: #4e4e4e;
	opacity: 1;/* Overridden by captionOpacity setting */
	width:260px;
	height: 384px;
	z-index: 8;
	padding: 0 15px 15px 15px;
	border: 1px solid #dfdfdf;
}
.caption p {
	padding-bottom: 10px;
	margin: 0;
	color: #666
}
.caption h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.4em;
	margin: 10px 0
}
.caption h3 a {
	color: #4e4e4e;
	font-family: "Droid Sans",Helvetica,Arial,sans-serif;
}

.caption h3 a span {
	color: #f17b24;
	font-size: 28px;
	text-transform: uppercase;
}
.caption .price {
	font-size: 16px;
	color: #5A9E2E;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	margin-bottom: 16px
}
p.slide-description {
	margin-top: 8px;
	padding-bottom: 13px;
}
.caption a:hover {
	text-decoration: none;
}
.caption span.onsale {
	top: -1px;
	padding: 2px 11px 6px 8px;
	right: -5px;
}
.slider-nav a {
	position: absolute;
	bottom: 174px;
	z-index: 100;
	cursor: pointer;
}
.prevNav {
	left: 0px;
}
.nextNav {
	left: 600px;
}


/* WIDGETS SIDEBAR */
.sidebar-widget {
	width: 100%;
	float: left;
}
.sidebar-header {
	cursor: pointer;
	padding-left: 15px;
	position: relative;
}

.sidebar-header:before {
	font-family: 'ufo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 8px;
	vertical-align: middle;
}

.sidebar-header:before {
	content: "\e023";
	position: absolute;
	left: -2px;
	top: 40%;
}
.sidebar-header.widget-toggled:before {
	content: "\e021";
	position: absolute;
	left: -2px;
	top: 40%;
}
.sidebar-header h3, .home-widget h2.widgettitle {
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 7px;
	text-transform: uppercase;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.home-widget h2.widgettitle {
	text-align: center;
	font-size: 24px;
	text-transform: none;
	position:relative;
	margin:0;
	padding:20px 0;
	-webkit-font-smoothing: antialiased;
}
.sidebar-header h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	margin-bottom:10px;
}
.sidebar-header h3:hover {
}

.widget-content {
	float: left;
	width:100%;
}
#sidebar .widget-content {
	margin-left: 15px;
	width: auto;
	margin-bottom:32px;
	max-width:100%;
	width:94%;
}

.sidebar-widget ul {
	width: auto;
	list-style: none;
	margin: 0;
}
.sidebar-widget ul li {
	padding-bottom: 6px;
}

.sidebar-widget ul .children {
	float: left;
	width: 100%;
	padding-left: 10px;
}
#wp-calendar {
	width: 100%;
	height: 170px;
}
#wp-calendar thead th {
	text-align: left;
}
#wp-calendar caption {
	font-weight: bold;
	width: 100%;
	padding-bottom: 10px;
}
#wp-calendar tbody a {
	color: #61C0E7;
}


/* WIDGETS FOOTER */
#footer-widgets {
	padding: 0;
	width: 100%;
	float: left;
}
.footer-widget {
	margin-right: 15px;
	width: 180px;
	margin-bottom: 30px;
	float: left;
	margin-top: 0;
}
#footer-widgets h4.widget-title {
	margin-bottom: 30px;
	color: #eee;
	font-size:20px;
	-webkit-font-smoothing: antialiased;
	text-transform:uppercase;
}
.footer-widget a {
	color:#999;
}
.footer-widget a:hover {
	color:#eee;
	text-decoration:none;
}
.footer-widget ul {
	width: auto;
	list-style: none;
	margin:0;
}
.footer-widget ul li {
	padding-bottom: 1px;
}

.footer-widget ul ul {
	padding-left: 14px;
}
.footer-widget ul ul li {
	padding-bottom: 2px;
}

#footer-widgets .column-1 {
	width: 100%;
	margin-right: 0;
}
#footer-widgets .column-2 {
	width: 45%;
	margin-right: 10%;
}
#footer-widgets .column-3 {
	width: 32%;
	margin-right: 2%;
}
#footer-widgets .column-4 {
	width: 21.2%;
	margin-right: 5%;
}
#footer-widgets .column-5 {
	width: 17%;
	margin-right: 3%;
}

/* DROPDOWN MENU */
.nav li, .top li {
	float: left;
	position: relative;
}
.nav a, .top a {
	display: block;
	float: left;
}

.nav li li, .top li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav li li a:link,.nav li li a:visited, .top li li a:link,.top li li a:visited {
	display: block;
	height: auto;
	float: left;
	color: rgba(256,256,256,0.6);
	font-size: 13px;
}

.nav li:hover, .top li:hover {
	visibility: inherit;/* fixes IE7 'sticky bug' */
}
ul.nav ul {
	background: rgba(0,0,0,0.85);
	top: 100%;
	display: none;
	z-index: 60;
	margin:0;
	position: absolute;
}
ul.nav ul {
    padding-bottom:5px;
}
ul.nav ul li {
	margin: 0px;
	border: 0;
}

ul.nav ul li a {
	color: #7f7e7e;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	width: 180px;
	letter-spacing: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}
ul.nav ul ul {
	left: 100%;
	top:0 !important;
}
ul.nav ul li a {
	border-right: 0;
	padding: 8px 20px;
}
ul.nav ul li a:hover, ul.nav li.megamenu ul li ul.sub-menu li a:hover {
	color: #eee;
	text-decoration: none;
}
ul.nav ul li.current-menu-item a {
	color: #eee;
	border: 0px;
}
ul.nav ul li.current-menu-item> ul li a {
	color: #4f4f4f;
}
ul.nav ul li.current-menu-item> ul li a:hover {
	color: #4f4f4f;
}

/* TEAM PAGE */

.author-wrap {
	float: left;
	width: 100%;
}
.four-column .author-wrap {
    width:25%;
}
.three-column .author-wrap {
    width:33.333%;
}
.author-wrap:last-child {
	border-bottom: 0;
}
.author-image {
	float: left;
	width: 100%;
}
.author-image img {
	float: left;
}
.author-wrap img.avatar {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin-right:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.author-info {
	float: left;
	width: 90%;
	text-align: center;
	padding:2.5em 5%;
}
.team-page-grid .author-info {
	text-align: center;
}
.team-page-grid .author-social {
	display: inline;
	float: none;
	position:relative;
	color:#3d3d3d;
}
ul.author-details {
	list-style: none;
	margin: 0;
}
ul.author-details li {
	margin-bottom: 0.3em;
	margin-left: 0;
}
ul.author-details li.author-info-bio {
	margin-bottom: 1em;
}
.author-social {
	margin-right: 10px;
	cursor: pointer;
	display:inline;
	text-align:center;
	color:#3d3d3d;
}
ul.author-details li.author-info-name {
	margin-bottom: 0;
}
ul.author-details li.author-info-name h3 {
	font-size: 28px;
	margin-bottom: 0.3em;
}
ul.author-details li.author-info-position {
	color: #999;
	margin-bottom: 1.5em;
}


/* Social Icons */
@font-face {
	font-family: 'ufo';
	src: url('images/fonts/ufo.eot');
	src: url('images/fonts/ufo.eot?#iefix') format('embedded-opentype'),
	url('images/fonts/ufo.woff') format('woff'),
	url('images/fonts/ufo.ttf') format('truetype'),
	url('images/fonts/ufo.svg#ufo') format('svg');
	font-weight: normal;
	font-style: normal;
}


li.icon-twitter a,
li.icon-facebook a,
li.icon-feed a,
li.icon-vimeo a,
li.icon-google-plus a,
li.icon-pinterest a,
li.icon-youtube a,
li.icon-link a,
li.icon-earth a {
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0;
	left:0;
	text-indent: -999em;
	height:16px;
	width:16px;
}
.menu-toggle:before {
	width: 17px;
	height: 20px;
	margin-right: 10px;
}

li.icon-twitter a,
li.icon-facebook a,
li.icon-feed a,
li.icon-vimeo a,
li.icon-youtube a,
li.icon-google-plus a,
li.icon-pinterest a,
li.icon-twitter a:hover,
li.icon-facebook a:hover,
li.icon-feed a:hover,
li.icon-vimeo a:hover,
li.icon-youtube a:hover,
li.icon-google-plus a:hover,
li.icon-pinterest a:hover,
li.icon-link a:hover,
li.icon-earth a:hover {
	background: transparent;
	padding: 0;
}

li.icon-twitter a:before,
li.icon-facebook a:before,
li.icon-feed a:before,
li.icon-vimeo a:before,
li.icon-youtube a:before,
li.icon-google-plus a:before,
li.icon-pinterest a:before,
.menu-toggle:before,
li.icon-link a:before,
li.icon-earth a:before {
	font-family: 'ufo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #111;
	text-shadow: none;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ufo';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-menu, .icon-earth, .icon-link, .icon-list, .icon-cart, .icon-home, .icon-home-2, .icon-star, .icon-heart, .icon-close, .icon-cancel-circle, .icon-google-plus, .icon-feed, .icon-twitter, .icon-facebook, .icon-vimeo2, .icon-dribbble, .icon-pinterest, .icon-cart-add, .icon-cart-checkout, .icon-cart-2, .icon-home-3, .icon-home-4, .icon-feed-2, .icon-facebook-2, .icon-google-plus-2, .icon-twitter-2, .icon-youtube, .icon-vimeo2-2, .icon-pinterest-2, .icon-menu-2, .icon-arrow-down, .icon-arrow-right, .icon-arrow-right-2, .icon-arrow-left, .icon-arrow-down-2, .icon-arrow-up, .icon-earth-2, .icon-link-2, .icon-close-2, .icon-close-3, .icon-heart-2, .icon-dribbble-2, .icon-menu-3, .icon-quotes-left, .icon-quotes-right, .icon-images, .icon-eye, .icon-bag, .icon-basket, .icon-basket-2, .icon-search {
	font-family: 'ufo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.icon-menu:before {
	content: "\e000";
}
.icon-earth:before {
	content: "\e001";
}
.icon-link:before {
	content: "\e002";
}
.icon-list:before {
	content: "\e003";
}
.icon-cart:before {
	content: "\e004";
}
.icon-home:before {
	content: "\e005";
}
.icon-home-2:before {
	content: "\e006";
}
.icon-star:before {
	content: "\e007";
}
.icon-heart:before {
	content: "\e008";
}
.icon-close:before {
	content: "\e009";
}
.icon-cancel-circle:before {
	content: "\e00a";
}
.icon-google-plus:before {
	content: "\e00b";
}
.icon-feed:before {
	content: "\e00c";
}
.icon-twitter:before {
	content: "\e00d";
}
.icon-facebook:before {
	content: "\e00e";
}
.icon-vimeo2:before {
	content: "\e00f";
}
.icon-dribbble:before {
	content: "\e010";
}
.icon-pinterest:before {
	content: "\e011";
}
.icon-cart-add:before {
	content: "\e012";
}
.icon-cart-checkout:before {
	content: "\e013";
}
.icon-cart-2:before {
	content: "\e014";
}
.icon-home-3:before {
	content: "\e015";
}
.icon-home-4:before {
	content: "\e016";
}
.icon-feed-2:before {
	content: "\e017";
}
.icon-facebook-2:before {
	content: "\e018";
}
.icon-google-plus-2:before {
	content: "\e019";
}
.icon-twitter-2:before {
	content: "\e01a";
}
.icon-youtube:before {
	content: "\e01b";
}
.icon-vimeo2-2:before {
	content: "\e01c";
}
.icon-pinterest-2:before {
	content: "\e01d";
}
.icon-menu-2:before {
	content: "\e01e";
}
.icon-arrow-down:before {
	content: "\e01f";
}
.icon-arrow-right:before {
	content: "\e020";
}
.icon-arrow-right-2:before {
	content: "\e021";
}
.icon-arrow-left:before {
	content: "\e022";
}
.icon-arrow-down-2:before {
	content: "\e023";
}
.icon-arrow-up:before {
	content: "\e024";
}
.icon-earth-2:before {
	content: "\e025";
}
.icon-link-2:before {
	content: "\e026";
}
.icon-close-2:before {
	content: "\e027";
}
.icon-close-3:before {
	content: "\e028";
}
.icon-heart-2:before {
	content: "\e029";
}
.icon-dribbble-2:before {
	content: "\e02a";
}
.icon-menu-3:before {
	content: "\e02b";
}
.icon-quotes-left:before {
	content: "\e02c";
}
.icon-quotes-right:before {
	content: "\e02d";
}

.icon-images:before {
	content: "\e02e";
}
.icon-eye:before {
	content: "\e02f";
}
.icon-bag:before {
	content: "\e030";
}
.icon-basket:before {
	content: "\e031";
}
.icon-basket-2:before {
	content: "\e032";
}
.icon-search:before {
	content: "\e033";
}
.like-counter {
	float: none;
	margin-top: -3px;
}

.meta .like-counter {
	margin: 0;
	float: none;
	display: inline;
	margin-left: 10px;
}
.like-counter a {

}

.like-counter .icon-heart, .like-counter .icons-thumbs-up {
	color: #3d3d3d;
	font-size:14px;
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
.like-counter .icon-heart:hover, .like-counter .icons-thumbs-up:hover {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}

.catalog-mode li.product a.button, .catalog-mode form.cart {
	display:none !important;
}
/* COMMENTS */
#commentbox {
	float: left;
	margin: 2px 0;
	padding-top: 40px;
	width: 100%;
	margin-bottom: 30px;
}
#commentbox textarea {
	width: 610px;
}
.comment-body p {
	padding-bottom: 12px;
}
#commentbox div.reply a {
	padding: 5px 8px;
	float: none;
	font-size: 11px;
}
#commentbox div.reply a:hover {
	text-decoration: none;
	color:#fff;
}
#commentbox ol {
	list-style: none;
}
#commentbox ol li {
	margin-left: 0px;
	margin-bottom: 10px;
}
#commentbox ul {
	list-style: none;
	clear: both;
}
#commentbox ul li {
	margin-left: 0px;
	padding-left: 20px;
	background: url(images/comment-arrow.png) no-repeat scroll left 5px transparent;
}
div.authordata {
	width: 100px;
}
img.avatar {
	float: left;
	position: relative;
	margin-right: 20px;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
.comment-wrap {
	float: left;
	margin-left: 20px;
}
#commentbox .fn {
	font-style: normal;
	font-weight: bold;
	color: #4f4f4f;
}
.commentmetadata {
	margin-bottom: 8px;
}
li.depth-1 .comment-wrap {
	width: 546px;
}
li.depth-2 .comment-wrap {
	width: 465px;
}
li.depth-3 .comment-wrap {
	width: 383px;
}
li.depth-4 .comment-wrap {
	width: 301px;
}
.full li.depth-1 .comment-wrap {
	width: 811px;
}
.full li.depth-2 .comment-wrap {
	width: 729px;
}
.full li.depth-3 .comment-wrap {
	width: 647px;
}
.full li.depth-4 .comment-wrap {
	width: 565px;
}
ol.commentlist {
	list-style: none outside none;
	padding-top: 8px;
}
ol.commentlist ul {
	list-style: none outside none;
}
.commentlist li.comment li {
	background: none;
	padding: 0px;
}
.commentlist li.comment ul {
	margin: 8px 0px 8px 82px;
}
#respond {
	padding-top: 0;
	float: left;
	width: 100%;
	margin-top: 3em;
}
#respond-wrap p {
	padding: 0px;
}
#respond-wrap {
	margin-bottom: 20px;
}
.comment #respond {
	padding-left: 0px;
	padding-top: 25px;
}
#commentform textarea#comment {
	width: 100%;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	color: #7f7e7e;
	font-size:14px;
	max-width:99%;
}
#commentform label {
	float: left;
	width: 100%
}
span.required {
	margin-left: 6px;
}
#commentform input[type="text"] {
	border: 1px solid #E5E5E5;
	color: #7f7e7e;
	height: 20px;
	padding: 10px 2.5%;
	width: 95%;
	font-size:14px;
	background:#fff;
}
li.comment #respond textarea {
	width: 100% !important;
}
li.comment #respond input[type=text] {
	width: 50% !important;
}
#respond h3#comments {
	background: none;
	margin: 0px;
	padding: 0px;
}
.comment-author {
	font-size: 12px;
	line-height: 12px;
}
.comment-author a {
	color: #3d3d3d;
}
.comment-author .comment-meta a:hover {
	text-decoration: none;
}
span.fn,span.fn a {
	color: #ffffff;
}
span.fn a:hover {
	text-decoration: none;
}
.comment-content {
	padding-top: 5px;
}
.comment-body {
	padding: 6px 0px 16px 0;
}

.comment-form-comment {
	padding-bottom: 0;
}
#commentbox h3 {
	font-size:22px;
}
.comment-meta a {
	font-size: 12px;
	color: #999;
}


/* SEARCHBAR */
.search-form {
	width: auto;
	float: left;
	height:100%;
}
.search-form .s {
	padding:0;
	border:0;
	height: 100%;
	background: #FFF;
	font-size: 14px;
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	margin-right: 0;
}
#top-container .search-form .s {
	border: 0;
	background: #FFF;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#searchbar {
	float: right;
	margin-top: 0;
	position: absolute;
	right: 100%;
	top:11%;
}
#header-wrap-outer #searchbar {
	display: none;
	margin: 0;
	height:80%;
}
#header-wrap-outer .search-form .s {
	padding-right: 10px;
	width: 280px;
	height:100%;
}
#searchform, #searchform div {
	height:100%;
}
#search-toggle {
	float: right;
	padding: 18px 15px 6px 15px;
	position:relative;
	height:32px;
}
#search-toggle:hover {
	color:#fff;
}
span.search-button {
	float: left;
	position: absolute;
}
.search-form .searchsubmit {
	display: none;
}

#header .search-form .searchsubmit {
	top: -2px;
	box-shadow: none;
	border: 0;
	display: none;
}

#sidebar .search-form, #footer .search-form {
	margin-top: 0;
	margin-bottom: 10px
}
#footer .search-form .s {
	width: 148px
}

/* PAGE-NAVI */
.wp-pagenavi {
	float: left;
	margin: 20px 0px;
	width: 100%;
}
.wp-pagenavi span.pages {
	background-color: #FFFFFF;
	border: 0px !important;
	color: #606060 !important;
	margin: 2px;
	padding: 4px 8px !important;
	display: none !important;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wp-pagenavi span.current {
	background-color: #606060 !important;
	border: 0px !important;
	color: #FFFFFF !important;
	font-weight: bold;
	margin: 2px;
	padding: 4px 8px !important;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wp-pagenavi a,.wp-pagenavi a:link {
	background-color: #e5e5e5 !important;
	border: 0px !important;
	color: #3d3d3d !important;
	margin: 2px;
	padding: 4px 8px !important;
	text-decoration: none;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wp-pagenavi a:visited {
	background-color: #e5e5e5 !important;
	border: 0px !important;
	color: #3d3d3d !important;
	margin: 2px;
	padding: 4px 8px !important;
	text-decoration: none;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wp-pagenavi span.extend {
	background-color: #FFFFFF;
	border: 0px !important;
	color: #3d3d3d !important;
	margin: 2px;
	padding: 4px 8px !important;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}


/* PAGINATION */
.pagination {
	float: left;
	height: 100%;
	margin-top: 20px;
	width: 100%;
}


/* ADS */
.ad125 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ad468 {
	width: auto;
	margin: 20px auto;
}


/* UFO TWITTER WIDGET */
.ufo-twitter ul li {
	background: transparent;
	padding-left: 0px;
}

.ufo-twitter a.readmore {
	text-transform: lowercase;
}
.ufo-twitter li p {
	padding-bottom: 4px;
}
.ufo-twitter ul li a {
	display: inline;
}
.ufo-twitter span.ufo-twitter-date {
	padding-bottom: 14px;
	display: block;
	font-size: 10px;
}
#footer .ufo-twitter a.readmore {
	display: none;
}


/* WP Gallery */
.single #main .gallery {
	margin: 0;
}

#main .gallery a img {
	border: none;
}


#main .gallery .gallery-icon {
	margin: 2px 8px;
}
#main #gallery-1 .gallery-item {
	margin-top: 0;
}


/* WooCommerce */

#woo-ordering-wrap {
	background:#292929;
}
.home #woo-ordering-wrap {
	border:0;
	margin:0;
}
#woo-ordering {
	padding: 2px 0;
	z-index:2;
}

.archive-product-image img {
	float:left;
	width:100%;
}
.home #woo-ordering {
	display: none;
}

.single-product-image {
	float: left;
	width: 100%;
	position: relative;
	max-width: 100%;
}

.single-product-image img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	width:auto;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 59%;
	float: left;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.single-product #content {
	width: 100%;
	position:relative;
	background:#FFF;
}

.summary {
	float: right;
	padding-left: 0px;
	width: 250px
}
.related, .upsells {
	margin-bottom: 0;
	position:relative;
}
.single-product .related .product-info-wrap, .single-product .upsells .product-info-wrap {
    display:none;
}
.woocommerce_tabs, .related, .woocommerce-tabs {
	width: 41%;
	float: right;
	padding-bottom: 0;
	clear: right;
}
.single-product .related h2 {
	display:none;
}
.single-product .related .products .product .price {
	font-size:20px;
}

li.product .star-rating {
	float: none;
	margin: 1em auto;
}
.home li.product .star-rating {
	float: none;
	margin: 1em auto;
}
.entry-summary .star-rating {
	float: left;
	margin-bottom: 20px;
}
.product {
	float: left;
	width: 180px;
	margin-right: 15px;
	position: relative;
	margin-bottom: 20px;
}
.woocommerce-cat-thumb img {
    float:left;
}
.summary .single-product-description {
	float:left;
	width:100%;
	margin-bottom:0;
}
#header-wrap-outer .amount {
	color: #FFF;
}
del .amount {
	opacity:0.4;
}
article.product {
	width: 100%;
	margin-right: 0;
}
.product-info-wrap {
	width:100%;
	text-align:center;
}
.product a h3 {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:6px 0 0 0;
	width: 100%;
}
.products .product a h3 {
	width:auto;
	color:#eee;
	-webkit-font-smoothing:antialiased;
	display:block;
	clear:left;
	position:relative;
}

.product .price {
	float: none;
	color: #5A9E2E;
	width: 100%;
	font-size: 20px;
	font-weight:400;
}
.products .product .price {
	color:#eee;
	-webkit-font-smoothing:antialiased;
	width:auto;
	font-size:28px;
	line-height:1.5em;
	position:relative;
}

.product-info-wrap.slide-up .price, a .product-info-wrap.slide-up h3, .product-info-wrap.slide-up a h3 {
	left:0;
	opacity:1;
}

.summary .price .amount {
	font-size:20px;
	color:#222;
	font-weight:400;
}
.product a.button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.product a.button-info {
	background: #3d3d3d;
	margin-left: 96px;
}
.product .added {
	background: #5A9E2E;
	color: #FFF;
	opacity: 1 !important;
	display: block !important;
}
.product-thumb-wrap {
	width: 100%;
	margin-bottom: 0;
	float: left;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	position: relative;
	overflow:hidden;
	background:#fff;
	
}

.home-products .archive-product-image-single {
	float:left;
}
.archive-product-image-single img {
	transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.home .home-products ul.products li.product, .archive.shop-no-sidebar.woocommerce .product {
	margin-bottom:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
ul.products li.product .product-thumb-wrap {
	width:100%;
	float:left;
}
.single-product .related ul.products li.product .product-thumb-wrap {
	width:100%;
}

ul.products li.product .product-info-wrap, .archive.shop-no-sidebar.woocommerce .product .product-info-wrap {
	float: right;
	width: 100%;
	position: relative;
	padding:8% 0;
}
ul.products li.product .amount, ul.products li.product h3, ul.products li.product .price {
	opacity:1;
	color:#222;
	font-weight:400;
}


.home .home-products .flexslider ul.slides li {
	margin-right:0;
	overflow:visible;
}
.product-thumb img {
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.product-thumb img:hover {
	opacity: 0.9;
}
.product-thumb-wrap span.hover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	left: 0;
}

ul.cart_list li dl dd, ul.product_list_widget li dl dd {
	margin: 0 !important;
}
.single-product .product {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.single-product .product span.onsale {

}
.single-product .product span.single-onsale {
	display: none;
}
.single-product .related .product span.onsale {
	font-size: 10px;
	padding:2px 3px;
}
.home-products {
	width: 100%;
	float: left;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom:0;
}
.home-products .flex-direction-nav, #home-portfolio .flex-direction-nav {
	position:absolute;
	top:33%;
	right:0;
	float:left;
	width:100%;
}
#home-portfolio .flex-direction-nav {
	top:39%;
}
#home-portfolio .flex-direction-nav li .flex-prev, .home .home-products .flex-direction-nav li .flex-prev {
	left:0;
	opacity:1;
	padding:6px;
	margin-right:4px;
	font-size:16px;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	z-index:1;
	color:#3d3d3d;
	background:transparent;
}
.home .home-products .flex-direction-nav li .flex-next, #home-portfolio .flex-direction-nav li .flex-next {
	right:0;
	opacity:1;
	padding:6px;
	font-size:16px;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	z-index:1;
	color:#3d3d3d;
	background:transparent;
}
.home-products .products {
	margin-bottom: 20px;
}
.sidebar-left .home-products {
	float: right;
}
.home-products .product {
	margin-bottom: 0;
}
.archive .product {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	background: transparent;
	margin-right: 0;
	overflow:hidden;
}

span.onsale {
	position: absolute;
	padding: 10px 8px;
	color: #FFFFFF;
	background:rgba(0,0,0,0.1);
	right:0;
	font-size:12px;
}


li.product {
	float: left;
	width: 33.333%;
	margin-right: 0;
	position: relative;
	list-style: none;
}

li.product a.button {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #eee;
	text-align: center;
	opacity: 0;
	padding: 8px 12px;
	bottom: 10%;
	right: 100%;
	z-index: 7;
	margin: 0 auto;
	-webkit-transition: all 0.45s ease-in;
	-moz-transition: all 0.45s ease-in;
	-o-transition: all 0.45s ease-in;
	transition: all 0.45s ease-in;
}
.single-product .related li.product a.button {
	display:none;
}
li.product a.button.slide-up {
	bottom:10%;
	opacity:1;
	right:43%;
}
li.product a.button:before {
	content: "\e012";
	font-family: 'ufo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	vertical-align: middle;
}

li.product a.button.product_type_variable:before {
	content: "\e01e";
	font-family: 'ufo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	vertical-align: middle;
}

li.product a.button.added:before {
	content: "\e013";
}

li.product a.button:hover, li.product a.button.added {
	right:43%;
}

.added_to_cart {
	display: none;
}
.cart-basket-icon {
	margin-right:14px;
	font-size:16px;
}


#header-wrap-outer #main-menu-wrap .dropdown_widget_cart .amount {
font-size:14px
}
/* =WooCommerce
-------------------------------------------------------------- */

/* WOOCOMMERCE DEFAULTS */
.clear {
	clear: both;
}
.nobr {
	white-space: nowrap;
}

/* WOOCOMMERCE PRODUCTS SINGLE */
form.cart {
	margin-bottom: 16px;
	float: left;
	width: 100%;
	padding-top:10px;
}

form.cart:after {
	content: "";
	display: block;
	clear: both;
}
form.cart div.quantity {
	float: left;
	margin: 0;
}
form.cart table {
	font-size: 12px;
	border-width: 0 0 1px 0;
}
form.cart table, form.cart table th, form.cart table tr, form.cart table td {
    border:0;
}
form.cart table tr {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
form.cart table td {
	padding: 0;
	vertical-align: top;
	display: block;
}
form.cart table div.quantity {
	float: none;
	margin: 0;
	width: 72px;
}
form.cart table small.stock {
	display: block;
	float: none;
}

table.variations {
	position: relative;
	float: left;
	width: 100%;
}

form.cart .variations label {
	font-weight: bold;
	color: #3d3d3d;
}
form.cart .variations select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 8px 5px 8px 18px;
	background: url(images/arrow.gif) 5px -31px no-repeat #fff;
	font-size: 12px;
}

.single_variation_wrap {
	float: left;
	width: 100%;
}
p.stock {
	color: #999;
	padding: 10px 0 0 0;
	float:left;
	width:100%;
}
a.reset_variations {
	float: left;
	padding: 10px 0 0 0;
}
a.reset_variations:before {
	content: "\e009";
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right:8px;
	
}

form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button {
	vertical-align: middle;
	float: left;
	text-shadow:none;
	border-color:transparent;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	line-height:auto;
}
.product {
	position: relative
}

#breadcrumb, .woocommerce-breadcrumb {
	margin: 0;
	padding: 4px 0;
	color: #eee;
	clear: both;
	float: left;
	font-size: 12px;
}
.woocommerce-breadcrumb a {
	color:#999;
}
.woocommerce-breadcrumb a:hover {
	color:#fff;
}
.single-product .product .cart a.button {
	width: auto !important;
	float: left;
	padding: 12px 52px !important;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: -1px;
	font-weight: normal;
	clear: left;
	margin-top: 10px;
	border-radius: 2px;
	background: #2d3032;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	display: block;
	margin-bottom: 16px;
}

/* WOOCOMMERCE HEADER/CART MENU */
#cart-header-menu {
    float:right;
}

#cart-header-menu span.cart_subtotal {

}
#cart-menu-inner {
	float: right;
	margin-left: 0px;
	width: auto;
	list-style: none;
	position: relative;
	height: 18px;
	margin-top: 8px;
}
#cart-menu-inner a.menu-link {
	margin-right: 8px;
	padding-right: 8px;
	display: inline;
}
#cart-menu-inner a.cart_dropdown_link {
	border: 0;
	margin-right: 0;
}
#cart-menu-inner a.cart_checkout_link {
	border: 0;
	margin-left: 8px;
	margin-right: 0;
	padding-right: 0px;
}
#cart-menu-inner a.menu-link {
	text-decoration: none;
	color: #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
}


#top-container #cart-menu-inner .icon-cart {
	padding: 2px 4px 3px 4px;
}
#header-wrap-outer #top-container .hidecart-icon .icon-cart {
	background: transparent;
	padding: 0;
	border-radius: 0;
}
#cart-menu-inner a.menu-link:hover {
	text-decoration: none;
	color: #FFF;
}
.cart_dropdown {
	list-style: none;
	float: right;
	text-align: left;
	margin: 0;
	line-height: 18px;
}
.cart_subtotal {
	margin-right: 0;
	color: #FFF;
	font-weight: 400;
	font-size: 13px;
}

#header .cart_dropdown_link .icon-basket {
	font-size:20px;
	color:#878787;
}
#header .cart_dropdown_link .icon-basket:hover {
	color:#fff;
}
#header #cart-menu-inner {
	padding-left:0;
	margin-left:0;
	height:auto;
	margin-top:0;
}
#header #cart-menu-inner .icon-basket {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
#header .amount {
color: #eee;
font-size:16px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
font-weight:400;
}
#header  .cart_subtotal {
	float:right;
	padding-top:18px;
}
#header #cart-menu-inner a.menu-link {
	padding:16px 13px 16px 13px;
}
#header .hidecart-icon {
	top:7px;
}
.dropdown_widget {
	position: absolute;
	width: 240px;
	list-style: none;
	z-index: 200;
	background: #222;
	margin-top: 0;
	padding: 0px 19px 0 19px;
	right: 0;
	top: 0;
	display: none;
	color: #eee;
}

#shop-sidebar-title {
	margin-bottom: 18px;
	padding-top:18px;
	padding-bottom: 8px;
	float: left;
	width: 100%;
}
#sidebar-top p {
	padding-bottom: 0;
	margin-bottom: 12px;
}
#header-wrap-outer {
	background: #FFF;
}
#header-wrap-outer .dropdown_widget {
	right: 0;
	position: absolute;
	top: 100%;
	padding:0;
	width:280px;
	padding-bottom:4px;
}
#header-wrap-outer .hidecart-icon {
	position: fixed;
	right: 0;
	cursor: pointer;
	background: white;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border: 1px solid #DFDFDF;
	border-right: 0;
	padding: 4px 6px 2px 6px;
	z-index: 201;
	width: 16px;
	height: 20px;
	display: none;
}
#header-wrap-outer .close-icon {
	background: url(images/close.png) no-repeat 2px 2px #FDFDFD;
	text-indent: -9999em;
}
.dropdown_widget .update_succes {
	display: none
}
.dropdown_widget .hidden {
	display: none;
}
ul.product_list_widget li {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.dropdown_widget ul.product_list_widget li {
	margin-bottom: 0px !important;
}
#sidebar ul.product_list_widget li {
	margin-bottom: 5px;
}
ul.product_list_widget li.empty {
	border: 0;
}
ul.product_list_widget li a {
	float: none;
	display: block;
}
ul.product_list_widget li .quantity {
	text-align: left;
	float: left;
}
#header-wrap-outer #main-menu-wrap .product_list_widget .amount {
	font-size:13px;
}
.dropdown_widget ul.cart_list li a img {
	float: left;
	display: block;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	width: 50px;
	height: auto;
	margin-right:10px;
}

#cart-header-menu #searchform {
	margin-left: 15px;
	float: left;
}
#cart-header-menu input#s {
	background: url(images/search.png) no-repeat scroll right 3px #ffffff;
	padding: 2px 10px 2px 10px;
}



h1.title-page {
	text-align: left;
	margin-bottom: 44px;
	color: #3d3d3d;
	line-height: 1.6em;
	font-size: 24px;
}

.woocommerce-result-count {
	display: none
}
.term_description {
	display: none;
}
span.sku {
	float: left;
	width: 100%;
}


.widget_price_filter .price_slider {
	margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
	float: right;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 6px;
    font-size:1em;
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid rgba(0,0,0, 0.1);
	cursor: pointer;
	background: #5a9e2e;
	outline: none;
	top: 0px;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));
	background: -webkit-linear-gradient(#333333, #666666);
	background: -moz-linear-gradient(center top, #333333 0%, #666666 100%);
	background: -moz-gradient(center top, #333333 0%, #666666 100%);
}
.widget_price_filter .ui-slider-horizontal {
	height: 14px;
	margin-top: 10px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget_price_filter .price_slider_amount .price_label {
	float: left;
	text-align: left;
}


/*** TABS ***/
div.product .woocommerce_tabs, div.product .woocommerce-tabs {
	margin-top: 20px;
	clear: both;
	width:32%;
	padding:0 4.5%;
	margin:0;
	float:right;
	padding-bottom:2em;
}
div.product .woocommerce_tabs ul.tabs, div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	overflow: hidden;
	text-align:left;
}
div.product .woocommerce_tabs ul.tabs li, div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	display: inline-block;
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0 10px;
	margin-right:-4px;
	font-size:16px;
	background:#222;
	padding:8px 14px;
}
div.product .woocommerce_tabs ul.tabs li:hover, div.product .woocommerce-tabs ul.tabs li:hover {
	opacity:0.9;
}
div.product .woocommerce_tabs ul.tabs li.active:hover, div.product .woocommerce-tabs ul.tabs li.active:hover {
	opacity:1;
}
.summary .from, .summary .price del .amount {
	font-size:18px;
	color:#999;
}
.summary .price del .amount {
	color:rgba(0,0,0,0.3);
}

.products .product .from {
	font-size: 0.5em;
}
div.product .woocommerce_tabs ul.tabs li a, div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .25em 0;
	font-weight: 600;
	color: #eee;
	-webkit-font-smoothing: antialiased;
}
div.product .woocommerce_tabs ul.tabs li a:hover, div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #fff;
}
div.product .woocommerce_tabs ul.tabs li.active, div.product .woocommerce-tabs ul.tabs li.active {
	color: #fff;
	z-index: 2;
	border-bottom: 0;
}
div.product .woocommerce_tabs ul.tabs li.active a, div.product .woocommerce-tabs ul.tabs li.active a {
	color:#fff;
}
div.product .woocommerce_tabs ul.tabs li a {
	font-size:16px;
	padding:0 10px;
	background:#FEFEFE;
}
div.product .woocommerce_tabs ul.tabs li:before,div.product .woocommerce_tabs ul.tabs li:after, div.product .woocommerce-tabs ul.tabs li:before,div.product .woocommerce-tabs ul.tabs li:after {
	border: 0;
	position: absolute;
	content: " ";
}
div.product .woocommerce_tabs ul.tabs li:before, div.product .woocommerce-tabs ul.tabs li:before {
	left: 0;
	border-width: 0;
}
div.product .woocommerce_tabs ul.tabs li:after, div.product .woocommerce-tabs ul.tabs li:after {
	right: -6px;
	border-width: 0 0 1px 1px;
}
div.product .woocommerce_tabs ul.tabs:before, div.product .woocommerce-tabs ul.tabs:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
}

div.product .woocommerce_tabs h2, div.product .woocommerce-tabs h2, #reply-title {
	font-weight: 400;
	font-size:24px;
}
#reply-title {
    font-size:20px;
    text-transform:uppercase;
}
table.shop_attributes {
	text-align: left;
	color: #4f4f4f;
}
.panel {
	margin-bottom: 0;
	width:100%;
	padding:0;
}
.product-image-zoom {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
#single-thumb-fs {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(images/star.png) repeat-x left 0;
}
.star-rating span {
	background: url(images/star.png) repeat-x left -32px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}
.hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}
p.stars:after {
	content: "";
	display: block;
	clear: both;
}
p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(images/star.png) repeat-x left 0;
}
p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}
p.stars span a:hover,p.stars span a:focus {
	background: url(images/star.png) repeat-x left -16px;
}
p.stars span a.active {
	background: url(images/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}
p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}
p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}
p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}
p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}

.show_review_form {
	display: none;
}

#reviews h2 {

}


#reviews .comment {
	float: left;
	margin: 14px 0;
	width: 100%;
	padding-bottom: 16px;
}

#reviews .comment .description p {
	padding-bottom: 0;
}

#reviews .comment .comment-text p.meta {
	padding:0;
	margin-bottom: 0;
	float: none;
	clear: none;
	width: auto;
	border:0;
	margin:0;
}
#review_form_wrapper {
	width: 100%;
	float: left;
}
#reviews .add_review {
	margin-top: 20px;
}

/*** Related ***/
.related:after,.upsells.products:after {
	content: "";
	display: block;
	clear: both;
}
.related ul.products,.upsells.products ul.products,.related ul,.upsells.products ul {
	float: none;
}
.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li {
	width: 25%;
	padding: 0;
	border: 0;
	background: transparent;
	margin-right: 0;
	overflow:hidden;
}

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

.single-product .related ul.products li a h3 {
	font-size:14px;
}
.related ul.products .flexslider img, .upsells.products ul.products .flexslider img, .related ul .flexslider img, .upsells.products ul .flexslider img {
	padding: 0;
	border: 0;
}
input[type="button"].minus, input[type="button"].plus {
	width: 42px;
	height: 42px;
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
	color: #222;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
input[type="button"].plus:hover, input[type="button"].minus:hover {
	border:0;
	color:#fff;
}
input[type="button"].minus {

}

input[type="button"].plus {

}

input[type="button"].minus, input[type="button"].plus {
	display:none;
}
.input-text.qty {
	position: relative;
	border: 1px solid #ddd;
	border-right: 0;
	height: 18px;
	margin: 0;
	color: #222;
	text-align: center;
	padding: 0px !important;
	width: 52px;
	float: left;
	height: 46px;
	background: #fff;
}
.shop_table .input-text.qty {
    border: 1px solid #ddd;
    width:32px;
    height:32px;
}
table.shop_table td.product-name {
	max-width: 210px
}
.variations_form {
	width: 100%;
}

form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button {
	padding: 4px 8px;
	background: #222;
	color: #fff;
	border: 0;
	cursor: pointer;
}

form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button {
	width: auto;
	padding: 8px 23px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	clear: left;
	margin-top: 10px;
	font-weight: 400;
}

.woocommerce_message, .info, .woocommerce-message, .woocommerce-error {
	margin-bottom: 0;
	width: auto;
	padding: 10px 0;
	text-align: left;
	font-weight: 400;
}
.info, .woocommerce-error, .single-product .woocommerce_message, .single-product .woocommerce-message {
    top: 0;
    z-index: 10;
    background: rgba(256,256,256,0.6);
}

.single-product .woocommerce_message, .single-product .woocommerce-message {
    padding: 10px 3%;
    position: absolute; 
}
.woocommerce-error {
	border: 1px solid red;
	list-style: none !important;
}

.woocommerce_message .button, .woocommerce-message .button {
	background: transparent;
	border: 0;
	float: right;
}
.woocommerce-ordering {
	float: right;
	width: auto;
}
.summary .price {
	color: #222;
	text-align: left;
	padding-bottom:16px;
}
.summary h1.entry-title {
	margin-bottom:16px;
	font-size:42px;
}
.single_variation {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}
.summary .single_variation .price {
	margin: 10px 0 2px 0;
}

.single-product h1.page-title {
	background: transparent;
	text-align: left;
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	text-transform: none;
	line-height: 1.5em;
}

.product_meta {
	float: left;
	width: 100%;
	color: #999;
	padding: 16px 0 0 0;
}
.product_meta a {
	color:#999;
}

.product_meta span {
	float: left;
	width: 100%;
	margin:2px 0;
}
.product_meta span.sku {
	width: auto;
	float: none;
}

table.shop_table .checkout-button, form.cart .button, #place_order, .caption .button, .product .cart a.button {
	width: 100%;
	padding: 4px 38px 4px 18px;
	color: white;
	font-size: 13px;
	text-transform: none;
	margin-top: -1px;
	font-weight: normal;
	clear: left;
	margin-top: 10px;
}

#place_order {
	padding: 20px 40px;
}
form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button {
	clear: none;
	float: left;
	margin: 0;
	width: auto;
	height: 48px;
}
.caption .button {
	margin-right: 2px;
	float: left;
	padding: 8px 0;
	text-align: center
}
#place_order {
	width: auto;
}


.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .summary {
	float: left;
	width: 32%;
	padding: 0;
	margin: 0 0 2.4% 0;
	padding: 4.5%;
}
.summary .upsells {
	display: none;
}
.upsells {
	float: right;
	width: 41%;
	margin-bottom: 0;
	clear: right;
}

h1.title {
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 26px;
}
h1.archive-title {

}
.single h1.title, .page h1.title {
	margin-bottom: 1em;
}
.single-portfolio h1.title {
	font-weight:400;
}
.single-portfolio .meta {
	border:0;
	padding:0;
}
.single .meta {
	margin-bottom: 0;
}

.readmore, .blurb a.readmore, a.comment-reply-link, #respond input[type="submit"], .widget_price_filter button, .shop_table input[type="submit"], input[type="submit"], .nav-next a, .nav-previous a, .pagination-prev a, .pagination-next a, .woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span.current, .home-products .flex-direction-nav li .flex-prev, .home-products .flex-direction-nav li .flex-next {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	clear: both;
	color: #FFF;
	float: left;
	font-size: 13px;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
	width: auto;
	text-shadow: none;
	cursor: pointer;
	text-transform: capitalize;
	padding: 18px 23px;
	border: 0;
	background: #222;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}
.nav-next a, .nav-previous a, .pagination-prev a, .pagination-next a, .woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span.current {
	border-radius:0;
	margin:0;
	padding:36px;
}
.nav-next a:hover, .nav-previous a:hover {
	color:#fff;
}
.pagination-prev a, .pagination-next a {
	padding: 10px 12px;
	color:#2d3032;
}
.post-password-required input[type="submit"] {
	float: none;
}
.woocommerce-pagination .page-numbers li span.current {

}
.woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span.current {

}
.woocommerce-pagination .page-numbers li a {
	background: transparent;
	border:0;
	color:#999;
}
.woocommerce-pagination .page-numbers li a:hover {
	color:#fff;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	
}
.readmore:hover, .blurb a.readmore:hover, a.comment-reply-link:hover, #respond input[type="submit"]:hover /* input[type="button"] */, .widget_price_filter button:hover, .shop_table input[type="submit"]:hover, input[type="submit"]:hover, .nav-next a:hover, .nav-previous a:hover, .pagination-prev a:hover, .pagination-next a:hover {
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}
.pagination-prev a:hover, .pagination-next a:hover {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
.readmore, .blurb a.readmore:hover {
	text-decoration: none;
}
.blurb a.readmore {
	margin: 0;
	float: none;
}
.readmore {
	background: #222;
	padding: 14px 20px;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
	color: #FFF;
}
.readmore:hover {
	color: #FFF;
}
.content-page .readmore {
	clear:none;
}
.navigation, .pagination, .woocommerce-pagination, .woocommerce-pagination .page-numbers {
	float: left;
	width: 100%;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	list-style: none;
	background:#292929;
}
.woocommerce-pagination {
	background:#222;
}
.woocommerce-pagination, .woocommerce-pagination .page-numbers {
	margin:0;
}
.woocommerce-pagination .page-numbers li {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous {
	float: left
}

.shop_table input[type="submit"] {
	float: none
}

table.shop_table .checkout-button, .cart_dropdown .button {
	background: #2d3032;
	clear: both;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	margin-top: 0px;
	margin-right: 10px;
	padding: 8px 20px;
	text-align: center;
	width: auto;
	text-shadow: none;
	cursor: pointer;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cart_dropdown .button {
	-webkit-transition: background 0.05s ease-in;
	-moz-transition: background 0.05s ease-in;
	-o-transition: background 0.05s ease-in;
	transition: background 0.05s ease-in;
	padding:10px 20px;
}

table.shop_table .checkout-button {
	font-size: 13px;
	padding: 10px 14px;
	margin-right: 0;
	margin-left: 14px;
}
.cart_dropdown .total {
	padding: 12px 20px 20px 20px;
	clear: both;
	font-size: 16px;
}
.cart_dropdown p.buttons {
	padding-left:20px;
	padding-right:20px;
}

.cart_dropdown .total strong {
	font-weight:400;
	color:#999;
}
#header-wrap-outer #main-menu-wrap .dropdown_widget_cart .total  .amount {
	font-size:18px;
}

#bg-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(images/menu_bottom.png);
	z-index: 100;
	opacity: 0.6
}

table.shop_table {
	border-top: 0;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
}

table.shop_table {
	text-align: left;
	border-collapse: separate;
	float: left;
}
table.shop_table, table.shop_table th, table.shop_table tr, table.shop_table td, .cart_totals table, .cart_totals th, .cart_totals tr, .cart_totals td {
    border:0;
    text-align:left;
}
table.cart {
	width: 60%
}
table.shop_table th {
    font-weight: normal;
    padding: 10px 0;
    font-size: 20px;
}
.my_account_orders .order-number {
	width: 18%
}
.cart th, .cart td {
	vertical-align: middle;
}

.input-text {
	border: 1px solid #CCC;
	padding: 5px;
	height: 16px;
}
.nobr {
	white-space: nowrap;
}
a.remove {
	float: left;
	font-size:20px;
	color:red;
}
.checkout_coupon .button {
    margin:0;
    padding:9px;
}
table.shop_table td {
	padding: 5px 0;
	vertical-align: middle;
}
.coupon {
	float: left;
	margin-right: 10px;
}
td.product-thumbnail img {
	width: 48px;
	height: auto;
	float: left;
	border: 1px solid #DDD;
	padding: 2px
}
.cart-collaterals .cart_totals tr td,.cart-collaterals .cart_totals tr th {
	padding: 8px 0;
	text-align: left;
}
.cart-collaterals {
	width: 34%;
	float: right;
}
.cart_totals table {
	width: 100%;
	margin-bottom: 14px;
	margin-top: 10px
}
.cart-collaterals h2 {
	font-size: 32px
}
table.shop_table td.actions {
	padding: 6px 0 4px 0;
	padding-top:2em;
}
table.shop_table .button {
	margin: 0px;
	clear: right;
	padding: 12px 16px;
}
#coupon_code {
	height: 25px;
	vertical-align: top;
}
table.shop_table .checkout-button {
	float: right;
}
table.my_account_orders {
	width: 100%
}

#payment {
	float: left
}
.full-width {
	width: 100%;
}

.dropdown_widget span.amount {
	color: #5A9E2E
}
.woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button {
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;	
}

.form-row {
	overflow: visible;
	zoom: 1;
	padding: 3px;
	margin: 0 0 6px;
}

.col2-set .col-1 {
	float: left;
	width: 48%;
}

.col2-set .col-2 {
	float: right;
	width: 48%;
}

.orderby {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	display: block;
	color: #999;
	margin: 0;
	margin-top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:0;
	padding: 8px 8px 8px 18px;
	background: url(images/arrow_white.gif) 5px -32px no-repeat transparent;
	width: 100%;
}

.orderby:before {
	font-family: 'ufo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	vertical-align: middle;
}

.orderby:before {
	content: "\e023";
}
div form .form-row input.input-text, div #content .form-row input.input-text, div form .form-row textarea, div #content .form-row textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #CCC;
	width: 100%;
	padding: 6px 12px;
	min-height: 30px;
	margin: 0;
	outline: 0;
	background: white none;
	font-size: 12px;
	line-height: 18px;
}

#order_comments {
	max-width: 100%;
	min-height: 80px;
}
.col2-set {
	width: 100%;
	float: left;
}

.col-1, .col-2 {
	position: relative;
}


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

.form-row-last {
	float: right;
}

.addresses.col2-set .col-1, .addresses.col2-set .col-2 {
	width: 50%;
}

.customer_details {
	margin-bottom: 20px
}

.post-content .order_details {
	overflow: hidden;
	list-style: none;
	background: url(images/info_bg.png) bottom left repeat-x #f9f9f9;
}

.post-content .order_details li {
	border-bottom: 1px solid #ededed;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-left: 12px
}

#customer_details {
	margin-bottom: 30px;
}
h3#order_review_heading {
	clear: both;
}

#payment ul.payment_methods {
	text-align: left;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

#payment ul.payment_methods li {
	margin-bottom: 8px;
}
#payment div.payment_box {
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	padding: 8px;
	padding-left: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: url(images/info.png) no-repeat 8px 10px #F6F6F6;
	border: 1px solid #EDEDED;
	font-size: 12px;
}

#shiptobilling {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
#shiptobilling-checkbox {
	float: left;
}

.form-row label {
	display: block;
}

.shipping-calculator-form select {
	width: 140px
}

#createaccount {
	float: left
}
label.checkbox {
	float: left;
	padding: 0 6px
}

.lost_password {
	float: left;
	margin-top: 14px;
	margin-left: 20px;
}


.woocommerce-checkout .post-content form {
	display: block;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
form.checkout {
    margin-top:2em;
}
.required {
	color: #FF0000
}

#review_form label {
	float: left;
}

#review_form span.required {
	display: none
}

tr.total {
	font-size: 18px
}
tr.total span.amount {
	font-size: 32px;
	font-weight: 400;
}

.woocommerce_error {
	background: url(images/warning.png) no-repeat 8px 10px #F6F6F6;
}
ul.woocommerce_error li {
	margin-left: 0
}


/* HOMEPAGE TEMPLATES */
.home-page-sidebar #sidebar {
	margin-top: 20px;
}
.home-page-sidebar .home-products {
	width: 75%;
}

.home-page-sidebar .home-products ul.products li {
	width: 30%;
	margin-right: 5%;
}

/* HOMEPAGE TEMPLATES - sidebar + widgets */
.home-page-sidebar-widgets #sidebar {
	margin-top: 20px;
	width: 21%;
}
.home-page-sidebar-widgets .home-products {
	width: 75%;
}

.home-page-sidebar-widgets .home-products ul.products li {
	width: 30%;
	margin-right: 5%;
}


/* BUTTONS */
a.slide-button {
	padding: 20px;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	font-size: 20px;
	color: rgba(256,256,256,0.9);
	float: left;
	background:rgba(0,0,0,0.7);
	clear:left;
	position:relative;
	z-index:9;
}
a.slide-button:hover {
	color: #fff;
}
h2.home-slide-title {
	color: #fff;
	font-size: 42px;
	float: left;
	clear: left;
	background: rgba(0,0,0,0.7);
	padding: 10px 20px;
	margin-bottom: 0;
}
p.slider-caption {
	float: left;
	clear: left;
	background: rgba(0,0,0,0.7);
	padding: 10px 20px;
	max-width: 80%;
	color: rgba(256,256,256,0.7);
	line-height:2em;
}

/*
Prev/Next Nav
*/
.tp-leftarrow.large, .hs_wrap .flex-direction-nav li .flex-prev, #ss_wrap .flex-direction-nav li .flex-prev, .flex-direction-nav li .flex-prev {
	display: block;
	background: #222;
	color: #eee;
	padding: 10px 16px;
	right: 7.5%;
	left: auto;
	bottom: 3em;
	top: auto;
	z-index: 11;
	opacity:0.4;
}
.tp-leftarrow.large:before, .hs_wrap .flex-direction-nav li .flex-prev:before, #ss_wrap .flex-direction-nav li .flex-prev:before, .flex-direction-nav li .flex-prev:before, #sb-nav-previous:before {
	content: "\e022";
	font-family:'ufo';
}

#sb-nav-close:before {
	content: "\e009";
	font-family:'ufo';
}

.tp-rightarrow.large, .hs_wrap .flex-direction-nav li .flex-next, #ss_wrap .flex-direction-nav li .flex-next, .flex-direction-nav li .flex-next {
	display: block ;
	background:#222;
	color:#eee;
	padding:10px 16px;
	bottom:3em;
	top:auto;
	right:3%;
	opacity:0.4;
}
.tp-rightarrow.large:before, .hs_wrap .flex-direction-nav li .flex-next:before, #ss_wrap .flex-direction-nav li .flex-next:before, .flex-direction-nav li .flex-next:before, #sb-nav-next:before {
	content: "\e021";
	font-family:'ufo';
}
.slider-full .flex-direction-nav li .flex-next {

}
.tp-leftarrow.large:hover, .hs_wrap .flex-direction-nav li .flex-prev:hover, #ss_wrap .flex-direction-nav li .flex-prev:hover, .flex-direction-nav li .flex-prev:hover, .tp-rightarrow.large:hover, .hs_wrap .flex-direction-nav li .flex-next:hover, #ss_wrap .flex-direction-nav li .flex-next:hover, .flex-direction-nav li .flex-next:hover {
	opacity: 1;
}
.page-template-page-home-3-php .related ul.products li {
	width: 176px;
}

.product-thumb-wrap .flex-direction-nav li .flex-next, .product-thumb-wrap .flex-direction-nav li .flex-prev {
	background: transparent;
	display: none;
}
.product-thumb-wrap .flex-direction-nav li .flex-next {
	width: 50%;
	height: 100%;
	top: 0;
	cursor: e-resize;
}
.product-thumb-wrap .flex-direction-nav li .flex-prev {
	width: 50%;
	height: 100%;
	top: 0;
	cursor: w-resize;
}
.product-thumb-wrap .flex-control-nav {
	display: none;
}
.flex-control-nav li a {
	height: 14px !important;
	width: 14px !important;
}
.portfolio-nav {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#woo-ordering .portfolio-nav {
	margin-bottom: 0;
	float: right;
	width: auto;
}
.pagination-prev a, .pagination-next a {
	background: transparent;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
	color:#999;
}
.pagination-prev a:hover, .pagination-next a:hover {
	color:#fff;
}
#woo-ordering .portfolio-nav .pagination-prev a, #woo-ordering .portfolio-nav .pagination-next a {
	padding: 8px;
	float: right;
	margin-top: 2px;
}
#woo-ordering .pagination-prev a:hover, #woo-ordering .pagination-next a:hover {
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

#woo-ordering .portfolio-nav .pagination-next a {
	margin-left: 4px;
}
#woo-ordering .icon-arrow-left, #woo-ordering .icon-arrow-right-2 {
	font-size: 12px;
}
/* GALLERY */
.gallery-img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.gallery-item {
	float: left;
}

#gallery.gallery-1col .gallery-desc {
	float: left;
	width: 270px;
	padding-left: 20px;
	padding-top: 8px;
}
#gallery.gallery-1col .gallery-desc p {
	padding-top: 20px;
}
#gallery.gallery-1col .gallery-item {
	margin-bottom: 26px;
}
#gallery.gallery-2col .gallery-item {
	width: 440px;
	margin-right: 40px;
	margin-bottom: 20px;
}
#gallery.gallery-2col .gallery-desc {
	float: left;
	padding-left: 8px;
	padding-top: 10px;
	width: 424px;
}
#gallery.gallery-3col .gallery-item {
	width: 292px;
	margin-right: 24px;
	margin-bottom: 20px;
}



/* GALLERY */
.gallery-img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#content .galleries article {
	float: left;
	padding-bottom: 0;
	margin-bottom: 20px;
	background: transparent;
	border-bottom: 0;
}
.galleries article h2 {
	font-size: 28px;
	margin-bottom: 0;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin-top: 39%;
	margin-bottom: 16px;
}
.galleries .four-column h2 {
	font-size: 24px;
}
.galleries .one-column article h2 {
	margin-bottom: 10px;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
	font-size: 32px;
	text-align:center;
}
.galleries .one-column article h2 a {
	color:#222;
}

.galleries .gallery-image-wrap .zoom-icon {
	float:right;
}
.galleries .gallery-image-wrap .zoom-icon {
	margin-right: 22%;
}

.galleries .gallery-image-wrap .link-icon {
	margin-left: 22%;
}

.galleries.four-column .gallery-image-wrap .zoom-icon {
	margin-right: 15%;
}

.galleries.four-column .gallery-image-wrap .link-icon {
	margin-left: 15%;
}

.widget-gallery-wrap .gallery-img {
	background: #f9f9f9;
	padding: 5px;
	border: 1px solid #EAEAEA;
}

.galleries article {
	background: transparent;
	padding-bottom:0;
}

.gallery-image-wrap {
	float: left;
	max-width: 100%;
	position: relative;
}

.single-portfolio .thumb {
	margin-bottom: 14px;
	position: relative;
}
.single-portfolio .flexslider {
	margin-bottom: 15px;
}
.gallery-image-wrap img {
	float: left;
	max-width: 100%;
	width:100%;
}
.portfolio-content-back .attachment-gallery-thumb {
	position:absolute;
	top:0;
	left:0;
	opacity:0.2;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.single-gallery #main {
	width: 100%;
}
.post-type-archive #main, .tax-pcategory #main, .tax-ptag #main, .page-template-page-gallery-php #main {
	width: 100%;
}
.galleries {
	width: 100%;
	float: left;
	margin-top: 0;
}
.galleries article {
	width: 25%;
	margin: 0;
	float: left;
	border-bottom: 0;
	overflow:hidden;
	position:relative;
	background:#FEFEFE;
}
.portfolio-meta-cats {
	text-align:center;
	color:#999;
}
.portfolio-meta-cats a {
	color:#999;
}

#home-portfolio .galleries article .gallery-image-wrap {
	margin:0;
}
#home-portfolio .flexslider .slides li {
	margin-right:0;
}

/* One column potfolio layout */
.galleries.one-column .portfolio-overlay-details {
    width:100%;
    max-width:100%;
    padding:5em 0;
}
.galleries.one-column .summary {
    width:94%;
    margin:0;
    padding:4.5% 3%;
    text-align:center;
}
.galleries.one-column article h2 {
    margin-top: 0;
    margin-bottom: 0.8em;
    font-size: 48px;
}
.galleries.one-column article {
	width: 100%;
}
.galleries.one-column article .gallery-image-wrap {
	max-width: 100%;
	margin-right: 0;
	width:100%;
}

/* Four column portoflio layout */
.galleries.four-column .portfolio-overlay-details {
    width:100%;
    max-width:100%;
    padding:10% 0;
}
.galleries.four-column article h2 {
    margin-top:0;
    margin-bottom:8px;
}
.galleries.four-column article {
	width: 25%;
}
.galleries.four-column article .gallery-image-wrap {
	max-width: 100%;
	margin-right: 0;
	width:100%;
}

/* Three column potfolio layout */
.galleries.three-column .portfolio-overlay-details {
    width:100%;
    max-width:100%;
    padding:10% 0;
}
.galleries.three-column article h2 {
    margin-top:0;
    margin-bottom:8px;
}
.galleries.three-column article {
	width: 33.333%;
}
.galleries.three-column article .gallery-image-wrap {
	max-width: 100%;
	margin-right: 0;
	width:100%;
}

.single-portfolio .flexslider {
	margin-bottom: 15px;
}
span.image-count {
	position: absolute;
	left: 3%;
	bottom: 3%;
	background: #3d3d3d;
	padding: 0px 6px;
	color: #fefefe;
}

.share {
	float: left;
	margin-right: 10px;
	text-decoration: none;
	color: #3d3d3d;
}

.home .home-products ul.products li ul.custom-controls li, .products ul.custom-controls li, .upsells .products ul.custom-controls li, .related ul.custom-controls li, ul.custom-controls li {
	display: block;
	height: 10px;
	width: 25%;
	background: #2d3032;
	float: left;
	margin: 0;
}

.upsells .products ul.custom-controls, .related ul.custom-controls, ul.custom-controls {
	position: absolute;
	z-index: 5;
	margin: 0;
	bottom: 0;
	display: none;
	width: 100%;
}

.custom-controls-wrap {
	position: absolute;
	z-index: 1;
	margin: 0;
	top: 0;
	bottom: auto;
	display: block;
	margin: 0;
}

.related .flexslider .slides li, .upsells .products .flexslider .slides li {
	margin-right: 0
}

.icore-gallery {
	float: left;
	display: block;
}
.icore-gallery ul.custom-controls {
	top: 0;
	bottom: auto;
	display: block;
	position: relative;
	float: left;
	width: auto;
}
.icore-gallery ul.custom-controls li {
	width: 50px;
	height: 14px;
	cursor: pointer;
}
.icore-gallery .icon-arrow-left, .icore-gallery .icon-arrow-right-2 {
	float: left;
	font-size: 10px;
	background: #2d3032;
	padding: 2px;
}
.icore-gallery .icon-arrow-right-2 {
	float: -right;
}
#tags a {
	white-space: nowrap;
	color:#999;
}
.post-format-content {
	width: 100%;
	max-width: 100%;
	float: left;
}
.post-format-content img {
    float:left;
}
.blog-full-width .post-format-content img {
    display:block;
    margin:0 auto;
    float:none;
}
.blog-full-width article h2.title {
    font-size:46px;
}
.blog-full-width article h2.blog-style, article h2.blog-style {
    margin:1em 0;
}
.portfolio-overlay {
	float:left;
	width:100%;
	height:100%;
}
.portfolio-has-gallery {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
	padding: 8px 4px 5px 8px;
	color: #eee;
}
.portfolio-overlay-details {
	width: 100%;
	height: 100%;
	max-width:100%;
	float:left;
}

#home-widgets h2.widgettitle {
	padding:30px 0;
	color:#f9f9f9;
}

.portfolio-content-front, .portfolio-content-back {
	float:left;
	
}
.portfolio-content-back {
	width:100%;
	height:100%;
}
.product-images a.product-permalink {
	float: left;
	max-width:100%;
	width:100%;
}

.product-images a.product-permalink .front, .gallery-image-wrap .portfolio-content-front {	
	float:left;
	max-width:100%;
	position:relative;
	z-index:1;
	width:100%;
	overflow:hidden;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .product-images a.product-permalink .front img, .gallery-image-wrap .portfolio-content-front img {
	position:relative;
	margin:0;
	box-shadow:none;
}
.product-images a.product-permalink:hover .front, .gallery-image-wrap:hover .portfolio-content-front {

}

.product-images a.product-permalink .back, .gallery-image-wrap .portfolio-content-back {
	float:left;
	max-width:100%;
}

.product-images a.product-permalink:hover .back, .gallery-image-wrap:hover .portfolio-content-back {
	position:absolute;
}

.product-additional-image, .portfolio-content-back  {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity:0;
	width:100%;
	transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}

.product-additional-image.blurred, .portfolio-content-back.blurred {
	opacity:1;
}
.portfolio-content-back.slide-up {
	left:0;
}
.on-sale-wrap {
	overflow: hidden;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 5;
	right: 0;
}

.share-single {
	width:100%;
	float:left;
	padding:16px 0;
}
.share-single-text {
	float:left;
	margin-right:14px;
	font-weight:400;
	margin-bottom:0;
	line-height:1;
	color:#999;
}

.post-thumb-preview {
	position: absolute;
	top: 100%;
	background: #FFF;
	display: none;
	z-index: 20;
	right: 0;
	border-top: 0;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.5);
	width:160px;
	height:auto;
}
.post-thumb-preview img {
	float:left;
}
#pagination-next-nav {
	float:left;
}
.menu-static {
	position:fixed;
	width:100%;
	top:0;
	z-index:90;
}
body.admin-bar .menu-static {
	top:28px;
}

#menu-search-wrap {
	position:relative;
	float:right;
}

.image-count-number {
	font-size: 13px;
	position: relative;
	top: -2px;
	padding-left: 4px;
}

#home-from-blog {
	background:#FFF;
}
#home-from-blog p {
	padding:0;
}
#home-from-blog ul {
	margin-bottom:0;
}
#home-from-blog h3 a {
	float:left;
	width:100%;
	font-size:24px;
	padding:1em 0 0.5em 0;
	background:transparent;
	color:#222;
	position:relative;
	-webkit-font-smoothing: antialiased;
}
#home-from-blog .blog-section-meta {
	color:rgba(0,0,0,0.4);
	margin-bottom:1.5em;
	float:left;
	width:100%;
}

#home-from-blog .products .product, #home-from-blog .home-blog-thumb {
	width:50%;
	background:#fff;
}


#home-from-blog .products .product:hover h3 {
	color:#fff;
}
#home-from-blog .products .product .home-blog-thumb img, .galleries .portfolio img {
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	max-width:100%;
	width:100%;
}
#home-from-blog .products .product:hover .home-blog-thumb img, .products .product:hover .product-thumb-wrap img, .galleries .portfolio:hover img {

	transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2); /* IE 9 */
	-webkit-transform:scale(1.2,1.2); /* Safari and Chrome */
}
.galleries.one-column .portfolio:hover img {
    transform:scale(1);
	-ms-transform:scale(1); /* IE 9 */
	-webkit-transform:scale(1); /* Safari and Chrome */
}
.home .home-products ul.products li.product .pagination {
	position:absolute;
	bottom:0;
	left:0;
	z-index:5;
	height:40px;
}
.home .home-products ul.products li.product .pagination li {
	float:left;
	display:inline;
	height:40px;
	width:40px;
	opacity:0.9;
}
#home-from-blog .products .product:nth-child(3) .home-blog-thumb, #home-from-blog .products .product:nth-child(4) .home-blog-thumb, #home-from-blog .products .product:nth-child(7) .home-blog-thumb, #home-from-blog .products .product:nth-child(8) .home-blog-thumb {
	float:right;
}
.home-blog-thumb {
	float:left;
	max-width:100%;
	background:#fff;
	overflow:hidden;

}
.home-blog-thumb a, .home-blog-thumb a img {
	float:left;
}
.blurb .blurb-icon-wrap .blurb-icon {
	font-size: 48px;
	color: #fff;
	border-radius: 100%;
	margin-top:20px;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}
.blurb-icon-wrap {
	margin-top:20px;
}
.product_list_widget .amount {
	font-size:16px;
}

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	z-index: 1;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/**** Isotope filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.portfolio-tabs {
	float: right;
	margin: 3px 0 0 0;
}
.portfolio-tabs li {
	list-style: none;
	display: inline;
	float: left;
	background: transparent;
	-webkit-transition: background 0.05s ease-in;
	-moz-transition: background 0.05s ease-in;
	-o-transition: background 0.05s ease-in;
	transition: background 0.05s ease-in;
	margin: 1px 0 0 10px;
}
.portfolio-tabs li.active a {
	color: #fff;
}

.portfolio-tabs li a {
	font-size:12px;
	padding: 0 6px;
	float: left;
}

.portfolio-tabs li:hover {
	-webkit-transition: background 0.05s ease-in;
	-moz-transition: background 0.05s ease-in;
	-o-transition: background 0.05s ease-in;
	transition: background 0.05s ease-in;
	color: #fff;
}
.portfolio-tabs li:hover a {
	color: #fff;
}

h3.wpb_area_title, div.grid_no_animation figcaption a.button {
	display: none;
}

div.grid_no_animation figcaption {
	background: none;
}

div.grid_no_animation figcaption .pro_price_area .amount {
	opacity: 1;
	color: #222;
	font-weight: 400;
	font-family: 'Abel';
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	line-height: 1.5em;
	position: relative;
}
div.grid_no_animation figcaption h3.pro_title {
	opacity: 1;
	color: #222;
	font-weight: 200;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	display: block;
}

.zoom {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.zoom img {
	display: block;
}

.zoom img:selection {
	background-color: transparent;
}

.woocommerce-review-link {
	float: left;
	margin-left: 12px;
	line-height: 20px;
    color:#999;
}

.archive.shop-no-sidebar.woocommerce #content {
	width: 100%;
}
.archive.shop-no-sidebar.woocommerce .product {
	width: 25%;
	margin-right: 0;
}
.product.first {
	clear:left;
}
.archive.shop-no-sidebar.woocommerce .product:hover {

}
/* DEMO ICONS */
.demo-icons {
	margin:0;
	list-style:none;
	font-size:22px;
	color:#2d3032;
}
.demo-icons li {
	width:33%;
	float:left;
	list-style:none;
	margin:0 0 20px 0 !important;
}
.demo-icons .type-icon {
	font-size:12px;
	color:#777;
	margin-left:10px;
}


.parallax-bg {
	position: fixed;
	width: 100%;
	height: 1000%;
	top:0;
	left:0;
	z-index: -1;
}


.archive-product-image.front img {
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	position:relative;
}

.home-post-info {
	text-align:center;
	padding:10% 5% 0 5%;
	width:40%;
	height:40%;
	float:right;
}
.blog-post-arrow {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 49%;
	left: 49.1%;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index:9;
}

/* Preloader */
#preloader {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
}

#spinner {
	position: relative;
	height: 35px;
	width: 35px;
	top: 50%;
	margin-bottom: -12px;
	margin: 0 auto;
	border: 3px solid rgba(226, 226, 226, 0.75);
	border-radius: 100%;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
}
#spinner:before {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	top: -3px;
	height: 100%;
	width: 100%;
	border-top: 3px solid rgba(0,0,0,1);
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-right: 3px solid transparent;
	border-radius: 100%;
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.flex-full-screen {
    cursor:-webkit-zoom-in;
    cursor: zoom-in;
}
.flexslider-fullscreen .flex-full-screen {
    cursor:-webkit-zoom-out;
    cursor: zoom-out;
}



/* 3. Flexslider fullscreen API
-------------------------------------------------------------- */

#home-slider {
	margin-bottom:2.2em;
	float:left;
	width:100%;
}
.flexslider .slides {
	float:left;
	width:100%;
}

body.contain-image .flexslider .slides img {
    width: auto !important;
    margin: 0 auto;
}

.flexslider-fullscreen .slides:after {
    width: 100%;
}

.flexslider-fullscreen .flex-grid-view {
	display:none;
}
.flexslider-fullscreen .slides li img {
	margin:0 auto;
	max-height:100%;
	width:auto;
	float:none;
}
.flexslider-fullscreen, .flexslider-fullscreen .slides {
    width:100%;
    height:100%;
    float:left;
}
.flexslider-fullscreen .slides li {
    display: -webkit-box !important;
    display: -moz-box !important;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
	height:auto;
	width:auto;
	max-height:100%;
	max-width:100%;
}

.browser-gecko .flexslider-fullscreen .slides li {
    display: flex !important;
}
.flexslider-fullscreen, .flexslider-fullscreen .slides, .flexslider-fullscreen .slides li {
    height:100%;
}

.flexslider.flexslider-fullscreen, .flexslider.flexslider-fullscreen .flex-viewport {
    height:100% !important;
}

.flexslider  {
    overflow: hidden;
}

#main-menu.main-navigation {
    display:block;
}
#main-menu.main-small-navigation {
    display:none !important;
}

input.input, textarea.textarea, select.select {
	padding-right: 2px;
	width: 47%;
	font-size: 11px;
	outline-style: none;
	font-size: 11px;
	font-family: inherit;
	padding: 5px 2px 5px 2px;
	letter-spacing: normal;
}
#contacttable th, #contacttable td {
	vertical-align: top;
	padding: 3px 0;
	border: none;
}

/* =Responsiveness: Desktop
================================================== */

.container {
	position: relative;
	width: 94%;
	margin: 0 auto;
	padding:0 3%;
}

/* =Responsiveness: Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

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

	
	.home .home-products .flexslider ul.slides li {
		margin-right:30px;
		max-width:170px;
	}

	#footer-widgets {
		width: 100%;
	}


	#home-widgets .home-widgets-fourth .home-widget, .home-portfolio-items li, #home-widgets-bottom .home-widgets-fourth .home-widget {
		width: 172px;
	}

	#home-widgets .home-widgets-half .home-widget, #home-widgets-bottom .home-widgets-half .home-widget {
		width: 364px;
	}

	.post-full .thumb {
		padding: 1%;
		max-width: 98%;
	}

	.slide-caption {
		width: 708px !important;
	}

	.active-sidebar #main {
		width: 100%;
	}

	#copyright {
		width: auto;
	}

	.post-type-archive #main {
		width: 728px;
	}

	.tax-pcategory #main, .tax-ptag #main, .single-gallery #main, .page-template-page-gallery-php #main {
		width: 728px;
	}

	.full-width {
		width: 728px;
	}

	.entry-right.has-thumb {
		width: 595px;
	}

	.active-sidebar .entry-right.has-thumb {
		width: 408px;
	}

	.full-width .entry-right.has-thumb {
		width: 614px;
	}

	li.product {
		width: 152px;
	}


	.images {
		width: 50%;
	}

	.summary {
		width: 91%;
		padding: 4.5% !important;
		margin-top: 0;
		margin-left: 0;
		margin-bottom:2em;
	}

	.page-template-page-home-3-php .related ul.products li {
		width: 137px;
	}

	.home .related ul.products li {
	}

	.cart-collaterals {
		width: 50%;
	}

	#sidebar .search-form .s {
		width: 150px;
	}

	.home-page-sidebar .home-products ul.products li {
		width: 152px;
		margin-right: 48px;
	}

	.home-page-sidebar-widgets .home-products ul.products li {
		width: 148px;
	}


	.archive .product {
		margin-right: 44px;
	}

	#sidebar .widget-content {
		width: 150px;
	}

	ul.nav li.megamenu ul li {
		min-width: 120px;
		max-width: 130px;
	}

	.galleries.four-column .gallery-image-wrap .zoom-icon {
		margin-right: 8%;
	}

	.galleries.four-column .gallery-image-wrap .link-icon {
		margin-left: 8%;
	}
	.home-post-info {
        padding-top: 0;
    }

}



/* =Responsiveness: Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	
	#header-wrap {
	    position:relative !important;
	}
    #featured .flex-direction-nav {
        display:none;
    }
	.archive.shop-no-sidebar.woocommerce .product {
		width: 100%;
		margin-right: 0;
	}
    .blog-post-arrow {
	    display:none;
	}
	#footer-widgets {
		width: 100%;
	}

	#main {
		width: 100%;
	}

	.summary form.cart .button {
		padding: 8px 40px;
	}
	.post-full .thumb {
		padding: 2%;
		max-width: 96%;
	}

	.slide-caption {
		width: 240px !important;
	}

	h2.slide-title {
		font-size: 16px;
		margin-bottom: 0;
	}
	p.quote {
		font-size: 25px; text-transform: uppercase;
	}
	p.quote-second {
		font-size: 30px;
	}
    #quote {
        padding:50px 0;
    }
	#sidebar {
		width: 100%;
		float: left;
		padding-left: 0;
		background: transparent;
	}

	#sidebar-top-div, #sidebar-bottom-div {
		display: none;
	}

	.sidebar-widget {
		margin-bottom: 24px;
		width: 100%;
	}

	#footer-widgets .footer-widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.post-type-archive #main {
		width: 300px;
	}

	.active-sidebar #main {
		width: 100%;
	}

	.hs_wrap .flex-direction-nav li .prev, #ss_wrap .flex-direction-nav li .prev, .flex-direction-nav li .prev {
		display: block ;
		height: 22px;
		width: 22px;
		background: url(images/nav-left-mobile.png) no-repeat top left;
		text-indent: -99999em;
		left: 0;
	}
	.hs_wrap .flex-direction-nav li .next, #ss_wrap .flex-direction-nav li .next, .flex-direction-nav li .next {
		display: block ;
		height: 22px;
		width: 22px;
		background: url(images/nav-right-mobile.png) no-repeat top left;
		text-indent: -99999em;
		right: 0;
	}

	#home-widgets .home-widgets-fourth .home-widget, .home-portfolio-items li, #home-widgets-bottom .home-widgets-fourth .home-widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	#tagline {
		padding-bottom: 10px;
	}

	#home-widgets .home-widgets-half .home-widget, #home-widgets-bottom .home-widgets-half .home-widget {
		width: 100%;
		margin-right: 0;
	}
	#mobile_menu {
		width: 100%;
	}

	.entry-right {
		width: 100%;
	}

	.entry-right.has-thumb {
		width: 280px;
	}

	.active-sidebar .entry-right.has-thumb {
		float: left;
		width: 100%;
	}

	article .meta {
		margin-right: 0;
	}

	.entry-left {
		display: none;
	}

	#sidebar .search-form .s {
		width: 248px;
	}


	a.action-button {
		float: left;
		padding: 12px 0;
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

	#tagline {
		padding-bottom: 0;
	}

	#header-inner {
		margin-top: 0;
	}

	#content {
		width: 100%
	}

	.single-product #content {
		width: 100%;
	}

	.summary {
		width: 100%;
		padding: 10px 0;
	}
	#main-menu-wrap {
		width: auto;
		position:relative;
	}
	#top-container .search-form .s {
		width: 246px;
	}
	#searchbar {
		margin-left: 0;
	}

	.images {
		width: 100%;
	}

	.product-thumbnail {
		display: none
	}
	.qty {
		width: 18px;
	}

	table.shop_table th {
		padding: 9px 8px;
	}

	table.shop_table td {
		padding: 6px 3px;
	}


	.cart-collaterals {
		width: 100%;
	}

	#social {
		width: 100%;
		margin-bottom: 0;
		margin-top: 10px;
		float: right;
	}
	#phone {
		text-align: left;
	}

	.home-page-sidebar .home-products ul.products li {
		width: 100%;
		margin-right: 0 !important;
	}

	.home-page-sidebar .home-products {
		width: 100%;
	}

	table.shop_table .checkout-button {
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
	}

	table.shop_table .button {
		padding: 8px 8px;
	}

	.home-page-sidebar-widgets #sidebar {
		width: 100%;
	}

	#home-widgets .home-widget, #home-widgets-bottom .home-widget {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
	}

	.form-row-first, .form-row-last {
		width: 45%;
	}

	p.slider-caption {
		display: none;
	}
	h2.home-slide-title {
		font-size: 32px;
	}
	a.slide-button {
		font-size: 16px;
	}

	li.product, .home-page-sidebar-widgets .home-products ul.products li {
		width: 100%;
	}

	.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li, #home-from-blog .products .product, #home-from-blog .home-blog-thumb, .home-blog-thumb a, .home-blog-thumb a img {
		width: 100%;
	}
    #home-from-blog .home-post-info {
        width:90%;
        padding: 0 5% 5% 5%;
    }
	.page-template-page-home-3-php .related ul.products li {
		width: 100%;
	}
	
	#home-team .is-sticky h2.widgettitle, #home-portfolio .is-sticky h2.widgettitle, .home .home-products .is-sticky h2.widgettitle, #home-content .is-sticky h3.title, #home-content-2 .is-sticky h3.title, .home-products .is-sticky h2.widgettitle, div.product .related .is-sticky h2, div.upsells .is-sticky h2, .is-sticky .home-content-page-title {
	    top:0 !important;
	}

	.home-page-sidebar-widgets #sidebar {
		width: 100%;
	}

	.galleries .three-column article, .galleries .one-column article, .galleries .four-column article {
		width: 100%;
		margin: 0;
	}

	.galleries .one-column article .gallery-image-wrap {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.galleries .one-column article h2 {
		font-size: 18px;
	}

	#top-menu-wrap {
		padding: 0;
	}

	#main-menu-wrap #searchbar .search-form .s {
		max-width: 108px !important;
	}

	.team-page-grid .author-wrap {
		width: 100%;
		margin-right: 0;
	}

	#sidebar .widget-content {
		width: 96%;
	}

	.galleries.four-column .gallery-image-wrap .zoom-icon {
		margin-right: 22%;
	}

	.galleries.four-column .gallery-image-wrap .link-icon {
		margin-left: 22%;
	}

	.galleries.four-column article {
		width: 100%;
		margin: 0;
	}
	
	.shop_table input[type="button"].minus, .shop_table input[type="button"].plus {
		width: 20px;
	}
	.shop_table .input-text.qty {
		width:30px;
	}
	
	.demo-icons li {
		width:100%;
	}
	
	#home-portfolio .galleries article {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .summary, div.product .woocommerce_tabs, div.product .woocommerce-tabs {
    width:91%;
    margin-bottom:2em !important;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce_tabs, .related, .woocommerce-tabs {
    width:100%;
    }

    #ss_wrap {
    position: relative !important;
    max-width: 100% !important;
    }

    .single-product .flexslider .pagination {
    position:absolute !important;
    }

    .single-product .flex-viewport {
    padding-top:0;
    }
    #header-wrap-outer .search-form .s {
        width:180px;
    }
    .home-products .archive-product-image-single {
        width:100%;
    }
}

/* =Responsiveness: Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {


	.slide-caption {
		width: 360px !important;
	}
    .blog-post-arrow {
	    display:none;
	}
	.post-full .thumb {
		padding: 2%;
		max-width: 96%;
	}

	#main {
		width: 100%;
	}
	#sidebar {
		width: 100%;
		float: left;
		margin-top: 20px;
		padding-left: 0;
	}
	#sidebar .widget-content {
		width: 96%
	}

	.sidebar-widget {
		margin-bottom: 0;
	}

	#footer-widgets .footer-widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}

	#content article {
		padding-bottom: 0;
		max-width: 100%;
	}

	#searchbar {
		display: block;
		margin-left: 0;
	}

	.post-type-archive #main {
		width: 420px;
	}

	.tax-pcategory #main, .tax-ptag #main, .single-gallery #main, .page-template-page-gallery-php #main {
		width: 420px;
	}

	.active-sidebar #main {
		width: 100%;
	}

	#mobile_menu {
		width: 100%;
	}

	article .meta {
		margin-right: 0;
	}

	.active-sidebar .entry-right.has-thumb {
		float: left;
		width: 280px;
	}

	.entry-left {
		width: 110px;
		margin-right: 10px;
		display: block;
	}

	#sidebar .search-form .s {
		width: 364px;
	}


	a.action-button {
		float: left;
		padding: 12px 0;
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

	#top-container .search-form .s {
		width: 366px;
	}

	table.shop_table td {
		padding: 12px 3px;
	}

	.weaccept {
		float: left;
	}

	.single-product #content {
		width: 100%;
	}


}


/* #Clearing
================================================== */

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#preloader span.icons-cube {
    position: absolute;
    top: 28%;
    left: 25%;
    font-size: 18px;
    color:#fff;
}




.home span.remove {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 999;
    cursor: pointer;
    color: #fff;
    background: red;
    padding: 10px;
    border-radius: 4px;
}


.ui-sortable-helper
{
    
}

.placeholder {
    height:250px;
    background:#f3f3f3;
    float:left;
    clear:both;
    border:3px dashed #999;
    display:inline;
}
 
.customizer-section-hidden {
    display:none;
}
.sabai-directory-no-image .sabai-directory-main {
  width: 100%;
}
.sabai-directory-no-image .sabai-directory-images {
  display: none;
}