@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   opacity: 1;
}
input::-moz-placeholder {
	color: #999;
	font-weight: normal;
    -moz-opacity: 1;
	opacity: 1;
}
input::-ms-input-placeholder {
    color: #999;
    font-weight: normal;
	filter: alpha(opacity=100);
	opacity: 1;
}
input[type="submit"]::-moz-focus-inner {
    border: 0;
}
* {outline:none;}
*:focus {outline:none; border:none;}
input:focus::-moz-placeholder { color: transparent; }
input:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus::-moz-placeholder { color: transparent; }
textarea:focus::-webkit-input-placeholder { color: transparent; }
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
}
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
	float: none !important;
}
#auth_bar {
	float: right;
    margin: 6px 35px 0 0;
}
#auth_zone {
	background-color: transparent;
	padding: 0;
	border: none;
    padding: 0;
    position: relative;
    right: 0;
	margin-top: 0;
    text-align: right;
}
#auth_zone > div {
	float: right;
	margin-top: 9px;
}
#auth_zone > div > input {
	color: #0bcbef;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #d5d5d4;
	border-radius: 0;
	margin: 1px 0;
	padding: 3px 15px;
	width: 160px;
}
#auth_zone > div > input:hover {
	background-color: #0bcbef;
	color: #fff;
	border: 1px solid #0bcbef;
}
#auth_zone button, #auth_zone a {
	background-color: #0bcbef;
	font-size: 12px;
	color: #fff;
	border: none;
    font-size: 12px;
    padding: 8px 12px;
	margin: 4px 0 0 2px;
	display: inline-block;
	border-radius: 5px;
	width: auto;
	vertical-align: top;
}
#auth_zone button {
    padding: 7px 12px;
}
#auth_zone button:hover, #auth_zone a:hover {
	background-color: #333;
}
.form-signin > form > h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: normal;
}
.form-signin > form > button {
	float: right;
	width: 120px;
	margin: 2px 0;
}
.form-signin input[type="text"], .form-signin input[type="email"], .form-signin input[type="password"] {
    border: 1px solid #a1a1a1;
    display: block;
    margin: 5px 0;
    padding: 15px;
    width: 100%;
}
.form-signin input:hover, .form-signin input:hover {
    border: 1px solid #048999;
}
.form-signin {
	display: none;
    background-color: rgba(21, 21, 21, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	-webkit-transition: opacity 400ms ease-in;
	-o-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in 0s;
    z-index: 99999;
}
.form-signin > form {
    background-color: #fff;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    color: #494949;
    font-size: 18px;
    margin: 10% auto 0;
    padding: 20px;
    position: relative;
    width: 35%;
	text-align: left;
}
.form-signin .close {
    background-color: rgba(255, 0, 0, 0.7);
    border: none;
    -moz-border-radius: 0 9px;
	-webkit-border-radius: 0 9px;
	border-radius: 0 9px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 100;
    height: 24px;
    line-height: 21px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    width: 64px;
}
.form-signin .close:hover {
    background-color: #4f4f4f;
	-moz-border-radius: 0 7px 0 9px;
	-webkit-border-radius: 0 7px 0 9px;
	border-radius: 0 7px 0 9px;
}
.form-signin #protect {
	display: none;
}
#msg {
	background-color: #CB1E1E;
	color: #FFFFFF;
	font-size: 16pt;
	margin: 0px auto;
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 999999;
	display: none;
	top: 0;
	text-align: center;
}
#msg div {
	font-size: 12pt;
}
#msg #reg_s {
	color: #00f2ff;
	font-size: 13pt;
}
#msg a {
	color: #fff;
	font-size: 13pt;
}
#msg a:hover {
	color: #000;
}
#activate_text {
	text-align: center;
	font-size: 24px;
}
#activate_text > a {
	background-color: #0bbbef;
    color: #fff;
    font-size: 18px;
    padding: 7px 15px;
    text-transform: uppercase;
}
#activate_text > a:hover {
	background-color: #666;
}
#maintenance {
	font-size: 30px;
}
.page_404 {
	clear: both;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    text-align: center;
}
.page_404 > a {
	background-color: #0bcbef;
    color: #fff;
    font-size: 20px;
    padding: 8px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    width: 175px;
}
.page_404 > a:hover, .page_404 > a:focus, .page_404 > a:active {
	background-color: #666;
	color: #fff;
}
/* -- ����������� ��������� ------------------------------------------------------------------------------------ */
.tooltip {
	position: absolute;
	z-index: 1099;
	display: block;
  	filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
	opacity: 0;
	visibility: visible;
}

.tooltip.in {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -10px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -10px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #048999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #048999;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #048999;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #048999;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #048999;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #048999;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #048999;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #048999;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #048999;
  border-width: 0 5px 5px;
}