body{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6{
	color: #000;
}
h1, h2, h3{
	font-weight:700;
	line-height:1.5;
}
/* default font size */
.fa{
	/*font-size: 14px;*/
}
/* Override the bootstrap defaults */
h1{
	font-size: 33px;
}
h2{
	font-size: 27px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 11px;
}
a{
	color: #21B9D2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
a:hover, a:focus {
	color:#000000;
	text-decoration: none;
}
a:active,
a:hover {
	outline: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 16px;
	font-weight: 400;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: 700;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #2C2A29;
	color:#FFF;
	padding: 0;
	margin: 0;
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 40px;
	line-height:40px;
	z-index: 100;
	overflow:hidden;
}
#top .container {
	padding: 0 15px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top #top-info a {
	color: #FFF;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	text-decoration: none;
}
#top #top-info a:hover {
	color: #444;
	text-shadow:0px 1px 1px rgba(255,255,255,0.4);
}
#top .btn-link, #top-links li, #top-links a {
	color: #FFF;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
	text-shadow:0px 1px 1px rgba(255,255,255,0.4);
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top-links {
	padding-top: 0px;
	text-align:right;
}
#top-links ul{
	margin:0;
	padding:0;
}
#top-links ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
#top-links .fa{
	font-size:18px;
	width:22px;
	margin:0;
	padding:0;
}
#top-links a + a {
	margin-left: 0px;
}
/*#top-links li + li{
	border-left: 1px solid #21B9D2;
}*/
#top-links li{
	margin:0;
	padding:0;
	text-align:center;
}
#top-links li a{
	padding:0px;
	width:50px;
	display:block;
	text-align:center;
	margin:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#top-links li a:before {
	content: none;
}
#top-links li a:hover{
	background:#1CABC3;
}
#top-links span{
	display:none;
}
#headerwrap {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background:#FFF;
	border-bottom:2px solid #E8EAEA;
	/*background:url('../image/border-line.png') repeat-x bottom #FFF;*/
	/*-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.54);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.54);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.54);*/
	/*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 4px 10px 0 rgba(0, 0, 0, 0.05);*/
	position:fixed;
	top:40px;
	left:0;
	width: 100%;
	display: block;
	z-index: 100;
}
.content-layer{
	margin-top:114px;
	display:block;
	clear:both;
	width:100%;
}
/* Navigation */
#iv-nav {
	z-index: 100;
	position: relative;
	float: right;
}
#iv-nav .navigation {
	margin-top: 0px;
}
#iv-nav .navigation li a {
	color: #000;
	padding: 23px 8px 24px;
	margin: 0px;
	font-size: 16px;
	text-transform:uppercase;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iv-nav .navigation li a:before {
	content: none;
}
#iv-nav .navigation .nav-pills > .active > a{
}
#iv-nav .navigation .nav-pills > li > a:hover {
	background-color: inherit;
	color: #21B9D2;
	text-decoration: none;
	border-radius:0;
}
.navigation .nav-pills {
	margin-bottom: 0;
}
.navigation .nav-pills>li>a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/*#iv-nav .navigation li + li {
	border-left: 1px solid #666666;
}
#iv-nav .navigation .nav-pills .nav-child li + li{
	border:none;
}*/
#iv-nav .navigation .nav-pills .nav-child > .active > a{
}
#iv-nav .navigation .nav-pills .nav-child > li > a:hover  {
	color: #000;
}
/* Subnav */
.navigation ul.nav-child {
	position: absolute;
	left: 0px;
	z-index: 200;
	display: none;
	min-width: 220px;
	padding: 0px 0;
	margin: 0;
	list-style: none;
	background-color: #21B9D2;
	border: 1px solid #2BBED8;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navigation ul.nav > li {
	position: relative;
	float: left;
}
.navigation ul.nav > li:hover > .nav-child,
.navigation ul.nav > li > a:focus + .nav-child,
.navigation ul.nav-child li:hover > ul {
	display: block;
}
#iv-nav .nav-pills ul.nav-child li > ul {
	margin: -38px 0 0 190px;
	padding: 0;
}
.navigation ul.nav-child a {
	display: block;
	clear: both;
	color: #DDD;
	font-size: 16px;
	padding: 3px 20px;
	font-weight: 400;
	line-height: 2em!important;
	white-space: nowrap;
}
#iv-nav .navigation .nav-pills .nav-child {
	padding-bottom: 0;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}
