body
{
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 13px Arial, Verdana;
    background: #d6e7ff url(/images/bg.png) repeat-x top;
    color: #4b4b4b; 
}

h1, h1 span.title {

    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 5px 15px;
    color: #4b4b4b;
}


#page
{
    position: relative;
    width:1000px;
    margin:0 auto;
    background: white;
    padding: 30px 12px 0 12px;
    moz-box-shadow: 0 0 20px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.35);
    box-shadow: 0 0 20px rgba(0,0,0,0.35);
}

#header {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    height: 80px;
    background: url("/images/header_bg.png") repeat-x bottom left;
    border-radius: 10px;
}

#content
{
    padding: 20px 0;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px 10px 0px 10px;
	margin: 10px 20px;
	font-size: 14px;
	text-align: center;
	/*border-top: 1px solid #C9E0ED;*/
    color: black;
}

#footer div
{
    padding-top: 10px;
    padding-bottom: 15px;
}
      
#logo
{
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 22px;
    font-weight: bold;
    width: 212px;
    height: 98px;

}

#logo a {
    display: block;
    width: 190px;
    height: 47px;
    
    padding: 30px 5px 0 5px;
    
    color: #2f6ac2;
    text-decoration: none;
    
/*    letter-spacing: 0.5px;
    letter-spacing: 0.3px \9;
*/    
}

#logo a span{
    color: #ef4614;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}



#subtitle tr.even {
    
    background-color: #ffffff;
    
}

#subtitle tr.odd {
    background-color: #f2f2f2;
}
/*
#subtitle td {
    padding: 0;
    margin: 2px 0;

}  

*/

div.error {
    font-size:16px;
}


div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}
div.form {
    position:relative;
}

div.form .right_ {
    position:relative;
    left:1px;
    width: 360px;
    text-align: right;
    padding: 5px 0 0 0;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 1em;
    padding: 3px 0;
    margin-top: 10px;
    width: 749px;
    float: left;
}

div.rss {
    float: left;    
    padding: 0;
    margin-top: 10px;

    width: 26px;
    height: 24px;
    overflow:hidden;
}
div.rss a{
    display: block;
    width: 26px;
    height: 24px;

    background: transparent url(/images/rss.png) no-repeat 0 0;
}
div.rss a:hover {
    background: transparent url(/images/rss.png) no-repeat 0 -25px;
}

div.add_subs {
    float: left;
    padding: 0;
    margin-top: 10px;

    width: 219px;
    height: 24px;
    overflow:hidden;
    margin-right: 5px;
}

div.add_subs a {
    display: block;
    width: 228px;
    height: 24px;

    background: transparent url(/images/add.png) no-repeat 0 0;
    color: #6b6b6b;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

div.add_subs a:hover {
    background: transparent url(/images/add.png) no-repeat 0 -25px;
    text-decoration: none;
}

div.breadcrumbs a
{
    text-decoration: none;
    font-weight: bold;
}

div.breadcrumbs span
{
	
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}


.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}


/* SEARCH AREA */
.searcharea {    
    position: absolute;
    margin:0;
    top: 65px;
    left: 234px;
    width:789px;
    height: 43px;
}

.searcharea input.search, input.gsc-input {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 431px !important;
    height: 30px;
    
    padding: 0 8px 0 8px !important;
    
    color: #003B94 !important;
    border:0 !important;
    font-size: 14px !important;
    font-weight: 600;
}      

.searcharea input.search.light, input.gsc-input {
    color: #99b4dc;    
}

#search input[type="submit"], input.gsc-search-button {
    position: absolute;
    top: 7px;
    left: 461px;
    width: 76px;
    height:30px !important;
    background: url(/images/button_search.png) top left no-repeat !important;
    padding: 0 !important;
    border: 0 !important;
    cursor: pointer;
    margin-left:0 !important;
    text-indent:-9999px !important;
}

#search input[type="submit"]:hover, input.gsc-search-button:hover {
    background-position: 0 -31px;
}

#search input[type="submit"]:active, input.gsc-search-button:active {
    background-position: 0 -62px;
    height:32px;
    width: 78px;
}

#search .clear, div.gsc-clear-button {
    position: absolute;
    top: 15px;
    left: 433px;
    width: 13px;
    height:13px; 
    background: url(/images/ic_close3.png) no-repeat !important;
    cursor:pointer !important;
    margin-left: 0 !important;
}
.adv_search {
    width: 999px;
    height: 46px;
    position: relative;
    background: url(/images/advsearch_bg.png) repeat-x top;
    border-bottom: 1px solid #91b8e7;
    display: none;
    border-radius: 7px;
    margin: 4px 0 20px 0;
}

.adv_search div.fields{
    position: relative;
    top: 12px;
    left: 30px;
    
    margin: auto auto;
       
}

.adv_search .close {
    position: absolute;
    top: 6px;
    left: 980px;    
    width: 13px;
    height:13px; 
    background: url(/images/ic_close.png) no-repeat;
    cursor:pointer;      
}

.adv_search select.year {
    width: 40px;
    border-right: 0;
}

.adv_search input.year {
    width: 40px;  
    border-left: none;    
    margin:0;
}

.adv_search select {
    /*position: absolute;
    top:1px; */
    width: 100px;
    height:20px;
    margin: 0 0 0 7px;
    padding: 1px;
    
    border:1px solid #707070;
    
    -moz-box-sizing: content-box; /* Для Firefox */  
    box-sizing: content-box;
}

.adv_search input {
/*    position:absolute;
    top:1px;      */
    height:20px;    
    margin: 0 0 0 7px;        
}

.adv_search input[type="checkbox"] {
    height:12px; 
}

.adv_search .fields div.lang {
    height: 22px;
    position: absolute;
    top:0;
    left:0;
    width:250px;    
}

.adv_search .fields div.format {
    height: 22px;
    position: absolute;
    top:0;
    left:250px;;
    width:200px;    
}

.adv_search .fields div.year {
    height: 22px;    
    position: absolute;
    top:0;
    left:450px;;
    width:220px;    
}

.adv_search .fields div.year input{
    position: relative;
    top:0;
    width: 46px;
    text-align: center;
    border:1px solid #707070;
    border-left:none;
    float: right;
    margin: 0;
}

.adv_search .fields div.year select{
    position: relative;
    top:0;
    width: 44px;
    padding-left:4px;
    float: right;
    margin-right: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .adv_search .fields div.year input{
        height: 20px;
        padding: 0;
    }
    .adv_search .fields div.year select{
        height: 22px;
    }
}

.adv_search .fields div.add {
    height: 22px;
    position: absolute;
    top:0;
    left:700px;;
    width:250px;    
    padding: 3px 0 0 0;
}

.adv_search .fields div.add img{    
    position: relative;
    top:2px;
    padding: 0 10px 0 4px;
}


.adv_search .fields select {
    position: absolute;
    top:0;
    right: 0;
}

.adv_search .fields span {
    display: block;
    position: absolute;
    top:0;    
    right: 110px;
    text-align: right;
    height: 18px;
    padding: 4px 0 0 0;
}




.show_btn {
    position: absolute;
    top: 7px;
    left: 559px;
    width: 181px;
    height: 25px;
    background: #4398FF url(/images/adv.png) top center no-repeat;
    padding: 2px 25px 3px 4px;
    cursor: pointer;
    color: #ecf4ff;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
}


.show_btn:hover {
    background-position: 0 -32px;
}


/* USER AREA */ 
.userarea {
    position: absolute;
    top: -32px;
    right: 0;
    padding: 6px 0 0 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
}

.userarea span{
    line-height: 22px;
}

.userarea a {
    text-decoration: none;
}

.userarea a:hover {
    text-decoration: underline;
}


.languagearea {
    height: 29px;
    position: absolute;
    top: 0px;
    right: 27px;
    padding: 0;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    color: white;
}

.languagearea img {
    position: relative;
    
    top: 4px;    
}

/***** SUBMENU BEGIN *****/
.submenu {
    position: relative;
    
    height: 45px;
    width: 100%;
    margin: 0;    
    padding: 5px 0 0 0;
    text-align: center;
    
    list-style-type: none;
}

.submenu .head {
    width: 79px;
    height: 19px;
    padding: 4px 0 0 0;
    margin-right: 12px;
    position: relative;
    left:0;
    top:0;    
    float:left;
    
    font-size: 14px;       
    font-weight: bold;    
    
    text-align: left;
}

