/*------------GWFM-----------------
  from Santiago with love/// end
---------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #252525 url('../template/img/skewed_print.png')
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	margin-top: 10px;
	background: url('../template/img/b2.png');
}
.sh1 {
	height: 100px;
	width: 290px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
}
.sh2 {
	height: 100px;
	width: 400px;
	float: left;
	
}
.sh2img {
	height: 0px;
	width: 0px;
}
.sh2inf {
	min-height: 60px;
	margin: 6px 0px 20px 10px;
	width: 380px;
	float: left;
	display: table-cell; vertical-align: middle;
	background: #000;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
}
.sh2inf a {
color: #9cff00;
}
.shinf1 {
	width: 100%;
	text-align: center;
	margin-top: 2px;
	color: #9cff00;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
.shinf2 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
.shinf3 {
	width: 100%;
  height: 14px;
  text-transform: uppercase;
  overflow: hidden;  
  color: #fff;   
  margin-top: 2px;
  text-transform: uppercase;
	text-align: center;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
.shinf4 {
	width: 100%;
	text-align: center;
	margin: 2px 5px;
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	font-weight:bold
}
.sh3 {
	height: 100px;
	width: 290px;
	float: right;
	margin-left: 10px;
	background: #101010;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
}

/*menu
-----------------------------------------------------------------------------*/
#menue, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
}
	
#menue {
	width: 100%;
	margin: 10px 0 10px 0;
	background-color: #949494;
	background-image: -moz-linear-gradient(#949494, #6c6d6d); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#6c6d6d));	
	background-image: -webkit-linear-gradient(#949494, #6c6d6d);	
	background-image: -o-linear-gradient(#949494, #6c6d6d);
	background-image: -ms-linear-gradient(#949494, #6c6d6d);
	background-image: linear-gradient(#949494, #6c6d6d);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #999 inset;
	-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #999 inset;
}
	
#menue:before,
#menue:after {
	content: "";
	display: table;
}
	
#menue:after {
	clear: both;
}
	
#menue {
	zoom:1;
}
	
#menue li {
	float: left;
	position: relative;
	border-right: 1px solid #696969;
	-moz-box-shadow: 1px 0 0 #999;
	-webkit-box-shadow: 1px 0 0 #999;
	box-shadow: 1px 0 0 #999;
}
	
#menue a {
	float: left;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
	
