/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none outside none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: none;
}
:focus {
	outline: 0 none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
	color: #999;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BASIC */
html,body {
	height: 100%;
}
body {
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	background:#f8f8f8;
}
strong {
	color: #3d3d3d;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3d3d3d;
	line-height: 1em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
p {
	padding-bottom: 20px;
}
h1.entry-title {
	font-weight: normal;
	line-height: 1.3em;
}
iframe, embed, object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;  
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.secondary-color {
}
ul {
	list-style: disc;
	margin: 0 0 15px 17px;
}

/* CAPTION */
.wp-caption {
	border: 1px solid #dfdfdf;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.gallery-caption {
	margin-left: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.post-full ul {
	list-style: disc;
	margin-bottom: 20px;
}
.post-full ul li {
	margin-left: 14px;
}
.post-full ol {
	list-style: decimal;
	margin-bottom: 20px;
}
.post-full ol li {
	margin-left: 20px;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
	padding: 20px 0;
}
.post-format-content blockquote {
	padding: 0;
}
blockquote:hover {
	color: #222;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
blockquote p {
	padding: 0;
}
blockquote:before {
	font-family: 'ufo';
	content: "\e02c";
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	vertical-align: middle;
	float: left;
	margin-right: 18px;
}

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


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

/* LAYOUT */
.wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.home .wrapper {
	padding-top: 0;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.wrap-inside {
	width: 1000px;
	padding: 0;
	float: left;
	background: transparent;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
#header-wrap {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dfdfdf;
}
#header {
	height: auto;
	position: relative;
}
#header-bg {
	width: 100%;
	height: auto;
	float: left;
}
#header-inner {
	width: 100%;
	position: relative;
	float: left;
}
#top-container {
	position: relative;
	background: #2d3032;
}
#top-menu-wrap {
}
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: #2d3032;
	color: #999;
	border-bottom: 1px solid #111;
}
.home #footer {
	margin-top: 0;
}
#footer-inside {
}
#quote {
	padding: 30px 0;
	height: auto;
	margin-top: 0px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #eee;
}
#quote .top-border {
}

#quote .top-border {
}

#quote .bottom-border {
}
.product-thumb-wrap img:hover {
}
.product-images {
	list-style:none;
	margin:0;
}
.related ul.products li .product-images li, .upsells ul.products li .product-images li {
	width:100%;
	max-width:100%;
}
.product-images .product-overlay {
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
}

.product-overlay {
	opacity:0;
}
p.quote {
	font-size: 24px;
	margin: 0 auto;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
}
p.quote-second {
	padding-bottom: 0;
	text-align: center;
	color: #999;
}
#blurbs {
	width: 920px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 40px;
	padding-top: 40px;
}

a.learnmore {
	font-size: 10px;
	font-family: Georgia,Helvetica;
	font-weight: normal;
	text-decoration: none;
	color: #3d3d3d;
	text-transform: uppercase;
	display: block;
	height: 32px;
	float: left;
	padding: 0 15px 0 0;
	text-shadow: 1px 1px 0 #FFFFFF;
	line-height: 33px;
}
a.learnmore span {
	padding: 0 0 0 15px;
	display: block;
}
#home-widgets {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 50px;
}
#home-wide-widgets {
	float: left;
	width: 100%;
}
#home-widgets .home-widget {
	width: 30%;
	margin-right: 5%;
	float: left;
	margin-top: 40px;
}

#home-widgets .home-widget:nth-child(3n+3) {
	margin-right:0;
}
#home-widgets .home-widget {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-top: 24px;
	text-align: center;
}
#home-wide-widgets .home-widget {
	float: left;
	width: 100%;
	padding-bottom: 14px
}
#home-widgets .home-header h3, #home-wide-widgets .home-header h3 {
	font-size: 14px;
	margin-bottom: 11px;
	text-transform: uppercase;
	background: url(images/hover_overlay.png);
	padding: 6px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	color: #4f4f4f;
}
#home-wide-widgets .home-header h3, div.product .related h2 {
	margin-bottom: 16px;
}
.blurb {
	width: 100%;
	margin-right: 0;
	float: left;
}
.blurb p {
}
.blurb h3.title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 11px;
	text-transform: uppercase;
}
#logo-wrap {
	float: left;
	margin-top: 33px;
}
h1.logo {
	font-size: 26px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0;
	float: left;
	text-transform: uppercase;
}
h1.logo a {
	color: #3d3d3d;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
h1.logo a:hover {
	color: #222;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
#tagline {
	clear: left;
	font-size: 13px;
	color: #777;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: none;
}
#content .sidebar-header h3 {
	font-size: 18px;
	padding-bottom: 4px;
	width: 280px;
	margin-bottom: 14px;
}
#content .sidebar-widget {
	width: 280px;
}
#home-team, #home-portfolio, #homepage-page, #homepage-page-2 {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 32px;
	float: left;
	width: 100%;
}
#home-team h2.widgettitle, #homepage-page h3.title, #homepage-page-2 h3.title {
	margin-bottom: 24px;
}
#home-team h2.widgettitle, #home-portfolio h2.widgettitle, .home .home-products h2.widgettitle, #homepage-page h3.title, #homepage-page-2 h3.title {
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	font-weight: bold;
}
#home-team h2.widgettitle, #home-portfolio h2.widgettitle, .home .home-products h2.widgettitle, #homepage-page h3.title, #homepage-page-2 h3.title, .home-products h2.widgettitle {
	border-top: 1px solid #dfdfdf;
	padding-top: 22px;
	margin-bottom: 24px;
}
#home-team, #home-portfolio, #homepage-page, #homepage-page-2, .home-products .products {
	border-bottom: 0;
	margin-bottom: 0;
}
#homepage-page, #homepage-page-2 {
	margin-bottom: 32px;
}
ul.products {
	margin: 0;
	list-style: none;
}
.main-content {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
#entry-full {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
#index-page {
	margin-top: 0px;
	float: left;
	width: 100%;
}
#sidebar {
	float: right;
	width: 21%;
	background: transparent;
}
.sidebar-left #sidebar {
	float: left;
}
#sidebar-content {
	padding-left: 0;
}
.sidebar-left #sidebar-content {
	padding-left: 0;
}
#sidebar-top-div {
	height: 0;
}

.sidebar-left #sidebar-top-div {
}
#sidebar-bottom-div {
	height: 0;
}

.sidebar-left #sidebar-bottom-div {
}

#sidebar-top h1.title-page {
	margin-top: 0;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 12px;
}
.main {
	float: left;
	width: 100%;
}
#content {
	float: left;
	width: 73%;
}
#left {
	float: left;
	width: 73%;
	margin-top: 0px;
}
.sidebar-left #content {
	float: right;
}
.sidebar-left #left {
	float: right;
}
#copyright {
	float: left;
	font-size: 11px;
	color: #777;
}
#copyright a {
	color: #777;
}
#bottom-info-wrapper {
	background: #1f1f1f;
	clear: both;
	color: #ccc;
	border-top: 1px solid #333;
}
#copy-text {
}
.last {
	margin-right: 0px !important;
}
.clear {
	clear: both;
}
.home-widget a {
	color: #707070;
}
.home-widget a:hover {
	color: #3d3d3d;
	text-decoration: none;
}
.full-width {
	width: 100% !important;
}
#head-line {
	padding: 0;
	float: left;
	width: 100%
}
.single-post #head-line, .page #head-line {
	margin-bottom: 0;
}
body.single-post img {
	max-width: 100%;
	height: auto
}

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

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

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

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

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

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

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

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

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

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