.submenu .item {
    width: 163px;
    height: 19px;
    padding: 0;
    
    margin: 0 10px 0 0 ;
  
    float:left;
    border: 1px solid #c3c3c3;
    font-size: 13px;
    font-weight: bold;
    color: #003B94;
    background: #598AD3 url(/images/but_grey_bg.png);
}

.submenu .item a:visited {
    color: #003B94;   
}

.submenu .item.last {   
    margin: 0;
}

.submenu .item.selected a, .submenu .item a:hover{
/*    border: 1px solid #598AD3;*/
    
    color: #ef4614;
    
}

.submenu .item.selected, .submenu .item:hover {
    border: 1px solid #ef4614;
}

.submenu a {   
    border: none;   
    display:block;
    text-decoration: none;
    line-height: 19px;
}

/***** SUBMENU END *****/

#sidebar .space {
    height: 20px;
}

.search_results {
    width: 100%;
    border: 1px solid #5b8bd4;
    margin:0;
}
.search_results.top {
    border: 1px solid #B8D5FF;
}

.search_results.episodes tr{
    height: 30px;
}

.search_results tr{    
    border-top: 1px solid #B8D5FF;
    height: 35px;
}

.search_results tr.season_header{    
    border: none;
    background-color: #fbf6b2;
}

.search_results tr.season_header td{    
    font-weight: bold;
    color: #003B94;    
}


.search_results th {
    
    
}

.search_results tr.head th {
    text-align: center; 
    padding: 10px 3px;
    background-color: #cee2ff;
    border-right: 1px solid #b8d5ff;      
}

.search_results.movies tr.head {
    height: 35px;
}

.search_results tr.head th.subname {
    padding-left: 10px;
}

.search_results.movies tr.head th.subname span{
    font-weight: normal;
    font-size: 12px;
}

.search_results.languages td {
    padding: 7px 18px !important;
}


.search_results td{
    border: none;
    border-top:1px solid #B8D5FF;
    border-right:1px solid #B8D5FF;
    padding-left: 8px; 
    padding-right: 8px; 
}

.search_results tr.even  {
    background-color: #ffffff;
    
}

.search_results tr.odd {
    background-color: #f8fbff;
    
}

.search_results .subname, #search_results .search_results td.subname {
    width: 400px;
    padding: 4px 10px;
    margin: 0;    
    max-width: 400px;
    overflow-x: hidden;
}

.search_results .episodes .subname {
    width: auto;
}

.search_results .lang, .search_results .hearing, .search_results .hd, .search_results .rating {
    width:20px;
    margin:0;
}

.search_results .date {
    width:80px;
    margin:0;
}

.search_results .count {
    width:50px;
    margin:0;
}

.search_results.movies .subname {
    position: relative;
}

.search_results.movies tr {
    height: 59px;
}

.search_results.movies td span{
    position: absolute;
    top: 17px;    
    left: 50px;
}

.search_results.movies td span.movie_name{
    top: 16px;
}

.search_results.movies td span.cast{
    top: 34px;
    color: #4f4f4f;
}

.search_header {
    height: 50px;
    padding-left: 10px;
    font-weight: bold;
}

.search_header h1 span {
    color: #ef4614;    
}

.search_results .download {
    width:44px;
    margin:0;
}

.search_results .lang_sub_cnt {
    width:44px;
    text-align: right;
}


.search_result .movie_name {

}

.search_result .subtitle_name {
       
}

.subname .movie_name a {
    font-weight: bold;
    color: #003b94;    
    text-decoration: none;
} 

.subname .subtitle_name a{
    text-decoration: none;
    color: #1c7a09; 
    font-size: 11px;
}

.subname .movie_name a:hover, .subname .subtitle_name a:hover{
    text-decoration: underline;
}

.pager {
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    width: 720px;
    padding: 2px 10px 0 10px;
    margin: 10px 0 0 0;
    
    background-color: #598ad3;
    color: #ffffff;    
    font-weight: bold;
    font-size:13px;
}


ul.yiiPager .selected a {
    margin: 10px 0 0 0;
}

.dateselector {
    position: relative;
    top: 0;
    left: 0;
    height: 108px;
    width: 720px;
    padding: 0 10px 12px 10px;
    margin:0;
    background-color: #ffffff;
}

.dateselector.letters {
    height: 69px;
}

.dateselector.languages{
    height: 29px;  
    width: 675px;
    padding: 0 5px 0 10px;
}

.dateselector.languages .header, .blue_header .header {
    float:left;
    color: #FFEF3B;
    font-size: 16px;
    font-weight: bold;
    
    width: 250px;
    height: 24px;
    padding-top:5px;
}

.headering .filters{
    height: 20px;
    width: auto;
    margin-top: 0px;
    padding: 0 4px;
    
    position: relative;
    float:right;
    
    font-size: 13px;
    font-weight: bold;
    color: #003B94;    
}

.headering .filters div {
    float:left;
    margin-top: 1px;
}

.headering .filters div.itm{
    padding: 0 17px 0 14px;
    background: transparent url('/images/ic_close4.png') no-repeat right;

    font-size: 13px;
    font-weight: bold;
    color: #003B94;    
    
    cursor:pointer;
    
    vertical-align: bottom;
}

.headering .filters div.itm:hover{
    background: transparent url('/images/ic_close4_up.png') no-repeat right;
}

.headering .filters div.itm a{
    text-decoration: none;
}

.dateselector.genres {
    min-height: 170px;
}

.outer {
    padding: 0 0 10px 10px;
}

.dateselector h1, .alphabet h1, .outer h1{
    color: #ef4614;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin:0;    
}

.dateselector h1 {
    padding:0;
}

.alphabet h1{
    color: #ef4614;
    padding: 8px 0 0 2px;    
    font-size: 14px;
}

.dateselector h1 a{
    padding-right: 20px;
    color: #d6e6ff;
    text-decoration: none;
}

.outer h1 a{
    padding-right: 20px;
    text-decoration: underline;
}

.dateselector h1 a:hover{
    text-decoration: underline;
}

.outer h1 a:hover{
    text-decoration: none;
}


.dateselector.languages h1{
    padding: 7px 0 0 0; 
}

.dateselector .year{
    position: absolute;
    top:36px;
    left:10px;    
    color: #ffef3b;
    font-size: 13px;
    font-weight: bold;
    width:50px;
    
}

.dateselector .month{
    position: absolute;
    top:58px;
    left:10px;    
    color: #ffef3b;
    font-size: 12px;
    font-weight: bold;
    width:50px;
    
}

.dateselector .day{
    position: absolute;
    top:80px;
    left:10px;    
    color: #ffef3b;
    font-size: 12px;
    font-weight: bold;
    width:50px;
    
}

.dateselector .letters, .alphabet .letters{
    position: absolute;
    top:36px;
    left:-47px;    
    color: #ffef3b;
    font-size: 13px;
    font-weight: bold;
    width:500px;    
}

.dateselector .numbers, .alphabet .numbers{
    position: absolute;
    top:36px;
    left:465px;    
    color: #ffef3b;
    font-size: 13px;
    font-weight: bold;
    width:100px;    
}

.alphabet .selected {
    background: #598ad3;
    font-weight:bold;
    border-radius: 4px;
}

.alphabet .selected a{
    color: white !important;
}

.alphabet .letters{
    top:6px;
    left:135px;    
}

.alphabet .letters.outer{
    top:6px;
    left:85px;    
}

.alphabet .numbers{
    top:6px;    
    left:110px;    
}

.alphabet .numbers.outer{
    top:6px;
    left:45px;    
}

.dateselector .name, .alphabet .name {
    position: absolute;
    font-size: 13px;
    top:0;
    left:0;
    
    color: #828384;
}

.dateselector .data, .alphabet .data {
    position: absolute;
    top:0;
    left:51px;
}
/*
.dateselector .year .item{
    position:relative;
    top:0;
    left:0;    
    width:670px;
    padding: 3px 5px;       
}
*/

.dateselector .item, .alphabet .item{
    position:relative;
    top:0;
    left:0;    
    width:670px;
    margin: 2px 2px;       
    padding: 1px 3px;       
}

.dateselector .day .item, .alphabet .day .item{
    margin: 2px 1px;
    padding: 1px 3px;       
}

.dateselector .selected {
    background: transparent url(/images/but_grey_bg.png) repeat-x bottom;    
    color:#ef4614;
    font-weight:bold;
}

.dateselector .selected a{
    color:#ef4614 !important;
    font-weight:bold !important;
}