#iv-nav .navigation .nav-pills .nav-child a {
	margin: 0;
	padding: 4px 20px;
	color:#FFF;
	background-color: #21B9D2;
	font-size: 16px;
	border-top: none!important;
	border-bottom: 1px solid #ADD2D2;
	text-transform:inherit;
}
#iv-nav .navigation .nav-pills .nav-child li:last-child a {
	border:none;
}
#iv-nav .navigation .nav-pills .nav-child > .active > a,
#iv-nav .navigation .nav-pills .nav-child > li > a:hover  {
	text-decoration: none;
	color: #000;
}
.navigation .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navigation .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.navigation .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.navigation .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #21B9D2;
	border-left: 6px solid transparent;
	content: '';
}
.navigation .nav-child li > ul:before {
	top: 10px;
	left: -7px;
	border-left: none;
	border-bottom: 7px solid transparent;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
}
.navigation .nav-child li > ul:after {
	top: 11px;
	left: -6px;
	margin-top: 0;
	border-left: none;
	border-top: 6px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
}
/* end nav */
/* logo */
#logo {
	margin: 10px 0 10px 0;
}
#logo img {
	max-width:250px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin: 22px 0 10px;
	text-align:right;
	float: right;
	position:relative;
	width:50px;
}
#cart #cart-total{
	display:none;
}
#cart .btn-group.open .dropdown-toggle{
	box-shadow:none;
}
#cart .cart-link{
	box-shadow:none;
}
#cart a.cart-link:hover, #cart a.cart-link:focus{
	text-decoration:none;
}
#cart #cart-items{
	text-align:right;
}
#cart .cart-link .fa{
	font-size:22px;
}
#cart .count-badge {
	font-size:16px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #21B9D2;
	color:#FFF;
	min-width:450px;
	margin-top:25px;
	z-index: 1001;
}
#cart .dropdown-menu a {
	color:#FFF;
}
#cart .dropdown-menu a.uk-button {
	font-size:13px;
}
#cart .dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 15px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
#cart .dropdown-menu:after {
	position: absolute;
	top: -6px;
	right: 16px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #21B9D2;
	border-left: 6px solid transparent;
	content: '';
}
#cart .dropdown-menu .btn .fa{
	font-size:13px;
}
a.cart-dropdown:hover .dropdown-menu{
	display: block;
}
.carttable{
	background:#1CABC3;
	border:none;
}
#cart .cart-totals table {
	border:none;
	border-bottom:1px solid #BBBBBB;
}
#cart .cart-totals tbody tr {
    border-top:1px solid #BBBBBB;
}
#cart .dropdown-menu .table>tbody>tr>td{
	border:none;
}
#cart .dropdown-menu .cart-totals .table>tbody>tr>td:last-child{
	width:140px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 15px 0;
}
#common-home{
	margin-top:0px;
	overflow:hidden;
}
/* content */
#content {
	min-height: 500px;
}
hr.line{
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #fff;
	border: #DDDDDD -moz-use-text-color #FFFFFF;
}
hr.line2 {
	margin: 40px 0;
	padding: 0;
	border: none;
	height: 1px;
	position:relative;
	clear:both;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	color: #2BBED8;
	text-align: center;
}
hr.line2:after {
	content: "HairMax";
	display: inline-block;
	position: relative;
	top: -14px;
	font-size: 11px;
	padding: 0px 10px;
	background:#FFF;
}
/* footer */
footer {
	margin-top: 0px;
	padding: 30px 0 10px;
	background-color: #F0F2F5;
	background:url(../image/bg-bottom-1.png) no-repeat center top #F0F2F5;
	/*border-top: 1px solid #ddd;*/
	color: #515151;
}
footer hr {
	margin: 15px 0 20px;
	border: 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #fff;
	border: #DDDDDD -moz-use-text-color #FFFFFF;
}
footer a {
	color: #515151;
}
footer a:hover {
	color: #21B9D2;
}
footer h5 {
	font-size: 17px;
	font-weight: 700;
	color: #DF1995;
	padding-bottom:10px;
	border: 0px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #2BBED8, #F0F2F5);
	border-image-slice: 1;
}
.paymenticon{
	text-align:center;
	margin-bottom:15px;
}
.paymenticon img{
	width:51px;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.paymenticon img:hover{
	opacity: 0.6;
}
#footer-copyright{
	background-color: #F0F2F5;
	padding:5px 0 15px;
	/*background-color: #2BBED8;
	padding:30px 0;*/
}
#footer-copyright img{
	max-width:200px;
}
.socialicon{
	text-align:right;
}
.socialicon .fa{
	font-size:30px;
	width:32px;
	text-align:center;
}
.socialicon a{
	display:inline-block;
	color:#2BBED8;
	margin:10px 5px 0;
}
.socialicon a:hover{
	color:#000;
}
#footer-contact{
	background-color: #F0F2F5;
	padding:10px 0 0;
	text-align:center;
	color:#515151;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 3px 0;
	font-size:12px;
	border: none;
	background:#E8EAEA;
	border-radius:0;
	/*text-align:center;*/
	height:34px;
	overflow:hidden;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb a{
	color:#777;
}
.breadcrumb a:hover{
	color:#222;
}
/*.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 14px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	box-shadow: none;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
    border-radius: 3px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.input-group-btn .btn{
	border-radius: 4px;
	font-size:13px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #CCC;
}
.btn-primary {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	background-color: #2BBED8;
	border-color: #2BBED8;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #DF1995;
	border-color: #F81390;
}
.btn-primary2 {
	color: #ffffff;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	background-color: #DF1995;
	border-color: #F81390;
}
.btn-primary2:hover, .btn-primary2:active, .btn-primary2.active, .btn-primary2.disabled, .btn-primary2[disabled] {
	color: #ffffff;
	background-color: #2BBED8;
	border-color: #2BBED8;
}
.btn-primary22:hover, .btn-primary22:active, .btn-primary22.active, .btn-primary22.disabled, .btn-primary22[disabled] {
	color: #ffffff;
	background-color: #2BBED8;
	border-color: #2BBED8;
}
.smart-forms .form-footer .btn{
	padding:10px 80px;
	font-size:16px;
}
.smart-forms .form-footer .btn .fa{
	padding-right:10px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	background-color: #F72712;
	border-color: #F72712;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #B80000;
	border-color: #B80000;
}
.btn-success {
	color: #ffffff;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	background-color: #1AD06A;
	border-color: #1AD06A;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #ffffff;
	background-color: #08B84B;
	border-color: #08B84B;
}
.btn-success2 {
	color: #ffffff;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	background-color: #62c462;
	border-color: #62c462;
}
.btn-success2:hover, .btn-success2:active, .btn-success2.active, .btn-success2.disabled, .btn-success2[disabled] {
	color: #ffffff;
	background-color: #51a351;
	border-color: #51a351;
}
.btn-info {
	color: #ffffff;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	background-color: #27D9F1;
	border-color: #27D9F1;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #ffffff;
	background-color: #DF1995;
	border-color: #F81390;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* Account */