#social, #phone, #weaccept-wrap {
	width: auto;
}
.social {
	position: relative;
}
.sharrre a, .author-social, ul.top a, ul.nav a, #search-toggle, .sidebar-header {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
.sharrre a:hover, .author-social, ul.top a:hover, ul.nav a:hover, #search-toggle:hover, .sidebar-header:hover {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
ul.top a, ul.nav a {
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
ul.top a:hover, ul.nav a:hover {
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
.sharrre .icon-twitter, .sharrre .icon-facebook, .sharrre .icon-pinterest, .sharrre .icon-google-plus {
}
.social li {
	float: left;
	margin-right: 14px;
}
.social li.phone, .social li.address {
	width: 100%;
}

/* SIGNLE POST */
.post-full {
	width: 100%;
	float: left;
}

/*** dev.com : remove title style ***/
.archive h1.page-title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 33px;
	margin-top: 15px;
	color: #3D3D3D;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	display: none;
}
.post-full .thumb {
	margin-bottom: 24px;
	background: url(../images/hover_overlay.png) repeat scroll 0 0 transparent;
	padding: 8px;
	float: left;
	position: relative;
	margin-right: 20px
}
.post-full .thumb img {
	float: left;
}
.post-full .meta, .meta-blog-style {
	float: left !important;
	width: 100% !important;
	margin-right: 0;
	color: #999;
}
.post-full .meta a {
	color: #999;
}
.post-full .meta a:hover {
	text-decoration: underline;
}
#sharrre {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.meta {
	font-size: 12px;
	float: left;
	width: 100%;
	color: #999;
	clear: left;
	margin-right: 0;
	margin-bottom: 10px;
}
.meta a {
	color: #999;
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
.meta a:hover {
	-webkit-transition: color 0.05s ease-in;
	-moz-transition: color 0.05s ease-in;
	-o-transition: color 0.05s ease-in;
	transition: color 0.05s ease-in;
}
.post-content {
	float: left;
	width: 100%;
}
.not-found {
	margin-bottom: 40px;
}
.single-portfolio .post-content {
	margin-top: 14px;
}
.single-portfolio article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.single-portfolio #left .flexslider {
	padding-bottom: 20px;
}
.single-portfolio-image {
	margin-bottom: 20px;
}

.single-product-image .zoom-icon {
	right: 16px;
	bottom: 16px;
}
.zoom-icon, .link-icon {
	display: block;
	position: absolute;
	padding: 4px 8px;
	border-radius: 2px;
	height: 20px;
	color: #eee;
}
.zoom-icon span, .link-icon span {
}
.zoom-icon:hover, .link-icon:hover {
	color: #FFF;
}
.subheader {
	float: left;
	line-height: 12px;
	margin-top: 5px;
	margin-left: 1px;
	text-transform: lowercase;
	width: 100%;
}
.subheader p {
	padding-bottom: 0;
}
article {
	float: left;
	margin-bottom: 34px;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	padding-bottom: 34px;
}
#index-page #left {
	margin-top: 0;
}
#index-page #head-line {
	margin-bottom: 20px;
}
.index-thumb {
	float: left;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
	width: 100%;
}
.index-thumb img {
	float: left;
}
.entry-right {
	float: left;
	width: 100%
}
.entry-right.has-thumb {
	width: 100%;
}
.full-width .entry-right.has-thumb {
	width: 100%;
}
.entry-left {
	float: left;
}
article a.readmore {
	text-transform: capitalize;
}
.entry-right p {
	padding-bottom: 0;
}
article h2.title {
	font-size: 20px;
	margin-bottom: 5px;
}
article h2 a {
	color: #3d3d3d;
}
article h2 a:hover {
	color: #222;
}
h2.not-found-404 {
	text-align: center;
	font-size: 180px;
	margin-bottom: 8px;
}
span.not-found-404 {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
.not-found .search-form {
	width: 600px;
	float: none;
	margin: 0 auto;
}
.not-found .search-form .s {
	width: 94%;
}

/* NAVIGATION */
#main-menu-wrap {
	float: right;
	z-index: 2;
}

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

ul.top {
	float: right;
	margin: 0;
	margin-right: 0;
}
ul.top a {
	color: #999;
	text-decoration: none;
	font-weight: 400;
	padding: 5px 0;
}
ul.top li {
	display: inline;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	padding-bottom: 0;
}
ul.top li:last-child {
	margin-right: 7px;
}
ul.top a:hover {
	color: #fff;
	text-decoration: none
}
ul.top li.current-menu-item a {
	color: #fff;
}
span.menu-desc {
	float: left;
	clear: left;
	font-size: 11px;
	margin-top: -4px;
	color: #777;
}
ul.nav {
	width: auto;
	font-size: 14px;
	line-height: 24px;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}
ul.nav li {
	display: inline;
	float: left;
	margin-left: 6px;
}
ul.nav li a {
	font-weight: 400;
	padding: 34px 13px;
	text-decoration: none;
	font-size: 13px;
	color: #666;
}

ul.nav li.home {
	background: url(../images/home.png) center center no-repeat;
	text-indent: -999em;
	width: 50px;
	opacity: 0.8;
}
ul.nav li.home:hover {
	opacity: 1;
}
ul.nav li.home ul li {
	text-indent: 0;
}
ul.nav li.home.current-menu-item {
	background: url(../images/home.png) center center no-repeat transparent;
	opacity: 1;
}
ul.nav li a:hover {
	color: #222;
}
ul.nav li.current-menu-item a,ul.nav li.current_page_item a {
}
ul.nav li.current-menu-item> ul li a {
	color: #959595;
}
ul.nav li.current-menu-item> ul li a:hover {
	color: #3d3d3d;
}
ul.nav .menu-desc {
	float: left;
	clear: left;
	font-size: 10px;
	line-height: 10px;
	text-transform: lowercase;
	color: #ACACAC;
	text-shadow: 1px 1px 0 #FFFFFF;
}

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

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

ul.nav li.current-menu-item a {
	color: #222;
}

.sf-sub-indicator {
	opacity: 0.5;
}

ul.nav .sf-sub-indicator, .top .sf-sub-indicator {
	position: absolute;
	right: 2px;
	top: 42%;
	width: 8px;
	height: 8px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/sub-menu.png) no-repeat center center;
}
ul.nav .sf-sub-indicator {
	top: 47%;
	right: 0;
}

/* Mobile Menu */
#mobile_menu {
	display: none;
	z-index: 999;
	position: absolute;
	left: -18px;
	background: #fff;
	top: 54px;
	width: 200px;
	text-align: left;
	font-size: 13px;
	border: 1px solid #EEE;
}
#mobile_menu li {
	margin-left: 14px;
	list-style: none;
}
#mobile_menu li ul {
	display: block !important;
	padding-left: 14px;
}
#mobile_nav li a {
	visibility: visible;
	line-height: 36px;
	width: 100%;
	float: left;
	text-decoration: none;
	font-weight: 400;
}

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

#mobile_nav .sf-sub-indicator {
	display: none;
}

#mobile_nav {
	display: none;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 0;
	text-align: right;
	top: 0;
	height: 43px;
	position:relative;
	float:left;
}

/* MEGA MENU */

