@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: overlay;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1,
#home_seo #home_seo_2 .content strong {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	p > a.btn.btn-link > .caret,
	a > span.btn.btn-link > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #000000;
	background-color: #fff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: black;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 0;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #f5f5f5;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
h1,
#home_seo #home_seo_2 .content strong,
h2,
h3,
h4,
h5,
h6,
.h1,
div[data-axseo-oldtag="h1"],
.h2,
div[data-axseo-oldtag="h2"],
.h3,
div[data-axseo-oldtag="h3"],
.h4,
#footer_content strong,
div[data-axseo-oldtag="h4"],
.h5,
.h6 {
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small,
#home_seo #home_seo_2 .content strong small,
h1 .small,
#home_seo #home_seo_2 .content strong .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
div[data-axseo-oldtag="h1"] small,
.h1 .small,
div[data-axseo-oldtag="h1"] .small,
.h2 small,
div[data-axseo-oldtag="h2"] small,
.h2 .small,
div[data-axseo-oldtag="h2"] .small,
.h3 small,
div[data-axseo-oldtag="h3"] small,
.h3 .small,
div[data-axseo-oldtag="h3"] .small,
.h4 small,
#footer_content strong small,
div[data-axseo-oldtag="h4"] small,
.h4 .small,
#footer_content strong .small,
div[data-axseo-oldtag="h4"] .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #ecebeb;
}
h1,
#home_seo #home_seo_2 .content strong,
.h1,
div[data-axseo-oldtag="h1"],
h2,
.h2,
div[data-axseo-oldtag="h2"],
h3,
.h3,
div[data-axseo-oldtag="h3"] {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small,
#home_seo #home_seo_2 .content strong small,
h1 .small,
#home_seo #home_seo_2 .content strong .small,
.h1 small,
div[data-axseo-oldtag="h1"] small,
.h1 .small,
div[data-axseo-oldtag="h1"] .small,
h2 small,
h2 .small,
.h2 small,
div[data-axseo-oldtag="h2"] small,
.h2 .small,
div[data-axseo-oldtag="h2"] .small,
h3 small,
h3 .small,
.h3 small,
div[data-axseo-oldtag="h3"] small,
.h3 .small,
div[data-axseo-oldtag="h3"] .small {
	font-size: 65%;
}
h4,
.h4,
#footer_content strong,
div[data-axseo-oldtag="h4"],
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
#footer_content strong small,
div[data-axseo-oldtag="h4"] small,
.h4 .small,
#footer_content strong .small,
div[data-axseo-oldtag="h4"] .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}
h1,
#home_seo #home_seo_2 .content strong,
.h1,
div[data-axseo-oldtag="h1"] {
	font-size: 45px;
}
h2,
.h2,
div[data-axseo-oldtag="h2"] {
	font-size: 32px;
}
h3,
.h3,
div[data-axseo-oldtag="h3"] {
	font-size: 28px;
}
h4,
.h4,
#footer_content strong,
div[data-axseo-oldtag="h4"] {
	font-size: 16px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
small,
.small {
	font-size: 85%;
}
mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase,
.initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #ecebeb;
}
.text-primary {
	color: #000000;
}
a.text-primary:hover,
a.text-primary:focus {
	color: black;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
}
.bg-primary {
	background-color: #000000;
}
a.bg-primary:hover,
a.bg-primary:focus {
	background-color: black;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #f5f5f5;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.42857;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #ecebeb;
}
.initialism {
	font-size: 90%;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #f5f5f5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #ecebeb;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #f5f5f5;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: "\00A0 \2014";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 0;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #505050;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 740px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1164px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row:before,
.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
@media (max-width: 991px) {
	.row {
		display: flex;
		flex-wrap: wrap;
	}
}
.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 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ecebeb;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #505050;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000000;
}
.form-control {
	display: block;
	width: 100%;
	height: 33px;
	padding: 4px 4px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f5f5f5;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 33px;
	}
	input[type="date"].input-sm,
	.input-group-sm > input[type="date"].form-control,
	.input-group-sm > input[type="date"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="date"].btn,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input[type="time"].form-control,
	.input-group-sm > input[type="time"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="time"].btn,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input[type="datetime-local"].form-control,
	.input-group-sm > input[type="datetime-local"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input[type="month"].form-control,
	.input-group-sm > input[type="month"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="month"].btn,
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg,
	.input-group-lg > input[type="date"].form-control,
	.input-group-lg > input[type="date"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="date"].btn,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg > input[type="time"].form-control,
	.input-group-lg > input[type="time"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="time"].btn,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg > input[type="datetime-local"].form-control,
	.input-group-lg > input[type="datetime-local"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg > input[type="month"].form-control,
	.input-group-lg > input[type="month"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="month"].btn,
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 41.25px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,
.form-ok .help-block,
.has-success .control-label,
.form-ok .control-label,
.has-success .radio,
.form-ok .radio,
.has-success .checkbox,
.form-ok .checkbox,
.has-success .radio-inline,
.form-ok .radio-inline,
.has-success .checkbox-inline,
.form-ok .checkbox-inline,
.has-success.radio label,
.radio.form-ok label,
.has-success.checkbox label,
.checkbox.form-ok label,
.has-success.radio-inline label,
.radio-inline.form-ok label,
.has-success.checkbox-inline label,
.checkbox-inline.form-ok label {
	color: #3c763d;
}
.has-success .form-control,
.form-ok .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.form-ok .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon,
.form-ok .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback,
.form-ok .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.form-warning .help-block,
.has-warning .control-label,
.form-warning .control-label,
.has-warning .radio,
.form-warning .radio,
.has-warning .checkbox,
.form-warning .checkbox,
.has-warning .radio-inline,
.form-warning .radio-inline,
.has-warning .checkbox-inline,
.form-warning .checkbox-inline,
.has-warning.radio label,
.radio.form-warning label,
.has-warning.checkbox label,
.checkbox.form-warning label,
.has-warning.radio-inline label,
.radio-inline.form-warning label,
.has-warning.checkbox-inline label,
.checkbox-inline.form-warning label {
	color: #8a6d3b;
}
.has-warning .form-control,
.form-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.form-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon,
.form-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback,
.form-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.form-error .help-block,
.has-error .control-label,
.form-error .control-label,
.has-error .radio,
.form-error .radio,
.has-error .checkbox,
.form-error .checkbox,
.has-error .radio-inline,
.form-error .radio-inline,
.has-error .checkbox-inline,
.form-error .checkbox-inline,
.has-error.radio label,
.radio.form-error label,
.has-error.checkbox label,
.checkbox.form-error label,
.has-error.radio-inline label,
.radio-inline.form-error label,
.has-error.checkbox-inline label,
.checkbox-inline.form-error label {
	color: #a94442;
}
.has-error .form-control,
.form-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.form-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon,
.form-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback,
.form-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #404040;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 25px;
}
.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 5px;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 10px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}
.btn,
p > a.btn.btn-link,
a > span.btn.btn-link {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 4px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,
p > a.btn.btn-link:focus,
a > span.btn.btn-link:focus,
.btn.focus,
p > a.focus.btn.btn-link,
a > span.focus.btn.btn-link,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
p > a.btn.btn-link:hover,
a > span.btn.btn-link:hover,
.btn:focus,
p > a.btn.btn-link:focus,
a > span.btn.btn-link:focus,
.btn.focus,
p > a.focus.btn.btn-link,
a > span.focus.btn.btn-link {
	color: #333;
	text-decoration: none;
}
.btn:active,
p > a.btn.btn-link:active,
a > span.btn.btn-link:active,
.btn.active,
p > a.active.btn.btn-link,
a > span.active.btn.btn-link {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
p > a.disabled.btn.btn-link,
a > span.disabled.btn.btn-link,
.btn[disabled],
p > a[disabled].btn.btn-link,
a > span[disabled].btn.btn-link,
fieldset[disabled] .btn,
fieldset[disabled] p > a.btn.btn-link,
fieldset[disabled] a > span.btn.btn-link {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled,
p > a.disabled.btn.btn-link,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary,
p > a.btn-link.btn,
a > span.btn-link.btn {
	color: #fff;
	background-color: #000000;
	border-color: black;
}
.btn-primary:focus,
p > a.btn-link.btn:focus,
a > span.btn-link.btn:focus,
.btn-primary.focus,
p > a.focus.btn-link.btn,
a > span.focus.btn-link.btn {
	color: #fff;
	background-color: black;
	border-color: black;
}
.btn-primary:hover,
p > a.btn-link.btn:hover,
a > span.btn-link.btn:hover {
	color: #fff;
	background-color: black;
	border-color: black;
}
.btn-primary:active,
p > a.btn-link.btn:active,
a > span.btn-link.btn:active,
.btn-primary.active,
p > a.active.btn-link.btn,
a > span.active.btn-link.btn,
.open > .btn-primary.dropdown-toggle,
p.open > a.dropdown-toggle.btn-link.btn,
a.open > span.dropdown-toggle.btn-link.btn {
	color: #fff;
	background-color: black;
	border-color: black;
}
.btn-primary:active:hover,
p > a.btn-link.btn:active:hover,
a > span.btn-link.btn:active:hover,
.btn-primary:active:focus,
p > a.btn-link.btn:active:focus,
a > span.btn-link.btn:active:focus,
.btn-primary:active.focus,
p > a.btn-link.btn:active.focus,
a > span.btn-link.btn:active.focus,
.btn-primary.active:hover,
p > a.active.btn-link.btn:hover,
a > span.active.btn-link.btn:hover,
.btn-primary.active:focus,
p > a.active.btn-link.btn:focus,
a > span.active.btn-link.btn:focus,
.btn-primary.active.focus,
p > a.active.focus.btn-link.btn,
a > span.active.focus.btn-link.btn,
.open > .btn-primary.dropdown-toggle:hover,
p.open > a.dropdown-toggle.btn-link.btn:hover,
a.open > span.dropdown-toggle.btn-link.btn:hover,
.open > .btn-primary.dropdown-toggle:focus,
p.open > a.dropdown-toggle.btn-link.btn:focus,
a.open > span.dropdown-toggle.btn-link.btn:focus,
.open > .btn-primary.dropdown-toggle.focus,
p.open > a.dropdown-toggle.focus.btn-link.btn,
a.open > span.dropdown-toggle.focus.btn-link.btn {
	color: #fff;
	background-color: black;
	border-color: black;
}
.btn-primary:active,
p > a.btn-link.btn:active,
a > span.btn-link.btn:active,
.btn-primary.active,
p > a.active.btn-link.btn,
a > span.active.btn-link.btn,
.open > .btn-primary.dropdown-toggle,
p.open > a.dropdown-toggle.btn-link.btn,
a.open > span.dropdown-toggle.btn-link.btn {
	background-image: none;
}
.btn-primary.disabled:hover,
p > a.disabled.btn-link.btn:hover,
a > span.disabled.btn-link.btn:hover,
.btn-primary.disabled:focus,
p > a.disabled.btn-link.btn:focus,
a > span.disabled.btn-link.btn:focus,
.btn-primary.disabled.focus,
p > a.disabled.focus.btn-link.btn,
a > span.disabled.focus.btn-link.btn,
.btn-primary[disabled]:hover,
p > a[disabled].btn-link.btn:hover,
a > span[disabled].btn-link.btn:hover,
.btn-primary[disabled]:focus,
p > a[disabled].btn-link.btn:focus,
a > span[disabled].btn-link.btn:focus,
.btn-primary[disabled].focus,
p > a[disabled].focus.btn-link.btn,
a > span[disabled].focus.btn-link.btn,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] p > a.btn-link.btn:hover,
fieldset[disabled] a > span.btn-link.btn:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] p > a.btn-link.btn:focus,
fieldset[disabled] a > span.btn-link.btn:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] p > a.focus.btn-link.btn,
fieldset[disabled] a > span.focus.btn-link.btn {
	background-color: #000000;
	border-color: black;
}
.btn-primary .badge,
p > a.btn-link.btn .badge,
a > span.btn-link.btn .badge {
	color: #000000;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #73e3d0;
	border-color: #5edfc9;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #49dbc2;
	border-color: #209e88;
}
.btn-success:hover {
	color: #fff;
	background-color: #49dbc2;
	border-color: #2bd5b8;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #49dbc2;
	border-color: #2bd5b8;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #2bd5b8;
	border-color: #209e88;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #73e3d0;
	border-color: #5edfc9;
}
.btn-success .badge {
	color: #73e3d0;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	color: #000000;
	font-weight: normal;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: black;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #ecebeb;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
p.btn-group-lg > a.btn.btn-link,
a.btn-group-lg > span.btn.btn-link {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn,
p.btn-group-sm > a.btn.btn-link,
a.btn-group-sm > span.btn.btn-link {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn,
p.btn-group-xs > a.btn.btn-link,
a.btn-group-xs > span.btn.btn-link {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #505050;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #434343;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #000000;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #ecebeb;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #ecebeb;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,
p.btn-group > a.btn.btn-link,
a.btn-group > span.btn.btn-link,
.btn-group-vertical > .btn,
p.btn-group-vertical > a.btn.btn-link,
a.btn-group-vertical > span.btn.btn-link {
	position: relative;
	float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group .btn + .btn,
.btn-group p > a.btn.btn-link + .btn,
.btn-group a > span.btn.btn-link + .btn,
.btn-group p > .btn + a.btn.btn-link,
.btn-group a > .btn + span.btn.btn-link,
.btn-group .btn + .btn-group,
.btn-group p > a.btn.btn-link + .btn-group,
.btn-group a > span.btn.btn-link + .btn-group,
.btn-group .btn-group + .btn,
.btn-group p > .btn-group + a.btn.btn-link,
.btn-group a > .btn-group + span.btn.btn-link,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table;
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn,
.btn-toolbar p > a.btn.btn-link,
.btn-toolbar a > span.btn.btn-link,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
p.btn-toolbar > a.btn.btn-link,
a.btn-toolbar > span.btn.btn-link,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret,
p > a.btn.btn-link .caret,
a > span.btn.btn-link .caret {
	margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
p.btn-group-vertical > a.btn.btn-link,
a.btn-group-vertical > span.btn.btn-link,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
p.btn-group-justified > a.btn.btn-link,
a.btn-group-justified > span.btn.btn-link,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus {
	z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 4px 4px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #000000;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn,
p.input-group-btn > a.btn.btn-link,
a.input-group-btn > span.btn.btn-link {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before,
.nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.nav > li.disabled > a {
	color: #ecebeb;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #ecebeb;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #f5f5f5;
	border-color: #000000;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #f5f5f5 #f5f5f5 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #e3e2e2;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 0;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #000000;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li,
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
}
.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}
.navbar-header:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -10px;
	margin-left: -10px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px 10px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -10px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -10px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8.5px;
	margin-bottom: 8.5px;
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8.5px;
	margin-bottom: 8.5px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -10px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: #000000;
	border-color: black;
}
.navbar-inverse .navbar-brand {
	color: white;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: white;
}
.navbar-inverse .navbar-nav > li > a {
	color: white;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: black;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: black;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: black;
	color: #fff;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: black;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: black;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: white;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: black;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: white;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: white;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "> ";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #ecebeb;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 4px 4px;
	line-height: 1.42857;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: black;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #000000;
	border-color: #000000;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #ecebeb;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager:before,
.pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #ecebeb;
	background-color: #fff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.label:empty {
	display: none;
}
.btn .label,
p > a.btn.btn-link .label,
a > span.btn.btn-link .label {
	position: relative;
	top: -1px;
}
a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label-default {
	background-color: #ecebeb;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #d3d1d1;
}
.label-primary {
	background-color: #000000;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: black;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #ecebeb;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge,
p > a.btn.btn-link .badge,
a > span.btn.btn-link .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #000000;
	background-color: #fff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #f5f5f5;
}
.jumbotron h1,
.jumbotron #home_seo #home_seo_2 .content strong,
#home_seo #home_seo_2 .content .jumbotron strong,
.jumbotron .h1,
.jumbotron div[data-axseo-oldtag="h1"] {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: gainsboro;
}
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron #home_seo #home_seo_2 .content strong,
	#home_seo #home_seo_2 .content .jumbotron strong,
	.jumbotron .h1,
	.jumbotron div[data-axseo-oldtag="h1"] {
		font-size: 63px;
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #000000;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #000000;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #000000;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #f5f5f5;
	color: #ecebeb;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #ecebeb;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #666666;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}
.panel-body:after {
	clear: both;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: -1;
	border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: -1;
	border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #505050;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #505050;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #000000;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #000000;
}
.panel-primary > .panel-heading .badge {
	color: #000000;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #000000;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 0;
}
.well-sm {
	padding: 9px;
	border-radius: 0;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
	content: " ";
	display: table;
}
.modal-header:after {
	clear: both;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn,
.modal-footer p > a.btn.btn-link + .btn,
.modal-footer a > span.btn.btn-link + .btn,
.modal-footer p > .btn + a.btn.btn-link,
.modal-footer a > .btn + span.btn.btn-link {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group p > a.btn.btn-link + .btn,
.modal-footer .btn-group a > span.btn.btn-link + .btn,
.modal-footer .btn-group p > .btn + a.btn.btn-link,
.modal-footer .btn-group a > .btn + span.btn.btn-link {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: -1 -1 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.visible-md {
	display: none !important;
}
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
@font-face {
	font-family: "FontAwesome";
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/font-awesome/fontawesome-webfont-v=4.6.3.eot");
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/font-awesome/fontawesome-webfont-.eot#iefix&v=4.6.3") format("embedded-opentype"),
	url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/font-awesome/fontawesome-webfont-v=4.6.3.woff2") format("woff2"),
	url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/font-awesome/fontawesome-webfont-v=4.6.3.woff") format("woff"),
	url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/font-awesome/fontawesome-webfont-v=4.6.3.ttf") format("truetype"),
	url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/font-awesome/fontawesome-webfont-v=4.6.3.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon,
[class^="icon-"] {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.icon-2x {
	font-size: 2em;
}
.icon-3x {
	font-size: 3em;
}
.icon-4x {
	font-size: 4em;
}
.icon-5x {
	font-size: 5em;
}
.icon-fw {
	width: 1.28571em;
	text-align: center;
}
.icon-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}
.icon-ul > li {
	position: relative;
}
.icon-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}
.icon-li.icon-lg {
	left: -1.85714em;
}
.icon-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}
.icon-pull-left {
	float: left;
}
.icon-pull-right {
	float: right;
}
.icon.icon-pull-left,
.icon-pull-left[class^="icon-"] {
	margin-right: 0.3em;
}
.icon.icon-pull-right,
.icon-pull-right[class^="icon-"] {
	margin-left: 0.3em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.icon.pull-left,
.pull-left[class^="icon-"] {
	margin-right: 0.3em;
}
.icon.pull-right,
.pull-right[class^="icon-"] {
	margin-left: 0.3em;
}
.icon-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.icon-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.icon-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.icon-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.icon-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.icon-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.icon-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
	filter: none;
}
.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.icon-stack-1x {
	line-height: inherit;
}
.icon-stack-2x {
	font-size: 2em;
}
.icon-inverse {
	color: #fff;
}
.icon-glass:before {
	content: "";
}
.icon-music:before {
	content: "";
}
.icon-search:before {
	content: "";
}
.icon-envelope-o:before,
.icon-envelope-alt:before {
	content: "";
}
.icon-heart:before {
	content: "";
}
.icon-star:before {
	content: "";
}
.icon-star-o:before,
.icon-star-empty:before {
	content: "";
}
.icon-user:before {
	content: "";
}
.icon-film:before {
	content: "";
}
.icon-th-large:before {
	content: "";
}
.icon-th:before {
	content: "";
}
.icon-th-list:before {
	content: "";
}
.icon-check:before {
	content: "";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before,
.icon-remove:before {
	content: "";
}
.icon-search-plus:before,
.icon-zoom-in:before {
	content: "";
}
.icon-search-minus:before,
.icon-zoom-out:before {
	content: "";
}
.icon-power-off:before,
.icon-off:before {
	content: "";
}
.icon-signal:before {
	content: "";
}
.icon-gear:before,
.icon-cog:before {
	content: "";
}
.icon-trash-o:before,
.icon-trash:before {
	content: "";
}
.icon-home:before {
	content: "";
}
.icon-file-o:before,
.icon-file-alt:before {
	content: "";
}
.icon-clock-o:before,
.icon-time:before {
	content: "";
}
.icon-road:before {
	content: "";
}
.icon-download:before,
.icon-download-alt:before {
	content: "";
}
.icon-arrow-circle-o-down:before,
.icon-download:before,
.icon-download-alt:before {
	content: "";
}
.icon-arrow-circle-o-up:before,
.icon-upload:before,
.icon-upload-alt:before {
	content: "";
}
.icon-inbox:before {
	content: "";
}
.icon-play-circle-o:before,
.icon-play-circle:before,
.icon-play-sign:before {
	content: "";
}
.icon-rotate-right:before,
.icon-repeat:before {
	content: "";
}
.icon-refresh:before {
	content: "";
}
.icon-list-alt:before {
	content: "";
}
.icon-lock:before {
	content: "";
}
.icon-flag:before {
	content: "";
}
.icon-headphones:before {
	content: "";
}
.icon-volume-off:before {
	content: "";
}
.icon-volume-down:before {
	content: "";
}
.icon-volume-up:before {
	content: "";
}
.icon-qrcode:before {
	content: "";
}
.icon-barcode:before {
	content: "";
}
.icon-tag:before {
	content: "";
}
.icon-tags:before {
	content: "";
}
.icon-book:before {
	content: "";
}
.icon-bookmark:before {
	content: "";
}
.icon-print:before {
	content: "";
}
.icon-camera:before {
	content: "";
}
.icon-font:before {
	content: "";
}
.icon-bold:before {
	content: "";
}
.icon-italic:before {
	content: "";
}
.icon-text-height:before {
	content: "";
}
.icon-text-width:before {
	content: "";
}
.icon-align-left:before {
	content: "";
}
.icon-align-center:before {
	content: "";
}
.icon-align-right:before {
	content: "";
}
.icon-align-justify:before {
	content: "";
}
.icon-list:before {
	content: "";
}
.icon-dedent:before,
.icon-outdent:before,
.icon-indent-left:before {
	content: "";
}
.icon-indent:before,
.icon-indent-right:before {
	content: "";
}
.icon-video-camera:before,
.icon-facetime-video:before {
	content: "";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before,
.icon-picture:before {
	content: "";
}
.icon-pencil:before {
	content: "";
}
.icon-map-marker:before {
	content: "";
}
.icon-adjust:before {
	content: "";
}
.icon-tint:before {
	content: "";
}
.icon-edit:before,
.icon-pencil-square-o:before,
.icon-edit:before {
	content: "";
}
.icon-share-square-o:before,
.icon-share:before,
.icon-share-alt:before {
	content: "";
}
.icon-check-square-o:before {
	content: "";
}
.icon-arrows:before,
.icon-move:before {
	content: "";
}
.icon-step-backward:before {
	content: "";
}
.icon-fast-backward:before {
	content: "";
}
.icon-backward:before {
	content: "";
}
.icon-play:before {
	content: "";
}
.icon-pause:before {
	content: "";
}
.icon-stop:before {
	content: "";
}
.icon-forward:before {
	content: "";
}
.icon-fast-forward:before {
	content: "";
}
.icon-step-forward:before {
	content: "";
}
.icon-eject:before {
	content: "";
}
.icon-chevron-left:before {
	content: "";
}
.icon-chevron-right:before {
	content: "";
}
.icon-plus-circle:before,
.icon-plus-sign:before {
	content: "";
}
.icon-minus-circle:before,
.icon-minus-sign:before {
	content: "";
}
.icon-times-circle:before,
.icon-remove-sign:before {
	content: "";
}
.icon-check-circle:before,
.icon-ok-sign:before {
	content: "";
}
.icon-question-circle:before,
.icon-question-sign:before {
	content: "";
}
.icon-info-circle:before,
.icon-info-sign:before {
	content: "";
}
.icon-crosshairs:before,
.icon-screenshot:before {
	content: "";
}
.icon-times-circle-o:before,
.icon-remove-circle:before {
	content: "";
}
.icon-check-circle-o:before,
.icon-ok-circle:before {
	content: "";
}
.icon-ban:before {
	content: "";
}
.icon-arrow-left:before {
	content: "";
}
.icon-arrow-right:before {
	content: "";
}
.icon-arrow-up:before {
	content: "";
}
.icon-arrow-down:before {
	content: "";
}
.icon-mail-forward:before,
.icon-share:before,
.icon-share-alt:before {
	content: "";
}
.icon-expand:before,
.icon-resize-full:before {
	content: "";
}
.icon-compress:before,
.icon-resize-small:before {
	content: "";
}
.icon-plus:before {
	content: "";
}
.icon-minus:before {
	content: "";
}
.icon-asterisk:before {
	content: "";
}
.icon-exclamation-circle:before,
.icon-exclamation-sign:before {
	content: "";
}
.icon-gift:before {
	content: "";
}
.icon-leaf:before {
	content: "";
}
.icon-fire:before {
	content: "";
}
.icon-eye:before,
.icon-eye-open:before {
	content: "";
}
.icon-eye-slash:before,
.icon-eye-close:before {
	content: "";
}
.icon-warning:before,
.icon-exclamation-triangle:before,
.icon-warning-sign:before {
	content: "";
}
.icon-plane:before {
	content: "";
}
.icon-calendar:before {
	content: "";
}
.icon-random:before {
	content: "";
}
.icon-comment:before {
	content: "";
}
.icon-magnet:before {
	content: "";
}
.icon-chevron-up:before {
	content: "";
}
.icon-chevron-down:before {
	content: "";
}
.icon-retweet:before {
	content: "";
}
.icon-shopping-cart:before {
	content: "";
}
.icon-folder:before,
.icon-folder-close:before {
	content: "";
}
.icon-folder-open:before {
	content: "";
}
.icon-arrows-v:before,
.icon-resize-vertical:before {
	content: "";
}
.icon-arrows-h:before,
.icon-resize-horizontal:before {
	content: "";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before,
.icon-bar-chart:before {
	content: "";
}
.icon-twitter-square:before,
.icon-twitter-sign:before {
	content: "";
}
.icon-facebook-square:before,
.icon-facebook-sign:before {
	content: "";
}
.icon-camera-retro:before {
	content: "";
}
.icon-key:before {
	content: "";
}
.icon-gears:before,
.icon-cogs:before {
	content: "";
}
.icon-comments:before {
	content: "";
}
.icon-thumbs-o-up:before,
.icon-thumbs-up-alt:before {
	content: "";
}
.icon-thumbs-o-down:before,
.icon-thumbs-down-alt:before {
	content: "";
}
.icon-star-half:before {
	content: "";
}
.icon-heart-o:before,
.icon-heart-empty:before {
	content: "";
}
.icon-sign-out:before,
.icon-signout:before {
	content: "";
}
.icon-linkedin-square:before,
.icon-linkedin-sign:before {
	content: "";
}
.icon-thumb-tack:before,
.icon-pushpin:before {
	content: "";
}
.icon-external-link:before {
	content: "";
}
.icon-sign-in:before,
.icon-signin:before {
	content: "";
}
.icon-trophy:before {
	content: "";
}
.icon-github-square:before,
.icon-github-sign:before {
	content: "";
}
.icon-upload:before,
.icon-upload-alt:before {
	content: "";
}
.icon-lemon-o:before,
.icon-lemon:before {
	content: "";
}
.icon-phone:before {
	content: "";
}
.icon-square-o:before,
.icon-check-empty:before {
	content: "";
}
.icon-bookmark-o:before,
.icon-bookmark-empty:before {
	content: "";
}
.icon-phone-square:before,
.icon-phone-sign:before {
	content: "";
}
.icon-twitter:before {
	content: "";
}
.icon-facebook-f:before,
.icon-facebook:before {
	content: "";
}
.icon-github:before {
	content: "";
}
.icon-unlock:before {
	content: "";
}
.icon-credit-card:before {
	content: "";
}
.icon-feed:before,
.icon-rss:before {
	content: "";
}
.icon-hdd-o:before,
.icon-hdd:before {
	content: "";
}
.icon-bullhorn:before {
	content: "";
}
.icon-bell:before,
.icon-bell-alt:before {
	content: "";
}
.icon-certificate:before {
	content: "";
}
.icon-hand-o-right:before,
.icon-hand-right:before {
	content: "";
}
.icon-hand-o-left:before,
.icon-hand-left:before {
	content: "";
}
.icon-hand-o-up:before,
.icon-hand-up:before {
	content: "";
}
.icon-hand-o-down:before,
.icon-hand-down:before {
	content: "";
}
.icon-arrow-circle-left:before,
.icon-circle-arrow-left:before {
	content: "";
}
.icon-arrow-circle-right:before,
.icon-circle-arrow-right:before {
	content: "";
}
.icon-arrow-circle-up:before,
.icon-circle-arrow-up:before {
	content: "";
}
.icon-arrow-circle-down:before,
.icon-circle-arrow-down:before {
	content: "";
}
.icon-globe:before {
	content: "";
}
.icon-wrench:before {
	content: "";
}
.icon-tasks:before {
	content: "";
}
.icon-filter:before {
	content: "";
}
.icon-briefcase:before {
	content: "";
}
.icon-arrows-alt:before,
.icon-fullscreen:before {
	content: "";
}
.icon-group:before,
.icon-users:before,
.icon-group:before {
	content: "";
}
.icon-chain:before,
.icon-link:before {
	content: "";
}
.icon-cloud:before {
	content: "";
}
.icon-flask:before,
.icon-beaker:before {
	content: "";
}
.icon-cut:before,
.icon-scissors:before,
.icon-cut:before {
	content: "";
}
.icon-copy:before,
.icon-files-o:before,
.icon-copy:before {
	content: "";
}
.icon-paperclip:before,
.icon-paper-clip:before {
	content: "";
}
.icon-save:before,
.icon-floppy-o:before,
.icon-save:before {
	content: "";
}
.icon-square:before,
.icon-sign-blank:before {
	content: "";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before,
.icon-reorder:before {
	content: "";
}
.icon-list-ul:before {
	content: "";
}
.icon-list-ol:before {
	content: "";
}
.icon-strikethrough:before {
	content: "";
}
.icon-underline:before {
	content: "";
}
.icon-table:before {
	content: "";
}
.icon-magic:before {
	content: "";
}
.icon-truck:before {
	content: "";
}
.icon-pinterest:before {
	content: "";
}
.icon-pinterest-square:before,
.icon-pinterest-sign:before {
	content: "";
}
.icon-google-plus-square:before,
.icon-google-plus-sign:before {
	content: "";
}
.icon-google-plus:before {
	content: "";
}
.icon-money:before {
	content: "";
}
.icon-caret-down:before {
	content: "";
}
.icon-caret-up:before {
	content: "";
}
.icon-caret-left:before {
	content: "";
}
.icon-caret-right:before {
	content: "";
}
.icon-columns:before {
	content: "";
}
.icon-unsorted:before,
.icon-sort:before {
	content: "";
}
.icon-sort-down:before,
.icon-sort-desc:before,
.icon-sort-up:before {
	content: "";
}
.icon-sort-up:before,
.icon-sort-asc:before,
.icon-sort-down:before {
	content: "";
}
.icon-envelope:before {
	content: "";
}
.icon-linkedin:before {
	content: "";
}
.icon-rotate-left:before,
.icon-undo:before {
	content: "";
}
.icon-legal:before,
.icon-gavel:before,
.icon-legal:before {
	content: "";
}
.icon-dashboard:before,
.icon-tachometer:before,
.icon-dashboard:before {
	content: "";
}
.icon-comment-o:before,
.icon-comment-alt:before {
	content: "";
}
.icon-comments-o:before,
.icon-comments-alt:before {
	content: "";
}
.icon-flash:before,
.icon-bolt:before {
	content: "";
}
.icon-sitemap:before {
	content: "";
}
.icon-umbrella:before {
	content: "";
}
.icon-paste:before,
.icon-clipboard:before,
.icon-paste:before {
	content: "";
}
.icon-lightbulb-o:before,
.icon-lightbulb:before {
	content: "";
}
.icon-exchange:before {
	content: "";
}
.icon-cloud-download:before {
	content: "";
}
.icon-cloud-upload:before {
	content: "";
}
.icon-user-md:before {
	content: "";
}
.icon-stethoscope:before {
	content: "";
}
.icon-suitcase:before {
	content: "";
}
.icon-bell-o:before,
.icon-bell:before,
.icon-bell-alt:before {
	content: "";
}
.icon-coffee:before {
	content: "";
}
.icon-cutlery:before,
.icon-food:before {
	content: "";
}
.icon-file-text-o:before,
.icon-file-text-alt:before {
	content: "";
}
.icon-building-o:before,
.icon-building:before {
	content: "";
}
.icon-hospital-o:before,
.icon-hospital:before {
	content: "";
}
.icon-ambulance:before {
	content: "";
}
.icon-medkit:before {
	content: "";
}
.icon-fighter-jet:before {
	content: "";
}
.icon-beer:before {
	content: "";
}
.icon-h-square:before,
.icon-h-sign:before {
	content: "";
}
.icon-plus-square:before,
.icon-plus-sign-alt:before {
	content: "";
}
.icon-angle-double-left:before,
.icon-double-angle-left:before {
	content: "";
}
.icon-angle-double-right:before,
.icon-double-angle-right:before {
	content: "";
}
.icon-angle-double-up:before,
.icon-double-angle-up:before {
	content: "";
}
.icon-angle-double-down:before,
.icon-double-angle-down:before {
	content: "";
}
.icon-angle-left:before {
	content: "";
}
.icon-angle-right:before {
	content: "";
}
.icon-angle-up:before {
	content: "";
}
.icon-angle-down:before {
	content: "";
}
.icon-desktop:before {
	content: "";
}
.icon-laptop:before {
	content: "";
}
.icon-tablet:before {
	content: "";
}
.icon-mobile-phone:before,
.icon-mobile:before,
.icon-mobile-phone:before {
	content: "";
}
.icon-circle-o:before,
.icon-circle-blank:before {
	content: "";
}
.icon-quote-left:before {
	content: "";
}
.icon-quote-right:before {
	content: "";
}
.icon-spinner:before {
	content: "";
}
.icon-circle:before {
	content: "";
}
.icon-mail-reply:before,
.icon-reply:before {
	content: "";
}
.icon-github-alt:before {
	content: "";
}
.icon-folder-o:before,
.icon-folder-close-alt:before {
	content: "";
}
.icon-folder-open-o:before,
.icon-folder-open-alt:before {
	content: "";
}
.icon-smile-o:before,
.icon-smile:before {
	content: "";
}
.icon-frown-o:before,
.icon-frown:before {
	content: "";
}
.icon-meh-o:before,
.icon-meh:before {
	content: "";
}
.icon-gamepad:before {
	content: "";
}
.icon-keyboard-o:before,
.icon-keyboard:before {
	content: "";
}
.icon-flag-o:before,
.icon-flag-alt:before {
	content: "";
}
.icon-flag-checkered:before {
	content: "";
}
.icon-terminal:before {
	content: "";
}
.icon-code:before {
	content: "";
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
	content: "";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before,
.icon-star-half-empty:before {
	content: "";
}
.icon-location-arrow:before {
	content: "";
}
.icon-crop:before {
	content: "";
}
.icon-code-fork:before {
	content: "";
}
.icon-unlink:before,
.icon-chain-broken:before,
.icon-unlink:before {
	content: "";
}
.icon-question:before {
	content: "";
}
.icon-info:before {
	content: "";
}
.icon-exclamation:before {
	content: "";
}
.icon-superscript:before {
	content: "";
}
.icon-subscript:before {
	content: "";
}
.icon-eraser:before {
	content: "";
}
.icon-puzzle-piece:before {
	content: "";
}
.icon-microphone:before {
	content: "";
}
.icon-microphone-slash:before,
.icon-microphone-off:before {
	content: "";
}
.icon-shield:before {
	content: "";
}
.icon-calendar-o:before,
.icon-calendar-empty:before {
	content: "";
}
.icon-fire-extinguisher:before {
	content: "";
}
.icon-rocket:before {
	content: "";
}
.icon-maxcdn:before {
	content: "";
}
.icon-chevron-circle-left:before,
.icon-chevron-sign-left:before {
	content: "";
}
.icon-chevron-circle-right:before,
.icon-chevron-sign-right:before {
	content: "";
}
.icon-chevron-circle-up:before,
.icon-chevron-sign-up:before {
	content: "";
}
.icon-chevron-circle-down:before,
.icon-chevron-sign-down:before {
	content: "";
}
.icon-html5:before {
	content: "";
}
.icon-css3:before {
	content: "";
}
.icon-anchor:before {
	content: "";
}
.icon-unlock-alt:before {
	content: "";
}
.icon-bullseye:before {
	content: "";
}
.icon-ellipsis-h:before,
.icon-ellipsis-horizontal:before {
	content: "";
}
.icon-ellipsis-v:before,
.icon-ellipsis-vertical:before {
	content: "";
}
.icon-rss-square:before,
.icon-rss-sign:before {
	content: "";
}
.icon-play-circle:before,
.icon-play-sign:before {
	content: "";
}
.icon-ticket:before {
	content: "";
}
.icon-minus-square:before,
.icon-minus-sign-alt:before {
	content: "";
}
.icon-minus-square-o:before,
.icon-check-minus:before,
.icon-collapse-alt:before {
	content: "";
}
.icon-level-up:before {
	content: "";
}
.icon-level-down:before {
	content: "";
}
.icon-check-square:before,
.icon-check-sign:before {
	content: "";
}
.icon-pencil-square:before,
.icon-edit-sign:before {
	content: "";
}
.icon-external-link-square:before,
.icon-external-link-sign:before {
	content: "";
}
.icon-share-square:before,
.icon-share-sign:before {
	content: "";
}
.icon-compass:before {
	content: "";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before,
.icon-collapse:before {
	content: "";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before,
.icon-collapse-top:before {
	content: "";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
	content: "";
}
.icon-euro:before,
.icon-eur:before {
	content: "";
}
.icon-gbp:before {
	content: "";
}
.icon-dollar:before,
.icon-usd:before {
	content: "";
}
.icon-rupee:before,
.icon-inr:before {
	content: "";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
	content: "";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before,
.icon-cny:before {
	content: "";
}
.icon-won:before,
.icon-krw:before {
	content: "";
}
.icon-bitcoin:before,
.icon-btc:before {
	content: "";
}
.icon-file:before {
	content: "";
}
.icon-file-text:before {
	content: "";
}
.icon-sort-alpha-asc:before,
.icon-sort-by-alphabet:before {
	content: "";
}
.icon-sort-alpha-desc:before,
.icon-sort-by-alphabet-alt:before {
	content: "";
}
.icon-sort-amount-asc:before,
.icon-sort-by-attributes:before {
	content: "";
}
.icon-sort-amount-desc:before,
.icon-sort-by-attributes-alt:before {
	content: "";
}
.icon-sort-numeric-asc:before,
.icon-sort-by-order:before {
	content: "";
}
.icon-sort-numeric-desc:before,
.icon-sort-by-order-alt:before {
	content: "";
}
.icon-thumbs-up:before {
	content: "";
}
.icon-thumbs-down:before {
	content: "";
}
.icon-youtube-square:before,
.icon-youtube-sign:before {
	content: "";
}
.icon-youtube:before {
	content: "";
}
.icon-xing:before {
	content: "";
}
.icon-xing-square:before,
.icon-xing-sign:before {
	content: "";
}
.icon-youtube-play:before {
	content: "";
}
.icon-dropbox:before {
	content: "";
}
.icon-stack-overflow:before,
.icon-stackexchange:before {
	content: "";
}
.icon-instagram:before {
	content: "";
}
.icon-flickr:before {
	content: "";
}
.icon-adn:before {
	content: "";
}
.icon-bitbucket:before {
	content: "";
}
.icon-bitbucket-square:before,
.icon-bitbucket-sign:before {
	content: "";
}
.icon-tumblr:before {
	content: "";
}
.icon-tumblr-square:before,
.icon-tumblr-sign:before {
	content: "";
}
.icon-long-arrow-down:before {
	content: "";
}
.icon-long-arrow-up:before {
	content: "";
}
.icon-long-arrow-left:before {
	content: "";
}
.icon-long-arrow-right:before {
	content: "";
}
.icon-apple:before {
	content: "";
}
.icon-windows:before {
	content: "";
}
.icon-android:before {
	content: "";
}
.icon-linux:before {
	content: "";
}
.icon-dribbble:before {
	content: "";
}
.icon-skype:before {
	content: "";
}
.icon-foursquare:before {
	content: "";
}
.icon-trello:before {
	content: "";
}
.icon-female:before {
	content: "";
}
.icon-male:before {
	content: "";
}
.icon-gittip:before,
.icon-gratipay:before {
	content: "";
}
.icon-sun-o:before,
.icon-sun:before {
	content: "";
}
.icon-moon-o:before,
.icon-moon:before {
	content: "";
}
.icon-archive:before {
	content: "";
}
.icon-bug:before {
	content: "";
}
.icon-vk:before {
	content: "";
}
.icon-weibo:before {
	content: "";
}
.icon-renren:before {
	content: "";
}
.icon-pagelines:before {
	content: "";
}
.icon-stack-exchange:before {
	content: "";
}
.icon-arrow-circle-o-right:before {
	content: "";
}
.icon-arrow-circle-o-left:before {
	content: "";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
	content: "";
}
.icon-dot-circle-o:before {
	content: "";
}
.icon-wheelchair:before {
	content: "";
}
.icon-vimeo-square:before {
	content: "";
}
.icon-turkish-lira:before,
.icon-try:before {
	content: "";
}
.icon-plus-square-o:before,
.icon-expand-alt:before {
	content: "";
}
.icon-space-shuttle:before {
	content: "";
}
.icon-slack:before {
	content: "";
}
.icon-envelope-square:before {
	content: "";
}
.icon-wordpress:before {
	content: "";
}
.icon-openid:before {
	content: "";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before {
	content: "";
}
.icon-mortar-board:before,
.icon-graduation-cap:before {
	content: "";
}
.icon-yahoo:before {
	content: "";
}
.icon-google:before {
	content: "";
}
.icon-reddit:before {
	content: "";
}
.icon-reddit-square:before {
	content: "";
}
.icon-stumbleupon-circle:before {
	content: "";
}
.icon-stumbleupon:before {
	content: "";
}
.icon-delicious:before {
	content: "";
}
.icon-digg:before {
	content: "";
}
.icon-pied-piper-pp:before {
	content: "";
}
.icon-pied-piper-alt:before {
	content: "";
}
.icon-drupal:before {
	content: "";
}
.icon-joomla:before {
	content: "";
}
.icon-language:before {
	content: "";
}
.icon-fax:before {
	content: "";
}
.icon-building:before {
	content: "";
}
.icon-child:before {
	content: "";
}
.icon-paw:before {
	content: "";
}
.icon-spoon:before {
	content: "";
}
.icon-cube:before {
	content: "";
}
.icon-cubes:before {
	content: "";
}
.icon-behance:before {
	content: "";
}
.icon-behance-square:before {
	content: "";
}
.icon-steam:before {
	content: "";
}
.icon-steam-square:before {
	content: "";
}
.icon-recycle:before {
	content: "";
}
.icon-automobile:before,
.icon-car:before {
	content: "";
}
.icon-cab:before,
.icon-taxi:before {
	content: "";
}
.icon-tree:before {
	content: "";
}
.icon-spotify:before {
	content: "";
}
.icon-deviantart:before {
	content: "";
}
.icon-soundcloud:before {
	content: "";
}
.icon-database:before {
	content: "";
}
.icon-file-pdf-o:before {
	content: "";
}
.icon-file-word-o:before {
	content: "";
}
.icon-file-excel-o:before {
	content: "";
}
.icon-file-powerpoint-o:before {
	content: "";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
	content: "";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before {
	content: "";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before {
	content: "";
}
.icon-file-movie-o:before,
.icon-file-video-o:before {
	content: "";
}
.icon-file-code-o:before {
	content: "";
}
.icon-vine:before {
	content: "";
}
.icon-codepen:before {
	content: "";
}
.icon-jsfiddle:before {
	content: "";
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
	content: "";
}
.icon-circle-o-notch:before {
	content: "";
}
.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
	content: "";
}
.icon-ge:before,
.icon-empire:before {
	content: "";
}
.icon-git-square:before {
	content: "";
}
.icon-git:before {
	content: "";
}
.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
	content: "";
}
.icon-tencent-weibo:before {
	content: "";
}
.icon-qq:before {
	content: "";
}
.icon-wechat:before,
.icon-weixin:before {
	content: "";
}
.icon-send:before,
.icon-paper-plane:before {
	content: "";
}
.icon-send-o:before,
.icon-paper-plane-o:before {
	content: "";
}
.icon-history:before {
	content: "";
}
.icon-circle-thin:before {
	content: "";
}
.icon-header:before {
	content: "";
}
.icon-paragraph:before {
	content: "";
}
.icon-sliders:before {
	content: "";
}
.icon-share-alt:before {
	content: "";
}
.icon-share-alt-square:before {
	content: "";
}
.icon-bomb:before {
	content: "";
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before {
	content: "";
}
.icon-tty:before {
	content: "";
}
.icon-binoculars:before {
	content: "";
}
.icon-plug:before {
	content: "";
}
.icon-slideshare:before {
	content: "";
}
.icon-twitch:before {
	content: "";
}
.icon-yelp:before {
	content: "";
}
.icon-newspaper-o:before {
	content: "";
}
.icon-wifi:before {
	content: "";
}
.icon-calculator:before {
	content: "";
}
.icon-paypal:before {
	content: "";
}
.icon-google-wallet:before {
	content: "";
}
.icon-cc-visa:before {
	content: "";
}
.icon-cc-mastercard:before {
	content: "";
}
.icon-cc-discover:before {
	content: "";
}
.icon-cc-amex:before {
	content: "";
}
.icon-cc-paypal:before {
	content: "";
}
.icon-cc-stripe:before {
	content: "";
}
.icon-bell-slash:before {
	content: "";
}
.icon-bell-slash-o:before {
	content: "";
}
.icon-trash:before {
	content: "";
}
.icon-copyright:before {
	content: "";
}
.icon-at:before {
	content: "";
}
.icon-eyedropper:before {
	content: "";
}
.icon-paint-brush:before {
	content: "";
}
.icon-birthday-cake:before {
	content: "";
}
.icon-area-chart:before {
	content: "";
}
.icon-pie-chart:before {
	content: "";
}
.icon-line-chart:before {
	content: "";
}
.icon-lastfm:before {
	content: "";
}
.icon-lastfm-square:before {
	content: "";
}
.icon-toggle-off:before {
	content: "";
}
.icon-toggle-on:before {
	content: "";
}
.icon-bicycle:before {
	content: "";
}
.icon-bus:before {
	content: "";
}
.icon-ioxhost:before {
	content: "";
}
.icon-angellist:before {
	content: "";
}
.icon-cc:before {
	content: "";
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
	content: "";
}
.icon-meanpath:before {
	content: "";
}
.icon-buysellads:before {
	content: "";
}
.icon-connectdevelop:before {
	content: "";
}
.icon-dashcube:before {
	content: "";
}
.icon-forumbee:before {
	content: "";
}
.icon-leanpub:before {
	content: "";
}
.icon-sellsy:before {
	content: "";
}
.icon-shirtsinbulk:before {
	content: "";
}
.icon-simplybuilt:before {
	content: "";
}
.icon-skyatlas:before {
	content: "";
}
.icon-cart-plus:before {
	content: "";
}
.icon-cart-arrow-down:before {
	content: "";
}
.icon-diamond:before {
	content: "";
}
.icon-ship:before {
	content: "";
}
.icon-user-secret:before {
	content: "";
}
.icon-motorcycle:before {
	content: "";
}
.icon-street-view:before {
	content: "";
}
.icon-heartbeat:before {
	content: "";
}
.icon-venus:before {
	content: "";
}
.icon-mars:before {
	content: "";
}
.icon-mercury:before {
	content: "";
}
.icon-intersex:before,
.icon-transgender:before {
	content: "";
}
.icon-transgender-alt:before {
	content: "";
}
.icon-venus-double:before {
	content: "";
}
.icon-mars-double:before {
	content: "";
}
.icon-venus-mars:before {
	content: "";
}
.icon-mars-stroke:before {
	content: "";
}
.icon-mars-stroke-v:before {
	content: "";
}
.icon-mars-stroke-h:before {
	content: "";
}
.icon-neuter:before {
	content: "";
}
.icon-genderless:before {
	content: "";
}
.icon-facebook-official:before {
	content: "";
}
.icon-pinterest-p:before {
	content: "";
}
.icon-whatsapp:before {
	content: "";
}
.icon-server:before {
	content: "";
}
.icon-user-plus:before {
	content: "";
}
.icon-user-times:before {
	content: "";
}
.icon-hotel:before,
.icon-bed:before {
	content: "";
}
.icon-viacoin:before {
	content: "";
}
.icon-train:before {
	content: "";
}
.icon-subway:before {
	content: "";
}
.icon-medium:before {
	content: "";
}
.icon-yc:before,
.icon-y-combinator:before {
	content: "";
}
.icon-optin-monster:before {
	content: "";
}
.icon-opencart:before {
	content: "";
}
.icon-expeditedssl:before {
	content: "";
}
.icon-battery-4:before,
.icon-battery-full:before {
	content: "";
}
.icon-battery-3:before,
.icon-battery-three-quarters:before {
	content: "";
}
.icon-battery-2:before,
.icon-battery-half:before {
	content: "";
}
.icon-battery-1:before,
.icon-battery-quarter:before {
	content: "";
}
.icon-battery-0:before,
.icon-battery-empty:before {
	content: "";
}
.icon-mouse-pointer:before {
	content: "";
}
.icon-i-cursor:before {
	content: "";
}
.icon-object-group:before {
	content: "";
}
.icon-object-ungroup:before {
	content: "";
}
.icon-sticky-note:before {
	content: "";
}
.icon-sticky-note-o:before {
	content: "";
}
.icon-cc-jcb:before {
	content: "";
}
.icon-cc-diners-club:before {
	content: "";
}
.icon-clone:before {
	content: "";
}
.icon-balance-scale:before {
	content: "";
}
.icon-hourglass-o:before {
	content: "";
}
.icon-hourglass-1:before,
.icon-hourglass-start:before {
	content: "";
}
.icon-hourglass-2:before,
.icon-hourglass-half:before {
	content: "";
}
.icon-hourglass-3:before,
.icon-hourglass-end:before {
	content: "";
}
.icon-hourglass:before {
	content: "";
}
.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
	content: "";
}
.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
	content: "";
}
.icon-hand-scissors-o:before {
	content: "";
}
.icon-hand-lizard-o:before {
	content: "";
}
.icon-hand-spock-o:before {
	content: "";
}
.icon-hand-pointer-o:before {
	content: "";
}
.icon-hand-peace-o:before {
	content: "";
}
.icon-trademark:before {
	content: "";
}
.icon-registered:before {
	content: "";
}
.icon-creative-commons:before {
	content: "";
}
.icon-gg:before {
	content: "";
}
.icon-gg-circle:before {
	content: "";
}
.icon-tripadvisor:before {
	content: "";
}
.icon-odnoklassniki:before {
	content: "";
}
.icon-odnoklassniki-square:before {
	content: "";
}
.icon-get-pocket:before {
	content: "";
}
.icon-wikipedia-w:before {
	content: "";
}
.icon-safari:before {
	content: "";
}
.icon-chrome:before {
	content: "";
}
.icon-firefox:before {
	content: "";
}
.icon-opera:before {
	content: "";
}
.icon-internet-explorer:before {
	content: "";
}
.icon-tv:before,
.icon-television:before {
	content: "";
}
.icon-contao:before {
	content: "";
}
.icon-500px:before {
	content: "";
}
.icon-amazon:before {
	content: "";
}
.icon-calendar-plus-o:before {
	content: "";
}
.icon-calendar-minus-o:before {
	content: "";
}
.icon-calendar-times-o:before {
	content: "";
}
.icon-calendar-check-o:before {
	content: "";
}
.icon-industry:before {
	content: "";
}
.icon-map-pin:before {
	content: "";
}
.icon-map-signs:before {
	content: "";
}
.icon-map-o:before {
	content: "";
}
.icon-map:before {
	content: "";
}
.icon-commenting:before {
	content: "";
}
.icon-commenting-o:before {
	content: "";
}
.icon-houzz:before {
	content: "";
}
.icon-vimeo:before {
	content: "";
}
.icon-black-tie:before {
	content: "";
}
.icon-fonticons:before {
	content: "";
}
.icon-reddit-alien:before {
	content: "";
}
.icon-edge:before {
	content: "";
}
.icon-credit-card-alt:before {
	content: "";
}
.icon-codiepie:before {
	content: "";
}
.icon-modx:before {
	content: "";
}
.icon-fort-awesome:before {
	content: "";
}
.icon-usb:before {
	content: "";
}
.icon-product-hunt:before {
	content: "";
}
.icon-mixcloud:before {
	content: "";
}
.icon-scribd:before {
	content: "";
}
.icon-pause-circle:before {
	content: "";
}
.icon-pause-circle-o:before {
	content: "";
}
.icon-stop-circle:before {
	content: "";
}
.icon-stop-circle-o:before {
	content: "";
}
.icon-shopping-bag:before {
	content: "";
}
.icon-shopping-basket:before {
	content: "";
}
.icon-hashtag:before {
	content: "";
}
.icon-bluetooth:before {
	content: "";
}
.icon-bluetooth-b:before {
	content: "";
}
.icon-percent:before {
	content: "";
}
.icon-gitlab:before {
	content: "";
}
.icon-wpbeginner:before {
	content: "";
}
.icon-wpforms:before {
	content: "";
}
.icon-envira:before {
	content: "";
}
.icon-universal-access:before {
	content: "";
}
.icon-wheelchair-alt:before {
	content: "";
}
.icon-question-circle-o:before {
	content: "";
}
.icon-blind:before {
	content: "";
}
.icon-audio-description:before {
	content: "";
}
.icon-volume-control-phone:before {
	content: "";
}
.icon-braille:before {
	content: "";
}
.icon-assistive-listening-systems:before {
	content: "";
}
.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
	content: "";
}
.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
	content: "";
}
.icon-glide:before {
	content: "";
}
.icon-glide-g:before {
	content: "";
}
.icon-signing:before,
.icon-sign-language:before {
	content: "";
}
.icon-low-vision:before {
	content: "";
}
.icon-viadeo:before {
	content: "";
}
.icon-viadeo-square:before {
	content: "";
}
.icon-snapchat:before {
	content: "";
}
.icon-snapchat-ghost:before {
	content: "";
}
.icon-snapchat-square:before {
	content: "";
}
.icon-pied-piper:before {
	content: "";
}
.icon-first-order:before {
	content: "";
}
.icon-yoast:before {
	content: "";
}
.icon-themeisle:before {
	content: "";
}
.icon-google-plus-circle:before,
.icon-google-plus-official:before {
	content: "";
}
.icon-fa:before,
.icon-font-awesome:before {
	content: "";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.alert {
	font-weight: bold;
}
.alert ul,
.alert ol {
	padding-left: 15px;
	margin-left: 27px;
	margin-bottom: 0;
}
.alert ul li,
.alert ol li {
	list-style-type: decimal;
	font-weight: normal;
}
.alert.alert-success:before {
	font-family: "FontAwesome";
	margin-right: 0.5em;
	content: "\f058";
}
.alert.alert-danger:before {
	font-family: "FontAwesome";
	margin-right: 0.5em;
	content: "\f057";
}
.alert.alert-warning:before {
	font-family: "FontAwesome";
	margin-right: 0.5em;
	content: "\f06a";
}
.alert.alert-info:before {
	font-family: "FontAwesome";
	margin-right: 0.5em;
	content: "\f05a";
}
.alert-warning {
	background: inherit;
	color: inherit;
	border: inherit;
	padding: inherit;
}
.alert-warning::before {
	display: none;
}
.history_state .label {
	line-height: 1.2;
}
.history_state .label:before {
	display: none;
}
.label {
	white-space: normal;
	display: inline-block;
	padding: 2px 10px;
	background: none;
	color: #000000;
	font-weight: 400;
	background: none !important;
}
@media (max-width: 991px) {
	.label {
		font-size: 0;
	}
}
.label:before {
	content: "";
	display: inline-block;
	height: 1em;
	width: 1em;
	border-radius: 50%;
	background: tomato;
	margin: -0.1em 0.5em 0 -0.5em;
	position: relative;
	top: 0.1em;
	font-size: 14px;
}
.label.label-success:before {
	background: #5cb85c;
}
.label.label-warning:before {
	background: #f0ad4e;
}
.label.label-danger:before {
	background: #d9534f;
}
textarea {
	resize: vertical;
}
label.required:after {
	content: "*";
	color: #a94442;
}
.form-control {
	font-size: 13px;
}
.form-control[type="checkbox"],
.form-control[type="radio"] {
	height: auto;
	width: auto;
	display: inline-block;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: relative;
	margin-left: 0;
	display: inline-block;
}
.icon-chevron-right:before {
	content: "\f105";
}
.icon-chevron-left:before {
	content: "\f104";
}
.icon-trash:before {
	content: "\f057";
}
.btn,
p > a.btn.btn-link,
a > span.btn.btn-link {
	background: #000;
	color: #fff;
	border-color: #000;
	padding: 6px 10px 5px;
	transition: background ease 0.3s, border ease 0.25s;
}
.btn.product_quantity_down:active {
	box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus,
p > a.btn.btn-link:focus,
a > span.btn.btn-link:focus,
.btn:active,
p > a.btn.btn-link:active,
a > span.btn.btn-link:active,
.btn:visited,
p > a.btn.btn-link:visited,
a > span.btn.btn-link:visited,
.btn:hover,
p > a.btn.btn-link:hover,
a > span.btn.btn-link:hover {
	text-decoration: none;
}
.btn.btn-lg,
.btn-group-lg > .btn,
p.btn-group-lg > a.btn.btn-link,
a.btn-group-lg > span.btn.btn-link,
p > a.btn-lg.btn.btn-link,
a > span.btn-lg.btn.btn-link {
	padding: 14px 25px 12px;
	text-transform: uppercase;
	font-size: 14px;
}
.btn.btn-lg.standard-checkout,
.btn-group-lg > .btn.standard-checkout {
	background: #000000 url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/svg/effet_bt2.svg") -300px -5px no-repeat;
	background-size: auto 50px;
	transition: background ease-out 0.55s, color ease 0.3s;
	font-weight: 500;
	background-color: #000;
	border-color: #000;
}
.btn.btn-lg.standard-checkout:hover,
.btn-group-lg > .btn.standard-checkout:hover {
	background-position: -20px -5px;
	background-color: #fff;
	color: #000;
}
.btn.btn-lg.standard-checkout:hover,
.btn-group-lg > .btn.standard-checkout:hover {
	color: #000;
}
.btn.btn-lg.standard-checkout .icon-chevron-right,
.btn-group-lg > .btn.standard-checkout .icon-chevron-right {
	margin-left: 4px;
}
.btn.btn-lg.btn-default,
.btn-group-lg > .btn.btn-default {
	background: #eaeaea;
	border-color: #eaeaea;
	color: #000;
}
p > a.btn-link.btn,
a > span.btn-link.btn {
	margin-top: 7.5px;
	padding: 10px 25px 8px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #000000;
	position: relative;
	background: #000000 url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/svg/effet_bt2.svg") -300px -5px no-repeat;
	background-size: auto 50px;
	transition: background ease-out 0.55s, color ease 0.3s;
}
p > a.btn-link.btn:hover,
a > span.btn-link.btn:hover {
	background-position: -20px -5px;
	background-color: #fff;
	color: #000;
}
p > a.btn-link.btn:before,
a > span.btn-link.btn:before {
	content: "> ";
}
select.form-control {
	color: #000;
	border-radius: 15px;
}
select.form-control:before {
	content: "";
	display: block;
	height: 15px;
	width: 15px;
	background: #000;
}
.form-error .form-control {
	background-color: #f2dede;
}
.form-ok .form-control {
	background-color: #dff0d8;
}
.form-warning .form-control {
	background-color: #fcf8e3;
}
.caret {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -8px;
	margin-right: -2px;
	vertical-align: middle;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transform: rotate(-135deg);
}
#form_forgotpassword .form-control,
#account-creation_form .form-control,
#login_form .form-control,
#create-account_form .form-control {
	border-width: 2px;
	border-color: #73e3d0;
}
#module-powerfulformgenerator-display #breadcrumb {
	display: none;
}
#module-powerfulformgenerator-display #center_column .page-heading {
	text-align: left;
	max-width: 990px;
	margin: 0 auto 30px;
}
#module-powerfulformgenerator-display #center_column #submitMessage {
	text-transform: uppercase;
	padding: 8px 15px;
}
#module-powerfulformgenerator-display #center_column #submitMessage i {
	margin-right: 5px;
}
.contact-form-box.pfg-forms {
	border: 4px solid #73e3d0;
	max-width: 990px;
	margin: 0 auto;
	padding: 40px 110px;
}
@media (max-width: 767px) {
	.contact-form-box.pfg-forms {
		padding: 15px;
	}
}
.contact-form-box.pfg-forms input[type="text"],
.contact-form-box.pfg-forms input[type="number"],
.contact-form-box.pfg-forms select {
	max-width: 280px;
}
.contact-form-box.pfg-forms .form-group {
	margin-bottom: 40px;
}
.contact-form-box.pfg-forms .text {
	margin-bottom: 25px;
}
.label-form-group {
	font-size: 18px;
	font-weight: 400;
}
a:hover {
	text-decoration: none;
}
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
	margin-left: 20px;
}
.rte ul {
	list-style-type: disc;
	padding-left: 15px;
}
.rte em {
	font-style: italic !important;
}
.fixed-title {
	position: fixed;
	pointer-events: none;
	z-index: 50;
	top: 58px;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(top, whitesmoke 40%, rgba(245, 245, 245, 0.7) 55%, rgba(245, 245, 245, 0) 75%);
	transition: all ease 0.3s;
}
.fixed-title *:after,
.fixed-title *:before {
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}
.fixed-title.no-background {
	background: none;
}
.fixed-title + section,
.fixed-title + .block-center {
	margin-top: 100px;
}
@media (max-width: 991px) {
	.fixed-title + section,
	.fixed-title + .block-center {
		margin-top: 40px;
	}
}
.fixed-title div[data-axseo-oldtag="h1"],
.fixed-title h1,
.fixed-title #home_seo #home_seo_2 .content strong,
#home_seo #home_seo_2 .content .fixed-title strong {
	padding-top: 0;
	transition: all ease 0.3s;
	margin: 0 auto;
	font-weight: 500;
	font-size: 22px;
}
@media (max-width: 767px) {
	.fixed-title div[data-axseo-oldtag="h1"],
	.fixed-title h1,
	.fixed-title #home_seo #home_seo_2 .content strong,
	#home_seo #home_seo_2 .content .fixed-title strong {
		font-size: 22px;
	}
}
.fixed-title div[data-axseo-oldtag="h1"]:before,
.fixed-title h1:before,
.fixed-title #home_seo #home_seo_2 .content strong:before,
#home_seo #home_seo_2 .content .fixed-title strong:before {
	display: none;
	margin: 20px 0 20px;
	opacity: 1;
	visibility: visible;
}
.fixed-title div[data-axseo-oldtag="h1"]:after,
.fixed-title h1:after,
.fixed-title #home_seo #home_seo_2 .content strong:after,
#home_seo #home_seo_2 .content .fixed-title strong:after {
	opacity: 1;
	/* visibility: hidden; */
}
@media (min-width: 1200px) {
	.fixed-title div[data-axseo-oldtag="h1"],
	.fixed-title h1,
	.fixed-title #home_seo #home_seo_2 .content strong,
	#home_seo #home_seo_2 .content .fixed-title strong {
		width: 1164px;
		padding: 0 194px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.fixed-title div[data-axseo-oldtag="h1"],
	.fixed-title h1,
	.fixed-title #home_seo #home_seo_2 .content strong,
	#home_seo #home_seo_2 .content .fixed-title strong {
		width: 960px;
		padding: 0 192px;
	}
}
.fixed-title #header_slideup {
	overflow: hidden;
	transition: all ease-in 0.7s, opacity ease-out 0.6s;
	max-height: 250px;
	opacity: 1;
}
.fixed-title.fixed {
	background: linear-gradient(top,rgba(245, 245, 245, 0.95) 0,rgba(245, 245, 245, 0.7) 30%,rgba(245, 245, 245, 0) 60%);
	padding-top: 5px;
	padding-bottom: 0;
	opacity: 0;
}
.fixed-title.fixed div[data-axseo-oldtag="h1"],
.fixed-title.fixed h1,
.fixed-title.fixed #home_seo #home_seo_2 .content strong,
#home_seo #home_seo_2 .content .fixed-title.fixed strong {
	transform: scale(0.75);
	text-shadow: -1px 1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff;
}
.fixed-title.fixed div[data-axseo-oldtag="h1"]:before,
.fixed-title.fixed h1:before,
.fixed-title.fixed #home_seo #home_seo_2 .content strong:before,
#home_seo #home_seo_2 .content .fixed-title.fixed strong:before {
	border-bottom-width: 3px;
}
.fixed-title.fixed #header_slideup {
	max-height: 0;
	opacity: 0;
}
.page-heading {
	padding: 10px 0;
	margin: 0 0 15px;
	color: #000000;
}
.page-heading:before,
.page-heading:after {
	content: " ";
	display: table;
}
.page-heading:after {
	clear: both;
}
.page-heading:before,
.page-heading:after {
	content: "";
	display: block;
	margin: 10px 0 5px;
	width: 60px;
	border-bottom: 4px solid #000000;
}
.page-heading:before {
	opacity: 0;
	visibility: hidden;
}
.page-heading.has-subheading:after {
	margin-top: 30px;
}
.page-heading span.lighter {
	color: #505050;
}
.page-heading + .page-heading-soustitre {
	color: #73e3d0;
	font-weight: 500;
	display: block;
	margin-top: -15px;
}
.page-subheading {
	font-size: 12px;
	display: block;
	margin: -50px 0 55px;
}
.page-product-heading,
[data-axseo-oldtag="h3"].page-product-heading {
	margin: 0 0 15px;
	padding-bottom: 7px;
	text-align: left;
	color: #000000;
	text-transform: none;
	font-weight: 400;
	font-size: 32px;
}
@media (max-width: 767px) {
	.page-product-heading,
	[data-axseo-oldtag="h3"].page-product-heading {
		font-size: 24px;
	}
}
.page-product-heading:after,
[data-axseo-oldtag="h3"].page-product-heading:after {
	content: "";
	display: block;
	margin-top: 12px;
	width: 80px;
	border-bottom: 4px solid #000000;
}
body {
	font-weight: 300;
	overflow-y: scroll;
	background: #fff;
}
body.content_only {
	background-color: #fff;
}
@media (min-width: 992px) {
	body#product:not(.nocolor_set) {
		background: -moz-linear-gradient(top, #f5f5f5 0, #f5f5f5 335px, #ffffff 300px, #ffffff 100%);
		background: -webkit-gradient(left top,left bottom,color-stop(0%, #f5f5f5),color-stop(345px, #f5f5f5),color-stop(345px, #ffffff),color-stop(100%, #ffffff));
		background: -webkit-linear-gradient(top, #f5f5f5 0, #f5f5f5 335px, #ffffff 300px, #ffffff 100%);
		background: -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 335px, #ffffff 300px, #ffffff 100%);
		background: -ms-linear-gradient(top, #f5f5f5 0, #f5f5f5 335px, #ffffff 300px, #ffffff 100%);
		background: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 335px, #ffffff 300px, #ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
	}
}
svg {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#header-blocks {
	background-color: #fff;
	position: relative;
	height: 58px;
}
@media (max-width: 991px) {
	#header-blocks {
		height: auto;
	}
}
#header-blocks .row > .block_top {
	float: left;
	height: 58px;
	width: 64.5px;
	list-style: none;
	border-left: 1px solid #ddd;
	transition: all ease 0.3s;
	background-color: #fff;
	background-image: radial-gradient(45px at 31px 50%,#ffffff 0,#ffffff 10px,rgba(255, 255, 255, 0.75) 55px,rgba(255, 255, 255, 0) 70px);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 4px solid transparent;
}
#header-blocks .row > .block_top#blockcart,
#header-blocks .row > .block_top:last-child {
	border-right: 1px solid #ddd;
}
#header-blocks .row > .block_top.open,
#header-blocks .row > .block_top:hover {
	background-color: #aaa;
	border-bottom: 4px solid #73e3d0;
}
#header-blocks .row > .block_top.open > a,
#header-blocks .row > .block_top:hover > a {
	position: relative;
	top: -3px;
}
#header-blocks .row > .block_top.open > a .caret,
#header-blocks .row > .block_top:hover > a .caret {
	transform: rotate(-115deg);
}
#header-blocks .row > .block_top > a {
	position: relative;
	top: 0;
	transition: all ease 0.3s;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#header-blocks .row > .block_top > a .caret {
	transition: transform 0.2s ease-in;
}
@media (max-width: 991px) {
	#header-blocks .row > .block_top#search_block_top {
		width: 100%;
		float: none;
		background: none;
		border: 0;
		height: 0;
		margin-bottom: 20px;
	}
	#header-blocks .row > .block_top#search_block_top.active {
		height: 50px;
	}
	#header-blocks .row > .block_top#search_block_top #searchbox {
		padding: 0 10px;
	}
}
#columns {
	position: relative;
	padding-bottom: 25px;
}
@media (min-width: 992px) {
	#columns {
		margin-top: 68px;
	}
}
@media (max-width: 991px) {
	#columns {
		margin-top: 0;
	}
}
#columns #center_column {
	min-height: 51vh;
}
#columns #center_column > .box {
	margin-top: 70px;
}
#columns #left_column {
	position: relative;
	z-index: 60;
	padding-top: 30px;
}
#header {
	background-color: #fff;
	transition: all ease 0.3s;
	box-shadow: 0 5px 20px rgba(34, 34, 34, 0.05);
}
@media (min-width: 992px) {
	#header {
		position: fixed;
		z-index: 190;
		top: 0;
		width: 100%;
	}
}
@media (max-width: 991px) {
	#header {
		box-shadow: none;
	}
	#header #blocklanguages,
	#header #blockcart,
	#header #blockuserinfo-login,
	#header #blockuserinfo-customer,
	#header #block_top_menu,
	#header #shop-logo {
		display: none;
	}
}
#header #shop-logo {
	position: absolute;
	left: 50%;
	top: 6px;
	transform: translateX(-50%);
	z-index: 200;
	transition: all ease-in-out 0.2s;
}
#header #shop-logo a {
	outline: none;
}
#header #shop-logo svg {
	display: block;
	width: 100px;
	height: 120px;
	transition: all ease-in-out 0.2s;
}
#header #shop-logo svg #text {
	opacity: 0;
}
#header #shop-logo img {
	margin-top: 6px;
}
#header.fixed {
	box-shadow: 0 5px 20px rgba(34, 34, 34, 0.085);
}
#header.fixed #shop-logo svg {
	width: 83px;
	height: auto;
}
#header.fixed #shop-logo:hover svg {
	width: 94px;
}
#header.fixed #shop-logo:hover svg #text > * {
	opacity: 0;
}
#index #header #shop-logo svg #text {
	opacity: 1;
	transition: transform ease 0.5s, opacity ease 0.3s;
}
#index #header #shop-logo svg #text > * {
	transform-origin: center center;
	transform: translateY(0px);
	opacity: 1;
	transition: all ease 0.3s;
}
#index #header #shop-logo:hover svg #text {
	display: block;
}
#index #header #shop-logo:hover svg #text > * {
	transform-origin: center center;
	transform: translateY(0px);
	opacity: 1;
}
#index #header.fixed #shop-logo svg #text > * {
	opacity: 0;
}
#header .navbar {
	margin-bottom: 0;
	min-height: 30px;
}
#header .navbar-inverse {
	color: #fff;
	font-size: 12px;
	line-height: 28px;
}
#header .navbar-inverse p {
	margin-bottom: 0;
}
#header .navbar-inverse .col-sm-4:nth-child(2) {
	text-align: center;
}
#header .navbar-inverse .col-sm-4:nth-child(3) {
	text-align: right;
}
#header .navbar-inverse .col-sm-4:nth-child(3) strong,
#header .navbar-inverse .col-sm-4:nth-child(3) b {
	font-size: 14px;
}
#ax-mobileui-cart .badge {
	background: #73e3d0;
}
@media (max-width: 767px) {
	#index .hr {
		display: none;
	}
}
#reassurance {
	background: #fff;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	padding: 10px 0 20px;
}
#reassurance svg * {
	stroke: #73e3d0;
}
#reassurance svg *[d="M25.11,19l-.4.18L16.07,33.64c-.4.67,1.13,2.31,3.4,3.67s4.44,1.93,4.84,1.26l8.6-14.39-.09-.56"] {
	fill: #d43137;
}
@media (max-width: 767px) {
	#reassurance .col-sm-4 {
		display: none;
	}
	#reassurance .col-sm-4:first-child {
		display: block;
		margin-bottom: 0;
	}
}
#reassurance .col-sm-4:hover svg.axsvgicon-livraisonfilet {
	backface-visibility: hidden;
}
#reassurance .col-sm-4:hover svg.axsvgicon-livraisonfilet > #ailes > g {
	transform-origin: 25px 25px;
	animation: battementAiles 0.2s 10;
}
#reassurance .col-sm-4:hover svg.axsvgicon-livraisonfilet > #ailes > g:last-child {
	animation-name: battementAile2;
}
@keyframes battementAiles {
	0% {
		transform: rotateZ(0deg);
	}
	25% {
		transform: rotateZ(-7deg);
	}
	75% {
		transform: rotateZ(4deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}
@keyframes battementAile2 {
	0% {
		transform: rotateZ(0deg);
	}
	25% {
		transform: rotateZ(4deg);
	}
	75% {
		transform: rotateZ(-7deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}
#reassurance .col-sm-4:hover svg.axsvgicon-livraisonfilet .vite {
	transform: scaleX(0);
	transform-origin: 14px 18px;
	animation: dash 2s 0.8s 4;
}
#reassurance .col-sm-4:hover svg.axsvgicon-livraisonfilet .vite:last-child {
	animation-delay: 1.2s;
}
@keyframes dash {
	0% {
		transform: scaleX(0);
		opacity: 1;
	}
	50% {
		transform: scaleX(1);
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	100% {
		transform: scaleX(0);
	}
}
#reassurance .col-sm-4:hover svg.axsvgicon-securisefilet {
	backface-visibility: hidden;
	animation: SecouerCadenas 0.7s 6;
}
@keyframes SecouerCadenas {
	0% {
		transform: rotateZ(0deg);
	}
	15% {
		transform: rotateZ(8deg);
	}
	30% {
		transform: rotateZ(-8deg);
	}
	45% {
		transform: rotateZ(8deg);
	}
	60% {
		transform: rotateZ(0deg);
	}
}
#reassurance .col-sm-4:hover svg.axsvgicon-appelez2 {
	backface-visibility: hidden;
}
#reassurance .col-sm-4:hover svg.axsvgicon-appelez2 path {
	position: relative;
	z-index: 5;
}
#reassurance .col-sm-4:hover svg.axsvgicon-appelez2 > g {
	transform-origin: 20px 20px;
	animation: secouerTelephone 0.7s 3;
}
@keyframes secouerTelephone {
	0% { transform: translateY(0px); }
	50% { transform: translateY(6px) scaleY(0.9); }
	100% {
		transform: translateY(0px);
	}
}
#reassurance svg {
	margin-bottom: 8px;
	height: 48px;
	width: 48px;
	transition: all linear 0.25s;
}
#reassurance strong {
	display: block;
	margin: 0 0 -7px;
	font-weight: 500;
	font-size: 19px;
	color: #000000;
}
#reassurance .col-xs-12 {
	border-right: 1px solid #ecebeb;
}
@media (max-width: 768px) {
	#reassurance .col-xs-12 {
		margin-bottom: 20px;
	}
}
#reassurance .col-xs-12:last-child {
	border: 0;
}
@media (max-width: 767px) {
	#reassurance .col-xs-12:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	#reassurance .col-xs-12 {
		border-right: 0;
		border-bottom: 1px solid #fff;
	}
}
#footer {
	background: #ecebeb;
}
#footer_content {
	/* padding: 20px 0 20px; */
}
@media (max-width: 767px) {
	#footer_content {
		text-align: center;
	}
	#footer_content p > strong,
	#footer_content p {
		text-align: center !important;
	}
	#footer_content .col-xs-12:first-child {
		border-top: 0;
	}
	#footer_content .col-xs-12#blocksocial {
		margin-top: 40px;
		display: inline-block;
	}
	#footer_content .col-xs-12 .row .col-xs-12 {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#footer_content .col-md-8 .col-xs-12 {
		margin-bottom: 50px;
	}
}
#footer_content:after {
	display: block;
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer_content .col-md-2 {
	margin-bottom: 35px;
}
@media (max-width: 767px) {
	#footer_content .col-xs-12.col-md-2,
	#footer_content .col-xs-12.col-md-3 {
		margin-bottom: 20px;
		padding-top: 20px;
	}
}
#footer_content strong {
	margin-bottom: 17px;
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}
#footer_content ul li {
	line-height: 1.8;
}
#footer_content p {
	font-size: 13px;
	line-height: 1.6;
}
.price {
	white-space: nowrap;
}
.old-price {
	color: #b1b1b1;
	text-decoration: line-through;
}
.special-price {
	color: #000;
}
.price-percent-reduction {
	background-color: #000;
	color: #fff;
	padding: 0 0.25em;
	display: inline-block;
}
.product-label-container {
	position: absolute;
	top: 0;
	left: 0;
}
.product-label-container:before,
.product-label-container:after {
	content: " ";
	display: table;
}
.product-label-container:after {
	clear: both;
}
.product-label-container .product-label {
	float: left;
}
.product-label {
	font-size: 0.9em;
	margin: 4px 0 0 4px;
	padding: 2px 5px;
	font-weight: bold;
	background-color: #ccc;
	color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.product-label:last-of-type {
	margin-right: 0;
}
.product-label-new {
	background: #6ad4ff;
}
.product-label-sale {
	background: #f13340;
}
.product-label-discount {
	background-color: #f13340;
}
.product-label-online {
	background-color: orange;
}
.box {
	border: 4px solid #ecebeb;
	margin: 0 0 20px;
	padding: 20px;
}
.box > *:first-child,
.box .page-subheading {
	margin-top: 0;
}
.box .box {
	border: 0;
	background: #f5f5f5;
}
.product-box {
	width: 178px;
	float: left;
}
.product-box .product-image {
	border: 1px solid #d6d4d4;
	background: white;
	padding: 5px;
	display: block;
}
.product-box .product-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.address > ul,
ul.address {
	list-style: none;
	border-color: #73e3d0;
}
.address > ul .address_title,
ul.address .address_title {
	color: #73e3d0;
}
.address > ul .address_title h3,
.address > ul .address_title .h3,
.address > ul .address_title div[data-axseo-oldtag="h3"],
.address > ul .address_title div[data-axseo-oldtag="h3"],
ul.address .address_title h3,
ul.address .address_title .h3,
ul.address .address_title div[data-axseo-oldtag="h3"],
ul.address .address_title div[data-axseo-oldtag="h3"] {
	font-size: 16px;
}
.address > ul .address_update a,
ul.address .address_update a {
	padding: 0;
	border: 0;
	background: none;
	color: #000;
}
.address > ul .address_update a i,
ul.address .address_update a i {
	display: none;
}
#ordermsg {
	margin-top: 35px;
}
#ordermsg label {
	font-weight: 400;
}
#ordermsg textarea {
	border: 4px solid #73e3d0;
}
.block {
	margin-bottom: 25px;
}
.block .title_block {
	color: #000000;
	line-height: 1.42857;
	font-weight: 400;
	padding: 10px 15px 10px 0;
	margin: 0 0 0;
	font-size: 28px;
	white-space: nowrap;
	display: block;
}
.block .title_block:after {
	content: "";
	width: 90px;
	height: 4px;
	background: #000000;
	display: block;
	margin: 5px 0;
}
@media (max-width: 767px) {
	.block .title_block {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 45px;
	}
	.block .title_block:before {
		content: "+";
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.block .title_block.open:before {
		content: "-";
	}
}
.block .list-group-item {
	border: 0;
	padding-left: 0;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	transition: all ease 0.3s;
	background: none;
}
.block .list-group-item:hover {
	background: none;
	color: #000000;
	padding-left: 7px;
}
.block .list-block ul {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
.block .list-block li {
	padding: 6px 0 6px 6px;
	border-top: 1px solid transparent;
}
.block .list-block li:first-child {
	border-top: none;
}
.block .products-block > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.block .products-block li {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid transparent;
}
.block .products-block li:last-of-type {
	border-bottom: none;
}
.block .products-block li .products-block-image {
	float: left;
	border: 1px solid #d6d4d4;
	margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.block .products-block li .products-block-image {
		float: none;
		display: block;
		margin: 0 auto 10px;
		text-align: center;
	}
	.block .products-block li .products-block-image img {
		margin: 0 auto;
	}
}
.block .products-block li .product-content {
	overflow: hidden;
}
.block .products-block li .product-content h5 {
	margin-top: 0;
}
.instant_search .productsSortForm {
	display: none;
}
.sortPagiBar {
	display: none;
}
@media (min-width: 768px) {
	.sortPagiBar .form-group {
		margin-bottom: 15px;
	}
	.js-per-page {
		float: right;
	}
	.productsSortForm {
		float: right;
		margin-left: 10px;
	}
}
.top-pagination-content,
.bottom-pagination-content {
	text-align: center;
}
.content_sortPagiBar {
	margin-bottom: 15px;
}
.content_sortPagiBar .pagination {
	margin-top: 0;
	margin-bottom: 0;
}
#pagination,
#pagination_bottom {
	line-height: 0;
}
.pagination > li a,
.pagination > li span {
	border: 0;
	margin: 0 3px;
	padding-left: 0;
	padding-right: 0;
	background: none;
	font-weight: 400;
}
.pagination > li.active a,
.pagination > li.active span {
	background: none;
	color: #73e3d0;
}
.pagination > li.disabled a,
.pagination > li.disabled span {
	color: #777;
}
.showall .btn,
.showall p > a.btn.btn-link,
.showall a > span.btn.btn-link {
	border: 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	background: none;
	color: #000000;
}
@media (min-width: 768px) {
	.top-pagination-content .form-group,
	.bottom-pagination-content .form-group {
		margin-bottom: 15px;
	}
	.product-count {
		float: left;
	}
	.showall {
		float: right;
	}
	.compare-form {
		float: right;
		margin-left: 10px;
	}
}
.breadcrumb {
	background: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	position: fixed;
	transition: all ease 0.3s;
	z-index: 80;
}
@media (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}
.breadcrumb > li + li:before {
	padding: 0 0 0 3px;
	color: #b1b1b1;
}
.breadcrumb > li a {
	color: #b1b1b1;
}
.breadcrumb > li:last-child {
	color: #000000;
}
.breadcrumb.fixed {
	opacity: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.hr {
	clear: both;
}
.hr:before {
	content: "";
	display: block;
	border-top: 5px solid #000000;
	width: 100px;
	margin: 20px auto;
}
.block_hidden_only_for_screen {
	display: none;
}
.unvisible {
	display: none;
}
.loading-overlay {
	position: relative;
	pointer-events: none;
	cursor: not-allowed;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.loading-overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5) url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/preloader.gif") no-repeat center center;
	z-index: 110;
}
.no-gutter.row {
	margin-right: 0;
	margin-left: 0;
}
.no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
ul.list-grid {
	display: block;
	list-style: none;
	padding: 0;
	font-size: 0;
}
ul.list-grid > li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.pager {
	margin-top: 50px;
}
@media (max-width: 767px) {
	.pager {
		margin-top: 0;
	}
}
.pager li.previous + .previous {
	position: relative;
	left: 10px;
	display: block;
}
.table > thead > tr > th,
.table > thead > tr > td {
	color: #505050;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom-width: 1px;
}
.table > tbody > tr .history_link,
.table > tbody > tr .history_state {
	width: 140px;
}
.table > tbody > tr:first-child > td {
	border-top: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.replace-2x {
		font-size: 1px;
	}
}
.pagenotfound #center_column .pagenotfound {
	margin-top: 50px;
}
.pagenotfound #center_column .pagenotfound svg {
	margin-top: 60px;
	width: 180px;
	height: 150px;
}
.pagenotfound h2 {
	font-size: 3.5em;
	margin: 0 0 1em;
}
#address form.std .form-control,
#identity form.std .form-control,
#form_forgotpassword .form-control,
#account-creation_form .form-control,
#create-account_form .form-control,
#login_form .form-control,
#guestTracking .form-control,
#new_account_form .form-control,
#opc_account_form .form-control {
	max-width: 280px;
}
p.required {
	color: #a94442;
}
.date-select .row {
	max-width: 290px;
	margin: 0 -5px;
}
.date-select .col-xs-4 {
	padding: 0 5px;
}
.account_creation {
	margin-bottom: 15px;
}
body#address .page-heading {
	display: block;
	font-size: 32px;
	max-width: 1040px;
	margin: 20px auto 30px;
}
body#address .box {
	border: 4px solid #73e3d0;
	max-width: 1040px;
	margin: 0 auto;
	margin-top: 0 !important;
}
body#address .box .form-control {
	border-width: 2px;
	border-color: #73e3d0;
}
.not-displayable {
	display: none;
}
.tunnel .fixed-title {
	display: none;
}
#order_step {
	max-width: 1020px;
	margin: 50px auto 40px;
}
#order_step .completed {
	background: #eee;
}
#order_step li {
	border: 1px solid #e0e0e0;
	border-left-width: 0;
}
#order_step li > a {
	text-transform: uppercase;
}
#order_step li.active {
	border-color: #73e3d0;
}
#order_step li.active > a {
	background: #73e3d0;
}
#order_step li:first-child {
	border-left-width: 1px;
}
@media (max-width: 767px) {
	#order_step {
		text-align: center;
	}
	#order_step > li {
		width: 45px;
		margin: 5px;
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		height: 45px;
		border-left-width: 1px;
	}
	#order_step > li a {
		font-size: 0;
	}
	#order_step > li a:before {
		font-size: 18px;
	}
	#order_step > li:nth-child(1) > a:before {
		content: "1";
	}
	#order_step > li:nth-child(2) > a:before {
		content: "2";
	}
	#order_step > li:nth-child(3) > a:before {
		content: "3";
	}
	#order_step > li:nth-child(4) > a:before {
		content: "4";
	}
	#order_step > li:nth-child(5) > a:before {
		content: "5";
	}
}
#order #footer_content,
#order .breadcrumb,
#order .page-heading,
#order #blocksocial {
	display: none;
}
#order #cart_title {
	display: block;
	font-size: 32px;
	margin-bottom: 30px;
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.authentication #order_step,
#order.step_summary #order_step {
	display: none;
}
.cart_navigation {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cart_navigation .btn-success {
	background: #73e3d0;
	border-color: #73e3d0;
}
.cart_quantity,
.cart_gift_quantity {
	width: 91px;
}
.cart_quantity_input {
	width: 91px;
	margin-bottom: 3px;
	margin-right: 10px;
}
.cart_quantity_button .btn,
.cart_quantity_button p > a.btn.btn-link,
.cart_quantity_button a > span.btn.btn-link {
	float: left;
	margin-right: 3px;
	padding: 6px 12px 5px;
}
.cart_quantity_button .btn:last-of-type {
	margin-right: 0;
}
.cart_quantity_delete,
.price_discount_delete {
	font-size: 1.33em;
}
.cart_product,
.cart_avail,
.cart_delete,
.cart_discount_delete {
	text-align: center;
}
.cart_unit,
.cart_total,
.cart_discount_price,
#cart_summary tfoot td {
	text-align: right;
}
.cart_description small {
	display: block;
}
.total_price_container,
#total_price_container {
	font-size: 1.5em;
}
#cart_summary #cart_voucher {
	text-align: left;
}
#cart_voucher fieldset {
	margin-bottom: 10px;
}
#discount_name {
	float: left;
	width: 320px;
	height: 33px;
}
#discount_name + input + .btn {
	margin-left: 8px;
	text-transform: uppercase;
	background: #73e3d0;
	border-color: #73e3d0;
	font-weight: 500;
}
#display_cart_vouchers span {
	font-weight: bold;
	cursor: pointer;
	color: #000000;
}
#display_cart_vouchers span:hover {
	color: black;
}
#cart_summary {
	max-width: 1020px;
	margin: 0 auto;
}
#cart_summary thead {
	display: none;
}
#cart_summary tbody {
	border-bottom: 1px solid #000;
}
#cart_summary tbody + tbody {
	border-top: 0;
}
#cart_summary tbody tr:last-child td {
	border-bottom: 1px solid #000;
}
#cart_summary tbody tr td {
	border-bottom: 0;
	border-top: 1px solid #000;
	vertical-align: middle;
}
#cart_summary tbody tr td.cart_avail {
	display: none;
}
#cart_summary tbody tr td.cart_description {
	padding-left: 50px;
}
#cart_summary tbody tr td.cart_quantity {
	width: 270px;
}
#cart_summary tbody tr td.cart_quantity .cart_quantity_input,
#cart_summary tbody tr td.cart_quantity .cart_quantity_button {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0;
}
#cart_summary tbody tr td.cart_delete a {
	color: #73e3d0;
}
#cart_summary tfoot tr.cart_total_price .total_price_container,
#cart_summary tfoot tr.cart_total_price #total_price_container {
	font-weight: 500;
}
#cart_summary .gift-icon {
	color: #fff;
	background-color: #0088cc;
	display: inline-block;
	padding: 2px 5px;
}
@media (max-width: 991px) {
	.step_summary .order_delivery {
		display: none;
	}
	.step_summary .table-responsive {
		border: 1px solid #dfdfdf;
		margin-bottom: 5px;
		padding: 10px 0;
	}
	.step_summary #cart_summary table,
	.step_summary #cart_summary thead,
	.step_summary #cart_summary tbody,
	.step_summary #cart_summary th,
	.step_summary #cart_summary td,
	.step_summary #cart_summary tr {
		display: block;
	}
	.step_summary #cart_summary thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.step_summary #cart_summary tr {
		border-bottom: 1px solid #dddddd;
		overflow: hidden;
	}
	.step_summary #cart_summary tbody tr {
		position: relative;
		padding: 15px 0;
	}
	.step_summary #cart_summary tbody tr:nth-child(even) {
		background: #f5f5f5;
	}
	.step_summary #cart_summary td {
		border: none;
		position: relative;
		float: left;
		white-space: normal;
	}
	.step_summary #cart_summary td .cart_ref {
		display: none;
	}
	.step_summary #cart_summary td.cart_product {
		width: 40%;
		height: 185px;
		border-bottom: 0;
	}
	.step_summary #cart_summary td.cart_product img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 125px;
		max-height: 125px;
	}
	.step_summary #cart_summary td.cart_description {
		width: 60%;
		padding-top: 10px;
		padding-bottom: 12px;
		padding-right: 40px;
		border-bottom: 1px solid #dddddd;
	}
	.step_summary #cart_summary td.cart_avail {
		width: 40%;
		height: 40px;
		padding: 12px 10px;
		text-align: left;
		border-bottom: 1px solid #dddddd;
	}
	.step_summary #cart_summary td.cart_unit {
		width: 20%;
		height: 40px;
		padding: 12px 10px;
		text-align: center;
		border-bottom: 1px solid #dddddd;
	}
	.step_summary #cart_summary td.cart_unit .text-right {
		text-align: center;
	}
	.step_summary #cart_summary td.cart_quantity {
		width: 40%;
		padding: 13px 10px !important;
		text-align: left;
	}
	.step_summary #cart_summary td.cart_quantity .cart_quantity_input {
		width: 45px;
		height: 38px;
		float: left;
		border-color: #000000;
		color: #000000;
		margin-bottom: -10px;
		margin-top: -5px;
	}
	.step_summary #cart_summary td.cart_quantity .cart_quantity_button {
		display: none;
	}
	.step_summary #cart_summary td.cart_total {
		width: 20%;
		height: 50px;
		padding: 16px 10px 10px;
		text-align: center;
	}
	.step_summary #cart_summary td.cart_total .price {
		font-weight: 500;
	}
	.step_summary #cart_summary td.cart_delete {
		width: 55px;
		position: absolute;
		top: 0;
		right: 0;
		clear: both;
		text-align: center;
		border: 0;
	}
	.step_summary #cart_summary td.cart_delete:before {
		display: inline-block;
		padding-right: 0.5em;
		position: relative;
		top: -3px;
	}
	.step_summary #cart_summary td div {
		display: inline;
	}
	.step_summary #cart_summary td:before {
		display: block;
	}
	.step_summary #cart_summary tfoot td {
		height: auto;
		float: left;
		width: 50%;
		padding: 12px 10px;
	}
	.step_summary #cart_summary tfoot td:before {
		display: inline;
	}
	.step_summary #cart_summary tfoot td[colspan="2"]:first-child {
		display: none;
	}
	.step_summary #cart_summary tfoot td.cart_voucher {
		display: block !important;
		text-align: center;
	}
}
@media (max-width: 991px) and (max-width: 767px) {
	.step_summary #cart_summary tfoot td.cart_voucher {
		border-bottom: 1px solid #e3e2e2;
		width: 100%;
		float: right;
	}
}
@media (max-width: 991px) {
	.step_summary #cart_summary tfoot td.cart_voucher #discount_name {
		float: none;
		width: 60%;
		height: 33px;
		display: inline-block;
	}
	.step_summary #cart_summary tfoot tr:last-child {
		border-bottom: 0;
	}
	.step_summary #cart_summary tfoot tr.unvisible {
		display: none;
	}
	.step_summary #cart_summary tfoot tr.cart_total_price,
	.step_summary #cart_summary tfoot tr.cart_total_voucher,
	.step_summary #cart_summary tfoot tr.cart_total_delivery {
		width: 100% !important;
		float: right !important;
		padding: 12px 10px !important;
	}
	.step_summary #cart_summary tfoot tr .text-right,
	.step_summary #cart_summary tfoot tr .price {
		width: 50% !important;
	}
}
#crossselling {
	max-width: 1020px;
	margin: 40px auto;
}
#crossselling .page-product-heading {
	font-size: 22px;
}
#id_address_invoice,
#id_address_delivery {
	width: 270px;
}
.address_delivery,
#address_invoice_form {
	position: relative;
}
#order .addresses {
	max-width: 1040px;
	margin: 0 auto;
}
.addresses .waitimage {
	display: none;
	width: 24px;
	height: 24px;
	background-image: url("https://nailmatic-woman.jp/sys/img/loader.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 31px;
	left: 280px;
}
.addressesAreEquals label {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}
.multishipping_close_container {
	text-align: center;
}
.ax_tunnelreadterms {
	background: none;
	border: 4px solid #73e3d0;
	padding: 10px 20px;
	text-align: center;
	font-weight: 500;
}
.ax_tunnelreadterms a {
	font-weight: 400;
	display: block;
	text-decoration: none;
}
.order_carrier_content {
	max-width: 1020px;
	margin: 0 auto 20px;
	border: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.order_carrier_content {
		width: 100%;
		margin-left: 0;
	}
}
.order_carrier_content .box a {
	display: block;
	margin-left: 15px;
}
p#dateofdelivery {
	font-size: 18px;
}
p.carrier_title {
	font-size: 18px;
	font-weight: 500;
}
.delivery_options {
	margin-bottom: 40px;
}
.delivery_option:first-child table {
	border-top-width: 1px;
}
.delivery_option table {
	border-right: 0;
	border-left: 0;
	border-top-width: 0;
	border-color: #000;
	background: #fff;
	margin-bottom: 0;
}
.delivery_option table > tbody > tr > td {
	vertical-align: middle;
	border: 0;
	padding: 20px 0;
}
.delivery_option_radio {
	width: 20px;
}
.delivery_option_logo {
	width: 90px;
	text-align: center;
}
@media (max-width: 767px) {
	.delivery_option_logo {
		width: 70px;
	}
}
.delivery_option_price {
	text-align: right;
	padding-right: 10px;
}
@media (max-width: 767px) {
	.delivery_option_price {
		width: 40px;
	}
}
@media (max-width: 767px) {
	.delivery_option table tr td strong,
	.delivery_option table tr td.delivery_option_price,
	.delivery_option table tr td.delivery_option_logo,
	.delivery_option table tr td.delivery_option_radio {
		font-size: 12px;
	}
}
.order_carrier_content .checkbox {
	font-size: 11px;
}
.carrier_title {
	font-weight: bold;
}
#gift_div {
	display: none;
}
.payment_module {
	background: none;
}
@media (min-width: 768px) {
	.payment_module.paypal-usa {
		padding: 0 50px;
	}
}
.payment_module button {
	width: 100% !important;
	max-width: 1080px !important;
	text-align: left;
}
.payment_module a,
.payment_module button {
	max-width: 1040px;
	margin: 0 auto;
	display: block;
	border: none;
	font-size: 1.25em;
	font-weight: 500;
	padding: 33px 40px 34px 135px !important;
	position: relative;
	background: none;
	background-color: transparent !important;
	transition: all ease 0.3s;
	-webkit-background-size: 65px;
	background-size: 65px;
}
.payment_module a:before,
.payment_module button:before {
	transition: all ease 0.3s;
	content: "";
	display: block;
	left: 15%;
	top: 5%;
	right: 0;
	bottom: 5%;
	border: 4px solid #efefef;
	position: absolute;
	z-index: -1;
}
@media (max-width: 767px) {
	.payment_module a,
	.payment_module button {
		padding: 15px 80px 14px 15px !important;
		width: 100%;
		margin-left: 0;
		line-height: 1.22;
		font-size: 1.15em;
		background: none !important;
		min-height: 60px;
	}
	.payment_module a:hover,
	.payment_module a:active,
	.payment_module a:focus,
	.payment_module button:hover,
	.payment_module button:active,
	.payment_module button:focus {
		padding: 15px 80px 14px 15px !important;
		background: #fff !important;
		color: #000000 !important;
	}
}
.payment_module a > img:first-child,
.payment_module button > img:first-child {
	display: none !important;
}
.payment_module a span,
.payment_module button span {
	font-weight: 300;
	text-transform: none;
	display: block;
	font-size: 12px;
}
@media (max-width: 767px) {
	.payment_module a span,
	.payment_module button span {
		font-size: 0;
	}
}
@media (max-width: 767px) {
	.payment_module a span > span,
	.payment_module button span > span {
		display: none;
	}
}
.payment_module a:hover,
.payment_module button:hover {
	background: none;
}
.payment_module a:hover:before,
.payment_module button:hover:before {
	border-color: #73e3d0;
}
.payment_module a:hover:after,
.payment_module button:hover:after {
	color: #73e3d0;
}
.payment_module a.bankwire,
.payment_module button.bankwire {
	background: url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/payment/virement-bancaire.png") -12px 12px no-repeat #fbfbfb;
	background-size: 155px;
}
.payment_module a.systempay,
.payment_module a.cb,
.payment_module a.stripe,
.payment_module button.systempay,
.payment_module button.cb,
.payment_module button.stripe {
	background: url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/payment/cb-couleur.jpg") 15px 15px no-repeat #fbfbfb;
}
.payment_module a.cheque,
.payment_module button.cheque {
	background: url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/payment/paiement-cheque.png") -12px 15px no-repeat #fbfbfb;
	background-size: 155px;
}
.payment_module a.paypal,
.payment_module button.paypal {
	background: url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/payment/paypal-couleur.jpg") 5px 30px no-repeat #fbfbfb;
}
.payment_module a.cheque:after,
.payment_module a.bankwire:after,
.payment_module a.paypal:after,
.payment_module a.cb:after,
.payment_module a.systempay:after,
.payment_module a.cash:after,
.payment_module button.cheque:after,
.payment_module button.bankwire:after,
.payment_module button.paypal:after,
.payment_module button.cb:after,
.payment_module button.systempay:after,
.payment_module button.cash:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 4%;
	margin-top: -17px;
	top: 50%;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	transition: all ease 0.3s;
}
.payment_module a.stripe,
.payment_module button.stripe {
	cursor: pointer;
}
.payment_module a.stripe:after,
.payment_module button.stripe:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 4%;
	top: 38px;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	transition: all ease 0.3s;
	pointer-events: none;
}
@media (max-width: 991px) {
	.payment_module a.stripe:after,
	.payment_module button.stripe:after {
		margin-top: -17px;
		top: 50%;
	}
}
.payment_module a.stripe.active:after,
.payment_module button.stripe.active:after {
	transform: rotate(90deg);
}
.payment_module a.stripe.active:before,
.payment_module button.stripe.active:before {
	top: 0;
	border-color: #73e3d0;
}
.payment_option_form {
	display: none;
}
.payment_option_logo {
	height: 50px;
	max-height: 50px;
}
.payment_module_adv {
	height: 120px;
	max-height: 120px;
}
.payment_option_selected {
	display: none;
	margin-top: 15px;
}
.payment_option_selected i {
	color: green;
}
.cart_navigation {
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.cart_navigation a,
	.cart_navigation button {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		margin: 10px 0;
	}
	.cart_navigation a.btn-default,
	.cart_navigation button.btn-default {
		line-height: 14px;
		font-size: 14px;
		padding: 11px 20px 10px;
	}
	.cart_navigation a.btn-default i:before,
	.cart_navigation button.btn-default i:before {
		font-size: 16px;
	}
}
#home_push {
	z-index: 10;
	margin-top: 30px;
	margin-left: 25px;
}
@media (max-width: 991px) {
	#home_push {
		margin-top: 15px;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	#home_push {
		/* margin-top: -80px; */
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (max-width: 991px) {
	#home_push img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}
#home_push i,
#home_push em,
#home_push span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	font-style: normal;
}
#home_push h4,
#home_push h3,
#home_push h2,
#home_push h1,
#home_push #home_seo #home_seo_2 .content strong,
#home_seo #home_seo_2 .content #home_push strong {
	margin-top: -2px;
	margin-bottom: 0;
	font-size: 30px;
}
#home_push .black-feature {
	height: 4px;
	width: 60px;
	margin: auto;
	border-top: 4px solid black;
	padding-bottom: 2em;
}
#home_push #home_push_selection.appearornot #p-select:before {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(60px);
}
#home_push #home_push_selection.appearornot.yesisit #p-select:before {
	opacity: 1;
	transform: translateX(0);
}
#home_push #home_push_selection #p-select {
	position: relative;
	/* text-align: center; */
	text-align: left;
	line-height: 0.7;
	padding-top: 7em;
}
@media (max-width: 767px) {
	#home_push #home_push_selection #p-select {
		padding: 90px 10px 0;

	}
}
#home_push #home_push_selection #p-select h3 {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 13.5%;
	top: 11.4%;
}
@media (max-width: 991px) {
	#home_push #home_push_selection #p-select h3 {
		width: 100%;
		position: relative;
		left: 0;
		order: 2;
		text-align: left;
		padding: 0 20px;
		font-size: 32px;
		margin-top: 15px;
		margin-bottom: 0;
	}
}
#home_push #home_push_selection #p-select img {
	margin: auto;
}
#home_push #home_push_selection #p-select:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 250px;
	left: 18%;
	/* bottom: 390px;
	left: 33%; */
	border: 4px solid #b3e2dc;
	z-index: -1;
}
@media (max-width: 991px) {
	#home_push #home_push_selection #p-select:before {
		right: 15%;
	}
	#home_push #p-select .img{

	}
}
@media (max-width: 767px) {
	#home_push #home_push_selection #p-select:before {
		right: 12%;
		top: 0;
		bottom: 20%;
	}
}
#home_push #home_push_selection #home_selection_1 li:nth-child(2n + 1) {
	clear: left;
}
@media (max-width: 767px) {
	#home_push #home_push_selection #home_selection_1 li {
		width: 50%;
		float: left;
		clear: none;
		margin-top: 10px;
	}
}
#home_push #home_push_1 {
	margin-bottom: 10px;
}
#home_push #home_push_1.appearornot .col-sm-4 p,
#home_push #home_push_1.appearornot .col-sm-4 h3 {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.35s;
	opacity: 0;
	transform: translateY(50px);
}
#home_push #home_push_1.appearornot.yesisit .col-sm-4 p,
#home_push #home_push_1.appearornot.yesisit .col-sm-4 h3 {
	opacity: 1;
	transform: translateY(0px);
}
#home_push #home_push_1.appearornot .col-sm-4:before {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(60px);
}
#home_push #home_push_1.appearornot.yesisit .col-sm-4:before {
	opacity: 1;
	transform: translateX(0);
}
#home_push #home_push_1 video {
	max-width: 100%;
}
@media (max-width: 767px) {
	#home_push #home_push_1 video {
		height: auto;
		margin-bottom: 40px;
	}
	#home_push .top_page_p {