#account-account, #account-order, #account-edit, #account-password, #account-address, #account-wishlist, #account-newsletter{
	padding-bottom:20px;
}
.account-btns{
}
.account-btn .fa{
	font-size:24px;
}
.account-btn{
	display:block;
	width:100%;
	font-size:13px;
	padding:20px 0 5px;
	margin:10px 0;
	background:#F7F7F7;
    border:1px solid #DDD;
	border-bottom:4px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.account-btn:hover{
	border:1px solid #DDD;
	border-bottom:4px solid #2BBED8;
}
.side-bar h3{
	font-size: 17px;
	font-weight: 700;
	padding-bottom:5px;
	border: 0px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #2BBED8, #F0F2F5);
	border-image-slice: 1;
}
.side-menu li .fa{
	color:#2BBED8;
	font-size:18px;
	width: 28px;
	padding-right:10px;
}
.side-menu li a{
	border-right: 5px solid #DDD;
	background:#F7F7F7;
	margin-bottom:1px;
}
.side-menu li a:hover, .side-menu li a.active{
	border-right: 5px solid #21B9D2;
}
.table-style thead tr td {
    background: #2bbed8;
    color:#fff;
    vertical-align: middle;
}
.table-style thead tr td:first-child {
    background: #006990;
}
.table-style tbody tr td{
	vertical-align:middle;
}
.table-style2 thead tr td {
    background: #2bbed8;
    color:#fff;
    vertical-align:middle;
	text-align:center;
}
.table-style2 tbody tr td{
	vertical-align:middle;
	text-align:center;
}
/* product list */
.product-layout{
	margin-bottom:20px;
}
.product-thumb {
	padding: 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
    background-color: #FFF;
	border:1px solid #DDD;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product-thumb .image {
	text-align: center;
	margin-bottom:10px;
}
.product-thumb .image a {
	display: block;
	position:relative;
}
/*.product-thumb .image a:hover {
	-webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    transition: all 400ms;
}*/
.product-thumb .image a:hover:before{
	left:100%
}
.product-thumb .image a:before{
	content:"";
	position:absolute;
	top:0;left:-100%;
	display:block;
	height:100%;
	width:50%;
	z-index:2;
	background-color:rgba(255,255,255,0.3);
	-webkit-transition:all 1s ease 0s;
	-moz-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	-ms-transform:skewX(-20deg);
	-webkit-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	transform:skewX(-20deg);
	background:-webkit-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(255,255,255,0.4) 100%);
	background:-moz-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(255,255,255,0.4) 100%);
	background:-o-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(255,255,255,0.4) 100%);
	background:linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(255,255,255,0.4) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0,0,0,0), endColorstr=rgba(255,255,255,0.4),GradientType=0.9)
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    line-height: 20px;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 100px;
}
.tagicon-2{
	background: url(../../../../../image/catalog/style/most-popular-ribbon.png) no-repeat;
	width:140px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
}
/* Category */
#product-category{
	padding-bottom:20px;
}
#product-category .breadcrumb{
	margin-bottom:0;
}
.category-banner{
	background:#C5EEF4;
	position:relative;
	height:350px;
}
.category-banner h2{
	font-size:40px;
}
.category-banner-content{
	position: absolute;
    right: 10%;
    top: 40%;
    transform: translate(0, -40%);
	z-index:1;
}
.category-banner img{
	position:absolute;
	bottom:0;
	left:0;
	width: auto;
	height:350px;
	z-index:0;
}
.toolbarz .input-group .input-group-addon:first-child{
	font-size:13px;
	padding:2px 10px;
}
.product-grid .pdescription{
	display:none;
}
.product-list .product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
}
.product-list .product-thumb .image{
	margin-bottom:0;
}
.product-list .product-thumb .caption {
	margin-left: 240px;
    padding: 0 20px;
    min-height: 180px;
	text-align:left;
}
.product-list .product-thumb h4{
	margin:10px 0;
	text-align:left;
}
.product-list .pdescription{
	font-size:13px;
	color:#777777;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 100px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
		padding-bottom:10px;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #262626;
    display: block;
    vertical-align: middle;
    margin-bottom: 0px;
    line-height: 28px;
    font-size: 16px;
}
.product-thumb .price-new {
	font-size: 16px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #2BBED8;
	color: #FFF;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.247059);
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #FFF;
	background-color: #DF1995;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group .fa{
	font-size:16px;
}
/*@media (max-width: 1200px) {
	.product-thumb .button-group button {
		width:70%;
	}
	.product-thumb .button-group button + button {
		width:30%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button {
		width:70%;
	}
	.product-thumb .button-group button + button {
		width:30%;
	}
}*/
/* Product Details */
#product-product{
	padding-bottom:30px;
}
.productpage h1{
	font-size:24px;
}
.productpage h2{
	font-size:22px;
}
.productqty{
	clear: both;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.productqty .control-label {
    float: left;
    margin: 6px 10px 0 0;
    font-size: 16px;
}
.productqtyinput{
	float: left;
    margin-right: 10px;
	min-width:60px;
    height: 42px;
    text-align: center;
	box-shadow:none;
}
.productqty .btn{
	padding:10px 16px;
}
.prod-price{
	color:#E7284D;
	font-size:18px;
	border-top: 1px solid #eee;
}
.prod-price h2{
	color:#21B9D2;
	margin:10px 0;
	font-size:20px;
}
.prod-spec{
	line-height:30px;
}
.prod-spec .在庫あり{
	color:#090;
}
.prod-spec .在庫なし{
	color:#FF0000;
}
.home-prod-facts{
	text-align:center;
	line-height:60px;
	margin-bottom:20px;
}
.home-prod-facts .fa{
	font-size:60px;
	color:#DF1995;
	padding:0px 20px;
}
.home-prod-facts img{
	margin-top:-30px;
	height:50px;
	padding:0px 20px;
}

.prod-facts{
	text-align:center;
}
.prod-fact{
	width:24%;
	display:inline-block;
	margin:20px 0;
	padding:0;
	border-right:1px solid #DDD;
}
.prod-fact:last-child{
	border-right:none;
}
.prod-fact .fa{
	font-size:34px;
	padding-top:10px;
	color:#DF1995;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.prod-fact img{
	padding-top:10px;
}
.prod-fact p{
	margin-bottom:0;
	font-size:14px;
}
.prod-fact:hover p{
	color: #21B9D2;
}
.social-share{
	background:#FAFAFA;
	text-align:center;
	padding:10px 10px;
	margin:20px 0;
}
.social-circle{
	height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
}
.social-circle .fa{
	font-size:18px;
	line-height: 36px;
}
.social-circle .uk-icon svg{
	width:26px;
	height:26px;
	margin-top:-7px;
}
.social-share a{
	display:inline-block;
	border:1px solid #2BBED8;
}
.social-share a:hover{
	background:#2BBED8;
	color:#FFF;
}
.productpage .nav-tabs {
    /*border-bottom: 1px solid #2BBED8;*/
	border:none;
}
.productpage .nav-tabs>li{
	display:none;
}
.productpage .tab-content{
	color:#444444;
	line-height:28px;
	overflow:hidden;
}
.productpage .tab-content .container-fluid{
	margin:0 -15px;
}
.blue-panel{
	border-top:1px solid #2BBED8;
	border-bottom:1px solid #2BBED8;
	margin:15px 0 30px;
	color:#2BBED8;
}
.accor-header{
	border-top:1px solid #2BBED8;
	border-bottom:1px solid #2BBED8;
	margin:15px 0 20px;
	line-height:56px;
	font-weight:600;
}
.accor-btn{
	display:block;
	clear:both;
}
.accor-btn:before {
    font-family: "FontAwesome";
	content: "\f077";
	color:#DF1995;
	float:right;
}
.accor-btn.collapsed:before {
	content: "\f078";
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.page-heading{
	text-align:center;
	padding-bottom: 9px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #eee;
	color:#21B9D2;
}
.page-heading2 {
	width: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
	color:#21B9D2;
}
.page-heading2:after {
	display: inline-block;
    margin: 0 0 8px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #DDD;
    width: 140px;
}
.page-heading2:before {
	display: inline-block;
    margin: 0 20px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #DDD;
    width: 140px;
}
.page-heading3{
	padding-bottom: 5px;
    margin: 0;
	color:#21B9D2;
}
.image-area .main-image {
	display:inline-block;
	padding-bottom:3px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#main-image img {
	display:block;
}
.cloud-zoom-wrap a,
.mousetrap {
	cursor:zoom-in;
	/*cursor: url('../image/cursor-zoom.png'),pointer;*/
}
/* Image zoom on hover */
.cloud-zoom-wrap {
	position:relative;
	z-index:2;
	text-align:center;
	border:1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
}
.cloud-zoom-wrap img {
	margin:0 auto;
	text-align:center;
}
.mousetrap{
	display:none !important;
}
.image-area.hover-zoom-disabled .mousetrap {
	display:none;
}
#product-product .swiper-container {
	border-bottom:2px solid #2BBED8;
}
.image-additional .swiper-slide {
	text-align:center;
	padding:2px;
	border-top:2px solid #EEE;
	margin-bottom:10px;
}
.image-additional .swiper-slide:hover{
	border-top:2px solid #2BBED8;
}
/* Checkout */
#checkout-cart .panel-group .panel{
	border-radius:0;
}
#checkout-cart .panel-default>.panel-heading, #checkout-checkout .panel-default>.panel-heading {
    color: #333;
    background-color: #f7f7f7;
    border-color: #ddd;
}
#checkout-cart .panel-title, #checkout-checkout .panel-title{
	font-size:16px;
}
#checkout-checkout .panel-group .panel{
	border-radius:0;
	border-top:1px solid #2BBED8;
}
#checkout-checkout .panel-group h4.panel-title:before{
	content: '\f097';
	font-family: FontAwesome;
	color:#2BBED8;
	padding-right:10px;
}
.checkoutopt{
}
.checkoutopt h3{
	margin-top:0px;
}
.checkoutopt .col-sm-6{
	border-right:1px solid #DDD;
}
.checkoutopt .col-sm-6:last-child{
	border-right:none;
}
#checkout-checkout .buttons .pull-right .btn{
	padding: 7px 30px;
}
.panel_checkout_option, .panel_checkout_shipping_address{
	display:none;
}
.modal-body .textagree{
	font-size:14px;
}
.paymentinfo{
	font-size:15px;
	border:1px solid #DDD;
	padding:20px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}
.paymentinfo img{
	width:52px;
	margin-bottom:20px;
}