ul.nav li.megamenu {
	position: static !important;
}
ul.nav li.megamenu a {
	position: relative;
}
ul.nav li.megamenu ul {
	width: auto;
	right: 0;
	padding: 10px 0;
}
ul.nav li.megamenu ul li {
	min-width: 140px;
	max-width: 180px;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
ul.nav li.megamenu ul li a {
	font-size: 15px;
	margin-bottom: 5px;
	color: #3d3d3d;
	font-weight: 600;
}
ul.nav li.megamenu ul li a:hover {
	text-decoration: none;
}
ul.nav li.megamenu ul .sf-sub-indicator {
	display: none;
}
ul.nav li.megamenu .sf-sub-indicator {
}
ul.nav li.megamenu ul li ul.sub-menu {
	position: relative;
	left: 0 !important;
	top: 0px !important;
	visibility: visible !important;
	display: block !important;
	border: 0;
	padding: 0;
	margin: 0;
}
ul.nav li.megamenu ul li ul.sub-menu li a {
	border: 0;
	float: left;
	clear: left;
	font-size: 13px;
	margin-bottom: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 5px 20px;
}
ul.nav li.megamenu ul li ul.sub-menu li a {
	color: #666;
}
ul.nav li.megamenu ul li ul.sub-menu li a:hover {
}

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

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

ul.thumbs-nav li {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	background: #FFF;
}
.small-thumb {
	padding: 2px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}
.caption {
	position: absolute;
	right: 0px;
	top: 0;
	background: url(../images/info_bg.png);
	color: #4e4e4e;
	opacity: 1;/* Overridden by captionOpacity setting */
	width:260px;
	height: 384px;
	z-index: 8;
	padding: 0 15px 15px 15px;
	border: 1px solid #dfdfdf;
}
.caption p {
	padding-bottom: 10px;
	margin: 0;
	color: #666
}
.caption h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.4em;
	margin: 10px 0
}
.caption h3 a {
	color: #4e4e4e;
	font-family: "Droid Sans",Helvetica,Arial,sans-serif;
}
.caption a.readmore {
}
.caption h3 a span {
	color: #f17b24;
	font-size: 28px;
	text-transform: uppercase;
}
.caption .price {
	font-size: 16px;
	color: #2abbf2;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	margin-bottom: 16px
}
p.slide-description {
	margin-top: 8px;
	padding-bottom: 13px;
}
.caption a:hover {
	text-decoration: none;
}
.caption span.onsale {
	top: -1px;
	padding: 2px 11px 6px 8px;
	right: -5px;
}
.slider-nav a {
	position: absolute;
	bottom: 174px;
	z-index: 100;
	cursor: pointer;
}
.prevNav {
	left: 0px;
}
.nextNav {
	left: 600px;
}


#featured-inside.laptop-slider {
	height: 520px;
	width: 100%;
	margin-top: 40px;
}

#featured-inside.laptop-slider .flex-direction-nav li .flex-prev, #featured-inside.laptop-slider .flex-direction-nav li .flex-next  {
	background:transparent;
	color:#eee;
}

#laptop-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#laptop-slider-inside {
	width: 64%;
	margin: 0 auto;
	margin-top: 3%;
}

#laptop-slider-inside h2.home-slide-title, #laptop-slider-inside p.slider-caption {
	width: 100%;
	float: left;
	max-width: 100%;
}
#laptop-slider-inside .flexslider {
	overflow: hidden;
}
#laptop-slider-inside .flex-direction-nav li .prev {
	left: 0;
}
#laptop-slider-inside .flex-direction-nav li .next {
	right: 0;
}
#laptop-slider-inside .flex-direction-nav li .prev, #laptop-slider-inside .flex-direction-nav li .next {
	opacity: 0.2;
}
#laptop-slider-inside .flex-direction-nav li .prev:hover, #laptop-slider-inside .flex-direction-nav li .next:hover {
	opacity: 0.8;
}

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

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

.sidebar-header:before {
	content: "\e023";
	position: absolute;
	left: -2px;
	top: 12px;
}
.sidebar-header.widget-toggled:before {
	content: "\e021";
	position: absolute;
	left: -2px;
	top: 12px;
}
.sidebar-header h3, div.product .related h2, .home-widget h2.widgettitle, .home-products h2.widgettitle {
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 7px;
	text-transform: uppercase;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.home-widget h2.widgettitle {
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	text-transform: none;
}
.sidebar-header h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
}
.sidebar-header h3:hover {
}
div.product .related h2 {
}
div.upsells h2 {
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.widget-content {
	float: left;
}
#sidebar .widget-content {
	margin-left: 5%;
	width: 95%;
}
.sidebar-widget a {
}
.sidebar-widget a:hover {
	text-decoration: underline;
}
.sidebar-widget ul {
	width: auto;
	padding-left: 2px;
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.sidebar-widget ul li {
	padding-bottom: 6px;
}
.sidebar-widget ul li a {
}
.sidebar-widget ul li a:hover {
}
.sidebar-widget ul .children {
	float: left;
	width: 100%;
	padding-left: 10px;
}
#wp-calendar {
	width: 100%;
	height: 170px;
}
#wp-calendar thead th {
	text-align: left;
}
#wp-calendar caption {
	font-weight: bold;
	width: 100%;
	padding-bottom: 10px;
}
#wp-calendar tbody a {
	color: #61C0E7;
}


/* WIDGETS FOOTER */
#footer-widgets {
	padding: 0;
	width: 100%;
	padding-top: 16px;
	float: left;
}
.footer-widget {
	margin-right: 15px;
	width: 180px;
	margin-bottom: 30px;
	float: left;
	margin-top: 20px;
}
#footer-widgets h4.widget-title {
	font-weight: bold;
	margin-bottom: 14px;
	text-transform: uppercase;
	color: #777;
}
.footer-widget a {
	color:#999;
}
.footer-widget a:hover {
	color:#ccc;
	text-decoration:none;
}
.footer-widget ul {
	width: auto;
	list-style: none;
	margin:0;
}
.footer-widget ul li {
	padding-bottom: 1px;
}
.footer-widget ul li a:hover {
}
.footer-widget ul .children {
}
.footer-widget ul ul {
	padding-left: 14px;
}
.footer-widget ul ul li {
	padding-bottom: 2px;
}

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

/* DROPDOWN MENU */
.nav ul, .top ul {
	position: absolute;
	top: -999em;
	z-index: 10;
}
.nav li, .top li {
	float: left;
	position: relative;
}
.nav a, .top a {
	display: block;
	float: left;
}
.nav li:hover ul,ul.nav li.sfHover ul, .top li:hover ul,ul.top li.sfHover ul {
}
.nav li:hover li ul,.nav li.sfHover li ul, .top li:hover li ul,.top li.sfHover li ul {
	top: -999em;
}
.nav li li:hover ul,ul.nav li li.sfHover ul, .top li li:hover ul,ul.top li li.sfHover ul {
	left: 136px;
	top: 0px;
}
.nav li:hover ul,.nav li li:hover ul, .top li:hover ul,.top li li:hover ul {
	top: -999em;
}
.nav li li, .top li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav li li a:link,.nav li li a:visited, .top li li a:link,.top li li a:visited {
	display: block;
	height: auto;
	float: left;
	color: #666;
	font-size: 13px;
}
.nav li li a:link,.nav li li a:visited {
}
.nav li:hover, .top li:hover {
	visibility: inherit;/* fixes IE7 'sticky bug' */
}
ul.nav ul, ul.top ul {
	background: #FFFFFF;
	border: 1px solid #dfdfdf;
	top: 92px !important;
	z-index: 9999px;
	display: none;
	z-index: 60;
	border-top: 0px;
}
ul.top ul {
	top: 33px !important;
	left: -10px !important;
}
ul.nav ul li, ul.top ul li {
	margin: 0px;
	border: 0;
}
ul.nav li:hover ul ul,ul.nav li.sfHover ul ul, ul.top li:hover ul ul,ul.top li.sfHover ul ul {
	top: -1px !important;
	left: 180px !important;
	border-top: 1px solid #ddd;
}
ul.nav ul li a, ul.top ul li a {
	font-size: 12px;
	color: #7f7e7e;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	width: 150px;
	letter-spacing: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}
