html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body {
	background-attachment:fixed;
}

#header{width:100%; margin:0em; padding:0em;}
	#head{width:969px;height:122px;margin:0 auto; padding:0em;}
		#header_left{width:92px; height:122px; background:url('../img/header/header_left.png');float:left;}
		#header_right{width:90px; height:122px;background:url('../img/header/header_right.png');float:left;}
			#header_logo{height:122px;margin:0em;padding:0em; float:left;}
				#logo{width:94px; height:122px;float:left;}
				#logo_text{width:198px; height:122px;background:url('../img/header/logo_text.png'); background-repeat:no-repeat; background-position-y:20px;
 					float:left;}
				#menu_top{width:476px; position:absolute; height:124px; top:0; right:0;}
				    #user_head {
				        margin: 46px auto auto 150px;
				        width: 280px;
                        height: 60px;
                        border: black solid;
				    }
                        #user_logout {
                            float: right;
                            margin-top: 0em;
                        }		
#new-season{
	position: absolute;
    left: 50%;
    margin-left: 185px;
    top: -71px;
    width: 181px;
    height: 122px;
    background: url(../img/zastavka_2.png);
    background-size: cover;
    z-index: 0;
}			
#photogal{width:100%; margin:0em; padding:0em; min-height:100px;}	
	#photogal_outer{width:965px; height:155px; margin:0em; padding:0em; }
		#photogal_inner{width:965px; height:155px;margin:0px; padding:0px;border-left:0.1px solid #f5ec00;border-right:0.1em solid #f5ec00;
						border-bottom:0.2em solid #fff; background:url('../img/gallery/gradient.png');}
			/* #gallery_butt_left{width:41px; height:40px; margin-top:3.5em; margin-left:2em; padding:0em; background:url('../img/gallery/but_left.png');float:left;} */
			#gallery_photo_left{width:185px; height:110px; margin-top:1.1em; margin-left:7em; padding:0em; background:url('../img/gallery/left.png');float:left; border:0.2em solid #46860B;}
			#gallery_photo_center{width:240px; height:130px; margin-top:0.5em; margin-left:3.5em; padding:0em; background:url('../img/gallery/center.jpg');float:left;border:0.3em solid #46860B;}
			#gallery_photo_right{width:185px; height:110px; margin-top:1.1em; margin-left:3.5em; padding:0em; background:url('../img/gallery/right.png');float:left;border:0.2em solid #46860B;}
		/*	#gallery_butt_right{width:41px; height:40px; margin-top:3.5em; margin-left:3em; padding:0em; background:url('../img/gallery/but_right.png');float:left;}*/

/* Request style */
#request-form {
	padding: 10px 40px 10px 40px;
}
#request-form h3{
	font-weight:normal;
	text-decoration:underline;
}
#request-form h1{
	text-align: center;
	padding-top: 20px;
}

#request-form .request-field{
	margin-bottom: 10px;
}

#request-form .request-field input{
	width: 50%;
	font-size: 22px;
}
#request-form .request-field span{
	padding-left: 20px;
}

#request-form #request-button{
	background: url(../img/request-button.png) 0 0 no-repeat;
	background-size: cover;
	width: 447px;
    height: 80px;
	margin-top: 20px;
	border: none;
	cursor: pointer;
}

.request-band {
	margin-bottom: 10px;
}
.request-band a{
	float: right;
	margin-right: -20px;
}
.request-band input[type=radio] {
	display: none;
}

.request-band label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 60px;
	margin-right: 0;
	line-height: 18px;
	width: 90%;
}

.request-band .band-name{
	font-weight: bold;
	font-size: 20px;
	
}

.request-band label img{
	width: 50px;
	height: 50px;
}
.request-band label:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url(../img/radio-request-1-50.png) 0 0 no-repeat;
	background-size: cover;
}

.request-band label.is-over:before {
	background: url(../img/yes.png) 0 0 no-repeat;
	background-size: cover;
}

.request-band label.is-over{
	color:grey;
}
/* .request-band label.admin::after{
	width:30px;
	height:30px;
	display:block;
	background:0 0 no-repeat;
	background-image:url(../img/edit.svg) !important;
	content:"";
	background-size:cover;
	float:left;
} */
.edit-button {
	float:left;
	height:30px;
	width:30px;
	margin:0;
	background-image:url("../img/edit.svg");
	position:relative;
	left:-30px;
	top:30px;
	background-size:cover;
	box-shadow:none;
	border:none;
	background-color:transparent;
	cursor:pointer;
}
/* .edit-button img {
	size:cover;
} */
span.request-number{
	color: red;
}
#request-table img{
	height: 30px;
}
#request-table{
	border-collapse: collapse;
}
#request-table td{
	border: 1px dotted green;
}
#request-table th {
	border: 1px dotted black;
}
#request-table .minus{
	color: red;
	font-size: 37px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