.dateselector .item a, .alphabet .item a{    
    /*color: #ef4614;*/
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.alphabet .item a{
    color: #2f6ac2;    
}


.dateselector .item a:hover, .alphabet .item a:hover{
    text-decoration: underline;
}

/*    alphabet     */
.alphabet {
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    width: 720px;
    padding: 0 10px;
    margin:0;
    background: transparent url(/images/abc.png) repeat-x;
    border-radius: 6px;
}

/*    alphabet end */



/* common styles */

.text-center {
    text-align: center !important;
    
}

.text-right {
    text-align: right !important;
    
}

.text-left {
    text-align: left !important;
    
}

.border-right-none {
    border-right:none !important;
}


/***** SUBTITLE BEGIN *****/   
#subtitle {
    min-height: 250px;
    
}

#subtitle .header {
    padding-top: 5px;
    text-align: center;    
}

#subtitle h1 {
    display: inline;
    font-size: 18px;
    color: #4b4b4b;   
    font-weight: bold;
    padding-left:0;
    line-height:24px;
}
#subtitle .header span {
    color: #787878;   
    font-weight: normal;
    font-size: 18px;
}

#subtitle h1 span.title{
    color: #4b4b4b;
    font-weight: bold;
}

#subtitle .header img{
    /*margin-top: 15px;*/
    position:relative;
    top: 3px;
    padding: 0 5px;
}

#subtitle .subheader {
    height:15px;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;    
    color: black;
    font-size: 13px;
    font-weight: bold;
}

#subtitle .subheader a {
    font-weight: bold;
    text-decoration: underline;
    color: #003b94;
}
#subtitle .subheader a:hover {
    text-decoration: none;
}

#subtitle .subheader span {
    padding: 0 30px;
}

#subtitle .body {
    position: relative;
    padding-top: 15px;
    /*min-height: 220px;*/
}

#subtitle .thumbnail {
    width:128px;
    float: left;
}

#subtitle .descr {
    float: left;
    padding-left:19px;
    width: 593px;
    font-size: 13px;   
}

.descr button span img {
    position: relative;
    top: 3px;
    right: 5px;
}

#subtitle .download_btn {
    height: 34px;
    background: url(/images/ic_download.png) no-repeat;
    background-position: 0 0;    
    padding: 5px 0 0 40px; 
    margin: 15px auto;
    border: 0;
    display: inherit;
}

#subtitle .download_btn a,#subtitle .download_btn span{
    color: #1a9300;
    font-size:16px;
    font-weight: bold;
    text-decoration:none;
    border-bottom: 0;
    cursor: pointer;
}

#subtitle .download_btn a:hover,#subtitle .download_btn:hover span{
    color: #9bce90;
    border-bottom: 0;
}

#subtitle .download_btn:hover{
    background-position: 0 -34px;
}

#subtitle .download_btn.selected {
    display: block;
}
#subtitle .download_btn.selected a{
    color: #9bce90;
    border-bottom: 2px solid #9bce90;
}

#subtitle .download_btn.selected {
    background-position: 0 -34px;
}

#subtitle .trailer {
    padding: 0px 30px 10px 10px;
    margin:0;
    background: transparent;
    cursor:pointer;
    text-align: center;
    width: 108px;
    margin-top: 15px;
}

#subtitle .trailer.selected {
    background: #E4E4E4;
}

#subtitle .trailer img{    
    padding: 5px 5px 0 0;
    top: 1px;
    position: relative;
}

#subtitle .trailer span, .headering .preview_btn{
    color: #5e8ed4;
    text-decoration: none;
    border-bottom: 1px dashed #5e8ed4;
    font-weight:bold;
}
#subtitle .trailer:hover span, .headering .preview_btn:hover{
    color: #5e8ed4;
    text-decoration: none;
    border-bottom: 0;
}

.headering .preview_btn {
    cursor:pointer;
    color: #0058c5  !important;
}

#subtitle .trailer_body{
    display: none;
    background: #E4E4E4;
    text-decoration: none;
    border-bottom: 0;
    width:533px;
    padding: 10px 5px;
    margin: 0 0 10px 0;
    text-align: center;    
}

.preview-block {    
    display: none;
    background: #E4E4E4;
    text-decoration: none;
    border-bottom: 0;
    /*width:533px;*/
    padding: 10px 5px;
    margin-top: 10px !important;
    /*text-align: center;    */
}


#subtitle .trailer_body img{
    margin: 0 auto;
}

#subtitle .confirm .fields input[type="submit"] {
    background: #ffffff url(/images/ic_downl.png) no-repeat;
    /*background-position: 0 0;*/
    padding-left: 20px;
}

#subtitle .descr table {
    width:100%;
}

#subtitle .descr table td{
    padding: 3px 0;
    margin:0;
}

#subtitle .descr table td.icon{
    width:16px;
    padding: 3px 5px 0 0;
    
    vertical-align: top;
}

#subtitle .descr table td.name{
    width:120px;
    padding: 0 5px 0 0;
    font-weight: bold;
    vertical-align: top;
}

.movie .header, #search_results .header, .header_post {
    width: 731px;
    padding: 4px 0 4px 9px;
    background-color: #598AD3;
    color: #FFEF3B;
    font-size:13px;
    font-weight: bold;
    text-align:left !important;
    margin: 30px 0 0 0 ;
}
.header_post span{
    color: white;    
    font-weight: normal;
}

.movie .header a, #search_results .header a{
    color: #FFEF3B;
    text-decoration: none;
}

.movie .header a:hover, #search_results .header a:hover{
    color: #FFEF3B;
    text-decoration: underline;
}

.movie .body {
    width: 681px;
    padding: 0px 9px;
    /*text-align:left !important;*/
}

.movie .body a {
    padding-right: 5px;
}

.movie .body p{
    padding: 0 0 15px 0; 
    margin:0;
}
.movie .body p span{
    font-weight: bold; 
}

.movie .body img{
    position: relative;
    top: 4px;
}

.preview {
    width: 720px;
    padding: 9px 9px;
    height: 200px;
    overflow:auto;
    border:1px solid #598ad3; 
    margin-top:5px;   
}

.confirm {
    display:none;
    border: 1px solid #1a9300;
    background-color: #ecffe8;
    position:relative;
    margin: 0 0 20px 0;
}

.confirm.visible {
    display:block;
}


.confirm .capt {
    display:block;
    width: 136px;
    height: 50px;
       
    margin: 7px;
}

#subtitle .confirm .capt a img {
    position: absolute;
    top: 18px;
    left: 270px;
}

#subtitle .confirm .fields {
    position:absolute;
    top:7px;
    left: 300px;
    width: 380px;
    height: 50px;
}

#subtitle .confirm .fields span{
    display: block;
    padding: 3px;      
}

#subtitle .confirm .fields .error, .red a {
    color: red;
}

.red a:hover {
    text-decoration: none;    
}

/***** SUBTITLE END *****/   









/* ligin form */
#cboxOverlay, #cboxWrapper{
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    overflow:hidden;
}

#reportBad {
    position:absolute;
    top:30% !important;
    left:50%;  
    text-align:left !important;
}

#reportBad .cboxContent, #reportBad .cboxLoadedContent{
    height: auto !important;  
    overflow: auto !important;
}

.colorbox{
    display: none; 
    opacity: 1; 
    cursor: auto; 
    position:absolute;
    top:50%;
    left:50%;
    z-index:9999;
    overflow:hidden;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border:1px solid #598ad3;
    
    
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.7); /* Для Firefox */
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.7); /* Для Safari и Chrome */
    box-shadow: 0 0 25px rgba(0,0,0,0.7); /* Параметры тени */
}

#cboxOverlay{
    position:fixed;
    width:100%;
    height:100%;
}
#cboxOverlay{
    background:url(/images/overlay.png) 0 0 repeat;
}

#cboxOverlay{position:fixed;width:100%;height:100%;}#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

.cboxContent{
    position:relative;
    overflow:hidden;
    float: left; 
    width: 350px;
    height: 250px;
}
.cboxLoadedContent{
    overflow:auto;
    width: 350px; 
    overflow-x: hidden; 
    overflow-y: hidden; 
    height: 250px;
    color: #707070;
}
.cboxLoadedContent input {
    padding:0;
    margin:0;   
}

.cboxLoadedContent h1 {
    font-size: 18px;    
    padding: 10px 0 0 130px;
}

#reportBad .cboxLoadedContent {
/*    padding: 15px;*/
    color: black;
}

#reportBad .cboxLoadedContent h1 {
    color: red;
    margin: 5px auto;
}