ul.nav ul ul, ul.top ul ul {
	left: -181px !important;
}
ul.nav ul li a, ul.top ul li a {
	border-right: 0;
	padding: 10px 20px;
}
ul.nav ul li a:hover, ul.top ul li a:hover {
	color: #000;
	text-decoration: none;
}
ul.nav ul li.current-menu-item a, ul.top ul li.current-menu-item a {
	color: #4f4f4f;
	border: 0px;
}
ul.nav ul li.current-menu-item> ul li a, ul.top ul li.current-menu-item> ul li a {
	color: #4f4f4f;
}
ul.nav ul li.current-menu-item> ul li a:hover, ul.top ul li.current-menu-item> ul li a:hover {
	color: #4f4f4f;
}

/* TEAM PAGE */
.author-wrap {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #dfdfdf;
}
.author-wrap:last-child {
	border-bottom: 0;
}
.author-image {
	float: left;
	margin-right: 3%;
	width: 30%;
}
.author-image img {
	float: left;
}
.author-wrap img.avatar {
	float: left;
	position: relative;
	margin-right: 10px;
	width: 100%;
	height: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.author-image img:hover {
}
.author-info {
	float: left;
	width: 67%;
	text-align: left;
}
.team-page-grid .author-info {
	text-align: center;
}
.team-page-grid .author-social {
	display: inline;
	float: none;
}
ul.author-details {
	list-style: none;
	margin: 0;
}
ul.author-details li {
	margin-bottom: 0.3em;
	margin-left: 0;
}
ul.author-details li.author-info-bio {
	margin-bottom: 1em;
}
.author-social {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
ul.author-details li.author-info-name {
	margin-bottom: 0;
}
ul.author-details li.author-info-name h3 {
	font-size: 16px;
	margin-bottom: 0.3em;
}
ul.author-details li.author-info-position {
	color: #999;
	margin-bottom: 1em;
}

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

.team-page-grid .author-wrap .author-image {
	margin-right: 0;
	width: 100%;
	margin-bottom: 1em;
}
.team-page-grid .author-wrap .author-info {
	width: 100%;
}

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


li.icon-twitter a,
li.icon-facebook a,
li.icon-feed a,
li.icon-vimeo a,
li.icon-google-plus a,
li.icon-pinterest a,
li.icon-youtube a,
li.icon-link a,
li.icon-earth a {
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0;
	text-indent: -999em;
}
.menu-toggle:before {
	width: 17px;
	height: 20px;
	margin-right: 10px;
}
li.icon-twitter a:hover,
li.icon-facebook a:hover,
li.icon-feed a:hover,
li.icon-vimeo a:hover,
li.icon-youtube a:hover,
li.icon-google-plus a:hover,
li.icon-pinterest a:hover {
}
li.icon-twitter:hover,
li.icon-facebook:hover,
li.icon-feed:hover,
li.icon-vimeo:hover,
li.icon-youtube:hover,
li.icon-google-plus:hover,
li.icon-pinterest:hover,
li.icon-link:hover,
li.icon-earth:hover {
}
li.icon-twitter a,
li.icon-facebook a,
li.icon-feed a,
li.icon-vimeo a,
li.icon-youtube a,
li.icon-google-plus a,
li.icon-pinterest a,
li.icon-twitter a:hover,
li.icon-facebook a:hover,
li.icon-feed a:hover,
li.icon-vimeo a:hover,
li.icon-youtube a:hover,
li.icon-google-plus a:hover,
li.icon-pinterest a:hover,
li.icon-link a:hover,
li.icon-earth a:hover {
	background: transparent;
	padding: 0;
}
li.icon-twitter:hover > a,
li.icon-facebook:hover > a,
li.icon-feed:hover > a,
li.icon-vimeo:hover > a,
li.icon-youtube:hover > a,
li.icon-pinterest:hover > a,
li.icon-google-plus:hover > a {
}
li.icon-twitter a:before,
li.icon-facebook a:before,
li.icon-feed a:before,
li.icon-vimeo a:before,
li.icon-youtube a:before,
li.icon-google-plus a:before,
li.icon-pinterest a:before,
.menu-toggle:before,
li.icon-link a:before,
li.icon-earth a:before {
	font-family: 'ufo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #111;
	text-shadow: none;
}

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

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

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

.icon-images:before {
	content: "\e02e";
}
.icon-eye:before {
	content: "\e02f";
}
.icon-bag:before {
	content: "\e030";
}
.icon-basket:before {
	content: "\e031";
}
.icon-basket-2:before {
	content: "\e032";
}
.icon-search:before {
	content: "\e033";
}
.like-counter {
	float: right;
	margin-top: -3px;
}
.galleries .like-counter {
	margin-top: -6px;
}
.galleries.one-column .like-counter {
	margin-top: 0;
}
.meta .like-counter {
	margin: 0;
}
.like-counter a {
	font-size: 13px;
}
.like-counter .icon-heart {
	color: #bbb;
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
.like-counter .icon-heart:hover {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}

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

.comment-form-comment {
	padding-bottom: 0;
}
#commentbox h3 {
	font-size: 14px;
	text-transform: none;
}
.comment-meta a {
	font-size: 10px;
	color: #999;
}


/* SEARCHBAR */
.search-form {
	width: auto;
	float: left;
}
.search-form .s {
	border: 1px solid #dfdfdf;
	height: 22px;
	background: #FFF;
	font-size: 12px;
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	color: #444;
	margin-right: 0;
}
#top-container .search-form .s {
	border: 0;
	background: #FFF;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#searchbar {
	float: right;
	margin-top: 0;
	position: absolute;
	right: 30px;
}
#header-wrap-outer #searchbar {
	display: none;
	margin: 33px 0;
}
#header-wrap-outer .search-form .s {
	padding-right: 10px;
	width: 280px;
}
#search-toggle {
	float: right;
	padding: 37px 0 32px 13px;
}

span.search-button {
	float: left;
	position: absolute;
}
.search-form .searchsubmit {
	display: none;
}
.search-form .searchsubmit:hover {
}
#header .search-form .searchsubmit {
	top: -2px;
	box-shadow: none;
	border: 0;
	display: none;
}
#sidebar .search-form .s, #footer .search-form .s {
}
#sidebar .search-form, #footer .search-form {
	margin-top: 0;
	margin-bottom: 10px
}
#footer .search-form .s {
	width: 148px
}

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


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


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


/* UFO TWITTER WIDGET */
.ufo-twitter ul li {
	background: transparent;
	padding-left: 0px;
}
.ufo-twitter a {
}
.ufo-twitter a.readmore {
	text-transform: lowercase;
}
.ufo-twitter li p {
	padding-bottom: 4px;
}
.ufo-twitter ul li a {
	display: inline;
}
.ufo-twitter span.ufo-twitter-date {
	padding-bottom: 14px;
	display: block;
	font-size: 10px;
}
#footer .ufo-twitter a.readmore {
	display: none;
}

