@charset utf-8;
/*--
	Theme Name: theme1908
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:320px;
	}
.ie8 {
	min-width:980px;
}
body{
	background:url(images/body-bg.jpg) 50% 0 #fff;
	color: #838283;
	font: 12px/18px Arial, Helvetica, sans-serif;
	position:relative;
}
#main {
	padding:43px 0;
}
#main-wrap {
	padding:0;
	width:1030px;
	margin:0 auto;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,.05);
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 img {
	max-width: none !important;
}
.ie8 #slides img {
	max-width: none !important;
	width:100%;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0 0 16px 0;
	color:#ff9000;
}
h1 {
	overflow:hidden;
}	
h6 {
	padding:0 0 4px 0;
	color:#323232;
}
h6 a, ul li h6 a {
	color:#323232;
}
	h6 a:hover, ul li h6 a:hover {
		color:#6DBCF0;
		text-decoration:none;
	}

.htype-1 {
	color:#ffd800;
}
.htype-2 {
	color:#7fbc19;
}
.htype-3 {
	color:#6dbcf0;
}
/* List styling */
dl dt {
	padding:0 0 10px 0;
	display:block;
	font-weight:bold;
	}
dl dd {
	padding:0 0 20px 0;
	}


/* Header
---------------------------------------- */
#header {
	position:relative;
	z-index:99;
	padding:29px 0 40px 0;
	}
#header .top-row {
	position:relative;
}
.shopping-block #cart-holder > div {
	display:inline-block;
	vertical-align:top;
}

/* Logo */
.logo {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	}
	#logo {
		display:inline-block;
	}
	.logo h1,
	.logo h2 {
		font-size:42px;
		line-height:40px;
		margin-bottom:0;
		font-weight:bold;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
		background:none !important;
		text-transform:uppercase !important;
		display:inline-block;
		text-transform:lowercase;
		overflow:visible;
		max-width:100px;
	}
		.logo h1 a,
		.logo h2 a {
			color:#d0d0d0;
			text-decoration:none;
			}
.logo .tagline {
	font-size:11px;
	line-height:12px;
	color:#323232;
	padding:0 0 0 10px;
	vertical-align:bottom;
	margin:0;
	display:inline-block;
	}

.header-right-column {
	float:right;
	max-width:55%;
	padding:24px 0 0 0;
}
.header-row {
	padding:27px 0 0 0;
}
.ie8 .header-row {
	padding:22px 0 0 0;
}
/* Header widget */
#widget-header {
	text-align:right;
	float:right;
	padding:0 0 43px 0;
}
	.widget-header {
		
		}

/* Social widget */
.social-networks {
	padding:0;
}
.social-networks li {
	padding:0 0 5px 0;
	background:none;
}
.social-networks li.display-icons {
	display:inline-block;
	padding:0;
	margin:0 0 0 16px;
}
	.social-networks li.display-icons a img {
		margin:0;
	}
	.social-networks li a {
		display:inline-block;
		line-height:30px;
	}
		.social-networks li a:hover {
			text-decoration:none;
		}
	.social-networks li a img {
		margin:0 5px 0 0;
	}

/* EasyTooltip */
#tooltip {
	background:rgba(0,0,0,.8);
	padding:3px 5px;
	color:#fff;
	text-transform:capitalize;
	border:1px solid #777;
	z-index:99;
	position:absolute;
}
.ie8 #tooltip {
	background:#000; 
}




/* Request a quote */
#widget_my_requestquotewidget {
	
	}
	
	.top-box {
		margin-bottom:20px;
		overflow:hidden;
		}
	.box-button {
		}
	.box-text {
		padding:0 0 14px 0;
		}



/* Slider
---------------------------------------- */
#slider-wrapper {
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
}
.flexslider-holder {
	position:relative;
	height:470px;
	background:#FFF url(images/loading.gif) 50% 50% no-repeat;
}

/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	padding:5px 0 0 0;
	float:left;
	margin:0;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	height:28px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	min-width:160px;
	left:0;
	background:none;
	padding:0;
}
	
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:relative;
	background:none;
		text-transform:none;
		font-weight:normal;
}
.sf-menu > li {
	float:			left;
}
	.sf-menu > li:first-child {
		padding:0;
		background:none;
	}
.sf-menu a {
	display:		block;
	position:		relative;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			37px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			101%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}



/* Our skin for dropdown menu */
.sf-menu {
	margin:0;
	padding:0;
}
.sf-menu > li > a {
	font-family:Arial, Helvetica, sans-serif;
	color:#6dbcf0;
	font-size:20px;
	line-height:28px;
	height:28px;
	text-decoration:none;
	padding:0 9px;
	border-left:1px solid #ebebeb;
	text-transform:none;
	font-weight:bold;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	letter-spacing:-1px;
}
.sf-menu > li:first-child > a {
	border-left:none;
	padding:0 9px 0 0;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
	color:#131313;
	outline:		0;
	text-decoration:none;
}
.sf-menu li li {
	margin:0;
	border-top:1px solid #414141;
}
	.sf-menu ul > li:first-child {
		margin:0;
		border-top:none;
	}
.sf-menu li li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#898888;
	font-size:12px;
	line-height:17px;
	text-decoration:none;
	padding:9px 10px;
	background:#2b2b2b;
	text-transform:none;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li > a:focus, .sf-menu li li.current-menu-item > a {
	color:#fff;
	outline:		0;
}

/*** arrows **/
.sf-sub-indicator {display:none;}
.sf-menu > li > a > .sf-sub-indicator {
	position:		relative;
	display:inline-block;
	width:			10px;
	height:			10px;
	margin:0 0 0 5px;
	vertical-align:middle;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat 0 -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-menu > li > a:hover > .sf-sub-indicator, .sf-menu > li.sfHover > a > .sf-sub-indicator, .sf-menu > li.current-menu-item > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	box-shadow:3px 3px 3px rgba(0,0,0,.5);
}
/* Navigation select styling */
.select-menu {
	border:1px solid #dedede;
	background-color:#fff;
	width:100%;
	height:30px;
	padding:5px;
	cursor:pointer;
	display: none !important;
	color:#898989;
}

.select-menu:focus {border-color:#999;}

.select-menu option {
	padding:5px 8px;
	cursor:pointer;
}
.select-menu option:first-child {
	padding-left:5px;
	padding-right:5px;
}

.select-menu option.main_item {font-weight:bold;}




/* Top search */
#top-search {
	display:block;
	float:right;
	margin:0;
	position:relative;
	}
	#top-search .input-search {
		width:213px;
		height:15px;
		margin-right:3px;
		color:#323232;
		background:#fdfdfd;
		padding:8px 10px 9px 10px;
		border:1px solid #ebebeb;
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}
	#top-search #submit {
		cursor:pointer;
		display:inline-block;
		background:#131313;
		border-radius:0;
		color:#fff;
		height:34px;
		line-height:34px;
		padding:0 10px;
		font-weight:bold;
		font-size:18px;
		letter-spacing:-1px;
		text-transform:lowercase !important;
		margin:0;
	}
	#top-search #submit:hover {
		background:#ffd800;
	}




/* Content
---------------------------------------- */
.before-content {
	float:left;
}

.primary_content_wrap {
	position:relative;
	z-index:1;
	padding-bottom:20px !important;
	padding-top:0 !important;
	}
.page_title {
	color:#ff9000;
	font-size:20px;
	line-height:22px;
}
.widget-main {
	position:relative;
display: inline;
}
.top-content {
	padding:0 0 20px 0;
display: inline;
}
.widget-main > a {
	position:absolute;
	top:13px;
	right:17px;
display: inline;
}
#content {
}
#content.left {
	float:right !important;
	}
#content.left.grid_16 {
	padding-right:0 !important;
}
.home-page-content {
	padding:0 0 40px 0;
}
.home-page-content p {
	padding:0 0 11px 0;
}
.bottom-page-content  {
	padding:0 0 20px 0;
}

/* Comments
---------------------------------------- */
h3#comments {
 padding-top:10px;
 margin-bottom:0;
 }
