@charset "UTF-8";

html {
	overflow-y: scroll
}

body {
	color: #5f5f5f;
	background-color: #f6f6f6
}

.nk-main {
	position: relative;
	overflow: hidden;
	background-color: #f6f6f6;
	z-index: 1
}

body.nk-bg-gradient .nk-main {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
	background: -webkit-linear-gradient(top, #fff, #f6f6f6);
	background: -o-linear-gradient(top, #fff, #f6f6f6);
	background: linear-gradient(to bottom, #fff, #f6f6f6)
}

body.nk-page-boxed {
	max-width: 1200px;
	margin: 0 auto
}

a {
	color: #1140c9
}

@media (min-width: 1200px){
.container {
    max-width: 100% !important;
}
}

a:focus,
a:hover {
	color: #0d319a
}

::-moz-selection {
	color: #fff;
	background-color: #444
}

::selection {
	color: #fff;
	background-color: #444
}

.nk-block {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1
}

.nk-block::after,
.nk-block::before {
	content: "";
	display: table;
	clear: both
}

.bg-image,
.bg-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -1
}

.bg-image>div,
.bg-video>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: cover
}

.bg-video {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.bg-image-row,
.bg-map-row,
.bg-video-row {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.bg-image-row>div,
.bg-map-row>div,
.bg-video-row>div {
	height: 100%;
	overflow: hidden
}

@media (max-width:991px) {
	.bg-image-row,
	.bg-map-row,
	.bg-video-row {
		position: relative
	}
	.bg-image-row>div,
	.bg-map-row>div,
	.bg-video-row>div {
		padding-top: 56.25%
	}
	.bg-image-row>div>div,
	.bg-map-row>div>div,
	.bg-video-row>div>div {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}
}

.bg-map-row {
	z-index: auto
}

.bg-map-row .nk-gmaps {
	height: 100%;
	z-index: 1
}

@media (max-width:991px) {
	.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
	}
}

.bg-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #252525;
	z-index: -1
}

.nk-gap,
.nk-gap-1,
.nk-gap-2,
.nk-gap-3,
.nk-gap-4,
.nk-gap-5,
.nk-gap-6 {
	display: block;
	height: 20px
}

.nk-gap-1::after,
.nk-gap-1::before,
.nk-gap-2::after,
.nk-gap-2::before,
.nk-gap-3::after,
.nk-gap-3::before,
.nk-gap-4::after,
.nk-gap-4::before,
.nk-gap-5::after,
.nk-gap-5::before,
.nk-gap-6::after,
.nk-gap-6::before,
.nk-gap::after,
.nk-gap::before {
	content: "";
	display: table;
	clear: both
}

.nk-gap-1 {
	height: 30px
}

.nk-gap-2 {
	height: 40px
}

.nk-gap-3 {
	height: 60px
}

.nk-gap-4 {
	height: 80px
}

.nk-gap-5 {
	height: 100px
}

.nk-gap-6 {
	height: 120px
}

.nk-body-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.nk-gmaps {
	width: 100%;
	height: 300px
}

.nk-gmaps-sm {
	height: 250px
}

.nk-gmaps-md {
	height: 450px
}

.nk-gmaps-lg {
	height: 570px
}

.nk-gmaps-full {
	height: 700px;
	height: 100vh;
	min-height: 700px
}

.nk-badge {
	display: inline-block;
	min-width: 15px;
	height: 15px;
	padding: 0 4px;
	font-size: 10px;
	line-height: 15px;
	color: #252525;
	text-align: center;
	background-color: #fff;
	border-radius: 7.5px
}

.nk-navbar li>.nk-badge {
	position: absolute;
	right: 5px;
	bottom: 0
}

.nk-scroll-top {
	cursor: pointer
}

pre {
	position: relative;
	max-height: 500px;
	padding: 25px;
	line-height: 1.3;
	color: #fff;
	background-color: #393939
}

pre .tag {
	display: inline-block;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
	white-space: inherit;
	vertical-align: inherit;
	border-radius: 0
}

pre[class*=language-] {
	margin: 0
}

.nk-vertical-center {
	display: table;
	width: 100%;
	height: 100%
}

.nk-vertical-center>div {
	display: table-cell;
	vertical-align: middle
}

.row.no-gap {
	margin-right: 0;
	margin-left: 0
}

.row.no-gap>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.text-xs-center {
	text-align: center
}

.text-xs-left {
	text-align: left
}

.text-xs-right {
	text-align: right
}

html {
	font-size: 15px
}

body {
	font-family: "Work Sans", sans-serif;
	line-height: 1.65;
	letter-spacing: .004em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

p {
	margin-bottom: 1.6rem
}

b,
strong {
	font-weight: 600
}

div.lead {
	font-family: "Playfair Display", serif;
	font-size: 1.68rem;
	line-height: 1.45;
	color: #171717
}

div.lead-sm {
	font-size: 1.25rem
}

.nk-heading-font {
	font-family: "Playfair Display", serif;
	letter-spacing: .02em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem;
	font-family: "Playfair Display", serif;
	font-weight: 600;
	color: #171717
}

.display-1,
.display-2,
.display-3,
.display-4 {
	font-family: "Playfair Display", serif;
	font-weight: 600;
	color: #171717
}

.display-1 {
	font-size: 4.1rem
}

.display-2 {
	font-size: 3.6rem
}

.display-3 {
	font-size: 3.4rem
}

.display-4 {
	font-size: 2.6rem
}

.h2,
h2 {
	font-size: 2.1rem
}

.h3,
h3 {
	font-size: 1.69rem
}

.h4,
h4 {
	font-size: 1.4rem
}

.nk-subtitle {
	margin-bottom: 1.1rem;
	font-family: inherit;
	font-size: .93rem;
	text-transform: uppercase;
	letter-spacing: .2em
}

.nk-subtitle-2 {
	font-family: inherit;
	font-size: .96rem;
	font-weight: 500;
	text-transform: uppercase
}

.row.vertical-gap>[class*=col-] {
	padding-top: 30px
}

.row.vertical-gap {
	margin-top: -30px
}

.nk-sidebar-sticky-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.nk-sidebar-sticky-parent>.nk-sidebar {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.row.xs-gap {
	margin-right: -5px;
	margin-left: -5px
}

.row.xs-gap>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.row.xs-gap.vertical-gap>[class*=col-] {
	padding-top: 10px
}

.row.xs-gap.vertical-gap {
	margin-top: -10px
}

.row.sm-gap {
	margin-right: -7.5px;
	margin-left: -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-right: -22.5px;
	margin-left: -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-right: -30px;
	margin-left: -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
}

.thead-default th {
	color: #444;
	background-color: #f7f7f7
}

.table td,
.table th,
.table thead th {
	border-color: #f2f2f2
}

.nk-modal .modal-content {
	border: none;
	border-radius: 0
}

.nk-modal .modal-footer,
.nk-modal .modal-header {
	padding: 25px 30px;
	border-top-color: #f3f3f3;
	border-bottom-color: #f3f3f3
}

.nk-modal .modal-footer .close,
.nk-modal .modal-header .close {
	position: relative;
	margin-top: 0;
	z-index: 2
}

.nk-modal .modal-body {
	padding: 30px
}

.nk-modal.fade .modal-dialog {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media (min-width:576px) {
	.nk-modal .modal-dialog {
		margin-top: 60px;
		margin-bottom: 60px
	}
}

.text-main-1 {
	color: #1140c9!important
}

.text-white {
	color: #fff!important
}

.text-black {
	color: #000!important
}

.text-dark-1 {
	color: #252525!important
}

.text-dark-2 {
	color: #2f2f2f!important
}

.text-dark-3 {
	color: #393939!important
}

.text-dark-4 {
	color: #444!important
}

.text-gray-1 {
	color: #fafafa!important
}

.text-gray-2 {
	color: #f7f7f7!important
}

.text-gray-3 {
	color: #f5f5f5!important
}

.text-gray-4 {
	color: #f2f2f2!important
}

.bg-main-1 {
	background-color: #1140c9!important
}

.bg-white {
	background-color: #fff!important
}

.bg-black {
	background-color: #000!important
}

.bg-dark-1 {
	background-color: #252525!important
}

.bg-dark-2 {
	background-color: #2f2f2f!important
}

.bg-dark-3 {
	background-color: #393939!important
}

.bg-dark-4 {
	background-color: #444!important
}

.bg-gray-1 {
	background-color: #fafafa!important
}

.bg-gray-2 {
	background-color: #f7f7f7!important
}

.bg-gray-3 {
	background-color: #f5f5f5!important
}

.bg-gray-4 {
	background-color: #f2f2f2!important
}

.nk-img,
.nk-img-fit {
	max-width: 100%
}

@media (max-width:575px) {
	.nk-img-fit-xs-down {
		max-width: 100%
	}
}

@media (min-width:576px) {
	.nk-img-fit-sm-up {
		max-width: 100%
	}
}

@media (max-width:767px) {
	.nk-img-fit-sm-down {
		max-width: 100%
	}
}

@media (min-width:768px) {
	.nk-img-fit-md-up {
		max-width: 100%
	}
}

@media (max-width:991px) {
	.nk-img-fit-md-down {
		max-width: 100%
	}
}

@media (min-width:992px) {
	.nk-img-fit-lg-up {
		max-width: 100%
	}
}

@media (max-width:1199px) {
	.nk-img-fit-lg-down {
		max-width: 100%
	}
}

@media (min-width:1200) {
	.nk-img-fit-xl-up {
		max-width: 100%
	}
}

.nk-img-stretch {
	width: 100%
}

img.circle {
	border-radius: 50%
}

img.rounded {
	border-radius: 5px
}

.align-left {
	text-align: left
}

.align-center {
	text-align: center
}

.align-right {
	text-align: right
}

.align-justify {
	text-align: justify
}

.va-t {
	vertical-align: top!important
}

.va-m {
	vertical-align: middle!important
}

.va-b {
	vertical-align: bottom!important
}

.va-s {
	vertical-align: super!important
}

.dib {
	display: inline-block!important
}

.db {
	display: block
}

.cursor {
	cursor: pointer!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.fw-100 {
	font-weight: 100!important
}

.fw-200 {
	font-weight: 200!important
}

.fw-300 {
	font-weight: 300!important
}

.fw-400 {
	font-weight: 400!important
}

.fw-500 {
	font-weight: 500!important
}

.fw-600 {
	font-weight: 600!important
}

.fw-700 {
	font-weight: 700!important
}

.fw-800 {
	font-weight: 800!important
}

.fw-900 {
	font-weight: 900!important
}

.fs-4 {
	font-size: 4px!important
}

.fs-5 {
	font-size: 5px!important
}

.fs-6 {
	font-size: 6px!important
}

.fs-7 {
	font-size: 7px!important
}

.fs-8 {
	font-size: 8px!important
}

.fs-9 {
	font-size: 9px!important
}

.fs-10 {
	font-size: 10px!important
}

.fs-11 {
	font-size: 11px!important
}

.fs-12 {
	font-size: 12px!important
}

.fs-13 {
	font-size: 13px!important
}

.fs-14 {
	font-size: 14px!important
}

.fs-15 {
	font-size: 15px!important
}

.fs-16 {
	font-size: 16px!important
}

.fs-17 {
	font-size: 17px!important
}

.fs-18 {
	font-size: 18px!important
}

.fs-19 {
	font-size: 19px!important
}

.fs-20 {
	font-size: 20px!important
}

.fs-22 {
	font-size: 22px!important
}

.fs-24 {
	font-size: 24px!important
}

.fs-26 {
	font-size: 26px!important
}

.fs-28 {
	font-size: 28px!important
}

.fs-30 {
	font-size: 30px!important
}

.fs-35 {
	font-size: 35px!important
}

.fs-40 {
	font-size: 40px!important
}

.fs-45 {
	font-size: 45px!important
}

.fs-50 {
	font-size: 50px!important
}

.lh-0 {
	line-height: 0!important
}

.lh-5 {
	line-height: 5px!important
}

.lh-10 {
	line-height: 10px!important
}

.lh-15 {
	line-height: 15px!important
}

.lh-20 {
	line-height: 20px!important
}

.lh-25 {
	line-height: 25px!important
}

.lh-30 {
	line-height: 30px!important
}

.lh-35 {
	line-height: 35px!important
}

.lh-40 {
	line-height: 40px!important
}

.lh-45 {
	line-height: 45px!important
}

.lh-50 {
	line-height: 50px!important
}

.nk-font-inherit {
	font-family: inherit!important
}

.ellipsis {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hauto {
	height: auto!important
}

.wauto {
	width: auto!important
}

.of-a {
	overflow: auto!important
}

.of-h {
	overflow: hidden!important
}

.of-v {
	overflow: visible!important
}

.of-x-a {
	overflow-x: auto!important
}

.of-x-h {
	overflow-x: hidden!important
}

.of-x-v {
	overflow-x: visible!important
}

.of-y-a {
	overflow-y: auto!important
}

.of-y-h {
	overflow-y: hidden!important
}

.of-y-v {
	overflow-y: visible!important
}

.br-0 {
	border-radius: 0!important
}

.br-1 {
	border-radius: 1px!important
}

.br-2 {
	border-radius: 2px!important
}

.br-3 {
	border-radius: 3px!important
}

.br-4 {
	border-radius: 4px!important
}

.br-5 {
	border-radius: 5px!important
}

.br-6 {
	border-radius: 6px!important
}

.br-7 {
	border-radius: 7px!important
}

.br-8 {
	border-radius: 8px!important
}

.br-9 {
	border-radius: 9px!important
}

.br-10 {
	border-radius: 10px!important
}

.br-12 {
	border-radius: 12px!important
}

.br-14 {
	border-radius: 14px!important
}

.br-16 {
	border-radius: 16px!important
}

.br-18 {
	border-radius: 18px!important
}

.br-20 {
	border-radius: 20px!important
}

.br-25 {
	border-radius: 25px!important
}

.br-30 {
	border-radius: 30px!important
}

.br-35 {
	border-radius: 35px!important
}

.p-0 {
	padding: 0!important
}

.p-1 {
	padding: 1px!important
}

.p-2 {
	padding: 2px!important
}

.p-3 {
	padding: 3px!important
}

.p-4 {
	padding: 4px!important
}

.p-5 {
	padding: 5px!important
}

.p-6 {
	padding: 6px!important
}

.p-7 {
	padding: 7px!important
}

.p-8 {
	padding: 8px!important
}

.p-9 {
	padding: 9px!important
}

.p-10 {
	padding: 10px!important
}

.p-15 {
	padding: 15px!important
}

.p-20 {
	padding: 20px!important
}

.p-25 {
	padding: 25px!important
}

.p-30 {
	padding: 30px!important
}

.p-35 {
	padding: 35px!important
}

.p-40 {
	padding: 40px!important
}

.p-45 {
	padding: 45px!important
}

.p-50 {
	padding: 50px!important
}

.p-60 {
	padding: 60px!important
}

.p-70 {
	padding: 70px!important
}

.p-80 {
	padding: 80px!important
}

.p-90 {
	padding: 90px!important
}

.p-100 {
	padding: 100px!important
}

.pt-0 {
	padding-top: 0!important
}

.pt-1 {
	padding-top: 1px!important
}

.pt-2 {
	padding-top: 2px!important
}

.pt-3 {
	padding-top: 3px!important
}

.pt-4 {
	padding-top: 4px!important
}

.pt-5 {
	padding-top: 5px!important
}

.pt-6 {
	padding-top: 6px!important
}

.pt-7 {
	padding-top: 7px!important
}

.pt-8 {
	padding-top: 8px!important
}

.pt-9 {
	padding-top: 9px!important
}

.pt-10 {
	padding-top: 10px!important
}

.pt-15 {
	padding-top: 15px!important
}

.pt-20 {
	padding-top: 20px!important
}

.pt-25 {
	padding-top: 25px!important
}

.pt-30 {
	padding-top: 30px!important
}

.pt-35 {
	padding-top: 35px!important
}

.pt-40 {
	padding-top: 40px!important
}

.pt-45 {
	padding-top: 45px!important
}

.pt-50 {
	padding-top: 50px!important
}

.pt-60 {
	padding-top: 60px!important
}

.pt-70 {
	padding-top: 70px!important
}

.pt-80 {
	padding-top: 80px!important
}

.pt-90 {
	padding-top: 90px!important
}

.pt-100 {
	padding-top: 100px!important
}

.pl-0 {
	padding-left: 0!important
}

.pl-1 {
	padding-left: 1px!important
}

.pl-2 {
	padding-left: 2px!important
}

.pl-3 {
	padding-left: 3px!important
}

.pl-4 {
	padding-left: 4px!important
}

.pl-5 {
	padding-left: 5px!important
}

.pl-6 {
	padding-left: 6px!important
}

.pl-7 {
	padding-left: 7px!important
}

.pl-8 {
	padding-left: 8px!important
}

.pl-9 {
	padding-left: 9px!important
}

.pl-10 {
	padding-left: 10px!important
}

.pl-15 {
	padding-left: 15px!important
}

.pl-20 {
	padding-left: 20px!important
}

.pl-25 {
	padding-left: 25px!important
}

.pl-30 {
	padding-left: 30px!important
}

.pl-35 {
	padding-left: 35px!important
}

.pl-40 {
	padding-left: 40px!important
}

.pl-45 {
	padding-left: 45px!important
}

.pl-50 {
	padding-left: 50px!important
}

.pl-60 {
	padding-left: 60px!important
}

.pl-70 {
	padding-left: 70px!important
}

.pl-80 {
	padding-left: 80px!important
}

.pl-90 {
	padding-left: 90px!important
}

.pl-100 {
	padding-left: 100px!important
}

.pr-0 {
	padding-right: 0!important
}

.pr-1 {
	padding-right: 1px!important
}

.pr-2 {
	padding-right: 2px!important
}

.pr-3 {
	padding-right: 3px!important
}

.pr-4 {
	padding-right: 4px!important
}

.pr-5 {
	padding-right: 5px!important
}

.pr-6 {
	padding-right: 6px!important
}

.pr-7 {
	padding-right: 7px!important
}

.pr-8 {
	padding-right: 8px!important
}

.pr-9 {
	padding-right: 9px!important
}

.pr-10 {
	padding-right: 10px!important
}

.pr-15 {
	padding-right: 15px!important
}

.pr-20 {
	padding-right: 20px!important
}

.pr-25 {
	padding-right: 25px!important
}

.pr-30 {
	padding-right: 30px!important
}

.pr-35 {
	padding-right: 35px!important
}

.pr-40 {
	padding-right: 40px!important
}

.pr-45 {
	padding-right: 45px!important
}

.pr-50 {
	padding-right: 50px!important
}

.pr-60 {
	padding-right: 60px!important
}

.pr-70 {
	padding-right: 70px!important
}

.pr-80 {
	padding-right: 80px!important
}

.pr-90 {
	padding-right: 90px!important
}

.pr-100 {
	padding-right: 100px!important
}

.pb-0 {
	padding-bottom: 0!important
}

.pb-1 {
	padding-bottom: 1px!important
}

.pb-2 {
	padding-bottom: 2px!important
}

.pb-3 {
	padding-bottom: 3px!important
}

.pb-4 {
	padding-bottom: 4px!important
}

.pb-5 {
	padding-bottom: 5px!important
}

.pb-6 {
	padding-bottom: 6px!important
}

.pb-7 {
	padding-bottom: 7px!important
}

.pb-8 {
	padding-bottom: 8px!important
}

.pb-9 {
	padding-bottom: 9px!important
}

.pb-10 {
	padding-bottom: 10px!important
}

.pb-15 {
	padding-bottom: 15px!important
}

.pb-20 {
	padding-bottom: 20px!important
}

.pb-25 {
	padding-bottom: 25px!important
}

.pb-30 {
	padding-bottom: 30px!important
}

.pb-35 {
	padding-bottom: 35px!important
}

.pb-40 {
	padding-bottom: 40px!important
}

.pb-45 {
	padding-bottom: 45px!important
}

.pb-50 {
	padding-bottom: 50px!important
}

.pb-60 {
	padding-bottom: 60px!important
}

.pb-70 {
	padding-bottom: 70px!important
}

.pb-80 {
	padding-bottom: 80px!important
}

.pb-90 {
	padding-bottom: 90px!important
}

.pb-100 {
	padding-bottom: 100px!important
}

.mauto {
	margin-right: auto;
	margin-left: auto
}

.mrauto {
	margin-right: auto
}

.mlauto {
	margin-left: auto
}

.m-0 {
	margin: 0!important
}

.m-1 {
	margin: 1px!important
}

.m-2 {
	margin: 2px!important
}

.m-3 {
	margin: 3px!important
}

.m-4 {
	margin: 4px!important
}

.m-5 {
	margin: 5px!important
}

.m-6 {
	margin: 6px!important
}

.m-7 {
	margin: 7px!important
}

.m-8 {
	margin: 8px!important
}

.m-9 {
	margin: 9px!important
}

.m-10 {
	margin: 10px!important
}

.m-11 {
	margin: 11px!important
}

.m-12 {
	margin: 12px!important
}

.m-13 {
	margin: 13px!important
}

.m-14 {
	margin: 14px!important
}

.m-15 {
	margin: 15px!important
}

.m-20 {
	margin: 20px!important
}

.m-25 {
	margin: 25px!important
}

.m-30 {
	margin: 30px!important
}

.m-35 {
	margin: 35px!important
}

.m-40 {
	margin: 40px!important
}

.m-45 {
	margin: 45px!important
}

.m-50 {
	margin: 50px!important
}

.m-60 {
	margin: 60px!important
}

.m-70 {
	margin: 70px!important
}

.m-80 {
	margin: 80px!important
}

.m-90 {
	margin: 90px!important
}

.m-100 {
	margin: 100px!important
}

.mt-0 {
	margin-top: 0!important
}

.mt-1 {
	margin-top: 1px!important
}

.mt-2 {
	margin-top: 2px!important
}

.mt-3 {
	margin-top: 3px!important
}

.mt-4 {
	margin-top: 4px!important
}

.mt-5 {
	margin-top: 5px!important
}

.mt-6 {
	margin-top: 6px!important
}

.mt-7 {
	margin-top: 7px!important
}

.mt-8 {
	margin-top: 8px!important
}

.mt-9 {
	margin-top: 9px!important
}

.mt-10 {
	margin-top: 10px!important
}

.mt-11 {
	margin-top: 11px!important
}

.mt-12 {
	margin-top: 12px!important
}

.mt-13 {
	margin-top: 13px!important
}

.mt-14 {
	margin-top: 14px!important
}

.mt-15 {
	margin-top: 15px!important
}

.mt-20 {
	margin-top: 20px!important
}

.mt-25 {
	margin-top: 25px!important
}

.mt-30 {
	margin-top: 30px!important
}

.mt-35 {
	margin-top: 35px!important
}

.mt-40 {
	margin-top: 40px!important
}

.mt-45 {
	margin-top: 45px!important
}

.mt-50 {
	margin-top: 50px!important
}

.mt-60 {
	margin-top: 60px!important
}

.mt-70 {
	margin-top: 70px!important
}

.mt-80 {
	margin-top: 80px!important
}

.mt-90 {
	margin-top: 90px!important
}

.mt-100 {
	margin-top: 100px!important
}

.ml-0 {
	margin-left: 0!important
}

.ml-1 {
	margin-left: 1px!important
}

.ml-2 {
	margin-left: 2px!important
}

.ml-3 {
	margin-left: 3px!important
}

.ml-4 {
	margin-left: 4px!important
}

.ml-5 {
	margin-left: 5px!important
}

.ml-6 {
	margin-left: 6px!important
}

.ml-7 {
	margin-left: 7px!important
}

.ml-8 {
	margin-left: 8px!important
}

.ml-9 {
	margin-left: 9px!important
}

.ml-10 {
	margin-left: 10px!important
}

.ml-11 {
	margin-left: 11px!important
}

.ml-12 {
	margin-left: 12px!important
}

.ml-13 {
	margin-left: 13px!important
}

.ml-14 {
	margin-left: 14px!important
}

.ml-15 {
	margin-left: 15px!important
}

.ml-20 {
	margin-left: 20px!important
}

.ml-25 {
	margin-left: 25px!important
}

.ml-30 {
	margin-left: 30px!important
}

.ml-35 {
	margin-left: 35px!important
}

.ml-40 {
	margin-left: 40px!important
}

.ml-45 {
	margin-left: 45px!important
}

.ml-50 {
	margin-left: 50px!important
}

.ml-60 {
	margin-left: 60px!important
}

.ml-70 {
	margin-left: 70px!important
}

.ml-80 {
	margin-left: 80px!important
}

.ml-90 {
	margin-left: 90px!important
}

.ml-100 {
	margin-left: 100px!important
}

.mr-0 {
	margin-right: 0!important
}

.mr-1 {
	margin-right: 1px!important
}

.mr-2 {
	margin-right: 2px!important
}

.mr-3 {
	margin-right: 3px!important
}

.mr-4 {
	margin-right: 4px!important
}

.mr-5 {
	margin-right: 5px!important
}

.mr-6 {
	margin-right: 6px!important
}

.mr-7 {
	margin-right: 7px!important
}

.mr-8 {
	margin-right: 8px!important
}

.mr-9 {
	margin-right: 9px!important
}

.mr-10 {
	margin-right: 10px!important
}

.mr-11 {
	margin-right: 11px!important
}

.mr-12 {
	margin-right: 12px!important
}

.mr-13 {
	margin-right: 13px!important
}

.mr-14 {
	margin-right: 14px!important
}

.mr-15 {
	margin-right: 15px!important
}

.mr-20 {
	margin-right: 20px!important
}

.mr-25 {
	margin-right: 25px!important
}

.mr-30 {
	margin-right: 30px!important
}

.mr-35 {
	margin-right: 35px!important
}

.mr-40 {
	margin-right: 40px!important
}

.mr-45 {
	margin-right: 45px!important
}

.mr-50 {
	margin-right: 50px!important
}

.mr-60 {
	margin-right: 60px!important
}

.mr-70 {
	margin-right: 70px!important
}

.mr-80 {
	margin-right: 80px!important
}

.mr-90 {
	margin-right: 90px!important
}

.mr-100 {
	margin-right: 100px!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-1 {
	margin-bottom: 1px!important
}

.mb-2 {
	margin-bottom: 2px!important
}

.mb-3 {
	margin-bottom: 3px!important
}

.mb-4 {
	margin-bottom: 4px!important
}

.mb-5 {
	margin-bottom: 5px!important
}

.mb-6 {
	margin-bottom: 6px!important
}

.mb-7 {
	margin-bottom: 7px!important
}

.mb-8 {
	margin-bottom: 8px!important
}

.mb-9 {
	margin-bottom: 9px!important
}

.mb-10 {
	margin-bottom: 10px!important
}

.mb-11 {
	margin-bottom: 11px!important
}

.mb-12 {
	margin-bottom: 12px!important
}

.mb-13 {
	margin-bottom: 13px!important
}

.mb-14 {
	margin-bottom: 14px!important
}

.mb-15 {
	margin-bottom: 15px!important
}

.mb-20 {
	margin-bottom: 20px!important
}

.mb-25 {
	margin-bottom: 25px!important
}

.mb-30 {
	margin-bottom: 30px!important
}

.mb-35 {
	margin-bottom: 35px!important
}

.mb-40 {
	margin-bottom: 40px!important
}

.mb-45 {
	margin-bottom: 45px!important
}

.mb-50 {
	margin-bottom: 50px!important
}

.mb-60 {
	margin-bottom: 60px!important
}

.mb-70 {
	margin-bottom: 70px!important
}

.mb-80 {
	margin-bottom: 80px!important
}

.mb-90 {
	margin-bottom: 90px!important
}

.mb-100 {
	margin-bottom: 100px!important
}

.mn-0 {
	margin: 0!important
}

.mn-1 {
	margin: -1px!important
}

.mn-2 {
	margin: -2px!important
}

.mn-3 {
	margin: -3px!important
}

.mn-4 {
	margin: -4px!important
}

.mn-5 {
	margin: -5px!important
}

.mn-6 {
	margin: -6px!important
}

.mn-7 {
	margin: -7px!important
}

.mn-8 {
	margin: -8px!important
}

.mn-9 {
	margin: -9px!important
}

.mn-10 {
	margin: -10px!important
}

.mn-11 {
	margin: -11px!important
}

.mn-12 {
	margin: -12px!important
}

.mn-13 {
	margin: -13px!important
}

.mn-14 {
	margin: -14px!important
}

.mn-15 {
	margin: -15px!important
}

.mn-20 {
	margin: -20px!important
}

.mn-25 {
	margin: -25px!important
}

.mn-30 {
	margin: -30px!important
}

.mn-35 {
	margin: -35px!important
}

.mn-40 {
	margin: -40px!important
}

.mn-45 {
	margin: -45px!important
}

.mn-50 {
	margin: -50px!important
}

.mn-60 {
	margin: -60px!important
}

.mn-70 {
	margin: -70px!important
}

.mn-80 {
	margin: -80px!important
}

.mn-90 {
	margin: -90px!important
}

.mn-100 {
	margin: -100px!important
}

.mnt-0 {
	margin-top: 0!important
}

.mnt-1 {
	margin-top: -1px!important
}

.mnt-2 {
	margin-top: -2px!important
}

.mnt-3 {
	margin-top: -3px!important
}

.mnt-4 {
	margin-top: -4px!important
}

.mnt-5 {
	margin-top: -5px!important
}

.mnt-6 {
	margin-top: -6px!important
}

.mnt-7 {
	margin-top: -7px!important
}

.mnt-8 {
	margin-top: -8px!important
}

.mnt-9 {
	margin-top: -9px!important
}

.mnt-10 {
	margin-top: -10px!important
}

.mnt-11 {
	margin-top: -11px!important
}

.mnt-12 {
	margin-top: -12px!important
}

.mnt-13 {
	margin-top: -13px!important
}

.mnt-14 {
	margin-top: -14px!important
}

.mnt-15 {
	margin-top: -15px!important
}

.mnt-20 {
	margin-top: -20px!important
}

.mnt-25 {
	margin-top: -25px!important
}

.mnt-30 {
	margin-top: -30px!important
}

.mnt-35 {
	margin-top: -35px!important
}

.mnt-40 {
	margin-top: -40px!important
}

.mnt-45 {
	margin-top: -45px!important
}

.mnt-50 {
	margin-top: -50px!important
}

.mnt-60 {
	margin-top: -60px!important
}

.mnt-70 {
	margin-top: -70px!important
}

.mnt-80 {
	margin-top: -80px!important
}

.mnt-90 {
	margin-top: -90px!important
}

.mnt-100 {
	margin-top: -100px!important
}

.mnl-0 {
	margin-left: 0!important
}

.mnl-1 {
	margin-left: -1px!important
}

.mnl-2 {
	margin-left: -2px!important
}

.mnl-3 {
	margin-left: -3px!important
}

.mnl-4 {
	margin-left: -4px!important
}

.mnl-5 {
	margin-left: -5px!important
}

.mnl-6 {
	margin-left: -6px!important
}

.mnl-7 {
	margin-left: -7px!important
}

.mnl-8 {
	margin-left: -8px!important
}

.mnl-9 {
	margin-left: -9px!important
}

.mnl-10 {
	margin-left: -10px!important
}

.mnl-11 {
	margin-left: -11px!important
}

.mnl-12 {
	margin-left: -12px!important
}

.mnl-13 {
	margin-left: -13px!important
}

.mnl-14 {
	margin-left: -14px!important
}

.mnl-15 {
	margin-left: -15px!important
}

.mnl-20 {
	margin-left: -20px!important
}

.mnl-25 {
	margin-left: -25px!important
}

.mnl-30 {
	margin-left: -30px!important
}

.mnl-35 {
	margin-left: -35px!important
}

.mnl-40 {
	margin-left: -40px!important
}

.mnl-45 {
	margin-left: -45px!important
}

.mnl-50 {
	margin-left: -50px!important
}

.mnl-60 {
	margin-left: -60px!important
}

.mnl-70 {
	margin-left: -70px!important
}

.mnl-80 {
	margin-left: -80px!important
}

.mnl-90 {
	margin-left: -90px!important
}

.mnl-100 {
	margin-left: -100px!important
}

.mnr-0 {
	margin-right: 0!important
}

.mnr-1 {
	margin-right: -1px!important
}

.mnr-2 {
	margin-right: -2px!important
}

.mnr-3 {
	margin-right: -3px!important
}

.mnr-4 {
	margin-right: -4px!important
}

.mnr-5 {
	margin-right: -5px!important
}

.mnr-6 {
	margin-right: -6px!important
}

.mnr-7 {
	margin-right: -7px!important
}

.mnr-8 {
	margin-right: -8px!important
}

.mnr-9 {
	margin-right: -9px!important
}

.mnr-10 {
	margin-right: -10px!important
}

.mnr-11 {
	margin-right: -11px!important
}

.mnr-12 {
	margin-right: -12px!important
}

.mnr-13 {
	margin-right: -13px!important
}

.mnr-14 {
	margin-right: -14px!important
}

.mnr-15 {
	margin-right: -15px!important
}

.mnr-20 {
	margin-right: -20px!important
}

.mnr-25 {
	margin-right: -25px!important
}

.mnr-30 {
	margin-right: -30px!important
}

.mnr-35 {
	margin-right: -35px!important
}

.mnr-40 {
	margin-right: -40px!important
}

.mnr-45 {
	margin-right: -45px!important
}

.mnr-50 {
	margin-right: -50px!important
}

.mnr-60 {
	margin-right: -60px!important
}

.mnr-70 {
	margin-right: -70px!important
}

.mnr-80 {
	margin-right: -80px!important
}

.mnr-90 {
	margin-right: -90px!important
}

.mnr-100 {
	margin-right: -100px!important
}

.mnb-0 {
	margin-bottom: 0!important
}

.mnb-1 {
	margin-bottom: -1px!important
}

.mnb-2 {
	margin-bottom: -2px!important
}

.mnb-3 {
	margin-bottom: -3px!important
}

.mnb-4 {
	margin-bottom: -4px!important
}

.mnb-5 {
	margin-bottom: -5px!important
}

.mnb-6 {
	margin-bottom: -6px!important
}

.mnb-7 {
	margin-bottom: -7px!important
}

.mnb-8 {
	margin-bottom: -8px!important
}

.mnb-9 {
	margin-bottom: -9px!important
}

.mnb-10 {
	margin-bottom: -10px!important
}

.mnb-11 {
	margin-bottom: -11px!important
}

.mnb-12 {
	margin-bottom: -12px!important
}

.mnb-13 {
	margin-bottom: -13px!important
}

.mnb-14 {
	margin-bottom: -14px!important
}

.mnb-15 {
	margin-bottom: -15px!important
}

.mnb-20 {
	margin-bottom: -20px!important
}

.mnb-25 {
	margin-bottom: -25px!important
}

.mnb-30 {
	margin-bottom: -30px!important
}

.mnb-35 {
	margin-bottom: -35px!important
}

.mnb-40 {
	margin-bottom: -40px!important
}

.mnb-45 {
	margin-bottom: -45px!important
}

.mnb-50 {
	margin-bottom: -50px!important
}

.mnb-60 {
	margin-bottom: -60px!important
}

.mnb-70 {
	margin-bottom: -70px!important
}

.mnb-80 {
	margin-bottom: -80px!important
}

.mnb-90 {
	margin-bottom: -90px!important
}

.mnb-100 {
	margin-bottom: -100px!important
}

.op-0 {
	opacity: 0!important
}

.op-1 {
	opacity: .1!important
}

.op-2 {
	opacity: .2!important
}

.op-3 {
	opacity: .3!important
}

.op-4 {
	opacity: .4!important
}

.op-5 {
	opacity: .5!important
}

.op-6 {
	opacity: .6!important
}

.op-7 {
	opacity: .7!important
}

.op-8 {
	opacity: .8!important
}

.op-9 {
	opacity: .9!important
}

.op-10 {
	opacity: 1!important
}

.mw-100 {
	max-width: 100px!important
}

.mw-200 {
	max-width: 200px!important
}

.mw-300 {
	max-width: 300px!important
}

.mw-400 {
	max-width: 400px!important
}

.mw-500 {
	max-width: 500px!important
}

.mw-600 {
	max-width: 600px!important
}

.mw-620 {
	max-width: 620px!important
}

.mw-700 {
	max-width: 700px!important
}

.mw-800 {
	max-width: 800px!important
}

.mw-900 {
	max-width: 900px!important
}

.mw-1000 {
	max-width: 1000px!important
}

.responsive-embed {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	clear: both
}

.responsive-embed.responsive-embed-16x9 {
	padding-bottom: 56.25%
}

.responsive-embed.responsive-embed-4x3 {
	padding-bottom: 75%
}

.responsive-embed>.embed-item,
.responsive-embed>embed,
.responsive-embed>iframe,
.responsive-embed>object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.nk-keyboard {
	display: inline-block;
	min-width: 30px;
	height: 30px;
	padding: 0 7px;
	margin: 5px;
	font-size: 12px;
	line-height: 28px;
	color: #252525;
	text-align: center;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 3px
}

.nk-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000
}

.nk-header.nk-header-opaque {
	position: relative
}

.nk-navbar {
	position: relative;
	padding: 33px 0;
	font-size: .96rem;
	-webkit-transition: .3s background-color;
	-o-transition: .3s background-color;
	transition: .3s background-color;
	z-index: 1000;
	will-change: background-color
}

.nk-navbar .container-fluid .nk-nav-table {
	padding-right: 30px;
	padding-left: 30px
}

.nk-navbar.nk-navbar-lg {
	padding: 20px 0
}

.nk-navbar.nk-navbar-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: .2s transform, .2s visibility, .3s background-color;
	-o-transition: .2s transform, .2s visibility, .3s background-color;
	transition: .2s transform, .2s visibility, .3s background-color;
	will-change: transform, visibility, background-color
}

.nk-navbar.nk-navbar-fixed.nk-onscroll-hide {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.nk-navbar.nk-navbar-fixed.nk-onscroll-show {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nk-navbar.nk-navbar-transparent {
	background-color: #f6f6f6
}

.nk-navbar,
.nk-navbar.nk-navbar-solid {
	background-color: #fff
}

.nk-navbar.nk-navbar-transparent-always {
	background-color: transparent
}

.nk-navbar.nk-navbar-align-center {
	text-align: center
}

.nk-navbar.nk-navbar-align-right {
	text-align: right
}

.nk-navbar .nk-nav-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%
}

.nk-navbar .nk-nav-table>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.nk-navbar .nk-nav-table>.nk-nav,
.nk-navbar .nk-nav-table>.nk-nav-row-full {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.nk-navbar .nk-nav-table>.nk-nav-row-full {
	min-height: 0;
	overflow: hidden;
	overflow-y: auto
}

.nk-navbar .nk-nav-table>.nk-nav-row-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.nk-navbar .nk-nav-table>.nk-nav-row-center>* {
	margin-top: auto;
	margin-bottom: auto
}

.nk-navbar .nk-nav-table>.nk-nav-row-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.nk-navbar .nk-nav-table>.nk-nav-row-bottom>* {
	margin-top: auto
}

.nk-navbar .nk-nav-table>.nk-nav-icons,
.nk-navbar .nk-nav-table>.nk-nav-logo {
	margin: 0 auto;
	max-width: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nk-navbar .nk-nav-table>.nk-nav-icons {
	margin-right: -15px;
	margin-left: auto
}

.nk-navbar.nk-navbar-top .nk-nav-table {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nk-navbar .nk-nav-logo img {
	max-width: 260px;
}

.nk-navbar .nk-nav-icons {
	white-space: nowrap
}

.nk-navbar .nk-nav-icons>* {
	white-space: initial
}

.nk-navbar a {
	color: inherit;
	-webkit-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color
}

.nk-navbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.nk-navbar ul>li>a {
	white-space: nowrap
}

.nk-navbar ul>li>a:focus,
.nk-navbar ul>li>a:hover {
	text-decoration: none
}

.nk-navbar .nk-navbar-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.nk-navbar .nk-nav {
	position: relative;
	padding-left: 20px
}

.nk-navbar .nk-nav>li.single-icon:last-of-type>a,
.nk-navbar .nk-nav>li:last-of-type>a {
	padding-right: 0
}

.nk-navbar .nk-nav+.nk-nav {
	padding-left: 0
}

.nk-navbar .nk-nav+.nk-nav>li:first-child {
	padding-left: 20px
}

.nk-navbar .nk-nav .nk-nav {
	padding-right: 0;
	padding-left: 0
}

.nk-navbar .nk-nav li.single-icon>a {
	padding: 0 15px
}

.nk-navbar .nk-nav li.single-icon>a::before {
	content: none
}

.nk-navbar .nk-nav li.single-icon>a>i,
.nk-navbar .nk-nav li.single-icon>a>span {
	height: 32px;
	font-size: 1.1rem;
	line-height: 32px;
	vertical-align: middle
}

.nk-navbar .nk-nav li>a .nk-item-descr {
	display: block;
	font-size: .7em;
	font-style: italic;
	opacity: .7
}

.nk-navbar .nk-nav>li {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.nk-navbar .nk-nav>li>a {
	position: relative;
	display: block;
	padding: 6px 14.6px;
	font-weight: 500;
	text-transform: uppercase
}

.nk-navbar .nk-nav>li.active>a,
.nk-navbar .nk-nav>li>a:hover {
	color: #0e0e0e
}

.nk-navbar .nk-nav .dropdown {
	position: absolute;
	display: none;
	padding: 15px 0;
	margin-top: 12px;
	margin-left: -15px;
	font-size: 1rem;
	background-color: #252525;
	opacity: 0;
	z-index: 1
}

.nk-navbar .nk-nav .dropdown::before {
	content: "";
	position: absolute;
	display: block;
	top: -20px;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: -1
}

.nk-navbar .nk-nav .dropdown>li {
	position: relative
}

.nk-navbar .nk-nav .dropdown>li>a {
	display: block;
	padding: 6px 30px;
	padding-right: 75px;
	color: #c5c5c5;
	text-decoration: none
}

.nk-navbar .nk-nav .dropdown>li.active>a,
.nk-navbar .nk-nav .dropdown>li>a:hover {
	color: #fff
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item>a::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -1px;
	color: inherit;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 2px solid
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item .dropdown {
	top: 0;
	margin-top: -15px;
	margin-left: 100%
}

.nk-navbar .nk-nav-logo .nk-nav-logo-onscroll {
	display: none
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav>li>a {
	color: #bfbfbf
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav>li.active>a,
.nk-navbar.nk-navbar-white-text-on-top .nk-nav>li>a:hover {
	color: #fff
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav>li>a {
	color: inherit
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav>li.active>a,
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav>li>a:hover {
	color: #0e0e0e
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav-logo .nk-nav-logo-onscroll {
	display: block
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav-logo .nk-nav-logo-onscroll+img {
	display: none
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav-logo .nk-nav-logo-onscroll {
	display: none
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav-logo .nk-nav-logo-onscroll+img {
	display: block
}

.nk-navbar .nk-nav-right {
	text-align: right
}

.nk-navbar .nk-nav-right>* {
	text-align: left
}

.nk-navbar .nk-nav-center {
	text-align: center
}

.nk-navbar .nk-nav-center>* {
	text-align: left
}

.nk-navbar .nk-drop-item.nk-drop-left>a::after {
	border-top: 2px solid transparent;
	border-right: 2px solid;
	border-bottom: 2px solid transparent;
	border-left: none
}

.nk-navbar .nk-drop-item.nk-drop-left .dropdown {
	margin-left: -100%
}

.nk-navbar-side {
	position: fixed;
	top: 0;
	bottom: 0;
	padding: 0;
	overflow: hidden;
	background-color: #2f2f2f;
	z-index: 1002
}

.nk-navbar-side.nk-navbar-left-side {
	left: 0;
	width: 250px;
	margin-left: -250px
}

@media (max-width:400px) {
	.nk-navbar-side.nk-navbar-left-side {
		width: 200px;
		margin-left: -200px
	}
}

.nk-navbar-side.nk-navbar-right-side {
	right: 0;
	width: 250px;
	margin-right: -250px
}

@media (max-width:400px) {
	.nk-navbar-side.nk-navbar-right-side {
		width: 200px;
		margin-right: -200px
	}
}

.nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
	width: 450px;
	margin-left: -450px
}

@media (max-width:550px) {
	.nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
		width: 300px;
		margin-left: -300px
	}
}

@media (max-width:450px) {
	.nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
		width: 250px;
		margin-left: -250px
	}
}

.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
	width: 450px;
	margin-right: -450px
}

@media (max-width:550px) {
	.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
		width: 300px;
		margin-right: -300px
	}
}

@media (max-width:450px) {
	.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
		width: 250px;
		margin-right: -250px
	}
}

.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown>li:last-of-type>a,
.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown>li>a,
.nk-navbar-side.nk-navbar-lg .nk-nav>li:last-of-type>a,
.nk-navbar-side.nk-navbar-lg .nk-nav>li>a {
	padding-right: 80px;
	padding-left: 80px
}

@media (max-width:550px) {
	.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown>li:last-of-type>a,
	.nk-navbar-side.nk-navbar-lg .nk-nav .dropdown>li>a,
	.nk-navbar-side.nk-navbar-lg .nk-nav>li:last-of-type>a,
	.nk-navbar-side.nk-navbar-lg .nk-nav>li>a {
		padding-right: 40px;
		padding-left: 40px
	}
}

.nk-navbar-side .nk-navbar-side-close {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 44px;
	padding-right: 53px;
	padding-bottom: 30px;
	padding-left: 30px;
	color: #d8d8d8;
	cursor: pointer;
	z-index: 1
}

.nk-navbar-side .nk-navbar-side-close:hover {
	color: #fff
}

.nk-navbar-side .nk-nav-table {
	height: auto;
	min-height: 100%;
	max-height: 100%;
	padding-top: 105px
}

.nk-navbar-side .nano {
	overflow-y: auto
}

.nk-navbar-side .nk-nav {
	position: relative;
	width: 100%;
	padding: 0;
	padding-top: 105px
}

.nk-navbar-side .nk-nav .dropdown>li,
.nk-navbar-side .nk-nav>li {
	position: static;
	display: block
}

.nk-navbar-side .nk-nav .dropdown>li:last-of-type>a,
.nk-navbar-side .nk-nav .dropdown>li>a,
.nk-navbar-side .nk-nav>li:last-of-type>a,
.nk-navbar-side .nk-nav>li>a {
	padding: 10px 40px;
	font-family: "Playfair Display", serif;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.1;
	color: #d8d8d8;
	text-transform: none;
	white-space: normal
}

@media (max-width:400px) {
	.nk-navbar-side .nk-nav .dropdown>li:last-of-type>a,
	.nk-navbar-side .nk-nav .dropdown>li>a,
	.nk-navbar-side .nk-nav>li:last-of-type>a,
	.nk-navbar-side .nk-nav>li>a {
		font-size: 1.3rem
	}
}

.nk-navbar-side .nk-nav .dropdown>li.active>a,
.nk-navbar-side .nk-nav .dropdown>li>a:hover,
.nk-navbar-side .nk-nav>li.active>a,
.nk-navbar-side .nk-nav>li>a:hover {
	color: #fff
}

.nk-navbar-side .nk-nav .dropdown>li>a::after,
.nk-navbar-side .nk-nav .dropdown>li>a::before,
.nk-navbar-side .nk-nav>li>a::after,
.nk-navbar-side .nk-nav>li>a::before {
	content: none
}

.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item>a::after,
.nk-navbar-side .nk-nav .nk-drop-item>a::after,
.nk-navbar-side .nk-nav>.nk-drop-item>a::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 40px;
	left: auto;
	width: 0;
	height: 0;
	margin-top: -1px;
	color: inherit;
	border: none;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 2px solid;
	opacity: .6!important;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	will-change: opacity
}

.nk-navbar-side .nk-nav .nk-drop-item>a.hover::after,
.nk-navbar-side .nk-nav .nk-drop-item>a:hover::after,
.nk-navbar-side .nk-nav>.nk-drop-item>a.hover::after,
.nk-navbar-side .nk-nav>.nk-drop-item>a:hover::after {
	width: 0;
	height: 0;
	opacity: 1!important
}

.nk-navbar-side .nk-nav .bropdown-back>a,
.nk-navbar-side .nk-nav .nk-drop-item>a,
.nk-navbar-side .nk-nav>.nk-drop-item>a {
	position: relative
}

.nk-navbar-side .nk-nav .dropdown {
	display: block;
	padding: 0;
	visibility: inherit;
	background-color: transparent;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.nk-navbar-side .nk-nav .dropdown::before {
	content: none
}

.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item>.dropdown,
.nk-navbar-side .nk-nav .nk-drop-item>.dropdown {
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	margin-left: 0
}

.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item>.dropdown>li>a,
.nk-navbar-side .nk-nav .nk-drop-item>.dropdown>li>a {
	display: none
}

.nk-navbar-side .dropdown>.bropdown-back>a::after {
	content: ""!important;
	position: absolute;
	display: block;
	top: 50%;
	left: 30px;
	width: 0;
	height: 0;
	margin-top: -1px;
	color: inherit;
	border: none;
	border-top: 2px solid transparent;
	border-right: 2px solid;
	border-bottom: 2px solid transparent;
	opacity: .6;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	will-change: opacity
}

.nk-navbar-side .dropdown>.bropdown-back>a.hover::after,
.nk-navbar-side .dropdown>.bropdown-back>a:hover::after {
	opacity: 1
}

.nk-navbar-side .nk-nav-social {
	padding: 40px 74px
}

@media (max-width:550px) {
	.nk-navbar-side .nk-nav-social {
		padding-right: 40px;
		padding-left: 40px
	}
}

.nk-navbar-side .nk-nav-social>ul li {
	display: inline-block
}

.nk-navbar-side .nk-nav-social>ul li>a {
	display: block;
	margin: 3px 6px;
	font-size: 1.13rem;
	color: #d8d8d8
}

.nk-navbar-side .nk-nav-social>ul li>a.hover,
.nk-navbar-side .nk-nav-social>ul li>a:hover {
	color: #fff
}

.nk-navbar-overlay {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	z-index: 1001
}

.nk-navbar-full {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	overflow: hidden;
	background: #252525;
	opacity: 0;
	z-index: 1002
}

.nk-navbar-full .nk-nav-header {
	padding: 33px 0;
	margin-right: -22px
}

.nk-navbar-full .nk-nav-header::after {
	content: "";
	display: table;
	clear: both
}

.nk-navbar-full .nk-nav-header .nk-nav-logo {
	float: left
}

.nk-navbar-full .nk-nav-header .nk-nav-close {
	float: right;
	padding: 6px 25px;
	color: #d8d8d8;
	cursor: pointer;
	z-index: 1
}

.nk-navbar-full .nk-nav-header .nk-nav-close:hover {
	color: #fff
}

.nk-navbar-full .container-fluid .nk-nav-header {
	padding-right: 8px;
	padding-left: 30px;
	margin-right: 0
}

.nk-navbar-full .nano {
	overflow-y: auto
}

.nk-navbar-full .nk-nav {
	position: relative;
	width: 100%;
	padding: 0;
	padding-top: 25px;
	margin: 0 auto;
	overflow: hidden
}

.nk-navbar-full .nk-nav li>a .nk-item-descr {
	font-size: .5em
}

.nk-navbar-full .nk-nav .dropdown>li,
.nk-navbar-full .nk-nav>li {
	position: static;
	display: block;
	max-width: 450px;
	margin: 0 auto
}

.nk-navbar-full .nk-nav .dropdown>li:last-of-type>a,
.nk-navbar-full .nk-nav .dropdown>li>a,
.nk-navbar-full .nk-nav>li:last-of-type>a,
.nk-navbar-full .nk-nav>li>a {
	padding: 10px 80px;
	font-family: "Playfair Display", serif;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.1;
	color: #d8d8d8;
	text-transform: none;
	white-space: normal
}

@media (max-width:400px) {
	.nk-navbar-full .nk-nav .dropdown>li:last-of-type>a,
	.nk-navbar-full .nk-nav .dropdown>li>a,
	.nk-navbar-full .nk-nav>li:last-of-type>a,
	.nk-navbar-full .nk-nav>li>a {
		font-size: 1.3rem
	}
}

@media (max-width:550px) {
	.nk-navbar-full .nk-nav .dropdown>li:last-of-type>a,
	.nk-navbar-full .nk-nav .dropdown>li>a,
	.nk-navbar-full .nk-nav>li:last-of-type>a,
	.nk-navbar-full .nk-nav>li>a {
		padding-right: 40px;
		padding-left: 40px
	}
}

.nk-navbar-full .nk-nav .dropdown>li.active>a,
.nk-navbar-full .nk-nav .dropdown>li>a:hover,
.nk-navbar-full .nk-nav>li.active>a,
.nk-navbar-full .nk-nav>li>a:hover {
	color: #fff
}

.nk-navbar-full .nk-nav .dropdown>li>a::after,
.nk-navbar-full .nk-nav .dropdown>li>a::before,
.nk-navbar-full .nk-nav>li>a::after,
.nk-navbar-full .nk-nav>li>a::before {
	content: none
}

.nk-navbar-full .nk-nav .bropdown-back>a,
.nk-navbar-full .nk-nav .nk-drop-item>a,
.nk-navbar-full .nk-nav>.nk-drop-item>a {
	position: relative
}

.nk-navbar-full .nk-nav .nk-drop-item .nk-drop-item>a::after,
.nk-navbar-full .nk-nav .nk-drop-item>a::after,
.nk-navbar-full .nk-nav>.nk-drop-item>a::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 30px;
	left: auto;
	width: 0;
	height: 0;
	margin-top: -2px;
	color: inherit;
	border: none;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid;
	opacity: .6!important;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	will-change: opacity
}

.nk-navbar-full .nk-nav .nk-drop-item>a.hover::after,
.nk-navbar-full .nk-nav .nk-drop-item>a:hover::after,
.nk-navbar-full .nk-nav>.nk-drop-item>a.hover::after,
.nk-navbar-full .nk-nav>.nk-drop-item>a:hover::after {
	width: 0;
	height: 0;
	opacity: 1!important
}

.nk-navbar-full .nk-nav .dropdown {
	display: block;
	padding: 0;
	visibility: inherit;
	background-color: transparent;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.nk-navbar-full .nk-nav .dropdown::before {
	content: none
}

.nk-navbar-full .nk-nav .dropdown>li>a {
	display: none
}

.nk-navbar-full .nk-nav .nk-drop-item .dropdown,
.nk-navbar-full .nk-nav .nk-drop-item .nk-drop-item .dropdown {
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	margin-left: 0
}

.nk-navbar-full .dropdown>.bropdown-back>a::after {
	content: ""!important;
	position: absolute;
	display: block;
	top: 50%;
	left: 30px;
	width: 0;
	height: 0;
	margin-top: -2px;
	color: inherit;
	border: none;
	border-top: 3px solid transparent;
	border-right: 3px solid;
	border-bottom: 3px solid transparent;
	opacity: .6;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	will-change: opacity
}

.nk-navbar-full .dropdown>.bropdown-back>a.hover::after,
.nk-navbar-full .dropdown>.bropdown-back>a:hover::after {
	opacity: 1
}

.nk-navbar-full .nk-nav-social {
	padding: 51px 20px
}

.nk-navbar-full .nk-nav-social>ul li {
	display: inline-block
}

.nk-navbar-full .nk-nav-social>ul li>a {
	display: block;
	margin: 3px 6px;
	font-size: 1.13rem;
	color: #d8d8d8
}

.nk-navbar-full .nk-nav-social>ul li>a.hover,
.nk-navbar-full .nk-nav-social>ul li>a:hover {
	color: #fff
}

.nk-header-title {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	z-index: 0
}

.nk-header-title .nk-header-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 470px;
	padding-top: 75px
}

.nk-header-title.nk-header-title-sm .nk-header-table {
	min-height: 370px
}

.nk-header-title.nk-header-title-md .nk-header-table {
	min-height: 570px
}

.nk-header-title.nk-header-title-lg .nk-header-table {
	min-height: 670px
}

.nk-header-title.nk-header-title-xl .nk-header-table {
	min-height: 770px
}

.nk-header-title.nk-header-title-full .nk-header-table {
	min-height: 100vh
}

.nk-header-title .nk-header-table-cell {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 80px 0
}

.nk-header-title .nk-header-text-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(37, 37, 37, .4)
}

.nk-header-title.nk-header-title-full .nk-header-text-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0
}

.nk-header-title .nk-header-title-scroll-down {
	position: absolute;
	display: block;
	bottom: 65px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	font-size: 2rem;
	line-height: 54px;
	color: inherit;
	text-align: center;
	text-decoration: none;
	border: 1px solid;
	border-radius: 50%;
	opacity: .6;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-header-title .nk-header-title-scroll-down:hover {
	opacity: 1
}

.nk-header-title h1.nk-title {
	line-height: 1.18
}

.nk-footer {
	position: relative;
	overflow: hidden;
	background-color: #ebebeb;
	z-index: 1
}

.nk-footer.nk-footer-transparent {
	background-color: transparent
}

.nk-footer .nk-footer-cont {
	padding-top: 44px;
	padding-bottom: 25px
}

.nk-footer .nk-footer-cont-sm {
	padding-top: 22px;
	padding-bottom: 2px
}

.nk-footer .nk-footer-widgets {
	padding-top: 90px;
	padding-bottom: 90px
}

.nk-footer .nk-footer-widgets+.nk-footer-cont {
	border-top: 1px solid rgba(140, 140, 140, .2)
}

.nk-footer .nk-footer-social {
	padding-bottom: 12px;
	color: #171717
}

.nk-footer .nk-footer-social>ul {
	padding: 0;
	margin: 0
}

.nk-footer .nk-footer-social>ul li {
	display: inline-block
}

.nk-footer .nk-footer-social>ul li>a {
	display: block;
	padding: 3px 6px;
	font-size: 1.13rem;
	color: inherit;
	/*opacity: .4;*/
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-footer .nk-footer-social>ul li>a.hover,
.nk-footer .nk-footer-social>ul li>a:hover {
	opacity: 1
}

.nk-footer .nk-footer-social.text-white>ul li>a {
	opacity: .9
}

.nk-footer .nk-footer-social.text-white>ul li>a.hover,
.nk-footer .nk-footer-social.text-white>ul li>a:hover {
	opacity: .5
}

.nk-footer .nk-footer-text {
	font-size: .95rem
}

.nk-widget {
	overflow: hidden
}

.nk-widget~.nk-widget {
	margin-top: 65px
}

.nk-widget .nk-widget-title {
	margin-bottom: 2.1rem;
	font-size: 1.4rem
}

.nk-twitter {
	position: relative;
	padding-left: 39px
}

.nk-twitter+.nk-twitter {
	margin-top: 20px
}

.nk-twitter .nk-twitter-date {
	margin-bottom: 10px;
	font-size: .8rem;
	line-height: 1.4;
	opacity: .6
}

.nk-twitter .nk-twitter-icon {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 1.3rem
}

.nk-btn {
	display: inline-block;
	padding: 18px 25px;
	font-size: .96rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #252525;
	border: 0;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all
}

.nk-btn,
.nk-btn.active,
.nk-btn.hover,
.nk-btn:active,
.nk-btn:focus,
.nk-btn:hover {
	color: #fff;
	text-decoration: none
}

.nk-btn.active,
.nk-btn.hover,
.nk-btn:active,
.nk-btn:focus,
.nk-btn:hover {
	background-color: #444
}

.nk-btn-xs {
	padding: 8px 16px;
	font-size: .9rem
}

.nk-btn-xs.nk-btn-outline {
	padding-top: 7px;
	padding-bottom: 7px
}

.nk-btn-sm {
	padding: 10px 20px
}

.nk-btn-sm.nk-btn-outline {
	padding-top: 9px;
	padding-bottom: 9px
}

.nk-btn-lg {
	padding: 14px 30px
}

.nk-btn-lg.nk-btn-outline {
	padding-top: 13px;
	padding-bottom: 13px
}

.nk-btn-long {
	padding-right: 43px;
	padding-left: 43px
}

.nk-btn-long.nk-btn-xs {
	padding-right: 36px;
	padding-left: 36px
}

.nk-btn-long.nk-btn-sm {
	padding-right: 40px;
	padding-left: 40px
}

.nk-btn-long.nk-btn-lg {
	padding-right: 50px;
	padding-left: 50px
}

.nk-btn-block {
	display: block;
	width: 100%
}

.nk-btn-2 {
	position: relative;
	display: inline-block;
	padding: 0 3px;
	font-size: .96rem;
	font-weight: 500;
	color: #171717;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.nk-btn-2::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 3px;
	width: 40px;
	border-bottom: 1px solid;
	opacity: .2;
	-webkit-transition: .5s transform, .5s opacity;
	-o-transition: .5s transform, .5s opacity;
	transition: .5s transform, .5s opacity;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.nk-btn-2.hover::after,
.nk-btn-2:hover::after {
	opacity: .5;
	-webkit-transform: scaleX(1.2);
	-ms-transform: scaleX(1.2);
	transform: scaleX(1.2)
}

.nk-btn-2:active,
.nk-btn-2:focus,
.nk-btn-2:hover {
	color: #171717;
	text-decoration: none
}

.nk-progress {
	display: block;
	width: 100%;
	margin-bottom: 13px
}

.nk-progress .nk-progress-line {
	width: 100%;
	height: 5px;
	background-color: #e6e6e6
}

.nk-progress .nk-progress-line>div {
	height: 100%;
	text-align: right;
	background-color: #252525
}

.nk-progress .nk-progress-title {
	margin-bottom: 13px;
	font-size: .97rem;
	font-weight: 500;
	color: #171717;
	text-transform: uppercase
}

.nk-progress .nk-progress-title .nk-progress-percent {
	margin-left: 14px
}

.nk-progress.nk-progress-xs .nk-progress-line {
	height: 1px
}

.nk-progress.nk-progress-sm .nk-progress-line {
	height: 3px
}

.nk-progress.nk-progress-md .nk-progress-line {
	height: 8px
}

.nk-progress.nk-progress-lg .nk-progress-line {
	height: 12px
}

.nk-progress.nk-progress-xlg .nk-progress-line {
	height: 16px
}

.nk-tabs .nav-tabs {
	display: block;
	margin-top: -10px;
	margin-bottom: 27px;
	border-bottom: none
}

.nk-tabs .nav-tabs .nav-item {
	display: inline-block;
	float: none;
	color: #171717
}

.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,
.nk-tabs .nav-tabs .nav-link.active,
.nk-tabs .nav-tabs .nav-link.active:focus,
.nk-tabs .nav-tabs .nav-link.active:hover,
.nk-tabs .nav-tabs .nav-link:focus,
.nk-tabs .nav-tabs .nav-link:hover {
	color: inherit;
	background-color: transparent
}

.nk-tabs .nav-tabs .nav-link {
	position: relative;
	padding: 10px 16px;
	font-size: .955rem;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	border-bottom: 2px solid transparent;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-tabs .nav-tabs .nav-link:hover {
	opacity: .6
}

.nk-tabs .nav-tabs .nav-link::after {
	content: "";
	position: absolute;
	display: block;
	right: 10px;
	bottom: 6px;
	left: 10px;
	border-bottom: 1px solid transparent;
	-webkit-transition: .5s border-bottom;
	-o-transition: .5s border-bottom;
	transition: .5s border-bottom
}

.nk-tabs .nav-tabs .nav-link.active::after,
.nk-tabs .nav-tabs .nav-link.active:focus::after,
.nk-tabs .nav-tabs .nav-link.active:hover::after {
	border-bottom: 1px solid
}

.nk-ibox-1 {
	position: relative;
	min-height: 50px
}

.nk-ibox-1 .nk-ibox-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: 3px;
	font-size: 3.3rem;
	line-height: 50px;
	text-align: center
}

.nk-ibox-1 .nk-ibox-cont {
	margin-left: 72px
}

.nk-ibox-1 .nk-ibox-title {
	font-weight: 500
}

.nk-ibox-1 .nk-ibox-text {
	margin-top: -1px;
	font-size: .97rem;
	font-weight: 500;
	text-transform: uppercase
}

.nk-ibox-2 {
	position: relative
}

.nk-ibox-2 .nk-ibox-cont {
	padding-top: 7px
}

.nk-ibox-2 .nk-ibox-title {
	font-size: .96rem;
	font-weight: 500;
	color: #171717;
	text-transform: uppercase
}

.nk-ibox-3 {
	position: relative;
	text-align: center
}

.nk-ibox-3 .nk-ibox-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 17px;
	font-size: 3.3rem;
	line-height: 50px;
	text-align: center
}

.nk-ibox-3 .nk-ibox-title {
	font-size: .91rem;
	font-weight: 500;
	text-transform: uppercase
}

.nk-ibox-3 .nk-ibox-text {
	margin-top: 8px;
	opacity: .75
}

.nk-ibox-title {
	font-size: 1.25rem
}

.nk-ibox-title a {
	color: inherit;
	text-decoration: none
}

.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;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.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: 72px
}

.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
	border-radius: 6px
}

.nk-box-line::before {
	content: "";
	position: absolute;
	display: block;
	top: 2rem;
	right: 0;
	bottom: 2rem;
	border-left: 1px solid;
	opacity: .07
}

.nk-box-line.nk-box-line-top::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 2rem;
	left: 2rem;
	border-bottom: 1px solid;
	opacity: .07
}

.nk-box-line.nk-box-last::before {
	content: none
}

.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: "Playfair Display", serif;
	font-weight: 600
}

.nk-counter .nk-count {
	font-size: 4rem
}

.nk-counter-2 .nk-count {
	font-size: 4rem;
	line-height: 1;
	color: #1140c9
}

.nk-counter-3 .nk-counter-icon {
	font-size: 3rem;
	line-height: 1;
	color: #1140c9
}

.nk-counter-3 .nk-count {
	font-size: 3rem;
	line-height: 2
}

.nk-counter-3 .nk-counter-title {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	line-height: 1
}

.nk-contact-info {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.nk-contact-info>li+li {
	margin-top: 12px
}

.nk-contact-info>li>strong {
	padding-right: 5px;
	color: #171717
}

.nk-pagination {
	width: 100%;
	padding: 20px 0;
	background-color: #fff
}

.nk-pagination.nk-pagination-nobg {
	background-color: transparent
}

.nk-pagination,
.nk-pagination .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.nk-pagination .container>*,
.nk-pagination>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.nk-pagination .container>a,
.nk-pagination>a {
	display: inline-block;
	padding: 19px;
	font-size: .97rem;
	color: #171717;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-pagination .container>a:hover,
.nk-pagination>a:hover {
	opacity: .6
}

.nk-pagination .container>span,
.nk-pagination>span {
	display: inline-block;
	padding: 19px;
	font-size: .97rem;
	color: #171717;
	text-transform: uppercase;
	vertical-align: middle
}

.nk-pagination .container .nk-pagination-next,
.nk-pagination .container .nk-pagination-prev,
.nk-pagination .nk-pagination-next,
.nk-pagination .nk-pagination-prev {
	min-width: 190px
}

.nk-pagination .container .nk-pagination-next>span,
.nk-pagination .container .nk-pagination-prev>span,
.nk-pagination .nk-pagination-next>span,
.nk-pagination .nk-pagination-prev>span {
	margin-top: -1px;
	font-size: 1.6rem;
	line-height: 1;
	vertical-align: middle
}

.nk-pagination .container .nk-pagination-prev,
.nk-pagination .nk-pagination-prev {
	padding-left: 0;
	text-align: left
}

.nk-pagination .container .nk-pagination-prev>span,
.nk-pagination .nk-pagination-prev>span {
	margin-left: -8px
}

.nk-pagination .container .nk-pagination-next,
.nk-pagination .nk-pagination-next {
	padding-right: 0;
	text-align: right
}

.nk-pagination .container .nk-pagination-next>span,
.nk-pagination .nk-pagination-next>span {
	margin-right: -8px
}

.nk-pagination .container .nk-pagination-center,
.nk-pagination .nk-pagination-center {
	width: 100%
}

@media (max-width:991px) {
	.nk-pagination .container .nk-pagination-next,
	.nk-pagination .container .nk-pagination-prev,
	.nk-pagination .nk-pagination-next,
	.nk-pagination .nk-pagination-prev {
		min-width: 60px;
		font-size: 0
	}
	.nk-pagination .container .nk-pagination-next>span,
	.nk-pagination .container .nk-pagination-prev>span,
	.nk-pagination .nk-pagination-next>span,
	.nk-pagination .nk-pagination-prev>span {
		font-size: 1.6rem
	}
}

.nk-pagination .container {
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial
}

@media (max-width:575px) {
	.nk-pagination .container {
		width: 100%
	}
}

.nk-pagination.nk-pagination-center {
	text-align: center
}

.nk-pagination.nk-pagination-left {
	text-align: left
}

.nk-pagination.nk-pagination-right {
	text-align: right
}

.nk-testimonial-1 {
	position: relative;
	display: block;
	width: 100%;
	padding: 40px;
	margin: 0;
	background-color: #fff
}

.nk-testimonial-1 .nk-testimonial-photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 140px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 1
}

.nk-testimonial-1 .nk-testimonial-body,
.nk-testimonial-1 .nk-testimonial-name,
.nk-testimonial-1 .nk-testimonial-source {
	margin-left: 140px
}

.nk-testimonial-1 .nk-testimonial-name {
	margin-bottom: 0
}

.nk-testimonial-1 .nk-testimonial-source {
	font-size: .8rem;
	font-style: italic;
	opacity: .6
}

.nk-testimonial-1 .nk-testimonial-body {
	margin-top: 30px
}

@media (max-width:575px) {
	.nk-testimonial-1 .nk-testimonial-photo {
		display: none
	}
	.nk-testimonial-1 .nk-testimonial-body,
	.nk-testimonial-1 .nk-testimonial-name,
	.nk-testimonial-1 .nk-testimonial-source {
		margin-left: 0
	}
}

.nk-testimonial-2 {
	position: relative;
	display: block;
	width: 100%;
	padding: 40px;
	margin: 0;
	margin-top: 50px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px
}

.nk-testimonial-2 .nk-testimonial-photo {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 50px
}

.nk-testimonial-2 .nk-testimonial-name {
	margin-bottom: 5px
}

.nk-testimonial-2 .nk-testimonial-source {
	font-size: .8rem;
	font-style: italic;
	opacity: .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;
	top: -35px;
	left: -15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 150px;
	font-weight: 600;
	line-height: 135px;
	opacity: .08;
	z-index: -1
}

.nk-testimonial-3 {
	position: relative;
	display: block;
	width: 100%;
	padding: 40px;
	margin: 0;
	text-align: center;
	background-color: #fff
}

.nk-testimonial-3 .nk-testimonial-photo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 50px
}

.nk-testimonial-3 .nk-testimonial-body {
	position: relative;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 1
}

.nk-testimonial-3 .nk-testimonial-body::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid;
	opacity: .1
}

.nk-testimonial-3 .nk-testimonial-name {
	margin-bottom: 5px
}

.nk-testimonial-3 .nk-testimonial-source {
	font-size: .8rem;
	font-style: italic;
	opacity: .6
}

blockquote {
	margin-bottom: 1.5rem;
	font-family: "Playfair Display", serif;
	font-size: 1.348rem;
	line-height: 1.55;
	color: #171717
}

blockquote.nk-blockquote-style-1 {
	display: block;
	max-width: 715px;
	margin: 0 auto;
	font-style: italic;
	text-align: center
}

blockquote.nk-blockquote-style-1>p {
	margin-bottom: 1.15rem;
	font-size: 1.685rem;
	line-height: 1.45
}

blockquote.nk-blockquote-style-1>p::after,
blockquote.nk-blockquote-style-1>p::before {
	font-size: 2.2rem;
	line-height: 1
}

blockquote.nk-blockquote-style-1>p::before {
	content: "“ "
}

blockquote.nk-blockquote-style-1>p::after {
	content: " ”"
}

blockquote.nk-blockquote-style-1 cite {
	font-family: "Work Sans", sans-serif;
	font-size: .96rem;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase
}

.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-page-dots .dot {
	margin: 0 3px;
	background: currentColor;
	-webkit-transition: .4s opacity, .4s transform;
	-o-transition: .4s opacity, .4s transform;
	transition: .4s opacity, .4s transform;
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6)
}

.flickity-page-dots .dot.is-selected {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.flickity-page-dots .dot:hover {
	opacity: 1
}

.nk-flickity-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 2.3rem;
	line-height: 1.35;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #c9c9c9;
	-webkit-transition: .3s background-color;
	-o-transition: .3s background-color;
	transition: .3s background-color;
	z-index: 1
}

.nk-flickity-arrow:hover {
	background-color: #ababab
}

.nk-flickity-arrow.nk-flickity-arrow-prev {
	left: 40px
}

.nk-flickity-arrow.nk-flickity-arrow-next {
	right: 40px
}

@media (max-width:767px) {
	.nk-flickity-arrow {
		display: none
	}
}

.nk-carousel-arrows-2 .nk-flickity-arrow {
	top: auto;
	bottom: 60px;
	left: 60px
}

.nk-carousel-arrows-2 .nk-flickity-arrow.nk-flickity-arrow-next {
	right: auto;
	left: 120px
}

.flickity-viewport.is-dragging {
	pointer-events: none
}

.nk-carousel .flickity-slider>div>div {
	width: 60%;
	margin-right: auto;
	margin-left: auto
}

.nk-carousel .nk-carousel-next,
.nk-carousel .nk-carousel-prev {
	position: absolute;
	top: 12%;
	width: 25%;
	min-height: 80px;
	padding: 17px 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1
}

.nk-carousel .nk-carousel-next .nk-carousel-arrow-name,
.nk-carousel .nk-carousel-prev .nk-carousel-arrow-name {
	overflow: hidden;
	font-family: "Playfair Display", serif;
	font-size: 1.2rem;
	font-weight: 600;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.nk-carousel .nk-carousel-next .nk-icon-arrow-left,
.nk-carousel .nk-carousel-next .nk-icon-arrow-right,
.nk-carousel .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel .nk-carousel-prev .nk-icon-arrow-right {
	position: absolute;
	top: 28px
}

.nk-carousel .nk-carousel-next .nk-icon-arrow-left,
.nk-carousel .nk-carousel-prev .nk-icon-arrow-left {
	left: 0
}

.nk-carousel .nk-carousel-next .nk-icon-arrow-right,
.nk-carousel .nk-carousel-prev .nk-icon-arrow-right {
	right: 0
}

.nk-carousel .nk-carousel-prev {
	left: 0;
	padding-right: 20px;
	padding-left: 45px;
	text-align: left
}

.nk-carousel .nk-carousel-next {
	right: 0;
	padding-right: 45px;
	padding-left: 20px;
	text-align: right
}

@media (max-width:991px) {
	.nk-carousel .flickity-slider>div>div {
		width: 90%
	}
	.nk-carousel .nk-carousel-next,
	.nk-carousel .nk-carousel-prev {
		position: relative;
		display: inline-block;
		top: auto;
		width: 49%
	}
}

@media (max-width:575px) {
	.nk-carousel .nk-carousel-next,
	.nk-carousel .nk-carousel-prev {
		font-size: .8rem
	}
	.nk-carousel .nk-carousel-next .nk-carousel-arrow-name,
	.nk-carousel .nk-carousel-prev .nk-carousel-arrow-name {
		font-size: 1rem
	}
}

.nk-carousel-2 .flickity-slider>div {
	width: 40%;
	max-width: 600px;
	margin: 0 20px;
	opacity: .4;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	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: .6
	}
}

@media (max-width:767px) {
	.nk-carousel-2 .flickity-slider>div {
		width: 70%;
		margin: 0 20px;
		opacity: 1
	}
}

@media (max-width:575px) {
	.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: 33.3334%
}

@media (max-width:1199px) {
	.nk-carousel-2.nk-carousel-x2 .flickity-slider>div {
		width: 33.3334%
	}
}

@media (max-width:767px) {
	.nk-carousel-2.nk-carousel-x2 .flickity-slider>div {
		width: 50%
	}
}

@media (max-width:575px) {
	.nk-carousel-2.nk-carousel-x2 .flickity-slider>div {
		width: 100%
	}
}

.nk-carousel-2.nk-carousel-x3 .flickity-slider>div {
	width: 25%
}

@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:575px) {
	.nk-carousel-2.nk-carousel-x3 .flickity-slider>div {
		width: 100%
	}
}

.nk-carousel-2.nk-carousel-x4 .flickity-slider>div {
	width: 20%
}

@media (max-width:1199px) {
	.nk-carousel-2.nk-carousel-x4 .flickity-slider>div {
		width: 25%
	}
}

@media (max-width:767px) {
	.nk-carousel-2.nk-carousel-x4 .flickity-slider>div {
		width: 33.3334%
	}
}

@media (max-width:575px) {
	.nk-carousel-2.nk-carousel-x4 .flickity-slider>div {
		width: 50%
	}
}

.nk-carousel-2.nk-carousel-x5 .flickity-slider>div {
	width: 14.285%
}

@media (max-width:1199px) {
	.nk-carousel-2.nk-carousel-x5 .flickity-slider>div {
		width: 20%
	}
}

@media (max-width:767px) {
	.nk-carousel-2.nk-carousel-x5 .flickity-slider>div {
		width: 25%
	}
}

@media (max-width:575px) {
	.nk-carousel-2.nk-carousel-x5 .flickity-slider>div {
		width: 50%
	}
}

.nk-carousel-3 {
	position: relative
}

.nk-carousel-3 .flickity-slider>div {
	display: block;
	opacity: .4;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	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 {
	width: auto;
	height: 100%
}

.nk-carousel-3.nk-carousel-all-visible .flickity-slider>div {
	opacity: 1!important
}

.nk-carousel-3 .nk-portfolio-sub-title,
.nk-carousel-3 .nk-portfolio-title {
	display: none
}

.nk-carousel-3 .nk-carousel-next,
.nk-carousel-3 .nk-carousel-prev {
	position: relative;
	top: 12%;
	width: 25%;
	min-height: 80px;
	padding: 17px 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1
}

.nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name,
.nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name {
	overflow: hidden;
	font-family: "Playfair Display", serif;
	font-size: 1.2rem;
	font-weight: 600;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-right,
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-right {
	position: absolute;
	top: 28px
}

.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-left {
	left: 0
}

.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-right,
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-right {
	right: 0
}

.nk-carousel-3 .nk-carousel-prev {
	float: left;
	left: 0;
	padding-right: 20px;
	padding-left: 45px;
	text-align: left
}

.nk-carousel-3 .nk-carousel-next {
	float: right;
	right: 0;
	padding-right: 45px;
	padding-left: 20px;
	text-align: right
}

.nk-carousel-3 .nk-carousel-current {
	display: block;
	width: 50%;
	padding: 17px;
	margin: 0 auto;
	text-align: center
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links a,
.nk-carousel-3 .nk-carousel-current .nk-carousel-name a {
	color: inherit;
	text-decoration: none
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-name {
	margin-bottom: .5rem
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links {
	font-size: .9rem
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links a {
	opacity: .6;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links a:hover {
	opacity: .9
}

@media (max-width:991px) {
	.nk-carousel-3 .nk-carousel-next,
	.nk-carousel-3 .nk-carousel-prev {
		position: relative;
		top: auto;
		width: 49%
	}
	.nk-carousel-3 .nk-carousel-current {
		width: 100%
	}
}

@media (max-width:575px) {
	.nk-carousel-3 .nk-carousel-next,
	.nk-carousel-3 .nk-carousel-prev {
		font-size: .8rem
	}
	.nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name,
	.nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name {
		font-size: 1rem
	}
}

.nk-video-fullscreen {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: #252525;
	background-color: rgba(37, 37, 37, .9);
	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;
	width: 100%;
	height: 100%
}

.nk-video-fullscreen .nk-video-fullscreen-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	color: #fff;
	text-align: right;
	cursor: pointer;
	z-index: -1
}

.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
}

.nk-video-fullscreen-toggle-left,
.nk-video-fullscreen-toggle-right {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 2
}

.nk-video-fullscreen-toggle-left>.nk-video-fullscreen-toggle,
.nk-video-fullscreen-toggle-right>.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-left,
	.nk-video-fullscreen-toggle-right {
		width: 100%;
		height: 0;
		padding-top: 56.25%
	}
}

.nk-video-fullscreen-toggle-right {
	right: 0
}

.nk-video-fullscreen-toggle-left {
	left: 0
}

.nk-plain-video {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
	background-position: 50% 50%;
	background-size: cover
}

.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
}

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
	color: #858585;
	opacity: 1
}

.form-control::-moz-placeholder,
::-moz-placeholder {
	color: #858585;
	opacity: 1
}

.form-control::-ms-input-placeholder,
::-ms-input-placeholder {
	color: #858585;
	opacity: 1
}

.form-control::placeholder,
::placeholder {
	color: #858585;
	opacity: 1
}

.form-control {
	padding: 16px 22px;
	font-size: .95rem;
	font-weight: 400;
	line-height: 1.2;
	background-color: #fff;
	border: none;
	border-radius: 0
}

select.form-control {
	padding: 6px 20px
}

div.nk-error {
	padding: 0;
	margin: 5px 0;
	font-weight: 400;
	color: red;
	background-color: transparent;
	z-index: 1
}

.form-control.nk-error,
.nk-form-style-1 .form-control.nk-error {
	background-color: rgba(255, 0, 0, .4)
}

.nk-form-response-success {
	display: none;
	margin-bottom: 10px;
	color: green
}

.nk-form-response-error {
	display: none;
	margin-bottom: 10px;
	color: red
}

.nk-team-block {
	position: relative;
	background-color: #dbdbdb;
	z-index: 0
}

.nk-team-block::after {
	content: "";
	display: table;
	width: 100%;
	clear: both
}

.nk-team-block .nk-team-member-photo {
	display: none
}

.nk-team-block .nk-team-block-backgrounds>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0;
	-webkit-transition: .5s opacity, .5s visibility;
	-o-transition: .5s opacity, .5s visibility;
	transition: .5s opacity, .5s visibility;
	z-index: -1
}

.nk-team-block .nk-team-block-backgrounds>div.active {
	visibility: visible;
	opacity: 1
}

.nk-team-block .nk-team-member {
	position: relative;
	float: left;
	width: 340px;
	height: 340px;
	padding: 49px;
	padding-top: 221px;
	margin-bottom: -1px;
	margin-left: -1px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #ededed;
	border-top: none;
	-webkit-transition: .4s padding-top, .4s background-color;
	-o-transition: .4s padding-top, .4s background-color;
	transition: .4s padding-top, .4s background-color
}

.nk-team-block .nk-team-member .nk-team-member-letter {
	position: absolute;
	top: 51px;
	left: 38px;
	font-size: 10.7rem;
	font-weight: 600;
	line-height: 1;
	color: #e6e6e6;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-team-block .nk-team-member .nk-team-member-post {
	position: relative;
	padding-bottom: 19px;
	margin-top: 4px;
	margin-bottom: 19px;
	font-size: .97rem;
	color: #171717;
	text-transform: uppercase;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-team-block .nk-team-member .nk-team-member-post::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 1px solid;
	opacity: 0;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-team-block .nk-team-member .nk-team-member-name {
	font-family: "Playfair Display", serif;
	font-size: 1.69rem;
	color: #171717
}

.nk-team-block .nk-team-member .nk-team-member-bio {
	opacity: 0;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-team-block .nk-team-member .nk-team-member-social {
	padding: 0;
	margin: 0;
	margin-top: 18px;
	margin-left: -6px;
	list-style: none;
	opacity: 0;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-team-block .nk-team-member .nk-team-member-social>li {
	float: left
}

.nk-team-block .nk-team-member .nk-team-member-social>li a {
	padding: 7px;
	font-size: 1.13rem;
	color: #999;
	-webkit-transition: .5s color;
	-o-transition: .5s color;
	transition: .5s color
}

.nk-team-block .nk-team-member .nk-team-member-social>li a.hover,
.nk-team-block .nk-team-member .nk-team-member-social>li a:hover {
	color: #171717
}

.nk-team-block .nk-team-member .nk-team-member-social::after {
	content: "";
	display: table;
	width: 100%;
	clear: both
}

.nk-team-block .nk-team-member:hover {
	background-color: #e0e0e0
}

.nk-team-block .nk-team-member.active {
	padding-top: 90px;
	background-color: #ededed
}

.nk-team-block .nk-team-member.active .nk-team-member-letter {
	opacity: 0
}

.nk-team-block .nk-team-member.active .nk-team-member-bio,
.nk-team-block .nk-team-member.active .nk-team-member-post::after,
.nk-team-block .nk-team-member.active .nk-team-member-social {
	opacity: 1
}

.nk-team-block .nk-team-member:nth-child(2n+3) {
	clear: left
}

@media (max-width:1199px) {
	.nk-team-block .nk-team-block-backgrounds {
		position: relative;
		width: 100%;
		padding-top: 56%
	}
	.nk-team-block .nk-team-member {
		width: 50%
	}
}

@media (max-width:991px) {
	.nk-team-block .nk-team-member {
		width: 100%
	}
}

.nk-icon-burger {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 18px;
	color: #252525
}

.nk-icon-burger>span {
	position: absolute;
	display: block;
	top: 50%;
	width: 20px;
	height: 0;
	border-bottom: 2px solid;
	-webkit-transition: .3s .2s width, .3s opacity, .2s transform;
	-o-transition: .3s .2s width, .3s opacity, .2s 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: -8px
}

.nk-icon-burger .nk-t-2 {
	margin-top: -1px
}

.nk-icon-burger .nk-t-3 {
	margin-top: 6px
}

.nk-icon-burger:hover .nk-t-1,
a:hover>.nk-icon-burger .nk-t-1 {
	-webkit-animation: nk-icon-burger-animation .4s ease-in-out;
	animation: nk-icon-burger-animation .4s ease-in-out
}

.nk-icon-burger:hover .nk-t-2,
a:hover>.nk-icon-burger .nk-t-2 {
	-webkit-animation: nk-icon-burger-animation .4s .1s ease-in-out;
	animation: nk-icon-burger-animation .4s .1s ease-in-out
}

.nk-icon-burger:hover .nk-t-3,
a:hover>.nk-icon-burger .nk-t-3 {
	-webkit-animation: nk-icon-burger-animation .4s .2s ease-in-out;
	animation: nk-icon-burger-animation .4s .2s ease-in-out
}

@-webkit-keyframes nk-icon-burger-animation {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		width: 14px;
		-webkit-transform: translateX(3px);
		transform: translateX(3px)
	}
}

@keyframes nk-icon-burger-animation {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		width: 14px;
		-webkit-transform: translateX(3px);
		transform: translateX(3px)
	}
}

.nk-icon-close {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px
}

.nk-icon-close::after,
.nk-icon-close::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 21px;
	height: 0;
	border-bottom: 2px solid;
	-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-squares {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle
}

.nk-icon-squares::after,
.nk-icon-squares::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 0;
	border-bottom: 6px solid;
	-webkit-box-shadow: 0 10px;
	box-shadow: 0 10px
}

.nk-icon-squares::before {
	right: 0;
	left: auto
}

.nk-icon-search {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 24px
}

.nk-icon-search::after,
.nk-icon-search::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.nk-icon-search::before {
	width: 12px;
	height: 12px;
	margin-top: -7px;
	margin-left: 3px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 0 1.2px;
	box-shadow: inset 0 0 0 1.2px
}

.nk-icon-search::after {
	width: 0;
	height: 6px;
	margin-top: 3px;
	margin-left: 12px;
	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::after,
.nk-icon-search.active::before,
a.active>.nk-icon-search::after,
a.active>.nk-icon-search::before {
	width: 1px;
	height: 23px
}

.nk-icon-search.active::before,
a.active>.nk-icon-search::before {
	margin-top: -10px;
	margin-left: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nk-icon-search.active::after,
a.active>.nk-icon-search::after {
	width: 0;
	margin-top: -7px;
	margin-left: 3px;
	border-right: 1px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nk-icon-arrow-left,
.nk-icon-arrow-right {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid
}

.nk-icon-arrow-left::after,
.nk-icon-arrow-left::before,
.nk-icon-arrow-right::after,
.nk-icon-arrow-right::before {
	content: "";
	position: absolute;
	display: block;
	bottom: -1px;
	left: 0;
	width: 50%;
	border-bottom: 1px solid;
	-webkit-transition: .2s transform;
	-o-transition: .2s transform;
	transition: .2s transform;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	will-change: transform
}

.nk-icon-arrow-left::after,
.nk-icon-arrow-right::after {
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg)
}

.nk-icon-arrow-left::before,
.nk-icon-arrow-right::before {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg)
}

.hover>.nk-icon-arrow-left::after,
.hover>.nk-icon-arrow-right::after,
.nk-icon-arrow-left.hover::after,
.nk-icon-arrow-left:hover::after,
.nk-icon-arrow-right.hover::after,
.nk-icon-arrow-right:hover::after,
:hover>.nk-icon-arrow-left::after,
:hover>.nk-icon-arrow-right::after {
	-webkit-transform: rotate(48deg);
	-ms-transform: rotate(48deg);
	transform: rotate(48deg)
}

.hover>.nk-icon-arrow-left::before,
.hover>.nk-icon-arrow-right::before,
.nk-icon-arrow-left.hover::before,
.nk-icon-arrow-left:hover::before,
.nk-icon-arrow-right.hover::before,
.nk-icon-arrow-right:hover::before,
:hover>.nk-icon-arrow-left::before,
:hover>.nk-icon-arrow-right::before {
	-webkit-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	transform: rotate(-48deg)
}

.nk-icon-arrow-right::after,
.nk-icon-arrow-right::before {
	right: 0;
	left: auto;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.nk-play-icon {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid
}

.nk-gif-icon,
.nk-gif-icon-light,
.nk-video-icon,
.nk-video-icon-light {
	position: relative;
	display: inline-block;
	width: 85px;
	height: 85px;
	color: #171717
}

.nk-gif-icon-light::before,
.nk-gif-icon::before,
.nk-video-icon-light::before,
.nk-video-icon::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 42.5px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
	-webkit-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.nk-gif-icon-light>*,
.nk-gif-icon>*,
.nk-video-icon-light>*,
.nk-video-icon>* {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 1.5rem;
	line-height: 51px;
	color: inherit;
	text-align: center;
	-webkit-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.nk-gif-icon-light.hover::before,
.nk-gif-icon-light:hover::before,
.nk-gif-icon.hover::before,
.nk-gif-icon:hover::before,
.nk-video-icon-light.hover::before,
.nk-video-icon-light:hover::before,
.nk-video-icon.hover::before,
.nk-video-icon:hover::before {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}

.nk-gif-icon-light.hover>*,
.nk-gif-icon-light:hover>*,
.nk-gif-icon.hover>*,
.nk-gif-icon:hover>*,
.nk-video-icon-light.hover>*,
.nk-video-icon-light:hover>*,
.nk-video-icon.hover>*,
.nk-video-icon:hover>* {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.nk-gif-icon-light,
.nk-video-icon-light {
	color: #252525
}

.nk-gif-icon-light::before,
.nk-video-icon-light::before {
	background-color: #fff
}

.nk-gif-icon-2,
.nk-gif-icon-2-light,
.nk-video-icon-2,
.nk-video-icon-2-light {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	color: #252525
}

.nk-gif-icon-2-light::before,
.nk-gif-icon-2::before,
.nk-video-icon-2-light::before,
.nk-video-icon-2::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 5px solid #252525;
	border-radius: 40px;
	opacity: 1;
	-webkit-transition: .3s opacity, .3s transform;
	-o-transition: .3s opacity, .3s transform;
	transition: .3s opacity, .3s transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.nk-gif-icon-2-light>*,
.nk-gif-icon-2>*,
.nk-video-icon-2-light>*,
.nk-video-icon-2>* {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 1.5rem;
	line-height: 51px;
	color: inherit;
	text-align: center;
	opacity: 1;
	-webkit-transition: .3s transform, .3s opacity;
	-o-transition: .3s transform, .3s opacity;
	transition: .3s transform, .3s opacity;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.nk-gif-icon-2-light.hover::before,
.nk-gif-icon-2-light:hover::before,
.nk-gif-icon-2.hover::before,
.nk-gif-icon-2:hover::before,
.nk-video-icon-2-light.hover::before,
.nk-video-icon-2-light:hover::before,
.nk-video-icon-2.hover::before,
.nk-video-icon-2:hover::before {
	opacity: .7;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.nk-gif-icon-2-light.hover>*,
.nk-gif-icon-2-light:hover>*,
.nk-gif-icon-2.hover>*,
.nk-gif-icon-2:hover>*,
.nk-video-icon-2-light.hover>*,
.nk-video-icon-2-light:hover>*,
.nk-video-icon-2.hover>*,
.nk-video-icon-2:hover>* {
	opacity: 1;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.nk-gif-icon-2-light,
.nk-video-icon-2-light {
	color: #fff
}

.nk-gif-icon-2-light::before,
.nk-video-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%;
	-webkit-box-shadow: inset 0 0 0 2px #252525;
	box-shadow: inset 0 0 0 2px #252525
}

.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 .7s infinite linear;
	animation: nk-loading-spinner .7s infinite linear
}

.nk-loading-spinner i::after,
.nk-loading-spinner-light i::after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8)
}

.nk-loading-spinner-light {
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff
}

.nk-loading-spinner-light i::after {
	-webkit-box-shadow: inset 0 0 0 2px rgba(37, 37, 37, .8);
	box-shadow: inset 0 0 0 2px rgba(37, 37, 37, .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)
	}
}

.nk-isotope::after {
	content: "";
	display: table;
	clear: both
}

.nk-isotope.nk-isotope-gap {
	margin: -15px
}

.nk-isotope.nk-isotope-gap .nk-isotope-item {
	padding: 15px
}

.nk-isotope.nk-isotope-gap-big {
	margin: -30px
}

.nk-isotope.nk-isotope-gap-big .nk-isotope-item {
	padding: 30px
}

.nk-isotope.nk-isotope-gap-small {
	margin: -10px
}

.nk-isotope.nk-isotope-gap-small .nk-isotope-item {
	padding: 10px
}

.container-fluid .nk-isotope {
	margin-right: -15px;
	margin-left: -15px
}

.container-fluid .nk-isotope.nk-isotope-gap {
	margin-right: -30px;
	margin-left: -30px
}

.container-fluid .nk-isotope.nk-isotope-gap-big {
	margin: -60px
}

.container-fluid .nk-isotope.nk-isotope-gap-big .nk-isotope-item {
	padding: 60px
}

.container-fluid .nk-isotope.nk-isotope-gap-small {
	margin-right: -25px;
	margin-left: -25px
}

.nk-isotope .nk-isotope-item {
	display: block;
	float: left;
	width: 25%
}

.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%
}

.nk-isotope.nk-isotope-1-cols .nk-isotope-item {
	width: 100%
}

.nk-isotope.nk-isotope-1-cols .nk-isotope-item.nk-isotope-item-x2,
.nk-isotope.nk-isotope-1-cols .nk-isotope-item.nk-isotope-item-x3 {
	width: 100%
}

.nk-isotope.nk-isotope-wide .nk-isotope-item {
	width: 100%
}

@media (max-width:1199px) {
	.nk-isotope .nk-isotope-item,
	.nk-isotope.nk-isotope-3-cols .nk-isotope-item {
		width: 33.3334%
	}
	.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 {
		width: 100%
	}
}

@media (max-width:991px) {
	.nk-isotope .nk-isotope-item,
	.nk-isotope.nk-isotope-2-cols .nk-isotope-item,
	.nk-isotope.nk-isotope-3-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-2-cols .nk-isotope-item.nk-isotope-item-x2,
	.nk-isotope.nk-isotope-2-cols .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 {
		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-2-cols .nk-isotope-item,
	.nk-isotope.nk-isotope-3-cols .nk-isotope-item {
		width: 100%
	}
}

.nk-isotope-filter {
	display: none;
	padding: 0;
	margin-right: -17px;
	margin-bottom: 30px;
	margin-left: -17px;
	text-align: center;
	list-style: none
}

.nk-isotope-filter.nk-isotope-filter-active {
	display: block
}

.nk-isotope-filter>li {
	display: inline-block;
	padding: 5px 17px;
	font-size: .82rem;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .5s color;
	-o-transition: .5s color;
	transition: .5s color
}

.nk-isotope-filter>li.active,
.nk-isotope-filter>li:hover {
	color: #000
}

.nk-pagination+.nk-isotope-filter,
.nk-pagination+div>.nk-isotope-filter {
	margin-top: -23px
}

.nk-pagination.nk-isotope-filter-active a {
	opacity: .3
}

.nk-fullpage-portfolio {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.nk-fullpage-portfolio .nk-fullpage-item {
	display: none
}

.nk-fullpage-portfolio .nk-fullpage-bg-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0
}

.nk-fullpage-portfolio .nk-fullpage-view-button {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%
}

.nk-fullpage-portfolio .nk-fullpage-content {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.nk-fullpage-portfolio .nk-fullpage-item-category {
	margin-bottom: 10px;
	font-size: .848rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase
}

.nk-fullpage-portfolio .nk-fullpage-item-category a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .5s color;
	-o-transition: .5s color;
	transition: .5s color
}

.nk-fullpage-portfolio .nk-fullpage-item-category a:hover {
	color: #171717
}

.nk-fullpage-portfolio .nk-fullpage-title a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-fullpage-portfolio .nk-fullpage-title a:hover {
	opacity: .6
}

.nk-fullpage-nav {
	position: fixed;
	top: 50%;
	right: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s visibility, .3s opacity, .3s transform;
	-o-transition: .3s visibility, .3s opacity, .3s transform;
	transition: .3s visibility, .3s opacity, .3s transform;
	-webkit-transform: translateY(-50%) translateX(100%);
	-ms-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
	z-index: 2
}

.nk-fullpage-nav.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0)
}

.nk-fullpage-nav>li {
	position: relative;
	width: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #171717;
	text-transform: uppercase;
	cursor: pointer
}

.nk-fullpage-nav>li::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 110%;
	width: 100px;
	height: 1px;
	background-color: #171717;
	-webkit-transition: .5s transform;
	-o-transition: .5s transform;
	transition: .5s transform;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.nk-fullpage-nav>li.active::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.nk-fullpage-number {
	position: fixed;
	display: block;
	right: 50px;
	bottom: 50px;
	font-family: "Playfair Display", serif;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
	color: #c8c8c8;
	z-index: 1
}

.nk-portfolio-list .nk-portfolio-item {
	position: relative;
	overflow: hidden
}

.nk-portfolio-list .nk-portfolio-item a.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 80.34%;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover
}

.nk-portfolio-list .nk-portfolio-item a.nk-portfolio-item-image img,
.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image img {
	display: none
}

.nk-portfolio-list .nk-portfolio-item img.nk-portfolio-item-image {
	width: 100%
}

.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: cover
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xxs a.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xxs div.nk-portfolio-item-image {
	padding-bottom: 40%
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xs a.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xs div.nk-portfolio-item-image {
	padding-bottom: 50%
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-sm a.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-sm div.nk-portfolio-item-image {
	padding-bottom: 67%
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-square a.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-square div.nk-portfolio-item-image {
	padding-bottom: 100%
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-lg a.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-lg div.nk-portfolio-item-image {
	padding-top: 30px;
	padding-bottom: 134%
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-lg-0 a.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-lg-0 div.nk-portfolio-item-image {
	padding-bottom: 134%
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xl a.nk-portfolio-item-image,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-xl div.nk-portfolio-item-image {
	padding-bottom: 200%
}

.nk-portfolio-list .nk-portfolio-item .nk-portfolio-item-link {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

.nk-portfolio-list .nk-portfolio-item .portfolio-item-title {
	margin-bottom: 1.2rem;
	color: inherit
}

.nk-portfolio-list .nk-portfolio-item .portfolio-item-category {
	font-size: .95rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase
}

.nk-portfolio-list .nk-portfolio-item .portfolio-item-icon {
	font-size: 3rem
}

.nk-portfolio-list .nk-portfolio-item .portfolio-item-icon>span {
	display: block
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, .85);
	opacity: 0;
	-webkit-transition: .5s opacity, .5s background-color;
	-o-transition: .5s opacity, .5s background-color;
	transition: .5s opacity, .5s background-color
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info>div,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info>div {
	width: 100%
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info.nk-portfolio-item-info-center,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info.nk-portfolio-item-info-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info.nk-portfolio-item-info-bottom,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info.nk-portfolio-item-info-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .nk-portfolio-item-info {
	opacity: 1
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-info {
	background-color: rgba(0, 0, 0, .6)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover:hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover:hover .nk-portfolio-item-info {
	background-color: rgba(0, 0, 0, .85)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .portfolio-item-title {
	opacity: 0;
	-webkit-transition: .4s transform .2s, .4s opacity .2s;
	-o-transition: .4s transform .2s, .4s opacity .2s;
	transition: .4s transform .2s, .4s opacity .2s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .portfolio-item-category,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .portfolio-item-category {
	opacity: 0;
	-webkit-transition: .4s transform .3s, .4s opacity .3s;
	-o-transition: .4s transform .3s, .4s opacity .3s;
	transition: .4s transform .3s, .4s opacity .3s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .portfolio-item-category,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1.hover .portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .portfolio-item-category,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1:hover .portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .portfolio-item-category,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .portfolio-item-title,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .portfolio-item-category,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2:hover .portfolio-item-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info {
	color: #000;
	background-color: rgba(255, 255, 255, .85)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover .nk-portfolio-item-info {
	background-color: rgba(255, 255, 255, .6)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2.hover:hover .nk-portfolio-item-info {
	background-color: rgba(255, 255, 255, .85)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 25px 50px;
	color: #000;
	background-color: #fff;
	-webkit-transition: .4s transform;
	-o-transition: .4s transform;
	transition: .4s transform;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .nk-portfolio-item-info>div {
	width: 100%
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3.hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3:hover .nk-portfolio-item-info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-3 .portfolio-item-title {
	margin-bottom: .85rem
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-info {
	padding: 21px 0;
	color: #000
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-info,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .portfolio-item-title {
	margin-bottom: .85rem
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4 .nk-portfolio-item-image>div {
	-webkit-transition: .5s transform;
	-o-transition: .5s transform;
	transition: .5s transform
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-image>div,
.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-image>div {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.nk-portfolio-single .nk-portfolio-title {
	margin-bottom: 1.9rem;
	letter-spacing: .012em
}

.nk-portfolio-single .nk-portfolio-details {
	width: 100%
}

.nk-portfolio-single .nk-portfolio-details tr td {
	width: 1%;
	padding-right: 7px
}

.nk-portfolio-single .nk-portfolio-details tr td+td {
	width: 100%;
	padding-right: 0
}

.nk-portfolio-single .nk-portfolio-details tr+tr td {
	padding-top: 5px
}

.nk-portfolio-single .nk-portfolio-details strong {
	font-weight: 500;
	color: #171717
}

.nk-portfolio-single .nk-portfolio-details a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-portfolio-single .nk-portfolio-details a:hover {
	opacity: .6
}

.nk-portfolio-single .nk-portfolio-text+.nk-portfolio-details {
	margin-top: 46px
}

.nk-portfolio-single .nk-portfolio-text p:last-of-type {
	margin-bottom: 0
}

.container-fluid .nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-images {
	margin-right: -15px;
	margin-left: -15px
}

.nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
	max-width: 540px;
	padding-top: 92px;
	padding-right: 60px;
	padding-bottom: 92px;
	padding-left: 90px
}

@media (max-width:767px) {
	.nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
		padding: 70px 40px
	}
}

@media (max-width:575px) {
	.nk-portfolio-single.nk-portfolio-single-half .nk-portfolio-info {
		padding: 50px 20px
	}
}

.nk-portfolio-images img {
	width: 100%;
	height: auto
}

.nk-portfolio-launch-site {
	padding-top: 48px;
	padding-bottom: 54px;
	font-family: "Playfair Display", serif;
	text-align: center
}

.nk-portfolio-launch-site a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-portfolio-launch-site a.hover,
.nk-portfolio-launch-site a:hover {
	opacity: .6
}

.nk-portfolio-launch-site>a {
	display: inline-block;
	font-size: 1.68rem;
	font-weight: 600;
	color: #171717
}

.nk-portfolio-launch-site>a::after {
	content: "";
	display: block;
	margin-top: -4px;
	border-bottom: 1px solid
}

.nk-portfolio-launch-site>div {
	margin-top: 24px;
	font-size: 1.05rem
}

.nk-portfolio-single-header {
	display: table;
	width: 100%;
	min-height: 570px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e8e8e8
}

.nk-portfolio-single-header>div {
	display: table-cell;
	width: 50%;
	vertical-align: middle
}

.nk-portfolio-single-header>div>.container>.row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nk-portfolio-single-header .nk-portfolio-title+.lead {
	margin-top: 24px
}

.nk-blog-isotope .nk-blog-post {
	padding: 25px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .03);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .03)
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb {
	position: relative;
	margin-top: -25px;
	margin-right: -30px;
	margin-bottom: 21px;
	margin-left: -30px
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb>a {
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-blog-isotope .nk-blog-post .nk-post-thumb>a:hover {
	opacity: .6
}

.nk-blog-isotope .nk-blog-post .nk-post-category a {
	display: inline-block;
	bottom: 9px;
	left: 10px;
	min-width: 90px;
	padding: 5.5px 15px;
	margin-top: 25px;
	margin-left: 30px;
	font-size: .8rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #252525;
	-webkit-transition: .5s background-color;
	-o-transition: .5s background-color;
	transition: .5s background-color
}

.nk-blog-isotope .nk-blog-post .nk-post-category a:hover {
	background-color: #393939
}

.nk-blog-isotope .nk-blog-post a+.nk-post-category a {
	position: absolute;
	display: block;
	margin-top: 0;
	margin-left: 0
}

.nk-blog-isotope .nk-blog-post .nk-post-date {
	font-size: .84rem;
	font-weight: 500;
	color: #171717;
	text-transform: uppercase
}

.nk-blog-isotope .nk-blog-post .nk-post-title {
	margin-bottom: 15px
}

.nk-blog-isotope .nk-blog-post .nk-post-text {
	margin-top: 12px;
	margin-bottom: 0
}

.nk-blog-isotope-2 .nk-blog-post {
	position: relative;
	text-align: center;
	background-color: #0c0c0c;
	z-index: 1
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-thumb {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: cover;
	opacity: .5;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity;
	z-index: -1
}

.nk-blog-isotope-2 .nk-blog-post.hover .nk-post-thumb,
.nk-blog-isotope-2 .nk-blog-post:hover .nk-post-thumb {
	opacity: .2
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-content {
	display: table;
	width: 100%;
	min-height: 400px;
	padding: 40px
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-content>div {
	display: table-cell;
	vertical-align: middle
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-date {
	margin-bottom: 17px;
	font-size: .84rem;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-title {
	margin-bottom: 19px;
	color: #fff
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-more {
	position: relative;
	display: inline-block;
	font-size: .97rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-more::after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1px;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	border-bottom: 1px solid;
	-webkit-transition: .5s transform, .5s width;
	-o-transition: .5s transform, .5s width;
	transition: .5s transform, .5s width
}

.nk-blog-isotope-2 .nk-blog-post .nk-post-more.hover::after,
.nk-blog-isotope-2 .nk-blog-post .nk-post-more:hover::after {
	width: 30px;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px)
}

.nk-blog-post-single h1 {
	margin-top: 8px
}

.nk-blog-post-single .nk-post-category,
.nk-blog-post-single .nk-post-comments-count,
.nk-blog-post-single .nk-post-date {
	font-size: .84rem;
	font-weight: 500;
	color: #171717;
	text-transform: uppercase
}

.nk-blog-post-single .nk-post-category a,
.nk-blog-post-single .nk-post-comments-count a,
.nk-blog-post-single .nk-post-date a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-blog-post-single .nk-post-category a:hover,
.nk-blog-post-single .nk-post-comments-count a:hover,
.nk-blog-post-single .nk-post-date a:hover {
	opacity: .6
}

.nk-blog-post-single .nk-post-meta {
	margin-right: -22px;
	margin-left: -22px
}

.nk-blog-post-single .nk-post-meta>div {
	display: inline-block;
	margin: 0 22px
}

.nk-blog-post-single .nk-post-text {
	color: #4b4b4b
}

.nk-blog-post-single .nk-post-share {
	margin-bottom: -6px;
	color: #171717
}

.nk-blog-post-single .nk-post-share strong {
	margin-right: 5px;
	font-weight: 500
}

.nk-blog-post-single .nk-post-share a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-blog-post-single .nk-post-share a:hover {
	opacity: .6
}

.nk-post-title>a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity
}

.nk-post-title>a.hover,
.nk-post-title>a:hover {
	opacity: .6
}

.nk-post-text {
	margin: 25px 0
}

.nk-post-text::after,
.nk-post-text::before {
	content: "";
	display: table;
	clear: both
}

.nk-post-text .pull-left,
.nk-post-text .pull-right {
	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-comments {
	background-color: #fff
}

.nk-comments h3:first-of-type {
	margin-top: -6px
}

.nk-comments .nk-comment {
	margin-top: -5px
}

.nk-comments .nk-comment::after,
.nk-comments .nk-comment::before {
	content: "";
	display: table;
	clear: both
}

.nk-comments .nk-comment .nk-comment {
	margin-left: 100px
}

.nk-comments .nk-comment .nk-comment,
.nk-comments .nk-comment+.nk-comment {
	padding-top: 19px;
	clear: both
}

.nk-comments .nk-comment .nk-comment-avatar {
	position: relative;
	float: left;
	margin-top: 7px;
	margin-right: 30px;
	z-index: 1
}

.nk-comments .nk-comment .nk-comment-avatar img {
	width: 100px;
	height: auto;
	border-radius: 50px;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-comments .nk-comment .nk-comment-avatar a.hover img,
.nk-comments .nk-comment .nk-comment-avatar a:hover img {
	opacity: .6
}

.nk-comments .nk-comment .nk-comment-meta {
	position: relative;
	padding-bottom: 38px;
	margin-right: -22px;
	margin-bottom: 3px;
	margin-left: -22px
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-date,
.nk-comments .nk-comment .nk-comment-meta .nk-comment-name,
.nk-comments .nk-comment .nk-comment-meta .nk-comment-reply {
	margin-right: 22px;
	margin-left: 22px;
	font-weight: 500;
	color: #171717
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-date a,
.nk-comments .nk-comment .nk-comment-meta .nk-comment-name a,
.nk-comments .nk-comment .nk-comment-meta .nk-comment-reply a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-date a:hover,
.nk-comments .nk-comment .nk-comment-meta .nk-comment-name a:hover,
.nk-comments .nk-comment .nk-comment-meta .nk-comment-reply a:hover {
	opacity: .6
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-name {
	float: left;
	margin-left: 0
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-date,
.nk-comments .nk-comment .nk-comment-meta .nk-comment-reply {
	float: right;
	font-size: .84rem;
	text-transform: uppercase
}

.nk-comments .nk-comment .nk-comment-text {
	margin-left: 130px;
	color: #4b4b4b
}

@media (max-width:1199px) {
	.nk-comments .nk-comment .nk-comment {
		margin-left: 50px
	}
	.nk-comments .nk-comment .nk-comment-meta {
		padding-bottom: 20px;
		margin-bottom: 15px
	}
	.nk-comments .nk-comment .nk-comment-avatar {
		margin-right: 20px
	}
	.nk-comments .nk-comment .nk-comment-avatar img {
		width: 50px;
		border-radius: 25px
	}
	.nk-comments .nk-comment .nk-comment-text {
		margin-left: 70px
	}
}

@media (max-width:767px) {
	.nk-comments .nk-comment .nk-comment {
		margin-left: 20px
	}
	.nk-comments .nk-comment .nk-comment-avatar {
		margin-top: 0
	}
	.nk-comments .nk-comment .nk-comment-meta {
		padding-top: 13px;
		padding-bottom: 0
	}
	.nk-comments .nk-comment .nk-comment-text {
		padding-top: 15px;
		margin-left: 0;
		clear: both
	}
}

.nk-reply h3:first-of-type {
	margin-top: -6px
}

.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.nano .nano-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
	overflow-x: hidden;
	outline: 0
}

.nano .nano-content::-webkit-scrollbar {
	display: none
}

.nano>.nano-pane {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 6px;
	background: rgba(0, 0, 0, .4);
	opacity: .01;
	-webkit-transition: .2s opacity;
	-o-transition: .2s opacity;
	transition: .2s opacity;
	will-change: opacity
}

.nano>.nano-pane>.nano-slider {
	position: relative;
	margin: 0 1px;
	background: #fff;
	opacity: .5
}

.nano>.nano-pane:hover>.nano-slider {
	opacity: .6
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
	display: block
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
	opacity: .99
}




/*
* The function calc is working wrong in case calculations in the Firefox
*/

.photobox{
  display: inline-block;
}

.photobox__previewbox{
    height: 450px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 5px;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.35);
}

.photobox__preview{
  display: block;
  min-width: 100%;
}

.photobox__previewbox:before{
  content: "";
}

/* type 1 */

.photobox_type1 .photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;
  border-radius: 50%;
  
  position: absolute;
  top: 0;
  left: 0;

  background-color: var(--photoboxOverlay, rgba(45, 93, 15, 0.3));
  transition: transform calc(var(--photoboxAnimationDuration, .4s) / 2) ease calc(var(--photoboxAnimationDuration, .2s) / 2);
  will-change: transform;
  transform: scale(0);
}

.photobox_type1:hover .photobox__previewbox:before{
  transform: scale(2);
  transition-duration: var(--photoboxAnimationDuration, .4s);
  transition-delay: 0s;
  --photoboxOverlay: rgba(45, 93, 15, 0.7);
}

.photobox_type1 .photobox__label{
  width: 50%;
  transform: translate(-200%, -50%);
  transition: transform var(--photoboxAnimationDuration, .4s) ease-out;
  will-change: transform;
  
  position: absolute;
  top: 50%;
  left: 15%;
}

.photobox_type1:hover .photobox__label{
  transition-duration: var(--photoboxAnimationDuration, .4s);
  transform: translate(0, -50%);
}

/* type 2*/

.photobox_type2 .photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;
  
  border-radius: 50%;
  background-color: var(--photoboxOverlay, rgba(220, 21, 41, 0.3));
  
  position: absolute;
  top: 0;
  right: 0;

  transition: transform var(--photoboxAnimationDuration, .2s) ease calc(var(--photoboxAnimationDuration, .2s) / 2);
  will-change: transform;
  transform: scale(0);
}

.photobox_type2:hover .photobox__previewbox:before{
  transform: scale(2);
  transition-duration: var(--photoboxAnimationDuration, .4s);
  transition-delay: 0s;
  --photoboxOverlay: rgba(220, 21, 41, 0.7);
}

.photobox_type2 .photobox__label{
  width: 50%;
  text-align: right;
  
  transform: translate(200%, -50%);
  transition: transform var(--photoboxAnimationDuration, .4s) ease-out;
  will-change: transform;
  
  position: absolute;
  top: 50%;
  right: 15%;
}

.photobox_type2:hover .photobox__label{
  transition-duration: var(--photoboxAnimationDuration, .4s);
  transform: translate(0, -50%);
}

.photobox{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  width: 100%;
  
  /*--photoboxAnimationDuration: .5s;*/
}

img.box-primar {
	width: 100%;
    object-fit: cover;
    height: 450px;
}

.padd-bott {
	padding-bottom: 10px;
}


#search52{
    background: url(data:image/png;base64,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) no-repeat 16px 12px #25480e;
    border: 0 none;
    font: 17px 'Caveat', cursive;
    color: #6a6f75 !important;
    width: 150px;
    padding: 6px 15px 6px 35px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 3px rgba(0,0,0,0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
}
#search52:focus {
    background: url(data:image/png;base64,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) no-repeat 16px 12px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 0px 0px rgba(0,0,0,0.1);
    outline: 0;
}

#search53{
    background: url(data:image/png;base64,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) no-repeat 16px 12px #e5394e;
    border: 0 none;
    font: 17px 'Caveat', cursive;
    color: #6a6f75 !important;
    width: 150px;
    padding: 6px 15px 6px 35px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 1px 3px rgba(0,0,0,0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
}
#search53:focus {
    background: url(data:image/png;base64,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) no-repeat 16px 12px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 0px 0px rgba(0,0,0,0.1);
    outline: 0;
}
input[type="text"]#search52::-webkit-input-placeholder {
  color: white;
}
input[type="text"]#search53::-webkit-input-placeholder {
  color: white;
}
.byline p{
  text-align:center;
  color:#c6c6c6;
  font: bold 18px Arial, Helvetica, Sans-serif;
  text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.byline p a{
  color:#000;
  text-decoration:none;
}
.title-box {
	color: white;
    font-weight: 500;
    font-family: 'Caveat', cursive;
    font-size: 38px;
    margin: 0;
}


#site-footer {
	padding: 25px 0;
	font-size: 85%;
	background-color: #2A2A2A;
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
}

/*#site-content {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('http://dummyimage.com/3000x3000/D1D1D1/2A2A2A.png?text=Scroll+Down');
}*/

#site-footer {
	min-height: 20vw;
	background-size: cover;
	background-position: center;
	/*background-image: url('http://dummyimage.com/1500x1500/2A2A2A/FFF.png?text=Footer+Area+(Resize+Me)');*/
}
#first-cont {
    background-color: #f6f6f6 !important;
    z-index: 10000;
}

.ag-container-shops {
  /*padding: 60px 0;*/

  overflow: hidden;
}
.ag-card-bg {
  height: 100%;
  width: 200%;
  background-position: 50%;
  background-size: cover;
  
  position: absolute;
  top: 0;
  left: -50%;
  
  -webkit-transition: height .6s;
  -moz-transition: height .6s;
  -o-transition: height .6s;
  transition: height .6s;
}
.ag-shop-card_box-wrap {
  padding: 15px;
}
.ag-shop-card_box {
  background-color: #FFF;
  
  overflow: hidden;
  
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
  -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.ag-shop-card_body {
  display: block;
  height: 250px;
  width: 300px;
  background-position: 50%;
  background-size: cover;
  
  overflow: hidden;

  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  
  position: relative;
}
.ag-shop-card-body_link {
  height: 150px;
    width: 150px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
}
.ag-shop-card-body_img {
  max-width: 100%;
}
.ag-shop-card_footer {
  padding: 12px 20px;
  border: 0;
  background-color: #FFF;

  position: relative;
}
.ag-shop-card-footer_title {
	display: block;
    line-height: 1.8;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 18px;
}
.ag-shop-card-footer_products {
	display: block;
    font-weight: 600;
    line-height: 1.3;
    font-size: 15px;
}
.ag-shop-card-footer_link {
 display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: rgb(220, 21, 41);
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ag-shop-card-footer_arrow {
  max-width: 16px;
}


@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}

.title-box.points {
	position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
.points-box {
	height: 350px !important
}

.prs_slider_upcom_heading_img_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
#second-cont {
    box-shadow: 0px 13px 9px -3px black;
    background: #f6f6f6;
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.full-w {
	background: transparent;
    width: 100% !important;
    padding: 0 !important;
}
.white {
	font-size: 20px;
	color: white !important;
	font-family: 'Caveat', cursive;
}

.logo-white {
	padding: 35px 0 0 !important;
}
.logo-white > img {
	min-width: 375px !important;
    margin: 0 auto;
}
ul.nk-nav.logo-white > li > a {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.white-social {
	color: white !important;
    font-size: 26px !important;
    margin: 0 10px;
}


i, .fa {
  font-size: 56px;
  min-height: 100px;
  min-width: 100px;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
}

.cart-total {
	position: relative;
    font-weight: bold;
    top: -95px;
    left: 10px;
    font-size: 12px;
    min-width: 15px;
    min-height: 15px;
    font-family: 'Caveat', cursive;
    border-radius: 100%;
    padding: 5px;
    display: inline-block;
}

.cart-icon3 {
    box-shadow: 0px 0px 16px 1px #00000063;
    background: whitesmoke;
    color: #000000;
    border: 5px outset #6b8f40;
    padding: 18px;
    border-radius: 50%;
    min-width: 75px;
    min-height: 75px;
}

.cart-total-3 {
	background: #f6f6f6;
    border: 4px inset #6b8f40;
    border-bottom-left-radius: 10px;
    color: black
}

.cart {
	max-width: 80px;
	max-height: 80px;
    margin: 0;
    padding: 0;
    z-index: 10;
    position: fixed;
    top: 55%;
    text-align: right;
    right: 10px;
    cursor: pointer
}
.user {
	max-width: 80px;
	margin:0;
	padding: 0;
    z-index: 10;
    position: fixed;
    top: 40%;
    text-align: right;
    right: 10px;
}

body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: whitesmoke;
}
body::-webkit-scrollbar{
	width: 9px;
	background-color: whitesmoke;
}

body::-webkit-scrollbar-thumb{
	background-color: #2A2A2A;
	border-radius: 8px
}


/*modal*/

#age-verify {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 500ms;
  transition: 500ms;
}
#age-verify .window {
	position: absolute;
    background-position: center;
    text-align: center;
    background-size: cover;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 324px;
    overflow: hidden;
    padding: 80px 40px;
    margin-left: -200px;
    margin-top: -125px;
    background-image: url('../images/leaf.jpg');
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
    -webkit-transition: 500ms;
    transition: 500ms;
    z-index: 100;
}
#age-verify .window span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Caveat', cursive;
}
#age-verify .window span.title {
  color: #2d5d0f;
  font-size: 24px;
  font-family: 'Caveat', cursive;

}
#age-verify .window button {
  border: 2px solid #25480e;
    border-radius: 50px;
    margin: 0;
    padding: 0;
    width: 48%;
    height: 45px;
    color: #25480e;
    font-size: 16px;
    background-color: #ffffff;
    margin-top: 20px;
    font-family: 'Caveat', cursive;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s;
    transition: .2s;
}
#age-verify .window button.back {
  display: block;
  float: none;
  margin: auto;
  background-color: #fff;
  color: #25480e !important;
  margin-top: 20px;
}
#age-verify .window button.yes {
  float: left;
}
#age-verify .window button.no {
  float: right;
}
#age-verify .window button:hover {
  
    color: white !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background-color: #25480e;
}
#age-verify .window .underBox {
  position: absolute;
    width: 400px;
    height: 325px;
    padding: 90px 40px;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #dc1529;
    -webkit-transition: 500ms;
    transition: 500ms;
    box-sizing: border-box;
}
#age-verify .window .underBox * {
  color: #FFF !important;
}
#age-verify.hidden {
  opacity: 0 !important;
  visibility: hidden;
}
#age-verify.hidden .window {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#age-verify.under .window .underBox {
  top: 0%;
}

/*search*/
 .searchbox{
	position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .searchbox input:focus {
    outline: none; /*by default,input shows an outline on focus */
  }
  .searchbox input{
	font-family: 'Caveat', cursive;
   z-index: 0;
    width: 65%;
    height: 40px;
    background: #f6f6f6;
    border-radius: 25px;
    border: 2px solid #f1f3f4;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.22), -8px -8px 16px rgb(255, 255, 255);
	}
  form.search-form{
    display:inline-block;
	width: 100%;
  }
#closeid{
  display: none;
}
 .fa-search{
	position: relative;
    color: #8e99a4;
    right: 63%;
 }
 .close{
 	position: relative;
    right: 20%;
    color: #8e99a4;
    opacity: 1;
    margin-top: 5px;
    font-size: 1rem;
 }
 .search{
  color:#8e99a4;
  font-weight: 400; 
  padding-left: 50px;
  font-size: 18px;
  z-index: 3;
  
 }
 .fa-times{
     position: absolute;
  top:30%;
  right:5%;  
 }
.bg-smoke {
 	background-color: #f6f6f6;
 	padding: 40px 0 0
  }

 /*cards shop*/
 .card {
 	border: none;
  margin: 30px auto;
    border-radius: 20px;
    box-shadow: 0px 0px 32px 3px rgba(0,0,0,0.25), 0px 0px 0px 0px rgba(0,0,0,0.22);
    cursor: pointer;
    transition: 0.4s;
    height: 250px ;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 8px;
}

.card .card_image img {
  width: 100%;
  height: inherit;
  border-radius: 20px;
  object-fit: cover;
}

.card .card_title {
 	position: absolute;
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: 'Caveat', cursive;
    font-weight: bold;
    font-size: 28px;
    top: 50%;
    left: 0;
    right: 0;
}

.card:hover {
	border: none;
  	transform: scale(0.9, 0.9);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25), 0px 2px 15px 11px rgba(0,0,0,0.22);
}

.title-white {
  color: white;
}
.filter {
	filter: grayscale(1);
}
.one {
	margin:0 !important;
}

.ds-flex {
	display: flex !important;
}

/*load more shop*/
.load-more {
    display:none;
	min-width: 18.2%;
	border: 2px solid #f1f3f4;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.22), -8px -8px 16px rgb(255, 255, 255);
    /*box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.35);
    border: 6px outset rgb(45, 93, 15);*/
    padding: 20px 10px;
    border-radius: 20px;
    margin: 15px 9px;
}


#loadMore {
	    border: 2px solid #25480e;
    border-radius: 50px;
    margin: 0;
    padding: 10px 440px;
    min-width: 100%;
    height: 45px;
    color: #25480e;
    font-size: 18px;
    background-color: #f6f6f6;
    margin-top: 20px;
    font-family: 'Caveat', cursive;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.35);
}
#loadMore:hover {
    color: white !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background-color: #25480e;

}

/*swiper*/
.ag-slide-block {
  /*background-color: #f7f3f2;*/

  overflow: hidden;
}
.ag-slide_item {
  /*padding: 90px 0;*/

  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.ag-slide_img {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;

  opacity: 0.5;

  -webkit-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.ag-slide_info {
  width: 100%;
  margin: 0 auto;
  padding: 10px 8px 5px;
  background-color: #FFF;

  opacity: 0.8;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.ag-slide-info_descr {
  float: left;
}
.ag-slide-info_category {
  font-size: 8px;
  display: block;
  color: #959494;
  padding-bottom: 5px;
}
.ag-slide-info_title {
  line-height: 10px;
  width: 150px;
  padding-bottom: 5px;

  font-weight: 800;
  font-size: 10px;
  color: #262626;

  will-change: transform;
}
.ag-slide-info_route {
  display: block;
  line-height: 10px;

  font-size: 8px;
  color: #959494;
}
.ag-slide-info_img {
  display: inline-block;
  width: 10px;
  height: 10px;

  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
}
.ag-slide-info_rate {
  float: right;
  height: 40px;
  width: 40px;
  border: 1px solid #e4d7d9;

  text-align: center;

  will-change: transform;

  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.ag-slide-info_strong {
  display: block;

  font-weight: normal;
  color: #fc3b62;
}
.ag-slide-info_comments {
  letter-spacing: -0.01em;
  font-size: 6px;
}


.ag-slide-block .swiper-container {
  padding-top: 13px;
}
.ag-slide-block .swiper-slide {
	background: url(../images/smokebg.jpg);
    min-width: 200px;
    max-height: 120px;
    border-radius: 20px;
    margin: 50px 0px 50px;
    box-shadow: 5px 4px 9px 2px rgba(0,0,0,0.22);
  padding-left: 15px;
  padding-right: 15px;

  z-index: 1;

  will-change: transform;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ag-slide-block .swiper-slide-active {
	background: url(../images/smokebg.jpg);
	background-position: center;
    background-size: cover;
    min-width: 200px;
    max-height: 120px;
    border-radius: 20px;
    margin: 50px 0 20px;
	box-shadow: 5px 4px 9px 2px rgba(0,0,0,0.22);
  opacity: 1;

  z-index: 2;

  will-change: transform;

  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);

  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.ag-slide-block .swiper-slide-active .ag-slide_img {
	max-width: 150px !important;
    position: relative;
    transform: translate(70px, -40px);
  opacity: 1;

  will-change: transform;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.swiper-slide-active .ag-slide_info {
  opacity: 1;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

@media (max-width: 1220px) {
  .ag-slide-info_title {
    width: 130px;
  }
}

@media (max-width: 960px) {
  .ag-slide-block .swiper-container {
    max-width: 960px;
    width: 100%;
    margin-top: -22px;
    padding-top: 0;
  }
  .ag-slide-info_title {
    width: 115px;
  }
  .ag-slide-info_rate {
    height: 37px;
    width: 37px;
  }
}

@media (max-width: 600px) {
  .ag-slide-info_title {
    width: 95px;

    font-size: 8px;
  }
  .ag-slide-info_category {
    font-size: 6px;
  }
  .ag-slide-info_route {
    font-size: 6px;
  }
  .ag-slide-info_img {
    width: 7px;
    height: 7px;
  }
  .ag-slide-info_strong {
    font-size: 14px;
  }
  .ag-slide-info_comments {
    letter-spacing: 0;
    font-size: 5px;
  }
}

@media (max-width: 560px) {
  .ag-slide-info_title {
    width: 130px;
  }
}

@media (max-width: 470px) {
  .ag-slide-info_title {
    width: 115px;
  }
}

@media (max-width: 400px) {
  .ag-slide_img {
    width: 70%;
  }
  .ag-slide_info {
    width: 70%;
  }
  .ag-slide-info_title {
    width: 130px;
  }
  .ag-slide-info_img {
    width: 10px;
  }

  .ag-slide-block .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
}
ul.swiper-wrapper.ag-slide_list {
	list-style: none;
}
.ag-slide-block .swiper-slide-active .cat-name {
	opacity: 1;
	position: absolute;
    top: 50%;
    font-family: 'Caveat', cursive;
    font-weight: bold;
    font-size: 16px;
	color: #f6f6f6;
    text-shadow: 5px 8px 8px #444444;
 }
 span.cat-name {
    opacity: 0;
}

.green {
	color: #2d5d0f;
}
.smoke:hover a{
	color: #2d5d0f;
}
.smoke-bg {
	background: #2d5d0f !important;
}

a.smoke-whish {
    position: absolute;
    top: -8%;
    right: -20px;
    z-index: 10;
    border: 2px solid #2d5d0f;
    border-radius: 50%;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: #040801;
    display: inline-block;
    height: 35px;
    background: whitesmoke;
    line-height: 35px;
    text-align: center;
    vertical-align: top;
    width: 35px;
}
.smokefa {
	font-size: 14px
}
a:hover > .smokefa {
	color:#2d5d0f;
}
.smoke-view {
	border: 1px solid #2d5d0f !important;
    color: #2d5d0f !important;
}
.smoke-view:hover {
	background: #2d5d0f !important;
    color: white !important;
}

/*shopping cart */
.shopping-cart {
	top: 13% !important;
  --stroke: #242836;
  --stroke-light: #3F4656;
  --background: #FFF;
  --inner: #EEF4FF;
  --count-background: #275EFE;
  position: relative;
  zoom: 2;
}
.shopping-cart .bag {
/*  -webkit-perspective: 64px;
          perspective: 64px;*/
  position: relative;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.shopping-cart .bag .front,
.shopping-cart .bag .back,
.shopping-cart .bag .inner {
  --x: 0;
  --y: 0;
  --z: 0;
  --r: 24deg;
  --s: 1;
  --sx: 1;
  width: 25px;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .5s ease, -webkit-clip-path .7s ease;
  transition: -webkit-transform .5s ease, -webkit-clip-path .7s ease;
  transition: transform .5s ease, clip-path .7s ease;
  transition: transform .5s ease, clip-path .7s ease, -webkit-transform .5s ease, -webkit-clip-path .7s ease;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  border-radius: 2px;
  -webkit-transform: translate3d(var(--x), var(--y), var(--z)) rotateX(var(--r)) scaleY(var(--s)) scaleX(var(--sx));
          transform: translate3d(var(--x), var(--y), var(--z)) rotateX(var(--r)) scaleY(var(--s)) scaleX(var(--sx));
}
.shopping-cart .bag .front,
.shopping-cart .bag .back {
  background: #efefef;
  border: 1px solid var(--stroke);
}
.shopping-cart .bag .front:before,
.shopping-cart .bag .inner:before {
  content: '';
  position: absolute;
}
.shopping-cart .bag .front {
	    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;

  --z: 1px;
  z-index: 3;
  height: 25px;
}
.shopping-cart .bag .front:before {
  height: 2px;
  border-radius: 1px;
  bottom: 4px;
  left: 5px;
  right: 5px;
  background: var(--stroke-light);
}
.shopping-cart .bag .front canvas {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
}
.shopping-cart .bag .back,
.shopping-cart .bag .inner {
  position: absolute;
  top: 0;
}
.shopping-cart .bag .back {
	    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;

  --r: 0deg;
  --y: 4px;
  --sx: .73;
  --s: .8;
  --z: -20px;
  height: 10px;
  left: 0;
}
a.minus {
	left: 90% !important;
}
a.plus {
    left: 10% !important;
}
.shopping-cart .bag .inner {
	--x: -5%;
  --y: -105%;
  --r: -130deg;
  --offset: 10px;
  height: 22px;
  left: 50%;
  background: var(--stroke);
  -webkit-clip-path: polygon(8px 0, 24px 0, calc(32px - var(--offset)) 8px, 33px 22px, 0 23px, var(--offset) 8px);
          clip-path: polygon(6px 0, 26px 0, calc(32px - var(--offset)) 8px, 33px 22px, 0 23px, var(--offset) 8px);
}
.shopping-cart .bag .inner:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inner);
  -webkit-clip-path: polygon(6px 0, 26px 0, calc(32px - var(--offset)) 8px, 32px 22px, 0 22px, var(--offset) 8px);
          clip-path: polygon(6px 0, 26px 0, calc(32px - var(--offset)) 8px, 32px 22px, 0 22px, var(--offset) 8px);
  -webkit-transform: scale(0.76);
          transform: scale(0.76);
  -webkit-transition: -webkit-clip-path .7s ease;
  transition: -webkit-clip-path .7s ease;
  transition: clip-path .7s ease;
  transition: clip-path .7s ease, -webkit-clip-path .7s ease;
}
.shopping-cart .count {
      --o: 1;
       z-index: 100;
    top: 60% !important;
    left: 50% !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: .5em;
  text-align: center;
  font-weight: 600;
  border-radius: 50%;
  background: #2d5d0f;
  color: #fff;
  top: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
  opacity: var(--o);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.shopping-cart .count div span {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.shopping-cart .count div span.before, .shopping-cart .count div span.after {
  left: 0;
  position: absolute;
}
.shopping-cart .count div span.before {
  bottom: 100%;
}
.shopping-cart .count div span.after {
  top: 100%;
}
.shopping-cart .count.moveUp div {
  -webkit-animation: moveUp .3s linear forwards;
          animation: moveUp .3s linear forwards;
}
.shopping-cart .count.moveDown div {
  -webkit-animation: moveDown .3s linear forwards;
          animation: moveDown .3s linear forwards;
}
.shopping-cart:not(.open) .bag .inner {
  -webkit-transition-delay: .01s;
          transition-delay: .01s;
}
.shopping-cart.open .bag .front {
  --r: -20deg;
  --s: .65;
}
.shopping-cart.open .bag .inner {
  --r: -64deg;
  --offset: 7px;
}
.shopping-cart.open .bag .back {
  --z: 8px;
}
.shopping-cart.open.bounce .bag {
  -webkit-animation: bounce .3s linear;
          animation: bounce .3s linear;
}
.shopping-cart.counted .count {
  --o: 1;
}

@-webkit-keyframes bounce {
  36% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
}

@keyframes bounce {
  36% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes moveDown {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes moveDown {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.plus,
.minus {
  --border: #383838;
  --icon: #383838;
  --x: -120px;
  --s: 1;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  position: absolute;
  left: 50%;
  top: 83%;
  border-radius: 50%;
  border: 1px solid #383838;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translate(var(--x), -50%) scale(var(--s));
          transform: translate(var(--x), -50%) scale(var(--s));
}
.plus:before, .plus:after,
.minus:before,
.minus:after {
  --r: 0deg;
  content: '';
  width: 14px;
  height: 2px;
  border-radius: 1px;
  margin: -1px 0 0 -7px;
  left: 50%;
  top: 50%;
  position: absolute;
  background: var(--icon);
  -webkit-transform: rotate(var(--r)) scale(0.7);
          transform: rotate(var(--r)) scale(0.7);
}
.plus:active,
.minus:active {
  --s: .92;
}

.plus {
  -webkit-transform: translate(calc(var(--x) * -1), -50%) scale(var(--s));
          transform: translate(calc(var(--x) * -1), -50%) scale(var(--s));
}
.plus:after {
  --r: 90deg;
}



.more-butt {
	text-align: center;
	padding: 50px 0 70px;
}
.container.ds-flex {
    box-shadow: 0px 32px 25px 0px black;
    margin-bottom: 16px;
}

/*checkout cart*/

.daily {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.daily .daily-title {
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.04em;
  font-size: 60px;
  color: #d51e34;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (max-width: 799px) {
  .daily .daily-title {
    font-size: 40px;
  }
}

.btn {
  height: 50px;
  border-radius: 6px;
  background-color: #404145;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  padding: 0 30px;
  position: relative;
  display: flex;
  cursor: pointer;
  border: 0;
  margin-top: 15px;
}
@media screen and (max-width: 511px) {
  .btn {
    margin-top: 5px;
  }
}
.btn span {
  z-index: 1;
  display: block;
}
.btn:after {
  content: "";
  position: absolute;
  height: 3px;
  width: calc(100% - 6px);
  border-radius: 4px;
  background-color: #1c1c1e;
  bottom: 3px;
  left: 3px;
  transition: all 0.4s ease;
  opacity: 0.8;
}
.btn:hover:after {
  height: calc(100% - 6px);
}
.btn:focus {
  outline: 0;
}

/*.modal {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  overflow-x: hidden;
  display: none;
  transition: all 0.4s 0.2s ease;
  z-index: 2;
  opacity: 0;
}*/
.modal.open {
	background: url(../images/coc-background.jpg) no-repeat center center fixed;
    background-size: cover;
    display: none;
	overflow: hidden;
  display: grid;
  opacity: 1;
  transition: all 0.4s 0.2s ease;
}
@media screen and (max-width: 511px) {
  .modal.open {
    background: transparent;
  }
}
.modal.open .wrapper {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-content: center;
  align-items: center;
  padding: 0px 60px;
  animation: modal-in 1.6s ease both;
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 511px) {
  .modal.open .wrapper {
    padding: 0px;
  }
}
.modal.open .wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  /*background-color: #404145;*/
  grid-column-start: 6;
  grid-column-end: 100;
  top: 0;
  animation: modal-in 1.6s ease both;
  animation-delay: 0.2s;
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper:after {
    height: 48.8%;
    top: initial;
    bottom: 0;
    left: -40px;
    grid-column-start: 1;
    grid-column-end: 100;
  }
}
@media screen and (max-width: 511px) {
  .modal.open .wrapper:after {
    display: none;
  }
}
.modal.open .wrapper .container {
  background: transparent;
  width: 100%;
  height: auto;
  z-index: 2;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-template-columns: repeat(12, 1fr);
  margin: auto;
  position: relative;
	margin-left: -60px;
}
.modal.open .wrapper .container .icon-close {
 width: 35px;
    height: 35px;
    position: absolute;
    right: 6%;
    top: 7%;
    z-index: 3;
    background-image: url(../images/icon-61.svg);
    opacity: 1;
    cursor: pointer;
    transition: all 0.4s ease;
    background-color: whitesmoke;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    box-shadow: 0px 0px 18px 0px #40414573;
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper .container .icon-close {
    top: 20px;
    right: 20px;
  }
}
.modal.open .wrapper .container .icon-close:hover {
  transform: rotate(90deg);
}
.modal.open .wrapper .container .title {
	top: 15px;
    position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.modal.open .wrapper .container .left {
    grid-column-start: 1;
    grid-column-end: 6;
    box-sizing: border-box;
    animation: modal-in 1.6s ease both;
    animation-delay: 0.2s;
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper .container .left {
    border-radius: 20px 20px 0px 0px;
    grid-column-start: 1;
    grid-column-end: 13;
    padding: 60px 30px 40px 30px;
    animation-delay: 0s;
  }
}
@media screen and (max-width: 511px) {
  .modal.open .wrapper .container .left {
    border-radius: 0;
  }
}
.modal.open .wrapper .container .left .details {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper .container .left .details {
    grid-template-columns: 1fr;
  }
}
.modal.open .wrapper .container .left .details .swiper-container {
  background-color: white;
  border-radius: 14px;
  min-width: 220px;
  width: calc(100% + 40px);
  height: 290px;
  transform: translateX(-40px);
  grid-column-start: 1;
  grid-column-end: 8;
  margin-bottom: 40px;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper .container .left .details .swiper-container {
    transform: translateX(0px);
    min-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 511px) {
  .modal.open .wrapper .container .left .details .swiper-container {
    margin-bottom: 30px;
  }
}
.modal.open .wrapper .container .left .details .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.modal.open .wrapper .container .left .details .swiper-container .swiper-wrapper .swiper-slide img {
  height: 200px;
  margin-top: 30px;
}
.modal.open .wrapper .container .left .details .swiper-container .navigation {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-button-prev,
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-button-next {
  bottom: 0;
  top: initial;
  width: 24px;
  height: 24px;
  position: initial;
  margin-top: 0;
  transition: all 0.4s ease;
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-button-prev:focus,
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-button-next:focus {
  outline: 0;
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-button-prev {
  background-image: url(https://rafaelalucas91.github.io/assets/icons/gray2/icon-5.svg);
  margin-right: 15px;
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-button-prev:hover {
  transform: translateX(-10px);
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-button-next {
  background-image: url(https://rafaelalucas91.github.io/assets/icons/gray2/icon-12.svg);
  margin-left: 15px;
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-button-next:hover {
  transform: translateX(8px);
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-pagination {
  bottom: 0;
  height: 24px;
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  box-shadow: inset 0px 0px 0px 1px #a01222;
  width: 10px;
  height: 10px;
  transition: all 0.4s ease;
  margin: 8px;
}
.modal.open .wrapper .container .left .details .swiper-container .navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: inset 0px 0px 0px 5px #a01222;
}
.modal.open .wrapper .container .left .details article {
  grid-column-start: 2;
  grid-column-end: 8;
  animation: modal-in 1.6s ease both;
  animation-delay: 0.4s;
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper .container .left .details article {
    grid-column-start: 1;
  }
}
.modal.open .wrapper .container .left .details article .title {
  color: #a01222;
}
.modal.open .wrapper .container .left .details article .product {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #404145;
  margin-bottom: 10px;
}
@media screen and (max-width: 511px) {
  .modal.open .wrapper .container .left .details article .product {
    font-size: 20px;
    line-height: 24px;
  }
}
.modal.open .wrapper .container .left .details article .type {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #9c9c9c;
  margin-bottom: 20px;
}
.modal.open .wrapper .container .left .details article .quantity {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #b7b7b7;
  margin-bottom: 20px;
}
.modal.open .wrapper .container .left .details article .total {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #a01222;
  margin-bottom: 5px;
}
.modal.open .wrapper .container .left .details article .price {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #a01222;
}
@media screen and (max-width: 511px) {
  .modal.open .wrapper .container .left .details article .price {
    font-size: 28px;
    line-height: 34px;
  }
}
.modal.open .wrapper .container .right {
position: relative;
	max-width: 90%;
    top: 8%;
    grid-column-start: 6;
    grid-column-end: 13;
    height: 85%;
    border-radius: 0px 30px 30px 0px;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 40px 20px 0 0;
    box-sizing: border-box;
    overflow: hidden;
    animation: modal-in 1.6s ease both;
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper .container .right {
    grid-template-columns: 1fr;
    border-radius: 0px 0px 20px 30px;
    grid-column-start: 1;
    padding: 40px 30px 60px 30px;
  }
}
@media screen and (max-width: 511px) {
  .modal.open .wrapper .container .right {
    border-radius: 0;
  }
}
.modal.open .wrapper .container .right .form {
  width: 100%;
  grid-column-start: 2;
  grid-column-end: 12;
  animation: modal-in 1.6s ease both;
  animation-delay: 0.5s;
}
@media screen and (max-width: 799px) {
  .modal.open .wrapper .container .right .form {
    grid-column-start: 1;
    grid-column-end: 7;
  }
}
.modal.open .wrapper .container .right .form .title {
  color: #404145;
}
.modal.open .wrapper .container .right .form .double .double-input {
  display: flex;
  justify-content: space-between;
}
.modal.open .wrapper .container .right .form .double .double-input .input-wrapper {
  width: calc(50% - 20px);
}
.modal.open .wrapper .container .right .form label {
	margin-top: 10px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07em;
  color: #404145;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 5px;
}
.modal.open .wrapper .container .right .form .input-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.modal.open .wrapper .container .right .form .input-wrapper:after, .modal.open .wrapper .container .right .form .input-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #f5f5f5;
  height: 2px;
  border-radius: 2px;
  bottom: 0;
  transition: all 0.4s ease;
  right: 0;
}
.modal.open .wrapper .container .right .form .input-wrapper:after {
  width: 0;
  background-color: #9c9c9c;
}
.modal.open .wrapper .container .right .form .input-wrapper select {
  width: 100%;
  border: 0;
  height: 30px;
  background-color: transparent;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.07em;
  color: #9c9c9c;
  font-family: "Barlow", sans-serif;
  padding: 0 0 10px 5px;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://rafaelalucas91.github.io/assets/icons/gray1/icon-14.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 0px;
  background-size: 24px;
}
.modal.open .wrapper .container .right .form .input-wrapper select:focus {
  outline: 0;
}
.modal.open .wrapper .container .right .form .input-wrapper input {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.07em;
  width: 100%;
  background-color: transparent;
  border: 0;
  height: 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.07em;
  color: #9c9c9c;
  font-family: "Barlow", sans-serif;
  padding: 0 0 10px 5px;
  box-sizing: border-box;
}
.modal.open .wrapper .container .right .form .input-wrapper input:focus {
  outline: 0;
}
.modal.open .wrapper .container .right .form .input-wrapper input::placeholder {
  color: #b7b7b7;
}
.modal.open .wrapper .container .right .form .input-wrapper.active:after {
  width: 100%;
  left: 0;
}
.modal.close {
  background: transparent;
  transition: background 1s ease;
}
.modal.close .wrapper {
  animation: modal-out 1.6s ease both;
}
@keyframes modal-out {
  100% {
    transform: translateX(130%);
  }
  0% {
    transform: translateX(0%);
  }
}
@keyframes modal-in {
  0% {
    transform: translateX(130%);
  }
  100% {
    transform: translateX(0%);
  }
}




.slide-container {
  margin: auto;
  width: 600px;
  text-align: center;
}

.wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrapper:focus {
  outline: 0;
}

.clash-card {
 background: whitesmoke;
	width: 325px;
  display: inline-block;
  margin: auto;
  border-radius: 19px;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
  z-index: 9999;
}

.clash-card__image {
  position: relative;
  height: 260px;
  margin-bottom: 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.clash-card__image--barbarian {
	background-repeat: no-repeat;
	background-size: cover !important;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/barbarian-bg.jpg");
}
.clash-card__image--barbarian img {
  width: 400px;
  position: absolute;
  top: -50px;
  left: -70px;
}
.padd-lar {
	padding:0px 25px 0 !important;
}

.clash-card__image--archer {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/archer-bg.jpg");
}
.clash-card__image--archer img {
  width: 400px;
  position: absolute;
  top: -34px;
  left: -37px;
}

.clash-card__image--giant {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/giant-bg.jpg");
}
.clash-card__image--giant img {
  width: 340px;
  position: absolute;
  top: -30px;
  left: -25px;
}

.clash-card__image--goblin {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/goblin-bg.jpg");
}
.clash-card__image--goblin img {
  width: 370px;
  position: absolute;
  top: -21px;
  left: -37px;
}

.clash-card__image--wizard {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/wizard-bg.jpg");
}
.clash-card__image--wizard img {
  width: 345px;
  position: absolute;
  top: -28px;
  left: -10px;
}

.clash-card__level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.clash-card__level--barbarian {
  color: #EC9B3B;
}

.clash-card__level--archer {
  color: #EE5487;
}

.clash-card__level--giant {
  color: #F6901A;
}

.clash-card__level--goblin {
  color: #82BB30;
}

.clash-card__level--wizard {
  color: #4FACFF;
}

.clash-card__unit-name {
  font-size: 26px;
  color: black;
  font-weight: 900;
  margin-bottom: 5px;
}

.clash-card__unit-description {
  padding: 20px;
  margin-bottom: 10px;
}

.clash-card__unit-stats--barbarian {
  background: #EC9B3B;
}
.clash-card__unit-stats--barbarian .one-third {
  border-right: 1px solid #BD7C2F;
}

.clash-card__unit-stats--archer {
  background: #EE5487;
}
.clash-card__unit-stats--archer .one-third {
  border-right: 1px solid #D04976;
}

.clash-card__unit-stats--giant {
  background: #F6901A;
}
.clash-card__unit-stats--giant .one-third {
  border-right: 1px solid #de7b09;
}

.clash-card__unit-stats--goblin {
  background: #82BB30;
}
.clash-card__unit-stats--goblin .one-third {
  border-right: 1px solid #71a32a;
}

.clash-card__unit-stats--wizard {
  background: #4FACFF;
}
.clash-card__unit-stats--wizard .one-third {
  border-right: 1px solid #309eff;
}

.clash-card__unit-stats {
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.clash-card__unit-stats .one-third {
  width: 33%;
  float: left;
  padding: 20px 15px;
}
.clash-card__unit-stats sup {
  position: absolute;
  bottom: 4px;
  font-size: 45%;
  margin-left: 2px;
}
.clash-card__unit-stats .stat {
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
}
.clash-card__unit-stats .stat-value {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.clash-card__unit-stats .no-border {
  border-right: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.slick-prev {
  left: 100px;
  z-index: 999;
}

.slick-next {
  right: 100px;
  z-index: 999;
}

form .quantity {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.left {
	z-index: 1 !important
}
.slick-list.draggable {
    max-width: 70%;
    margin: 0;
    padding: 0;
    float: right;
}


.checkout-dis {
border-radius: 50%;
    position: absolute;
    top: 2% !important;
    font-size: 18px !important;
    right: 2% !important;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 50px !important;
    line-height: 50px !important;
    margin: 0;
    text-align: center;
    width: 50px !important;
    }

    .slick-track {
    	margin:25px 0 ;
    }
    .slick-prev, .slick-next {
    top: 47% !important;
    position: fixed !important
    }
    .slick-prev {
    	left: 43% !important;
    }
    .slick-next {
    	right: -15% !important;
    }
    .slick-prev:before, .slick-next:before {
    	font-size: 25px !important
    }

.qt-plus, .qt-minus {
	cursor: pointer;
    background: #f5f5f5;
    border: none;
    margin: 10px;
    font-size: 18px;
    font-weight: 300;
    height: 18%;
    box-shadow: 0px 4px 17px 1px #00000021;
    padding: 0 10px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}
.qt-minus {
    line-height: 47px;
}
/*.qt, .qt-plus, .qt-minus {
    display: block;
    float: left;
}*/
.qt {
    font-size: 19px;
    line-height: 50px;
    width: 70px;
    text-align: center;
}
.qt-plus {
    line-height: 50px;
}
.full-price {
    font-size: 20px;
    color: #2d5d0f;
    font-weight: bold;
    margin: 10px 0 0;
}


/*wizard form*/
	.form-column {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
		.full-wdth{
			width: 100%;
		}
		/*.form-column, .full-wdth {
			position: relative;
			min-height: 1px;
			padding-right: 15px;
			padding-left: 15px;
      margin-bottom: 10px;
		}*/
		.float-right{
			float: right;
		}
		.float-left{
			float: left;
		}
		label {
			display: inline-block;
			margin-bottom: .5rem;
		}
		.form-row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-right: -15px;
			margin-left: -15px;
		}
		.form-wizard-wrapper {
			max-width: 767px;
			margin: 0 auto;
			padding-bottom: 20px;
			overflow: hidden;
			position: relative;
			padding-top: 8px;
			z-index: 1;
		}
		.form-wizard-wrapper .form-wizardmove-button {
			position: absolute;
			width: 153.4px;
			left: 0;
			top: -4px;
			bottom: -4px;
			border-radius: 20px;
			background-color: #2d5d0f;
			-webkit-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
			-moz-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
			-ms-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
			-o-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
			transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
		
		}
		.form-wizard-wrapper ul {
			background-color: #404145;
		    z-index: 1;
		    border-radius: 20px;
		    display: flex;
		    justify-content: center;
		    position: relative;
		    margin: 0;
		    padding: 0;
		}
		.form-wizard-wrapper ul li {
			list-style-type: none;
			width: 100%;
			text-align: center;
			display: flex;
			justify-content: center;
		}
		.form-wizard-wrapper ul li a {
			display: block;
			padding: 10px;
			width: 100%;
			color: #ffffff;
			text-decoration: none;
		}
		.form-wizard-wrapper ul li a:focus{
			outline: 0;
		}
		.form-wizard-wrapper ul li a span {
			position: relative;
			z-index: 1;
		}
		.form-wizard-wrapper ul li.active a {
			background-color: #ffffff;
		}
		.form-wizard-wrapper .form-wizard-content {
			background-color: transparent;
			padding: 20px;
			color: #777777;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
			transform: translate3d(100%, 0px, 0px);
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
		}
		.form-wizard-wrapper .form-wizard-content.show {
			transform: translate3d(0px, 0px, 0px);
		}
		.form-wizard-wrapper .form-wizard-content h6 {
			font-size: 18px;
			font-weight: bold;
			margin: 0 0 10px;
		}
		.form-wizard-wrapper .form-wizard-content .form-wizard-next-btn,
		.form-wizard-wrapper .form-wizard-content .form-wizard-previous-btn {
		    background-color: #2d5d0f;
		    color: #ffffff;
		    display: inline-block;
		    padding: 12px 33px;
		    border-radius: 20px;
		    margin-top: 20px;
		    text-decoration: none;
		}
		.form-wizard-wrapper .form-wizard-content .form-wizard-previous-btn {
			background-color: #f1f1f1;
			color: #000000;
			box-shadow: 0px 14px 17px 1px #00000021;
		}

		.form-wizard-content-wrapper {
			height: 280px;
			position: relative;
      background-color: transparent;
		}
		.text-field {
    margin: 15px 0;
    display: block;
    width: 88%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 40px;
    border: 1px solid #ced4da;
    box-shadow: 0px 14px 17px 1px #00000021;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}

		h1, h2, h3, h4, h5, h6, label {
			font-family: 'Caveat', cursive;
			font-weight: 700;
		}

		.sub-css {
			grid-column-start: 2;
		    grid-column-end: 6;
		    max-width: 100% !important;
		}
		.check-css {
			grid-column-start: 6;
    		grid-column-end: 12;
    		max-width: 100% !important;
		}

		.form-select {
			margin: 15px 0;
		    display: block;
		    width: 88%;
		    padding: .375rem .75rem;
		    font-size: 1rem;
		    line-height: 1.5;
		    color: #495057;
		    background-color: transparent;
		    background-clip: padding-box;
		    border-radius: 40px;
		    border: 1px solid #ced4da;
		    box-shadow: 0px 14px 17px 1px #00000021;
		    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
		form.form-select > option {
		    font-size: 1rem;
		    line-height: 1.5;
		    color: #495057;
		    background-color: whitesmoke !important;
		    background-clip: padding-box;
		    border-radius: 40px !important;
		    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
		.submit-button {
			background-color: #2d5d0f;
		    color: #ffffff;
		    display: inline-block;
		    padding: 12px 33px;
		    border-radius: 20px;
		    margin-top: 20px;
		    text-decoration: none;
			float: right!important;
			border: none;
		}
		.review-img {
			max-width: 65px;
		    border: 1px solid #c7c7c7;
		    border-radius: 20px;
		    padding: 6px;
		}
		.title-prod {
			font-size: 16px;
		    color: #555;
		    text-transform: capitalize;
		    margin-bottom: 4px;
		    margin-right: 10px;
		    margin-left: 15px;
		}
		.dis-inline {
			display: inline-block;
			vertical-align: middle;
		}
		.review-col {
			min-width: 60%;
			max-width: 60%
		}
		.review-col-two {
			text-align: right;
			min-width: 40%;
			max-width: 40%
		}

	.rev-tot{
		font-size: 16px !important;
		color: #555;
		text-transform: capitalize;
		}
	.mg-bott {
		margin-bottom: 10px
	}	
	.index {
	  cursor: pointer;
	  display: inline;
	  margin-right: 10px;
	  padding: 5px 12px;
	  user-select: none;
	  -moz-user-select: none;
	}
	.index:last-child {
	  margin: 0;
	}
	.active-pag {
	  	border: 2px solid #eaeaea;
	    border-radius: 50%;
	    box-shadow: 0px 0px 17px 1px #00000021;
	}
	.pagination {
		margin: 15px 0 0;
	    left: 15%;
	    position: relative;
	}
	.pos-abs {
		position: absolute;
	    right: 10px;
	    bottom: 50%;
	}