/* UFO RECENT POSTS WIDGET */
.ufo-recent {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 2px;
}
.ufo-recent .recent-thumb {
	padding: 3px;
	border: 1px solid #CACACA;
	float: left
}
.ufo-recent .recent-thumb img {
	float: left
}
.ufo-recent .thumb-wrap {
	float: left;
	margin-right: 8px;
}
.ufo-recent .meta {
	float: left;
	width: 210px;
	color: #909090;
	font-size: 10px;
}
.ufo-recent .meta a {
	color: #909090;
}
.ufo-recent .meta a:hover {
	color: #000000;
}
.ufo-recent .meta h4 a {
	font-family: Georgia,Helvetica,serif;
	font-style: italic;
	font-size: 13px;
	color: #3d3d3d !important;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
}
.ufo-recent .meta h4 a:hover {
	text-decoration: underline;
}
.ufo-recent .meta h4 {
	margin-bottom: 0px;
}
#footer .ufo-recent .meta {
	width: 66%;
}
#sidebar .ufo-recent .meta {
	width: 180px;
}


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

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

img[class*=align],img[class*=wp-image-],#left .gallery .gallery-icon img {
}

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


#copy-text {
}

/* WooCommerce */

#woo-ordering {
	float: left;
	width: 100%;
	margin-bottom: 23px;
	padding: 16px 0;
	border-bottom: 1px solid #DFDFDF;
}
.home #woo-ordering {
	display: none;
}

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

.single-product-image img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.images {
	width: 50%;
	float: left;
	max-width: 95%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.single-product #content {
	width: 75%;
}
.single-product.product-no-sidebar #content {
	width: 100%;
}
.summary {
	float: right;
	padding-left: 0px;
	width: 250px
}
.related, .upsells {
	margin-bottom: 10px;
}
.woocommerce_tabs, .related, .woocommerce-tabs {
	width: 100%;
	float: left;
	padding-bottom: 0;
}
.woocommerce_tabs .star-rating , .related .star-rating , .woocommerce-tabs .star-rating, .products .star-rating {
}
li.product .star-rating {
	float: left;
}
.home li.product .star-rating {
	display: none;
}
.entry-summary .star-rating {
	float: left;
	margin-bottom: 20px;
}
.product {
	float: left;
	width: 180px;
	margin-right: 15px;
	position: relative;
	margin-bottom: 20px;
}
.amount {
	color: #2abbf2;
}
del .amount {
	color: #bbb;
}
article.product {
	width: 100%;
	margin-right: 0;
}
.product a h3 {
	font-size: 13px;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
	width: 100%;
}
.product a h3:hover {
	text-decoration: underline;
}
.product .price {
	float: left;
	color: #2abbf2;
	width: 100%;
	font-size: 16px;
}
.product .price .amount {
	text-align: center;
}
.product a.button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: none;
	opacity: 1 !important;
}
.product a.button-info {
	background: #3d3d3d;
	margin-left: 96px;
}
.product .added {
	background: #2abbf2;
	color: #FFF;
	opacity: 1 !important;
	display: block !important;
}
.product-thumb-wrap {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	overflow: hidden;
	position: relative;
}

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

ul.cart_list li dl dd, ul.product_list_widget li dl dd {
	margin-bottom: 0 !important;
}
.single-product .product {
	width: 100%;
	margin-right: 0;
	margin-bottom: 4px;
}
.single-product .product span.onsale {
}
.single-product .product span.single-onsale {
	display: none;
}
.home-products {
	width: 100%;
	float: left;
	margin-top: 0;
	padding-bottom: 0;
}
.home-products .flex-direction-nav {
	position:absolute;
	top:-53px;
	right:30px;
}
.home .home-products .flex-direction-nav li .flex-prev {
	right:0;
	left:auto;
	opacity:1;
	padding:8px;
	margin-right:4px;
	font-size:10px;
}
.home .home-products .flex-direction-nav li .flex-next {
	left:0;
	right:auto;
	opacity:1;
	padding:8px;
	font-size:10px;  
}
.home-products .products {
	margin-bottom: 25px;
}
.sidebar-left .home-products {
	float: right;
}
.home-products .product {
	margin-bottom: 25px;
}
.archive .product {
	margin-bottom: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	margin-right: 40px;
}
.archive .product:hover, .related .product:hover {
}

span.onsale {
	position: absolute;
	top: -8px;
	padding: 10px 7px;
	color: #FFFFFF;
	z-index: 1;
	left: -8px;
	right: auto;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.tax-product_cat span.onsale {
	left: -8px;
	top: -8px;
	right: auto;
}

.home-products span.onsale {
	top: 0;
	left: 0;
}

li.product {
	float: left;
	width: 216px;
	margin-right: 15px;
	position: relative;
	margin-bottom: 20px;
}
li.product .product-thumb-wrap{
	height: 278px;
  text-align:center;
}
li.product a.button {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	background: #2d3032;
	opacity: 0;
	padding: 2px 6px;
	top: 0;
	bottom: auto;
	right: 0;
}
li.product a.button:before {
	content: "\e012";
	font-family: 'ufo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	vertical-align: middle;
}

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

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

li.product a.button:hover, li.product a.button.added {
	background: #2abbf2;
}

.added_to_cart {
	display: none;
}

.woocommerce_message a.button, .woocommerce-message a.button {
}

/* =WooCommerce
-------------------------------------------------------------- */

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

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

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

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

.single_variation_wrap {
	float: left;
	width: 100%;
}
p.stock {
	color: #999;
	padding: 0;
}
a.reset_variations {
	float: left;
	padding: 10px 0 0 0;
	text-decoration: underline;
}
form.cart .button {
	vertical-align: middle;
	float: left;
}
.product {
	position: relative
}

#breadcrumb, .woocommerce-breadcrumb {
	margin: 4px 0;
	padding: 0;
	color: #999;
	clear: both;
	float: left;
	font-size: 12px;
}

/* WOOCOMMERCE HEADER/CART MENU */
#cart-header-menu {
	width: 1050px;
	margin: 0 auto;
	height: 32px;
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
}

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

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

.dropdown_widget {
	position: absolute;
	width: 240px;
	list-style: none;
	z-index: 200;
	background: #FDFDFD;
	margin-top: 20px;
	padding: 0px 19px 0 19px;
	right: 0;
	top: 14px;
	display: block;
	color: #7F7E7E;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-moz-box-shadow: 0 0 60px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 60px rgba(0,0,0,0.2);
	box-shadow: 0 0 60px rgba(0,0,0,0.2);
}
#sidebar-top {
}
#shop-sidebar-title {
	margin-bottom: 18px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 8px;
	float: left;
	width: 100%;
}
#sidebar-top p {
	padding-bottom: 0;
	margin-bottom: 12px;
}
#header-wrap-outer {
	background: #FFF;
	box-shadow: 0 -2px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -2px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -2px 7px rgba(0,0,0,0.3);
}
#header-wrap-outer .dropdown_widget {
	right: -282px;
	position: fixed;
	top: 40px;
}
#header-wrap-outer .hidecart-icon {
	position: fixed;
	right: 0;
	cursor: pointer;
	background: white;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border: 1px solid #DFDFDF;
	border-right: 0;
	padding: 4px 6px 2px 6px;
	z-index: 201;
	width: 16px;
	height: 20px;
	display: none;
}
#header-wrap-outer .close-icon {
	background: url(../images/close.png) no-repeat 2px 2px #FDFDFD;
	text-indent: -9999em;
}
.dropdown_widget .update_succes {
	display: none
}
.dropdown_widget .hidden {
	display: none;
}
ul.product_list_widget li {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.dropdown_widget ul.product_list_widget li {
	border-bottom: 1px solid #eee;
	margin-bottom: 2px !important;
}
#sidebar ul.product_list_widget li {
	margin-bottom: 5px;
}
ul.product_list_widget li.empty {
	border: 0;
}
ul.product_list_widget li a {
	float: none;
	display: block;
}
ul.product_list_widget li .quantity {
	text-align: left;
	float: left;
}