.extpanel{
	border-top:1px solid #2BBED8 !important;
}
.extpanel-title .fa{
	color: #2BBED8;
}
.extpanel-default>.extpanel-heading {
	border-bottom:1px solid #ddd;
}
.extpanel .checkbox label, .extpanel .radio label {
    min-height: 20px;
	line-height:22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
/*.personal-details-content .extpanel-body{
	padding-left:0;
	padding-right:0;
}*/
.personal-details-content .extpanel-body .text-danger{
	font-size:12px;
}
.overlaybox .personal-details-content, .overlaybox .content-shopping-cart, .overlaybox .content-comment-box, .overlaybox .content-delivery-method{
	opacity: 0.6;
	position: relative;
	z-index:-1;
}
.ext-delivery-method{
	min-height:144px;
}
.full-payment-method .ext-payment-method img{
	margin-left:10px;
	width:18px;
	height:18px;
	margin-bottom:4px;
	line-height:22px;
}
.exttable{
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	border:1px solid #DDD;
	font-size:14px;
}
.extinput-group .extbtn-block .btn{
	padding: 6px 14px;
}
.extrow .buttons .btn-primary {
    color: #ffffff;
    background-color: #2BBED8;
    border-color: #2BBED8;
}
.extrow .buttons .btn-primary:hover{
	color: #ffffff;
    background-color: #2BBED8;
    border-color: #2BBED8;
}
.extrow .buttons .btn-primary.disabled, .extrow .buttons .btn-primary[disabled] {
	color: #ffffff;
	background-color: #8AC5D8;
	border-color: #DDDDDD;
	z-index:-10;
}
/*.confirm-order-content .warning{
	display:none !important;
}*/
/*[data-braintree-id="toggle"] {
  display: none;
}*/
/*.braintree-method__icon-container.braintree-method__check-container{
	position:relative;
}*/
.braintree-show-methods [data-braintree-id=methods-edit]{
	display:none;
}
.braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active.paymenterror {
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    z-index: 1;
    border-color: #ca2a2a;
    border-width: 2px;
    margin-top: -1px;
    margin-bottom: -1px;
}
.braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active.paymenterror .braintree-method__check {
    background-color: #ca2a2a;
}
.braintree-method .braintree-method__icon svg {
	display:none;
    /*width: 100%;
	height:21px;*/
}
.btn.btn-primary.common-confirm-button.disabled:before{
	display: table;
    content: ' ';
    z-index: 9999;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -10px;
    left: -10px;
	pointer-events: none;
}
.payment-back-btn{
	text-align:center;
	margin:10px 0 10px 0;
}
.payment-back-btn p{
	font-size:13px;
}
.paymentbox .btn.btn-primary.col-sm-12{
	display:block;
	width:100%;
}

/*------------ Add-on ------------*/
/* Before After */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
.twentytwenty-before-label {
  opacity: 0; }
.twentytwenty-before-label:before {
  content: attr(data-content); }
.twentytwenty-after-label {
  opacity: 0; }
.twentytwenty-after-label:before {
  content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1; }
.twentytwenty-before {
  z-index: 20; }
.twentytwenty-after {
  z-index: 10; }
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
/* End Before After */
/* Swiper Slider */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top:-13px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: FontAwesome;
  font-size: 18px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '\f053';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '\f054';
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Carousel Multi */
.carouselmulti .carousel-control { 
    width: 8%;
    width: 0px;
}
.carouselmulti .carousel-control.left, .carouselmulti .carousel-control.right { 
	margin-right: 0px;
	margin-left: 0px; 
	background-image: none;
	opacity: 1;
}
.carouselmulti .carousel-control > a > span {
	color: #FFF;
	font-size: 29px;
	opacity: 0.3;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.carouselmulti .carousel-control > a:hover > span {
	opacity: 1;
}
.carouselmulti .carousel-col { 
	position: relative; 
	min-height: 1px; 
	padding: 5px; 
	float: left;
	text-align:center;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carouselmulti .carousel-inner .item{
		transition: 500ms ease-in-out all;
	}
}
.carouselmulti .carousel-col img{
	max-height:100px;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.carouselmulti .carousel-col img:hover{
	opacity: 1;
}
.carouselmulti .active > div { display:none; }
.carouselmulti .active > div:first-child { display:block; }
@media (max-width: 767px) {
	.carouselmulti .carousel-inner .active.left{ left: -50%; }
	.carouselmulti .carousel-inner .active.right{ left: 50%; }
	.carouselmulti .carousel-inner .next{ left:  50%; }
	.carouselmulti .carousel-inner .prev{ left: -50%; }
	.carouselmulti .carousel-col{ width: 50%; }
	.carouselmulti .active > div:first-child + div{ display:block; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.carouselmulti .carousel-inner .active.left{ left: -50%; }
	.carouselmulti .carousel-inner .active.right{ left: 50%; }
	.carouselmulti .carousel-inner .next{ left:  50%; }
	.carouselmulti .carousel-inner .prev{ left: -50%; }
	.carouselmulti .carousel-col{ width: 50%; }
	.carouselmulti .active > div:first-child + div{ display:block; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.carouselmulti .carousel-inner .active.left{ left: -33%; }
	.carouselmulti .carousel-inner .active.right{ left: 33%; }
	.carouselmulti .carousel-inner .next{ left:  33%; }
	.carouselmulti .carousel-inner .prev{ left: -33%; }
	.carouselmulti .carousel-col{ width: 33%; }
	.carouselmulti .active > div:first-child + div{ display:block; }
	.carouselmulti .active > div:first-child + div + div{ display:block; }
}
@media (min-width: 1200px) {
	.carouselmulti .carousel-inner .active.left{ left: -25%; }
	.carouselmulti .carousel-inner .active.right{ left:  25%; }
	.carouselmulti .carousel-inner .next{ left:  25%; }
	.carouselmulti .carousel-inner .prev{ left: -25%; }
	.carouselmulti .carousel-col{ width: 25%; }
	.carouselmulti .active > div:first-child + div{ display:block; }
	.carouselmulti .active > div:first-child + div + div{ display:block; }
	.carouselmulti .active > div:first-child + div + div + div{ display:block; }
}
/* End Carousel Multi */
/* Carousel Testimonial */
#testimonial-carousel{
    margin-top: 100px;
}
.testimonialbox .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.testimonialbox .carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.testimonialbox .carousel-indicators li {
		transition: none;
	}
}
.testimonialbox .carousel-indicators .active {
	opacity: 1;
}
.testimonialbox .carousel-indicators {
    bottom: -52px;
}
.testimonialbox .carousel-indicators li{
    background-color: #2BBED8;
}
.testimonialbox .carousel-inner{
	min-height:280px;
}
.testimonialbox img{
    border: 4px solid #2BBED8;
    padding: 10px;
}
.testimonialtext{
	margin-top:-20px;
    padding: 20px;
	min-height:290px;
    background: #EEEEEE;
}
/* End Carousel Testimonial */
/* Slick */
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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:after,.slick-track:before{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}
.caption-slider{
    position: absolute;
    top:50%;
    padding: 30px;
    left: 50px;
    background: rgba(255, 255, 255, 0.8);
    transform: translate(0, -50%);
}
.slider-slide-box{
    box-sizing: border-box;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    position: relative;
}
.slider-slide-box img{
    width: 100%;
}
.slick-prev{
    position: absolute;
    width: 50px;
    height: 50px;
    top:50%;
    left: 0px;
    transform: translate(0, -50%);
    border: 0;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.8);
}
.slick-prev i{
    margin-left: 18px;
    margin-top: 14px;
    color: #2bbed8;
}
.slick-next{
    position: absolute;
    width: 50px;
    height: 50px;
    top:50%;
    right: 0px;
    transform: translate(0, -50%);
    border: 0;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.8);
}
.slick-next i{
    margin-left: 20px;
    margin-top: 14px;
    color: #2bbed8;
}
/* End Slick */
/*------------ End Add-on ------------*/
/* IV Statistic */
.ivstatistic {
	text-align:center;
	font-size:16px;
	color:#000;
	margin:50px 0 30px;
}
.ivstatistic .counter{
	color:#21B9D2;
	font-size:70px;
	font-weight:700;
	margin:0 10px;
	display:inline-block;
}
.ivstatistic span{
	display:inline-block;
	color:#DF1995;
}
/* Loader 6 */
.iv-redicounter{
	width:150px;
	height:150px;
	position:relative;
	margin:0 auto;
}
.redicounter{
	font-size:50px;
	font-weight:800;
	color:#FFF;
	text-shadow: 0 1px 0 #FFF;
	text-align:center;
	position:absolute;
	top:60px;
	left:0;
	width:150px;
	z-index:20;
}
.loadercenter {
	display: block;
	position:absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
}
.loader-6 {
	height: 150px;
	width: 150px;
	background:#2BBED8;
	border-radius: 50%;
}
.loader-6 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 150px;
	width: 150px;
}
.loader-6 span::before,
.loader-6 span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 150px;
	width: 150px;
	border: 6px solid #FFF;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: loader-6-1 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) infinite;
	        animation: loader-6-1 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) infinite;
}
@-webkit-keyframes loader-6-1 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(0); opacity: 1; }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1.5); opacity: 0; }
}
@keyframes loader-6-1 {
	0%   { transform: translate3d(0, 0, 0) scale(0); opacity: 1; }
	100% { transform: translate3d(0, 0, 0) scale(1.5); opacity: 0; }
}
.loader-6 span::after {
	-webkit-animation: loader-6-2 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) .25s infinite;
	        animation: loader-6-2 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) .25s infinite;
}
@-webkit-keyframes loader-6-2 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(0); opacity: 1; }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
}
@keyframes loader-6-2 {
	0%   { transform: translate3d(0, 0, 0) scale(0); opacity: 1; }
	100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	margin-bottom: 21px;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.img-polaroid {
	padding: 7px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.img-border {
	padding: 5px;
	border: 1px solid #ddd;
}
.img-shadow {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.47);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.47);
	box-shadow: 0 0 5px rgba(0,0,0,.47);
}
.img-shadow.img-right {
	margin-right: 7px;
}
.img-shadow.img-left {
	margin-left: 7px;
}
.img-right{
	float:right;
	position:relative;
	margin-left:10px;
}
.img-left{
	float:left;
	position:relative;
	margin-right:10px;
}
.img-shadow2{
	padding: 5px;
	background:#FFF;
	-moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.img-fullwidth{
	width:100%;
	height:auto;
}
.loginpanel {
	max-width:480px;
    margin: 20px auto 0;
    position: relative;
}
.loginpanel h2{
	text-align:center;
	color:#21B9D2;
}
.loginpanel .fa{
	width:20px;
	text-align:center;
}
.loginpanel form{
	background:url(../image/bg-jp-2.png) repeat;
	border:2px solid #21B9D2;
    padding: 10px 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#account-register form{
	border:2px solid #21B9D2;
    padding: 10px 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Pages */
.homeslide-content{
}
.homeslide-contentfull{
	width:1900px;
	height:750px;
	overflow:hidden;
}
a.homeslide-linkbanner{
}
.homeslide-content h4{
	font-size:52px;
	font-weight:700;
	color:#222;
	line-height:70px;
	/*padding-bottom:50px;*/
	padding-left:120px;
	padding-bottom:220px;
}
.homeslide-content a{
	font-size:24px;
	font-weight:700;
	border:2px solid #2BBED8;
	padding:8px 40px;
}
.homeslide-content a:hover{
	color:#DF1995;
	border:2px solid #DF1995;
}
.homeslide-text-1::first-line{
	color:#DF1995;
	/*white-space: pre-line;*/
}
.homeslide-text-6{
	margin-left:-1000px;
}
.homeslide-text-7{
	padding-left:150px !important;
}
.homeslide-content-timer{
	margin-top:20px;
	/*padding:10px 10px 5px 10px;
	text-align:center;
	background: rgba(255,255,255,0.8);*/
}
.home-slider .tp-bullet.selected, .home-slider .tp-bullet:hover {
    background: #DF1995;
}
.home-slider .tp-bullet {
    background: #2BBED8;
}
.countdowntext{
	text-align:center;
	background:#2BBED8;
	color:#FFF;
	margin:0 3px 5px;
}
.countcontainer{
	margin:0;
	padding:0;
	position:relative;
}
.countcontainer .countdownbox{
	width:25%;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}
.homeslide-content-timer .clockbox{
	background: rgba(255,255,255,0.8);
	position:relative;
	display:block;
	height:56px;
	padding-top:6px;
	padding-bottom:6px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.homeslide-content-timer .countdown-number{
	font-size:44px;
	line-height:44px;
	color:#21B9D2;
	text-align:center !important;
}
.homeslide-content-timer .countdown-label{
	font-size:18px;
	text-align:center !important;
}
.homeslide-content-timer .countdown-separator{
	display:none;
	/*position: absolute;
	right:0;
	top:0;*/
}
.home-sec-1 h2{
	padding-bottom:10px;
}
.home-sec-2 h2, .home-sec-3 h2, .home-sec-4 h2, .home-sec-5 h2, .home-sec-6 h2, .home-sec-10 h2{
	padding-bottom:30px;
}
.home-sec-1 h2:after, .home-sec-2 h2:after, .home-sec-3 h2:after, .home-sec-4 h2:after, .home-sec-5 h2:after, .home-sec-6a h2:after, .home-sec-7a h2:after{
	content: "";
    display: block;
    max-width: 120px;
    padding-top: 15px;
    border-bottom: 4px solid #2BBED8;
    margin: 0 auto 20px auto;
}
.home-sec-1{
	padding:60px 0;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 70%, rgba(224,224,224,1) 100%);
}
.home-sec-1-top{
	background:url(../image/bg-bottom-2.png) no-repeat center top;
	width:100%;
	height:33px;
	margin-top:-61px;
}
.home-sec-1 p{
	font-size:20px;
	line-height:1.5;
}
.home-sec-2{
	background: url("../../../../../image/catalog/page/video-banner.jpg");
	background-position: center center;
    background-size: cover;
    padding: 100px 0;
	overflow:hidden;
}
.home-sec-3{
	padding:0;
	background: url("../../../../../image/catalog/page/half-banner.jpg");
    background-position: center center;
    background-size: cover;
	text-align:center;
	overflow:hidden;
}
.home-sec-7{
	padding: 40px 0 50px;
	background: url("../../../../../image/catalog/page/half-banner.jpg");
    background-position: center center;
    background-size: cover;
	text-align:left;
	overflow:hidden;
}
.home-sec-8{
	padding: 40px 0 50px;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 70%, rgba(224,224,224,1) 100%);
	overflow:hidden;
}
.home-sec-9{
	background: url("../../../../../image/catalog/page/video-banner-3.jpg");
	background-position: center center;
    background-size: cover;
    padding: 100px 0;
	overflow:hidden;
}
.home-sec-3 h3{
	margin-top:20px;
	margin-bottom:40px;
}
.home-sec-3-icon{
    padding-top: 40px;
    padding-bottom: 20px;
}
.home-sec-3-icon p{
	color:#21B9D2;
	font-size:14px;
	margin-top:10px;
	margin-bottom:30px;
}
.home-sec-4, .home-sec-10{
	padding:70px 0;
}
.home-sec-4 .beforeafter{
	margin:20px 0 40px;
	text-align:center;
}
.home-sec-4 .twentytwenty-container{
	margin:0 auto;
	min-height:220px;
	max-width:500px;
}
.twentytwenty-overlay{
	display: none;   
}
.home-sec-5{
	padding:20px 0;
	background:#2BBED8;
}
.home-sec-5 h2{
	padding-bottom:10px;
}
.home-sec-5 h2:after{
	border-bottom: 4px solid #DF1995;
}
.home-sec-6{
	padding:50px 0 100px;
	background: url(../../../../../image/catalog/page/testimonial-banner.jpg);
    background-position: center center;
    background-size: cover;
}
#information-information, #information-contact, #affiliate-register{
	color:#222222;
	letter-spacing:1px;
	line-height:28px;
}
#information-information .breadcrumb, #information-contact .breadcrumb, #affiliate-register .breadcrumb{
	max-width:1140px;
	margin:0 auto 30px;
}
#information-information .page-heading, #information-contact .page-heading, #affiliate-register .page-heading{
	text-align:center;
	padding-bottom:40px;
    margin: 0;
    border: none;
	background-color: #E1FEFF;
	background-image: linear-gradient(to bottom, #F5FFFF, #E1FEFF);
	background-repeat: repeat-x;
}
#information-information .page-heading h1, #information-contact .page-heading h1, #affiliate-register .page-heading h1{
	color:#21B9D2;
}
#information-information .container, #information-contact .container, #affiliate-register .container{
	padding-top:50px;
	padding-bottom:50px;
}
#information-information h4, #information-contact h4, #affiliate-register h4{
	font-size:18px;
	font-weight:700;
}
.hairmax-bg-parallex{
    background:url(../../../../../image/catalog/page/hairmax-technology-parallex.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #FFF;
    padding: 0;
    border-radius: 0;
	overflow:hidden;
}
.hairmax-bg-parallex h2{
	color:#FFF;
}
.hairmax-bg-noparallex{
    background:url(../../../../../image/catalog/page/hairmax-technology-parallex.jpg);
    color: #fff;
}
.contain-white-out-box{
	position:relative;
}
.white-out-boxes {
    position: relative;
	margin-top:30px;
	clear:both;
}
.white-out-boxes h4{
	font-weight:700;
}
.white-out-box{
    position: absolute;
    width: 130%;
    top: 170px;
    transform: translate(0.3%, -50%);
    padding: 30px;
    background: #FFF;
}
.hairmaxothers2 .white-out-box-right{
    position: absolute;
    width: 130%;
    top: 170px;
    /*transform: translate(-27.5%, -50%);*/
    padding: 10px;
    background: #FFF;
}
.white-out-box-right{
    position: absolute;
    width: 130%;
    top: 170px;
    transform: translate(-27.5%, -50%);
    padding: 30px;
    background: #FFF;
}
.minus-index{
    z-index: -1;
    float: left;
}
#information-information .number{
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}
#information-information .number .timer{
    font-size: 46px;
    line-height: 50px;
    color: #2bbed8;
}
#information-information .number p{
	font-size:16px;
}
.blue-line{
    border-top: 4px solid #2bbed8;
    width: 140px;
	box-sizing: content-box;
    height: 0;
	margin:10px auto 20px;
}
.with-pink-line{
    padding-bottom: 5px;
    border-bottom: 2px solid #df1995;
}
.with-pink-line:hover{
    border-bottom: 2px solid #000;
}
.headerline:after{
    content: "";
    display: block;
    max-width: 120px;
    padding-top: 15px;
    border-bottom: 4px solid #2BBED8;
    margin: 0 auto 20px auto;
}
.headerline2:after{
    content: "";
    display: block;
    max-width: 120px;
    padding-top: 15px;
    border-bottom: 4px solid #DF1995;
    margin: 0 auto 20px auto;
}
.simple-box, 
.info-box, 
.success-box, 
.warning-box, 
.error-box { 
	margin: 10px 0 11px;
	padding: 9px 14px 9px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.simple-box { 
	background-color: #eeeeee; 
	border: 1px solid #e7e7e7; 
	color: #777; 
}
.info-box { 
	background-color: #D9EDF7; 
	border: 1px solid #BCE8F1; 
	color: #3A87AD; 
}
.success-box { 
	background-color:#dff0d8;
	border-color:#d6e9c6; 
	color:#468847; 
}
.warning-box { 
	background-color:#fcf8e3; 
	border: 1px solid #fbeed5; 
	color:#c09853; 
}
.error-box { 
	background-color: #F2DEDE; 
	border-color: #EED3D7; 
	color: #B94A48; 
}
.margin-top-60{
    margin-top: 60px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-bottom-60{
    margin-bottom: 60px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-min-top-80{
    margin-top: -80px;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-left-20{
    margin-left: 20px;
}
.margin-right-10{
    margin-right: 10px;
}
.nopadding{
	padding:0;
}
.nomargin{
	margin:0;
}
.left-hr{
    margin-left: 0;
    margin-right: 0;
}
.grey-color-bg{
    background: #EEEEEE;
}
.red {
    color: #ff0000;
}
.f24em {
    font-size: 2.4em;
	font-weight:bold;
}
ul.ticks{
	padding-left:0;
}
ul.ticks li{
	list-style:none;
	line-height:30px;
	padding-left: 30px;
}
ul.ticks li:before{
    font-family: FontAwesome;
    content: "\f058";
	font-size:16px;
    padding-right: 10px;
    color: #2EBFD9;
	display: inline-block;
	margin-left: -30px;
	width: 30px;
}
.table-compare td {
    vertical-align: middle;
    text-align: center;
}
.table-compare thead tr th {
    background: #2bbed8;
    color:#fff;
    vertical-align: middle;
	min-width:100px;
}
.table-compare thead tr th:first-child {
    background: #006990;
}
.table-compare a{
    color: #fff;
}
.table-compare .blue-row td{
    background: #2bbed8 !important;
}
.table-compare .blue-row td:hover{
    background: #DF1995 !important;
}
.table-compare .fa{
	color:#7DD92E;
}
.table-compare2 td {
    vertical-align: middle;
}
.table-compare2 thead tr th {
    background: #2bbed8;
    color:#fff;
    vertical-align: middle;
}
.filterboxes{
	position:relative;
}
.filtercontrol{
	width:100%;
	text-align:center;
}
.filtercontrol ul{
	padding:0;
	list-style:none;
}
.filtercontrol ul > li {
	display:inline-block;
	border:1px solid #2BBED8;
	border-bottom:3px solid #2BBED8;
	margin:5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.filtercontrol ul > li > a {
    position: relative;
    display: block;
    padding: 2px 10px;
}
.filtercontrol ul > li.uk-active, .filtercontrol ul > li:hover {
	border:1px solid #DF1995;
	border-bottom:3px solid #DF1995;
}
.filterboxes .img-fluid{
	background: #fff;
	padding:5px;
	margin:20px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.filterboxes .img-fluid:hover{
	-moz-box-shadow: 0 0 10px #21B9D2;
	-webkit-box-shadow: 0 0 10px#21B9D2;
	box-shadow: 0 0 10px #21B9D2;
}
.filterboxes h4{
	color:#FFF;
	background:#2BBED8;
	text-align:center;
	padding:8px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.testimonial-box{
	background:#EEE;
	padding:10px 20px;
	margin-bottom:20px;
	border-left:3px solid #2BBED8;
	position:relative;
}
.testimonial-box:before {
    position: absolute;
    bottom: -10px;
    left: 20px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #EEE;
    border-left: 10px solid transparent;
    content: '';
}
.testimonial-box h5{
	font-size:15px;
	font-weight:600;
}
.video-thumbnails{
	margin-bottom:20px;
}
.video-thumbnail{
	border:1px solid #DDD;
	padding:2px;
}
.faqfilters .faq-btn{
	padding-bottom:10px;
	display:block;
	clear:both;
}
.faqfilters .faq-btn:before {
    font-family: "FontAwesome";
	content: "\f146";
	color:#DF1995;
	width:30px;
	padding-right:10px;
}
.faqfilters .faq-btn.collapsed:before {
	content: "\f0fe";
}
.faqfilters .faq-body{
	border-bottom:1px solid #DDD;
	padding-bottom:10px;
	margin-bottom:20px;
}
/* Blog */
#blog-main, #blog-post{
	padding-bottom:20px;
}
#blog-main .breadcrumb{
	margin-bottom:0;
}
#blog-post .breadcrumb{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.blogs img{
	width:auto;
}
.blogs h3{
	font-size:16px;
	margin-top:0;
}
.blogs a{
	color:#000;
}
.blogs-box{
	width:100%;
	float:left;
	position:relative;
	border-bottom:1px dashed #DDD;
	margin-bottom:20px;
}
.blogs-image{
	width:30%;
	margin:0;
	padding:5px 5px 10px 5px;
	float:left;
	position:relative;
}
.blogs-post-text{
	width:70%;
	margin:0;
	padding:5px;
	float:left;
	position:relative;
	font-size:14px;
}
.blogs-post-spec{
	font-size:13px;
}
.blogspost .blogcovertitle{
	color:#000;
	text-align:center;
	margin:0;
}
.blogspost .blogdate{
	text-align:left;
	border-bottom: 1px solid #eee;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px
}
.blogspost .blogdetail{
}
.blogspost .blogdetail .img-fullwidth{
	margin-bottom:20px;
}
.blogsmod{
	position:relative;
}
.blogsmodcontainer{
	width:100%;
	float:left;
	position:relative;
	clear:both;
	margin-bottom:30px;
}
.blogsmodbox{
	width:25%;
	float:left;
	position:relative;
	background:#B8B8B8;
}
.blogsmodimage img{
	width:100%;
	height:auto;
}
.blogsmodtext{
	color:#FFF;
	position:absolute;
	left:10px;
	bottom:0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.247059);
}
.blogsmodtext h4{
	color:#FFF;
	font-weight:600;
	margin-top:0px;
}
.blogsmodtext p{
	font-size:12px;
	margin-bottom:0;
}
.blogsmodtext a{
	color:#FFF;
}

.blogsmod2{
}
.blogsmodtext2 p{
	font-size:12px;
}
.blogsmodimage2{
	float:right;
	position:relative;
	margin-left:20px;
}

.blogpager{
	border-top:1px solid #DDD;
}
.blogpager ul{
	padding:20px 0 0 0;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	text-align:center;
	max-width:600px;
	margin:0 auto;
}
.blogpager ul li {
	list-style:none;
	padding:0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    width: 34%;
}
.blogpager ul li.blogpager-m:before, .blogpager ul li.blogpager-n:before {
    content: "";
    display: block;
    height: 15px;
    border-right: 1px solid #DDD;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}
.blogpager .fa{
	color:#999999;
}
/* Blog end */
.promotiontext{
	max-width:1140px;
	background:#DF1995;
	color:#FFF;
	margin:0 auto 0px;
	padding:0;
	/*height:34px;*/
	line-height:34px;
	text-align:center;
}
.promotiontext2{
	max-width:1140px;
	background:#B200FF;
	color:#FFF;
	margin:0 auto 0px;
	padding:0;
	line-height:34px;
	text-align:center;
}
.promo-text{
	display:inline-block;
	position:relative;
}
.contact-box1{
	border:1px solid #DDD;
	padding:20px 20px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-box1 .fa{
	font-size:16px;
	color:#2BBED8;
	width:28px;
	padding-right:5px;
	text-align:center;
}
.contact-box1 .uk-alert{
	margin-bottom:0;
}
.contact-box2{
	border:1px solid #DDD;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#eyelensmap{
	width:100%;
	height:360px;
	min-height:360px;
}
.blue{
    color: #2bbed8;
}
.pink{
    color: #df1995;
}
.white{
    color: #fff;
}
.bold{
    font-weight: 600;
}
.regular{
    font-weight: 400;
}
/* End Pages */
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: -10px;
    color: inherit;
}
.hovershine{
	position: relative;
	overflow:hidden;
}
.hovershine::before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hovershine:hover::before{
	-webkit-animation: shines 1s;
	animation: shines 1s;
}
@-webkit-keyframes shines {
	100% {
		left: 125%;
	}
}
@keyframes shines{
	100% {
		left: 125%;
	}
}
/* BACKTOP */
a.backtop i {
	background-color: #2BBED8;
	color: #FFFFFF;
	font-size: 18px;
	padding-right: 0;
	padding:8px 12px;
	display: block;
	border-radius: 4px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.backtop i:hover {
	opacity: 0.8;
}
#iv-backtotop {
	position: fixed;
	bottom: 3em;
	right: 3em;
	width: 30px;
}
#iv-backtotop .backtop { 
	float: right; 
}
/*.vdivider .col-md-2 + .col-md-2 {
	border-left: 1px solid #ddd;
}*/
.vdivider:before {
	background: #DDD none repeat scroll 0 0;
    content: "";
    height: 140px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
}
.vdivider:last-child:before{
	display:none;
}
.color-blue{
	color:#21B9D2;
}
.color-white{
    color: #FFF;
}
.color-pink{
	color:#DF1995;
}
.grey-bg {
    background:#f7fefe;
}
.cyan-bg {
    background: #dff2f7;
}
.inner-bg{
	background-color: #E1FEFF;
	background-image: linear-gradient(to bottom, #F5FFFF, #E1FEFF);
	background-repeat: repeat-x;
}
.inner-bg2{
	background-color: #E1FEFF;
	background-image: linear-gradient(to bottom, #E1FEFF, #F5FFFF);
	background-repeat: repeat-x;
}
.about-bg{
    background: url(../../../../../image/catalog/page/about-bg.jpg);
    background-size: cover;
    background-position: center;
}
.iconbig{
	font-size:60px;
}
.fontbold{
    font-weight: 700;
}
.fontregular{
    font-weight: 400;
}
a.button-line{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin:5px 22px;
	padding: 0 0 10px;
	font-size: 16px;
	font-weight:700;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0;
	text-decoration: none;
	transition: all 0.3s ease;
}
a.button-line:after{
	background: #c60070;
	content: '';
    position: absolute;
    bottom: -.2em;
    left: 50%;
    height: 3px;
    width: 100%;
    max-width: 100%;
    transform: translateX(-50%);
    transition: all 0.3s ease-out;
}
a.button-line:hover:after{
	width: 48px;
    max-width: 50%;
}
a.button-line-page{
	position: relative;
	display: inline-block;
	border: 0;
	text-decoration: none;
	transition: all 0.3s ease;
}
a.button-line-page:after{
	background: #c60070;
	content: '';
    position: absolute;
    bottom: -.2em;
    left: 50%;
    height: 3px;
    width: 100%;
    max-width: 100%;
    transform: translateX(-50%);
    transition: all 0.3s ease-out;
}
a.button-line-page:hover:after{
	width: 48px;
    max-width: 50%;
}
a.button-pink{ 
    padding: 8px 20px;
    color: #fff;
    background: #DF1995;
    width: 125px;
    text-align: center;
    height: 40px;
}
a.button-pink:hover {
    background: #2BBED8;
}
a.button-blue{
    padding: 8px 20px;
    color: #fff;
    background: #2BBED8;
    width: 125px;
    text-align: center;
    height: 40px;
}
a.button-blue:hover {
    background: #DF1995;
}
a.button-play .fa{
	font-size:100px;
	color:#999999;
}
a.button-play .fa:hover {
    color:#2BBED8;
}
a.link-pink{
	color:#DF1995;
}
a.link-pink:hover{
	color:#2BBED8;
}
.no-padding{
    padding: 0;
}
.txtcenter{
	text-align:center;
}
.txtleft{
	text-align:left;
}
.txtright{
	text-align:right;
}
.mobilex{
    display: block;
}
.mobiley{
    display: none;
}
.mobilef{
    display: inline;
}
.villax{
	display:none;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
	#logo img {
		max-width: 210px;
		margin-top:4px;
	}
	#iv-nav .navigation li a {
		color: #000;
		padding: 22px 6px 22px;
		margin: 0px;
		font-size: 14px;
		text-transform: uppercase;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.homeslide-content-timer .clockbox{
		height:44px;
		padding-top:3px;
		padding-bottom:3px;
	}
	.homeslide-content-timer .countdown-number{
		font-size:38px;
		line-height:38px;
	}
	.home-sec-3-icon {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.home-sec-3 .col-md-6:last-child {
		padding-top:50px;
	}
	.home-sec-4 .twentytwenty-container {
		min-height: 195px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	.homeslide-content-timer{
		margin-top:10px;
	}
	.homeslide-content-timer .clockbox{
		height:28px;
		padding-top:6px;
		padding-bottom:6px;
		margin-left:2px;
		margin-right:2px;
		margin-bottom:2px;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	}
	.homeslide-content-timer .countdown-number{
		font-size:16px;
		line-height:16px;
	}
}
@media (max-width: 991px) {
	.mobilex{
		display: none;
	}
	.mobiley{
		display: block;
	}
	.mobilef{
		display: none;
	}
	h1{
		font-size:24px;
	}
	h2{
		font-size:20px;
	}
	h3{
		font-size:17px;
	}
	#top-links{
		/*text-align:center;*/
	}
	#top-links li a{
		text-align:right;
		padding-right:2px;
		width:46px;
	}
	#top-links li a:hover{
		background:none;
	}
	#top-links .fa{
		cursor:pointer;
	}
	/*MobileMenu*/
    #sm_menu_ham{
        display: block;
		z-index:200;
    }
    .sm_menu_outer {
        height: calc(100vh - 115px);
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        left: 0;
		bottom: 0;
        top: 116px;
        z-index: -9;
        opacity: 0;
        background-color: #21B9D2;
        width: 100%;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		transition: opacity 0.2s;
    }
	.sm_menu_outer .mobile_menu a{
        color: #FFF;
        font-size: 14px;
        padding: 12px 15px;
		border-bottom:1px solid #10AEC8;
    }
    .sm_menu_outer ul {
        padding: 0;
    }
	.sm_menu_outer.accordion .mobile_menu .hasChild > .submenu li {
		padding-left: 0px;
	}
	.sm_menu_outer.accordion .mobile_menu .hasChild > .submenu li a{
		padding-left:40px;
		color:#F7F7F7;
	}
	.sm_menu_outer.accordion .mobile_menu li.hasChild > a::before {
		right: 0;
		top: 8px;
		width: 40px;
		height: 25px;
		transition: all 0.19s ease;
	}
    .overlay{
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #000;
        opacity: 0.5;
        z-index: 1;
    }
    #sm_menu_ham{
        top: 65px;
    }
    #sm_menu_ham span {
        background-color: #21B9D2;
        border-radius: 5px;
        display: block;
        height: 4px;
        left: 0;
        opacity: 1;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        width: 30px;
    }
	/*End MobileMenu*/
	#footer-copyright, .socialicon{
		text-align:center;
	}
	.tablemobile table{
		border:none;
	}
	.tablemobile thead tr {
		display: none;
	}
	.tablemobile tr td {
		display: block;
		text-align:center;
	}
	.tablemobile tr td:first-child {
		font-weight: normal;
		text-align: center;
	}
	.tablemobile td:nth-child(4), .tablemobile td:nth-child(5){
		display:none;
	}
	.tablemobile .input-group{
		max-width:250px;
		margin:0 auto;
	}
	.ivstatistic .counter{
		font-size:40px;
	}
	#testimonial-carousel{
		margin-top:10px;
	}
	.testimonialbox img{
		margin:0 auto;
		display:block;
	}
	.home-sec-1 h2, .home-sec-2 h2, .home-sec-3 h2, .home-sec-4 h2, .home-sec-5 h2, .home-sec-6 h2{
		padding-bottom:10px;
	}
	.home-sec-1 p{
		font-size:16px;
	}
	.home-sec-3, .home-sec-7{
		background:none;
	}
	.home-sec-3{
		padding:50px 0 0;
	}
	.home-sec-6{
		padding:50px 0;
	}
	.home-sec-7{
		padding:50px 0 50px;
	}
	.testimonialtext{
		margin-top:0px;
		padding: 15px;
		min-height:350px;
	}
	.productpage h1{
		text-align:center;
	}
	.prod-fact{
		width:23%;
	}
	.prod-fact p{
		margin-bottom:0;
		font-size:8px;
	}
	.centerslide .slick-prev{
        left: 10px;
    }
    .centerslide .slick-next{
        right: 10px;
    }
    .caption-slider{
        left: 60px;
    }
	.white-out-box {
        position: relative;
        width: 100%;
        top: 0;
        transform: translate(0, 0);
        padding: 0px;
        background: #fff;
    }
    .white-out-box-right{
        position: relative;
        width: 100%;
        top: 0;
        transform: translate(0, 0);
        padding: 0px;
        background: #fff;
    }
	.blogsmodbox{
		width:50%;
		float:left;
		position:relative;
		background:#B8B8B8;
	}
	#iv-backtotop {
		bottom: 2em;
		right: 1em;
		width: 30px;
	}
}
@media (max-width: 767px) {
	.page-heading2 {
		width: 100%;
		margin: 10px;
		padding: 10px;
		text-align: center;
		color:#21B9D2;
	}
	.page-heading2:after {
		width: 40px;
	}
	.page-heading2:before {
		width: 40px;
	}
	#logo img {
		max-width: 200px;
	}
	.content-layer{
		margin-top:102px;
	}
	.slider-slide-box img {
        width: 150%;
		max-width: 150%;
    }
    .slider-slide-box {
		border-left: 0px solid #fff;
    }
    .caption-slider {
        position: relative;
        width: calc(100% + 20px);
        left: 0;
        top:0;
        transform: translate(0, 0);
    }
    .centerslide .slick-prev, .centerslide .slick-next {
        top: 50px;
    }
	.countdowntext{
		font-size:6px;
		padding:3px 0;
		margin:0 0px 3px 2px;
	}
	.homeslide-content-timer{
		margin-top:10px;
	}
	.homeslide-content-timer .clockbox{
		height:18px;
		width:18px;
		padding-top:2px;
		padding-bottom:2px;
		margin-left:2px;
		margin-right:2px;
		margin-bottom:2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	}
	.homeslide-content-timer .countdown-number{
		font-size:14px;
		line-height:14px;
	}
	.home-prod-facts{
		text-align:center;
		line-height:60px;
		margin-bottom:20px;
	}
	.home-prod-facts .fa{
		font-size:38px;
		color:#DF1995;
		padding:0px 8px;
	}
	.home-prod-facts img{
		margin-top:-20px;
		height:34px;
		padding:0px 8px;
	}
	.filtercontrol ul > li {
		width: 46%;
		float: left;
		margin: 5px 2%;
	}
	.category-banner{
		height:450px;
	}
	.category-banner h2{
		font-size:24px;
	}
	.category-banner-content{
		left: 20%;
		top: 2%;
		transform: translate(0, -2%);
	}
	.category-banner img{
		width: auto;
		height:320px;
	}
	.prod-fact{
		width:48%;
		margin:10px 0;
	}
	.prod-fact + .prod-fact{
		border-right:none;
	}
	.prod-fact + .prod-fact + .prod-fact{
		border-right:1px solid #DDD;
	}
	.prod-fact + .prod-fact + .prod-fact + .prod-fact{
		border-right:none;
	}
	.prod-fact p{
		margin-bottom:0;
		font-size:14px;
	}
	.checkoutopt .col-sm-6{
		border-right:none;
	}
	.checkoutopt .col-sm-6:first-child{
		border-bottom:1px solid #DDD;
		padding-bottom:20px;
		margin-bottom:10px;
	}
	#checkout-checkout .buttons .pull-right{
		float:none !important;
	}
	#checkout-checkout .buttons .pull-right .btn{
		width:100%;
	}
	.vdivider + .vdivider:before{
		display:none;
	}
	.vdivider + .vdivider + .vdivider:before{
		display:block;
	}
	.vdivider + .vdivider + .vdivider + .vdivider:before{
		display:none;
	}
	.blogs-post-text p{
		display:none;
	}
	.blogsmodimage2{
		float:none;
		position:relative;
		margin-left:0px;
		width:300px;
		margin:0 auto;
		clear:both;
	}
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
	.col-five-offset{
		width: 20% !important;
	}
}
/*@media (min-width: 601px) {
	#common-home .home-slider, #common-home #rev_slider_0_forcefullwidth{
		display:block;
	}
	#common-home .home-slider-mobile, #common-home #rev_slider_0m_forcefullwidth{
		display:none;
	}
}
@media (max-width: 600px) {
	#common-home .home-slider, #common-home #rev_slider_0_forcefullwidth{
		display:none;
	}
	#common-home .home-slider-mobile, #common-home #rev_slider_0m_forcefullwidth{
		display:block;
	}
}*/
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
