.panel-header {
	position: absolute;
    color: #fff;
    z-index: 5;
    width: 100%;
}

.panel-header .inner {
	max-width: 1326px;
	width: 100%;
	margin: 0 auto;
}


@media (min-width: 1025px) {
	.panel-header .inner {
		padding: 0 15px;
	}   
}

.panel-header .top-nav-cont {
	display: flex;
	justify-content: flex-start;
}

.panel-header .top-nav-cont .header-left,
.panel-header .top-nav-cont .header-middle,
.panel-header .top-nav-cont .header-right {
	display: none;
}
.panel-header .contentRender_name_plugins_common_logo .logo{
	margin-top: 14px;
	margin-left: 17px;
	width: 100%;
	width: 144px;
}
.panel-header .contentRender_name_plugins_common_logo .logo img{
	width: 100%;
}

.panel-header .mobile-nav {
	width: 100%;
}
.panel-header .mobile-nav.active {
	background-color: rgba(6,38,64,.95);
}
.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 75px;
}
.panel-header .mobile-nav.active .navbar {
	border-bottom: 1px solid white;
}
.panel-header .mobile-nav .nav-toggle {
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
    background-color: transparent;
    margin: 0;
    min-width: 68px;
}
.panel-header .mobile-nav .nav-toggle i{
	font-size: 20px;
}
.panel-header .mobile-nav .nav-toggle:focus {
	outline: 1px dashed white;
}
.panel-header .mobile-nav .mobile-dd {
	display: none; 
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background-color: rgba(6,38,64,.95);
	z-index: 30;
	padding-bottom: 32px;
}

.panel-header .mobile-nav.active .mobile-dd { 
	display: block; 
}

.panel-header .mobile-nav.active .mobile-dd .mobile-dd-top{ 
	width: 300px;
	margin: 24px auto 32px;
}

/* Hamburger icon */
.panel-header .mobile-nav.active .nav-toggle img,
.panel-header .mobile-nav .nav-toggle i{
	display: none;
}
.panel-header .mobile-nav.active .nav-toggle i{
	display: block;

}


@media screen and (min-width: 1025px){
	.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-left{
		flex-basis: 17%;
		padding-top: 14px;
		margin-right: 20px;
	}
	
	

	.panel-header .contentRender_name_plugins_common_logo .logo{
		margin: 0;
		width: calc(175px + (205 - 175) * ((100vw - 1025px) / (1300 - 1025)));
	}
	
	/*Header Middle*/
	.panel-header .top-nav-cont .header-middle {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.panel-header .top-nav-cont .header-middle .header-nav-top,
	.panel-header .top-nav-cont .header-middle .header-nav-bottom {
		display: flex;
		align-items: center;
	}
	.panel-header .top-nav-cont .header-middle .header-nav-top{
		margin: 19px 0 5px 2px;
	}
	.panel-header .top-nav-cont .header-middle .header-nav-bottom{
		margin-left: 2px;
	}
	/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

	/*Header Right*/
	.panel-header .top-nav-cont .header-right .separation-line{
		width: 1.16px;
	    height: 16px;
	    display: block;
	    background: white;
	    display: inline-grid;
	    margin: 0 13px 0 15px;
	}
	.panel-header .header-right.searchOpen .social-links,
	.panel-header .header-right.searchOpen .tripbuilder,
	.panel-header .header-right.searchOpen .separation-line{
        opacity: 0;

        -webkit-transition: opacity 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }
	
	.panel-header .top-nav-cont .header-right{
		display: flex;
		flex-direction: row;
		margin-left: auto;
		align-items: center;
		padding-top: 15px;
	}
	.panel-header .top-nav-cont .header-right > div{
		height: 38px;
		display: flex;
		align-items: center;
	}
	/*-*-*-*-*-*-*-*-*/
	.panel-header .top-nav-cont .mobile-nav {
		display: none;
	}
}

@media screen and (min-width: 1300px){
	.panel-header .top-nav-cont .header-left{
		flex-basis: 26.2%;
		margin-right: 0;
	}

	.panel-header .contentRender_name_plugins_common_logo .logo{
		width: 205px;
	}
}