﻿/*
Theme Name: Cherry
Theme URI: http://aligator-studio.com/cherry
Author: Aligator Studio
Author URI: http://themeforest.net/user/aligatorstudio
Description: A semantic, HTML5, CSS3 canvas for Wordpress and WooCommerce plugin. Backend based upon Aligator WP Framework.
Version: 1.3.3
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
Tags:e-commerce, theme options, woocommerce
*/

@import url("wp_default.css");
	

body {
	/*font-size:62.5%;*/
	margin:0;
	padding:0;
	line-height:1.4em ;
}

a {
	
	text-decoration:none;
	color:#333;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover {
	color:#333;
	}
	
h1, h2, h3, h4, h5, h6 {
	text-align:left;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	line-height:1.3em;
}
	
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6{
	font-size: 1em;
}

pre {
	padding: 20px;
	background: url(images/transp_black.png);
	float: none;
	display: block;
	color:#fff;
	font-size:1.1em;
}
hr {
	height: 5px;
	border: 0;
	margin: 20px 0;
	padding: 0;
	clear:both;
}
fieldset {
	position: relative;
	border: 1px solid #E5E5E5;
	margin: 40px 0 10px 0;
	padding: 20px;
}


#searchform  {
	float:left;
}
#searchform div, #searchform input, #searchform label  {
	width: 100%;
	float:left;
	position:relative;
}
#searchform label {
	padding-bottom: 10px;
}
#searchform label.screen-reader-text{
	display:none;
}
#searchform input#s  {
	background: url(images/transp_black_2.png);
	height:2.78em;
	border: none;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	width:100%;
	font-size: 12px !important;
}
#searchform #searchsubmit{
	position:absolute;
	right:0;
	width: 34px;
	height: 32px;
	display: block;
	color:#fff;
	text-shadow:1px 1px 0 #666;
	font-size:0;
	text-indent:-2000px;
	text-transform:uppercase;
	background:url(images/search.png) no-repeat 60% center;
	-webkit-border-radius: 2px; -moz-border-radius: 2px;-ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;
	margin:5px 0px;
	padding:10px 15px;
	-webkit-box-shadow: none;-moz-box-shadow: none;-o-box-shadow: none; box-shadow: none;
	border:none;
}

/******************** MAIN CONSTRUCTION ************************/
#page {
	float:left;
	margin:0 auto;
	width:100%;
}

.content-width {
	clear: both;
	position:relative;
	width:1024px;
	margin:0 auto;
	padding:0;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
/* special content width */
.header-top .content-width {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* end -special content width */

header#branding {
	margin:0 auto;
	width:100%;
	float:left;
	position:relative;
	z-index:15;
}

#main {
	position:relative;
	width:100%;
	float:left;
	margin:0 auto;
	z-index:10
}
#primary {
	float:left;
	width:70%;
	position:relative;
}
#secondary {
	float:left;
	width:30%;
	position:relative;
}
#primary-home {
	width:100%;
}

#primary-float-right, #secondary-float-right {
	float:right;
}


footer#colophon {
	width:100%;
	float:left;
	z-index:10;
	position: relative;
}
/******************** end MAIN CONSTRUCTION ************************/


/**** Header ****/
.header-top{
	position: relative;
	margin:0;
	padding:0;
	min-height: 60px;
}
.header-main {
	position: relative;
	margin:0;
	padding:0;
	background:#fff url(images/bg/bg05.png);
}
.header-top #searchform {
	height: 60px;
	float:right;
	font-size: 0.75em;
}
.header-top #searchform div {
	float: right;
	margin: 15px 0;
}
.header-top #searchform #searchsubmit {
	background:none;
}

.header-top #searchform input#s
{
	background:url(images/search_back.png) no-repeat right center;
	margin: 0;
	position:absolute;
	right:0;
	background-color:transparent;
}
.header-top #searchform input#s {
	z-index:1;
	width:35px;
	margin: 0;
	height: 2.9em;
	font-size: 12px !important;
}
header#branding a.home-header-title {
	position:relative;
	z-index:5;
	float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
header#branding a.home-header-title .logo_back_color {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	z-index: 0;
}

header#branding h1{
	margin:40px 20px;
	float:left;
	

}
header#branding h1 img{
	vertical-align:middle;
	z-index: 1;
	position: relative;
}
#site-description {
	width: 94%;
	float: left;
	padding: 20px 3.1%;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: lowercase;
}

.shadow {
	pointer-events: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
	background:none !important;
	width:100%;
	position:absolute;
	left:0;
	z-index:11;
}
.shadow img {
	pointer-events: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
	background:none !important;
	float:left;
	width:100%;
}
.images .shadow {
	position:relative;
}
/**** end Header ****/



/**** Top menu *****/
/* for responsive 
#top-menu-dropdown { 
	margin:60px 10px 10px;
	display:none;
	width: 120px;
	position: relative;
	float: right;
}
#top-menu-dropdown .top-main-menu-container {
	width: 120px;
	margin: 0 auto;
}

#top-menu-dropdown select {
	font-size: 0.7em;
	text-transform: uppercase;
	width: 120px;
	margin: 0 auto;
}
*/

#top-menu,
#top-menu-responsive {
	line-height: 1em;
	position:relative;
	z-index:1001;
	float:right;
	font-size:0.78em;
	margin: 15px 0;
}
#top-menu-responsive {
	display:none;
}
.menu-toggler {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	width: 32px;
	display: none;
	height: 32px;
}

#top-menu  ul ,
#top-menu-responsive  ul 
{
	list-style:none;
	padding:0;
}
#top-menu  ul li,
#top-menu-responsive  ul li
 {
	position:relative;
	display:inline-block;
}
#top-menu  ul li a  ,
#top-menu-responsive  ul li a  {
	display: block;
	color:#fff;
	text-shadow:1px 1px 0 #333;
	background:#C41E3A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-left:10px;
	padding:10px 15px;
	min-height:15px;
}

/**** end Top menu *****/


/**** Main menu *****/

#main-menu-dropdown { /* for responsive */
	display:none;
	left:0;
	width:90%;
	margin:10px 5%;
}
#main-menu-dropdown .menu-main-menu-container {
	width: 300px;
	margin: 0 auto;
}

#main-menu-dropdown select {
	font-size: 12px;
	text-transform: uppercase;
	width: 300px;
	margin: 0 auto;
}


#main-menu {
	position: relative;
	margin: 40px 0;
	font-size: 0.8em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	z-index: 1000;

}
#main-menu > ul {
	float:left;
	list-style:none;
	padding:0;
	margin: 0;
}

#main-menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(images/menu_separator.png) no-repeat right center;
}
#main-menu ul li:last-child {
	background:none;
}
#main-menu ul li a  {
	margin-right: 2px;
	padding: 15px 18px 15px 18px;
	display: block;
	color:#fff;
	text-shadow:1px 1px 0 #333;
	text-transform:uppercase;
}

#main-menu ul li a span {
	display:none; /* in the future release */
}

/* hover is defined in skins css and options/styles.php */

#main-menu ul li:first-child a {
	padding-left:20px;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	-ms-border-radius: 2px 0px 0px 2px;
	-o-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
}
#main-menu ul li:last-child a {
	margin-right:0px;
	padding-right:20px;
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-ms-border-radius: 0px 2px 2px 0px;
	-o-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
}
/* submenu 1st level*/
#main-menu ul li ul.sub-menu,
#main-menu2 ul li ul.sub-menu,
#top-menu ul li ul.sub-menu ,
#top-menu-responsive ul li ul.sub-menu {
	width:150px;
	z-index:1;
	display:none;
	position: absolute;
	left: 0;
	padding: 5px;
	background: url(images/white_transparent_4.png);
	/*border:1px solid #666;*/
	font-size: 0.85em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius:2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 10px 15px rgba(20, 20, 20, 0.3);
	-moz-box-shadow:    0px 10px 15px rgba(20, 20, 20, 0.3);
	box-shadow:         0px 10px 15px rgba(20, 20, 20, 0.3);
}


#main-menu ul li ul.sub-menu .sub_arrow ,
#main-menu2 ul li ul.sub-menu .sub_arrow ,
#top-menu ul li ul.sub-menu .sub_arrow ,
#top-menu-responsive ul li ul.sub-menu .sub_arrow {
	position: absolute;
	top: -9px;
	width: 17px;
	height: 9px;
	background: url(images/submenu_arrow.png) no-repeat center;
} 
#main-menu ul li ul.sub-menu li ,
#main-menu2 ul li ul.sub-menu li ,
#top-menu ul li ul.sub-menu li ,
#top-menu-responsive ul li ul.sub-menu li {
	left:0;
	display:block;
	background:none;
	border-bottom:1px dotted #999;
	clear:both;
	float:none;
}
#main-menu ul li ul.sub-menu li a,
#main-menu2 ul li ul.sub-menu li a,
#top-menu ul li ul.sub-menu li a ,
#top-menu-responsive ul li ul.sub-menu li a {
	display: block;
	background: none;
	margin:0;
	color:#333 !important;
	text-shadow:1px 1px 1px #e5e5e5;
}
#main-menu ul li ul.sub-menu li a:hover ,
#main-menu2 ul li ul.sub-menu li a:hover ,
#top-menu ul li ul.sub-menu li a:hover ,
#top-menu-responsive ul li ul.sub-menu li a:hover {
	background:url(images/bg/bg06.png);
	color:#fff !important;
	text-shadow:1px 1px 0 #333;
}
#main-menu ul li ul.sub-menu li:last-child ,
#main-menu2 ul li ul.sub-menu li:last-child ,
#top-menu ul li ul.sub-menu li:last-child ,
#top-menu-responsive ul li ul.sub-menu li:last-child {
	border-bottom:none;
}