.dropdown_widget ul.cart_list li a img {
	float: right;
	display: block;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
	margin: 0;
	width: 36px;
	height: auto;
}

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



h1.title-page {
	text-align: left;
	margin-bottom: 44px;
	color: #3d3d3d;
	line-height: 1.6em;
	font-size: 24px;
}
#breadcrumb {
}
/* #breadcrumb a.home, .woocommerce-breadcrumb a.home {
text-indent: -999em;
background: url(../images/home.png) no-repeat center center;
height: 18px;
width: 18px;
display: block;
float: left;
margin-right: 4px;
}
*/
.woocommerce-result-count {
	display: none
}
.term_description {
	display: none;
}
span.sku {
	float: left;
	width: 100%;
}


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

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


/*** TABS ***/
div.product .woocommerce_tabs, div.product .woocommerce-tabs {
	margin-top: 0;
	clear: both;
}
div.product .woocommerce_tabs ul.tabs, div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}
div.product .woocommerce_tabs ul.tabs li, div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #ccc;
	display: inline-block;
	position: relative;
	z-index: 0;
	margin: 0 1px;
	padding: 0.3em 1em;
	background: #eee;
	border-radius: 2px 2px 0 0;
}
.summary .from, .summary del .amount {
	font-size: 14px;
	color: #999;
}
.from {
	font-size: 13px;
	color: #999;
}
.archive .product .from {
	float: left;
}
div.product .woocommerce_tabs ul.tabs li a, div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .25em 0;
	font-weight: 400;
	color: #999;
}
div.product .woocommerce_tabs ul.tabs li a:hover, div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #3d3d3d;
}
div.product .woocommerce_tabs ul.tabs li.active, div.product .woocommerce-tabs ul.tabs li.active {
	color: #3d3d3d;
	z-index: 2;
	border-bottom: 2px solid #FAFAFA;
	background: transparent;
}
div.product .woocommerce_tabs ul.tabs li.active a, div.product .woocommerce-tabs ul.tabs li.active a {
	color: #3d3d3d;
}
div.product .woocommerce_tabs ul.tabs li:before,div.product .woocommerce_tabs ul.tabs li:after, div.product .woocommerce-tabs ul.tabs li:before,div.product .woocommerce-tabs ul.tabs li:after {
	border: 1px solid #ccc;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
div.product .woocommerce_tabs ul.tabs li:before, div.product .woocommerce-tabs ul.tabs li:before {
	left: -6px;
	border-width: 0 1px 1px 0;
}
div.product .woocommerce_tabs ul.tabs li:after, div.product .woocommerce-tabs ul.tabs li:after {
	right: -6px;
	border-width: 0 0 1px 1px;
}
div.product .woocommerce_tabs ul.tabs:before, div.product .woocommerce-tabs ul.tabs:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ccc;
	z-index: 1;
}

div.product .woocommerce_tabs h2, div.product .woocommerce-tabs h2 {
	margin-bottom: 18px;
	font-weight: 400;
}

table.shop_attributes {
	text-align: left;
	color: #4f4f4f;
}
.panel {
	margin-bottom: 14px;
}

.star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(../images/star.png) repeat-x left 0;
}
.star-rating span {
	background: url(../images/star.png) repeat-x left -32px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}
.hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}
p.stars:after {
	content: "";
	display: block;
	clear: both;
}
p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(../images/star.png) repeat-x left 0;
}
p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}
p.stars span a:hover,p.stars span a:focus {
	background: url(../images/star.png) repeat-x left -16px;
}
p.stars span a.active {
	background: url(../images/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}
p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}
p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}
p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}
p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}

.show_review_form {
	display: none;
}

#reviews h2 {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 18px;
}


#reviews .comment {
	float: left;
	margin: 8px 0;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	padding-bottom: 16px;
}
#reviews .comment .description {
}

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

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

/*** Related ***/
.related:after,.upsells.products:after {
	content: "";
	display: block;
	clear: both;
}
.related ul.products,.upsells.products ul.products,.related ul,.upsells.products ul {
	float: none;
}
.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li {
	width: 22%;
	padding: 0;
	border: 0;
	background: transparent;
	margin-right: 4%;
}
.related ul.products li img,.upsells.products ul.products li img,.related ul li img,.upsells.products ul li img {
	height: auto;
}
.related ul.products li a h3 {
}
.related ul.products .flexslider img, .upsells.products ul.products .flexslider img, .related ul .flexslider img, .upsells.products ul .flexslider img {
	padding: 0;
	border: 0;
}
input[type="button"].minus, input[type="button"].plus {
	width: 42px;
	height: 42px;
	background: #2d3032;
	text-align: center;
	border: 0;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	float: left;
}

input[type="button"].minus {
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-right: 1px solid #3d3d3d;
}

input[type="button"].plus {
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-left: 1px solid #3d3d3d;
}

input[type="button"].minus:hover, input[type="button"].plus:hover {
	background: #444;
}
.input-text.qty {
	position: relative;
	border: 0;
	height: 18px;
	margin: 0;
	color: #fff;
	text-align: center;
	padding: 1px !important;
	width: 45px;
	float: left;
	height: 40px;
	background: #2d3032;
}

table.shop_table td.product-name {
	max-width: 210px
}
.variations_form {
	width: 100%;
}

form.cart .button {
	padding: 4px 8px;
	background: #3d3d3d;
	color: #fff;
	border: 0;
	cursor: pointer;
}

form.cart .button {
	width: auto;
	padding: 8px 23px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	clear: left;
	margin-top: 10px;
	font-weight: bold;
}

.woocommerce_message, .info, .woocommerce-message, .woocommerce-error {
	margin-bottom: 26px;
	width: auto;
	padding: 8px;
	border: 1px solid #eaeaea;
	background: #fff;
	text-align: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: 400;
}
.woocommerce-error {
	border: 1px solid red;
	list-style: none !important;
}

.woocommerce_message .button, .woocommerce-message .button {
	background: transparent;
	border: 0;
	float: right;
}
.woocommerce-ordering {
	float: right;
	width: 21%;
}
.summary .price {
	font-size: 28px;
	color: #2abbf2;
	text-align: left;
}
.single_variation {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}
.summary .single_variation .price {
	margin: 10px 0 2px 0;
}

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

.product_meta {
	float: left;
	width: 100%;
	color: #999;
	margin-bottom: 20px;
}
.product_meta a {
	color: #999;
}
.product_meta a:hover {
	color: #000;
}
.product_meta span {
	float: left;
	width: 100%;
}
.product_meta span.sku {
	width: auto;
	float: none;
}

table.shop_table .checkout-button, form.cart .button, #place_order, .caption .button {
	width: 100%;
	padding: 8px 52px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: -1px;
	font-weight: normal;
	clear: left;
	margin-top: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: none repeat scroll 0 0 #2abbf2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table.shop_table .checkout-button {
	background: none repeat scroll 0 0 #2abbf2 !important;
	padding: 14px 40px;
}
#place_order {
	background: none repeat scroll 0 0 #2abbf2 !important;
	padding: 14px 40px;
}
form.cart .button {
	clear: none;
	float: right;
	margin: 0;
	width: auto;
	height: 42px;
}
.caption .button {
	margin-right: 2px;
	float: left;
	padding: 8px 0;
	text-align: center
}
#place_order {
	width: auto;
}


