.panel-header {
	position: relative;
	z-index: 35;
}

.panel-header .inner {
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.panel-header .inner {
		padding: 0 15px;
	}   
}

.panel-header .top-nav-cont {
	display: flex;
	justify-content: space-between;
}

.panel-header .top-nav-cont .header-left {
	display: none;
}

.panel-header .top-nav-cont .header-right {
	display: none;
}

.panel-header .logo{
    background: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 31;
    margin-left: 10px;
}

.panel-header .logo img { 
	width: 90px;
}

.panel-header .mobile-nav {
	width: 100%;
}

.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
	height: 65px;
	justify-content: space-between;
}
.panel-header .mobile-nav .navbar .menu-cont{
	display: flex;
	flex-direction: row;
}
.panel-header .mobile-nav .nav-toggle {
	font-family: 'Playfair-Display', serif;
	font-size: 15px;
	letter-spacing: 0.96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	padding: 18px 20px;
	background-color: transparent;
	color: #000;
}
.panel-header .mobile-nav .nav-toggle:active,
.panel-header .mobile-nav .nav-toggle:focus {
	outline: none;
}
.panel-header .mobile-nav .nav-toggle i{
	font-size: 20px;
}

.panel-header .mobile-nav.active .nav-toggle i.close { display: block; }
.panel-header .mobile-nav .nav-toggle i.close,
.panel-header .mobile-nav.active .nav-toggle i.open { display: none; }

.panel-header .mobile-nav .mobile-dd {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background-color: #e9eaeb;
	z-index: 30;
}

.panel-header .mobile-nav .mobile-dd .mobile-dd-top{
	background-color: #e9eaeb;
	padding: 62px 30px 45px;
}

.panel-header .mobile-nav.active .mobile-dd { 
	display: block;
	padding-bottom: 77px;
	background-image: url(/includes/public/assets/shared/seagulls_menu.png);
	background-position: 70% bottom;
	background-repeat: no-repeat;  
}

.panel-header .mobile-nav .mobile-dd .mobile-secondary-nav,
.panel-header .mobile-nav .mobile-dd .mobile-footer-nav{ 
	position: relative;
}

.panel-header .mobile-nav .mobile-dd .mobile-secondary-nav::before,
.panel-header .mobile-nav .mobile-dd .mobile-footer-nav::before{ 
	 content: "";
    height: 1px;
    background-color: #e3e0e0;
    position: absolute;
    width: calc(100% - 20px);
    right: 0;
    top: 0;
    z-index: 2;
}

.panel-header .mobile-nav .close-menu{
	margin: 6px 20px 0;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.64px;
	font-family: "Karla", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	border-bottom: 1px solid #353533;
	border-top: 1px solid #353533;
	height: 23px;
}
.panel-header .mobile-nav .close-menu i{
	font-size: inherit;
	margin-left: 4px;
}

.panel-header .mobile-nav .mobile-menu-bottom{
	background-image: url(/includes/public/assets/shared/mobile_menu_bottom.png);
	height: 24px;
	width: 100%;
	position: absolute;
	bottom: -23px;
}
@media screen and (min-width: 1135px){

	.panel-header .contentRender_name_plugins_common_logo {
		position: absolute;
		z-index: 50;
		bottom: -10px;
		left: 15px;
	}
	.panel-header .logo{
	    width: 118px;
    	height: 118px;
	    margin-left: 30px;
	}

	.panel-header .logo img { 
		width: 108px;
	}
	.panel-header .top-nav-cont .header-right  {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
	}

	.panel-header .top-nav-cont .header-right .inner{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		max-width: 1350px;
	}

	.panel-header .top-nav-cont .header-right-top{
		background-color: #f8f9fa;
		min-height: 45px;
	}
	.panel-header .top-nav-cont .header-right-top.search-open{
		background-color: #fff;
	}
	.panel-header .top-nav-cont .header-right-bottom{
		background-color: #edf0f3;

	}
	.panel-header .top-nav-cont .header-right-top,
	.panel-header .top-nav-cont .header-right-bottom {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.panel-header .top-nav-cont .mobile-nav {
		display: none;
	}
}


@media screen and (min-width: 1460px){

	.panel-header .contentRender_name_plugins_common_logo {
		left: 0;
	}

}