.commentlist {
 list-style-type:none;
 padding:0 0 20px 0;
 margin:0;
 }
 li.comment {
  list-style-type:none;
  overflow:hidden;
  padding: 0;
  margin: 0;
  background:none;
  text-transform:none;
 }
  .odd {

  }
  .even {

  }
  li.comment a {
	  text-transform:none;
	  color:#6DBCF0;
  }
  	li.comment a:hover {
		color:#323232;
	}
   li.comment .comment-body {
    padding:23px 30px 20px 102px;
    position:relative;
    zoom:1;
    background:#f4f4f5;
		border:1px solid #f4f4f5;
    margin-top:10px;
    }
    li.comment .comment-body p {
     min-height: 65px;
    }
  .author-comment {

  }
  .comment-author {
   position:absolute;
   left:20px;
   top:25px;
   }
   .comment-author .author {
    text-transform:capitalize;
    width:65px;
    text-align:center;
    display: block;
    font-size:13px;
    padding-top: 6px;
	text-transform:uppercase;
	color:#6dbcf0;
   }
  .comment-text {

  }
	
	/* Comment meta */
  .comment-meta {
   float: right;
   color:#6DBCF0;
  } 
  .comment-meta a {
   
		}
	
	 /* Avatar */
   li.comment .avatar {
    float:none;
    margin:0;
    vertical-align:top;
    overflow:hidden;
		border:1px solid #c6c6c7;
    }
    li.comment .avatar {
     display:block;
     vertical-align:top;
     overflow:hidden;
     }

    .commentlist ul.children {
     margin:0 0 0 40px;
     overflow:hidden;
	 padding:0;
     }
     .commentlist ul.children li.comment {

      }

		/* Reply */
    .reply {
     float: right;
     margin-left: 28px;
     }
     .reply a {
      display:inline-block;
      text-decoration:none !important;
	  color:#6DBCF0 !important;
	  text-transform:none !important;
      }
     .reply a:hover {
		 color:#323232 !important;
      }


  .waiting-for-approval {

  }
 #trackbacks {

 }
  li.trackback {

  }
 p#no-comments {

 }
 #comments-form {

 }

 .allowed_tags {
  background:#eee;
  padding:15px;
  font-size:11px;
  font-family:"Courier New", Courier, monospace;
  color:#666;
  }
  .allowed_tags strong {
   font-family:Arial, Helvetica, sans-serif;
   }
  #respond {
   padding-top:28px;
   margin-top:20px;
  }
   .cancel-comment-reply {
	   font-size:12px;
	   padding:0 0 10px 0;
	   display:block;
   }
  .cancel-comment-reply a {
   color:#323232 !important;
   text-decoration:underline;
   font-size:12px;
  }
  .cancel-comment-reply a:hover {
   text-decoration:none;
  }





/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


.post-holder {
	padding-bottom:40px;
	margin:0;
	position:relative;
	overflow:hidden;}

/* Post header */
.post-holder .entry-title {
	font-size:15px;
	line-height:18px;
	padding:0 0 12px 0;
	margin:0;
	background:none;
	color:#ff9000;
	letter-spacing:-1px;
}
.post-holder .entry-title a {
	color:#ff9000;
}
.post-holder .entry-title a:hover {
	color:#323232;
	text-decoration:none;
}
.post-holder.single-post {
	padding-bottom:30px;
	overflow:hidden;
	width:100%;
	}
.entry-header {
	overflow:hidden;
	padding:0 0 7px 0;
}
.entry-header time {
	float:left;
	width:25px;
	padding:11px 13px 26px 13px;
	background:url(images/dropcap.png) no-repeat 0 0;
	font-size:15px;
	line-height:15px;
	text-transform:lowercase;
	color:#fff;
	text-align:center;
	margin:0 20px 0 0;
	font-weight:bold;
}	
.post-head-right {
	overflow:hidden;
	padding:0;
}
/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:5px 20px 10px 0;
	border:none;
	}
	.featured-thumbnail img {
		float:left;
		border:1px solid #ebebeb;
		background:#fff;
		}
.grid_3 .featured-thumbnail, .grid_2 .featured-thumbnail, .grid_1 .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0 0 10px 0;
}
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:0;
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large img {
		max-width:100%;
		height:auto;
		}
	

/* Post content */
.post-content {
	overflow:hidden;
}
	.post-content .excerpt {
		padding:0 0 20px 0;
		margin:0;
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
.post-holder .post-footer {
	clear:both;
	padding:15px 0 0 0;
	}
.post-holder.single-post .post-footer {
	margin-top:20px;
	}
		

/* Meta information for post */
.post-meta {
	overflow:hidden;
	color:#323232;
	font-size:13px;
}
	
.post-meta a {
	color:#323232;
}
	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	
	}
.post-edit-link:hover {
	
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	}
.alignnone {
	margin:0 0 10px 0;
	}
article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}
	
	
/* Related Posts */
.related-posts {
	overflow:hidden;
	padding:0 0 40px 0;
	margin:0;
	}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 0 0 3%;
		float:left;
		background:none;
		width:22.5%;
		overflow:hidden;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		}
	.related-posts li:first-child {
		margin-left:0;
		}
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
			}



/* Page Navigaton */	
.pagenavi {
	clear:both;
	padding:0 0 20px 0;
	position:relative;
	font-size:12px;
	line-height:32px;
	overflow: hidden;
	text-align:center;
}
.shop .pagenavi {
	padding:10px 0 20px 0;
}
.pagenavi span, .pagenavi a {
	display:inline-block;
	margin: 0 2px;
	text-decoration:none;
	min-width:11px;
	color:#fff;
	background: #6dbcf0;
	padding:0 8px;
	text-align:center;
	height:24px;
	line-height:24px;
	font-size:12px;
	text-transform:uppercase;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
.pagenavi .pagenavi_prev {
	margin:0 15px 0 0;
}
.pagenavi .pagenavi_next {
	margin:0 0 0 15px;
}
.pagenavi a:hover, .pagenavi .current {
	color:#6DBCF0;
	background:#fff;
	}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}
	
	
	
	
/* Post Formats
---------------------------------------- */

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	
	
.image-post-format {
	float:left;
	margin:0 0 10px 0;
	padding:7px;
	background:#f6f6f6;
	position:relative;
	}

/* Quote Format Type */
.recent-posts .format-quote {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}	

/* Audio Format Type */
.recent-posts .format-audio {
	margin-bottom:2em;
	}
	.recent-posts .format-audio .audio-wrapper {
		margin-bottom:.5em;
		}

/* Video Format Type */
.recent-posts .format-video {
	
	}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* Gallery Post Format */
.slides_container_gallery {
	width:600px;
	margin-bottom:10px;
	height:300px;
	}
	.slides_container_gallery .g_item {
		width:600px;
		display:block;
		}
		.slides_container_gallery .g_item img {
			width:100%;
			height:auto;
			}

				
				

/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #dbdbdb;
	padding:20px;
	margin-bottom:2em;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {
	
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	margin-top:2em;
}

.author-info {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */
#error404 {
	padding:10px 0 30px 0;
}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#6DBCF0;
		text-align:center;
	}
	#error404 hgroup {
		margin:0;
		padding-top:10px;
	}
	#error404 h1, #error404 h2 {
		margin:0;
		padding:0 0 15px 0;
		background:none;
		color:#323232;
	}





/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}



/* Sidebar
---------------------------------------- */
#sidebar {
	padding:0;
}
#sidebar h3 {
	color:#7fbc19;
}
	#widget-sidebar {
		
	}
		.widget {
			margin-bottom:30px;
		}
	

/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#666;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		color:#323232;
		}
		.faq_list dd .marker {
			top:3px;
			}



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		padding:0 0 20px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				text-transform:none;
				}
			ul.recentcomments .comment-body a:hover {
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			padding:0 0 10px 0;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		margin:0;
		padding:0 0 20px 0;
		border:none;
		background:none;
	}
	.post_list li a {
		text-transform:none;
	}
		.post_list li .featured-thumbnail {
			border:none;
			margin:0 15px 0 0;
		}
		.post_list li .post_content {
			padding:10px 0 0 0;
		}
		.post_list li .post-meta-wrapper {
			color:#6DBCF0;
			font-size:12px;
			padding:0;
		}
		
		.post_list li h5 {
			margin:0;
			padding:0 0 4px 0;
		}
	.post_list .shop-options {
		overflow:hidden;
	}
		.shop-options .prod_rate {
			float:left;
			max-width:50%;
			padding:10px 0;
		}
		.shop-options .prod_price {
			float:right;
			max-width:50%;
			padding:10px 0;
		}
	.post_list.home-services {
		overflow:hidden;
	}
	.post_list.home-services li {
		float:left;
		margin:0 10px 10px 0;
		width:280px;
		padding:14px;
		text-align:center;
		border:0px solid #ebebeb;
	}
		.post_list.home-services li:nth-child(3n) {
			margin-right:0;
		}
		.post_list.home-services li.nomargin {
			margin-right:0;
		}
		.post_list.home-services li .featured-thumbnail {
			float:none;
			overflow:hidden;
		}
			.post_list.home-services li .featured-thumbnail img {
				border:none;
			}
		.post_list.home-services li h5 {
			font-size:17px;
			line-height:20px;
			padding:10px 0 2px;
		}
			.post_list.home-services li h5 a {
				color:#323232;
			}
			.post_list.home-services li h5 a:hover {
				color:#ff9000;
			}
			.post_list.home-services li .post_content {
				padding:0 0 12px 0;
				font-size:13px;
				line-height:19px;
			}
