/* ===================================================
>>> TABLE OF CONTENTS:
======================================================
1. Bootstrap v4.1.3
2. Slick slider 
3. Animate css
4. Lightcase
5. Nice Select JS
6. jQuery UI


=================================================== */

/*---------------------------------------------------------------
  1. Bootstrap v5.0.2
---------------------------------------------------------------*/

@charset "UTF-8";

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b, strong {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

img, svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0, 0, 0, .125);*/
    border-radius: .25rem
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

/*---------------------------------------------------------------
  4. Lightcase
---------------------------------------------------------------*/
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 * @author      Cornel Boppart <cornel@bopp-art.com>
 * @copyright   Author
 * @version     2.5.0 (11/03/2018)
 */
 @font-face {
	font-family: lightcase;
	src: url(../fonts/lightcase.eot?55356177);
	src: url(../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(../fonts/lightcase.woff?55356177) format("woff"), url(../fonts/lightcase.ttf?55356177) format("truetype"), url(../fonts/lightcase.svg?55356177#lightcase) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=lightcase-icon-]:before {
	font-family: lightcase, sans-serif;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em
}

.lightcase-icon-play:before {
	content: '\e800'
}

.lightcase-icon-pause:before {
	content: '\e801'
}

.lightcase-icon-close:before {
	content: '\e802'
}

.lightcase-icon-prev:before {
	content: '\e803'
}

.lightcase-icon-next:before {
	content: '\e804'
}

.lightcase-icon-spin:before {
	content: '\e805'
}

@-webkit-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-moz-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-ms-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

#lightcase-case {
	display: none;
	position: fixed;
	z-index: 2002;
	top: 50%;
	left: 50%;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#lightcase-loading>span,
a[class*=lightcase-icon-]>span {
	display: inline-block;
	text-indent: -9999px
}

@media screen and (min-width:641px) {
	html:not([data-lc-type=error]) #lightcase-content {
		position: relative;
		z-index: 1;
		text-shadow: none;
		background-color: #fff;
		-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-webkit-backface-visibility: hidden
	}

	html[data-lc-type=image] #lightcase-content,
	html[data-lc-type=video] #lightcase-content {
		background-color: #333
	}
}

html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content,
html[data-lc-type=inline] #lightcase-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:640px) {

	html[data-lc-type=ajax] #lightcase-case,
	html[data-lc-type=inline] #lightcase-case {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		padding: 55px 0 70px;
		width: 100% !important;
		height: 100% !important;
		overflow: auto !important
	}

	html[data-lc-type=ajax] #lightcase-content,
	html[data-lc-type=error] #lightcase-content,
	html[data-lc-type=inline] #lightcase-content {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		background: 0 0 !important
	}

	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
		padding: 15px
	}

	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
		width: 100% !important;
		max-width: none !important
	}

	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
		height: auto !important;
		max-height: none !important
	}

	html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
		overflow: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media screen and (max-width:640px) and (min-width:641px) {

	html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
		line-height: .75
	}
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
	position: relative;
	overflow: hidden !important
}

@media screen and (max-width:640px) {

	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		background: 0 0 !important
	}

	#lightcase-content h1,
	#lightcase-content h2,
	#lightcase-content h3,
	#lightcase-content h4,
	#lightcase-content h5,
	#lightcase-content h6,
	#lightcase-content p {}
}

#lightcase-loading,
a[class*=lightcase-icon-] {
	width: 1.123em;
	height: auto;
	line-height: 1;
	text-align: center;
	position: fixed
}

@media screen and (min-width:641px) {
	html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
		padding: 30px;
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box
	}

	#lightcase-content h1,
	#lightcase-content h2,
	#lightcase-content h3,
	#lightcase-content h4,
	#lightcase-content h5,
	#lightcase-content h6,
	#lightcase-content p {}
}

#lightcase-case p.lightcase-error {
	margin: 0;
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width:640px) {
	#lightcase-case p.lightcase-error {
		padding: 30px 0
	}
}