padding: 0px;
	}
}
#home_push #home_push_1 .col-sm-4 {
	padding: 169px 37px 80px;
	/*text-align: right;*/
}
#home_push #home_push_1 .col-sm-8 {
position: relative;
z-index: 2;
}
#home_push #home_push_1 .col-sm-4:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 25%;
	right: -30px;
	bottom: 43px;
	left: 42%;
	border: 4px solid #edd652;
	z-index: 0;
}
#home_push #home_push_1.add .col-sm-4:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 8%;
	right: 55%;
	bottom: 103px;
	left: -98%;
	border: 4px solid #edd652;
	z-index: -1;
}

@media (max-width: 767px) {
	/* #home_push #home_push_1 .col-sm-4:before {
		display: none !important;
	} */
}
#home_push #home_push_1 .col-sm-4 > * {
	position: relative;
	z-index: 10;
}
@media (max-width: 991px) {
	#home_push #home_push_1 .col-sm-4 {
		clear: both;
		width: 100%;
		padding-left: 320px;
		padding-right: 25px;
		padding-top: 0;
		padding-bottom: 55px;
		order:2;
	}
	#home_push #home_push_1 .col-sm-4:before {
		top: -40%;
		bottom: 80px;
		left: 30%;
		right: 3%;
	}
	#home_push #home_push_1.add .col-sm-4:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: -40%;
		right:5%;
		bottom: 30%;
		left: 30%;
		border: 4px solid #edd652;
		z-index: 0;
	}
	#home_push #home_push_1 .col-sm-8{
		order:1;
	}
	#home_push .img {
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 767px) {
	#home_push #home_push_1 .col-sm-4 {
		padding-right: 20px;
		padding-left: 20px;
		/* padding-top: 130px; */
		padding-top: 0px;
		/* padding-bottom: 1px; */
		padding-bottom: 80px;
		order:2;
	}
	#home_push #home_push_1 .col-sm-4:before {
		top: -40%;
		    bottom: 80px;
		    left: 30%;
		    right: 5%;
	}
	#home_push #home_push_1 .col-sm-4 br {
		display: none;
	}
	#home_push #home_push_1 .col-sm-4 h3 {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) and (max-width: 767px) {
	#home_push #home_push_1 .col-sm-4 h3 {
		font-size: 32px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_push #home_push_1 .col-sm-8 {
		width: 100%;
	}
}
#home_push #home_push_1 .col-sm-8 img {
	margin-bottom: 40px;
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
}
@media (max-width: 991px) {
	#home_push #home_push_1 .col-sm-8 img {
		margin-bottom: 20px;
		box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
	}
}
#home_push #home_push_2 h3,
#home_push #home_push_2 h2,
#home_push #home_push_2 h1,
#home_push #home_push_2 #home_seo #home_seo_2 .content strong,
#home_seo #home_seo_2 .content #home_push #home_push_2 strong,
#home_push #home_push_2 h4,
#home_push #home_push_3 h3,
#home_push #home_push_3 h2,
#home_push #home_push_3 h1,
#home_push #home_push_3 #home_seo #home_seo_2 .content strong,
#home_seo #home_seo_2 .content #home_push #home_push_3 strong,
#home_push #home_push_3 h4 {
	margin-bottom: 0;
	font-size: 28px;
}
#home_push #home_push_2 {
	padding: 0 30px 0 0;
}
#home_push_2 .img{
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	#home_push #home_push_2 {
		padding: 0 10px 0;
	}

	#home_push #home_push_2.appearornot.yesisit h3 {
		opacity: 1;
		transform: translateY(0px);
		font-size: 32px;
		margin-top: 15px;
		margin-bottom: 10px;
		text-align: left;
		padding-left: 10px;
	}
	#home_push #home_push_2 p,
	#home_push #home_push_2 h3 {
		padding-left: 2px;
		padding-right: 10px;
		text-align: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

	#home_push #home_push_2 p {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		float: left;
	}
	#home_push #home_push_2 p:first-child {
		float: right;
		margin-bottom: 15px;
		padding-right: 0;
		padding-left:0px;
	}
	#home_push #home_push_2 p:first-child img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	#home_push #home_push_2 p:nth-child(2) {
		margin-top: 50px;
	}
	#home_push #home_push_2 .img{
		box-shadow: 0px 15px 25px #ddd;
	}
	#home_push .img img{
		width: 100%;
		height: auto;
	}
}
@media (max-width: 767px) {
	#home_push #home_push_2 {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	#home_push #home_push_2 p,
	#home_push #home_push_2 h3 {
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
	}
	#home_push #home_push_2 p:first-child {
		padding-left: 0;
		padding-right: 0;
	}
	#home_push #home_push_2 .img{
		box-shadow: 0px 15px 25px #ddd;
		width: 100%;
	}
}
#home_push #home_push_2.appearornot p:not(:first-child) {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.35s;
	opacity: 0;
	transform: translateY(50px);
}
#home_push #home_push_2.appearornot.yesisit p:not(:first-child) {
	opacity: 1;
	transform: translateY(0px);
}
#home_push #home_push_2.appearornot h3 {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.35s;
	opacity: 0;
	transform: translateY(50px);
}
#home_push #home_push_2.appearornot.yesisit h3 {
	opacity: 1;
	transform: translateY(0px);
	font-size: 32px;
	margin-top: 40px;

}
#home_push #home_push_3 {
	padding-left: 28px;
	margin-top: 46px;
}
#home_push #home_push_3.appearornot:before {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(60px);
}
#home_push #home_push_3.appearornot.yesisit:before {
	opacity: 1;
	transform: translateX(0);
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_push #home_push_3 {
		height: 500px;
		margin-bottom: 50px;
	}

}
@media (max-width: 767px) {
	#home_push #home_push_3 {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	#home_push #home_push_3:after {
		content: "";
		display: block;
		width: 85px;
		border-bottom: 4px solid #000;
		margin: 20px auto;
		position: relative;
		bottom: -20px;
	}
}
@media (max-width: 991px) {
	#home_push #home_push_2.appearornot.yesisit h3 {
		opacity: 1;
		transform: translateY(0px);
		font-size: 32px;
		margin-top: 15px;
		margin-bottom: 0;
		text-align: left;
		padding-left: 20px;

	}
}
#home_push #home_push_3:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 0;
	bottom: -15px;
	left: 33%;
	border: 4px solid #a1dace;
	z-index: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_push #home_push_3:before {
		right: 50px;
	}
}
@media (max-width: 767px) {
	#home_push #home_push_3:before {
		display: none !important;
	}
}
#home_push #home_push_3 > * {
	position: relative;
	z-index: 10;
}
#home_push #home_push_3 img {
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
}
#home_push #home_push_3.appearornot .col-sm-9 {
	transition: all ease-out 0.4s;
	opacity: 0;
	transform: translateY(50px);
}
#home_push #home_push_3.appearornot.yesisit .col-sm-9 {
	opacity: 1;
	transform: translateY(0px);
}
#blockinstagram_content {
	margin-bottom: 50px;
	background: #f5f5f5;
	padding: 0 0 30px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