/* submenu 2nd level*/
#main-menu ul li ul.sub-menu li ul.sub-menu ,
#main-menu2 ul li ul.sub-menu li ul.sub-menu ,
#top-menu ul li ul.sub-menu li ul.sub-menu ,
#top-menu-responsive ul li ul.sub-menu li ul.sub-menu {
	display: none;
	font-size: 1em;
	left: 150px;
	top: -5px;
}
#main-menu ul li ul.sub-menu li ul.sub-menu .sub_sub_arrow,
#main-menu2 ul li ul.sub-menu li ul.sub-menu .sub_sub_arrow ,
#top-menu ul li ul.sub-menu li ul.sub-menu .sub_sub_arrow ,
#top-menu-responsive ul li ul.sub-menu li ul.sub-menu .sub_sub_arrow 
{
	margin-top: -8px;
	left: -9px;
	position: absolute;
	top: 17px;
	width: 9px;
	height: 17px;
	background: url(images/sub_sub_arrow.png) no-repeat center;
} 


/**** end Main menu *****/

/**** Main menu style 2 *****/
#main-menu2 {
	position: absolute;
	margin: 20px 0;
	font-size:0.8em;
	z-index: 1000;
	bottom:0;
	right:0;
}
#main-menu2 > ul {
	display:block !important ;
	list-style:none;
	padding:0;
	margin:15px 0;
	margin-bottom:0;
}
#main-menu2 ul li ul.sub-menu{
	margin:0;
	left:5px;
}

#main-menu2 ul li {
	position: relative;
	display:inline-block;
	float:left;
}
#main-menu2 ul li a  {
	margin-left:5px;
	display: block;
	color:#fff;
	text-shadow:1px 1px 0 #333;
	text-transform:uppercase;
	background:#C41E3A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding:10px 15px;
}

#main-menu2 ul li a span {
	display:none; /* in the future release */
}
/*** end  Main menu style 2 ***/

#top-menu ul li.has-children a,
#top-menu-responsive ul li.has-children a,
#main-menu ul li.has-children a,
#main-menu2 ul li.has-children a {
	padding-right:25px;
}
.has-children a .plus {
	position: absolute;
	top:25%;
	right:10px;
	font-weight:normal;
}
.sub-menu .has-children a .plus {
	font-size:1.2em;
}
/* is menu item has children 
#top-menu ul li.has-children a,
#top-menu-responsive ul li.has-children a,
#main-menu ul li.has-children a,
#main-menu2 ul li.has-children a {
	padding-right:25px;
}
#top-menu ul li.has-children:after ,
#top-menu-responsive ul li.has-children:after ,
#main-menu ul li.has-children:after ,
#main-menu2 ul li.has-children:after  {
	width: 15px;
	background: url(images/arrow_down.png) no-repeat center center;
	right: 4px;
	bottom: 45%;
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	color:#000;
	font-size:1.2em;
}
#top-menu ul.sub-menu li.has-children a,
#top-menu-responsive ul.sub-menu li.has-children a,
#main-menu ul.sub-menu li.has-children a,
#main-menu2 ul.sub-menu li.has-children a {
	padding-right:25px;
}
#top-menu ul.sub-menu li.has-children:after,
#top-menu-responsive ul.sub-menu li.has-children:after,
#main-menu ul.sub-menu li.has-children:after,
#main-menu2 ul.sub-menu li.has-children:after  {
	width: 5px;
	background: url(images/arrow_right.png) no-repeat center center;
	right: 4px;
	bottom: 45%;
	position: absolute;
	content: " ";
	display: block;
	height: 15px;
	color:#000;
	font-size:1.2em;
}*/
/* is menu item has children */

/* ||||||||||||||||||||||||| end the menu part |||||||||||||||||||||||||||*/

/*********** MAIN CONTENT blog, single, products, pages etc. *************/
#content {
	position:relative;
	padding:40px;
	font-size:0.78em;
	line-height: 1.6em;
}

/*content headings*/
#content h1, #content h2 ,#content h3 ,#content h4 ,#content h5 ,#content h6 {
	clear:both;
	text-shadow: 1px 1px 0px #F2F2F2, 1px 2px 0px #e8e8e8;
} 

.page-header {
	margin-bottom: 40px;
	padding-bottom: 5px;
}
.page-header h1.page-title {
	font-size: 2.55em;
	padding-bottom: 10px;
}
.post-type-archive-product .page-header,
.tax-product_cat .page-header ,
.tax-product_tag .page-header {
	margin-right:0px;
}


/* breadcrumbs */
#crumbs, #breadcrumb {
	z-index: 2;
	position: relative;
	margin: 0 0 20px;
	font-size: 0.95em;
	padding: 0;
	color: #777
}


/* entry content */
.entry-content {
	float:left;
	width:100%;
}
.entry-content img{
	max-width:100%;
}

.hentry {
	position: relative;
	/*overflow: auto;*/
	margin-bottom:40px;

}
.hentry:after {
	content: "";
	clear:both;
	float:none;
}

.entry-image {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}


.entry-content ul {
	list-style-type: disc;
	padding-left:20px;
	margin:20px 0;
} 

.entry-content ol {
	list-style-type:decimal;
	padding-left:20px;
	margin:20px 0;
}

.entry-content table {
	margin:20px 0;
	
}
.entry-content table,
.entry-content table th,
.entry-content table td{
	border:1px solid rgba(180,180,180,0.4);
	padding:10px;

} 

.entry-content table th {
	font-weight:bold;
	border-bottom-width:3px;
	text-align:left;
}


.featured-image, 
.featured-image img.wp-post-image,
.featured-image img.attachment-image
 {
	float: left;
	width:100%;
	height:auto;
	position:relative;
}
.featured-image .img-holder{
	overflow:auto;
}


.hentry p {
	margin:20px 0;
}
.archive article p,
.category article p,
.author article p ,
.single article p {
	float:left;
	width:100%;
}
.entry-header {
	clear:both;
	margin-bottom: 20px;
	padding-bottom: 5px;
	
}
.entry-header h1.entry-title
{
	padding-right: 30px;
	padding-bottom: 10px;
}

span.search-results {
	font-style:italic;
}

p.read-more a {
	float:right;
}
p.read-more:after {
	content: "";
	display:block;
	clear:both;
}



/* navigation - default */

nav#nav-below,
nav#nav-above,
.navigation
 {
	clear:both;
	padding:0 0 40px;
}
nav#nav-above {
	margin-bottom:20px;
}
nav#nav-below .nav-previous ,
nav#nav-above .nav-previous,
.navigation .nav-previous
 {
	float:left;
	padding-left: 20px;
	background: url(images/arrow_prev.png) no-repeat left center;
}
nav#nav-below .nav-next ,
nav#nav-above .nav-next,
.navigation .nav-next
{
	padding-right: 20px;
	background: url(images/arrow_next.png) no-repeat right center;
	float: right;
}


.accent {
	width:100%;
	margin:0 auto;
	position:relative;
}
article .accent ,
.hentry .accent {
	margin-top:40px;
}
.accent span.color { 
	margin-left: -20px;
	background-color: #C41E3A;
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 100%;
}
.accent span.image {
	display:block;
	height:2px;
	margin:0 40px;
	background: url(images/headings_line_medium_light.png);
}

/*
.archive article .accent span.color,
.category article .accent span.color,
.author article .accent span.color,
.single article .accent span.color,
.page article .accent span.color
{
	left:0px;
}
*/
.archive article .accent span.image,
.category article .accent span.image,
.author article .accent span.image,
.single article .accent span.image ,
.page article .accent span.image 
{
	margin:0px;
}


/* == ENTRY META  == */
.entry-meta{
	z-index: 2;
	position: relative;
	font-size: 0.95em;
	color:#e5e5e5;
	text-shadow:1px 1px 0 #000;
	float: right;
	background: url(images/headings_line_dark.png);
	height: 30px;
	width: 100%;
	right: 0;
}

.entry-meta .date-time {
	position: relative;
	z-index: 1;
	color:#fff;
	text-align:right;
	float:right;
	text-shadow:1px 1px 0 #000;
}

.entry-meta .byline_meta a,
.entry-meta .cat_meta a ,
.entry-meta .tag_meta a,
.entry-meta .comments_meta a
{
	color:#fff;
	text-shadow:1px 1px 0 #000:
}
time, .entry-date {
	padding: 5px;
	display: block;
}

.entry-meta .day-month  {
	padding: 5px 0;
}

.entry-meta .year {
	padding: 0 5px 5px 5px;
	clear: both;
	font-size: 1.1em;
}

.entry-meta .byline_meta,
.entry-meta .cat_meta,
.entry-meta .tag_meta ,
.entry-meta .comments_meta 
{
	float: left;
	padding: 5px;
	width: 15px;
	height: 15px;
	display: block;
	position: relative; 
}

.entry-meta .byline_meta {
	background: url(images/meta-icon-author.png) no-repeat center 8px;
}

