/*------------------------------------------------------------------

bootstrap 參考
12 / 100%			11 / 91.66666667%	10 / 83.33333333%	9 / 75%
8 / 66.66666667%	7 / 58.33333333%	6 / 50%				5 / 41.66666667%
4 / 33.33333333%	3 / 25%				2 / 16.66666667%	1 / 8.33333333%

 -------------------------------------------------------------------*/


body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.nk-page-boxed {
	margin: 0 auto;
	max-width: 1200px;
}		
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, span, a, button {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: normal;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
h1, .h1 {
	font-size: 1.5rem;
}
h2, .h2 {
	font-size: 1.31rem;
}
h3, .h3 {
	font-size: 1.21rem;
}
h4, .h4 {
	font-size: 1.11rem;
}
h5, .h5, h6, .h6 {
	font-size: 1rem;
}
img {
	border-radius: 4px;
}

/* 標題 ========================= */
.nk-title {
	position: relative;
	text-align: center;
	font-size: 1.21rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.nk-sub-title {
	position: relative;
	font-size: 0.81rem;
	letter-spacing: 2px;
}
.nk-title + .nk-sub-title {
	margin-top: -1rem;
}
.nk-sub-title p {
	margin-bottom: 4px;
}

/* flex */
html body .flex-container-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
html body .flex-container-box.nowrap {
	flex-wrap: nowrap;
}
html body .flex-container-box.h-left {
	justify-content: flex-start;
}
html body .flex-container-box.h-center {
	justify-content: center;
}
html body .flex-container-box.h-right {
	justify-content: flex-end;
}
html body .flex-container-box.h-around {
	justify-content: space-around;
}
html body .flex-container-box.h-between {
	justify-content: space-between;
}
html body .flex-container-box.h-evenly {
	justify-content: space-evenly;
}
html body .flex-container-box.v-top {
	align-items: flex-start;
}
html body .flex-container-box.v-center {
	align-items: center;
}
html body .flex-container-box.v-bottom {
	align-items: flex-end;
}

#pageJumpNav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
#pageJumpNav div {
	width: 41%;
}
#pageJumpNav div a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#pageJumpNav div.pageJumpNav-prev a {
	justify-content: left;
	text-align: left;
}
#pageJumpNav div.pageJumpNav-next a {
	justify-content: right;
	text-align: right;
}
#pageJumpNav div a * {
	margin-bottom: 0px;
}
#pageJumpNav div a .pageJumpNav-thumb {
	margin: 0px 21px;
}
#pageJumpNav img {
	max-height: 111px;
}

.bg-map-row {
	z-index: auto;
}
.bg-map-row .nk-gmaps {
	height: 100%;
}


/*------------------------------------------------------------------

  Bootstrap

 -------------------------------------------------------------------*/