.summary {
	float: left;
	width: 43%;
	padding: 0;
	margin-top: 0px;
	margin-left: 2%;
}
.summary .upsells {
	display: none;
}
.upsells {
	float: left;
	width: 100%;
}

h1.title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 26px;
}

.single h1.title {
	margin-bottom: 5px;
}
.single-portfolio h1.title {
}
.single .meta {
	margin-bottom: 23px;
}

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

.nav-previous a, .nav-next a, .pagination-prev a, .pagination-next a {
}
.shop_table input[type="submit"] {
	float: none
}

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


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

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

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

table.shop_table {
	text-align: left;
	border-collapse: separate;
	float: left;
}
table.cart {
	width: 100%
}
table.shop_table th {
	color: #3d3d3d;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 9px 12px;
	border-top: 1px solid #E5E5E5;
}
td.product-price, td.product-subtotal {
	color: #2abbf2;
}
.my_account_orders .order-number {
	width: 18%
}
.cart th, .cart td {
	vertical-align: middle;
}

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

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

.dropdown_widget span.amount {
	color: #2abbf2
}

.button:hover {
	opacity: 0.9;
}

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

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

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

.orderby {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: block;
	color: #444;
	background: #fff;
	margin: 0;
	margin-top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #dfdfdf;
	padding: 8px 8px 8px 18px;
	background: url(../images/arrow.gif) 5px -32px no-repeat #fff;
	width: 100%;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

.form-row label {
	display: block;
}

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

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

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


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

#review_form label {
	float: left;
}

#review_form span.required {
	display: none
}

tr.total {
	font-size: 18px
}
tr.total span.amount {
	color: #2abbf2;
	font-size: 18px;
	font-weight: normal
}

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


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

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

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

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


/* BUTTONS */
a.slide-button {
	background-color: orange;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	line-height: 1;
	padding: 8px 16px;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	font: 400 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FCFCFC;
	float: left;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
a.slide-button:hover {
	opacity: 0.9;
}
h2.home-slide-title {
	color: #3d3d3d;
	font-size: 24px;
	float: left;
	clear: left;
	background: rgba(256, 256, 256, .4);
	padding: 6px 10px;
	margin-bottom: 0;
}
p.slider-caption {
	padding-bottom: 0;
	float: left;
	clear: left;
	background: rgba(256, 256, 256, .4);
	padding: 6px 10px;
	max-width: 60%;
	color: #3d3d3d;
}

/*
Prev/Next Nav
*/
.tp-leftarrow.large, .hs_wrap .flex-direction-nav li .flex-prev, #ss_wrap .flex-direction-nav li .flex-prev, .flex-direction-nav li .flex-prev {
	display: block ;
	background:#fff;
	left: 0;
	opacity: 0.8;
	color:#3d3d3d;
	border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
}
.tp-leftarrow.large:before, .hs_wrap .flex-direction-nav li .flex-prev:before, #ss_wrap .flex-direction-nav li .flex-prev:before, .flex-direction-nav li .flex-prev:before, #sb-nav-previous:before {
	content: "\e022";
	font-family:'ufo';
}

#sb-nav-close:before {
	content: "\e009";
	font-family:'ufo';
}
.slider-full .flex-direction-nav li .flex-prev {
	left: 0;
}
.tp-rightarrow.large, .hs_wrap .flex-direction-nav li .flex-next, #ss_wrap .flex-direction-nav li .flex-next, .flex-direction-nav li .flex-next {
	display: block ;
	background:#fff;
	right: 0;
	opacity: 0.8;
	color:#3d3d3d;
	border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
}
.tp-rightarrow.large:before, .hs_wrap .flex-direction-nav li .flex-next:before, #ss_wrap .flex-direction-nav li .flex-next:before, .flex-direction-nav li .flex-next:before, #sb-nav-next:before {
	content: "\e021";
	font-family:'ufo';
}
.slider-full .flex-direction-nav li .flex-next {
	right: 0;
}
.tp-leftarrow.large:hover, .hs_wrap .flex-direction-nav li .flex-prev:hover, #ss_wrap .flex-direction-nav li .flex-prev:hover, .flex-direction-nav li .flex-prev:hover, .tp-rightarrow.large:hover, .hs_wrap .flex-direction-nav li .flex-next:hover, #ss_wrap .flex-direction-nav li .flex-next:hover, .flex-direction-nav li .flex-next:hover {
	opacity: 1;
}
.page-template-page-home-3-php .related ul.products li {
	width: 176px;
}

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

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

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



/* GALLERY */
.gallery-img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#content .galleries article {
	float: left;
	padding-bottom: 0;
	margin-bottom: 20px;
	background: transparent;
	border-bottom: 0;
}
.galleries article h2 {
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 400;
}

.galleries .one-column article h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.galleries article h2 a {
	text-decoration: none;
}

.galleries article h2 a:hover {
	text-decoration: underline;
}
.galleries .gallery-image-wrap .zoom-icon {
	bottom: 46%;
	right: 22%;
}

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

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

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

.widget-gallery-wrap .gallery-img {
	background: #f9f9f9;
	padding: 5px;
	border: 1px solid #EAEAEA;
}
#index-page .galleries article {
	border: 0;
	margin-bottom: 24px;
	background: transparent;
}

.galleries article {
	background: transparent;
}

.gallery-image-wrap {
	float: left;
	margin-bottom: 14px;
	max-width: 100%;
	position: relative;
	margin-right: 20px;
}

.single-portfolio .thumb {
	margin-bottom: 14px;
	position: relative;
}
.single-portfolio .flexslider {
	margin-bottom: 15px;
}
.gallery-image-wrap img {
	float: left;
	max-width: 100%;
}

.single-gallery #left {
	width: 100%;
}
.post-type-archive #left, .tax-pcategory #left, .tax-ptag #left, .page-template-page-gallery-php #left {
	width: 100%;
}
.galleries {
	width: 100%;
	float: left;
	margin-top: 0;
}
.galleries article {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0;
	float: left;
	border-bottom: 0;
}

#home-portfolio .galleries article {
	margin-right: 2%;
	margin-left: 0;
	width: 32%;
}

/* One column portoflio layout */
.galleries .one-column article {
	width: 100%;
}
.galleries .one-column .gallery-image-wrap {
	width: 48%;
}

/* Four column potfolio layout */
.galleries .four-column article {
	width: 23%;
	margin: 0 1%;
}
.galleries .four-column article .gallery-image-wrap {
	max-width: 100%;
	margin-right: 0;
}

/* Three column potfolio layout */
.galleries .three-column article {
	width: 31%;
}
.galleries .three-column article .gallery-image-wrap {
	max-width: 100%;
	margin-right: 0;
}

/* Two column potfolio layout */
.galleries .two-column article .gallery-image-wrap {
	max-width: 100%;
	margin-right: 0;
}

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


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

.share {
	float: left;
	margin-right: 8px;
	text-decoration: none;
	color: #444;
}
.share:hover {
	color: red;
}