@media (max-width: 991px) {
	#blockinstagram_content {
		margin-bottom: 0;
		margin-top: 90px;
	}
}
@media (max-width: 767px) {
	#blockinstagram_content {
		margin-bottom: 30px;
	}
}
/*
@media (max-width: 767px) {
	#blockinstagram_content {
		background: none;
	}
}
*/
#blockinstagram_content #block_instagram {
	overflow-y: hidden;
	max-height: 450px;
}
@media (max-width: 991px) {
	#blockinstagram_content #block_instagram {
		max-height: 150px;
	}
}
@media (max-width: 767px) {
	#blockinstagram_content #block_instagram {
		max-height: 200px;
		font-size: 0;
	}
}
#instagram_block {
	width: 100%;
	height: auto;
	max-width: 100vw;
	position:  relative;
	margin: 50px auto 20px;
	text-align: center;

}
#instagram_block h3{
	margin: 20px auto 25px;
}
@media (max-width: 1370px) {
	#instagram_block {
		max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#instagram_block {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	#instagram_block {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	#instagram_block .insta:last-child {
		display: none;
	}
}
@media (max-width: 1350px) {
	#instagram_block {
		right: auto;
		top: auto;
	}
	#instagram_block .insta:nth-child(9),
	#instagram_block .insta:nth-child(10),
	#instagram_block .insta:nth-child(11),
	#instagram_block .insta:nth-child(12) {
		display: none;
	}
}
@media (max-width: 767px) {
	#instagram_block .insta:nth-child(7),
	#instagram_block .insta:nth-child(8),
	#instagram_block .insta:nth-child(15),
	#instagram_block .insta:nth-child(14),
	#instagram_block .insta:nth-child(13) {
		display: none;
	}
	#instagram_block {
		width: 100%;
		height: auto;
		max-width: 100vw;
		position:  relative;
		padding:40px 0 50px;
		margin: 0 auto;
		text-align: center;
		background: #efefef;
	}
	#instagram_block h3{
		margin: 20px auto 25px;
	}
}
#instagram_block div[data-axseo-oldtag="h3"] {
	display: inline-block;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
	top: -5px;
	margin-top: -40px;
}
#instagram_block div[data-axseo-oldtag="h3"] svg {
	position: relative;
	top: 3px;
	width: 30px;
	height: 30px;
}
@media (max-width: 767px) {
	#instagram_block div[data-axseo-oldtag="h3"] {
		font-size: 25px;
		font-weight: 500;
	}
	#instagram_block div[data-axseo-oldtag="h3"] svg {
		height: 20px;
		width: 20px;
	}
}
#instagram_block > .row {
	font-size: 0;
	margin: 0;
	overflow: hidden;
	max-height: 450px;
}
#instagram_block .insta {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.15), inset 0 0 0 0 rgba(115, 227, 208, 0);
	transition: all ease 0.3s;
}
@media (max-width: 991px) {
	#instagram_block .insta {
		width: 75px;
		height: 75px;
	}
}
@media (max-width: 767px) {
	#instagram_block .insta {
		width: 100px;
		height: 100px;
	}
}
#instagram_block .insta:hover {
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.3), inset 0 0 0 5px #73e3d0;
}
#instagram_block .insta p,
#instagram_block .insta a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#instagram_block .insta p img,
#instagram_block .insta a img {
	display: block;
	width: 100%;
	height: auto;
}
#instagram_block .insta p .insta-likes-cover,
#instagram_block .insta a .insta-likes-cover {
	display: none;
}
#instagram_block #instamore {
	display: none;
}
@media (max-width: 991px) {
	#home_seo {
		display: none;
	}
}
#home_seo > div.appearornot p:not(:first-child) {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.7s;
	opacity: 0;
	transform: translateY(50px);
}
#home_seo > div.appearornot.yesisit p:not(:first-child) {
	opacity: 1;
	transform: translateY(0px);
}
#home_seo > div.appearornot p:first-child strong {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.35s;
	opacity: 0;
	transform: translateY(50px);
}
#home_seo > div.appearornot.yesisit p:first-child strong {
	opacity: 1;
	transform: translateY(0px);
}
#home_seo > div.appearornot p > img + img {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.35s;
	opacity: 0;
	transform: translateY(50px);
}
#home_seo > div.appearornot.yesisit p > img + img {
	opacity: 1;
	transform: translateY(0px);
}
#home_seo > div.appearornot h1,
#home_seo > div.appearornot #home_seo_2 .content strong {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.3s;
	opacity: 0;
	transform: translateY(50px);
}
#home_seo > div.appearornot.yesisit h1,
#home_seo > div.appearornot.yesisit #home_seo_2 .content strong {
	opacity: 1;
	transform: translateY(0px);
}
#home_seo > div p:not(:first-child) {
	font-size: 14px;
}
#home_seo .col-md-7 {
	height: 360px;
	padding-top: 110px;
	text-align: center;
	z-index: 15;
	font-size: 14px;
	font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_seo .col-md-7 {
		width: 645px;
		margin: 0 auto;
	}
}
#home_seo .col-md-7 img {
	display: none;
}
#home_seo .col-md-7 img + img {
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
	left: 0;
	display: block;
}
#home_seo .col-md-7 p {
	width: 205px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 15;
}
#home_seo .col-md-7 p:first-child {
	position: static;
}
#home_seo #home_seo_2 {
	min-height: 355px;
	position: relative;
}
#home_seo #home_seo_2 .rouge,
#home_seo #home_seo_2 .bleu {
	position: absolute;
	left: 135px;
	top: 18px;
	height: 80%;
	width: 105px;
	border: 4px solid #3739ca;
	border-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home_seo #home_seo_2 .rouge,
	#home_seo #home_seo_2 .bleu {
		left: 105px;
	}
}
#home_seo #home_seo_2 .bleu.appearornot[data-appear-top-offset] {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(100px);
}
#home_seo #home_seo_2 .bleu.appearornot.yesisit[data-appear-top-offset] {
	opacity: 1;
	transform: translateX(0);
}
#home_seo #home_seo_2 .rouge {
	border-left: 0;
	border-color: #d43137;
	border-right: 4px solid #d43137;
	left: auto;
	right: 40px;
}
#home_seo #home_seo_2 .rouge.appearornot[data-appear-top-offset] {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(-100px);
}
#home_seo #home_seo_2 .rouge.appearornot.yesisit[data-appear-top-offset] {
	opacity: 1;
	transform: translateX(0);
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home_seo #home_seo_2 .rouge {
		right: 20px;
	}
}
#home_seo #home_seo_2 .piou {
	position: absolute;
	left: 63px;
	bottom: 10px;
	display: block;
	height: 125px;
	width: 100px;
	background-repeat: no-repeat;
}
#home_seo #home_seo_2 .piou.appearornot[data-appear-top-offset] {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(-30px);
}
#home_seo #home_seo_2 .piou.appearornot.yesisit[data-appear-top-offset] {
	opacity: 1;
	transform: translateX(0);
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home_seo #home_seo_2 .piou {
		left: 33px;
	}
}
#home_seo #home_seo_2 .piou svg .pioupiou > path {
	opacity: 0;
	animation: pioupiou 1s infinite;
}
#home_seo #home_seo_2 .piou svg .pioupiou > path:nth-child(2),
#home_seo #home_seo_2 .piou svg .pioupiou > path:nth-child(4) {
	animation-name: pioupiou2;
}
@keyframes pioupiou {
	0% {
		opacity: 0;
		transform: translateX(-6px) translateY(4px);
	}
	50%,
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(6px) translateY(-4px);
	}
}
@keyframes pioupiou2 {
	0% {
		opacity: 0;
		transform: translateX(-5px) translateY(3px);
	}
	40%,
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		transform: translateX(5px) translateY(-3px);
	}
}
#home_seo #home_seo_2 .content {
	padding: 31px 70px 80px 175px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home_seo #home_seo_2 .content {
		padding: 31px 70px 80px 135px;
	}
}
#home_seo #home_seo_2 .content strong {
	line-height: 41px;
}
#home_seo.home_seo_index {
	position: relative;
	margin-bottom: 100px;
}
#home_seo.home_seo_index.appearornot:before {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(60px);
}
#home_seo.home_seo_index.appearornot.yesisit:before {
	opacity: 1;
	transform: translateX(0);
}
#home_seo.home_seo_index:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 30%;
	right: 15%;
	bottom: -40px;
	left: 52%;
	border: 4px solid #f3dbde;
	z-index: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_seo.home_seo_index:before {
		left: 5%;
		right: 30%;
	}
}
#home_seo.home_seo_index i,
#home_seo.home_seo_index em,
#home_seo.home_seo_index span {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2;
	font-style: normal;
}
#home_seo.home_seo_index img {
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
}
@media (min-width: 992px) {
	#home_seo.home_seo_index img {
		margin-left: 10%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_seo.home_seo_index img {
		margin: 0 auto;
		width: 616px;
		display: block;
	}
}
@media (min-width: 992px) {
	#home_seo.home_seo_index .col-sm-5 {
		margin-top: -250px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_seo.home_seo_index .col-sm-5 {
		width: 80%;
		margin-left: 10%;
	}
}
@media (max-width: 991px) {
	#prestablog_home {
		display: none;
	}
	#prestablog_home + .hr {
		display: none;
	}
}
body#password #center_column .page-heading {
	margin-bottom: 50px;
}
body#password #center_column label {
	font-weight: 500;
}
@keyframes penAnim {
	12.5% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	87.5% {
		opacity: 0;
	}
}
#nailAnimation {
	margin-left: -4px;
	margin-right: -4px;
}
#nailAnimation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 850px;
	font-size: 0;
	z-index: 10;
	top: 0;
	position: absolute;
}
#nailAnimation ul:after {
	content: "";
	display: block;
	background: #fff;
	width: 206px;
	height: 220px;
	position: absolute;
	top: 101px;
	left: 50%;
	margin-left: -103px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#nailAnimation ul:after {
		width: 176px;
		margin-left: -87px;
		top: 102px;
	}
}
#nailAnimation ul > li {
	font-size: 0;
	display: inline-block;
	position: relative;
	background-image: url("img/vernis/vernis-anna-voile-rose.jpg.png");
	background-size: 117px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 45px;
	height: 80px;
	box-sizing: content-box;
	padding: 10px 4px 14px;
	transition: all ease 0.2s, transform cubic-bezier(0.45, -0.3, 0.67, 1.97) 0.2s;
	transform: scale(1) translate3d(0, 0, 0);
	transform-origin: center 120px;
	animation-play-state: running;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#nailAnimation ul > li {
		width: 38px;
	}
}
#nailAnimation ul > li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: 80px;
	box-sizing: content-box;
	padding: 10px 4px 14px;
	background-image: url("img/vernis/vernis-anna-voile-rose.jpg.png");
	background-size: 117px;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#nailAnimation ul > li:before {
		width: 38px;
	}
}
#nailAnimation ul > li:nth-child(9n + 1),
#nailAnimation ul > li:nth-child(9n-1):before {
	background-image: url("img/vernis/vernis-anna-voile-rose.jpg.png");
}
#nailAnimation ul > li:nth-child(9n + 2),
#nailAnimation ul > li:nth-child(9n-2):before {
	background-image: url("img/vernis/vernis-grazia-rouge-vermillon.jpg.png");
}
#nailAnimation ul > li:nth-child(9n + 3),
#nailAnimation ul > li:nth-child(9n-3):before {
	background-image: url("img/vernis/vernis-mia-paillettes-argent.jpg.png");
}
#nailAnimation ul > li:nth-child(9n + 4),
#nailAnimation ul > li:nth-child(9n-4):before {
	background-image: url("img/vernis/vernis-miky-dark-emeraude.jpg.png");
}
#nailAnimation ul > li:nth-child(9n + 5),
#nailAnimation ul > li:nth-child(9n-5):before {
	background-image: url("img/vernis/vernis-lou-ardoise.jpg.png");
}
#nailAnimation ul > li:nth-child(9n + 6),
#nailAnimation ul > li:nth-child(9n-6):before {
	background-image: url("img/vernis/vernis-coco-rose-magenta.jpg.png");
}
#nailAnimation ul > li:nth-child(9n + 7),
#nailAnimation ul > li:nth-child(9n-7):before {
	background-image: url("img/vernis/vernis-isis-paillettes-or-rose.jpg.png");
}
#nailAnimation ul > li:nth-child(9n + 8),
#nailAnimation ul > li:nth-child(9n-8):before {
	background-image: url("img/vernis/vernis-jane-vieux-rose.jpg.png");
}
#nailAnimation ul > li:nth-child(9n + 9),
#nailAnimation ul > li:nth-child(9n-9):before {
	background-image: url("img/vernis/vernis-ella-rouge-coquelicot.jpg.png");
}
#nailAnimation ul > li:nth-child(1):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(1):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(1):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(1):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(1):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(2):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(2):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(2):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(2):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(2):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(3):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(3):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(3):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(3):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(3):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(4):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(4):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(4):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(4):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(4):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(5):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(5):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(5):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(5):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(5):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(6):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(6):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(6):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(6):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(6):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(7):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(7):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(7):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(7):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(7):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(8):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(8):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(8):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(8):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(8):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(9):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(9):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(9):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(9):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(9):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(10):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(10):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(10):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(10):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(10):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(11):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(11):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(11):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(11):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(11):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(12):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(12):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(12):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(12):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(12):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(13):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(13):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(13):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(13):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(13):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(14):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(14):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(14):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(14):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(14):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(15):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(15):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(15):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(15):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(15):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(16):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(16):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(16):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(16):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(16):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(17):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(17):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(17):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(17):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(17):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(18):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(18):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(18):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(18):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(18):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(19):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(19):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(19):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(19):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(19):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(20):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(20):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(20):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(20):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(20):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(21):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(21):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(21):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(21):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(21):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(22):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(22):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(22):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(22):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(22):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(23):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(23):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(23):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(23):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(23):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(24):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(24):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(24):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(24):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(24):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(25):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(25):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(25):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(25):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(25):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(26):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(26):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(26):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(26):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(26):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(27):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(27):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(27):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(27):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(27):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(28):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(28):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(28):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(28):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(28):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(29):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(29):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(29):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(29):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(29):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(30):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(30):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(30):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(30):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(30):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(31):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(31):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(31):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(31):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(31):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(32):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(32):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(32):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(32):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(32):active {
	transform: rotateZ(-4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(33):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(33):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(33):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(33):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(33):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(34):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(34):hover {
	cursor: pointer;
	transform: rotateZ(6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(34):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(34):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(34):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(35):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(35):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(35):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(35):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(35):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(36):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(36):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(36):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(36):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(36):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(37):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(37):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(37):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(37):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(37):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(38):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(38):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(38):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(38):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(38):active {
	transform: rotateZ(-6deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(39):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(39):hover {
	cursor: pointer;
	transform: rotateZ(5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(39):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(39):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(39):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(40):before {
	animation: penAnim 5000ms infinite 0ms;
}
#nailAnimation ul > li:nth-child(40):hover {
	cursor: pointer;
	transform: rotateZ(4deg) scale(1) translate3d(0, 0, 0);
}
#nailAnimation ul > li:nth-child(40):hover:before {
	animation: penAnim 900ms infinite 75ms;
}
#nailAnimation ul > li:nth-child(40):hover:before {
	animation-play-state: paused;
}
#nailAnimation ul > li:nth-child(40):active {
	transform: rotateZ(-5deg) scale(1) translate3d(0, 0, 0);
}
#module-prestablog-blog {
	overflow-x: hidden;
}
#home_prestablog .page-heading {
	font-size: 45px;
	font-weight: 300;
	text-align: center;
	position: relative;
	padding-top: 30px;
	margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_prestablog .page-heading {
		margin-top: -42px;
		padding-top: 4px;
	}
}
#home_prestablog .page-heading:after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
}
#module-prestablog-blog .page-heading {
	text-align: center;
	position: relative;
	padding-top: 0;
	margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#module-prestablog-blog .page-heading {
		margin-top: -42px;
		padding-top: 4px;
	}
}
#module-prestablog-blog .page-heading:after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
}
#module-prestablog-blog .page-heading {
	margin-top: 0;
}
#home_prestablog {
	margin-top: 150px;
	margin-bottom: 70px;
}
#home_prestablog .page-heading {
	padding-top: 5px;
	margin-top: -50px;
}
@media (max-width: 767px) {

}
#home_prestablog:before {
	content: "";
	display: block;
	width: 100%;
	min-height: 450px;
	background: #efefef;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
