#head {
	text-align: center; margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 200px;
	line-height: 200px;
	background-color: var(--artha-theme-overlay-color);
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	#head {
		width: 100%;
		height: 150px;
		line-height: 150px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#head {
		width: 100%;
		height: 100px;
		line-height: 100px;
	}
	
}

#banner {
	text-align: center; margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 100%; 
	height : 157px;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	#banner {
		width: 500px;
		height: 120px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#banner {
		width: 350px;
		height: 84px;
	}
	
}

#loggo {
	vertical-align: middle;
	box-sizing: border-box;
	width: 657px;
	height: 157px;
}

[data-theme="dark"] {
	
	#loggo {	
		filter: sepia(100%) hue-rotate(180deg);		
	}
	
}

[data-theme="light"] {
	
	#loggo {	
		filter: grayscale(100%);		
	}
	
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	#loggo {
		width: 400px;
		height: 96px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#loggo {
		width: 280px;
		height: 67px;
	}
	
}

#motto {
	font-family: var(--artha-theme-default-text);
	color: var(--artha-head-motto-color);
	font-size : var(--artha-head-motto-text-size);
	position: absolute;
	width: 100%; 
	top : var(--artha-head-motto-top);
	left : var(--artha-head-motto-left);
}

@media screen and (max-width: 950px) {
	
	#motto {
		display : none;
	}
	
}

#lang {
	
	margin: 0px;
	padding: 0px;
	width: 36px;
	height: 36px;
	position:absolute;
	top: 75px;
	right: 30px;
	z-index: 1;
	
}

#lang:hover {
	
	cursor: pointer;
	
}

#arthaImageLangTR {
	
	width: 36px;
	height: 36px;
	
}

[data-theme="light"] {
	
	#arthaImageLangTR {	
		filter: grayscale(100%);		
	}
	
}

#arthaImageLangEN {
	width: 36px;
	height: 36px;
}

[data-theme="light"] {
	
	#arthaImageLangEN {	
		filter: grayscale(100%);		
	}
	
}

@media screen and (max-width: 949px) and (min-width: 768px) {
		
	#lang {
		width: 30px;
		height: 30px;
		top: 55px;
		right: 30px;
	}
	
	#arthaImageLangTR {
		width: 30px;
		height: 30px;
	}
	
	#arthaImageLangEN {
		width: 30px;
		height: 30px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#lang {
		width: 20px;
		height: 20px;
		top: 25px;
		right: 10px;
	}
	
	#arthaImageLangTR {
		width: 20px;
		height: 20px;
	}
	
	#arthaImageLangEN {
		width: 20px;
		height: 20px;
	}
	
}

#arthaAvatar {
	
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 60px;
	position:absolute;
	top: 10px;
	right: 20px;
	z-index: 2;
	
}

[data-theme="dark"] {

	#arthaAvatar {	
		filter: sepia(100%) hue-rotate(180deg);		
	}
	
}

[data-theme="light"] {
	
	#arthaAvatar {	
		filter: grayscale(100%) invert(100%);		
	}
	
}

#arthaImageLogin {
	min-width: 60px!important;
	min-height: 60px!important;
	max-width: 60px;
	border-radius: 60px;
}

#arthaImageLogout {
	min-width: 60px!important;
	min-height: 60px!important;
	max-width: 60px;
	border-radius: 60px;
}

[data-theme="light"] {
	
	#arthaImageLogout {	
		filter: grayscale(100%) invert(100%);		
	}
	
}

#arthaImageAvatar {
	min-width: 60px!important;
	min-height: 60px!important;
	max-width: 60px;
	border-radius: 60px;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
		
	#arthaAvatar {
		width: 50px;
		height: 50px;
		top: 10px;
		right: 20px;
	}
	
	#arthaImageLogin {
		min-width: 50px!important;
		min-height: 50px!important;
		max-width: 50px;
		border-radius: 50px;
	}
	
	#arthaImageAvatar {
		min-width: 50px!important;
		min-height: 50px!important;
		max-width: 50px;
		border-radius: 50px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#arthaAvatar {
		width: 40px;
		height: 40px;
		top: 0px;
		right: 0px;
	}
	
	#arthaImageLogin {
		min-width: 40px!important;
		min-height: 40px!important;
		max-width: 40px;
		border-radius: 40px;
	}
	
	#arthaImageAvatar {
		min-width: 40px!important;
		min-height: 40px!important;
		max-width: 40px;
		border-radius: 40px;
	}
	
}

.spanda {
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: -1;
}

@media screen and (max-width: 949px) and (min-width: 768px) {
	
	.spanda {
		left: -150px;
		top: 60px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.spanda {
		left: -150px;
		top: 30px;
	}
	
}