.entry-meta .cat_meta {
	background: url(images/meta-icon-category.png) no-repeat center 9px;
}

.entry-meta .tag_meta {
	background: url(images/meta-icon-tag.png) no-repeat center 8px;
}

.entry-meta .comments_meta {
	background: url(images/meta-icon-comment.png) no-repeat center 9px;
}

.entry-meta .byline_meta:hover,
.entry-meta .cat_meta:hover,
.entry-meta .tag_meta:hover,
.entry-meta .comments_meta:hover 
{	
	cursor:pointer;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:0.80;
}

.entry-meta .author ,
.entry-meta .cat_meta .links,
.entry-meta .tag_meta .links,
.entry-meta .comments_meta .links
{
	display: none;
	position: absolute;
	background: url(images/transp_black_4.png);
	width: 150px;
	padding: 5px;
	top: 40px;
	left: 0;
	text-align:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.entry-meta-arrow {
	padding: 10px 10px 0 10px;
	background: url(images/meta-arrow.png) no-repeat center;
	display: block;
	width: 8px;
	height: 15px;
	position: absolute;
	top: -17px;
	left: 0px;
}

/* === end entry-meta === */

/*********** END MAIN CONTENT *************/



/*********** COMMENTS, REVIEWS *************/
#comments h3#comments-title{
	margin:20px 0;
	padding: 0 0 20px;
}

#comments ol.commentlist {
	float:left;
	margin: 0;
	width: 100%;
	background: 0;
}
.commentlist .comment {
	background: url(images/sub_sub_arrow.png) no-repeat 42px 10px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}
#comments ol.commentlist li.comment{
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	background: 0;
	border: 0;
}

#comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	background: #F7F6F7;
	border: 1px solid #F0EEF0;
	margin: 0;
	line-height: 1;
}
#comments ol.commentlist li .comment-content {
	margin: 0 0 0 50px;
	border: 1px solid #F0EEF0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 1em 1em 0;
	-webkit-box-shadow: 3px 3px 5px rgba(10, 10, 10, 0.1);
	-moz-box-shadow: 3px 3px 5px rgba(10, 10, 10, 0.1);
	box-shadow: 3px 3px 5px rgba(10, 10, 10, 0.1);
}

#comments ol.commentlist .vcard-meta {
	margin: 0 0 1em;
	float: left;
	width: 100%;
	font-size: 0.98em;
}
#comments ol.commentlist .comment-author ,
#comments ol.commentlist .comment-meta {
	float:left;
}
#comments ol.commentlist .comment-meta time {
	padding:0;
}
#comments ol.commentlist .vcard cite.fn {
font-style: normal;
}
#comments ol.commentlist li p {
	margin: 0 0 1em;
}
#comments ol.commentlist .reply {
	bottom: 10px;
	position: absolute;
	right: 10px;
}
#comments #commentform {
	position:relative;
}

#comments #commentform p {
	border-bottom: 1px dotted #CCC;
	float: left;
	width: 100%;
	display: block;
	border-bottom: 1px dotted rgba(150, 150,150, 0.4);
}
#comments #commentform p.comment-notes .required{
	position:relative;
	left:0;
	top:0;
}
#comments #commentform p  .required{
	position:absolute;
	left:67%;
	top: 5px;
}

#comments #commentform label {
	display:inline-block;
	width:15%;
	float:left;
	padding:10px;
}
#comments #commentform input {
	margin: 10px 0;
	display:inline-block;
	width:50%;
	float:left;
}
#comments #commentform input#submit {
	width:auto;
	margin-bottom:40px;
}

#respond h3#reply-title {
	margin:20px 0;
	padding: 0 0 20px;
}
#respond .comment-form-comment textarea {
	font-size: 1.2em;
}
#respond p.logged-in-as,
#respond p.comment-form-comment ,
#respond p.comment-form-comment label ,
#respond p.form-allowed-tags {
	padding:0px 0 10px;
}
#respond p.form-allowed-tags code {
	padding: 10px 0;
	display: block;
	font-size: 1.1em;
	clear: both;
}
.commentlist .children {
	clear:both;
	padding-left: 50px;
}

.commentlist .children ul.children .comment-content{
	background:url(images/headings_line_medium.png);
}
.commentlist .children ul.children li ul.children .comment-content,
.commentlist .children ul.children li ul.children li ul.children .comment-content {
	background:url(images/headings_line_dark.png);
}

#reviews .comment-text .meta time {
	display:inline;
}

/*********** end COMMENTS, REVIEWS *************/



/*********** SECONDARY CONTENT *************/
#secondary aside, #secondary .widget {
	margin:40px;
}

/*********** END SECONDARY CONTENT *************/


/*********** FOOTER *************/

#footer-content {
	line-height:1.4em;
	position: relative;
	overflow:auto;
	padding: 40px 0;
	width: 100%;
	color:#fff;
}
#footer-content a {
	color:#fff;
	text-shadow:1px 1px 0 #000;
}
#footer-content > ul {
	float:left;
	width:100%;
	height:auto;
}
#footer-content > ul > li {
	float:left;
	display:inline;
}
#footer-content #site-generator {
	width: 100%;
	float: left;
	font-size: 0.75em;
}
.site-generator-content {
	padding-top: 20px;
	margin: 20px 40px 0;
}
/*end general footer construct*/


/*********** end FOOTER *************/


/************* WIDGETS GENERAL *****************/
.widget {
	display: block;
	margin: 0 40px;
	clear: both;
	font-size: 0.9em;
}
.widget h3, .widget h4 {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.widget > ul {
	margin-bottom:20px;
	font-size:0.8em;
}
.widget ul li {
	position:relative;
	display:block;
	clear:both;
	overflow: auto;
}
.widget ul li a {
	padding: 10px 0;
	display: block;
	position: relative;
}
.widget ul li ul.children, .widget .sub-menu {
	padding-left:20px;
}

/*WP DEFAULT widgets*/
.widget_nav_menu ul.menu {
	font-size:0.85em;
	margin-bottom:40px;
}

#wp-calendar {
	font-size: 0.85em;
	width:100%;
	border-collapse:separate;
	border-spacing: 2px;
}
#wp-calendar caption {
	padding: 10px;
}
#calendar_wrap {
	margin-bottom: 40px;
	padding: 5px;
}
#wp-calendar thead tr th {
	padding:2px;
}
#wp-calendar tr td {
	padding:5px;
	text-align: center;
}
#wp-calendar tr td#today{
}
#wp-calendar a {
	font-weight:bold;
}

.tagcloud, .textwidget {
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.textwidget {
	padding-bottom: 20px;
	font-size:0.85em;
}

.tagcloud a {
	display:inline-block;
	font-size: 0.95em !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background:url(images/transp_black_2.png);
	margin-bottom: 1px;
	padding:0 10px;
	color:#ccc;
}
.tagcloud a:hover{
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:0.50;
}




#recentcomments li {
	padding:10px 0;
}
#recentcomments li a {
	font-weight: bold;
	border-top: none !important;
}

.widget_login form {
	font-size:0.9em;
}
.widget_login form input{
	width:100% !important;
	margin: 10px 0 !important;
}

.widget_login form a {
	clear:both;
	display:block;
	margin:10px 0;
}

.widget_login form p label {
	display:block;
}
/* end WP DEFAULT widgets*/

/* widget social (with theme social links too)*/




.cherrysocialwidget .buttons {
	padding-bottom: 20px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}


.cherrysocialwidget .buttons a,
.social a
{
	float:left;
	display:inline-block;
	width:32px;
	height:32px;
	background:url(images/social_sprite.png) no-repeat;
}

.social {
	position: absolute;
	padding: 15px 20px 5px 0;
}

.social_responsive, .social_responsive .social{
	display:none;
}
.social_responsive .social
.social_desktop {
	
}
.social-toggler {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	width: 32px;
	display: block;
	height: 32px;
	margin: 15px 0 0 10px;
}


.buttons a.soc_rss,
.social a.soc_rss
{
	background-position:-96px 0;	
}
.buttons a.soc_rss:hover,
.social a.soc_rss:hover
{
	background-position:-96px -32px;	
}
.buttons a.soc_twitter,
.social a.soc_twitter
{
	background-position:-32px 0;
}
.buttons a.soc_twitter:hover,
.social a.soc_twitter:hover
{
	background-position:-32px -32px;
}
.buttons a.soc_facebook, 
.social a.soc_facebook
{
	background-position:0 0;
}
.buttons a.soc_facebook:hover ,
.social a.soc_facebook:hover
{
	background-position:0 -32px;
}
.buttons a.soc_flickr,
.social a.soc_flickr
{
	background-position:-128px 0;
}
.buttons a.soc_flickr:hover,
.social a.soc_flickr:hover
{
	background-position:-128px -32px;
}
.buttons a.soc_gplus,
.social a.soc_gplus
{
	background-position:-160px 0;
}
.buttons a.soc_gplus:hover,
.social a.soc_gplus:hover
{
	background-position:-160px -32px;
}
.buttons a.soc_youtube,
.social a.soc_youtube
{
	background-position:-64px 0;
}
.buttons a.soc_youtube:hover,
.social a.soc_youtube:hover
{
	background-position:-64px -32px;
}
.buttons a.soc_linkedin,
.social a.soc_linkedin
{
	background-position:-192px 0;
}
.buttons a.soc_linkedin:hover,
.social a.soc_linkedin:hover
{
	background-position:-192px -32px;
}
.buttons a.soc_pinterest,
.social a.soc_pinterest
{
	background-position:-256px 0;
}
.buttons a.soc_pinterest:hover,
.social a.soc_pinterest:hover
{
	background-position:-256px -32px;
}
.buttons a.soc_dribbble,
.social a.soc_dribbble
{
	background-position:-224px 0;
}
.buttons a.soc_dribbble:hover,
.social a.soc_dribbble:hover
{
	background-position:-224px -32px;
}

