@charset "utf-8";
/*hub.css*/
/*-----------------------------------------------------------------------
[Table of contents]

1. Reset
2. Basic
3. Structure
4. Header
5. Navigation
6. Content
	-6.1 News Ticker
	-6.2 Carousel #0 / Featured Content
	-6.3 Featured Content #2
	-6.4 Content Blocks
	-6.5 Carousel #1
	-6.6 Pagination
	-6.7 Singular
	-6.8 Comments
7. Sidebar
8. Footer
9. WooCommerce
	-9.1 Products
	-9.2 Single Product
	-9.3 Cart
10. Misc
	-10.1 Layouts
	-10.2 Social Icons
	-10.3 Forms
---------------------------------------------------------------------- */
/**
 * 1. Reset
 * -----------------------------------------------------------------------------
 */
/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e9e9e9;
 	margin: 1em 0; 
	margin: 0 0 30px;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
sup {
	top: -.5em;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
*/
/**
 * 2. Basic
 * -----------------------------------------------------------------------------
 */
/**
 * 2.1 Defaults
 * -----------------------------------------------------------------------------
 */
body {
	background-color: #ffffff;
	color: #2e3233;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size: 2em;
	font-size: 20px;
}
h2 {
	font-size: 1.8em;
	font-size: 18px;
}
h3 {
	font-size: 1.6em;
	font-size: 16px;
}
h4 {
	font-size: 1.4em;
	font-size: 14px;
}
h5 {
	font-size: 1.2em;
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
#side_left h3.ttl{
	font-size: 12px;
	margin: 0;
    background-color: #862120;
    color: #fff;
    padding: 5px 10px;
}
body.other_page #main h3{
	border-bottom: 1px solid #e8e8e8;
	line-height: 3.9rem;
}

strong {
	font-weight: 700;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
input {
	border: 1px solid #b5b5b5;
	font-family: 'Open Sans', Arial, sans-serif;
	height: 36px;
	padding: 0 10px;
}
input:focus,
input:hover {
	outline: none;
}
input[type="text"], input.input-text, textarea, input.txt, input[type="tel"], input[type="email"] {
    padding: .236em .5em;
    border: 1px solid #e9e9e9;
    font-size: 1em;
    line-height: 1.618em;
    font-family: inherit;
    outline: none;
    background: #fcfcfc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
}
.search-form input {
    width: 147px;
    height: 32px;
}
input {
    border: 1px solid #b5b5b5;
    font-family: 'Open Sans', Arial, sans-serif;
    height: 36px;
    padding: 0 10px;
}
input, select {
    vertical-align: middle;
}
button {
	border: none;
	height: 32px;
	padding: 0 15px;
}
table {
	width: 100%;
	margin-bottom: 20px;
/* 	margin-bottom: 2.618em; */
}
table th,
table td {
	border: 1px solid #b5b5b5;
	padding: 1em;
	vertical-align: middle;
	text-align: left;
}
table th {
	text-transform: uppercase;
	background-color: #ececec;
	width: 8rem;
}
.dl_table,
.dl_table dl,
.dl_table dt,
.dl_table dd{
	border: none;
}
.dl_table dt,
.dl_table dd{
	padding: 10px;
}
.dl_table dt{
	border-bottom: 1px solid #862120;
}
.dl_table dd{
	border-bottom: 1px solid #dddddd;
}

.historylist_column .order_date{
	font-size: 18px;
}


/* Margin
--------------------------------------------- */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}

.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}

.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}

.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}


/* Padding
--------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}

.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}

.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}

.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}


/* inline align
--------------------------------------------- */
.inlineL { text-align: left!important;}
.inlineC { text-align: center!important;}
.inlineR { text-align: right!important;}



/**
 * 2.2 Hyperlinks
 * -----------------------------------------------------------------------------
 */
a:link,
a:visited {
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
/* 	opacity: .6; */
}
a:active {
	outline: none;
}

/**
 * 2.3 Typography
 * -----------------------------------------------------------------------------
 */

/**
 * 3. Structure
 * -----------------------------------------------------------------------------
 */
#page {
/* 	background: #fff; */
	background-color: #f5f5f5; 
	margin: 0 auto;
}
.container {
	margin: 0 auto;
/* 	width: 1270px; */
	max-width: inherit;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.row{
	margin-left: 0;
	margin-right: 0;
}
@media only screen and (min-width: 768px){
	.row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
		padding-left: 10px;
    padding-right: 10px;
	}
}
/**
 * 4. Header
 * -----------------------------------------------------------------------------
 */
#masthead {
	background-color: #ffffff;
}
#logo {
	float: left;
	/*margin: 35px 50px 0 0;*/
	margin: 10px 0 0;
}
#logo img{
	max-width: 120px;
}
.site-title {
	font-size: 32px;
/* 	padding: 15px 0; */
	padding: 6px 0;
}
#secondary-bar {
	background: #fff;
	border-top: 2px solid #333;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	margin-bottom: 0;
}

/**
 * 5. Navigation
 * -----------------------------------------------------------------------------
 */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#primary-menu.sf-menu li .fa{
	color: #862120;
}
#primary-menu.sf-menu span, .sf-menu * span{
	display: block;
    padding: 0;
    line-height: 1;
}


.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	background: #ffffff;
	display: none;
	top: 100%;
	left: 0;
}
.sf-menu > li {
/* 	float: left; */
    display: inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu ul {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	box-shadow: 2px 3px 6px rgba(0,0,0,.2);
	margin-top: 0;
}
.sf-menu ul ul {
	left: 170px;
	margin-top: -7px;
}
.sf-menu a {
	display: block;
	position: relative;
	padding: 0 15px;
}
.sf-menu ul a {
	font-size: 1em;
}
.sf-menu li {
	z-index: 100;
}
.sf-menu ul li {
	width: 170px;
}
/*
.sf-arrows .sf-with-ul {
	padding-right: 25px !important;
}
*/
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -2px;
	margin-right: 9px;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top-color: #cccccc;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #dddddd;
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: 0px;
	border-color: transparent;
	border-left-color: #dddddd;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #dddddd;
}
.sf-menu li span.nav_en{
	display: block;
    font-size: 80%;
    font-weight: normal;
    color: #999;
}


/**
 * 5.1 Primary Navigation
 * -----------------------------------------------------------------------------
 */
#primary-bar {
/* 	border-bottom: 1px solid #e6e6e6; */
	width: auto;
	height: 30px;
	background-color: #862120;
	
}
 @media only screen and (min-width: 768px){
	 #primary-bar {
		 margin: 0 -10px;
	 }
}
#primary-nav {
	float: left;
/* 	padding: 35px 0 0 20px; */
	padding-left: 0;
}
#primary-nav ul {
	float: left;
}
#primary-nav ul li {
	float: left;
	background: none;
}
#primary-nav ul li:first-child a {
	border-left: none;
	padding-left: 20px;
}
#primary-nav .sf-menu li ul {
	padding: 0 20px;
}
#primary-nav ul li li {
	background: none;
	box-shadow: none;
	width: 150px;
}
#primary-nav ul ul ul {
	left: 150px;
}
#primary-nav ul li a {
	color: #333;
	display: block;
	font-size: 10px;
	line-height: 30px;
	padding: 0 0 0 20px;
}
#primary-nav ul li li a:link,
#primary-nav ul li li a:visited {
	border-left: none;
	color: #999999;
	border-top: none;
}
#left_btn_menu,
#btn_menu{
	top: 45px;
}

/**
 * 5.2 Secondary Navigation
 * -----------------------------------------------------------------------------
 */
#secondary-nav {
	/*float: left;*/
	z-index: 50;
	position: relative;
}
#secondary-nav ul li {
	background: url('../img/common/seperator.png') no-repeat right center;
}
#secondary-nav ul li a {
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 6px;
	/*padding: 8px 15px;*/
	padding: 8px 38px;
	text-transform: uppercase;
}
#secondary-nav .sf-menu li ul {
	background: #ffffff;
	padding: 0 15px;
}
#secondary-nav ul li a:hover,
#secondary-nav ul li.current_item a {
	color: #ffffff;
	text-decoration: none;
}
#secondary-nav ul li.home_item a {
	margin-left: 0;
}
#secondary-nav ul li ul {
	border-top: 1px solid #e6e6e6;
	margin-left: -1px;
}
#secondary-nav ul li li {
	background: none;
}
#secondary-nav ul.sf-menu li li a,
#primary-nav ul.sf-menu li li a {
	line-height: 1;
	border-bottom: 1px dotted;
	border-color: #dddddd !important;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	padding: 15px 0;
	text-transform: none;
}
#secondary-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover {
	background: #ffffff;
}
#secondary-nav ul.sf-menu li li:last-child a,
#primary-nav ul.sf-menu li li:last-child a {
	border-bottom: none !important;
}
/**
 * 5.3 Mega Menu
 * -----------------------------------------------------------------------------
 */
.sf-mega {
	box-shadow: 2px 3px 6px rgba(0,0,0,.2);
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 20px;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block;
}
.sf-mega ol {
	display: block;
	position: static;
}
.sf-mega li a {
	font-size: 13px;
}
/* Links */
.links {
	border-top: 1px solid #e6e6e6;
	width: 600px !important;
	padding: 20px;
}
.links li {
	border-right: 1px solid #e6e6e6;
	display: block;
	float: left;
	font-size: 13px;
	width: 170px !important;
	margin: 0 20px 0 0;
}
.links li span.column-heading {
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
}
.links li ol {
	display: block;
	margin: 0 20px 0 0 !important;
}
.links li:last-child,
.links li:last-child li {
	border-right: none !important;
	margin-right: 0 !important;
}
.links li ol li {
	background: none;
	margin: 0;
}
.links li li a {
	border: none !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}
.links li li:last-child a {
	margin-bottom: 0 !important;
}
/* Posts */
.posts {
	width: 682px;
	padding: 20px;
}
.posts .sub-cats {
	float: left;
	width: 120px;
}
.posts .sub-cats li {
	background: none !important;
}
.posts .sub-cats li a {
	border: none !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}
.posts .cat-posts {
	border-left: 1px solid #e6e6e6;
	float: left;
	width: 520px;
	padding-left: 20px;
}
.posts .cat-posts .post-list {
	float: left !important;
	width: 150px;
	margin-right: 20px;
}
.posts .cat-posts .post-list:last-child {
	margin-right: 0;
}
.posts .cat-posts .post-list a {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.posts .cat-posts .post-list a:hover {
	background: none !important;
}
.posts .cat-posts .entry-thumbnail {
	float: left;
	margin: 0 0 10px 0;
}
.posts .cat-posts .entry-title {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 5px;
	text-transform: none;
}
.posts .cat-posts .entry-meta {
	color: #999999;
	font-size: 11px;
	font-weight: 400;
}
#secondary-nav .sf-mega {
	margin-left: -1px;
}
/**
 * 5.4 Header Cart
 * -----------------------------------------------------------------------------
 */