.cboxLoadedContent .row {
    margin: 0 !important;
    padding: 0 15px 3px 0 !important;
}

#reportBad textarea {
    width: 315px;
    height:70px;
}
#reportBad input[type="text"], #reportBad input[type="submit"] {
    width: 170px;
}

#reportBad .captcha a {
    position: relative;
    top: -27px;
}

#reportBad .cboxLoadedContent .row {
    padding: 0 15px 3px 15px !important;
    width:auto;
}



.cboxLoadedContent input[type="text"], .cboxLoadedContent input[type="password"] {
    width: 200px;
    height: 20px;
    border: 1px solid #707070;
    color: #707070;
    font-size:18px;    
}

.cboxLoadedContent input[type="submit"] {
    width: 90px;
    height: 22px;
}

.cboxLoadedContent .hint {
    display: inline;
    padding-right:10px !important;
}

.cboxLoadedContent .row.rememberMe {
    padding: 0 0 15px 133px !important;
    text-align: left;
}

.cboxTitle{margin:0;}#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;}

.cboxClose{ 
    cursor:pointer;
}

.cboxContent{background:#fff;}

.cboxClose{
    position:absolute;
    top:5px;
    right:5px;
}


/** flags **/
#sitelangsflags,#sitelangsflags2 {
    position: absolute;

    width: 621px;
    top: 8px;
    right: -26px;
    margin: 20px 0 0 0;
    padding: 11px 16px;
    background: white;
    
    display: none; 
    
    border:1px solid #598ad3;      
    
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.7); /* Для Firefox */
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7); /* Для Safari и Chrome */
    box-shadow: 0 0 20px rgba(0,0,0,0.7); /* Параметры тени */
    
    z-index: 5;
    text-align: left;

    border-radius: 10px;
}

#sitelangsflags img,#sitelangsflags2 img{
    position: relative;
    top:3px;
    margin-right: 5px;
}

#sitelangsflags .corner,#sitelangsflags2 .corner{
    width: 19px;
    height:10px;
    position:absolute;
    top: -10px;;
    right: 23px;
    background: transparent url(/images/corner.png) no-repeat;
}    

#sitelangsflags div,#sitelangsflags2 div{
    float:left;    
    height: 20px;
    width: 150px;
    padding: 5px 0 5px 5px;
    overflow: hidden;
}    

#sitelangsflags a,#sitelangsflags2 a{
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding-left: 0px;
}  

#sitelangsflags a:hover,#sitelangsflags2 a:hover{
    text-decoration: underline;
}    

.upload_btn div{
    width: 300px;
    height: 22px;
    padding: 8px 0 0 0;
    margin:0;
    background: url(/images/button_add.png) no-repeat top left;    
    text-transform: uppercase;
    text-align: center;
}

a.upload_btn {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.upload_btn:hover {
    color: #DAE9DC;
    text-decoration: none;
}



#upload {
    position: relative;
}

#upload table {
    width: 100%;
}

#upload tr.odd td.subheader, #upload tr.even td.subheader{
    border: none;
    height: 20px;
    padding: 10px;
}

.mceLayout td {
    padding:0;
}

#upload .results td{
    height: 20px;
}

#upload tr a {
    text-decoration: none;    
}

#upload tr a:hover {
    text-decoration: underline;
}
    
#upload tr.even  {
    background-color: #ffffff;
    
}

#upload tr.odd {
    background-color: #eef6ff;
    
}

#upload img.label {
    position: relative;
    margin: 0;
    padding: 0;
    
    top:2px;
    left:5px;
}

#upload textarea {
    width: 360px;
    height: 79px;
    overflow: auto;   
    resize: none;
}

#upload input[type="checkbox"] {
    margin-left: 0;
    padding-left: 0;
    
}

#upload input[type="text"] {
    width:360px;
}

#upload input[type="search"], #upload select {
    width:180px;    
}


#upload .subheader {
    padding-left: 10px;
    width: 135px;
    overflow:auto;
    text-align: left;
}

#upload .errors {
    color: red;
}

#upload .thumbnail {
    width: 128px;
    border: 1px solid #b1c8ed;
    padding: 10px;
    background: white;
    position: absolute;
    top:10px; 
    right:10px;
}

#upload .capt {
    position: relative;    
}

#upload .capt input {
    position: absolute;
    top:20px;;
    left:160px;
    width: 114px;
}

#upload .capt a img {
    position: absolute;
    top:25px;;
    left:120px;;
}

.errorSummary {
    background: url(/images/ic_attention.png) no-repeat;
    background-position: left 1px;
}

.errorSummary p{
    padding-left: 20px;
}

.errorSummary ul {
    list-style-type: square;
}

.errorSummary li {
    color: red;
}

img.series {
    position: relative;
    top:4px;
    left: 7px;
}

ul.genre {
    width: 100%;
    margin: 0;    
    padding: 15px 0 0 0;
    text-align: left;
    
    list-style-type: none;    
}

.genre .item {
    width: 167px;
    height: 22px;
    padding: 0;
    
    margin: 0 0 0 0;
  
    float:left;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: #003B94;
}

.dateselector.genres .selected {
    background:#598ad3;
    color:#000000;
    font-weight:bold;
}

.dateselector.genres .selected a{
    background:#ffffff;
    padding: 1px 5px;
}


/*
.filters {
    position:relative;
    top: -30px;
    left:0;
    border:1px solid red;
}
*/





/************************* portlet *******************************/
.f-left {
    float:left;
}

.f-right {
    float:right;
}


/**************************/

.adminmenu .portlet
{
    width: 250px;
}

.adminmenu .portlet-decoration
{
    text-align: left; 
    padding: 3px 5px;
    width: 240px;
    height: 16px;
    background-color: #598ad3;
    color: #FFEF3B;
    font-size:12px;
    font-weight:bold;
}

.adminmenu .portlet-title
{

}

.adminmenu .portlet-content
{    
    margin: 0 0 15px 0;
    padding: 5px 8px;
}

.adminmenu .portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.adminmenu .portlet-content li
{
    padding: 2px 0 4px 15px;
    background: url(/images/ic_arrow_blog.png) no-repeat left center;
}

.adminmenu .portlet-content li a
{
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.adminmenu .portlet-content li a:hover
{
    text-decoration: underline;
}

.adminmenu .operations
{
    list-style-type: none;    
    margin: 0;
    padding: 0;
}

.adminmenu .operations li
{
    padding-bottom: 2px;
}

.adminmenu .operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.adminmenu .operations li a:visited
{
    color: #0066A4;
}

.adminmenu .operations li a:hover
{
    background: #80CFFF;
}
/**************************/

.portlet {
    width: 250px;
    overflow:hidden;  
    padding: 0 0 10px 0;

    font-size: 12px;
}

.portlet .simple {
     padding: 5px 0;
}
.portlet .simple.pad {
     padding: 5px 0 5px 20px;
}

.portlet .head {
    text-align: left;
    padding: 0 5px;
    width: 240px;
    color: #0058c5;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    background: url(/images/subhead_bg.png);
    overflow: hidden;
    border-radius: 3px;
    border-bottom: 1px solid #91b8e7;
}

.portlet .subhead {
    float: left; 
    width: 100%;
    text-align: left; 
    padding: 20px 0 8px 0;
    font-size:12px;
    font-weight:bold;
}

.portlet .flag {
    float: left; 
    width: 90px;
    padding: 3px 0;
}

.portlet .head a {
    font-weight: bold;
    color: #FFEF3B;
    text-decoration: none;
    font-size:12px;
}

.portlet th, .portlet td {
    padding: 4px 0;
}

.portlet table tr.subhead th {
    text-align: left; 
    /*padding: 10px 3px;*/
    background-color: #fbf6b2;
}

.portlet table tr.subhead th.down_cnt {
    text-align: right; 
}

.portlet a{
    font-weight:normal;
    text-decoration: underline;    
    font-size: 10px;
}

.portlet a:hover{
    font-weight:normal;
    text-decoration: underline;    
}

.portlet tr.odd {
    background-color: #eef6ff;    
}

.portlet tr.even {
    background-color: #ffffff;    
}

.portlet td {
    overflow:hidden;
    font-size: 11px;
}

.portlet td a{
    font-size: 11px;
}

.portlet td.subname, .portlet th.subname { 
    width: 224px;
}

.portlet .download td.subname, .portlet .download th.subname { 
    width: 261px;
}

.portlet td.lang, .portlet th.lang {
    width: 16px;
}

.portlet td.username, .portlet th.username {
    width: 80px;
}
.portlet td.subname_max, .portlet th.subname_max {
    width: 248px;
}

.portlet .download td.subname, .portlet .download  th.subname {
    width: 308px;
}

.portlet td.down_cnt, .portlet th.down_cnt {
    width: 44px;
    text-align: right;
}

.portlet td.separator, .portlet th.separator {
    width: 4px;        
}

.portlet ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* list-style-image: url(/images/bullet.gif);*/
    /*list-style-position: inside;*/
}

