*:focus {
	outline: none;
}

/* Define custom styles, relative to custom-editor.css */
/*h1 {
	font-family: 'Comfortaa' !important;
	font-size: 30px !important;
}*/

.forum-admin-features {
	display: none !important;
}

a.btn, span.btn, label.btn, form button, input[type="submit"], .Actions .action {
	color: white !important;
}

.promote-list {
	display: none;
}

/* SMALL USER MENU ICONS */
#header .nav-utils a {
	width: 50px !important;
	font-size: 18px !important;
}

/* MEDIUM LOGO */
/*#header .logo-horizontal {
	padding: 0px !important;
}
#header .logo-horizontal img {
	height: 59px !important;
	max-height: 60px;
}*/

#header .nav-wrap {
    left: 205px !important;
    right: 205px !important;
}

/* Logo deborde ;) */
#header .main-nav li.brand-menu a {
	padding-left: 10px !important;
	padding-right: 0 !important;
	max-height: 100px !important;
	height: 100px !important;
}
#header .main-nav li.brand-menu a img {
	max-height: 110px !important;
	margin-top: 10px !important;
	transition: max-height 2s cubic-bezier(0, 1, 0, 1);
}
#header .main-nav li.brand-menu a img.reduce {
    max-height: 56px !important;
    margin-top: 2px !important;
}

[id*="SwapItemFormDetails_SubAdministrativeArea_Holder"], [id*="SwapItemFormDetails_CountryCode_Holder"] {
	display: none;
}