.header-cart {
	float: right;
	font-size: 13px;
	line-height: 40px;
}
.header-cart .sf-arrows .sf-with-ul {
	padding-right: 0 !important;
}
.header-cart .sf-arrows .sf-with-ul:after {
	border: none !important;
}
.header-cart li {
	background: none !important;
}
.header-cart ul li a {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.header-cart a:link,
.header-cart a:visited {
	margin-left: 20px;
}
.header-cart a:hover {
	color: #333333;
}
.header-cart img {
	width: 64px;
	height: auto;
}
.header-cart .fa-cart {
	font-size: 13px;
	margin-right: 3px;
}
.header-cart .amount {
	margin-left: 5px;
	text-transform: lowercase;
}
.header-cart button {
	float: left;
	display: inline-block;
	margin: 0 0 7px 0;
	width: 100%;
}
.header-cart .add_to_cart_button {
	margin-bottom: 10px;
}
.header-cart li ul {
	left: auto;
	right: 0;
	width: 230px;
	padding: 0 20px 0;
}
.header-cart .product-title {
	font-weight: 700 !important;
}
.header-cart li li:first-child {
	color: #999999;
}
.header-cart li li {
	border-bottom: 1px solid #f0f0f0;
	width: 100% !important;
	padding: 15px 0;
	line-height: 1;
	position: relative;
}
.header-cart ul li li:last-child {
	border-bottom: none;
	color: #999;
}
.header-cart li li a {
	border: none !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}
.header-cart li li img {
	float: left;
	margin: 0 10px 0 0;
}
.header-cart li li .quantity {
	color: #999999 !important;
	display: block;
	font-size: 11px;
	margin-top: 7px;
}
.header-cart li li .product-remove {
	color: #999999 !important;
	font-size: 10px !important;
	position: absolute;
	top: 16px;
	right: 0;
}
.header-cart li li .product-remove:hover {
	color: red !important;
}
.header-cart .cart-total {
	margin: 5px 0 20px;
}
.header-cart .cart-total .amount {
	color: #333;
	float: right;
}
.header-cart li li .quantity small {
	color: #ff6644;
}
/**
 * 5.5 Header Search
 * -----------------------------------------------------------------------------
 */
.header-search {
	float: right;
	position: relative;
	margin-top: 13px;
}
.header-search .fa {
	color: #333333;
	font-style: normal;
	font-size: 13px;
	cursor: pointer;
}
.header-search .fa-search.active {
	display: none;
}
.header-search .fa-times {
	display: none;
}
.header-search .fa-times.active {
	display: inline-block;
}
.header-search a:link,
.header-search a:visited {
	color: #333333;
}
.search-form {
	border: 1px solid #e6e6e6;
/* 	display: none; */
	position: absolute;
	top: 33px;
	right: 0;
	padding: 15px 0 15px 15px;
	width: 225px;
	background: #fff;
	z-index: 99;
	box-shadow: 2px 3px 6px rgba(0,0,0,.2);
}
.search-form input {
	width: 147px;
	height: 32px;
}
.search-form button {
	width: 60px;
	height: 32px;
	position: relative;
}
.search-form2{
	border: 1px solid #e5e5e5;
    background-color: #eeeeee;
    padding: 5px;
    margin-top: 20px;
}
/**
 * 5.6 Header .header-ad Search
 * -----------------------------------------------------------------------------
 */
.header-right{
float: right;
/* 	height:auto; */
margin: 20px 0 0;
}
.header-right .search-form{
position: inherit;
  float: left;
  border: none;
  box-shadow: none;
  width: auto;
/*     padding: 35px 0 0; */
padding: 0;
}
.header-right .search-form input{
  width: 270px;
  height: 40px;
  border: 2px solid #862120!important;
  float: none!important;
  border-radius: 0!important;
  padding: 5px;
  font-size: 12px;
}
.header-right .search-form button{
height: 40px;
border-bottom: 0;
}
.extra-form{
	margin: 0;
}
#btn-searchModal{
	position: absolute;
	top: 10px;
	right: 70px;
	cursor: pointer;
	font-size: 12px;
	color: #666;
  padding-left: 10px;
  border-left: 1px solid;
}
 /**
 * 5.7 Header Text & Language
 * -----------------------------------------------------------------------------
 */
.text-headline {
	float: left;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
 }
.header-lang {
	float: right;
	font-size: 12px;
	line-height: 30px;
}
.header-lang form label{
	color: #fff;
}
.header-lang form select{
	color: #862120;
}
.page-heading{
	font-size: 20px;
	font-weight: normal;
    margin: 0 16px 10px;
    position: relative;
    padding: 0 0 .5em 1.6em;
    color: #862120;
    border: none;
}
.page-heading:before,
.page-heading:after{
	position: absolute;
    content: '';
    border-radius: 100%;
}
.page-heading:before{
	top: .1em;
    left: 0;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgb(222,180,181);
}
.page-heading:after{
	top: .5em;
    left: .4em;
    width: 13px;
    height: 13px;
    background: rgba(222,180,181,0.5);
}
.ttl_a{
	border-bottom: 1px solid #862120;
}




/**
 * 6. Content
 * ----------------------------------------------------------------------------
 */
 @media only screen and (min-width: 768px){
	.theme_side_both #main{
		min-height: 700px;
		width: 100%;
		padding-left: 210px;
		padding-right: 210px;
	} 
 }

.content-area {
	float: left;
/* 	width: 728px; */
	width: 540px;
	height: auto;
/* 	margin: 25px 0 25px 200px; */
	margin: 25px 0 25px 210px;
}
.single .content-area,
.archive .content-area,
.page-template-page-add-product .content-area,
.page-template-page-edit-thread .content-area{
	width: 750px;
	margin-top: 15px;
	margin-left: 0;
	position: relative;
}
.content-area ul li {
	list-style: none;
}
.content-area ul.disc li{
	list-style-type: disc;
	padding: 5px 5px 5px 0;
	margin-left: 1.5rem;
}
.hentry .entry-title {
	line-height: 1.3;
	margin-bottom: 10px;
}
.hentry .entry-meta {
	color: #9f9f9f;
	margin-bottom: 10px;
}
.entry-category {
	text-transform: uppercase;
}
.entry-category a {
	text-decoration: underline;
}
.entry-category,
.entry-date {
	color: #999999;
	font-size: 11px;
}
.entry-comment a:link,
.entry-comment a:visited {
	color: #9f9f9f;
}
.entry-comment a:hover {
	color: #333333;
}
.entry-title a:link,
.entry-title a:visited {
	color: #333333;
/* 	color: #0168b3; */
	display: block;
	line-height: 1.35;
}
.entry-title a:hover,
.category-box strong a:hover {
	text-decoration: none;
}
.section-title {
	color: #333;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
    border-left: 7px solid #862120;
    padding-left: 10px;
    font-size: 18px;
    font-weight: normal;
}
.section-title strong {
	line-height: 1;
}
.section-title a:link,
.section-title a:visited {
	color: #333333;
}
.section-title a:hover {
	text-decoration: none;
}
.see-all {
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	text-transform: lowercase;
}
.see-all a:link,
.see-all a:visited {
	display: block;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #9f9f9f;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-weight: 400;
	height: 14px;
	line-height: 13px;
	padding: 0 3px;
}
.see-all a:hover {
	text-decoration: none;
}
.see-all .fa {
	padding-left: 3px;
}
/**
 * 6.1 News Ticker
 * -----------------------------------------------------------------------------
 */
#news-ticker {
	color: #999;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#news-ticker span.text {
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: 700;
	float: left;
	text-transform: uppercase;
}
#news-ticker .news-list {
	display: inline;
	font-size: 12px;
	float: left;
	list-style: none;
	padding-left: 15px;
	overflow: hidden;
}
#news-ticker .news-item {
	display: none;
}
#news-ticker .news-item .entry-date {
	text-transform: lowercase;
}
.headline-nav {
	position: absolute;
	top: 0;
	right: 0;
}
.headline-nav a:link,
.headline-nav a:visited {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #999999;
	display: inline-block;
	font-size: 12px;
	margin-left: 1px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
}
.headline-nav a:hover {
	border-color: #999;
}
/**
 * 6.2 Featured Content
 * -----------------------------------------------------------------------------
 */
#featured-content {
/* 	background-color: #ffffff; */
	margin-bottom: 30px;
	position: relative;
}
#featured-content ul li {
	list-style: none;
	position: relative;
}
#featured-content .entry-title {
	font-size: 32px;
}
#featured-content .entry-thumbnail {
/* 	width: 728px; */
	width: 540px;
	height: auto;
	margin: 0 0 10px 0;
}
#featured-content #featured-content-top{
	margin-bottom: 20px;
}
#featured-content #featured-content-top .featured-top-img{
	float: left;
}
#featured-content #featured-content-top .featured-top-tab{
	float: right;
	width: 300px;
}
#featured-content #featured-content-top .featured-top-tab ul.tabs-nav{
	text-align: center;
}
#featured-content #featured-content-top .featured-top-tab ul.tabs-nav li{
	display: inline-block;
}
#featured-content #featured-content-top .featured-top-tab ul.tabs-nav li a{
	color: #fff;
	background-color: #c7d7f9;
	display: block;
    width: 128px;
    padding: 10px;
}
#featured-content #featured-content-top .featured-top-tab ul.tabs-nav li.active a,
#featured-content #featured-content-top .featured-top-tab ul.tabs-nav li a:hover{
	background-color: #0044cd;
}
#featured-content #featured-content-top .featured-top-tab .tabs-container{
	border: 2px solid #0044cd;
    padding: 10px;
    height: 157px;
}



#featured-content #carousel-0 {
	position: relative;
}
#featured-content #carousel-0 ul li {
/* 	width: 728px; */
	width: 540px;
}
#featured-content .jcarousel-pagination-0 {
	position: absolute;
	top: 380px;
	height: 10px;
	width: 100%;
	text-align: center;
}
#featured-content .jcarousel-pagination-0 a {
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -9999em;
}
#featured-content .jcarousel-pagination-0 a.active {
	background-color: #ff6644;
}
#featured-content .jcarousel-control-prev,
#featured-content .jcarousel-control-next {
	position: absolute;
	top: 175px;
	width: 36px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
	border-radius: 0px;
	visibility: hidden;
}
#featured-content .jcarousel-control-prev {
	left: 0;
}
#featured-content .jcarousel-control-next {
	right: 0;
}
#featured-content #carousel-0:hover .jcarousel-control-prev,
#featured-content #carousel-0:hover .jcarousel-control-next {
	background-color: rgba(0, 0, 0, 0.2);
	visibility: visible;
}
#featured-content .jcarousel-control-prev:hover,
#featured-content .jcarousel-control-next:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

/* .connected-carousels */
.connected-carousels{
	position: absolute;
    z-index: 500;
    top: 79px;
}
.connected-carousels .stage {
    width: 320px;
    margin-left: 65px;
    position: relative;
    float: left;
}
.page-template-page-add-product .connected-carousels {width: 380px;margin-left: 0;float:left;}
.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
	bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}
.connected-carousels .photo-credits a {
    color: #fff;
}
.connected-carousels .navigation {
	position: absolute;
	top: 0;
}					
.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}			
.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.connected-carousels .carousel li {
    float: left;
}	
.connected-carousels .carousel-navigation {
    width: 65px;
    height: 320px;
}
.connected-carousels .carousel-navigation li {
    cursor: pointer;
    float: none;
    margin-bottom: 5px;
    opacity: .6;
}
.connected-carousels .carousel-navigation li.active,
.connected-carousels .carousel-navigation li:hover{
	opacity: 1;
}
.connected-carousels .carousel-navigation li img {
    display: block;
}
.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 36px;
	height: 320px;
    color: #fff;
}
.connected-carousels .prev-stage {
    left: 0;
}
.connected-carousels .next-stage {
    right: 0;
}
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 40%;
    width: 36px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
	font-size: 1.2em;				    
}					
.connected-carousels.carousel-stage:hover .prev-stage span,
.connected-carousels.carousel-stage:hover .next-stage span{
	display: block;
}
.connected-carousels .prev-stage span {
    left: 0;
}
.connected-carousels .next-stage span {
    right: 0;
}		
.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}
.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}
.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}
.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}
#featured-content #info-content{
	width: 350px;
	float: right;
}
.single .hentry.post h4,
.page-template-page-add-product .hentry.post h4{
	font-weight: normal;
	border-bottom: 1px solid;
	margin-bottom: 5px;
}
.single-product ul.tabs-nav{
	margin-bottom: 20px;
}
.page-template-page-add-product ul.tabs-nav li,
.single-product ul.tabs-nav li{
	display: inline-block;
}
.page-template-page-add-product ul.tabs-nav li a,
.single-product ul.tabs-nav li a{
	display: block;
    padding: 20px;
    background-color: #cccccc;
    color: #fff;
}
.page-template-page-add-product ul.tabs-nav li.active a,
.single-product ul.tabs-nav li.active a{
	background-color: #0044cd;
}

/**
 * info-content
 * -----------------------------------------------------------------------------
 */
#info-content dl dt,
#info-content dl dd {
    padding: 5px 5px 5px 0;
    display: inline-block;
    vertical-align: top;
}
#info-content dl dt{
	width: 5rem;
}
#info-content dl dd{
	width: 246px;
}


/**
 * 6.2 Feature Content #2
 * -----------------------------------------------------------------------------
 */