#home_prestablog .footer-block #blog_list {
	padding-top: 60px;
}
@media (min-width: 768px) {
	#home_prestablog .footer-block #blog_list {
		padding-top: 30px;
	}
}
#home_prestablog .footer-block #blog_list > .col-sm-6:nth-child(2) {
	padding-top: 0;
	margin-top: -30px;
}
#module-prestablog-blog .breadcrumb,
.footer-block .breadcrumb {
	display: none;
}
#module-prestablog-blog #center_column,
.footer-block #center_column {
	margin-top: 120px;
}
@media (max-width: 991px) {
	#module-prestablog-blog #center_column,
	.footer-block #center_column {
		margin-top: 0;
	}
}
#module-prestablog-blog #prestablog_menu_cat nav ul,
.footer-block #prestablog_menu_cat nav ul {
	margin-top: 15px;
	pointer-events: auto;
	font-size: 0;
	text-align: center;
}
#module-prestablog-blog #prestablog_menu_cat nav ul li,
.footer-block #prestablog_menu_cat nav ul li {
	display: inline-block;
	margin: 0 4px;
	margin-bottom: 30px;
}
#module-prestablog-blog #prestablog_menu_cat nav ul li a,
.footer-block #prestablog_menu_cat nav ul li a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.25;
	padding: 5px 20px 6px;
}
@media (max-width: 767px) {
	#module-prestablog-blog #prestablog_menu_cat nav ul li a,
	.footer-block #prestablog_menu_cat nav ul li a {
		padding-left: 5px;
		padding-right: 5px;
	}
}
#module-prestablog-blog #prestablog_menu_cat nav ul li a:hover,
#module-prestablog-blog #prestablog_menu_cat nav ul li a:active,
#module-prestablog-blog #prestablog_menu_cat nav ul li a.active,
.footer-block #prestablog_menu_cat nav ul li a:hover,
.footer-block #prestablog_menu_cat nav ul li a:active,
.footer-block #prestablog_menu_cat nav ul li a.active {
	background: #000000;
	color: #fff;
}
#module-prestablog-blog #blog_list,
.footer-block #blog_list {
	padding: 0;
	text-align: center;
}