.post_list.recent_products {
	overflow:hidden;
	padding:10px 0;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.post_list.recent_products li {
	float:left;
	width:179px;
	padding:5px;
	border-left:1px solid #ebebeb;
	margin:0 0 10px 0;
	text-align:center;
}
	.post_list.recent_products li:first-child {
		border-left:none;
	}
	.post_list.recent_products li:nth-child(5n-4) {
		border-left:none;
	}
	.post_list.recent_products li.no-border {
		border-left:none;
	}
	.post_list.recent_products li .featured-thumbnail {
		float:none;
		overflow:hidden;
		margin:0 0 10px 0;
	}
	.post_list.recent_products li .featured-thumbnail img {
		border:none;
	}
	.post_list.recent_products li h5 {
		color:#323232;
		font-size:11px;
		line-height:17px;
		min-height:34px;
		padding:0;
	}
		.post_list.recent_products li h5 a {
			color:#323232;
		}
		.post_list.recent_products li h5 a:hover {
			color:#ff9000;
		}
		.post_list.recent_products li:nth-child(5n-4) a:hover {
			color:#7fbc19;
		}
		.post_list.recent_products li:nth-child(5n-3) a:hover {
			color:#6dbcf0;
		}
		.post_list.recent_products li:nth-child(5n-1) a:hover {
			color:#ffd800;
		}
		.post_list.recent_products li:nth-child(5n) a:hover {
			color:#6dbcf0;
		}
		.post_list.recent_products li.type-1 a:hover {
			color:#7fbc19;
		}
		.post_list.recent_products li.type-2 a:hover {
			color:#6dbcf0;
		}
		.post_list.recent_products li.type-3 a:hover {
			color:#ffd800;
		}
		.post_list.recent_products li.type-4 a:hover {
			color:#6dbcf0;
		}
		.post_list.recent_products li:nth-child(5n-4) .button {
			background:#7fbc19;
		}
		.post_list.recent_products li:nth-child(5n-3) .button {
			background:#6dbcf0;
		}
		.post_list.recent_products li:nth-child(5n-1) .button {
			background:#ffd800;
		}
		.post_list.recent_products li:nth-child(5n) .button {
			background:#6dbcf0;
		}
		.post_list.recent_products li.type-1 .button {
			background:#7fbc19;
		}
		.post_list.recent_products li.type-2 .button {
			background:#6dbcf0;
		}
		.post_list.recent_products li.type-3 .button {
			background:#ffd800;
		}
		.post_list.recent_products li.type-4 .button {
			background:#6dbcf0;
		}
		.post_list.recent_products li:nth-child(5n-4) .button:hover,
		.post_list.recent_products li:nth-child(5n-3) .button:hover,
		.post_list.recent_products li:nth-child(5n-1) .button:hover,
		.post_list.recent_products li:nth-child(5n) .button:hover, 
		.post_list.recent_products li.type-1 .button:hover, 
		.post_list.recent_products li.type-2 .button:hover, 
		.post_list.recent_products li.type-3 .button:hover, 
		.post_list.recent_products li.type-4 .button:hover {
			background:#323232;
		}
	.post_list.recent_products li .prod_price {
		float:none;
		max-width:100%;
		padding:0 0 12px 0;
		font-size:20px;
		line-height:22px;
		color:#c1c1c1;
	}
	.post_list.recent_products li .prod_price del, .post_list.recent_products li .prod_price ins {
		display:inline;
	}
		.post_list.recent_products li .prod_price del {
			font-size:14px;
			color:#323232;
		}
	.post_list.recent_products li .post_content {
		padding:0;
	}
	
.link {
	font-size:11px;
	line-height:12px;
	color:#6DBCF0;
	display:inline-block;
	padding:0 10px 0 0;
	background:url(images/markers.gif) no-repeat right 4px;
}
	.link:hover {
		color:#323232;
		text-decoration:none;
	}

.my_txt_widget {
	font-size:24px;
	line-height:28px;
	color:#ccc;
	padding:15px 0 16px 80px;
}
.my_txt_widget.icon1 {
	background:url(images/icon-1.png) no-repeat 0 0;
}
.my_txt_widget.icon2 {
	background:url(images/icon-2.png) no-repeat 0 0;
}
	.my_txt_widget strong {
		font-weight:normal;
		color:#323232;
	}
/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
.post_cycle .cycle_item {
	display:none;
	}
.post_cycle .cycle_item:first {
	display:block;
	}

	
/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#slides {
	position:relative;
}
.slides_container {
	width:100%;
	display:none;
}
.slides_control {
	width:100% !important;
	left:0 !important;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container .item {
	width:100%;
	max-width:350px;
	height:auto;
	display:block;
	left:0 !important;
	background:#fff;
	margin:0 auto;
}
.slides_container .item figure {
	float:none;
	overflow:hidden;
	margin:0 20px 10px 20px;
}
/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
}
#slides .prev, #slides .next {
	position:absolute;
	bottom:0;
	left:0;
	display:inline-block;
}
#slides .next {
	left:auto;
	right:0;
}
/*
	Optional:
	Show the current slide in the pagination
*/
.pagination {
	text-align:center;
	padding:15px 30px 0 30px;
	}
.pagination li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	padding:0 3px;
	background:none;
		border:none;
	}
.pagination .current a {
	color:#6DBCF0;
}

/* Carousel widget */
.es-carousel-wrapper{
	background: #101010;
	padding:10px 37px;
	margin:0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#fff;
	background:none;
		border:none;
}
.es-carousel ul li .thumbnail{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-carousel ul li h4 {
	padding:0 0 10px 0;
	}
.es-carousel ul li .excerpt {
	padding:0 0 10px 0;
	}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}			

	

/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item .featured-thumbnail {
			float:none;
			margin:0 0 15px 0;
			}
			.folio_cycle .folio_item .featured-thumbnail img {
				float:none;
				}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			margin:0;
			display:inline;
			background:none;
			border:none;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:9px;
				height:9px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}

.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	}
.name-testi {
  padding: 20px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			background:none;
			border:none;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		padding:0 0 20px 0;
		list-style-type:none;
		background:none;
		border:none;
	}
	.latestpost .featured-thumbnail {
		margin:0 10px 0 0;
		display:inline-block;
		float:left;
	}
		.latestpost li h5 {
			margin-bottom:0;
			font-size:12px;
			line-height:18px;
			padding:0 0 5px 0;
		}
			.latestpost li h5 a {
				color:#6DBCF0;
			}
				.latestpost li h5 a:hover {
					color:#323232;
				}
		.latestpost li .excerpt {
			padding:0 0 10px 0;
			}


/* Twitter widget */
.twitter {
	position:relative;
}
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	padding:15px 0 17px 0;
	margin:0;
	border:none;
	position:relative;
	background:url(images/hr-border.png) repeat-x 0 0;
	}
	.twitter ul li:first-child {
		background:none;
		padding:0 0 17px 0;
	}
	.twitter ul li .twitt-body {
		background:url(images/twitter-icon.png) no-repeat 0 bottom;
		padding:0 0 30px 0;
	}
	.twitter ul li a {
		text-transform:none;
	}
		.twitter ul li .twitt-body a:hover {
			text-decoration:underline;
		}
	.twitter ul li a.timesince {
		position:absolute;
		display:inline-block;
		bottom:18px;
		left:33px;
		font-size:11px;
		color:#6DBCF0;
		font-weight:bold;
	}
		.twitter ul li a.timesince:hover {
			text-decoration:underline;
		}
.twitter .profileLink {
	margin:30px 0 0 0;
	}
.twitter  .preloader {
	position:absolute;
	top:40px;
	left:0;
	height: 25px;
	line-height:35px;
	padding:0 0 0 30px;
	color:#323232;
}



/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
}
	.banners-holder li {
		list-style-type:none;
		display:inline-block;
		float:left;
		margin:0 2px;
		padding:0;
		background:none;
		border:none;
		word-spacing:0;
	}

.before-content .banners-holder li {
	margin:0 10px 10px 0;
}
	.before-content .banners-holder li:first-child + li {
		margin-right:0;
	}
	.before-content .banners-holder li:first-child + li + li + li {
		margin-right:0;
	}
/* vCard widget */			
.vcard .address {
	padding:0 0 17px 0;
}
.vcard .tel_wrapper {
	padding:0 0 12px 0;
}
.vcard .tel {
	color:#7fbc19;
}