#featured-content-2 {
	margin-top: 20px;
	margin-bottom: 30px;
}
#featured-content-2 #featured-content2-top .featured2-top-tab ul.tabs-nav li{
	display: inline-block;
	text-align: center;
}
#featured-content-2 #featured-content2-top .featured2-top-tab ul.tabs-nav li a{
	color: #fff;
	background-color: #c7d7f9;
	display: block;
    width: 128px;
    padding: 10px;
}
#featured-content-2 #featured-content2-top .featured2-top-tab ul.tabs-nav li.active a,
#featured-content-2 #featured-content2-top .featured2-top-tab ul.tabs-nav li a:hover{
	background-color: #0044cd;
}
#featured-content-2 #featured-content2-top .featured2-top-tab .tabs-container{
	border: 2px solid #0044cd;
    padding: 10px;
    height: 157px;
}
.forte-info,
.variation-info,
.others-info{
	margin-bottom: 20px;
}
.variation-info table td.col03{
	width: 10%;
}
.others-info .text-box{
	border: 1px solid #b5b5b5;
    background-color: #fafafa;
    padding: 20px;
}

/**
 * 6.3 Content Blocks
 * -----------------------------------------------------------------------------
 */
.more-link {
	font-size: 12px;
	margin-top: 12px;
}
.more-link a {
	text-decoration: underline;
}
.more-link a:hover {
	color: #ff6644;
}
.entry-meta {
	color: #9f9f9f;
	font-size: 11px;
	line-height: 1;
	margin-top: 12px;
	text-transform: uppercase;
}
.entry-meta a:link,
.entry-meta a:visited {
	color: #9f9f9f;
	text-decoration: underline;
}
.entry-meta a:hover {
	color: #333333;
}
.entry-meta .sep {
	color: #cccccc;
	margin: 0 5px;
}
.entry-meta span {
	margin-right: 10px;
}
.entry-stars {
	background: url(images/stars-small.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 12px;
	margin-right: 10px;
}
.article-first .entry-title {
	font-size: 22px;
}
/* Content Block #1 */
.content-block-1 {
	margin-bottom: 30px;
}
.content-block-1 .section-title{
	border-left-color: #0044cd;
}
.content-block-1 ul{
	padding: 0 20px;
}
.content-block-1 li {
	position: relative;
	padding: 10px 0;
}
.content-block-1 li .entry-thumbnail {
	width: 100%;
	margin-bottom: 10px;
}
.content-block-1 .entry-meta{
	float: left;
	margin-top: 0;
    line-height: 20px;
}
.content-block-1 .entry-meta .entry-category a{
	background-color: #fcd600;
    color: #fff;
    text-decoration: none;
    padding: 5px 3px;
}
.content-block-1 .entry-meta .entry-category a:hover{
	opacity: .6;
}
.content-block-1 .entry-title {
	font-size: 16px;
	float: left;
	margin: 0 0;
}
/* Content Block #2 */
.content-block-2 {
	margin-bottom: 30px;
}
.content-block-2 .section-title{
	border-left-color: #862120;
}
.content-block-2.carousel-loop .jcarousel ul{
	margin-left: 20px;
}
.content-block-2.carousel-loop .jcarousel ul li{
	border: none;
	margin-right: 12px;
    padding-right: 12px;
    width: 150px;
}
.content-block-2.carousel-loop .jcarousel ul li .hentry .entry-thumbnail{
	margin-bottom: 0;
	border: 2px solid;
}
.content-block-2.carousel-loop#carousel-1 .jcarousel-control-prev,
.content-block-2.carousel-loop#carousel-1 .jcarousel-control-next{
	top: 15px;
    bottom: 0;
    margin: 105px auto;
    border: none;
    width: 20px;
    height: 32px;
    font-size: 30px;
}
.content-block-2.carousel-loop#carousel-1 .jcarousel-control-prev{
    left: 0;
    right: auto;
}
.content-block-2.carousel-loop#carousel-1 .jcarousel-control-next{
	left: auto;
    right: 0;
}

/* Content Block #3 */
.content-block-3 {
	margin-bottom: 20px;
}
.content-block-3 .section-title{
	border-left-color: #862120;
}
.content-block-3 ul{
	padding: 0 20px;
	margin-left: -3px;
    margin-right: -3px;
}
.content-block-3 ul li{
	float: left;
	width: 120px;
	height: 120px;
	margin-bottom: 6px;
	padding: 0 3px;
	overflow: hidden;
	position: relative;
}
.content-block-3 ul li img{
	border: 2px solid #0044cd;
}
.content-block-3 ul li h2 a{
	width: 116px;
    height: 116px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    -webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
    opacity: 0;
}
.content-block-3 ul li:hover h2 a{
	opacity: 1;
	height: 80px;
	padding-top: 36px;
}
.content-block-3 ul li h2 span.ttl_en{
	display: block;
    font-size: 12px;
    font-weight: normal;
    font-family: "Brush Script MT", cursive;
}
/*
.content-block-3 li.article-first {
	margin-bottom: 20px;
}
.content-block-3 li.article-first .entry-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.content-block-3 li.article-list {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding-top: 15px;
}
.content-block-3 li.article-list:last-child {
	margin-bottom: 0;
}
.content-block-3 li.article-list .entry-thumbnail {
	float: left;
	margin: 0 15px 0 0;
}
.content-block-3 li.article-list .entry-title {
	font-size: 14px;
	font-weight: 400;
}
.content-block-3 .block {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
.content-block-3 .block-right {
	border-left: 1px solid #e9e9e9;
	margin-left: 20px;
	padding-left: 19px;
}
*/
/* Content Block #4 */
.content-block-4 {
	margin-bottom: 30px;
}
.content-block-4 .block {
	float: left;
	/*width: 216px;*/
	width: 153px;
	position: relative;
}
.content-block-4 .block-center,
.content-block-4 .block-right {
	border-left: 1px solid #e9e9e9;
	margin-left: 20px;
	padding-left: 19px;
}
.content-block-4 li.article-first {
	margin-bottom: 20px;
}
.content-block-4 li.article-first .entry-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.content-block-4 li.article-list {
	border-top: 1px solid #e6e6e6;
	padding: 10px 0 15px 14px;
}
.content-block-4 li.article-list:before {
	content: "";
	border-color: transparent #ddd;
	border-style: solid;
	border-width: 0.28em 0 0.28em 0.35em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}
.content-block-4 li.article-list:last-child {
	padding-bottom: 0;
}
.content-block-4 li.article-first .entry-title {
	font-size: 18px;
}
.content-block-4 li.article-list .entry-title {
	font-size: 14px;
	font-weight: 400;
}
/**
 * 6.4 Carousel #1
 * -----------------------------------------------------------------------------
 */
#carousel-1 {
/* 	background: #ffffff; */
	color: #333;
	position: relative;
}
.carousel-loop {
	margin-bottom: 30px;
}
.carousel-loop li {
	list-style: none;
}
.carousel-loop .hentry {
	position: relative;
}
.carousel-loop .hentry .entry-thumbnail {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.carousel-loop .hentry .entry-title {
	font-size: 15px;
	margin-bottom: 10px;
}
.carousel-loop .hentry .entry-meta {
	color: #999999;
}
.jcarousel {
	position: relative;
	overflow: hidden;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	float: left;
}
.carousel-loop .jcarousel {
	width: 100%;
	overflow: hidden;
}
.carousel-loop li {
	border-right: 1px solid #e9e9e9;
	/*width: 222px;*/
	width: 160px;
	margin-right: 20px;
	padding-right: 19px;
}
#carousel-1 .jcarousel-control-prev,
#carousel-1 .jcarousel-control-next {
	border: 1px solid #dddddd;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: -2px;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	height: 14px;
	width: 14px;
	line-height: 14px;
	text-align: center;
}
#carousel-1 .jcarousel-control-prev:hover,
#carousel-1 .jcarousel-control-next:hover {
	border-color: #999999;
}
#carousel-1 .jcarousel-control-prev {
	right: 20px;
}
#carousel-1 .jcarousel-control-next {
	right: 0;
}
/**
 * 6.5 Listings
 * -----------------------------------------------------------------------------
 */
.blog-list .hentry {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.blog-list .entry-title {
	color: #333333;
	font-size: 32px;
	margin-bottom: 20px;
}
.blog-list .entry-thumbnail {
	width: 100%;
	margin-bottom: 20px;
}
.blog-list .entry-meta {
	margin-bottom: 20px;
	text-transform: none;
}
.blog-list .entry-meta a:link,
.blog-list .entry-meta a:visited {
	color: #9f9f9f;
	text-decoration: none;
}
.blog-list .entry-meta a:hover {
	color: #333333;
}
.blog-list .entry-meta .fa {
	margin-right: 3px;
}
.list .hentry {
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}
.list .entry-thumbnail {
	float: left;
	margin: 0 20px 0 0;
}
.list .entry-title {
	font-size: 20px;
	font-weight: normal;
}
.grid .hentry {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	padding: 20px 19px 20px 0;
	width: 344px;
}
.grid .hentry:nth-of-type(2n) {
	border-left: 1px solid #e9e9e9;
	padding-right: 0;
	padding-left: 20px;
}
.grid .hentry:nth-of-type(1),
.grid .hentry:nth-of-type(2) {
	margin-top: -20px;
}
.grid .entry-title {
	color: #333333;
	font-size: 28px;
}
.grid1 .entry-thumbnail {
	width: 100%;
	margin-bottom: 10px;
}
.grid2 .entry-thumbnail {
	float: left;
	margin: 0 15px 15px 0;
}
.grid2 .entry-title {
	font-size: 24px;
}
.grid2 .entry-summary {
	clear: both;
}
/**
 * 6.6 Pagination
 * -----------------------------------------------------------------------------
 */
.pagination {
	font-size: 0.85em;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 50px 0;
	text-transform: uppercase;
	text-align: center;
}
.pagination .page-numbers {
	background: #f0f0f0;
	padding: 9px 14px;
	margin: 0 1px;
	display: inline-block;
	color: #333333;
	text-decoration: none;
}
.pagination .prev,
.pagination .next {
	color: #ffffff;
}
.pagination .prev:hover,
.pagination .next:hover {
	background-image: url(images/overlay.png);
	background-repeat: repeat;
	color: #ffffff !important;
}
/**
 * 6.7 Singular
 * ----------------------------------------------------------------------------
 */
.hentry h1.entry-title {
	color: #333333;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 10px;
}
h3.section-title{
	margin-top: 20px;
}
.page-title {
	margin-bottom: 20px;
}
#breadcrumbs {
/*
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
*/
	color: #999;
	font-size: 11px;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
#breadcrumbs strong {
	color: #333;
	margin-right: 10px;
	text-transform: uppercase;
}
/*
.single #breadcrumbs {
	margin-bottom: 0;
}
*/
.is-sticky #breadcrumbs {
	padding-top: 10px;
	z-index: 999;
	position: relative;
	width: 728px;
}
.post-nav {
	position: absolute;
	top: -2px;
	right: 0;
}
.post-nav .fa {
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	height: 14px;
	width: 14px;
	line-height: 14px;
	text-align: center;
}
.post-nav a:hover .fa {
	border-color: #999999;
}
.is-sticky .post-nav {
	top: 8px;
}
.single #featured-content {
	margin-bottom: 10px;
	min-height: 330px;
}
.single .content-area .entry-meta {
	margin-bottom: 20px;
	text-transform: none;
}
.single .content-area .entry-meta a {
	text-decoration: none;
}
.single .content-area .entry-meta .fa {
	margin-right: 3px;
}
.single .content-area .entry-thumbnail {
	width: 100%;
	margin-bottom: 20px;
}
.entry-footer {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin: 30px 0 20px;
	padding: 20px 0;
	text-align: center;
}
.entry-footer .col-left {
	border-right: 1px solid #e9e9e9;
	float: left;
	width: 343px;
	margin-right: 20px;
	padding-right: 20px;
}
.entry-footer .col-right {
	float: left;
	width: 343px;
}

