/* ============================= */
/* MOBILE HEADER FIX */
/* ============================= */

#menu-position menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#menu-position nav {
    width: 90px;
    text-align: center;
    margin: 5px;
}

/* Mobile */
@media (max-width: 768px) {

    .infobar menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    #menu-position menu {
        flex-direction: row;
    }

    #menu-position nav {
        width: 30%;
        font-size: 12px;
    }

    #menu-position nav i {
        font-size: 20px !important;
    }

    iframe {
        height: 120px;
    }

    table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }
}

/* Extra small phones */
@media (max-width: 480px) {

    #menu-position nav {
        width: 45%;
    }

    .infobar {
        font-size: 11px;
    }
}





/* -- Theme Resets --*/
 .nfo {
	 font-family: 'aeonfont';
	 font-size: 10px;
}
 hr {
	 height: 1px;
	 width: 60%;
	 margin-right: auto;
	 margin-left: auto;
	 border: 1px dotted #0099FF;
}
 p {
	 margin: 0px;
	 padding: 0px;
}
 ul, ol {
	 list-style-position: inside;
	 list-style-type: none;
}
 a, img {
	 border: 0px none;
	 outline: none;
}
 h1 {
	 font-size: 11pt;
	 color: #09C;
}
 h2 {
	 font-size: 10pt;
	 color: #fff;
}
 h3 {
	 font-size: 9pt;
	 color: #fff;
}
 h4, h5, h6 {
	 font-size: 8pt;
}
 table {
	 border-collapse: collapse;
}
 #torrent-details-css{
	 border-radius: 6px;
	 box-shadow: 0 5px 10px #0000002d;
	 border:solid 1px #444444;
	 padding:4px;
	 background:#333333;
}
/* Layout Styles */
 body {
	 background-color: #171717;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 font-family: 'aeonfont';
	 font-size: 8pt;
}

