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;
} 
@media (min-width: 768px)
{
	.logo{
		max-width:250px;
	}
}
@media (min-width: 1100px)
{
	.logo{
		max-width:350px;
	}
}
img.lazy-image
{
	opacity: 0.1;
	will-change: opacity;
	transition: all 0.1s;
}

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



.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;
}



.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 SLIDER */
.swiper-container
{
	width: 100%;
	height: auto;
	max-height: 350px;
	overflow: hidden;
}

.swiper-slide .container
{
	position: initial;
	width: 90%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.dark-drop,.light-drop,.screen-drop
{
	position: relative;
	z-index: 1;
}

.swiper-slide.dark-drop:before,.dark-drop:before
{
	width: 100%;
	height: 100%;
	content: " ";
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.swiper-slide.light-drop:before,.light-drop:before
{
	width: 100%;
	height: 100%;
	content: " ";
	background: rgba(255,255,255,0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.swiper-slide.screen-drop:before,.screen-drop:before
{
	width: 100%;
	height: 100%;
	content: " ";
	background: rgba(33, 130, 148, 0.67);
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: screen;
	z-index: 0;
}

.swiper-button-down
{
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	width: auto;
	height: 44px;
	z-index: 10;
}

.swiper-button-next::after, .swiper-button-prev::after
{
	font-family: swiper-icons;
	font-size: 16px;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	color: #000;
	font-weight: bold;
}

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

@media (min-width: 1200px)
{
	.swiper-slide .container { position: absolute; }
	.swiper-slide { display: flex; }
}

.navbar-floating
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.navbar-stuck-logo { display: none; }
#site_header{
	z-index:99999;
}
#site_header.navbar-sticky.navbar-stuck
{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: navbar-show .25s;
	animation: navbar-show .25s;
	background-color: #fff !important;
	box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0,0,0,0.1);
	z-index: 1061;
}
#site_header.navbar-sticky.navbar-stuck .navbar-brand img{
	filter:invert(1);
	width:150px;
}

#site_header.navbar-sticky.navbar-stuck .bg-black-gradient-topdown{
	opacity:0;
}
.navbar-sticky.navbar-stuck.right-15,
.navbar.fixed-top.right-15
{
	right: 15px;
	width: calc(100% - 15px);
}

.navbar-floating
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@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; }

/* CARDS */
.card.card-hover
{
	border-width: 2px;
	transition: box-shadow .3s;
	border-radius: 0;
}

.card.card-hover:hover { box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12) !important; }

.card.card-hover .card-icon
{
	position: absolute;
	bottom: 0;
	padding: .5rem 1rem;
	font-size: 2rem;
	background: #243676;
	color: white;
	z-index: 999;
}

.card.card-hover .card-icon i
{
	transition-duration: 0.3s;
	transition-property: transform;
}

.card.card-hover .card-icon i:hover
{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.card.rounded-xlg .card-img-top
{
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.card.card-better-shadow { box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%) !important; }

/* NAV BAR STYLES */
.navbar-transparent
{
	position: relative;
	z-index: 1062;
}

.navbar-transparent::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(hsla(210,60%,8%,0.85),hsla(210,60%,8%,0));
	mix-blend-mode: multiply;
}

.dropdown-menu { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; }
.dropdown-item:hover, 
.dropdown-item:focus { background-color: #f6f7f8; }
.dropdown-submenu { position: relative; }

.dropdown-submenu a::after
{
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu
{
	top: 0 !important;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}

.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)
{
	.dropdown-focus:after
	{
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transition: opacity .15s ease-in-out;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(0,0,0,.7);
		pointer-events: none;
	}
	
	.dropdown-focus.show .nav-link
	{
		position: relative;
		z-index: 12;
	}
	
	.dropdown-focus.show:after
	{
		z-index: 10;
		opacity: 1;
		visibility: visible;
		position: fixed;
	}
	
	.navbar .nav-item .dropdown-menu
	{
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		margin-top: 0;
	}
	
	.navbar-dark .nav-item:hover .nav-link { color: #fff; }
	
	.navbar .dropdown-menu.fade-down
	{
		top: 80%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
	}
	
	.navbar .dropdown-menu.fade-up { top: 180%; }
	
	.navbar .nav-item:hover .dropdown-menu:not(.submenu)
	{
		transition: .3s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		transform: rotateX(0deg);
	}
	
	.dropdown-submenu:hover .submenu
	{
		transition: .3s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		transform: rotateX(0deg);
	}
	
	.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); } }

.modal.fade .modal-dialog { transform: translate(0,-150px); }
.modal.show .modal-dialog { transform: translate(0,0); }
.modal-header .close { margin: -1.5rem -1.5rem -1.5rem auto; }

.modal-dialog-vertical
{
	height: 100%;
	max-width: 350px;
	margin: 0;
}

.modal-dialog-vertical .modal-content
{
	height: inherit;
	border-width: 0 1px 0 0;
	border-radius: 0;
}

.modal-dialog-vertical .modal-header { border-radius: inherit; }

.modal-dialog-vertical .modal-body
{
	height: inherit;
	overflow-y: auto;
}

.modal.fade .modal-dialog-vertical { transform: translateX(-100%); }
.modal.show .modal-dialog-vertical { transform: translateX(0); }
.modal.fixed-right { padding-right: 0!important; }
.modal.fixed-right .modal-dialog-vertical { margin-left: auto; }
.modal.fixed-right.fade .modal-dialog-vertical { transform: translateX(100%); }
.modal.fixed-right.show .modal-dialog-vertical { transform: translateX(0); }
.modal-card { margin-bottom: 0; }

.modal-card .card-body
{
	max-height: 350px;
	overflow-y: auto;
}

.modal-header-tabs
{
	margin-top: -1rem;
	margin-bottom: calc(-1rem - 1px);
}

.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;
  }
}