/* Newsletter Form */
.entry-footer .newsletter-form {
	margin-bottom: 30px;
}
.entry-footer .newsletter-form input {
	width: 200px;
	height: 34px;
}
.entry-footer .newsletter-form h3 {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
}
/* Author Bio */
.author-bio {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.author-bio .avatar {
	border-radius: 50%;
	float: left;
	margin: 0 20px 0 0;
}
.author-bio .description .name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
.author-bio .social-profiles {
	position: absolute;
	top: 0;
	right: 0;
}
.author-bio .social-profiles li {
	float: left;
	margin-left: 10px;
}
.author-bio .social-profiles li a .fa {
	color: #999999;
	font-size: 13px;
}
.author-bio .social-profiles li a:hover .fa {
	color: #333333;
}
.entry-footer .author-bio {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry-footer .author-bio .name a {
	color: #333333;
}
.entry-footer .author-bio .bio {
	color: #999;
	display: table-cell;
	font-weight: 300;
}
/* Entry Share */
.entry-share h3 {
	float: left;
	font-size: 16px;
	font-weight: 300;
	margin-right: 15px;
}
.entry-share ul li {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}
.entry-share .fa {

}
/* Related Posts */
.related-posts {
	width: 100%;
	margin-bottom: 40px;
}
.related-posts h3 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}
.related-posts ul li {
	float: left;
	list-style: none;
	width: 23.5%;
	padding-right: 2%;
}
.related-posts ul li:last-child {
	padding-right: 0;
}
.related-posts ul li img {
	width: 100%;
	margin-bottom: 5px;
}
.related-posts ul li a {
	display: block;
}
.related-posts ul li .entry-title {
	font-size: 14px;
	font-weight: 300;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 15px;
}
.entry-content strong {
	font-weight: 700;
}
.entry-content p {
	margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 20px 20px;
}
.entry-content ul li {
	list-style: disc;
	margin: 10px 0;
}
.entry-content ol li {
	list-style: decimal;
	margin: 10px 0;
}
blockquote {
	color: #862120;
	font-style: italic;
	margin: 0.5em 0 1em;
	padding: 0.25em 50px;
	line-height: 1.45;
	position: relative;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -20px;
	color: #d7b5b5;
}
blockquote cite {
	color: #333333;
	display: block;
	margin-top: 10px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
/* Members */
.members {
	margin: 0 !important;
	padding: 0;
}
.members .member {
	padding: 2% 0 2% 4%;
	width: 45%;
	float: left;
	list-style: none;
}
.members .member:nth-of-type(2n+1) {
	clear: left;
	padding-left: 0;
}
.member-photo {
	float: left;
	width: 100px;
	max-width: 100%;
	margin-right: 30px;
}
.member-photo img {
	border-radius: 50%;
	margin-bottom: 20px;
	width: 100%;
}
.member-photo .member-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.member-photo .member-social li {
	display: inline-block;
	font-size: 12px;
	margin: 0 2px;
}
.member-content {
	position: relative;
	overflow: hidden;
}
.member-content:before {
	content: '';
	width: 56px;
	height: 1px;
	background: #dededc;
	position: absolute;
	top: 0;
}
.member-content .member-name {
	margin: 18px 0 0;
}
.member-content .member-position {
	color: #999;
}
.member-content .member-desc {
	line-height: 1.5em;
}
/* Review Box */
.review-box {
	background: #f3f3f3;
	padding: 20px 20px 0 20px;
}
.entry-content > .review-box {
	margin-bottom: 28px;
}
.review-box .heading {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 15px;
}
.review-box .verdict-box {
	overflow: hidden;
	padding: 28px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.review-box .overall {
	float: left;
	background: orange;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 10px 8px;
	min-width: 115px;
	text-align: center;
}
.review-box .overall .number {
	display: block;
	font-size: 65px;
	font-weight: 700;
	line-height: 1;
}
.review-box .overall .best {
	display: none;
}
.review-box .overall .percent {
	font-size: 25px;
}
.review-box .overall .verdict {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}
.review-box .verdict-box .text {
	margin-left: 150px;
}
.review-box ul {
	list-style: none;
	margin-left: 0;
	padding: 28px 0;
}
.review-box ul li {
	margin-bottom: 20px;
	list-style: none;
}
.review-box .label {
	text-transform: uppercase;
}
.review-box .criterion {
	overflow: hidden;
	line-height: 2;
}
.review-box ul .rating {
	float: right;
	font-weight: 600;
	white-space: nowrap;
}
.review-box .rating-bar,
.review-box .bar {
	background: #fff;
	height: 21px;
}
.review-box .bar {
	background: orange;
	display: block;
}
/**
 * 6.8 Comments
 * ----------------------------------------------------------------------------
 */
/* Comment List */
#comments {
	position: relative;
}
#comments header {
	background: #f3f3f3;
	padding: 20px;
}
#comments header h2 {
	font-size: 16px;
}
#comments .commentlist {
	clear: both;
	list-style: none;
	padding-top: 1.618em;
	margin-bottom: 3.631em;
}
#comments .commentlist:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#comments .commentlist li.comment {
	background-color: #fcfcfc;
	margin-bottom: 1.618em;
	padding: 20px;
	position: relative;
	list-style: none;
}
#comments .commentlist li.comment .comment-head span {
	display: block;
}
#comments .commentlist li.comment:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#comments .commentlist li.comment .comment-container:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#comments .commentlist li.comment .comment-container div.avatar {
	float: left;
}
#comments .commentlist li.comment .comment_container div.avatar img {
	border-radius: 50%;
}
#comments .commentlist li.comment .comment-container .comment-head,
#comments .commentlist li.comment .comment_container .comment-text {
	float: left;
	margin-left: 20px;
}
#comments .commentlist li.comment .comment-container .comment-entry {
	clear: both;
	margin-left: 72px;
}
#comments .commentlist li.comment .comment-container .comment-head {
	margin-bottom: .618em;
}
#comments .commentlist li.comment .comment-head .name {
	font-size: 24px;
	font-weight: 300;
}
#comments .commentlist li.comment .comment-head .date a {
	color: #999999;
	font-size: 11px;
}
#comments .commentlist li.comment .comment-head .date a:hover {
	color: #47a7d7;
}
#comments .commentlist li.comment img.avatar {
	border-radius: 50%;
	height: auto;
	float: left;
	width: 52px;
}
#comments .commentlist li.comment .comment_container .comment-text {
	width: 91.35%;
}
#comments .commentlist li.comment ul.children {
	margin-left: 1.618em;
	padding-top: 1.618em;
}
#comments .commentlist li.comment .depth-2 {
	background-color: #f3f3f3;
}
#comments .commentlist li.comment .depth-3 {
	background-color: #fcfcfc;
}
#comments .commentlist li.comment .depth-4 {
	background-color: #f3f3f3;
}
#comments .commentlist li.comment .bypostauthor {
}
#comments .commentlist li.comment .reply {
	position: absolute;
	top: 25px;
	right: 20px;
}
#comments .commentlist li.comment #respond {
	padding-top: 1.618em;
}
#comments .navigation a {
	display: block;
	text-decoration: none;
}
#comments .pingbacks li.pingback {
	margin: 0 0 1.618em;
}
#comments .pingbacks li.pingback .reply {
	display: none;
}
#comments .nocomments {
	padding: 1.618em 0;
	margin: 1.618em 0;
	border: 4px double #e8e4e3;
	border-right: 0;
	border-left: 0;
}
/* Comment Form */
#respond {
	background: #f3f3f3;
	margin-bottom: 3.631em;
	padding: 20px;
}
#respond label {
	color: #877c78;
}
#respond #reply-title {
	font-size: 16px;
	margin-bottom: 20px;
}
#respond #reply-title small {
	margin-left: 10px;
	font-size: .618em;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
	width: 30.75%;
	float: left;
	margin-right: 3.8%;
}
#respond #commentform .comment-form-author label,
#respond #commentform .comment-form-email label,
#respond #commentform .comment-form-url label {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
}
#respond #commentform .fa {
	margin-right: 5px;
}
#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
	width: 100%;
}
#respond #commentform .comment-form-url {
	margin-right: 0;
}
#respond #commentform .comment-form-comment {
	clear: both;
}
#respond #commentform p {
	margin-bottom: 20px;
}
#respond #commentform .form-submit {
	margin-bottom: 0;
}
#respond #commentform .form-submit #submit {
	font-size: 14px;
	padding: 10px 15px 8px;
}
#respond #commentform label {
	display: block;
}
#respond #commentform input.txt,
#respond #commentform textarea {
	width: 100%;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
/**
 * 7. Sidebar
 * -----------------------------------------------------------------------------
 */
.sidebar1 {
/* 	border-right: 1px solid #e9e9e9; */
	float: left;
	/*width: 160px;*/
	width: 190px;
	margin: 25px 0 25px 0;
	/*margin-left: -928px;*/
	margin-left: -750px;
	padding-right: 20px;
}
.sidebar2 {
/* 	border-left: 1px solid #e9e9e9; */
	width: 190px;
	margin: 25px 0 0 0;
	padding: 0 0 0 20px;
	float: right;
}
.single .sidebar2,
.archive .sidebar2{
	margin-top: 60px;
}

.widget .widget-title {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	background-color: #0044cd;
    color: #fff;
    font-weight: normal;
    padding: 10px;
	
}
#category{
	margin-bottom: 20px;
}
.side .category-nav li{
	position: relative;
	line-height: .6;
}
.side .category-nav li > a{
	font-size: 13px;
  font-weight: normal;
  height: auto;
  line-height: 1.8;
  padding: 10px 10px 10px 30px;
  overflow: hidden;
}
.category-nav > li > a:before{
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
}
.category-nav li.has-children > a:after{
	content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px){
	.category-nav ul.children{
		display: block;
		visibility: hidden;
		height: 0;
	  position: absolute;
	  top: 0;
	  right: -195px;
	  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
	  width: 100%;
	  z-index: 10;
	}
	.category-nav > li:hover > ul.children,
	.category-nav > li:hover > ul.children > li:hover > ul.children {
		visibility: visible;
		overflow: visible;
		height: auto;
	}
}

.category-nav ul.children a{
	padding-left: 10px;
	color: inherit;
}

.category-nav > li.cat-1 > a:before{content: "\f11b";}
.category-nav > li.cat-2 > a:before{content: "\f0e4";}
.category-nav > li.cat-6 > a:before{content: "\f0a3";}
.category-nav > li.cat-9 > a:before{content: "\f073";}
.category-nav > li.cat-10 > a:before{content: "\f108";}
.category-nav > li.cat-11 > a:before{content: "\f1e3";}
.category-nav > li.cat-12 > a:before{content: "\f11b";}
.category-nav > li.cat-13 > a:before{content: "\f1ae";}
.category-nav > li.cat-14 > a:before{content: "\f1b0";}
.category-nav > li.cat-15 > a:before{content: "\f0ad";}
.category-nav > li.cat-16 > a:before{content: "\f02d";}
.category-nav > li.cat-17 > a:before{content: "\f1b9";}

.cat_column > li.cat-1 > a:before{content: "\f005";}
.cat_column > li.cat-2 > a:before{content: "\f0f5";}
.cat_column > li.cat-3 > a:before{content: "\f015";}
.cat_column > li.cat-4 > a:before{content: "\f0e3";}
.cat_column > li.cat-5 > a:before{content: "\f004";}
.cat_column > li.cat-6 > a:before{content: "\f236";}
.cat_column > li.cat-7 > a:before{content: "\f1b0";}
.cat_column > li.cat-8 > a:before{content: "\f134";}


.widget .widget-title strong {
	background: #ffffff;
	padding-right: 10px;
}
.widget {
	margin-bottom: 20px;
}

/*
.widget p {
	margin-bottom: 15px;
}
*/
.widget ul li {
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	padding: 10px 0 10px 0;
}
/* Login & News Widget */
.widget_login, 
.widget_news{
	padding: 20px;
    border: 1px solid #ddd;
}
.widget_login .widget-title,
.widget_news .widget-title{
	background: transparent;
    color: #333333;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 0 10px;
}
.widget_login ul li{
	border-bottom: none;
	padding: 0px 0 10px 0;
	text-align: center;
}
.widget_login ul li a{
	display: block;
    padding: 5px 20px;
    border: 1px solid #333333;
    color: #333333;
}
.widget_news .entry-meta{
	margin: 5px 0;
}
.widget_news .entry-meta .entry-category a {
    background-color: #fcd600;
    color: #fff;
    text-decoration: none;
    padding: 5px 3px;
}
.widget_news ul li h2{
	font-size: 1.4rem;
	font-weight: normal;
}
.widget_news p{
	margin: 20px 0 0;
	text-align: center;
}