@media screen and (min-width:641px) {
	#lightcase-case p.lightcase-error {
		padding: 0
	}
}

.lightcase-open body {
	overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
	max-width: 100%;
	max-height: 100%
}

#lightcase-info {
	position: absolute;
	padding-top: 15px
}

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: 400;
	text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
	font-size: 17px;
}

#lightcase-info #lightcase-caption {
	clear: both;
	font-size: 13px;
}

#lightcase-info #lightcase-sequenceInfo {
	font-size: 11px;
}

@media screen and (max-width:640px) {
	#lightcase-info #lightcase-title {
		position: fixed;
		top: 10px;
		left: 0;
		max-width: 87.5%;
		padding: 5px 15px;
		background: #333
	}

	.lightcase-fullScreenMode #lightcase-info {
		padding-left: 15px;
		padding-right: 15px
	}

	html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
		position: static
	}
}

#lightcase-loading {
	z-index: 2001;
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	opacity: 1;
	font-size: 32px;
	text-shadow: 0 0 15px #fff;
	-moz-transform-origin: 50% 53%;
	-webkit-animation: lightcase-spin .5s infinite linear;
	-moz-animation: lightcase-spin .5s infinite linear;
	-o-animation: lightcase-spin .5s infinite linear;
	animation: lightcase-spin .5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
	text-decoration: none;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color, opacity, ease-in-out .25s;
	-moz-transition: color, opacity, ease-in-out .25s;
	-o-transition: color, opacity, ease-in-out .25s;
	transition: color, opacity, ease-in-out .25s
}

a[class*=lightcase-icon-] {
	z-index: 9999;
	font-size: 38px;
	text-shadow: none;
	outline: 0;
	cursor: pointer
}

a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
	text-decoration: none;
	color: rgba(255, 255, 255, .6);
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color, opacity, ease-in-out .25s;
	-moz-transition: color, opacity, ease-in-out .25s;
	-o-transition: color, opacity, ease-in-out .25s;
	transition: color, opacity, ease-in-out .25s
}

a[class*=lightcase-icon-]:hover {
	color: #fff;
	text-shadow: 0 0 15px #fff
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
	text-shadow: none
}

a[class*=lightcase-icon-].lightcase-icon-close {
	position: fixed;
	top: 15px;
	right: 15px;
	bottom: auto;
	margin: 0;
	opacity: 0;
	outline: 0
}

a[class*=lightcase-icon-].lightcase-icon-prev {
	left: 15px
}

a[class*=lightcase-icon-].lightcase-icon-next {
	right: 15px
}

a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
	left: 50%;
	margin-left: -.5em
}

@media screen and (max-width:640px) {
	a[class*=lightcase-icon-] {
		bottom: 15px;
		font-size: 24px
	}
}

@media screen and (min-width:641px) {

	a[class*=lightcase-icon-].lightcase-icon-pause,
	a[class*=lightcase-icon-].lightcase-icon-play {
		opacity: 0
	}

	a[class*=lightcase-icon-] {
		bottom: 50%;
		margin-bottom: -.5em
	}

	#lightcase-case:hover~a[class*=lightcase-icon-],
	a[class*=lightcase-icon-]:hover {
		opacity: 1
	}
}

#lightcase-overlay {
	display: none;
	width: 100%;
	min-height: 100%;
	position: fixed;
	z-index: 2000;
	top: -9999px;
	bottom: -9999px;
	left: 0;
	background: #333
}

@media screen and (max-width:640px) {
	#lightcase-overlay {
		opacity: 1 !important
	}
}


.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.btn:hover {
    color: #212529;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.justify-content-center {
    justify-content: center !important
}

.align-self-center {
    align-self: center !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

@media (min-width:1200px) {
	.d-xl-block {
		display: block !important
	}

	.d-xl-none {
		display: none!important;
	}
}

@media (min-width: 768px){
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

}

@media (min-width: 992px){
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

}