@media (max-width: 767px) {
	#module-prestablog-blog #blog_list,
	.footer-block #blog_list {
		padding: 0;
	}
}
#module-prestablog-blog #blog_list > .col-sm-6,
.footer-block #blog_list > .col-sm-6 {
	display: inline-block;
	float: none;
	width: 32%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 45px;
	vertical-align: top;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	#module-prestablog-blog #blog_list > .col-sm-6,
	.footer-block #blog_list > .col-sm-6 {
		width: 100%;
		padding: 0;
	}
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content,
.footer-block #blog_list > .col-sm-6 .block_content {
	background: #fff;
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content img,
.footer-block #blog_list > .col-sm-6 .block_content img{
	width: 100%;
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content .text,
.footer-block #blog_list > .col-sm-6 .block_content .text {
	padding: 20px;
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content .text h3,
.footer-block #blog_list > .col-sm-6 .block_content .text h3{
	overflow-wrap: break-word;
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content .text .date_blog-cat a,
.footer-block #blog_list > .col-sm-6 .block_content .text .date_blog-cat a {
	display: block;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content .text > *:first-child,
.footer-block #blog_list > .col-sm-6 .block_content .text > *:first-child {
	margin-top: 0;
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content .text .blog_desc,
.footer-block #blog_list > .col-sm-6 .block_content .text .blog_desc {
	height: 80px;
	overflow: hidden;
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content .text div[data-axseo-oldtag="h3"] > a,
.footer-block #blog_list > .col-sm-6 .block_content .text div[data-axseo-oldtag="h3"] > a {
	display: block;
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content .text a,
.footer-block #blog_list > .col-sm-6 .block_content .text a {
	font-weight: 500;
	text-transform: uppercase;
}
#module-prestablog-blog #blog_list > .col-sm-6 .block_content .text a svg,
.footer-block #blog_list > .col-sm-6 .block_content .text a svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: -5px;
	margin-right: 5px;
}
#module-prestablog-blog .inproduct > .col-sm-6,
.footer-block .inproduct > .col-sm-6 {
	float: left !important;
	width: 49% !important;
}
#module-prestablog-blog #news_top #box,
.footer-block #news_top #box {
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
	padding: 80px 30px;
	margin: 50px 0;
	z-index: 10;
	background: #fff;
}
@media (max-width: 767px) {
	#module-prestablog-blog #news_top #box,
	.footer-block #news_top #box {
		margin-top: 0;
	}
}
#module-prestablog-blog #news_top #box h1,
#module-prestablog-blog #news_top #box #home_seo #home_seo_2 .content strong,
#home_seo #home_seo_2 .content #module-prestablog-blog #news_top #box strong,
.footer-block #news_top #box h1,
.footer-block #news_top #box #home_seo #home_seo_2 .content strong,
#home_seo #home_seo_2 .content .footer-block #news_top #box strong {
	margin-top: 5px;
}
#module-prestablog-blog #news_top #box a,
.footer-block #news_top #box a {
	text-transform: uppercase;
}
#module-prestablog-blog #prestablogfont,
.footer-block #prestablogfont {
	padding-left: 0;
}
#module-prestablog-blog #prestablogfont video,
#module-prestablog-blog #prestablogfont iframe,
.footer-block #prestablogfont video,
.footer-block #prestablogfont iframe {
	display: block;
	max-width: 100%;
}
#module-prestablog-blog #prestablogfont .content_missive,
.footer-block #prestablogfont .content_missive {
	margin-left: -10px;
}
@media (max-width: 767px) {
	#module-prestablog-blog #prestablogfont .content_missive,
	.footer-block #prestablogfont .content_missive {
		margin-left: 0;
		padding: 0 10px;
	}
}
#module-prestablog-blog #prestablogfont .content_missive strong,
.footer-block #prestablogfont .content_missive strong {
	font-weight: 500 !important;
}
#module-prestablog-blog #prestablogfont .content_missive h2,
.footer-block #prestablogfont .content_missive h2 {
	font-size: 17px;
}
#module-prestablog-blog #prestablogfont .content_missive h3,
.footer-block #prestablogfont .content_missive h3 {
	font-size: 16px;
}
#module-prestablog-blog #prestablogfont p.full,
.footer-block #prestablogfont p.full {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 410px;
}
#module-prestablog-blog #prestablogfont p.full img,
.footer-block #prestablogfont p.full img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#module-prestablog-blog #prestablogfont p.full.intro,
.footer-block #prestablogfont p.full.intro {
	height: 560px;
	margin-top: -560px;
}
#module-prestablog-blog .share,
.footer-block .share {
	position: relative;
	margin-top: 20px;
	padding: 20px 0 0;
}
#module-prestablog-blog .share:before,
.footer-block .share:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	border-top: 4px solid #000000;
}
#module-prestablog-blog .share strong.title,
.footer-block .share strong.title {
	font-weight: 400;
	display: inline-block;
	margin-bottom: 7px;
}
#module-prestablog-blog .share span.text,
.footer-block .share span.text {
	display: none;
}
#module-prestablog-blog .share ul li,
.footer-block .share ul li {
	display: inline-block;
}
#module-prestablog-blog .share ul li svg,
.footer-block .share ul li svg {
	height: 20px;
}
.footer-block #blog_list > .col-sm-6 .block_content .text .blog_desc {
	height: 40px;
}
@font-face {
	font-family: "Poppins";
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Bold.eot");
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Bold-.eot#iefix") format("embedded-opentype"),url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Bold.woff") format("woff"), url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Bold.ttf") format("truetype"),url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Bold.svg#Poppins") format("svg");
	font-weight: 700;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Poppins";
		src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Bold.svg#Poppins") format("svg");
	}
}
@font-face {
	font-family: "Poppins";
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Light.eot");
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Light-.eot#iefix") format("embedded-opentype"),url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Light.woff") format("woff"), url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Light.ttf") format("truetype"),url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Light.svg#Poppins") format("svg");
	font-weight: 300;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Poppins";
		src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Light.svg#Poppins") format("svg");
	}
}
@font-face {
	font-family: "Poppins";
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Regular.eot");
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Regular-.eot#iefix") format("embedded-opentype"),
	url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Regular.woff") format("woff"), url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Regular.ttf") format("truetype"),
	url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Regular.svg#Poppins") format("svg");
	font-weight: 400;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Poppins";
		src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Regular.svg#Poppins") format("svg");
	}
}
@font-face {
	font-family: "Poppins";
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Medium.eot");
	src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Medium-.eot#iefix") format("embedded-opentype"),url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Medium.woff") format("woff"), url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Medium.ttf") format("truetype"),url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Medium.svg#Poppins") format("svg");
	font-weight: 500;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Poppins";
		src: url("https://nailmatic-woman.jp/sys/wp-content/themes/fonts/Poppins-Medium.svg#Poppins") format("svg");
	}
}
::-moz-selection {
	background: #73e3d0;
}
::selection {
	background: #73e3d0;
}
.emoji {
	width: 24px;
	height: auto;
}
#title-homeselect {
	text-align: center;
}
.content_only #netreviewsWidgetNum8398widget16av {
	display: none;
}
.msg_rgpd {
	font-size: 11px;
}
.popup_rgpd {
	display: block;
	width: 100px;
	height: auto;
}
.msg_rgpd_form {
	margin-left: 2em;
	margin-top: 1em;
	font-size: 11px;
}
@media (max-width: 1199px) {
	.msg_rgpd_form {
		margin-left: 7em;
	}
}
@media (max-width: 1199px) {
	.msg_rgpd_form {
		margin-left: 0;
	}
}
#btn-popinNL {
	text-decoration: underline;
}
#MyCustomTrustbadge {
	position: fixed;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	#MyCustomTrustbadge {
		position: relative;
		right: auto;
		bottom: auto;
	}
}
body {
	padding-top: 50px !important;
}
body #page {
	padding-top: 10px !important;
}
body #ax-mobileui-left {
	color: black !important;
	background: white;
}
body #ax-mobileui-left ul > li > a {
	color: black !important;
}
body #ax-mobileui-left #blocklanguages .caret {
	transform: rotate(-135deg) !important;
}
body #ax-mobileui-left #blocklanguages .dropdown-menu {
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
}
body #ax-mobileui-blocktopmenu > ul > li.active > a,
body #ax-mobileui-blocktopmenu ul > li > ul > li.active > a {
	background: white;
}
body #ax-mobileui-left #ax-mobileui-zone-bottom {
	background: white;
	margin-top: 15px;
}
body #ax-mobileui-left .ax-mobileui-zone > ul > li > a,
body #ax-mobileui-left .ax-mobileui-zone a {
	color: black !important;
}
body #ax-mobileui-logo {
	width: 40px;
	margin: 0 auto;
	float: none;
}
body #ax-mobileui-logo img {
	width: 40px;
	height: 40px;
}
@media (max-width: 767px) {
	body #page.button-cta-fixed.sb-site-container {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	body #page.button-cta-fixed .box-cart-bottom {
		height: 65px;
		padding: 10px 0;
	}
	body #page.button-cta-fixed .box-cart-bottom > div {
		transition: none;
		z-index: 25;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		display: inline-block;
	}
}
.cart_product .color-preview {
	border-top-left-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 48px;
}
.cart_product .color-preview:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
p.checkbox input[type="checkbox"] {
	margin-left: 0;
}
.confirmation {
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	padding: 15px;
	margin-bottom: 20px;
}
.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive_small,
.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	position: relative;
	padding: 5px 7px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0;
	color: #333;
	background-color: #f4b61b;
	border-color: #cc9900;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button_mini:hover,