/* end widget social*/


/* widget featured and latest thumbs */
.featured-products-images-widget , .latest-products-images-widget {
	padding-bottom: 40px;
	float: left;
	margin-bottom: 20px;
}

/* end widget featured and latest thumbs */

/* Woo widgets */
.widget_shopping_cart .buttons {
	margin: 20px 0 40px;
	float: right;
	width: 100%;
}
.widget_shopping_cart .buttons a, .widget_shopping_cart .buttons a:hover {
	margin-left: 10px;
	float: right;
	text-shadow: none;
	font-weight: normal;
	font-size: 1em;
	padding: 10px;
}
/*end Woo widgets */

/************* end WIDGETS GENERAL *****************/


/*********** SPECIFIC WIDGET AREAS *************/
/** SECONDARY widgets **/

#secondary h3 {
	margin-bottom:20px;
}

#secondary  .widget > ul {
	border-bottom:1px dotted rgba(100,100,100,0.3);
}

#secondary .widget ul li a {
	border-top:1px dotted rgba(100,100,100,0.3);
}


#secondary .widget_nav_menu ul.menu {
	border-bottom:1px solid #ccc;
}

#secondary #wp-calendar caption {
}
#secondary #calendar_wrap {
	background: url('images/transp_black_3.png');
}
#secondary #wp-calendar thead tr th {
}
#secondary #wp-calendar tr td {
	background: url('images/transp_black_3.png');
}
#secondary #wp-calendar tr td#today{
	background:#e5e5e5;
}
#secondary #wp-calendar a {
	color:#fff;
	text-shadow:1px 1px 1px #000;
}


#secondary #searchform {
	width: 100%;
	margin-bottom:40px;
	font-size: 0.8em;
}
#secondary #searchform input#s {
	text-shadow: none;
	border-color: #666 #CCC #CCC #666;
	color: #333;
	height: 2.7em;
	font-size: 1em;
	clear: left;
	width: 100%;
	background: url(images/white_transparent.png);
}


#secondary #recentcomments li {
	border-top: 1px dotted rgba(100, 100, 100, 0.3);
}

#secondary .featured-products-images-widget img.wp-post-image,
#secondary .featured-products-images-widget img.attachment-shop_thumbnail,
#secondary .latest-products-images-widget img.wp-post-image,
#secondary .latest-products-images-widget img.attachment-shop_thumbnail
{
	width:52px;
	height:52px;
	float: left;
}
#secondary .widget-post-thumbs {
	margin:5px 10px 5px 0;
}

#secondary .widget-post-thumbs img.wp-post-image,
#secondary .widget-post-thumbs img.attachment-shop_thumbnail,
#secondary .widget-post-thumbs img.attachment-featured-image,
#secondary .latest-products-images-widget img.wp-post-image,
#secondary .latest-products-images-widget img.attachment-shop_thumbnail,
#secondary .latest-products-images-widget img.attachment-featured-image
{
	width:100%;
	height:auto;
	float: left;
}
#secondary .widget-post-thumbs .zoom-link a.link {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border:none;
}
/** end SECONDARY widgets **/


/** TOP SHOP BAR **/

#shop-bar {
	z-index: 1002;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-ms-border-radius: 0px 0px 2px 2px;
	-o-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	-webkit-box-shadow: 0px 8px 12px rgba(10, 10, 10, 0.5);
	-moz-box-shadow:    0px 8px 12px rgba(10, 10, 10, 0.5);
	box-shadow:         0px 8px 12px rgba(10, 10, 10, 0.5);
}
#shop-bar h3,
#shop-bar h4 {
	margin-bottom: 10px;
	color: #CECECE;
}
#shop-ribbon {
	background: url(images/icons_set/shopping_cart.png) no-repeat 10px 18px;
	z-index: 10;
	position: absolute;
	color: white;
	text-shadow: 1px 1px 0 #333;
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius:0px 0px 2px 2px;
	-ms-border-radius: 0px 0px 2px 2px;
	-o-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	margin-left: 10px;
	right: 0px;
	bottom: -64px;
	width: 120px;
	height: 65px;
	display: block;
	cursor:pointer;	
	-webkit-box-shadow: 0px 8px 12px rgba(10, 10, 10, 0.5);
	-moz-box-shadow:    0px 8px 12px rgba(10, 10, 10, 0.5);
	box-shadow:         0px 8px 12px rgba(10, 10, 10, 0.5);
}
#shop-ribbon:hover {
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:0.80;
}
#shop-ribbon span.cart-icon {
	position: absolute;
	display: block;
	top: -5px;
	left: 25px;
	margin-left: -20px;
	width: 40px;
	height: 18px;
	background: url(images/shop-ribbon.png) no-repeat;
	background-position: center top;
}
#shop-ribbon span.cart-icon2 {
	background-position:center bottom;
}
#shop-bar #shop-bar-close {
	display:none;
	position:absolute;
	top:10px;
	right:10px;
	width: 16px;
	height: 16px;
	background: url(images/close.png) no-repeat center bottom;
	cursor: pointer;
	-moz-opacity:.40; filter:alpha(opacity=40); opacity:0.4;
}
#shop-bar #shop-bar-close:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}


#shop-ribbon span.cart-contents {
	float: right;
	min-width:60px;
	line-height: 1em;
	display: block;
	margin: 10px;
	color: white;
	text-shadow: 1px 1px 0 rgba(20, 20, 20, 0.7);
	font-size: 0.75em;
	text-align: right;
}

#shop-ribbon span.cart-contents span.amount { 
	border-top: 1px dotted rgba(255, 255, 255, 0.5);
	margin: 8px 0;
	display: block;
	padding: 8px 0;
}

#shop-bar-widgets-holder {
	background: url(images/shop-ribbon-back.png) repeat-x;
	width:100%;
	float:left;
}
.shop-bar-widget-item {
	background: url(images/shop-ribbon-border.png) repeat-y top right;
	position:relative;
	height:250px;
	margin:40px 0;
	float:left;
}
.scroll {
	overflow:hidden;
	position: relative;
	height: 250px;
}
.shop-bar-widget-item:last-child {
	background:none;
}
.shop-bar-widget-item section {
	/*height: 220px;
	overflow: auto;*/
	margin:0 20px;
}
#shop-bar, #shop-bar a{
	color:#fff;
	text-shadow: 1px 1px 0 rgba(20,20,20,0.5);
}

#shop-bar .widget > ul {
	font-size: 0.8em;
	border-bottom: 1px dotted #999;
	margin-bottom:20px;
}
#shop-bar .widget > ul li a {
	border-top: 1px dotted #999;
}

#shop-bar .buttons {
	font-size:0.9em;
}
#shop-bar .widget_login form {
	font-size:0.85em;
}


#shop-bar .buttons a ,
#shop-bar input#wp-submit 
{
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
	margin: 0 2%;
	text-align: center;
	float: right;
	width: 42%;
	padding: 6px 2%;
	background: url(images/transp_black_3.png);
}
#shop-bar input#wp-submit {
	margin:10px 0;
}

#shop-bar .buttons a:hover,
#shop-bar input#wp-submit:hover {
	text-shadow: 1px 1px 0 white;
	color: #333;
	background: #f7f6f7;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
	background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
	background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
	background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
}
#shop-bar img.wp-post-image {
	height:40px;
	width:auto;
}
/** end TOP SHOP BAR **/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 1px;
	width: 7px;
	height: 100%;
	-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: url(images/transp_black_3.png);
	position: relative;
}

.jspDrag
{
	background: url(images/white_transparent.png);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/** FOOTER widgets **/

#footer-content h3, #footer-content h4 {
	padding: 5px 0;
	margin-bottom: 20px;
	background: url(images/headings_line_light.png) repeat-x bottom;
	text-shadow: 1px 1px 0 black;
}
#footer-content h3 span, #footer-content h4 span {
	display: block;
	padding: 10px 0;
}
#footer-content .widget {
	margin:0px 0 0 40px;
}


#footer-content .widget > ul,
#footer-content .widget > div
{
	font-size:0.75em;
	border-bottom: 1px dotted  rgba(150, 150, 150, 0.5);
}

#footer-content .widget ul li a {
	padding:5px 0;
	border-top: 1px dotted  rgba(150, 150, 150, 0.5);
}


#footer-content .widget_nav_menu ul.menu {
	border-bottom:1px dotted #333;
}

#footer-content #wp-calendar caption {
	color:#e5e5e5;
}
#footer-content #calendar_wrap {
	background: url('images/transp_black_3.png');
}
#footer-content #wp-calendar thead tr th {
	color: #e5e5e5;
}
#footer-content #wp-calendar tr td {
	color:#ccc;
	background: url('images/transp_black_3.png');
}
#footer-content #wp-calendar tr td#today{
	background:#e5e5e5;
	color:#DC384E;
}
#footer-content #wp-calendar a {
	color:#fff;
	text-shadow:1px 1px 1px #000;
}