/* Banners Widget */
.widget_banners ul li {
	background: none;
	border: none;
}
.widget_banners ul li:first-child{
	padding-top: 0;
}
.widget_banners ul li:last-child{
	padding-bottom: 0;
}
.widget_banners ul li a.widget_sp_image-image-link img{
	height: auto;
}
.widget_banners ul li:hover a.widget_sp_image-image-link img{
	opacity: .6;
}
/* Social Widget */
.widget_social ul li {
	background: none;
	border: none;
	display: block;
	float: left;
	margin-right: 0;
	padding: 0;
	width: 50%;
}
.widget_social ul li:last-child {
	margin-right: 0;
}
.widget_social ul li .fa {
	line-height: 1;
}
.widget_social a {
	display: block;
	font-size: 32px;
/* 	width: 75px; */
	text-align: center;
}
.widget_social a:hover {
	text-decoration: none;
}
.widget_social span {
	color: #999999;
	display: block;
	font-size: 12px;
}
.widget_social span strong {
	color: #333333;
	font-size: 12px;
}
/* Newsletter Widget */
.widget_newsletter {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 20px;
	box-shadow: 0 0 0 3px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
.widget_newsletter .widget-title {
	background: none;
	border: none;
	margin-bottom: 15px;
	padding: 0;
}
.widget_newsletter p {
	margin-bottom: 15px;
}
.widget_newsletter input {
	background: #f0f0f0;
	border: none;
	width: 170px;
	height: 32px;
}
.widget_newsletter button {
	width: 60px;
}
/* Tabs Widget */
.widget_tabs {
	margin-bottom: 20px;
}
.widget_tabs .tabs-nav {
	border-bottom: 1px solid #e6e6e6;
	height: 43px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}
.widget_tabs .tabs-nav li {
	background: none;
	border-bottom: none;
	display: inline-block;
	list-style: none;
	overflow: hidden;
	position: relative;
	padding: 0;
	text-align: center;
	width: 23%;
}
.widget_tabs .tabs-nav li a {
	display: block;
	margin: 0;
/* 	width: 70px; */
	color: #999999;
	font-size: 14px;
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
}
.widget_tabs .tab-content .entry-thumbnail {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 15px 0 0;
}
.widget_tabs .tab-content ul li {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0;
	line-height: 1.3;
	list-style: none;
	margin: 0;
}
.widget_tabs .tab-content ul li .entry-title {
	font-size: 14px;
	font-weight: 400;
}
.widget_tabs .tab-content ul li .entry-meta {
	margin-top: 10px;
	color: #9f9f9f;
	font-size: 11px;
	text-transform: uppercase;
}
.widget_tabs #tab3 li a span {
	color: #999999;
	display: block;
	font-size: 12px;
}
.widget_tabs #tab3 li a:hover span {
	color: #333;
}
.widget_tabs #tab3 li a strong {
	color: #333333;
	display: block;
	margin-bottom: 5px;
}
.widget_tabs #tab4 {
	padding-top: 15px;
}
.widget_tabs #tab4 a {
	background-color: #f0f0f0;
	color: #999999;
	display: inline-block;
	font-size: 0.8em !important;
	margin: 0 3px 6px 0;
	padding: 3px 5px;
	text-align: center;
	text-transform: lowercase;
}
.widget_tabs #tab4 a:hover {
	color: #ffffff;
}
/* 125 Ad Widget */
.widget_125 .widget-title {
	margin-bottom: 15px;
}
.widget_125 img {
	background: #ffffff;
	border: 1px solid #eeeeee;
	margin: 0 0 5px 0;
	padding: 9px;
	width: 37%;
}
.sidebar2 .widget_125 img.img-right {
	float: right;
}
/* Twitter Widget */
.widget_twitter ul li {
	background: none !important;
	padding-left: 26px !important;
}
.widget_twitter ul li a {
	text-decoration: underline;
}
.widget_twitter ul li .timestamp a:link,
.widget_twitter ul li .timestamp a:visited {
	color: #9f9f9f;
	font-size: 11px;
	font-style: italic;
}
.widget_twitter ul li .timestamp a:hover {
	color: #333333 !important;
}
.widget_twitter li:before {
	margin-left: -26px;
	width: 26px;
	font-family: 'FontAwesome';
	content: "\f099";
	display: inline-block;
	font-size: 14px;
	float: left;
	margin-top: 0px;
	color: #09C;
}
/* Latest Posts Widget */
.widget_latest_posts .widget-title {
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.widget_latest_posts ul li {
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	padding: 15px 0;
	position: relative;
}
.widget_latest_posts ul li .entry-thumbnail {
	margin-bottom: 10px;
	width: 100%;
}
.widget_latest_posts ul li .entry-title {
	font-size: 13px;
	margin-bottom: 10px;
}
.widget_latest_posts ul li .entry-meta {
	margin-bottom: 0;
	position: relative;
}
.widget_latest_posts .widget-title {
	margin-bottom: 5px;
}
/* Latest Comments Widget */
.widget_latest_comments .avatar {
	border-radius: 50%;
	float: left;
	margin: 0 10px 10px 0;
	width: 36px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.widget_latest_comments li:hover .avatar {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.widget_latest_comments .name {
	color: #333333;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 3px;
}
.widget_latest_comments .comment {
	color: #9f9f9f;
	display: table;
	font-family: Georgia, serif;
	font-style: italic;
}
.widget_latest_comments a:hover .comment {
	color: #333333;
	text-decoration: none;
}
/* Ad Widget */
.widget_ads .widget-title,
.widget_ads .widget-title {
	background: none;
	border: none;
	color: #9f9f9f;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
/* Posts Thumbnail Widget */
.widget_posts_thumbnail li:before,
.widget_posts_thumbnail li:after {
	content: "";
	display: table;
}
.widget_posts_thumbnail li:after {
	clear: both;
}
.widget_posts_thumbnail .entry-thumbnail {
	float: left;
	margin: 0 15px 0 0;
}
.widget_posts_thumbnail .entry-meta {
	margin-top: 7px;
}
/**
 * 8. Footer
 * -----------------------------------------------------------------------------
 */
#footer {
	background: #fff;
	border-top: 1px solid #e9e9e9;
	font-size: 13px;
	padding: 30px 0 0 0;
}
.footer-column-1,
.footer-column-2,
.footer-column-3 {
	float: left;
	width: 22.5%;
	padding-right: 3%;
}
.footer-column-4 {
	float: left;
	width: 23.5%;
	padding-right: 0;
}
/* Footer Widgets */
#footer .widget-title {
	background: none;
	color: #333333;
	font-size: 11px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#footer .widget ul li {
	border-bottom: none;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#footer .widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer .widget ul li a,
#footer .widget ul li a:visited {
	text-decoration: underline;
}
#footer .widget_newsletter {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	padding: 0;
}
#footer .widget_newsletter input {
	background: #f0f0f0;
	border: none;
	width: 140px;
	height: 32px;
	margin: 0;
}
.footer_logo_area{
	margin-top: 20px;
}
/* Site Bottom */
#site-bottom {
	border-top: 1px solid #e9e9e9;
	color: #333;
	font-size: 12px;
	padding: 20px 0;
}
#site-bottom a:link,
#site-bottom a:visited {
	color: #333;
}
#footer-nav {
	float: left;
}
#footer-nav ul li {
	border-left: 1px solid #e9e9e9;
	display: inline;
	list-style: none;
	padding: 0 10px;
}
#footer-nav ul li:first-child {
	border-left: none;
	padding-left: 0;
}
#footer-nav ul li li {
	display: none;
}
.copyright {
/* 	float: right; */
    text-align: center;
}
@media (max-width: 767px){
	#footer{
		padding-top: 0;
	}
	#footer ul li a:hover{
		text-decoration: underline;
	}
	#footer .lang-list,
	#footer .menu-list{
		margin-left: -8px;
		margin-right: -8px;
	}
	#footer .lang-list li{
		margin: 0!important;
		float: left;
    width: 33.333%;
	}
	#footer .lang-list li a{
		display: block;
    padding: 10px;
    border-right: 1px solid;
    background-color: #862120;
    color: #fff!important;
    font-size: 10px;
	}
	#footer .lang-list li:last-child a {
    border-right: none;
	}
	#footer .menu-list li{
		margin: 0!important;
		display: block;
		text-align: left;
	}
	#footer .menu-list li a {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    position: relative;
	}
	#footer .menu-list li a:after {
    content: "\f045";
    font-family: FontAwesome;
    color: #dadada!important;
    position: absolute;
    right: 14px;
	}
}
/**
 * 9. WooCommerce
 * -----------------------------------------------------------------------------
 */
.variations_button {
	margin-bottom: 20px;
}
p.demo_store {
	background: #4d65a4;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	padding: 1em;
}
.homepage-banner {
	display: none;
}
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.5em;
	font-family: "WebSymbolsRegular";
}
.star-rating:before {
	content: "RRRRR";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #e3dad7;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span:before {
	content: "RRRRR";
	top: 0;
	position: absolute;
	left: 0;
	color: #666666;
}
.widget .star-rating {
	margin: .53em 0;
}
.comment-form-rating {
	clear: both;
}
p.stars {
	position: relative;
	line-height: 1em;
	font-size: 1em;
}
p.stars:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
p.stars a {
	width: 19%;
	display: block;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .5em .5em .75em;
	background: rgba(0, 0, 0, 0.025);
	margin-right: 1%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
p.stars a:hover,
p.stars a.active {
	background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
	font-family: "WebSymbolsRegular";
	content: "R";
	position: absolute;
	top: .85em;
	width: 6em;
	right: 1em;
	font-size: .5em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #999;
	text-align: right;
}
p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
	color: #666666;
}
p.stars a.star-1:after {
	content: "R";
}
p.stars a.star-2:after {
	content: "RR";
}
p.stars a.star-3:after {
	content: "RRR";
}
p.stars a.star-4:after {
	content: "RRRR";
}
p.stars a.star-5:after {
	content: "RRRRR";
}
div.quantity {
	white-space: nowrap;
}
div.quantity input::-webkit-outer-spin-button,
div.quantity input::-webkit-inner-spin-button {
	display: none;
}
div.quantity .plus,
div.quantity .minus {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	font-size: 1em;
	color: #999;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
div.quantity .plus:hover,
div.quantity .minus:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f0f0f0;
}
div.quantity .qty {
	border-left: none;
	border-right: none;
	margin: 0;
	width: 2.818em;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
table div.quantity {
	font-size: .857em;
}
.variations_button .single_add_to_cart_button {
	height: 36px;
}
.single-product div.quantity {
	float: left;
	margin-right: 1em;
}
.single-product table div.quantity {
	padding-right: 0;
	border: 0;
}
.single-product #reviews .star-rating {
	float: right;
}
.single-product .single_variation .price {
	display: block;
	margin-bottom: .618em;
}
dl.variation dt,
dl.variation dd {
	float: left;
}
dl.variation dt {
	clear: left;
	margin-right: .53em;
}
dl.variation dd ul {
	list-style: none;
}
.backorder_notification {
	clear: both;
}
.validate-required.woocommerce-validated input {
	border-color: #84ac50;
	background: #e5eeda;
}
.validate-required.woocommerce-invalid input {
	border-color: #b85f56;
	background: #f4e7e6;
}
/**
 * 9.1 Products
 * -----------------------------------------------------------------------------
 */