/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	border:1px solid #eee;
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 170px 20px;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:35px;
	}
	article.testimonial .featured-thumbnail {
		position:absolute;
		left:20px;
		top:20px;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#222c36;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}





/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		list-style-type:none;
		margin:0;
		padding:0 0 20px 0;
		border:none;
		background:none;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			margin-bottom:0;
			padding:0;
			font-size:12px;
			line-height:18px;
			}
		.recent-posts li h5 a {color:#6DBCF0;}
		.recent-posts li h5 a:hover {color:#323232;}

		.recent-posts li .excerpt {
			padding:0 0 20px 0;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			overflow:hidden;
			}
			.recent-posts li .post-date {
				float:left;
				}
			.recent-posts li .post-comments {
				float:right;
				}

.recent-posts.gallery li {
	float:left;
	width:280px;
	padding:10px;
	background:#f4f4f4;
	margin:0 20px 20px 0;
}
.recent-posts.gallery li:nth-child(3n) {
	margin:0 0 20px 0;
}
.recent-posts.gallery li.nomargin {
	margin:0 0 20px 0;
}
.recent-posts.gallery li .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0 0 11px 0;
}
.recent-posts.gallery li h6 {
	margin:0;
	padding:0;
}
.recent-posts.gallery li .excerpt {
	margin:0;
	padding:0 0 4px 0;
}
.recent-posts.gallery li h6 a {
	text-transform:none;
	color:#6DBCF0;
}
	.recent-posts.gallery li h6 a:hover {
		color:#323232;
	}
/* Our team */
.recent-posts.team {
  margin: 0;
  padding: 0;
}
	.recent-posts.team li {
		float: left;
		width: 170px;
		overflow: hidden;
		margin: 0 24px 24px 0;
		background: #f4f4f4;
		padding: 10px;
		font-size:12px;
		line-height:18px;
	}
		.recent-posts.team li h6 a {
			color:#323232;
		}
		.recent-posts.team li .featured-thumbnail {
			background:#fff;
		}
			.recent-posts.team li .featured-thumbnail img {
				border-radius:0;
				border:none;
			}
		.recent-posts.team li h6 {
			padding:7px 0 0 0;
			font-size:12px;
		}
			.recent-posts.team li .excerpt {
				padding:0 0 5px 0;
			}
			.recent-posts.team li h6 a {
				color:#323232;
			}
			.recent-posts.team li:first-child + li + li + li {
				clear:both;
			}
			.recent-posts.team li h6 a:hover {
				color:#ff9000;
			}
	.recent-posts.team li:nth-child(3n) {
		margin-right: 0;
	}
	.recent-posts.team li.nomargin {
		margin-right: 0;
	}
		.recent-posts.team li .featured-thumbnail {
			width: 170px;
			overflow: hidden;
			float: none;
			margin: 0 0 3px 0;
			background:none;
			padding:0;
			border:none;
		}
	.recent-posts.team li .excerpt {
		margin-bottom: 0;
	}
	.recent-posts.team li a {
		text-transform:none;
	}


/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:1.5em 0 0 0;
	margin:0 0 -30px 0;
	overflow:hidden;
	}
	.recent-posts.services li {
		float:left;
		width:300px;
		margin:0 20px 30px 0;
		background:none;
		padding:0;
		}
	.recent-posts.services li:nth-child(2n) {
		margin-right:0;
		}
	.recent-posts.services li.nomargin{
		margin-right:0;
		}
		.recent-posts.services li img.thumb {
			margin-right:3px;
			}
		.recent-posts.services li h3 {
			padding-top:8px;
			}
			.recent-posts.services li h3 a {
				color:#191919;
				}

/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		background:none;
		border:none;
		}



/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#e0e0e0;
	padding:0 7px;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:18px;
	height:18px;
	vertical-align:top;
	}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
	background:#6DBCF0;
	color:#fff;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		background:none;
		border:none;
		}


/* Footer
---------------------------------------- */
#footer {
	position:relative;
	padding:38px 0 17px 0;
	color:#989898;
}
	#footer:after {
		position:absolute;
		background:#ebebeb;
		height:1px;
		width:950px;
		left:50%;
		margin-left:-475px;
		top:0;
		display:block;
		content:"";
	}
#footer .textwidget {
	padding:0 15px 0 0;
}
#widgets-footer {
	padding:0;
}
#footer h3 {
	padding:0 0 13px 0;
}
#footer h3.type-1 {
	color:#6dbcf0;
}
#footer h3.type-2 {
	color:#ffd800;
}
#footer h3.type-3 {
	color:#7fbc19;
}
.footer_widgets_1 {
	width:720px;
	float:left;
	margin:0;
	overflow:hidden;
}
.footer-widget {
	padding:0 0 10px 0;
}
	/* Footer navigation */
	nav.footer {
		float:right;
	}
		nav.footer ul {
			margin:0;
			padding:0 25px 0 0;
			overflow:hidden;
			}
			nav.footer ul li {
				list-style-type:none;
				float:left;
				padding:0 0 0 15px;
				margin:0;
				background:none;
				}
			#footer nav.footer ul li a {
				text-transform:none;
				color:#989898;
			}
			#footer nav.footer ul li a:hover, #footer nav.footer ul li.current_page_item a {
				color:#ff9000;
			}
	/* Copyright */
	#copyright {
		position:relative;
		z-index:1;
		padding:15px 0 15px;
		border-top:1px solid #ebebeb;
	}
	#copyright a {
		color:#323232;
	}
	#copyright .site-name {
		color:#989898;
		text-decoration:none !important;
	}
	/* Footer text */
	#footer-text {
		
		}
	


/* Misc
---------------------------------------- */
.button, .button-alt, button, input.button {
	display:inline-block;
	padding:0 12px;
	background: #ff9000;
	color:#fff;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:33px;
	height:33px;
	text-decoration:none;
	border:none;
	text-transform:none !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.button:hover, .button-alt:hover, button:hover, input.button:hover {
	background: #323232;
	color:#fff !important;
	text-decoration:none;
}
	
/* Small Button */
.button.small {
	font-size:10px;
	text-transform:uppercase;
	padding:0 8px;
	line-height:20px;
	height:20px;
	}
	
/* Large Button */
.button.large {
	font-size:18px;
	padding:0 32px;
	line-height:40px;
	height:40px;
	}
.link-1 {
	font:0/0 a;
	color:transparent;
	width:14px;
	height:15px;
	background:url(images/markers.gif) no-repeat 5px 5px;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:text-bottom;
}
.link-1:hover {
	background:url(images/markers.gif) no-repeat 5px -14px;
}
.link-2 {
	color:#6DBCF0;
	display:inline-block;
	font-size:12px;
	line-height:12px;
	padding:0 15px 0 0;
	background:url(images/markers.gif) no-repeat right 3px;
}
.link-2:hover {
	color:#fff;
	text-decoration:none;
}
.link-3 {
	color:#6DBCF0;
	display:inline-block;
	font-size:12px;
	line-height:12px;
	padding:0 15px 0 0;
	background:url(images/markers.gif) no-repeat right -14px;
}
.link-3:hover {
	color:#323232;
	text-decoration:none;
}
/* Lightbox */
.lightbox {
	display:block;
	position:relative;
	}

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  z-index:999;
}
#back-top {
	position: absolute;
	bottom: 20px;
	left:50%;
	margin-left:460px;
	display:none;
	padding:0 !important;
}

#back-top a {
	width:16px;
	height:8px;
	background:url(images/to-top.png);
	display:block;
}
#back-top a:hover {
	background:url(images/to-top.png) no-repeat 0 bottom;
}

/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display: block;
  float: left;
  margin: 5px 18px 3px 0;
  text-transform: uppercase;
  width: 51px;
  height: 67px;
  background: url(images/dropcap.png) no-repeat 0 0;
  font-size: 36px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
	}

.widget-area {
	
}

.hr {
	height:1px;
	background:#ebebeb;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 5px;
	}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_9 .hr, .grid_18 .hr, .grid_9 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	}
.sm_hr {
  height: 1px;
  background: #ebebeb;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 5px 10px 15px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr,
.grid_13 .sm_hr,
.grid_14 .sm_hr,
.grid_15 .sm_hr,
.grid_16 .sm_hr,
.grid_17 .sm_hr,
.grid_18 .sm_hr,
.grid_19 .sm_hr,
.grid_20 .sm_hr,
.grid_21 .sm_hr,
.grid_22 .sm_hr,
.grid_23 .sm_hr,
.grid_24 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
	height:50px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-style:italic;
			color:#191919;
			text-decoration:underline;
			text-transform:none !important;
			}
		.address dd a:hover {
			text-decoration:none;
			}

/* Google Map */
.google-map {
	margin-bottom:20px;
	}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
}
input[type="text"], input[type="password"], textarea {
	background:#fdfdfd;
	border:1px solid #ebebeb;
	padding:9px 6px 8px 10px;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	color:#9b9b9b;
	}
	
input:-webkit-autofill {
	background:#fdfdfd;
}
input[type="text"], input[type="password"] {
}
textarea {
	resize:vertical;
}
#tabs input[type="text"], #tabs input[type="password"], #tabs textarea {
	border:1px solid #ccc;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 12px;
	background: #ff9000;
	color:#fff;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:33px;
	height:33px;
	text-decoration:none;
	border:none;
	text-transform:none !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-right:4px;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background: #323232;
	color:#fff !important;
	text-decoration:none;
}