#footer-content #searchform {
	margin-bottom:20px;
	font-size: 0.8em;
	width: 100%;
}
#footer-content #searchform input#s {
	height: 2.7em;
	font-size: 1em;
	clear: left;
}


#footer-content #recentcomments li {
	border-top: 1px dotted #333;
}

#footer-content .featured-products-images-widget img.wp-post-image,
#footer-content .featured-products-images-widget img.attachment-shop_thumbnail,
#footer-content .featured-products-images-widget img.attachment-featured-image,
#footer-content .latest-products-images-widget img.wp-post-image,
#footer-content .latest-products-images-widget img.attachment-shop_thumbnail ,
#footer-content .latest-products-images-widget img.attachment-featured-image {
	width:100%;
	height:auto;
	float: left;
}

#footer-content .tagcloud a {
	color:#fff !important;
	text-shadow: 1px 1px 0 #000 !important;
}


/** end FOOTER widgets **/


/** HOME widgets **/
.homewidgets, .homewidgets2
{
	float:left;
	width:100%;
}
.homewidgets > ul > li,
.homewidgets2 > ul > li {
	clear: none;
	display: inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.homewidgets ul > li > h4,
.homewidgets2 ul > li > h4 {
	margin:20px 40px 10px;
}

.homewidgets ul > li > div,
.homewidgets ul > li > ul,
.homewidgets2 ul > li > div,
.homewidgets2 ul > li > ul,
.homewidgets ul > li > form,
.homewidgets2 ul > li > form
 {
	margin:20px 40px;
}

.homewidgets .widget ul li a ,
.homewidgets2 .widget ul li a {
	border-top: 1px dotted #838383;
}

.homewidgets .widget-post-thumbs img.wp-post-image,
.homewidgets .widget-post-thumbs img.attachment-shop_thumbnail,
.homewidgets .widget-post-thumbs img.attachment-featured-image,
.homewidgets .latest-products-images-widget img.wp-post-image,
.homewidgets .latest-products-images-widget img.attachment-shop_thumbnail,
.homewidgets .latest-products-images-widget img.attachment-featured-image,

.homewidgets2 .widget-post-thumbs img.wp-post-image,
.homewidgets2 .widget-post-thumbs img.attachment-shop_thumbnail,
.homewidgets2 .widget-post-thumbs img.attachment-featured-image,
.homewidgets2 .latest-products-images-widget img.wp-post-image,
.homewidgets2 .latest-products-images-widget img.attachment-shop_thumbnail,
.homewidgets2 .latest-products-images-widget img.attachment-featured-image
{
	width:100%;
	height:auto;
	float: left;
}

.homewidgets .zoom-link a ,
.homewidgets2 .zoom-link a {
	margin: 0;
	padding: 0;
	border: none !important;
	height: 100%;
}
.homewidgets .widget_latest_custom_posts_widget .widget-post-thumbs,
.homewidgets2 .widget_latest_custom_posts_widget .widget-post-thumbs {
	margin:10px 20px 10px 0;
}
.homewidgets .widget_latest_custom_posts_widget ul,
.homewidgets2 .widget_latest_custom_posts_widget ul {
	border-bottom: 1px dotted #838383;
}
.homewidgets .widget_latest_custom_posts_widget ul li,
.homewidgets2 .widget_latest_custom_posts_widget ul li {
	padding:0 0 10px 0;
}
/** end HOME widgets **/

/*********** end SPECIFIC WIDGET AREAS *************/





/*********** FEATURED *************/
#homeblock-featured {
	float:left;
	width:100%;
	position: relative;
}
#homeblock-featured:after {
	content: "";
	display:block;
	clear:both;
}
#homeblock-featured h2 {
	font-size: 1.5em;
	text-align: center;
	z-index: 6;
	padding: 20px;
}

#featured-holder{
	float: left;
	width: 100% !important;
	display:block;
	overflow: visible;
	position: relative;
	padding: 0;
	z-index:0;
}
#featured-products {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	overflow:hidden;
}
.featured-product-item {
	display: inline;
	float: left;
	text-align: center;
	position: relative;
}

.feat-item-image {
	float:left;
	position:relative;
	width: 100%;
}
.feat-item-image img{
	float:left;
	position:relative;
	width: 100%;
	height:auto;
}
.feat-item-name, .feat-item-desc, .feat-item-price-view {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align:right;
} 

.feat-data-holder {
	position:absolute;
	top:10%;
	right:5%;
	width:40%;
}

.feat-item-name {
	background: url(images/transp_black.png);
	padding: 10px;
	text-transform: uppercase;
	position: relative;
	font-size:1.7em;
	line-height:1.2em
}
.cameraContents .feat-item-name {
	font-size: 1.4em;
	}

.feat-item-name, .feat-item-name a {
	color:#fff;
	text-shadow:1px 1px 1px #000;
}

.feat-item-desc {
	background:url(images/white_transparent_2.png);
	padding:10px;
	font-size:0.8em;
	color:#333;
	text-shadow:1px 1px 0 #fff;
}
.feat-item-price-view {
	background:url(images/white_transparent_2.png);
	padding:10px;
	font-size:0.8em;
	color:#333;
	text-shadow:1px 1px 0 #fff;
	margin-top:10px;
	overflow: auto;
}


/* buttons and price and read more (for posts) */
.feat-item-price-view .add-to-cart {
	float:right;
}

.feat-item-price-view .product-button {
	font-weight:normal;
	color:#fff;
	text-shadow:1px 1px 0 #333;
}



.feat-item-price-view .price {
	text-shadow: 1px 1px 0px #F2F2F2, 1px 2px 0px #B1B1B2;
	float: left;
	font-size: 1.95em;
	line-height: 1.2em;
}
.feat-item-price-view p.read-more {
	font-size:0.9em;
}

/* thumbs ( CAROUSEL 1) */
#thumbs-wrapper {
	clear:both;
	padding: 20px 40px 0;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	width:50%;
	z-index:5;
	top:-50px;
	margin-bottom: -30px;
}

#thumbs-wrapper #thumbs {
	width:100%;
	margin:0 auto;
}

#thumbs-wrapper #thumbs > div {
	display:inline;
	float:left;
	position:relative;
	text-align: center;
}

#thumbs > div > div.item {
	display:inline;
	float:left;
	position:relative;
	overflow:hidden;
}

#thumbs img {
	margin: 10px;
	border: 1px solid #999;	
}
#thumbs img:hover {
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:0.70;
	cursor:pointer;
}
#thumbs > div > div.selected img{
	-moz-opacity:.40; filter:alpha(opacity=40); opacity:0.40;
}
/*
#thumbs > div > div.selected span.overlay {
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	background:#fff;
}


#thumbs a {
	display: block;
	margin: 0 10px;
	overflow: hidden;
	border: 1px solid #999;
	background:url(images/bg/bg01.png);
	text-align: center;
}
#thumbs a:hover, #thumbs  a.selected {
	border-color: #fff;
}

#thumbs a img {
	position:relative;
	/*float:left;
	padding: 0;
	margin: 0 auto -2px;
	position: relative;
}
*/

#thumbs-wrapper #thumbs-controls {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

#thumbs-wrapper #thumbs-controls #prev,
#thumbs-wrapper  #thumbs-controls #next {
	background: transparent url('images/transp_black.png') repeat 0 0;
	display: block;
	width: 32px;
	height: 31px;
	margin-top: -3px;
	position: absolute;
	
	top:70px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}


#thumbs-wrapper #thumbs-controls #prev {
	background-position: 0 0;
	left: 0px;
}
#thumbs-wrapper #thumbs-controls #next {
	background-position: 0 -31px;
	right: 0px;
}

span.arrow_left {
	display:block;
	width:100%;
	height:100%;
	background:url(images/arrow_left.png) no-repeat center;
}
span.arrow_right {
	display:block;
	width:100%;
	height:100%;
	background:url(images/arrow_right.png) no-repeat center;
}
span.arrow_up {
	display:block;
	width:100%;
	height:100%;
	background:url(images/arrow_up.png) no-repeat center;
}
span.arrow_down {
	display:block;
	width:100%;
	height:100%;
	background:url(images/arrow_down.png) no-repeat center;
}	


#thumbs-wrapper #prev:hover { 
	background-image: url(images/transp_black_3.png);
}
#thumbs-wrapper #next:hover {
	background-image: url(images/transp_black_3.png);			
}
/*
#thumbs-wrapper #prev.disabled,#thumbs  #next.disabled {
	display: none !important;
}
*/

/* (CAROUSEL 1) */
#background-carousel {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
.background-carousel-img img {
	width:100%;
}
.background-carousel-img {
	float:left;
	width:100%;
	z-index:0
}
.back-overlay {
	width:100%;
	height:100%;
	background:url(images/back_overlay.png);
	position:absolute;
	top:0;
	left:0;
	z-index:1
}


/* (CAROUSEL 2) */