.price del {
	opacity: 0.7;
}
.price ins {
	color: #777777;
	text-decoration: none;
	margin-left: .618em;
}
ul.products {
	margin-left: 0 !important;
	list-style: none;
}
ul.products:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
ul.products li.product {
	position: relative;
	float: left;
	width: 22%;
	margin-right: 3.8%;
	margin-bottom: 50px;
	text-align: center;
}
ul.products li.product h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
ul.products li.product .price {
	display: block;
	color: #777777;
	margin-bottom: 0.8em;
}
ul.products li.product img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	margin: 0 auto 1em;
}
ul.products li.product img:hover {
	opacity: 0.8;
	-webkit-appearance: none;

}
ul.products li.product .add_to_cart_button {
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	position: relative;
}
ul.products li.product:nth-child(4n) {
	margin-right: 0;
}
ul.products .star-rating {
	margin: .5em auto;
}
.pagination-wrap {
	margin-bottom: 1.618em;
	padding-top: 1.618em;
	border-top: 4px double #e8e4e3;
}
.pagination-wrap:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.pagination-wrap .pagination,
.pagination-wrap .woocommerce_ordering,
.pagination-wrap .woocommerce-ordering {
	width: 48%;
}
.pagination-wrap .pagination {
	float: left;
	margin: 0;
	text-align: left;
	padding: 0;
}
.pagination-wrap .woocommerce_ordering,
.pagination-wrap .woocommerce-ordering {
	float: right;
	text-align: right;
	padding-top: .53em;
}
.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-result-count,
.woocommerce-ordering {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.woocommerce_result_count + ul.products,
.woocommerce_ordering + ul.products,
.woocommerce-result-count + ul.products,
.woocommerce-ordering + ul.products {
	clear: both;
}
.woocommerce_ordering,
.woocommerce-ordering {
	text-align: right;
	float: right;
}
ul.products li.product {
	position: relative;
	width: 22.05%;
}
ul.products li.product:nth-child(2n) {
	margin-right: 3.8%;
}
ul.products li.product.first {
	clear: both;
}
ul.products li.product.last {
	margin-right: 0;
}
/**
 * 9.2 Single Product
 * -----------------------------------------------------------------------------
 */
.product {
	position: relative;
}
.onsale {
	position: absolute;
	top: 0;
	right: 0;
	background: #ff4800;
	color: #fff;
	font-weight: 700;
	padding: 0 .857em;
	line-height: 4.236em;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-transform: uppercase;
}
table.variations tr:last-child td,
table.variations tr:last-child th {
	border-bottom: 0;
}
.images img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
.images .thumbnails {

}
.images .thumbnails:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.images .thumbnails a {
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #e8e4e3;
}
.images .thumbnails a img {
	border: 0;
	display: block;
	margin: 0 auto;
	opacity: 0.5;
}
.images .thumbnails a:hover img {
	opacity: 1;
}
.images .thumbnails a:last-child {
	border-right: 0;
}
.summary .stock:before {
	font-family: 'WebSymbolsRegular';
	display: inline-block;
	font-size: .857em;
	margin-right: .618em;
	font-weight: normal;
	content: ".";
	color: #84ac50;
}
.summary .stock.out-of-stock:before {
	content: "W";
	color: #b85f56;
}
.summary .stock.available-on-backorder:before {
	content: "P";
	color: #4d65a4;
}
.summary .group_table .stock {
	margin-left: 1em;
}
.single-product .images,
.single-product .summary {
	margin-bottom: 1.618em;
}
.single-product .summary .price:first-child {
	font-size: 1.618em;
	color: #999999;
	font-weight: 700;
	margin-bottom: .618em;
}
.single-product .summary h1.product_title {
	margin-bottom: 1em;
}
.single-product .summary .product_meta {
	color: #999999;
	border-top: 1px double #e8e4e3;
	padding-top: 1.618em;
	clear: both;
}
.single-product .summary .product_meta p {
	margin-bottom: 5px;
}
.single-product .summary .product_meta a {
	color: #999999;
	border-bottom: 1px dotted #dddddd;
}
.single-product .summary .product_meta a:hover {
	color: #333333;
}
.single-product .summary .social {
	border-top: 4px double #e8e4e3;
	padding-top: 1.618em;
	margin-top: 1.618em;
}
.single-product .summary .social:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.single-product .summary .social iframe {
	float: left;
}
.single-product .summary .social span {
	position: relative;
	top: -1px;
}
.single-product .summary .social span.st_plusone_button {
	top: -2px;
}
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs,
.ui-tabs ul.tabs,
.woocommerce_tabs .ui-tabs-nav,
.woocommerce-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
	list-style: none;
}
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after,
.ui-tabs ul.tabs:after,
.woocommerce_tabs .ui-tabs-nav:after,
.woocommerce-tabs .ui-tabs-nav:after,
.ui-tabs .ui-tabs-nav:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li,
.ui-tabs ul.tabs li,
.woocommerce_tabs .ui-tabs-nav li,
.woocommerce-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li {
	width: 48%;
	float: left;
	clear: both;
	margin-bottom: 1em;
}
.woocommerce_tabs ul.tabs li:nth-child(2n),
.woocommerce-tabs ul.tabs li:nth-child(2n),
.ui-tabs ul.tabs li:nth-child(2n),
.woocommerce_tabs .ui-tabs-nav li:nth-child(2n),
.woocommerce-tabs .ui-tabs-nav li:nth-child(2n),
.ui-tabs .ui-tabs-nav li:nth-child(2n) {
	float: right;
	clear: none;
}
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a,
.ui-tabs ul.tabs li a,
.woocommerce_tabs .ui-tabs-nav li a,
.woocommerce-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li a {
	display: block;
	font-weight: 700;
	padding: .53em 1em;
	border: 1px solid #e8e4e3;
}
.woocommerce_tabs .panel,
.woocommerce-tabs .panel,
.ui-tabs .panel {
	margin-bottom: 1.618em;
}
.single-product .images {
	width: 48%;
	float: left;
}
.single-product .summary {
	width: 48%;
	float: right;
}
.single-product .woocommerce_tabs,
.single-product .woocommerce-tabs {
	clear: both;
	margin-bottom: 20px;
}
.single-product .related {
	clear: both;
}
.single-product .related h2 {
	margin-bottom: 15px;
}
.single-product .sale .summary h1 {
	width: 80%;
}
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs,
.ui-tabs ul.tabs,
.woocommerce_tabs .ui-tabs-nav,
.woocommerce-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
	margin-bottom: 0;
}
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li,
.ui-tabs ul.tabs li,
.woocommerce_tabs .ui-tabs-nav li,
.woocommerce-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li {
	width: auto;
	float: left;
	clear: none;
	margin-bottom: 0;
}
.woocommerce_tabs ul.tabs li:nth-child(2n),
.woocommerce-tabs ul.tabs li:nth-child(2n),
.ui-tabs ul.tabs li:nth-child(2n),
.woocommerce_tabs .ui-tabs-nav li:nth-child(2n),
.woocommerce-tabs .ui-tabs-nav li:nth-child(2n),
.ui-tabs .ui-tabs-nav li:nth-child(2n) {
	float: left;
	clear: none;
}
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a,
.ui-tabs ul.tabs li a,
.woocommerce_tabs .ui-tabs-nav li a,
.woocommerce-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li a {
	border-bottom: 0;
	background: #f0f0f0;
	color: #999999;
}
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover,
.ui-tabs ul.tabs li a:hover,
.woocommerce_tabs .ui-tabs-nav li a:hover,
.woocommerce-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li a:hover {
	color: #333333;
}
.woocommerce_tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li.active,
.ui-tabs ul.tabs li.active,
.woocommerce_tabs .ui-tabs-nav li.active,
.woocommerce-tabs .ui-tabs-nav li.active,
.ui-tabs .ui-tabs-nav li.active,
.woocommerce_tabs ul.tabs li.ui-state-active,
.woocommerce-tabs ul.tabs li.ui-state-active,
.ui-tabs ul.tabs li.ui-state-active,
.woocommerce_tabs .ui-tabs-nav li.ui-state-active,
.woocommerce-tabs .ui-tabs-nav li.ui-state-active,
.ui-tabs .ui-tabs-nav li.ui-state-active {
	position: relative;
}
.woocommerce_tabs ul.tabs li.active:before,
.woocommerce-tabs ul.tabs li.active:before,
.ui-tabs ul.tabs li.active:before,
.woocommerce_tabs .ui-tabs-nav li.active:before,
.woocommerce-tabs .ui-tabs-nav li.active:before,
.ui-tabs .ui-tabs-nav li.active:before,
.woocommerce_tabs ul.tabs li.ui-state-active:before,
.woocommerce-tabs ul.tabs li.ui-state-active:before,
.ui-tabs ul.tabs li.ui-state-active:before,
.woocommerce_tabs .ui-tabs-nav li.ui-state-active:before,
.woocommerce-tabs .ui-tabs-nav li.ui-state-active:before,
.ui-tabs .ui-tabs-nav li.ui-state-active:before {
	content: "";
	display: block;
	position: absolute;
	top: -0.236em;
	left: 0;
	right: 0;
	height: .236em;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.woocommerce_tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a,
.ui-tabs ul.tabs li.active a,
.woocommerce_tabs .ui-tabs-nav li.active a,
.woocommerce-tabs .ui-tabs-nav li.active a,
.ui-tabs .ui-tabs-nav li.active a,
.woocommerce_tabs ul.tabs li.ui-state-active a,
.woocommerce-tabs ul.tabs li.ui-state-active a,
.ui-tabs ul.tabs li.ui-state-active a,
.woocommerce_tabs .ui-tabs-nav li.ui-state-active a,
.woocommerce-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-active a {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 2px 0 #e8e4e3;
	-webkit-box-shadow: 0 1px 2px 0 #e8e4e3;
	color: #0099cc;
}
.woocommerce_tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li.active a:after,
.ui-tabs ul.tabs li.active a:after,
.woocommerce_tabs .ui-tabs-nav li.active a:after,
.woocommerce-tabs .ui-tabs-nav li.active a:after,
.ui-tabs .ui-tabs-nav li.active a:after,
.woocommerce_tabs ul.tabs li.ui-state-active a:after,
.woocommerce-tabs ul.tabs li.ui-state-active a:after,
.ui-tabs ul.tabs li.ui-state-active a:after,
.woocommerce_tabs .ui-tabs-nav li.ui-state-active a:after,
.woocommerce-tabs .ui-tabs-nav li.ui-state-active a:after,
.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 4px;
	background: #fff;
}
.woocommerce_tabs .panel,
  .woocommerce-tabs .panel,
  .ui-tabs .panel {
	background: #fff;
	padding-top: 2.618em;
	border-top: 1px solid #e8e4e3;
}
.woocommerce_tabs table.shop_attributes p,
.woocommerce-tabs table.shop_attributes p,
.ui-tabs table.shop_attributes p {
	margin-bottom: 0;
}
/**
 * 9.3 Cart
 * -----------------------------------------------------------------------------
 */
table.cart .product-remove,
table.cart .product-thumbnail,
table.cart .product-price {
	position: absolute;
	left: -999em;
}
table.cart th {
	font-size: 12px;
	font-weight: 700;
}
table.cart td {
	vertical-align: middle;
}
table.cart td .backorder_notification {
	font-size: 0.8em;
}
table.cart td.product-remove {
	padding-right: .5em;
}
table.cart td.product-remove .remove {
	color: #999;
}
table.cart td.actions .coupon {
	text-align: left;
	margin-bottom: 0;
}
table.cart td.actions .coupon label {
	display: none;
}
table.cart td.actions .coupon #shareyourcart_button {
	float: left;
	clear: left;
	margin-bottom: .618em;
}
table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .button {
	width: 48%;
	float: left;
}
table.cart td.actions .coupon .button {
	float: right;
}
table.cart td.actions .button,
table.cart td.actions .checkout-button,
table.cart td.actions .input-text {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .53em !important;
}
table.cart td.actions .checkout-button {
	margin-bottom: 0 !important;
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
	display: inline-block;
}
table.cart img {
	width: 3.631em;
	height: auto;
}
ul#shipping_method {
	list-style: none;
}
.cross-sells ul.products li img {
	padding: 0;
	border: 0;
	background: 0;
}
table.cart {
	margin-bottom: 2.618em;
}
table.cart .product-remove,
table.cart .product-thumbnail,
table.cart .product-price {
	position: static;
}
table.cart td.product-name a {
	font-weight: 700;
}
table.cart td.actions {
	text-align: right;
}
table.cart td.actions .coupon {
	width: 50%;
	float: left;
}
table.cart td.actions .input-text,
table.cart td.actions .button,
table.cart td.actions .checkout-button {
	width: auto !important;
	display: inline-block;
	margin-bottom: 0 !important;
}
table.cart td.actions .button {
	margin-left: .618em;
	float: none !important;
}
.cart-collaterals:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
	width: 48%;
	font-size: .857em;
	float: left;
}
.cart-collaterals .cart_totals {
	float: right;
}
.cart-collaterals .shipping_calculator {
	float: right;
	clear: right;
}
.cart-collaterals .cross-sells ul.products li.product {
	width: 48%;
}
/**
 * 10. Misc.
 * -----------------------------------------------------------------------------
 */
