.head .container-menu .brand { width: 320px !important; background-image: url(../img/Logo_headRight.jpg) !important; }

/*Gradient~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gradient-1 { background-color: #ff0000 !important; }
	.gradient-1:hover { background: #ff0000 !important; }

.gradient-2 { background-color: #ff0000 !important; }
	.gradient-2:hover { background: #ff0000 !important; }

.gradient-3 { background-color: #ff0000 !important; }
	.gradient-3:hover { background: #ff0000 !important; }

.gradient-6 {  }

.head .submenu { background-color: #000 !important;  }

@media screen and (max-width: 1023px) {
	.top-bar { background-image: url('../img/Logo_Head.jpg'); }
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999999;
	background-image: url('../../../../Content/img/AjaxLoader.gif');
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.5);
	background-position: center;
	background-size: 32px 32px;
}