@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.inter-bold
{
	font-family: 'Inter', sans-serif;
	font-weight: 900 !important;
}

.card
{
	border-width: 0;
	box-shadow: 0 .375rem 1.5rem 0 rgba(140,152,164,.125);
}

#site_content { min-height: 60vh; }

.navbar-nav .nav-link
{
	font-family: 'Inter', sans-serif;
	font-weight: 700 !important;
}

body
{
	background-color: #fffffe;
	color: #000000;
}

a { text-decoration: none; }

label.error
{
	color: #fff !important;
	margin-bottom: .25rem !important;
	margin-top: .25rem !important;
	font-weight: 700 !important;
	padding: .25rem !important;
	border-radius: .25rem !important;
	background-color: #dc3545 !important;
}

.text-shadow { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.rounded-xlg { border-radius: 1rem !important; }
.logo { max-width: 150px; }

.marker
{
	background-image: url('https://cdn.rawgit.com/pointhi/leaflet-color-markers/master/img/marker-icon-red.png');
	width: 25px;
	height: 41px;
	border-radius: 10px;
}
.icon-xxs {
  height:1rem;
  line-height:1rem;
  width:1rem
}
.icon-xs {
  height:1.5rem;
  line-height:1.5rem;
  width:1.5rem
}
.icon-sm {
  height:2rem;
  line-height:2rem;
  width:2rem
}
.icon-md {
  height:2.5rem;
  line-height:2.5rem;
  width:2.5rem
}
.icon-lg {
  height:3rem;
  line-height:3rem;
  width:3rem
}
.icon-xl {
  height:3.5rem;
  line-height:3.5rem;
  width:3.5rem
}
.icon-xxl {
  height:4rem;
  line-height:4rem;
  width:4rem
}
.icon-xxxl {
  height:7rem;
  line-height:7rem;
  width:7rem
}
.icon-shape {
  align-items:center;
  display:inline-flex;
  justify-content:center;
  text-align:center;
  vertical-align:middle
}
@media (min-width: 768px)
{
	.logo { max-width: 250px; }
}

@media (min-width: 1100px)
{
	.logo { max-width: 300px; }
}

img.lazy-image
{
	opacity: 0.1;
	will-change: opacity;
	transition: all 0.1s;
}

img.lazy-image.loaded { opacity: 1; }

.btn
{
	font-size: 15px;
	letter-spacing: .5px;
	font-weight: 600;
	border-width: 2px;
}

.btn:not(.btn-sm) { padding: .5rem 1.3rem; }

.list
{
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

.list-item + .list-item { margin-top: $list-item-spacing-y; }

.list-link
{
	align-items: center;
	color: #506690;
	display: flex;
	flex-wrap: nowrap;
	font-size: .9375rem;
}

.list-link:focus, .list-link:hover
{
	color: #335eea;
	text-decoration: none;
}

.parallax-wrapper { overflow-y: hidden; }

.parallax
{
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	will-change: scroll-position;
}

.card-body, .card-footer, .card-img, .card-img-end, .card-img-start, .card-img-top, .card-meta
{
	min-height: 1px;
	position: relative;
}

.card-list .list-link { position: relative; }

.card-list .list-link::before
{
	border-right: 2px solid #335eea;
	bottom: 0;
	content: "";
	display: none;
	left: -1rem;
	position: absolute;
	top: 0;
}

.card-list .list-link:hover { color: #000; }
.card-list .active .list-link { color: red; }
.card-list .active .list-link::before { display: block; }

.loading
{
	background: #ececec;
	height: 100%;
	max-height: 300px;
	position: relative;
}

.loading::before
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #ececec;
	z-index: 1062;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
}

.swiper-container-notifications .swiper-button-next,.swiper-container-notifications .swiper-container-rtl .swiper-button-prev
{
	right: auto;
	left: 30px;
}

@media (min-width: 1200px)
{
	
}

.navbar-clone
{
	box-shadow: none;
	left: 0;
	position: fixed!important;
	top: 0;
	transform: translateY(-100%);
	transition: all .3s ease-in-out;
	z-index: 1008;
}

.navbar-stick
{
	border-bottom: 1px solid var(--bs-gray-100);
	transform: translateY(0);
}

.navbar-stick:not(.navbar-dark)
{
	background: var(--bs-body-bg);
	box-shadow: 0 .125rem .25rem rgba(2,6,23,.075);
}

.navbar-stick:not(.navbar-dark).navbar-brand { filter: brightness(0) invert(1); }

@keyframes navbar-show {
  from {
    transform: translateY(-.75rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*Nav Hamburger */
.animated-icon1, .animated-icon3, .animated-icon4
{
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span, .animated-icon3 span, .animated-icon4 span
{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span { background: #000; }
.animated-icon3 span { background: #e3f2fd; }
.animated-icon4 span { background: #f3e5f5; }
.animated-icon1 span:nth-child(1) { top: 0px; }
.animated-icon1 span:nth-child(2) { top: 10px; }
.animated-icon1 span:nth-child(3) { top: 20px; }

.animated-icon1.open span:nth-child(1)
{
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2)
{
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3)
{
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* PAGE CONTENT */
#page-header-image
{
	padding-top: 3.5rem;
	padding-bottom: 2.8rem;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.post-hero-block { height: 400px; }

.post-hero-block
{
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.post-hero-block-block
{
	background-color: #fff;
	margin-top: calc(-1 * 2rem);
}

.social-share-nav .nav-item .nav-link
{
	background-color: #f8f9fa;
	color: #000;
	border-radius: 62%;
	margin: .2rem;
	font-size: 1.7rem;
	width: 50px;
	text-align: center;
	padding: .25rem !important;
	height: 50px;
}

.social-share-nav .nav-item .nav-link:hover
{
	background: #000;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	color: #fff;
}

.poly-clip-img { max-width: 100%; }

@media (min-width:64rem)
{
	.poly-clip-container
	{
		position: relative;
		min-height: 500px;
		display: flex;
		align-items: center;
	}
	
	.poly-clip-bottom-right
	{
		-webkit-clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 100px),0% 100%);
		clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 100px),0% 100%);
	}
	
	.poly-clip-left
	{
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 17% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 17% 100%);
	}
	
	.poly-clip-container .poly-clip-left
	{
		height: auto;
		min-height: 500px;
		width: 50%;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.poly-clip-img
	{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

/** FORMS **/
.form-control-flush
{
	background-color: white;
	height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	width: 100%;
}

textarea.form-control { height: auto !important; }
.form-control-flush:focus { box-shadow: 0 1px 3px 0 #cfd7df; }
.form-control:invalid { border-color: red; }
.form-control:webkit-autofill { background-color: #fefde5 !important; }

.form-control:disabled, .form-control[readonly]
{
	background-color: #e9ecef !important;
	opacity: 1;
}

.form-control-light
{
	display: block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 2px);
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1F252E;
	background-color: #E5ECF5;
	background-clip: padding-box;
	border: 1px solid #E5ECF5;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-inset
{
	background-color: white;
	height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	width: 100%;
	box-shadow: inset 0 1px 3px 0 #c6c6c6 !important;
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder { opacity: 0; }
input:focus::-moz-placeholder,textarea:focus::-moz-placeholder { opacity: 0; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { opacity: 0; }
input:focus:-moz-placeholder,textarea:focus:-moz-placeholder { opacity: 0; }


.smart-scroll
{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.scrolled-down
{
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out;
}

.scrolled-up
{
	transform: translateY(0);
	transition: all 0.3s ease-in-out;
}

.thumbnails
{
	margin: 20px 0;
	text-align: center;
}

.thumbnails li
{
	display: inline-block;
	cursor: pointer;
	border: 5px solid #fff;
}

.thumbnails .tns-nav-active
{
	background: none;
	border-color: #000;
}

.thumbnails li { width: 50px; }

.thumbnails img
{
	vertical-align: bottom;
	height: auto;
	max-height: 50px;
}

.controls { text-align: center; }

.controls li
{
	display: block;
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	padding: 0 15px;
	cursor: pointer;
	transition: background 0.3s;
}

.controls li img
{
	display: inline-block;
	vertical-align: middle;
}

.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }

.tns-controls
{
	text-align: center;
	margin-bottom: 10px;
}

.tns-controls [aria-controls]
{
	font-size: 15px;
	margin: 0 5px;
	padding: 0 1em;
	height: 2.5em;
	color: #000;
	background: #66CCFF;
	border-radius: 3px;
	border: 0;
}

.lt-ie9 .tns-controls > [aria-controls] { line-height: 2.5em; }

[data-action]
{
	display: block;
	margin: 10px auto;
	font-size: 17px;
	min-width: 3em;
	text-align: center;
	background: transparent;
	border: 0;
}

.tns-controls [disabled]
{
	color: #999999;
	background: #B3B3B3;
	cursor: not-allowed !important;
}

.tns-nav
{
	text-align: center;
	margin: 10px 0;
}

.tns-nav > [aria-controls]
{
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	background: #ddd;
	border: 0;
}

.tns-nav > .tns-nav-active { background: #999; }

@media all and (min-width:991px)
{
	.navbar-megamenu
	{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.navbar-megamenu .has-megamenu { position: static!important; }
	
	.navbar-megamenu .megamenu
	{
		left: 0;
		right: 0;
		width: 100%;
		padding: 20px;
	}
	
	.navbar-megamenu .nav-link
	{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.hero .img-hero
	{
		width: auto;
		top: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		position: absolute;
		height: 100%;
	}
}

.page-loading
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s .2s ease-in-out;
	transition: all .4s .2s ease-in-out;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

.page-loading.active
{
	opacity: 1;
	visibility: visible;
}

.page-loading-inner
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0;
}

.page-loading.active > .page-loading-inner { opacity: 1; }

.page-loading-inner > span
{
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: #737491;
}

.page-spinner
{
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: .75rem;
	vertical-align: text-bottom;
	border: .15em solid #766df4;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner .75s linear infinite;
	animation: spinner .75s linear infinite;
}

@-webkit-keyframes spinner {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
@keyframes spinner {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }

/**
 * Site Notifications
 **/

#butter-toast
{
	right: 0 !important;
	bottom: 0 !important;
	position: fixed !important;
	cursor: nw-resize;
}

.jelly-toast
{
	transform: rotate(315deg);
	color: #000;
	width: 160px;
	height: 160px;
	margin-bottom: -160px;
	margin-right: -160px;
	-webkit-transition: all 0.2s ease, transform 1ms;
	-moz-transition: all 0.2s ease, transform 1ms;
	-o-transition: all 0.2s ease, transform 1ms;
	transition: all 0.2s ease, transform 1ms;
}

.jelly-toast:hover
{
	width: 180px;
	height: 180px;
	margin-bottom: -90px !important;
	margin-right: -90px !important;
	right: 0;
}

.eat-toast
{
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 0.7rem;
	font-weight: bold;
	font-size: 0.7rem;
}

/**
 * placeholder-loading v0.4.0
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/

.ph-item
{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	overflow: hidden;
	direction: ltr;
	background-color: #fff;
	border-radius: 2px;
	height: 100%;
	width: 100%;
	z-index: 1062;
}

.ph-item,
  .ph-item *,
  .ph-item ::after,
  .ph-item ::before { box-sizing: border-box; }

.ph-item::before
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	z-index: 1;
	width: 500%;
	margin-left: -250%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
	-webkit-animation: phAnimation 0.8s linear infinite;
	animation: phAnimation 0.8s linear infinite;
	content: " ";
	pointer-events: none;
}

.ph-item > *
{
	display: flex;
	flex: 1 1 auto;
	flex-flow: column;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.ph-row
{
	display: flex;
	flex-wrap: wrap;
	margin-top: -7.5px;
}

.ph-row div
{
	height: 10px;
	margin-top: 7.5px;
	background-color: #ced4da;
}

.ph-row .big,
  .ph-row.big div { height: 20px; }
.ph-row .empty { background-color: rgba(255, 255, 255, 0); }
.ph-col-2 { flex: 0 0 16.66667%; }
.ph-col-4 { flex: 0 0 33.33333%; }
.ph-col-6 { flex: 0 0 50%; }
.ph-col-8 { flex: 0 0 66.66667%; }
.ph-col-10 { flex: 0 0 83.33333%; }
.ph-col-12 { flex: 0 0 100%; }
[class*="ph-col"] { direction: ltr; }
[class*="ph-col"] > * + .ph-row { margin-top: 0; }
[class*="ph-col"] > * + * { margin-top: 7.5px; }

.ph-avatar
{
	position: relative;
	width: 100%;
	min-width: 60px;
	overflow: hidden;
	background-color: #ced4da;
	border-radius: 50%;
}

.ph-avatar::before
{
	display: block;
	padding-top: 100%;
	content: " ";
}

.ph-picture
{
	width: 100%;
	height: 100%;
	background-color: #ced4da;
}

@-webkit-keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0); }
  100% {
    transform: translate3d(30%, 0, 0); } }
@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0); }
  100% {
    transform: translate3d(30%, 0, 0); } }


.kenburns
{
	animation: kenburns 30s 1;
	animation-fill-mode: forwards;
}

@keyframes kenburns {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  100% {
     transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    opacity: 1;
  }
}
