/*------------------------------------------------------------------

  Base

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 / width:25%		2 / 16.66666667%	1 / width:8.33333333%

 -------------------------------------------------------------------*/


.bg-map-row {
	z-index: auto;
}
.bg-map-row .nk-gmaps {
	height: 100%;
}
.display-1, .display-2, .display-3, .display-4 {
	font-family: "Philosopher", "Microsoft JhengHei";
	font-weight: bold;
}
.display-1 {
	font-size: 4.7rem;
}
.display-2 {
	font-size: 4.2rem;
}
.display-3 {
	font-size: 3.7rem;
}
.display-4 {
	font-size: 3.2rem;
}

/*------------------------------------------------------------------

  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;
}
.row.sm-gap {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.row.sm-gap > [class*='col-'] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.row.sm-gap.vertical-gap > [class*='col-'] {
	padding-top: 15px;
}
.row.sm-gap.vertical-gap {
	margin-top: -15px;
}
.row.md-gap {
	margin-left: -22.5px;
	margin-right: -22.5px;
}
.row.md-gap > [class*='col-'] {
	padding-right: 22.5px;
	padding-left: 22.5px;
}
.row.md-gap.vertical-gap > [class*='col-'] {
	padding-top: 45px;
}
.row.md-gap.vertical-gap {
	margin-top: -45px;
}
.row.lg-gap {
	margin-left: -30px;
	margin-right: -30px;
}
.row.lg-gap > [class*='col-'] {
	padding-right: 30px;
	padding-left: 30px;
}
.row.lg-gap.vertical-gap > [class*='col-'] {
	padding-top: 65px;
}
.row.lg-gap.vertical-gap {
	margin-top: -65px;
}
.multi-columns-row > .first-in-row {
	clear: left;
}
.multi-columns-row > {
/* clear the first in row for any block that has the class "multi-columns-row" */
}
.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 > {
/* reset if we have sm class */
        /* clear first in row for small columns */
}
 .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 > {
/* reset if we have md class */
        /* clear first in row for medium columns */
}
 .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 > {
/* reset if we have lg class */
        /* clear first in row for large columns */
}
 .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 > {
/* reset if we have xl class */
        /* clear first in row for large columns */
}
 .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;
}
.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;
}
}
 
/*
 * Keyboard Key
 */
.nk-keyboard {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	line-height: 28px;
	padding: 0 7px;
	text-align: center;
	margin: 5px;
	font-size: 12px;
	border: 1px solid #9c9c9c;
	border-radius: 3px;
	background-color: #fff;
	color: #1c1c1c;
}


/*------------------------------------------------------------------

  Search

 -------------------------------------------------------------------*/
