textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
#slider-wrapper .container { width:100%; }
body { position:relative; }
body .tb-wrapper { padding:0 20px 0 20px; }
.ie8 body { min-width:980px; }
@media (max-width: 767px) {
	body.cherry-fixed-layout {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
@media (max-width: 767px) {
	body.cherry-fixed-layout .header, body.cherry-fixed-layout .content-holder, body.cherry-fixed-layout .footer {
		padding-left:20px;
		padding-right:20px;
	}
}
.carousel-wrap  img { max-width:none !important; }
a {
	outline:none;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
a:focus { outline:none; }
a:hover {
	text-decoration:none;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.main-holder {
	position:relative;
	z-index:1;
}
.cherry-fixed-layout .main-holder {
	margin:0 auto;
	max-width:980px;
	width:auto;
	background:#ffffff;
}
@media (min-width: 1200px) {
	.cherry-fixed-layout .main-holder { max-width:1210px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.cherry-fixed-layout .main-holder { max-width:764px; }
}
.btn-primary {
	text-shadow:none !important;
	background-image:none !important;
	text-shadow:none !important;
	background-image:none !important;
	background:#000000;
	text-align:center;
	width:auto;
}
.portfolio_item img { width:100%; }
.portfolio_item .btn-primary { width:100%; }
.tax-portfolio_category .post_wrapper {
	width:48%;
	float:left;
}
.tax-portfolio_category .post_wrapper figure.featured-thumbnail.thumbnail.large {
	height:300px;
	overflow:hidden;
}
a.btn.btn-primary.link {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
}
.thumbnail, .thumbnail img { border:none !important; }
ul { margin:0; }
ul li { list-style-type:none; }
.pagination ul {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination ul li a, .pagination ul li span {
	padding:7px 15px;
	float:left;
	text-decoration:none;
	border:1px solid #fff;
	border-left-width:0;
	font-size:16px;
	background:none;
}
.pagination ul li:first-child a, .pagination ul li:first-child span {
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomleft:0;
	border-bottom-left-radius:0;
}
.pagination ul li:last-child a, .pagination ul li:last-child span {
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright:0;
	border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	border-bottom-right-radius:0;
}
.pagination ul li a.inactive:hover { background-color:#000000; }
.gallery-filter { margin:20px 0; }
figure.effect-koko:hover img {
	width:-webkit-calc(105%) !important;
	width:calc(105%) !important;
	-webkit-transform:translate3d(18px,0,0) scale(1.1) !important;
	transform:translate3d(18px,0,0) scale(1.1) !important;
}
.team-holder.single-post figure.featured-thumbnail img { width:250px; }
.classic-tb { position:relative; }
.header .top_socialmedia {
	float:right;
	text-align:right;
	margin-top:40px;
}
.header .top_socialmedia .social_ico { margin-left:5px; }
.header .logo_h__txt {
	display:block;
	margin:0;
}
.header .logo_tagline { margin-top:-10px; }
.logo {
	position:relative;
	z-index:99;
	float:left;
	padding:10px 0;
	display:block;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:60%; }
}
.logo img { margin-top:15px; }
.logo_h__txt { margin:0; }
.logo_link {
	color:#2ea2cc;
	text-decoration:none;
}
.logo_link:hover { text-decoration:none; }
.logo_tagline {
	text-transform:uppercase;
	font-size:10px;
}
.search-form form { position:relative; }
.search-form_it { vertical-align:top; }
.search-form_is { vertical-align:top; }
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .search-form_it { width:130px; }
}
.nav-top-tb {
	float:right;
	margin-right:20px;
	margin-top:30px;
}
.nav { margin-bottom:0; }
.nav .pseudoStickyBlock { display:none !important; }
.nav__primary {
	position:relative;
	z-index:2;
}
nav.nav.nav__primary.clearfix {
	-webkit-transition:all 0.8s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
	padding:10px 0 30px 0;
}
.isStuck {
	width:100%;
	padding-top:0;
	-webkit-transition:all 0.8s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
	background:#FCFCFC;
}
.pseudoStickyBlock {
	height:0px !important;
	-webkit-transition:all 0.8s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
nav.nav.nav__primary.clearfix.isStuck {
	padding:0 0 15px 0 !important;
	left:0;
}
.sf-menu, .sf-menu * {
	padding:0;
	list-style:none;
}
.sf-menu { line-height:1.0; }
.sf-menu ul {
	display:none;
	position:absolute;
	top:-999em;
	min-width:180px;
	width:100%;
}
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility:inherit; }
.sf-menu li {
	position:relative;
	float:left;
	text-align:left;
}
.sf-menu a {
	position:relative;
	display:block;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:80%;
	z-index:99;
	padding-top:32px;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top:-999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-32px;
	left:100%;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:-999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	top:0;
	top:-32px;
}
.sf-menu > li {
	text-align:center;
	margin-left:10px;
}
.sf-menu > li > a {
	padding:0 10px 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0 1px 0 #FCFCFC;
}
.sf-menu li .desc {
	display:block;
	font-size:0.9em;
}
.sf-menu li li {
	background:rgba(252,252,252,0.95);
	margin:0 1px;
}
.sf-menu li li a {
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	padding:10px;
}
.sf-menu > li > a:after {
	content:'';
	position:absolute;
	bottom:12px;
	left:40%;
	width:0;
	height:0;
	border-style:solid;
	border-width:0;
	border-color:transparent transparent #000000 transparent;
	line-height:0px;
	_border-color:#000000 #000000 #000000 #000000;
	_filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	display:block;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.sf-menu > li > a:hover:after, .sf-menu > li.sfHover> a:after, .sf-menu > li.current-menu-item > a:after, .sf-menu > li.current_page_item > a:after {
	content:'';
	position:absolute;
	bottom:12px;
	left:0;
	width:100%;
	height:0;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:transparent transparent #6A8000 transparent;
	line-height:0px;
	_border-color:#000000 #000000 #6A8000 #000000;
	_filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	display:block;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.sf-menu a.sf-with-ul {
	padding-right:2.25em;
	min-width:1px;
}
.sf-sub-indicator {
	position:absolute;
	top:1.05em;
	right:.75em;
	display:block;
	overflow:hidden;
	width:10px;
	height:10px;
	background:url(../images/arrows-ffffff.png) no-repeat -10px -100px;
	text-indent:-999em;
}
a > .sf-sub-indicator { background-position:0 -100px; }
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position:-10px -100px; }
.sf-menu ul .sf-sub-indicator { background-position:-10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:0 0; }
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position:-10px 0; }
@media (max-width: 767px) {
	.sf-menu { display:none; }
}
.select-menu {
	display:none;
	border:none !important;
	color:#fff;
	background-color:#000000;
	width:100%;
	height:30px;
	padding:5px;
	margin:0;
	cursor:pointer;
	outline:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.select-menu:focus { border-color:#624953; }
.select-menu option {
	padding:5px;
	cursor:pointer;
}
.select-menu option.main_item { font-weight:bold; }
.header-menu-tb {
	float:right;
	z-index:2;
}
.header-menu-tb .drop-down-menu-tb { margin-bottom:10px; }
.header-menu-tb .drop-down-menu-tb a.menu-trigger-tb {
	width:21px;
	height:17px;
	display:block;
	text-decoration:none;
	color:#666;
	text-align:center;
	margin-top:25px;
	font-size:13px;
	overflow:hidden;
	padding:9px 0 5px 10px;
	border-radius:100%;
	border:1px solid #6A8000;
	line-height:13px;
}
.header-menu-tb .drop-down-menu-tb a.menu-trigger-tb:hover {
	opacity:.8;
	text-decoration:none;
}
.header-menu-tb .drop-down-menu-tb a.menu-trigger-tb:before {
	content:'\f107';
	font-family:'FontAwesome';
	margin-right:10px;
	font-size:1.3em;
	color:#6A8000;
}
.header-menu-tb .drop-down-menu-tb a.active.menu-trigger-tb:before { content:'\f106'; }
.header-menu-tb .drop-down-menu-tb .header-menu-content {
	background:#FCFCFC;
	border-top:2px solid #ffffff;
	padding:5px 20px;
	color:#666;
	position:absolute;
	top:96%;
	z-index:300;
	width:100%;
	left:-20px;
	margin-top:3px;
	z-index:-9;
}
.header-menu-tb .drop-down-menu-tb .header-menu-content .headernavigation-tb {
	overflow:hidden;
	width:1160px;
	margin:0 auto;
	text-align:right;
}
.header-menu-tb .drop-down-menu-tb .header-menu-content .headernavigation-tb .widget_nav_menu ul {
	display:block;
	float:right;
	margin:10px 0;
}
.header-menu-tb .drop-down-menu-tb .header-menu-content .headernavigation-tb .widget_nav_menu ul li {
	float:left;
	list-style-type:none;
	padding:0 15px;
}
.header-menu-tb .drop-down-menu-tb .header-menu-content .headernavigation-tb .widget_nav_menu ul li a:before { display:none; }
.header-login-tb {
	float:right;
	z-index:2;
}
.header-login-tb .drop-down-login-tb, .header-login-tb .drop-down-logout-tb { margin-bottom:10px; }
.header-login-tb .drop-down-login-tb a.login-trigger-tb, .header-login-tb .drop-down-logout-tb a.login-trigger-tb {
	width:21px;
	height:21px;
	margin:10px 10px 10px 0;
	display:block;
	text-decoration:none;
	color:#666;
	text-align:center;
	margin-top:25px;
	font-size:13px;
	overflow:hidden;
	padding:5px 2px 5px 8px;
	border-radius:100%;
	border:1px solid #e3e3e3;
	line-height:18px;
}
.header-login-tb .drop-down-login-tb a.login-trigger-tb:hover, .header-login-tb .drop-down-logout-tb a.login-trigger-tb:hover {
	opacity:.8;
	text-decoration:none;
}
.header-login-tb .drop-down-login-tb a.login-trigger-tb:before, .header-login-tb .drop-down-logout-tb a.login-trigger-tb:before {
	content:'\f084';
	font-family:'FontAwesome';
	margin-right:10px;
	font-size:15px;
}
.header-login-tb .drop-down-login-tb a.login-trigger-tb.logout:before, .header-login-tb .drop-down-logout-tb a.login-trigger-tb.logout:before { content:'\f13e'; }
.header-login-tb .drop-down-login-tb .header-login-content, .header-login-tb .drop-down-logout-tb .header-login-content {
	color:#666;
	position:absolute;
	top:96%;
	z-index:300;
	width:95%;
	box-sizing:border-box;
	left:0;
	margin-top:3px;
	z-index:-9;
}
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb, .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb {
	overflow:hidden;
	margin:0 auto;
}
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .client-acount-tb, .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .client-acount-tb {
	background:#fff;
	width:40%;
	float:right;
	padding:20px;
}
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .menu-login-form-tb, .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .menu-login-form-tb {
	background:rgba(252,252,252,0.93);
	border-top:2px solid #ffffff;
	float:right;
	padding:20px;
}
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .menu-login-form-tb form, .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .menu-login-form-tb form {
	margin:0;
	padding:0;
}
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .menu-login-form-tb form input[type="text"], .header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .menu-login-form-tb form input[type="password"], .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .menu-login-form-tb form input[type="text"], .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .menu-login-form-tb form input[type="password"] {
	background:rgba(255,255,255,0);
	border:1px solid #ccc;
}
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .menu-login-form-tb p, .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .menu-login-form-tb p { margin:0; }
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .menu-login-form-tb h2, .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .menu-login-form-tb h2 { margin:0; }
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .menu-login-form-tb .col-1, .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .menu-login-form-tb .col-1 { float:right; }
.header-login-tb .drop-down-login-tb .header-login-content .headerform-tb .menu-login-form-tb .col-1 input.button, .header-login-tb .drop-down-logout-tb .header-login-content .headerform-tb .menu-login-form-tb .col-1 input.button {
	float:right;
	width:100%;
}
.header-login-tb .drop-down-logout-tb a.login-trigger-tb { padding:7px 0px 3px 10px !important; }
.header-login-tb .drop-down-logout-tb a.login-trigger-tb.logout:before {
	content:'\f13e';
	font-family:'FontAwesome';
}
.cart-tb {
	float:right;
	position:relative;
	display:block;
	top:25px;
	margin:0 10px;
}
.cart-tb .dropdown-cart-button {
	background:none;
	padding:0;
	width:40px;
	border:1px solid #e3e3e3;
	border-radius:100%;
	min-height:31px;
	width:31px;
}
.cart-tb .dropdown-cart-button .dropdown {
	top:66px;
	right:-15px;
	background:#FCFCFC;
	border:none;
}
.cart-tb .dropdown-cart-button .dropdown:before {
	width:0;
	height:0;
	border-style:solid;
	border-width:0 10px 10px 10px;
	border-color:transparent transparent #FCFCFC transparent;
	line-height:0px;
	_border-color:#000000 #000000 #FCFCFC #000000;
	_filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	content:'';
	position:absolute;
	top:-9px;
	right:20px;
}
.cart-tb .dropdown-cart-button .dropdown .total {
	clear:both;
	float:right;
	width:100%;
	text-align:right;
	box-sizing:border-box;
	border-top:none;
	padding:5px;
}
.cart-tb .dropdown-cart-button .dropdown .total strong {
	font-weight:normal;
	float:left;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list {
	list-style:none outside;
	padding:0;
	margin:0;
	margin:0;
	font-size:1em;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list a {
	width:100%;
	float:left;
	text-align:left;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list li {
	padding:10px 0 14px 0px;
	border-bottom:1px solid #efefef;
	padding:4px 0;
	margin:0;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	list-style:none;
	width:100% !important;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list li:before, .cart-tb .dropdown-cart-button .dropdown ul.cart_list li:after {
	display:table;
	content:"";
	line-height:0;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list li:after { clear:both; }
.cart-tb .dropdown-cart-button .dropdown ul.cart_list li:before, .cart-tb .dropdown-cart-button .dropdown ul.cart_list li:after {
	content:" ";
	display:table;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list li:after { clear:both; }
.cart-tb .dropdown-cart-button .dropdown ul.cart_list li:before, .cart-tb .dropdown-cart-button .dropdown ul.cart_list li:after {
	content:" ";
	display:table;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list li:after { clear:both; }
.cart-tb .dropdown-cart-button .dropdown ul.cart_list li a {
	display:block;
	font-weight:bold;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list img {
	box-shadow:none;
	margin-left:4px;
	width:40px;
	height:auto;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation {
	float:left;
	clear:both;
	padding-left:5px;
	margin:-18px 0 0 45px !important;
	border-left:none;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:before, .cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:after {
	display:table;
	content:"";
	line-height:0;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:after { clear:both; }
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:before, .cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:after {
	content:" ";
	display:table;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:after { clear:both; }
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:before, .cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:after {
	content:" ";
	display:table;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation:after { clear:both; }
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation dt, .cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation dd {
	display:inline-block;
	float:left;
	margin-botom:1em;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation dt {
	float:left;
	font-weight:normal;
	padding:0 0 .25em 0;
	margin:0 4px 0 0;
	clear:left;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation dd {
	float:right;
	padding:0 0 .25em 0;
}
.cart-tb .dropdown-cart-button .dropdown ul.cart_list dl.variation dd p:last-child { margin-bottom:0; }
.cart-tb .dropdown-cart-button .dropdown ul.cart_list .quantity { margin-top:-18px; }
.cart-tb .dropdown-cart-button .dropdown-total {
	width:15px;
	text-indent:-200px;
	overflow:hidden;
	line-height:29px;
	background:url(../images/bag.png) no-repeat center center transparent;
}
.dropdown-cart-button .dropdown .buttons .button {
	font-size:100%;
	margin:0;
	line-height:1em;
	cursor:pointer;
	position:relative;
	font-family:inherit;
	text-decoration:none;
	overflow:visible;
	padding:6px 10px;
	text-decoration:none;
	left:auto;
	text-shadow:0 1px 0 #ffffff;
	color:#5e5e5e;
	border:1px solid #c8bfc6;
	white-space:nowrap;
	display:inline-block;
}
.slider {
	position:relative;
	z-index:1;
	overflow:hidden;
	margin:0;
	padding:0;
}
.accordion { position:relative; }
.accordion >ul {
	margin:0;
	display:none;
	visibility:hidden;
	position:relative;
	z-index:1;
}
.accordion >ul >li .max_height { max-height:500px; }
.accordion >ul >li .accordion_caption {
	position:absolute;
	bottom:0;
	width:100%;
	min-height:50px;
	padding:15px;
	background:url("../images/black-opacity-60.png");
}
.accordion >ul >li .accordion_caption h2 { color:#FFF; }
@media (max-width: 768px) {
	.accordion >ul >li .accordion_caption { display:none; }
}
.accordion .accordion_loader {
	z-index:0;
	top:50%;
	left:50%;
	margin:-18px 0 0 -18px;
	width:36px;
	height:36px;
	position:absolute;
}
@media (max-width: 1024px) {
	.row.shop-category .span8, .row.shop-category .span4 { width:98% !important; }
	.row.shop-category .span8 .span4, .row.shop-category .span4 .span4 { width:31% !important; }
	.row.shop-category .span8 .span4 figure.featured-thumbnail.thumbnail, .row.shop-category .span4 .span4 figure.featured-thumbnail.thumbnail { width:100%; }
	.carousel-wrap  img { max-width:100% !important; }
	.footer-widgets [class*="span"] { margin-right:10px !important; }
	.team-page-tb article.team-holder.single-post { width:270px !important; }
	.team-page-tb figure.featured-thumbnail img { max-width:none !important; }
	.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li { width:115px !important; }
	.tb-wrapper { padding:0 20px !important; }
	.header .header-menu-content { width:1024px !important; }
	.header .header-menu-content .headernavigation-tb {
		width:960px !important;
		margin:0 !important;
		float:left;
	}
	.header .nav-top-tb { margin-top:15px; }
	.header .sf-menu li:hover ul, .header .sf-menu li.sfHover ul { top:33%; }
	figure.effect-koko:hover img {
		-webkit-transform:translate3d(15px,0,0) scale(1.12) !important;
		transform:translate3d(15px,0,0) scale(1.12) !important;
	}
	figure.effect-koko h2 { font-size:1em; }
	.wishlist-compare .compare-content .compare-button a:before { margin:0 0 0 -43px !important; }
	.woocommerce .shop-page-tb .shop-filter-tb {
		width:100% !important;
		height:auto !important;
		background:#000000 !important;
	}
	.woocommerce .shop-page-tb .shop-filter-tb .filter-shop { height:auto; }
	.woocommerce .shop-page-tb .grid figure {
		width:293px;
		height:300px;
	}
	.woocommerce .shop-page-tb .grid figure:nth-of-type(3n+1) { margin:15px 15px 15px 0 !important; }
	.woocommerce .shop-page-tb .grid figure:nth-of-type(3n+2) { margin:15px !important; }
	.woocommerce .shop-page-tb .grid figure:nth-of-type(3n+3) { margin:15px 0 15px 15px !important; }
	.woocommerce .shop-page-tb .grid figure .wishlist-compare .compare-content .compare-button a.added:before { right:50px !important; }
	.woocommerce .shop-page-tb .grid figure .wishlist-compare .compare-content .a.compare.button.added { right:52px !important; }
	.woocommerce .shop-page-tb .grid figure .wishlist-compare .wishlist-content span.feedback:after { right:-107px; }
	.woocommerce .shop-page-tb .related.products .grid figure:nth-of-type(3n+1) { margin:15px 15px 15px 0 !important; }
	.woocommerce .shop-page-tb .related.products .grid figure:nth-of-type(3n+2) { margin:15px !important; }
	.woocommerce .shop-page-tb .related.products .grid figure:nth-of-type(3n+3) { margin:15px 0 15px 15px !important; }
	.woocommerce div.product div.images { margin:0 10px 20px 0 !important; }
	.woocommerce div.product div.images div.thumbnails #slider-next, .woocommerce div.product div.images div.thumbnails #slider-prev { top:50px !important; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li { padding:0 5px !important; }
	.woocommerce div.product form.cart .button { width:157px !important; }
	.woocommerce div.product select { width:260px; }
	.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li, .woocommerce .sizes.shop-filter.widget_layered_nav ul li, .woocommerce-page .sizes.shop-filter.widget_layered_nav ul li {
		padding:0 20px 0 0 !important;
		width:auto !important;
	}
	.sizes.shop-filter.widget_layered_nav, .colors.shop-filter.widget_layered_nav {
		width:49%;
		float:left;
	}
}
@media (max-width: 966px) {
	.sf-menu > li > a { font-size:0.97em !important; }
	.header .header-menu-content .headernavigation-tb {
		width:855px !important;
		float:left;
	}
	.my_posts_type_widget .link_show_all { width:85% !important; }
	.tab-content .grid figure {
		height:227px !important;
		width:31.3% !important;
		margin:10px !important;
	}
	.tab-content .grid figure.effect-koko:hover img {
		-webkit-transform:translate3d(10px,0,0) scale(1.12) !important;
		transform:translate3d(10px,0,0) scale(1.12) !important;
	}
	.tab-content .grid figure.effect-koko .wishlist-compare { display:none; }
	.tab-content .grid figure.effect-koko p { width:85%; }
	.tab-content .grid figure.effect-koko h2 { font-size:0.8em !important; }
	.tab-content .grid figure a { padding-top:20px; }
	.footer-fullwidth ul.product_list_widget li { width:86px !important; }
	.search-form input[type="text"] { width:60% !important; }
	.search-form input[type="submit"] { width:32% !important; }
	.team-page-tb article.team-holder.single-post { width:199px !important; }
	.sizes.shop-filter.widget_layered_nav { width:41%; }
	.colors.shop-filter.widget_layered_nav { width:55%; }
	.woocommerce .shop-page-tb .grid figure {
		width:221px;
		height:233px;
	}
	.woocommerce .shop-page-tb .grid figure.effect-koko:hover img {
		-webkit-transform:translate3d(10px,0,0) scale(1.12) !important;
		transform:translate3d(10px,0,0) scale(1.12) !important;
	}
	.woocommerce .shop-page-tb .grid figure.effect-koko .wishlist-compare { display:none; }
	.woocommerce .shop-page-tb .grid figure.effect-koko p { width:85%; }
	.woocommerce .shop-page-tb .grid figure.effect-koko h2 { font-size:0.8em !important; }
	.woocommerce .shop-page-tb .grid figure a { padding-top:20px; }
	.woocommerce div.product form.cart .button { width:150px !important; }
	.woocommerce div.product select { width:255px; }
	.single-content-product-tb .span9 { width:100%; }
	.single-content-product-tb .span3 { width:100%; }
	.single-content-product-tb .span3.product-additional-tb {
		display:inline-block;
		border-left:none;
		padding-left:0;
		margin-top:0;
	}
	.single-content-product-tb .span3.product-additional-tb .wishlist-content {
		width:40%;
		float:left;
	}
	.single-content-product-tb .span3.product-additional-tb .wishlist-content a.add_to_wishlist:before { left:22px; }
	.single-content-product-tb .span3.product-additional-tb .wishlist-content span.feedback:before { left:22px; }
	.single-content-product-tb .span3.product-additional-tb .compare-content {
		width:40%;
		float:right;
		margin-right:20px;
	}
	.single-content-product-tb .span3.product-additional-tb .upsells-tb .upsells.products .effect-koko { width:48.2%; }
}
@media (max-width: 768px) {
	.header .header-menu-content .headernavigation-tb {
		width:736px !important;
		float:left;
	}
	.single-content-product-tb .span9 { width:100%; }
	.single-content-product-tb .span9 div.images {
		float:left !important;
		width:45% !important;
	}
	.single-content-product-tb .span9 div.summary {
		float:left !important;
		width:45% !important;
	}
	.single-content-product-tb .span3 { width:100%; }
	.single-content-product-tb .span3.product-additional-tb {
		border-left:none;
		padding-left:0;
		margin-top:0;
	}
	.single-content-product-tb .span3.product-additional-tb .wishlist-content {
		width:40%;
		float:left;
	}
	.single-content-product-tb .span3.product-additional-tb .wishlist-content a.add_to_wishlist:before { left:22px; }
	.single-content-product-tb .span3.product-additional-tb .wishlist-content span.feedback:before { left:22px; }
	.single-content-product-tb .span3.product-additional-tb .compare-content {
		width:40%;
		float:right;
		margin-right:20px;
	}
	.single-content-product-tb .span3.product-additional-tb .upsells-tb .upsells.products .effect-koko { width:48.2%; }
}
@media (max-width: 640px) {
	.header nav.nav.nav__primary.clearfix { padding:0 0 10px 0; }
	.header .nav-top-tb {
		width:100%;
		margin-right:0;
	}
	.header .header-menu-content .headernavigation-tb {
		width:570px !important;
		float:left;
	}
	.header nav.nav.nav__primary.clearfix.isStuck {
		padding:0 15px 15px 15px !important;
		box-sizing:border-box;
	}
	.header .header-login-tb .headerform-tb {
		width:670px !important;
		margin-left:-20px !important;
	}
	.header .header-login-tb .headerform-tb .menu-login-form-tb {
		width:85%;
		padding:20px;
		float:none !important;
		padding:10px 40px 30px 40px !important;
	}
	.header .header-login-tb .headerform-tb .menu-login-form-tb #customer_login { width:100%; }
	.header .header-login-tb .headerform-tb .menu-login-form-tb #customer_login p.form-row.form-row-wide {
		width:100% !important;
		float:left !important;
	}
	.header .header-login-tb .headerform-tb .menu-login-form-tb #customer_login p.form-row.form-row-wide label {
		float:left;
		width:40%;
	}
	.header .header-login-tb .headerform-tb .menu-login-form-tb #customer_login p.form-row.form-row-wide input { width:57%; }
	.header .header-login-tb .headerform-tb .menu-login-form-tb #customer_login p.form-row { clear:both; }
	.row.shop-category .span8 .span4, .row.shop-category .span4 .span4 {
		width:31.2% !important;
		float:left;
		margin:5px;
	}
	.footer-newsletter .widget_knews_widget { width:auto; }
	.footer-newsletter .widget_knews_widget h3 { width:100%; }
	.footer-newsletter .widget_knews_widget fieldset input[type="text"] { width:150px; }
	.footer-fullwidth ul.product_list_widget li {
		width:110px !important;
		min-height:170px;
		margin:5px !important;
	}
	.wpcf7 {
		margin:0 0 80px 0 !important;
		padding:0;
	}
	.team-page-tb article.team-holder.single-post { width:259px !important; }
	.team-page-tb article.team-holder.single-post .featured-thumbnail { width:100%; }
	.sidebar {
		padding-top:20px !important;
		margin-top:0 !important;
		border-top:1px solid rgba(0,0,0,0.6) !important;
	}
	.sidebar .search-form input[type="text"] { width:64% !important; }
	.tab-content { padding:0 10px !important; }
	.tab-content .grid figure.effect-koko {
		height:170px !important;
		width:30% !important;
	}
	.tab-content .grid figure.effect-koko a {
		padding-top:0;
		font-size:0.85em;
	}
	.tab-content .grid figure.effect-koko p {
		width:90%;
		font-size:0.6em;
	}
	.colors.shop-filter.widget_layered_nav, .sizes.shop-filter.widget_layered_nav { width:100%; }
	.product_meta { width:100%; }
	.woocommerce .shop-page-tb .grid figure {
		width:260px;
		height:270px;
	}
	.woocommerce .shop-page-tb .grid figure:nth-of-type(3n+2) { margin:15px !important; }
	.woocommerce .shop-page-tb .grid figure:nth-of-type(3n+3) { margin:15px !important; }
	.woocommerce .shop-page-tb .grid figure:nth-of-type(3n+1) { margin:15px !important; }
	.woocommerce .shop-page-tb .grid figure:nth-of-type(2n+1) { margin:20px 20px 20px 0 !important; }
	.woocommerce .shop-page-tb .grid figure:nth-of-type(2n+2) { margin:20px 0 20px 20px !important; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 { display:inline-block; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 select { width:190px; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 form.cart .button { width:145px !important; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 div.summary .price-product-tb { margin-bottom:0px !important; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 div.summary .prod-desc-tb h3 { margin:-10px 0 10px 0; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 div.summary .product-tabs-tb { margin-top:10px; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 div.summary .product-tabs-tb .woocommerce-tabs ul.tabs li { padding:0 !important; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 div.summary .product-tabs-tb .woocommerce-tabs ul.tabs li.active a { background:#fff; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 div.summary .product-tabs-tb .woocommerce-tabs ul.tabs li a { padding:3px 8px !important; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 div.summary .product-tabs-tb .woocommerce-tabs .panel { background:#fff; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .span9 .variations_form.cart { margin-bottom:10px !important; }
	.woocommerce .shop-page-tb div.product .single-content-product-tb .shop-sidebar-tb { display:inline-block; }
	.woocommerce .shop-page-tb .related.products .grid figure {
		width:167px;
		height:176px;
	}
	.woocommerce .shop-page-tb .related.products .grid figure.effect-koko p {
		width:90%;
		font-size:0.6em;
	}
	.single-content-product-tb .span3.product-additional-tb .wishlist-content, .single-content-product-tb .span3.product-additional-tb .compare-content { display:none !important; }
	.nav-product-tb .wpn_buttons { top:-20px; }
	.woocommerce-page div.product .product_title { margin-top:15px !important; }
	.woocommerce-page span.onsale { top:115px !important; }
	.woocommerce-page .woocommerce-ordering { margin:0 0 -20px 0 !important; }
	.title-section .title-header { margin:-20px 0 10px 0; }
	.single-pager {
		margin:15px 0 10px 0 !important;
		padding:0 !important;
	}
	.woocommerce-account .woocommerce #customer_login h2 { margin-top:0px !important; }
	.woocommerce-page form.login { margin:0 0 10px 0 !important; }
	.filter-shop .yith-woo-ajax-reset-navigation a {
		padding:0 !important;
		margin:0 !important;
	}
	.my_posts_type_widget .link_show_all { width:94.5% !important; }
	.widget.widget_knews_widget input.knewsbutton {
		width:97.2% !important;
		float:left;
	}
}
@media (max-width: 568px) {
	.header .header-menu-content .headernavigation-tb { width:530px !important; }
	.header .header-login-tb .headerform-tb .menu-login-form-tb { width:74%; }
	.footer-newsletter .widget_knews_widget h3 {
		float:none !important;
		margin:0 20px 10px 0 !important;
	}
	.footer-newsletter .widget_knews_widget fieldset input[type="text"] { width:150px; }
	.footer-fullwidth ul.product_list_widget li {
		width:120px !important;
		min-height:180px;
		margin:5px !important;
	}
	.tab-content .grid figure.effect-koko {
		height:160px !important;
		width:30.6% !important;
	}
	.tab-content .grid figure.effect-koko a p { display:none; }
	.posts-grid li .featured-thumbnail {
		margin:10px 0 !important;
		width:100%;
	}
	.woocommerce .shop-page-tb .grid figure {
		width:244px;
		height:255px;
	}
	.woocommerce .shop-page-tb .related.products .grid figure {
		width:155px;
		height:163px;
	}
	.woocommerce .shop-page-tb .related.products .grid figure a p { display:none; }
	.woocommerce-page div.product .woocommerce-tabs { display:none; }
	.team-page-tb article.team-holder.single-post { width:240px !important; }
	.blog-title-tb .title-section { margin-top:-30px; }
	.my_posts_type_widget .link_show_all { width:93.5% !important; }
}
@media (max-width: 460px) {
	.logo { width:50%; }
	.cart-tb .dropdown-cart-button .dropdown {
		top:46px;
		right:-103px;
	}
	.header .header-login-tb .headerform-tb .menu-login-form-tb { width:45%; }
	.header .header-menu-content .headernavigation-tb { width:350px !important; }
	.row.shop-category .span8 .span4, .row.shop-category .span4 .span4 { width:100% !important; }
	.lookbook-tb .tabs-wrapper .nav-tabs li { width:159px !important; }
	.footer-newsletter .widget_knews_widget { width:320px !important; }
	.footer-newsletter .widget_knews_widget fieldset input[type="text"] { width:300px; }
	.footer-newsletter .widget_knews_widget fieldset.knewsbutton { width:315px; }
	.tabs-wrapper { margin-bottom:0 !important; }
	.tabs-wrapper .nav-tabs > li > a { padding:5px 10px !important; }
	.tabs-wrapper .tab-content {
		max-height:225px !important;
		overflow:hidden;
	}
	.tabs-wrapper .tab-content .grid figure.effect-koko { width:44.6% !important; }
	.tabs-wrapper .tab-content .grid figure.effect-koko:nth-of-type(3n+2) { margin-right:0 !important; }
	.footer-fullwidth ul.product_list_widget li { width:150px !important; }
	.woocommerce .shop-page-tb .grid figure.effect-koko {
		width:320px;
		height:335px;
	}
	.woocommerce .shop-page-tb .grid figure.effect-koko:nth-of-type(2n+2) { margin:20px 20px 20px 0 !important; }
	.woocommerce .shop-page-tb .grid figure.effect-koko a { padding-top:60px; }
	.woocommerce .shop-page-tb .grid figure.effect-koko h2 { font-size:1em !important; }
	.woocommerce .shop-page-tb .nav-product-tb .wpn_buttons { width:97%; }
	.woocommerce .shop-page-tb .related.products .grid figure {
		width:320px;
		height:172px;
	}
	.woocommerce .shop-page-tb .related.products .grid figure:nth-of-type(3n+1) { margin:15px 0 !important; }
	.woocommerce .shop-page-tb .related.products .grid figure:nth-of-type(3n+2) { margin:15px 0 !important; }
	.woocommerce .shop-page-tb .related.products .grid figure:nth-of-type(3n+3) { margin:15px 0 !important; }
	.woocommerce .shop-page-tb .related.products .grid figure a { padding-top:20px; }
	.woocommerce .shop-page-tb .related.products .grid figure a p {
		display:block;
		width:80% !important;
	}
	.woocommerce-page .woocommerce-ordering { width:100%; }
	.woocommerce-page .woocommerce-ordering select { width:100%; }
	.woocommerce-page div.product .product_title { margin-top:30px !important; }
	.woocommerce-page div.product div.images { width:100% !important; }
	.woocommerce-page div.product div.summary { width:100% !important; }
	.woocommerce-page .single-content-product-tb .span9 select { width:250px !important; }
	.woocommerce-page .single-content-product-tb .span9 div.summary .prod-desc-tb h3 { margin:10px 0 !important; }
	.woocommerce-page .single-content-product-tb .product_meta { width:100%; }
	.single-pager { width:100% !important; }
	.team-page-tb article.team-holder.single-post { width:90% !important; }
	.team-page-tb article.team-holder.single-post figure.featured-thumbnail img { width:100% !important; }
	.team-holder .featured-thumbnail {
		width:100% !important;
		height:250px !important;
	}
	.sidebar .search-form input[type="text"] { width:62% !important; }
	.sidebar .my_posts_type_widget .link_show_all { width:89.5% !important; }
	.content-widget .lookbook-tb .tabs-wrapper { margin:20px 0 0 0 !important; }
	.woocommerce-page .shop_table.cart .quantity { width:65px !important; }
	.woocommerce-page .shop_table.cart .quantity input.qty { width:25px !important; }
	.woocommerce-page table.shop_table td { padding:6px 5px !important; }
}
.content-holder {
	position:relative;
	z-index:1;
	padding-bottom:0;
	margin-top:30px;
}
#content {
	padding:0;
	box-sizing:border-box;
	clear:both;
	display:block;
}
#content.left {
	position:relative;
	z-index:9;
	float:right !important;
	margin-bottom:40px;
}
p { color:#444444; }
h6 { margin:40px 0 20px 0; }
.shop #content { padding-top:20px !important; }
.isStuck { -webkit-transform:translateZ(0); }
textarea, input { outline:none; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin-bottom:12.5px;
	font-size:15px;
	line-height:25px;
	color:#555;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	border:1px solid #eee;
	background:#f9f9f9;
}
.title-section { padding:0 0 20px 0; }
.title-header {
	overflow:hidden;
	padding-left:10px;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.breadcrumb__t {
	margin:0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.breadcrumb__t li { display:inline; }
.breadcrumb__t li.divider {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:' / ';
	color:#444444;
	font:15px/25px Pontano Sans;
}
.breadcrumb {
	background:rgba(0,0,0,0.02);
	-webkit-border-radius:4px;
	-moz-border-radius:0;
	border-radius:0;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb li a:hover { color:#624F57; }
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	border:1px solid #624953;
	background:#f5f5f5;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_content {
	overflow:hidden;
	background:url(../images/quotes.png) no-repeat 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:100% !important;
		height:100% !important;
	}
}
.testimonial small {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	padding:12px 0 0;
	font-size:12.75px;
}
.testimonial small span { display:inline; }
.testimonial .testi-url, .testimonial .testi-email { font-style:normal; }
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
@media (max-width: 767px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
#primary { padding-top:40px; }
.entry-content { overflow:hidden; }
.entry-meta.float-right { float:right; }
.portfolio-meta {
	margin:0;
	padding:1em 0;
	border:none;
	border-top:1px solid rgba(0,0,0,0.2);
}
.portfolio-meta span {
	display:inline-block;
	line-height:20px;
	padding-right:15px;
}
@media (max-width: 767px) {
	.portfolio-meta span { display:block; }
}
.portfolio-meta span.post_tag { float:right; }
.portfolio-meta i {
	font-size:16px;
	margin-right:.5em;
	color:#999;
}
.portfolio-meta i.icon-tag { margin-right:.3em; }
.portfolio-meta i:before {
	font-size:15px;
	color:#6A8000;
}
.portfolio-meta-list {
	margin:0 0 2em 0;
	padding:1em 0;
	border:none;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.portfolio-meta-list li {
	margin:.5em 0 0 0;
	padding:0;
	border:none;
	background:none;
	list-style-type:none;
	text-transform:none;
}
.portfolio-meta-list li:first-child { margin-top:0; }
.portfolio-meta-list li strong {
	display:inline;
	padding-right:.3em;
}
.image-holder { position:relative; }
.image-holder img { max-width:100%; }
.grid_gallery {
	margin-bottom:-1px;
	position:relative;
	overflow:hidden;
	padding:0;
}
.grid_gallery_inner {
	position:relative;
	overflow:hidden;
	width:100%;
}
.grid_gallery_inner.isotope .gallery_item { padding:0; }
.grid_gallery_inner.isotope .gallery_item a {
	position:relative;
	padding:1px;
}
.gallery_item {
	float:left;
	width:33%;
	margin:0;
	padding:0 1px 1px 0;
}
.gallery_item.featured-thumbnail {
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.single-gallery-item { margin:0 !important; }
.zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	background:rgba(0,0,0,0.4);
	opacity:0;
	cursor:pointer;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	-webkit-transition:0.2s ease-in-out .2s;
	-moz-transition:0.2s ease-in-out .2s;
	-o-transition:0.2s ease-in-out .2s;
	transition:0.2s ease-in-out .2s;
	-webkit-transition:0.2s ease-in-out .2s;
	-moz-transition:0.2s ease-in-out .2s;
	-o-transition:0.2s ease-in-out .2s;
	transition:0.2s ease-in-out .2s;
}
.no-rgba .zoom-icon {
	visibility:hidden;
	background:url(../images/black-opacity-60.png);
}
.zoom-icon:before {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin:-13px 0 0 -13px;
	width:25px;
	height:26px;
	background:url(../images/magnify-alt.png) 50% 50% no-repeat;
	content:"";
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon { opacity:1; }
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon { visibility:visible; }
.filter-wrapper { margin:0 0 20px 10px; }
.filter-wrapper strong {
	display:block;
	padding:5px 0;
	margin-right:5px;
	float:left;
	font-weight:normal;
}
.filter-wrapper .nav { overflow:hidden; }
.nav-pills > li > a {
	padding-top:8px;
	padding-bottom:8px;
	margin-top:2px;
	margin-bottom:2px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.nav-pills > .active > a { background-color:#000000 !important; }
.nav-pills { float:left; }
.nav-pills li a {
	margin-bottom:5px !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	white-space:nowrap;
}
@media (max-width: 480px) {
	.nav-pills li a {
		display:block;
		padding:5px;
	}
}
.filterable-portfolio {
	position:relative;
	visibility:hidden;
	overflow:hidden;
	margin:0 -10px;
}
.filterable-portfolio .portfolio_item {
	display:block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 50px 0;
	padding:0 10px;
	width:0;
}
.filterable-portfolio .portfolio_item.nomargin { margin-right:0; }
.filterable-portfolio .portfolio_item_holder { overflow:hidden; }
.filterable-portfolio .portfolio_item_holder h3 {
	text-align:center;
	text-transform:uppercase;
	font-size:1.1em;
}
.filterable-portfolio .portfolio_item_holder h3 a {
	font-weight:normal !important;
	color:#000;
}
.filterable-portfolio .image-wrap {
	position:relative;
	display:block;
	overflow:hidden;
}
.filterable-portfolio .image-wrap:before {
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	z-index:-1;
}
.filterable-portfolio .folio_loader {
	top:50%;
	left:50%;
	margin:-10px 0 0 -10px;
	z-index:-1;
}
.thumbnail__portfolio { margin:0; }
.video_preview.featured-thumbnail {
	margin:0 0 10px 0;
	padding:0px;
	width:100%;
}
.video_preview >div { padding:4px; }
.video_preview a[rel="author"] { display:inline-block; }
.video_preview .post_author { display:block; }
.video_preview .post_date { display:block; }
.video_preview img { width:100%; }
.video_preview span.hover {
	position:absolute;
	top:50%;
	left:50%;
	margin:-41px 0 0 -35px;
	font-size:80px;
	color:#FFF;
	text-decoration:none;
	opacity:0.8;
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective:1000;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.video_preview a:hover span.hover {
	opacity:1;
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective:1000;
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	transform:rotateY(360deg);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.video_preview h4 {
	padding:0 0 7px 5px;
	border-bottom:1px solid #624953;
}
.video_preview .post_author {
	float:left;
	padding:0 0 5px 5px;
}
.video_preview .post_date {
	float:right;
	padding:0 5px 5px 0;
}
.isotope-item { z-index:2; }
.isotope-hidden.isotope-item {
	z-index:1;
	pointer-events:none;
}
.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 {
	-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;
}
.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;
}
.post-author {
	margin-bottom:60px;
	padding:10px 20px 15px 20px;
	border:1px solid #624953;
	background-color:#FAFAFA;
}
.post-author_h { margin-bottom:20px; }
.post-author_link { margin-top:1.5em; }
.post-author_gravatar {
	float:left;
	margin:0 20px 0 0;
}
.post-author_gravatar img {
	padding:5px;
	border:1px solid #624953;
	background:#fff;
}
.post-author .post-author_desc {
	overflow:hidden;
	margin-top:1em;
}
.post-author .post-author_desc .post-author_link { font-size:15px; }
#recent-author-posts { margin-bottom:3em; }
.team-page-tb { margin-bottom:50px; }
.team-page-tb article.team-holder.single-post {
	width:250px;
	float:left;
	margin:0 21px 50px 21px;
}
.team-page-tb article.team-holder.single-post .post_networks { margin-top:0; }
.team-page-tb article.team-holder.single-post .post_networks h4 { display:none; }
.team-page-tb article.team-holder.single-post h3 {
	text-align:center;
	text-transform:uppercase;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.team-page-tb figure.featured-thumbnail { margin:0 !important; }
article.team-holder.single-post:after {
	display:block;
	margin:0 auto;
	text-align:center;
}
.page-header {
	padding-bottom:0;
	margin:0;
}
.page-header span.page-team-desc {
	font-size:0.7em;
	color:#cccccc;
}
.page-header span.page-team-desc:before {
	content:'(';
	margin:0 5px;
}
.page-header span.page-team-desc:after {
	content:')';
	margin:0 5px;
}
.team-holder .single-post {
	padding-bottom:30px;
	border-bottom:1px solid;
}
.team-holder .page-header { border-bottom:none !important; }
.team-holder .page-header h2.post-title { float:left; }
@media (min-width: 768px) and (max-width: 979px) {
	.team-holder .featured-thumbnail {
		width:200px;
		height:200px;
	}
}
@media (max-width: 767px) {
	.team-holder .featured-thumbnail {
		width:200px;
		height:200px;
	}
}
.team-holder .team-content { overflow:hidden; }
@media (min-width: 768px) and (max-width: 979px) {
	.team-holder .team-content { overflow:visible; }
}
@media (max-width: 767px) {
	.team-holder .team-content { overflow:visible; }
}
.faq-list_h {
	position:relative;
	margin:0;
	padding:0 0 5px 40px;
	background:none;
	font-weight:normal;
}
.faq-list_body {
	position:relative;
	margin:0 0 3em 0;
	padding:0 0 30px 40px;
	border-bottom:1px solid #eee;
}
.faq-list_body .marker { top:3px; }
.faq-list .marker {
	position:absolute;
	top:0;
	left:0;
	display:block;
	margin:0;
}
.error404-holder { padding:30px 0 100px 0; }
.error404-holder_num {
	text-align:center;
	font-size:250px;
	line-height:1.2em;
}
@media (max-width: 480px) {
	.error404-holder_num { font-size:120px; }
}
.error404-holder .hgroup_404 {
	margin:0 0 2em 0;
	padding-top:50px;
}
.post__holder {
	overflow:hidden;
	margin-bottom:0px;
}
.post__holder.single-post {
	overflow:hidden;
	margin-bottom:30px;
	width:100%;
}
.post__holder .post-header .post-title { margin-bottom:10px; }
.post__holder .post_content { padding:20px 0; }
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 { margin:5px 0 15px 0; }
.post__holder .post_content p { margin:0 0 15px; }
.post-title {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (max-width: 480px) {
	.post .featured-thumbnail {
		width:120px;
		height:auto;
	}
}
@media (max-width: 480px) {
	.post .featured-thumbnail.large { width:auto; }
}
.post_content {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	padding-bottom:20px;
}
.post_content .excerpt, .post_content .full-post-content { margin-bottom:1.5em; }
.post_footer {
	clear:both;
	padding:15px 0 0 0;
}
.post_wrapper {
	padding:10px;
	box-sizing:border-box;
	position:relative;
}
.post_wrapper:after {
	display:block;
	margin:0 auto;
	text-align:center;
}
.post_meta {
	overflow:hidden;
	margin-bottom:1em;
	padding:.5em 0;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:.85em;
}
.post_meta div[class^="post_"] {
	display:inline-block;
	line-height:20px;
	padding:2px 5px;
}
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { display:block; }
}
.post_meta div[class^="post_"] .not_voting {
	cursor:default;
	color:inherit;
}
.post_meta div[class^="post_"] .not_voting span { color:inherit; }
.post_meta div[class^="post_"] .ajax_voting { color:inherit; }
.post_meta div[class^="post_"] .ajax_voting span { color:inherit; }
.post_meta div[class^="post_"] .user_voting { cursor:default; }
.post_meta div[class^="post_"] .user_voting i, .post_meta div[class^="post_"] .user_voting span {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .user_like { cursor:default; }
.post_meta div[class^="post_"] .user_like i, .post_meta div[class^="post_"] .user_like span { color:#2ecc71; }
.post_meta div[class^="post_"] .user_like i {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .user_dislike { cursor:default; }
.post_meta div[class^="post_"] .user_dislike i, .post_meta div[class^="post_"] .user_dislike span { color:#e74c3c; }
.post_meta div[class^="post_"] .user_dislike i {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .animation_item {
	position:absolute;
	top:0px;
	right:0px;
}
.post_meta div[class^="post_"] a { text-transform:capitalize; }
.post_meta>div.post_meta_unite {
	display:block;
	border-top:1px solid #624953;
	padding-top:.5em;
	margin-top:.5em;
}
.post_meta>div.post_meta_unite:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.post_meta .post_permalink {
	float:right;
	padding-right:0;
}
@media (max-width: 767px) {
	.post_meta .post_permalink { float:left; }
}
.post_meta span.voting_count {
	padding-right:0;
	position:relative;
}
.post_meta i {
	font-size:16px;
	margin-right:0em;
	padding-right:0.5em;
	color:rgba(106,128,0,0.8);
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.post_meta hr { margin:.5em 0; }
.post_meta .post_dislike a, .post_meta .post_like a { text-decoration:none; }
.meta_type_icon > div.post_meta_unite {
	display:inline-block;
	float:left;
	border-top:none;
	padding:0 0 0em;
	margin-top:0;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] {
	float:left;
	width:15px;
	text-align:center;
	padding:0 7px 25px;
	margin-bottom:-25px;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] i {
	margin-right:0;
	padding-right:10px;
	width:15px;
	text-align:center;
	display:inline-block;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] .tips {
	margin-left:-5px;
	margin-top:10px;
	padding:2px 7px;
	position:absolute;
	background:#eaeaea;
	color:#000;
	min-width:10px;
	border-radius:5px;
	visibility:hidden;
	animation:tips_out 0.3s ease-out;
	animation-fill-mode:forwards;
	-webkit-animation:tips_out 0.3s ease-out;
	-webkit-animation-fill-mode:forwards;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] .tips:before {
	background:transparent;
	content:" ";
	width:0px;
	height:0px;
	border-style:solid;
	border-width:0 7px 7px 7px;
	border-color:transparent transparent #EAEAEA transparent;
	position:absolute;
	margin:-19px 0 0 5px;
	padding-top:10px;
	color:#eaeaea;
	left:0;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"]:hover .tips {
	visibility:visible;
	margin-top:15px;
	animation:tips_in 0.3s ease-out;
	animation-fill-mode:backwards;
	-webkit-animation:tips_in 0.3s ease-out;
	-webkit-animation-fill-mode:backwards;
}
@media (max-width: 768px) {
	 .post_meta .post_meta_unite {
		border-top:1px solid #624953;
		display:block;
		padding:.5em 0;
		width:auto;
		border-left:none;
		overflow:hidden;
		box-sizing:inherit;
		float:none;
	}
	.post_meta .post_meta_unite:first-child {
		border-top:none;
		padding-top:0;
	}
	.post_meta .post_meta_unite.last-child { padding-bottom:0; }
	.meta_type_icon .post_meta_unite span {
		padding-right:15px;
		text-align:left;
		float:none;
		width:100%;
	}
	.meta_type_icon .post_meta_unite span .tips {
		position:absolute;
		display:inline-block;
		visibility:visible;
		margin:0;
		-webkit-animation:none;
		animation:none;
		padding:0;
		background:none;
	}
	.meta_type_icon .post_meta_unite span .tips:before { display:none; }
	.meta_type_icon .post_meta_unite span:hover .tips {
		margin:0;
		animation:none;
		-webkit-animation:none;
	}
}
@keyframes tips_in {
	0% {
		visibility:visible;
		pointer-events:none;
		opacity:0;
		margin-top:25px;
	}
	100% {
		opacity:1;
		margin-top:15px;
	}
}
@-webkit-keyframes tips_in {
	0% {
		visibility:visible;
		pointer-events:none;
		opacity:0;
		margin-top:25px;
	}
	100% {
		opacity:1;
		margin-top:15px;
	}
}
@keyframes tips_out {
	0% {
		visibility:visible;
		pointer-events:none;
		opacity:1;
		margin-top:15px;
	}
	100% {
		visibility:hidden;
		margin-top:40px;
		opacity:0;
	}
}
@-webkit-keyframes tips_out {
	0% {
		visibility:visible;
		pointer-events:none;
		opacity:1;
		margin-top:15px;
	}
	100% {
		visibility:hidden;
		margin-top:40px;
		opacity:0;
	}
}
.sticky {
	position:relative;
	z-index:9;
	overflow:visible;
}
.quote-wrap { margin-bottom:25px; }
.format-quote blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18.75px;
	line-height:1.4em;
	font-style:italic;
	color:#999;
	font-weight:normal;
	margin-bottom:10px;
	padding:10px 0 10px 25px;
}
.format-quote cite {
	padding-left:30px;
	margin-bottom:20px;
}
blockquote p { font-size:17px; }
p.gravatar {
	float:left;
	margin-right:20px;
}
.related-posts {
	overflow:hidden;
	margin:0 0 45px;
	padding:0;
}
.related-posts_h { margin-bottom:20px; }
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	display:inline-block;
	width:21%;
	margin-left:4%;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	vertical-align:top;
	font-size:12px;
}
.related-posts .featured-thumbnail {
	float:none;
	overflow:visible;
	margin:0 0 10px 0;
}
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.share-buttons {
	margin:45px 0 0 0;
	padding:10px 0;
	width:100%;
	height:21px;
}
.share-buttons span, .share-buttons li {
	display:block;
	float:left;
	width:90px;
}
.share-buttons span.google, .share-buttons li.google { width:68px; }
.share-buttons iframe { max-width:none; }
@media (max-width: 480px) {
	.share-buttons { display:none; }
}
.pager { margin:25px 0 0; }
.pager li > a, .pager li > span {
	background-color:none;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.post a.more-link.btn.btn-primary { width:auto; }
.single-pager {
	margin:10px 0 20px 0;
	padding:5px 0;
	font-size:14px;
	width:160px;
	float:right;
}
.single-pager li > a, .single-pager .pager li > span {
	padding:0;
	background:none !important;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.single-pager li > a { text-transform:uppercase; }
.single-pager .previous { margin:0 5px 0 0; }
.single-pager .previous a:before {
	content:'\f104';
	font-size:20px;
	font-family:'FontAwesome';
	border:1px solid;
	padding:3px 10px;
	line-height:20px;
	margin-right:7px;
	border-radius:100%;
}
.single-pager .next { margin:0 0 0 5px; }
.single-pager .next a:after {
	content:'\f105';
	font-size:20px;
	font-family:'FontAwesome';
	border:1px solid;
	padding:3px 10px;
	line-height:20px;
	margin-left:7px;
	border-radius:100%;
}
.single-pager .previous, .single-pager .next {
	text-transform:uppercase;
	font-size:15px;
}
.g-pagination {
	overflow:hidden;
	text-align:left;
}
.g-pagination ul {
	overflow:hidden;
	margin:0;
	padding:.5em 0;
	list-style-type:none;
}
.g-pagination ul li {
	display:inline;
	margin:0;
	padding:0 5px 0 0;
}
.g-pagination ul li a {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	background:#000;
	vertical-align:top;
	text-decoration:none;
	font-size:0;
	line-height:0;
}
.g-pagination ul li.activeSlide a, .g-pagination ul li a:hover { background:#999; }
.g_controls { float:right; }
.g_controls a {
	display:inline-block;
	border-radius:4px;
	background:#000;
	color:#fff;
	vertical-align:top;
	text-decoration:none;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
}
.g_controls a span {
	display:inline-block;
	padding:2px 6px 4px 6px;
}
.g_controls a:hover { background:#999; }
.pagination__posts {
	margin:0;
	text-align:center;
}
.blog .isotope {
	margin:0 -5px 20px;
	vertical-align:top;
	height:auto;
	visibility:hidden;
}
@media (max-width: 768px) {
	.blog .isotope {
		margin-left:-1%;
		margin-right:-1%;
	}
}
@media (max-width: 480px) {
	.blog .isotope {
		margin-left:0;
		margin-right:0;
	}
}
.blog .isotope .post_wrapper {
	display:block;
	float:left;
	margin:5px;
	width:306px;
}
@media (min-width: 1200px) {
	.blog .isotope .post_wrapper { width:383px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.blog .isotope .post_wrapper { width:357px; }
}
@media (max-width: 768px) {
	.blog .isotope .post_wrapper {
		width:47.7%;
		margin:5px 1%;
	}
}
@media (max-width: 480px) {
	.blog .isotope .post_wrapper {
		width:100%;
		margin:5px 0;
	}
}
.blog .isotope .post_wrapper .post_content { padding-bottom:10px; }
.blog .isotope .post_wrapper .post__holder {
	padding:6px;
	margin-bottom:0;
}
.blog .isotope .post_wrapper .post__holder .post_meta {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
#back-top-wrapper { z-index:999999 !important; }
#respond select, #respond textarea, #respond input[type="text"], #respond input[type="password"], #respond input[type="datetime"], #respond input[type="datetime-local"], #respond input[type="date"], #respond input[type="month"], #respond input[type="time"], #respond input[type="week"], #respond input[type="number"], #respond input[type="email"], #respond input[type="url"], #respond input[type="search"], #respond input[type="tel"], #respond input[type="color"], #respond .uneditable-input {
	display:inline-block;
	height:18px;
	padding:4px 6px;
	margin-bottom:9px;
	font-size:12px;
	line-height:18px;
	color:#555;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	background-color:rgba(0,0,0,0.1) !important;
	border:1px solid rgba(0,0,0,0.1) !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	-webkit-transition:all 0.8s ease-out !important;
	-moz-transition:all 0.8s ease-out !important;
	-o-transition:all 0.8s ease-out !important;
	transition:all 0.8s ease-out !important;
}
input, textarea, .uneditable-input { width:206px; }
textarea { height:auto; }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color:#000 !important; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:#000000;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
form { margin:0; }
.contactus-form-tb textarea, .contactus-form-tb input[type="text"], .contactus-form-tb input[type="password"], .contactus-form-tb input[type="datetime"], .contactus-form-tb input[type="datetime-local"], .contactus-form-tb input[type="date"], .contactus-form-tb input[type="month"], .contactus-form-tb input[type="time"], .contactus-form-tb input[type="week"], .contactus-form-tb input[type="number"], .contactus-form-tb input[type="email"], .contactus-form-tb input[type="url"], .contactus-form-tb input[type="search"], .contactus-form-tb input[type="tel"], .contactus-form-tb input[type="color"], .contactus-form-tb .uneditable-input {
	background:rgba(34,34,34,0.1) !important;
	border:none !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
	display:inline-block;
	height:25px;
	padding:4px 6px;
	margin-bottom:12.5px;
	font-size:15px;
	line-height:25px;
	color:#555;
}
.contactus-form-tb .form-name-tb {
	width:49%;
	float:left;
}
.contactus-form-tb .form-name-tb input {
	width:97%;
	padding:8px 5px;
	margin-bottom:16px;
}
.contactus-form-tb .form-email-tb {
	width:49%;
	float:right;
}
.contactus-form-tb .form-email-tb input {
	width:97%;
	padding:8px 5px;
	margin-bottom:16px;
}
.contactus-form-tb .captcha-tb {
	margin-top:15px;
	float:left;
}
.contactus-form-tb .captcha-tb .captchac-tb, .contactus-form-tb .captcha-tb .captchatext-tb, .contactus-form-tb .captcha-tb .captchar-tb {
	float:left;
	margin-right:15px;
}
.contactus-form-tb .captcha-tb input.wpcf7-form-control.wpcf7-captchar {
	padding:0 5px;
	width:60px;
}
.contactus-form-tb .form-submit-tb { float:right; }
.contactus-form-tb .form-submit-tb input[type="submit"] {
	height:35px !important;
	padding:0 30px;
	background:rgba(0,0,0,0.8);
	border:none;
	width:100%;
	color:#fff;
	margin-top:10px;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
.contactus-form-tb .form-submit-tb input[type="submit"]:hover {
	background:#000000;
	-webkit-transition:all 0.8s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
input[type="submit"] {
	height:40px !important;
	background-color:rgba(0,0,0,0.4);
	border:none;
	color:#fff;
	width:26%;
	float:right;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
input[type="submit"]:hover {
	background:rgba(0,0,0,0.6);
	-webkit-transition:all 0.8s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
.theme-light.slider-wrapper {
	padding:0 0 10px 0 !important;
	background:none !important;
}
.theme-light .nivo-controlNav { padding:0 0 0 20px !important; }
.theme-light .nivo-controlNav a {
	background:url(../images/bullet.png) no-repeat !important;
	width:15px !important;
	height:16px !important;
	margin:7px 0 0 2px !important;
}
.theme-light .nivo-controlNav a.active {
	background:url(../images/bullet-active.png) no-repeat !important;
	width:15px !important;
	height:16px !important;
}
.slider-bootom-tb { margin:0 0 50px 0; }
.page-template-page-home-php .content-holder { padding-bottom:0 !important; }
ul.jp-controls a, div.jp-interface ul.jp-controls li a { display:block !important; }
.blog-title-tb .title-section { padding:20px 0 0 0; }
.yith-woocompare-widget ul.products-list a.remove:hover {
	background:none !important;
	color:#000 !important;
}
.yith-woocompare-widget a.clear-all, .yith-woocompare-widget a.compare.button {
	border:1px solid #c8bfc6;
	padding:6px 10px;
}
.yith-woocompare-widget a.clear-all { float:left; }
.yith-woocompare-widget a.compare.button { float:right; }
.yith-woocompare-widget ul.products-list { margin-bottom:15px; }
.sidebar-shop img, .roundabout-holder img { max-width:100% !important; }
.sidebar-shop ol.flex-control-nav.flex-control-paging, .roundabout-holder ol.flex-control-nav.flex-control-paging {
	position:absolute;
	bottom:5px;
}
.lookbook-tb h3 {
	text-align:center;
	text-transform:uppercase;
}
.lookbook-tb .tabs-wrapper { margin:20px 0 60px 0 !important; }
.lookbook-tb .tabs-wrapper .nav-tabs {
	width:402px;
	margin:auto;
}
.lookbook-tb .tabs-wrapper .nav-tabs li {
	width:200px;
	text-align:center;
}
.lookbook-tb .tabs-wrapper .tab-content { padding:8px 8px 0 8px; }
.lookbook-tb .tabs-wrapper .tab-content .desc h5 { display:none; }
.lookbook-tb .tabs-wrapper .tab-content .owl-carousel { margin-bottom:0; }
.lookbook-tb .tabs-wrapper .tab-content .owl-carousel .item { margin:5px 5px 0 5px; }
.lookbook-tb .tabs-wrapper .tab-content .owl-carousel .item figure a img {
	display:block;
	width:auto;
}
.lookbook-tb .tabs-wrapper .tab-content .carousel-wrap { margin:0 !important; }
.page-template-page-home-php .footer-fullwidth, .home2 .carousel-wrap .desc h5, .page-template-page-shortcodes-php .footer-fullwidth { display:none; }
.home2 { margin-left:3px; }
.page-template-page-home-php ul.posts-grid li .btn-primary {
	color:#000000;
	background:#fff;
	border:1px solid #000000;
	text-align:center;
	width:89%;
}
.page-template-page-home-php ul.posts-grid li .btn-primary:hover {
	color:#fff;
	background-color:#000000;
}
.comment-holder {
	padding:0;
	margin:0 0 20px;
}
.comments-h {
	padding:0;
	margin:0 0 3px 0;
}
.comment-list {
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
}
.comment {
	position:relative;
	margin:0;
	padding:0;
	background:none;
	list-style-type:none;
	text-transform:none;
}
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	padding:20px;
	background:rgba(0,0,0,0.03);
	border-bottom:2px solid rgba(0,0,0,0.2);
	zoom:1;
}
.comment.bypostauthor .comment-body {
	background:rgba(0,0,0,0.02);
	border-bottom:2px solid rgba(0,0,0,0.2);
}
.comment-author {
	float:left;
	margin:0 20px 0 0;
}
.comment-author .author {
	display:block;
	padding-top:20px;
	width:65px;
	text-align:left;
	text-transform:capitalize;
	font-size:16px;
}
.comment-meta {
	font-size:14px;
	float:right;
	padding:5px 0;
}
.reply {
	float:right;
	margin-left:28px;
	font-size:16px;
}
.reply .comment-reply-link {
	background:rgba(0,0,0,0.4);
	color:#fff;
	padding:5px 10px;
}
.reply .comment-reply-link:hover {
	color:#9AB973;
	background:rgba(0,0,0,0.8);
}
.reply a {
	display:inline-block;
	text-decoration:none !important;
}
.allowed_tags {
	padding:15px;
	background:#eee;
	color:#666;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
}
.allowed_tags strong { font-family:Tahoma, Geneva, sans-serif; }
#respond { padding-top:25px; }
#respond h3 { margin-bottom:30px; }
#respond form .btn {
	margin-top:20px;
	float:right;
}
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
.nocomments { margin:0; }
#commentform p.field { margin-bottom:12px; }
#commentform small { color:#8b8b8b; }
#commentform label { display:block; }
#commentform input[type="text"] {
	margin:0;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	height:40px;
}
#commentform textarea {
	overflow:auto;
	margin:0;
	min-width:100%;
	min-height:180px;
	max-width:530px;
	width:100%;
	height:180px;
	padding:10px;
	border-color:#624953;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:30px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.widget ul.social li {
	border:none;
	margin:7px;
	padding:0;
}
.widget {
	display:block;
	margin-bottom:20px !important;
}
.widget span.content-widget {
	display:inline-block;
	width:100%;
	background:#fff;
	padding:0 10px;
	margin:10px 0;
	border-left:1px solid #e6e6e6;
}
.widget ul { margin:0; }
.widget ul .sub-menu {
	padding-left:15px;
	border-top:1px solid #bee600;
	margin-top:10px;
	margin-bottom:-10px;
}
.widget ul li {
	line-height:25px;
	list-style:none;
	padding:10px;
	border-bottom:1px solid #e6e6e6;
}
.widget ul li:last-child { border-bottom:none; }
.widget h3 { padding:0; }
.widget.visible-all-devices, .widget.visible-desktop, .widget.visible-tablet, .widget.visible-phone, .widget.hidden-phone, .widget.hidden-desktop, .widget.hidden-table {
	position:relative;
	top:0;
	left:0;
	right:auto;
	width:auto;
}
.widget .spinner_32, .widget .thumbnail, .widget .accordion_loader, .widget .google-map, .widget .flexslider, .widget .camera_loader, .widget .preloader { background:none !important; }
.widget.widget_search { width:100%; }
.widget.widget_search span.content-widget {
	border-left:none;
	padding:0;
}
.blog #sidebar { margin-top:62px; }
.none.widget {
	background:none;
	padding:0 !important;
	border:none;
}
.search-form select, .search-form textarea, .search-form input[type="text"], .search-form input[type="password"], .search-form input[type="datetime"], .search-form input[type="datetime-local"], .search-form input[type="date"], .search-form input[type="month"], .search-form input[type="time"], .search-form input[type="week"], .search-form input[type="number"], .search-form input[type="email"], .search-form input[type="url"], .search-form input[type="search"], .search-form input[type="tel"], .search-form input[type="color"], .search-form .uneditable-input {
	height:30px;
	padding:4px 6px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	width:70%;
	margin:0;
}
.search-form input[type="submit"], .search-form input[type="reset"] {
	height:40px;
	width:23%;
}
.search-form .btn-primary {
	color:#fff;
	font-size:0.9em;
	text-shadow:none;
	background-color:rgba(0,0,0,0.4);
	background-image:none !important;
	border:none !important;
	text-transform:uppercase;
	float:right;
}
.search-form .btn-primary:hover { background-color:rgba(0,0,0,0.6) !important; }
#calendar_wrap { padding:0; }
#wp-calendar { width:100%; }
#wp-calendar td {
	padding:6px 0;
	border:none;
	text-align:center;
}
#wp-calendar caption {
	margin-bottom:5px;
	padding:4px 0;
	color:#6A8000;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
#wp-calendar thead th {
	padding:7px 0;
	color:#6A8000;
	text-align:center;
	font-size:14px;
}
#wp-calendar #prev { text-align:left; }
#wp-calendar #next { text-align:right; }
.textwidget { word-wrap:break-word; }
.comments-custom li {
	overflow:hidden;
	margin:0;
	padding:25px 0 25px 0;
	border-bottom:none;
	background:none;
}
.comments-custom li:first-child {
	padding-top:0;
	border-top:none;
}
.comments-custom_txt {
	padding:7px 0 0 0;
	border-top:1px solid #624953;
	margin-top:7px;
}
.comments-custom_txt a { text-decoration:none; }
.comments-custom_txt a:hover { text-decoration:underline; }
.comments-custom_h_title, .comments-custom_h_author {
	margin-bottom:5px;
	margin-top:0px;
}
.comments-custom_h_author:first-letter { text-transform:uppercase; }
.comments-custom i {
	font-size:16px;
	margin-right:.5em;
	color:#999;
	float:left;
	min-width:15px;
	text-align:center;
}
.comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.comments-custom .meta_format { margin-top:2px; }
.widget.widget_my-recent-comments .meta_format { font-size:12px !important; }
.post-list li {
	overflow:hidden;
	padding-top:1.5em;
	padding-bottom:1.5em;
}
.post-list li:first-child {
	padding-top:0;
	border:none;
}
.post-list .excerpt { margin-bottom:1em; }
.flickr_li { vertical-align:top; }
.flickr_li .thumbnail {
	position:relative;
	margin:0 0 6px 0;
	display:inline-block;
}
.flickr_li:nth-child(3n-2) { margin-left:0; }
.flickr_li.nomargin { margin-left:0; }
.ie8 .flickr_li.nomargin { margin-left:0; }
.ie8 .flickr_li img { height:60px; }
@media (min-width: 768px) and (max-width: 979px) {
	.flickr_li .thumbnail { display:block; }
}
@media (max-width: 767px) {
	.flickr_li {
		float:left !important;
		width:auto !important;
		margin:0 14px 14px 0;
	}
	.flickr_li .thumbnail {
		display:block;
		float:left;
	}
}
.banners_li {
	float:left;
	margin:0 3px 3px 0;
}
.banners_img {
	width:125px;
	height:auto;
}
.vcard span { display:block; }
.vcard .meta_format { margin-top:2px; }
.vcard .meta_format i {
	font-size:14px;
	margin-right:.5em;
	color:#999;
	float:left;
	min-width:15px;
	text-align:center;
	margin-top:1px;
}
.vcard .ladle {
	padding-right:5px;
	font-weight:normal;
}
.vcard .ladle, .vcard .ladle+span { display:inline-block; }
.dark_background {
	background-color:#333;
	padding:10px;
}
iframe .uiHeader h3 { color:#fff; }
.social { margin:0; }
.social_link {
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
	-webkit-transition:0.25s ease-in-out .2s;
	-moz-transition:0.25s ease-in-out .2s;
	-o-transition:0.25s ease-in-out .2s;
	transition:0.25s ease-in-out .2s;
	-webkit-transition:0.25s ease-in-out .2s;
	-moz-transition:0.25s ease-in-out .2s;
	-o-transition:0.25s ease-in-out .2s;
	transition:0.25s ease-in-out .2s;
	display:inline-block;
}
.social_link:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	filter:alpha(opacity=@opacity * 100);
	-moz-opacity:50;
	-khtml-opacity:50;
	opacity:50;
	filter:alpha(opacity=@opacity * 100);
	-moz-opacity:50;
	-khtml-opacity:50;
	opacity:50;
}
.social_ico {
	display:inline-block;
	vertical-align:top;
}
.social_label {
	display:inline-block;
	vertical-align:top;
}
.social__row li {
	float:left;
	margin:5px;
}
.social__row li:first-child { margin-left:0; }
.social__row a { float:left; }
.social__list li { margin-bottom:5px; }
.social__list a:hover { text-decoration:none; }
.tagcloud a {
	background:#fff;
	padding:3px 10px;
	margin:2px 1px;
	font-size:15px !important;
	line-height:30px;
	color:#6A8000;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.tagcloud a:hover {
	color:#fff;
	background:#6A8000;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.widget_product_search {
	background:none !important;
	border:none !important;
	padding:0 !important;
	margin-bottom:-20px !important;
}
.widget_product_search label { display:none; }
.widget_product_search .content-widget {
	border-left:none !important;
	padding:0 !important;
}
.widget_product_search .content-widget input#searchsubmit {
	float:right;
	width:auto;
	padding:0 15px;
}
.widget_product_search input#s {
	box-shadow:none;
	width:70%;
	height:30px;
}
div#woocommerce_price_filter-2 { padding-bottom:0 !important; }
.widget_shopping_cart p.total {
	width:100%;
	text-align:right;
}
.widget_shopping_cart p.buttons a.button:first-child { float:left; }
.widget_shopping_cart p.buttons a.button:last-child { float:right; }
.carousel-wrap { margin:30px 0 20px 0 !important; }
.carousel-wrap h2 {
	font-size:35px !important;
	line-height:50px !important;
}
.carousel-wrap .desc { position:relative; }
.carousel-wrap .desc time, .carousel-wrap .desc .author, .carousel-wrap .desc a.comments_link { font-size:0.8em; }
.sidebar-shop .carousel-wrap { border-top:2px solid #000; }
li.es-carousel_li .desc { position:relative; }
li.es-carousel_li .desc time, li.es-carousel_li .desc .author, li.es-carousel_li .desc a.comments_link { font-size:0.8em; }
li.es-carousel_li .desc h5 {
	font-weight:normal !important;
	margin:5px 0;
}
li.es-carousel_li .desc h5 a { text-decoration:none !important; }
li.es-carousel_li em.author { margin-right:10px; }
li.es-carousel_li .featured-thumbnail { margin:0; }
h3.homeh3 {
	text-align:center;
	background:rgba(255,255,255,0.8);
	padding:10px 0;
	margin:0 -10px 0 10px;
}
.widget_my_cyclewidget .btn-primary {
	text-shadow:none !important;
	background-image:none !important;
	height:35px;
	padding:4px 8px;
}
.widget_my_cyclewidget .comments_link {
	text-align:right;
	float:right;
}
.widget ol.flex-control-nav.flex-control-paging li:after, .widget ul.flex-direction-nav li:after { content:none !important; }
.widget .flex-direction-nav a { top:30% !important; }
.widget .flexslider .slides img { margin-top:30px; }
.widget .flexslider { margin:0 !important; }
.flex-direction-nav a { color:#000000 !important; }
.flex-control-paging li a.flex-active { background:#000000 !important; }
.flex-control-paging li a { background:rgba(0,0,0,0.5) !important; }
.widget_categories select { width:100%; }
.banner_link .banner_wrapper { padding:30px 0 0 0 !important; }
#wp-calendar caption, #wp-calendar thead th {
	color:#6A8000 !important;
	font-weight:normal !important;
}
ul.banners.clearfix.unstyled { margin-top:30px; }
ul.banners.clearfix.unstyled .banners_li {
	margin:3px !important;
	overflow:hidden;
	padding:0;
}
footer ul.banners.clearfix.unstyled { margin-top:0; }
.widget_my_postwidget time { display:none; }
.widget_my_postwidget h4 { margin:0; }
.my_posts_type_widget .featured-thumbnail { margin:0; }
.my_posts_type_widget .link_show_all {
	position:relative;
	display:block;
	width:91%;
	margin-bottom:30px;
	float:left;
}
.service-box {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	margin:20px 0;
}
.footer-fullwidth {
	margin-top:30px;
	margin-bottom:30px;
}
.footer-newsletter {
	border-top:2px solid #000000;
	padding:20px 0 15px 0;
	margin-top:30px;
}
.footer-newsletter input[type="text"] {
	height:32px;
	box-shadow:none;
}
.footer-newsletter .widget_knews_widget {
	width:700px;
	margin:auto;
}
.footer-newsletter .widget_knews_widget h3 {
	width:auto;
	float:left;
	margin:9px 20px 0 0;
}
.footer-newsletter .widget_knews_widget fieldset {
	float:left;
	margin-right:10px;
}
.footer-newsletter .widget_knews_widget fieldset.requiredtext {
	position:absolute;
	top:80%;
	right:0;
}
.footer-newsletter .widget_knews_widget fieldset span { display:inline-block; }
.footer-newsletter .widget_knews_widget fieldset span input[type="checkbox"] {
	float:left;
	margin:7px;
}
.footer-newsletter .widget_knews_widget fieldset span label { float:left; }
.footer-newsletter .widget_knews_widget fieldset input.knewsbutton {
	width:100%;
	padding:0 20px;
}
.rslides_nav {
	padding:10px 15px !important;
	font-size:20px !important;
}
ol.flex-control-nav.flex-control-paging { position:ralative; }
#wpsl-stores li {
	width:30%;
	margin-right:29px;
	float:left;
}
.wpsl-dropdown .selected, .wpsl-dropdown li {
	border:1px solid #d2d2d2;
	padding:9px 12px !important;
	margin:0;
	border-radius:0;
}
#wpsl-search-btn {
	padding:7px 10px;
	color:#7c7c7c;
	border-radius:0 !important;
	background-color:#e6e6e6;
	background-image:none !important;
	box-shadow:none !important;
	text-transform:none !important;
	width:80px;
	height:35px !important;
	line-height:20px !important;
}
.wpsl-dropdown {
	border:none !important;
	background:#fff;
	border-radius:0 !important;
	-webkit-user-select:none !important;
	-moz-user-select:none !important;
	user-select:none !important;
	margin-right:0 !important;
}
#wpsl-search-input { padding:4px 12px !important; }
.wpsl-search {
	margin-bottom:0 !important;
	padding:15px 0 !important;
	background:none !important;
	border-bottom:1px solid #000000;
}
#wpsl-reset-map { border-radius:0 !important; }
.widget.widget_cherry_banner_widget span.content-widget, .widget.my_posts_type_widget span.content-widget { display:inline-block; }
.widget.widget_cherry_banner_widget span.content-widget {
	width:80%;
	background:rgba(255,255,255,0.7);
	margin:0 !important;
	padding:0 0 0 30px !important;
	border-right:1px solid #fff;
}
.widget.widget_cherry_banner_widget h3 {
	background:rgba(255,255,255,0.7);
	width:77.7%;
	padding:10px 10px 10px 30px !important;
	border-right:1px solid #fff;
}
.widget_sp_image-description { margin-top:10px; }
.widget.widget_my_postwidget a.btn.btn-primary { width:auto; }
.widget.widget_knews_widget input[type="text"] { width:95%; }
.widget.widget_knews_widget input[type="checkbox"] {
	float:left;
	margin:7px 10px 0 0;
}
.widget.widget_knews_widget label {
	width:80%;
	float:left;
}
.widget.widget_knews_widget input.knewsbutton { width:100%; }
.widget.my_posts_type_widget img { margin:0 10px 10px 0; }
.widget.my_posts_type_widget time { font-size:0.9em; }
.widget.my_posts_type_widget a.btn.btn-primary.link { width:auto; }
.widget.widget_my_cyclewidget { padding:0 0 5px 0 !important; }
.widget.widget_my_cyclewidget span.content-widget {
	padding:0;
	margin:10px 0;
	border-left:none;
}
.widget.widget_my_cyclewidget span.content-widget .flexslider {
	margin:0 0 60px;
	padding:10px;
	background:#fff;
	border:1px solid #e6e6e6;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}
.widget.widget_my_cyclewidget ul li {
	padding:0 !important;
	border-bottom:none;
	margin-bottom:10px;
}
.widget.widget_my_cyclewidget ul li figure.thumbnail { margin:0; }
.widget.widget_my_cyclewidget ul li figure.thumbnail img { margin-top:0; }
.widget.widget_my_cyclewidget ul li time, .widget.widget_my_cyclewidget ul li em.author, .widget.widget_my_cyclewidget ul li a.comments_link { font-size:0.8em; }
.widget.woocommerce.widget_shopping_cart span.content-widget { border-left:none; }
.carousel-wrap .owl-carousel .owl-wrapper-outer { margin:0; }
.carousel-wrap .owl-carousel .owl-controls { margin-top:10px; }
.carousel-wrap .owl-carousel .owl-controls .owl-page span { background:rgba(0,0,0,0.2) !important; }
.carousel-wrap .owl-carousel .owl-controls .owl-buttons {
	position:absolute;
	width:100%;
	bottom:50%;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-prev.icon-chevron-left { float:left; }
.carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-next.icon-chevron-right { float:right; }
.carousel-wrap .owl-carousel .owl-controls .owl-buttons div {
	margin:0 10px !important;
	padding:8px 12px !important;
	font-size:26px !important;
	color:#000000;
	background:none;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons div:hover {
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
.slider-tb img, .sidebar-shop img { max-width:100%; }
.category2 h3, .category1 h3 {
	text-transform:uppercase;
	text-align:center;
	font-size:1.1em;
}
.category2 h3 { margin-bottom:8px; }
.category2 .carousel-wrap { margin:0 !important; }
.shortcodes.widget_nav_menu ul li.just-title {
	padding:5px 0;
	margin:0 5px;
}
.shortcodes.widget_nav_menu ul li.just-title a {
	font:normal 19px/25px Podkova;
	color:#444;
}
.shortcodes.widget_nav_menu ul li.just-title a:before { content:none; }
.shortcodes.widget_nav_menu ul li.just-title ul.sub-menu li a {
	color:#444;
	font-size:15px;
}
.shortcodes.widget_nav_menu ul li.just-title ul.sub-menu li a:before {
	content:'\f105';
	font-family:'FontAwesome';
	margin-right:10px;
	display:block;
	text-align:center;
	font-size:13px;
	padding:3px 1px 1px 3px;
	border-radius:100%;
	border:1px solid #e3e3e3;
	display:inline-block;
	width:20px;
	height:20px;
	font-size:15px;
	line-height:18px;
	text-align:center;
}
.shortcodes.widget_nav_menu ul li.just-title ul.sub-menu li a a:hover { color:#6A8000; }
.big-title h3 {
	font-size:1.8em;
	margin-top:40px;
}
.shortcodes.widget_nav_menu ul li.separate { margin-bottom:10px; }
.shortcodes.widget_nav_menu ul li {
	padding:5px 0;
	margin:0 5px;
}
.shortcodes.widget_nav_menu ul li a {
	color:#444;
	font-family:Podkova;
}
.shortcodes.widget_nav_menu ul li a:before {
	content:'\f105';
	font-family:'FontAwesome';
	margin-right:10px;
	display:block;
	text-align:center;
	font-size:13px;
	padding:3px 1px 1px 3px;
	border-radius:100%;
	border:1px solid #e3e3e3;
	display:inline-block;
	width:20px;
	height:20px;
	font-size:15px;
	line-height:18px;
	text-align:center;
}
.shortcodes.widget_nav_menu ul li a a:hover { color:#6A8000; }
.dropcap {
	margin:7px 10px 20px 0 !important;
	background:none !important;
	color:#000000 !important;
	text-transform:uppercase;
	border:2px solid #000000;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.text-highlight {
	padding:0 5px !important;
	margin:0 5px;
	color:#666;
	background-color:rgba(0,0,0,0.2) !important;
}
.flexslider li h5 { margin:0; }
.flexslider li span.meta { font-size:0.9em; }
.flexslider li span.meta .post-date { margin-right:20px; }
.flexslider li p.excerpt { margin:20px 0 15px 0; }
.shop-category .shop.widget_sp_image { position:relative; }
.shop-category .shop.widget_sp_image h3 {
	position:absolute;
	top:50%;
	width:60%;
	text-align:right;
	background:rgba(255,255,255,0.6);
	padding:10px;
	border-right:1px solid #fff;
}
.recent-posts {
	overflow:hidden;
	margin:0 0 0 -20px !important;
	padding:0;
	border:none;
}
.recent-posts_li {
	margin:0 0 20px 20px;
	padding:0;
	border:none;
	background:none;
	list-style-type:none;
}
.recent-posts_li .featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
}
.recent-posts_li h5 {
	margin-bottom:0;
	font-size:1em;
}
.recent-posts_li .excerpt { margin-bottom:1.5em; }
.recent-posts_li .meta {
	display:block;
	overflow:hidden;
	margin-bottom:.5em;
	color:#888;
	text-transform:uppercase;
	font-size:10px;
}
.recent-posts_li .post-date { float:left; }
.recent-posts_li .post-comments { float:right; }
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
}
.recent-posts .format-audio { margin-bottom:2em; }
.recent-posts .format-audio .audio-wrapper { margin-bottom:.5em; }
.recent-posts .format-video {
	float:left;
	width:300px;
}
.popular-posts li {
	overflow:hidden;
	margin:0;
	padding:0 0 20px 0;
}
.posts-grid { margin:0; }
.posts-grid li { margin-bottom:25px; }
.posts-grid li .featured-thumbnail { margin:0; }
.posts-grid li .featured-thumbnail img { width:100%; }
.posts-grid .post_meta span[class^="post_"] { margin-right:10px; }
.posts-grid span.post_category {
	float:left;
	display:block;
	width:100%;
}
.posts-grid span.post_category em, .posts-grid span.post_author em { font-style:normal !important; }
.posts-grid span.post_comment a.comments_link {
	display:block;
	float:left;
	width:100%;
}
.mini-posts-grid { margin:0; }
.mini-posts-grid li {
	margin:0 5px 5px 0;
	padding:0;
	border:none;
	background:none;
	float:left;
}
.mini-posts-grid .featured-thumbnail { margin:0; }
.mini-posts-grid li.small {
	width:120px;
	height:120px;
}
.mini-posts-grid li.smaller {
	width:100px;
	height:100px;
}
.mini-posts-grid li.smallest {
	width:70px;
	height:70px;
}
.mini-posts-grid li.small img {
	width:100%;
	height:auto;
}
.mini-posts-grid.grid-align-center {
	text-align:center;
	font-size:0;
	line-height:0;
}
.mini-posts-grid.grid-align-center li {
	float:none;
	display:inline-block;
}
.mini-posts-grid.grid-align-right li { float:right; }
.mini-posts-list {
	margin:0 0 25px;
	padding:0;
}
.mini-post-holder {
	list-style-type:none;
	padding:15px 0 0;
	margin:0 0 9px;
	border-top:1px solid #624953;
}
.mini-post-holder:first-child {
	border:none;
	padding:5px 0 0;
}
.mini-post-holder .small {
	width:110px;
	height:110px;
}
.mini-post-holder .smaller {
	width:90px;
	height:90px;
}
.mini-post-holder .smallest {
	width:60px;
	height:60px;
}
.mini-post-holder .small img {
	width:100%;
	height:auto;
}
.mini-post-content { overflow:hidden; }
.mini-post-content h4 { margin:0; }
.mini-post-meta time {
	font-size:11px;
	line-height:1.2;
}
.tags-cloud a, .tagcloud a, .post_footer a {
	font-size:0.85em !important;
	margin-right:5px;
}
.recent-comments li {
	margin:0;
	padding:0 0 .5em 0;
	border:none;
}
.service-box {
	overflow:hidden;
	min-height:20px;
	padding:19px;
	margin-bottom:0;
	background-color:#f5f5f5;
	border:1px solid #624953;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
}
.service-box .icon {
	float:left;
	margin:0 10px 10px 0;
}
.service-box h2 {
	overflow:hidden;
	margin:0;
}
.service-box h5 {
	overflow:hidden;
	margin:0 0 25px;
}
.service-box_txt { margin-bottom:20px; }
.service-box .btn-align { text-align:right; }
.service-box__call {
	color:#fff;
	background-color:#0c6abd;
	background-image:-moz-linear-gradient(top,#037cc7,#1950af);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#037cc7),to(#1950af));
	background-image:-webkit-linear-gradient(top,#037cc7,#1950af);
	background-image:-o-linear-gradient(top,#037cc7,#1950af);
	background-image:linear-gradient(to bottom,#037cc7,#1950af);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box__call h2 {
	float:left;
	width:75%;
	color:#fff;
	margin:10px 0 0;
}
.service-box__call .btn-align {
	padding:0;
	width:25%;
	float:right;
}
.carousel-cycle {
	position:relative;
	overflow:hidden;
}
.post-cycle {
	width:100%;
	height:380px;
	overflow:hidden;
}
.post-cycle_item {
	display:none;
	overflow:hidden;
	width:100%;
	height:100%;
}
.post-cycle_item:first { display:block; }
.post-cycle_item .feature-thumbnail {
	float:none;
	margin:0 0 15px 0;
}
.post-cycle_item .feature-thumbnail img { float:none; }
.post-controls {
	overflow:hidden;
	padding-top:10px;
	text-align:center;
}
.post-controls li {
	display:inline;
	margin:0;
	padding:0 5px 0 0;
}
.post-controls li a {
	display:inline-block;
	width:9px;
	height:9px;
	background:#000;
	vertical-align:top;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
	-webkit-transition:0.25s ease-in-out .2s;
	-moz-transition:0.25s ease-in-out .2s;
	-o-transition:0.25s ease-in-out .2s;
	transition:0.25s ease-in-out .2s;
	-webkit-transition:0.25s ease-in-out .2s;
	-moz-transition:0.25s ease-in-out .2s;
	-o-transition:0.25s ease-in-out .2s;
	transition:0.25s ease-in-out .2s;
}
.post-controls li a:hover, .post-controls li.activeSlide a { background:#999; }
.post-controls .post-controls_link__prev { float:left; }
.post-controls .post-controls_link__next { float:right; }
.banner-wrap {
	overflow:hidden;
	margin:0 0 20px;
	padding:0;
}
.banner-wrap .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0 0 15px;
	padding:0;
}
.banner-wrap .featured-thumbnail a {
	display:block;
	float:left;
	overflow:hidden;
	border:8px solid #624953;
	text-align:center;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
	-webkit-transition:0.25s ease-in-out .2s;
	-moz-transition:0.25s ease-in-out .2s;
	-o-transition:0.25s ease-in-out .2s;
	transition:0.25s ease-in-out .2s;
	-webkit-transition:0.25s ease-in-out .2s;
	-moz-transition:0.25s ease-in-out .2s;
	-o-transition:0.25s ease-in-out .2s;
	transition:0.25s ease-in-out .2s;
}
.banner-wrap .featured-thumbnail a:hover { border-color:#624953; }
.banner-wrap h5 {
	margin:0 0 8px;
	color:#000;
	text-transform:capitalize;
	font-weight:bold;
}
.banner-wrap .btn-link { padding:0; }
.testimonials .testi-item {
	overflow:hidden;
	margin-bottom:2em;
	padding-bottom:2em;
	background:none;
}
.testimonials .testi-item blockquote {
	position:relative;
	display:block;
	margin:0;
	padding:30px;
	border:none;
	background:#dbdbdb;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
.testimonials .testi-item blockquote:before {
	position:absolute;
	bottom:-20px;
	left:30px;
	display:block;
	width:0;
	height:0;
	border-top:20px solid #dbdbdb;
	border-right:0 solid transparent;
	border-left:20px solid transparent;
	content:"";
}
.testimonials .testi-item blockquote:after {
	position:absolute;
	top:10px;
	left:20px;
	display:block;
	width:41px;
	height:38px;
	background:url(../images/quotes.png) 0 0 no-repeat;
	content:"";
}
.testimonials .testi-item blockquote > a {
	position:relative;
	z-index:2;
	color:#4e4e4e;
	text-decoration:none;
	overflow:hidden;
	vertical-align:top;
}
.testimonials .testi-item blockquote > a:hover { color:#fff; }
.testimonials .testi-item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	width:60px;
	height:60px;
}
.testimonials .testi-item .testi-meta {
	font-size:1em;
	display:block;
	padding-top:22px;
	padding-left:40px;
}
.roundabout-holder {
	width:100%;
	position:relative;
	overflow:hidden;
}
.roundabout-holder ul {
	padding:0;
	width:100%;
	height:250px;
	background:none;
}
.roundabout-holder ul li {
	overflow:hidden;
	margin:0;
	padding:0;
	width:375px;
	height:inherit;
	border:none;
	background:none;
	text-align:center;
	cursor:pointer;
}
.roundabout-holder ul li.roundabout-in-focus { cursor:default; }
.gallery { margin:0 auto; }
.gallery img { border:none !important; }
.gallery .gallery-caption {
	padding:0;
	margin:0;
}
.gallery dl, .gallery dt { margin:0; }
.gallery br+br { display:none; }
.site_map { margin-bottom:10px; }
.site_map .icon-sitemap { padding-right:10px; }
.site_map h2 {
	border-bottom:1px solid #624953;
	padding-bottom:15px;
}
.site_map_title { text-transform:capitalize; }
.site_map ul {
	list-style:none;
	margin:15px 0 0 5px;
}
.site_map ul li {
	word-break:break-word;
	padding-bottom:5px;
}
@media (max-width: 480px) {
	.site_map ul li {
		float:none;
		width:100%;
		padding-right:0%;
	}
}
.site_map .group {
	display:inline-block;
	padding-bottom:20px;
	width:102%;
	margin-left:-2%;
}
.site_map .group .grid {
	width:23%;
	margin-left:2%;
	float:left;
}
@media (max-width: 480px) {
	.site_map .group .grid {
		float:none;
		width:100%;
		margin-left:0%;
	}
}
.site_map .line { margin-bottom:10px; }
.site_map .line ul li {
	width:18%;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 480px) {
	.site_map .line ul li {
		float:none;
		width:100%;
		margin-right:0%;
	}
}
.accordion-group, .accordion-inner, .nav-tabs, .nav-tabs > .active > a { border-color:#624953; }
.spinner_32, .thumbnail, .accordion_loader, .google-map, .flexslider, .camera_loader, .preloader { background:none !important; }
.tabs-wrapper { margin:60px 0 !important; }
.tabs-wrapper .nav-tabs li.active {
	background:#fff;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.tabs-wrapper .nav-tabs { border:none; }
.tabs-wrapper .tab-content {
	background:#fff;
	padding:10px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.tabs-wrapper .tab-content .grid { margin:5px 0; }
.tabs-wrapper .tab-content .grid figure {
	margin:14px;
	height:290px;
	width:30.8%;
}
.tabs-wrapper .nav-tabs { border-color:rgba(0,0,0,0.2) !important; }
.tabs-wrapper .nav-tabs > li > a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	background:none !important;
	border:none !important;
	padding:5px 30px;
}
.tabs-wrapper .nav-tabs > .active > a {
	border:none !important;
	background:none !important;
}
.tabs-wrapper .nav-tabs > li > a:hover, .tabs-wrapper .nav-tabs > li > a:focus { border:none !important; }
.accordion-group {
	margin-bottom:-1px !important;
	border:none !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.accordion-inner { border-top:none; }
.table th { font-weight:normal !important; }
.table-bordered th { border-left:1px solid rgba(0,0,0,0.1) !important; }
.table-bordered {
	border:1px solid rgba(0,0,0,0.1) !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.table td { border-top:1px solid rgba(0,0,0,0.1) !important; }
.table-bordered th, .table-bordered td { border-left:1px solid rgba(0,0,0,0.1) !important; }
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius:0 !important;
	-moz-border-radius-bottomleft:0 !important;
	border-bottom-left-radius:0 !important;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius:0 !important;
	-moz-border-radius-topleft:0 !important;
	border-top-left-radius:0 !important;
}
.price-plans .plan {
	text-transform:none !important;
	border:1px solid #f5f5f5;
}
.price-plans .plan h3 { font-weight:normal !important; }
.price-plans .plan.plan-labelled { border:1px solid #f5f5f5; }
.price-plans .plan.highlight h4, .price-plans .plan.highlight h3 {
	color:#eee !important;
	background-color:rgba(0,0,0,0.9) !important;
	border-bottom-color:rgba(0,0,0,0.2) !important;
}
.price-plans .plan.highlight h4 { background-color:rgba(0,0,0,0.7) !important; }
.price-plans .plan h3 {
	margin:0;
	padding:20px 10px;
	background:#e9e9e9 !important;
}
.price-plans .plan h4 {
	background:#f1f1f1 !important;
	color:#666 !important;
}
.label {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-shadow:none;
	font-weight:normal;
	font-size:13.5px;
	line-height:23px;
	padding:0;
	margin:0;
	background-color:rgba(255,255,255,0);
}
.label.label-default, .label-success, .badge-success, .label-warning, .badge-warning, .label-important, .badge-important, .label-info, .badge-info, .label-inverse, .badge-inverse {
	width:100%;
	margin:10px 0;
	padding:15px;
	box-sizing:border-box;
}
.label.label-default {
	color:#000000;
	background-color:rgba(0,0,0,0.05);
}
.label.label-default i:before {
	font-size:17px;
	color:rgba(0,0,0,0.5);
	margin-right:0.5em !important;
}
.label-success, .badge-success { background-color:#5cb85c; }
.label-success i:before, .badge-success i:before {
	color:#f9f9f9;
	margin-right:0.5em !important;
	font-size:17px;
}
.label-warning, .badge-warning { background-color:#f0ad4e; }
.label-warning i:before, .badge-warning i:before {
	color:#f9f9f9;
	margin-right:0.5em !important;
	font-size:17px;
}
.label-important, .badge-important { background-color:#d9534f; }
.label-important i:before, .badge-important i:before {
	color:#f9f9f9;
	margin-right:0.5em !important;
	font-size:17px;
}
.label-info, .badge-info { background-color:#5bc0de; }
.label-info i:before, .badge-info i:before {
	color:#f9f9f9;
	margin-right:0.5em !important;
	font-size:17px;
}
.label-inverse, .badge-inverse {
	background-color:#f4f2e7;
	color:#666;
}
.label-inverse i:before, .badge-inverse i:before {
	margin-right:0.5em !important;
	font-size:17px;
}
.accordion-heading .accordion-toggle { padding:10px 0; }
.accordion .accordion-group .accordion-heading a.accordion-toggle { border-bottom:1px solid rgba(0,0,0,0.1); }
.accordion .accordion-group .accordion-heading a.accordion-toggle:before {
	content:'\f067';
	font-family:'FontAwesome';
	float:left;
	padding:4px 2px 2px 3px;
	border-radius:100%;
	border:1px solid #6A8000;
	display:inline-block;
	width:20px;
	height:20px;
	font-size:14px;
	line-height:18px;
	text-align:center;
	margin-right:10px;
}
.accordion .accordion-group .accordion-heading a.accordion-toggle.active:before { content:'\f068'; }
.banner-wrap { position:relative; }
.banner-wrap h5 {
	margin:10px 20px !important;
	color:#000;
	text-transform:uppercase !important;
	font-weight:normal !important;
	position:absolute;
	top:10px;
	text-align:center;
	width:100%;
}
.banner-wrap p {
	position:absolute;
	bottom:15%;
	width:auto;
	background:rgba(255,255,255,0.5);
	margin:8px;
	padding:10px;
}
.banner-wrap a { border-color:rgba(234,234,234,0.8) !important; }
.banner-wrap .featured-thumbnail { margin:0 !important; }
.footer-widgets {
	border-top:1px solid #000000;
	padding:20px 0 0;
}
.footer-widgets [class*="span"] {
	margin-left:0 !important;
	margin-right:30px;
}
.footer-widgets .span3.last-span { margin-right:0 !important; }
.footer-widgets h3 { margin:20px 0; }
.footer-widgets .widget-footer { margin-bottom:40px; }
.footer-widgets ul li a { font-size:0.9em; }
.footer-widgets ul li a:before { content:none; }
nav.footer-nav {
	float:right;
	overflow:hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav { float:none; }
}
@media (max-width: 767px) {
	nav.footer-nav { float:none; }
}
nav.footer-nav ul {
	margin:0;
	padding:0;
	float:right;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul {
		float:none;
		text-align:center;
	}
}
@media (max-width: 767px) {
	nav.footer-nav ul {
		float:none;
		text-align:center;
	}
}
nav.footer-nav ul .sub-menu { display:none; }
nav.footer-nav ul li {
	float:left;
	margin:0;
	padding-left:15px;
	list-style-type:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li {
		float:none;
		display:inline;
		padding:0 10px;
	}
}
@media (max-width: 767px) {
	nav.footer-nav ul li {
		float:none;
		display:inline;
		padding:0 5px;
	}
}
nav.footer-nav ul li a { text-decoration:none; }
nav.footer-nav ul li a:hover {
	color:#000000;
	text-decoration:none;
}
nav.footer-nav ul li.current-menu-item a { text-decoration:underline; }
.copy {
	background:#000000;
	font-size:13px;
	color:#fff;
}
.copy .copyright { padding:20px 0; }
.copy a { color:#fff; }
.footer-text { float:left; }
@media (max-width: 767px) {
	.footer-text {
		float:none;
		text-align:center;
		margin-bottom:20px;
	}
}
.credit-tb { text-align:right; }
.btn [class^="icon-"], .btn [class*=" icon-"] {
	background:none;
	margin-right:0.25em;
}
.btn { outline:none; }
.btn:focus { outline:none; }
.label [class^="icon-"], .label [class*=" icon-"] {
	background:none;
	margin-right:0.25em;
}
.label {
	white-space:normal;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.label p { margin:0; }
.alert {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	padding:10px 35px 10px 14px;
	text-align:center;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.alert .close { line-height:22px; }
.alert p { margin:0; }
.alert.alert-message {
	background:#ffffff;
	border:1px solid rgba(0,0,0,0.2);
	color:rgba(0,0,0,0.8);
}
.alert.alert-info {
	background:rgba(0,0,0,0.02);
	border:1px solid rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.8);
}
.alert.alert-info .close { opacity:0.8; }
.alert.alert-success {
	background:#E6F9E6;
	border:1px solid #B3ECB3;
	color:#2DB52D;
}
.alert.alert-success .close {
	color:#2DB52D;
	opacity:1;
}
.alert.alert-danger {
	background:#FFD8CE;
	border:1px solid #FF5E35;
	color:#FF3300;
}
.alert.alert-danger .close {
	color:#FF3300;
	opacity:1;
}
.close {
	font-size:35px;
	font-weight:normal;
}
.alignleft {
	float:left;
	margin:5px 20px 10px 0;
}
.aligntextleft { text-align:left; }
.alignright {
	float:right;
	margin:5px 0 10px 20px;
}
.aligntextright { text-align:right; }
.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 10px;
	text-align:center;
}
.aligntextcenter { text-align:center; }
.alignnone { margin:5px 0 10px 0; }
.thumbnail .alignnone { margin:0; }
a img.alignleft {
	float:left;
	margin:5px 20px 10px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 10px 20px;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
a img.alignnone { margin:5px 0 10px 0; }
article .post-content img { max-width:100%; }
.wp-caption { max-width:100%; }
.wp-caption-text {
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	max-width:100%;
	margin:5px 0 10px 0;
}
.wp-caption.alignleft { margin:5px 20px 10px 0; }
.wp-caption.alignright { margin:5px 0 10px 20px; }
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.featured-thumbnail {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 20px 0 0;
}
.featured-thumbnail a {
	position:relative;
	display:block;
}
.featured-thumbnail.large {
	overflow:hidden;
	margin-right:0;
	margin-bottom:0;
	float:none;
}
.featured-thumbnail.large img {
	width:100%;
	height:auto;
}
figure.frame {
	padding:7px;
	border:1px solid #624953;
	background:#fff;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.frame img.alignleft, .frame img.alignright {
	margin:0;
	padding:0;
	border:none;
}
.list > ul { margin:0; }
.list.unstyled > ul li {
	margin:0 0 .5em 0;
	padding:0;
	border:none;
	background:none;
	list-style-type:none;
}
.list.unstyled > ul li:before { display:none; }
.list.styled > ul { margin:0 0 1em 0; }
.list.styled > ul li {
	position:relative;
	margin:0 0 .5em 0;
	padding:0;
	border:none;
	background:none;
	list-style-type:none;
}
.list li { position:relative; }
.list li:before {
	display:inline-block;
	margin-right:5px;
	width:14px;
	height:14px;
	content:attr(data-icon);
	font-family:'FontAwesome';
	line-height:14px;
	speak:none;
	*margin-right:.3em;
}
.list > ul li:before { color:rgba(0,0,0,0.6); }
.list.check-list > ul li:before { content:"\f00c"; }
.list.check2-list > ul li:before { content:"\f078"; }
.list.arrow-list > ul li:before { content:"\f054"; }
.list.arrow2-list > ul li:before { content:"\f061"; }
.list.star-list > ul li:before { content:"\f005"; }
.list.plus-list > ul li:before { content:"\f067"; }
.list.minus-list > ul li:before { content:"\f068"; }
.lightbox {
	position:relative;
	display:block;
}
.title-box { margin-bottom:1em; }
.title-box_icon {
	float:left;
	margin:0 20px 0 0;
}
.title-box_primary {
	border:none;
	background:none;
	padding:0;
	margin:0;
}
.title-box_secondary {
	border:none;
	background:none;
	padding:0;
	margin:0;
}
#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
	z-index:99;
}
#back-top a {
	display:block;
	width:50px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
	-webkit-transition:1s ease-in-out .2s;
	-moz-transition:1s ease-in-out .2s;
	-o-transition:1s ease-in-out .2s;
	transition:1s ease-in-out .2s;
	-webkit-transition:1s ease-in-out .2s;
	-moz-transition:1s ease-in-out .2s;
	-o-transition:1s ease-in-out .2s;
	transition:1s ease-in-out .2s;
}
#back-top a:hover { color:#000; }
#back-top a:hover span { background-color:rgba(0,0,0,0.2); }
#back-top span {
	display:block;
	margin-bottom:7px;
	width:40px;
	height:40px;
	background:rgba(255,255,255,0.8) url(../images/up-arrow.png) no-repeat center center;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
	-webkit-transition:1s ease-in-out .2s;
	-moz-transition:1s ease-in-out .2s;
	-o-transition:1s ease-in-out .2s;
	transition:1s ease-in-out .2s;
	-webkit-transition:1s ease-in-out .2s;
	-moz-transition:1s ease-in-out .2s;
	-o-transition:1s ease-in-out .2s;
	transition:1s ease-in-out .2s;
	border:1px solid #000000;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.dropcap {
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	margin:0 20px 20px 0;
	width:50px;
	height:50px;
	background:#3A87AD;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:36px;
	line-height:50px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.hr {
	overflow:hidden;
	margin:30px 0px;
	height:1px;
	background:#eee;
	font-size:0;
	line-height:0;
}
.sm_hr {
	overflow:hidden;
	margin:20px 0px;
	height:1px;
	background:#624953;
	font-size:0;
	line-height:0;
}
.spacer {
	overflow:hidden;
	height:30px;
	font-size:0;
	line-height:0;
}
.vertical-divider {
	margin-left:20px;
	padding-left:40px;
	border-left:1px solid #624953;
}
code.block { display:block; }
code.code-indent {
	display:block;
	margin:20px 0;
}
code, pre { margin-bottom:20px; }
.google-map { position:relative; }
.google-map:before {
	z-index:-1;
	top:50%;
	left:50%;
	margin:-10px 0 0 -10px;
}
.map_loader {
	position:absolute;
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	z-index:-1;
}
input[type="submit"], input[type="reset"] {
	vertical-align:top;
	height:28px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { outline:none; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#999; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#999; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#999; }
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#999;
	opacity:1;
}
select.btn:focus, textarea.btn:focus, input[type="text"].btn:focus, input[type="password"].btn:focus, input[type="datetime"].btn:focus, input[type="datetime-local"].btn:focus, input[type="date"].btn:focus, input[type="month"].btn:focus, input[type="time"].btn:focus, input[type="week"].btn:focus, input[type="number"].btn:focus, input[type="email"].btn:focus, input[type="url"].btn:focus, input[type="search"].btn:focus, input[type="tel"].btn:focus, input[type="color"].btn:focus, .uneditable-input.btn:focus { outline:none; }
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { outline:none; }
label[for^=pwbox] { display:inline-block; }
.wpcf7-form p.field {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	vertical-align:top;
}
.wpcf7-form p.field input {
	margin:0;
	padding:6px 6px 7px 6px;
	width:100%;
	height:30px;
	line-height:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field input[type="file"] {
	position:relative;
	cursor:pointer;
	height:25px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.wpcf7-form textarea {
	overflow:auto;
	margin:0;
	padding:6px 6px 7px 6px;
	width:100%;
	height:200px;
	line-height:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
}
.wpcf7-form .submit-wrap {
	margin:0;
	padding:0;
}
.wpcf7-form .submit-wrap input { margin-right:10px; }
span.wpcf7-form-control-wrap { display:block; }
.wpcf7-not-valid-tip {
	position:absolute;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	padding:4px 6px !important;
	width:auto !important;
	height:auto !important;
	background:#F2DEDE !important;
	border:1px solid #624953 !important;
	color:#B94A48 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { font-size:11px !important; }
}
div.wpcf7-response-output {
	margin:20px 0 !important;
	padding:8px 35px 8px 14px !important;
	border:1px solid #624953 !important;
	background-color:#FCF8E3;
	color:#C09853;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
div.wpcf7-validation-errors {
	background-color:#F2DEDE !important;
	border-color:#624953 !important;
	color:#B94A48 !important;
}
div.wpcf7-mail-sent-ok {
	background:#DFF0D8 !important;
	border:1px solid #624953 !important;
	color:#468847 !important;
}
embed, iframe, object, video { max-width:100%; }
.video-wrap {
	position:relative;
	overflow:hidden;
	margin-bottom:1.5em;
	padding-top:30px;
	padding-bottom:56.25%;
	height:0;
}
.video-wrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.html5-video {
	padding:0;
	height:auto;
}
.audio-wrap { margin-bottom:1.5em; }
div.jp-audio, div.jp-video {
	width:100%;
	color:#a7a7a7;
	line-height:2.2em;
}
div.jp-video video, div.jp-video object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
}
div.jp-audio { width:100%; }
div.jp-video.fullwidth .jp-type-list-parent {
	position:relative;
	overflow:hidden;
	padding-bottom:56.25%;
	width:100%;
	height:0;
}
div.jp-video.fullwidth.playlist {
	padding-bottom:0;
	height:auto;
}
div.jp-video.fullwidth .jp-type-single, div.jp-video.fullwidth .jp-type-list {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
div.jp-video-full {
	position:static !important;
	position:relative;
	width:100%;
	height:100%;
}
div.jp-video-full div.jp-jplayer {
	position:fixed;
	top:0;
	left:0;
	z-index:9999999;
	overflow:hidden;
}
div.jp-video-full div.jp-gui {
	position:fixed;
	top:0;
	left:0;
	z-index:9999999;
	width:100%;
	height:100%;
}
div.jp-video-full div.jp-interface {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
}
div.jp-interface {
	position:relative;
	overflow:hidden;
	width:100%;
	height:45px;
	border-bottom:1px solid #444;
	-webkit-transition:opacity .5s ease-in-out, margin .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out, margin .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out, margin .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out, margin .5s ease-in-out;
	transition:opacity .5s ease-in-out, margin .5s ease-in-out;
	background:#111;
}
div.jp-interface li { padding-left:0; }
div.jp-video div.jp-interface {
	margin:0;
	opacity:0;
	filter:alpha(opacity=0);
	filter:alpha(opacity=@opacity * 100);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	filter:alpha(opacity=@opacity * 100);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
div.jp-video:hover div.jp-interface {
	margin:-36px 0 0;
	opacity:1;
	filter:alpha(opacity=100);
	filter:alpha(opacity=@opacity * 100);
	-moz-opacity:100;
	-khtml-opacity:100;
	opacity:100;
	filter:alpha(opacity=@opacity * 100);
	-moz-opacity:100;
	-khtml-opacity:100;
	opacity:100;
}
div.jp-controls-holder {
	position:absolute;
	top:7px;
	left:0;
	overflow:hidden;
	width:100%;
}
div.jp-interface ul.jp-controls {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.jp-controls, div.jp-interface ul.jp-controls li {
	display:inline;
	float:left;
}
ul.jp-controls a, div.jp-interface ul.jp-controls li a {
	display:block;
	overflow:hidden;
	padding-right:2px;
	border-right:1px solid #444;
}
ul.jp-controls a span, div.jp-interface ul.jp-controls li a span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play span, a.jp-pause span {
	width:40px;
	height:40px;
}
a.jp-play span { background:url(../images/jp_sprite.png) 0 0 no-repeat; }
a.jp-play:hover span { background-position:-28px 0; }
a.jp-pause span {
	display:none;
	background:url(../images/jp_sprite.png) 0 -28px no-repeat;
}
a.jp-pause:hover span { background-position:-28px -28px; }
a.jp-stop span, a.jp-previous span, a.jp-next span {
	width:40px;
	height:40px;
}
a.jp-stop span, a.jp-pause span, a.jp-play span { display:none !important; }
a.jp-stop, a.jp-pause, a.jp-play {
	width:23px;
	height:28px;
	margin:auto;
	padding:6px 14px;
}
a.jp-stop:before, a.jp-pause:before, a.jp-play:before {
	font-family:'FontAwesome';
	font-size:15px;
	color:#eee;
}
a.jp-play:before { content:'\f04b'; }
a.jp-stop:before { content:'\f04d'; }
a.jp-pause:before { content:'\f04c'; }
a.jp-stop:hover span { background-position:-28px -56px; }
a.jp-previous span { background:url(../images/jp_sprite.png) -56px -28px no-repeat; }
a.jp-previous:hover span { background-position:-84px -28px; }
a.jp-next span { background:url(../images/jp_sprite.png) -56px 0 no-repeat; }
a.jp-next:hover span { background-position:-84px 0; }
div.jp-progress {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:7px;
	border-bottom:1px solid #444;
	background-color:#222;
}
div.jp-seek-bar {
	width:0;
	height:100%;
	cursor:pointer;
	-webkit-box-shadow:inset 0 0 2px #464444;
	-moz-box-shadow:inset 0 0 2px #464444;
	box-shadow:inset 0 0 2px #464444;
}
div.jp-play-bar {
	width:0;
	height:100%;
	background:#ddd;
}
div.jp-seeking-bg { background:url(../images/jp_load.gif) 0 0 repeat-x; }
a.jp-mute, a.jp-unmute, a.jp-volume-max { position:relative; }
a.jp-mute, a.jp-unmute { margin:0 60px 0 0; }
.jp-toggles:before {
	font-family:'FontAwesome';
	content:'\f028';
	font-size:19px;
	color:#eee;
}
ul.jp-toggles {
	width:85px;
	border-left:1px solid #444;
	padding:3px 0 0 5px !important;
	height:39px;
}
a.jp-mute:hover span { background-position:-28px -84px; }
a.jp-unmute span {
	display:none;
	background:url(../images/jp_sprite.png) 0 -112px no-repeat;
}
a.jp-unmute:hover span { background-position:-28px -112px; }
div.jp-volume-bar {
	position:absolute;
	top:16px;
	right:8px;
	z-index:2;
	overflow:hidden;
	width:50px;
	height:5px;
	background-color:#202020;
	cursor:pointer;
	-webkit-box-shadow:1px 1px 0 #444;
	-moz-box-shadow:1px 1px 0 #444;
	box-shadow:1px 1px 0 #444;
}
div.jp-audio div.jp-volume-bar { right:8px; }
div.jp-volume-bar-value {
	width:0;
	height:5px;
	background:#ddd;
}
div.jp-current-time, div.jp-time-sep, div.jp-duration {
	margin-top:10px;
	font-size:0.85em;
}
div.jp-current-time {
	display:inline;
	float:right;
	color:#ffffff;
}
div.jp-time-sep {
	display:inline;
	float:right;
	margin-right:5px;
	margin-left:5px;
	text-align:center;
}
div.jp-duration {
	display:inline;
	float:right;
	margin-right:130px;
	text-align:right;
}
div.jp-audio div.jp-duration { margin-right:100px; }
@media (max-width: 480px) {
	div.jp-volume-bar, .jp-toggles, div.jp-duration { display:none !important; }
}
div.jp-title {
	color:#fff;
	text-align:center;
}
div.jp-title, div.jp-playlist {
	width:58%;
	float:left;
	margin-left:0;
}
div.jp-type-single div.jp-title, div.jp-type-playlist div.jp-title, div.jp-type-single div.jp-playlist { border-top:none; }
div.jp-title ul, div.jp-playlist ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div.jp-title li {
	padding:5px 0 0;
	font-weight:bold;
}
div.jp-video-full div.jp-title li { padding:1px 0; }
div.jp-playlist li {
	position:relative;
	margin:0;
	padding:0;
	height:33px;
}
div.jp-playlist li:first-child { border:none; }
div.jp-playlist li a {
	display:block;
	padding:6px 10px;
	text-decoration:none;
}
div.jp-playlist li a:hover, div.jp-playlist li.jp-playlist-current a { color:#8C8C8C; }
div.jp-playlist li div { display:inline; }
div.jp-playlist a.jp-playlist-item-remove {
	display:inline;
	float:right;
	margin-right:10px;
	color:#666666;
	text-align:right;
	font-weight:bold;
}
div.jp-playlist a.jp-playlist-item-remove:hover { color:#0d88c1; }
div.jp-playlist span.jp-free-media {
	display:inline;
	float:right;
	margin-right:10px;
	text-align:right;
}
div.jp-playlist span.jp-free-media a { color:#666666; }
div.jp-playlist span.jp-free-media a:hover { color:#0d88c1; }
span.jp-artist {
	color:#fefefe;
	font-size:.9em;
}
div.jp-video-play {
	background-color:rgba(0,0,0,0);
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
div.jp-video-full div.jp-video-play {
	z-index:1000;
	height:100%;
}
a.jp-video-play-icon {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin-top:-25px;
	margin-left:-40px;
	width:80px;
	height:50px;
	background:url(../images/jp_play.png) 0 0 no-repeat;
	text-indent:-9999px;
	opacity:0.7;
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
}
div.jp-video-play:hover a.jp-video-play-icon { opacity:1; }
div.jp-jplayer { background-color:#000000; }
ul.jp-toggles {
	z-index:1;
	float:right;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}
ul.jp-toggles li {
	display:none;
	float:left;
}
ul.jp-toggles li a {
	padding-left:2px;
	border-left:2px solid #444;
}
ul.jp-toggles li a, ul.jp-toggles li a span {
	display:block;
	width:28px;
	height:40px;
	text-indent:-9999px;
}
a.jp-full-screen span { background:url(../images/jp_sprite.png) -56px -56px no-repeat; }
a.jp-full-screen:hover span { background-position:-84px -56px; }
a.jp-restore-screen span { background:url(../images/jp_sprite.png) -56px -84px no-repeat; }
a.jp-restore-screen:hover span { background-position:-84px -84px; }
.jp-no-solution {
	position:absolute;
	top:10px;
	left:50%;
	display:none;
	margin-left:-202px;
	padding:5px;
	width:390px;
	border:2px solid #624953;
	background-color:#404040;
	color:#000000;
	font-size:.8em;
}
.jp-no-solution a { color:#000; }
.jp-no-solution span {
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:1em;
}
.wrapper {
	overflow:hidden;
	position:relative;
	width:100%;
}
.extra-wrap { overflow:hidden; }
.row > br, .row > p { display:none; }
[class*="span"] { position:relative; }
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
@media (max-width: 480px) {
	.pp_pic_holder.pp_default {
		width:100% !important;
		left:0 !important;
		overflow:hidden;
	}
	div.pp_default .pp_content_container .pp_left { padding-left:0 !important; }
	div.pp_default .pp_content_container .pp_right { padding-right:0 !important; }
	.pp_content {
		width:100% !important;
		height:auto !important;
	}
	.pp_fade {
		width:100% !important;
		height:100% !important;
	}
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display:none !important; }
	#pp_full_res img {
		width:100% !important;
		height:auto !important;
	}
	.pp_details {
		width:94% !important;
		padding-left:3%;
		padding-right:4%;
		padding-top:10px;
		padding-bottom:10px;
		background-color:#fff;
		margin-top:-2px !important;
	}
	a.pp_close {
		right:10px !important;
		top:10px !important;
	}
}
#team-post { margin-bottom:50px; }
#team-post .post_networks > ul {
	width:auto;
	text-align:left;
}
#team-post .post_networks > ul li span { margin:0 10px; }
.post_networks > ul > li span:hover:before {
	color:#6A8000;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
.post_networks > ul > li span:before {
	color:#555555;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
.post_networks h1, .post_networks h2, .post_networks h3, .post_networks h4, .post_networks h5, .post_networks h6 {
	border-bottom:1px solid #e6e6e6;
	padding-bottom:8px;
}
.post_networks >ul {
	margin-left:0;
	list-style:none;
	width:207px;
	margin:auto;
	text-align:center;
}
.post_networks >ul >li {
	display:inline-block;
	font-size:20px;
	margin:10px 0;
}
.post_networks >ul >li span {
	margin:0 5px;
	color:#444;
}
.spinner_32, .thumbnail, .accordion_loader, .google-map, .flexslider, .camera_loader, .preloader {
	background:url('../images/loading_32.gif') 50% 50% no-repeat;
	background:url('../images/loading_32.gif') 50% 50% no-repeat, url('../images/loading_bg_32.png') 50% 50% no-repeat;
}
.spinner_16, div.ajax-loader, .thumbnail[rel^="prettyPhoto"] {
	background:url('../images/loading_16.gif') 50% 50% no-repeat;
	background:url('../images/loading_16.gif') 50% 50% no-repeat, url('../images/loading_bg_16.png') 50% 50% no-repeat;
}
.camera_loader {
	border:none;
	opacity:0.3;
}
.preloader { margin-bottom:20px; }
img.ajax-loader { display:none; }
div.ajax-loader {
	position:relative;
	display:none;
	vertical-align:top;
	margin-top:4px;
	width:20px;
	height:20px;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.filter-shop {
	background:#000000;
	padding:0 20px 20px;
	height:400px;
	box-sizing:border-box;
}
.filter-shop h3 {
	text-align:left;
	margin:0;
	color:#fff;
	padding:13px 0;
	border-top:1px solid rgba(255,255,255,0.1);
}
.filter-shop .content-widget {
	margin-bottom:20px;
	display:block;
}
.filter-shop .yith-woo-ajax-reset-navigation {
	position:absolute;
	top:10px;
	right:10px;
}
.filter-shop .yith-woo-ajax-reset-navigation .button { color:#eee; }
.filter-shop .yith-woo-ajax-reset-navigation a { color:#fff; }
.filter-shop .yith-woo-ajax-reset-navigation a:hover { color:#9AB973; }
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover { color:#fff !important; }
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a { color:#fff !important; }
.woocommerce .widget_layered_nav ul.yith-wcan-color li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span { border:1px solid #333 !important; }
.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a { color:#ddd !important; }
.yit-wcan-container { clear:both; }
.grid {
	overflow:hidden;
	margin:0 0 30px 0;
	padding:0;
	width:100%;
	list-style:none;
	text-align:center;
	float:left;
}
.grid figure {
	position:relative;
	z-index:1;
	display:inline-block;
	overflow:hidden;
	width:30.7%;
	height:400px;
	float:left;
	background:#555;
	text-align:center;
	cursor:pointer;
	margin:22px;
}
.shop-filter-tb {
	position:relative;
	z-index:1;
	display:inline-block;
	overflow:hidden;
	width:30.7%;
	height:400px;
	float:left;
	background:#555;
	text-align:center;
	cursor:pointer;
	margin:22px;
	margin-left:0 !important;
}
.woocommerce .shop-page-tb .grid figure:nth-of-type(3n+2) { margin-right:0; }
.woocommerce .shop-page-tb .grid figure:nth-of-type(3n+3) { margin-left:0; }
.grid figure img {
	position:relative;
	display:block;
	min-height:100%;
	opacity:0.8;
}
.grid figure figcaption {
	padding:2em;
	color:#fff;
	text-transform:uppercase;
	font-size:1.25em;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after { pointer-events:none; }
.grid figure figcaption, .grid figure a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	height:100%;
}
.grid figure a {
	color:#fff;
	padding-top:50px;
}
.grid figure h2 {
	word-spacing:-0.15em;
	font-weight:300;
}
.grid figure h2 span { font-weight:800; }
.grid figure h2, .grid figure p { margin:0; }
.grid figure p {
	letter-spacing:1px;
	font-size:68.5%;
	color:#fff;
}
figure.effect-koko img {
	opacity:1;
	-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
	transition:opacity 0.35s, transform 0.35s;
	-webkit-transform:translate3d(0,0,0) scale(1);
	transform:translate3d(0,0,0) scale(1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
figure.effect-koko:hover img {
	opacity:0.5;
	width:-webkit-calc(160%);
	width:calc(160%);
	-webkit-transform:translate3d(20px,0,0) scale(1.12);
	transform:translate3d(20px,0,0) scale(1.12);
}
figure.effect-koko h2 {
	position:absolute;
	right:0;
	bottom:0;
	padding:0.6em 0.5em;
	text-align:right;
	background:rgba(255,255,255,0.5);
	width:100%;
	box-sizing:border-box;
}
figure.effect-koko p {
	padding:0 10px;
	width:50%;
	border-right:1px solid #fff;
	text-align:right;
	opacity:0;
	-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
	transition:opacity 0.35s, transform 0.35s;
	-webkit-transform:translate3d(-40px,0,0);
	transform:translate3d(-40px,0,0);
}
figure.effect-koko:hover p {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.related.products .shop-filter-tb, .upsells.products .shop-filter-tb, .sidebar-shop .shop-filter-tb, .page .shop-filter-tb, .post .shop-filter-tb { display:none; }
.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, .woocommerce .widget_layered_nav ul.yith-wcan-label li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
	background:none !important;
	border:none !important;
	margin:0 !important;
	font-size:1em;
}
.upsells.products .effect-koko {
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin:5px 5px 15px 0;
}
.upsells {
	overflow:hidden;
	margin:0;
	padding:3em 0 0 0;
	width:100%;
	list-style:none;
	text-align:center;
	float:left;
	padding:0;
}
.upsells .wishlist-compare { display:none; }
.upsells figure {
	position:relative;
	z-index:1;
	display:inline-block;
	overflow:hidden;
	width:30.77%;
	height:150px;
	float:left;
	background:#fff;
	text-align:center;
	cursor:pointer;
	margin:15px;
}
.upsells figure img {
	position:relative;
	display:block;
	min-height:100%;
	opacity:0.8;
}
.upsells figure figcaption {
	padding:2em;
	color:#fff;
	text-transform:uppercase;
	font-size:1.25em;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.upsells figure figcaption::before, .upsells figure figcaption::after { pointer-events:none; }
.upsells figure figcaption, .upsells figure a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	height:100%;
}
.upsells figure a {
	color:#fff;
	padding-top:0;
}
.upsells figure h2 {
	word-spacing:-0.15em;
	font-weight:300;
}
.upsells figure h2 span { font-weight:800; }
.upsells figure h2, .upsells figure p { margin:0 10px 10px 0; }
.upsells figure p {
	display:none;
	color:#fff;
}
.upsells figure h2 {
	letter-spacing:1px;
	font-size:68.5%;
}
.upsells figure.effect-koko img {
	opacity:0.7;
	-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
	transition:opacity 0.35s, transform 0.35s;
	-webkit-transform:translate3d(0,0,0) scale(1.1);
	transform:translate3d(0,0,0) scale(1.1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.upsells figure.effect-koko:hover img {
	opacity:1;
	width:-webkit-calc(160%);
	width:calc(160%);
	-webkit-transform:translate3d(0,0,0) scale(1);
	transform:translate3d(0,0,0) scale(1);
}
.upsells figure.effect-koko h2 {
	padding:0 10px;
	box-sizing:border-box;
	width:84%;
	border-right:1px solid #fff;
	text-align:right;
	opacity:1;
	-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
	transition:opacity 0.35s, transform 0.35s;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	background:rgba(255,255,255,0.5);
	width:100%;
}
.upsells figure.effect-koko:hover h2 {
	opacity:0;
	-webkit-transform:translate3d(-40px,0,0);
	transform:translate3d(-40px,0,0);
}
.related h2 {
	border-top:2px solid #000000;
	padding:20px 0 0;
}
.related .grid figure {
	height:250px;
	margin:22px;
}
.related .grid figure h2 { border-top:none; }
.woocommerce .related .grid figure:nth-of-type(3n+1) { margin-left:0; }
.woocommerce .related .grid figure:nth-of-type(3n+2) { margin-right:22px; }
.woocommerce .related .grid figure:nth-of-type(3n+3) {
	margin-left:22px;
	margin-right:0;
}
.woocommerce .related .grid figure:nth-of-type(3n+1), .shop-custom-page-tb .grid figure:nth-of-type(3n+1) { margin-left:0 !important; }
.woocommerce .related .grid figure:nth-of-type(3n+2), .shop-custom-page-tb .grid figure:nth-of-type(3n+2) { margin-right:22px !important; }
.woocommerce .related .grid figure:nth-of-type(3n+3), .shop-custom-page-tb .grid figure:nth-of-type(3n+3) {
	margin-left:22px !important;
	margin-right:0 !important;
}
.tab-content .grid figure:nth-of-type(3n+1) { margin-left:20px !important; }
.tab-content .grid figure:nth-of-type(3n+2) { margin-right:10px !important; }
.tab-content .grid figure:nth-of-type(3n+3) {
	margin-left:10px !important;
	margin-right:0 !important;
}
.single-content-product-tb { box-sizing:border-box; }
.single-content-product-tb h1 { margin:12.5px 0 0 0; }
.price-product-tb, .short-decs-tb, .variations_form.cart {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.product_meta {
	width:50%;
	float:left;
	font-size:0.9em;
}
.nav-product-tb {
	position:relative;
	z-index:9999;
}
.nav-product-tb .wpn_buttons {
	overflow:hidden;
	position:absolute;
	float:right;
	right:0;
	padding:10px;
}
.nav-product-tb .wpn_buttons .previous { margin:0 5px 0 0; }
.nav-product-tb .wpn_buttons .previous a:before {
	content:'\f104';
	font-size:20px;
	font-family:'FontAwesome';
	border:1px solid;
	padding:3px 10px;
	line-height:20px;
	margin-right:7px;
	border-radius:100%;
}
.nav-product-tb .wpn_buttons .next { margin:0 0 0 5px; }
.nav-product-tb .wpn_buttons .next a:after {
	content:'\f105';
	font-size:20px;
	font-family:'FontAwesome';
	border:1px solid;
	padding:3px 10px;
	line-height:20px;
	margin-left:7px;
	border-radius:100%;
}
.nav-product-tb .wpn_buttons .previous, .nav-product-tb .wpn_buttons .next {
	text-transform:uppercase;
	font-size:15px;
}
.wishlist-compare {
	z-index:999;
	position:absolute;
	top:0;
	width:100%;
	overflow:hidden;
	height:30px;
}
.wishlist-compare .wishlist-content {
	width:50%;
	float:left;
}
.wishlist-compare .wishlist-content a.add_to_wishlist {
	padding-top:0 !important;
	text-align:left;
	width:auto;
	height:30px;
	left:-114px;
}
.wishlist-compare .wishlist-content a.add_to_wishlist:after {
	content:'\f08a';
	font-family:'FontAwesome';
	margin:0 0 0 30px;
	font-size:20px;
	top:5px;
	position:absolute;
}
.wishlist-compare .wishlist-content .yith-wcwl-add-to-wishlist { margin-top:0; }
.wishlist-compare .wishlist-content span.feedback {
	margin-left:-530px;
	position:relative;
}
.wishlist-compare .wishlist-content span.feedback:after {
	content:'\f004';
	font-family:'FontAwesome';
	font-size:20px;
	right:-89px;
	top:0;
	position:absolute;
}
.wishlist-compare .tab-content .wishlist-content span.feedback:after { right:-90px; }
.wishlist-compare .compare-content {
	width:25%;
	float:right;
	position:inherit;
	margin-right:0;
	right:0;
}
.wishlist-compare .compare-content .compare-button a {
	position:relative;
	color:#fff;
	border:none;
	right:-52px;
	width:0px;
	top:0;
	text-shadow:none;
	height:0;
	padding:0;
}
.wishlist-compare .compare-content .compare-button a:before {
	content:'\f02b';
	font-family:'FontAwesome';
	margin:0 0 0 -31px;
	font-size:20px;
	top:-10px;
	position:absolute;
}
.wishlist-compare .compare-content a.compare.button.added {
	position:relative;
	color:#484848;
	border:none;
	right:-63px;
	top:0;
	text-shadow:none;
	width:30px;
	text-indent:130px;
	height:30px;
}
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
	top:-10px !important;
	content:'\f02b' !important;
	font-family:'FontAwesome' !important;
	margin:0 20px;
	font-size:20px;
	right:22px !important;
}
.prod-desc-tb { display:inline-block; }
.product-additional-tb {
	border-left:1px solid #eee;
	box-sizing:border-box;
	padding-left:30px;
	margin-top:70px;
}
.product-additional-tb .wishlist-content {
	padding:15px;
	border:1px solid #ccc;
	margin-bottom:30px;
}
.product-additional-tb .wishlist-content a.add_to_wishlist {
	width:100%;
	box-sizing:border-box;
}
.product-additional-tb .wishlist-content a.add_to_wishlist:before {
	content:'\f08a';
	font-family:'FontAwesome';
	font-size:20px;
	left:55px;
	position:absolute;
}
.product-additional-tb .wishlist-content span.feedback:before {
	content:'\f004';
	font-family:'FontAwesome';
	font-size:20px;
	left:55px;
	position:absolute;
}
.product-additional-tb .wishlist-content .yith-wcwl-add-to-wishlist {
	margin-top:0;
	margin-left:37px;
}
.product-additional-tb .compare-content {
	margin-bottom:30px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.product-additional-tb .compare-content div.product { margin-top:0px; }
.product-additional-tb .compare-content a.button {
	border:none;
	padding:20px;
	margin:0 0 0 30px;
}
.product-additional-tb .compare-content a.button:before {
	content:'\f02b';
	font-family:'FontAwesome';
	font-size:20px;
	left:-5px;
	position:absolute;
}
.product-additional-tb .woocommerce a.button.added:before, .product-additional-tb .woocommerce button.button.added:before, .product-additional-tb .woocommerce input.button.added:before, .product-additional-tb .woocommerce #respond input#submit.added:before, .product-additional-tb .woocommerce #content input.button.added:before, .product-additional-tb .woocommerce-page a.button.added:before, .product-additional-tb .woocommerce-page button.button.added:before, .product-additional-tb .woocommerce-page input.button.added:before, .product-additional-tb .woocommerce-page #respond input#submit.added:before, .product-additional-tb .woocommerce-page #content input.button.added:before {
	left:-25px;
	top:20px !important;
}
.clear { clear:both; }
.nobr { white-space:nowrap; }
@font-face {
	font-family:'star';
	src:url('../fonts/star.eot');
	src:url('../fonts/star.eot?#iefix') format('embedded-opentype'), url('../fonts/star.woff') format('woff'), url('../fonts/star.ttf') format('truetype'), url('../fonts/star.svg#star') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'WooCommerce';
	src:url('../fonts/WooCommerce.eot');
	src:url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'), url('../fonts/WooCommerce.woff') format('woff'), url('../fonts/WooCommerce.ttf') format('truetype'), url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
	font-weight:normal;
	font-style:normal;
}
p.demo_store {
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:0;
	width:100%;
	font-size:1em;
	padding:.5em 0;
	text-align:center;
	background:#ad74a2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
	background:-webkit-linear-gradient(#ad74a2,#96588a);
	background:-moz-linear-gradient(center top,#ad74a2 0%,#96588a 100%);
	background:-moz-gradient(center top,#ad74a2 0%,#96588a 100%);
	background:#ad74a2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
	background:-webkit-linear-gradient(#ad74a2,#96588a);
	background:-moz-linear-gradient(center top,#ad74a2 0%,#96588a 100%);
	background:-moz-gradient(center top,#ad74a2 0%,#96588a 100%);
	border:1px solid #96588a;
	color:#ffffff;
	z-index:99998;
	box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
	box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
}
.admin-bar p.demo_store { top:28px; }
.wc-forward:after, .wc-forward a:after {
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-left:7px;
	content:"\e029";
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-left:7px;
	content:"\e029";
	font-size:.75em;
}
.wc-backward:before, .wc-backward a:before {
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\e02f";
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\e02f";
	font-size:.75em;
}
.woocommerce .shop h1, .woocommerce-page .shop h1 { margin:0; }
.woocommerce .shop p.woocommerce-result-count, .woocommerce-page .shop p.woocommerce-result-count { font-size:12px; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
	padding:1em 1em 1em 3.5em !important;
	margin:0 0 2em !important;
	position:relative;
	color:#5e5e5e;
	list-style:none outside !important;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	width:auto;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-info:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after { clear:both; }
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-info:after {
	content:" ";
	display:table;
}
.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after { clear:both; }
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-info:after {
	content:" ";
	display:table;
}
.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after { clear:both; }
.woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-error a.button, .woocommerce .woocommerce-info a.button, .woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-error a.button, .woocommerce-page .woocommerce-info a.button { margin:0; }
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
	content:"";
	display:block;
	position:absolute;
	bottom:7px;
	left:16px;
	font-family:sans-serif;
	font-size:1em;
	line-height:1.5;
	text-align:center;
	color:#fff;
	padding-top:1em;
	font-size:2em;
}
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button { float:right; }
.woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce-page .woocommerce-message li, .woocommerce-page .woocommerce-error li, .woocommerce-page .woocommerce-info li {
	list-style:none outside !important;
	padding-left:0 !important;
	margin-left:0 !important;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message { border:1px solid #8fae1b; }
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
	content:"\2713";
	color:#8fae1b;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info { border:1px solid #000; }
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	color:#000;
	content:"i";
	font-family:Times, Georgia, serif;
	font-style:italic;
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error { border:1px solid #b81c23; }
.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
	color:#b81c23;
	content:"\00d7";
	font-weight:700;
}
.woocommerce small.note, .woocommerce-page small.note {
	display:block;
	color:#777;
	font-size:11px;
	line-height:21px;
	margin-top:10px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	margin:0 0 30px;
	padding:0;
	font-size:0.92em;
	color:#777;
}
.woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:before, .woocommerce-page .woocommerce-breadcrumb:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after { clear:both; }
.woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:before, .woocommerce-page .woocommerce-breadcrumb:after {
	content:" ";
	display:table;
}
.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after { clear:both; }
.woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:before, .woocommerce-page .woocommerce-breadcrumb:after {
	content:" ";
	display:table;
}
.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after { clear:both; }
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a { color:#777; }
.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
	margin-bottom:0;
	position:relative;
}
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
	clear:none;
	margin-top:0;
	padding:0;
}
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	color:#444444;
	font-size:30px;
}
.woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins { background:inherit; }
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
	font-size:0.67em;
	color:rgba(145,145,145,0.5);
}
.woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce-page #content div.product p.stock { font-size:0.92em; }
.woocommerce div.product .stock, .woocommerce #content div.product .stock, .woocommerce-page div.product .stock, .woocommerce-page #content div.product .stock { color:#86ad74; }
.woocommerce div.product .out-of-stock, .woocommerce #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock { color:red; }
.woocommerce div.product div.images .yith_magnifier_zoom_magnifier, .woocommerce #content div.product div.images .yith_magnifier_zoom_magnifier, .woocommerce-page div.product div.images .yith_magnifier_zoom_magnifier, .woocommerce-page #content div.product div.images .yith_magnifier_zoom_magnifier { border:none; }
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	display:block;
	width:100%;
	height:auto;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	padding:0 10px 0 0;
	box-sizing:border-box;
}
.woocommerce div.product div.images div.thumbnails .caroufredsel_wrapper, .woocommerce #content div.product div.images div.thumbnails .caroufredsel_wrapper, .woocommerce-page div.product div.images div.thumbnails .caroufredsel_wrapper, .woocommerce-page #content div.product div.images div.thumbnails .caroufredsel_wrapper { height:170px !important; }
.woocommerce div.product div.images div.thumbnails #slider-next, .woocommerce div.product div.images div.thumbnails #slider-prev, .woocommerce #content div.product div.images div.thumbnails #slider-next, .woocommerce #content div.product div.images div.thumbnails #slider-prev, .woocommerce-page div.product div.images div.thumbnails #slider-next, .woocommerce-page div.product div.images div.thumbnails #slider-prev, .woocommerce-page #content div.product div.images div.thumbnails #slider-next, .woocommerce-page #content div.product div.images div.thumbnails #slider-prev {
	top:70px;
	width:45px;
	height:35px;
}
.woocommerce div.product div.images div.thumbnails #slider-next, .woocommerce #content div.product div.images div.thumbnails #slider-next, .woocommerce-page div.product div.images div.thumbnails #slider-next, .woocommerce-page #content div.product div.images div.thumbnails #slider-next { background:url(../images/right.png) no-repeat 0 0; }
.woocommerce div.product div.images div.thumbnails #slider-prev, .woocommerce #content div.product div.images div.thumbnails #slider-prev, .woocommerce-page div.product div.images div.thumbnails #slider-prev, .woocommerce-page #content div.product div.images div.thumbnails #slider-prev { background:url(../images/left.png) no-repeat 0 0; }
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary { margin-bottom:2em; }
.woocommerce div.product div.social, .woocommerce #content div.product div.social, .woocommerce-page div.product div.social, .woocommerce-page #content div.product div.social {
	text-align:right;
	margin:0 0 1em;
}
.woocommerce div.product div.social span, .woocommerce #content div.product div.social span, .woocommerce-page div.product div.social span, .woocommerce-page #content div.product div.social span { margin:0 0 0 2px; }
.woocommerce div.product div.social span span, .woocommerce #content div.product div.social span span, .woocommerce-page div.product div.social span span, .woocommerce-page #content div.product div.social span span { margin:0; }
.woocommerce div.product div.social span .stButton .chicklets, .woocommerce #content div.product div.social span .stButton .chicklets, .woocommerce-page div.product div.social span .stButton .chicklets, .woocommerce-page #content div.product div.social span .stButton .chicklets {
	padding-left:16px;
	width:0;
}
.woocommerce div.product div.social iframe, .woocommerce #content div.product div.social iframe, .woocommerce-page div.product div.social iframe, .woocommerce-page #content div.product div.social iframe {
	float:left;
	margin-top:3px;
}
.woocommerce div.product .product-tabs-tb, .woocommerce #content div.product .product-tabs-tb, .woocommerce-page div.product .product-tabs-tb, .woocommerce-page #content div.product .product-tabs-tb { margin-top:30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	list-style:none;
	padding:0;
	margin:0 0 -1px 0;
	overflow:hidden;
	position:relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	display:inline-block;
	position:relative;
	z-index:0;
	padding:0 1em;
	text-align:center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	display:inline-block;
	padding:0;
	font-weight:normal;
	color:#5e5e5e;
	text-decoration:none;
	padding:3px 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration:none;
	color:#777777;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	border:1px solid #e0dadf;
	background:#fff;
	z-index:2;
	border-bottom-color:#fff;
	margin-bottom:-1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
	color:inherit;
	text-shadow:inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before { box-shadow:2px 2px 0 #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after { box-shadow:-2px 2px 0 #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	left:-6px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border-width:0 1px 1px 0;
	box-shadow:2px 2px 0 #e0dadf;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	right:-6px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	border-width:0 0 1px 1px;
	box-shadow:-2px 2px 0 #e0dadf;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	position:absolute;
	content:" ";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:1px solid #e0dadf;
	z-index:1;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
	margin:0;
	padding:20px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:0.9em;
	line-height:1.5em;
}
.woocommerce div.product p.cart, .woocommerce #content div.product p.cart, .woocommerce-page div.product p.cart, .woocommerce-page #content div.product p.cart {
	margin-bottom:2em;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:before, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:before, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:before, .woocommerce-page #content div.product p.cart:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:after { clear:both; }
.woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:before, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:before, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:before, .woocommerce-page #content div.product p.cart:after {
	content:" ";
	display:table;
}
.woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:after { clear:both; }
.woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:before, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:before, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:before, .woocommerce-page #content div.product p.cart:after {
	content:" ";
	display:table;
}
.woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:after { clear:both; }
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:before, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:before, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:before, .woocommerce-page #content div.product form.cart:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:after { clear:both; }
.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:before, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:before, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:before, .woocommerce-page #content div.product form.cart:after {
	content:" ";
	display:table;
}
.woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:after { clear:both; }
.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:before, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:before, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:before, .woocommerce-page #content div.product form.cart:after {
	content:" ";
	display:table;
}
.woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:after { clear:both; }
.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
	float:left;
	margin:0 4px 0 0;
}
.woocommerce div.product form.cart table, .woocommerce #content div.product form.cart table, .woocommerce-page div.product form.cart table, .woocommerce-page #content div.product form.cart table {
	margin:0 !important;
	border-width:0 0 1px 0;
}
.woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce-page #content div.product form.cart table td {
	padding-left:0;
	float:left;
}
.woocommerce div.product form.cart table div.quantity, .woocommerce #content div.product form.cart table div.quantity, .woocommerce-page div.product form.cart table div.quantity, .woocommerce-page #content div.product form.cart table div.quantity {
	float:none;
	margin:0;
}
.woocommerce div.product form.cart table small.stock, .woocommerce #content div.product form.cart table small.stock, .woocommerce-page div.product form.cart table small.stock, .woocommerce-page #content div.product form.cart table small.stock {
	display:block;
	float:none;
}
.woocommerce div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations {
	margin-bottom:1em;
	width:100%;
}
.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
	margin-bottom:0 !important;
	line-height:36px;
	color:#444444;
}
.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select { float:left; }
.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label { padding-right:1em; }
.woocommerce div.product form.cart .variations td.value a.reset_variations, .woocommerce #content div.product form.cart .variations td.value a.reset_variations, .woocommerce-page div.product form.cart .variations td.value a.reset_variations, .woocommerce-page #content div.product form.cart .variations td.value a.reset_variations {
	background:#fff;
	padding:10px 5px;
	line-height:35px;
	margin-left:5px;
	text-transform:uppercase;
}
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	vertical-align:middle;
	float:left;
	line-height:22px;
	width:220px;
	margin:0 0 0 6px;
	border:none;
	background:#000000;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
.woocommerce div.product form.cart .button:hover, .woocommerce #content div.product form.cart .button:hover, .woocommerce-page div.product form.cart .button:hover, .woocommerce-page #content div.product form.cart .button:hover { background:#666666; }
.woocommerce div.product form.cart .group_table td.label, .woocommerce #content div.product form.cart .group_table td.label, .woocommerce-page div.product form.cart .group_table td.label, .woocommerce-page #content div.product form.cart .group_table td.label {
	padding-right:1em;
	padding-left:1em;
	margin-bottom:0;
}
.woocommerce div.product form.cart .group_table td, .woocommerce #content div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td, .woocommerce-page #content div.product form.cart .group_table td {
	vertical-align:top;
	padding-bottom:.5em;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	min-height:42px;
	min-width:42px;
	padding:4px;
	font-size:19px;
	font-weight:normal;
	position:absolute;
	border:1px solid;
	text-align:center;
	line-height:42px;
	top:100px;
	left:6px;
	margin:0;
	-webkit-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:100%;
	color:#6A8000;
}
.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
	margin:0 0 1em;
	padding:0;
	list-style:none outside;
	clear:both;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce .products ul:before, .woocommerce .products ul:after, .woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page .products ul:before, .woocommerce-page .products ul:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after { clear:both; }
.woocommerce .products ul:before, .woocommerce .products ul:after, .woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page .products ul:before, .woocommerce-page .products ul:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
	content:" ";
	display:table;
}
.woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after { clear:both; }
.woocommerce .products ul:before, .woocommerce .products ul:after, .woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page .products ul:before, .woocommerce-page .products ul:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
	content:" ";
	display:table;
}
.woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after { clear:both; }
.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li { list-style:none outside; }
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	top:0;
	right:0;
	left:auto;
	margin:-6px -6px 0 0;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	padding:.5em 0;
	margin:0;
	font-size:1em;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a { text-decoration:none; }
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	width:100%;
	height:auto;
	display:block;
	margin:0 0 8px;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);
}
.woocommerce ul.products li.product strong, .woocommerce-page ul.products li.product strong { display:block; }
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color:#86ad74;
	display:block;
	font-weight:normal;
	margin-bottom:.5em;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	font-size:0.67em;
	color:rgba(145,145,145,0.5);
	margin:-2px 0 0 0;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins { background:none; }
.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
	font-size:0.67em;
	margin:-2px 0 0 0;
	text-transform:uppercase;
	color:rgba(145,145,145,0.5);
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { margin:0 0 1em; }
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { margin:0 0 1em; }
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select { vertical-align:top; }
.woocommerce nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination { text-align:center; }
.woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
	display:inline-block;
	white-space:nowrap;
	padding:0;
	clear:both;
	border:1px solid #e0dadf;
	border-right:0;
	margin:1px;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
	border-right:1px solid #e0dadf;
	padding:0;
	margin:0;
	float:left;
	display:inline;
	overflow:hidden;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span {
	margin:0;
	text-decoration:none;
	padding:0;
	line-height:1em;
	font-size:1em;
	font-weight:normal;
	padding:10px;
	min-width:1em;
	display:block;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	background:#f7f6f7;
	color:#998896;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	font-size:100%;
	margin:20px 0;
	line-height:1em;
	cursor:pointer;
	position:relative;
	font-family:inherit;
	text-decoration:none;
	overflow:visible;
	padding:6px 10px;
	text-decoration:none;
	left:auto;
	white-space:nowrap;
	display:inline-block;
}
.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce #content input.button.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page #content input.button.loading {
	color:#777777;
	border:1px solid #f7f6f7;
}
.woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
}
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
	position:absolute;
	height:16px;
	width:16px;
	top:0.35em;
	right:-26px;
	text-indent:0;
	font-family:'WooCommerce';
	content:"\e017";
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover { text-decoration:none; }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt { color:#ffffff; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover { color:#ffffff; }
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #content input.button:disabled, .woocommerce #content input.button.disabled, .woocommerce-page a.button:disabled, .woocommerce-page a.button.disabled, .woocommerce-page button.button:disabled, .woocommerce-page button.button.disabled, .woocommerce-page input.button:disabled, .woocommerce-page input.button.disabled, .woocommerce-page #respond input#submit:disabled, .woocommerce-page #respond input#submit.disabled, .woocommerce-page #content input.button:disabled, .woocommerce-page #content input.button.disabled {
	color:#aaaaaa;
	border:1px solid #e0dadf;
	background:#f7f6f7;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	cursor:not-allowed;
}
.woocommerce a.button:disabled:active, .woocommerce a.button.disabled:active, .woocommerce button.button:disabled:active, .woocommerce button.button.disabled:active, .woocommerce input.button:disabled:active, .woocommerce input.button.disabled:active, .woocommerce #respond input#submit:disabled:active, .woocommerce #respond input#submit.disabled:active, .woocommerce #content input.button:disabled:active, .woocommerce #content input.button.disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce-page a.button.disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce-page button.button.disabled:active, .woocommerce-page input.button:disabled:active, .woocommerce-page input.button.disabled:active, .woocommerce-page #respond input#submit:disabled:active, .woocommerce-page #respond input#submit.disabled:active, .woocommerce-page #content input.button:disabled:active, .woocommerce-page #content input.button.disabled:active { top:0; }
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button { float:none; }
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding-top:.5em;
	white-space:nowrap;
	display:inline-block;
}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
	width:95px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	height:34px;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	width:55px;
	text-align:center !important;
	height:100%;
	float:left;
	padding:0;
	margin-left:19px;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #ccc;
	border-right:0;
	line-height:100%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.woocommerce .quantity input.qty::-webkit-inner-spin-button, .woocommerce #content .quantity input.qty::-webkit-inner-spin-button, .woocommerce-page .quantity input.qty::-webkit-inner-spin-button, .woocommerce-page #content .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance:textfield !important;
	-moz-appearance:textfield !important;
	appearance:textfield !important;
}
.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce #content .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number], .woocommerce-page #content .quantity noindex:-o-prefocus, .woocommerce-page #content .quantity input[type=number] { padding-right:1.2em; }
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	text-align:center;
	vertical-align:text-top;
	width:20px;
	height:100%;
	text-decoration:none;
	overflow:visible;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	line-height:13px;
	font-size:12px;
	-webkit-border-radius:0;
	border-radius:0;
	color:#222222;
	border:1px solid #ccc;
	background:none;
}
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
	top:0;
	right:2px;
}
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
	bottom:0;
	right:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	left:0;
}
.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
	float:right;
	color:#777;
	font-size:15px;
	line-height:21px;
	margin:10px 0 0 0;
}
.woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
	text-decoration:none;
	color:#777;
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 { margin:0; }
.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
	margin:0;
	border:0;
	padding:0;
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment { height:75px; }
.woocommerce #reviews #comments .add_review, .woocommerce-page #reviews #comments .add_review {
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:before, .woocommerce-page #reviews #comments .add_review:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after { clear:both; }
.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:before, .woocommerce-page #reviews #comments .add_review:after {
	content:" ";
	display:table;
}
.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after { clear:both; }
.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:before, .woocommerce-page #reviews #comments .add_review:after {
	content:" ";
	display:table;
}
.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after { clear:both; }
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 { clear:none; }
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	margin:0;
	width:100%;
	background:none;
	list-style:none;
}
.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:before, .woocommerce-page #reviews #comments ol.commentlist:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after { clear:both; }
.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:before, .woocommerce-page #reviews #comments ol.commentlist:after {
	content:" ";
	display:table;
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after { clear:both; }
.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:before, .woocommerce-page #reviews #comments ol.commentlist:after {
	content:" ";
	display:table;
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after { clear:both; }
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
	padding:0;
	margin:0 0 20px;
	border:0;
	position:relative;
	background:0;
	border:0;
}
.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
	color:#777;
	font-size:0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	float:left;
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	width:32px;
	height:auto;
	background:#f7f6f7;
	border:1px solid #f0eef0;
	margin:0;
	line-height:1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin:0 0 0 50px;
	border:1px solid #f0eef0;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:1em 1em 0;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:before, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after { clear:both; }
.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:before, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
	content:" ";
	display:table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after { clear:both; }
.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:before, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
	content:" ";
	display:table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after { clear:both; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p { margin:0 0 1em; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta { font-size:0.83em; }
.woocommerce #reviews #comments ol.commentlist ul.children, .woocommerce-page #reviews #comments ol.commentlist ul.children {
	list-style:none outside;
	margin:20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating, .woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating { display:none; }
.woocommerce #reviews #comments ol.commentlist #respond, .woocommerce-page #reviews #comments ol.commentlist #respond {
	border:1px solid #f0eef0;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:1em 1em 0;
	margin:20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before, .woocommerce-page #reviews #comments .commentlist > li:before { content:""; }
.woocommerce .star-rating, .woocommerce-page .star-rating {
	float:right;
	overflow:hidden;
	position:relative;
	height:1em;
	line-height:1em;
	font-size:1em;
	width:5.4em;
	font-family:'star';
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	content:"\73\73\73\73\73";
	color:#e0dadf;
	float:left;
	top:0;
	left:0;
	position:absolute;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	padding-top:1.5em;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
	content:"\53\53\53\53\53";
	top:0;
	position:absolute;
	left:0;
}
.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
	line-height:2em;
	display:block;
}
.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating {
	margin:.5em 4px 0 0;
	float:left;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	display:block;
	margin:0 0 .5em;
	float:none;
}
.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating { margin:10px 0 0 0; }
.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	position:static;
	margin:0;
	width:auto;
	padding:0 0 0;
	background:transparent none;
	border:0;
}
.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:before, .woocommerce-page #review_form #respond:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after { clear:both; }
.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:before, .woocommerce-page #review_form #respond:after {
	content:" ";
	display:table;
}
.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after { clear:both; }
.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:before, .woocommerce-page #review_form #respond:after {
	content:" ";
	display:table;
}
.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after { clear:both; }
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p { margin:0 0 10px; }
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input { left:auto; }
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
.woocommerce p.stars, .woocommerce-page p.stars {
	position:relative;
	font-size:1em;
}
.woocommerce p.stars a, .woocommerce-page p.stars a {
	display:inline-block;
	font-weight:700;
	margin-right:1em;
	text-indent:-9999px;
	position:relative;
}
.woocommerce p.stars a:last-child, .woocommerce-page p.stars a:last-child { border-right:0; }
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-1, .woocommerce-page p.stars a.star-2, .woocommerce-page p.stars a.star-3, .woocommerce-page p.stars a.star-4, .woocommerce-page p.stars a.star-5 { border-right:1px solid #ccc; }
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
	font-family:"WooCommerce";
	text-indent:0;
	position:absolute;
	top:0;
	left:0;
}
.woocommerce p.stars a.star-1, .woocommerce-page p.stars a.star-1 { width:2em; }
.woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after { content:"\e021"; }
.woocommerce p.stars a.star-1:hover:after, .woocommerce p.stars a.star-1.active:after, .woocommerce-page p.stars a.star-1:hover:after, .woocommerce-page p.stars a.star-1.active:after { content:"\e020"; }
.woocommerce p.stars a.star-2, .woocommerce-page p.stars a.star-2 { width:3em; }
.woocommerce p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after { content:"\e021\e021"; }
.woocommerce p.stars a.star-2:hover:after, .woocommerce p.stars a.star-2.active:after, .woocommerce-page p.stars a.star-2:hover:after, .woocommerce-page p.stars a.star-2.active:after { content:"\e020\e020"; }
.woocommerce p.stars a.star-3, .woocommerce-page p.stars a.star-3 { width:4em; }
.woocommerce p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after { content:"\e021\e021\e021"; }
.woocommerce p.stars a.star-3:hover:after, .woocommerce p.stars a.star-3.active:after, .woocommerce-page p.stars a.star-3:hover:after, .woocommerce-page p.stars a.star-3.active:after { content:"\e020\e020\e020"; }
.woocommerce p.stars a.star-4, .woocommerce-page p.stars a.star-4 { width:5em; }
.woocommerce p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after { content:"\e021\e021\e021\e021"; }
.woocommerce p.stars a.star-4:hover:after, .woocommerce p.stars a.star-4.active:after, .woocommerce-page p.stars a.star-4:hover:after, .woocommerce-page p.stars a.star-4.active:after { content:"\e020\e020\e020\e020"; }
.woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
	width:6em;
	border:0;
}
.woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after { content:"\e021\e021\e021\e021\e021"; }
.woocommerce p.stars a.star-5:hover:after, .woocommerce p.stars a.star-5.active:after, .woocommerce-page p.stars a.star-5:hover:after, .woocommerce-page p.stars a.star-5.active:after { content:"\e020\e020\e020\e020\e020"; }
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
	border:0;
	border-top:1px dotted rgba(0,0,0,0.1);
	margin-bottom:1.618em;
	width:100%;
}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
	width:150px;
	font-weight:bold;
	padding:8px;
	border-top:0;
	border-bottom:1px dotted rgba(0,0,0,0.1);
	margin:0;
	line-height:1.5em;
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
	font-style:italic;
	padding:0;
	border-top:0;
	border-bottom:1px dotted rgba(0,0,0,0.1);
	margin:0;
	line-height:1.5em;
}
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
	margin:0;
	padding:8px 0;
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th { background:rgba(0,0,0,0.025); }
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border:1px solid rgba(0,0,0,0.1);
	margin:0px -1px 24px 0px;
	text-align:left;
	width:100%;
	border-collapse:separate;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
	font-weight:bold;
	line-height:18px;
	padding:9px 12px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	border-top:1px solid rgba(0,0,0,0.1);
	padding:6px 12px;
	vertical-align:middle;
}
.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small { font-weight:normal; }
.woocommerce table.shop_table td.product-quantity, .woocommerce-page table.shop_table td.product-quantity { padding:0; }
.woocommerce table.shop_table td.product-quantity .quantity, .woocommerce-page table.shop_table td.product-quantity .quantity { margin:0 !important; }
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-weight:bold;
	border-top:1px solid rgba(0,0,0,0.1);
}
.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders { font-size:0.85em; }
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td {
	padding:10px;
	vertical-align:middle;
}
.woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button { white-space:nowrap; }
.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions { text-align:right; }
.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button { margin:.125em 0 .125em .25em; }
.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
	margin:.25em 0;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:before, .woocommerce-page td.product-name dl.variation:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:after { clear:both; }
.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:before, .woocommerce-page td.product-name dl.variation:after {
	content:" ";
	display:table;
}
.woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:after { clear:both; }
.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:before, .woocommerce-page td.product-name dl.variation:after {
	content:" ";
	display:table;
}
.woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:after { clear:both; }
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd {
	display:inline-block;
	float:left;
	margin-bottom:0;
}
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
	font-weight:bold;
	padding:0 0 .25em 0;
	margin:0 4px 0 0;
	clear:left;
}
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd { padding:0 0 .25em 0; }
.woocommerce td.product-name dl.variation dd p:last-child, .woocommerce-page td.product-name dl.variation dd p:last-child { margin-bottom:0; }
.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification { font-size:0.83em; }
.woocommerce td.product-quantity, .woocommerce-page td.product-quantity { min-width:80px; }
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail { min-width:32px; }
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img { width:60px; }
.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td {
	vertical-align:middle;
	text-align:left;
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
	display:block;
	font-size:3em;
	height:0.8em;
	text-align:center;
	color:red;
	text-decoration:none;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover { color:#000; }
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	border:1px solid #e0dadf;
	padding:6px 6px 5px;
	margin:0 4px 0 0;
	outline:0;
	line-height:1em;
}
.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input {
	margin:0;
	vertical-align:middle;
	line-height:1em;
	width:auto;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
	list-style:none outside;
	padding:0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	width:150px;
	text-align:center;
	float:left;
	padding:4px 0;
	margin:0 20px 0 0;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	list-style:none;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child, .woocommerce-page ul.cart_list li:last-child, .woocommerce-page ul.product_list_widget li:last-child { margin:0; }
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content:" ";
	display:table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content:" ";
	display:table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li span.amount, .woocommerce ul.product_list_widget li span.amount, .woocommerce-page ul.cart_list li span.amount, .woocommerce-page ul.product_list_widget li span.amount { display:none; }
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a { display:block; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float:right;
	margin-left:4px;
	width:150px;
	height:auto;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
	margin:0;
	padding-left:1em;
	border-left:2px solid rgba(0,0,0,0.1);
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:before, .woocommerce-page ul.product_list_widget li dl:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after { clear:both; }
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:before, .woocommerce-page ul.product_list_widget li dl:after {
	content:" ";
	display:table;
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after { clear:both; }
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:before, .woocommerce-page ul.product_list_widget li dl:after {
	content:" ";
	display:table;
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after { clear:both; }
.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dt, .woocommerce-page ul.product_list_widget li dl dd {
	display:inline-block;
	float:left;
	margin-botom:1em;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
	font-weight:normal;
	padding:0 0 .25em 0;
	margin:0 4px 0 0;
	clear:left;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd { padding:0 0 .25em 0; }
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child, .woocommerce-page ul.cart_list li dl dd p:last-child, .woocommerce-page ul.product_list_widget li dl dd p:last-child { margin-bottom:0; }
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating { float:none; }
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
	border-top:3px double #f7f6f7;
	padding:4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total strong, .woocommerce-page.widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong {
	min-width:40px;
	display:inline-block;
}
.woocommerce.widget_shopping_cart .buttons, .woocommerce .widget_shopping_cart .buttons, .woocommerce-page.widget_shopping_cart .buttons, .woocommerce-page .widget_shopping_cart .buttons {
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:before, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:before, .woocommerce-page .widget_shopping_cart .buttons:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after { clear:both; }
.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:before, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:before, .woocommerce-page .widget_shopping_cart .buttons:after {
	content:" ";
	display:table;
}
.woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after { clear:both; }
.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:before, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:before, .woocommerce-page .widget_shopping_cart .buttons:after {
	content:" ";
	display:table;
}
.woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after { clear:both; }
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
	width:100%;
	float:none;
	display:block;
	height:40px;
	padding:0 30px;
	background:rgba(0,0,0,0.5);
	border:none;
	width:100%;
	color:#fff;
	margin-top:10px;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
.woocommerce .cart-collaterals .shipping_calculator .button:hover, .woocommerce-page .cart-collaterals .shipping_calculator .button:hover {
	background:rgba(0,0,0,0.7);
	-webkit-transition:all 0.8s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-left:7px;
	content:"\e02e";
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-left:7px;
	content:"\e02e";
}
.woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p { margin:0; }
.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
	color:#777;
	font-size:0.83em;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	border-collapse:separate;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0 0 6px;
	padding:0;
	float:right;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td { border-top:0; }
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	padding:6px 12px 0 0;
	width:40%;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td { padding:6px 0; }
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th { vertical-align:top; }
.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
	display:block;
	color:#777;
}
.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select { width:100%; }
.woocommerce .cart-collaterals .cart_totals .discount td, .woocommerce-page .cart-collaterals .cart_totals .discount td { color:#86ad74; }
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th { border-top:1px solid #f7f6f7; }
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt { display:inline-block; }
.woocommerce .cart-collaterals .cross-sells ul.products li.product, .woocommerce-page .cart-collaterals .cross-sells ul.products li.product { margin-top:0; }
.woocommerce .wishlist_table a.add_to_cart.button.alt, .woocommerce-page .wishlist_table a.add_to_cart.button.alt {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	color:#333;
	border:1px solid #bbb;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
	padding:3px;
	margin:0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition:opacity 0.5s 0.5s ease;
	-moz-transition:opacity 0.5s 0.5s ease;
	transition:opacity 0.5s 0.5s ease;
	opacity:0;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label { line-height:2em; }
.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden { visibility:hidden; }
.woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.inline { display:inline; }
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	cursor:pointer;
	margin:0;
}
.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
	color:red;
	font-weight:bold;
	border:0;
}
.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
	display:inline;
	margin:-2px 8px 0 0;
	text-align:center;
	vertical-align:middle;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	outline:0;
	line-height:1em;
	height:40px;
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	height:4em;
	line-height:1.5em;
	display:block;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select { border-color:#fb7f88; }
.woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder { line-height:normal; }
.woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder { line-height:normal; }
.woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder { line-height:normal; }
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
	padding:20px;
	margin:2em 0 2em 0px;
	text-align:left;
}
.woocommerce .woocommerce form .form-row-last, .woocommerce .woocommerce-page form .form-row-last, .woocommerce-page .woocommerce form .form-row-last, .woocommerce-page .woocommerce-page form .form-row-last { float:left !important; }
.woocommerce .woocommerce form .form-row-last input.button, .woocommerce .woocommerce-page form .form-row-last input.button, .woocommerce-page .woocommerce form .form-row-last input.button, .woocommerce-page .woocommerce-page form .form-row-last input.button {
	float:left;
	width:auto;
	margin:0 !important;
}
.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
	list-style:none outside;
	margin:0;
	padding:0;
}
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
	margin:0;
	padding:.25em 0 .25em 22px;
	text-indent:-22px;
	list-style:none outside;
}
.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount { font-weight:bold; }
.woocommerce p.woocommerce-shipping-contents, .woocommerce-page p.woocommerce-shipping-contents { margin:0; }
.woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
	float:left;
	clear:none;
}
.woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .notes { clear:left; }
.woocommerce .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .form-row-first { clear:left; }
.woocommerce .checkout .create-account small, .woocommerce-page .checkout .create-account small {
	font-size:11px;
	color:#777;
	line-height:13px;
	font-weight:normal;
}
.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
	padding:0;
	clear:left;
	width:100%;
}
.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address { clear:both; }
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	text-align:left;
	padding:1em;
	margin:0;
	list-style:none outside;
	background:#f9f9f9;
}
.woocommerce #payment ul.payment_methods:before, .woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after { clear:both; }
.woocommerce #payment ul.payment_methods:before, .woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after {
	content:" ";
	display:table;
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after { clear:both; }
.woocommerce #payment ul.payment_methods:before, .woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after {
	content:" ";
	display:table;
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after { clear:both; }
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
	line-height:2em;
	text-align:left;
	margin:0;
	font-weight:normal;
}
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
	margin:0.4em 1em 0 0;
	float:left;
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
	vertical-align:middle;
	margin:-2px 0 0 .5em;
	position:relative;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
	padding:1em;
	border-top:1px solid #ffffff;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	position:relative;
	width:96%;
	padding:1em 2%;
	margin:1em 0 1em 0;
	font-size:0.92em;
	line-height:1.5em;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	color:#5e5e5e;
	background:#fff;
}
.woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea, .woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
	border-color:#d4cdd2;
	border-top-color:#c8bfc6;
	box-shadow:0 1px 0 0 rgba(255,255,255,0.4);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow:0 1px 0 0 rgba(255,255,255,0.4);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.4);
}
.woocommerce #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-page #payment div.payment_box ::-webkit-input-placeholder { color:#c8bfc6; }
.woocommerce #payment div.payment_box :-moz-placeholder, .woocommerce-page #payment div.payment_box :-moz-placeholder { color:#c8bfc6; }
.woocommerce #payment div.payment_box :-ms-input-placeholder, .woocommerce-page #payment div.payment_box :-ms-input-placeholder { color:#c8bfc6; }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
	font-size:1.5em;
	padding:8px;
	background-repeat:no-repeat;
	background-position:right;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa { background-image:url(../images/icons/credit-cards/visa.png); }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard { background-image:url(../images/icons/credit-cards/mastercard.png); }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser { background-image:url(../images/icons/credit-cards/laser.png); }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub { background-image:url(../images/icons/credit-cards/diners.png); }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro { background-image:url(../images/icons/credit-cards/maestro.png); }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb { background-image:url(../images/icons/credit-cards/jcb.png); }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex { background-image:url(../images/icons/credit-cards/amex.png); }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover { background-image:url(../images/icons/credit-cards/discover.png); }
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
	font-size:11px;
	color:#777;
	line-height:13px;
	font-weight:normal;
}
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row { margin:0 0 1em; }
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child { margin-bottom:0; }
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
	content:"";
	display:block;
	border:8px solid #fff;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	top:-2px;
	left:0;
	margin:-1em 0 0 2em;
}
.woocommerce .order_details, .woocommerce-page .order_details {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	margin:0 0 1.5em;
	list-style:none;
}
.woocommerce .order_details:before, .woocommerce .order_details:after, .woocommerce-page .order_details:before, .woocommerce-page .order_details:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after { clear:both; }
.woocommerce .order_details:before, .woocommerce .order_details:after, .woocommerce-page .order_details:before, .woocommerce-page .order_details:after {
	content:" ";
	display:table;
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after { clear:both; }
.woocommerce .order_details:before, .woocommerce .order_details:after, .woocommerce-page .order_details:before, .woocommerce-page .order_details:after {
	content:" ";
	display:table;
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after { clear:both; }
.woocommerce .order_details li, .woocommerce-page .order_details li {
	float:left;
	margin-right:2em;
	text-transform:uppercase;
	font-size:0.715em;
	line-height:1em;
	border-right:1px dashed #e0dadf;
	padding-right:2em;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
	display:block;
	font-size:1.4em;
	text-transform:none;
	line-height:1.5em;
}
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type { border:none; }
.woocommerce .addresses .title, .woocommerce-page .addresses .title {
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce .addresses .title:before, .woocommerce .addresses .title:after, .woocommerce-page .addresses .title:before, .woocommerce-page .addresses .title:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after { clear:both; }
.woocommerce .addresses .title:before, .woocommerce .addresses .title:after, .woocommerce-page .addresses .title:before, .woocommerce-page .addresses .title:after {
	content:" ";
	display:table;
}
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after { clear:both; }
.woocommerce .addresses .title:before, .woocommerce .addresses .title:after, .woocommerce-page .addresses .title:before, .woocommerce-page .addresses .title:after {
	content:" ";
	display:table;
}
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after { clear:both; }
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 { float:left; }
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit { float:right; }
.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
	font-weight:bold;
	margin-bottom:0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child { margin-bottom:0; }
.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
	margin-left:0;
	padding-left:0;
}
.woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.woocommerce ul.digital-downloads li:before, .woocommerce-page ul.digital-downloads li:before {
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\e00a";
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\e00a";
}
.woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count { float:right; }
.woocommerce .sizes.shop-filter.widget_layered_nav ul li, .woocommerce-page .sizes.shop-filter.widget_layered_nav ul li { width:15%; }
.woocommerce .small.shop-filter.widget_layered_nav ul li, .woocommerce-page .small.shop-filter.widget_layered_nav ul li { width:33%; }
.woocommerce .colors ul li, .woocommerce-page .colors ul li { width:auto !important; }
.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none outside;
}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	padding:0 0 1px;
	list-style:none;
	width:50%;
}
.woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:before, .woocommerce-page .widget_layered_nav ul li:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after { clear:both; }
.woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:before, .woocommerce-page .widget_layered_nav ul li:after {
	content:" ";
	display:table;
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after { clear:both; }
.woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:before, .woocommerce-page .widget_layered_nav ul li:after {
	content:" ";
	display:table;
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after { clear:both; }
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
	padding:1px 0;
	float:left;
}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
	padding:0 6px;
	text-decoration:none;
	border:1px solid #ad74a2;
	background:#ad74a2;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color:#ffffff;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce-page .widget_layered_nav ul li.chosen a:before {
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\e013";
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\e013";
}
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
	float:right;
	margin-left:6px;
	font-size:1em;
	padding:1px 0;
	color:#777;
}
.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none outside;
	overflow:hidden;
	zoom:1;
}
.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
	float:left;
	padding:0 1px 1px 0;
	list-style:none;
}
.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
	padding:0 6px;
	text-decoration:none;
	border:1px solid #ad74a2;
	background:#ad74a2;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
	color:#ffffff;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
}
.woocommerce .widget_layered_nav_filters ul li a:before, .woocommerce-page .widget_layered_nav_filters ul li a:before {
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\e013";
	font-family:'WooCommerce';
	speak:none;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	margin-right:7px;
	content:"\e013";
}
.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider { margin-bottom:1em; }
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
	text-align:right;
	line-height:2.4em;
	font-size:0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button { font-size:1.15em; }
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button { float:left; }
.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
	position:relative;
	text-align:left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:0.9em;
	height:0.9em;
	-webkit-border-radius:1em;
	border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	border:1px solid #150d14;
	cursor:pointer;
	background:#ad74a2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
	background:-webkit-linear-gradient(#ad74a2,#96588a);
	background:-moz-linear-gradient(center top,#ad74a2 0%,#96588a 100%);
	background:-moz-gradient(center top,#ad74a2 0%,#96588a 100%);
	background:#ad74a2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
	background:-webkit-linear-gradient(#ad74a2,#96588a);
	background:-moz-linear-gradient(center top,#ad74a2 0%,#96588a 100%);
	background:-moz-gradient(center top,#ad74a2 0%,#96588a 100%);
	outline:none;
	top:-0.3em;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
	box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left:-1em; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background:#ad74a2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-border-radius:1em;
	border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius:1em;
	border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	background:#1e1e1e;
	background:-webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
	background:-webkit-linear-gradient(#1e1e1e,#6a6a6a);
	background:-moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
	background:-moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
	background:#1e1e1e;
	background:-webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
	background:-webkit-linear-gradient(#1e1e1e,#6a6a6a);
	background:-moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
	background:-moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal { height:.5em; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min { left:-1px; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max { right:-1px; }
.single-product .twentythirteen .entry-summary, .single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform { padding:0; }
.single-product .twentythirteen p.stars { clear:both; }
.twentythirteen .woocommerce-breadcrumb { padding-top:40px; }
.twentyfourteen ul.products li.product { margin-top:0 !important; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before {
		background-image:url(../images/ajax-loader@2x.gif);
		background-size:16px 16px;
	}
}
.chosen-container-single .chosen-single {
	position:relative;
	display:block;
	overflow:hidden;
	padding:0 0 0 8px;
	height:35px !important;
	border:1px solid #aaa;
	border-radius:0 !important;
	border:1px solid #eee !important;
	background:#f9f9f9 !important;
	box-shadow:none !important;
	color:#444;
	line-height:35px !important;
}
.chosen-container-single .chosen-single div b { background-position:0 8px !important; }
.chosen-container-active.chosen-with-drop .chosen-single div b { background-position:-18px 8px !important; }
.chosen-container-single .chosen-drop { border-radius:0 !important; }
.chosen-container .chosen-drop {
	border:1px solid #ddd !important;
	box-shadow:0 1px 1px rgba(0,0,0,0.2) !important;
}
.edit-adress-tb a {
	padding:5px 20px;
	border:1px solid rgba(0,0,0,0.2);
	float:right;
}
.woocommerce-account .woocommerce h2 {
	margin-top:40px;
	padding-top:20px;
	border-top:1px solid #eee;
}
.woocommerce-account .woocommerce #customer_login h2 {
	margin-top:40px !important;
	padding-top:0 !important;
	border-top:none !important;
}
.woocommerce-shipping-fields h3#ship-to-different-address {
	width:100%;
	margin-bottom:5px;
}
.woocommerce-shipping-fields h3#ship-to-different-address input#ship-to-different-address-checkbox {
	float:left;
	width:5%;
	margin:7px 0;
}
.woocommerce-shipping-fields h3#ship-to-different-address label.checkbox {
	width:92%;
	float:right;
	text-align:left;
	padding-left:0;
}
#order_review .shop_table tr td.product-name { width:80%; }
#order_review .shop_table tr td.product-name dl.variation { width:auto; }
#order_review dl.variation { font-size:0.9em; }
a.lost_password {
	width:60%;
	float:left;
	margin-top:-7px;
}
input#rememberme { margin:-2px 5px 0 0; }
.clear { clear:both; }
.nobr { white-space:nowrap; }
.woocommerce .col2-set, .woocommerce-page .col2-set {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	width:100%;
}
.woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after { clear:both; }
.woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
	content:" ";
	display:table;
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after { clear:both; }
.woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
	content:" ";
	display:table;
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after { clear:both; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float:left;
	width:46%;
	border-right:1px solid #eee;
	padding-right:20px;
	padding-bottom:20px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float:right;
	width:46%;
	padding-bottom:20px;
}
.woocommerce img, .woocommerce-page img {
	height:auto;
	max-width:100%;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	float:left;
	margin:0 30px 20px 0;
	width:48%;
}
.woocommerce div.product div.thumbnails, .woocommerce #content div.product div.thumbnails, .woocommerce-page div.product div.thumbnails, .woocommerce-page #content div.product div.thumbnails {
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after { clear:both; }
.woocommerce div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after {
	content:" ";
	display:table;
}
.woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after { clear:both; }
.woocommerce div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after {
	content:" ";
	display:table;
}
.woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after { clear:both; }
.woocommerce div.product div.thumbnails a, .woocommerce #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a {
	float:left;
	width:30.75%;
	margin-right:3.8%;
}
.woocommerce div.product div.thumbnails a.last, .woocommerce #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last { margin-right:0; }
.woocommerce div.product div.thumbnails a.first, .woocommerce #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first { clear:both; }
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
	float:left;
	width:48%;
}
.woocommerce div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs { clear:both; }
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after { clear:both; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
	content:" ";
	display:table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after { clear:both; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
	content:" ";
	display:table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after { clear:both; }
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li { display:inline-block; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after { clear:both; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
	content:" ";
	display:table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after { clear:both; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
	content:" ";
	display:table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after { clear:both; }
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li { display:inline-block; }
.woocommerce div.product #reviews .comment, .woocommerce #content div.product #reviews .comment, .woocommerce-page div.product #reviews .comment, .woocommerce-page #content div.product #reviews .comment {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after { clear:both; }
.woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after {
	content:" ";
	display:table;
}
.woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after { clear:both; }
.woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after {
	content:" ";
	display:table;
}
.woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after { clear:both; }
.woocommerce div.product #reviews .comment img, .woocommerce #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img {
	float:right;
	height:auto;
}
.woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after { clear:both; }
.woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after {
	content:" ";
	display:table;
}
.woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after { clear:both; }
.woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after {
	content:" ";
	display:table;
}
.woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after { clear:both; }
.woocommerce div.product #reviews .comment img, .woocommerce #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img {
	float:right;
	height:auto;
}
.woocommerce #quantity input::-webkit-outer-spin-button, .woocommerce #quantity input::-webkit-inner-spin-button, .woocommerce #content .quantity input::-webkit-outer-spin-button, .woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page #quantity input::-webkit-outer-spin-button, .woocommerce-page #quantity input::-webkit-inner-spin-button, .woocommerce-page #content .quantity input::-webkit-outer-spin-button, .woocommerce-page #content .quantity input::-webkit-inner-spin-button { display:none; }
.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce .related:before, .woocommerce .related:after, .woocommerce .upsells.products:before, .woocommerce .upsells.products:after, .woocommerce-page .related:before, .woocommerce-page .related:after, .woocommerce-page .upsells.products:before, .woocommerce-page .upsells.products:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after { clear:both; }
.woocommerce .related:before, .woocommerce .related:after, .woocommerce .upsells.products:before, .woocommerce .upsells.products:after, .woocommerce-page .related:before, .woocommerce-page .related:after, .woocommerce-page .upsells.products:before, .woocommerce-page .upsells.products:after {
	content:" ";
	display:table;
}
.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after { clear:both; }
.woocommerce .related:before, .woocommerce .related:after, .woocommerce .upsells.products:before, .woocommerce .upsells.products:after, .woocommerce-page .related:before, .woocommerce-page .related:after, .woocommerce-page .upsells.products:before, .woocommerce-page .upsells.products:after {
	content:" ";
	display:table;
}
.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after { clear:both; }
.woocommerce .related ul.products, .woocommerce .related ul, .woocommerce .upsells.products ul.products, .woocommerce .upsells.products ul, .woocommerce-page .related ul.products, .woocommerce-page .related ul, .woocommerce-page .upsells.products ul.products, .woocommerce-page .upsells.products ul { float:none; }
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product { width:48%; }
.woocommerce .related ul.products li.product img, .woocommerce .related ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .upsells.products ul.products li.product img, .woocommerce-page .upsells.products ul li.product img {
	width:100%;
	height:auto;
}
.woocommerce ul.products, .woocommerce-page ul.products {
	clear:both;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce ul.products:after, .woocommerce-page ul.products:after { clear:both; }
.woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
	content:" ";
	display:table;
}
.woocommerce ul.products:after, .woocommerce-page ul.products:after { clear:both; }
.woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
	content:" ";
	display:table;
}
.woocommerce ul.products:after, .woocommerce-page ul.products:after { clear:both; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float:left;
	margin:0 2% 2.992em 0;
	padding:0;
	position:relative;
	width:22.05%;
	margin-left:0;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first { float:left; }
.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product {
	width:100%;
	margin-right:0;
}
.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product { width:48%; }
.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product { width:30.75%; }
.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product { width:16.95%; }
.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product { width:13.5%; }
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { float:left; }
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float:right;
	margin:-20px 0 0 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after { clear:both; }
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	content:" ";
	display:table;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after { clear:both; }
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	content:" ";
	display:table;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after { clear:both; }
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li { display:inline-block; }
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after { clear:both; }
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	content:" ";
	display:table;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after { clear:both; }
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	content:" ";
	display:table;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after { clear:both; }
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li { display:inline-block; }
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img { height:auto; }
.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
	text-align:right;
	padding:15px;
}
.woocommerce table.cart td.actions .input-text, .woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text { height:40px; }
.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon { float:left; }
.woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label { display:none; }
.woocommerce tr.cart-subtotal th, .woocommerce-page tr.cart-subtotal th { width:100px; }
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	width:100%;
}
.woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after { clear:both; }
.woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
	content:" ";
	display:table;
}
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after { clear:both; }
.woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
	content:" ";
	display:table;
}
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after { clear:both; }
.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
	width:30.75%;
	float:left;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width:48%;
	float:left;
}
.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products { float:none; }
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li { width:48%; }
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	width:52%;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	clear:right;
	float:right;
}
.woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after { clear:both; }
.woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	content:" ";
	display:table;
}
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after { clear:both; }
.woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	content:" ";
	display:table;
}
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after { clear:both; }
.woocommerce .cart-collaterals .shipping_calculator h2, .woocommerce-page .cart-collaterals .shipping_calculator h2 {
	text-align:right;
	margin-top:30px;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 { width:47%; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float:right;
	width:57%;
	text-align:right;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content:" ";
	display:table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content:" ";
	display:table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float:right;
	height:auto;
}
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content:" ";
	display:table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content:" ";
	display:table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { clear:both; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float:right;
	height:auto;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
	*zoom:1;
	*zoom:1;
	*zoom:1;
}
.woocommerce form .form-row:before, .woocommerce form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page form .form-row:after {
	display:table;
	content:"";
	line-height:0;
}
.woocommerce form .form-row:after, .woocommerce-page form .form-row:after { clear:both; }
.woocommerce form .form-row:before, .woocommerce form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page form .form-row:after {
	content:" ";
	display:table;
}
.woocommerce form .form-row:after, .woocommerce-page form .form-row:after { clear:both; }
.woocommerce form .form-row:before, .woocommerce form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page form .form-row:after {
	content:" ";
	display:table;
}
.woocommerce form .form-row:after, .woocommerce-page form .form-row:after { clear:both; }
.woocommerce form .form-row label, .woocommerce-page form .form-row label { display:block; }
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox { display:inline; }
.woocommerce form .form-row select, .woocommerce-page form .form-row select { width:100%; }
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	float:left;
	width:47%;
	overflow:visible;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last { float:right; }
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide { clear:both; }
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select { width:auto; }
.woocommerce #payment .terms, .woocommerce-page #payment .terms {
	text-align:right;
	padding:0 1em 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { float:right; }
.twentyfourteen .tfwc {
	padding:12px 10px 0;
	max-width:474px;
	margin:0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
	padding:0 !important;
	margin:0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail { margin-top:0; }
.twentyfourteen .tfwc .product .images img { margin-bottom:1em; }
@media screen and (min-width: 673px) {
	.twentyfourteen .tfwc {
		padding-right:30px;
		padding-left:30px;
	}
}
@media screen and (min-width: 1040px) {
	.twentyfourteen .tfwc {
		padding-right:15px;
		padding-left:15px;
	}
}
@media screen and (min-width: 1110px) {
	.twentyfourteen .tfwc {
		padding-right:30px;
		padding-left:30px;
	}
}
@media screen and (min-width: 1218px) {
	.twentyfourteen .tfwc { margin-right:54px; }
	.full-width .twentyfourteen .tfwc { margin-right:auto; }
}