.home .home-products ul.products li ul.custom-controls li, .products ul.custom-controls li, .upsells .products ul.custom-controls li, .related ul.custom-controls li, ul.custom-controls li {
	display: block;
	height: 10px;
	width: 25%;
	background: #2d3032;
	float: left;
	margin: 0;
}
.upsells .products ul.custom-controls li:hover, .upsells .products ul.custom-controls li.active, .related ul.custom-controls li:hover, .related ul.custom-controls li.active, ul.custom-controls li:hover, ul.custom-controls li.active {
}
.upsells .products ul.custom-controls, .related ul.custom-controls, ul.custom-controls {
	position: absolute;
	z-index: 5;
	margin: 0;
	bottom: 0;
	display: none;
	width: 100%;
}

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

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

.icore-gallery {
	float: left;
	display: block;
}
.icore-gallery ul.custom-controls {
	top: 0;
	bottom: auto;
	display: block;
	position: relative;
	float: left;
	width: auto;
}
.icore-gallery ul.custom-controls li {
	width: 50px;
	height: 14px;
	cursor: pointer;
}
.icore-gallery .icon-arrow-left, .icore-gallery .icon-arrow-right-2 {
	float: left;
	font-size: 10px;
	background: #2d3032;
	padding: 2px;
}
.icore-gallery .icon-arrow-right-2 {
	float: -right;
}
#tags a {
	white-space: nowrap;
}
.post-format-content {
	margin-bottom: 16px;
	width: 100%;
	max-width: 100%;
	float: left;
}
.post-format-content-video p {
	padding: 0;
}

.portfolio-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
}
.portfolio-has-gallery {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2d2d2d;
	padding: 5px;
	height: 17px;
	color: #ddd;
}

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

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

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

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

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

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

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

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

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

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


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

.zoom img {
	display: block;
  height: auto !important;
	max-height: auto !important;
}
.zoomImg {
	display: block;
  height: auto !important;
	max-height: 800px !important;
}
.zoom img:selection {
	background-color: transparent;
}

#read-reviews {
	float: left;
	margin-left: 12px;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
#read-reviews:hover {
	color: #000;
}


.archive.shop-no-sidebar.woocommerce #content {
	width: 100%;
}
.archive.shop-no-sidebar.woocommerce .product {
	width: 22%;
	margin-right: 4%;
}

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


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

.container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

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

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

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

	.wrap-inside {
		width: 768px;
		padding: 0;
	}
	
	.home .home-products .flexslider ul.slides li {
		margin-right:30px;
		max-width:170px;
	}
	#home-widgets, #index-page, #entry-full {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	#footer-widgets {
		width: 100%;
	}


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

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

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

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

	.active-sidebar #left {
		width: 73%;
	}

	#sidebar .ufo-recent .meta {
		width: 180px;
	}

	#sidebar .ufo-recent .meta a:hover {
		color: #3d3d3d;
	}

	#copyright {
		width: auto;
	}

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

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

	.full-width {
		width: 728px;
	}

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

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

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

	li.product {
		width: 152px;
	}
li.product .product-thumb-wrap{
	height: 195px;
  text-align:center;
}

	.images {
		width: 100%;
	}

	.summary {
		width: 100%;
		padding: 0;
		margin-top: 20px;
		margin-left: 0;
	}
	.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li {
		width: 22%;
		margin-right: 4%;
	}

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

	.home .related ul.products li {
	}

	.cart-collaterals {
		width: 50%;
	}

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

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

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


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

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

	#featured-inside.laptop-slider {
		height: 400px;
	}

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

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

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

}



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

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

@media only screen and (max-width: 767px) {
	.container {
		width: 300px;
	}

	.wrap-inside {
		width: 300px;
	}
	
	.home .home-products .flexslider ul.slides li {
		margin-right:20px;
		max-width:140px;
	}

	#home-widgets, #index-page, #entry-full {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	#logo-wrap {
		margin-top: 15px;
	}

	.archive.shop-no-sidebar.woocommerce .product {
		width: 100%;
		margin-right: 0;
	}

	#footer-widgets {
		width: 260px;
	}

	#left {
		width: 100%;
	}

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


	h1.title {
		font-size: 24px;
	}

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

	h2.slide-title {
		font-size: 16px;
		margin-bottom: 0;
	}
	p.quote {
		font-size: 15px;
	}

	#sidebar {
		width: 100%;
		float: left;
		padding-left: 0;
		background: transparent;
	}

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

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

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

	ul.nav li {
		display: none;
	}

	#mobile_nav {
		display: block;
		margin-top: 4px;
		font-size: 16px;
		font-weight: normal;
	}

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

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

	.full-width {
		width: 300px;
	}

	h1.logo {
		font-size: 30px;
	}

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


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

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

	#tagline {
		padding-bottom: 10px;
	}
	h1.logo {
		margin-top: 26px;
	}

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

	.entry-right {
		width: 100%;
	}

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

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

	article .meta {
		margin-right: 0;
	}

	.entry-left {
		display: none;
	}

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


	h1.title, article h2 {
		font-size: 16px;
	}

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

	#tagline {
		padding-bottom: 0;
	}

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

	#content {
		width: 100%
	}

	.single-product #content {
		width: 100%;
	}
	.wrap-inside {
		padding: 0;
	}

	.summary {
		width: 100%;
		padding: 10px 0;
	}
	#main-menu-wrap {
		width: 100%;
	}
	#top-container .search-form .s {
		width: 246px;
	}
	#searchbar {
		margin-left: 0;
	}
	#search-toggle {
		float: right;
		padding: 15px 0 20px 13px;
	}
	#header-wrap-outer #searchbar {
		margin: 10px 0;
	}
	ul.top {
		float: left;
		width: 76%;
	}

	.images {
		width: 100%;
	}

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

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

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


	.cart-collaterals {
		width: 100%;
	}

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

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

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

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

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

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

	#home-widgets .home-widget {
		width: 96%;
		margin-right: 0 !important;
	}

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

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

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

	.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li {
		width: 100%;;
	}

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

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

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

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

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

	ul.top li {
		margin: 0 0 0 8px;
		border: 0;
	}
	#top-menu-wrap {
		padding: 0;
	}
	#cart-menu-inner {
	}

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

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

	#sidebar .widget-content {
		width: 96%;
	}
	#featured-inside.laptop-slider {
		height: 160px;
	}

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

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

	.galleries.four-column article {
		width: 100%;
		margin: 0;
	}
	
	.shop_table input[type="button"].minus, .shop_table input[type="button"].plus {
		width: 20px;
	}
	.shop_table .input-text.qty {
		width:30px;
	}
	
	.demo-icons li {
		width:100%;
	}

}

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

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

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 420px;
	}

	.wrap-inside {
		width: 420px
	}

	.home .home-products .flexslider ul.slides li {
		margin-right:20px;
		max-width:200px;
	}
	
	#home-widgets, #index-page, #entry-full {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

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

	.post-full .thumb {
		padding: 2%;
		max-width: 96%;
	}

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

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

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

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

	ul.nav li {
		display: none;
	}

	#mobile_nav {
		display: block;
		margin-top: 4px;
	}

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

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

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

	#footer-widgets {
		width: 380px;
	}

	.full-width {
		width: 420px;
	}

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

	#mobile_menu {
		width: 421px;
	}

	article .meta {
		margin-right: 0;
	}

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

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

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


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

	p.quote-second {
		width: 100%;
	}

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

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

	.weaccept {
		float: left;
	}

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

	#featured-inside.laptop-slider {
		height: 220px;
	}

}


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

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

.page-id-269 #woo-ordering, .page-id-261 #woo-ordering, .page-id-266 #woo-ordering {display:none;}

#featured-inside.laptop-slider .flex-direction-nav li .flex-prev, #featured-inside.laptop-slider .flex-direction-nav li .flex-next  {
	background:transparent;
	color:#eee;
}