.row.no-gap {
	margin-left: 0;
	margin-right: 0;
}
.row.no-gap > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.row.vertical-gap > [class*='col-'] {
	padding-top: 30px;
}
.row.vertical-gap {
	margin-top: -30px;
}
.multi-columns-row > .first-in-row {
	clear: left;
}
.multi-columns-row > .col-xs-6:nth-child(2n + 3) {
	clear: left;
}
.multi-columns-row > .col-xs-4:nth-child(3n + 4) {
	clear: left;
}
.multi-columns-row > .col-xs-3:nth-child(4n + 5) {
	clear: left;
}
.multi-columns-row > .col-xs-2:nth-child(6n + 7) {
	clear: left;
}
.multi-columns-row > .col-xs-1:nth-child(12n + 13) {
	clear: left;
}
@media (min-width: 544px) {
	.multi-columns-row > [class*="col-"][class*="col-sm-"] {
		clear: none;
	}
	.multi-columns-row > .col-sm-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row > .col-sm-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row > .col-sm-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row > .col-sm-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row > .col-sm-1:nth-child(12n + 13) {
		clear: left;
	}
}
@media (min-width: 768px) {
	.multi-columns-row > [class*="col-"][class*="col-md-"] {
		clear: none;
	}
	.multi-columns-row > .col-md-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row > .col-md-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row > .col-md-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row > .col-md-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row > .col-md-1:nth-child(12n + 13) {
		clear: left;
	}
}
@media (min-width: 992px) {
	.multi-columns-row > [class*="col-"][class*="col-lg-"] {
		clear: none;
	}
	.multi-columns-row > .col-lg-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row > .col-lg-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row > .col-lg-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row > .col-lg-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row > .col-lg-1:nth-child(12n + 13) {
		clear: left;
	}
}
@media (min-width: 1200px) {
	.multi-columns-row > [class*="col-"][class*="col-xl-"] {
		clear: none;
	}
	.multi-columns-row > .col-xl-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row > .col-xl-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row > .col-xl-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row > .col-xl-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row > .col-xl-1:nth-child(12n + 13) {
		clear: left;
	}
}
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 15px;
	padding-left: 15px;
}
.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}
@media (min-width:576px) {
    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:768px) {
    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:992px) {
    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:1200px) {
    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
.thead-default th {
	background-color: rgba(255,255,255,0.4);
}
.table thead th, .table td, .table th {
	border-color: rgba(255,255,255,0.4);
}
.nk-modal .modal-content {
	border: none;
	border-radius: 0;
}
.nk-modal .modal-header, .nk-modal .modal-footer {
	padding: 25px 30px;
	border-bottom-color: #F3F3F3;
	border-top-color: #F3F3F3;
}
.nk-modal .modal-header .close, .nk-modal .modal-footer .close {
	position: relative;
	z-index: 2;
	margin-top: 0;
}
.nk-modal .modal-body {
	padding: 30px;
}
.nk-modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: none;
}
 @media (min-width: 544px) {
	.nk-modal .modal-dialog {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

/*------------------------------------------------------------------

  Side Buttons

 -------------------------------------------------------------------*/
 .nk-side-buttons {
	position: fixed;
	bottom: 70px;
	right: 15px;
	margin: 0px;
	padding: 0px;
	-webkit-transform: translateX(70px) translateY(60%);
	-ms-transform: translateX(70px) translateY(60%);
	transform: translateX(70px) translateY(60%);
	transition: all 300ms ease-in-out;
	will-change: transform;
	z-index: 20;
}
.nk-side-buttons.nk-side-buttons-show-scroll-top {
	-webkit-transform: translateX(0) translateY(60px);
	-ms-transform: translateX(0) translateY(60px);
	transform: translateX(0) translateY(60px);
}
.nk-side-buttons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nk-side-buttons ul > li {
	display: block;
	margin-bottom: 10px;
}
.nk-side-buttons ul > li > a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 1.21rem;
	line-height: 50px;
	border-radius: 50%;
}
@media (max-width: 768px) {
	.nk-side-buttons.nk-side-buttons-left, .nk-side-buttons.nk-side-buttons-show-scroll-top {
		-webkit-transform: translateX(0) translateY(0) translate3d(0, 0, 0);
		transform: translateX(0) translateY(0) translate3d(0, 0, 0);
	}
	.nk-side-buttons ul > li > a {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}		
}
/*------------------------------------------------------------------

  Quick View

 -------------------------------------------------------------------*/
.nk-quick-view {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1c1c1c;
	background-color: rgba(28, 28, 28, 0.9);
	overflow: auto;
	z-index: 1300;
}
.nk-quick-view .nk-quick-view-close {
	position: fixed;
	cursor: pointer;
	text-align: right;
	color: #fff;
	padding: 30px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.nk-quick-view .nk-quick-view-cont {
	position: absolute;
	background-color: #1c1c1c;
	min-height: 200px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	top: 100px;
	padding: 0;
}
.nk-quick-view .nk-quick-view-cont iframe {
	position: relative;
	border: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.nk-quick-view .nk-page-nav-3 {
	padding-top: 43px;
}
.nk-quick-view .nk-page-nav-3 .nk-page-nav-prev, .nk-quick-view .nk-page-nav-3 .nk-page-nav-next {
	padding-bottom: 0;
}
.nk-quick-view .nk-loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: inset 0 0 0 2px #303030;
	z-index: 0;
}
/*------------------------------------------------------------------

  Page Nav

 -------------------------------------------------------------------*/
/* Fixed Nav */
.nk-page-nav .nk-page-nav-prev, .nk-page-nav .nk-page-nav-next {
	position: fixed;
	display: block;
	color: #fff;
	top: 50%;
	width: 190px;
	height: 130px;
	background-color: #1c1c1c;
	-webkit-transform: translate(0, -65px);
	-ms-transform: translate(0, -65px);
	transform: translate(0, -65px);
	-webkit-perspective: 600px;
	perspective: 600px;
	transition: .3s -webkit-transform;
	transition: .3s transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 100;
}
.nk-page-nav .nk-page-nav-prev.disabled, .nk-page-nav .nk-page-nav-next.disabled {
	-webkit-transform: translate(0, -65px) !important;
	-ms-transform: translate(0, -65px) !important;
	transform: translate(0, -65px) !important;
	opacity: 0.2;
	cursor: default;
}
.nk-page-nav .nk-page-nav-prev.disabled .icon, .nk-page-nav .nk-page-nav-next.disabled .icon {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.nk-page-nav .nk-page-nav-prev:hover, .nk-page-nav .nk-page-nav-prev.hover, .nk-page-nav .nk-page-nav-prev:focus, .nk-page-nav .nk-page-nav-prev:active, .nk-page-nav .nk-page-nav-next:hover, .nk-page-nav .nk-page-nav-next.hover, .nk-page-nav .nk-page-nav-next:focus, .nk-page-nav .nk-page-nav-next:active {
	color: #fff;
	text-decoration: none;
}
.nk-page-nav .nk-page-nav-prev .icon, .nk-page-nav .nk-page-nav-next .icon {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 1.7rem;
	background-color: #1c1c1c;
	width: 30px;
	top: 0;
	bottom: 0;
	transition: .4s -webkit-transform;
	transition: .4s transform;
	z-index: -2;
	overflow: hidden;
}
.nk-page-nav .nk-page-nav-prev .icon > *, .nk-page-nav .nk-page-nav-next .icon > * {
	position: absolute;
	line-height: 1;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nk-page-nav .nk-page-nav-prev .nk-page-nav-img, .nk-page-nav .nk-page-nav-prev .nk-page-nav-img > div, .nk-page-nav .nk-page-nav-next .nk-page-nav-img, .nk-page-nav .nk-page-nav-next .nk-page-nav-img > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -1;
}
.nk-page-nav .nk-page-nav-prev .nk-page-nav-title, .nk-page-nav .nk-page-nav-next .nk-page-nav-title {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 15px;
	background: linear-gradient(to top, rgba(28, 28, 28, 0.6), rgba(28, 28, 28, 0));
}
.nk-page-nav .nk-page-nav-prev {
	left: -190px;
}
.nk-page-nav .nk-page-nav-prev:hover, .nk-page-nav .nk-page-nav-prev.hover {
	-webkit-transform: translate(190px, -65px);
	-ms-transform: translate(190px, -65px);
	transform: translate(190px, -65px);
}
.nk-page-nav .nk-page-nav-prev .icon {
	right: -30px;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.nk-page-nav .nk-page-nav-prev:hover .icon {
	-webkit-transform: rotateY(100deg);
	transform: rotateY(100deg);
}
.nk-page-nav .nk-page-nav-next {
	right: -190px;
}
.nk-page-nav .nk-page-nav-next:hover, .nk-page-nav .nk-page-nav-next.hover {
	-webkit-transform: translate(-190px, -65px);
	-ms-transform: translate(-190px, -65px);
	transform: translate(-190px, -65px);
}
.nk-page-nav .nk-page-nav-next .icon {
	left: -30px;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.nk-page-nav .nk-page-nav-next:hover .icon {
	-webkit-transform: rotateY(-100deg);
	transform: rotateY(-100deg);
}

/*------------------------------------------------------------------

  Widgets

 -------------------------------------------------------------------*/
.nk-widget {
	overflow: hidden;
}
.nk-widget-post + .nk-widget-post {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.nk-widget-post:after {
	content: '';
	display: table;
	clear: both;
}
.nk-widget-post a {
	text-decoration: none;
}
.nk-widget-post .nk-post-image {
	float: left;
	width: 40px;
	margin-left: -50px;
	overflow: hidden;
}
.nk-widget-post .nk-post-image img {
	width: 100%;
}
.nk-widget-post .nk-post-title {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
}
.nk-widget-post .nk-post-title a {
	color: inherit;
}
.nk-widget-post .nk-post-meta-date {
	margin-right: 10px;
	font-size: 0.9rem;
}
.nk-widget-post .nk-post-meta-date a {
	color: inherit;
}
.nk-widget-post .nk-post-meta-comments i {
	font-size: 1.2rem;
	line-height: 1.2rem;
	vertical-align: middle;
}
.nk-widget-post .nk-post-meta-comments span {
	font-size: 0.8rem;
	line-height: 0.8rem;
	vertical-align: middle;
}
.nk-widget-post .nk-product-price {
	margin-top: 4px;
	text-align: left;
}
.nk-widget-contact {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nk-widget-contact > li {
	position: relative;
	padding-left: 22px;
	line-height: 2em;
}
.nk-widget-contact > li > span {
    position: absolute;
	display: inline-block;
    top: 0px;
    left: 0px;
	width: 20px;
    text-align: center;
}
.nk-widget-contact .nk-widget-contact-icon {
	position: absolute;
	left: 0;
	font-size: 1.1rem;
}
.nk-widget-social {
	text-align: center;
}
.nk-widget-social > a {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 1.15rem;
	color: inherit;
	border: 1px solid;
	margin: 6px 4px;
	transition: .3s color, .3s background-color, .3s border-color;
	will-change: color, background-color;
}
.nk-widget-social > a:hover, .nk-widget-social > a.hover {
	background-color: #fff;
	border-color: #fff;
	color: #1c1c1c;
}
.nk-widget-social.nk-widget-social-inverted > a:hover, .nk-widget-social.nk-widget-social-inverted > a.hover {
	background-color: #1c1c1c;
	border-color: #1c1c1c;
	color: #fff;
}

/* nk-accordion */
.nk-accordion .panel-heading {
	position: relative;
	width: 100%;
}
.nk-accordion .panel-heading:after {
	display: block;
	border-bottom: 1px solid;
	opacity: 0.2;
	content: '';
}
.nk-accordion .panel-heading a {
	display: inline-block;
	padding: 10px 0px;
	text-decoration: none;
}
.nk-accordion .panel-heading a:after {
	position: absolute;
	top: 13%;
	right: 0%;
}
.nk-accordion .panel-heading a.leaa {
	width: 80%;
}
.nk-accordion .panel-heading a.riaa:after {
	content: '';
	position: absolute;
	top: 38%;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
}
.nk-accordion .panel-heading a.riaa.collapsed:after {
	content: '';
	position: absolute;
	top: 38%;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
}
.nk-accordion .panel-collapse a p {
	display: block;
	margin-bottom: 1em;
	padding-left: 10px;
}

/* Sidebars */
.nk-sidebar {
	position: relative;
	height: 100%;
	padding-left: 50px;
	z-index: 1;
}
.nk-sidebar:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: -1800px;
	z-index: -1;
}
.container-fluid > .row > div > .nk-sidebar.nk-sidebar-left {
	padding-left: 25px;
}
.container-fluid > .row > div > .nk-sidebar.nk-sidebar-right {
	padding-right: 25px;
}
.nk-sidebar.nk-sidebar-left {
	padding-left: 0;
}
.nk-sidebar.nk-sidebar-left:after {
	left: -1800px;
	right: 10px;
}
 @media (max-width: 991px) {
	.nk-sidebar, .nk-sidebar.nk-sidebar-left {
	padding-right: 0 !important;
	padding-left: 0 !important;
	}
	.nk-sidebar:after, .nk-sidebar.nk-sidebar-left:after {
		left: -1000px;
		right: -1000px;
	}
}

/*---------------------------
  Element Buttons
 ----------------------------*/
.nk-btn {
	display: inline-block;
	padding: 10px 14px;
	text-align: center;
	white-space: nowrap;
    border-width: 0px;
    border-style: solid;
	border-radius: 1px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: .4s all;
}
.nk-btn, .nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus {
	text-decoration: none;
}
.nk-btn.fullwidth {
	width: 100%;
}
.nk-btn.fullwidth:disabled, .nk-btn.fullwidth[disabled] {
	opacity: .5;
}
.nk-btn-outline {
	border-width: 1px;
}
.nk-btn-rounded {
	border-radius: 12px;
}
.nk-btn-rounded-2 {
	border-radius: 30px;
}
.nk-btn-rounded-3 {
	border-radius: 50%;
}
.nk-btn-3d {
	border-color: rgba(28, 28, 28, 0.21);
    border-width: 1px;
    border-bottom-width: 4px;
}
.nk-btn-3d:hover {
    -webkit-box-shadow: 0 3px 5px 0 rgba(28, 28, 28, 0.4);
    box-shadow: 0 3px 5px 0 rgba(28, 28, 28, 0.4);
}
.nk-btn-effect-3-left, .nk-btn-effect-3-right {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.nk-btn-effect-3-left .nk-btn-effect-bg, .nk-btn-effect-3-right .nk-btn-effect-bg {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 120%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
    z-index: -1;
}
.nk-btn-effect-3-left:hover .nk-btn-effect-bg, .nk-btn-effect-3-left.hover .nk-btn-effect-bg, .nk-btn-effect-3-right:hover .nk-btn-effect-bg, .nk-btn-effect-3-right.hover .nk-btn-effect-bg {
    width: 120%;
}
.nk-btn-effect-3-left .nk-btn-effect-bg {
    left: -10%;
}
.nk-btn-effect-3-right .nk-btn-effect-bg {
    right: -10%;
}

.nk-btn-effect-4-top, .nk-btn-effect-4-bottom {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.nk-btn-effect-4-top .nk-btn-effect-bg, .nk-btn-effect-4-bottom .nk-btn-effect-bg {
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: -1;
}
.nk-btn-effect-4-top .nk-btn-effect-bg, .nk-btn-effect-4-bottom .nk-btn-effect-bg {
    left: 0;
    width: 100%;
}
.nk-btn-effect-4-top:hover .nk-btn-effect-bg, .nk-btn-effect-4-top.hover .nk-btn-effect-bg, .nk-btn-effect-4-bottom:hover .nk-btn-effect-bg, .nk-btn-effect-4-bottom.hover .nk-btn-effect-bg {
    height: 100%;
}
.nk-btn-effect-4-top .nk-btn-effect-bg {
    top: 0;
}
.nk-btn-effect-4-bottom .nk-btn-effect-bg {
    bottom: 0;
}
.nk-btn-effect-5-right, .nk-btn-effect-5-left {
    position: relative;
    overflow: hidden;
}
.nk-btn-effect-5-right::before, .nk-btn-effect-5-right::after, .nk-btn-effect-5-left::before, .nk-btn-effect-5-left::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
}
.nk-btn-effect-5-right::before, .nk-btn-effect-5-left::before {
    width: 40%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: .5;
}
.nk-btn-effect-5-right::after, .nk-btn-effect-5-left::after {
    width: 20%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0;
}
.nk-btn-effect-5-right:hover::before, .nk-btn-effect-5-right.hover::before, .nk-btn-effect-5-left:hover::before, .nk-btn-effect-5-left.hover::before {
    opacity: .6;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    will-change: transform;
}
.nk-btn-effect-5-right:hover::after, .nk-btn-effect-5-right.hover::after, .nk-btn-effect-5-left:hover::after, .nk-btn-effect-5-left.hover::after {
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    will-change: transform;
}
.nk-btn-effect-5-left::before, .nk-btn-effect-5-left::after {
    left: 0;
    -webkit-transform: translateX(-100px) skewX(-15deg);
    -ms-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.nk-btn-effect-5-left::after {
    left: 20%;
}
.nk-btn-effect-5-left:hover::before, .nk-btn-effect-5-left.hover::before {
    -webkit-transform: translateX(900%) skewX(-15deg);
    -ms-transform: translateX(900%) skewX(-15deg);
    transform: translateX(900%) skewX(-15deg);
}
.nk-btn-effect-5-left:hover::after, .nk-btn-effect-5-left.hover::after {
    -webkit-transform: translateX(900%) skewX(-15deg);
    -ms-transform: translateX(900%) skewX(-15deg);
    transform: translateX(900%) skewX(-15deg);
}
.nk-btn-effect-5-right::before, .nk-btn-effect-5-right::after {
    right: 0;
    -webkit-transform: translateX(100px) skewX(15deg);
    -ms-transform: translateX(100px) skewX(15deg);
    transform: translateX(100px) skewX(15deg);
}
.nk-btn-effect-5-right::after {
    right: 20%;
}
.nk-btn-effect-5-right:hover::before, .nk-btn-effect-5-right.hover::before {
    -webkit-transform: translateX(-900%) skewX(15deg);
    -ms-transform: translateX(-900%) skewX(15deg);
    transform: translateX(-900%) skewX(15deg);
}
.nk-btn-effect-5-right:hover::after, .nk-btn-effect-5-right.hover::after {
    -webkit-transform: translateX(-900%) skewX(15deg);
    -ms-transform: translateX(-900%) skewX(15deg);
    transform: translateX(-900%) skewX(15deg);
}
.nk-btn-effect-6-v, .nk-btn-effect-6-h {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.nk-btn-effect-6-v .nk-btn-effect-bg, .nk-btn-effect-6-h .nk-btn-effect-bg {
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    z-index: -1;
    will-change: transform;
}
.nk-btn-effect-6-v:hover .nk-btn-effect-bg, .nk-btn-effect-6-v.hover .nk-btn-effect-bg, .nk-btn-effect-6-h:hover .nk-btn-effect-bg, .nk-btn-effect-6-h.hover .nk-btn-effect-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.nk-btn-effect-6-v .nk-btn-effect-bg {
    top: 7px;
    right: 0;
    bottom: 7px;
    left: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.nk-btn-effect-6-h .nk-btn-effect-bg {
    top: 0;
    right: 7px;
    bottom: 0;
    left: 7px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.nk-btn > .icon {
	margin-right: 3px;
}
.nk-btn > span + .icon {
	margin-left: 3px;
	margin-right: 0;
}
.nk-btn-lg {
	padding: 15px 40px;
}
.nk-btn-sm {
	padding: 6px 10px;
	font-size: 0.81rem;
}
.nk-btn-sm.nk-btn-outline {
	padding-top: 8px;
	padding-bottom: 8px;
}
.nk-btn.nk-btn-input {
	padding: 0px 14px;
	height: 35px;
}

/*---------------------------
  Element Progress
 ----------------------------*/
.nk-progress {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.nk-progress .nk-progress-line {
	width: 100%;
	background-color: #e6e6e6;
}
.nk-progress .nk-progress-line > div {
	background-color: #1c1c1c;
	height: 100%;
	text-align: right;
}
.nk-progress .nk-progress-title {
	margin-bottom: 5px;
}
.nk-progress .nk-progress-percent {
	display: inline-block;
	font-size: 0.7rem;
	vertical-align: top;
	margin-top: 5px;
}
.nk-progress.nk-progress-percent-static {
	padding-right: 30px;
}
.nk-progress.nk-progress-percent-static .nk-progress-line {
	position: relative;
}
.nk-progress.nk-progress-percent-static .nk-progress-percent {
	position: absolute;
	top: 0;
	margin-top: -4px;
	right: -30px;
}
.nk-progress .nk-progress-line {
	height: 5px;
}
.nk-progress.nk-progress-xs .nk-progress-line {
	height: 1px;
}
.nk-progress.nk-progress-xs .nk-progress-percent {
	margin-top: 1px;
}
.nk-progress.nk-progress-xs.nk-progress-percent-static .nk-progress-percent {
	margin-top: -6px;
}
.nk-progress.nk-progress-sm .nk-progress-line {
	height: 3px;
}
.nk-progress.nk-progress-sm .nk-progress-percent {
	margin-top: 3px;
}
.nk-progress.nk-progress-sm.nk-progress-percent-static .nk-progress-percent {
	margin-top: -4px;
}
.nk-progress.nk-progress-md .nk-progress-line {
	height: 8px;
}
.nk-progress.nk-progress-md .nk-progress-percent {
	margin-top: 8px;
}
.nk-progress.nk-progress-md.nk-progress-percent-static .nk-progress-percent {
	margin-top: -2px;
}
.nk-progress.nk-progress-lg .nk-progress-line {
	height: 12px;
}
.nk-progress.nk-progress-lg .nk-progress-percent {
	margin-top: 12px;
}
.nk-progress.nk-progress-lg.nk-progress-percent-static .nk-progress-percent {
	margin-top: -1px;
}
.nk-progress.nk-progress-xlg .nk-progress-line {
	height: 16px;
}
.nk-progress.nk-progress-xlg .nk-progress-percent {
	margin-top: 16px;
}
.nk-progress.nk-progress-xlg.nk-progress-percent-static .nk-progress-percent {
	margin-top: 2px;
}
/*---------------------------
  Element Tabs
 ----------------------------*/
.nk-tabs .nav-tabs {
	border-bottom: none;
}
.nk-tabs .nav-tabs:after {
	content: '';
	display: block;
	border-bottom: 1px solid;
	opacity: 0.2;
}
.nk-tabs .nav-tabs .nav-item, .nk-tabs .nav-tabs .nav-item:focus, .nk-tabs .nav-tabs .nav-item:hover, .nk-tabs .nav-tabs .nav-link, .nk-tabs .nav-tabs .nav-link:focus, .nk-tabs .nav-tabs .nav-link:hover, .nk-tabs .nav-tabs .nav-item.open .nav-link, .nk-tabs .nav-tabs .nav-item.open .nav-link:focus, .nk-tabs .nav-tabs .nav-item.open .nav-link:hover, .nk-tabs .nav-tabs .nav-link.active, .nk-tabs .nav-tabs .nav-link.active:focus, .nk-tabs .nav-tabs .nav-link.active:hover {
	color: inherit;
	background-color: transparent;
}
.nk-tabs .nav-tabs .nav-link {
	padding: 10px 20px;
	border: none;
	border-bottom: 2px solid transparent;
}
.nk-tabs .nav-tabs .nav-link.active, .nk-tabs .nav-tabs .nav-link.active:focus, .nk-tabs .nav-tabs .nav-link.active:hover {
	border-bottom: 2px solid;
}

/*---------------------------
  Element Icon Boxes
 ----------------------------*/
/* Style 1 */
.nk-ibox-1 {
	position: relative;
}
.nk-ibox-1 .nk-ibox-icon.nk-ibox-icon-circle, .nk-ibox-1 .nk-ibox-icon.nk-ibox-icon-circle:after {
	border: 1px solid #fff;
	border-radius: 25px;
}
/* Style 2 */
.nk-ibox-2 {
	position: relative;
}
.nk-ibox-2 .nk-ibox-cont {
	margin-left: 15px;
	padding-top: 5px;
}
/* Style 3 */
.nk-ibox-3 {
	position: relative;
	text-align: center;
}
.nk-ibox-3 .nk-ibox-icon {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 3px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.nk-ibox-3 .nk-ibox-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	border: 1px solid;
	opacity: 0.4;
}
.nk-ibox-3 .nk-ibox-icon.nk-ibox-icon-circle, .nk-ibox-3 .nk-ibox-icon.nk-ibox-icon-circle:after {
	border-radius: 45px;
}
.nk-ibox-3 .nk-ibox-title {
	margin-bottom: 1rem;
}
/* Style 4 */
.nk-ibox-4 {
	position: relative;
}
/* Titles */
.nk-ibox-title {
 	margin-bottom: .5rem;
 	padding-top: 15px;
}
.nk-ibox-title a {
	color: inherit;
	text-decoration: none;
}
/* Feature Hovered + Colors */
.nk-ibox-hover .nk-ibox-icon {
	transition: .3s background-color, .3s color;
}
.nk-ibox-hover .nk-ibox-icon:after {
	transition: .3s opacity;
}

/*---------------------------
  Element Content Boxes
 ----------------------------*/
.nk-box, .nk-box-1, .nk-box-2, .nk-box-3, .nk-box-4, .nk-box-rounded, .nk-box-rounded-1, .nk-box-rounded-2, .nk-box-rounded-3, .nk-box-rounded-4 {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	height: 100%;
}
.nk-box-1, .nk-box-rounded-1 {
	padding: 20px;
}
.nk-box-2, .nk-box-rounded-2 {
	padding: 40px;
}
.nk-box-3, .nk-box-rounded-3 {
	padding: 60px;
}
.nk-box-4, .nk-box-rounded-4 {
	padding: 80px;
}
.nk-box-rounded, .nk-box-rounded-1, .nk-box-rounded-2, .nk-box-rounded-3, .nk-box-rounded-4 {
	border-radius: 6px;
}
/* line between boxes
   Used JS code to add .nk-box-line-top and .nk-box-last classnames */
.nk-box-line:before {
	content: '';
	display: block;
	position: absolute;
	top: 2rem;
	bottom: 2rem;
	right: 0;
	border-left: 1px solid;
	opacity: 0.07;
}
.nk-box-line.nk-box-line-top:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 2rem;
	right: 2rem;
	border-bottom: 1px solid;
	opacity: 0.07;
}
.nk-box-line.nk-box-last:before {
	content: none;
}
.nk-box .boximg img {
	max-width: 100%;
}

/*---------------------------
  Element Counters
 ----------------------------*/
.nk-counter, .nk-counter-2, .nk-counter-3 {
	position: relative;
}
.nk-counter .nk-count, .nk-counter-2 .nk-count, .nk-counter-3 .nk-count {
	font-weight: bold;
}
/* Style 1 */
.nk-counter .nk-count {
	font-size: 4rem;
}
/* Style 2 */
.nk-counter-2 .nk-count {
	font-size: 4rem;
	line-height: 1;
}
/* Style 3 */
.nk-counter-3 .nk-counter-icon {
	font-size: 3rem;
	line-height: 1;
}
.nk-counter-3 .nk-count {
	font-size: 3rem;
	line-height: 2;
}
.nk-counter-3 .nk-counter-title {
	font-weight: normal;
	line-height: 1;
}
/*---------------------------
  Element Dividers
 ----------------------------*/
.nk-divider {
	display: block;
	width: 100%;
	opacity: 0.4;
	border-bottom: 1px solid;
}
/*---------------------------
  Element Pagination
 ----------------------------*/
.nk-pagination {
	display: block;
}
.nk-pagination nav {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.nk-pagination nav > * {
	display: inline-block;
	padding: 5px 10px;
}
/*.nk-pagination nav > *.nk-pagination-current {
	width: 34px;
	height: 34px;
}*/
.nk-pagination nav a {
	margin: 2px 4px;
	text-decoration: none;
}
.nk-pagination nav .nk-pagination-desc {
	text-align: center;
}
.nk-pagination nav .nk-pagination-eclipse {
	text-align: center;
}
.nk-pagination.nk-pagination-center {
	text-align: center;
}
.nk-pagination.nk-pagination-left {
	text-align: left;
}
.nk-pagination.nk-pagination-right {
	text-align: right;
}

/*---------------------------
  Element Testimonials
 ----------------------------*/
/* Style 1 */
.nk-testimonial-1 {
	position: relative;
	display: block;
	width: 100%;
	padding: 40px;
	margin: 0;
	background-color: #fff;
}
.nk-testimonial-1 .nk-testimonial-photo {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 140px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
}
.nk-testimonial-1 .nk-testimonial-name, .nk-testimonial-1 .nk-testimonial-source, .nk-testimonial-1 .nk-testimonial-body {
	margin-left: 140px;
}
.nk-testimonial-1 .nk-testimonial-name {
	margin-bottom: 0;
}
.nk-testimonial-1 .nk-testimonial-source {
	font-style: italic;
	font-size: 0.8rem;
	opacity: 0.6;
}
.nk-testimonial-1 .nk-testimonial-body {
	margin-top: 30px;
}
 @media (max-width: 543px) {
.nk-testimonial-1 .nk-testimonial-photo {
	display: none;
}
.nk-testimonial-1 .nk-testimonial-name,  .nk-testimonial-1 .nk-testimonial-source,  .nk-testimonial-1 .nk-testimonial-body {
	margin-left: 0;
}
}
/* Style 2 */
.nk-testimonial-2 {
	position: relative;
	display: block;
	width: 100%;
	padding: 40px;
	background-color: #fff;
	border-radius: 5px;
	margin: 0;
	margin-top: 50px;
	text-align: center;
}
.nk-testimonial-2 .nk-testimonial-photo {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50px;
	background-size: cover;
	background-position: 50% 50%;
}
.nk-testimonial-2 .nk-testimonial-name {
	margin-bottom: 5px;
}
.nk-testimonial-2 .nk-testimonial-source {
	font-style: italic;
	font-size: 0.8rem;
	opacity: 0.6;
}
.nk-testimonial-2 .nk-testimonial-body {
	position: relative;
	margin-top: 45px;
	margin-bottom: 30px;
	z-index: 1;
}
.nk-testimonial-2 .nk-testimonial-body:before {
	content: '\201C';
	position: absolute;
	font-weight: bold;
	font-size: 150px;
	line-height: 135px;
	opacity: 0.08;
	z-index: -1;
	top: -35px;
	left: -15px;
}
/* Style 2 */
.nk-testimonial-3 {
	position: relative;
	display: block;
	width: 100%;
	padding: 40px;
	margin: 0;
	background-color: #fff;
	text-align: center;
}
.nk-testimonial-3 .nk-testimonial-photo {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50px;
	background-size: cover;
	background-position: 50% 50%;
}
.nk-testimonial-3 .nk-testimonial-body {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	z-index: 1;
}
.nk-testimonial-3 .nk-testimonial-body:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid;
	opacity: 0.1;
}
.nk-testimonial-3 .nk-testimonial-name {
	margin-bottom: 5px;
}
.nk-testimonial-3 .nk-testimonial-source {
	font-style: italic;
	font-size: 0.8rem;
	opacity: 0.6;
}
/*---------------------------
  Element Blockquotes
 ----------------------------*/
.nk-blockquote {
	position: relative;
	z-index: 1;
	margin: 20px 0;
	margin-top: 40px;
}
.nk-blockquote .nk-blockquote-icon {
	position: absolute;
	color: #aaa;
	font-weight: bold;
	font-size: 150px;
	line-height: 135px;
	opacity: 0.2;
	z-index: -1;
	top: -35px;
	left: -5px;
}
.nk-blockquote .nk-blockquote-author {
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.nk-blockquote > a {
	color: inherit;
	text-decoration: none;
}
.nk-blockquote em {
	display: block;
	margin-left: 20px;
}
.nk-blockquote-styled {
	position: relative;
	overflow: hidden;
	background-color: #1c1c1c;
	margin: 20px 0;
}
.nk-blockquote-styled:after, .nk-blockquote-styled:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	opacity: 0.4;
}
.nk-blockquote-styled:after {
	top: 25px;
	right: 25px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.nk-blockquote-styled:before {
	left: 25px;
	bottom: 25px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.nk-blockquote-styled .nk-blockquote-cont {
	position: relative;
	display: block;
	padding: 60px;
	color: #fff;
	z-index: 1;
}
.nk-blockquote-styled .nk-blockquote-cont .nk-blockquote-icon {
	top: 50px;
	left: 40px;
	line-height: 100px;
	color: #fff;
}
.nk-blockquote-styled .nk-blockquote-cont em {
	font-size: 1.7rem;
	margin-left: 0;
}
/*---------------------------
  Element Info Boxes
 ----------------------------*/
.nk-info-box {
	display: block;
	position: relative;
	background-color: #1c1c1c;
	color: #fff;
	padding: 20px;
	padding-left: 70px;
	padding-right: 40px;
	margin-bottom: 1.5rem;
	overflow: hidden;
}
.nk-info-box.nk-info-box-noicon {
	padding-left: 40px;
}
.nk-info-box .nk-info-box-icon {
	display: block;
	position: absolute;
	font-size: 2rem;
	line-height: 1;
	margin-left: -45px;
	margin-top: -3px;
}
.nk-info-box .nk-info-box-close-btn {
	display: block;
	float: right;
	cursor: pointer;
	margin-right: -20px;
}
/*---------------------------
  Element Carousels
 ----------------------------*/
.nk-carousel, .nk-carousel-2 {
	position: relative;
}
.nk-carousel .flickity-slider > div, .nk-carousel-2 .flickity-slider > div {
	display: block;
	width: 100%;
	padding: 17px 0;
}
.flickity-enabled.is-draggable .flickity-viewport {
    pointer-events: auto;
}
.flickity-page-dots .dot {
	background: #808080;
}
.nk-flickity-arrow {
	position: absolute;
	cursor: pointer;
	text-align: center;
	background-color: #1c1c1c;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px;
	width: 50px;
	height: 50px;
	line-height: 1.4;
	border-radius: 50%;
	opacity: 0.6;
	z-index: 1;
	transition: .3s opacity;
}
.nk-flickity-arrow:hover {
	opacity: 1;
}
.nk-flickity-arrow.nk-flickity-arrow-prev {
	left: 20px;
}
.nk-flickity-arrow.nk-flickity-arrow-next {
	right: 20px;
}
.nk-flickity-arrow .nk-icon-arrow-right, .nk-flickity-arrow .nk-icon-arrow-left {
	width: 16px;
	margin-top: 3px;
}
.flickity-viewport.is-dragging {
	pointer-events: auto!important;
}
/* Style 1 */
.nk-carousel .flickity-slider > div > div {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.nk-carousel .nk-carousel-prev, .nk-carousel .nk-carousel-next {
	position: absolute;
	width: 25%;
	top: 12%;
	padding: 17px 0;
	cursor: pointer;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-height: 80px;
}
.nk-carousel .nk-carousel-prev .nk-carousel-arrow-name, .nk-carousel .nk-carousel-next .nk-carousel-arrow-name {
	font-weight: bold;
	font-size: 1.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nk-carousel .nk-carousel-prev .nk-icon-arrow-left, .nk-carousel .nk-carousel-prev .nk-icon-arrow-right, .nk-carousel .nk-carousel-next .nk-icon-arrow-left, .nk-carousel .nk-carousel-next .nk-icon-arrow-right {
	position: absolute;
	top: 28px;
}
.nk-carousel .nk-carousel-prev .nk-icon-arrow-left, .nk-carousel .nk-carousel-next .nk-icon-arrow-left {
	left: 0;
}
.nk-carousel .nk-carousel-prev .nk-icon-arrow-right, .nk-carousel .nk-carousel-next .nk-icon-arrow-right {
	right: 0;
}
.nk-carousel .nk-carousel-prev {
	left: 0;
	text-align: left;
	padding-left: 45px;
	padding-right: 20px;
}
.nk-carousel .nk-carousel-next {
	right: 0;
	text-align: right;
	padding-right: 45px;
	padding-left: 20px;
}
 @media (max-width: 991px) {
.nk-carousel .flickity-slider > div > div {
	width: 90%;
}
.nk-carousel .nk-carousel-prev,  .nk-carousel .nk-carousel-next {
	position: relative;
	display: inline-block;
	width: 49%;
	top: auto;
}
}
 @media (max-width: 543px) {
.nk-carousel .nk-carousel-prev,  .nk-carousel .nk-carousel-next {
	font-size: 0.8rem;
}
.nk-carousel .nk-carousel-prev .nk-carousel-arrow-name,  .nk-carousel .nk-carousel-next .nk-carousel-arrow-name {
	font-size: 1rem;
}
}
/* Style 2 */
.nk-carousel-2 .flickity-slider > div {
	width: 40%;
	max-width: 600px;
	margin: 0 20px;
	opacity: 0.4;
	transition: .5s opacity;
}
.nk-carousel-2 .flickity-slider > div.is-selected {
	opacity: 1;
}
 @media (max-width: 1199px) {
.nk-carousel-2 .flickity-slider > div {
	width: 50%;
	opacity: 0.6;
}
}
 @media (max-width: 768px) {
.nk-carousel-2 .flickity-slider > div {
	width: 70%;
	margin: 0 20px;
	opacity: 1;
}
}
 @media (max-width: 543px) {
.nk-carousel-2 .flickity-slider > div {
	width: 90%;
	margin: 0 20px;
}
}
.nk-carousel-2.nk-carousel-no-margin .flickity-slider > div {
	margin: 0 !important;
}
.nk-carousel-2.nk-carousel-all-visible .flickity-slider > div {
	opacity: 1 !important;
}
.nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
	width: 50%;
}
 @media (max-width: 1199px) {
.nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
	width: 50%;
}
}
 @media (max-width: 768px) {
.nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
	width: 50%;
}
}
 @media (max-width: 543px) {
.nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
	width: 100%;
}
}
.nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
	width: 33.3334%;
}
 @media (max-width: 1199px) {
.nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
	width: 33.3334%;
}
}
 @media (max-width: 768px) {
.nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
	width: 50%;
}
}
 @media (max-width: 543px) {
.nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
	width: 100%;
}
}
.nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
	width: 20%;
}
 @media (max-width: 1199px) {
.nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
	width: 20%;
}
}
 @media (max-width: 768px) {
.nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
	width: 33.3334%;
}
}
 @media (max-width: 543px) {
.nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
	width: 50%;
}
}
.nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
	width: 14.285%;
}
 @media (max-width: 1199px) {
.nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
	width: 20%;
}
}
 @media (max-width: 768px) {
.nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
	width: 25%;
}
}
 @media (max-width: 543px) {
.nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
	width: 50%;
}
}
/* Wide Slider */
.nk-carousel-3 {
	position: relative;
}
.nk-carousel-3 .flickity-slider > div {
	display: block;
	opacity: 0;
	transition: .3s opacity;
}
.nk-carousel-3 .flickity-slider > div.is-selected {
	opacity: 1;
}
.nk-carousel-3 .flickity-slider > div > div, .nk-carousel-3 .flickity-slider > div > div img {
	height: 100%;
	width: auto;
	border-radius: 10px;
}
.nk-carousel-3 .nk-portfolio-title, .nk-carousel-3 .nk-portfolio-sub-title {
	display: none;
}
.nk-carousel-3 .nk-carousel-prev, .nk-carousel-3 .nk-carousel-next {
	position: relative;
	cursor: pointer;
	width: 25%;
	top: 12%;
	padding: 17px 0;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-height: 80px;
}
.nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name, .nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name {
	font-weight: bold;
	font-size: 1.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-left, .nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-right, .nk-carousel-3 .nk-carousel-next .nk-icon-arrow-left, .nk-carousel-3 .nk-carousel-next .nk-icon-arrow-right {
	position: absolute;
	top: 28px;
}
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-left, .nk-carousel-3 .nk-carousel-next .nk-icon-arrow-left {
	left: 0;
}
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-right, .nk-carousel-3 .nk-carousel-next .nk-icon-arrow-right {
	right: 0;
}
.nk-carousel-3 .nk-carousel-prev {
	left: 0;
	text-align: left;
	float: left;
	padding-left: 45px;
	padding-right: 20px;
}
.nk-carousel-3 .nk-carousel-next {
	right: 0;
	float: right;
	text-align: right;
	padding-right: 45px;
	padding-left: 20px;
}
.nk-carousel-3 .nk-carousel-current {
	display: block;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding: 17px;
}
.nk-carousel-3 .nk-carousel-current .nk-carousel-name a, .nk-carousel-3 .nk-carousel-current .nk-carousel-links a {
	color: inherit;
	text-decoration: none;
}
.nk-carousel-3 .nk-carousel-current .nk-carousel-name {
	margin-bottom: 0.5rem;
}
.nk-carousel-3 .nk-carousel-current .nk-carousel-links {
	font-size: 0.9rem;
}
.nk-carousel-3 .nk-carousel-current .nk-carousel-links a {
	opacity: 0.6;
	transition: .3s opacity;
}
.nk-carousel-3 .nk-carousel-current .nk-carousel-links a:hover {
	opacity: 0.9;
}
 @media (max-width: 991px) {
.nk-carousel-3 .nk-carousel-prev,  .nk-carousel-3 .nk-carousel-next {
	position: relative;
	width: 49%;
	top: auto;
}
.nk-carousel-3 .nk-carousel-current {
	width: 100%;
}
}
 @media (max-width: 543px) {
.nk-carousel-3 .nk-carousel-prev,  .nk-carousel-3 .nk-carousel-next {
	font-size: 0.8rem;
}
.nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name,  .nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name {
	font-size: 1rem;
}
}
/*---------------------------
  Element Image Boxes
 ----------------------------*/
.nk-image-box, .nk-image-box-1, .nk-image-box-2, .nk-image-box-3, .nk-image-box-4, .nk-image-box-5 {
	position: relative;
	display: block;
	overflow: hidden;
}
.nk-image-box, .nk-image-box:hover, .nk-image-box:focus, .nk-image-box:active, .nk-image-box a, .nk-image-box a:hover, .nk-image-box a:focus, .nk-image-box a:active, .nk-image-box-1, .nk-image-box-1:hover, .nk-image-box-1:focus, .nk-image-box-1:active, .nk-image-box-1 a, .nk-image-box-1 a:hover, .nk-image-box-1 a:focus, .nk-image-box-1 a:active, .nk-image-box-2, .nk-image-box-2:hover, .nk-image-box-2:focus, .nk-image-box-2:active, .nk-image-box-2 a, .nk-image-box-2 a:hover, .nk-image-box-2 a:focus, .nk-image-box-2 a:active, .nk-image-box-3, .nk-image-box-3:hover, .nk-image-box-3:focus, .nk-image-box-3:active, .nk-image-box-3 a, .nk-image-box-3 a:hover, .nk-image-box-3 a:focus, .nk-image-box-3 a:active, .nk-image-box-4, .nk-image-box-4:hover, .nk-image-box-4:focus, .nk-image-box-4:active, .nk-image-box-4 a, .nk-image-box-4 a:hover, .nk-image-box-4 a:focus, .nk-image-box-4 a:active, .nk-image-box-5, .nk-image-box-5:hover, .nk-image-box-5:focus, .nk-image-box-5:active, .nk-image-box-5 a, .nk-image-box-5 a:hover, .nk-image-box-5 a:focus, .nk-image-box-5 a:active {
	text-decoration: none;
}
.nk-image-box img, .nk-image-box-1 img, .nk-image-box-2 img, .nk-image-box-3 img, .nk-image-box-4 img, .nk-image-box-5 img {
	width: 100%;
}
.nk-image-box-overlay {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.nk-image-box-overlay > * {
	width: 100%;
}
.nk-image-box-overlay.nk-image-box-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.nk-image-box-overlay.nk-image-box-bottom {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.nk-image-box-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.nk-image-box-icon {
	font-size: 40px;
}
.nk-image-box-icon-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 1.15rem;
	color: inherit;
	border: 1px solid;
	margin: 6px 4px;
	transition: .3s color, .3s background-color, .3s border;
	will-change: color, background-color, border;
}
.nk-image-box-icon-btn:hover, .nk-image-box-icon-btn.hover {
	background-color: #fff;
	border-color: #fff;
	color: #1c1c1c;
}
.nk-image-box-big-title {
	font-size: 3.5rem;
	font-weight: normal;
}
 @media (max-width: 543px) {
.nk-image-box-big-title {
	font-size: 2.5rem;
}
}
/* Style 0 */
.nk-image-box .nk-image-box-overlay {
	top: 45px;
	left: 45px;
	right: 45px;
	bottom: 45px;
}
.nk-image-box .nk-image-box-title, .nk-image-box .nk-image-box-sub-title {
	margin: 0;
	width: 100%;
}
.nk-image-box .nk-image-box-sub-title {
	display: block;
	bottom: auto;
	top: 50%;
	margin-top: 10px;
}
/* Style 1 */
.nk-image-box-1 .nk-image-box-overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: .4s opacity;
}
.nk-image-box-1 .nk-image-box-overlay > * {
	padding: 30px;
	color: #fff;
}
.nk-image-box-1:hover .nk-image-box-overlay, .nk-image-box-1.hover .nk-image-box-overlay {
	opacity: 1;
}
.nk-image-box-1 .nk-image-box-title, .nk-image-box-1 .nk-image-box-sub-title {
	margin: 0;
	width: 100%;
}
.nk-image-box-1 .nk-image-box-sub-title {
	display: block;
	bottom: auto;
	top: 50%;
	margin-top: 10px;
}
/* Style 2 */
.nk-image-box-2 .nk-image-box-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: .4s opacity;
}
.nk-image-box-2 .nk-image-box-overlay > * {
	padding: 30px;
	transition: .4s -webkit-transform;
	transition: .4s transform;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.nk-image-box-2:hover .nk-image-box-overlay, .nk-image-box-2.hover .nk-image-box-overlay {
	opacity: 0;
}
.nk-image-box-2:hover .nk-image-box-overlay > *, .nk-image-box-2.hover .nk-image-box-overlay > * {
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}
.nk-image-box-2.hover:hover .nk-image-box-overlay {
	opacity: 1;
}
.nk-image-box-2.hover:hover .nk-image-box-overlay > * {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.nk-image-box-2 .nk-image-box-title, .nk-image-box-2 .nk-image-box-sub-title {
	margin: 0;
	width: 100%;
}
.nk-image-box-2 .nk-image-box-sub-title {
	margin-top: 10px;
}
/* Style 3 */
.nk-image-box-3 .nk-image-box-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nk-image-box-3 .nk-image-box-overlay:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s opacity;
	z-index: -1;
}
.nk-image-box-3 .nk-image-box-overlay > * {
	padding: 30px;
}
.nk-image-box-3:hover .nk-image-box-overlay:after, .nk-image-box-3.hover .nk-image-box-overlay:after {
	opacity: 0;
}
.nk-image-box-3.hover:hover .nk-image-box-overlay:after {
	opacity: 1;
}
.nk-image-box-3 .nk-image-box-title, .nk-image-box-3 .nk-image-box-sub-title {
	margin: 0;
	width: 100%;
}
.nk-image-box-3 .nk-image-box-sub-title {
	display: block;
	bottom: auto;
	top: 50%;
	margin-top: 10px;
}
/* Style 4 */
.nk-image-box-4 {
	transition: .3s box-shadow;
}
.nk-image-box-4:hover, .nk-image-box-4.hover {
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.nk-image-box-4 .nk-image-box-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	transition: .4s background-color;
}
.nk-image-box-4 .nk-image-box-overlay:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-shadow: inset 0 0 0 0 #fff;
	transition: .4s box-shadow;
}
.nk-image-box-4 .nk-image-box-overlay > * {
	opacity: 0;
	padding: 60px;
	transition: .4s opacity;
}
.nk-image-box-4:hover .nk-image-box-overlay, .nk-image-box-4.hover .nk-image-box-overlay {
	background-color: rgba(28, 28, 28, 0.75);
}
.nk-image-box-4:hover .nk-image-box-overlay:after, .nk-image-box-4.hover .nk-image-box-overlay:after {
	box-shadow: inset 0 0 0 30px #fff;
}
.nk-image-box-4:hover .nk-image-box-overlay > *, .nk-image-box-4.hover .nk-image-box-overlay > * {
	opacity: 1;
}
.nk-image-box-4 .nk-image-box-title, .nk-image-box-4 .nk-image-box-sub-title {
	margin: 0;
	width: 100%;
}
.nk-image-box-4 .nk-image-box-sub-title {
	display: block;
	bottom: auto;
	top: 50%;
	margin-top: 10px;
}
/* Style 5 */
.nk-image-box-5 .nk-image-box-overlay {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(28, 28, 28, 0.75);
}
.nk-image-box-5 .nk-image-box-overlay > * {
	padding: 10px 5px;
}
.nk-image-box-5 .nk-image-box-title, .nk-image-box-5 .nk-image-box-sub-title {
	margin: 0;
	width: 100%;
}
.nk-image-box-5 .nk-image-box-sub-title {
	display: block;
	bottom: auto;
	top: 50%;
	margin-top: 10px;
}
/*---------------------------
  Element Video
 ----------------------------*/