#carousel2-controls {
	right: 0;
	width: 70px;
	height: 100%;
	position: absolute;
	z-index:3;
}
#carousel2-controls #prev, #carousel2-controls #next {
	background: transparent url('images/transp_black.png') repeat;
	display: block;
	width: 32px;
	height: 31px;
	margin-top: -15px;
	position: absolute;
	top:50%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#carousel2-controls #prev {
	left: 0px;
}
#carousel2-controls #next {
	right: 0px;
}			
#carousel2-controls #prev:hover { 
	background-image: url(images/transp_black_3.png);
}
#carousel2-controls #next:hover {
	background-image: url(images/transp_black_3.png);				
}
#carousel2-controls #prev.disabled, #carousel2-controls  #next.disabled {
	display: none !important;
}

#texts {
	position:absolute;
	z-index:2;
}

#texts li {
	position:relative;
	height:400px;
}

.texts-holder {
	width: 35%;
	padding:0;
	margin:0;
	height: 100%;
	float: left;
	margin-right: 65%;
	background: url(images/transp_black.png);
}
.texts-holder .feat-item-name {
	background:none;
	position:relative;
	padding: 0;
	height: 100%;
	font-size: 1em;
	z-index:10;
}
.texts-holder .product-title {
	position: relative;
	text-align: left;
	font-size: 1.5em;
	line-height:1.2em;
	display: block;
	margin: 10% 10% 5%;
	padding-bottom:10px;
	background: url( images/headings_line_light.png) repeat-x bottom;
	}

.texts-holder .txt {
	text-align: left;
	display: block;
	margin: 5% 10%;
	font-size: 0.72em;
	color: #CCC;
	text-transform: none;
	line-height:1.6em;
}
.texts-holder .add-to-cart {
	margin: 5% 10% 5% 0%;
	font-size: 0.9em;
	float: right;
}
.texts-holder  .read-more {
	margin-right: 10%;
}

.texts-holder .price {
	padding: 5% 2% 5% 10%;
	color: #E5E5E5;
	float: left;
}





/* (CAROUSEL 3) */
#featured-holder3 {
	width:100%;
	height:auto;
	float:left;
	display:block;
}
/*
#featured-holder3 #featured-products {
	left:0 !important;
}
#featured-holder3 .featured-product-item {
	margin-right:0 !important;
	margin-left:0 !important;
}
*/
#featured-holder3 .feat-data-holder {
	width:69%;
	bottom:10%;
	left:3%;
	top:auto;
}
#featured-holder3 #featured-products li .feat-data-holder .txt {
	line-height: 1.2em;
	text-align: left;
	padding: 0 25% 0 0;
	position: absolute;
}

#thumbs-wrapper-carousel3 {
	position:absolute;
	right:0;
	background: url(images/white_transparent_3.png);
	/*float: right;
	position: relative;
	top: 40px;*/
	width: 25%;
	height: 100%;
	
}
#thumbs-wrapper-carousel3 #thumbs > div{
	opacity: 0.8;
	display: block;
	width: 100% !important;
	float: left;
}

#thumbs-wrapper-carousel3 #thumbs .item {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	font-size: 0.9em;
	position: relative;
	display: block;
	width: 100%;
	float: left;
	padding: 0;
	overflow:hidden;
	margin-bottom: -1px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background: url(images/headings_line_light.png);
	-webkit-box-shadow: inset 0px 5px 8px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 	inset 0px 5px 8px rgba(50, 50, 50, 0.1);
	box-shadow: 		inset 0px 5px 8px rgba(50, 50, 50, 0.1);
}
#thumbs-wrapper-carousel3 #thumbs .item:hover {
	cursor:pointer;
	background:none;
}
#thumbs-wrapper-carousel3 #thumbs .selected {
	-webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.5) !important;
	-moz-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.5) !important;
	box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.5) !important;
	background: url(images/white_transparent.png);
}
#thumbs-wrapper-carousel3 #thumbs .item img {
	float: left;
	height: 74%;
	width: auto;
	max-height:80px;
	max-width:80px;
	margin: 4%;
}


#thumbs-wrapper-carousel3 #thumbs .item h5 {
	line-height:1em;
	font-size: 1.1em !important;
	padding: 4% 60px 4% 0;
}
#thumbs-wrapper-carousel3 #thumbs div.title {
	padding: 3% 0;
	float: left;
	width: 50%;
	line-height:1.2em;
}

/*
 {
	line-height: 1.4em;
	overflow: hidden;
	height: 2.8em;
	font-size: 0.8em;
	padding: 0 15% 0 0px;
}
*/
#thumbs-wrapper-carousel3 #thumbs .item .price, #thumbs-wrapper-carousel3 #thumbs .item .txt{
	display: block;
	float: left;
	font-size:0.9em;
}
#thumbs-wrapper-carousel3 #thumbs .item .txt{
	font-size: 0.8em;
	width: 50%;
	line-height:1.2em;
}

#thumbs-wrapper-carousel3 #thumbs .item .desc {
	float:left;
	padding:10px 0;
}

#images-controls {
	top: 10px;
	position: absolute;
	width: 70%;
	left: 10px;
	z-index: 2;
}
#images-controls #prev,
#images-controls #next {
	background: url(images/transp_black.png) repeat;
	z-index: 1;
	position: absolute;
	width:23px;
	height:23px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#images-controls #prev {
	top:0;
	left:0;
}
#images-controls #next {
	top:0;
	left:30px;
}
#images-controls #prev:hover, #images-controls #next:hover{
	background-image: url(images/transp_black_3.png);
}


#thumbs-controls {
	top: 10px;
	position: absolute;
	width: 30%;
	right: -20px;
	z-index: 2;
}
#thumbs-controls #prev,
#thumbs-controls #next {
	background: url(images/transp_black.png) repeat;
	z-index: 1;
	position: absolute;
	width:23px;
	height:23px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#thumbs-controls #prev {
	top: 0;
	right: 30px;
}
#thumbs-controls #next {
	top: 25px;
	right: 30px;
}
#thumbs-controls #prev:hover,#thumbs-controls #next:hover {
	background-image: url(images/transp_black_3.png);
}


/* end (CAROUSEL 3) */

/* (CAROUSEL 4) */

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 350px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	width: 40%;
	right: 50%;
	top: 15%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	text-align: left !important;
	float:right;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: url(images/transp_black.png);
	padding:10px !important;
}
.ei-title h2, .ei-title h2 a {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
 }

.ei-title h3 {
	width: 100%;
	float: right;
	font-size:0.85em !important;
	text-transform: uppercase;
	color: #000;
	background: url(images/white_transparent_2.png);
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.ei-title h3 .add-to-cart {
	float:right;
}
.ei-title h3 .price {
	line-height: 1.3em;
	float: left;
	font-size: 1.75em;
	text-shadow: 1px 1px 0px #F2F2F2, 1px 2px 0px #B1B1B2;
}
.ei-title h3 .desc {
	text-transform:none;
	text-align:left;
	display:block;
	margin-bottom:10px;
	
}

.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 10px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		width:90%;
		position: absolute;
		left: 5%;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		right: 9%;
		width: 90%
	}
	.ei-title h3{
		right: 9%;
		width: 90%
	}
}

/* end (CAROUSEL 4) */




/*********** end FEATURED *********/


/********* LATEST **************/

#homeblock-latest {
	overflow: auto;
	background:#fff;
	width: 100%;
}
#homeblock-latest .products,
#homeblock-latest .posts,
#homeblock-latest .testimonials,
#homeblock-latest .comments,
#homeblock-latest .latest_widgets
{
	float:left;
	width:33.3%;
	position:relative;
}
.controls  {
	position:absolute;
	top: -31px;
	right: 40px;
}
.controls .flex-direction-nav li,
.flex-direction-nav li {
	float:left;
	margin-left: 5px;
}
.controls .flex-direction-nav li a ,
.flex-direction-nav li a {
	font-size:0em;
	text-indent:-2500px;
	width:23px;
	height:23px;
	display:block;
	/*background:url(images/carousel_nav_small.png) no-repeat;*/
	background:transparent url(images/transp_black.png) repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;

}

.controls .flex-direction-nav li a.prev span ,
.flex-direction-nav li a.prev span {
	background: url(images/arrow_up.png) no-repeat center;
	display:block;
	width:100%;
	height:100%;
}

.controls .flex-direction-nav li a.prev:hover ,
.flex-direction-nav li a.prev:hover {
	background-image: url(images/transp_black_3.png);
}



.controls .flex-direction-nav li a.next span ,
.flex-direction-nav li a.next span{
	background: url(images/arrow_down.png) no-repeat center;
	display:block;
	width:100%;
	height:100%;
}
.controls .flex-direction-nav li a.next:hover ,
.flex-direction-nav li a.next:hover {
	background-image: url(images/transp_black_3.png);
}

.disabled {
	-moz-opacity:.10; filter:alpha(opacity=10); opacity:0.10;
}
a.prev.disabled:hover {
	background-position:0 0 !important;
	cursor:default;
}
a.next.disabled:hover {
	background-position:-23px -23px !important;
	cursor:default;
}
#homeblock-latest h2 {
	padding-bottom: 5px;
	margin: 40px 40px 20px;
	text-shadow: 1px 1px 0px #F2F2F2, 1px 2px 0px #E5E5E5;
	font-size: 1.3em;
}
#homeblock-latest h2 span{
	padding-bottom: 15px;
	display: block;
}
#homeblock-latest h2.widget-title {
	margin:40px 0 20px;
}