.button_small:hover,
.button:hover,
.button_large:hover,
.button_mini_disabled:hover,
.button_small_disabled:hover,
.button_disabled:hover,
.button_large_disabled:hover,
.exclusive_mini:hover,
.exclusive_small:hover,
.exclusive:hover,
.exclusive_large:hover,
.exclusive_mini_disabled:hover,
.exclusive_small_disabled:hover,
.exclusive_disabled:hover,
.exclusive_large_disabled:hover {
	background-color: #dca00b;
	border-color: #8f6b00;
}
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button.button-small {
	padding: 0 0;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0;
	padding: 0;
	color: #fff;
	background-color: #6f6f6f;
	border-color: #5f5f5f;
}
.button.button-small span {
	display: block;
	padding: 3px 8px;
	border: 1px solid transparent;
}
.button.button-small:hover {
	background-color: #5b5b5b;
	border-color: #404040;
}
.button.button-medium {
	padding: 0 0;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
	padding: 0;
	color: #fff;
	background-color: #43b754;
	border-color: #399a49;
}
.button.button-medium span {
	display: block;
	padding: 10px 10px;
	border: 1px solid transparent;
}
.button.button-medium:hover {
	background-color: #389946;
	border-color: #286d34;
}
.button.button-medium.exclusive {
	padding: 0;
	color: #fff;
	background-color: #fdaa02;
	border-color: #d98305;
}
.button.button-medium.exclusive span {
	display: block;
	padding: 10px 10px;
	border: 1px solid transparent;
}
.button.button-medium.exclusive:hover {
	background-color: #d58f02;
	border-color: #9d5f04;
}
.button.exclusive-medium,
.button.lnk_view {
	padding: 0 0;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
	padding: 0;
	color: #333;
	background-color: #f7f7f7;
	border-color: #b7b7b7;
}
.button.exclusive-medium span,
.button.lnk_view span {
	display: block;
	padding: 10px 10px;
	border: 1px solid transparent;
}
.button.exclusive-medium:hover,
.button.lnk_view:hover {
	background-color: #e3e3e3;
	border-color: #989898;
}
.button.ajax_add_to_cart_button {
	padding: 0 0;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
	padding: 0;
	color: #fff;
	background-color: #007ab7;
	border-color: #006fa8;
}
.button.ajax_add_to_cart_button span {
	display: block;
	padding: 10px 10px;
	border: 1px solid transparent;
}
.button.ajax_add_to_cart_button:hover {
	background-color: #005f8e;
	border-color: #00476b;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.link-button i,
.button-exclusive i {
	margin-right: 0.5em;
}
.button .button-medium i.left,
.button .lnk_view i.left,
.button .button-small i.left {
	margin-right: 0.5em;
}
.button .button-medium i.right,
.button .lnk_view i.right,
.button .button-small i.right {
	margin-left: 0.5em;
	margin-right: 0;
}
.button .button-small {
	margin-right: 0.5em;
}
.footer_links {
	padding: 0;
}
.footer_links li {
	display: inline-block;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("https://nailmatic-woman.jp/sys/js/jquery/plugins/fancybox/fancybox_sprite.png");
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("https://nailmatic-woman.jp/sys/js/jquery/plugins/fancybox/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("https://nailmatic-woman.jp/sys/js/jquery/plugins/fancybox/blank.gif");
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("https://nailmatic-woman.jp/sys/js/jquery/plugins/fancybox/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("https://nailmatic-woman.jp/sys/js/jquery/plugins/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px;
	}
	#fancybox-loading div {
		background-image: url("https://nailmatic-woman.jp/sys/js/jquery/plugins/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px;
	}
}
@media (max-width: 767px) {
	.product_list > li:nth-child(2n + 1) {
		clear: both;
	}
}
.product_list .show-if-product-item-hover {
	display: none;
}
.product_list .product-container:hover .second_image {
	opacity: 1;
}
.product_list .product-container:hover .show-if-product-item-hover {
	display: block;
}
.product_list.list .show-if-product-list-hover,
.product_list.list .hide-if-product-list {
	display: none;
}
.product_list.list .product-container:hover .show-if-product-list-hover {
	display: block;
}
@media (max-width: 767px) {
	.product_list.grid > li:nth-child(2n + 1) {
		clear: both;
	}
}
.product_list.grid > li .show-if-product-grid-hover,
.product_list.grid > li .hide-if-product-grid {
	display: none;
}
.product_list.grid > li .product-container:hover .show-if-product-grid-hover {
	display: block;
}
@media (min-width: 992px) {
	.product_list.list-grid > li:nth-of-type(4n + 1) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.product_list.list-grid > li:nth-of-type(3n + 1) {
		clear: left;
	}
}
@media (max-width: 767px) {
	.product_list.list-grid > li.col-xs-12 {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#index .product_list.grid > li {
		float: none;
	}
	#index .product_list.grid > li img {
		display: block;
		width: 261px;
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#index .product_list.grid {
		text-align: center;
		font-size: 0;
	}
}
.product-name {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 2px;
}
@media (max-width: 767px) {
	.product-name {
		font-size: 13px;
	}
}
.product-container {
	text-align: center;
	margin-bottom: 10px;
}
.product-container .product-description-container {
	z-index: 10;
	position: relative;
}
.product-container .button-container {
	position: absolute;
	z-index: 5;
	bottom: -30px;
	opacity: 0;
	width: 100%;
	transition: all ease 0.25s 0.1s;
}
.product-container .button-container svg {
	fill: #fff;
}
.product-container .button-container a,
.product-container .button-container span {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	box-shadow: 0 10px 0 2px #fff;
	padding: 4px 7.5px;
}
.product-container .button-container a svg,
.product-container .button-container span svg {
	height: 18px;
	width: 18px;
	margin-top: 3px;
}
.product-container .button-container a > span,
.product-container .button-container span > span {
	display: none;
}
.hook-reviews {
	margin-bottom: 10px;
}
.content_price {
	text-align: center;
	font-size: 1em;
	font-weight: 500;
	padding: 5px 8px 6px;
}
.product-image-container {
	position: relative;
	background-color: #fff;
	border: 4px solid #fff;
	transition: all ease 0.25s;
}
.product-image-container .ribbons {
	position: absolute;
	left: 0;
	top: 0;
}
.product-image-container .ribbons .ribbon {
	display: block;
	background: #e70f23;
	color: #fff;
	height: 40px;
	width: 40px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 42px;
	border-radius: 50%;
	margin: 5px;
	font-size: 12px;
}
.product-image-container .second_image {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all ease-in 0.25s;
}
.product_list .product-container:hover .product-image-container {
	border-color: #eee;
}
.product_list .product-container:hover .product-image-container.no_border {
	border-color: #fff;
}
.product_list .product-container:hover .button-container {
	opacity: 1;
	bottom: -10px;
}
.product_list .product-container:hover .product-actions-container .content_price {
	opacity: 0;
	filter: alpha(opacity=0);
}
.product_list .product-price-button-wrapper {
	position: relative;
	min-height: 30px;
	margin-bottom: 10px;
}
.product_list .functional-buttons {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	margin-left: -1px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.product_list .functional-buttons > div {
	padding: 3px;
	float: left;
	width: 50%;
}
.ajax_block_product.small .product-container .button-container a,
.ajax_block_product.small .product-container .button-container span {
	padding: 4px 2px 5px;
}
#blockcart {
	position: relative;
}
#blockcart:hover svg {
	transform: rotateZ(10deg);
}
#blockcart svg {
	height: 28px;
	width: 28px;
	fill: #000000;
	margin: 17px auto;
	display: block;
	transition: transform 0.3s cubic-bezier(1, -3.62, 0.33, 4.2);
	transform-origin: 14px 22px;
}
#blockcart b {
	display: none;
}
#blockcart-header {
	color: #000000;
	display: block;
}
#blockcart-header .ajax_cart_quantity {
	display: block;
	width: 23px;
	height: 23px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	position: absolute;
	top: -8px;
	right: 7px;
	text-align: center;
	color: #fff;
	background: #73e3d0;
	border-radius: 50%;
}
#blockcart-header .ajax_cart_product_txt,
#blockcart-header .ajax_cart_no_product,
#blockcart-header .ajax_cart_product_txt_s,
#blockcart-header .ajax_cart_total {
	display: none !important;
}
#blockcart-dropdown {
	display: none !important;
}
.layer_cart_overlay {
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 98;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#layer_cart {
	background-color: #fff;
	position: absolute;
	display: none;
	z-index: 150;
	width: 100%;
	max-width: 650px;
	margin-left: -325px;
	margin-top: 59px;
	left: 50%;
}
@media (min-width: 992px) {
	#layer_cart {
		margin-top: 169px;
	}
}
@media (max-width: 650px) {
	#layer_cart {
		margin-left: 0;
		width: 90%;
		left: 5%;
	}
}
#layer_cart .cross {
	font-size: 2em;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}
#layer_cart .title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #01e1cf;
	margin-top: 0;
	font-size: 18px;
	font-weight: 400;
}
#layer_cart .title strong {
	font-weight: 800;
}
#layer_cart .layer_cart_product_info > * {
	margin-bottom: 0;
}
#layer_cart .layer_cart_product_info #layer_cart_product_title {
	font-weight: 800;
}
#layer_cart .layer_cart_product_info p strong {
	font-weight: 400;
}
#layer_cart .layer_cart_product_info p span {
	font-weight: 800;
}
.layer_cart_product {
	overflow: hidden;
	position: static;
	padding: 30px;
}
.layer_cart_cart {
	position: relative;
}
.layer_cart_cart .button-container {
	width: 100%;
	padding: 0 15px 20px;
}
.layer_cart_cart .pager {
	margin: 0;
	font-size: 0;
}
.layer_cart_cart .pager > li {
	width: 50%;
	font-size: 0;
}
.layer_cart_cart .pager > li > a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 30px 10px 25px;
	border-radius: 0;
}
.layer_cart_cart .pager > li > a.continue {
	border-radius: 0;
	color: #000000;
	background: #ebe9ea;
}
.layer_cart_cart .pager > li > a.btn-primary {
	border-radius: 0;
	background: #000000;
	color: #fff;
	background: #000000 url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/svg/effet_bt2.svg") -300px -5px no-repeat;
	background-size: auto 50px;
	transition: background ease-out 0.55s, color ease 0.3s;
	border-color: #000000;
}
.layer_cart_cart .pager > li > a.btn-primary:hover {
	background-position: -20px -5px;
	background-color: #fff;
	color: #000;
}
.layer_cart_cart .pager > li > a.btn-primary:before {
	content: ">";
}
@media (max-width: 767px) {
	.layer_cart_cart .pager > li > a {
		float: none;
		display: block;
		margin-top: 10px;
	}
}
.crossseling-content {
	position: relative;
	padding: 10px 30px 30px;
}
.crossseling-content div[data-axseo-oldtag="h3"] {
	padding-top: 30px;
	margin-top: 10px;
	border-top: 3px solid #01e1cf;
}
.crossseling-content #blockcart_list {
	text-align: center;
}
@media (min-width: 768px) {
	.crossseling-content #blockcart_list .col-sm-4:nth-child(3n + 1) {
		clear: both;
	}
}
.bx-wrapper {
	position: relative;
	padding: 0;
	zoom: 1;
	margin: 0 !important;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-viewport {
	direction: ltr !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("https://nailmatic-woman.jp/sys/js/jquery/plugins/bxslider/images/bx_loader.gif") center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	zoom: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #000;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-controls-direction a {
	margin-top: 38px;
	height: 20px;
	width: 20px;
	line-height: 0;
	position: absolute;
	top: 40%;
	margin-top: -10px;
	font-size: 0;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
.bx-wrapper .bx-controls-direction a:before {
	padding-left: 2px;
	color: #c0c0c0;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 22px;
}
.bx-wrapper .bx-controls-direction a:hover:before {
	color: #333;
}
.bx-next {
	right: 10px;
}
.bx-next:before {
	content: "\f138";
}
.bx-prev {
	left: 10px;
}
.bx-prev:before {
	content: "\f137";
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("https://nailmatic-woman.jp/sys/js/jquery/plugins/bxslider/images/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("https://nailmatic-woman.jp/sys/js/jquery/plugins/bxslider/images/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 0.85em;
	padding: 10px;
}
#blocksocial {
	margin-top: 40px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	#blocksocial {
		margin-top: 45px;
	}
}
#blocksocial > span {
	line-height: 1.8;
	font-size: 13px;
}
#blocksocial > span img {
	margin-left: 7px;
	display: inline-block;
}
#blocksocial a {
	display: inline-block;
	margin: 0 10px 0;
}
@media (max-width: 767px) {
	#blocksocial a.pull-right {
		float: none !important;
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
#blocksocial a svg {
	height: 28px;
	width: 28px;
}
#blocksocial a svg * {
	transition: all ease 0.3s;
}
#blocksocial a:hover svg {
	fill: #73e3d0;
}
#blocksocial a:hover svg * {
	fill: #73e3d0;
}
@media (max-width: 767px) {
	.blockcategories {
		display: none;
	}
}
.blockcategories .list-group-item {
	padding-top: 2px;
	padding-bottom: 2px;
	background: none;
}
.blockcategories .list-group-item.active {
	border-color: #ddd;
}
.blockcategories .list-group .list-group {
	margin: 0;
}
.blockcategories .list-group .list-group .list-group-item:last-child {
	margin-bottom: -1px;
}
.blockcategories .list-group-item-wrapper {
	position: relative;
}
.blockcategories .list-group-item-wrapper .list-group-item {
	margin-right: 32px;
}
.blockcategories .list-group-item-wrapper .btn-toggle {
	display: none;
}
.blockcategories .list-group-item.current {
	background: none;
	color: #73e3d0;
}
.blockcategories .list-group-item.current:before {
	display: none;
}
.blockcategories .list-group-item.ilvl-2 {
	padding-left: 25px;
}
.blockcategories .list-group-item.ilvl-3 {
	padding-left: 35px;
}
#blocklanguages {
	text-transform: uppercase;
}
#blocklanguages .dropdown-toggle {
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	padding: 20px 0;
	display: block;
	text-align: center;
}
#blocklanguages .dropdown-toggle img {
	margin-right: 5px;
}
#blocklanguages .dropdown-toggle:hover,
#blocklanguages .dropdown-toggle:focus,
#blocklanguages .dropdown-toggle:active {
	text-decoration: none;
	outline: none;
}
#blocklanguages .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 4px;
	margin-left: -1px;
	min-width: 225px;
	border: 1px solid #ddd;
	border-top-color: #efefef;
	text-align: left;
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
}
#blocklanguages .dropdown-menu > li > a {
	font-size: 13px;
	padding: 8px 7px 7px;
}
#blocklanguages .dropdown-menu > li > a img {
	display: inline-block;
	margin-right: 5px;
}
#blocklanguages .dropdown-menu > .active > a,
#blocklanguages .dropdown-menu > .active > a:hover,
#blocklanguages .dropdown-menu > .active > a:focus {
	background: #fff;
	color: #000000;
}
#blocklanguages .dropdown-menu > li > a:hover,
#blocklanguages .dropdown-menu > li > a:focus {
	background: #eee;
	color: #333;
}
#blocknewsletter {
	position: relative;
	margin-top: -40px;
	background: #fff;
	padding: 10px 20px 20px;
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
}
@media (min-width: 768px) and (max-width: 991px) {
	#blocknewsletter {
		margin-top: -210px;
		width: 47%;
	}
}
@media (max-width: 767px) {
	#blocknewsletter {
		margin: 15px 10% 0;
		width: 80%;
	}
}
#blocknewsletter .input-group .form-control {
	border-radius: 15px 0 0 15px;
	border: 1px solid #ccc;
	box-shadow: none;
	padding-left: 12px;
	height: 32px;
}
#blocknewsletter .input-group .input-group-btn .btn {
	min-width: 40px;
	background: #fff;
	color: #000;
	font-weight: 600;
	border: 1px solid #ccc;
	border-left: 0;
	border-radius: 0 15px 15px 0;
}
#blocknewsletter .input-group .input-group-btn .btn:before {
	content: "";
	display: block;
	height: 65%;
	width: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
}
@media (max-width: 991px) {
	#search_block_top {
		height: 0;
	}
}
@media (max-width: 991px) {
	#search_block_top.active {
		height: 50px;
	}
}
#search_block_top.active .input-group input.form-control.ac_input.ac_input {
	pointer-events: auto;
	opacity: 1;
	width: 190px;
	color: #000000;
	background: #f5f5f5;
	border-bottom: 4px solid #73e3d0;
}
@media (max-width: 991px) {
	#search_block_top.active .input-group input.form-control.ac_input.ac_input {
		width: 100%;
		height: 50px;
		border: 1px solid #d0d0d0;
		padding-top: 6px;
		background: none;
	}
}
@media (max-width: 991px) {
	#search_block_top.active .btn.btn-primary {
		display: block !important;
	}
}
#search_block_top.open .input-group .btn.btn-primary,
#search_block_top:hover .input-group .btn.btn-primary {
	position: relative;
	top: -3px;
}
#search_block_top.open svg,
#search_block_top:hover svg {
	transform: rotateZ(-40deg);
}
#search_block_top .input-group .btn.btn-primary {
	position: relative;
	top: 0;
	transition: all 0.3s cubic-bezier(1, -3.62, 0.33, 4.2);
	display: block;
}
#search_block_top svg {
	height: 30px;
	width: 30px;
	fill: #000000;
	transition: transform 0.35s cubic-bezier(0.51, -2, 0.66, 1.5);
	transform-origin: 15px 15px;
	margin-top: -2px;
}
#search_block_top #searchbox {
	padding: 0;
}
#search_block_top .input-group {
	position: relative;
	width: 100%;
}
#search_block_top .input-group:active,
#search_block_top .input-group:focus,
#search_block_top .input-group:hover {
	outline: none;
	box-shadow: none;
}
#search_block_top .input-group .input-group-btn {
	width: 100%;
	z-index: 15;
	position: relative;
}
#search_block_top .input-group input.form-control {
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 60px;
	height: 58px;
	border: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #fff;
	box-shadow: none;
	font-size: 16px;
	padding: 10px 50px 5px 16px;
	color: #fff;
	transition: width ease 0.3s, color ease 0.6s;
}
#search_block_top .input-group .toggle-search {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	z-index: 20;
}
#search_block_top .input-group .btn.btn-primary {
	background: none;
	border: 0;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	z-index: 15;
}
@media (max-width: 991px) {
	#search_block_top .input-group .btn.btn-primary {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		margin: 3px;
		display: none;
		color: #000;
		font-size: 20px;
		margin-top: 0;
		padding-top: 0;
	}
}
#search_block_top .input-group .btn.btn-primary.active,
#search_block_top .input-group .btn.btn-primary:active,
#search_block_top .input-group .btn.btn-primary:focus,
#search_block_top .input-group .btn.btn-primary:hover {
	outline: none;
	box-shadow: none;
}
.blocksearch.ac_results {
	width: 192px !important;
	border: 1px solid #ddd;
	border-top: 0;
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
}
.blocksearch.ac_results li.ac_odd {
	background: #f8f8f8;
}
.blocksearch.ac_results li.ac_over {
	color: #fff;
	background-color: #73e3d0;
}
.ac_results {
	text-align: left;
	padding: 0;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0a246a;
	color: white;
}
.block_top.blockuserinfo {
	position: relative;
}
.block_top.blockuserinfo:hover svg #yeux #gauche-- {
	transform: scaleY(0.3);
}
.block_top.blockuserinfo:hover svg #bouche {
	transform: scaleX(2.5) scaleY(0.8);
}
.block_top.blockuserinfo #yeux #droit,
.block_top.blockuserinfo #yeux #gauche-- {
	transition: transform 0.3s ease;
	transform-origin: 10px 12px;
}
.block_top.blockuserinfo #bouche {
	transition: transform 0.6s cubic-bezier(1, -3.62, 0.33, 4.2);
	transform-origin: 10px 15px;
}
.block_top.blockuserinfo svg {
	height: 28px;
	width: 28px;
	fill: #000000;
	margin: 16px auto;
	display: block;
}
.block_top.blockuserinfo b {
	display: none;
}
#block_top_menu {
	background: none;
	margin-right: 23px;
	padding-right: 20px;
	padding-left: 0;
	height: 58px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#block_top_menu {
		margin-right: -18px;
		padding-right: 40px;
	}
}
#block_top_menu .category-thumbnail {
	display: none !important;
}
#block_top_menu .sf-menu {
	padding: 0;
	background: none;
	list-style: none;
	height: 58px;
}
#block_top_menu .sf-menu a,
#block_top_menu .sf-menu a:focus,
#block_top_menu .sf-menu a:active,
#block_top_menu .sf-menu a:hover {
	text-decoration: none;
}
#block_top_menu .sf-menu > li {
	height: 100%;
}
#block_top_menu .sf-menu > li:active > a,
#block_top_menu .sf-menu > li:focus > a,
#block_top_menu .sf-menu > li:hover > a {
	text-decoration: none;
	border-bottom-color: #73e3d0;
}
#block_top_menu .sf-menu > li:nth-child(3) > a {
	position: relative;
	text-decoration: none;
}
#block_top_menu .sf-menu > li:nth-child(3) > a:hover:after {
	transform: scale(1.15);
}
#block_top_menu .sf-menu > li:nth-child(3) > a:after {
	content: "";
	background: url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/svg/lab.svg");
	background-size: contain;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: 1px;
	position: absolute;
	right: 0;
	transition: all ease 0.25s;
}
#block_top_menu .sf-menu > li:nth-child(5),
#block_top_menu .sf-menu > li:nth-child(6),
#block_top_menu .sf-menu > li:nth-child(7),
#block_top_menu .sf-menu > li:nth-child(8){
	float: right;
}
#block_top_menu .sf-menu > li > a {
	margin: 0 12.5px;
	padding: 20px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	border-bottom: 2px solid transparent;
	transition: all ease 0.25s;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#block_top_menu .sf-menu > li > a {
		margin: 0 5px;
	}
}
#block_top_menu .sf-menu > li > ul {
	top: 58px;
	left: auto;
	padding: 5px 20px 10px;
	max-width: 200px;
	list-style: none;
}
#block_top_menu .sf-menu > li > ul > li {
	display: block;
	float: none;
	width: 100%;
	margin: 12px 0;
	list-style: none;
	padding: 0;
}
#block_top_menu .sf-menu > li > ul > li > a {
	text-transform: none;
	font-weight: 500;
	font-size: 14px;
	transition: all ease 0.25s;
}
#block_top_menu .sf-menu > li > ul > li > a:hover {
	color: #28c8ad;
}
#block_top_menu .sf-menu > li > ul > li > a:hover:before {
	background: #28c8ad;
	margin-right: 12px;
}
#block_top_menu .sf-menu > li > ul > li > ul {
	display: none !important;
}
body.lang_en #block_top_menu .sf-menu > li:nth-child(2) > a {
	padding-right: 0;
}
body.lang_en #block_top_menu .sf-menu > li:nth-child(2) > a:after {
	display: none;
}
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	position: relative;
	padding: 0;
	width: 100%;
	background: #f6f6f6;
}
@media (max-width: 767px) {
	.sf-menu {
		display: none;
	}
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	background: #fff;
}
@media (max-width: 767px) {
	.sf-menu ul {
		position: relative;
	}
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu > li {
	float: left;
	margin-bottom: -3px;
}
@media (max-width: 767px) {
	.sf-menu > li {
		float: none;
		position: relative;
		border-right: none;
	}
	.sf-menu > li span {
		position: absolute;
		right: 6px;
		top: 20px;
		width: 30px;
		height: 30px;
		z-index: 2;
	}
	.sf-menu > li span:after {
		font-family: "FontAwesome";
		content: "\f067";
		font-size: 26px;
	}
	.sf-menu > li span.active:after {
		content: "\f068";
	}
}
.sf-menu > li > a {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #484848;
	display: block;
	padding: 17px 20px;
}
.sf-menu li li li a {
	display: inline-block;
	position: relative;
	color: #777777;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.sf-menu li li li a:before {
	content: "\f105";
	display: inline-block;
	font-family: "FontAwesome";
	padding-right: 10px;
}
.sf-menu li ul {
	display: none;
	left: 0;
	top: 59px;
	z-index: 99;
	padding: 12px 0 18px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
}
@media (max-width: 767px) {
	.sf-menu li ul {
		top: 0;
	}
}
.sf-menu li li ul {
	position: static;
	display: block !important;
	opacity: 1 !important;
	background: none;
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
}
.sf-menu li li li ul {
	padding: 0 0 0 20px;
}
.sf-menu li li li ul {
	width: 220px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 200px;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 200px;
	top: 0;
}
.sf-menu > li > ul {
	padding: 26px 30px 31px;
	width: 100%;
}
.sf-menu > li > ul > li > a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}
.sf-menu > li > ul > li > a:hover {
	color: black;
}
.sf-menu > li > ul > li {
	float: left;
	width: 20%;
	padding-right: 15px;
}
@media (max-width: 767px) {
	.sf-menu > li > ul > li {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.sf-menu > li > ul > li {
		width: 100%;
		padding-bottom: 20px;
	}
}
.sf-menu > li > ul > li.category-thumbnail {
	width: 100% !important;
	float: none;
	clear: both;
	overflow: hidden;
	padding-right: 0;
}
.sf-menu > li > ul > li.category-thumbnail > div {
	float: left;
	padding-left: 10px;
	width: 33.333%;
}
@media (max-width: 479px) {
	.sf-menu > li > ul > li.category-thumbnail > div {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
		text-align: center;
	}
}
.sf-menu > li > ul > li.category-thumbnail > div:first-child {
	padding-left: 0;
}
.sf-menu > li > ul > li.category-thumbnail > div img {
	max-width: 100%;
	display: block;
}
.cat-title {
	display: none;
}
@media (max-width: 767px) {
	.cat-title {
		display: block;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		text-transform: uppercase;
		color: #484848;
		display: block;
		padding: 17px 20px;
		background: #f6f6f6;
		position: relative;
	}
	.cat-title:hover {
		background: #333;
		border-bottom-color: #666666;
		color: #fff;
	}
	.cat-title:after {
		display: block;
		font-family: "FontAwesome";
		content: "\f067";
		position: absolute;
		right: 15px;
		top: 18px;
		font-size: 26px;
	}
	.cat-title.active:after {
		content: "\f068";
	}
}
.sf-menu li.sf-search {
	border: none;
}
.sf-menu li.sf-search input {
	display: inline;
	padding: 0 13px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	margin: 13px 10px 0 0;
	font-size: 13px;
	color: #000000;
	border: 1px solid #ccc;
}
#block_top_menu .category-thumbnail {
	clear: both;
	width: 100%;
	float: none;
}
#block_top_menu .category-thumbnail div {
	float: left;
	width: 33.33333%;
}
#block_top_menu .category-thumbnail div img {
	max-width: 100%;
}
#block_top_menu li.category-thumbnail {
	padding-right: 0;
}
.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to top, #eee 0, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
	padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;
	border-radius: 0 0 4px 4px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 90%);
	background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to bottom, #eee 0, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: none;
	width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
	margin-left: 26px;
	margin-right: 0;
}
.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") right top no-repeat;
	cursor: pointer;
	outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block;
}
.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}
.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
	border: 1px solid #5897fb;
	border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
	border-top: 1px solid #aaa;
	width: auto;
}
.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #aaa;
	border-radius: 0 4px 4px 0;
	background-clip: padding-box;
	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
	background-image: linear-gradient(to top, #ccc 0, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
	left: 0;
	right: auto;
	border-left: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
	background-position: 2px 1px;
}
.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding: 4px 4px 0 4px;
	position: relative;
	z-index: 10000;
	white-space: nowrap;
}
.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat 100% -22px;
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat 100% -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat 100% -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat 100% -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat 100% -22px,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
	padding: 4px 5px 4px 20px;
	background: #fff url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat -37px -22px;
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat -37px -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat -37px -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat -37px -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") no-repeat -37px -22px,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-search input.select2-active {
	background: #fff url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2-spinner.gif") no-repeat 100%;
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2-spinner.gif") no-repeat 100%,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2-spinner.gif") no-repeat 100%,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2-spinner.gif") no-repeat 100%,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2-spinner.gif") no-repeat 100%,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
	background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to top, #fff 0, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #5897fb;
	border-top-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center top, #fff 0, #eee 50%);
	background-image: -moz-linear-gradient(center top, #fff 0, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: none;
	filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
	border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -16px 1px;
}
.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
	padding: 0 4px 0 0;
	margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0;
}
.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
	font-weight: bold;
}
.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select2-results-dept-1 .select2-result-label {
	padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
	padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
	padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
	padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
	padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
	padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
	padding-left: 120px;
}
.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff;
}
.select2-results li em {
	background: #feffde;
	font-style: normal;
}
.select2-results .select2-highlighted em {
	background: transparent;
}
.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
	padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}
.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}
.select2-results .select2-selected {
	display: none;
}
.select2-more-results.select2-active {
	background: #f4f4f4 url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2-spinner.gif") no-repeat 100%;
}
.select2-results .select2-ajax-error {
	background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}
