
.panel-header {
	position: relative;
	background: url('../jpg/beth-rufener-rfbmhr6dolk-unsplash.jpg');
	background-position-y: 50%;
	color: #fff;
}

.panel-header .inner {
	width: 100%;
	margin: 0 auto;
	background-color: rgba(0, 85, 61, 0.9);
}

.panel-header .top-nav-cont {
	display: flex;
	justify-content: space-between;
	height: 60px;
}

.panel-header .top-nav-cont .header-left {
	display: none;
}

.panel-header .top-nav-cont .header-right {
	display: none;
}

.panel-header .logo {
	width: 175px;
	margin-top: 2px;
	margin-left: 15px;
}

.panel-header .mobile-nav.active .logo-cont {
	display: none;
}

.panel-header .logo img { width:100% }

.panel-header .mobile-nav {
	width: 100%;
}

.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.panel-header .mobile-nav .search-cont {
	display: none;
	width: calc(100% - 100px);
	margin-right: 25px;
}

.panel-header .mobile-nav.active .search-cont {
	display: block;
}

.panel-header .mobile-nav .weather-nav-wrapper {
	display: flex;
}

.panel-header .mobile-nav.active .weather-wrapper {
	display: none;
}

.panel-header .mobile-nav .nav-toggle {
	display: flex;
	align-items: center;
	padding-left: 20px;
	cursor: pointer;
}

.panel-header .mobile-nav .hamburger-inner {
	position: relative;
	margin-bottom: 40px;
	margin-top: 10px;
}

.panel-header .mobile-nav .hamburger-inner::after,
.panel-header .mobile-nav .hamburger-inner::before {
	position: absolute;
	content: "";
	display: block;
}

.panel-header .mobile-nav .hamburger-inner::before {
	top: -6px;
}

.panel-header .mobile-nav .hamburger-inner::after {
	bottom: -6px;
}

.panel-header .mobile-nav .hamburger-inner,
.panel-header .mobile-nav .hamburger-inner::after,
.panel-header .mobile-nav .hamburger-inner::before {
	width: 31px;
	height: 2px;
	background-color: white;
	margin-right: 20px;
}

.panel-header .mobile-nav .nav-toggle .close { 
	display: none;
	position: absolute;
	right: 25px;
	top: 10px;
	font-size: 19px; 
}

.panel-header .mobile-nav.active .nav-toggle .close { display: block; }

.panel-header .mobile-nav.active .nav-toggle .open { display: none; }

.panel-header .mobile-nav .menu-text {
	position: absolute;
	bottom: 9px;
	right: 17px;
	color: white;
	font: 700 14px 'rift-soft', sans-serif;
	letter-spacing: 2px;
}

.panel-header .mobile-nav .mobile-dd {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	padding-top: 19px;
	padding-right: 20px;
	background-image: url('../jpg/mockaroon-yquelg7fmr4-unsplash.jpg');
	z-index: 20;
	transform: translateX(-100%);
	transition: transform 300ms ease-in-out;
}

.panel-header .mobile-nav .mobile-dd::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	pointer-events: none;
}

.panel-header .mobile-nav.active .mobile-dd { 
	transform: translateX(0);
}

.panel-header .mobile-nav .callout-cont {
	display: flex;
	z-index: 2;
	position: relative;
	margin: 30px 20px;
}

.panel-header .mobile-nav .callout-cont > div {
	width: 50%;
}

.panel-header .mobile-nav .callout-cont .visitors-guide-cont {
	padding-right: 50px;
}

@media screen and (min-width: 1025px){
	.panel-header {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 20;
		background: none;
	}
	
	.panel-header .inner {
		padding: 0 40px 0 20px;
	}
	
	.panel-header .logo {
		width: 290px;
	}
	
	.panel-header .top-nav-cont {
		height: auto;
	}
	
	.panel-header .top-nav-cont .header-left,
	.panel-header .contentRender_name_plugins_common_logo {
		display: flex;
		align-items: center;
	}

	.panel-header .top-nav-cont .header-right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	
	.panel-header .top-nav-cont .header-right-top {
		margin-top: 8px;
	}
	
	.panel-header .top-nav-cont .header-right-bottom {
		margin-top: 3px;
	}

	.panel-header .top-nav-cont .header-right-top,
	.panel-header .top-nav-cont .header-right-bottom {
		display: flex;
		align-items: center;
	}

	.panel-header .top-nav-cont .mobile-nav {
		display: none;
	}
}