.nk-search {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	color: #fff;
	background: #1c1c1c;
	background: linear-gradient(to bottom, #1c1c1c 0%, #1c1c1c 100px, rgba(28, 28, 28, 0) 100%);
	opacity: 0;
	z-index: 999;
}
.nk-search .nk-search-field {
	position: relative;
	margin-top: 60px;
	margin-bottom: 130px;
}
.nk-search .nk-search-field label {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 4rem;
	height: 124px;
	line-height: 124px;
	margin: 0;
	transition: .3s color;
	will-change: color;
}
.nk-search .nk-search-field input {
	color: inherit;
	padding: 1rem 1rem;
	margin-left: 70px;
	font-size: 5rem;
	background-color: transparent;
	border: none;
	width: 93%;
	width: calc(100% - 70px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	transition: .3s border, .3s box-shadow;
	will-change: border, box-shadow;
}
.nk-search .nk-search-field input:focus, .nk-search .nk-search-field input.focus {
	border-bottom-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
 @media (max-width: 767px) {
.nk-search .nk-search-field {
	margin-top: 30px;
	margin-bottom: 50px;
}
.nk-search .nk-search-field label {
	font-size: 3rem;
	height: 106px;
	line-height: 106px;
}
.nk-search .nk-search-field input {
	margin-left: 50px;
	font-size: 4rem;
	width: calc(100% - 50px);
}
}
 @media (max-width: 543px) {
.nk-search .nk-search-field label {
	font-size: 2rem;
	height: 68px;
	line-height: 68px;
}
.nk-search .nk-search-field input {
	margin-left: 40px;
	font-size: 2rem;
	width: calc(100% - 40px);
}
}
.nk-search.nk-search-light {
	color: inherit;
	background: #fff;
	background: linear-gradient(to bottom, #fff 0%, #fff 100px, rgba(255, 255, 255, 0) 100%);
}
.nk-search.nk-search-light .nk-search-field input {
	border-bottom: 1px solid rgba(28, 28, 28, 0.3);
}
.nk-search.nk-search-light .nk-search-field input:focus, .nk-search.nk-search-light .nk-search-field input.focus {
	border-bottom-color: rgba(28, 28, 28, 0.8);
	box-shadow: 0 1px 0 0 rgba(28, 28, 28, 0.8);
}

/*------------------------------------------------------------------

  Side Buttons

 -------------------------------------------------------------------*/
 .nk-side-buttons {
	position: fixed;
	bottom: 50px;
	right: 0px;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 20px;
	-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: 100;
}
.nk-side-buttons.nk-side-buttons-left {
	right: auto;
	left: 0;
	padding-right: 15px;
	padding-left: 20px;
}
.nk-side-buttons.nk-side-buttons-left, .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;
	text-align: center;
}
.nk-side-buttons ul > li + li {
	/*margin-left: 15px;*/
}
.nk-side-buttons ul > li > a, .nk-side-buttons ul > li > span {
	display: block;
	font-size: 20px;
	padding: 10px;
	transition: .2s color ease-in-out;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}
.nk-side-buttons ul > li > a > span, .nk-side-buttons ul > li > span > span {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.nk-side-buttons ul > li > a.checkoutNow {
	margin-bottom: 10px;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
	.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);
	}
}
/*------------------------------------------------------------------

  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);
}
/* Fixed Nav 2 */
.nk-page-nav-2 .nk-page-nav-prev, .nk-page-nav-2 .nk-page-nav-next {
	position: fixed;
	display: table;
	color: #fff;
	top: 50%;
	width: 340px;
	height: 130px;
	background-color: #1c1c1c;
	padding: 19.5px;
	-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-2 .nk-page-nav-prev.disabled, .nk-page-nav-2 .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-2 .nk-page-nav-prev.disabled .icon, .nk-page-nav-2 .nk-page-nav-next.disabled .icon {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.nk-page-nav-2 .nk-page-nav-prev:hover, .nk-page-nav-2 .nk-page-nav-prev.hover, .nk-page-nav-2 .nk-page-nav-prev:focus, .nk-page-nav-2 .nk-page-nav-prev:active, .nk-page-nav-2 .nk-page-nav-next:hover, .nk-page-nav-2 .nk-page-nav-next.hover, .nk-page-nav-2 .nk-page-nav-next:focus, .nk-page-nav-2 .nk-page-nav-next:active {
	color: #fff;
	text-decoration: none;
}
.nk-page-nav-2 .nk-page-nav-prev .icon, .nk-page-nav-2 .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-2 .nk-page-nav-prev .icon > *, .nk-page-nav-2 .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-2 .nk-page-nav-prev .nk-page-nav-img, .nk-page-nav-2 .nk-page-nav-next .nk-page-nav-img {
	display: table-cell;
	height: 91px;
	width: 0.1px;
	padding-right: 19.5px;
}
.nk-page-nav-2 .nk-page-nav-prev .nk-page-nav-img > img, .nk-page-nav-2 .nk-page-nav-next .nk-page-nav-img > img {
	height: 100%;
}
.nk-page-nav-2 .nk-page-nav-prev .nk-page-nav-title, .nk-page-nav-2 .nk-page-nav-next .nk-page-nav-title {
	display: table-cell;
	vertical-align: top;
}
.nk-page-nav-2 .nk-page-nav-prev {
	left: -340px;
}
.nk-page-nav-2 .nk-page-nav-prev:hover, .nk-page-nav-2 .nk-page-nav-prev.hover {
	-webkit-transform: translate(340px, -65px);
	-ms-transform: translate(340px, -65px);
	transform: translate(340px, -65px);
}
.nk-page-nav-2 .nk-page-nav-prev .icon {
	right: -30px;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.nk-page-nav-2 .nk-page-nav-prev:hover .icon {
	-webkit-transform: rotateY(100deg);
	transform: rotateY(100deg);
}
.nk-page-nav-2 .nk-page-nav-next {
	right: -340px;
}
.nk-page-nav-2 .nk-page-nav-next:hover, .nk-page-nav-2 .nk-page-nav-next.hover {
	-webkit-transform: translate(-340px, -65px);
	-ms-transform: translate(-340px, -65px);
	transform: translate(-340px, -65px);
}
.nk-page-nav-2 .nk-page-nav-next .icon {
	left: -30px;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.nk-page-nav-2 .nk-page-nav-next:hover .icon {
	-webkit-transform: rotateY(-100deg);
	transform: rotateY(-100deg);
}

/*------------------------------------------------------------------

  Widgets

 -------------------------------------------------------------------*/
.nk-widget {
	overflow: hidden;
}
.nk-widget ~ .nk-widget {
	margin-top: 30px;
}
.nk-widget-post {
    padding-left: 50px;
}
.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;
	font-size: 1.3rem;
}
.nk-widget-post .nk-post-title a {
	color: inherit;
	transition: .3s opacity;
}
.nk-widget-post .nk-post-title a:hover, .nk-widget-post .nk-post-title a:focus {
	opacity: 0.7;
}
.nk-widget-post .nk-post-subtitle {
	font-size: 1.15rem;
}
.nk-widget-post .nk-post-meta-date {
	font-size: 0.9rem;
	font-style: italic;
	margin-right: 10px;
	opacity: 0.6;
}
.nk-widget-post .nk-post-meta-date a {
	color: inherit;
	transition: .3s opacity;
}
.nk-widget-post .nk-post-meta-date a:hover, .nk-widget-post .nk-post-meta-date a:focus {
	opacity: 0.7;
}
.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-tags {
	margin-bottom: -5px;
	font-size: 0.9rem;
	font-style: normal;
}
.nk-widget-tags > a {
	position: relative;
	display: inline-block;
	padding: 5px 11px;
	margin-bottom: 5px;
	margin-right: 1px;
	color: inherit;
	text-decoration: none;
	background-color: #ccc;
}
.nk-widget-tags > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid;
	opacity: 0.6;
	z-index: -1;
}
.nk-widget-tags > a:hover, .nk-widget-tags > a.hover, .nk-widget-tags > a.current {
	background-color: #ccc;
}
.nk-widget-contact {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nk-widget-contact > li {
	position: relative;
}
.nk-widget-contact > li + li {
	margin-top: 15px;
}
.nk-widget-contact > li > span {
    display: inline-block;
	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-twitter {
	position: relative;
	padding-left: 25px;
}
.nk-twitter + .nk-twitter {
	margin-top: 30px;
}
.nk-twitter .nk-twitter-date {
	font-size: 0.8rem;
	opacity: 0.6;
	line-height: 1.4;
	margin-bottom: 10px;
}
.nk-twitter .nk-twitter-icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
}

/* 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;
	}
}
/*------------------------------------------------------------------

  Elements

 -------------------------------------------------------------------*/
/*---------------------------
  Element Buttons
 ----------------------------*/
.nk-btn {
	display: inline-block;
	border: 0;
	padding: 10px 14px;
	text-align: center;
	white-space: nowrap;
	background-color: #1c1c1c;
	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;
	color: #fff;
}
.nk-btn.nk-btn-outline {
	padding-top: 11px;
	padding-bottom: 11px;
}
.nk-btn-xs {
	font-size: 0.9rem;
	padding: 4px 14px;
}
.nk-btn-xs.nk-btn-outline {
	padding-top: 7px;
	padding-bottom: 7px;
}
.nk-btn-sm {
	padding: 10px 29px;
}
.nk-btn-sm.nk-btn-outline {
	padding-top: 9px;
	padding-bottom: 9px;
}
.nk-btn-lg {
	padding: 14px 41px;
}
.nk-btn-lg.nk-btn-outline {
	padding-top: 13px;
	padding-bottom: 13px;
}
.nk-btn-x2 {
	font-size: 1.1rem;
	padding: 16px 45px;
}
.nk-btn-x2.nk-btn-outline {
	padding-top: 15px;
	padding-bottom: 15px;
}
.nk-btn-x3 {
	font-size: 1.2rem;
	padding: 20px 55px;
}
.nk-btn-x3.nk-btn-outline {
	padding-top: 19px;
	padding-bottom: 19px;
}
.nk-btn-x4 {
	font-size: 1.3rem;
	padding: 22px 65px;
}
.nk-btn-x4.nk-btn-outline {
	padding-top: 21px;
	padding-bottom: 21px;
}
.nk-btn-outline {
	border-width: 1px;
}
.nk-btn-rounded {
	border-radius: 5px;
}
.nk-btn-circle, .nk-btn-circle-hover:hover {
	border-radius: 21px;
}
.nk-btn-circle.nk-btn-xs, .nk-btn-circle-hover:hover.nk-btn-xs {
	border-radius: 16px;
}
.nk-btn-circle.nk-btn-sm, .nk-btn-circle-hover:hover.nk-btn-sm {
	border-radius: 19px;
}
.nk-btn-circle.nk-btn-lg, .nk-btn-circle-hover:hover.nk-btn-lg {
	border-radius: 23px;
}
.nk-btn-circle.nk-btn-x2, .nk-btn-circle-hover:hover.nk-btn-x2 {
	border-radius: 26px;
}
.nk-btn-circle.nk-btn-x3, .nk-btn-circle-hover:hover.nk-btn-x3 {
	border-radius: 30.5px;
}
.nk-btn-circle.nk-btn-x4, .nk-btn-circle-hover:hover.nk-btn-x4 {
	border-radius: 34px;
}
.nk-btn-3d {
	font-weight: bold;
	border-width: 1px;
	border-bottom-width: 4px;
	text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.8);
	box-shadow: 0 3px 20px 0 rgba(28, 28, 28, 0.4);
}
.nk-btn-3d.nk-btn-sm, .nk-btn-3d.nk-btn-xs {
	border-bottom-width: 3px;
}
.nk-btn-3d.nk-btn-lg, .nk-btn-3d.nk-btn-x2 {
	border-bottom-width: 5px;
}
.nk-btn-3d.nk-btn-x3 {
	border-bottom-width: 6px;
}
.nk-btn-3d.nk-btn-x4 {
	border-bottom-width: 7px;
}
.nk-btn-block {
	display: block;
	width: 100%;
}
.nk-btn > .icon {
	margin-right: 3px;
}
.nk-btn > span + .icon {
	margin-left: 3px;
	margin-right: 0;
}
.nk-btn-effect-1-top > .icon, .nk-btn-effect-1-bottom > .icon, .nk-btn-effect-1-left > .icon, .nk-btn-effect-1-right > .icon, .nk-btn-effect-2-left > .icon, .nk-btn-effect-2-right > .icon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
}
.nk-btn-effect-1-top > .icon > i, .nk-btn-effect-1-top > .icon > span, .nk-btn-effect-1-bottom > .icon > i, .nk-btn-effect-1-bottom > .icon > span, .nk-btn-effect-1-left > .icon > i, .nk-btn-effect-1-left > .icon > span, .nk-btn-effect-1-right > .icon > i, .nk-btn-effect-1-right > .icon > span, .nk-btn-effect-2-left > .icon > i, .nk-btn-effect-2-left > .icon > span, .nk-btn-effect-2-right > .icon > i, .nk-btn-effect-2-right > .icon > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.nk-btn-effect-1-top, .nk-btn-effect-1-bottom, .nk-btn-effect-1-left, .nk-btn-effect-1-right {
	position: relative;
	overflow: hidden;
}
.nk-btn-effect-1-top > span, .nk-btn-effect-1-bottom > span, .nk-btn-effect-1-left > span, .nk-btn-effect-1-right > span {
	display: inline-block;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	transition: .3s -webkit-transform;
	transition: .3s transform;
	will-change: transform;
}
.nk-btn-effect-1-top > .icon, .nk-btn-effect-1-bottom > .icon, .nk-btn-effect-1-left > .icon, .nk-btn-effect-1-right > .icon {
	display: block;
}
.nk-btn-effect-1-top:hover > .icon, .nk-btn-effect-1-top.hover > .icon, .nk-btn-effect-1-bottom:hover > .icon, .nk-btn-effect-1-bottom.hover > .icon, .nk-btn-effect-1-left:hover > .icon, .nk-btn-effect-1-left.hover > .icon, .nk-btn-effect-1-right:hover > .icon, .nk-btn-effect-1-right.hover > .icon {
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}
.nk-btn-effect-1-top > .icon {
	-webkit-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}
.nk-btn-effect-1-top:hover > span, .nk-btn-effect-1-top.hover > span {
	-webkit-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
}
.nk-btn-effect-1-bottom > .icon {
	-webkit-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
}
.nk-btn-effect-1-bottom:hover > span, .nk-btn-effect-1-bottom.hover > span {
	-webkit-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}
.nk-btn-effect-1-left > .icon {
	-webkit-transform: translateX(300%);
	-ms-transform: translateX(300%);
	transform: translateX(300%);
}
.nk-btn-effect-1-left:hover > span, .nk-btn-effect-1-left.hover > span {
	-webkit-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	transform: translateX(-300%);
}
.nk-btn-effect-1-right > .icon {
	-webkit-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	transform: translateX(-300%);
}
.nk-btn-effect-1-right:hover > span, .nk-btn-effect-1-right.hover > span {
	-webkit-transform: translateX(300%);
	-ms-transform: translateX(300%);
	transform: translateX(300%);
}
.nk-btn-effect-2-left, .nk-btn-effect-2-right {
	position: relative;
	overflow: hidden;
}
.nk-btn-effect-2-left > span, .nk-btn-effect-2-right > span {
	display: inline-block;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	transition: .3s -webkit-transform;
	transition: .3s transform;
	will-change: transform;
}
.nk-btn-effect-2-left > .icon, .nk-btn-effect-2-right > .icon {
	display: block;
	width: 50px;
}
.nk-btn-effect-2-left.nk-btn-xs > .icon, .nk-btn-effect-2-right.nk-btn-xs > .icon {
	width: 40px;
}
.nk-btn-effect-2-left.nk-btn-sm > .icon, .nk-btn-effect-2-right.nk-btn-sm > .icon {
	width: 45px;
}
.nk-btn-effect-2-left.nk-btn-lg > .icon, .nk-btn-effect-2-right.nk-btn-lg > .icon {
	width: 55px;
}
.nk-btn-effect-2-left.nk-btn-x2 > .icon, .nk-btn-effect-2-right.nk-btn-x2 > .icon {
	width: 60px;
}
.nk-btn-effect-2-left.nk-btn-x3 > .icon, .nk-btn-effect-2-right.nk-btn-x3 > .icon {
	width: 65px;
}
.nk-btn-effect-2-left.nk-btn-x4 > .icon, .nk-btn-effect-2-right.nk-btn-x4 > .icon {
	width: 75px;
}
.nk-btn-effect-2-left:hover > .icon, .nk-btn-effect-2-left.hover > .icon, .nk-btn-effect-2-right:hover > .icon, .nk-btn-effect-2-right.hover > .icon {
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}
.nk-btn-effect-2-left > .icon {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.nk-btn-effect-2-left:hover > span, .nk-btn-effect-2-left.hover > span {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
.nk-btn-effect-2-left:hover > .icon, .nk-btn-effect-2-left.hover > .icon {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.nk-btn-effect-2-right > .icon {
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.nk-btn-effect-2-right:hover > span, .nk-btn-effect-2-right.hover > span {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}
.nk-btn-effect-2-right:hover > .icon, .nk-btn-effect-2-right.hover > .icon {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.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;
	transition: .3s;
	width: 0;
	bottom: 0;
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
	height: 120%;
	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, .nk-btn-effect-4-left, .nk-btn-effect-4-right {
	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, .nk-btn-effect-4-left .nk-btn-effect-bg, .nk-btn-effect-4-right .nk-btn-effect-bg {
	position: absolute;
	transition: .3s;
	height: 0;
	width: 0;
	-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-4-right .nk-btn-effect-bg, .nk-btn-effect-4-left .nk-btn-effect-bg {
	top: 0;
	height: 100%;
}
.nk-btn-effect-4-right:hover .nk-btn-effect-bg, .nk-btn-effect-4-right.hover .nk-btn-effect-bg, .nk-btn-effect-4-left:hover .nk-btn-effect-bg, .nk-btn-effect-4-left.hover .nk-btn-effect-bg {
	width: 100%;
}
.nk-btn-effect-4-left .nk-btn-effect-bg {
	left: 0;
}
.nk-btn-effect-4-right .nk-btn-effect-bg {
	right: 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: '';
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
}
.nk-btn-effect-5-right:before, .nk-btn-effect-5-left:before {
	width: 40%;
	opacity: .5;
	-webkit-filter: blur(30px);
	filter: blur(30px);
}
.nk-btn-effect-5-right:after, .nk-btn-effect-5-left:after {
	width: 20%;
	opacity: 0;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.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: 0.6;
	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;
	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, .nk-btn-effect-7-v, .nk-btn-effect-7-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, .nk-btn-effect-7-v .nk-btn-effect-bg, .nk-btn-effect-7-h .nk-btn-effect-bg {
	position: absolute;
	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, .nk-btn-effect-7-v:hover .nk-btn-effect-bg, .nk-btn-effect-7-v.hover .nk-btn-effect-bg, .nk-btn-effect-7-h:hover .nk-btn-effect-bg, .nk-btn-effect-7-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, .nk-btn-effect-7-v .nk-btn-effect-bg {
	left: 0;
	right: 0;
	top: 7px;
	bottom: 7px;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}
.nk-btn-effect-6-h .nk-btn-effect-bg, .nk-btn-effect-7-h .nk-btn-effect-bg {
	left: 7px;
	right: 7px;
	top: 0;
	bottom: 0;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}
.nk-btn-effect-7-v:hover .nk-btn-effect-bg, .nk-btn-effect-7-v.hover .nk-btn-effect-bg, .nk-btn-effect-7-h:hover .nk-btn-effect-bg, .nk-btn-effect-7-h.hover .nk-btn-effect-bg {
	opacity: 1;
}
.nk-btn-effect-7-v .nk-btn-effect-bg, .nk-btn-effect-7-h .nk-btn-effect-bg {
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.nk-btn-effect-7-v .nk-btn-effect-bg {
	-webkit-transform: scale(1, 0.5);
	-ms-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
}
.nk-btn-effect-7-h .nk-btn-effect-bg {
	-webkit-transform: scale(0.5, 1);
	-ms-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
/*---------------------------
  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 {
	font-family: "Philosopher", sans-serif;
	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;
	text-align: center;
}
/* 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-family: "Philosopher", sans-serif;
	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-family: "Cantarell", sans-serif;
	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: 10px;
}
.nk-pagination nav > *.nk-pagination-current, .nk-pagination nav > *.nk-pagination-current-white {
	width: 34px;
	height: 34px;
	line-height: 22px;
	border-radius: 17px;
	padding: 6px;
	background-color: #1c1c1c;
	color: #fff;
}
.nk-pagination nav > *.nk-pagination-current:hover, .nk-pagination nav > *.nk-pagination-current-white:hover {
	opacity: 1;
}
.nk-pagination nav > *.nk-pagination-current-white {
	background-color: #fff;
	color: #1c1c1c;
}
.nk-pagination nav a {
	margin: 0px 4px;
	text-decoration: none;
}
.nk-pagination nav a:hover {
	opacity: 0.6;
}
.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-family: Times New Roman, Times, serif;
	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-family: Times New Roman, Times, serif;
	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-family: "Philosopher", sans-serif;
	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.2;
	transition: .3s 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: 767px) {
.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: 767px) {
.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: 767px) {
.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: 25%;
}
 @media (max-width: 1199px) {
.nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
	width: 25%;
}
}
 @media (max-width: 767px) {
.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: 75%;
}
}
.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: 767px) {
.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;
}
.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-family: "Philosopher", sans-serif;
	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-1-a, .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-1-a, .nk-image-box-1-a:hover, .nk-image-box-1-a:focus, .nk-image-box-1-a:active, .nk-image-box-1-a a, .nk-image-box-1-a a:hover, .nk-image-box-1-a a:focus, .nk-image-box-1-a 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-1-a 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, .nk-image-box-1-a .nk-image-box-overlay {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(28, 28, 28, 0.75);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: .4s opacity;
}
.nk-image-box-1 .nk-image-box-overlay > *, .nk-image-box-1-a .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, .nk-image-box-1-a:hover .nk-image-box-overlay, .nk-image-box-1-a.hover .nk-image-box-overlay {
	opacity: 1;
}
.nk-image-box-1 .nk-image-box-title, .nk-image-box-1 .nk-image-box-sub-title, .nk-image-box-1-a .nk-image-box-title, .nk-image-box-1-a .nk-image-box-sub-title {
	margin: 0;
	width: 100%;
}
.nk-image-box-1 .nk-image-box-sub-title, .nk-image-box-1-a .nk-image-box-sub-title {
	display: block;
	bottom: auto;
	top: 50%;
	margin-top: 10px;
}
.nk-image-box-1-a .nk-image-box-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: .4s opacity, .4s -webkit-transform;
	transition: .4s opacity, .4s transform;
}
.nk-image-box-1-a:hover .nk-image-box-overlay, .nk-image-box-1-a.hover .nk-image-box-overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Style 2 */
.nk-image-box-2 .nk-image-box-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	color: #fff;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: .4s opacity;
	background-color: rgba(28, 28, 28, 0.2);
}
.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 {
	display: block;
	bottom: auto;
	top: 50%;
	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;
	background: linear-gradient(to top, rgba(28, 28, 28, 0.75) 0%, rgba(28, 28, 28, 0) 40%);
}
.nk-image-box-3 .nk-image-box-overlay:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(28, 28, 28, 0.2);
	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: 767px) 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
 ----------------------------*/
/* 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;
}
.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;
}

.form-control {
    padding: 6px 10px;
    color: #000;
    border: none;
    border-bottom: 1px solid #ddd;
	border-radius: 0;
    transition: .3s background-color;
}
.form-control:focus {
    background-color: rgba(142, 142, 142, 0.1);
}
.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;
}
.nk-form-style-1 .form-control {
    color: #1c1c1c;
    border: 1px solid #eee;
    background: #eee;
}

/* Validation */
div.nk-error {
	font-weight: normal;
	background-color: transparent;
	color: #D9534F !important;
	padding: 0;
	margin: 5px 0;
	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;
	overflow: hidden;
}
.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;
	box-shadow: 1px 1px 3px #aaa;
	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-search {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 9px;
}
.nk-icon-search:before, .nk-icon-search:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: .3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nk-icon-search:before {
	width: 12px;
	height: 12px;
	margin-left: 3px;
	margin-top: -7px;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1.2px;
}
.nk-icon-search:after {
	width: 0;
	height: 6px;
	margin-left: 12px;
	margin-top: 3px;
	border-right: 2px solid;
	-webkit-transform-origin: 1px 0;
	-ms-transform-origin: 1px 0;
	transform-origin: 1px 0;
}
.nk-icon-search:hover:before, a:hover > .nk-icon-search:before {
	-webkit-transform: rotate(-45deg) scale(1.2);
	-ms-transform: rotate(-45deg) scale(1.2);
	transform: rotate(-45deg) scale(1.2);
}
.nk-icon-search:hover:after, a:hover > .nk-icon-search:after {
	-webkit-transform: rotate(-40deg) translateX(-1px) translateY(1px);
	-ms-transform: rotate(-40deg) translateX(-1px) translateY(1px);
	transform: rotate(-40deg) translateX(-1px) translateY(1px);
}
.nk-icon-search.active:before, .nk-icon-search.active:after, a.active > .nk-icon-search:before, a.active > .nk-icon-search:after {
	width: 1px;
	height: 23px;
}
.nk-icon-search.active:before, a.active > .nk-icon-search:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 11px;
	margin-top: -10px;
}
.nk-icon-search.active:after, a.active > .nk-icon-search:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -7px;
	margin-left: 3px;
	border-right: 1px solid;
	width: 0;
}
.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: 767px) 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: 100%;
	}
}
 @media (max-width: 767px) {
	.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% !important;
	}
	.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: 50% !important;
	}
}
.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;
}
.nk-isotope-filter > li:hover {
}
/*---------------------------
  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: 767px) {
.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 {
	float: right;
	cursor: pointer;
	transition: .3s opacity;
	font-style: italic;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0.8;
}
.nk-action-heart:hover, .nk-action-heart.hover {
	opacity: 1;
}
.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-portfolio-item-details > li a:hover, .nk-portfolio-item-details > li a.hover, .nk-portfolio-item-details > li a:focus, .nk-portfolio-item-details > li a:active {
}
.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;
	font-size: 15px;
}
.nk-post-title > a:hover, .nk-post-title > a.hover {
	opacity: 0.8;
}
.nk-post-title .pnn, .nk-image-box-title .pnn {
    display: inline-block;
    margin-left: 4px;
    margin-right: 0px;
    padding: 2px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: #f00;
}
.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: 25px;
	padding-bottom: 25px;
	font-size: 0.9rem;
	font-style: italic;
	z-index: 1;
}
.nk-post-title + .nk-post-meta {
	margin-top: -15px;
}
.nk-post-meta:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid;
	border-bottom: 1px dotted;
	opacity: 0.3;
}
.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 {
	margin: 15px;
}
.nk-post-text .pull-right {
	margin-right: 0;
}
.nk-post-text .pull-left {
	margin-left: 0;
}
.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: 3px;
    padding: 7px;
    background: transparent;
    color: #666;
    z-index: 3;
}
form.mainselect {
	display: block;
	width: 100%;
	text-align: right;
}
form.mainselect select {
	display: inline-block;
	width: auto;
	padding: 6px 0px 6px 6px;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

/*------------------------------------------------------------------

  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-events-item-details > li a:hover, .nk-events-item-details > li a.hover, .nk-events-item-details > li a:focus, .nk-events-item-details > li a:active {
}
.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 > div.active {
}
.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.active {
}
.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;
}

.fa.trarr {
	vertical-align: text-top;
	padding-left: 6px;
	font-size: 14px;
	margin-right: 1px;
}

.hoicon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0px 0px;
	border-color: rgba(230,0,19,0.6);
	position: absolute;
	top: 0px;
	right: 15px;
}
.inmore a {
	color: #231815;
	opacity: 1;
	font-size: 18px;
	padding-right: 20px;
}
.inmore a:hover {
	opacity: 0.6;
}
ul.foico {
	padding-left: 0px;
	list-style-type: none;
}
ul.foico li {
    display: inline-block;
	width: 98%;
	margin-bottom: 0.5rem;
}
ul.foico li a {
	opacity: 1;
}
ul.foico li a:hover {
	opacity: .75;
	letter-spacing: 1px;
}
img.rigimg {
	max-width: 100%;
	padding: 0px 30px;
}
.nk-btn.buybtn {
	width: 45.5%;
    padding: 10px 0px;
    margin: 0 5px;
    font-size: 14px;
}
.nk-btn.buybtn:disabled, .nk-btn.buybtn[disabled] {
	opacity: .5;
}
.nk-btn.buybtn.wishList {
	width: 46%;
	float: right;
	padding: 10px 10px;
	margin: 0px 0px 0px 4px;
	font-size: 14px;
}
.nk-btn.buybtn.buyNow {
	width: 100%;
	float: none;
	padding: 10px 10px;
	margin: 10px 4px;
	font-size: 14px;
	color: #fff;
}
.nk-btn.phcabtn {
	margin: 4px auto;
	padding: 6px 10px;
	color: #444;
	font-size: 15px;
	border: 1px solid #dcdcdc;
}
.nk-btn.phcabtn:hover {
	background: #dcdcdc;
}
.nk-btn.phcabtn:focus {
	outline: none;
}
.nk-btn.phcabtn.isSelected {
	border: 1px solid #000;
}
.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;
}
.mmsbtnwish {
	padding: 6px 22px;
	font-size: 15px;
}
p.required {
	color: #EE001C;
	margin: 0 3px 0 0;
}
.page-title .shoppingSteps {
	display: block;
	margin: 0px auto 24px;
	text-align: center;
}
.page-title .shoppingSteps h3 {
	display: inline-block;
	padding: 44px;
	width: 160px;
	height: 160px;
	border-radius: 0px;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	background: none;
}
.page-title .shoppingSteps .currentStep {
	background: url(../images/img-orderstep-1.png) center center no-repeat;
	position: relative;
}
.page-title .shoppingSteps .currentStep span.sttile {
	position: absolute;
	bottom: -18%;
	left: 0px;
	font-size: 16px;
	width: 100%;
}
.page-title .shoppingSteps .nocurrentStep {
	background: url(../images/img-orderstep-2.png) center center no-repeat;
	position: relative;
}
.page-title .shoppingSteps .nocurrentStep span.sttile {
	position: absolute;
	bottom: -18%;
	left: 0px;
	font-size: 16px;
	width: 100%;
}
.page-title .shoppingSteps h3.currentStep > span {
	font-weight: bold;
}
.page-title .shoppingSteps h3 > span {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}

/* 商品資訊 product ========================= */
.price {
	line-height: 24px;
}
.price p {
	display: inline-block;
	margin: 0px auto;
	font-size: 15px;
}
.price p.originalp {
	text-decoration: line-through;
}
.price p.originalp2 {
	text-decoration: none;
}
.price p.memberp {
	padding-left: 3px;
	font-size: 18px;
	color: #D9534F;
}
.nk-product-title {
	margin: 14px auto;
}
.nk-product-title a, .nk-product-title label {
	line-height: 25px;
	font-size: 16px;
}
.nk-product-title a + .pnn {
	display: inline-block;
	margin-left: 4px;
	padding: 2px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #f00;
}
.nk-product-title a i {
	font-size: 14px;
	text-align: left;
	color: #f00;
}
.nocarouse img {
	width: 100%;
}
.tour {
	font-size: 16px;
	padding-left: 16px;
}
.tour a {
	color: #000;
}
.tour a:hover {
	color: #959595;
}

.leftproimg img {
	width: 100%;
	text-align: center;
}
.leftproimg {
	border: 10px solid #eeeeee;
}
.ttop {
	position: relative;
}
.ttop span {
	display: inline-block;
}
.ttop span.inforright {
	float: right;
	padding-right: 20px;
	font-size: 15px;
	font-weight: normal;
}
.prtutle {
	margin-bottom: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
.product-shortbrief {
	display: block;
	margin: 0;
	padding: 0 3px;
	margin-bottom: 3px;
	font-size: 17px;
}
.product-shortbrief.pribtnleft {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.product-shortbrief.pribtnright {
	display: inline-block;
	width: 68%;
	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;
}
.product-shortbrief.colorBtn span.colorImg {
    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; width: 80%; margin-left:14px; font-size: 22px; font-weight: bold;}
.news-box-date {
	display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
    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: 50px;
	height: 50px;
	margin: 5px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	transition: .3s color, .3s background-color, .3s border-color;
	will-change: color, background-color;
}
.mainSocails > span img {
	width: 48px;
}

.social-plugins {
	float: right;
	margin: 0px;
}
.social-plugins > iframe{margin-top: 5px;}
.social-plugins > div, .social-plugins > span {
	float: right !important;
	margin-left: 5px !important;
	padding: 0px !important;
}
.social-plugins > div > iframe, .social-plugins > div > div, .social-plugins > div > span {
	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%;
}

/* 付款方式步驟 Shopping Steps */
.page-title .shoppingSteps .shoppingStepsIcon {
	display: inline-block;
	width: 47px;
	height: 50px;
	margin: 0 12px;
	background: url(../images/Arrow-Left-5.png) center center no-repeat;
}

/* 選擇付款方式 paymentListStyle1 */
.paymentListStyle1 {
}

.table-responsive img {
	max-width: 60px;
}
.procarttab .table td, .table th {
	vertical-align: middle;
}
.procarttab .table td p {
	margin: 0px;
	font-weight: normal;
	font-size: 15px;
}
.procarttab {
	border-bottom: 1px solid #000000;
}
.procarttab .nk-post-title {
	margin-bottom: 0px;
	line-height: 1.6em;
}
.pricrtitle .table td, .table th {
	border-top: none;
	vertical-align: middle;
}
.pricrtitle .table td.prictu {
	white-space: nowrap !important;
	color: #f00;
	font-weight: bold;
}
.procarttab .thead-default th {
	padding: 15px 5px;
	border-bottom: 1px solid #000000;
	white-space: nowrap;
	background: none;
}
.dashboardbox {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
}
.dashboardbox .box-title {
	margin: 0 0 10px;
	padding: 0 0 2px;
	text-align: right;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
}
.dashboardbox span.dashboxleft {
	float: left;
}
.dashboardbox span.dashboxright {
	float: right;
}
.dashboardbox .box-content p > span {
	font-size: 14px;
}
.textpeotop b {
	color: #e60012;
}
.textpeotop p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h3.nk-sub-title {
	text-transform : uppercase;
}
.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-family: Lato;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 33px;
	color: #25323B;
	border: 1px #25323B solid;
	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 #25323B solid;
	border-left: 0;
	border-radius: 0 2px 2px 0;
}
span.spinner > .sub:hover, span.spinner > .add:hover {
	background: #bababa;
	color: #25323B;
}
span.spinner > input.prodAmt {
	float: left;
	width: 50px;
	height: 35px;
	padding: 0;
	font-family: Lato;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	color: #25323B;
	border: 1px #25323B solid;
	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: -10px;
	background: none;
}
.flickity-prev-next-button.next {
	right: -10px;
	background: none;
}
.flickity-prev-next-button:hover {
	background-color: rgba(255,255,255,0.6);
}

.nk-widget-post .nk-product-price.toppri {
	white-space: nowrap;
	color: #a40000;
}
.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 * {
	line-height: 1.8em;
	-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;
}
.editorBox img{max-width:100%}
.editorBox.nk-img-fit img, .editorBox img.nk-img-fit {max-width:100%}
.editorBox table{width:100% !important; display:block; border:1px solid #eee; overflow-x:auto}
.editorBox table tbody{width:100% !important; display:table}
.editorBox table tr:nth-child(even){background-color:#eee}
.editorBox table th, .editorBox table td{padding:10px;}
.editorBox table img.nk-img-fit {width:100%;}


/* 聯絡我們表單 ========================= */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    font-family: "Microsoft JhengHei", sans-serif!important;	
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #67d5f4!important;
    background: #67d5f4!important;
    color: #ffffff!important;
}

/*IE10, 11 專用*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	
}


/*RWD Settings --------------------------------------------------------- */

/*通用 ========================= 桌機以上 (16:9 螢幕) [>1367]*/
@media only screen and (min-width : 1367px){
	
}

/*通用 ========================= 大尺寸筆電 [<1366]*/
@media only screen and (max-width: 1366px) {
	
}

/*iPad Pro [1024~1366]*/
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
	
}

/*通用 ========================= 桌機、筆電以下 (4:3 螢幕) [<1024]*/
@media only screen and (max-width : 1024px){
	.nk-image-box-1 .nk-image-box-overlay > *, .nk-image-box-1-a .nk-image-box-overlay > * {padding:10px;}
}

/*通用 ========================= 平板以下 (筆電、平板、大尺寸手機) [<991]*/
@media only screen and (max-width : 991px){
	.nk-store-order {
		margin-left: 0px;
		float: 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;
	}
}

/*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;
	}
	.nk-product-button > div > a {
		padding: 10px 6px;
		font-size: 12px;
	}
	.fa.trarr {
		display: none;
	}
}

/*Sony in portrait 直式 [720~1280]*/
@media only screen and (min-device-width : 720px) and (max-device-width : 1280px) and (orientation : portrait){

}

/*通用 ========================= 平板以下 (手機、平板) [<767]*/
@media only screen and (max-width : 767px){
	.nk-store-order.mainSearch {
		display: block;
		width: 100%;
		margin-left: 0px;
		float: none;
	}
	.nk-store-order.mainSearch .nk-form-style-1{
		width:100%;
	}

	.price p.memberp {
		padding-left: 0px;
	}

	/* 付款方式步驟 */
	.page-title .shoppingSteps .shoppingStepsIcon {
		display: block;
		width: 47px;
		height: 48px;
		margin: 34px auto 20px auto;
		background: url(../images/Arrow-Left-6.png) center center no-repeat;
	}
}

/*通用 ========================= 手機 [<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%;
	}
	.nk-btn.buybtn {
		width: 100%;
		float: none;
		padding: 10px 0px;
		margin: 0px;
	}
	.nk-ibox-1 .nk-ibox-icon.conicon {
		position: absolute;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	form.mainselect select {
		margin-bottom: 4px;
		width: 40vw;
	}

	ul.foico li {width: 48%;}
}

/*通用 ========================= 小型手機 [<320]*/
@media only screen and (max-width : 320px){
	
}