.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
	padding: 0 0 0 5px;
}
.select2-locked {
	padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
	min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
	float: left;
	list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
	float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2-spinner.gif") no-repeat 100% !important;
}
.select2-default {
	color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear,0% 0,0% 100%,color-stop(20%, #f4f4f4),color-stop(50%, #f0f0f0),color-stop(52%, #e8e8e8),color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4;
}
.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: none;
	background: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2.png") right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
	right: auto;
	left: 3px;
}
.select2-container-multi .select2-search-choice-close {
	left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
	left: auto;
	right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled
.select2-choices
.select2-search-choice
.select2-search-choice-close {
	display: none;
	background: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0 !important;
	top: 0 !important;
}
.select2-display-none {
	display: none;
}
.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice .select2-arrow b {
		background-image: url("https://nailmatic-woman.jp/sys/modules/ax_custo/vendor/js/select2/select2x2.png") !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}
	.select2-search input {
		background-position: 100% -21px !important;
	}
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus,
.slick-list a,
.slick-list a:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	display: table;
	content: "";
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/ajax-loader.gif") center center no-repeat;
}
.slick-prev,
.slick-next {
	font-size: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: -20px 0 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:before,
.slick-next:before {
	font-size: 50px;
	line-height: 40px;
	opacity: 0.75;
	color: grey;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev {
	left: 0;
	z-index: 999;
}
[dir="rtl"] .slick-prev {
	right: 0;
	left: auto;
}
.slick-prev:before {
	content: "‹";
}
[dir="rtl"] .slick-prev:before {
	content: "›";
}
.slick-next {
	right: 0;
	z-index: 999;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: 0;
}
.slick-next:before {
	content: "›";
}
[dir="rtl"] .slick-next:before {
	content: "‹";
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -30px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}
.slick-dots li span {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li span:hover,
.slick-dots li span:focus {
	outline: none;
}
.slick-dots li span:hover:before,
.slick-dots li span:focus:before {
	opacity: 1;
}
.slick-dots li span:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: center;
	opacity: 0.25;
	background-color: black;
	border-radius: 50%;
}
.slick-dots li.slick-active span:before {
	opacity: 0.75;
}
#axslider-slider {
	clear: both;
	position: relative;
	margin-left: -45px;
	margin-right: -45px;
	width: 1253px;
}
@media (max-width: 1280px) {
	#axslider-slider {
		max-width: 95vw;
		margin: 0 auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#axslider-slider {
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	#axslider-slider {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	#axslider-slider {
		padding: 0;
	}
	#axslider-slider .slick-list {
		padding-bottom: 30px;
	}
}
#axslider-slider .axslider-container {
	position: relative;
}
#axslider-slider .axslider-container img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	#axslider-slider .axslider-container .visible-xs.text-center {
		position: absolute;
		bottom: 30px;
		width: 100%;
	}
	#axslider-slider .axslider-container .visible-xs.text-center .btn {
		padding: 12px 25px 10px;
		text-transform: uppercase;
	}
	#axslider-slider .axslider-container .visible-xs.text-center .btn i {
		margin-right: 7px;
	}
}
#axslider-slider .axslider-image {
	position: absolute;
	left: 0;
	top: 0;
}
#axslider-slider .axslider-description {
	background: #fff;
	box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: -20%;
	top: inherit;
	right: auto;
	left: 0;
	margin-left: 15px;
	/* margin-right: 44px; */
	margin-top: 44px;
	padding: 15px 15px 0;
	cursor: pointer;
	width: 56%;
	text-align: left;
	font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#axslider-slider .axslider-description {
		margin-right: 0;
		margin-top: 5px;
	}
}
@media (max-width: 991px) {
	#axslider-slider .axslider-description {
		position: relative;
		left: 0;
		width: 100%;
		top: 100%;
		bottom: inherit;
		margin-top: 0;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	#axslider-slider .axslider-description {
		background: #fff;
		box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.2);
		position: relative;
		padding: 15px 15px 0;
		cursor: pointer;
		width: 100%;
		text-align: left;
		font-weight: 300;
	}
}
#axslider-slider .axslider-description h2 {
	letter-spacing: 0.025em;
	line-height: 0.9em;
	font-size: 36px;
	margin: 0 -5px 0 0;
	padding: 0;
	font-weight: 500;
	text-transform: none;
}
@media (max-width: 767px) {
	#axslider-slider .axslider-description h2 {
		font-size: 32px;
	}
}
#axslider-slider .axslider-description h2 strong {
	font-weight: 600;
}
#axslider-slider .axslider-description h2:after {
	margin: 15px 0 10px;
	content: "";
	width: 40px;
	height: 4px;
	background: #000;
	display: block;
}
#axslider-slider .axslider-description h2,
#axslider-slider .axslider-description h3 {
	margin-top: 0;
	margin-bottom: 0;
}
#axslider-slider .axslider-description p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0.5em 0;
	margin-bottom: 0;
	overflow: hidden;
}
#axslider-slider .axslider-description span {
	font-size: 1.2em;
	text-transform: uppercase;
}
#axslider-slider .axslider-description .btn {
	margin: 0 0 8px;
	padding: 10px 20px 9px;
	border: 1px solid #000000;
	text-transform: uppercase;
	color: #fff;
	background: #000000;
	background: #000000 url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/svg/effet_bt2.svg") -300px -5px no-repeat;
	background-size: auto 50px;
	transition: background ease-out 0.55s, color ease 0.3s;
}
#axslider-slider .axslider-description .btn:hover {
	background-position: -20px -5px;
	background-color: #fff;
	color: #000;
}
#axslider-slider .axslider-description .btn:before {
	content: "> ";
}
#axslider-slider .slick-dots {
	display: none;
}
.slick-dotted.slick-slider {
	margin-bottom: 20px;
}
@media (max-width: 1200px) {
	#axslider-slider .axslider-description {
		font-size: 0.8em;
		z-index: 2;
	}
}
@media (max-width: 480px) {
	#axslider-slider .axslider-description {
		font-size: 0.5em;
	}
	#axslider-slider .axslider-description p {
		font-size: 1.7em;
	}
}
#paypal-column-block p {
	text-align: center;
}
.paypal-bold {
	font-weight: 700;
}
.paypal-clear {
	clear: both;
}
#paypal-wrapper .half {
	width: 44%;
}
#paypal-wrapper {
	font-size: 1.1em;
	position: relative;
}
#paypal-wrapper ul li {
	text-align: left;
}
#paypal-wrapper hr {
	border-top: 1px solid #ccc !important;
	margin-bottom: 0;
	margin-top: 20px;
}
#paypal-wrapper .toolbox {
	background: #fff2cf;
	border: 1px solid #aaa;
	color: #000;
	display: none;
	font-size: 10px;
	font-weight: 400;
	left: 730px;
	line-height: 12px;
	padding: 6px !important;
	position: absolute;
	text-transform: none;
	top: -10px !important;
	width: 180px;
	z-index: 100;
}
.paypal-disabled,
.paypal-disabled *,
.paypal-disabled * *,
.paypal-disabled * * * {
	color: #888 !important;
}
.paypal-disabled .paypal-button,
.paypal-disabled input[type="submit"] {
	background: #ddd !important;
	border: 1px solid #999 !important;
}
#paypal-wrapper .inline {
	display: inline;
	margin-right: 5px;
}
#paypal-wrapper .box {
	margin: 6px 1%;
	padding: 12px;
	text-align: left;
}
#paypal-wrapper .box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#paypal-wrapper .box ul.tick li {
	background: url("https://nailmatic-woman.jp/sys/modules/paypal/views/img/blue_tick.png") no-repeat left 3px;
	padding: 4px 26px;
}
span.paypal-section {
	background: url("https://nailmatic-woman.jp/sys/modules/paypal/views/img/sprites.png") no-repeat 0 0;
	color: #fff !important;
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 8px;
	text-align: center;
	width: 24px;
}
.paypal-disabled span.paypal-section {
	background: url("https://nailmatic-woman.jp/sys/modules/paypal/views/img/sprites.png") 0 24px;
}
#paypal-slogan {
	font-size: 1.8em;
	margin: 0 0 5px;
	text-transform: uppercase;
}
#paypal-slogan .light {
	color: #369;
}
#paypal-slogan .dark {
	color: #036;
}
#paypal-call-button {
	margin: -6px 0 0;
	padding: 0;
}
#paypal-call,
#paypal-call-foonote,
#test_ssl_submit {
	background: #e1e1e1 url("https://nailmatic-woman.jp/sys/modules/paypal/views/img/bg-call-button.png") repeat-x;
	border: 1px solid #d2d2d2;
	border-left-color: #ddd;
	border-radius: 5px;
	border-right-color: #ddd;
	border-top-color: #e9e9e9;
	color: #369;
	display: block;
	margin: 0;
	padding: 10px 20px;
	width: auto;
}
#paypal-call-foonote {
	background: none;
	border: none;
	font-size: 0.8em;
	max-width: 320px;
	padding: 2px 10px;
	text-align: justify;
}
#paypal-get-identification {
	display: block;
	min-width: 378px;
	text-align: center;
}
#paypal-wrapper a,
#paypal-test-mode-confirmation a {
	color: #036;
	text-decoration: underline;
}
#paypal-wrapper h1,
#paypal-wrapper h2,
#paypal-wrapper h3,
#paypal-wrapper h4,
#paypal-wrapper h5,
#paypal-wrapper h6,
#paypal-country-form h1,
#paypal-test-mode-confirmation h1,
#paypal-country-form h2,
#paypal-test-mode-confirmation h2,
#paypal-country-form h3,
#paypal-test-mode-confirmation h3,
#paypal-country-form h4,
#paypal-test-mode-confirmation h4,
#paypal-country-form h5,
#paypal-test-mode-confirmation h5,
#paypal-country-form h6,
#paypal-test-mode-confirmation h6 {
	color: #036;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
#paypal-country-form h3,
#paypal-test-mode-confirmation h3,
#paypal-wrapper h3 {
	font-size: 1.4em;
	line-height: 24px;
}
#paypal-country-form h4,
#paypal-test-mode-confirmation h4,
#paypal-wrapper h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: none;
}
#paypal-wrapper h1.inline + img,
#paypal-wrapper h2.inline + img,
#paypal-wrapper h3.inline + img,
#paypal-wrapper h4.inline + img,
#paypal-wrapper h5.inline + img,
#paypal-wrapper h6.inline + img {
	vertical-align: -6px;
}
#paypal-wrapper p {
	margin-top: 10px;
	padding-bottom: 0;
}
#paypal-wrapper .form-block {
	margin-top: 5px;
}
#paypal-wrapper .form-block input {
	vertical-align: top;
}
#paypal-wrapper dl dt {
	clear: both;
	line-height: 20px;
	margin-bottom: 2px;
	text-align: right;
	width: 220px;
}
#paypal-wrapper dl dd {
	margin: 0 0 16px 10px;
}
#paypal-wrapper label {
	display: inline-block;
	float: none;
	font-size: 0.9em;
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-top: 0;
	position: relative;
	text-align: left;
	width: auto;
}
#paypal-wrapper dl dt label {
	margin: 0;
	padding: 0;
}
#paypal-wrapper .description,
#paypal-wrapper .paypal-signup-content {
	color: #666;
	font-size: 0.9em;
	font-weight: 400;
	margin: 2px 0;
	font-size: 11px;
	font-style: italic;
}
label span.description {
	display: block;
	padding-left: 16px;
}
#paypal-wrapper input[type="submit"],
#paypal-country-form button,
#paypal-test-mode-confirmation button,
#paypal-wrapper .paypal-button {
	background: url("https://nailmatic-woman.jp/sys/modules/paypal/views/img/bg-button.png") repeat-x;
	border: 1px solid #f29116;
	border-radius: 4px;
	color: #292929;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: 25px;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #ddd;
	text-transform: uppercase;
}
#paypal-country-form ul,
#paypal-test-mode-confirmation ul {
	font-size: 1.1em;
	padding-left: 10px;
}
#paypal-country-form button,
#paypal-test-mode-confirmation button {
	line-height: 20px;
}
#paypal-test-mode-confirmation {
	margin: 30px;
	text-align: left;
	width: 500px;
}
#paypal-country-form #buttons,
paypal-test-mode-confirmation#buttons {
	margin-top: 20px;
	text-align: right;
}
#paypal-test-mode-confirmation button + button {
	margin-left: 20px;
	margin-right: 20px;
}
#paypal-save-success,
#paypal-save-failure {
	width: 450px;
}
#container_express_checkout {
	margin: auto;
	text-align: left;
}
#payment_paypal_express_checkout {
	cursor: pointer;
}
.paypal_error span {
	color: red;
	font-weight: bolder;
}
.paypal_payment_acccepted span {
	color: green;
	font-weight: bolder;
}
#paypal_configuration > .box {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
#paypal-wrapper .left,
#paypal-wrapper dl > * {
	float: left;
}
#paypal-wrapper .right,
.box ul.tick {
	float: right;
}
.paypal-hide {
	display: none;
}
#paypal-wrapper .merchant_id {
	margin-top: 0;
}
#paypal-wrapper .merchant_id label {
	padding-left: 0;
}
.inforeturn .alert {
	padding: 15px;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: 0;
}
.inforeturn .alert h4 {
	margin-top: 0;
	color: inherit;
}
.inforeturn .alert.alert-link {
	font-weight: bold;
}
.inforeturn .alert > p,
.inforeturn .alert > ul {
	margin-bottom: 0;
}
.inforeturn .alert > p + p {
	margin-top: 5px;
}
.inforeturn .alert-dismissable {
	padding-right: 35px;
}
.inforeturn .alert-dismissable.close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.inforeturn .alert-success {
	background-color: #55c65e;
	border-color: #48b151;
	color: #fff;
}
.inforeturn .alert-success hr {
	border-top-color: #419f49;
}
.inforeturn .alert-success.alert-link {
	color: #e6e6e6;
}
.inforeturn .alert-info {
	background-color: #5192f3;
	border-color: #4b80c3;
	color: #fff;
}
.inforeturn .alert-info hr {
	border-top-color: #3d73b7;
}
.inforeturn .alert-info.alert-link {
	color: #e6e6e6;
}
.inforeturn .alert-warning {
	background-color: #fe9126;
	border-color: #e4752b;
	color: #fff;
}
.inforeturn .alert-warning hr {
	border-top-color: #da681c;
}
.inforeturn .alert-warning.alert-link {
	color: #e6e6e6;
}
.inforeturn .alert-danger {
	background-color: #f3515c;
	border-color: #d4323d;
	color: #fff;
}
.inforeturn .alert-danger hr {
	border-top-color: #c32933;
}
.inforeturn .alert-danger.alert-link {
	color: #e6e6e6;
}
.braintree-row-payment {
	padding: 5px 5px 5px 10px;
	border: solid 1px #d6d4d4;
	border-radius: 4px;
	margin: 0 0 10px 0;
}
.braintree-row-payment .block_field {
	width: 46%;
	display: block;
	margin-top: 10px;
	margin-right: 1%;
	float: left;
}
.braintree-row-payment .block_field.half_block_field {
	width: 20%;
	margin-right: 1%;
}
.braintree-row-payment label {
	float: left;
	margin: 9px 20px 0 0;
	display: block;
	width: 200px;
}
.braintree-row-payment .half_block_field .hosted_field {
	width: 100%;
}
.braintree-row-payment .hosted_field {
	height: 34px;
	padding: 6px 12px 6px 12px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	float: left;
}
.braintree-row-payment .braintree-hosted-fields-focused {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.braintree-row-payment #braintree_submit {
	margin-top: 20px;
	color: #fff;
	background-color: #337ab7;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #2e6da4;
	border-radius: 4px;
	width: 250px;
	clear: both;
}
.paypal_clear {
	clear: both;
}
.braintree_logo {
	vertical-align: bottom;
}
.braintree_title_bo {
	color: #000;
}
.braintree_error {
	background-color: #f11;
	color: white;
	padding: 5px;
	opacity: 0.5;
	border: solid 3px red;
}
#paypal-wrapper .bo_paypal_help {
	border-radius: 50%;
	border: 2px solid #036;
	width: 21px;
	display: inline-block;
	height: 21px;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
}
#paypal-wrapper .braintree_link {
	text-decoration: none;
}
.paypal_title_pay_card {
	font-size: 17px;
	color: #333;
}
#error_version_php {
	margin-left: 23px;
}
#viewed-products_block_left li img,
#viewed-products_block_left .products-block-image img {
	max-width: 100%;
}
.cart_block_list .cart-images img {
	max-width: 80px;
}
.ao_fpsc_clr_20,
.ao_fpsc_clr_hr,
.ao_fpsc_clr_10 {
	clear: both;
	height: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ao_fpsc_clr_10 {
	height: 10px;
}
.ao_fpsc_clr_20 {
	height: 20px;
}
.ao_fpsc_clr_hr {
	border-bottom: 1px solid #ccc;
}
.badgeBottom,
.badgeTop {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 10px 2%;
	text-align: left;
	color: #333;
	background: #f3f3f3;
	z-index: 2147483647;
	text-align: center;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 3px #bbb;
	-webkit-box-shadow: 0 0 3px #bbb;
	-o-box-shadow: 0 0 3px #bbb;
	box-shadow: 0 0 3px #bbb;
	z-index: 999999;
}
.badgeBottom {
	margin-bottom: 0;
	margin-top: 20px;
}
#ao_facebookpsconnect p {
	padding: 0;
	margin: 0;
}
.ao_bt_fpsc,
.ao_bt_fpsc:hover,
.ao_bt_fpsc:active,
.ao_bt_fpsc:visited {
	color: #fff;
}
.ao_bt_fpsc {
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 20px;
	margin: 10px 8px 0;
	display: inline-block;
	padding: 10px 25px 8px 15px;
	transition: all ease 0.3s;
}
.ao_bt_fpsc span {
	display: block;
	float: left;
}
.ao_bt_fpsc span.picto {
	width: 30px;
	font-family: "FontAwesome";
	line-height: 18px;
	font-size: 22px;
}
.ao_bt_fpsc span.picto:before {
	content: "";
}
.ao_bt_fpsc span.title {
	padding-left: 10px;
}
.ao_bt_fpsc.ao_bt_fpsc_facebook {
	background: #3f6387;
}
.ao_bt_fpsc.ao_bt_fpsc_facebook:active,
.ao_bt_fpsc.ao_bt_fpsc_facebook:focus,
.ao_bt_fpsc.ao_bt_fpsc_facebook:hover {
	background: #355387;
	color: #fff;
}
.ao_bt_fpsc.ao_bt_fpsc_facebook span.picto:before {
	content: "\f230";
}
.fbpsc_block_user_account {
	background: #eee;
	color: #666666;
	text-shadow: 0 1px 0 #fff;
}
.fbpsc_block_user_account .content {
	border: 1px solid #ccc;
	padding: 10px;
}
.fbpsc_block_user_account .ao_input {
	border: 1px solid #ccc;
	padding: 0 5px;
	color: #999999;
	height: 20px;
}
.fbpsc_mini_button {
	clear: both;
	padding-top: 10px;
}
.fbpsc_mini_button .ao_bt_fpsc {
	padding: 0;
	height: 20px;
	width: 20px;
	overflow: hidden;
}
.fbpsc_mini_button .ao_bt_fpsc {
	background: url("https://www.nailmatic.com/themes/nailmatic/css/modules/facebookpsconnect/views/img/bt_sprite_mini.png")
	0 0 repeat-x;
}
.fbpsc_mini_button .ao_bt_fpsc span.picto {
	height: 20px;
	width: 20px;
	background: url("https://www.nailmatic.com/themes/nailmatic/css/modules/facebookpsconnect/views/img/bt_sprite_mini.png")
	0 0 no-repeat;
}
.fbpsc_mini_button .ao_bt_fpsc .title {
	display: none;
}
.fbpsc_mini_button .ao_bt_fpsc span {
	border: none !important;
}
#header_user .fbpsc_mini_button {
	margin: 0;
	padding: 0;
}
#header_user .fbpsc_mini_button .ao_bt_fpsc {
	margin: 0 8px;
}
.fbpsc_mini_button a:first-child {
	margin-left: 0;
}
.fbpsc_mini_button a:last-child {
	margin-right: 0;
}
#header_user .fbpsc_mini_button {
	text-align: right;
	line-height: 25px;
}
#fbpsc_block_user_account .block .title_block {
	margin: -1px;
}
#authenticationAlign {
	text-align: center;
}
#connectorText {
	border: 2px solid #385b94;
	border-right: none;
	border-left: none;
	color: #385b94;
	padding: 10px 10px 10px 85px !important;
	min-height: 60px;
	line-height: 20px;
}
#authenticationAlign a {
	display: inline-block;
	margin-bottom: 20px;
}
#fpcFancyboxContent h3 {
	border: none !important;
	background: #333;
	color: #fff;
	padding: 10px 20px !important;
	line-height: 20px;
}
.fbpsc_block_user_account .content {
	background: #eee;
}
.fbpsc_block_user_account fieldset {
	border: none;
}
.fbpsc_block_user_account p {
	display: block;
	padding-bottom: 20px;
}
.fbpsc_block_user_account .ao_input,
.fbpsc_block_user_account .button {
	margin: 0;
}
#socialMessage button {
	margin-bottom: 20px;
	margin-top: 20px;
}
#socialMessage label {
	display: inline;
	font-weight: bold;
	font-size: 12px;
}
.alert.error {
	padding: 10px 15px;
	color: #ff0000;
	border: 1px solid #ec9b9b;
	background-color: #fae2e3;
	margin-top: 10px;
}
.alert.valide {
	padding: 10px 15px;
	color: #3a811d;
	border: 1px solid #b8c8b3;
	background-color: #dff0d8;
	margin-top: 10px;
}
.alert-info {
	border-bottom: none;
	border-top: none;
	border-right: none;
}
.fbpsc_voucher_popup {
	width: 500px;
	text-align: center;
}
.fbpsc_voucher_popup h3 {
	background-color: #000000;
	color: #f5f5f5;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.fbpsc_voucher_popup h4 {
	font-size: 13px;
}
.fbpsc_voucher_popup > .alert-success {
	padding: 15px;
	position: relative;
	border: none;
	border-left: solid 3px #3c763d;
	background-color: #dff0d8;
	color: #3c763d;
	text-align: center;
}
.fbpsc_voucher_popup > .alert-info {
	padding: 15px;
	text-align: center;
}
.fbpsc_voucher_popup_button {
	text-align: right;
}
.pfg-forms p.radio > label,
.pfg-forms p.checkbox > label {
	display: inline-block;
	padding: 6px 15px;
	width: 150px;
	font-size: 12px;
	text-align: right;
	float: left;
	vertical-align: top;
}
.pfg-forms p.radio span {
	display: block;
	margin-left: 180px;
}
.pfg-forms p.radio span > label {
	display: block;
	padding: 2px 0;
}
.pfg-forms p.checkbox label.input {
	display: block;
	padding: 2px 0;
	text-align: left;
	width: auto;
	display: block;
}
.pfg-forms p.radio input,
.pfg-forms p.checkbox input {
	padding: 0 5px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #666;
}
.pfg-forms p.submit {
	clear: both;
}
.pfg-forms input.form-control {
	max-width: inherit;
}
#desc_contact0 {
	display: none;
}
.contact-form-box {
	margin-top: 70px;
}
.contact-form-box textarea {
	height: 256px;
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: 0.2em 0.2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 0 0.4em;
}
.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0 0;
	padding: 0 0.2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em 0.2em 0.4em;
	cursor: pointer;
	padding: 0.2em 0.6em 0.3em 0.6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50%
	repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
	background-position: 16px 16px;
}
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-on {
	background-position: -96px -144px;
}
.ui-icon-radio-off {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-start {
	background-position: -80px -160px;
}
.ui-icon-seek-first {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
	background: #aaaaaa url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: 0.3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("https://nailmatic-woman.jp/sys/js/jquery/ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: 0.3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
#cookieChoiceInfo {
	z-index: 10000 !important;
	top: auto !important;
	bottom: 0;
	padding: 10px 0 !important;
	background: #333 !important;
	color: #fff !important;
	font-size: 13px !important;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0.9;
}
#cookieChoiceInfo:hover {
	opacity: 1;
}
#cookieChoiceInfo a {
	color: #ccc !important;
	text-decoration: underline !important;
}
#cookieChoiceInfo a:hover {
	color: #eee !important;
}
#cookieChoiceDismiss {
	margin: 0 20px 0 0 !important;
	float: right;
}
#cookieChoiceDismiss:after {
	content: " ×";
}
#category #breadcrumb {
	margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#category:not(.category-79) #center_column {
		width: 100%;
	}
}
#category-banner {
	margin-top: -35px;
	margin-bottom: 15px;
	position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
	#category-banner {
		margin-top: 0;
	}
}
#category-info {
	margin-top: 130px;
	position: relative;
	z-index: 20;
}
@media (min-width: 768px) and (max-width: 991px) {
	#category-info {
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	#category-info {
		margin-top: 0;
	}
}
#category-info #category-description {
	padding: 10px 20px;
	text-align: center;
}
@media (max-width: 767px) {
	#category-info #category-description {
		padding-right: 0;
		padding-left: 0;
	}
}
#category-info #category-description a:not(.btn) {
	color: #73e3d0;
	font-weight: 500;
}
#category-info #category-description a:not(.btn):hover {
	text-decoration: none;
	color: #000;
}
#category-block {
	position: absolute;
	margin-top: -350px;
	margin-right: 50px;
	background: #fff;
	right: 0;
	width: 35.3%;
	padding: 40px;
	text-align: justify;
	font-size: 13px;
	line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
	#category-block {
		margin-top: -200px;
	}
}
#category-block .page-heading {
	padding: 0;
	font-size: 45px;
	font-weight: 500;
	text-align: justify;
}
@media (min-width: 768px) and (max-width: 991px) {
	#category-block .page-heading {
		font-size: 22px;
	}
}
#category-subcategories-level-3,
#category-subcategories {
	padding: 60px 0 40px;
}
@media (max-width: 758px) {
	#category-subcategories-level-3,
	#category-subcategories {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 767px) {
	#category-subcategories-level-3,
	#category-subcategories {
		padding-top: 40px;
	}
}
#category-subcategories-level-3 .caption,
#category-subcategories-level-3 .thumbnail,
#category-subcategories .caption,
#category-subcategories .thumbnail {
	padding: 0;
	border: 0;
}
#category-subcategories-level-3 .caption img,
#category-subcategories-level-3 .thumbnail img,
#category-subcategories .caption img,
#category-subcategories .thumbnail img {
	z-index: 0;
	transition: all ease-in 0.25s;
}
#category-subcategories-level-3 .thumbnail,
#category-subcategories .thumbnail {
	margin-bottom: 60px;
}
@media (max-width: 758px) {
	#category-subcategories-level-3 .thumbnail,
	#category-subcategories .thumbnail {
		margin-bottom: 40px;
	}
}
#category-subcategories-level-3 .thumbnail:hover .subcategory-title,
#category-subcategories .thumbnail:hover .subcategory-title {
	top: -27px;
	z-index: 1;
}
#category-subcategories-level-3 .thumbnail:hover img,
#category-subcategories .thumbnail:hover img {
	opacity: 0.5;
}
#category-subcategories-level-3 .subcategory-title,
#category-subcategories .subcategory-title {
	z-index: 1;
	margin: 0;
	left: 15%;
	top: -17px;
	position: absolute;
	width: 200px;
	text-align: left;
	font-size: 32px;
	white-space: nowrap;
	transition: all ease 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
	#category-subcategories-level-3 .subcategory-title,
	#category-subcategories .subcategory-title {
		font-size: 32px;
		left: 10%;
	}
}
@media (max-width: 991px) {
	#category-subcategories-level-3 .subcategory-title,
	#category-subcategories .subcategory-title {
		white-space: normal;
	}
}
#category-subcategories-level-3 .btn.btn-link,
#category-subcategories .btn.btn-link {
	display: inline-block;
	min-width: 110px;
	padding: 10px 25px 9px;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
	#category-subcategories-level-3 .btn.btn-link,
	#category-subcategories .btn.btn-link {
		left: auto;
		text-align: center;
		position: relative;
		margin: 0;
	}
}
#category-subcategories-level-3 .btn.btn-link:before,
#category-subcategories .btn.btn-link:before {
	content: "> ";
}
#category-subcategories .btn.btn-link {
	position: absolute;
	left: 50.1%;
	top: 50%;
	margin: -20px 0 0 0;
	max-width: 180px;
	transform: translateX(-50.1%);
}
#category-subcategories-level-3 {
	padding-top: 70px;
	padding-bottom: 0;
}
@media (max-width: 991px) {
	#category-subcategories-level-3 {
		padding-top: 0;
		margin-top: 0;
	}
}
#category-subcategories-level-3 .subcategory {
	margin: 0 0 75px;
}
@media (max-width: 767px) {
	#category-subcategories-level-3 .subcategory {
		margin: 0 0 30px;
	}
}
@media (min-width: 992px) {
	#category-subcategories-level-3 .subcategory {
		padding: 0 100px;
	}
}
#category-subcategories-level-3 .subcategory:nth-child(1) {
	text-align: right;
}
#category-subcategories-level-3 .subcategory:last-child {
	margin-bottom: 45px;
}
@media (max-width: 767px) {
	#category-subcategories-level-3 .subcategory:last-child {
		margin-bottom: 10px;
	}
}
#category-subcategories-level-3 .subcategory img {
	width: 428px;
	height: auto;
	display: block;
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.25);
}
#category-subcategories-level-3 .subcategory .subcategory-title {
	display: block;
	position: static;
	width: 100%;
	top: 0;
	font-size: 28px;
	margin-bottom: 10px;
}
#category-subcategories-level-3 .subcategory .subcategory-title:before {
	content: "#";
}
#category-subcategories-level-3 .subcategory a.btn-link {
	margin-top: 20px;
}
#category-subcategories-level-3 .subcategory .subcategory-description {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(1) {
	z-index: 15;
}
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2) {
	padding: 50px 20px;
	position: relative;
}
@media (max-width: 767px) {
	#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2) {
		padding-top: 10px;
	}
}
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2):before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 10%;
	right: 40%;
	bottom: -15px;
	left: -90px;
	border: 4px solid #a1dace;
	z-index: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2):before {
		bottom: 75px;
	}
}
@media (max-width: 758px) {
	#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2):before {
		top: -10%;
		right: 50px;
		left: -1px;
		bottom: 3%;
	}
}
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2) * {
	z-index: 12;
}
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2) h2,
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2) div,
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2) h1,
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2) span,
#category-subcategories-level-3 .subcategory .col-xs-12:nth-child(2) p {
	left: auto;
	position: relative;
}
#category-subcategories-level-3 .subcategory:nth-child(odd) .col-xs-12:nth-child(1) {
	margin-left: 50%;
}
@media (max-width: 767px) {
	#category-subcategories-level-3 .subcategory:nth-child(odd) .col-xs-12:nth-child(1) {
		margin-left: 0;
	}
}
#category-subcategories-level-3 .subcategory:nth-child(odd) .col-xs-12:nth-child(2) {
	margin-left: -100%;
	/* text-align: right; */
}
@media (max-width: 767px) {
	#category-subcategories-level-3 .subcategory:nth-child(odd) .col-xs-12:nth-child(2) {
		margin-left: 0;
	}
}
#category-subcategories-level-3 .subcategory:nth-child(odd) .col-xs-12:nth-child(2):before {
	top: 10%;
	right: -60px;
	left: 30%;
}
@media (max-width: 758px) {
	#category-subcategories-level-3 .subcategory:nth-child(odd) .col-xs-12:nth-child(2):before {
		top: -10%;
		right: 50px;
		left: -1px;
		bottom: 3%;
	}
}
#category-subcategories-level-3 .subcategory:nth-child(odd) .col-xs-12:nth-child(2) .subcategory-title {
	text-align: right;
}
#category_reassurance {
	padding: 0 20px;
}
@media (min-width: 758px) {
	#category_reassurance .col-sm-6:first-child {
		padding-right: 60px;
	}
	#category_reassurance .col-sm-6:last-child {
		padding-left: 60px;
	}
	#category_reassurance .col-sm-6 p {
		text-align: justify;
	}
}
#blockcategories {
	width: 80%;
	margin: 0 40px 0 0;
	padding: 10px;
}
#categories_color .filter_title {
	border-bottom: 1px solid #d6d4d4;
	padding-bottom: 0;
	font-size: 16px;
	margin: 0 0 7px;
	font-weight: 500;
}
#categories_color i {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: -2px;
	border-radius: 99px;
	margin-right: 3px;
}
#categories_color .metallic i {
	background-image: url(img/metallic.png);
}
#categories_color .pailletes i,
#categories_color .paillettes i,
#categories_color .glitter i {
	background-image: url(https://nailmatic-woman.jp/sys/wp-content/themes/nailmatic-woman1.0.0/img/pailletes.png);
}
.category-79 #category-subcategories,
.category-79 #columns {
	padding-bottom: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