#homeblock-latest #latest-products-holder, #homeblock-latest #latest-products-holder-no-woo,
#homeblock-latest #latest-posts-holder,
#homeblock-latest #latest-tests-holder,
#homeblock-latest #latest-comments-holder
 {
	margin:40px;
}

.latest-product-item, .latest-item-image {
	position:relative;
}
.latest-product-item {
	margin-bottom:20px;
}
.latest-item-image img.wp-post-image,
.latest-item-image img.attachment-image {
	float:left;
	width:100%;
	height:auto;
}
.transparent {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
}
	/* =============== HOVER EFFECT ON THUMBS===================*/
	
	.img-hover {
		position: absolute;
		z-index:1;
		width: 100%;
		height: 100%;
		overflow:hidden;
	}
	.zoom-link {
		position:relative;
		width:100%;
		height:100%;
	}
	.zoom-link .zoom-icon,
	.zoom-link .link-icon,
	.zoom-link .options-icon ,
	.zoom-link .cart-icon
	{
		position:absolute;
		background:url(images/transp_black.png);
		display:block;
		width:50%;
		height:40%;
		/*-moz-opacity:.50; filter:alpha(opacity=50); opacity:0.50;*/
	}
	
	.zoom-link .zoom-icon {
		top:-40%;
		left:-50%;
	}
	.zoom-link .link-icon ,
	.zoom-link .options-icon ,
	.zoom-link .cart-icon {
		border-left: 1px solid #666;
		top:-40%;
		right:-51%;
	}
	
	.zoom-link .link-only-icon ,
	.zoom-link .zoom-only-icon {
		position:absolute;
		background:url(images/transp_black.png);
		left:0;
		top:-100%;
		width:100%;
		height:100%;
	}
	.zoom-link .zoom-only-icon {
		background:url(images/transp_zoom.png) no-repeat center;
	}
	
	ul.products li.product .zoom-link .zoom-icon,
	ul.products li.product .zoom-link .link-icon,
	ul.products li.product .zoom-link .options-icon,
	ul.products li.product .zoom-link .cart-icon,
	.featured-image .zoom-link .zoom-icon,
	.featured-image .zoom-link .link-icon,
	.featured-image .zoom-link .options-icon,
	.featured-image .zoom-link .cart-icon
	{
		height:100%;
	}
	
	
	.zoom-icon img,
	.link-icon img,
	.options-icon img,
	.cart-icon img,
	.link-only-icon img ,
	.zoom-only-icon img {
		position:relative;
		
	}
	
	/* =============== end HOVER EFFECT ON THUMBS===================*/
	
.title a h4 {
	/*white-space: nowrap;*/
	overflow: hidden;
}
	
.latest-product-item .title {
		background: url(images/transp_black.png);
		bottom: -100%;
		position: absolute;
		width: 100%;
		height: 100%;
	}
.latest-product-item .title a {
		display:block;
		width:100%;
	}
	
.latest-product-item a h4 ,.latest-post-item a h4 {
	line-height:1em;
	font-size: 0.9em !important;
	border-top: 5px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	color: white;
	text-shadow: 1px 1px 0px black;
}
.latest-product-item span.price {
	line-height: 1em;
	text-shadow: 1px 1px 0px #000;
	padding: 10px;
	font-size: 0.9em;
	color: #fff;
	float: left;
}

/* latest posts*/
.latest-post-image img.wp-post-image {
	width:100%;
	height:auto;
}
.latest-post-item {
	margin-bottom:20px;
}
.latest-post-item, .latest-item-image {
	position: relative;
}

.latest-post-item .title{
	background: url(images/transp_black.png);
	bottom: -100%;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* end latest posts*/

/* latest testimonials*/
.latest-test-item {
	position:relative;
}

.latest-item-div {
	font-size: 0.9em;
}
.latest-test-item .test-text{
	line-height:1.7em;
	color:#666;
	background: url(images/white_transparent_4.png);
	padding: 15px;
	font-size: 0.9em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(150, 150, 150, 0.4);
	margin-right: 1px;
}
.test-text p.multiline {
	padding-left: 35px;
	background: url(images/bquot.png) no-repeat top left;
	overflow: hidden;
	white-space: normal;
	
 }
.test-text:after {
	content:" ... ";
}
.latest-test-item .title{
	margin-top:-1px;
	background: url(images/quote_arrow.png) no-repeat 90% 0;
	display: block;
	text-align: right;
	padding: 15px 10px;
	font-size: 1.1em;
}

/* end latest testimonials*/

/* latest comments*/
.latest-comment-item {
	position:relative;
}

.latest-comment-item  .avatar_holder  {
	float: left;
	width: 100%;
}

.latest-comment-item  .avatar_holder  img.avatar {
	float: left;
	border: 2px solid rgba(180, 180, 180, 0.5);
	margin: 0 10px 10px 0;
	-webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3),inset 1px 1px 3px 5px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3),inset 1px 1px 3px 5px rgba(255, 255, 255, 0.4);
	box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3),inset 1px 1px 3px 5px rgba(255, 255, 255, 0.4);
}

.latest-comment-item .comment-text{
	padding: 0 0 20px;
	font-size: 0.8em;
	border-bottom: 1px dotted rgba(150, 150, 150, 0.5);
	margin-bottom: 20px;
}
.comment-text p.multiline {
	overflow:hidden;
	white-space: normal;
	
 }
.comment-text:after {
	content:" ... ";
}
.latest-comment-item .title{
	display:block;
	text-align:right;
	padding:20px 10px;
}
/* end latest comments*/

/********* end LATEST **************/


/********* POST FROM CATEGORY HOME BLOCK ***********/

.posts-holder {
	position:relative;
	float:left;
	width:100%;
}

.posts-holder .controls {
	position:absolute;
	top: 3px;
	right: 40px;
}

.posts-holder .controls .flex-direction-nav li:first-child {
	position:absolute;
	top:0;
	right:30px;
}
.posts-holder .controls .flex-direction-nav li:last-child {
	position:absolute;
	top:0;
	right:0;
}
.posts-holder .controls .flex-direction-nav li a.prev span,
.posts-holder .flex-direction-nav li a.prev span {
	background:url(images/arrow_left.png) no-repeat center;
	
}
.posts-holder .controls .flex-direction-nav li a.prev:hover ,
.posts-holder .flex-direction-nav li a.prev:hover {
	background-image: url(images/transp_black_3.png);
}
.posts-holder .controls .flex-direction-nav li a.next  span,
.posts-holder .flex-direction-nav li a.next span{
	background:url(images/arrow_right.png) no-repeat center;
}
.posts-holder .controls .flex-direction-nav li a.next:hover ,
.posts-holder .flex-direction-nav li a.next:hover {
	background-image: url(images/transp_black_3.png);
}


#home-posts ,
#home-posts2 ,
#home-posts3 {
	position:relative;
	font-size: 0.75em;
	float:left;
	width:100%
}
#home-posts ul ,
#home-posts2 ul ,
#home-posts3 ul {
	position:relative;
	float:left;
	width:100%
}
#home-posts ul li ,
#home-posts2 ul li ,
#home-posts3 ul li {
	position:relative;
	float:left;
	width:100%
}
#home-posts ol.grouped-items ,
#home-posts2 ol.grouped-items ,
#home-posts3 ol.grouped-items {
	float:left;
	width:100%;
}
#home-posts ol.grouped-items li ,
#home-posts2 ol.grouped-items li ,
#home-posts3 ol.grouped-items li {
	position:relative;
	float:left;
	display:inline;
}
#home-posts ol.grouped-items li h3 , 
#home-posts2 ol.grouped-items li h3 , 
#home-posts3 ol.grouped-items li h3 { 
	margin: 40px 40px 20px 40px;
	padding-bottom:10px;
}
#home-posts ol.grouped-items li h4 , 
#home-posts2 ol.grouped-items li h4 , 
#home-posts3 ol.grouped-items li h4 { 
	padding-bottom:10px;
}
#home-posts ol.grouped-items li .entry , 
#home-posts2 ol.grouped-items li .entry , 
#home-posts3 ol.grouped-items li .entry { 
	margin: 0 40px;
}
#home-posts ol.grouped-items li .entry:after ,
#home-posts2 ol.grouped-items li .entry:after ,
#home-posts3 ol.grouped-items li .entry:after {
	content: "...";
	float:right;
	text-align:right;
	margin-bottom:20px;
} 
#home-posts ol.grouped-items li .entry-wrapper , 
#home-posts2 ol.grouped-items li .entry-wrapper , 
#home-posts3 ol.grouped-items li .entry-wrapper { 
	float:left;
	margin:10px 0;
}
#home-posts ol.grouped-items li .entry p ,
#home-posts2 ol.grouped-items li .entry p ,
#home-posts3 ol.grouped-items li .entry p {
	height: 70px;
	overflow:hidden;
} 
#home-posts ol.grouped-items li p.read-more ,
#home-posts2 ol.grouped-items li p.read-more ,
#home-posts3 ol.grouped-items li p.read-more {
	clear:both;
	margin:0 40px 40px;
}
#home-posts .featured-image ,
#home-posts2 .featured-image ,
#home-posts3 .featured-image {
	width:80px;
	float:left;
	margin:0 20px 15px 0;
}
#home-posts img.wp-post-image ,
#home-posts2 img.wp-post-image ,
#home-posts3 img.wp-post-image {

	width:80px;
	height:80px;
}

