.shift{
    margin-top: 0px;
    width: 32px;
    height: 64px;
    line-height : 1em;
}

.akadalymentes-tema-valaszto {
	/*background: #000;
	color: #fff;
	height: 32px;
	position: fixed;
	width: 100%;
	z-index: 9999;*/
    
    
    position: fixed;
    right: 20px;
    top: 32px;
    width: 32px;
    height: 32px;
    background-size: 100%;
    z-index: 2147483647;
    /*background-color: #000000;*/
}
.akadalymentes-tema-valaszto > div > div > div {
	float: left;
	height: 24px;
	margin: 4px 4px;
	overflow: hidden;
}
.akadalymentes-tema-valaszto > div > div > div.akadalymentes-dev-credit {
	float: right;
}
.akadalymentes-tema-valaszto > div > div > div.akadalymentes-dev-credit a {
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}
.akadalymentes-tema-valaszto > div > div > div > select {
	border: 0 none;
	border-radius: 0;
	color: #333;
	font-family: Arial;
	font-size: 15px;
	line-height: 15px;
	padding: 2px 0;
}
.akadalymentes-row {
	height: 32px;
	overflow: hidden;
}
.akadalymentes-tema-valaszto > div > .akadalymentes-close-bar{
	float: right;
}
body .akadalymentes-site-title > a {
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
}
.toggle-theme-switcher {
	cursor: pointer;
	position: fixed;
	right: 6px;
	top: 0;
	z-index: 9999;
}
.admin-bar .toggle-theme-switcher {
	top: 32px;
}
.akadalymentes-position-bottom.toggle-theme-switcher, .admin-bar .akadalymentes-position-bottom.toggle-theme-switcher {
	bottom: 0px;
	top: inherit;
}
.close-icon {
	margin: 6px 0;
}
.logged-in.admin-bar .akadalymentes-position-top.akadalymentes-tema-valaszto{
	top : 32px
}

@media screen and ( max-width: 782px ) {
	.akadalymentes-row {
		margin: 0 32px 0 0;
	}
	.logged-in.admin-bar .akadalymentes-position-top.akadalymentes-tema-valaszto{
		top : 46px
	}
	.admin-bar .toggle-theme-switcher {
		top: 46px;
	}
}
/*@media screen and ( max-width: 600px ) {
	.akadalymentes-tema-valaszto{
		position: absolute;
	}
}*/
@media screen and ( max-width: 360px ) {
	.akadalymentes-tema-valaszto > div > div > div.akadalymentes-dev-credit{
		display: none;
	}
}