.dropcap {
	float: left;
	font-size: 58px;
	line-height: 54px;
	padding-top: 4px;
	padding-right: 10px;
	margin-top: -2px;
}
.header-ad {
	float: right;
	height: 90px;
	margin: 20px 0;
}
.content-ad {
	margin-bottom: 25px;
	padding: 0;
}
.header-ad img,
.content-ad img {
	width: 100%;
}
#carousel-1 .hentry a.video-thumbnail {
	display: block;
	position: relative;
}
.video-icon {
	background: #999999;
	background: rgba(0, 0, 0, 0.4);
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	bottom: 10px;
}
/**
 * 10.1 Layouts
 * -----------------------------------------------------------------------------
 */
/* Layout: Content / Sidebar 2 */
.layout-narrow #page {
	width: 1120px;
}
.layout-narrow .sidebar1 {
	display: none;
}
.layout-narrow .container {
	width: 1070px;
}
.layout-narrow .content-area {
	margin-left: 0;
}
.layout-narrow #footer .widget_newsletter input {
	width: 140px;
}
.layout-narrow .carousel-loop li {
	width: 182px;
}
/* Layout: Sidebar 2 / Content */
.layout-narrow-2 .sidebar2 {
	border-left: none;
	border-right: 1px solid #e9e9e9;
	float: left;
	margin-left: -1070px;
	padding-left: 0;
	padding-right: 20px;
}
.layout-narrow-2 .content-area {
	margin-left: 340px;
}
/* Layout: 1 Column (full width) */
.layout-1c .content-area {
	width: 100%;
	margin-left: 0;
}
.layout-1c .sidebar1,
.layout-1c .sidebar2 {
	display: none;
}
.layout-1c .content-area .hentry .entry-content-container {
	width: 900px;
}
.layout-1c .content-area .hentry .entry-thumbnail {
	width: 100%;
}
.layout-1c .is-sticky #breadcrumbs {
	width: 1070px;
}
.layout-1c .entry-footer .newsletter-form h3 {
	text-align: left;
}
.layout-1c.single .col-left,
.layout-1c.single .col-right {
	width: 514px;
}

.layout-1c.single .related-posts .entry-title {
	font-size: 18px;
}
.layout-1c.single .entry-footer .newsletter-form input {
	width: 429px;
}
/* Layout: Content / Sidebar1 / Sidebar2 */
.layout-css .sidebar1 {
	border-left: 1px solid #e9e9e9;
	border-right: none;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 0;
}
.layout-css .content-area {
	margin-left: 0;
}
/* Layout: Content / Sidebar2 / Sidebar1 */
.layout-css-2 .sidebar1 {
	border-left: 1px solid #e9e9e9;
	border-right: none;
	float: right;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 0;
}
.layout-css-2 .sidebar2 {
	float: left;
	margin-left: 20px;
}
.layout-css-2 .content-area {
	margin-left: 0;
}
/**
 * 10.2 Social Icons
 * -----------------------------------------------------------------------------
 */
.fa-facebook {
	color: #3b5998;
}
.fa-twitter {
	color: #00aced;
}
.fa-google-plus {
	color: #dd4b39;
}
.fa-linkedin {
	color: #007bb6;
}
.fa-pinterest {
	color: #C92228;
}
.fa-rss {
	color: #f0b70c;
}
.fa-envelope-o {
	color: #aad450;
}
.fa-dribbble {
	color: #ea4c89;
}
/* 10.3 Forms */
.form-row label {
	display: block;
}
.form-row .input-text {
	width: 100%;
}
input[type="text"],
input.input-text,
textarea,
input.txt,
input[type="tel"],
input[type="email"] {
	padding: .236em .5em;
	border: 1px solid #e9e9e9;
	font-size: 1em;
	line-height: 1.618em;
	font-family: inherit;
	outline: none;
	background: #fcfcfc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
}
input[type="text"]:focus,
input.input-text:focus,
textarea:focus,
input.txt:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
	background: #fff;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	height: 1.618em;
	width: 1.618em;
	cursor: pointer;
	position: relative;
	-webkit-transition: .15s;
/* 	border-radius: 2em; */
/* 	background-color: #b5b5b5; */
	margin-right: 1em;
/* 	margin-top: .53em; */
	-webkit-appearance: none;
}
input[type="checkbox"]:checked {
	background-color: #4CAF50;
}
input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	line-height: 2.818em; */
	line-height: 1.618em;
	text-align: center;
	color: #fff;
	content: "";
	font-family: 'WebSymbolsRegular';
	font-size: .618em;
}
input[type="checkbox"]:checked:before {
	content: '.';
}
input[type="checkbox"]:hover:before {
	background: rgba(255, 255, 255, 0.3);
}
input[type="radio"] {
	-webkit-appearance: none;
	height: 1.618em;
	width: 1.618em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0.382em solid #d7d3d2;
	cursor: pointer;
	position: relative;
	-webkit-transition: .15s;
	border-radius: 2em;
	background-color: #d7d3d2;
	-webkit-appearance: none;
}
input[type="radio"]:checked {
	background-color: #ff4800;
	background-color: #862120;
}
input.product-image{
	height: auto;
	border: none;
}
a.remove {
	font-family: 'WebSymbolsRegular';
	color: #ccc;
}
a.comment-reply-link,
table.cart td.actions .gray-button,
.variations_button .single_add_to_cart_button,
.add_to_cart_button {
	line-height: 1;
	padding: .5em .75em;
	border: 0;
	border-bottom: .24em solid #ccc;
	border-radius: .125em;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #ddd;
	color: #999 !important;
	-webkit-appearance: none;
}
a.comment-reply-link:hover,
table.cart td.actions .gray-button:hover,
.variations_button .single_add_to_cart_button:hover,
.add_to_cart_button:hover {
	background: #999;
	border-bottom-color: #555;
	color: #fff !important;
}
.button,
a.button,
button,
input[type="button"],
input[type="submit"] {
	line-height: 1;
	color: #fff;
	font-size: 12px;
	padding: .75em 1em;
	border: 0;
/* 	border-bottom: .24em solid #862120; */
	border-radius: .125em;
	-webkit-text-stroke: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-appearance: none;
}
.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: inset 0 0 10em rgba(0,0,0,.2);
	box-shadow: inset 0 0 10em rgba(0,0,0,.2)
}
.button:active,
.button:focus,
a.button:active,
a.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* btn */
#secondary-nav ul li a:hover, #secondary-nav ul li.current_item a, .pagination .prev, .pagination .next, #respond button, a:hover .video-icon, .widget_tabs #tab4 a:hover, .button, a.button, button, input[type=button], input[type=submit]{
	background-color: #862120;
}
a:link, a:visited, #secondary-nav ul.sf-menu li li a:hover, #primary-nav ul.sf-menu li li a:hover, #primary-nav ul li a:hover, #primary-nav ul li.current_item a
#secondary-nav .sf-menu li li a:hover, .header-cart li a:hover, .entry-meta .entry-category a, .pagination .page-numbers:hover, .pagination .page-numbers.current, .widget_tabs .tab-content .entry-title a:hover, #site-bottom a:hover, .sidebar2 .widget_tabs .tabs-nav li.active a, .entry-title a:hover, .category-box ul li strong a:hover, .section-title a:hover, .widget_latest_comments a:hover .name, .related-posts ul li a:hover .entry-title, ul.products li.product a:hover h3, #secondary .widget_social a:hover span strong, .entry-author .name a:hover, .header-search a:hover, #secondary .widget_tabs #tab3 li a:hover strong, .entry-footer .author-bio .name a:hover{
	color: #862120;
}
a.btn{
	border-radius: 2px;
    border-color: transparent;
    color: #fff;
    font-weight: normal;
}
a.btn:hover{
	border-color: transparent;
	-webkit-box-shadow: inset 0 0 10em rgba(0,0,0,.2);
    box-shadow: inset 0 0 10em rgba(0,0,0,.2);
}
.btn_area .btn{
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
    font-size: 14px;
    border: none;
}
.btn-contact a{
	display: inline-block;
    padding: 15px 20px;
    background-color: #fc8b00;
    color: #fff!important;
    border-radius: 5px;
}
.btn.btn-login,
.btn.btn-register{
	margin-bottom: 0;
}
.btn.btn-info{
	background: #862120;
	color: #fff;
	margin-bottom: 0;
}
.btn.btn-primary{
	background:;
	color: #fff;
}
.btn.btn-default{
	color: #525263;
	/*line-height: 2rem;*/
}
p.clear-history{
	margin: auto;
    position: absolute;
    top: -5px;
    right: 0;
}



/* prettyPhoto */
.pp_content_container .pp_details/*
,
.post-edit-link
*/{
	display: none;
}

/* お気に入りアイテム削除ボタン */
.product_item .btn_circle{
	top: 0;
	right: 0;
	background: #862120;
	width: 30px;
  height: 30px;
  line-height: 30px;
}
.product_item .btn_circle .cb{
	font-size: 1.3rem;
}

#payment_list__list{
	margin: 8px 0;
}

/* TOP商品　カルーセルスライダー */
.item_photo{
	margin-bottom: 5px;
}
.item_name{
	margin-bottom: 0;
	line-height: 1.3;
}
#page_homepage #item_list .item_photo{
	max-height: 300px;
	overflow: hidden;
}
#page_homepage #item_list .item_photo_recommend
{
/* 	max-height: 300px; */
	overflow: hidden;
}

ul.slides .item_photo{
	position: relative;
	height: 150px;
	overflow: hidden;	
}
.checked ul.slides .item_photo{
	height: 100px;
}
ul.slides .item_photo img{
	position: absolute;
	top: 0;
	/*bottom: 0;*//* 縦位置を中央にしたい時コメントアウト解除 */
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	width: 100%;
/* 	max-height: 100%; */
}
ul li dd.item_price p{
	margin-top: 0;
}
li .rank_num span.rank_font{
	font-size: 2.4rem;
	font-weight: bold;
}
li.num-1 .rank_num{
	color: #c96060;
}
li.num-2 .rank_num{
	color: #5f90c9;
}
li.num-3 .rank_num{
	color: #e8da6d;
}
.flexslider{
	border: none;
}
.flex-direction-nav a{
	text-shadow: none;
}
/*
.flexslider .flex-direction-nav a{
	top: 100px;
}
*/
.flex-direction-nav .flex-prev{
	left: 5px;
}
.flex-direction-nav .flex-next{
	right: 5px;
}
.modal-dialog{
	margin-top: 30px;
}
.modal-header{
	padding: inherit;
  min-height: inherit;
}
.modal-header .close{
	position: absolute;
  top: -15px;
  right: -10px;
  border-radius: 50%;
  z-index: 1;
}
.modal-body{
	padding: 10px;
}
.modal-body .search_inner dl dd{
	margin-bottom: 20px;
}
.modal-body .search_inner dl dd .form-control{
	box-sizing: border-box;
}
.modal-body .search_inner dl #andor,
.modal-body .search_inner dl dd .radio,
.modal-body .search_inner dl dd #price_from,
.modal-body .search_inner dl dd #price_to{
	display: inline-block;
}
.modal-body .search_inner dl .radio{
	margin-right: 5px;
}
.modal-body .search_inner dl #andor,
.modal-body .search_inner dl #orderby{
	margin: 10px 0;
}
.modal-body .search_inner dl dd #price_from,
.modal-body .search_inner dl dd #price_to{
	width: 40%;
}
.modal-body .search_inner .btn-area .search-clear{
  display: inline-block;
  background-color: #ddd;
  font-size: 12px;
  padding: .75em 1em;
  line-height: 1;
  border: 1px solid #ddd;
}
.txt_btm{
	vertical-align: bottom;
}
.modal-body .form-control{
  height: 34px;
  font-size: 13px;
}

