html {
	font-size: 62.5%;
}
body {
	color: #535353;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	body {
		margin-bottom: 0;
	}
}
h1, h2, h3, h4, h5 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
h2 .emphasis {
	font-weight: bold;
}
a {
	color: #8baf2c;
}
a:hover, a:focus {
	color: #779B2C;
	text-decoration: underline;
}
table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 20px 0;
}
@media (max-width: 767px) {
	.table-responsive > table {
		margin: 0;
	}
}
table th, table td {
	border: 1px solid #ccc;
	padding: 10px;
}
table th {
	width: 30%;
}
.animated {
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
@media (min-width: 1200px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 768px) {
	.txtcol-sm-2 {
		text-align: left;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.txtcol-sm-2.divider {
		background: url(../img/divider.png) center top repeat-y;
		-webkit-column-gap: 90px;
		-moz-column-gap: 90px;
		column-gap: 90px;
	}
}
.post-cover + .main-container {
/*	margin-top: 50px;*/
}
.label {
	font-size: 80%;
}
.label-default {
	background-color: #ffffff;
	color: #83A529;
	border: 1px solid #83A529;
}
.list-inline > li {
	line-height: 2em;
}

/***** header *****/
@media (min-width: 768px) {
	header .navbar {
		border-radius: 0;
		border: none;
	}
	header .navbar>.container .navbar-brand {
		margin-left: 0;
		padding-top: 17px;
	}
}
header .navbar-toggle .icon-bar {
	background: #000;
}
@media (max-width: 991px) {
	header .navbar-toggle {
		display: block;
		float: none;
		position: absolute;
		left: 10px;
	}
	header .brand {
		display: inline-block;
	}
	header .brand>img {
		width: 56px;
		height: 56px;
	}
	header .navbar>.container .navbar-brand {
		display: none;
	}
}
header .navbar {
	margin-bottom: 0px;
}
header .nav.navbar-nav li a {
	color:  #000000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5rem;
	text-align: left;
	font-weight: bold;
}
@media (min-width: 991px) {
	header .navbar-nav .link-impactltd a {
		display: none;
	}
}
@media (min-width: 768px) {
	header .navbar-nav .navbar-impactltd a {
		padding-top: 34px;
        padding-bottom: 14px;
	}
}
@media (min-width: 768px) {
	header .navbar-nav > li > a {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	header .submenu {
		display: none !important;
	}
	header .submenu.open {
		display: block !important;
	}
}
header .nav>li>a:focus,
header .nav>li>a:hover {
	background: transparent;
	text-decoration: none;
}
header .header-container {
	position: relative;
}
@media (max-width: 767px) {
	header .header-container {
		padding: 0 5px;
	}
}
@media (max-width: 991px) {
	header .submenu li {
		list-style: none;
	}
	header .submenu li a {
		display: inline-block;
	}
}

/***** footer *****/
.footer {
	margin-top: 20px;
}
@media (min-width: 768px) {
	#wrap {
		margin-bottom: 310px;
	}
	.footer {
		height: 310px;
	}
	.footer .box {
		height: 280px;
	}
}
.footer .box {
	background: url("../img/logo-footer.png") no-repeat left top 30px;
	border-bottom: 2px solid #373435;
	margin-bottom: 30px;
	position: relative;
}
.footer .contact {
	margin-top: 110px;
}
.footer .contact .sns-fb {
	display: inline-block;
	background: url("../img/sns-fb.png") no-repeat center;
	text-indent: 100%;
	overflow: hidden;
	width: 50px;
	height: 50px;
}
.footer .contact .sns-fb:hover,
.footer .contact .sns-fb:active {
	opacity: .7;
}
.footer .nav-bottom {
	position: static;
}
@media (min-width: 768px) {
	.footer .nav-bottom {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.footer .nav-bottom .nav-li-static {
		position: relative;
		display: block;
		padding: 15px;
		line-height: 20px;
	}
}
.footer .navbar-nav li a {
	color: #535353;
}
.footer .nav>li>a:focus,
.footer .nav>li>a:hover {
	background: transparent;
	text-decoration: underline;
}
.footer .footer-link {
	margin-top: 20px;
}
.footer .footer-link .nav>li>a {
	text-align: right;
}
.footer .sitemap {
	padding-top: 100px;
}
.footer .sitemap li {
	margin-bottom: 10px;
}
.footer .sitemap li a {
	color: #535353;
}
.footer .sitemap li.main {
	border-left: 3px solid #8baf2c;
	font-size: 1.5rem;
	padding-left: 10px;
	margin-bottom: 15px;
}
.footer .sitemap li.sub:before {
	content: "\e250";
	color: #b3baa2;
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
	display: inline-block;
	width: 15px;
	height: 15px;
}
.footer .sitemap li.main .sub {

}
@media (max-width: 767px) {
	#wrap {
		margin-bottom: 0;
	}
	.footer {
		position: relative;
		height: auto;
	}
	.footer .box {
		background-position: top center;
		padding-top: 30px;
		margin-top: 60px;
	}
	.footer .footer-link.pull-right {
		float: none !important;
		clear: both;
	}
	.footer .footer-link .nav>li>a {
		text-align: center;
	}
	.footer .contact.pull-left {
		float: none !important;
		clear: both;
		margin-top: 20px;
		text-align: center;
	}
	.footer ul.nav.navbar-nav.navbar-right {
		float: none;
		clear: both;
		text-align: center;
	}
	.footer ul.nav.navbar-nav.navbar-left {
		text-align: center;
	}
	.footer .sitemap {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.pagetop {
		position: fixed;
		bottom: 65px;
		right: 15px;
		z-index: 999;
		width: 100%;
	}
	.pagetop a {
		background: rgba(245, 245, 245, 0.8) url(../img/wall-cat-arrow-up.png) no-repeat center;
		border: 1px solid #cdcdcd;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		display: inline-block;
		width: 50px;
		height: 50px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
	}
	.pagetop a:hover,
	.pagetop a:focus {
		opacity: .7;
	}
}

/**** form *****/
.btn {
	border-radius: 0;
}
.btn.btn-default {
	background: #8cc63e;
	color: #fff;
	padding: 15px 50px;
}
.btn.btn-default:hover,
.btn.btn-default:active {
	background: #88aa41;
}
.btn.btn-more {
	background: url("../img/btn-more.png") no-repeat;
	border: none;
	color: #898989;
	display: inline-block;
	width: 145px;
	height: 40px;
	padding: 10px 12px;
}
.btn.btn-more:hover,
.btn.btn-more:active,
.btn.btn-more:focus {
	opacity: .7;
}
.btn.btn-marquee {
	font-size: 15px;
	line-height: 20px;
	background: #8cc63e url(../img/cta-arrow-white.png) 20px center no-repeat;
	color: #fff;
	padding: 16px 16px 16px 40px;
	text-decoration: none;
	cursor: pointer;
}
.btn.btn-marquee:hover,
.btn.btn-marquee:active,
.btn.btn-marquee:focus {
	background: #9BD81A url(../img/cta-arrow-white.png) 20px center no-repeat;
}

/***** carousel *****/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-caption h2 {
	color:  #ffffff;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: left;
}
.carousel-caption h3 {
	color:  #ffffff;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: left;
}
@media (max-width: 767px) {
	.carousel-caption h2 {
		font-size: 2.8rem;
	}
	.carousel-caption h3 {
		font-size: 2rem;
	}
}
#marquee-carousel .carousel-indicators {
	bottom: 3px;
}

/***** index *****/
.index .logo-77 {
	position: absolute;
	background: url(../img/77-logo.png)top center no-repeat;
	width: 125px;
	height: 136px;
	top: -71px;
	right: 114px;
}
@media (max-width: 767px){
	.index .logo-77 {
		position: absolute;
		background: url(../img/77-logo.png)top center no-repeat;
		width: 100%;
		height: 136px;
		right: auto;
		left: 0;
	}
}
.index .marquee,
.item.detail .marquee {
/*	height: 500px;*/
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}
.index .marquee .carousel,
.item.detail .carousel {
	position: static;
}
.index .marquee .carousel,
.index .marquee .carousel .carousel-inner,
.index .marquee .carousel .carousel-inner .item,
.item.detail .marquee .carousel,
.item.detail .marquee .carousel .carousel-inner,
.item.detail .marquee .carousel .carousel-inner .item {
	height: inherit;
}
.item.detail #marquee-carousel {
	max-width: 900px;
	margin: 0 auto;
}
.index .marquee .carousel-caption,
.item.detail .marquee .carousel-caption {
	bottom: 50%;
	margin-bottom: -23px;
	text-align: left;
}
.index .marquee .carousel-caption {
	right: auto;
	left: auto;
	top: 70px;
}
.index .marquee .carousel-caption .btn-marquee {
	margin-top: 10px;
}
.index .marquee .carousel-indicators li,
.index .marquee .carousel-indicators .active,
.item.detail .marquee .carousel-indicators li,
.item.detail .marquee .carousel-indicators .active {
	background: #c8c9cb;
	border: none;
	width: 14px;
	height: 14px;
	margin: 0;
}
.index .marquee .carousel-indicators .active,
.item.detail .marquee .carousel-indicators .active {
	background: #8cc63e;
}
.index .marquee .marquee-img,
.item.detail .marquee .marquee-img {
	height: 500px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f8f8f8;
	background-size: cover;
	position: relative;
}
.index .marquee .marquee-img.marquee-trail-running,
.item.detail .marquee .marquee-img.marquee-trail-running {
	background-image: url("../img/marquee-trail-running.jpg");
}
.index .marquee .marquee-img.wms-header-new-tiles,
.item.detail .marquee .marquee-img.wms-header-new-tiles {
	background-image: url("../img/wms-header-new-tiles.jpg");
}
@media (max-width: 767px) {
	.index .marquee,
	.index .marquee .marquee-img {
		height: 380px;
	}
	.index .marquee .carousel-caption {
		bottom: 0;
		top: 0;
	}
	.carousel-indicators {
		display: none;
	}
	.item.detail .marquee {
		min-height: 220px;
	}
	.item.detail .marquee .marquee-img {
		min-height: 220px;
		height: 220px;
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #f8f8f8;
		background-size: contain;
		left: -50px;
		position: relative;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.item.detail .marquee {
		min-height: 350px;
	}
	.item.detail .marquee .marquee-img {
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #f8f8f8;
		background-size: contain;
		left: -100px;
		position: relative;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.item.detail .marquee {
		height: 500px;
	}
	.item.detail .marquee .marquee-img {
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #f8f8f8;
		background-size: contain;
        left: 0px;
		position: relative;
	}
}
/*@media (max-width: 768px) {
	.item.detail .marquee {
		height: 220px;
	}
}*/
@media (min-width: 1200px) {
	.item.detail .marquee .marquee-img {
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #f8f8f8;
		background-size: contain;
		left: 10px;
		position: relative;
	}
}

.index .section-block {
	padding: 30px 0;
}
.index .feature {
	background: #f3f3f3 url(../img/feature-image.png) top center no-repeat;
	height: 430px;
	background-color: #f3f3f3;
	background-position: top center;
	background-repeat: no-repeat;
}
.index .feature .section {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.index .feature .about {
	margin-top: 85px;
	width: 350px;
	float: right;
	text-align: left;
}
.index .feature .about h2 {
	font-size: 1.6rem;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
}
.index .feature .about p {
	font-size: 1.3rem;
	line-height: 1.8em;
}
@media (max-width: 991px) {
	.index .feature {
		background-size: contain;
		height: auto;
	}
	.index .feature .about {
		width: 100%;
		background: rgba(255, 255, 255, .5);
		margin-bottom: 30px;
		padding: 10px;
	}
}
.index .lead .container {
	margin-top: 30px;
}
.index .lead .box .box-inner h3 {

}
.index .lead {
	margin-bottom: 0;
}
.index .lead p {
	font-size: 1.4rem;
}
.index .lead .box + p {
	line-height: 1.7;
	margin: 14px 0 15px;
	height: 5.1em;
}
@media (max-width: 991px) and (min-width: 768px) {
	.index .lead .box + p {
		margin: 14px 0 17px;
	}
	.index .lead .box-inner img.img-responsive {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.index .lead .box-inner > img {
		margin: 0 auto;
	}
}
.original-support h2 {
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.4em;
}
@media (max-width: 767px) {
	.original-support h2 {
		font-size: 2.6rem;
	}
}
.original-support h2 .emphasis {
	display: inline-block;
}
/*.original-support h2 .emphasis:first-letter {*/
	/*font-size: 2.4rem;*/
	/*vertical-align: middle;*/
/*}*/
.original-support .txtcol-sm-2 {
	line-height: 2;
	margin: 30px 0;
}
@media (min-width: 768px) {
	.original-support .txtcol-sm-2 {
		/*padding: 0 55px;*/
	}
}
.original-support .video {
	width: 853px;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto;

	cursor: pointer;
	background-size: cover;
}
.original-support .video .video-embed {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	/*display: none;*/
	background: #000;
}
@media (max-width: 991px) {
	.original-support .video {
		width: 100%;
	}
	.original-support .video .video-embed iframe {
		width: 100% !important;
		height: 100% !important;
	}
}
.news h2 {
	font-size: 2rem;
}
.news h2 .emphasis {
	font-weight: bold;
	padding-left: 15px;
}
.news .news-list {
	padding-left: 0;
	margin-bottom: 30px;
}
.news .news-list li {
	border-bottom: 1px dashed #ddd;
	list-style: none;
	line-height: 1.5;
	padding: 20px 0 10px;
	width: 32%;
}
.news .news-list li a {
	color: #403735;
}
.news .news-list li a:hover,
.news .news-list li a:active {
	color: #544B49;
	text-decoration: underline;
}
.news .news-list li .date {
	float: left;
	width: 100px;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 13.5px;
}
.news .news-list li .title {
	margin-left: 105px;
	display: block;
	font-size: 13.5px;
}

/***** testimonials *****/
#testimonials .slide .bg.bg-default-1 {
	background: url("../img/default1.jpg") no-repeat;
}
#testimonials .slide .bg.bg-default-2 {
	background: url("../img/default2.jpg") no-repeat;
}
#testimonials .slide .bg.bg-default-3 {
	background: url("../img/default3.jpg") no-repeat;
}
.testimonials-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #f3f3f3;
	/*background:#f3f3f3 url(../img/divider.png) 0px 10px repeat-x;*/
	height: 400px;
	margin-top: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.testimonials-wrap.standalone {
	height: 430px;
}
.testimonials {
	margin-top:0px;
	width:520px;
	min-height:275px;
	/*	overflow:hidden;*/
	position:relative;
	text-align:center;
	z-index:2;
}
.testimonials.wall {
	width:auto;
	min-height:480px;
	background:#f8f8f8;
	margin:0;
	overflow:hidden;
}
#testimonials-wall-footer {
	background:#f8f8f8;
	padding:20px 0;
	margin-bottom:40px;
}
#testimonial-detail-wrap {
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#testimonial-detail {
	width:960px;
	height:480px;
	background:#000;
	position:absolute;
	z-index:2;
}
#testimonial-detail .image {
	float:right;
	width:600px;
	height:480px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#testimonial-detail .content .text {
	float:left;
	width:312px;
	color:#fff;
	padding:36px 24px;
}
#testimonial-detail .close {
	position:absolute;
	top:10px;
	left:10px;
	width:20px;
	height:20px;
	cursor:pointer;
	background:url(../images-custom/close-white.png) left center no-repeat;
}
#testimonial-detail p {
	color:#fff;
}
#testimonial-detail .title {
	font-size:21px;
}
#testimonial-detail .short {
	font-size:14px;
}
#testimonial-detail .header-divider {
	background:#fff;
}
#testimonial-detail .buttons {
	position:absolute;
	text-align:left;
	left:0;
	bottom:0;
	width:360px;
	height:52px;
	background:url(../images-custom/divider-bw-hori.png) left top repeat-x;
}
#testimonial-detail .buttons .cta {
	float:left;
	background:transparent;
}
#testimonial-detail .buttons .share {
	width:215px;
	height:50px;
	margin-top:2px;
	display:block;
	float:right;
	background:url(../images-custom/divider-bw-vert.png) left top repeat-y;
}
#testimonial-detail .buttons .share .arrow {
	display:block;
	float:left;
	width:40px;
	height:50px;
	background:url(../images-custom/cta-arrow-white.png) 15px center no-repeat;
}
#testimonial-detail .buttons .share .label {
	display:block;
	float:left;
	color:#fff;
	margin:0 10px 0 0;
	padding:0;
	line-height:50px;
	font-size:16px;
}
#testimonial-detail .buttons .share .social, .pdp-social-links .social {
	width:40px;
	height:50px;
	display:block;
	float:left;
	background:url(../images-custom/share-fb.png) center center no-repeat;
	opacity:.7;
	filter:alpha(opacity=70);
}
#testimonial-detail .buttons .share .social:hover, .pdp-social-links .social:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#testimonial-detail .buttons .share .social.twitter {
	background:url(../images-custom/share-twitter.png) center center no-repeat;
}
.pdp-social-links {
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}
.pdp-social-links .social {
	width:31px;
	height:30px;
	margin-left:6px;
	background:url(../images-custom/social-pdp-facebook.png) center center no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
.pdp-social-links .social.twitter {
	background:url(../images-custom/social-pdp-twitter.png) center center no-repeat;
}
.pdp-social-links .social.google {
	background:url(../images-custom/social-pdp-google.png) center center no-repeat;
}
#testimonial-detail .detail-nav {
	width:35px;
	height:40px;
	position:absolute;
	top:220px;
	left:360px;
	background-image:url(../images-custom/cta-arrow-white-no-margin.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#testimonial-detail .detail-nav.prev {
	left:-35px;
	background-image:url(../images-custom/cta-arrow-white-no-margin-back.png);
}
#ws-fit-profile {
	margin:20px 0 0 50px; min-height:380px;
}
.testimonials .nav {
	position:absolute;
	z-index:3;
	cursor:pointer;
	top:0px;
	width:0px;
	background:#fff;
	right:0px;
	opacity:0;
	height:275px;
	display:none;
}
.testimonials .nav.prev {
	left:0px;
}
.testimonials .nav:hover {
	opacity:.25;
}
.testimonials .nav.clicked, .testimonials .nav.clicked:hover {
	opacity:0;
}
.testimonials .scroll-wrap {
	width:10000px;
	height:275px;
	position:absolute;
}
.testimonials .scroll {
	width:10000px;
	height:275px;
	position:absolute;
}
.testimonials .slide {
	display:block;
	position:absolute;
	/*	overflow:hidden;*/
	width:520px;
	height:275px;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
}
.testimonials .slide .bg {
	position:absolute;
	width:520px;
	height:275px;
	top:0;
	left:0;
	z-index:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.testimonials .slide.wall-item {
	width:120px;
	height:120px;
	position:relative;
	float:left;
	margin-bottom:0;
}
.testimonials .slide p {
	color:#fff;
}
.testimonials .slide p.full {
	display:none;
	margin-bottom:0;
}
.testimonials .slide .header-divider {
	background:#fff;
}
.testimonials .slide .center-wrap {
	padding:0 50px;
	width:520px;
	height:275px;
}
.testimonials .slide .content {
	position:relative;
	z-index:2;
}
.testimonials .slide .hover-bg {
	background:#ff8026; /*Orange*/
	width:460px;
	height:215px;
	position:absolute;
	z-index:1;
	top:30px;
	left:30px;
	opacity:0;
	filter:alpha(opacity=0);
}
.testimonials .slide.wall-item .hover-bg {
	width:120px;
	height:120px;
	top:0;
	left:0;
	opacity:1;
	filter:alpha(opacity=100);
	background-color:#ff8026; /*default Orange*/
}
.bg-blue { background-color:#749dd2 !important; }
.bg-yellow, .bg-delux-dress-fit-mens { background-color:#fddd00 !important; }
.bg-pink, .bg-hotpink { background-color:#d03e87 !important; }
.bg-green, .bg-wide-green, .bg-custom-green { background-color:#8cc63e !important; }
.bg-orange, .bg-customkorkpro { background-color:#ff8026 !important; }
.bg-berry { background-color:#991661 !important; }
.bg-merino-grey, .bg-custom-grey, .bg-superfeet-flp-mens{ background-color:#717272 !important; }
.bg-merino-white { background-color:#CCCCCC !important; }
.bg-copper-dmp { background-color:#bb7338 !important; }
.bg-carbon, .bg-trim-short, .bg-trim-mini, .bg-trim-light, .bg-trim-long, .bg-sf-v-sox-short { background-color:#999999 !important; }
.bg-black, .bg-black-dmp, .bg-custom-black, .bg-custom-black-pro, .bg-sf-v-sox-long { background-color:#CCCCCC !important; }
.bg-redhot, .bg-custom-kork-vac, .customkork { background-color:#e61a24 !important; }
.bg-delux-dress-fit-womens, .bg-superfeet-flp-womens { background-color:#8972b3 !important; }
.bg-delux-womens-high-heel { background-color:#57c5c7 !important; }
.testimonials .slide:hover .hover-bg {
	opacity:.8;
	filter:alpha(opacity=80);
}
.testimonials .slide.wall-item:hover .hover-bg {
	opacity:.8;
	filter:alpha(opacity=80);
	margin:10px;
	width:100px;
	height:100px;
}
.testimonials .slide.selected .hover-bg {
	opacity:.9;
	filter:alpha(opacity=90);
}
.testimonials .slide.selected:hover .hover-bg {
	opacity:.9;
	filter:alpha(opacity=90);
}
#testimonial-form-output, #review-form-errors {
	text-align:right;
	margin:0;
	padding:0;
	font-size:12px;
}
.center-wrap {
	text-align: center;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.header-divider {
	 background: #231f20;
	 width: 20px;
	 height: 2px;
	 margin: 15px auto;
}
.testimonials .slide .header-divider {
	background: #fff;
}

/***** item ****/
.item .main,
.item .sidebar {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.item .main {
		float: right;
	}
	.item .sidebar {
		float: left;
	}
}
.list-item .item-box {
	margin-bottom: 0px;
}
.list-item .item-box .item-name {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 3px;
	font-weight: bold;
	font-size: 1.7rem;
}
.list-item .item-box .item-remarks {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 1.6rem;
}
.item.detail .related .item-name {
	text-align: center;
}
.list-item .item-box .item-name a,
.item.detail .related .item-name a {
	color: #403735;
	font-size: 2.0rem;
}
.list-item .item-box .item-name:after {
	background-color: #000;
	content: '';
	display: inline-block;
	height: 2px;
	width: 20px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
}
.list-item .item-box .item-img > img,
.item.detail .item-box .item-img > img {
	margin: 0 auto;
}
@media (max-width: 767px) {
	.item .main {
		display: inline-block;
		margin-top: 30px;
	}
	ul.list-item {
		display: inline-block;
		width: 100%;
	}
}
.item.detail table>tbody>tr:nth-of-type(odd) {
	background-color: #f8f8f8;
}
.item.detail table th, table td {
	border: 1px solid #dfdfdf;
	padding: 10px;
}
.item.detail table>thead th,
.item.detail table>thead td {
	background-color: #f1f1f1;
}
.item.detail h2.section-title {
	color: #403735;
	clear: both;
	background: url("../img/h1-divider.png") no-repeat left bottom;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.item.detail p {
	line-height: 1.8em;
}
.item.detail .voice-form .control-label {
	text-align: left;
}
.item.detail .works h3 {
	font-size: 1.4rem;
	font-weight: bold;
}
.item.detail .related {
	border-top: 2px solid #f3f3f3;
	background-color: #f8f8f8;
}
.item.detail .related .title {
	background: url("../img/item/title-divider.png") no-repeat center top;
	color: #000;
	font-size: 2.0rem;
	text-align: center;
	margin-top: -2px;
	padding-top: 25px;
	padding-bottom: 20px;
}
.item.detail .post-body .item-name h1 {
	font-size: 2.5rem;
	font-weight: 300;
	color: #ffffff;
	margin: 0;
}
.item.detail .post-body h1 {
	background: url("../img/h1-divider.png") no-repeat left bottom;
	font-size: 2.5rem;
	font-weight: 300;
	padding-bottom: 20px;
	margin-top: 30px;
}
.item.detail h2 {
	font-size: 1.9rem;
	margin: 20px 0 15px;
	color: #83A529;
}
.item.detail .post-body h3 {
	font-size: 1.7rem;
}
.item.detail .post-body h4 {
	font-size: 1.4rem;
	font-weight: bold;
}
.item.detail .post-body p {
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: 1.7em;
	margin: 0 0 0.8em;
}
.item.detail .item-view {
	position: relative;
}
.item.detail .item-name.pdp {
	padding: 12px 12px;
}
.item.detail .item-shop {
	background:#f2f2f2; margin-bottom:45px;
}
.item.detail .item-view .item-shop {
	float:left; width:222px; position:absolute; top:50px; z-index:1;
}
.item.detail .item-shop .item-main-info {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
}
.item.detail .item-shop .item-name h1 {
	font-size:2rem;
	color:#ffffff;
	font-weight:bold;
	line-height:100%;
	margin-top: 5px;
	margin-bottom:0;
	text-transform:none !important;
	background: transparent;
	padding-bottom: 0;
}
.item.detail .item-shop .item-name h2 {
	margin: 5px 0;
	color: #ffffff;
	font-size: 1.4rem;
}
.item.detail .item-shop .item-name p {
	margin: 0;
	color: #ffffff;
}
.item.detail .item-info.pdp {
	padding:12px;
}
.item.detail .item-info.pdp h2 {
	margin:0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4em;
	color: #535353;
}
.item.detail .item-info.pdp p {
	font-family:"HelveticaNeueW01-57Cn";
	font-size:13px;
	line-height:22px;
}
.item.detail .item-info.pdp a {
	padding: 2px 15px 2px 15px;
	font-size: 14px;
	margin-top: 15px;
	width: 100%;
	text-align: center;
	line-height: 35px;
}
.item.index .post-cover + .main-container {
	margin-top: 50px;
}
@media (max-width: 991px) {
	.item.detail .item-view + .main-container,
	.item.index .post-cover + .main-container {
		margin-top: 0;
	}
}
.item.detail .table.size-chart td {
	text-align: center;
	font-size: 1.5rem;
}
.item.detail .item-box {
	margin-bottom: 25px;
}
.item.detail .item-box h2 {
	color: inherit;
	text-decoration: underline;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
}
.item.detail .item-box h3 {
	margin: 10px 0;
	font-size: 1.4rem;
}
.item .item-box .item-summary {
	font-size: 1.3rem;
	line-height: 1.9rem;
}

.clickable {
	cursor:pointer;
}
/***** voice *****/
.voice-list .voice-item {
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 30px;
}
.voice-list {
	margin-left: -15px;
	margin-right: -15px;
}
.voice-list .voice-item .title,
.voice .voice-box .title,
.voice-list .voice-item .name,
.voice .voice-box .name {
	color: #9cbe42;
}
.voice-list .voice-item .title,
.voice .voice-box .title {
	font-size: 2rem;
	font-weight: bold;
}
.voice-list .voice-item h3.title {
	margin-top: 10px;
}
.voice-list .voice-item .comment {
	font-size: 1.6rem;
}
.voice-list .voice-item .name,
.voice .voice-box .name {
	font-size: 1.4rem;
}
.voice-form {
	background-color: #f1f1f1;
	padding: 20px;
	margin-bottom: 30px;
}
.voice-form .title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.voice-form .form-control {
	border: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.voice-form .form-footer {
	margin-top: 20px;
	text-align: right;
}
.voice-form .btn-submit {
	color: #9cbe42;
	background-color: #fff;
	border: 4px solid #9cbe42;
	font-weight: bold;
	padding: 10px 30px;
}
.voice-form .btn-submit:hover {
	background-color: #f1f1f1;
}
@media (max-width: 767px) {
	.voice-list .voice-item {
		height: auto !important;
	}
}
@media (max-width: 991px) {
	.voice-form .control-label {
		text-align: left;
	}
}

/***** map *****/
.map-container {
	position: relative;
}
.map-container,
#map-canvas {
	width: 100%;
	min-width: 100%;
	height: 100px;
	min-height: 100%;
}
#map-navigator {
	background: #9cbe42;
	background: rgba(156, 190, 66, 0.9);
	position: absolute;
	top: 0px;
	left: 0;
	width: 360px;
	height: 100%;
	padding-top: 110px;
	overflow-y: scroll;
}
#map-navigator .navigator-header {
	padding: 20px 20px 0;
}
#map-navigator .navigator-header h1 {
	color: #fff;
	font-size: 1.8rem;
	margin-top: 0;
}
#map-navigator .navigator-header h1 > a {
	color: #fff;
	font-size: 1.3rem;
	margin-left: 12px;
	font-weight: 500;
}
#map-navigator .search-form .input-search {
	border-radius: 6px;
	border: none;
	font-size: 12px;
	padding: 5px;
	width: 200px;
}
#map-navigator .search-form .btn-search {
	background: #fff;
	border-radius: 6px;
	border: none;
	color: #9cbe42;
	font-size: 12px;
}
#map-navigator .checkbox-inline input {
	margin-top: 8px;
}
#map-navigator .search-form .checkbox-inline {
	color: #fff;
}
#map-navigator p {
	margin: 5px 0 0;
	font-size: 12px;
}
#map-navigator .search-result {
}
#map-navigator .search-result .result-item {
	border-bottom: 1px solid #85a335;
	color: #364214;
	padding: 20px;
	cursor: pointer;
}
#map-navigator .search-result .result-item.active {
	background: #83a133;
	color: #fff;
}
#map-navigator .search-result .summary > p {
	margin: 0 0 5px;
}
#map-navigator .search-result .summary > p:last-child {
	margin-bottom: 0;
}
#map-navigator .search-result .summary .name a,
#map-navigator .search-result .summary .address a,
#map-navigator .search-result .summary .tel a,
#map-navigator .search-result .summary .url a {
	color: #364215;
}
#map-navigator .search-result .summary .tel a {
	text-decoration: underline;
}
#map-navigator .search-result .summary .url {
	word-wrap: break-word;
}
#map-navigator .search-result .result-item.active .name a,
#map-navigator .search-result .result-item.active .address a,
#map-navigator .search-result .result-item.active .tel a,
#map-navigator .search-result .result-item.active .url a {
	color: #fff;
}
@media (max-width: 991px) {
	.map-container {
		padding-top: 66px !important;
	}
	#map-canvas {
		position: fixed;
		height: 290px;
		min-height: 290px;
		max-height: 290px;
	}
	#map-canvas .gm-style {
		width: inherit !important;
		height: inherit !important;
	}
	#map-navigator {
		position: fixed;
		top: 350px;
		padding-top: 0;
		padding-bottom: 315px;
		width: 100%;
	}
	#search-form .checkbox-inline+.checkbox-inline {
		margin-left: 0;
	}
}
#cssmenu ul ul li a {
	font-size: inherit;
}