.portlet ul li {
    border-bottom: 1px solid #CEE4FF;
}

.portlet ul li div {
    width:250px;
    height:23px;
    background-color: transparent;
    display:block;
    padding-top: 7px;
}

.portlet ul li div a, .portlet ul li div a:hover {
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
    color: #003B94;
}

.portlet ul li div:hover {
    background-color: #CEE4FF;
}

.portlet ul li span.number {
    width: 8px;
    height:8px;
    background-color: #EF4614;
    border: none;
    margin: 4px 5px 0 5px;
    color: white;
    float: left;
}

.portlet ul li span.name {
    width: 160px;
    float:left;
    height:16px;
    overflow: hidden;
}
.portlet ul li span.name span {
    font-weight: normal;
}

.portlet ul li span.year {
    float:right;
    padding-right: 5px;
    font-weight: normal;
}




button, input[type="button"], input[type="submit"] {
    background: transparent url(/images/button_l_.png) repeat-x top;
    border: 1px solid #598AD3;
    border-radius: 3px;
    height:25px;
    padding: 0 0 0 0;
    overflow:visible;
    
    color: #003B94;
}

input[type="button"], input[type="submit"] {
    padding: 0 10px;
    line-height: 20px;
}

button span {
    /*background: transparent url(/images/button_r.png) no-repeat;
    background-position: top right;
    */
    display: block;
    
    padding-right: 0px;
    margin-right: 30px;
    margin-top: 0px;
    padding-top: 3px;

    width:100%;
    height:25px;    
}

button:active {
    position: relative;
    top: 1px;
    left:1px;
}

input.short {
    height: 20px;
    margin:0 auto !important;
    /* padding: 0 auto !important; */
}

#subtitle .confirm .fields button span {
    padding:0px;
}
#subtitle .confirm .fields input[type="text"] {
    height: 18px;
    margin-top:1px;
}



.message {  
    display: none;  
    position:absolute;
    top:-16px;
    left:212px;;
    
    margin: 0 auto;
    padding: 15px 15px 0 15px;
    
    z-index: 999;   
    
    width: 432px;
    height: 43px;
    
    border: none;
    border-left: 1px solid #5989D1;
    border-right: 1px solid #5989D1;
    
    background: #fbf6b2;
    
    color: #0028d1;
    font-weight: bold;
    text-align: center;
}

.actions {
    list-style: none;
    line-height: 21px;
}


.actions li{
    
}


.actions a {
    text-decoration: none;
    
    padding-right: 15px;
    
    font-size: 13px;
    font-weight: bold;
    color: #003B94;    
    background: url('/images/ic_arrow_pages.png') center right no-repeat;
}

.h32 {
    height: 32px;
}

.bold {
    font-weight: bold;
}

.search_results tr.head.yellow th {
    background-color: #FBF6B2;
}

.top_header {
    height: 40px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 0px;
}

.top_header h1 span {
    color: #ef4614;        
}
.top_header h1 {
    padding-top:10px;
}

.top_header h1 span.top_subtitles, .top_header h1 span.top_series, .top_header h1 span.top_movies {
    width: 50px;    
    padding: 5px 0 5px 50px;
    background: url('/images/ic_top_films.png') left center no-repeat;
    
    color: #ed1d25;
}

.top_header h1 span.top_series {
    background: url('/images/ic_top_tv.png') left center no-repeat;    
}

.top_header h1 span.top_movies {
    background: url('/images/ic_top_subt.png') left center no-repeat;    
}






.post
{
    margin: 0 0 20px;
    padding: 0 10px 0 10px;
}

.post.list
{
    border-bottom: 1px solid #C9E0ED;
}

.post .title
{
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}

.tables .post .title
{
    font-size: 18px;
    margin-bottom: 1px;
    font-weight: bold;
}
.tables  .post.list
{
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.table_left {
    float:left;
}
.table_right {
    float:right;
}

.table_left span.name,.table_right span.name {
    padding-left:10px;
    width:280px !important;
}


.table_left span.counter, .table_right span.counter, .table_left span.readmore, .table_right span.readmore  {
    color: #737373;
    font-weight: bold;
}

.post .title a
{
    color: #003B94;
    text-decoration: none;
    /*border-bottom: 1px solid #003B94;    */
    font-weight: normal;
}

.post .title a:hover
{
    border-bottom: 1px solid #003B94;
}



.post .title a:hover
{
    border-bottom: none;
}

.post span.date {
    color: #1C7A09;
    padding-right: 20px;
}

.post span.comments {
    color: #2b2b2b;
    padding-left: 15px;
    background: url(/images/ic_blog_comm.png) center left no-repeat;
}

.post .content {
    padding: 15px 0;
    line-height: 19px;
    text-align:justify;
}

.post .author
{
    color: #888;
    margin: 0 0 5px;
}

.post .nav
{
    -moz-border-radius:7px;
    padding: 5px;
    background: #EFFDFF;
}

.comment
{
    -moz-border-radius:7px;
    padding: 0 10px;
    margin: 10px 0;
    border-bottom: 1px solid #E7E7E7;
}

#comments h3 {
    padding-left:20px;
    display: inline;
}

#comments h3 span{
    color: #003B94;
    border-bottom: 1px solid #003B94;
    cursor: pointer;
    background: url(/images/ic_plus.png) no-repeat left center;
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: bold;
}

#comments h3 span:hover{
    border-bottom:none;
    border-bottom:1px dashed #ffffff;
}

.comment .content
{
    margin: 10px 0;
}

.post .content img 
{
    display:block;
    margin: 10px auto;
}

.comment .author
{
    margin: 5px 0;
    padding: 0 0 20px 0;
    padding-left: 18px;
    background: url(/images/ic_us.png) top left no-repeat;
}

.comment .time
{
    color: #888;
    font-size: 0.8em;
}

.comment a.cid
{
    color:#CCC;
    float:right;
    font-size:12px;
    padding:0 5px 5px 5px;
    text-decoration: none;
}

.comment a.cid:hover
{
    color:#555;
}

.comment .pending
{
    color:red;
}

.comment .date {
    font-size: 11px;
    padding-left: 20px;
    padding-right: 10px;
}



.delete_button {
    width: 16px;
    height: 8px;
    padding: 0 10px;
    
    background: url(/images/ic_close2.png) no-repeat center left;
}


.defaultSkin table td {
    padding: 2px;
}

.headering {
    color: #0058c5;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 0 0 10px;
    margin: 15px 0 10px 0;
    width: 730px;
    height: 24px;
    background: url(/images/subhead_bg.png);
    overflow: hidden;
    border-radius: 3px;
    border-bottom: 1px solid #91b8e7;
}

.headering a{
    color: #EF4614;
    text-decoration: none;
}
.headering a:hover{
    text-decoration: underline;
}

.recent_movies {
    width: 740px;
/*    position:relative;       */
}