.nsu-form {
	position:relative;
}
.nsu-form p {
	padding:0;
}
.nsu-field {
	width:213px;
	margin:0 0 5px 0;
}
.nsu-text-before-form {
	padding:0 0 8px 0;
}
input.nsu-submit {
	width:13px;
	height:25px;
	background:url(images/newsletter-submit.gif) no-repeat 0 0;
	font:0/0 a;
	color:transparent;
	position:absolute;
	padding:0;
	margin:0;
	border:none;
	top:4px;
	right:0;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
input.nsu-submit:hover {
	background:url(images/newsletter-submit.gif) no-repeat 0 bottom;
}
p.field {
	padding:0;
}
/* Comment form */
#commentform a {
	color:#6DBCF0 !important;
	}
	#commentform a:hover {
		text-decoration:underline;
	}
	#commentform p.field {
		margin-bottom:10px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		}
	#commentform input[type="text"] {
		width:55%;
	}
	#commentform textarea {
		width:87%;
		height:215px;
		min-height:215px;
	}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	}
.wpcf7-form p.field input {
	
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	background: url(images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
	}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
.wpcf7-form input[type="text"] {
	width:100%;
}
.wpcf7-form textarea {
	width:100%;
	height:240px;
	min-height:240px;
	overflow:auto;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
	}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:auto !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		right:0 !important;
		bottom:0 !important;
		padding:7px 0 4px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
		}





/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
		width:160px;
		margin-right:10px;
		}
	#searchform .submit, #searchform  #searchsubmit {
		cursor:pointer;
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* ----------------------
-----Jigoshop styles-----
------------------------- */
.shopping-block {
	float:right;
	padding:0;
	position:relative;
	z-index:10;
	line-height:20px;
	margin:0;
}
nav.shop-nav {
	float:left;
}
nav.shop-nav ul {
	overflow:hidden;
	padding:0 9px 0 0;
	margin:0;
}
	nav.shop-nav ul li {
		float:left;
		padding:3px 17px 0 0;
		font-size:12px;
		line-height:21px;
		border:none !important;
		font-weight:normal;
		list-style:none;
		background:none;
	}
		nav.shop-nav ul li a {
			color:#adadad;
			text-decoration:none;
			font-weight:normal;
			letter-spacing:0;
			text-transform:none;
			-webkit-transition:all 300ms linear;
			-moz-transition:all 300ms linear;
			-o-transition:all 300ms linear;
			transition:all 300ms linear;
		}
			nav.shop-nav ul li a:hover, nav.shop-nav ul li.current-menu-item a {
				color:#ff9000;
				text-decoration:none;
			}

#jigoshop_cart:after, #jigoshop_cart:before {
	content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	  clear: both;
}
/* Global Shop Elements Styles */
.product-image {
	display:block;
	background:url(images/product-loader.gif) no-repeat 50% 50% #fff;
	overflow:hidden;
}
/* Shopping Cart */
#cart-holder {
	float:left;
	padding:0;
	vertical-align:top;
	line-height:21px;
	padding:0;
}

#jigoshop_cart {
	position: relative;
	}
#jigoshop_cart h3 {
	float: right;
	padding: 3px 0 0 41px !important;
	font-size: 12px;
	line-height: 21px !important;
	color: #131313;
	font-weight:normal;
	letter-spacing:0;
	margin: 0;
	font-style:normal;
	font-weight:normal;
	cursor: pointer;
	text-transform:none;
	background:url(images/cart.png) no-repeat 0 0;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
.cart_qty {
	display:none;
}
#jigoshop_cart h3 .cart_qty {
	color:#adadad;
	display:inline-block;
	margin:0 0 0 2px;
	min-width:15px;
}
#jigoshop_cart h3:hover{
	color:#ff9000;
}
#jigoshop_cart .remove,
.cart_list .remove{
	float: left;
	font-size: 18px;
	line-height: 22px;
	color: #323232;
	font-weight: bold;
	padding: 0 5px 0 0;
	margin:16px 5px 0 0;
	text-decoration: none;
}
#jigoshop_cart .remove:hover,
.cart_list .remove:hover {
	text-decoration: none;
	color: #6DBCF0;
}
#jigoshop_cart .cart-extra {
	overflow: hidden;
}
#jigoshop_cart .widget-holder {
	width:200px;
	padding:20px 10px;
	background: #ffffff;
	border:1px solid #dedede;
	clear: both;
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	}
.widget-holder .empty {
	color:#323232;
}	
#jigoshop_cart .widget-holder .buttons {
	margin-bottom:0;
	padding:0;
}	
#jigoshop_cart .widget-holder .buttons a.checkout {
	margin:0;
	}	
#jigoshop_cart .widget-holder .buttons .button {
}
.cart_list {
	margin:0; overflow:hidden;
	padding:0;
}
.cart_list > * {
	list-style:none;
	overflow:hidden;
	margin:0; 
	}
.cart_list li {
	list-style: none; 
	padding: 0 !important; 
	background: none !important;
	border:none !important;
	margin-bottom: 10px;
	font-weight:normal;
	text-align:left !important;
}	
.cart_list li a {
	color: #323232;
	text-decoration:none !important;
	text-transform:none;
}
.cart_list li a:hover {
	color:#323232;
}
.cart_list li a span:hover {
	color: #6DBCF0;
}
.cart_list li .image-holder {
	float:left; 
	margin:3px 15px 0 0; 
	padding:0;  
	border: 1px solid #afafaf;;
	width: 50px;
	background:#fff;
}
.cart_list li .image-holder:hover{
	border: 1px solid #6DBCF0;
}
.cart_list li .image-holder img {
	width: 100%;
	height: auto;
}
.cart_list li .js_widget_product_price {
	display:block;
	color:#6DBCF0;
	margin:0 0 0 67px;
}
.total {
	margin:0 15px 15px 0px;
	padding: 10px 0 0 0;
	clear:both;
	background: none;
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
	color:#323232;
	font-weight:bold;
	text-align: right;
	}

.cart_list li.last {
	margin-bottom: 0;
}	
.total strong {
	font-weight: normal;
}	
.buttons .button {
	margin-right: 8px;
	font-size:14px;
}
ins {
	text-decoration:none;
}
/* Products Styles */
.products {
	overflow:hidden; 
	margin: 0 !important;
	padding:0 !important;
	font-size:0;
	line-height:0;
	word-spacing:-10px;
}
.products * {
	word-spacing:0 !important;
}
.products li {
	padding: 10px 0 !important;
	background:#fff;
	border:none !important;
	border-top:1px solid #ebebeb !important;
	position: relative;
	display:-moz-inline-box;
	display:inline-block;
	margin: 0;
	list-style-type: none;
	width:33%;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	text-align:center;
}
.products li + li.first:before {
	position:absolute;
	top:-1px;
	left:0;
	width:940px;
	background:#ebebeb;
	height:1px;
	display:block;
	content:"";
}
.products li.first .product-inner {
	border-left:none;
}
.grid_1 .products li,
.grid_2 .products li,
.grid_3 .products li,
.grid_4 .products li {
	width:100%;
}
.products li.last {
	margin-right:0;
}
.products li .product-inner {
	padding:20px;
	border-left:1px solid #dedede;
}
.products li .product-image-wrap {
	background:#fff;
	position:relative;
}
.products li .product-image-wrap img {
	width:100% !important;
	height:auto !important;
	background:#fff;
	opacity:0;
}
.products li .product-image-wrap .onsale {
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	background: #ff9000;
	font-weight:normal;
	color:#fff;
	font-size:19px;
	line-height:47px;
	font-weight:normal;
	text-transform:lowercase;
	height:50px;
	width:50px;
	text-align:center;
	z-index:10;
	border-radius:25px;
}
.products li:nth-child(3n){
	margin-right: 0;
}
.products li.nomargin{
	margin-right: 0;
}
.products li .title {
	margin:0;
	color:#323232;
	font-size:11px;
	line-height:17px !important;
	letter-spacing:0;
	min-height:34px;
	padding:8px 0 0 0 !important;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	background:none;
}
.products li .title a {
	color:#323232;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
}
	.products li .title a:hover {
		color:#6DBCF0;
		text-decoration:none;
	}
.products li.type-1 .button {
	background:#6dbcf0;
}
.products li.type-2 .button {
	background:#ffd800;
}
	.products li.type-1 .button:hover, .products li.type-2 .button:hover {
		background:#131313;
	}
.products li:first-child, .products li:first-child + li, .products li:first-child + li + li {
	border-top:none !important;
}
.products li .price{
	display: block;
	font-weight: normal;
	line-height:24px;
	color:#c1c1c1;
	letter-spacing:0;
	font-size:20px;
	padding:0 0 10px 0;
}
	.products li .price ins {
		text-decoration:none;
		color:#c1c1c1;
		margin:0;
	}
	.products li .price del {
		font-size:14px;
		color:#323232;
	}
.products li .button{
}
.products li .button:hover{
	text-decoration: none;
}
.products li.last, .jigoshop-products .products li.last {
	margin-right:0;
}	