@font-face {
	font-family: "FontAwesomeAS4";
	src: url("../../../../font-awesome/4.5.0/fonts/fontawesome-webfont_v-4.5.0.eot");
	src: url("../../../../font-awesome/4.5.0/fonts/fontawesome-webfont.eot")
	format("embedded-opentype"),
	url("../../../../font-awesome/4.5.0/fonts/fontawesome-webfont.woff") format("woff2"),
	url("../../../../font-awesome/4.5.0/fonts/fontawesome-webfont_v-4.5.0.woff") format("woff"),
	url("../../../../font-awesome/4.5.0/fonts/fontawesome-webfont_v-4.5.0.ttf") format("truetype"),
	url("../../../../font-awesome/4.5.0/fonts/fontawesome-webfont_v-4.5.0.svg")
	format("svg");
	font-weight: normal;
	font-style: normal;
}
.PM_ASBlockOutput {
	position: relative;
}
.PM_ASBlockOutput .chosen-container {
	width: 100%;
}
.PM_ASBlockOutput .chosen-container .chosen-choices {
	border-radius: 50px;
}
.PM_ASBlockOutputHorizontal {
	border-style: solid;
}
.PM_ASResetSearch {
	display: none;
	text-decoration: none;
	padding-bottom: 17px;
}
.PM_ASResetSearch:before {
	content: "\f0e2";
	font-family: "FontAwesome", "FontAwesomeAS4";
	padding-right: 5px;
}
.PM_ASBlockOutputVertical .PM_ASCriterions .PM_ASCriterionsGroupOuter {
	margin-top: 7px;
}
.PM_ASBlockOutputVertical .PM_ASBlockTitle {
	display: block;
}
.PM_ASBlockOutputVertical .PM_ASBlockNbProductValue {
	font-size: 65%;
}
.PM_ASBlockOutputVertical .PM_ASSubmitSearch {
	margin-top: 10px;
}
.PM_ASBlockOutputHorizontal {
	padding: 15px;
	margin-bottom: 10px;
}
.PM_ASResetGroup {
	font-size: 10px;
	float: right;
	margin-top: 5px;
}
.PM_ASResetGroup:before {
	content: "\f00d";
	font-family: "FontAwesome", "FontAwesomeAS4";
	padding-right: 5px;
}
.PM_ASSkipGroup {
	font-size: 10px;
	float: right;
	margin-top: 5px;
}
.PM_ASSkipGroup:after {
	content: "\f051";
	font-family: "FontAwesome", "FontAwesomeAS4";
	padding-left: 5px;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupList .PM_ASCriterionsGroup {
	margin-bottom: 15px;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupList .PM_ASCriterionsGroup:last-child {
	margin-bottom: 0;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup select {
	width: 96%;
}
.PM_ASBlockOutputVertical .PM_ASCriterions .PM_ASCriterionsGroupTitle {
	border-bottom: 1px solid #d6d4d4;
	padding-bottom: 2px;
	margin-bottom: 7px;
}
.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
	padding-top: 15px;
	padding-bottom: 15px;
}
.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select {
	width: 96%;
}
.PM_ASCriterionsGroup select.chosen {
	width: 100%;
}
.PM_ASCriterionsGroup div.chzn-search input {
	width: 100% !important;
}
.PM_ASShowCriterionsGroupHidden {
	text-align: center;
	font-weight: bold;
}
.PM_ASCriterionsGroupHidden {
	display: none;
}
.PM_ASCritRange {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.PM_ASCritRangeValue {
	display: block;
	text-align: center;
	margin-top: 5px;
}
.PM_ASCriterionHideToggleLink {
	font-size: 10px;
	margin-top: 10px;
	display: block;
}
ul.PM_ASCriterionGroupImage,
ul.PM_ASCriterionGroupCheckbox {
	list-style-type: none;
}
.PM_ASCriterionsSEOGroupDisabled,
.PM_ASCriterionsSEOGroupDisabled a,
.PM_ASCriterionsSEOGroupDisabled input {
	cursor: default;
}
ul.PM_ASCriterionGroupImage,
.PM_ASCriterionGroupColor {
	clear: both;
}
ul.PM_ASCriterionGroupImage li,
.PM_ASCriterionGroupColor li {
	display: block;
	float: left;
}
ul.PM_ASCriterionGroupImage li a,
.PM_ASCriterionGroupColor li a {
	display: block;
}
.PM_ASCriterionHide,
li.PM_ASCriterionHide {
	display: none;
}
.PM_ASHide {
	display: none;
}
.PM_ASHide:before,
.PM_ASShow:before {
	font-family: "FontAwesome", "FontAwesomeAS4";
	padding-right: 5px;
}
.PM_ASHide:before {
	content: "\f106";
}
.PM_ASShow:before {
	content: "\f107";
}
div.PM_ASCriterionNbProduct {
	opacity: 0.6;
	display: inline;
}
.PM_ASCriterionGroupColor li a {
	width: 15px;
	height: 15px;
}
.PM_ASCriterionGroupColor.color_to_pick_list li,
.PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
	border: 1px solid #d6d4d4;
	display: inline-block;
	float: none;
}
.PM_ASCriterionGroupColor.color_to_pick_list li a,
.PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
	width: 23px;
	height: 23px;
	margin: 1px !important;
	background-size: 100% 100% !important;
}
.PM_ASCriterionGroupColor.color_to_pick_list li.PM_ASCriterionHide {
	display: none;
}
.PM_ASCriterionGroupImage .PM_ASCriterionLink,
.PM_ASCriterionGroupColor .PM_ASCriterionLink {
	margin: 4px !important;
}
.PM_ASCriterionGroupImage .PM_ASCriterionLinkSelected,
.PM_ASCriterionGroupColor .PM_ASCriterionLinkSelected {
	border: 2px solid #999;
	margin: 2px !important;
}
.PM_ASCriterionGroupLink .PM_ASCriterionLinkSelected,
.PM_ASCriterionGroupLink .PM_ASCriterionLink:hover {
	font-weight: bold;
}
.PM_ASCriterionGroupLink:not(.PM_ASCriterionGroupLinkColor) .PM_ASCriterionLink:before {
	content: "\f105";
	font-family: "FontAwesome", "FontAwesomeAS4";
	padding-right: 5px;
}
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink {
	height: 23px;
	line-height: 23px;
	margin-bottom: 3px;
	display: block;
}
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink .PM_ASCriterionValue {
	line-height: 23px;
	display: block;
}
.PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
	margin: 0 6px 0 0 !important;
	display: block;
	float: left;
}
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
	font-weight: bold;
}
.PM_ASCriterionCheckbox {
	border: 0;
	vertical-align: middle;
}
.PM_ASCriterionDisable {
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	zoom: 1;
}
.PM_ASLevelDepth {
	border-top: 1px solid #d6d4d4;
}
.PM_ASLevelDepth li {
	position: relative;
}
.PM_ASLevelDepth li a {
	font-weight: 700;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 30px;
	padding: 0 30px 0 19px;
	border-bottom: 1px solid #d6d4d4;
}
.PM_ASLevelDepth li a:hover {
	background: #f6f6f6;
}
.PM_ASLevelDepth li:not(.level1) a {
	color: #777777;
	font-weight: normal;
}
.PM_ASLevelDepth li:not(.level1) a:before {
	content: "\f105";
	font-family: "FontAwesome", "FontAwesomeAS4";
	line-height: 29px;
	padding-right: 8px;
	color: #777777;
	font-weight: normal;
}
.PM_ASLevelDepth li span.grower {
	display: block;
	background: #f6f6f6;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-family: "FontAwesome", "FontAwesomeAS4";
	font-size: 14px;
}
.PM_ASLevelDepth li span.grower.PM_ASCriterionOpen:before,
.PM_ASLevelDepth li span.grower.PM_ASCriterionOpenClose:before {
	content: "\f068";
	display: block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #333;
	line-height: 30px;
	text-align: center;
}
.PM_ASLevelDepth li span.grower.PM_ASCriterionClose:before {
	content: "\f067";
	color: silver;
}
.PM_ASLevelDepth li span.grower.PM_ASCriterionOpen:before {
	content: "\f068";
	color: silver;
}
.PM_ASLevelDepth .PM_ASCriterionLevelChoosen .PM_ASCriterionLevelChoose {
	font-weight: bold;
}
.PM_ASLevelDepth .PM_ASCriterionLevelSelected.PM_ASCriterionLevelChoosen span + .PM_ASCriterionLevelChoose,
.PM_ASLevelDepth .PM_ASCriterionLevelSelected.PM_ASCriterionLevelChoosen a.PM_ASCriterionLevelChoose {
	text-decoration: underline;
}
.PM_ASCriterionLevelChoosen a:hover {
	text-decoration: line-through !important;
}
.PM_ASSelectionsBlock {
	padding-top: 10px;
}
.PM_ASSelections ul {
	list-style-type: none;
}
.PM_ASSelections ul li {
	display: inline-block;
}
.PM_ASBlockOutputVertical .PM_ASSelections ul li {
	display: block !important;
}
.PM_ASBlockOutputHorizontal .PM_ASSelectionsBlock {
	min-height: 25px;
}
* html .PM_ASBlockOutputHorizontal .PM_ASSelectionsBlock {
	height: 25px;
}
.PM_ASSelectionsDropDown {
	position: relative;
	height: 25px;
	z-index: 2;
}
.PM_ASSelectionsDropDownMenu {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	padding: 2%;
	z-index: 2;
}
.PM_ASBlockOutputVertical a.PM_ASSelectionsDropDownShowLink {
	text-decoration: none;
}
.PM_ASBlockOutputVertical a.PM_ASSelectionsDropDownShowLink:before {
	content: "\f107";
	font-family: "FontAwesome", "FontAwesomeAS4";
	padding-right: 5px;
}
.PM_ASSelectionsResults .PM_ASSelectionsSelectedCriterion {
	display: inline-block;
	padding-right: 5px;
}
.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroup .PM_ASSelectionsCriterionsGroupName {
	display: block;
}
.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroupName strong,
.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroupName > ul {
	display: inline-block;
}
.PM_ASBlockOutputVertical .PM_ASSelectionsDropDownMenu {
	background: #ffffff;
	border: 1px dashed #9e9e9e;
}
a.PM_ASSelectionsRemoveLink {
	text-decoration: none;
}
a.PM_ASSelectionsRemoveLink:before {
	content: "\f00d";
	font-family: "FontAwesome", "FontAwesomeAS4";
	padding-right: 5px;
}
a.PM_ASSelectionsRemoveLink:hover,
.PM_ASCriterionLinkSelected:hover {
	text-decoration: line-through !important;
}
#PM_ASearchSeoCrossLinks {
	clear: both;
}
.clear {
	clear: both;
}
.as4-loader-blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
	filter: blur(2px);
}
.as4-loader:before,
.as4-loader:after,
.as4-loader {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: as4loader 1.8s infinite ease-in-out;
	animation: as4loader 1.8s infinite ease-in-out;
}
.as4-loader {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
	opacity: 1;
}
.as4-loader:before {
	left: -3.5em;
}
.as4-loader:after {
	left: 3.5em;
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
}
.as4-loader:before,
.as4-loader:after {
	content: "";
	position: absolute;
	top: 0;
}
@keyframes as4loader {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #333333;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #666666;
	}
}
@-webkit-keyframes as4loader {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #333333;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #666666;
	}
}
.PM_ASBlockOutputVertical {
	width: 80%;
	margin-right: 30px;
	padding: 5px 10px 15px;
	box-shadow: 10px 12px 30px 0 rgba(18, 17, 12, 0.2);
}
@media (max-width: 767px) {
	.PM_ASBlockOutputVertical {
		margin: 0;
		width: 100%;
		padding-bottom: 5px;
	}
}
.PM_ASBlockOutputVertical .title_block {
	padding-bottom: 0;
	padding-top: 0;
}
@media (max-width: 767px) {
	.PM_ASBlockOutputVertical .title_block {
		margin-top: 0;
	}
}
.PM_ASBlockOutputVertical .title_block:after {
	display: none;
}
.PM_ASBlockOutputVertical input[type="checkbox"] {
	display: none;
}
.PM_ASBlockOutputVertical .checkbox label {
	padding-left: 5px;
}
.PM_ASBlockOutputVertical .PM_ASCriterionGroupLink:not(.PM_ASCriterionGroupLinkColor) .PM_ASCriterionLink:before {
	content: "\f111";
	display: inline-block;
	position: relative;
	top: -3px;
	margin-left: 7px;
	font-size: 7px;
}
.PM_ASBlockOutputVertical .PM_ASCriterionGroupLink:not(.PM_ASCriterionGroupLinkColor) .PM_ASCriterionLink:hover {
	font-weight: 400;
	color: #73e3d0;
}
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}
.chosen-container a {
	cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%, #fff),color-stop(50%, #f6f6f6),color-stop(52%, #eee),color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.chosen-container-single .chosen-default {
	color: #999;
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("https://nailmatic-woman.jp/sys/modules/pm_advancedsearch4/views/img/chosen/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://nailmatic-woman.jp/sys/modules/pm_advancedsearch4/views/img/chosen/chosen-sprite.png") no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: #fff url("https://nailmatic-woman.jp/sys/modules/pm_advancedsearch4/views/img/chosen/chosen-sprite.png") no-repeat 100% -20px;
	background: url("https://nailmatic-woman.jp/sys/modules/pm_advancedsearch4/views/img/chosen/chosen-sprite.png") no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}
.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}
.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
	background-image: -o-linear-gradient(#eee 1%, #fff 15%);
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%, #f4f4f4),color-stop(50%, #f0f0f0),color-stop(52%, #e8e8e8),color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("https://nailmatic-woman.jp/sys/modules/pm_advancedsearch4/views/img/chosen/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%, #f4f4f4),color-stop(50%, #f0f0f0),color-stop(52%, #e8e8e8),color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
	background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
	background-image: -o-linear-gradient(#eee 20%, #fff 80%);
	background-image: linear-gradient(#eee 20%, #fff 80%);
	box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: 0;
	background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #222 !important;
}
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}
.chosen-rtl {
	text-align: right;
}
.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}
.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}
.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}
.chosen-rtl .chosen-choices li {
	float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
	left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: 0;
}
.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: #fff url("https://nailmatic-woman.jp/sys/modules/pm_advancedsearch4/views/img/chosen/chosen-sprite.png") no-repeat -30px -20px;
	background: url("https://nailmatic-woman.jp/sys/modules/pm_advancedsearch4/views/img/chosen/chosen-sprite.png") no-repeat -30px -20px;
	direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
	.chosen-rtl .chosen-search input[type="text"],
	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b,
	.chosen-container-single .chosen-search input[type="text"],
	.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span {
		background-image: url("https://nailmatic-woman.jp/sys/modules/pm_advancedsearch4/views/img/chosen/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
}
/*5/16編集*/
.top_copy {
	line-height: 1.3;
}
.top_copy small{
	font-size: 14px;
	margin-top: 15px;
	display: block;
	line-height: 1.4;
	color: #000;
}
.top_page_p {
	line-height: 1.4;
	text-align: left;
	order: 3;
	margin-top: 15px;
	padding: 0 10px;
}
.top_title_margin_bottom {
	margin-bottom: 30px !important;
}
@media screen and (max-width: 991px) {
	.top_page_p {
		width: 100%;
		line-height: 1.4;
		text-align: left;
		order: 3;
		margin-top: 10px;
		padding: 0 20px;
	}
.top_title_margin_bottom {
	margin-bottom: 20px !important;
}
}
@media screen and (max-width: 768px) {
	.top_title_margin_top {
		margin-top: -35px !important;
	}
}
.top_text_color {
	color: #c56867;
}
#category_description_full .new-description {
	text-align: left;
	margin-top: 50px;
}
.new-description-center {
	line-height: 25px;
	font-size: 14px;
}
.new-description ul {
	list-style-type: circle;
}
.new-description li {
	margin-top: 20px;
}
.new-description li:last-child {
	margin-bottom: 40px;
}
.unvisible {
	text-align: left;
	line-height: 1.7;
}
.manifeste-title-size {
	font-size: 20px !important;
}
.add_top_container {
	max-width: 500px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#category_description_full .new-description {
		text-align: left;
		margin-top: 50px;
	}
	.new-description ul {
		list-style-type: circle;
	}
	.new-description li {
		margin-top: 10px;
	}
	.new-description li:last-child {
		margin-bottom: 30px;
	}
	.manifeste-title-size {
		font-size: 20px !important;
	}
	.content-top-title {
		margin: 50px -26px 10px;
	}
	.add_top_container {
		width: 100%;
		/* max-width: 500px; */
		margin: 0 auto;
	}
#p-select .add_top_container .top_page_p{
padding: 0 20px;
}
}
@media screen and (max-width: 991px) {
	.add_top_container {
		width: 100%;
		max-width: none;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
 #p-select .add_top_container .top_page_p{
padding: 0 20px;
}
}



/* 追加css */
.pra_list li{
	margin-bottom: 10px;
}
#ax-mobileui-left{
	transition: all .4s ease;
}
.toggle::after,.toggle::before{
	display: none;
}
#home_seo #home_seo_2 .content .content-top-title strong{
	text-align: center;
}

#home_push #home_push_selection.appearornot.yesisit #home_push_2:before {
	opacity: 1;
	transform: translateX(0);
}
#home_push #home_push_selection.appearornot.yesisit #home_push_2:before {
	opacity: 1;
	transform: translateX(0);
}
#home_push #home_push_selection.appearornot #home_push_2:before {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(60px);
}
#home_push #home_push_selection.appearornot #home_push_2:before {
	display: block;
	transition: all ease-out 0.5s;
	transition-delay: 0.2s;
	opacity: 0;
	transform: translateX(60px);
}
#home_push #home_push_selection #home_push_2:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 0;
	bottom: 10%;
	left: 33%;
	border: 4px solid #b3e2dc;
	/* z-index: -1; */
	z-index: 0;
}
#cms .cms-content.rte {
	padding-top: 130px;
}
.info_txt{
	text-align: center;
}
.make_beautiful{
	font-size: 22px;
	line-height: 30px;
}
.make_beautiful_fr{
	font-size: 17px!important;
	line-height: 36px;
}
#top_column{
	margin-bottom: 140px;
}
@media (max-width: 991px) {
	#top_column{
		margin-bottom: 30px;
	}
	#home_push #home_push_selection #home_push_2:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: 50%;
		right: 2.5%;
		bottom: -5%;
		left: 2.5%;
		border: 4px solid #b3e2dc;
		/* z-index: -1; */
		z-index: 0;
	}
	#home_push #home_push_selection #p-select:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: 50%;
		right: 2.5%;
		bottom: -5%;
		left: 2.5%;

		border: 4px solid #b3e2dc;
		/* z-index: -1; */
		z-index: 0;
	}
}
@media (max-width: 767px) {
	#top_column{
		margin-bottom: 30px;
	}
	#home_push #home_push_selection #home_push_2:before,#home_push #home_push_selection #p-select:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: 50%;
		right: 2.5%;
		bottom: -5%;
		left: 2.5%;

		border: 4px solid #b3e2dc;
		/* z-index: -1; */
		z-index: 0;
	}
}

.wp-pagenavi {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0;
}
.wp-pagenavi > .nextpostslink,.wp-pagenavi > .previouspostslink{
	margin: 0 5px;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
	position: relative;
	float: left;
	padding: 4px 4px;
	margin: 0 5px;
	line-height: 1.42857;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	margin-left: -1px;
	font-weight: normal;
}
.wp-pagenavi >  a:hover,
.wp-pagenavi >  a:focus,
.wp-pagenavi >  span:hover,
.wp-pagenavi >  span:focus {
	z-index: 2;
	color: black;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.wp-pagenavi > .current {
	color: #73e3d0;
}
.wp-pagenavi > .current:hover,
.wp-pagenavi > .current:focus,
.wp-pagenavi > .current:hover,
.wp-pagenavi > .current:focus {
	z-index: 3;
	color: #fff;
	background-color: #000000;
	cursor: default;
}
@media (max-width: 767px) {
	.top_page_p + .img{
		order: 1;
		box-shadow: 0px 15px 25px #ddd;
		width: 100%;
	}
	.top_page_p + .img img{
		height: auto;
		width: 100%;
	}
}
.mt-15{
	margin-top: 15px;
}
.pro_sub_ttl{
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
}
.box-info-product .pro_sub_ttl{
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.pro_sub_ttl{
		margin-bottom: 5px;
		margin-top: 10px;
		font-size: 10px;
	}
	.box-info-product .pro_sub_ttl{
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 14px;
	}
}
/**********************
トップCSS追記_211019
**********************/
.top_social{
	display: flex;
}

#blockinstagram_content{
	padding: 30px 0;
}

.top_social .twitter_block h3, .top_social .twitter_block div[data-axseo-oldtag="h3"],
.top_social .instagram_block h3, .top_social .instagram_block div[data-axseo-oldtag="h3"]
{
	text-align: center;
}
.instagram_block{
	flex:1;
	padding-left: 10px;
}

.twitter_block{
	width: 340px;
	padding-right: 20px;
}

.top_social .twitter_block h3, .top_social .twitter_block div[data-axseo-oldtag="h3"]{
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.top_social{
		display: block;
	}
	.instagram_block{
		padding-bottom: 30px;
		padding-left: 0;
	}
	.twitter_block{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.color_number{
		display: block;
		font-size: 7.143em;
		line-height: 0.9;
}

#home_seo div.appearornot p:nth-of-type(2) img {
    display: block;
    transition: all ease-out 0.5s;
    transition-delay: 0.35s;
    opacity: 1;
    transform: translateY(0);
		margin: 0 auto 20px;
}

/***********
トップ追記
***********/
/*ランキング */
#home_ranking {
    margin-top: 70px;
    margin-bottom: 70px;
}
#home_ranking:before {
    content: "";
    display: block;
    width: 100%;
    min-height: 200px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}
#home_ranking .page-heading {
	font-size: 45px;
	font-weight: 300;
	text-align: center;
	position: relative;
	padding-top: 30px;
	margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_ranking .page-heading {
		margin-top: -42px;
		padding-top: 4px;
	}
}
#home_ranking .page-heading:after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
}
#home_ranking .page-heading {
	text-align: center;
	position: relative;
	padding-top: 5px;
	margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_ranking {
		margin-top: 150px;
		margin-bottom: 70px;
	}
	#home_ranking .page-heading {
		padding-top: 5px;
		margin-top: -50px;
	}
}
#home_ranking ul{
	display: flex;
	justify-content: center;
}
#home_ranking li{
	width: 20%;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 991px){
	#home_ranking ul{
		justify-content:space-between;
	}
	#home_ranking li{
		width: 50%;
	}
}

#home_ranking li:nth-child(1) .rank_number {
	position: absolute;
	top:-4px;
	left: -4px;
	width: 30px;
	height: 30px;
	background: url('img/rank01.png') no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	z-index: 10;
	color:#fff;
	line-height: 30px;
}

#home_ranking li:nth-child(2) .rank_number {
	position: absolute;
	top:-4px;
	left: -4px;
	width: 30px;
	height: 30px;
	background: url('img/rank02.png') no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	z-index: 10;
	color:#fff;
	line-height: 30px;
}

#home_ranking li:nth-child(3) .rank_number {
	position: absolute;
	top:-4px;
	left: -4px;
	width: 30px;
	height: 30px;
	background: url('img/rank03.png') no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	z-index: 10;
	color:#fff;
	line-height: 30px;
}

#home_ranking li:nth-child(4) .rank_number,
#home_ranking li:nth-child(5) .rank_number {
	position: absolute;
	top:-4px;
	left: -4px;
	width: 30px;
	height: 30px;
	background: #ccc;
	background-size: 30px 30px;
	background-position: center center;
	z-index: 10;
	color:#fff;
	line-height: 30px;
}

/*新商品 */
#home_new {
    margin-top: 70px;
    margin-bottom: 70px;
}
#home_new:before {
    content: "";
    display: block;
    width: 100%;
    min-height: 200px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}
#home_new .page-heading {
	font-size: 45px;
	font-weight: 300;
	text-align: center;
	position: relative;
	padding-top: 30px;
	margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_new .page-heading {
		margin-top: -42px;
		padding-top: 4px;
	}
}
#home_new .page-heading:after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
}
#home_new .page-heading {
	text-align: center;
	position: relative;
	padding-top: 5px;
	margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_new {
		margin-top: 150px;
		margin-bottom: 70px;
	}
	#home_new .page-heading {
		padding-top: 5px;
		margin-top: -50px;
	}
}
#home_new ul{
	display: flex;
	justify-content: center;
}
#home_new li{
	width: 20%;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 991px){
	#home_new li{
		width: 50%;
	}
}

#home_new	.ribbon{
	position: relative;
    display: block;
    background: #e70f23;
    color: #fff;
    height: 40px;
    width: 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 42px;
    border-radius: 50%;
    margin: 5px;
		z-index: 10;
		font-weight: normal;
	}

	#home_new li.ajax_block_product .new-icon {
		position: absolute;
		top:-4px;
		left: -4px;
		width: 30px;
		height: 30px;
		background: url('img/new_icon.png') no-repeat;
		background-size: 30px 30px;
		background-position: center center;
		z-index: 10;
		color:#fff;
		line-height: 30px;
		font-size: 10px;
	}

/*トップメイン*/
@media (max-width: 767px){
#axslider-slider .slick-list {
	padding-bottom: 40px;
}
}

#top_column{
 margin-bottom: 0;
}

#axslider-slider .axslider-description{
	position: relative;
	margin-top:-100px;
	margin-bottom: 40px;
}

@media screen and (max-width: 991px){
	#top_column .axslider-container .axslider-description{
		position: relative;
		margin-top:0;
	}
}

/* トップコラムページ */
#home_columns{
  margin-top: 90px;
	background: #f5f5f5;
	padding: 40px 0;
}

@media screen and (max-width: 991px){
	#home_columns{
		background: #fff;
	}

}

#home_columns .btn-link.btn{
	margin-top: 40px;
}

#home_columns .page-heading {
	font-size: 45px;
	font-weight: 300;
	text-align: center;
	position: relative;
	padding-top: 30px;
	margin-top: -50px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_columns .page-heading {
		margin-top: -42px;
		padding-top: 4px;
	}
}
#home_columns .page-heading:after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
}
#home_columns .page-heading {
	text-align: center;
	position: relative;
	padding-top: 5px;
	margin-top: -90px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#home_columns {
		margin-top: 40px;
		margin-bottom: 70px;
	}
	#home_columns .page-heading {
		padding-top: 5px;
		margin-top: -50px;
	}
}

#home_columns h1{
  font-weight: bold;
}

#home_columns #news_top #box{
    box-shadow: 10px 12px 30px 0 rgb(18 17 12 / 25%);
    padding: 80px 30px;
    margin: 50px 0;
    z-index: 10;
    background: #fff;
}

@media screen and (max-width: 991px){
	#home_columns #news_top #box{
	    width: 100%;
			margin-top: 0;
	}
	.box_out{
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}

#columns_single #news_top{
  margin-bottom: 30px;
}