.clear {
	clear: both;
}
.sorter li{
	width:148px;
	float:left;
	text-align: center;
}

.sorter {
	display: flex;
	min-height: 30px;
}

#add_group {
	float: right;
	clear: right;
}

.group_settings textarea {
	width: 340px;
	height: 60px;
	float: right;
}

.leopoly img.leopoly {
	display: block;
	margin:0 auto;
}

.local img.local {
	display: block;
}

.no_template .is_template, .is_template .no_template {
	display: none;
}

body {
	padding-top: 0;
}

/*#mainMenu .navbar-default {
	background-color: #f8f8f8 !important;
	border-color: #e7e7e7 !important;
}

#mainMenu .navbar-fixed-top {
	position: inherit !important;
	margin-bottom: 0 !important;
}*/
#mainMenu .navbar-fixed-top .top-line {
	display: none;
}

#mainMenu .navbar-brand img {
	height: 40px;
}

#mainMenu ul.navbar-right {
	height: 64px;
}

#mainMenu ul.navbar-right li a {
	padding-bottom: 22px !important;
 	padding-top: 22px !important;
	color: #777 !important;
	//background-color: #f8f8f8 !important;
}

#saved-action, header .navbar .top-line {
	display: none;
}
header .navbar {
	margin-bottom: 0;
}

body.customizer-editor #st-container {
	margin-top: 66px;
}