.slogan  {
	float:none;
	width:100%;
}
.slogan .entry:after {
	content:"" !important;
}
.slogan .slogan-text {
	padding: 20px;
	background: url(images/headings_line_medium.png);
	line-height: 1.2em;
	font-size: 1.8em;
	text-align: center;
	margin: 20px 0;
	letter-spacing:0.05em;
}
/********* end POST FROM CATEGORY BLOCK ********/


/********** POST FORMATS *************/
.gallery_icon, .video_icon, .blog_icon {
	position:absolute;
	right:0px;
	top:0px;
	width:32px;
	height:32px;
}
.gallery_icon {
	background: url(images/icons/icon-photo.png) no-repeat top left;
}
.video_icon {
	background: url(images/icons/icon-video.png) no-repeat top left;
}
.blog_icon {
	background: url(images/icons/icon-blog.png) no-repeat top left;
}
/********** end POST FORMATS *************/


/***************  GALLERY  *********************/
article.post .gallery {
	width:105%;
}

.gallery dl { 
	margin:0 !important;
	padding:0;
}
.gallery dl a {
	position:relative;
	width: 100%;
	display: block;
	float:left;
}
.gallery dl a.zoom {
	width: 100%;
	float: left;
	height: 100%;
}

.gallery dt {
	position: relative;
	width: 90%;
	float:left;
	margin-bottom: 10%;
}
.gallery dl img {
	border: none !important;
	float: left;
	width: 100%;
	height: auto;
}
.gallery dt .shadow {
	top: 100%;
}

/***************  END GALLERY  *********************/


/***************  PRODUCTS GALLERY  *********************/

.products_gallery {
	width:103.33%;
	float:left;
}
.products_gallery  .featured-image ,
.products_gallery  .shadow {
	width:90%;
}
/***************  END PRODUCTS GALLERY  *********************/

/***************  POSTS PAGE TEMPLATE 2  *********************/

.posts_page_2 {
	width:103.33%;
	float:left;
}
.posts_page_2  .hentry{
	float:left;
	height:320px;
	margin-bottom: 20px;
}

.posts_page_2 .entry-content {
	background: url(images/headings_line_medium.png);
	height: 100%;
	width: 90%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.posts_page_2 .entry-content h4 {
	clear: both;
	font-weight: normal;
	font-size: 1.3em;
	width: 90%;
	margin: 10px 5% 20px;
}
.posts_page_2 .entry-content p {
	font-size: 0.9em;
	margin: 10px 10px 20px;
}
.posts_page_2 .entry-image {
	float:left;
	width: 100%;
}

.posts_page_2  .featured-image ,
.posts_page_2  .shadow {
	width:100%;
}
.posts_page_2  .no-image {
	float:left;
}
.posts_page_2  .entry-content p.read-more {
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 90%;
}
.posts_page_2  .entry-content p.read-more a {
	padding: 10px 5%;
	width: 90%;
}
/***************  END POSTS PAGE TEMPLATE 2  *********************/


/***************  VIDEO  *********************/
.video-no-image {
	clear: both;
	position:relative;
}
.video-no-image img{
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
}
.video-no-image p {
	position:relative;
	z-index:1;
}
.video-no-image p.excerpt { 
	right: 0;
	top: 0;
	position: absolute;
	color: white;
	padding-right: 20px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	width: 60%;
}
.video-no-image p.read-more {
	position: absolute;
	bottom:0;
}

.video-no-image p.read-more a ,
.video-no-image p.read-more a:hover {
	margin-right: 20px;
}
/***************  END VIDEO  *********************/


/*////////////// TESTIMONIAL ///////////////////*/

.testimonial_single_text {
	background: url(images/white_transparent_4.png);
	padding: 15px;
	font-size: 0.8em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(150, 150, 150, 0.4);
}
.testimonial_single_text p{
	width: auto !important;
	padding-left: 35px;
	background: url(images/bquot.png) no-repeat top left;
	color: #666;
	float:none !important;
	font-size:1.2em;
}
p.testimonial_permalink {
	font-weight: bold;
	text-align: left;
	margin: 0 0 20px;
}
.testimonial_single_title {
	margin-top: -1px;
	background: url(images/quote_arrow.png) no-repeat 95% 0;
	display: block;
	text-align: right;
	padding: 15px 10px;
	font-size: 1.4em;
}
/*////////////// end TESTIMONIAL ///////////////////*/

/***************  SITE MAP  *********************/
.site-map {
	width:100%;
	float:left;
	position:relative;
	margin-top:40px;
}
.site-map ul {
	float:left;
}
.site-map ul h4{
	margin:20px 0;
}
.site-map ul li {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
	clear: both;
	border-top: 1px dotted rgba(100,100,100,0.3);
}
.site-map ul:last-child li {
	margin:0;
}
.site-map ul li a{
	display:block;
	padding:10px 0;
}
/***************  END SITE MAP  *********************/

/***************  PAGINATION  *********************/

.navigation{
	width:100%;
}
.navigation ul{
	margin: 0 auto;
	text-align: center;
	float: none;
}
.navigation ul li{
	float: none;
	display: inline-block;
	position:relative;
}
.navigation ul li a, .navigation ul li a:hover, .navigation ul li span{
	display:block;
	position:relative;
	padding:5px 10px;
	margin:1px;
}
.navigation ul li span{
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:0.50;
}
/***************  END PAGINATION  *********************/

/***************  CONTACT  *********************/
.contact-form {
	padding:20px 0;
}

.contact-form  p#success, .contact-form  p#bademail, .contact-form  p#badserver {
	padding:10px;
	margin:20px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075),inset 0 1px 0 rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075),inset 0 1px 0 rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.1);
}
.contact-form  p#bademail, .contact-form  p#badserver {
	background:#F13232;
}
.contact-form  p#success {
	background:#22A72C;
}


.contact-form  form{
	border-top:1px dotted rgba(180,180,180,0.5);
}

.contact-form  p  {
	padding:10px 0;
	border-bottom:1px dotted rgba(180,180,180,0.5);
}
.contact-form  label{
	line-height: 2.5em;
	width:20%;
	float:left;
	display:inline-block
}
.contact-form  input.contact_input, .contact-form  textarea {
	width:50%;
} 
.contact-form  input.contact_input {
	font-size:1em;
} 
.contact-form  textarea {
	font-size:1.2em;
} 

.contact-form p.submit input {
	margin:20px 0;
}
/***************  end CONTACT  *********************/

/***************  ATTACHMENT PAGE  *********************/
#att-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
#att-navigation .previous{
	float:left;
}
#att-navigation .next{
	float:right;
}
.att-meta {
	clear:both;
	font-size: 0.92em;
	margin: 10px 0 20px;
	border-top: 1px dotted rgba(180,180,180,0.5);
	float: left;
	width: 100%;
}

footer.att-meta {
	margin-top:20px;
}

.att-meta span, .att-meta a  {
	display: inline-block;
	padding-top: 2px;
}

.att-meta .att-entry-date,
.att-meta .att-fullsize-link

 {
	line-height: 1.2em;
	padding-right: 5px;
	border-right: 1px dotted rgba(180, 180, 180, 0.5);
	margin: 5px 5px 5px 0;
}

/***************  end ATTACHMENT PAGE  *********************/



/***************  WooCommerce additional *********************/
.term-description {
	clear: both;
	display: block;
	position: relative;
	z-index: 10;
	padding: 10px;
	font-style: italic;
	border: 1px dotted #B1B1B1;
	letter-spacing: 0.08em;
}
.prod_category-image {
	margin-top: -40px;
}
.prod_category-image img {
	width: 100%;
	height: auto;
	float: left;
}

/*************** end WooCommerce additional ******************/




/* BACK TO top
========================================*/
#back-top {
	position: fixed;
	bottom: 0px;
	right: -2px;
	z-index: 100;
	padding: 10px;
}

#back-top a {
	background: transparent url('images/transp_black.png') repeat 0 0;
	width: 32px;
	height: 31px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:0.80;
}

/* arrow icon (span tag) */
#back-top span {
	background: url(images/arrow_up.png) no-repeat center;
	width: 100%;
	height: 100%;
	display: block;
}

/* end BACK TO top
========================================*/



/*================ FANCYBOX CORRECTIONS ========================*/
#fancybox-close {
	font-size: 0em;
}
#fancybox-title-float-wrap {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*=================== END FANCYBOX CORRECTIONS ==================*/


/*================ WPML:======================*/

#language_list {
	font-size: 0.85em;
	float: right;
	position: relative;
	z-index: 1;
}
#language_list ul { 
	margin-bottom:10px;
}
#language_list li {
	padding: 5px;
	display: inline;
	margin-left: 5px;
}
#language_list li img {
	margin-right: 5px;
}
/*================ end WPML:===================*/



.clear {clear:both}

#debug {
	position: fixed;
	top: 0;
	right: 0;
	background: red;
	color: white;
	font-size: 1.5em;
	padding: 5px;
	z-index: 100;
}
#theme_data {
	font-family: Helvetica, Arial, sans-serif;
}
#theme_data p.first_level_arr{
	display:block;
	border-bottom:1px dotted #333;
	padding:5px;
}
#theme_data h1,#theme_data h2,#theme_data h3,#theme_data h4,#theme_data h5,#theme_data h6
{

font-family: Helvetica, Arial, sans-serif;
font-size:1em;
text-transform: none;
}