﻿header {
	position: relative;
}

#topheader {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 9999;
	transition: background-color 0.5s;
}

#leftlogo {
	position: fixed;
	top: 25px;
	margin-left: 100px;
	z-index: 9999;
}

#leftlogo a {
	display: block;
	height: fit-content;
}

#leftlogo img {
	width: 100%;
	max-width: 324px;
}

#rightphone {
	position: fixed;
	top: 36px;
	right: 0;
	margin-right: 5%;
	color: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 16px;
}

#centernav {
	position: fixed;
	top: 20px;
	right: 100px;
}

#navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
	color: #fff;
	padding: 20px;
	font-family: 'RamillasLight';
	font-size: 16px;
	letter-spacing: 2px;
	font-kerning: normal;
	text-transform: uppercase;
}

#rightphone > a:hover, #navigation a:hover {
	transition: color 0.5s;
	color: #36BAAD;
}

#navigation > li ul {
	padding: 15px 0;
}

#navigation > li ul li {
	margin-bottom: 10px;
}

#rightphone #phonemenu {
	display: none;
}

#rightphone a {
	font-family: "RobotoRegular";
}

#rightphone i.tel {
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 12px;
	padding: 5px;
	margin-right: 8px;
	display: table;
	float: left;
	margin-top: -3px;
}

#rightphone #phonemenu i {
	font-size: 20px;
}

#topheader.isscrolled, #topheader.isheadover {
	background-color: rgba(0,0,0,0.6);
}

/* search btn and form */

#qsearchboxwrapper {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	height: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

#closesearchbtn {
	position: absolute;
	width: 30px;
	top: 10px;
	right: 10px;
	transition: color 1s;
}

#closesearchbtn i {
	font-size: 30px;
	color: #000;
	font-weight: 100;
}

#closesearchbtn:hover i {
	color: #36BAAD;
}

#qsearchbox {
	display: none;
	background-color: #fff;
	z-index: 10001;
	position: absolute;
	width: 90%;
	max-width: 500px;
	height: 270px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 40px;
}

#quicksearch {
	width: 100%;
}

#quicksearch input {
	display: block;
	width: 70%;
	border: 0;
	outline: none;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0 5px 0px;
	color: #000;
	margin: 15px 0px 25px 0;
	font-size: 15px;
	line-height: 15px;
	background-color: transparent;
}

#qsearchbox .b11kh2title {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 30px;
	line-height: 30px;
}

#qsearchbox .b11kbtt {
	display: block;
	width: 100px;
}

#biglogo {
	position: absolute;
	top: 0;
	z-index: 9999;
	right: 0;
}

#biglogo img {
	opacity: 0.5;
}

@media only screen and (max-width:650px) {
	#qsearchbox .b11kbtt {
		padding: 17px;
		font-size: 16px;
		line-height: 16px;
	}
}

@media only screen and (max-width:400px) {
	#qsearchbox {
		height: 300px;
	}
}
/* end search btn and form */

/*** right logos ***/

.rightlogos {
	position: absolute;
	right: 0;
	z-index: 9999;
	background: linear-gradient(rgba(38, 49, 60, 0.9), rgba(16, 21, 27, 1));
	top: calc(50vh - 145px);
}

.rightlogos a {
	display: block;
	text-align: center;
	padding: 10px 8px;
}

.rightlogos a:last-child {
	border-bottom: none;
}

.rightlogos a i {
	font-size: 25px;
	color: #fff;
	font-weight: lighter;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

.rightlogos a:hover {
	background: #36BAAD;
}

/*** end right logos ***/

@media screen and (max-width: 1675px) {
	#biglogo {
		display: none;
	}
}

@media screen and (max-width: 1400px) {
	#leftlogo {
		margin-left: 50px;
	}

	#centernav {
		right: 50px;
	}

	#navigation {
		font-size: 14px;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1700px) {
	#leftlogo img {
		max-width: 224px;
	}

	#navigation {
		padding: 11px 20px;
		gap: 20px;
	}
}

@media screen and (min-width: 1201px) {
	#navigation > li {
		position: relative;
	}

	#navigation > li ul {
		position: absolute;
		width: 150px;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 1s linear;
	}

	#navigation > li:hover ul {
		visibility: visible;
		opacity: 1;
	}
}

@media screen and (max-width: 1200px) {
	#rightphone #phonemenu {
		display: block;
	}

	#centernav nav {
		display: none;
	}

	#centernav #navigation {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		flex-direction: column;
		gap: 40px;
		padding-top: 70px;
		padding-right: 5%;
		background: #0E9AA4;
	}

	#centernav #navigation li {
		width: 200px;
	}

	#navigation > li ul {
		display: none;
	}

	#navigation > li:hover ul {
		display: block;
	}
}

@media screen and (max-width:1310px) {
	#topheader.isscrolled {
		height: 90px;
	}
}

@media screen and (max-width:800px) {
	#leftlogo {
		margin-left: 20px;
	}

	.rightlogos {
		display: none;
	}
}

@media screen and (max-width:525px) {
	#topheader.isscrolled #leftlogo {
		margin-top: 6px;
	}

	#leftlogo img {
		max-width: 220px;
	}

	#rightphone {
		top: 31px;
	}

	#centernav #navigation {
		width: 100%;
		top: 25px;
	}

	#centernav #navigation li {
		width: 100%;
	}
}