/* FullScreen Video */
.nk-video-fullscreen {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1c1c1c;
	background-color: rgba(28, 28, 28, 0.9);
	overflow: hidden;
	z-index: 1200;
}
.nk-video-fullscreen .nk-video-fullscreen-cont {
	position: absolute;
}
.nk-video-fullscreen .nk-video-fullscreen-cont > iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.nk-video-fullscreen .nk-video-fullscreen-close {
	position: absolute;
	cursor: pointer;
	text-align: right;
	color: #fff;
	padding: 30px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
/* Toggle Video Button */
.nk-video-fullscreen-toggle, .nk-video-plain-toggle {
	display: inline-block;
	cursor: pointer;
}
.nk-video-fullscreen-toggle .nk-video-icon, .nk-video-plain-toggle .nk-video-icon {
	text-decoration: none;
}
/* toggle button on the right/left half of nk-box blocks */
.nk-video-fullscreen-toggle-right, .nk-video-fullscreen-toggle-left {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 2;
}
.nk-video-fullscreen-toggle-right > .nk-video-fullscreen-toggle, .nk-video-fullscreen-toggle-left > .nk-video-fullscreen-toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
 @media (min-width: 768px) and (max-width: 991px) {
.nk-video-fullscreen-toggle-right,  .nk-video-fullscreen-toggle-left {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
}
.nk-video-fullscreen-toggle-right {
	right: 0;
}
.nk-video-fullscreen-toggle-left {
	left: 0;
}
/* Plain Video */
.nk-plain-video {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
}
.nk-plain-video > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.nk-plain-video > .nk-video-plain-toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
/*---------------------------
  Element Gif
 ----------------------------*/
.nk-gif {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.nk-gif img {
	width: 100%;
}
.nk-gif .nk-gif-toggle, .nk-gif .nk-loading-spinner {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .3s opacity, .3s visibility;
}
.nk-gif .nk-loading-spinner {
	opacity: 0;
	visibility: hidden;
}
.nk-gif.nk-gif-playing .nk-gif-toggle, .nk-gif.nk-gif-loading .nk-gif-toggle {
	opacity: 0;
	visibility: hidden;
}
.nk-gif.nk-gif-loading .nk-loading-spinner {
	opacity: 1;
	visibility: visible;
}
.nk-gif.nk-gif-hover.nk-gif-loading .nk-loading-spinner, .nk-gif.nk-gif-hover.nk-gif-loading.hover .nk-gif-toggle, .nk-gif.nk-gif-click.nk-gif-loading .nk-loading-spinner, .nk-gif.nk-gif-click.nk-gif-loading.hover .nk-gif-toggle {
	opacity: 0;
	visibility: hidden;
}
.nk-gif.nk-gif-hover.nk-gif-loading.hover .nk-loading-spinner, .nk-gif.nk-gif-hover.nk-gif-loading .nk-gif-toggle, .nk-gif.nk-gif-click.nk-gif-loading.hover .nk-loading-spinner, .nk-gif.nk-gif-click.nk-gif-loading .nk-gif-toggle {
	opacity: 1;
	visibility: visible;
}

/*---------------------------
  Element Forms
 ----------------------------*/
.form-control {
    display: inline-block;
	padding: 6px 10px;
	height: 40px !important;
    border: none;
	border-radius: 4px;
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.form-control.half {
	width: 46%;
	margin-right: 1%;
}
select.form-control {
	padding-right: 34px;
	background: url('/assets/images/angle-down-solid.svg') no-repeat scroll right center transparent;
	background-size: 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea.form-control {
	min-height: 150px;
}
.custom-control-indicator {
    border: 1px solid #888;
    background-color: rgb(255, 255, 255);
}
.nk-input-group-btn {
	display: table-cell;
	position: relative;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

/* Placeholders */
::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
 color: inherit;
 opacity: 0.5;
}
::-moz-placeholder, .form-control::-moz-placeholder {
 color: inherit;
 opacity: 0.5;
}
:-ms-input-placeholder, .form-control:-ms-input-placeholder {
 color: inherit;
 opacity: 0.5;
}
::placeholder, .form-control::placeholder {
 color: inherit;
 opacity: 0.5;
}

/* Ratings */
.nk-rating {
	overflow: hidden;
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	color: #fed000;
}
.nk-rating input {
	display: none;
}
.nk-rating input:checked ~ label span:first-child {
	display: none;
}
.nk-rating input:checked ~ label span:last-child {
	display: block;
}
.nk-rating label {
	position: relative;
	cursor: default;
	clear: none;
	float: right;
	display: block;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
	line-height: 1;
	margin: 0;
}
.nk-rating label span:first-child {
	display: none;
	display: block;
}
.nk-rating label span:last-child {
	display: none;
}
.nk-rating label:after, .nk-rating label:before {
	content: none;
	display: none;
}
.nk-rating label:hover span:first-child, .nk-rating label:hover ~ label span:first-child {
	display: none;
}
.nk-rating label:hover span:last-child, .nk-rating label:hover ~ label span:last-child {
	display: block;
}

/* Validation */
div.nk-error {
	font-weight: normal;
	background-color: transparent;
	color: #D9534F !important;
	padding: 0;
	margin: 5px 0px;
	z-index: 1;
}
.form-control.nk-error, .nk-form-style-1 .form-control.nk-error {
	background-color: rgba(217, 83, 79, 0.4) !important;
}
.nk-form-response-success {
	display: none;
	color: #5CB85C !important;
	margin-bottom: 10px;
}
.nk-form-response-error {
	display: none;
	color: #D9534F !important;
	margin-bottom: 10px;
}

/*---------------------------
  Element Link Effects
 ----------------------------*/
/* Link Effect 1 (rotate all letters) */
.link-effect-1 > span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	will-change: transform;
}
.link-effect-1 > span.active {
	-webkit-transform: perspective(1000px) rotateY(360deg);
	transform: perspective(1000px) rotateY(360deg);
}
/* Link Effect 2 and 3 (color for letters from left to right and from top to bottom) */
.link-effect-2 > span, .link-effect-3 > span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.link-effect-2 .link-effect-shade, .link-effect-3 .link-effect-shade {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 0%;
	z-index: 2;
	transition: width 0.3s;
	will-change: width;
}
.link-effect-2:hover .link-effect-shade, .link-effect-3:hover .link-effect-shade {
	width: 100%;
}
.link-effect-3 .link-effect-shade {
	width: auto;
	height: 0%;
	transition: height 0.3s;
	will-change: height;
}
.link-effect-3:hover .link-effect-shade {
	width: auto;
	height: 100%;
}


/*---------------------------
  Element Icons
 ----------------------------*/
.nk-icon-burger {
	display: inline-block;
	width: 27px;
	height: 24px;
}
.nk-icon-burger > span {
	position: absolute;
	display: block;
	top: 50%;
	width: 27px;
	height: 0px;
	border-bottom: 2px solid;
	transition: .3s .2s width, .3s opacity, .2s -webkit-transform;
	transition: .3s .2s width, .3s opacity, .2s transform;
	will-change: width, opacity, transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nk-icon-burger .nk-t-1 {
	margin-top: -6px;
	width: 27px;
}
.nk-icon-burger .nk-t-3 {
	margin-top: 6px;
}
.nk-icon-burger:hover .nk-t-1, a:hover > .nk-icon-burger .nk-t-1 {
	width: 30px;
	-webkit-animation: nk-icon-burger-animation .3s ease;
	animation: nk-icon-burger-animation .3s ease;
}
.nk-icon-burger:hover .nk-t-2, a:hover > .nk-icon-burger .nk-t-2 {
	width: 23px;
	-webkit-animation: nk-icon-burger-animation .3s .1s ease;
	animation: nk-icon-burger-animation .3s .1s ease;
}
.nk-icon-burger:hover .nk-t-3, a:hover > .nk-icon-burger .nk-t-3 {
	width: 16px;
	-webkit-animation: nk-icon-burger-animation .3s .2s ease;
	animation: nk-icon-burger-animation .3s .2s ease;
}
.nk-icon-burger.active > span, a.active > .nk-icon-burger > span {
	transition: .3s width, .3s opacity, .3s -webkit-transform;
	transition: .3s width, .3s opacity, .3s transform;
	will-change: width, opacity, transform;
}
.nk-icon-burger.active .nk-t-2, a.active > .nk-icon-burger .nk-t-2 {
	opacity: 0;
}
.nk-icon-burger.active .nk-t-1, .nk-icon-burger.active .nk-t-3, a.active > .nk-icon-burger .nk-t-1, a.active > .nk-icon-burger .nk-t-3 {
	width: 23px;
	-webkit-animation: none;
	animation: none;
}
.nk-icon-burger.active .nk-t-1, a.active > .nk-icon-burger .nk-t-1 {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	margin-left: 6px;
}
.nk-icon-burger.active .nk-t-3, a.active > .nk-icon-burger .nk-t-3 {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 6px;
	margin-top: 8px;
}
 @-webkit-keyframes nk-icon-burger-animation {
 0%, 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 50% {
 -webkit-transform: translateX(-3px);
 transform: translateX(-3px);
}
}
 @keyframes nk-icon-burger-animation {
 0%, 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 50% {
 -webkit-transform: translateX(-3px);
 transform: translateX(-3px);
}
}
.nk-icon-close {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.nk-icon-close:before, .nk-icon-close:after {
	content: '';
	position: absolute;
	display: block;
	width: 27px;
	height: 0;
	border-bottom: 1px solid;
	top: 50%;
	left: 2px;
	transition: .3s width, .3s opacity, .3s -webkit-transform;
	transition: .3s width, .3s opacity, .3s transform;
	will-change: width, opacity, transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.nk-icon-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nk-icon-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nk-icon-arrow-right, .nk-icon-arrow-left {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid;
}
.nk-icon-arrow-right:after, .nk-icon-arrow-right:before, .nk-icon-arrow-left:after, .nk-icon-arrow-left:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50%;
	border-bottom: 1px solid;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: .2s -webkit-transform;
	transition: .2s transform;
	will-change: transform;
}
.nk-icon-arrow-right:after, .nk-icon-arrow-left:after {
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
.nk-icon-arrow-right:before, .nk-icon-arrow-left:before {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.nk-icon-arrow-right:hover:after, .nk-icon-arrow-right.hover:after, :hover > .nk-icon-arrow-right:after, .hover > .nk-icon-arrow-right:after, .nk-icon-arrow-left:hover:after, .nk-icon-arrow-left.hover:after, :hover > .nk-icon-arrow-left:after, .hover > .nk-icon-arrow-left:after {
	-webkit-transform: rotate(48deg);
	-ms-transform: rotate(48deg);
	transform: rotate(48deg);
}
.nk-icon-arrow-right:hover:before, .nk-icon-arrow-right.hover:before, :hover > .nk-icon-arrow-right:before, .hover > .nk-icon-arrow-right:before, .nk-icon-arrow-left:hover:before, .nk-icon-arrow-left.hover:before, :hover > .nk-icon-arrow-left:before, .hover > .nk-icon-arrow-left:before {
	-webkit-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	transform: rotate(-48deg);
}
.nk-icon-arrow-right:after, .nk-icon-arrow-right:before {
	left: auto;
	right: 0;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.nk-video-icon, .nk-video-icon-light, .nk-gif-icon, .nk-gif-icon-light {
	position: relative;
	width: 80px;
	height: 80px;
	display: inline-block;
	color: #fff;
}
.nk-video-icon:before, .nk-video-icon-light:before, .nk-gif-icon:before, .nk-gif-icon-light:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 40px;
	background-color: #1c1c1c;
	opacity: 0.85;
	transition: .3s opacity, .3s -webkit-transform;
	transition: .3s opacity, .3s transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nk-video-icon > *, .nk-video-icon-light > *, .nk-gif-icon > *, .nk-gif-icon-light > * {
	display: block;
	position: absolute;
	color: inherit;
	text-align: center;
	font-size: 1.5rem;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 51px;
	margin-top: -25px;
	margin-left: -25px;
	opacity: 0.9;
	transition: .3s -webkit-transform, .3s opacity;
	transition: .3s transform, .3s opacity;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nk-video-icon:hover:before, .nk-video-icon.hover:before, .nk-video-icon-light:hover:before, .nk-video-icon-light.hover:before, .nk-gif-icon:hover:before, .nk-gif-icon.hover:before, .nk-gif-icon-light:hover:before, .nk-gif-icon-light.hover:before {
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.nk-video-icon:hover > *, .nk-video-icon.hover > *, .nk-video-icon-light:hover > *, .nk-video-icon-light.hover > *, .nk-gif-icon:hover > *, .nk-gif-icon.hover > *, .nk-gif-icon-light:hover > *, .nk-gif-icon-light.hover > * {
	opacity: 1;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.nk-video-icon-light, .nk-gif-icon-light {
	color: #1c1c1c;
}
.nk-video-icon-light:before, .nk-gif-icon-light:before {
	background-color: #fff;
}
.nk-video-icon-2, .nk-video-icon-2-light, .nk-gif-icon-2, .nk-gif-icon-2-light {
	position: relative;
	width: 80px;
	height: 80px;
	display: inline-block;
	color: #1c1c1c;
}
.nk-video-icon-2:before, .nk-video-icon-2-light:before, .nk-gif-icon-2:before, .nk-gif-icon-2-light:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 40px;
	border: 5px solid #1c1c1c;
	opacity: 1;
	transition: .3s opacity, .3s -webkit-transform;
	transition: .3s opacity, .3s transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nk-video-icon-2 > *, .nk-video-icon-2-light > *, .nk-gif-icon-2 > *, .nk-gif-icon-2-light > * {
	display: block;
	position: absolute;
	color: inherit;
	text-align: center;
	font-size: 1.5rem;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 51px;
	margin-top: -25px;
	margin-left: -25px;
	opacity: 1;
	transition: .3s -webkit-transform, .3s opacity;
	transition: .3s transform, .3s opacity;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nk-video-icon-2:hover:before, .nk-video-icon-2.hover:before, .nk-video-icon-2-light:hover:before, .nk-video-icon-2-light.hover:before, .nk-gif-icon-2:hover:before, .nk-gif-icon-2.hover:before, .nk-gif-icon-2-light:hover:before, .nk-gif-icon-2-light.hover:before {
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.nk-video-icon-2:hover > *, .nk-video-icon-2.hover > *, .nk-video-icon-2-light:hover > *, .nk-video-icon-2-light.hover > *, .nk-gif-icon-2:hover > *, .nk-gif-icon-2.hover > *, .nk-gif-icon-2-light:hover > *, .nk-gif-icon-2-light.hover > * {
	opacity: 1;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.nk-video-icon-2-light, .nk-gif-icon-2-light {
	color: #fff;
}
.nk-video-icon-2-light:before, .nk-gif-icon-2-light:before {
	border-color: #fff;
}
.nk-loading-spinner, .nk-loading-spinner-light {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #1c1c1c;
}
.nk-loading-spinner i, .nk-loading-spinner-light i {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	-webkit-transform-origin: 40px 40px;
	-ms-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
	-webkit-animation: nk-loading-spinner 0.7s infinite linear;
	animation: nk-loading-spinner 0.7s infinite linear;
}
.nk-loading-spinner i:after, .nk-loading-spinner-light i:after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.nk-loading-spinner-light {
	box-shadow: inset 0 0 0 2px #fff;
}
.nk-loading-spinner-light i:after {
	box-shadow: inset 0 0 0 2px rgba(28, 28, 28, 0.8);
}
 @-webkit-keyframes nk-loading-spinner {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes nk-loading-spinner {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*---------------------------
  Element Isotope
 ----------------------------*/
.nk-isotope:after {
	content: '';
	display: table;
	clear: both;
}
.nk-isotope.nk-isotope-gap .nk-isotope-item {
	padding: 15px;
}
.nk-isotope.nk-isotope-gap-small .nk-isotope-item {
	padding: 10px;
}
.nk-isotope .nk-isotope-item {
	display: block;
	width: 25%;
	float: left;
}
.nk-isotope .nk-isotope-item.nk-isotope-item-x2 {
	width: 50%;
}
.nk-isotope .nk-isotope-item.nk-isotope-item-x3 {
	width: 75%;
}
.nk-isotope .nk-isotope-item.nk-isotope-item-x4 {
	width: 100%;
}
.nk-isotope.nk-isotope-3-cols .nk-isotope-item {
	width: 33.332%;
}
.nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x2 {
	width: 66.665%;
}
.nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x3 {
	width: 100%;
}
.nk-isotope.nk-isotope-2-cols .nk-isotope-item {
	width: 50%;
}
.nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x2, .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x3 {
	width: 100%;
}
 @media (min-width: 992px) and (max-width: 1199px) {
	.nk-isotope .nk-isotope-item,  .nk-isotope.nk-isotope-3-cols .nk-isotope-item {
		width: 33.3334%;
	}
}
 @media (min-width: 768px) and (max-width: 991px) {
	.nk-isotope .nk-isotope-item,  .nk-isotope.nk-isotope-3-cols .nk-isotope-item,  .nk-isotope.nk-isotope-2-cols .nk-isotope-item {
		width: 50%;
	}
	.nk-isotope .nk-isotope-item.nk-isotope-item-x2, .nk-isotope .nk-isotope-item.nk-isotope-item-x3,  .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x2,  .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x3,  .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x2,  .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x3 {
		width: 50%;
	}
}
 @media (max-width: 768px) {
	.nk-isotope .nk-isotope-item,  .nk-isotope .nk-isotope-item.nk-isotope-item-x2,  .nk-isotope .nk-isotope-item.nk-isotope-item-x3,  .nk-isotope.nk-isotope-3-cols .nk-isotope-item,  .nk-isotope.nk-isotope-2-cols .nk-isotope-item {
		width: 100%;
	}
	.nk-isotope .nk-isotope-item.notFull,  .nk-isotope .nk-isotope-item.nk-isotope-item-x2.notFull,  .nk-isotope .nk-isotope-item.nk-isotope-item-x3.notFull,  .nk-isotope.nk-isotope-3-cols .nk-isotope-item.notFull,  .nk-isotope.nk-isotope-2-cols .nk-isotope-item.notFull {
		width: 100%;
	}
}
.nk-isotope-filter {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.nk-isotope-filter > li {
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	transition: .3s color;
}
.nk-isotope-filter > li:after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	bottom: 5px;
	right: 10px;
	border-bottom: 1px solid;
	opacity: 0;
	transition: .3s opacity;
}
.nk-isotope-filter > li.active {
	position: relative;
}
.nk-isotope-filter > li.active:after {
	opacity: 0.5;
}
/*---------------------------
  Element Action Like
 ----------------------------*/
/* Like / Dislike Animation */
.nk-like-animation, .nk-dislike-animation {
	position: fixed;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	white-space: nowrap;
	top: 50%;
	left: 0;
	right: 0;
	height: 300px;
	margin-top: -150px;
	line-height: 300px;
	font-size: 7rem;
	color: #fff;
	background-color: #5CB85C;
	z-index: 2000;
}
 @media (max-width: 768px) {
.nk-like-animation,  .nk-dislike-animation {
	font-size: 5rem;
}
}
 @media (max-width: 543px) {
.nk-like-animation,  .nk-dislike-animation {
	font-size: 3rem;
}
}
 @media (max-height: 500px) {
.nk-like-animation,  .nk-dislike-animation {
	height: 200px;
	margin-top: -100px;
	line-height: 200px;
}
}
.nk-dislike-animation {
	background-color: #D9534F;
}
/* Heart */
.nk-action-heart {
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	transition: .3s opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nk-action-heart, .nk-action-heart:focus, .nk-action-heart:hover, .nk-action-heart:active {
	text-decoration: none;
	color: inherit;
}
.nk-action-heart > span {
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: middle;
	margin-top: -3px;
}
.nk-action-heart > .num {
	font-size: 0.7rem;
}
.nk-action-heart .liked-icon {
	display: none;
}
.nk-action-heart.liked .liked-icon {
	display: inline-block;
}
.nk-action-heart.liked .like-icon {
	display: none;
}
/* Like / Dislike */
.nk-action-like {
	float: right;
	font-style: italic;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 13px;
}
.nk-action-like, .nk-action-like:focus, .nk-action-like:hover, .nk-action-like:active {
	text-decoration: none;
	color: inherit;
}
.nk-action-like > span {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
	margin-top: -3px;
}
.nk-action-like > .num {
	font-size: 0.7rem;
	margin-right: 3px;
}
.nk-action-like > .like-icon, .nk-action-like > .dislike-icon {
	cursor: pointer;
	opacity: 0.8;
	transition: .3s opacity;
	padding: 5px;
}
.nk-action-like > .like-icon:hover, .nk-action-like > .like-icon.hover, .nk-action-like > .dislike-icon:hover, .nk-action-like > .dislike-icon.hover {
	opacity: 1;
}
.nk-action-like.disliked > .like-icon, .nk-action-like.liked > .dislike-icon {
	opacity: 0.4;
}
.nk-action-like.disliked > .dislike-icon, .nk-action-like.liked > .like-icon {
	opacity: 1;
}
/*------------------------------------------------------------------

  Full Page

 -------------------------------------------------------------------*/
.nk-fullpage {
	position: relative;
	display: block;
	width: 100%;
}
.nk-fullpage .nk-fullpage-item {
	position: relative;
	display: table;
	height: 100vh;
	width: 100%;
	overflow: auto;
	background-size: cover;
	background-position: 50% 50%;
}
.nk-fullpage .nk-fullpage-item > div {
	display: table-cell;
	vertical-align: middle;
}
.nk-fullpage-nav {
	position: fixed;
	list-style: none;
	margin: 0;
	padding: 0;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(100%);
	-ms-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
	visibility: hidden;
	opacity: 0;
	transition: .3s visibility, .3s opacity, .3s -webkit-transform;
	transition: .3s visibility, .3s opacity, .3s transform;
}
.nk-fullpage-nav.active {
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
	visibility: visible;
	opacity: 1;
}
.nk-fullpage-nav > li {
	position: relative;
	cursor: pointer;
	width: 20px;
	height: 20px;
	font-size: 0;
}
.nk-fullpage-nav > li:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
	transition: .2s -webkit-transform;
	transition: .2s transform;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.nk-fullpage-nav > li:hover:after {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}
.nk-fullpage-nav > li.active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*------------------------------------------------------------------

  Portfolio

 -------------------------------------------------------------------*/
/* Fullscreen */
.nk-fullpage .nk-portfolio-text-box {
	position: relative;
	float: left;
	width: 45%;
	padding: 50px;
	background-color: #fff;
	box-shadow: 0 10px 60px 0 rgba(59, 59, 59, 0.14);
}
.nk-fullpage .nk-portfolio-title, .nk-fullpage .nk-portfolio-title a {
	color: inherit;
	text-decoration: none;
}
.nk-fullpage .nk-portfolio-links {
	color: #888;
	font-size: 0.9rem;
}
.nk-fullpage .nk-portfolio-links a {
	color: inherit;
	text-decoration: none;
}
.nk-fullpage .nk-portfolio-links a:hover, .nk-fullpage .nk-portfolio-links a.hover, .nk-fullpage .nk-portfolio-links a:focus, .nk-fullpage .nk-portfolio-links a:active {
	color: #555;
}
/* List */
.nk-portfolio-list .nk-portfolio-title, .nk-portfolio-list .nk-portfolio-title a, .nk-portfolio-list-2 .nk-portfolio-title, .nk-portfolio-list-2 .nk-portfolio-title a {
	color: inherit;
	text-decoration: none;
}
.nk-portfolio-list .nk-portfolio-links, .nk-portfolio-list-2 .nk-portfolio-links {
	color: #888;
	font-size: 0.9rem;
}
.nk-portfolio-list .nk-portfolio-links a, .nk-portfolio-list-2 .nk-portfolio-links a {
	color: inherit;
	text-decoration: none;
}
.nk-portfolio-list .nk-portfolio-links a:hover, .nk-portfolio-list .nk-portfolio-links a.hover, .nk-portfolio-list .nk-portfolio-links a:focus, .nk-portfolio-list .nk-portfolio-links a:active, .nk-portfolio-list-2 .nk-portfolio-links a:hover, .nk-portfolio-list-2 .nk-portfolio-links a.hover, .nk-portfolio-list-2 .nk-portfolio-links a:focus, .nk-portfolio-list-2 .nk-portfolio-links a:active {
	color: #555;
}
.nk-portfolio-list .nk-portfolio-item:after, .nk-portfolio-list-2 .nk-portfolio-item:after {
	content: '';
	display: table;
	clear: both;
}
.nk-portfolio-list .nk-portfolio-item .nk-portfolio-image-box, .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-image-box {
	position: relative;
	float: left;
	width: 65%;
}
.nk-portfolio-list .nk-portfolio-item .nk-portfolio-text-box, .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-text-box {
	position: relative;
	float: left;
	width: 45%;
	margin-left: -10%;
	z-index: 1;
}
.nk-portfolio-list .nk-portfolio-item .nk-portfolio-text-box > div, .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-text-box > div {
	padding: 50px;
	margin-top: 80px;
	margin-bottom: 80px;
	background-color: #fff;
	box-shadow: 0 10px 60px 0 rgba(59, 59, 59, 0.3);
}
.nk-portfolio-list .nk-portfolio-item.inverted .nk-portfolio-image-box, .nk-portfolio-list-2 .nk-portfolio-item.inverted .nk-portfolio-image-box {
	float: right;
}
.nk-portfolio-list .nk-portfolio-item.inverted .nk-portfolio-text-box, .nk-portfolio-list-2 .nk-portfolio-item.inverted .nk-portfolio-text-box {
	margin-left: 0;
	margin-right: -10%;
}
 @media (max-width: 991px) {
.nk-portfolio-list .nk-portfolio-item .nk-portfolio-image-box,  .nk-portfolio-list .nk-portfolio-item .nk-portfolio-text-box,  .nk-portfolio-list .nk-portfolio-item.inverted .nk-portfolio-image-box,  .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-image-box,  .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-text-box,  .nk-portfolio-list-2 .nk-portfolio-item.inverted .nk-portfolio-image-box {
	width: 100%;
	float: none;
	margin: 0;
}
.nk-portfolio-list .nk-portfolio-item .nk-portfolio-text-box > div,  .nk-portfolio-list-2 .nk-portfolio-item .nk-portfolio-text-box > div {
	margin: 0;
	box-shadow: none;
	padding: 0;
	padding-top: 40px;
}
}
.nk-portfolio-list-2 .nk-image-box-1 {
	height: 100%;
	width: 100%;
}
.nk-portfolio-list-2 div.nk-portfolio-image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
/*
    Single Portfolio
*/
.nk-portfolio-item-details {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	font-size: 0.9rem;
}
.nk-portfolio-item-details:after {
	content: '';
	display: block;
	border-bottom: 1px solid;
	opacity: 0.1;
}
.nk-portfolio-item-details > li {
	display: inline-block;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.nk-portfolio-item-details > li .icon {
	margin-right: 10px;
}
.nk-portfolio-item-details > li a {
	color: inherit;
	text-decoration: none;
	transition: .3s color;
}
.nk-header-title .nk-portfolio-item-details {
	background-color: rgba(28, 28, 28, 0.4);
}
/* Vertical Details */
.nk-portfolio-item-details-vertical {
	text-align: left;
	padding: 0;
	padding-bottom: 10px;
}
.nk-portfolio-item-details-vertical:after {
	content: none;
}
.nk-portfolio-item-details-vertical:before {
	content: '';
	display: block;
	border-top: 1px solid;
	opacity: 0.1;
	margin-top: 30px;
	margin-bottom: 10px;
}
.nk-portfolio-item-details-vertical > li {
	display: block;
	padding: 0;
	padding-top: 20px;
}
/*------------------------------------------------------------------

  Blog

 -------------------------------------------------------------------*/
.nk-blog-post {
	margin-bottom: 65px;
}
.nk-blog-isotope .nk-blog-post {
	margin-bottom: 40px;
}
.nk-post-title {
	margin-bottom: 25px;
}
.nk-post-title > a {
	text-decoration: none;
	color: inherit;
	transition: .3s opacity;
}
.nk-post-category {
	display: block;
	font-size: 0.9rem;
	font-style: italic;
	opacity: 0.8;
	margin-bottom: 5px;
}
.nk-post-category > a {
	text-decoration: none;
}
.nk-post-meta {
	position: relative;
	display: block;
	margin-top: 5px;
	padding-bottom: 5px;
}
.nk-post-title + .nk-post-meta {
	margin-top: -15px;
}
.nk-post-meta.nk-post-meta-top {
	margin-top: 0;
}
.nk-post-meta.nk-post-meta-top:after {
	content: none;
}
.nk-post-meta-right {
	width: 50%;
	float: right;
	text-align: right;
	font-style: normal;
}
.nk-post-comments-count {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: text-top;
	font-size: 0.7rem;
	min-width: 20px;
	padding: 0 8px;
	height: 18px;
	line-height: 18px;
	background-color: #3b3b3b;
	margin: 0 13px;
	opacity: 0.8;
	transition: .3s opacity;
}
.nk-post-comments-count:hover, .nk-post-comments-count.hover {
	opacity: 1;
}
.nk-post-comments-count, .nk-post-comments-count:focus, .nk-post-comments-count:hover, .nk-post-comments-count:active {
	text-decoration: none;
	color: #fff;
}
.nk-post-comments-count:after {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: -4px;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	vertical-align: middle;
	border-top: 4px solid #3b3b3b;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.nk-post-date {
	width: 50%;
	opacity: 0.8;
}
.nk-header-title .nk-post-date {
	font-size: 0.9rem;
	opacity: 1;
	width: 100%;
	text-align: center;
	font-style: italic;
}
.nk-header-text .nk-post-date {
	margin-top: 20px;
}
.nk-post-date .nk-post-by {
	font-weight: bold;
	margin-left: 5px;
}
.nk-post-date .nk-post-by > a {
	text-decoration: none;
}
.nk-post-date .nk-post-category {
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
	font-size: 1em;
	font-style: inherit;
	opacity: 1;
	margin-bottom: 0;
}
.nk-post-text {
	margin: 25px 0;
}
.nk-post-text:after, .nk-post-text:before {
	content: '';
	display: table;
	clear: both;
}
.nk-post-text .pull-right, .nk-post-text .pull-left, .editorBox .pull-right, .editorBox .pull-left {
	margin: 15px;
}
.nk-post-text .pull-right, .editorBox .pull-right {
	margin-right: 0;
	float: right;
}
.nk-post-text .pull-left, .editorBox .pull-left {
	margin-left: 0;
	float: left;
}
.nk-post-text > p:last-child {
	margin-bottom: 0;
}
.nk-post-continue {
	display: block;
	text-align: center;
	margin: 25px 0;
}
.nk-post-continue > a {
	display: inline-block;
	text-decoration: none;
	font-style: italic;
}
.nk-post-continue > a > span {
	margin-left: 5px;
}
.nk-post-author {
	background-color: rgba(255,255,255,0.4);
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 40px;
}
.nk-post-author .nk-post-author-photo img {
	width: 100px;
	border-radius: 50px;
}
.nk-post-author .nk-post-author-info {
	width: 100%;
}
.nk-post-author .nk-post-author-name {
	text-decoration: none;
	margin: 0;
}
.nk-post-author .nk-post-author-name > a {
	color: inherit;
	transition: .3s opacity;
	text-decoration: none;
}
.nk-post-author .nk-post-author-name > a:hover, .nk-post-author .nk-post-author-name > a.hover {
	opacity: 0.8;
}

/* Audio post */
.nk-post-audio {
	position: relative;
}
.nk-post-audio > div {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	width: auto;
}
.nk-store-order {
	float: right;
    margin-left: 10px;
    text-align: right;
}
.nk-store-order.mainSearch .nk-form-style-1 {
	width:26vw;
}
.nk-store-order.mainSearch .nk-form-style-1 .nk-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 9px 15px;
    z-index: 3;
}
form.mainselect {
	display: block;
	width: 100%;
	text-align: right;
}
form.mainselect select {
	display: inline-block;
	width: auto;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid #ccc;
    border-radius: 3px;
}

/*------------------------------------------------------------------

  Events

 -------------------------------------------------------------------*/
/* Events List */
.nk-events-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nk-events-list:hover > li, .nk-events-list.hover > li {
	opacity: 0.7;
}
.nk-events-list:hover > li:hover, .nk-events-list:hover > li.hover, .nk-events-list.hover > li:hover, .nk-events-list.hover > li.hover {
	opacity: 1;
}
.nk-events-list > li {
	position: relative;
	display: table;
	width: 100%;
}
.nk-events-list > li > * {
	display: table-cell;
	vertical-align: top;
	color: inherit;
	text-decoration: none;
	padding: 20px;
	width: 100%;
}
.nk-events-list > li .nk-event-date {
	min-width: 120px;
	width: auto;
}
.nk-events-list > li .nk-event-name {
	width: 99%;
}
.nk-events-list > li .nk-event-price {
	min-width: 130px;
	width: auto;
	vertical-align: middle;
}
.nk-events-list > li .nk-event-button {
	vertical-align: middle;
	min-width: 170px;
	width: auto;
	text-align: center;
	font-size: 0.9rem;
}
.nk-events-list > li .nk-event-button-sold {
	opacity: 0.5;
}
.nk-events-list > li .nk-event-date > span, .nk-events-list > li .nk-event-name > span, .nk-events-list > li .nk-event-price > span {
	display: block;
	font-size: 0.9rem;
	opacity: 0.5;
}
.nk-events-list > li + li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	border-bottom: 1px solid;
	opacity: 0.15;
}
/* Single Events */
.nk-events-item-details {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}
.nk-events-item-details:after {
	content: '';
	display: block;
	border-bottom: 1px solid;
	opacity: 0.1;
}
.nk-events-item-details > li {
	display: inline-block;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.nk-events-item-details > li .icon {
	margin-right: 10px;
}
.nk-events-item-details > li a {
	color: inherit;
	text-decoration: none;
}
.nk-header-title .nk-events-item-details {
	background-color: rgba(28, 28, 28, 0.4);
}
/* Vertical Details */
.nk-events-item-details-vertical {
	text-align: left;
	padding: 0;
	padding-bottom: 10px;
}
.nk-events-item-details-vertical:after {
	content: none;
}
.nk-events-item-details-vertical:before {
	content: '';
	display: block;
	border-top: 1px solid;
	opacity: 0.1;
	margin-top: 30px;
	margin-bottom: 10px;
}
.nk-events-item-details-vertical > li {
	display: block;
	padding: 0;
	padding-top: 20px;
}
/*------------------------------------------------------------------

  Documentation

 -------------------------------------------------------------------*/
.nk-doc-links ul {
	list-style: none;
	padding: 0;
	z-index: 1;
}
.nk-doc-links ul > li > div {
	cursor: pointer;
	padding: 6.5px 0;
	margin: 10px 0;
	border-radius: 5px;
}
.nk-doc-links ul > li > div:hover {
	color: #999999;
}
.nk-doc-links ul > li > ul {
	display: none;
	overflow: hidden;
}
.nk-doc-links ul > li > ul > li div {
	padding: 5px 0;
	margin-left: 20px;
}
.nk-doc-links ul > li > ul > li div:hover {
	color: #999999;
}
.nk-doc-links ul > li > ul > li div:before {
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	border-bottom: 1px solid;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 0;
	margin-top: -1px;
	transition: .2s width, .2s margin-left;
}
.nk-doc-links ul > li > ul > li div.active:before {
	width: 10px;
	margin-left: 5px;
}
/*------------------------------------------------------------------

  Plugins

 -------------------------------------------------------------------*/
/*---------------------------
  Plugin NanoScroller
 ----------------------------*/
.nano {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.nano .nano-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
	overflow-x: hidden;
	outline: none;
}
.nano .nano-content::-webkit-scrollbar {
	display: none;
}
.nano > .nano-pane {
	width: 6px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .2s opacity;
	will-change: opacity;
	visibility: hidden\9;
	opacity: .01;
}
.nano > .nano-pane > .nano-slider {
	background: #fff;
	position: relative;
	margin: 0 1px;
	opacity: 0.5;
}
.nano > .nano-pane:hover > .nano-slider {
	opacity: 0.6;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
	visibility: visible\9;
	opacity: 0.99;
}
.protop {
	padding-top: 30px;
}
.row.equal-height .lepro {
	height: auto !important;
}
.nk-tabs .nav-tabs.tabtitle {
	position: relative;
}
img.eighticon {
	vertical-align: text-top;
	padding-right: 2px;
}
.textcontent p {
	text-align: justify;
	font-size: 15px;
}
hr.memline {
	border: 1px solid #dcdcdc;
	margin: 0px auto 10px auto;
	width: 60%;
}
hr.memline.creatm {
	width: 36%;
}
hr.memline.phvv {
	width: 22%;
}
.memtext span {
	display: inline-block;
}
.memtext input.options {
	margin-left: 10px;
}
.memtext input.options:first-child {
	margin-left: 0px;
}
.memtext .memteleft {
	width: 100%;
	vertical-align: top;
}
.memtext .memteleft b {
	color: #FF0000;
}
.memtext .memteright {
	width: 100%;
	vertical-align: top;
}
.memtext .memteleft.notFull {
	display: inline-block;
	width: 34%;
	vertical-align: top;
}
.memtext .memteright.notFull {
	display: inline-block;
	width: 64%;
	vertical-align: top;
}
.memtext .orinleft {
	display: inline-block;
	width: 28%;
	vertical-align: top;
}
.memtext .orinright {
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
p.required {
	color: #EE001C;
	margin: 0 3px 0 0;
}

/* 商品資訊 product ========================= */
.price {
	line-height: 24px;
}
.price p {
	display: inline-block;
	margin: 0px auto;
	font-weight: bold;
}
.price p.originalp {
	text-decoration: line-through;
}
.price p.originalp2 {
	text-decoration: none;
}
.nk-product-title {
	margin: 14px auto;
}
.nk-product-title a, .nk-product-title label {
	line-height: 25px;
}
.leftproimg img {
	width: 100%;
	text-align: center;
}
.ttop {
	position: relative;
}
.ttop span {
	display: inline-block;
}
.prtutle {
	margin-bottom: 0px;
	padding-bottom: 6px;
}
.product-shortbrief {
	display: block;
	margin-bottom: 3px;
}
.product-shortbrief.pribtnleft {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.product-shortbrief.pribtnright {
	display: inline-block;
	width: 66%;
	vertical-align: top;
}
.product-shortbrief.pribtnright p.soldout {
	color: #f00
}
.product-shortbrief.numbpro {
	display: inline-block;
	vertical-align: middle;
}
.product-shortbrief.colorBtn .colorImg {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	cursor: pointer;
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
}
.product-shortbrief.colorBtn .colorImg:hover {
		border: 1px solid #ddd;
}
.product-shortbrief.colorBtn .colorImg.isSelected {
		border: 1px solid #000;
}


/* 最新消息 news ========================= */
.news-box {
	padding: 10px;
}
.news-box-title {
	display: inline-block;
	margin-left: 14px;
	width: 80%;
}
.news-box-date {
	display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translate(-10px,-10px);
    -webkit-transform: translate(-10px,-10px);
    -ms-transform: translate(-10px,-10px);
}
.news-box-date-circle {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 4px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 100%;
}
.news-box-date-square {
	display: inline-block;
    width: 60px;
    height: 60px;
    padding: 10px;
    line-height: 20px;
    font-size: 18px;
}
.post-date {
	display: inline-block;
	margin-left: 10px;
}

/* 社群外掛 social-plugins ========================= */
.mainSocails > span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 2px;
}
.mainSocails > span img {
	width: 30px;
}
.social-plugins {
	margin: 0px !important;
	padding: 0px !important;
}
.social-plugins > * {
	position: relative;
	float: right !important;
	margin: 0px !important;
	padding: 0px !important;
	vertical-align: bottom !important;
}

/* YouTube iframe RWD ========================= */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.textpeotop {
	padding-left: 10px;
	padding-right: 10px;
}
.topright {
	display: block;
}
span.spinner {
	height: 40px;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
span.spinner > .sub, span.spinner > .add {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 33px;
	border: 1px solid #ccc;
	border-right: 0;
	border-radius: 2px 0 0 2px;
	cursor: pointer;
	transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
}
span.spinner > .add {
	top: 0;
	border: 1px solid #ccc;
	border-left: 0;
	border-radius: 0 2px 2px 0;
}
span.spinner > input.prodAmt {
	float: left;
	width: 50px;
	height: 35px;
	padding: 0;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ccc;
	background: none;
	outline: none;
	pointer-events: none;
}
span.spinner > input[type=number]::-webkit-inner-spin-button, span.spinner > input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
}
.flickity-prev-next-button.previous {
	left: 0px;
	background: none;
}
.flickity-prev-next-button.next {
	right: 0px;
	background: none;
}
.flickity-prev-next-button:hover {
	background-color: rgba(255,255,255,0.4);
}

.nk-widget-post .nk-product-price.toppri {
	white-space: nowrap;
	color: #f00;
}
.nk-widget-post .nk-product-price.downpri {
	text-decoration: line-through;
}

.view-style {
	display: none;
}
.view-style .list-grid-view button {
	margin: 0 7px 0 0;
	padding: 4px 10px;
	color: #fff;
	text-align: center;
	border: none;
	background: #c6c6c6;
	outline: none;
}
.view-style .list-grid-view button.active {
	color: #000;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
	background: #fff;
}
.view-style .list-grid-view button i {
	text-align: center;
	font-size: 15px;
}

.img img{width: 100%;}


/* 響應式編輯器表格 ========================= */
.editorBox * {
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.editorBox img {max-width:100%}
.editorBox.nk-img-fit img, .editorBox img.nk-img-fit {max-width:100%}
.editorBox table {width:100%; display:block; border:1px solid #eee; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.editorBox table tbody, .editorBox table thead {width:100%; display:table}
.editorBox table th, .editorBox table td {padding:10px;}
.editorBox table img.nk-img-fit {width:100%;}

/* 首列首欄固定表格 ========================= */
.editorBox .stickyTable {    
	overflow: auto;
	width: 100%;
	height: 540px; /* 固定高度 */
}
.editorBox .stickyTable table {
	display: table;
	table-layout: fixed;
	width: 800px; /* 固定寬度 */
}
.editorBox .stickyTable table td:first-child, .editorBox .stickyTable table th:first-child {
	position: sticky;
	left:0; /* 首行永遠固定於左 */
	z-index:1;   
}
.editorBox .stickyTable table tbody tr:first-child th {
	position: sticky;
	top: 0; /* 列首永遠固定於上 */
}
.editorBox .stickyTable table tbody tr:first-child th:first-child {
	z-index: 2;
}


/* 常用 ========================= */
.hauto {
	height: auto !important;
}
.wauto {
	width: auto !important;
}

/* Overflow */
.of-a {
	overflow: auto !important;
}
.of-h {
	overflow: hidden !important;
}
.of-v {
	overflow: visible !important;
}
.of-x-a {
	overflow-x: auto !important;
}
.of-x-h {
	overflow-x: hidden !important;
}
.of-x-v {
	overflow-x: visible !important;
}
.of-y-a {
	overflow-y: auto !important;
}
.of-y-h {
	overflow-y: hidden !important;
}
.of-y-v {
	overflow-y: visible !important;
}

/* Paddings */
.p-0 {
	padding: 0px !important;
}
.p-1 {
	padding: 1px !important;
}
.p-2 {
	padding: 2px !important;
}
.p-3 {
	padding: 3px !important;
}
.p-4 {
	padding: 4px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-6 {
	padding: 6px !important;
}
.p-7 {
	padding: 7px !important;
}
.p-8 {
	padding: 8px !important;
}
.p-9 {
	padding: 9px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-25 {
	padding: 25px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-35 {
	padding: 35px !important;
}
.p-40 {
	padding: 40px !important;
}
.p-45 {
	padding: 45px !important;
}
.p-50 {
	padding: 50px !important;
}
.p-60 {
	padding: 60px !important;
}
.p-70 {
	padding: 70px !important;
}
.p-80 {
	padding: 80px !important;
}
.p-90 {
	padding: 90px !important;
}
.p-100 {
	padding: 100px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pt-1 {
	padding-top: 1px !important;
}
.pt-2 {
	padding-top: 2px !important;
}
.pt-3 {
	padding-top: 3px !important;
}
.pt-4 {
	padding-top: 4px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-6 {
	padding-top: 6px !important;
}
.pt-7 {
	padding-top: 7px !important;
}
.pt-8 {
	padding-top: 8px !important;
}
.pt-9 {
	padding-top: 9px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-35 {
	padding-top: 35px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-45 {
	padding-top: 45px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-90 {
	padding-top: 90px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pl-1 {
	padding-left: 1px !important;
}
.pl-2 {
	padding-left: 2px !important;
}
.pl-3 {
	padding-left: 3px !important;
}
.pl-4 {
	padding-left: 4px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-6 {
	padding-left: 6px !important;
}
.pl-7 {
	padding-left: 7px !important;
}
.pl-8 {
	padding-left: 8px !important;
}
.pl-9 {
	padding-left: 9px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl-25 {
	padding-left: 25px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.pl-35 {
	padding-left: 35px !important;
}
.pl-40 {
	padding-left: 40px !important;
}
.pl-45 {
	padding-left: 45px !important;
}
.pl-50 {
	padding-left: 50px !important;
}
.pl-60 {
	padding-left: 60px !important;
}
.pl-70 {
	padding-left: 70px !important;
}
.pl-80 {
	padding-left: 80px !important;
}
.pl-90 {
	padding-left: 90px !important;
}
.pl-100 {
	padding-left: 100px !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pr-1 {
	padding-right: 1px !important;
}
.pr-2 {
	padding-right: 2px !important;
}
.pr-3 {
	padding-right: 3px !important;
}
.pr-4 {
	padding-right: 4px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-6 {
	padding-right: 6px !important;
}
.pr-7 {
	padding-right: 7px !important;
}
.pr-8 {
	padding-right: 8px !important;
}
.pr-9 {
	padding-right: 9px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pr-25 {
	padding-right: 25px !important;
}
.pr-30 {
	padding-right: 30px !important;
}
.pr-35 {
	padding-right: 35px !important;
}
.pr-40 {
	padding-right: 40px !important;
}
.pr-45 {
	padding-right: 45px !important;
}
.pr-50 {
	padding-right: 50px !important;
}
.pr-60 {
	padding-right: 60px !important;
}
.pr-70 {
	padding-right: 70px !important;
}
.pr-80 {
	padding-right: 80px !important;
}
.pr-90 {
	padding-right: 90px !important;
}
.pr-100 {
	padding-right: 100px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-1 {
	padding-bottom: 1px !important;
}
.pb-2 {
	padding-bottom: 2px !important;
}
.pb-3 {
	padding-bottom: 3px !important;
}
.pb-4 {
	padding-bottom: 4px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-6 {
	padding-bottom: 6px !important;
}
.pb-7 {
	padding-bottom: 7px !important;
}
.pb-8 {
	padding-bottom: 8px !important;
}
.pb-9 {
	padding-bottom: 9px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-35 {
	padding-bottom: 35px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-45 {
	padding-bottom: 45px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-90 {
	padding-bottom: 90px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}

/* Margins */
.mauto {
	margin-left: auto;
	margin-right: auto;
}
.m-0 {
	margin: 0px !important;
}
.m-1 {
	margin: 1px !important;
}
.m-2 {
	margin: 2px !important;
}
.m-3 {
	margin: 3px !important;
}
.m-4 {
	margin: 4px !important;
}
.m-5 {
	margin: 5px !important;
}
.m-6 {
	margin: 6px !important;
}
.m-7 {
	margin: 7px !important;
}
.m-8 {
	margin: 8px !important;
}
.m-9 {
	margin: 9px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-15 {
	margin: 15px !important;
}
.m-20 {
	margin: 20px !important;
}
.m-25 {
	margin: 25px !important;
}
.m-30 {
	margin: 30px !important;
}
.m-35 {
	margin: 35px !important;
}
.m-40 {
	margin: 40px !important;
}
.m-45 {
	margin: 45px !important;
}
.m-50 {
	margin: 50px !important;
}
.m-60 {
	margin: 60px !important;
}
.m-70 {
	margin: 70px !important;
}
.m-80 {
	margin: 80px !important;
}
.m-90 {
	margin: 90px !important;
}
.m-100 {
	margin: 100px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-1 {
	margin-top: 1px !important;
}
.mt-2 {
	margin-top: 2px !important;
}
.mt-3 {
	margin-top: 3px !important;
}
.mt-4 {
	margin-top: 4px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-6 {
	margin-top: 6px !important;
}
.mt-7 {
	margin-top: 7px !important;
}
.mt-8 {
	margin-top: 8px !important;
}
.mt-9 {
	margin-top: 9px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-45 {
	margin-top: 45px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.ml-1 {
	margin-left: 1px !important;
}
.ml-2 {
	margin-left: 2px !important;
}
.ml-3 {
	margin-left: 3px !important;
}
.ml-4 {
	margin-left: 4px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-6 {
	margin-left: 6px !important;
}
.ml-7 {
	margin-left: 7px !important;
}
.ml-8 {
	margin-left: 8px !important;
}
.ml-9 {
	margin-left: 9px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-25 {
	margin-left: 25px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.ml-35 {
	margin-left: 35px !important;
}
.ml-40 {
	margin-left: 40px !important;
}
.ml-45 {
	margin-left: 45px !important;
}
.ml-50 {
	margin-left: 50px !important;
}
.ml-60 {
	margin-left: 60px !important;
}
.ml-70 {
	margin-left: 70px !important;
}
.ml-80 {
	margin-left: 80px !important;
}
.ml-90 {
	margin-left: 90px !important;
}
.ml-100 {
	margin-left: 100px !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.mr-1 {
	margin-right: 1px !important;
}
.mr-2 {
	margin-right: 2px !important;
}
.mr-3 {
	margin-right: 3px !important;
}
.mr-4 {
	margin-right: 4px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-6 {
	margin-right: 6px !important;
}
.mr-7 {
	margin-right: 7px !important;
}
.mr-8 {
	margin-right: 8px !important;
}
.mr-9 {
	margin-right: 9px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-25 {
	margin-right: 25px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-35 {
	margin-right: 35px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mr-45 {
	margin-right: 45px !important;
}
.mr-50 {
	margin-right: 50px !important;
}
.mr-60 {
	margin-right: 60px !important;
}
.mr-70 {
	margin-right: 70px !important;
}
.mr-80 {
	margin-right: 80px !important;
}
.mr-90 {
	margin-right: 90px !important;
}
.mr-100 {
	margin-right: 100px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-1 {
	margin-bottom: 1px !important;
}
.mb-2 {
	margin-bottom: 2px !important;
}
.mb-3 {
	margin-bottom: 3px !important;
}
.mb-4 {
	margin-bottom: 4px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-6 {
	margin-bottom: 6px !important;
}
.mb-7 {
	margin-bottom: 7px !important;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mb-9 {
	margin-bottom: 9px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}

/* Negative Margins */
.mn-0 {
	margin: 0px !important;
}
.mn-1 {
	margin: -1px !important;
}
.mn-2 {
	margin: -2px !important;
}
.mn-3 {
	margin: -3px !important;
}
.mn-4 {
	margin: -4px !important;
}
.mn-5 {
	margin: -5px !important;
}
.mn-6 {
	margin: -6px !important;
}
.mn-7 {
	margin: -7px !important;
}
.mn-8 {
	margin: -8px !important;
}
.mn-9 {
	margin: -9px !important;
}
.mn-10 {
	margin: -10px !important;
}
.mn-15 {
	margin: -15px !important;
}
.mn-20 {
	margin: -20px !important;
}
.mn-25 {
	margin: -25px !important;
}
.mn-30 {
	margin: -30px !important;
}
.mn-35 {
	margin: -35px !important;
}
.mn-40 {
	margin: -40px !important;
}
.mn-45 {
	margin: -45px !important;
}
.mn-50 {
	margin: -50px !important;
}
.mn-60 {
	margin: -60px !important;
}
.mn-70 {
	margin: -70px !important;
}
.mn-80 {
	margin: -80px !important;
}
.mn-90 {
	margin: -90px !important;
}
.mn-100 {
	margin: -100px !important;
}
.mnt-0 {
	margin-top: 0px !important;
}
.mnt-1 {
	margin-top: -1px !important;
}
.mnt-2 {
	margin-top: -2px !important;
}
.mnt-3 {
	margin-top: -3px !important;
}
.mnt-4 {
	margin-top: -4px !important;
}
.mnt-5 {
	margin-top: -5px !important;
}
.mnt-6 {
	margin-top: -6px !important;
}
.mnt-7 {
	margin-top: -7px !important;
}
.mnt-8 {
	margin-top: -8px !important;
}
.mnt-9 {
	margin-top: -9px !important;
}
.mnt-10 {
	margin-top: -10px !important;
}
.mnt-15 {
	margin-top: -15px !important;
}
.mnt-20 {
	margin-top: -20px !important;
}
.mnt-25 {
	margin-top: -25px !important;
}
.mnt-30 {
	margin-top: -30px !important;
}
.mnt-35 {
	margin-top: -35px !important;
}
.mnt-40 {
	margin-top: -40px !important;
}
.mnt-45 {
	margin-top: -45px !important;
}
.mnt-50 {
	margin-top: -50px !important;
}
.mnt-60 {
	margin-top: -60px !important;
}
.mnt-70 {
	margin-top: -70px !important;
}
.mnt-80 {
	margin-top: -80px !important;
}
.mnt-90 {
	margin-top: -90px !important;
}
.mnt-100 {
	margin-top: -100px !important;
}
.mnl-0 {
	margin-left: 0px !important;
}
.mnl-1 {
	margin-left: -1px !important;
}
.mnl-2 {
	margin-left: -2px !important;
}
.mnl-3 {
	margin-left: -3px !important;
}
.mnl-4 {
	margin-left: -4px !important;
}
.mnl-5 {
	margin-left: -5px !important;
}
.mnl-6 {
	margin-left: -6px !important;
}
.mnl-7 {
	margin-left: -7px !important;
}
.mnl-8 {
	margin-left: -8px !important;
}
.mnl-9 {
	margin-left: -9px !important;
}
.mnl-10 {
	margin-left: -10px !important;
}
.mnl-15 {
	margin-left: -15px !important;
}
.mnl-20 {
	margin-left: -20px !important;
}
.mnl-25 {
	margin-left: -25px !important;
}
.mnl-30 {
	margin-left: -30px !important;
}
.mnl-35 {
	margin-left: -35px !important;
}
.mnl-40 {
	margin-left: -40px !important;
}
.mnl-45 {
	margin-left: -45px !important;
}
.mnl-50 {
	margin-left: -50px !important;
}
.mnl-60 {
	margin-left: -60px !important;
}
.mnl-70 {
	margin-left: -70px !important;
}
.mnl-80 {
	margin-left: -80px !important;
}
.mnl-90 {
	margin-left: -90px !important;
}
.mnl-100 {
	margin-left: -100px !important;
}
.mnr-0 {
	margin-right: 0px !important;
}
.mnr-1 {
	margin-right: -1px !important;
}
.mnr-2 {
	margin-right: -2px !important;
}
.mnr-3 {
	margin-right: -3px !important;
}
.mnr-4 {
	margin-right: -4px !important;
}
.mnr-5 {
	margin-right: -5px !important;
}
.mnr-6 {
	margin-right: -6px !important;
}
.mnr-7 {
	margin-right: -7px !important;
}
.mnr-8 {
	margin-right: -8px !important;
}
.mnr-9 {
	margin-right: -9px !important;
}
.mnr-10 {
	margin-right: -10px !important;
}
.mnr-15 {
	margin-right: -15px !important;
}
.mnr-20 {
	margin-right: -20px !important;
}
.mnr-25 {
	margin-right: -25px !important;
}
.mnr-30 {
	margin-right: -30px !important;
}
.mnr-35 {
	margin-right: -35px !important;
}
.mnr-40 {
	margin-right: -40px !important;
}
.mnr-45 {
	margin-right: -45px !important;
}
.mnr-50 {
	margin-right: -50px !important;
}
.mnr-60 {
	margin-right: -60px !important;
}
.mnr-70 {
	margin-right: -70px !important;
}
.mnr-80 {
	margin-right: -80px !important;
}
.mnr-90 {
	margin-right: -90px !important;
}
.mnr-100 {
	margin-right: -100px !important;
}
.mnb-0 {
	margin-bottom: 0px !important;
}
.mnb-1 {
	margin-bottom: -1px !important;
}
.mnb-2 {
	margin-bottom: -2px !important;
}
.mnb-3 {
	margin-bottom: -3px !important;
}
.mnb-4 {
	margin-bottom: -4px !important;
}
.mnb-5 {
	margin-bottom: -5px !important;
}
.mnb-6 {
	margin-bottom: -6px !important;
}
.mnb-7 {
	margin-bottom: -7px !important;
}
.mnb-8 {
	margin-bottom: -8px !important;
}
.mnb-9 {
	margin-bottom: -9px !important;
}
.mnb-10 {
	margin-bottom: -10px !important;
}
.mnb-15 {
	margin-bottom: -15px !important;
}
.mnb-20 {
	margin-bottom: -20px !important;
}
.mnb-25 {
	margin-bottom: -25px !important;
}
.mnb-30 {
	margin-bottom: -30px !important;
}
.mnb-35 {
	margin-bottom: -35px !important;
}
.mnb-40 {
	margin-bottom: -40px !important;
}
.mnb-45 {
	margin-bottom: -45px !important;
}
.mnb-50 {
	margin-bottom: -50px !important;
}
.mnb-60 {
	margin-bottom: -60px !important;
}
.mnb-70 {
	margin-bottom: -70px !important;
}
.mnb-80 {
	margin-bottom: -80px !important;
}
.mnb-90 {
	margin-bottom: -90px !important;
}
.mnb-100 {
	margin-bottom: -100px !important;
}

/* Opacity */
.op-0 {
	opacity: 0 !important;
}
.op-1 {
	opacity: 0.1 !important;
}
.op-2 {
	opacity: 0.2 !important;
}
.op-3 {
	opacity: 0.3 !important;
}
.op-4 {
	opacity: 0.4 !important;
}
.op-5 {
	opacity: 0.5 !important;
}
.op-6 {
	opacity: 0.6 !important;
}
.op-7 {
	opacity: 0.7 !important;
}
.op-8 {
	opacity: 0.8 !important;
}
.op-9 {
	opacity: 0.9 !important;
}
.op-10 {
	opacity: 1 !important;
}

/* Gap */
.nk-gap, .nk-gap-1, .nk-gap-2, .nk-gap-3, .nk-gap-4, .nk-gap-5, .nk-gap-6 {
	display: block;
}
.nk-gap:after, .nk-gap:before, .nk-gap-1:after, .nk-gap-1:before, .nk-gap-2:after, .nk-gap-2:before, .nk-gap-3:after, .nk-gap-3:before, .nk-gap-4:after, .nk-gap-4:before, .nk-gap-5:after, .nk-gap-5:before, .nk-gap-6:after, .nk-gap-6:before {
	content: '';
	display: table;
	clear: both;
}
.nk-gap-1-10 {
	height: 10px;
}
.nk-gap-1-15 {
	height: 15px;
}
.nk-gap-1 {
	height: 20px;
}
.nk-gap-2 {
	height: 40px;
}
.nk-gap-3 {
	height: 60px;
}
.nk-gap-4 {
	height: 80px;
}
.nk-gap-5 {
	height: 100px;
}
.nk-gap-6 {
	height: 120px;
}

/* Text Align */
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}
.align-justify {
	text-align: justify !important;
}

/* Vertical Align */
.va-t {
	vertical-align: top !important;
}
.va-m {
	vertical-align: middle !important;
}
.va-b {
	vertical-align: bottom !important;
}
.va-s {
	vertical-align: super !important;
}

/* Text Transform */
.text-uppercase {
	text-transform: uppercase !important;
}

/* Font Weight */
.fw-100 {
	font-weight: 100 !important;
}
.fw-200 {
	font-weight: 200 !important;
}
.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}

/* Font Size */
.fs-12 {
	font-size: 12px !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-15 {
	font-size: 15px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-17 {
	font-size: 17px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-19 {
	font-size: 19px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-22 {
	font-size: 22px !important;
}
.fs-24 {
	font-size: 24px !important;
}
.fs-26 {
	font-size: 26px !important;
}
.fs-28 {
	font-size: 28px !important;
}
.fs-30 {
	font-size: 30px !important;
}
.fs-35 {
	font-size: 35px !important;
}
.fs-40 {
	font-size: 40px !important;
}
.fs-45 {
	font-size: 45px !important;
}
.fs-50 {
	font-size: 50px !important;
}

/* Line Height */
.lh-0 {
	line-height: 0px !important;
}
.lh-5 {
	line-height: 5px !important;
}
.lh-10 {
	line-height: 10px !important;
}
.lh-15 {
	line-height: 15px !important;
}
.lh-20 {
	line-height: 20px !important;
}
.lh-25 {
	line-height: 25px !important;
}
.lh-30 {
	line-height: 30px !important;
}
.lh-35 {
	line-height: 35px !important;
}
.lh-40 {
	line-height: 40px !important;
}
.lh-45 {
	line-height: 45px !important;
}
.lh-50 {
	line-height: 50px !important;
}

.text-primary {
	color: #0275D8 !important;
}
.text-success {
	color: #5CB85C !important;
}
.text-info {
	color: #5BC0DE !important;
}
.text-warning {
	color: #FF6D40 !important;
}
.text-danger {
	color: #D9534F !important;
}
.text-white {
	color: #fff !important;
}
.text-black {
	color: #000 !important;
}
.text-red {
	color: #F00 !important;
}
.text-dark-1 {
	color: #1c1c1c !important;
}
.text-dark-2 {
	color: #262626 !important;
}
.text-dark-3 {
	color: #3b3b3b !important;
}
.text-dark-4 {
	color: #484848 !important;
}
.text-gray-1 {
	color: #bbb !important;
}
.text-gray-2 {
	color: #ccc !important;
}
.text-gray-3 {
	color: #ddd !important;
}
.text-gray-4 {
	color: #eee !important;
}

/* Image Fit */
.nk-img-fit, .nk-img {
	max-width: 100%;
}
 @media (max-width: 543px) {
.nk-img-fit-xs-down {
	max-width: 100%;
}
}
 @media (min-width: 544px) {
.nk-img-fit-sm-up {
	max-width: 100%;
}
}
 @media (max-width: 768px) {
.nk-img-fit-sm-down {
	max-width: 100%;
}
}
 @media (min-width: 768px) {
.nk-img-fit-md-up {
	max-width: 100%;
}
}
 @media (max-width: 991px) {
.nk-img-fit-md-down {
	max-width: 100%;
}
}
 @media (min-width: 992px) {
.nk-img-fit-lg-up {
	max-width: 100%;
}
}
 @media (max-width: 1199px) {
.nk-img-fit-lg-down {
	max-width: 100%;
}
}
 @media (min-width: 1200) {
.nk-img-fit-xl-up {
	max-width: 100%;
}
}

/* Image Stretch */
.nk-img-stretch {
	width: 100%;
}

/* Circle / Rounded Images */
img.circle {
	border-radius: 50%;
}
img.rounded {
	border-radius: 5px;
}

/* Inherit Font Family */
.nk-font-inherit {
	font-family: inherit !important;
}

/* Background Color */
.bg-info {
	background-color: #5BC0DE !important;
}
.bg-warning {
	background-color: #FF6D40 !important;
}
.bg-danger {
	background-color: #D9534F !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-black {
	background-color: #000 !important;
}
.bg-none {
	background-color: transparent !important;
}

/* hr */
.hr-333 {
	border-bottom: 1px solid #333 !important;
}
.hr-ccc {
	border-bottom: 1px solid #ccc !important;
}
.hr-ece {
	border-bottom: 1px solid #ecedef !important;
}
.hr-fff {
	border-bottom: 1px solid #fff !important;
}

/* Text Ellipsis */
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis-1 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ellipsis-2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ellipsis-3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Cursor Pointer */
.cursor {
	cursor: pointer !important;
}

/* Responsive embeds */
.responsive-embed {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding: 0;
	clear: both;
}
.responsive-embed.responsive-embed-16x9 {
	padding-bottom: 56.25%;
}
.responsive-embed.responsive-embed-4x3 {
	padding-bottom: 75%;
}
.responsive-embed > .embed-item, .responsive-embed > iframe, .responsive-embed > embed, .responsive-embed > object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.noShadow-box {
	box-shadow: none !important;
}
.noShadow-text {
	text-shadow: none !important;
}

/* 收納效果 ========================= */
.toggleBtn {
	display: inline-block;
	font-size: 1.1rem;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.toggleBlock {
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity: 1;
}
.toggleRotate180 {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggleClosed {
	display: none;
	height: 0px !important;
	opacity: 0;
	z-index: -1;
}


/*RWD Settings --------------------------------------------------------- */
/*通用 ========================= 桌機、筆電以下 (4:3 螢幕)*/
@media only screen and (max-width : 1024px) {
	.nk-image-box-1 .nk-image-box-overlay > * {padding:10px;}
}

/*通用 ========================= 平板以下 (筆電、平板、大尺寸手機)*/
@media only screen and (max-width : 991px) {
	.nk-store-order {
		margin-left: 0px;
		float: none;
	}

	#pageJumpNav {
		flex-direction: column;
	}
	#pageJumpNav div {
		margin-bottom: 21px;
		width: 100%;
	}
	#pageJumpNav div.pageJumpNav-back {
		display: none;
	}
	#pageJumpNav div a .pageJumpNav-thumb {
		display: none;
	}

	.bg-map-row {
		position: relative;
	}
	.bg-map-row > div {
		padding-top: 0;
	}
	.bg-map-row > div > div {
		position: relative;
	}
	.bg-map-row .nk-gmaps {
		height: 300px;
	}
	.bg-map-row .nk-gmaps-sm {
		height: 250px;
	}
	.bg-map-row .nk-gmaps-md {
		height: 450px;
	}
	.bg-map-row .nk-gmaps-lg {
		height: 550px;
	}
	.bg-map-row .nk-gmaps-full {
		height: 700px;
		height: 100vh;
		min-height: 700px;
	}

	.nk-quick-view .nk-quick-view-cont {
		left: 20px;
		right: 20px;
		bottom: 5vh;
	}

	.nk-widget-contact > li {
		padding-left: 0px;
	}
	.nk-widget-contact > li > span {
		position: relative;
	}

}

/*iPad in landscape 橫式 [768~1024]*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.product-shortbrief.colorBtn a {
		padding: 8px 0px 12px 0px;
	}
}

/*iPad in portrait 直式 [768~1024]*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.product-shortbrief.colorBtn a {
		padding: 8px 0px 12px 0px;
	}
	hr.memline {
		width: 94%;
	}
	hr.memline.creatm {
		width: 58%;
	}
	.memtext .memteleft {
		width: 100%;
		margin-bottom: 10px;
	}
	.memtext .memteright {
		width: 100%;
	}
	.memtext span {
		margin-bottom: 10px;
	}
}

/*通用 ========================= 平板以下 (手機、平板)*/
@media only screen and (max-width : 768px){
	.nk-store-order.mainSearch {
		display: block;
		width: 100%;
		margin-left: 0px;
		float: none;
	}
	.nk-store-order.mainSearch .nk-form-style-1{
		width:100%;
	}
}

/*通用 ========================= 手機 [<480]*/
@media only screen and (max-width : 480px) {
	.view-style {
		display: block;
	}
	.memtext .memteleft {
		width: 100%;
		margin-bottom: 10px;
	}
	.memtext .memteright {
		width: 100%;
	}
	.memtext .memteleft.notFull {
		display: block;
		width: 100%;
	}
	.memtext .memteright.notFull {
		display: block;
		width: 100%;
	}
	form.mainselect select {
		margin-bottom: 4px;
		width: 40vw;
	}
}