/* only SP */
@media (max-width: 767px){
	#main{
		padding-left: 10px;
		padding-right: 10px;
	}
	.text-headline{
		float: none;
	}
	#logo{
		margin: 10px;
		float: none;
		text-align: center;
	}
	#logo img {
	    width: 100px;
	}
	.sf-menu > li,
	.sf-menu a,
	#drawer_l li,
	#drawer_l a{
		display: block;
		text-align: left;
	}
	.sf-menu li span.nav_en{
		display: none;
	}
	#drawer > form{
		padding: 10px;
	}
	#drawer > form #name{
		width: 175px;
		height: 20px;
		font-size: 10px;
	}
	#drawer > form #btn-searchModal{
		top: 18px;
    right: 55px;
	}
	#drawer ul li:nth-child(odd){
		border-right: 1px solid #e8e8e8;
	}
	#drawer #primary-menu{
		border-top: 1px solid #e8e8e8;
	}
	#drawer ul li{
		width: 50%;
    float: left;
    text-align: center;
	}
	#drawer #primary-menu li a,
	#drawer .member_link li a{
		padding: 20px 0;
    text-align: center;
    height: auto;
    font-size: 12px;
    line-height: 2.4;
	}
	#drawer #primary-menu li a:after{
		content: none;
	}
	#drawer .member_link li a{
		color: inherit;
	}
	#drawer .member_link li a i{
		display: block;
	}
	#drawer .member_link li .fa{
		color: #862120;
		font-size: 24px;
	}
	
	#drawer_l.sp > .ttl{
		background-color: #862120;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
	}
	.drawer.sp #primary-menu a,
	.drawer.sp #secondary-menu a,
	#drawer_l.sp ul li a{
		border-bottom: 1px solid #e8e8e8;
	    color: #525263;
	    display: block;
	    font-size: 14px;
	    font-size: 1.4rem;
	    height: 50px;
	    line-height: 50px;
	    overflow: hidden;
	    padding: 0 10px 0 35px;
	    text-overflow: ellipsis;
	    transform: translateZ(0px);
	    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
	    white-space: nowrap;
	    position: relative;
	}
	#drawer_l.sp ul li a:after{
		content: none;
	}
	#drawer_l.sp ul > li.has-children{
		position: relative;
	}
	.drawer.sp #primary-menu a:after,
	.drawer.sp #secondary-menu a:after{
	    content: "\f105";
	    font-family: FontAwesome;
	    position: absolute;
	    right: 0;
			width: 4.9rem;
	    height: 4.9rem;
	    text-align: center;
	    z-index: 2;
	}
	#drawer_l.sp ul > li.has-children > a.toggle:before,
	#drawer_l.sp ul > li.has-children > a.toggle:after{
		content: none;
	}
	#drawer_l.sp ul > li.has-children > a.toggle{
		position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
	}
	
	#bnr_main ul li{
		margin-bottom: 20px;
	}
	#bnr_main ul li img,
	.content-block-3 ul li img,
	.widget_banners img{
		width: 100%;
	}
	.slick-slider .slick-list{
		margin-bottom: 3rem;
	}
	.flexslider{
		margin-bottom: 20px;
	}
/*
	.flex-viewport{
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 3rem;
	}
*/
	.flex-direction-nav .flex-prev{
		left: 15px;
	}
	.flex-direction-nav .flex-next{
		right: 15px;
	}
/*
	h3.section-title{
		margin-left: 10px;
		margin-right: 10px;
	}
*/
	.widget_news{
		margin-left: 10px;
		margin-right: 10px;
	}
	.side #shop_manager{
		padding: 0 8px;
	}
}
@media (max-width: 1000px){ /*TBまで、class="sp"をつけてTBのみ*/
	#search{
		float: left;
	}
	.content-block-3 ul li{
		width: 50%;
		height: auto;
	}
	.content-block-3 ul li img{
		width: 100%;
	}
	.widget_news .entry-meta span.entry-date{
		margin-right: 4rem;
		line-height: 2.3;
	}
}
/* over TB */
@media (min-width: 768px){
	.container{
		width: 100%;
		padding: 0 10px;
	}
	.theme_side_left #main{
/*
		width: 80%;
		padding-left: 20px;
*/
		width: 100%;
    padding-left: 210px;
    padding-right: 210px;
	}
	#side_left{
		width: 210px;
		padding-left: 10px;
	}
	#side_right{
		width: 210px;
		padding-right: 10px;
	}
	#side_right #member{
		float: none;
		margin-bottom: 20px;
	    border: 1px solid #dddddd;
	}
	.member_link{
		line-height: 0;
	}
	#side_right #member ul li{
		display: inline-block;
	}
	#side_right #member ul.member_link li a{
		height: auto;
		line-height: 3;
		font-size: 12px;
	}
	#item_detail_area,
	#confirm_side{
		padding-left: 0;
	}
	.product_item .btn_circle{
		top: -.8rem;
		right: -.8rem;
	}
	/*.total_box dl dt{
		float: none;
	}*/
	.total_box dl dd{
		padding-left: 0;
	}
	#shopping_confirm .total_box .total_amount p.total_price{
		text-align: left;
		margin-top: 3rem;
	}
	#shopping_confirm .total_box .total_amount p.total_price strong{
		font-size: 2.2rem;
		display: block;
		text-align: right;
		line-height: 1;
	}
	.cart_area .classcategory_list li select{
		width: 100%;
	}
	#payment_list__list{
		margin: 16px 0;
	}
	.complete_message .heading01{
		font-size: 2.4rem;
	}
	.modal-body{
		padding: 20px;
	}
	.modal-body .search_inner dl dt,
	.modal-body .search_inner dl dd{
		float: left;	
	}
	.modal-body .search_inner dl dt{
		clear: left;
		width: 30%;
		min-width: 13rem;
		line-height: 2.6;
	}
	.modal-body .search_inner dl dd{
		width: 70%;
	}
	.modal-body .search_inner dl #orderby{
		margin: 0;
    line-height: 2.6;
	}
}

/* slick-slider flexslider_feature 詳細設定 */
.slick-slider,
.flexslider_feature{
	margin-bottom: 10px!important;
}
.flexslider_feature h3{
	margin: 0;
	color: #fff;
}
.slick-slide img,
.flexslider_feature .feature_item img{
	width: 100%;
}
.flexslider_feature .feature_ttl{
	position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;

}
.flexslider_feature .feature_item:hover .feature_ttl{
	opacity: 1;
}
/* mypage/login 設定 */
.login_area{
	border: 1px solid #dddddd;
    padding: 10% 5% 5%;
    margin-bottom: 40px;
}
#login_box{
	padding-bottom: 0;
}
#login_box .column{
	background:none;
	padding: 0;
	margin-bottom: 0;
}
.login_area .inputbox{
	padding: 40px 20px 20px;
	background-color: #f5f5f5;
}
.login_area.new .btn_area{
	padding: 0 13%;
}
.local_nav.favorite li{
	width: 50%;
}
/*
.local_nav.favorite li:first-child{
	width: 100%;
}
*/
/* cart */
.flowline ul::before,
.flowline li .flow_number{
    background: #dddddd;
}
.flowline li.active .flow_number{
	background: #c57b7c;
}
.flowline li.active{
	color: #c57b7c;
}
.flowline ul li{
	color: #999999;
}

/* #news_side_right */
.newslist dt{
	padding: 10px 0;
}
.newslist dt .date{
	float: none;
	width: auto;
}
.newslist dt .news_title{
	padding: 0;
}
.newslist dt .angle-circle{
	background: transparent;
	top: 10px;
    right: 0;
}
.newslist dt .cb{
	fill: #333;
	font-size: 14px;
	left: 13px;
	color: #2e3233;
}
.newslist dd{
	margin-left: 0;
	margin-right: 0;
}

/* #item_detail_area 商品ページ  */
#item_detail_area .item_name{
	font-size: 1.8rem;
}
#item_detail_area .item_detail .sale_price{
	font-size: 2.2rem;
}
#item_photo_area{
	padding: 0 20px 0 10px;
}
@media only screen and (max-width: 767px){
	#item_photo_area{
		padding: 0 10px;
	}
}
#item_photo_area .slick-slider .slick-list{
	margin-bottom: 0;
}
#item_photo_area .slick-dots{
	width: auto;
	margin: 5px -5px;
	position: inherit;
	bottom: inherit;
}
#item_photo_area .slick-dots li{
	padding: 5px;
	width: 20%;
	height: auto;
	margin: 0;
	display: block;
	float: left;
}
.slick-dots li button:before{
	content: none;
}
#item_photo_area img,
.slick-dots li button{
	width: 100%;
  height: auto;
}
.slick-dots li button{
	padding: 0;
}
#relative_category_box{
	padding: 0 10px 10px;
}
#relative_category_box > ol{
	display: none;
}
#relative_category_box > ol:first-child{
	display: block;
}
#detail_cart_box__insert_button,
#detail_cart_box__favorite_button{
	margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 0;
}
#detail_cart_box__insert_button{
	margin-top: 30px;
}

/* product_tag_list style*/
.product_tag_list{
	padding: 8px;
	border: none;
	color: #fff;
	margin-bottom: 5px;
	background-color: #5f5f5f;
}
/* 新商品 */
#product_tag_box__product_tag--1{background-color: #862120;}
/* おすすめ商品 */
#product_tag_box__product_tag--2{background-color: #f0ad4e;}
/* 限定品・セール品 */
#product_tag_box__product_tag--3{background-color: #31708f;}


#shopping_confirm .heading02{
	padding: 0;
    font-size: 1.8rem;
	font-weight: normal;
    background-color: transparent;
    border-bottom: 1px solid #862120;
}

/* マイページ 購入履歴*/
#mail_list p.mail_body{
    max-height: 250px;
    overflow: scroll;
    padding: 20px;
    box-shadow: rgba(200, 200, 200, 0.2) 0px 0px 2px 2px inset;
}
/* 商品一覧ページ */
.bnr-box{
	margin-bottom: 10px;
	padding-left: 10px;
  padding-right: 10px;
}
#topicpath{
	border: none;
	padding: 0 10px;
}
#topicpath ol#list_header_menu{
	padding-top: 0;
	padding-bottom: 0;
}
#item_list > .row > div{
	padding-left: 5px;
  padding-right: 5px;
}
/* 商品詳細ページ */
.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (max-width: 767px){
	#item_list > .row{
		margin-left: 5px;
	  margin-right: 5px;
	}
	#result_info_box__item_count{
		padding: 0 10px;
	}
	#result_info_box__menu{
		padding: 0 10px 0 0;
	}
}
@media only screen and (min-width: 768px){
	.bnr-box{
		padding: 0;
	}
	#item_list > .row{
		margin-left: -5px;
	  margin-right: -5px;
	}
	#relative_category_box{
		padding: 0;
	}
	#topicpath{
		padding: 0 10px 10px;
	}
	result_info_box{
		padding-bottom: 10px;
	}
	#result_info_box__item_count{
		padding-bottom: 0;
	}
	#result_info_box__menu{
		padding: 0 10px 0 0;
	}
}

#checkeditem .heading{
  background: transparent!important;
  font-size: 20px;
  font-weight: normal;
  margin: 0 16px 10px;
  position: relative;
  padding: 0 0 .5em 1.6em!important;
  color: #862120;
  border: none;
}
#checkeditem .heading01{
	font-weight: normal;
  line-height: 1.4!important;
}
#checkeditem .btn.btn-info{
	padding: 5px 10px;
  font-size: 10px;
}
#login_box .column input{
	display: block;
}

/* bootstrap上書き */
.text-warning{
	color: #f47c3c; 
}
.text-default{
	color: #2e3233;
}
.text-primary{
	color: #862120;
}
.local_nav li a{
	font-weight: normal;
}
.local_nav li.active a{
	color: #862120;
	background-color: rgba(204, 204, 204, 0.1);
}
.local_nav li a:hover{
	background-color: rgba(204, 204, 204, 0.1);
}

.product_page .product_item a{
	padding-bottom: 0;
}
#primary-menu .badge{
	position: absolute;
	top: -5px;
	right: 5px;
	width: 18px;
	height: 18px;
	line-height: 18px!important;
	font-weight: normal;
	font-size: 10px;
	background: #ffb03b;
}
@media (max-width: 767px){
	#primary-menu .badge{
		top: 15px;
		right: 40px;
	}
	#drawer form a{
		color: #000!important;
	}
}