.recent_movies a {
    font-weight: normal;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.recent_movies .movie:hover {
    background-color: #cee4ff;
}

.recent_movies .movie{
    float:left;
    width: 138px;
    padding: 5px 4px 5px 5px;    
    overflow: hidden;
    
    text-align:center;
    font-weight: bold;
    background: transparent;
    cursor:pointer;
}

.recent_movies .movie span{
    display:block;
}
.recent_movies .movie span.name{
    color: black;
    height:34px;
    overflow:hidden;
}

.recent_movies .movie img{
    padding: 0 0 10px 0;
}

.recent_movies .movie .link{
    padding-top:5px;
    color: #1C7A09;
    font-weight: normal;
    font-size: 11px;
}
.recent_movies .movie .year{
    padding-top:5px;    
    font-weight: normal;
    font-size: 12px;
    color: #666666;
}

.tables {
    width:740px;
    /*
    position:relative;
    top:0;
    */
}

/**************************************************************/
ul.table_small {
    width:365px;
    list-style: none;
    padding:0;
    margin:0;
}

ul.table_small li{
    border-bottom: 1px solid #C9E0ED;
    height:30px;
}

ul.table_small li div{
    text-decoration: none;
    width:100%;
    display: block;
    height:30px;
    font-size:12px;
}

ul.table_small li.head a {
    text-decoration: none;
}
ul.table_small li.head a:hover {
    background: transparent;    
}


ul.table_small div:hover{
    background-color: #cee4ff;
}
ul.table_small a, ul.table_small a:hover{
    text-decoration: none;
}


ul.table_small li span {
    display:block;
    height:20px;
    line-height:20px;
    position:relative;
    top:5px;
}

ul.table_small li span.number {
    width:20px;        
    background-color:#ef4614;
    border: none;
    border-radius: 4px;
    
    margin: 0 10px;
    
    color:white;
    font-weight:bold;
    text-align:center;
    float:left;
}

ul.table_small li span.number.blue {
    background-color:#598AD3;
}

ul.table_small li.head {
    border-bottom: 2px solid #598ad3;
    height:30px;
    margin-top: 30px;
}

ul.table_small li.head span.number {
    width:20px;        
    background-color:#598ad3; 
    border: none;
    border-radius: 4px;
    
    margin: 0 10px;
    
    color:white;
    font-weight:bold;
    text-align:center;
    float:left;
}

ul.table_small li span.name {
    float:left;
    width:210px;
    overflow: hidden;
    word-wrap: normal;
}

ul.table_small li span.name.blue {
    width:263px;
}

ul.table_small li span.counter, ul.table_small li span.readmore {
    float:right;
    padding-right: 10px;
    width:35px;
    text-align:right;
}
ul.table_small li span.year {
    float:right;
    padding-right: 10px;
    width:55px;
    text-align:right;
}

ul.table_small li span.readmore {
    width:150px;
    background: url(/images/ic_plus.png) no-repeat right center;
    margin-right: 12px;
    padding-right: 15px;
    font-weight: normal;
}
ul.table_small li span.readmore a{  
    display:inline;
    border-bottom:1px dashed #003B94;
}
ul.table_small li span.readmore a:hover{  
    border-bottom:none;
}

ul.table_small li span.flag {
    float:right;
    width:16px;
    padding: 0 10px;
}

ul.table_small li span.flag img{    
    margin-top: 4px;
}

/*  */

.nonunderline a{
    text-decoration: none;
}

.break {
    height:30px;
}

.break_small {
    height:10px;
}

.blue_header {
    background: #598AD3;
    color: #FFEF3B;
    font-size: 16px;
    font-weight: bold;

    height: 24px;
    padding: 10px 10px 5px 10px;    
}

.blue_header.top{
    background: #CEE4FF;
    color: #EF4614;
}

.blue_big a{
    text-decoration: none;
    font-size:18px;
}

.blue_big a:hover {
    text-decoration: underline;
}

.legend{
    width:100%;
    padding: 30px 0;
}
.legend span {
    float:left;
    width: 250px;
    padding-left: 40px;
}
.legend span img{
    position: relative;
    top:3px;
}

.clear {
    clear:both;
}

#jTruncate p {
    padding:0;
    margin:0;    
    text-indent: 20px;
    text-align:justify;    
}

.request{
    padding: 10px 0;
}
.request a{
    text-decoration: none;
}

.request a:hover{
    text-decoration: underline;
}

.badreport a{
    color: #4B4B4B !important;
    cursor: pointer;    
    text-decoration: underline;
}
.badreport a:hover{
    text-decoration: none;
}
#rating_td {
    color: red;    
}
#rating_td span{
    color: #4B4B4B;
}
.aka {
    font-size: 14px;
}

.langs_list {
    width: 720px;
    padding: 0 10px;
    height: 75px;
    margin: 10px 0 20px 0;
    
    overflow: hidden;
}

.langs_list span.item {
    display:block;
    width: 134px;
    height:16px;
    padding: 5px;
    float:left;
    overflow: hidden;
}

.langs_list span.counter {
    font-size: 11px;
    color: #9e9e9e;
}

.langs_list span.item a{
    font-size:12px;
    text-decoration: none;
    display: block;
    height: 16px;
    overflow: hidden;        
}

.langs_list span.item a img{
    margin-right:5px;
}

#show_all, #show_less {
    color: #09F;
    text-decoration: underline;
    cursor:pointer;
}
#show_all:hover, #show_less:hover{
    text-decoration: none;    
}

#show_less {
    display:none;
}

.langs_list.all {
    height: auto !important;
}

.subtitle_vote {
    padding: 15px;
}

.viewmore {
    float:right; 
    padding: 0 10px 0 0;
}

.expand .summary p, .expand .details p {
    margin: 0 0 0 5px;
    text-indent: 10px;
}

.comment .rating {
    float: left;
    background: url(/images/ic_stars_1.png) no-repeat;
    width: 97px;
    position: relative;
    height: 16px;
    margin: 0 11px 0 0;
}

.comment .rating span {
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
    background: url(/images/ic_stars_2.png) no-repeat;
    width: 97px;
}

.useful {
    font-size:11px;
    color: #ef4614;
    height: 25px;
}
.useful div{
    float:left;
}
.useful.voted {
    opacity: 0.5;
}
.useful.voted .yes, .useful.voted .no {
    cursor: auto;
}
.useful .yes, .useful .no {
    background: url(/images/ic_comm_useful_p.png) no-repeat;
    padding-left: 18px;
    height: 14px;
    margin: 0 5px;
    font-size:11px;
    color: black;
    cursor: pointer;
}
.useful .no {
    background: url(/images/ic_comm_useful_m.png) no-repeat;
}

#comments{
    padding: 0 0 20px 0;
    clear: both;
}

#comments #upload {
    padding: 10px 0 0 0;
}

#comments .header {
    color: #EF4614;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 0 10px 0;
    text-align: left;
}

#comments .header span{
    color: black;
}

.available {
    font-size: 22px;
    color: #EF4614;
    padding: 20px 0;
    margin: 0 auto;
}

.countdown {
    font-size: 30px;
    font-weight: bold;
    color: #1A9300;
    line-height: 64px;
    padding-left:40px
}
.countdown img{
    position:relative;
    top:5px;
    left:-10px;

}

#up a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}
#up a:hover {
    text-decoration: underline;
}


.line {
    width: 440px;
    float: left;
    padding: 0 10px 0 0;
    overflow: hidden;
    height: 16px;
}

.green a {
    color: #1a9300;
    text-decoration:none;
    font-size:13px;
    font-weight: bold;
}
.green a:hover, .white a :hover {
    text-decoration:underline;
}
.white a {
    color: white;
    text-decoration:none;
    font-size:13px;
    font-weight: bold;
}

.ssearch {
    display:none;
}


#content .portlet ul li div,
#content .portlet,
#content .portlet .head,
#content .portlet-content {
width:100%;
} 

.block-input {
    position: absolute !important;
    right: 0 !important;
    top: -4px !important;
}

.clear-for-mobile,
.clear-for-mobile-552 {
    display: none;
    content: "";
    clear: both;
    width: 100%;
}
.for-mobile-440 {
    display: none;
}

