.header-section {
	position: relative;
	z-index: 20;
	width: 100%;
	height: 51px;
	padding: 0px 15px;
	background-color: white;
	position: fixed;
	top: 0;
	z-index: 200;
}
.header_container {
	padding-top: 51px;
}

.header-section .top-nav-cont {
	height: 100%;
}

.header-section .logo {
	max-width: 100px;
}

.header-section .logo img {
	display: block;
	width: 100%;
}

.header-section .weather {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 37px;
	border-radius: 4px;
	margin-right: 4px;
	text-align: center;
}

.header-section .weather .icon {
	color: white;
	font-size: 14px;
}
.header-section .weather .icon {
	color: white;
	font-size: 14px;
}
.header-section .weather .icon i.far {
	font-size: 16px;
}
.header-section .header-right {
	display: none;
}
.header-section .search-cont {
	position: relative;
	z-index: 10;
	height: 100%;
}

.header-section .open-search-button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 65px;
	margin: auto 0;
	padding: 0;
	width: 30px;
	cursor: pointer;
	background: none;
	color: #000;
	pointer-events: all;
}

.header-section .mobilenav.active .open-search-button {
	right: 82px;
}

.header-section .open-search-button:focus {
	outline: none;
}

.header-section .contentRender_name_plugins_search_headerbox {
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
}

.header-section .search_widget_headerbox {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	background-color: #e8e8e8;
	transform: translateX(100%);
	transition: transform 400ms ease;
	pointer-events: all;
	z-index: 10;
}

.header-section .search-cont.active .search_widget_headerbox  {
	transform: translateX(0);
}

.header-section .header-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.slideshow_container {
	min-height: 30px;
}
@media (min-width: 1025px) {
	.header-section {
		padding: 0;
	}

	.header-section .top-nav-cont {
		display: flex;
		justify-content: space-between;
		max-width: 1282px;
		margin: 0 auto;
	}
	
	.header-section .header-left {
		width: 13%;
		max-width: 340px;
	}

	.header-section .header-right {
		display: flex !important;
		justify-content: flex-end;
		width: 100%;
	}
	
	.header-section .logo {
		width: 100%;
		max-width: none;
	}

	.header-section .header-top-right {
		display: flex;
		align-items: center;
		align-self: flex-start;
		margin-left: 20px;
	}
	
	.header-section .search-cont {
		overflow: visible;
	}
	
	.header-section .contentRender_name_plugins_search_headerbox {
			width: auto;
	}
	
	.header-section .search_widget_headerbox {
		width: 130px;
		transform: none;
		transition: width 200ms ease;
	}
	
	.header-section .search-cont.active .search_widget_headerbox  {
		width: 360px;
	}
	
	.header-section .search_widget_headerbox .search-button {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 25px;
		right: -20px;
		opacity: 0;
		transition: right 250ms ease, opacity 10ms ease 80ms;
		pointer-events: none;
	}
	
	.header-section .search-cont.active .search_widget_headerbox .search-button {
		right: 20px;
		opacity: 1;
		transition: right 200ms ease 230ms, opacity 10ms ease 280ms;
		pointer-events: all;
	}
	
	.header-section .search_widget_headerbox .close-button {
		display: none;
	}
	
	.header-section .search-cont.active .search_widget_headerbox .search-button, 
	.header-section .search-cont.active .search_widget_headerbox .close-button {
		opacity: 1;
		display: block;
	}
	
	.header-section .open-search-button {
		top: 0;
		bottom: 0;
		right: 20px;
		z-index: 10;
		transition: opacity 10ms ease 300ms, right 200ms ease 230ms;
		opacity: 1;
		width: 20px;
	}
	
	.header-section .search-cont.active .open-search-button {
		right: -20px;
		opacity: 0;
		pointer-events: none;
		transition: opacity 150ms, right 200ms ease;
	}

	.header-section .blog-link {
		display: inline-block;
		padding: 9.5px 22px;
		color: white;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: 800;
		margin-right: 35px;
		background-color: #6fb43f;
	}
}

@media (max-width: 1080px) and (min-width: 1025px) {
	.header-section .header-left {
		width: 6%;
	}
	.header-section .header-right {
		width: 100%;
	}
}
