
.search-button{
	display: none;
}

.language-switch{
	top: 44px;
	left: -16px;
	float: right;
	z-index: 4;
	opacity: 0.65;
	position: relative;
}
.language-switch-active{
	opacity: 1;
}
.language-switch:hover{
	top: 47px;
	opacity: 1;
}

.header-bottom{
	position: relative;
	display: none;
}

.footer {

	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 5px 5px;
}
.footer > div {
	margin: auto;
	padding: 1px;
	width: 250px;
}
.header{

	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 5;
	padding: 6px 30px;
	border-style: none none outset none;
	border-width: 1px;
	border-radius: 0px;
}
.authUser{
	float: right;
	border-width: 1px;
	border-color: #b9b9b9;
	border-collapse: separate;
	border-style: double;
	border-radius: 34px;
	padding: 5px;
}
.authUser img{
	top: -2px;
	position: relative;
}
.authUser > a{
	margin: 0px 4px 0px 0px;
	color: #8e9aa2;
}
.authUser > a:hover{
	text-decoration: none;
}
.containerReg{
	margin-top: 35px;
}

.colorCCC{
	color: #828282;
	opacity: 0.7;
}

.formRegBorder{

	padding: 10px;
	border-radius: 4px;
	padding: 28px 45px;
}

.floatLeft{
	float: left !important;
}

.floatRight{
	float: right !important;
}

.general-label > a > img{
	width: 127px;
}

.menuBackground{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
/****************************************************/
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: NAUTILUS;
	src: url(/resource/styles/nautilus.otf);
}

html, body {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
}
body {
	overflow: hidden;
	background: -moz-linear-gradient(top,  rgba(122,188,255,1) 0%, rgba(163,205,247,1) 42%, rgba(64,150,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(42%,rgba(163,205,247,1)), color-stop(100%,rgba(64,150,238,1)));
	background: -webkit-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(163,205,247,1) 42%,rgba(64,150,238,1) 100%);
	background: -o-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(163,205,247,1) 42%,rgba(64,150,238,1) 100%);
	background: -ms-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(163,205,247,1) 42%,rgba(64,150,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(122,188,255,1) 0%,rgba(163,205,247,1) 42%,rgba(64,150,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
	background: rgb(122,188,255);
	background-attachment: fixed;
	background-image: url(/resource/images/background/Fon.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;

}
.footer .header{
	position: absolute;
	z-index: 11;
}
.myBackgroundImage{
	position: absolute;
	z-index: -1;
}