@media (max-width: 1040px) {
    #page {
        width: 100%;
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
        moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .container {
        width: 100%;
    }
    .span-17 {
        width: 100%;
        width: -webkit-calc(100% - 260px);
        width: -moz-calc(100% - 260px);
        width: calc(100% - 260px);
    }
    .headering {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
    }
    .recent_movies {
        width: 100%;
    }
    .show_btn {
        width: 131px;
        padding: 2px 4px 3px 4px;
    }
    .jqueryslidemenu {
        width: 77%;
        width: -webkit-calc(100% - 234px);
        width: -moz-calc(100% - 234px);
        width: calc(100% - 234px);
    }
    .languagearea {
        right: 3px;
    }
    .userarea {
        right: 10px;
    }
    .recent_movies .movie {
        width: 32%;
    }
    .tables {
        width: 100%;
    }
    ul.table_small {
        width: 50%;
    }
    .table_left ul.table_small,
    .table_right ul.table_small {
        width: 100%;
    }
    .searcharea {
        width: 77%;
        width: -webkit-calc(100% - 234px);
        width: -moz-calc(100% - 234px);
        width: calc(100% - 234px);
    }
    .dateselector,.dateselector.languages {
        width: 72%;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        height: auto;
    }
    .dateselector.languages {
        padding-bottom: 10px;
    }
    .alphabet {
        width: 100%;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .pager {
        width: 100%;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .pager:after {
        display: block;
        content: "";
        clear: both;
    }
    .submenu {
        height: auto;
        min-height: 90px;
    }
    ul.yiiPager {
        min-width: 0;
        position: relative;
        top: 0;
        left: 0;
        line-height: 21px;
    }
    .submenu .item {
        width: calc(50% - 12px);
        margin: 0 10px 10px 0;
    }
    .clear-for-mobile {
        display: block;
    }
    #subtitle .descr {
        width: auto;
        width: -webkit-calc(100% - 147px);
        width: -moz-calc(100% - 147px);
        width: calc(100% - 147px);
    }
    .adv_search {
        width: 100%;
    }
    .adv_search .close {
        right: 10px;
        left: auto;
    }
    .adv_search .fields div.lang {
        width: 25%;
    }
    .adv_search .fields div.format {
        left: 25%;
        width: 20%;
    }
    .adv_search .fields div.year {
        left: 45%;
        width: 22%;
    }
    .adv_search .fields div.add {
        left: 70%;
        width: 25%;
    }
    .adv_search .fields span {
        position: relative;
        left: 0;
        right: auto;
        text-align: left;
        float: left;
    }
    .adv_search .fields select,
    .adv_search .fields .block-input{
        position: relative;
        display: inline-block;
        float: left;
    }
    .adv_search .fields .block-input {
        right: auto !important;
        position: relative !important;
    }
    .dateselector .year,
    .dateselector .month,
    .dateselector .day {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        top: 0;
        left: 0;
        position: relative;
        margin-top: 10px;
    }
    .dateselector .data, .alphabet .data {
        position: relative;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .dateselector .item, .alphabet .item {
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
    }
    .alphabet {
        height: auto;
        background: #E3E3E3 url(/images/abc.png) repeat-x;
        padding-bottom: 10px;
    }
    .alphabet h1 {
        position: absolute;
    }
    .alphabet .data {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        left: 0;
    }
    .alphabet .letters {
        position: relative;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        float: left;
        display: inline-block;
        left: 100px;
    }
    .alphabet .numbers {
        position: relative;
        width: auto;
        float: left;
        left: 0;
    }
    .alphabet:after {
        display: block;
        content: "";
        clear: both;
    }
    .table_left,
    .table_right {
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
    }
    .dateselector .genre .item {
        display: block;
        float: none;
    }
    .alphabet .numbers.outer,
    .alphabet .letters.outer {
        left: 0;
    }
}

@media (max-width: 960px) {
    div.breadcrumbs {
        width: 100%;
    }
    .span-8,
    .span-17 {
        width: 100%;
    }
    .recent_movies .movie {
        width: 20%;
        width: -webkit-calc(20% - 9px);
        width: -moz-calc(20% - 9px);
        width: calc(20% - 9px);
    }
    #sidebar > a {
        width: 33.33333%;
        width: -webkit-calc(33.33333% - 10px);
        width: -moz-calc(33.33333% - 10px);
        width: calc(33.33333% - 10px);
        display: block;
        float: left;
    }
    #sidebar > a > img {
        width: 100% !important;
        height: auto !important;
    }
    #sidebar .space {
        width: 15px;
        float: left;
        display: block;
    }
    #sidebar .space.last {
        display: none;
    }
    #sidebar {
        padding: 20px 0;
    }
    #sidebar:after {
        display: block;
        content: "";
        clear: both;
    }
    .portlet {
        width: 100%;
        padding: 20px 0 10px 0;
    }
    .portlet .head {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
    }
    .portlet .simple.pad {
        padding: 5px 0;
    }
    .searcharea {
        width: 77%;
        width: -webkit-calc(100% - 254px);
        width: -moz-calc(100% - 254px);
        width: calc(100% - 254px);
    }
    .searcharea input.search, input.gsc-input {
        width: -webkit-calc(100% - 260px) !important;
        width: -moz-calc(100% - 260px) !important;
        width: calc(100% - 260px) !important;
    }
    #search .clear, div.gsc-clear-button {
        left: -webkit-calc(100% - 260px);
        left: -moz-calc(100% - 260px);
        left: calc(100% - 260px);
    }
    #search input[type="submit"], input.gsc-search-button {
        left: -webkit-calc(100% - 227px);
        left: -moz-calc(100% - 227px);
        left: calc(100% - 227px);
    }
    .show_btn {
        left: -webkit-calc(100% - 141px);
        left: -moz-calc(100% - 141px);
        left: calc(100% - 141px);
    }
    .portlet ul li div {
        width: 100%;
    }
    .adminmenu + .space {
        float: none !important;
        width: 100% !important;
        height: 15px !important;
    }
    .adminmenu .portlet {
        width: 100%;
    }
    .adminmenu .portlet-decoration {
        width: 100%;
    }
    .langs_list {
        width: 100%;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .movie .body {
        width: 100%;
        width: -webkit-calc(100% - 18px);
        width: -moz-calc(100% - 18px);
        width: calc(100% - 18px);
    }
}

@media (max-width: 890px) {
    .adv_search {
        height: 94px;
        background-color: #E5F1FF;
    }
    .adv_search .fields div.lang {
        width: 50%;
    }
    .adv_search .fields div.format {
        left: 50%;
        width: 50%;
    }
    .adv_search .fields div.year {
        top: 47px;
        left: 0;
        width: 50%;
    }
    .adv_search .fields div.add {
        top: 47px;
        left: 50%;
        width: 50%;
    }
}

.more600 {
    display: inline-block;
}
.less600 {
    display: none;
}

.more768 {
    display: block;
}
.less768 {
    display: none;
}

.menu,
.menu:hover,
.menu:active,
.menu:focus {
    position: absolute;
    top: -28px;
    left: 0;
    overflow: hidden;
    padding: 4px 10px;
    cursor: pointer;
    display: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: auto;
    color: transparent;
}
.menu.active:before {
    -webkit-animation: slideLeft 0.2s 0.05s ease-out forwards;
    animation: slideLeft 0.2s 0.05s ease-out forwards;
}
.menu.active:after {
    -webkit-animation: slideRight 0.2s 0.05s ease-out forwards;
    animation: slideRight 0.2s 0.05s ease-out forwards;
}
.menu.active .bar {
    -webkit-animation: rotate45 0.2s ease-out forwards;
    animation: rotate45 0.2s ease-out forwards;
}
.menu.active .bar:last-child {
    -webkit-animation: rotate135 0.2s 0.2s ease-out forwards;
    animation: rotate135 0.2s 0.2s ease-out forwards;
    margin-top: 4px;
}
.menu.back:before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-animation: slideBack 0.2s 0.05s ease-out forwards;
    animation: slideBack 0.2s 0.05s ease-out forwards;
}
.menu.back:after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-animation: slideBack 0.2s 0.05s ease-out forwards;
    animation: slideBack 0.2s 0.05s ease-out forwards;
}
.menu.back .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: rotateBack 0.2s ease-out forwards;
    animation: rotateBack 0.2s ease-out forwards;
}
.menu.back .bar:last-child {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: rotateBack 0.2s 0.2s ease-out forwards;
    animation: rotateBack 0.2s 0.2s ease-out forwards;
}
.menu:before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
}
.menu:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
}
.menu .bar {
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    margin: 5px 0;
    padding: 0;
}
.menu .bar:last-child {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
}
@-webkit-keyframes rotate135 {
    form {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
@keyframes rotate135 {
    form {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
@-webkit-keyframes rotate45 {
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes rotate45 {
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes rotateBack {
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotateBack {
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes slideRight {
    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }
}
@keyframes slideRight {
    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }
}
@-webkit-keyframes slideLeft {
    to {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}
@keyframes slideLeft {
    to {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}
@-webkit-keyframes slideBack {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideBack {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media all and (max-width: 890px) {
    #language .t {
        display: none;
    }
}

@media (max-width: 768px) {
    .more768 {
        display: none;
    }
    .less768 {
        display: block;
    }
    .languagearea {
        position: absolute;
        right: auto;
        margin: 0;
        width: auto;
        text-align: center;
        top: -26px;
        left: 55px;
    }
    #header {
        margin: 0 -12px;
        height: 160px;
        background: #4491F0 url("/images/header_bg.png") repeat-x top left;
        border-radius: 0;
    }
    #header > a {
        display: block;
        margin: 0 auto;
    }
    #logo {
        position: relative;
        top: 1px;
        height: 79px;
        margin: 0 auto;
        background: url(/images/logo_mobile.jpg?v=1) !important;
    }
    .jqueryslidemenu {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        background: #fff;
        position: absolute;
        padding: 15px;
        top: 0;
        left: 0;
        margin: 0;
        height: 200px;
        display: none;
    }
    .jqueryslidemenu ul {
        text-align: center;
        width: 100%;
        margin: 0;
        position: relative;
    }
    .jqueryslidemenu ul li {
        margin-bottom: 10px;
        display: block;
        float: none;
        height: 26px;
    }
    .jqueryslidemenu ul li a {
        height: 20px;
        font-size: 15px;
    }
    .searcharea {
        margin: 0;
        top: -45px;
        left: 0;
        width: 100%;
        position: relative;
    }
    .adv_search {
        top: -40px;
    }
    #fsearch {
        margin-bottom: -43px;
    }
    .recent_movies .movie {
        width: 33%;
        width: -webkit-calc(33% - 8px);
        width: -moz-calc(33% - 8px);
        width: calc(33% - 8px);
    }
    #footer {
        background: #D6E7FF;
        width: 100%;
        width: -webkit-calc(100% + 4px);
        width: -moz-calc(100% + 4px);
        width: calc(100% + 4px);
        margin: 10px -12px;
    }
    #footer > div {
        float: none !important;
    }
    ul.table_small {
        width: 100%;
    }
    #subtitle .trailer_body {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
    }
    #subtitle .subheader {
        height: auto;
    }
    #sitelangsflags,#sitelangsflags2 {
        width: auto;
        left: -46px;
        right: auto;
        position: absolute;
    }
    #sitelangsflags .corner,#sitelangsflags2 .corner {
        right: auto;
        left: 48px;
    }
    #sitelangsflags div, #sitelangsflags2 div {
        width: 32%;
        width: -webkit-calc(33.33333% - 5px);
        width: -moz-calc(33.33333% - 5px);
        width: calc(33.33333% - 5px);
    }
    .table_left,
    .table_right {
        float: none;
        width: auto;
    }
    #sidebar .adsbygoogle {
        display: block !important;
        margin: 15px auto 10px;
    }
    #page > .adsbygoogle {
        width: 100% !important;
        overflow: auto;
    }

    .menu,
    .menu:hover,
    .menu:active,
    .menu:focus {
        display: block;
        cursor: pointer;
    }
}