.products li a .price {
	display:block;
}
.products li a strong {
	display:block; 
	margin-bottom:20px;
}
.products li .buttons {
	overflow:hidden;
}
.short-desc {margin-bottom: 10px;}
.short-desc p {
	margin:0;
}
.prod_rate {
	overflow:hidden;
	padding:8px 0 15px 0;
	color:#61aee1;
	text-align:center;
}
.prod_rate .star-rating {
	margin:0 auto;
}
/* Custom products list for sidebar */
.widget .products li {
	width:100%;
}
.widget .products li .title {
	min-height:20px;
	padding:10px 0 10px;
}
/* Categories */
.current-cat a {
	color: #323232 !important;
}
/* Tabs */
.tabs {
	padding:0;
	margin:0;
}
.product #tabs{ margin-bottom: 20px;}
.product #tabs .tabs {
	overflow:hidden;
	margin-bottom: -1px;
	position:relative;
	z-index:3;
	}
.product #tabs .tabs li {
	margin-bottom: 0;
	border:none !important;
	background:none;
	font-weight:normal;
}	
.product #tabs .tabs li a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.product #tabs .panel {
	background: #ffffff;
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
				background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
				background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
				background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
				background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	padding: 15px 20px;
	border:1px solid #dedede;
	border-radius:0 2px 2px 2px;
	position:relative;
	z-index:1;
}
.product #tabs #respond {padding-top: 10px;}
.product #tabs #respond #reply-title {
}
.product #tabs #comments > p {}

.product #tabs .panel h2 {display: none;}
.product #tabs .panel .shop_attributes {
	margin-top: 10px;
}

.product #tabs #commentform > p {overflow: hidden; margin-bottom: 10px;}
.product #tabs #commentform > p label {
	font-weight: bold;
	display: block;
}
.product #tabs #commentform #comment {
	width: 100%; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product #tabs #commentform .comment-form-rating label[for="rating"] {margin-right: 15px;}
.product #tabs #commentform > p label + .required {float: left; margin-right: 10px;}
.product #tabs .panel .shop_attributes {width: 100%; margin-bottom: 20px;}
.product #tabs .panel .shop_attributes td {
	border: 1px solid #afafaf;
	padding: 10px 5px;
}
.product #tabs .panel .shop_attributes th {
	border: 1px solid #afafaf;
	padding: 10px 5px;

}
#tabs #reviews li.comment .comment_container .comment-text {
	padding: 0;
	overflow: hidden;
}
#tabs #reviews li.comment .meta {
	padding:0 0 5px 0;
}
#tabs #reviews li.comment .avatar {
	border:1px solid #fff !important;
}
.product #tabs .tabs li {
	float:left;
	margin: 0;
	margin-right: 3px;
	background: none;
	padding: 0;
	list-style-type: none;
	}	
.product #tabs .tabs li a {
	display: inline-block;   
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    background: none;
    display: inline-block;
    
	color:#ff9000;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    padding: 7px 11px;
    text-decoration: none;
    text-transform: none;
	background:#eee;
	border:1px solid #dedede;
	border-radius:2px 2px 0 0;
	}
.product #tabs .tabs li.active a, .product #tabs .tabs li a:hover {
	background:#fff;
	color:#6DBCF0;
	border-bottom:1px solid #fff;
}
#holder.container > a.zoom {display:none;}
#holder.container > a.zoom#fancy-link {display:block;}


/************** Single Products styles *****************/
.product.type-product {
	overflow: hidden;
}

.product.type-product form.cart {margin-bottom: 15px;}
.product.type-product .quantity {
	float: left; 
	background: #fff; 
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 17px;
	line-height: 21px;
	margin:0;
}
.product_title {
	
	font-style:normal;
	font-size:20px;
	line-height:22px !important;
	letter-spacing:0;
	background:none;
	padding:0;
	color:#ff9000;
	margin:0;
}
.product.type-product .variations_button {
	padding: 19px 0 0;
}
.product.type-product form.cart .button-alt {
	overflow: hidden;
	margin-left: 20px;
	margin-top:0;
}
#holder {
	border: 1px solid #e9e9e9;
}
.quantity #minus1,
.quantity #add1 {
	width: 30px;
	height: 31px;
	padding: 0;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-top: none;
	border-bottom: none;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	border-radius: 0 !important;
	font:0/0 a;
	color:transparent;
	}
.quantity #minus1 {
	background: url(images/minus-bg.png) center center no-repeat #fff;
}	
.quantity #add1:hover,
.quantity #minus1:hover {
	background-color: #eee;
}
.quantity #add1 {
	background: url(images/plus-bg.png) center center no-repeat #fff;
}	
.quantity .qty {

	background:#fff;
	text-align: center; 
	border: none;
	color: #000;
	width: 65px !important;
	padding:0 !important;
	line-height:30px;
	height:30px;

}
.product.type-product .images {
	float: left;
	margin:0 20px 20px 0;
	position:relative;
}
.product.type-product .images .onsale {
   display:block;
	position:absolute;
	top:5px;
	left:5px;
	background: #ff9000;
	font-weight:normal;
	color:#fff;
	font-size:19px;
	line-height:47px;
	font-weight:normal;
	text-transform:lowercase;
	height:50px;
	width:50px;
	text-align:center;
	z-index:10;
	border-radius:25px;
}

.product.type-product .images a[rel="prettyPhoto[nn]"] {
	vertical-align: top;
	display:block;
	padding:0;
	max-width: 310px;
	text-align: center;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	background:url(images/product-loader.gif) no-repeat 50% 50% #fff;
}
.product.type-product .images a img {
	background:#fff;
}
.product.type-product .images .sub-pager {overflow: hidden; padding-top: 10px;}
.product.type-product .images .sub-pager a {
	width: 98px;
	height:98px;
	display: block;
	float: left;
	margin: 0 0px 0 5px;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 0;
	background:url(images/product-loader.gif) no-repeat 50% 50% #fff;
}
.product.type-product .images .sub-pager img {
	background:#fff;
}
.single_prod_rate {
	overflow:hidden;
	padding:5px 0 0 0;
}
.single_prod_rate .rating {
	float:left;
	margin:0 0 0 50px;
}
.single_prod_rate .reviews-number {
	float:right;
}
.product.type-product .images .sub-pager a:hover, .product.type-product .images .sub-pager a.cur {
	border: 1px solid #6DBCF0;
}
.product.type-product .images .sub-pager .divider {height: 5px; clear: both;}
.product.type-product .images .sub-pager .divider+a {margin-left: 0;}
.product.type-product .images .sub-pager a:first-child {margin-left: 0;}
.product.type-product .images .sub-pager a img {
	width:100% !important;
	height:auto !important;
}
.product.type-product .images + .summary {
	overflow: hidden;
}
.product.type-product .images + .summary .product-price {
}
.product.type-product .images + .summary .product-price .label {
	color: #929292;
	width:50px;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
}
.product.type-product .images + .summary .product-price {
	color: #6DBCF0;
    
    font-size: 18px;
	line-height:20px;
    font-weight: normal;
    padding: 2px 0 2px;
}
.product.type-product .images + .summary .product-price del {
	color:#323232;
	font-size:14px;
	display:inline-block;
	margin:0 0 0 -5px;
}
.product.type-product .images + .summary .product-price ins {
	text-decoration:none;
}
.product.type-product .images + .summary .category {
	font-weight: bold;	
	margin-bottom: 7px;
}
.product.type-product .images + .summary .category a {
}
.product.type-product .images + .summary h1 {
	display: none;
}
.product.type-product .images + .summary .stock, 
.product.type-product .images + .summary .price {display: none;}
.product.type-product .images + .summary .attributes {
	overflow: hidden;
}
.product.type-product .images + .summary .attributes .product-avlb {
	float: right;
	display:inline-block;
	padding:3px 10px;
	background: #ffffff;
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
				background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
				background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
				background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
				background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	color:#6DBCF0;
	border:1px solid #dedede;
	border-radius:2px;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.product.type-product #tabs {
	width: 100%;
	clear: both;
}
.related.products h2 {
	font-size:16px;
	line-height:18px;
}
/* Table, Cart Page */
.cart_totals_table table {width: 100%;}
.cart_totals_table tr {
	border: 1px solid #e9e9e9;
}
.cart_totals_table tr th {
	background: #f5f5f5;
}
.cart_totals_table tr td, .cart_totals_table tr th {
	border: 1px solid #e9e9e9;
	padding: 5px 6px;
	text-align: left;
}

.cart_totals_table tr th {width: 30%;}
.cart_totals_table tr small {font-size: 100%; font-weight: normal;}
tr td.product-remove {text-align: center;}
.shipping-calculator-button {
	cursor:default !important;
}
.shipping-calculator-button span {display: none;}

