.admin-panel-container {
	display: none;
	position: fixed;
	z-index: 1080;
	top: 50%;
	right: -150px;
	width: 150px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15); 
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15); 
			box-shadow: 0 2px 5px rgba(0,0,0,0.15); 
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.admin-panel-container:hover {
	right: -140px;
}
.admin-panel-container.open {
	right: 0;
}
.admin-panel-container .admin-panel-label {
	position: absolute;
	z-index: 1075;
	top: 10px;
	left: -40px;
	width: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	/*background-color: #c0264c;*/
	background-color: #444;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
}
.admin-panel-container .admin-panel .title {
	margin-bottom: 0;
	padding: 4px 10px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background-color: #555;
}
.admin-panel-container .admin-panel.admin {
	padding-bottom: 5px;
}
.admin-panel-container .admin-panel.admin .title {
	margin-bottom: 5px;
}
.admin-panel-container .admin-panel.admin a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.admin-panel-container .admin-panel.admin a:hover {
	background-color: #efefef;
}

.admin-panel-container .admin-panel.theme-switcher {
	padding: 0 0 5px 10px;
}
.admin-panel-container .admin-panel.theme-switcher .title {
	margin-left: -10px;
	margin-bottom: 10px;
}
.admin-panel-container .admin-panel.theme-switcher a {
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	-webkit-border-radius: 20px 0 0 20px;
	   -moz-border-radius: 20px 0 0 20px;
			border-radius: 20px 0 0 20px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.admin-panel-container .admin-panel.theme-switcher a .theme-label {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
	font-weight: 600;
	color: #fff;
}
.admin-panel-container .admin-panel.theme-switcher a .theme-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-blue {
	background-color: #62a7e1;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-purple {
	background-color: #ac84d5;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-orange {
	background-color: #ea974e;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-default {
	background-color: #e8e8e8;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-blue:hover,
.admin-panel-container .admin-panel.theme-switcher a.theme-blue:focus {
	background-color: #2f8bd7;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-purple:hover,
.admin-panel-container .admin-panel.theme-switcher a.theme-purple:focus {
	background-color: #9662ca;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-orange:hover,
.admin-panel-container .admin-panel.theme-switcher a.theme-orange:focus {
	background-color: #de771b;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-default:hover,
.admin-panel-container .admin-panel.theme-switcher a.theme-default:focus {
	background-color: #e1e1e1;
}

.admin-panel-container .admin-panel.theme-switcher a.theme-default .theme-label {
	color: #555;
}
.admin-panel-container .admin-panel.theme-switcher a .theme-icon .fa {
	font-size: 12px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0;
}
.admin-panel-container .admin-panel.theme-switcher a.active .theme-icon .fa {
	opacity: 1;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-blue .theme-icon .fa {
	color: #62a7e1;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-purple .theme-icon .fa {
	color: #ac84d5;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-orange .theme-icon .fa {
	color: #ea974e;
}
.admin-panel-container .admin-panel.theme-switcher a.theme-default .theme-icon .fa {
	color: #555;
}

/* navbar */
.navbar-header .navbar-brand {
	width: 278px;
	height: 40px;
	margin-top: 25px;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
}
.navbar .container {
	position: relative;
}
.navbar .btn-preorder {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 10px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
			box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar .btn-preorder:hover,
.navbar .btn-preorder:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.navbar .collapse-btn-preorder {
	display: none;
	margin: 10px 0;
	text-align: center;
}
.navbar .collapse-btn-preorder .btn-preorder {
	position: static;
	top: auto;
	right: auto;
}
/*.acqua-searchform-wide {
	min-height: 370px;
}*/

.btn-preorder {
	background-color: #ea7500;
	border-color: #ea7500;
}
.btn-preorder:hover,
.btn-preorder:focus {
	background-color: #ce6700;
	border-color: #ce6700; 
}

/* MQ */
@media (max-width: 860px) {
	.acqua-searchform-container-wide-inner {
		min-width: 600px;
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.navbar .btn-preorder {
		top: 20px;
		right: 15px;
	}
	.acqua-searchform-container-wide {
		padding-top: 20px;
	}
	.acqua-searchform-container-wide-inner {
		min-width: auto;
		width: 100%;
		position: static;
		top: auto;
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
				transform: translateY(0);
	}
	.acqua-search-tab-panel-wide-horizontal li a .tab-text {
		display: block;
	}
	.acqua-searchform-wide {
		min-height: auto;
	}
}
@media screen and (max-width: 540px){
	.navbar-header .navbar-brand {
		width: 220px;
		height: 32px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 500px){
	.navbar .header-btn {
		display: none;
	}
	.navbar .collapse-btn-preorder {
		display: block;
	}
}