.wrapper_login {
    display: block;
    margin: 0px;
    margin-top: 0px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    background: #20262b;
    box-shadow: 0 6px 23px -6px #00000029;
    position: relative;
    z-index: 1;
}

 #main {
	 padding: 0px 10px 0px 10px;
	 display: block;
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
}
 .credits {
	 text-align: center;
	 display: block;
	 margin: 0px;
	 padding: 10px;
	 width: auto;
	 line-height: 16px;
}
/* -- Form Styles -- */
 input, select {
	 font-family: 'aeonfont';
	 margin: 1px;
	 padding: 2px;
	 border: 1px solid #777;
	 background-color: E5E5E5;
}
 input {
	 font-size: 11px;
}
 select {
	 font-family: 'aeonfont';
	 font-size: 12px;
	 margin: 2px;
	 color: #FFFFFF;
	 background-color: #272c32;
	 border: 1px solid #37485a;
	 padding: 2px;
}
 textarea {
	 border: 1px solid #444;
	 padding: 7px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 -moz-box-shadow: inset 0 2px 4px 1px #444;
	 -webkit-box-shadow: inset 0 2px 4px 1px#444;
	 box-shadow: inset 0 2px 4px 1px #444;
	 background-color: #272c32;
	 color:#FFF;
}
 input[type=reset], input[type=button], input[type=reset], input[type=submit] {
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 border: 1px solid #FFF;
	 padding-top: 1px;
	 padding-right: 2px;
	 padding-bottom: 1px;
	 padding-left: 4px;
	 margin: 2px;
	 -moz-box-shadow: 0 0px 2px 1px #555;
	 -webkit-box-shadow: 0 0px 2px 1px#555;
	 box-shadow: 0 0px 2px 1px #555;
	 font-weight: bold;
	 font-family: 'aeonfont';
	 font-size: 12px;
	 cursor: pointer;
	 background: rgb(207,207,207);
	 background: -moz-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(165, 165, 165, 1) 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(207, 207, 207, 1)), color-stop(100%, rgba(165, 165, 165, 1)));
	 background: -webkit-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(165, 165, 165, 1) 100%);
	 background: -o-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(165, 165, 165, 1) 100%);
	 background: -ms-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(165, 165, 165, 1) 100%);
	 background: linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(165, 165, 165, 1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#a5a5a5', GradientType=0 );
}
 input[type=reset]:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	 color: #FFF;
	 text-shadow: 0px 1px 2px #000;
}
 input[type=reset], input[type=button], input[type=reset] {
}
 input[type=reset]:hover, input[type=button]:hover, input[type=reset]:hover {
}
 input[type=submit] {
}
 input[type=submit]:hover {
}
input[type=text] {
     -moz-box-shadow: inset 0 0 0 1px #3E3C32;
     -webkit-box-shadow: inset 0 0 0 1px #3E3C32;
     box-shadow: inset 0 0 0 1px #3E3C32;
     font-size: 13px;
     font-family: 'aeonfont';
     border: 1px solid #444;
	 background-color: #272c32;
	 color: #FEFEFE;
}

 input[type=password] {
	 color: #FF6600;
}
/* -- Link Styles -- */

 a:hover {
	 text-decoration: none;
	 color: #ddd;
}
 .bMenu {
	 display: block;
	 margin: 0px;
	 padding: 0px;
	 width: 100%;
}
 .bMenu ul {
	 display: block;
	 margin: 0px;
	 padding: 0px;
	 list-style-position: inside;
	 list-style-type: circle;
}
 .bMenu ul li {
	 width: auto;
	 color: #666666;
	 text-decoration: none;
}
 #navigate ul {
	 list-style-type: none;
	 padding: 0px;
	 width: 98%;
	 border-bottom-width: 0px;
	 border-bottom-style: solid;
	 border-bottom-color: #222;
	 margin-top: 0px;
	 margin-right: auto;
	 margin-bottom: 0px;
	 margin-left: auto;
}
 #navigate ul li {
	 margin: 0px;
	 padding: 0px;
	 width: 100%;
	 border-collapse: collapse;
	 border-top-width: 1px;
	 border-top-style: solid;
	 border-top-color: #1c1c22;
}
 #navigate ul li a {
	 text-align: left;
	 text-indent: 5px;
	 display: block;
	 margin: 0px;
	 padding: 0px;
	 height: 18px;
	 width: 100%;
	 font-family: 'aeonfont';
	 line-height: 18px;
	 font-size: 12px;
	 color: #fff;
	 font-weight: bold;
}
 #navigate ul li a:hover {
	 color: #0066CC;
	 text-decoration: none;
	 text-indent: 8px;
}
 #nMember, #uOnline {
	 margin: 2px;
	 width: 98%;
	 padding: 2px;
	 font-family: 'aeonfont';
}
 #nMember p, #uOnline p {
	 display: inline;
}
 #nMember ul, #nMember li, #uOnline ul, #uOnline li {
	 display: inline;
	 margin: 0;
	 padding: 0;
	 color: #0066CC;
}
/* DEFINE THE EXPAND CROSS LOCATION IN TORRENTTABLE */
 .showthecross {
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-left: 2px;
	 float: left;
}
/* -- Table Styles -- */
 .ttable_headouter {
	 border-collapse: collapse;
}
 .ttable_headinner {
	 border-collapse: collapse;
	 border:1px solid #1c1c22;
}
 .ttable_head {
	 font-family: 'aeonfont';
	 font-size: 11px;
	 color: #ffffff;
	 text-align: center;
	 line-height: 30px;
	 background-image: linear-gradient(to top,#292c2f 0,#222 100%);
	 border: 1px solid #1c1c22;
	 background-position: top;
}
 .ttable_col1 {
	 font-family: 'aeonfont';
	 font-size: 11px;
	 background: -webkit-linear-gradient(top, transparent, transparent, #1c1c22);
}
 .ttable_col2 {
	 font-family: 'aeonfont';
	 font-size: 11px;
	 background: -webkit-linear-gradient(top, transparent, transparent, #1c1c22);
}
 .ttable_colx {
	 font-family: 'aeonfont';
	 font-size: 11px;
	 background: -webkit-linear-gradient(top, transparent, transparent, #1c1c22);
}
/* -- Other Table Styles -- */
 .ttable_sticky {
	 font-family: 'aeonfont';
	 font-size: 11px;
	 background: #272c32;
     border-bottom: 1px solid #111;
}
 .table_table {
	 border: #1c1c22;
	 border-style: border-style;
	 border-width: 1px;
	 border-collapse:collapse;
}
 .table_head {
	 font-family: 'aeonfont';
	 font-size: 11px;
	 color: #ffffff;
	 text-align: center;
	 line-height: 20px;
	 background-image: linear-gradient(to top,#292c2f 0,#222 100%);
	 border: 1px solid #1c1c22;
     text-align: left;
}
 .table_col1 {
	 font-family: 'aeonfont';
	 font-size: 11px;
	 border:1px solid #1c1c22;
	 background-color: #222222;
}
 .table_col2 {
	 font-family: 'aeonfont';
	 font-size: 11px;
	 border:1px solid #1c1c22;
	 background-color: #222222;
}
/* -- Download Styles -- */
 #downloadbox {
	 border: 1px solid #1c1c22;
	 background-image: linear-gradient(to top,#292c2f 0,#222 100%);
	 padding: 10px;
}
 #downloadbox a {
	 font-size: 13px;
	 font-weight: bold;
	 color: #FFF;
}
 .download {
	 border:solid 1px #1c1c22;
}
 .download legend {
	 font-size: 12px;
	 color: #FFF;
	 margin: 0px;
	 padding-top: 3px;
	 padding-right: 13px;
	 padding-bottom: 3px;
	 padding-left: 13px;
	 background:#333333;
	 -webkit-box-shadow: 0px 0px 4px #333;
	 box-shadow: 0px 0px 4px #333;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 border: 1px solid #444;
}
 .downtor {
	 background-image: url(images/downtor.png);
	 background-repeat: no-repeat;
	 background-position: 0px 0px;
	 padding-top: 40px;
	 height: 54px;
	 width: 54px;
}
 .downtor:hover {
	 background-position: center -56px;
}
 .donate {
	 background-image: url(images/donate.png);
	 background-repeat: no-repeat;
	 background-position: 0px 0px;
	 padding-top: 20px;
	 height: 34px;
	 width: 100px;
}
 .donate:hover {
	 background-position: center -41px;
}
 .donate_ro {
	 background-image: url(images/donate_ro.png);
	 background-repeat: no-repeat;
	 background-position: 0px 0px;
	 padding-top: 20px;
	 height: 34px;
	 width: 100px;
}
 .donate_ro:hover {
	 background-position: center -41px;
}
/* -- ShoutBox Styles -- */
 .shoutbox_body {
	 font-family: 'aeonfont';
	 color: #fff;
	 float: middle;
	 background-color: #222222;
}
 .shoutbox_contain {
	 border: 0;
	 height: 150;
	 width: 100%;
	 overflow: auto;
	 align: middle;
}
 .shoutbox_history {
	 border: 0;
	 height: 100%;
	 width: 100%;
	 align: middle;
}
 .shoutbox_messageboxback {
	 background-color: #333333;
}
 .shoutbox_noalt {
	 background-color: #444444;
}
 .shoutbox_alt {
	 background-color: #444444;
}
 .shoutbox_msgbox {
	 width: 100%;
	 font-size: 12px;
	 background-color: #444444;
	 border: 1px solid #555;
}
 .shoutbox_shoutbtn {
	 font-size: 12px;
	 background-color: AliceBlue;
	 border: 1px solid black;
	 font-weight: bold;
}
/* -- Error Styles -- */
 .shoutbox_error {
	 color: red;
	 font-size: 13px;
}
 .error {
	 color: #FF0000;
}
/* -- Forum Styles -- */
/* BBCODE CSS CLASS'S */
 small {
	 font-family: 'aeonfont', sans-serif;
	 font-size: 9px;
}
/* FORUM CSS CLASS'S */
 .f-header {
	 background-image: url(images/f-header.gif);
	 background-repeat: repeat-x;
	 background-position: top;
	 border: 1px solid #777;
	 background-color: #3d91ff;
}
 .f-logo {
	 border: 2px solid #333;
	 background-image: url(images/f-logo.gif);
	 background-repeat: no-repeat;
	 background-position: center;
	 display: table;
	 margin: 0px;
	 padding: 0px;
	 height: 70px;
	 width: 100%;
}
 .f-logo td {
	 padding: 6px;
	 height: 30px;
}
 .f-location {
	 border: 1px solid #777;
	 margin-bottom: 8px;
}
 .f-nav {
	 border: 2px solid #FFF;
	 display: block;
	 height: 28px;
	 font-family: 'aeonfont', sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 line-height: 28px;
	 text-align: left;
	 text-indent: 10px;
	 background-image: url(images/f-location.gif);
	 background-repeat: repeat-x;
	 background-position: top;
	 color: #FFFFFF;
}
 .f-nav a {
	 text-shadow: none;
	 color: #FFFFFF;
	 font-size: 12px;
	 font-family: 'aeonfont', sans-serif;
}
 .f-post {
	 margin-bottom: 8px;
}
 .f-cat {
	 background:#333333;
	 margin: 0px;
	 padding: 0px;
	 height: 28px;
}
 .f-cat td, {
	 font-family: 'aeonfont', sans-serif;
	 font-size: 14px;
	 line-height: 28px;
	 font-weight: bold;
	 color: #FFFFFF;
	 text-align: center;
	 height: 28px;
	 text-shadow: 0px 1px 2px #000;
	 -moz-box-shadow: inset 0px 0px 0px 1px #fff;
	 -webkit-box-shadow: inset 0px 0px 0px 1px#fff;
	 box-shadow: inset 0px 0px 0px 1px #fff;
	 margin: 0px;
	 padding: 0px;
}
 div.f-cat {
	 border-top-width: 1px;
	 border-right-width: 1px;
	 border-left-width: 1px;
	 border-top-style: solid;
	 border-right-style: solid;
	 border-left-style: solid;
	 border-top-color: #777;
	 border-right-color: #777;
	 border-left-color: #777;
}

 tr.f-title {
	 background-image: linear-gradient(to top,#292c2f 0,#222 100%);
	 border: 1px solid #333;
}
 tr.f-title th {
	 line-height: 26px;
	 height: 26px;
	 padding-right: 3px;
	 padding-left: 3px;
	 font-family: 'aeonfont', sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 color: #FFFFFF;
	 text-shadow: 0px 1px 1px #000;
}
 tr.f-row {
	 background-color: #222;
}
 tr.f-row:hover {
	 background-color: #333;
}
 .f-row .f-img {
	 background-image: url(images/alt1.png);
	 background-repeat: no-repeat;
	 background-position: 0px 0px;
	 height: 38px;
	 padding-left: 18px;
}
 .f-row:hover .f-img {
	 background-image: url(images/alt2.png) 
}
 .alt1 {
	 background-color: transparent;
	 padding-left: 5px;
}
 .alt2 {
	 border: 1px solid #333;
	 border-collapse: collapse;
	 background-image: linear-gradient(to top,#292c2f 0,#222 100%);
	 border: 1px solid #333;
}
 .alt3 {
	 border: 1px solid #333;
}
 tr.p-title {
	 background-color: #333333;
}
 tr.p-title th {
	 color: #FFF;
	 padding: 3px;
	 height: 26px;
	 text-shadow: 0px 1px 1px #000;
	 font-family: 'aeonfont', sans-serif;
	 text-shadow: 0px 1px 1px #000;
	 font-size: 12px;
}
 tr.p-title small {
	 font-family: 'aeonfont', sans-serif;
	 font-size: 10px;
}
 .p-foot {
	 color: #fff;
	 font-size: 10px;
	 font-weight: normal;
	 border-collapse: collapse;
	 background-image: url(images/f-location.gif);
	 background-repeat: repeat-x;
	 background-position: top;
}
 .p-foot td {
	 padding: 3px;
}
 .p-foot img {
	 vertical-align: middle;
}
 .f-title a, .p-title a {
	 text-shadow: 0px 1px 1px #000;
	 color: #FFF;
	 text-decoration: none;
}
 .b-border {
	 padding: 1px;
}
 .b-border table {
	 border-collapse: collapse;
}
 tr.b-title {
	 font-family: 'aeonfont';
	 border:1px solid #000;
	 font-size: 9pt;
	 background: rgb(25,32,38);
	 background: -moz-linear-gradient(top, rgba(25,32,38,1) 0%, rgba(14,18,21,1) 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,32,38,1)), color-stop(100%,rgba(14,18,21,1)));
	 background: -webkit-linear-gradient(top, rgba(25,32,38,1) 0%,rgba(14,18,21,1) 100%);
	 background: -o-linear-gradient(top, rgba(25,32,38,1) 0%,rgba(14,18,21,1) 100%);
	 background: -ms-linear-gradient(top, rgba(25,32,38,1) 0%,rgba(14,18,21,1) 100%);
	 background: linear-gradient(top, rgba(25,32,38,1) 0%,rgba(14,18,21,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192026', endColorstr='#0e1215',GradientType=0 );
	 line-height: 18px;
	 height: 18px;
}
 .bb-comment, .bb-btn, .b-title {
	 border: 1px solid #333;
}
 .comment-details, .bb-btn {
	 background-color: #222;
	 border: 1px solid #333;
}
 .comment, .bb-comment {
	 background-color: #222;
	 border: 1px solid #333;
}
/* Required fields... */
 .required{
	 font-size: 1px;
	 color: #ff0000;
}
/****************************************************************| Added by Bigmax|****************************************************************/
/*/
 --| Start id/class Code |-- 
/*/
 #code {
	 font-family: Lucida Console, monospace;
	 word-wrap: break-word;
	 font-size: 9pt;
	 color: #EEE;
	 background-color: #102026;
	 overflow: auto;
	 max-height: 300px;
	 max-width: auto;
	 margin-left: 1px;
	 margin-top: 3px;
	 margin-right: 1px;
	 margin-bottom: 10px;
	 padding: 5px;
	 box-shadow: 0px 0px 2px #222;
	 border: 1px solid #444;
}
 .code {
	 font-family: Lucida Console, monospace;
	 word-wrap: break-word;
	 font-size: 9pt;
	 color: #EEE;
	 background-color: #102026;
	 overflow: auto;
	 max-height: 300px;
	 max-width: auto;
	 margin-left: 1px;
	 margin-top: 3px;
	 margin-right: 1px;
	 margin-bottom: 10px;
	 padding: 5px;
	 box-shadow: 0px 0px 2px #222;
	 border: 1px solid #444;
}
/*/
 --| End Code |-- 
/*/
 #top {
	 height: 32px;
	 width: 32px;
	 position: relative;
	 clear: right;
	 float: right;
	 right: 7px;
	 background-image: url(images/top2.png);
}
 #top:hover {
	 cursor: pointer;
	 background-image: url(images/top1.png);
}
 #blue {
	 background-color: #67828E;
	 font-size: 11px;
	 color: #000;
}
 a.nav {
	 font-family: 'aeonfont';
	 font-size: 10pt;
	 color: #FFFFFF;
}
 a.nav:hover {
	 font-family: 'aeonfont';
	 font-size: 10pt;
	 color: #FFBF00;
	 text-decoration: none;
}
 .table_navmenu {
	 border: none;
}
 .table_navmax {
	 -moz-box-shadow: 0 0 0 1px rgba(68,68,68,1) inset;
	 -webkit-box-shadow: 0 0 0 1px rgba(68,68,68,1) inset;
	 box-shadow: 0 0 0 1px rgba(68,68,68,1) inset;
	 border: 1px solid #000;
}
 .table_navmax {
	 font-family: 'aeonfont';
	 font-size: 9pt;
	 color: #FFFFFF;
	 background: #080808;
	 background-image: url(images/BM_navmenu.jpg);
	 background-repeat: repeat-x;
	 background-position: top;
}
 .table_navmax:hover {
	 font-family: 'aeonfont';
	 font-size: 9pt;
	 color: #FFFFFF;
	 background: #A00000;
	 background-image: url(images/BM_navhover.jpg);
	 background-repeat: repeat-x;
	 background-position: top;
}
 .staffclass {
	 background: rgb(76,94,108);
	 background: -moz-linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22, 24, 28, 1)), color-stop(100%, rgba(54, 56, 64, 1)));
	 background: -webkit-linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 background: -o-linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 background: -ms-linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 background: linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5e6c', endColorstr='#7497b3', GradientType=0 );
	 width: 97.5%;
	 padding: 10px;
	 -moz-box-shadow: 0px 0px 4px #555;
	 -webkit-box-shadow: 0px 0px 4px #555;
	 box-shadow: 0px 0px 4px #555;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 border: 2px solid #555;
}
 .staffclass legend {
	 font-size: 12px;
	 color: #FFF;
	 margin: 3px;
	 padding-top: 3px;
	 padding-right: 12px;
	 padding-bottom: 3px;
	 padding-left: 12px;
	 background: rgb(95, 95, 110);
	 background: -moz-linear-gradient(top, rgba(95, 95, 110, 1) 0%, rgba(0, 0, 10, 1) 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(95, 95, 110, 1)), color-stop(100%, rgba(0, 0, 10, 1)));
	 background: -webkit-linear-gradient(top, rgba(95, 95, 110, 1) 0%, rgba(0, 0, 10, 1) 100%);
	 background: -o-linear-gradient(top, rgba(95, 95, 110, 1) 0%, rgba(0, 0, 10, 1) 100%);
	 background: -ms-linear-gradient(top, rgba(95, 95, 110, 1) 0%, rgba(0, 0, 10, 1) 100%);
	 background: linear-gradient(top, rgba(95, 95, 110, 1) 0%, rgba(0, 0, 10, 1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#a5a5a5', GradientType=0 );
	 -moz-box-shadow: 0px 0px 4px #444;
	 -webkit-box-shadow: 0px 0px 4px #444;
	 box-shadow: 0px 0px 4px #444;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 border: 2px solid #444;
}
/*/
 --| Start Balloon Tooltip |-- 
/*/
 .balloon {
	 background: rgb(76,94,108);
	 background: -moz-linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22, 24, 28, 1)), color-stop(100%, rgba(54, 56, 64, 1)));
	 background: -webkit-linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 background: -o-linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 background: -ms-linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 background: linear-gradient(top, rgba(22, 24, 28, 1) 0%, rgba(54, 56, 64, 1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5e6c', endColorstr='#7497b3', GradientType=0 );
	 padding: 5px;
	 -moz-box-shadow: 0px 0px 4px #999;
	 -webkit-box-shadow: 0px 0px 4px #999;
	 box-shadow: 0px 0px 4px #999;
	 -moz-border-radius: 0px;
	 border-radius: 0px;
	 border: 2px solid #555;
}
/*/
 --| End Balloon Tooltip |-- 
/*/
/*/
 --- DEFINE THE SHOUTBOX CSS --- 
/*/
 .shoutbox_body {
	 scrollbar-face-color: #383838;
	 scrollbar-highlight-color: #666666;
	 scrollbar-3dlight-color: 3d4c4b;
	 scrollbar-darkshadow-color: #191919;
	 scrollbar-shadow-color: #202020;
	 scrollbar-arrow-color: #C0C0C0;
	 scrollbar-track-color: #3d4c4b;
	 background-color: #076859;
	 font-family: 'aeonfont';
	 color: #848484;
	 float: middle;
	 background-color: #617775;
	 background-image: url(images/shoutbox-bkg.jpg);
	 background-repeat: repeat;
}
 .shoutbox_contain {
	 border: 0;
	 height: 630;
	 width: 100%;
	 overflow: auto;
	 align: middle;
}
 .shoutbox_history {
	 border: 0;
	 height: 100%;
	 width: 100%;
	 align: middle;
}
 .shoutbox_messageboxback {
	 background-color: #617775;
}
 .shoutbox_noalt {
	 background-color: #617775;
}
 .shoutbox_alt {
	 background-color: #617775;
}
 .shoutbox_msgbox {
	 width: 100%;
	 background-color: #3d4c4b;
	 border-color: #2F2E25;
	 border-width: 1;
	 color: #076859;
	 font-size: 9pt;
	 height: 20px;
}
 .shoutbox_shoutbtn {
	 background-color: #3d4c4b;
	 border-color: #2F2E25;
	 border-width: 1;
	 color: #CDCDCD;
	 font-size: 9pt;
	 font-weight: bold;
	 height: 20px;
}
 .shoutbox_error {
	 color: red;
	 font-size: 13px;
}
 .bb_icon, .bb_icon:hover {
	 background:#076859;
	 border:1px solid #333333;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 padding:1px;
	 min-width:18px;
	 cursor:pointer;
	 color: #CDCDCD;
	 font-size: 9pt;
}
 .bb_icon:hover {
	 border: 1px solid #dddddd;
}
/*/
 ---| Start Buttons |--- 
/*/
 input[type=reset], input[type=button], input[type=reset], input[type=submit] {
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 border: 1px solid #333;
	 padding-top: 2px;
	 padding-right: 4px;
	 padding-bottom: 2px;
	 padding-left: 4px;
	 margin: 2px;
	 -moz-box-shadow: 0 0px 1px 1px #555;
	 -webkit-box-shadow: 0 0px 1px 1px #555;
	 box-shadow: 0 0px 2px 1px #555;
	 font-weight: bold;
	 font-family: 'aeonfont', sans-serif;
	 font-size: 12px;
	 cursor: pointer;
	 background: #272c32;
	 background-image: url(images/BM_btn.jpg);
	 color: #ABABAB;
}
 input[type=reset]:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	 color: #FFFFFF;
	 background: #272727;
	 background-image: url(images/BM_btnn.jpg);
	 text-shadow: 0px 1px 2px #000;
}
 .btnSmart {
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 border: 1px solid #333;
	 padding-top: 2px;
	 padding-right: 2px;
	 padding-bottom: 2px;
	 padding-left: 2px;
	 margin: 2px;
	 width: 70px;
	 text-align: center;
	 -moz-box-shadow: 0 0px 1px 1px #555;
	 -webkit-box-shadow: 0 0px 1px 1px#555;
	 box-shadow: 0 0px 2px 1px #555;
	 font-weight: bold;
	 font-family: 'aeonfont', sans-serif;
	 font-size: 11px;
	 cursor: pointer;
	 background: #181818;
	 background-image: url(images/BM_btn.jpg);
	 color: #ABABAB;
}
 .btnSmart:hover {
	 color: #FFFFFF;
	 background: #272727;
	 background-image: url(images/BM_btnn.jpg);
	 text-shadow: 0px 1px 2px #000;
}
 .btnPager {
	 padding-top: 2px;
	 padding-bottom: 2px;
	 padding-left: 3px;
	 padding-right: 3px;
	 margin: 1px;
	 font-weight: bold;
	 cursor: pointer;
	 background: #181818;
	 background-image: url(images/BM_btn.jpg);
	 font-family: 'aeonfont';
	 font-size: 11px;
	 border: 1px solid #333;
	 color: #ABABAB;
}
 .btnPager:hover {
	 font-weight: bold;
	 background: #272727;
	 color: #FFF;
	 background-image: url(images/BM_btnn.jpg);
}
 .btnPager2 {
	 padding-top: 2px;
	 padding-bottom: 2px;
	 padding-left: 3px;
	 padding-right: 3px;
	 margin: 1px;
	 font-weight: bold;
	 background: #151515;
	 background-image: url(images/BM_btnp.jpg);
	 font-family: 'aeonfont';
	 font-size: 11px;
	 border: 1px solid #333;
	 color: #ABABAB;
}
 a.pager {
	 font-weight: bold;
	 text-decoration: none;
}
 a.pager:hover {
	 font-weight: bold;
	 text-decoration: none;
}
 .btn {
	 width: 100px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnDisable {
	 width: 100px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnSmall {
	 width: 50px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnSmall2 {
	 width: 70px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnInput {
	 width: 120px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnSearch {
	 width: 300px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnSearch2 {
	 width: 630px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnLarge {
	 width: 180px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnFill {
	 width: 350px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnBig {
	 width: 340px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnHuge {
	 width: 500px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnHuge2 {
	 width: 600px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnHuge3 {
	 width: 700px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnChat {
	 width: 630px;
	 height: 20px;
	 padding-left: 3px;
	 background-color: #272c32;
	 background-image: url(images/BM_btn2.jpg);
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
}
 .btnSubmit {
	 width: 80px;
	 height: 20px;
	 background-image: url(images/BM_btn.jpg);
	 background-color: #272c32;
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
	 cursor: pointer;
}
 .btnSubmit2 {
	 width: 100px;
	 height: 20px;
	 background-image: url(images/BM_btn.jpg);
	 background-color: #272c32;
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
	 cursor: pointer;
}
 .btnSubmit3 {
	 width: 120px;
	 height: 20px;
	 background-image: url(images/BM_btn.jpg);
	 background-color: #272c32;
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
	 cursor: pointer;
}
 .btnSubmit4 {
	 width: 150px;
	 height: 20px;
	 background-image: url(images/BM_btn.jpg);
	 background-color: #272c32;
	 border-color: #3E3C32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
	 cursor: pointer;
}
 .button {
	 width: 50px;
	 height: 20px;
	 text-align: center;
	 background-image: url(images/BM_btn.jpg);
	 background-color: #272c32;
	 border-color: #272c32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
	 cursor: pointer;
}
 .button2 {
	 width: 65px;
	 height: 20px;
	 text-align: center;
	 background-image: url(images/BM_btn.jpg);
	 background-color: #272c32;
	 border-color: #272c32;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
	 cursor: pointer;
}
 .btnMini {
	 width: 35px;
	 height: 20px;
	 text-align: center;
	 background-image: url(images/BM_btn.jpg);
	 background-color: #272c32;
	 border-color: #3d4c4b;
	 border-width: 1;
	 color: #FEFEFE;
	 font-size: 9pt;
	 cursor: pointer;
}
/*/
 ---| End Buttons |--- 
/*/
/*/
 --- Ajax ShoutBox ---*/
 #chat {
	 overflow: auto;
	 width: 100%;
	 height: 430px;
	 padding: 0px;
}
 #chatoutput ul {
	 list-style: none;
	 margin:0px;
	 padding:0px;
	 font-size: 10pt;
	 padding:5px 4px 6px 5px;
}
 div.chatoutput {
	/*background:#465151;
	 #323232;
	 */
	 background:#151515;
	 padding:5px 0px 3px 10px;
	 margin:0px;
	 color:#9BABAB;
	 line-height: 150%;
	 margin-bottom:2px;
}
 div.loader {
	 background-image: url('images/ajshoutbox/random.php');
	 background-repeat: no-repeat;
	 background-position:center center;
	 width:199px;
	 height:137px;
}
 #chatoutput ul li {
}
 #chatoutput ul li span.name {
	 display: block;
	 background:url(images/ajshoutbox/bubble.png) no-repeat left;
	 padding-left:19px;
	 margin-bottom:1px;
	 font-weight: normal;
	 color:#90ABAA;
}
 #chatoutput ul li:hover span.name {
	 background:url(images/ajshoutbox/bubblehover.png) no-repeat left;
}
 form {
	 padding:0px;
	 margin:6px;
}
 #chatoutput {
	 text-align: left;
	 margin-right: 0px;
	 color: #90ABAA;
}
/*/
 swaps edit and delete images on mouse over 
/*/
 img.EditSwap {
	 background:url(images/ajshoutbox/shout_edit_gray.gif) no-repeat bottom;
}
 img.EditSwap:hover {
	 background:url(images/ajshoutbox/shout_edit.png) no-repeat bottom;
}
 img.DeleteSwap {
	 background:url(images/ajshoutbox/shout_delete_gray.gif) no-repeat bottom;
}
 img.DeleteSwap:hover {
	 background:url(images/ajshoutbox/shout_delete.png) no-repeat bottom;
}
/* end of swaping */
 img.form {
	 background:url(images/ajshoutbox/frame.png) no-repeat;
}
 img.form:hover {
	 background:url(images/ajshoutbox/frame_hover.png) no-repeat;
}
/*/
 --- End Ajax ShoutBox --- 
/*/
/*/
 ---| FORUM CSS |--- 
/*/
 .error {
	 color: #FF0000;
}
 .f-border {
	 padding: 5px;
	 border: 1px solid #333;
	 border-collapse:collapse;
}
 .f-header {
	 background: rgb(76,94,108);
	 background: -moz-linear-gradient(top, rgba(6,7,9, 1) 0%, rgba(35,36,44, 1) 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(6,7,9, 1)), color-stop(100%, rgba(35,36,44, 1)));
	 background: -webkit-linear-gradient(top, rgba(6,7,9, 1) 0%, rgba(35,36,44, 1) 100%);
	 background: -o-linear-gradient(top, rgba(6,7,9, 1) 0%, rgba(35,36,44, 1) 100%);
	 background: -ms-linear-gradient(top, rgba(6,7,9, 1) 0%, rgba(35,36,44, 1) 100%);
	 background: linear-gradient(top, rgba(6,7,9, 1) 0%, rgba(35,36,44, 1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5e6c', endColorstr='#7497b3', GradientType=0 );
	 border: 1px solid #444;
	 font-size: 12px;
	 width: 100%;
	 margin: 0px;
	 padding: 0px;
	 display: block;
}
 .f-logo td {
	 height: 38px;
	 padding: 6px;
}
 .f-logo td a {
	 font-weight: bold;
	 color: #DDD;
	 text-shadow: 0px 1px 2px #3d4c4b;
	 text-decoration: none;
}
 .f-logo td a:hover {
	 color: #FFF;
	 text-decoration: underline;
}
 .f-logo td img {
	 vertical-align: middle;
}
 .f-location {
	 color: #AAA;
	 background-color: #080D0F;
	 background-image: url(images/f-location.gif);
	 background-repeat: repeat-x;
	 background-position: top;
	 display: block;
	 height: 30px;
	 font-family: 'aeonfont', sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 text-shadow: 0px 1px 2px #000;
	 border: 2px solid #444;
	 line-height: 30px;
	 text-align: left;
	 text-indent: 10px;
}
 .f-location a {
	 color: #FFF;
	 text-shadow: none;
}
 .p-title {
	 height: 30px;
	 padding: 3px;
	 color: #FFFFFF;
	 background-color: #2A272B;
	 background-image: url(images/BM-ptitle.png);
	 background-repeat: repeat-x;
	 background-position: top;
	 text-shadow: 0px 1px 1px #000;
}
 .p-title a {
	 text-shadow: none;
}
 .p-foot {
	 color: #333;
	 background-color: #171717;
	 font-size: 10px;
	 font-weight: normal;
	 border-collapse: collapse;
}
 .f-reply {
	 color: #333;
	 padding: 3px;
	 font-size: 10px;
	 font-weight: normal;
	 border: 1px solid #608eab;
}
 .f-cat {
	 background-color: #080D0F;
	 font-size: 15px;
	 margin: 0px;
	 background-image: url(images/f-location.gif);
	 background-repeat: repeat-x;
	 background-position: top;
	 font-weight: bold;
	 text-shadow: 0px 1px 1px #000;
	 color: #ddebf2;
	 padding-top: 4px;
	 padding-right: 0px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 font-family: 'aeonfont', sans-serif;
}
 .f-reply input[type=button], .f-reply input[type=submit] {
	 -moz-border-radius: 4px;
	 border-radius: 4px;
	 text-shadow: 0px 1px 1px #000;
	 background-image: url(images/f-location.gif);
	 background-repeat: repeat-x;
	 background-position: center -3px;
	 border-top-width: 1px;
	 border-right-width: 1px;
	 border-bottom-width: 1px;
	 border-left-width: 1px;
	 border-top-style: solid;
	 border-right-style: solid;
	 border-bottom-style: solid;
	 border-left-style: solid;
	 border-top-color: #ace7ff;
	 border-right-color: #216e9b;
	 border-bottom-color: #154561;
	 border-left-color: #33CCFF;
	 cursor: pointer;
	 font-weight: bold;
	 padding: 4px;
	 background-color: #080D0F;
	 font-family: 'aeonfont', sans-serif;
	 font-size: 13px;
	 color: #FFFFFF;
}
 .f-reply input[type=button]:hover, .f-reply input[type=submit]:hover {
}
 .f-reply textarea, .f-reply input[type=text] {
	 background-color: #1C1E1F;
	 border: 1px solid #3E3E3E;
}
 .alt1, .alt3 {
	 background-color: #1F1F1F;
	 background-image: url(images/alt1a.gif);
	 background-repeat: repeat-x;
	 background-position: top;
	 padding: 3px;
}
 .alt1:hover, .alt3:hover {
	 background-color: #181818;
	 background-image: url(images/alt1b.gif);
}
 .alt2 {
	 background-image: url(images/alt2a.gif);
	 background-repeat: repeat-x;
	 background-position: top;
	 background-color: #161616;
	 padding: 3px;
}
 .alt2:hover {
	 background-color: #0D0D0D;
	 background-image: url(images/alt2b.gif);
}
 .small {
	 font-family: 'aeonfont', sans-serif;
	 font-size: 10px;
}
 .comment-details {
	 background-color: #2B2B2B;
}
 .comment {
	 background-color: #1C1E1F;
}
 .f-form select, .f-form input {
	 background-image: url(images/alt1a.gif);
	 background-repeat: repeat-x;
	 background-position: center center;
	 font-family: 'aeonfont', sans-serif;
	 font-size: 10px;
	 border: 1px solid #4E5052;
}
/*/
 ---| END FORUM |--- 
/*/
/*/
 --- Start Image Resizer --- 
/*/
 table.ncode_imageresizer_warning {
	 background: ##9e0f25;
	 color: #FF8000;
	 border: 1px solid ##9e0f25;
	 cursor: pointer;
}
 table.ncode_imageresizer_warning td {
	 font-size: 12px;
	 color: #FF2000;
	 vertical-align: middle;
	 text-decoration: bold;
}
 table.ncode_imageresizer_warning td.td1 {
	 padding: 5px;
}
 table.ncode_imageresizer_warning td.td1 {
	 padding: 2px;
}
/*/
 --- End Image Resizer --- 
/*/
/***********************************************| End Added by Bigmax|**************************************************************/
 .snowflake {
	 position: fixed;
	 background-color: #CCC;
	 user-select: none;
	 z-index: 1000;
	 pointer-events: none;
	 border-radius: 50%;
	 width: 10px;
	 height: 10px;
}

.cover_rec {
  box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.7);
  border-radius: 8px;
  border: 1px solid #dc143c;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.polaroid {
  box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.7);
  border-radius: 8px;
  border: 1px solid #dc143c;
}

div.t-tags {
    display: inline-block;
    margin: 3px 4px 0 0;
    padding: 0 1px 1px;
    line-height: 12px;
    font-family: 'aeonfont', sans-serif;
    text-transform: capitalize;
    font-size: 9px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #b3b3b3;
    color: #090909;
    text-shadow: 0 1px 0 #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #C5C5C5 #AAAAAA #ABABAB #BCBCBC;
    border-radius: 0.25rem;
    border-collapse: separate;
}

div.newt {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: #DC143C;
    color: #DCDCDC;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.imdb {
    display: inline-block;
    margin: 3px 4px 0 0;
    padding: 0 1px 1px;
    line-height: 12px;
    font-family: 'aeonfont', sans-serif;
    text-transform: capitalize;
    font-size: 9px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #FFC300;
    color: #000000;
    text-shadow: 0 1px 0 #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #FFC300;
    border-radius: 0.25rem;
    border-collapse: separate;
}

div.rotate {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.fa-stack:hover {
    cursor: pointer;
    color: red;
    transition: 0.9s;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

/=================  Added by Botanicar =======================/


/* ==== Table Row === */
table.account { 
    border-spacing: 5px;
    border-collapse: separate;
    font-family: 'aeonfont';
    font-size: 12px;
}

table.accounted { 
    border-spacing: 5px;
    border-collapse: separate;
    font-family: 'aeonfont';
    font-size: 12px;
}

td.css-right {
font-family: 'aeonfont', sans-serif;
font-size: 12px;
color: #fff;
padding: 10px;
/* background: #323232; */
background-image: linear-gradient(to bottom, #323232, #313231, #313131, #303130, #303030);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px; 
border: 1px solid #111;
/* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.10); */
}

td.css {

font-family: 'aeonfont', sans-serif;
font-size: 12px;
color: #fff;
padding: 10px;
/* background: #232323;  */
background-image: linear-gradient(to bottom, #232323, #212221, #212121, #202120, #202020);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px; 
border: 1px solid #111;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

td.sticky {
font-family: 'aeonfont', sans-serif;
font-size: 12px;
color: #ff0000;
padding: 10px;
background: #121212;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px; 
border: 1px solid #050505 !important;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition-duration: 2.0s; 

}

td.sticky:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
    transition-duration: 2.0s; 
  	opacity: 0.65;

    /* IE8+ */
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod=auto expand')'";

   /* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1.1,
            M12=0,
            M21=0,
            M22=1.1,
            SizingMethod='auto expand');

   margin-left: -14px\4; 
   margin-top: -4px\4
}

td.sticky a {

color: #ffc107;

}

hr {
 border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/*== Poster borders ==*/

.poster {
	padding:4px 4px 4px 4px !important;
	margin-right: 5px;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	border-radius:3px !important;
        background: #ddd !important;
}

.rip {
	padding:5px 5px 5px 5px;
	-moz-border-radius: 5px 20px 5px 20px;
	-webkit-border-radius:4px;
	border-radius: 5px 20px 5px 20px;
	background: rgb(2,0,36);
	background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(135,135,241,1) 21%, rgba(246,130,84,1) 51%, rgba(0,212,255,1) 100%);
}

.poster-mini {
	padding:2px 2px 2px 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    background: #fff;
}

.poster2 {
	padding:5px 5px 5px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    background: #777777;
    border: 1px solid #505050;
}


.avatar {
    padding:5px 5px 5px 5px;
    height:100px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:100px;
background: rgb(2,0,36);
background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(135,135,241,1) 21%, rgba(246,130,84,1) 51%, rgba(0,212,255,1) 100%);
}