form.shipping_calculator h2 a{
	cursor: pointer;
	color: #fff;
	text-decoration:none !important;
}
.shipping-calculator-button {text-decoration: none;}
form.shipping_calculator input[type="text"],
form.shipping_calculator select {
	width: 100%;
	background: #fff;
	padding: 7px;
	height: auto;
	border: 1px solid #DEDCDC;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pp_gallery {display: none !important;}
.cart-items {

}
/* Cart in sidebar */
.cart_list li span {
	overflow:hidden;
	display:block;
}
.widget .buttons .button {
	margin:0 8px 0 0;
}
.widget .buttons .button + .button {
	margin:0;
}
.widget .cart_list li {
	background:url(images/content-bg.gif) repeat-x 0 -15px !important;
	padding:15px 8px 15px 5px !important;
	border:1px solid #e9e9e9 !important;
	margin:0 0 10px 0 !important;
}
.widget .cart_list li a {
	text-decoration:none;
	font-size:10px !important;
	color:#323232;
}
	.widget .cart_list li a:hover {
		color:#323232;
	}
.widget .cart_list li.last {
	margin:0 !important;
}
.widget .cart_list li .image-holder {
	margin:0 8px 0 0 !important;
}
.widget .cart_list li .remove {
	margin:14px 5px 0 4px;
	padding:0;
}
.layerd_nav_clear + ul {
	padding:10px 0 0 0;
}
/* Products list */
.product_list_widget {
	overflow: hidden;
}
.product_list_widget li {
	overflow: hidden;
	display:block;
	position:relative;
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
	border:1px solid #e9e9e9;
	list-style-type: none;
	position:relative;
	text-align:right;
	background:none;
	border-radius:2px;
}

.product_list_widget li a {
	display: inline !important;
	overflow: hidden;
	margin:0 0 2px 0;
	font-size:12px;
	line-height:16px;
	color:#6DBCF0;
	text-align:left;
	text-transform:none;
}
.product_list_widget li a:hover {
	text-decoration:none !important;
	color:#6DBCF0;
}
.product_list_widget li a span:hover {
	color:#323232;
}
.product_list_widget li img{
	margin: 0 10px 10px 0;
	float:left;
	background:#fff;
	padding:0;
}
.product_list_widget li a span{
	display:block;
	overflow:hidden;
	font-weight:bold;
	padding:0;
	margin:0 0 60px 0;
}
.product_list_widget li .js_widget_product_price{
	display: block;
	color: #444;
	padding:5px 0;
	font-size:16px;
	line-height:18px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.product_list_widget li .js_widget_product_price del {
	color:#484648;
	font-size:12px;
}
.product_list_widget li .js_widget_product_price ins {
	text-decoration:none;
}
.product_list_widget li .star-rating{	
	width: 80px;
	background: url(jigoshop/images/star.png) 0 -13px repeat-x;
	margin: 0;
	overflow:hidden;
	position:absolute;
	bottom:35px;
	right:10px;
}
.product_list_widget li b {
	position:absolute;
	bottom:48px;
	right:10px;
	font-weight:normal;
	display:block;
}
.star-rating {
	width:80px;
	overflow:hidden;
	background: url(jigoshop/images/star.png) 0 -13px repeat-x;
}
/* price filter */
.price_slider_amount {
	padding:15px 0 0 0;
}
.price_slider_wrapper {
	padding:0 10px;
}
.price_slider_amount {
	font-size:15px;
	line-height:24px;
}
.price_slider_amount span {
	color:#6DBCF0;
}
.price_slider_amount .button {
	display:block;
	margin:0 0 5px 0;
}

.price_slider_amount button {
	margin:0 10px 0 0;
}

/* Single product */
.single-product .product_meta {display: none;}
.single-product .summary .attributes {
	padding:10px 0;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin:15px 0;
}
.single-product .summary fieldset.variations {
	border: none;
	margin-left: 0;
	border:1px solid #dedede;
	padding: 15px 8px;
}
.single-product .summary fieldset.variations .select_label {
	font-weight: bold;
	margin-right: 8px;
	display: inline-block;
	color: #202121;
}
.single-product .summary fieldset.variations select {
		width: 100%; 
		overflow: hidden;
		max-width: 365px;
		padding: 2px 2px;
	}


.related.products {padding-top: 30px;}


#respond span.required {display: block; color: #ff0000;}


/* Last Reviews */
.product_list_widget-reviews{
	overflow: hidden;
	padding: 4px 0 0 0;
}
.product_list_widget-reviews li{
	float: left;
	background: none;
	list-style: none;
	background: #f5f5f5;
	padding: 0;
	margin: 0 20px 20px 0;
}
.product_list_widget-reviews li:nth-child(4n){
	margin-right: 0;
}
.product_list_widget-reviews li.nomargin{
	margin-right: 0;
}
.product_list_widget-reviews li .featured-thumbnail{
	float: none;
	margin: 0;
}
.product_list_widget-reviews li .js_widget_product_title{
	font-size: 18px;
	
	color:#323232;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	margin: 19px 0 0 16px;
}
.product_list_widget-reviews li .js_widget_product_title:hover{color: #6DBCF0;}
.product_list_widget-reviews li .js_widget_product_price{
	display: block;
	float: left;
	font-size: 18px;
	
	font-weight: bold;
	font-style: italic;
	color: #6DBCF0;
	margin: 8px 0 25px 14px;
}
.product_list_widget-reviews li .star-rating{
	float: right;
	width: 95px;
	background: url(jigoshop/images/star.png) 0 -13px repeat-x;
	margin: 10px 10px 0 0;
}

/********************CheckOut*************************/
.blockUI {background: #000;}
.stars a.sd, .stars a.dd {color: red;}
form.checkout select, 
.jigoshop-myaccount form select,
.shipping-calculator-form select {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 95%;
	min-width: 50px;
	height: 20px;
	padding:7px 0 6px;
	vertical-align:text-bottom;
	background:#FDFDFD;
	border:1px solid #EBEBEB;
}
#order_review .shop_table select {
	display:block;
	margin:0 auto;
}
form.checkout select option, 
.jigoshop-myaccount form select option,
.shipping-calculator-form select option {
	line-height: 29px !important;
}
form.login {
	padding:0 0 20px 0;
}
form.login input[type="text"], form.login input[type="password"] {
	width:238px !important;
}
form.login label {display: table;}
form.login .form-row-last {
	padding:0 0 10px 0 !important;
}
a.lost_password {margin-left: 10px;}
.create-account .form-row {max-width: 50%;}
#customer_details .create-account .form-row {max-width: 100%;}
.create-account .form-row input {width: 100%; max-width: 100%;}
form.checkout input[type="text"].error {background: #6DBCF0; border-color: #530303;}
.shipping_calculator select option {position: relative;}
form.checkout #customer_details #order_comments {
	width: 100%;
}
form.checkout #customer_details .form-row.form-row-first,
.jigoshop-myaccount .form-row.form-row-first {
	float: left;
	max-width: 50%;
	width: 100%;
}
.ie8 form.checkout #customer_details .form-row.form-row-first,
.ie8 .jigoshop-myaccount .form-row.form-row-first {
	float: left;
	width:50%;
}

form.checkout #customer_details .form-row.form-row-last,
.jigoshop-myaccount .form-row.form-row-last {
	overflow: hidden; 
}
.jigoshop-myaccount form {padding-top: 0px;}
form.checkout #customer_details .form-row label, .jigoshop-myaccount form label {
	display: table;
}
form.checkout #customer_details .form-row,
.jigoshop-myaccount .form-row {
	width: 50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding-right: 18px;
	margin-bottom: 25px;
	padding-bottom:0;
	}
form.checkout #customer_details .form-row.notes {width: 100%; max-width: 100%;}
form.checkout #customer_details .form-row label.checkbox {display: inline;}
form.checkout #customer_details .form-row input[type="text"],
form.checkout #customer_details textarea,
.jigoshop-myaccount form .form-row input[type="text"] {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	width: 95%;
	max-width: 510px;
	height: auto;
}
p#shiptobilling label.checkbox {
	vertical-align: middle;
	font-weight: bold;
}
form.checkout #customer_details textarea {max-width: 700px; min-height: 100px;}
form.checkout #customer_details .form-row label {font-weight: bold;}
form.checkout h3,
.col2-set.addresses header h3 {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
.col2-set.addresses .col-1 {margin-bottom: 20px;}

.payment_methods li {background: none; padding: 0; margin-bottom: 5px; border: none !important;}
.payment_methods li label {
	vertical-align: middle;
}
.payment_methods li .payment_box {
	position: relative;
	width: 96%;
	background: #929292;
	margin: 15px 0;
	padding: 10px 0;
	color: #fff;
}
#payment {padding-top: 20px;}
.payment_methods li,
.order_details li{
	background: none !important;
	padding: 0 !important;
	list-style-type: none;
	margin: 0;
	border:none;
}
.payment_methods li .payment_box:before {
	border-style: solid;
	border-color: transparent transparent #929292 transparent;
	border-width: 0 6px 6px 6px;
	content: "";
	display: block;
	width: 0;
	height: 0px;
	position: absolute;
	z-index: 999;
	top: -6px;
	left: 30px;
}
.payment_methods li .payment_box > p {
	padding: 0 20px;
	margin-bottom: 0;
}

#place_order {
	margin:0 0 0 5px !important;
	vertical-align:top;
	}
	
.form-row input[type="radio"] {
	margin:0 5px 0 0;
}
.star-rating span {
	background:url(jigoshop/images/star.png) 0 0px repeat-x;
	height:0;
	padding:13px 0 0 0;
	padding-right: 0;
	overflow:hidden;
	float:left
	}
.hreview-aggregate .star-rating{
	margin:10px 0 0 0
	}

/* Star Rating */
p.stars{overflow:hidden;zoom:1}
p.stars span{
	width:80px;
	height:13px;
	position:relative;
	float:left;
	background:url(jigoshop/images/star.png) 0 -13px repeat-x;
}
p.stars span a{
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:0;
	padding-top:13px;
	overflow:hidden
	}
p.stars span a:hover,p.stars span a:focus{
	background: url(jigoshop/images/star.png) 0 0px repeat-x;
}
p.stars span a.active{
	background: url(jigoshop/images/star.png) 0 0px repeat-x;
}
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
	}