#request-table a.minus, #request-table a.plus{
	text-decoration:none;
}
#request-table .plus{
	color: green;
	font-size: 30px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
#request-table td.state{
	text-align: center;
}

#request-table a.success{
	background-image: url('img/success.png');
	background-size: cover;
	width:40px;
	height:40px;
	cursor:pointer;
}
#request-table a.not-success{
	background-image: url('img/not_success.png');
	background-size: cover;
	width:40px;
	height:40px;
	cursor:pointer;
}

.requests{
	padding: 10px;
}
 
/* Checked */
.request-band input[type=radio]:checked + label:before {
	background: url(../img/radio-request-2-50.png) 0 0 no-repeat;
	background-size: cover;
}
 
/* Hover */
.request-band label:hover:before {
	filter: brightness(120%);
}
 
/* Disabled */
.request-band input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}

.request-id {
    text-align: center;
}

.request-phone, .request-email {
    width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.request-email:hover {
	overflow: visible;
	text-overflow: clip;
}

.request-email span{
	white-space:nowrap;
}
.request-email:hover span{
	background-color: white;
	position:relative;
	cursor: default;
}
#band-form {
	padding:0 100px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
#band-form table {
	height:420px;
}
#band-form input[type=radio] {
	display:none;
}
#is_over, #is_visible {
	width:62px;
}
.modal-container{
	position: fixed;
    z-index: 1049;
	width:100%;
	height: 100%;
	display: none;
	-webkit-overflow-scrolling: touch;
	top:0px;
	left:0px;
	background-color: rgba(0,0,0,0.5);
}
.modal {
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	width: 480px;
    left: 50%;
    margin-left: -240px;
    top: 10%;
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden;
	text-align: center;
}
.modal-body {
  padding: 50px 50px 30px 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.625;
}
.modal button{
	width:188px;
    height:53px;
    background:url(../img/close-button.png) 0 0 no-repeat;
	background-size:cover;
	border:none;
	margin-bottom:50px;
	cursor:pointer;
}

#wrapper{width:100%; margin:0em; padding:0em;}

	#container{width:968px; margin:0em; background:url(../img/content/content.png) repeat-y; overflow:hidden;}
	
		#container_left{ width: 96px; height: 536px; float: left; margin-right: -7px; border: none;}
		#container_right{ width: 96px; height: 537px;  float: right; margin-right: -5px; border: none;}
			
		#content{width:790px;float:left;overflow:visible; min-height:540px;padding-bottom:20px;}
			#content_left {margin:0em; width:33%;float:left;}
				#content_news{margin-left:30%;margin-top:2em;width:117px;height:64px;padding:0em;float:inherit;background:url('../img/content/news.png');overflow:hidden;}
					#content_news_text{margin-left:1em;margin-top:2em;width:90%;float:left;}
					#content_left_separate{width:4px;min-height:100px;margin-top:4em;padding:0em;float:left;background:url('../img/separators/separ2.png');}
					
			#content_middle{margin:0em; width:32%; float:left;}
			
				#content_events{margin-left:30%; margin-top:2em; width:80px; height:64px; padding:0em; float:inherit; background:url('../img/content/events.png');}
					#content_events_text{margin-left:1em; margin-top:2em; width:90%;  float:left;}
					#content_right_separate{width:4px; min-height:100px; margin-top:4em; padding:0em; float: left; background:url('../img/separators/separ2.png');}
					
			#content_right{margin:0em; width:30%; float:left;}
			
				#content_rupor{margin-left:30%; margin-top:2em; width:84px; height:64px; padding:0em; float:inherit; background:url('../img/content/rupor.png');}
					#content_rupor_text{margin: 2em 0em 0em 1em; width:90%;  float:left;}
				
		/*#main1_left{width:89px; height:140px;  margin:0 auto; background:url('/CDUT/img/content/circ_left1.png'); }*/
		
		#main1{width:790px; height:47px; background:#e8e8e8; overflow:hidden; margin-left:89px;}
		#main1_separate{width:777px; height:20px; background:url('../img/separators/main1_separ.png'); float:inherit; margin-left:5px;}
		
		/*#main1_separate1{width:4px; height:200px; margin:0; padding:0px; float: left; background:url('/CDUT/img/separators/separ2.png');}*/
		/*#comm_min{width:747px; height:56px; margin-left:17px; margin-top:25px; background:url('../img/content/comm_min.png');}
		
		/*#main1_right{width:89px ;background:url('/CDUT/img/content/circ_left1.png'); } */
			
		#footer_bottom{width:791px; height:47px;color:#fff; background:url('../img/footer/footer_bg_1.png'); float:left; }
			
		center {text-decoration:underline;}
		
		
.ps_overlay{
    z-index:90;
    background:#111;
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	display:none
}
/* Image container style */
.ps_container{
	width:480px;
	height:350px;
	position:fixed;
	top:50%;
	margin-top:-175px;
	left:50%;
	margin-left:-240px;
	z-index:100;
	
}
.ps_container img{
	border:7px solid  green;
	position:absolute;
	top:50%;
	left:50%;
	-moz-box-shadow:1px 1px 10px #000;
	-webkit-box-shadow:1px 1px 10px #000;
	box-shadow:1px 1px 10px #000;
}
/* Close button for preview mode */
a.ps_close{
	background: green url(../img/images/close.png) no-repeat center center;
	cursor:pointer;
	width:56px;
	height:56px;
	position:fixed;
	right:360px;
	top:140px;
	z-index:1000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
	display:none;
}
/* Next photo button for preview mode */
a.ps_next_photo{
	position:absolute;
	top:50%;
	left:50%;
	width:56px;
	height:56px;
	margin:-28px 0 0 -28px;
	z-index:200;
	cursor:pointer;
	background:#000 url(../img/images/next_photo.png) no-repeat 50% 50%;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
a.ps_next_photo:hover,
a.ps_close:hover{
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
/* Thumbnail slider style */
.ps_slider{
	width:965px;
	height:155px;
	position:relative;
	margin:0px auto 0px auto;
	background-image:url(../img/images/gradient.jpg);
	background-repeat: repeat-x;
	
}
.ps_slider a.next,
.ps_slider a.prev{
	position:absolute;
    background-position:center center;
    background-repeat:no-repeat;
    width:23px;
    height:22px;
    top:50%;
    margin-top:-10px;
    opacity:0.8;
    cursor:pointer;
    outline:none;
}
.ps_slider a.prev:hover,
.ps_slider a.next:hover{
     opacity:0.9;
}
.ps_slider a.disabled,
.ps_slider a.disabled:hover{
    opacity:0.4;
    cursor:default;
}
.ps_slider a.prev{
    left:20px;
    background-image:url(../img/images/but_left.png);
}
.ps_slider a.next{
    right:20px;
    background-image:url(../img/images/but_right.png);
}
.ps_slider .ps_album  {
	width:190px;
	height:103px;
	padding-top:0px;
	position:absolute;
	top:0px; left:90px;
	text-align:center;
	cursor:pointer;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;
	-moz-opacity: 0;

	-webkit-box-reflect:
		below 5px 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(transparent), 
			color-stop(0.6, transparent), 
			to(rgb(18, 18, 18))
		);
	/*background-image: url(../img/images/gradient.jpg);
	background-repeat: repeat-x;*/
}

.ps_slider .ps_album img{
	height:104px;
	width: 190px;
	border:1px solid black;
	-moz-box-shadow:1px 1px 4px black;
	-webkit-box-shadow:1px 1px 4px black;
	box-shadow:1px 1px 4px black;
}

.ps_slider .loading{
	background: url(../img/images/loading.gif) no-repeat 50% 50%;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#container {
	font-family: 'Corbel','Courier New','Lucida Sans Unicode','Lucida Sans','Lucida Grande';
	
}

#content img {
	border: 1px solid #ccc;
	box-shadow: grey;-webkit-box-shadow: 4px 4px 5px 0px rgba(54,62,64,1);  
	-moz-box-shadow: 4px 4px 5px 0px rgba(54,62,64,1);  
	box-shadow: 4px 4px 5px 0px rgba(54,62,64,1);
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: white;
	box-sizing:border-box;
}

/* --------------- Firstpage ---------------------- */
a.title{
	font-size:16pt;
} 
#twice_content{
	float:right; 
	width:490px; 
	margin: 54px 16px 16px 16px;}
#twice_content img{	
	margin: 0px 10px 0px 0px;}

#content_left, #twice_content{
	text-align:justify;}
	
div[class='video__wrap']{
	width: 490px;
	height: 300px;
	position: relative;
}

/*span[class='video__caption js-video-caption']{
	color: white;
	font-size: 22px;
	font-family: Helvetica,sans-serif;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0,0,0,0) 100%);
	width: 100% - 10px;
	min-height: 50px;
	height: fit-content;
	word-wrap: break-word;

}*/
.iframe-yt-video{
	width: 100%;
	height: 100%;
}

/* --------------- Triumf --------------------------*/

#ps_slider img{
	  box-shadow: 4px 4px 5px 0px rgba(54,62,64,1);
}

/*---------- Triumf vote block -------*/

.clear{
	clear: both;
}

.vote-triumf {
	width: 790px;
	background: #bddd46;
	background: -moz-linear-gradient(left, #bddd46 0%, #f8ffe8 52%, #f8ffe8 52%, #bddd46 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bddd46), color-stop(52%,#f8ffe8), color-stop(52%,#f8ffee),color-stop(100%,#bddd46));
	background: -webkit-linear-gradient(left, #bddd46 0%,#f8ffe8 52%,#f8ffe8 52%,#bddd46 100%);
	background: -o-linear-gradient(left, #bddd46 0%,#f8ffe8 52%,#f8ffe8 52%,#bddd46 100%);
	background: -ms-linear-gradient(left, #bddd46 0%,#f8ffe8 52%,#f8ffe8 52%,#bddd46 100%);
	background: linear-gradient(to right, #bddd46 0%,#f8ffe8 52%,#f8ffe8 52%,#bddd46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bddd46', endColorstr='#bddd46',GradientType=1 );
	font-family: 'Corbel','Courier New','Lucida Sans Unicode','Lucida Sans','Lucida Grande';
	padding: 20px;
	box-sizing: border-box;
}
.vote-triumf div.contender{
	margin: 25px -20px;
	box-shadow: 4px 4px 5px 0px rgba(54,62,64,1);
}
.vote-triumf div.contender:nth-child(odd){
	background: linear-gradient(to right, #75E57F 0%,#f8ffe8 52%,#f8ffe8 52%,#75E57F 100%);
}

.vote-triumf div.contender:nth-child(even){
	background: linear-gradient(to right, #E2E734 0%,#f8ffe8 52%,#f8ffe8 52%,#E2E736 100%);
	
}

.vote-triumf input[type=radio]:not(old){
  width   : 1px;
  height  : 1px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

.vote-triumf .team{
	float: right;
	color: #060;
}

.vote-triumf  iframe{
	float:left;
	padding: 0px 20px;
	
}

.vote-triumf h1{
	color: #172517;
	text-shadow: 1px 1px 0 rgb(163, 184, 165);
}

.vote-triumf .nomination h2{
	color: #172517;
	text-shadow: 1px 1px 0 rgb(163, 184, 165);
	margin: 30px 0px;
}

.vote-triumf .contender .number{
  float: left;
  font-size: 24px;
  color: #060;
  display: block;
  width: 30px;
}

.vote-triumf .contender div.text{
  float: left;
  width: 250px;
  height: 250px;
}
.vote-triumf .contender div h3{
	margin-top: 10px;
}

.vote-triumf .number{
	padding-left: 20px;
/*	color: #CCC; */
}

.vote-triumf input[type=radio]:not(old) + label{
  display      : inline-block;
  margin-left  : 93px;
  padding-left : 93px;
  background   : url('../img/images/galochka_grey.png') no-repeat 0 0;
  line-height  : 80px;
  cursor	   : pointer;
}

.vote-triumf input[type=radio]:not(old):checked + label{
  background   : url('../img/images/galochka_green.png') no-repeat 0 0;
}

#vote-button, #vote-dialog  button, .vote-button{
	background-color: #f1593a;
	border-radius: 5px;
	color: white;
	padding: 15px 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	border-width: 0px;
	margin-top: 20px;
	cursor: pointer;
	display: inline-block;
}
#vote-button:hover, #vote-dialog button:hover, .vote-button{
	background-color: #de573b;
}

#vote-bg{
	position: fixed;
	background-color: black;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0px;
	left: 0px;
	display: none;
}

#vote-dialog, #vote-result-dialog, #vote-error-dialog {
	position: fixed;
	background: linear-gradient(to right, #E2E734 0%,#f8ffe8 52%,#f8ffe8 52%,#E2E736 100%);
	width: 400px;
	height: 200px;
	top: 20%;
	left: 50%;
	margin-left: -150px;
	z-index: 1000;
	padding: 40px;
	text-align: center;
	display: none;
}

#vote-result-dialog{
	width: 600px;
	height: 250px;
	margin-left: -300px;
}

#vote-result-dialog p{
	text-align: left;
}

#vote-dialog h2, #vote-result-dialog h2, #vote-error-dialog h2{
	color: #172517;
	text-shadow: 1px 1px 0 rgb(163, 184, 165);
}

#vote-dialog input[type='text']{
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px !important;
  min-width: 200px;
  width: 100%;
  height: 40px;
  border: 1px solid #8CA3AE;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
  font-weight: normal;
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}



.close-button{
	width: 30px;
	height: 30px;
	/*background-color: red;*/
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: url(../img/close.png);
	background-size: 100%;
}

.codes-triumf{
	padding: 40px;
}
.codes-triumf table{
	width: 100%;
}
.codes-triumf table td{
	height: 50px;
	vertical-align: center;
	text-align: center;
}
/*-------- End of Triumf vote block ------------*/

.results-triumf{
	padding: 40px;
}

.results-triumf h1{
	margin-top: 50px;
	margin-bottom: 10px;
}

.results-triumf h3{
	margin-top: 30px;
	margin-bottom: 10px;
}

.results-triumf table{
	width: 100%;
}
.results-triumf table td, .results-triumf table th{
	height: 50px;
	vertical-align: center;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.5);
	padding-left: 10px;
}
.results-triumf h3+p{
	font-weight: bold;
}
.results-triumf .votes{
	float: right;
	padding-right: 82px;
	font-weight: bold;
}

div#content_news_text img {
    width: 225px;
    height: auto;
}

input[type=text], input[type=password], select{
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #8BDE7B;
	padding: 5px;
}

area,input,img,button, 
area:active,input:active,img:active,button:active, 
area:focus,input:focus,img:focus,button:focus {
    outline: none;
}

.dp-button{
	background: #34d981;
	background-image: -webkit-linear-gradient(top, #34d981, #2bb857);
	background-image: -moz-linear-gradient(top, #34d981, #2bb857);
	background-image: -ms-linear-gradient(top, #34d981, #2bb857);
	background-image: -o-linear-gradient(top, #34d981, #2bb857);
	background-image: linear-gradient(to bottom, #34d981, #2bb857);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor:pointer;
	/*width: 100%;*/
}

.dp-button:hover {
  background: #1eeb7e;
  background-image: -webkit-linear-gradient(top, #1eeb7e, #18c94d);
  background-image: -moz-linear-gradient(top, #1eeb7e, #18c94d);
  background-image: -ms-linear-gradient(top, #1eeb7e, #18c94d);
  background-image: -o-linear-gradient(top, #1eeb7e, #18c94d);
  background-image: linear-gradient(to bottom, #1eeb7e, #18c94d);
  text-decoration: none;
}
.dp-button-red {
	background-image: linear-gradient(to top, #ff3719, #ff3622, #ff3629, #ff3630, #ff3636);
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor:pointer;
}
.dp-button-red:hover {
	background-image: linear-gradient(to bottom, #ff3719, #ff3622, #ff3629, #ff3630, #ff3636);
}

#anons-month{
    color: white;
    position: absolute;
   /* top: 15px;
    left: 151px; zima */
	top: 20px;
    left: 162px;
    font-family: Arial;
    text-transform: uppercase;
}

#anons-text{
    color: white;
    font-family: Arial;
    position: absolute;
    top: 61px;
    left: 281px;
    font-size: 45px;
    text-shadow: 2px 2px green;
    font-weight: bold;
}
#MEGAMAIN{
	margin: auto;
	width: 969px;
}
#imheadlog{
	width: 94px;
	height: 122px;
}
#link-info{
	color:#fff;
	font-size:14pt;
}
#link-cdut{
	color:#92000A;
}
#link-cdut-b{
	font-size:16pt;
}
#ps-albums-img-1{
	left:90px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#ps-albums-img-2{
	left:385px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#ps-albums-img-3{
	left:685px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#ps_container{
	display:none;
}
#ps_next_photo{
	display:none;
}
#temp{
	float:left;
}
#temp2{
	float:right;
	width:89px;
}

#paging-news-news-list{
	position: relative;
	min-width: 100px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	word-spacing: 6px;

}

.news-articles-td-1 div{
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 200px; 
	height: 100px; 
	box-shadow: 5px 5px 5px #3f3f3f;

}
.news-articles-td-2{
	width: 90%;
	position: relative; 
	left: 8px;
}
.news-articles-td-2-div-1 {
	position: absolute; 
	top: 15px;
}
.news-articles-td-2-div-2{
	display: inline-block; 
	text-align: right;
}
.current-page{
	color: #ff0000;
}
#menu{
	float:right;
}
#quik-links{
	padding-top:40px;
	font-family:'Corbel','Courier New','Lucida Sans Unicode','Lucida Sans','Lucida Grande';
	font-size: 1em;
}
.link{
	color:#fff;
}
#content_middle, #content_right{
		text-align:justify;
}
.first-page-img{
	width: 490px;
}
.video-header{
	color:red;
	margin-top: -18px;
	text-align:center;
	text-transform: uppercase;
}
button[class='video__play js-video-play']{
	background-image: url('../img/youtube-logo-hd-8.png');
	width: 110px;
	height: 70px;
	position: absolute;
	left: calc(50% - 55px);
	top: calc(50% - 35px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,0);
	border: 0px;
	cursor: pointer;
}
div[class='video__item js-video-item'] {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	
	
	background-size: cover;
}
button[class='video__play js-video-play']:hover{
	background-image: url('../img/youtube-logo-hd-8-hover.png');
}
.news-articles{
	height: 125px;
}
.news-articles-td-img{
	height: 25px;
	width:25px;
	border: 0px;
}
.news-articles-td-2-strong{
	color: black;
}
#news-list-table{
	width: 700px;
}
.news-articles-td-3{
	width: 12%;
}
#view-table{
	width: 750px;
}
#view-table-tr-td-h1{
	color:#478207;
}
#ckeditor-text a{
	color:#478207;
}
#view-table-tr-td-div{
	clear: both;
}
#view-table-tr-td-div-div{
	margin: 10px 10px 10px 0px;
	float: left;
}
#view-table-tr-td-div-div-a-img{
	height: 150px;
}
.include-list-table{
	width: 700px;
}
#article-list-table-tr-td-1{
	width: 120px;
	height: 80px;
}
.article-list-table-tr-td-1-img{
	height: 80px;
}
#article-list-table-tr-td-2{
	width: 90%;
}
#article-list-table-tr-td-3{
	width: 12%;
}
.blogs-list-table-tr-td-2{
	width: 90%;
}
.blogs-list-table-tr-td-3{
	width: 12%;
}
.article-list-table-tr-td-img{
	height: 25px;
	width: 25px;
	border: 0px;
}
.blogs-list-table-tr-td-1{
	width: 10%;
}
#canvas{
	width: 500px;
	height: 330px;
	background-color:black;
}
#blogs-list-table-tr-2-td-1-img{
	width: 110px;
}
#blogs-list-table-tr-2-td-1-img{
	width: 110px;
	height: 80px;
}
.blogs-list-table-tr-td-3-img{
	height: 25px;
	width: 25px;
	border: 0px;
}
.blogs-list-table-tr-td-4-img{
	height: 25px;
	width: 25px;
	border: 0px;
}
.blogs-list-table-tr-td-1-img{
	width: 110px;
	height: 80px;
}
#typed-list-table-tr-td-1{
	width: 120px;
	height: 80px;
}
#typed-list-table-tr-td-2{
	width: 90%;
}
#typed-list-table-tr-td-1-img{
	height: 80px;
}
#typed-list-table-tr-td-3{
	width: 12%;
}
.typed-list-table-tr-td-3-a-img{
	height: 25px;
	width: 25px;
	border: 0px;
}
.typed-list-table-tr-td-3-a-img{
	height: 25px;
	width: 25px;
	border: 0px;
}
.registration-form-div-4-div-2-div-span-img{
	height: 23px;
	width: 23px;
}
#inbi{
	background: url('../User/images/datepicker.jpg');
}
#registration-form-div-div-input-1{
	background: url('../User/images/datepicker.jpg');
}
#logo-img{
	width: 965px;
}
#quik-links-2{
	padding: 30px 0px 0px 120px;
}
#enter-div-div-font, #reg-div-font, #registration-form-div-div-font{
	color: red;
}
#registration-form-div-2-div-5-select, #registration-form-div-2-div-7-select{
	width: 146px;
}
#user_editor1{
	width:500px;
}
#registration-div-form-div-2-div-7-select{
	height: 150px;
	width: 589px;
	margin-top: 10px;
}