#menue li:hover > a {
	color: #e6e6e6;
	background-color: #83c939;
	background-image: -moz-linear-gradient(#83c939, #42980d); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#83c939), to(#42980d));	
	background-image: -webkit-linear-gradient(#83c939, #42980d);	
	background-image: -o-linear-gradient(#83c939, #42980d);
	background-image: -ms-linear-gradient(#83c939, #42980d);
	background-image: linear-gradient(#83c939, #42980d);
}
#hmenus:hover {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}	
*html #menue li a:hover { /* Только для IE6 */
	color: #e6e6e6;
}
	
#menue ul {
	margin: 20px 0 0 0;
	_margin: 0; /*Только для IE6*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 9999;    
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);    
	background: -o-linear-gradient(#444, #111);	
	background: -ms-linear-gradient(#444, #111);	
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}
	#menue li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menue ul ul {
top: 0;
left: 142px;
margin: 0 0 0 20px;
_margin: 0;
-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#menue ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*Только для IE6*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menue ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}

#menue ul a {
padding-right: 30px;
padding-left: 10px;
width: auto;
min-width: 60px;
_height: 10px;
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}

#menue ul a:hover {
	background-color: #83c939;
	background-image: -moz-linear-gradient(#83c939, #42980d); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#83c939), to(#42980d));	
	background-image: -webkit-linear-gradient(#83c939, #42980d);	
	background-image: -o-linear-gradient(#83c939, #42980d);
	background-image: -ms-linear-gradient(#83c939, #42980d);
	background-image: linear-gradient(#83c939, #42980d);
}

#menue ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#menue ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menue ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#menue ul li:first-child a:hover:after {
	border-bottom-color: #83c939; 
}

#menue ul ul li:first-child a:hover:after {
	border-right-color: #5eb11b; 
	border-bottom-color: transparent; 	
}

#menue ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
/**************slider**********************/	
div.orbit { width: 1px; height: 1px; position: relative; -moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);  overflow: hidden; }
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }  
/***************endslider******************/
#content {
	float: left;
	margin-bottom: 10px;
}
.oblock {
	width: 684px;
	margin: 10px 6px 0;
	padding-top: 5px;
	background-color: whiteSmoke;
	border: 2px solid white;
	float: left;
	-moz-box-shadow: 0 0 1px gray;
	-webkit-box-shadow: 0 0 1px gray;
	box-shadow: 0 0 1px gray;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.oblocktable {
	float:left;
	width: 330px;
	margin: 6px;
	background: #fff;	
	border: 1px solid #C9C9C9;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.tinfo {
	width: 100%;
}
.df {
	color: #9cff00;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
.df2 {
	color: #fff;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
.bf2 {
	border: 1px solid #C9C9C9;
	padding: 0 5px;
	text-align: center;
}
.bf {
	background-color: #83c939;
	background-image: -moz-linear-gradient(#83c939, #42980d); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#83c939), to(#42980d));	
	background-image: -webkit-linear-gradient(#83c939, #42980d);	
	background-image: -o-linear-gradient(#83c939, #42980d);
	background-image: -ms-linear-gradient(#83c939, #42980d);
	background-image: linear-gradient(#83c939, #42980d);
	border: 1px solid #C9C9C9;
	color: #fff;
	padding: 0 5px;
	margin-left: 5px;
	text-align: center;
}
.oblockimg2 {
	margin: 5px;
	width: 674px;
	height: 100px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.oblockimg {
	margin: 5px;
	width: 200px;
	height: 200px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.djinfo {
	background: #696969;
	border: #696969;
	width: 210px;
	min-height: 271px;
	float: left;
	margin:5px 0 5px 5px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.djtime {
	background: #696969;
	border: #696969;
	width: 100px;
	min-height: 266px;
	float: left;
	margin:5px 0 5px 5px;
	padding: 3px 5px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.headline3{
	position: relative;
	margin-left: -8px; /* 15px padding + 7px border ribbon shadow*/
	margin-right: -8px;
	padding: 15px;
	background-color: #9cff00;
	background-image: -moz-linear-gradient(#9cff00, #319500); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cff00), to(#319500));	
	background-image: -webkit-linear-gradient(#9cff00, #319500);	
	background-image: -o-linear-gradient(#9cff00, #319500);
	background-image: -ms-linear-gradient(#9cff00, #319500);
	background-image: linear-gradient(#9cff00, #319500);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	text-shadow: 1px 1px 0px #eee;
	font-weight:bold;
  }
a h1 {
color: #000;
}
a:hover h1 {
color: #ff0000;
}
.headline3:before, .headline3:after{
	position: absolute;
	left: 0;
	bottom: -6px;
	content:'';
	border-top: 7px solid #555;
	border-left: 6px solid transparent;
}

.headline3:before{
	border-top: 7px solid #555;
	border-right: 6px solid transparent;
	border-left: none;
	left: auto;
	right: 0;
	bottom: -6px;
}
.newspad {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	background: #fff;	
	border: 1px solid #C9C9C9;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
/*.newspad img {
  height: 500px;
  width:  662px;
}*/
.datat {
	margin-left: 560px;
	text-align: center;
	background-color: #9cff00;
	background-image: -moz-linear-gradient(#9cff00, #319500); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cff00), to(#319500));	
	background-image: -webkit-linear-gradient(#9cff00, #319500);	
	background-image: -o-linear-gradient(#9cff00, #319500);
	background-image: -ms-linear-gradient(#9cff00, #319500);
	background-image: linear-gradient(#9cff00, #319500);
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.datat a {
color: #000;
}
.newspad2 {
	width: 442px;
	margin: 5px 5px 5px 225px;
	min-height: 260px;
	padding: 5px 5px;
	background: #fff;	
	border: 1px solid #C9C9C9;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.newspad3 {
	width: 542px;
	margin: 5px 5px 5px 125px;
	min-height: 260px;
	padding: 5px 5px;
	background: #fff;	
	border: 1px solid #C9C9C9;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.razdelen {
	margin: 0 -5px 3px;
	color: #000;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	background-color: #9cff00;
	background-image: -moz-linear-gradient(#9cff00, #319500); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cff00), to(#319500));	
	background-image: -webkit-linear-gradient(#9cff00, #319500);	
	background-image: -o-linear-gradient(#9cff00, #319500);
	background-image: -ms-linear-gradient(#9cff00, #319500);
	background-image: linear-gradient(#9cff00, #319500);
	padding: 0 5px;
}
.ninfo {
	width: 663px;
	margin: 5px;
	padding: 0 5px 0 5px;
	background-color:#E6E6E6;
	border:1px solid #b5b5b5;
	-moz-box-shadow:0 0 1px white;
	-webkit-box-shadow:0 0 1px white;
	box-shadow:0 0 1px white;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.ninfo img {
	height: 30px;
	width: 30px;
	margin: 3px 3px 3px -2px;
	float: left;
}
.kommta {
	width: 553px;
	height: 34px;
	margin-left:5px;
	padding: 0 5px 0 5px;
	
	border: 1px solid #DDD;
	border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	background: -webkit-linear-gradient(top, #E0E0E0, white);
	background:    -moz-linear-gradient(top, #E0E0E0, white);
	background:     -ms-linear-gradient(top, #E0E0E0, white);
	background:      -o-linear-gradient(top, #E0E0E0, white);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	font: bold 11px Sans-Serif;
	padding: 3px 10px;
	color: #666;
	
	resize:none;
	overflow: auto !important;
	background-color:#E6E6E6;
	border:1px solid #b5b5b5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.zta {
	border: none;
	width: 259px;
	height: 25px;
	margin: 7px 0 2px 5px;
	padding: 0 5px 0 5px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	font: bold 11px Sans-Serif;
	padding: 3px 10px;
	color: #000;
	
	resize:none;
	overflow: auto !important;
	background-color:#E6E6E6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
/*------------------77777-----------------------------------------------------*/
.abo{
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	font: bold 11px Sans-Serif;
	width: 430px;
	padding: 5px 5px;
	margin-bottom: 5px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
}
.aso{
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	font: bold 11px Sans-Serif;
	width: 442px;
	margin-bottom: 5px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
}
#usersMenus {
position: absolute;
margin-left: 900px;
border-left: 1px solid #696969;
}
.azo{
	height: 136px;
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	font: bold 11px Sans-Serif;
	width: 430px;
	padding: 5px 5px;
	margin-bottom: 5px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	resize:vertical;
	overflow: auto !important;
}
/*--------------------------------------a-------------------------------------*/
.kbtn  {
	height: 42px;
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	font: bold 11px Sans-Serif;
	padding: 12px 13px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	cursor: pointer;
	float: right;
	margin-right: 5px;
}
.btn {
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	font: bold 11px Sans-Serif;
	padding: 3px 10px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	cursor: pointer;
	float: right;
	margin: 2px 6px 3px 0;
}
.btn:active,.lbutt:active,.kbtn:active ,.fbtn:active{
	border-bottom-color: #CCC;
	border-top-color: #999;
	-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}
.btn:disabled,.lbutt:disabled,.kbtn:disabled,.fbtn:disabled{
	border-bottom-color: #CCC;
	border-top-color: #999;
	-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;
	cursor: default;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}
.ipt {
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	width: 115px;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	font: bold 11px Sans-Serif;
	padding: 3px 10px;
	color: #000;
	float: right;
	margin-top: 7px;
}
/*--------------------------------login--------------------------------------*/
.lbutt {
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	font: bold 11px Sans-Serif;
	padding: 2px 10px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	cursor: pointer;
	float: right;
	margin: 9px 8px 3px 5px;
	height: 19px;
}
.lform {
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-shadow: 0 1px 1px white;
	border-color: #999;
	width: 105px;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	font: bold 11px Sans-Serif;
	height: 19px;
	color: #666;
	float: right;
	margin: 9px 0 3px 5px;
	padding: 0 5px;
}
/*--------------------------------pervimgnews--------------------------------*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:221.8px;
	height:150px;
	margin:5px 0 4px 5px;
	background:#111 url(../template/img/progress.gif) no-repeat center center;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#111;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.mosaic-backdrop img {
	width:221.8px;
	height:150px;
}
	
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
}
	
				
.bar2 .mosaic-overlay {
	bottom:-50px;
	height:100px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);  
}
		
.bar2 .mosaic-overlay:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}       
.details{ margin:15px 20px; }	
	h4{ font:300 16px 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height:160%; letter-spacing:0.15em; color:#fff; text-shadow:1px 1px 0 rgb(0,0,0); }
	p{ font:300 12px 'Lucida Grande', Tahoma, Verdana, sans-serif; color:#aaa; text-shadow:1px 1px 0 rgb(0,0,0);}
	a{ text-decoration:none; border-bottom:none;}
/* --Sidebar Right-----------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 290px;
	margin-left: -290px;
	position: relative;
}
/*************************/
.blsh {
	margin-top: 10px;
	padding: 8px 0 8px 0;
	color: #fff;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #949494;
	background-image: -moz-linear-gradient(#c8c8c8, #6c6d6d); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#6c6d6d));	
	background-image: -webkit-linear-gradient(#c8c8c8, #6c6d6d);	
	background-image: -o-linear-gradient(#c8c8c8, #6c6d6d);
	background-image: -ms-linear-gradient(#c8c8c8, #6c6d6d);
	background-image: linear-gradient(#c8c8c8, #6c6d6d);
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0; 
}
* { margin: 0; padding: 0; }

/* Generic Utility */

/* Specific to example one */
#example-one .nav, #example-two .nav{ overflow: hidden;}
#example-one .nav li, #example-two .nav li { float: left;}
#example-one .nav li.last, #example-two .nav li.last { margin-right: 0; }
#example-one .nav li a, #example-two .nav li a {
	width: 145px;
	padding: 8px 0 8px 0px;
	color: #fff;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #949494;
	background-image: -moz-linear-gradient(#c8c8c8, #6c6d6d); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#6c6d6d));	
	background-image: -webkit-linear-gradient(#c8c8c8, #6c6d6d);	
	background-image: -o-linear-gradient(#c8c8c8, #6c6d6d);
	background-image: -ms-linear-gradient(#c8c8c8, #6c6d6d);
	background-image: linear-gradient(#c8c8c8, #6c6d6d);
}

#example-one ul, #example-two ul { list-style: none; }
#example-one ul li a, #example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-one ul li:last-child a, #example-two ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover, #example-two ul li.nav-one a.current, #example-two ul.featured li a:hover { 
	background-color: #9cff00;
	background-image: -moz-linear-gradient(#9cff00, #319500); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cff00), to(#319500));	
	background-image: -webkit-linear-gradient(#9cff00, #319500);	
	background-image: -o-linear-gradient(#9cff00, #319500);
	background-image: -ms-linear-gradient(#9cff00, #319500);
	background-image: linear-gradient(#9cff00, #319500);
}
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover, #example-two ul li.nav-two a.current, #example-two ul.core li a:hover {
	background-color: #9cff00;
	background-image: -moz-linear-gradient(#9cff00, #319500); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cff00), to(#319500));	
	background-image: -webkit-linear-gradient(#9cff00, #319500);	
	background-image: -o-linear-gradient(#9cff00, #319500);
	background-image: -ms-linear-gradient(#9cff00, #319500);
	background-image: linear-gradient(#9cff00, #319500);
}
#example-two ul li.nav-end a.current, #example-two ul.core li a:hover {/******************/
	background-color: #9cff00;
	background-image: -moz-linear-gradient(#9cff00, #319500); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cff00), to(#319500));	
	background-image: -webkit-linear-gradient(#9cff00, #319500);	
	background-image: -o-linear-gradient(#9cff00, #319500);
	background-image: -ms-linear-gradient(#9cff00, #319500);
	background-image: linear-gradient(#9cff00, #319500);
}
.FixFooter {
position: fixed;
bottom: 0px;
width: 100%;
height: 200px;
z-index: 10000;
padding-top: 6px;
display: block;
background-color: #fff;
}
.PanelUpUser {
margin-left: 10px;
}
#example-one ul li.nav-one a, #example-one ul.featured li a:hover, #example-two ul li.nav-one a, #example-two ul.featured li a:hover { 
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-khtml-border-radius: 5px 0 0 0;
}
#example-one ul li.nav-two a, #example-one ul.core li a:hover, #example-two ul li.nav-two a, #example-two ul.core li a:hover {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0; 
}
.blbo {
	width: 286px;
	margin-bottom: 10px;
	background-color: whiteSmoke;
	border: 2px solid white;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 0 1px gray;
	-webkit-box-shadow: 0 0 1px gray;
	box-shadow: 0 0 1px gray;
}
.blbo table {
	width: 286px;
}
.blbo tr {
	height: 26px;
	border-bottom: solid 1px #b8b8b8;
}
.rnum {
	font-family: Georgia,serif;
	font-size: 15px;
	font-weight:bold;
	color: #696969;
	text-align: center;
	height: 30px;
}
.rimg {
	width: 30px;
	height: 30px;
	text-align: center;
}
.rname a {
	text-decoration: none; 
	outline: none; 
	color: #000;
}
.blbo table img {
	width: 30px;
	height: 30px;
	margin: 4px 4px 0 4px;
}
.aclick{
  cursor: pointer;
}
.rstar {
	width: 40px;
	font-family: Georgia,serif;
	font-size: 20px;
	font-weight:bold;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 1px #eee, 1.5px 1.5px 1.5px #707070;
	background: url('../template/img/st3.png') -1px 1px no-repeat;
}
.blboa {
	text-align: center;
}
.blboa a {
	text-decoration: none;
	color: #696969;
	margin: 0 10px 0 10px;
}
/* =========================================================================*/
.cell_coment {
   list-style: none; 
   padding: 0px;  
   margin: 0px;
}

.cell_comento li {
   position: relative;
   padding-left: 5px;
}

.cell_coment li {
   position: relative;
   padding-left: 60px;
}

.coment_info {
  position: relative;	
  text-align:justify;
  color: #555;
  background: #fff;	
  border: 1px solid #C9C9C9;
  padding: 3px 10px;
  margin: 5px 4px;
}

.coment_os  {
    overflow: hidden; 
}

.coment_name,
.coment_nomer {
	padding-bottom: 5px;      
 }

.coment_message {
  width: 100%;
  border-top: 1px solid #C9C9C9;
  padding: 5px 0px;
 }

.coment_rating {
   padding-top: 5px; 	
 }

.coment_name,
.coment_nomer,
.coment_nomer2,
.coment_rating {	
  font:10px Verdana,Arial,Helvetica, sans-serif;  color:#999;
  font-weight: bold;
 }

.avatar {
	position: absolute;
	height: 45px;
	width:  45px;	
	left: 10px;
  	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
 }

.avatar img {
  height: 45px;
  width:  45px;	
  border: none;
  left: 10px; 
 }

.tip{
	position: absolute;
	top: 10px;
	left: -7px;	
	height: 13px;
	width: 9px;
	background: url("fon_ugol.png") no-repeat top left;
 }

.coment_info {
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
 }

.left  {float:left;}
.right {float:right;}
.clear {clear:left;}

.coment_rating   a:hover img   {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);  -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50);}

/* ========================================================================================
 Footer
-----------------------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -50px auto 0;
	height: 50px;
	position: relative;
}
.fotermenu {
	padding: 0 auto;
	height: 14px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	padding: 5px 0;
	background-color: #949494;
	background-image: -moz-linear-gradient(#c8c8c8, #6c6d6d); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#6c6d6d));	
	background-image: -webkit-linear-gradient(#c8c8c8, #6c6d6d);	
	background-image: -o-linear-gradient(#c8c8c8, #6c6d6d);
	background-image: -ms-linear-gradient(#c8c8c8, #6c6d6d);
	background-image: linear-gradient(#c8c8c8, #6c6d6d);
	
}
.fotermenu ul {
	list-style-type: none;
	vertical-align: auto;
}
.fotermenu li {
	float: left;
	font-weight:bold;
	margin: 0 10px 0 10px;
}
.fotermenu li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-shadow: 0 1px 0 #000;
	text-decoration: none; 
	outline: none; 
	text-align: center;
}
.fotermenu li a:hover {
	color: #9cff00;
}
.footer2 {
	padding: 4.5px 0;
	height: 31px;
	background-color: #9cff00;
	background-image: -moz-linear-gradient(#9cff00, #319500); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cff00), to(#319500));	
	background-image: -webkit-linear-gradient(#9cff00, #319500);	
	background-image: -o-linear-gradient(#9cff00, #319500);
	background-image: -ms-linear-gradient(#9cff00, #319500);
	background-image: linear-gradient(#9cff00, #319500);
}
.footer2 {
	padding: 4.5px 0;
	height: 31px;
	background-color: #9cff00;
	background-image: -moz-linear-gradient(#9cff00, #319500); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cff00), to(#319500));	
	background-image: -webkit-linear-gradient(#9cff00, #319500);	
	background-image: -o-linear-gradient(#9cff00, #319500);
	background-image: -ms-linear-gradient(#9cff00, #319500);
	background-image: linear-gradient(#9cff00, #319500);
}
.cop {
	margin-left: 300px;
	float: left;
}
.b31 {
	margin-right: 5px;
	float: right;
}
/*slide*/
#slider-wrap{ /* Оболочка слайдера и кнопок */
	width:700px; 
	}
#slider{ /* Оболочка слайдера */
	width:700px;
	height:130px;
	overflow: hidden;
	position:relative;}
.slide{ /* Слайд */
	width:100%;
	height:100%;
	}
.sli-links{ /* Кнопки смены слайдов */
 margin-top:-20px;
 text-align:center;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url('../template/img/arrowBg.png') left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url('../template/img/arrowBg.png') right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}

.ienlarger {
float: left;
clear: none;
margin: 4px 1px 0 4px;
}

/*.ienlarger img {
border-width: 0;
}        */

.resize_thumb {
width: 160px;
height: 150px;
box-shadow: 4px 4px 5px 0px #999;
-webkit-box-shadow: 4px 4px 5px 0px #999;
border-radius: 5px;
}

.audio-player,.audio-player div,.audio-player a,.audio-player img,.audio-player span,.audio-player button {
border:none;
outline:none;
margin:0;
padding:0;
}
div.audio-player {
position: relative;
width: 50px;
height: 50px;
top: 17px;
float: left;
}
.mejs-controls .mejs-button button {
cursor:pointer;
display:block;
position:absolute;
text-indent:-9999px;
}
.mejs-controls .mejs-play button,.mejs-controls .mejs-pause button {
width:38px;
height:40px;
top:10%;
left:50%;
background:url('../template/img/play-pause.png') 0 0;
margin:0 0 0 -15px;
}
.mejs-controls .mejs-pause button {
background-position:0 -40px;
}
.mejs-controls div.mejs-time-rail {
width:400px;
}
.commentBlock{
	width:500px;
	margin: 10px auto;
	border-bottom:1px solid #999;
}
#load{
	width:120px;
	height:30px;
	text-align:center;
	margin: 10px auto;
	
}
#load div{
	margin: 5px;
	cursor:pointer;
	background: #6483aa;
	color:#fff;
	padding: 4px 10px 4px 10px;
	border:1px solid #2f4561;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.num {
  float: left;
  position: relative;
  top: 8px;
  margin-left: 3px;
  text-align: right;
  width: 20px;
}
.track {
  display: block;
  height: 32px;
  margin-left: 32px;
}
.track.stripe-odd {
  list-style-type: none;
}
.control_panel {
  margin: 6px 45px 0 auto;
  float: right;
  position: relative;
}
.track-length {
  float: right;
  padding-right: 7px;
  text-align: center;
}
.download {
  cursor: pointer;
  /* position: relative; */
  top: 3px;
  left: 82px;
  float: right;
  text-align: justify;
  text-shadow: none;
}
/*+++++*/
#sort {
  background: none repeat scroll 0 0 rgba(179, 179, 179, 0.35);
  list-style-type: none;
  padding-top: 6px;
  height: 38px;
  margin-top: 1px;
  font-family: Tahoma, Verdana;
  font-size: 12px;
  -webkit-transition: all .55s;
	-moz-transition: all .55s;
	-ms-transition: all .55s;
	-o-transition: all .55s;
	transition: all .55s;
}
#sort:hover {
    background: none repeat scroll 0 0 rgba(94, 104, 130, 0.54);
}
.table_user_info tr td {
border: 1px #D6D6D6 solid;
padding: 5px;
min-width: 110px;
}
.table_user_info th {
text-align: center;
border: 1px #D6D6D6 solid;
}
/*twitch*/
.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-successd{color:#fff;background-color:#F6130B;border-color:#F6130B}
.success-connect{padding:6px 15px;height:34px}
.btntwitch{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn-twitch{border-radius:3px;color:#fff;background-color:#6441a5 !important;border-color:#6d51a0 !important}.btn-twitch:hover,.btn-twitch:active,.btn-twitch:focus{color:#fff;background-color:#6d51a0 !important}
.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}