/* Review form */
#review_form p {
	padding:0;
}
/* Reviews(comments) */
#reviews li.comment {
	position: relative;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px !important;
}
#reviews li.comment .comment_container {
	position: relative;
	padding: 20px;
	overflow: hidden;
}
#reviews li.comment .comment_container img{
	float: left;
	margin: 0 20px 0 0;
}
#reviews li.comment .comment_container .comment-text {
	padding: 0;
	overflow: hidden;
}
#reviews li.comment .meta {
	padding:0 0 5px 0;
}
#reviews li.comment .avatar {
	border:1px solid #ddd !important;
}
#reviews li.comment .comment_container .comment-text .star-rating {
	float: right;
	width: 80px;
	background: url(jigoshop/images/star.png) 0 -13px repeat-x;
}
.hreview-aggregate {overflow: hidden;}
.hreview-aggregate > .star-rating {display: none;}
/*---------------------------------------------------*/

/* BredCrumbs */
.bc-wrap {
	display: block;	
	margin:0 0 20px 0;
}
#breadcrumb {
	color:#7fbc19;
	font-size:16px;
	line-height:20px;
	padding:9px 0;
	border-bottom:1px solid #ececec;
	font-weight:bold;
}
#breadcrumb:after {
}
#breadcrumb a {
	
	color:#ff9000;
	font-size:16px;
    text-decoration: none;
}
#breadcrumb a:hover{
	color:#7fbc19;
	text-decoration:none;
}
/*****************************************************/
.single-product .commentlist { padding: 0;}
.jigoshop-myaccount dl {
	overflow:hidden;
}
.jigoshop-myaccount dl dt {padding: 0; background: none; float:left; padding:0 10px 0 0; clear:both;}
.jigoshop-myaccount dl dd {padding: 0; float:left; margin:0;}

/* Tables */
.shop_table {
	text-align: left;
}
.shop_table + header h2 {
	margin-top:20px;
	font-size:15px;
}
.shop_table {width: 100%;}
.shop_table.my_account_orders {margin-bottom: 35px;}
.shop_table tr {
	border: 1px solid #e9e9e9;
	padding: 4px 5px;
}
.shop_table tr.order td .button {
	padding: 0;
	background: none;
	margin: 0;
	color:#323232 !important;
}
.shop_table tr.order td .button:hover {
	color:#6DBCF0 !important;
	text-decoration:none !important;
}
.shop_table tr td {border: 1px solid #e9e9e9; padding: 9px 10px; text-align: center;}
.shop_table tr td .variation {
	text-align: left;
	margin: 5px 0;
}
.shop_table tr td .variation dt {
	display: inline;
	margin: 0 3px 0 0;
	font-weight: bold;
	padding: 0;
	background: none;
	font-size: 12px;
}
.shop_table tr td .variation dd {
	display: inline;
	margin: 0;
	padding: 0;
} 
.shop_table tr td .remove {
	width: 26px;
	height: 30px;
	background: url(images/trash.png) 0 0 no-repeat;
	display: inline-block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.shop_table.cart tfoot tr td {text-align: left; padding: 10px 10px 10px 22px;}
.shop_table tfoot tr td .upd-button {
	color: #727374 !important;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 0 20px;
	background: url(images/update.png) 0 center no-repeat;
	vertical-align: middle;
	margin-top: 7px;
}
.shop_table tfoot tr td .upd-button:hover {
	color:#6DBCF0 !important;
}
.shop_table tfoot tr td {text-align: left;}
.shop_table tfoot tr td .checkout-button {
	float: right;
}
.shop_table tfoot tr .g_total {
	background: #f5f5f5;
}

.shop_table tr td.product-thumbnail {
	text-align: center;
}
.shop_table tr td.product-remove {
	padding: 9px 20px;
}
.shop_table tr td.product-thumbnail a {
	display: block;
	background:#fff;
	border: 1px solid #e9e9e9;
	padding:0;
	width: 75px;
	height:75px;
	overflow:hidden;
	margin:0 auto;
}
	.shop_table tr td.product-thumbnail a img {
		width:100% !important;
		height:auto !important;
	}
.shop_table tr td.product-name {text-align: left;padding: 15px 10px;}
.shop_table tr td.product-name a {
	font-weight: bold;
	text-decoration: none;
}
.shop_table tr td.product-name a:hover {
	color: #202121;
}
.shop_table tr td.product-quantity #minus1, .shop_table tr td.product-quantity #add1 {
	display: none;
}
.shop_table tr td.product-quantity {text-align: center;}
.shop_table tr td.product-quantity .qty {
	background: #f7f8f8;
	border: 1px solid #e9e9e9;
	color: #727374;
	width: 58px !important;
	height:16px;
	line-height:16px;
	padding:4px 0 !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.shop_table tr th {
	border: 1px solid #e9e9e9; 
	font-weight: bold; 
	padding: 6px 10px 7px;
	background: #f5f5f5;
	text-align:left;
}

.shop_table td .button {
}
.shop_table td .m-label {display: none; margin-right: 4px;}
.shop_table td .button:hover {
}
.shop_table td.alignright {margin: 0; border-left: none; float: none;}

#shop-cart .button, #shop-cart .button-alt {
	margin:7px 0 !important;
}
form.shipping_calculator {padding-top: 50px;}


.jigoshop-cart .main-content-box h1 {
	background: url(images/cart.png) 0 0 no-repeat;
	padding:0 0 0 22px;
	margin:0 0 10px 0;
}
.jigoshop-cart .main-content-box h2 {
	font-size:15px;
}
.jigoshop-cart #page-content {padding-right: 10px;}
.jigoshop-cart .post-holder {border: none;}
.jigoshop-cart .cart-collaterals {margin-top: 50px;}


/*********Messages********/
.jigoshop_message {
	background:#6DBCF0;
	position:relative;
	overflow:hidden;
	z-index:99;
	color:#fff;
	font-weight:bold;
	padding:15px 15px 15px 38px;
	margin:0 0px 20px 0;
	border-radius:3px;
}
.jigoshop_message:after {
	display:block;
	content:"";
	width:24px;
	height:24px;
	background:url(images/message-icon.png) 0 -24px no-repeat;
	position:absolute;
	top:50%;
	margin-top:-12px;
	left:6px;
}
.jigoshop_message .button {
	float:right;
	padding: 0;
	background: none;
	margin-top: 1px;
	line-height:16px;
	font-size:14px;
	height:16px;
	color:#fff !important;
}
.jigoshop_message .button:hover {
	background: none;
	color:#323232 !important;
}
.jigoshop_error {
	z-index:99;
	top:50px;
	margin:20px auto;
	background:#323232;
	color:#fff;
	padding:10px 20px;
	font-weight:bold;
	border-radius:3px;
}
/*-----------------------*/


form.checkout #customer_details .create-account .form-row,
form.login 	.form-row,
form.login 	.form-row.form-row-first {
	width: 100%;
	padding: 0;
	float: none;
}
form.checkout #customer_details .create-account .form-row input[type="text"],
form.checkout #customer_details .create-account .form-row input[type="password"],
form.login 	.form-row  input[type="password"],
form.login 	.form-row  input[type="text"] {
	max-width: 250px;
	width: 100%;
	box-sizing: border-box;
}
#review_form #respond #commentform label {
	width:auto !important;
	padding:0 0 10px 0;
	line-height:12px;
}

.assistive-text {
	display:block;
}
.assistive-text + input {
	margin:0 5px 0 0;
}
.assistive-text + input, .assistive-text + input + input {
	display:inline-block !important;
}
#password-1, #password-2 {
	width:80%;
}
.variations_button {
	display:block !important;
	height:auto !important;
	padding:19px 0 0 0 !important;
	margin:0 !important;
}

input.error {
	color:#fff !important;
}
input.error::-webkit-input-placeholder {
    color:    #fff;
}
input.error:-moz-placeholder {
    color:    #fff;
}
input.error:-ms-input-placeholder {
    color:    #fff;
}

form.shipping_calculator {
width:100%;
}

.shipping-calculator-form {
height:auto !important;
display:block !important;
}

.shipping-calculator-button {
color:inherit !important;
text-decoration:none;
pointer-events:none;
cursor:default;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */