@charset "utf-8";
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
  background-color: #ffffff;
  color: blue;
  border: 1px solid #323031;
  margin: 0 2px;
}

.pagination a.active {
  background-color: #a21d0a;
  color: white;
  border: 1px solid #a21d0a;
}
.pagination a:hover:not(.active) {
	border: 1px solid #4CAF50;
	background-color: #a21d0a;
}
/* CSS Search */

/* Form wrapper styling */
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
.form-wrapper {
    width: 430px;
    padding: 15px;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

/* Form text input */

.form-wrapper input {
    width: 300px;
    height: 40px;
    padding: 10px 5px;
    float: left;    
    font: bold 15px;
    border: 0;
    background: rgba(0,0,0,.4);
    border-radius: 3px 0 0 3px; 
	border-radius: 10px;	
	color:#fff;
	font-weight: bold;
}

.form-wrapper input:focus {
    outline: 0;
    background: rgba(0,0,0,.6);
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #fff;
   font-weight: bold;
   font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #fff;
    font-weight: bold;
    font-style: italic;
}    

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 24px/40px 'myFirstFont';
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    border-radius: 10px;    
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
  
.form-wrapper button:hover{     
    background: #e54040;
}   
  
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

/* CSS Document */

*{
	margin:0 auto;
	padding:0 auto;
	font-family:Tahoma, Geneva, sans-serif;
}
div {
    display: block;
}
@font-face {
   font-family: myFirstFont;
   src: url(fonts/UTMCafetaRegular.ttf);
}
body{
width:800px;
margin:auto;
font-family:Tahoma;
background-image:url(background.png);
}
a:link { 
text-decoration: none; 
} 
#slide{
margin-bottom:3px;
margin-right:1px;
padding-top:3px;


}

/* Begin Menu */
#menu{
height:35px;
background-image:url(menu.jpg);
margin-bottom:3px;
padding-top:10px;
font-size:20px;
font-family:Arial;
}
#menu ul{
list-style-type:none;
margin:auto;
padding-left:0px;
}
#menu ul li{
float:left;
width:159px;
text-align:center;
position:relative;
}
#menu ul li a{
    color: #ffff00;
    white-space: nowrap;
	text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #1a1a1a;
    font: 25px/20px 'myFirstFont';
}
#menu ul li a:hover{
color:#ff0011;
}
#submenu{
display:none;
position:absolute;z-index:90;
background-image:url(bg_menu.jpg);
}
#submenu li{
border-right:1px solid #000000;
}
#menu li:hover #submenu{
display:block;
}
/* End menu*/

/* Begin wrapper*/
#wrapper{
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
	background-color:white;
}
/* End Wrapper*/

/* Begin header*/
#header{
			height: 150px; 
			background-image:url(header.png);
			/*margin-top: 3px;
			margin-bottom: 3px;*/
			width: inherit;
			margin-right: auto;
			margin-left: auto;
			text-align: center;			
}
.search{
width:480px;
height:30px;
margin-right:3px;
}
/* End header*/	

/* Begin content*/	
#content{
			/* Play around with the hieght and see if foot sticks to bottom at all times */
			width: inherit;
			margin-bottom: 56px;
			text-align: center;
			margin-right: auto;
			margin-left: auto;
			overflow: hidden;
}
/* End content*/

/* Begin colum*/
#left{
width:200px;
float:right;
text-align:left;
margin-right:3px;
}

#right{
width:590px;
float:left;
text-align:left;
margin-left:3px;
}
/*  begin list-ext          */
.topview .listbox-view .list-item {
    padding: 3px 0;
    margin: 0 16px;
}
.listbox-view .list-item:nth-child(odd) {
    background: #fff;
}
.listbox-view .list-item {
    display: block;
    overflow: hidden;
   
    border-bottom: 1px solid #eee;
}
.topdownloads .listbox-view .list-item .list-item-title {
    
    position: relative;
    overflow: hidden;
    display: block;
    
}
.listbox-view .list-item .list-item-title a:hover {
    color:#00ff00;
}
.listbox-view .list-item .list-item-title {
    padding-left: 40px;
    position: relative;
    overflow: hidden;
    display: block;
    height: 40px;
	font-size: 12px;
    font-weight: 700;
}
.listbox-view .list-item .list-item-title .title {
    overflow: hidden;
    width: 190px;
    max-height: 44px;
    display: block;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    padding: 0;
    background: none;
	font-size: 12px;
    font-weight: 700;
}
.listbox-view .list-item .list-item-title .item-image img {
    height: 28px;
    border-radius: 3px;
}
.listbox-view li .item-image {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 5px;
    left: 0;
    overflow: hidden;
    display: block;
}
.clearfix {
    display: block;
}


/*  end list-ext          */


/*  begin list-film          */
ul.list-film {
    overflow: hidden;
    padding: 3px;
    clear: both;
}

ul.list-film li {
    width: 23%;
    list-style: none;
    float: left;
	padding: 3px;
}
ul.list-film li img {
    background: url(../images/loading1.gif) center center no-repeat #FFF;
    display: block;
    height: 130px;
    line-height: 118px;
    width: 130px;
}
ul.list-film li .inner {
    background-image: url(../images/item_bg.gif);
	
}
ul.list-film li .inner {
    
    height: 160px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff;
    box-shadow: inset 0px 0px 0px 5px #ffffff;
}

ul.list-film li .status {
    background: #a21d0a;
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: 700;
    left: 0;
    padding: 3px 5px;
    position: absolute;
    top: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
ul.list-film li .name, ul.list-film li .name a {
    width: 100%;
    color: #3434f8;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
ul.list-film li .name, ul.list-film li .name2 {
    width: 100%;
    line-height: 16px;
    color: #bc0db2;
    font-size: 12px;
    text-align: center;
    
    
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
ul.list-film li .name, ul.list-film li .name3 {
    width: 100%;
    line-height: 16px;
    color: #bc0db2;
    font-size: 12px;
    text-align: center;
   
    
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/*  end list-film          */

#title{
display : block;	
background-image:url(bg_center_b.png);
}
#title a:hover{
color:#00ff00;
}
#title img {
float:left;
margin:5px;
}
#intro{
padding : 5px;
font-style:italic;

background-image:url(bg_center_b.png);
    
    color: #dacb46;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 6px white-space: nowrap;
    text-shadow: 1px 1px 1px #1a1a1a;
    font: 22px/20px 'myFirstFont';
}
#intro h3{
text-align:center;
font-family: myFirstFont;   
padding:5px;
}
#intro-right{
padding : 1px;
font-style:italic;

background-image:url(bg_login_m.jpg);
    
    color: #dacb46;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 6px white-space: nowrap;
    text-shadow: 1px 1px 1px #1a1a1a;
    font: 22px/20px 'myFirstFont';
}
#intro-right h3{
text-align:center;
font-family: myFirstFont; 
padding:5px;
}
#intro-top{
padding : 1px;
font-style:italic;
background-image:url(bg_slide_b.png);
    
    color: #dacb46;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 6px white-space: nowrap;
    text-shadow: 1px 1px 1px #1a1a1a;
    font: 22px/20px 'myFirstFont';
}
#back-title{
  border: 2px solid;
  padding: 10px;
  border-radius: 20px 20px;
  background-color: #300c70;
  width: 30%;
}
#back-title2{
  border: 2px solid;
  padding: 4px;
  border-radius: 20px 20px;
  background-color: #300c70;
 width: 70%;
}
#back-title3{
  border: 2px solid;
  padding: 4px;
  border-radius: 20px 20px;
  background-color: #300c70;
 width: 30%;
}
#intro-top h3{
text-align:center;
font-family: myFirstFont;   
}
#intro-download{

font-style:italic;

background-image:url(bg_center_b.png);
    
    color: #dacb46;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 6px white-space: nowrap;
    text-shadow: 1px 1px 1px #1a1a1a;
    font: 22px/20px 'myFirstFont';
}
#download{
padding : 5px;
background-image:url(bg_center_b.png);
color: #dacb46;
text-decoration: none;
}
#info{
padding : 10px;

background-image:url(bg_center_b.png);
}

/*  begin panel center           */
.panel-slide-top{
height:35px;
background-image:url(bg_slide_a.png);
}
.panel-slide-cen{
height:190px;
background-image:url(bg_slide_b.png);
padding-left : 10px;
}
.panel-slide-bot{
height:10px;
background-image:url(bg_slide_c.png);
}

.panel-top{
height:35px;
background-image:url(bg_center_a.png);
}
.panel-cen{
height:30px;
background-image:url(bg_center_b.png);
}
.panel-bot{
height:10px;
background-image:url(bg_center_c.png);
margin-bottom:3px;
}
.panel-page{
padding:10px;
text-align:center;
background-image:url(bg_center_b.png);
}
/*  end panel center           */

/*  begin panel left           */
.top{
padding : 10px;
height:16px;
background-image:url(bg_login_t.png);
}
.center{
padding : 10px;
font-size:13pt;
background-image:url(bg_login_m.jpg);
}
.center-list{
padding : 10px;
font-size:13pt;
background-image:url(bg_login_m.jpg);
}
.center  ul li a:hover{
color:#00ff00;
}
.bottom{
height:10px;
font-size:13pt;
background-image:url(bg_login_b.jpg);
margin-bottom:3px;
}
/*  end panel left           */
/* End colum*/

/* Begin footer*/
#footer{
	height: 100px; 
	background-image:url(footer.png);
	width: 800px;
	position:relative;
	display:inline-block;
	text-align: center;
	
}
/* End footer*/