@media (max-width: 600px) {
    .more600 {
        display: none;
    }
    .less600 {
        display: block;
        float: none;
        margin-top: 5px;
    }
}

@media (max-width: 552px) {
    .jqueryslidemenu {
        height: 173px;
    }
    .search_results .subname, #search_results .search_results td.subname {
        max-width: 250px;
        width: -webkit-calc(100% - 225px);
        width: -moz-calc(100% - 225px);
        width: calc(100% - 225px);
    }
    .search_results .subname span, #search_results .search_results td.subname span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: -webkit-calc(100% - 1px);
        width: -moz-calc(100% - 1px);
        width: calc(100% - 1px);
    }
    .search_results.episodes .subname span, #search_results .search_results.episodes td.subname span {
        display: inline-block;
        white-space: normal;
        text-overflow: unset;
        width: auto;
    }
    .search_results .subname br, #search_results .search_results td.subname br {
        display: none;
    }
    .clear-for-mobile-552 {
        display: block;
    }
    .searcharea {
        top: -80px;
    }
    .searcharea input.search, input.gsc-input {
        position: relative;
        width: -webkit-calc(100% - 110px) !important;
        width: -moz-calc(100% - 110px) !important;
        width: calc(100% - 110px) !important;
    }
    #search .clear, div.gsc-clear-button {
        left: -webkit-calc(100% - 110px);
        left: -moz-calc(100% - 110px);
        left: calc(100% - 110px);
    }
    #search input[type="submit"], input.gsc-search-button {
        left: -webkit-calc(100% - 80px);
        left: -moz-calc(100% - 80px);
        left: calc(100% - 80px);
    }
    .show_btn {
        position: relative;
        top: 15px;
        display: block;
        margin: 0 auto;
        width: 202px;
        left: 0;
    }
    .adv_search .fields div.add img {
        padding: 0 4px;
    }
    #upload .capt input {
        position: relative;
        top: 5px;
        left: 0;
        display: block;
    }
    #upload input[type="text"] {
        width: 240px;
    }
    #upload textarea {
        width: 240px;
    }
    #subtitle .trailer_body {
        width: 100%;
    }
    div.form .row {
        margin: 10px !important;
        text-align: left !important;
    }
    div.form .note {
        margin-left: 10px !important;
    }
    div.form .head {
        width: 100% !important;
        width: -webkit-calc(100% - 10px) !important;
        width: -moz-calc(100% - 10px) !important;
        width: calc(100% - 10px) !important;
    }
    div.form .body {
        padding: 15px 0 !important;
        width: 100% !important;
        width: -webkit-calc(100% - 2px) !important;
        width: -moz-calc(100% - 2px) !important;
        width: calc(100% - 2px) !important;
    }
    div.form.register .body input[type="text"], div.form.register .body input[type="password"] {
        width: -webkit-calc(100% - 155px) !important;
        width: -moz-calc(100% - 155px) !important;
        width: calc(100% - 155px) !important;
        margin-right: 5px !important;
    }
    div.form input, div.form textarea, div.form select {
        margin: 0.2em 5px 0.5em 0 !important;
    }
    .alphabet h1 {
        position: relative;
    }
    .alphabet .data {
        width: 100%;
    }
    .alphabet .letters {
        left: 0;
        width: auto;
    }
    .alphabet .numbers {
        left: 0;
    }
    #subtitle .download_btn {
        margin-left: 0;
    }
    #upload div.form.special {
        top: 250px;
    }
    #upload .thumbnail {
        top: -250px;
        left: 50%;
        right: auto;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .post .content img {
        width: 100% !important;
        height: auto !important;
    }
    .jqueryslidemenu ul li:last-child {
        display: none;
    }
}

@media (max-width: 520px) {
    .search_results .subname, #search_results .search_results td.subname {
        max-width: 200px;
    }
}

@media (max-width: 500px) {
    .adv_search {
        height: 188px;
    }
    .adv_search .fields div.lang {
        width: 85%;
    }
    .adv_search .fields div.format {
        top: 47px;
        left: 0;
        width: 85%;
    }
    .adv_search .fields div.year {
        top: 94px;
        width: 85%;
    }
    .adv_search .fields div.add {
        top: 141px;
        left: 0;
        width: 85%;
    }
}

@media (max-width: 466px) {
    .search_results .subname, #search_results .search_results td.subname {
        max-width: 160px;
    }
}

@media (max-width: 440px) {
    .search_results .subname, #search_results .search_results td.subname {
        max-width: 200px;
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
    }
    .recent_movies .movie {
        width: 50%;
        width: -webkit-calc(50% - 9px);
        width: -moz-calc(50% - 9px);
        width: calc(50% - 9px);
    }
    #subtitle .thumbnail {
        float: none;
        margin: 0 auto;
    }
    #subtitle .descr {
        width: auto;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    #sidebar > a {
        width: 250px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    #sidebar .space {
        width: 100%;
        float: none;
    }
    .subname > div > a {
        float: left;
        margin-right: 5px;
    }
    .search_results.movies tr {
        height: auto;
    }
    .search_results.movies td span {
        position: relative;
        top: 0;
        left: 0;
    }
    .search_results.movies td span.movie_name {
        top: 0;
    }
    .search_results.movies td span.cast {
        top: 0;
    }
    #sitelangsflags div,#sitelangsflags2 div {
        width: 50%;
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
    }
    ul.table_small li span.name {
        width: -webkit-calc(100% - 105px) !important;
        width: -moz-calc(100% - 105px) !important;
        width: calc(100% - 105px) !important;
    }
    .for-desc {
        display: none;
    }
    .for-mobile-440 {
        display: block;
    }
    #sitelangsflags a,#sitelangsflags2 a{
        font-size: 15px;
        letter-spacing: -1px;
    }
}

@media (max-width: 384px) {
    .search_results .subname, #search_results .search_results td.subname {
        max-width: 160px;
    }
}

@media (max-width: 360px) {
    #upload input[type="text"] {
        width: 200px;
    }

    #upload textarea {
        width: 200px;
    }

    .colorbox {
        width: 100%;
        height: 100%;
        border: 0;
    }

    .cboxContent {
        width: 100%;
    }

    .cboxLoadedContent {
        width: 100%;
    }
}

.dwn-hd img {
    width: 105px;
    opacity: .5;
    -moz-opacity: .5;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.dwn-hd:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media all and (min-width: 440px) {
    .spec1 .recent_movies .movie:nth-child(6n) {
        display: none;
    }
}
