/*Iconic font*/
/*import relative to skin!*/
@import url('../../css/fontawesome.css?a');
/*Roboto font*/
@import url('../../css/roboto.css');
/*index offer basics*/
@import url('../../css/indexoffer.css?b');

/*animations*/
@keyframes rotate{
	from{transform:rotate(-10deg);-webkit-transform:rotate(-10deg);}
	to{transform:rotate(-30deg);-webkit-transform:rotate(-30deg);}
}

@keyframes fontsize{
	30%{font-size:6px;}
	80%{font-size:18px;}
	100%{font-size:11px;}
}

/* For modern browsers */
.cf::before,.cf::after{content:"";display:table;}
.cf::after{clear:both;}
/*layout*/
html,body{margin:0;padding:0;width:100%;height:100%;}
body{font-family:'Roboto Condensed',sans-serif;font-size:13px;min-width:980px;color:#333;}
.mainwrapper{box-sizing: border-box;width:100%;height:auto;min-height:100%;position:relative;padding:30px 0 50px;z-index:1;}
.no-user .mainwrapper{padding-top:0;}
/*.mainwrapper{background:url('../../img/testversion.png') 1% 200px no-repeat, url('../../img/testversion.png') 97% 80% no-repeat;}*/
.footer{height:30px;line-height:30px;position:absolute;bottom:0;left:0;text-align:center;width:100%;z-index:0;}
.footer p{width:100%;max-width:1000px;margin:0 auto;height:30px;line-height:30px;vertical-align:top;display:inline-block;}
.header{width:100%;padding-top:100px;min-width:1000px;position:relative;}
.main{width:940px;margin:20px auto 0;border-radius:5px;padding:30px;border-top:1px solid;min-height:200px;}
.important-news{width: 100%;background:#a00;color:#fff;text-shadow:1px 1px #000;box-shadow:0 1px 0 0 rgba(0,0,0,0.7);}
.important-news a{color:#fff;display:block;padding:3px 10px;}
.main .full-width{max-width:100vw;margin-left:-30px;padding:0 30px;box-sizing: border-box;}

.horizontalmenu{padding:0;margin:0;}
.horizontalmenu::before,.horizontalmenu::after{content:"";display:table;}
.horizontalmenu::after{clear:both;}
.horizontalmenu li{float:left;list-style:none;}
.horizontalmenu li ul li{float:none;}
.horizontalmenu li ul{transform:scaleY(0);transition: all 0.2s ease-out;transform-origin:0 0;}
.horizontalmenu li:hover ul{transform:scaleY(1);transition: all 0.2s ease-in;}
#notifications{position:fixed;top:30px;right:-182px;padding:10px 15px;width:150px;border:1px solid #000;border-right:none;border-top-left-radius:3px;border-bottom-left-radius:3px;
	border-top-color:#faa;border-left-color:#f99;box-shadow:0 0 1px rgba(0,0,0,1);z-index:281;transition:right 1s;
	background: -moz-linear-gradient(top, rgba(237,137,149,0.8) 0%, rgba(237,137,149,0.8) 1%, rgba(173,62,62,0.8) 50%, rgba(158,18,21,0.8) 51%, rgba(211,124,126,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,137,149,0.8)), color-stop(1%,rgba(237,137,149,0.8)), color-stop(50%,rgba(173,62,62,0.8)), color-stop(51%,rgba(158,18,21,0.8)), color-stop(100%,rgba(211,124,126,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,137,149,0.8) 0%,rgba(237,137,149,0.8) 1%,rgba(173,62,62,0.8) 50%,rgba(158,18,21,0.8) 51%,rgba(211,124,126,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,137,149,0.8) 0%,rgba(237,137,149,0.8) 1%,rgba(173,62,62,0.8) 50%,rgba(158,18,21,0.8) 51%,rgba(211,124,126,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,137,149,0.8) 0%,rgba(237,137,149,0.8) 1%,rgba(173,62,62,0.8) 50%,rgba(158,18,21,0.8) 51%,rgba(211,124,126,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,137,149,0.8) 0%,rgba(237,137,149,0.8) 1%,rgba(173,62,62,0.8) 50%,rgba(158,18,21,0.8) 51%,rgba(211,124,126,0.8) 100%); /* W3C */
}
#notifications.shown{right:0;transition:right 1s;}
.notification{margin-top:10px;}
.notification:first-child{margin-top:0;}
.notification p{margin:0;}
.notification a{color:#fff;text-shadow:1px 1px #000;}
.notification a:hover{color:#FFF5CC;}
#floatmessages{position:fixed;max-width:80%;width:auto;top:30px;padding:10px 15px;border:1px solid #600;border-radius:3px;border-top-color:#faa;text-align:center;
	border-left-color:#f99;box-shadow:2px 2px 10px rgba(0,0,0,1);z-index:282;left: 50%;transform: translateX(-50%);animation: movetop 1s ease-in;cursor:pointer;
	background: -moz-linear-gradient(top, rgba(237,137,149,1) 0%, rgba(237,137,149,1) 1%, rgba(173,62,62,1) 50%, rgba(158,18,21,1) 51%, rgba(211,124,126,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(237,137,149,1) 0%,rgba(237,137,149,1) 1%,rgba(173,62,62,1) 50%,rgba(158,18,21,1) 51%,rgba(211,124,126,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(237,137,149,1) 0%,rgba(237,137,149,1) 1%,rgba(173,62,62,1) 50%,rgba(158,18,21,1) 51%,rgba(211,124,126,1) 100%); /* W3C */
}
#floatmessages .float-message{font-size:1.5em;color:#fff;text-shadow:0 0 1px #000;}
.floating{z-index:2;}
#navwrapper{z-index:280;}
/*flexbox is buggy*/
.sidebar{text-align:center;display:table-cell;padding-right:20px;min-width:158px;vertical-align:top;}
.sidebar>div{width:100%;}
.sidecontent{border-left:1px solid;padding-left:20px;padding-right:20px;height:100%;display:table-cell;width:100%;}
.sidecontent+.sidebar{border-left:1px solid;padding-left:20px;padding-right:0;}
.sidecontent.no-separator,.sidecontent:first-child,.sidebar.no-separator{border:none;padding-left:0;}
.sidebar+.sidecontent{padding-right:0;}
.sidecontainer{display:table;width:100%;}
.sidebar.filled-sidebar{padding:10px;border-radius:3px;}
.sidebar.filled-sidebar+.sidecontent{border:none;}

/*general*/
p,ul{margin:0;}
p,p+section{margin-top:15px;}
p.text{line-height:1.4em;}
.main>p{padding-left:10px;}
.main>p.center{padding-right:10px;}
h1{font-size:17px;font-weight:bold;}
h1.maintitle{margin-bottom:15px;}
h1 + p{margin:0;}
h1 .normal,h3 .normal{font-size:13px;font-weight:normal;line-height:20px;}
h3 .normal{line-height:normal;}
h4 .normal{font-weight:normal;}
h2{font-size:15px;font-weight:normal;margin-top:15px;margin-bottom:15px;}
h3{font-size:13px;}
h3.title{border:1px solid;border-top-left-radius:3px;border-top-right-radius:3px;padding:3px;margin-bottom:0;}
h3.separator{border-bottom:1px solid;font-size:1.2em;line-height:1.8em;min-height:1.8em;}
.main>h3{padding-left:10px;}
h5{margin-bottom:5px;}
h5:first-child{margin-top:0;}
.toptitle{margin-top:0;}
article>h3:first-child,section>h3:first-child{margin-top:0;}
ul{padding-left:20px;}
hr{height: 0;margin:10px 0;border:none;border-bottom:1px solid;}
button::-moz-focus-inner{border:0;padding:0;}
body .right{text-align:right;}
body .left{text-align:left;}
.small,small{font-size:0.9em;}
.smaller{font-size:0.85em;}
.middle>*{vertical-align:middle;}
.toright{float:right;}
.toleft{float:left;}
.fullwidth{width:100%;box-sizing:border-box;}
.stretch{width:100%}
.nopadding{padding:0;}
.nowrap{white-space:nowrap;}
.monospace{font-size:10pt; font-family: 'Courier New', monospace;line-height:1em;}
.modcomment{overflow:auto;max-height:100px;}
html body .inlineblock{display:inline-block;vertical-align:middle;}
.top{vertical-align:top;}
.error{color:red;}
.nocolor{color:#aa0000;}
.yescolor{color:#00aa00;}
.ongoing{color:#0000ff;text-shadow: 1px 1px #55a, -1px -1px #99f;}
html body .center{text-align:center;}
footer{z-index: 20;}
.spaceleft{margin-left:5px;}
.spaceright{margin-right:5px;}
.spacetop{margin-top:5px;}
.bigspacetop{margin-top:10px;}
.spacebottom{margin-bottom:5px;}
.bigspacebottom{margin-bottom:10px;}
.spacetop.small{margin-top:3px;}
.previewimg{max-height:60px;border:2px solid #fff;box-shadow:0 0 2px 1px rgba(0,0,0,0.7);}
.imgcont{display:inline-block;margin-left:10px;}
body .imgcont::before{content:"\f03e";font-family:Iconic;display:inline-block;font-size:25px;margin:0 0 3px;}
.imgcont:first-child{margin-left:0;}
.errormessage,body table tbody>tr>td.errormessage,body table tbody>tr>th.errormessage{border:1px solid #ee9999;background:#FFDDDD;padding:5px 10px;color:#990000;border-radius:3px;}
.errormessage *{color:#990000;}
.errormessage::before,.warningmessage::before{content:"\f071";font-family:Iconic;margin-right:10px;display:inline-block;}
.warningmessage,table tbody>tr>td.warningmessage,table tbody>tr>th.warningmessage{border:1px solid #ee9933;background:#fff5cc;padding:5px 10px;color:#ee5500;border-radius:3px;line-height:1.4em;}
.warningmessage *{color:#ee3300;}
ul.warningmessage{padding-left:30px;position:relative;}
ul.warningmessage::before{position:absolute;left:7px;top:50%;transform:translate(0,-50%);}
ul.warningmessage hr{border-bottom-color:#ee9933;box-shadow:none;}
.happymessage,body tr td.happymessage,body tr th.happymessage{border:1px solid #339933;background:#ddffdd;padding:5px 10px;color:#009900;border-radius:3px;}
.happymessage *{color:#009900;}
.happymessage::before{content:"\f118";font-family:Iconic;margin-right:10px;display:inline-block;}
h1 .errormessage,h1 .warningmessage,h1 .happymessage{padding:2px 8px;}
div.errormessage,p.errormessage,div.warningmessage,p.warningmessage,div.happymessage,p.happymessage{margin-bottom:10px;}
.warning{color:red;text-shadow:1px 1px rgba(255,255,255,0.7);}
.succmsg{min-height:20px;line-height:20px;margin-bottom:20px;margin-top:0;font-size:14px;padding:5px 10px;border:1px solid #090;border-radius:3px;text-shadow:1px 1px #9e9;
	color:#000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
}
.succmsg a{color: #008800;}
.warnmsg{min-height:20px;line-height:20px;margin-bottom:20px;margin-top:0;font-size:14px;padding:5px 10px;border:1px solid #900;border-radius:3px;text-shadow:1px 1px #600;color:#fee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,137,149,0.8)), color-stop(1%,rgba(237,137,149,0.8)), color-stop(50%,rgba(173,62,62,0.8)), color-stop(51%,rgba(158,18,21,0.8)), color-stop(100%,rgba(211,124,126,0.8))); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, rgba(237,137,149,0.8) 0%,rgba(237,137,149,0.8) 1%,rgba(173,62,62,0.8) 50%,rgba(158,18,21,0.8) 51%,rgba(211,124,126,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,137,149,0.8) 0%,rgba(237,137,149,0.8) 1%,rgba(173,62,62,0.8) 50%,rgba(158,18,21,0.8) 51%,rgba(211,124,126,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,137,149,0.8) 0%,rgba(237,137,149,0.8) 1%,rgba(173,62,62,0.8) 50%,rgba(158,18,21,0.8) 51%,rgba(211,124,126,0.8) 100%); /* W3C */
}
.infowrapper,.infomessage{border:1px solid;border-radius:3px;margin-bottom:20px;}
.infolist,.infomessage{padding:10px 10px 10px 50px;background:url("../../img/info.png") no-repeat 15px center;background-size:20px auto;border-radius:3px;line-height:1.4em;}
.infolist li,.warningmessage>li{list-style-type:none;}
.infolist li li{list-style-type:disc;margin-top:3px;}
.infolist hr,ul.warningmessage hr{margin:5px 0;}
.infomessage.small{padding:5px 5px 5px 30px;background-position:7px center;background-size:15px auto;}
html body img[src*="default_avatar.jpg"]{padding-top:150px!important;padding-left:150px!important;height:0;width:0;background:url("../../img/default_avatar.png") no-repeat 0 0;
	background-size:100% 100%;box-shadow:none!important;border:none!important;}
.section{margin-top:30px;padding-top:30px;border-top:1px solid;}
.section>h1{padding-left:10px;margin-top:30px;text-align:left;}
.section>h1:first-child,section h1:first-child,.main>h1:first-child{margin-top:0;}
.section>.text{padding-left:10px;padding-right:10px;}
.leftborder{display:inline-block;padding-left:5px;margin-left:5px;position:relative;}
.leftborder::before{content:"";display:block;height:100%;width:1px;position: absolute;left:0;top:0;}
.errorbox{margin-top:20px;}
.errorbox .content{text-align:center;}
.smiley{vertical-align:bottom;}
.smilies,.preview,.color{display:none;position:absolute;border:1px solid;border-radius:5px;padding:10px;height:100%;width:300px;box-sizing:border-box;top:0;z-index:20;background-color:#fff;}
.smilies .close,.preview .close,.color .close{text-align:right;border-bottom:1px solid;padding-bottom:5px;margin-bottom:5px;cursor:pointer;font-weight:bold;font-size:16px;font-family:Arial,Helvetica,sans-serif;}
.smilies .maincontent,.preview .maincontent,.color .maincontent{overflow: auto;height:90%;padding:10px;box-sizing:border-box;}
.specialopener{float:right;cursor:pointer;padding:3px;}
.specialopener::before{content:"\f078";font-family: Iconic;}
.specialopener.opened::before{content:"\f077";}
.actiontitle{padding:7px 10px;border-radius:3px;vertical-align:middle;line-height:1.4em;}
.actiontitle h1{margin-bottom:0;}
.zoomable-default{max-width:500px;cursor:zoom-in;display:block;}
.zoomable-container{position:relative;display:inline-block;}
.zoomable-size{position:absolute;right:-5px;top:-5px;z-index:5;padding:3px 5px;background:rgba(0,0,0,0.7);color:#fff;border-radius:5px;border:1px solid #fff;}
.zoomable-size::before{content:"\f00e";font-family:Iconic;display:inline-block;margin-right:4px;}
.opener,.opener-parent{cursor:pointer;}
.formatted-link{word-break:break-all;}
.online::before,.offline::before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#00ff00;border:2px solid #00aa00;vertical-align:middle;margin:0 5px;}
.offline::before{background-color:#f00;border-color:#a00;}
.info-num{background:red;color:#fff;border-radius:0.6em;padding:0 4px;height:1.2em;line-height:1.2em;display:inline-block;text-align:center;font-family:'Roboto Condensed',sans-serif;
	font-weight:bold;text-decoration:none;font-size:11px;vertical-align:top;}

/*form elements*/
.form-row{margin:10px 0;}
label{font-weight:bold;vertical-align:middle;}
.form-row.required::after{content:" *";vertical-align:top;}
.form-row label{display:inline-block;padding:4px 0;margin-right:10px;vertical-align:middle;}
.form>.grid-row:not(:last-child){margin-bottom: 10px;}
.form .grid-row>label,.form .grid-row .static{padding-top:4px;padding-bottom:4px;display:inline-block;}
.form .grid-row>div>*{vertical-align:middle;}
.form .grid-row .hint{margin-top:5px;font-style:italic;font-size:0.9em;font-weight:normal;}
input,textarea,select{font-family:"Roboto Condensed",sans-serif;border:1px solid;padding:3px 5px;border-radius:3px;vertical-align:middle;font-size:13px;}
select{height:23px;padding:1px 5px;}
input{height:15px;box-sizing:content-box;max-width:100%;}
input[type=file]{height:auto;}
textarea{font-size:13px;}
/*buttons*/
input[type=submit],input[type=button],input[type=reset],.button,button{padding:7px 15px;border-radius:3px;border:1px solid;font-weight:500;font-family:"Roboto Condensed",sans-serif;font-size:13px;
	text-decoration:none;display:block;box-sizing:content-box;height:17px;text-align:center;}
.button:focus,a.button:focus,button:focus,select:focus,input:focus,textarea:focus{outline:none;}
input[type=submit].small,input[type=reset].small,input[type=button].small,.button.small,button.small{padding:2px 10px;margin:5px 0;font-size:13px;min-width:20px;white-space:nowrap;}
input[type=submit].small.nomargin,input[type=reset].small.nomargin,input[type=button].small.nomargin,.button.small.nomargin,button.small.nomargin{margin:0;}
.button.small.spacetop,button.small.spacetop{margin-bottom:0;}
input[type=submit].tiny,input[type=reset].tiny,input[type=button].tiny,.button.tiny,button.tiny{padding:1px 3px;font-size:12px;white-space:nowrap;height:auto;}
button::before,.button::before,.menus li a::before{font-family:Iconic;margin-right:5px;font-weight:normal;}
button.pureicon::before,.button.pureicon::before,.menus li a.pureicon::before,.pureicon::before{margin-right:0;padding-right:0!important;}
a.button, .widget a.button{display:inline-block;vertical-align:middle;}
a.button.small, .widget a.button.small{line-height:1.4em;}
input[type=submit].mini,input[type=reset].mini,input[type=button].mini,.button.mini,button.mini{padding:2px 5px;margin:0;font-size:0.9em;min-width:0;text-align:center;}
.imgcont.button{height:auto;}
.taglist{padding-top:0;}
.taglist button.tag-button,.taglist a.button.tag-button{margin-left:0.3em;margin-top:8px;}
.taglist .tag-button:first-child{margin-left:0;}
.taglist .tag-button.selected{font-weight:bold;}
.input-block{display: inline-block;white-space:nowrap;vertical-align:middle;}
.input-block>*{vertical-align:middle;}
.checkbox,.radio{display:inline-block;}
.checkbox label{cursor:pointer;text-decoration:underline;}
.checkbox input[type=checkbox]{display:none;}
.checkbox input[type=checkbox] + .checked{display:none;}
.checkbox input[type=checkbox]:checked + label + .unchecked{display:none;}
.checkbox input[type=checkbox]:checked + .checked{display:inline;}
.radio{border-radius:3px;}
.radio input[type=radio]{display:none;}
.radio label{font-weight:normal;padding:3px 5px;border:1px solid;display:inline-block;cursor:pointer;transition: all 0.2s ease-in 0s;vertical-align:middle;height:15px;line-height:15px;}
.radio label:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.radio input[type=radio]:first-child + label{border-top-left-radius:3px;border-bottom-left-radius:3px;}
.radio input[type=radio]:checked + label{border:1px solid;cursor:default;border-radius:3px;transition: all 0.2s ease-in 0s;}
.inner_checkbox{font-weight:normal;display:inline-block;vertical-align:middle;}
td.inner_checkbox{display:table-cell;}
.inner_checkbox input[type=checkbox]{display:none;}
.inner_checkbox>label{cursor:pointer;padding:3px 5px;border-radius:3px;border:1px solid;transition:color 0.2s ease-in 0s;display:inline-block;font-weight:normal;text-shadow:none;}
.inner_checkbox input[type=checkbox] + label::before{content:"\f096";font-family:Iconic;margin-right:4px;}
.inner_checkbox input[type=checkbox]:checked + label::before{content:"\f046";margin-right:2px;}
.inner_checkbox.nolabel input[type=checkbox] + label{height:14px;line-height:15px;}
.inner_checkbox.nolabel input[type=checkbox] + label::before{margin-right:0;}
.inner_checkbox.nolabel input[type=checkbox]:checked + label{padding-right:3px;}
.inner_checkbox input[type=checkbox]:checked + label{transition:color 0.2s ease-in 0s;}
body .nocheckbox .inner_checkbox>label,body .inner_checkbox.full>label{width:100%;display:inline-block;box-sizing:border-box;}
body .nocheckbox .inner_checkbox>label::before,.nocheckbox .inner_checkbox>input[type=checkbox]:checked + label::before{content:"";margin-right:0;}
.multi-select{display:inline-block;position:relative;}
.multi-select__elems{position:absolute;min-width:100%;left:0;top:100%;z-index:5;background:#fff;color:#000;max-height:250px;overflow-y:scroll;border:1px solid;box-sizing:border-box;display:none;}
.multi-select__elems label{display:block;text-align:left;font-weight:normal;}
.multi-select__elems label:hover{text-decoration:underline;}
.multi-select.opened .multi-select__elems{display:block;}


/*widget,box,tip*/
.widget{display:inline-block;}
.widget h2,.box h2,.widget h3,.box h3{padding:10px 20px;margin:0;border-top-left-radius:3px;border-top-right-radius:3px;}
.widget h3,.box h3{padding:5px 10px;}
.widget .subtitle,.box .subtitle{display:block;font-size:11px;font-weight:normal;}
.widget .content,.box .content{padding:20px;margin:0;border:1px solid;border-top:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.box .content.narrow,.box .text.narrow,.widget .narrow,.tip .text.narrow{padding:5px 10px;}
.box .content.nopadding,.box .text.nopadding,.widget .nopadding,.tip .text.nopadding{padding:0;}
.widget>*,.box>*{text-align:left;}
.widget .button,.box .button{display:block;margin:20px auto 0;}
.widget ul{padding-left:10px;}
.widget ul li{line-height:1.4em;}
.tip h1,.box h1,.friendlist h1{font-weight:bold;font-size:14px;padding:10px;border:none;border-top-left-radius:3px;border-top-right-radius:3px;cursor:pointer;margin-bottom:0;position:relative;}
.tip h1.important,.box h1.important{
	background: linear-gradient(to bottom, rgba(237,137,149,0.8) 0%,rgba(237,137,149,0.8) 1%,rgba(173,62,62,0.8) 50%,rgba(158,18,21,0.8) 51%,rgba(211,124,126,0.8) 100%);
}
.tip h1.inactive,.box h1.inactive{
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);color:#888;text-shadow:none;
}
.tip h1 .newlabel{display:block;position:absolute;top:-1px;left:-10px;z-index:6;}
.tip div.text,.box .text{padding:20px;margin:0;border-left:1px solid;border-right:1px solid;}
.box, .tip{border-radius:3px;}
.box .text:last-child{border-bottom:1px solid;border-radius:0 0 3px 3px;}
.box .text:first-child,.box .text.noheader{border-top:1px solid;}
.box .text .dashedtop{display:block;border-top:1px dashed;padding-top:10px;margin-top:10px;}
.box .text .dashedtop.hidden{display:none;}
.box .text.narrow .dashedtop{padding-top:5px;margin-top:5px;}
.box h4{margin:0;padding:15px 20px 0;border:1px solid;border-bottom:none;border-radius:3px 3px 0 0;}
.box h4.narrow{padding:10px 15px 0;}
.box h3+h4{border-radius:0;border-top:none;}
.box h4::after{content:"";display:block;border-bottom:1px solid;padding-top:10px;margin:0 -5px;}
.box h4 + p.text,.box h3 + p.text{padding-top:10px;padding-bottom:15px;}
.box h4:last-child::after{content:none;}
.box h4:last-child{border-bottom:1px solid;padding-bottom:15px;border-radius:3px;}
.box+.box{margin-top:20px;}
.tip .opener::before,.box .opener::before{content:"\25BE";margin-right:5px;font-size:17px;line-height:15px;display:inline-block;transition:all 0.3s;}
.tip.closed .opener::before,.box.closed .opener::before,.tip .opener.closed::before,.box .opener.closed::before{
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	transition: all 0.3s;
}
.tip .text .tip-top,.box .text .box-top{margin:-20px -20px 10px;padding:10px 20px;}
.tip .text .tip-top.small,.box .text .box-top.small{padding:5px 20px;}
.tip .text.narrow .tip-top,.box .text.narrow .box-top{margin:-5px -10px 5px;padding-left:10px;padding-right:10px;}
.tip .text.nopadding .tip-top,.box .text.nopadding .box-top{margin:0;padding-left:10px;padding-right:10px;}
.tip.closed h1,.box.closed h1,.friendlist h1{border-radius:3px;}
.tip h1 time{float:right;font-weight:normal;}
.tip footer{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border:1px solid;border-top:none;}
.tip footer ul{border-top:1px solid;margin:0 20px;padding:15px 0 18px;}
.tip footer ul li{float:left;list-style-type: none;border-left:1px solid;padding-left:10px;margin-left:10px;}
.tip footer ul li:first-child,.news footer ul li.voting{padding:0;margin:0;border:none;}
.tip footer ul li.voting{float:right;border:0;margin:0;padding:0;}
.tip footer ul li.voting a.votelink{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border:1px solid;border-radius:2px;text-decoration:none;margin-left:5px;
	margin-top:-3px;margin-bottom:-3px;transition: all 0.2s ease-in 0s;}

/*tables*/
table{border-radius:3px;border-spacing:0;font-size:13px;}
p+table{margin-top:15px;}
td,th{text-align:left;padding:4px 10px;border-left:1px solid;border-bottom:1px solid;}
td.center{text-align:center;}
td.colspan,th.colspan{border-right:1px solid;}
table.noheader>tbody>tr:first-child th,table.noheader>tbody>tr:first-child td{border-top:1px solid;}
thead th{font-weight:bold;font-size:15px;padding:10px;border:none;}
.smallheader th,body th.small{font-size:13px;padding:5px;text-shadow:none;}
tbody>tr>th,.noheader th{font-weight:normal;font-size:13px;padding:4px 10px;text-shadow:none;border-left:1px solid;border-bottom:1px solid;}
tbody>tr>th:last-child,td:last-child{border-right:1px solid;}
tbody>tr>th.double-border{border-top:1px solid;}
thead:first-child>tr:first-child>th:first-child,tr:first-child>td:first-child,table.noheader tr:first-child>th:first-child{border-top-left-radius: 3px;}
thead:first-child>tr:first-child>th:last-child,tr:first-child>td:last-child,table.noheader tr:first-child>th:last-child{border-top-right-radius: 3px;}
table tbody:last-child>tr:last-child>th:first-child,tbody:last-child>tr:last-child>td:first-child{border-bottom-left-radius: 3px;}
table tbody:last-child>tr:last-child>th:last-child,tbody:last-child>tr:last-child>td:last-child{border-bottom-right-radius: 3px;}
table thead+tbody>tr:first-child>td:first-child,table thead+tbody>tr:first-child>td:last-child,table thead+tbody>tr:first-child>th:first-child{border-top-left-radius:0;border-top-right-radius:0;}
table.cattable,table.cattable td,table.cattable th{border:0;padding-left:0;}
table.cattable,table.cattable tr,table.cattable td{background:transparent!important;}
div.cattable .inner_checkbox{margin-right:5px;margin-bottom:5px;}
table.no-border{border:1px solid;}
table.no-border td,table.no-border th{border:0!important;padding:5px 10px;}
table.rowed-table td{border-left:0;}
table.rowed-table td:first-child{border-left:1px solid;}
tr.mandatory th::after,span.mandatory::after{content:"\f005";font-family:Iconic;font-size:0.8em;display:block;float:right;line-height:100%;padding-left:10px;}
td.smaller{padding:4px 5px;}
table.logtable{font-size:0.9em;}
table.logtable td{padding:4px;}

/*upload-table*/
table tr.uploadfield.last td:last-child{border-bottom-right-radius:3px;}
table tr.uploadfield.last th:first-child{border-bottom-left-radius:3px;}

/*pager*/
.pager{height:32px;}
.top.pager,.bottom.pager{margin:20px 0;}
.pagercontainer{display: inline-block;}
.pagerlinks{display:inline-block;height:30px;line-height:30px;vertical-align:top;border-top:1px solid;border-bottom:1px solid;font-size:12px;}
.pagerbacklink,.pagernextlink{display:inline-block;text-decoration:none;height:32px;width:22px;}
.pagerback,.pagernext{width:20px;height:30px;border:1px solid;display:inline-block;text-indent: 100%;white-space: nowrap;overflow:hidden;position:relative;box-shadow:-2px -2px 2px rgba(0,0,0,0.1) inset;
	cursor:default;}
.pagerbacklink:active .pagerback,.pagernextlink:active .pagernext{box-shadow:2px 2px 2px rgba(0,0,0,0.1) inset;}
.pager a .pagerback,.pager a .pagernext{cursor:pointer;}
.pagernext{border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.pagernext::before,.pagerback::before{content:"\25ba";position:absolute;left:-5px;top:0;line-height:29px;font-size:10px;}
.pagerback::before{content:"\25c4";left:-6px;}
.pagerback{border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.pagerlinks a{display:inline-block;height:20px;line-height:20px;}
.pagerlinks a:hover .pagerlink{text-decoration:underline;}
.pagerlink,.pagerdots{display:inline-block;height:20px;line-height:20px;padding:0 10px;border-left:1px solid;margin:5px 0;}
.pager a:first-child .pagerlink,.pagerlinks>.pagerlink:first-child{border:none;}
.pagerlinks>.pagerlink.current{border:1px solid;margin:4px 0;border-radius:3px;font-weight:bold;}
.pagerlink.current + a .pagerlink{border:none;}
.pagerlink.current:last-child{margin-right:5px;}
.pagerlink.current:first-child{margin-left:5px;}

.breadcrumb_arrow{font-size:9px;vertical-align:middle;text-indent:-999em;position:relative;display:inline-block;width:14px;}
.breadcrumb_arrow::after{content:"\f054";font-family:Iconic;position:absolute;top:0;left:4px;display:block;text-indent:0;}

/*actions*/
ul.actions{margin:10px auto;padding:10px;border:1px solid;border-radius:3px;display:table;min-width:400px;}
ul.actions li{display:inline-block;list-style-type:none;padding-left:10px;margin-left:10px;position:relative;vertical-align:middle;}
ul.actions li::before{content:"";position:absolute;width:1px;height:15px;left:0;top:50%;transform: translateY(-50%);}
ul.actions li:first-child{padding-left:0;margin-left:0;}
ul.actions li:first-child::before{content:none;}
ul.actions>div{text-align:left;margin-top:10px;}
h1>ul.actions{font-weight:normal;font-size:0.8em;float:right;margin:-12px 0 0;min-width:auto;}
.sectionclose::after{font-size:17px;font-weight:normal;text-shadow:none;}
.flag{vertical-align:middle;margin:0 10px;height:1em;display:inline-block;}
.flag img{max-height:1em;display:block;}

/*comments,posts,messages*/
.commentlist .closeallreply,.postlist .closeallreply{text-align:right;margin-bottom:10px;margin-right:10px;}
.comment,.post,.message{border:1px solid;border-radius:3px;margin-bottom:20px;}
.message{margin-top:20px;}
.comment .body>h1,.post .body>h1,.message .body>h1,.message-item>h1{padding:7px 10px;border-top-left-radius:3px;border-top-right-radius:3px;font-size:13px;margin:0;font-weight:normal;}
.comment h1 time,.post h1 time,.message h1 time{float:right;}
.comment h1 .commentername,.post h1 .postername,.message h1 .postername,.message h1 .postername,.message-item h1 .postername{font-weight:bold;}
.message-item h1 .postername{padding-left:10px;margin-left:10px;border-left:1px solid;}
.comment .userdata,.post .userdata{width:178px;text-align:center;height:100%;box-shadow:2px 2px 2px rgba(0,0,0,0.2);padding:10px 0;}
.comment .avatar,.post .avatar,.friendlist .avatar{border:4px solid;border-radius:3px;max-width:150px;display:block;margin:0 auto;}
.comment .badges,.post .badges{margin:10px 10px 0;padding:0 0 5px;border-radius:3px;}
.comment .badges>img,.post .badges>img{margin-top:5px;}
.comment .uservalues,.post .uservalues{text-align:left;margin-top:10px;list-style:none;padding-left:20px;}
.comment .text,.post .text,.message .text{margin:0;padding:15px;}
.comment>section,.post>section{display:table;width:100%;border-collapse:separate;border-spacing:10px;}
.comment>section .row,.post>section .row{display:table-row;}
.comment>section .userdata,.comment>section .body,.post>section .userdata,.post>section .body{display:table-cell;vertical-align:top;border-radius:3px;}
.comment>section .body,.post>section .body{display:table-cell;}
.message>section .body{padding-bottom:10px;}
.comment .body .quotetitle:first-child,.post .body .quotetitle:first-child,.message .body .quotetitle:first-child{margin-top:0;}
.comment .replies,.post .replies,.message .replies{margin-top:10px;padding:0 10px;}
.comment .commenting{float:right;font-size:11px;border-left:1px solid;margin-left:5px;height:15px;}
.commentinput textarea{width:600px;height:200px;font-family:Arial,Helvetica,sans-serif;max-width:calc(100% - 10px);}
.commentinput .buttons{text-align:center;padding-top:10px;}
.commentinput .buttons>*{display:inline-block;vertical-align:middle;}
.commentinput .topic{margin-bottom:5px;}
.commentinput .topic input{width:100%;box-sizing:border-box;height:2em;}
.commentvote,.commentsum{display:inline-block;padding:0 3px;border:1px solid #0a0;margin-left:5px;border-radius:3px;color:#0a0;font-weight:bold;background-color:#fff;vertical-align:top;font-family:'Roboto Condensed',sans-serif;}
.commentsum{color:#000;font-weight:normal;border:none;padding:1px 2px;}
.commentvote.red{border-color:#a00;color:#a00;}
.commentvote.click::after{content:"\f087";font-family:Iconic;}
.commentvote.red.click::after{content:"\f088";}
.comment .actions,.comment .actions form,.post .actions,.post .actions form,.message .actions,.message .actions form{display:inline-block;}
.comment .actions,.post .actions,.message .actions{margin-left:6px;}
.comment .actions .action,.post .actions .action,.message .actions .action{display:inline-block;text-decoration:none;border-left:1px solid;margin-left:2px;padding-left:6px;}
.comment .actions .action:hover,.post .actions .action:hover,.message .actions .action:hover{transition:all 0.3s;}
.comment .replies .actions .action,.post .replies .actions .action,.message .replies .actions .action{padding-left:4px;}
.post .foruminfo{margin-top:10px;border-top:1px solid;padding-top:5px;}
.replies>h1{margin:0;padding:10px 5px;font-size:13px;border-top:1px solid;cursor:pointer;}
.replies>h1::before{content:"\25B8";margin-right:5px;}
.replies>h1.opened::before{content:"\25BE";}
.reply{margin-left:10px;margin-bottom:10px;border:1px solid;border-top-left-radius:3px;border-top-right-radius:3px;border-collapse:collapse;}
.reply aside{text-align:left;padding:5px;display:table-cell;width:60px;}
.reply h1{margin:0;padding:5px 10px;font-weight:normal;font-size:12px;border-top-left-radius:3px;border-top-right-radius:3px;}
.replyavatar{max-width:50px;display:block;margin:0 auto;}
img[src*="default_avatar.jpg"].replyavatar{padding-top:50px!important;padding-left:50px!important;}
.reply .text{padding:10px;vertical-align:top;display:table-cell;width:100%;}
.edited{font-style: italic;font-size:11px;display:block;margin-top:15px;padding-top:5px;border-top:1px dashed;}
.answer{text-align:center;border-top:1px solid;padding-top:10px;margin:10px;}
.message .subject{display:block;border-bottom:1px solid;margin-bottom:10px;padding-bottom:5px;}
.message h1 .inner_checkbox,.message-item .text .inner_checkbox{margin-right:10px;float:left;margin-top:-3px;}
.message-item h1{font-size:13px;padding-left:35px;}
.message-item{border-bottom:1px solid;}
.message-item .subject{float:right;}
.message-item .text{margin-bottom:10px;font-size:12px;}
.message footer{padding:5px 15px 5px;text-align:right;font-size:0.8em;border-radius:0 0 3px 3px;}
.message footer .inner_checkbox{vertical-align:inherit;}
.message footer .inner_checkbox label{line-height:7px;padding:2px 2px;}
.message footer .inner_checkbox label::before{line-height:6px;height:6px;font-size:9px;margin-right:4px;}

/*friends*/
.friendlist{margin-top:20px;}
.friendlist:first-child{margin-top:0;}
.friendlist section{border:1px solid;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:10px;}
.userbox{display:table;table-layout:fixed;border:1px solid;border-radius:3px;padding:10px;width:47%;margin-bottom:10px;}
.userbox.even,.userbox:nth-child(even){float:right;}
.userbox.odd,.userbox:nth-child(odd){float:left;}
.userbox:last-child,.userbox.odd:nth-last-child(2){margin-bottom:0;}
.userbox .avatarcontainer{height:108px;width:108px;display:table-cell;vertical-align:middle;text-align:center;}
.userbox .datacontainer{height:100px;display:table-cell;padding-left:15px;width:100%;padding-top:5px;}
.userbox .datacontainer h2{margin-top:0;overflow:hidden;margin-bottom:5px;}
.userbox .datacontainer h2 img{max-height:20px;}
.userbox .avatar{max-height:100px;max-width:100px;}
.userbox img[src*="default_avatar.jpg"].avatar{padding-top:100px!important;padding-left:100px!important;}
.userbox .lastaccess{font-style: italic;font-size:11px;display:block;margin-top:0;}
.userbox .buttons{padding-top:20px;}
.userbox button{padding:5px;display:inline-block;margin-left:3%;}
.userbox button:first-child{margin-left:0;}
button.accept::before,.button.accept::before{content:"\f00c";}
button.refuse::before,.userbox button.delete::before,.blockbox button.delete::before{content:"\f00d";}
.userbox button.message::before{content:"\f0e0";}
.blockbox{display:inline-block;border:1px solid;border-radius:3px;padding:3px 5px;margin-right:5px;}
.blockbox button{display:inline-block;padding:2px 5px;margin-left:5px;}

/*popup*/
.popup{display:none;background-color:#efefef;border:1px solid #fff;border-radius:5px;padding:0;max-height:97vh;max-width:95vw;position:relative;
	font-family:Arial, Helvetica, sans-serif;min-width:320px;box-shadow:0 0 5px 5px rgba(0,0,0,0.5);margin:0 auto;box-sizing:border-box;}
.popup .popupclose{position:absolute;right:6px;top:6px;cursor:pointer;width:17px;height:17px;line-height:17px;text-align:center;font-size:16px;font-weight:bold;
	border:1px solid #666;border-top-color:#bbb;border-left-color:#bbb;border-radius:3px;box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5),inset 1px 1px 1px rgba(255,255,255,1);
	z-index:5;text-shadow:1px 1px #fff;background-color:#eee;color:#333;}
.popup h3{margin:0;line-height:20px;font-size:15px;padding:7px 40px 5px 10px;width:100%;text-align:left;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
	border-bottom:1px solid #ccc;box-shadow:0 1px 1px #fff;color:#333;}
.popup .content{text-align:left;overflow:auto;margin-bottom:5px;height:100%;max-height:87vh;}
.popup .content>div{padding: 10px;}
.popup .content>div table{margin-right:10px;}
.popup .color a{display:inline-block;width:30px;height:30px;text-indent:-9999px;overflow:hidden;border:1px solid;border-radius:1px;margin:2px;}
.popup .staff-question{margin-left:-10px;border-top-right-radius:10px;border-bottom-right-radius:10px;padding:10px;}
.popup .staff-answer{margin-right:-10px;margin-top:20px;border-top-left-radius:10px;border-bottom-left-radius:10px;padding:10px;}
.popup .staff-answer + .staff-question{margin-top:10px;}
.popuptable .marklist{margin-top:3px;}
.popup .form{padding:0 5px;}

/*menus*/
.mainmenuwrapper{width:100%;}
.mainmenu{width:1000px;margin:0 auto;text-align:center;border-radius:4px;padding:4px 20px;border:1px solid;box-sizing:border-box;}
.mainmenu .horizontalmenu{display:inline-block;vertical-align:top;}
.mainmenu .horizontalmenu li{font-weight:bold;font-size:13px;text-shadow:1px 1px #000;padding:0 10px;position:relative;}
.mainmenu .horizontalmenu li a{display:block;text-decoration:none;border-radius:3px;padding:3px 10px;border-right:1px solid transparent;border-bottom:1px solid transparent;}
.mainmenu .horizontalmenu li.active a{border-right:1px solid;border-bottom:1px solid;}
.mainmenu .horizontalmenu li.important a{color:#ffaaaa;}
.mainmenu .newlabel{position:absolute;left:7px;top:-5px;}
.usermenu,.toolsmenu{position:fixed;left:0;top:0;height:15px;padding:7px 20px 8px;font-size:12px;width:100%;border-bottom:1px solid;z-index:281;white-space:nowrap;}
.toolsmenu{left:auto;right:0;width:auto;}
.toolsmenu .notif-num>*{background:red;color:#fff;width:15px;height:15px;line-height:15px;border-radius:50%;display:inline-block;text-align:center;font-family:'Roboto Condensed',sans-serif;
	font-weight:bold;text-decoration:none;font-size:11px;}
.usermenu .horizontalmenu,.toolsmenu .horizontalmenu{margin:0;padding:0;}
.usermenu a,.toolsmenu a{display:inline-block;position:relative;}
.usermenu>ul>li,.toolsmenu>ul>li{position:relative;line-height:15px;height:15px;}
.usermenu>ul>li{margin-left:10px;padding-left:10px;}
.usermenu li img,.toolsmenu li img{vertical-align:baseline;display:inline-block;border:none;margin-left:3px;}
.toolsmenu>ul>li{margin-right:10px;padding-right:10px;}
.usermenu>ul>li::before,.toolsmenu li::after{content:"";display:block;height:100%;width:1px;position: absolute;left:0;top:0;}
.toolsmenu li::after{right:-1px;top:0;left:auto;}
.toolsmenu li:last-child::after{content:none;}
.usermenu>ul>li:first-child,.toolsmenu>ul>li:last-child{border:none;margin:0;}
.usermenu>ul>li:first-child{padding-left:0;}
.toolsmenu>ul>li:last-child{padding-right:0;}
.usermenu>ul>li:first-child::before,.toolsmenu>li:last-child::after{display:none;}
.usermenu .logout a{text-indent:-999px;position:relative;display:block;margin-right:10px;font-size:14px;}
.usermenu .logout a::after{content:"\f08b";font-family:Iconic;position:absolute;top:0;left:0;text-indent:0;line-height:15px;}
.toolsmenu .social img{display:block;margin-top:-2px;}
.indexmenu{float:right;}
.toolsmenu .tools a{display:inline-block;width:25px;text-align:center;position:relative;font-size:14px;text-decoration:none;}
.toolsmenu .tools a.hidden{display:none;}
.toolsmenu .tools a>.hidden-title{position:absolute;top:15px;right:20px;transition:height 0.3s;height:0;overflow:hidden;}
.toolsmenu .tools a>.hidden-title>span{font-family:'Roboto Condensed',sans-serif;color:#fff;background:#aa0000;padding:3px 5px;border-radius:3px;display:block;
	box-shadow:0 1px 2px -1px #000;border:1px solid rgba(255,255,255,0.7);}
.toolsmenu .tools a:hover>.hidden-title{height:auto;transition:height 0.3s;}
.toolsmenu .tools a.hasnew::before,.usermenu li>a.hasnew::before{content:"";display:block;position:absolute;width:6px;height:6px;z-index:5;background:#ee0000;border-radius:50%;top:0;left:15px;}
.usermenu li>a.hasnew::before{left:auto;right:-5px;}
.toolsmenu .tools a.livestream{margin-right:10px;font-size:10px;text-transform:uppercase;font-weight:bold;font-family:'Roboto Condensed',sans-serif;width:auto;color:#fff;
	padding:2px 5px;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.7) inset;text-shadow:0 0 2px rgba(254,204,177,1);
	background: #d12e2e; /* Old browsers */
	background: -webkit-linear-gradient(top, #d12e2e 0%,#f16f5c 50%,#e5240b 52%,#ad271d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d12e2e 0%,#f16f5c 50%,#e5240b 52%,#ad271d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.toolsmenu .tools a.livestream .hidden-title>span{background:#fff;color:#000;text-shadow:none;padding:1px 3px;border-color:#000;}
.toolsmenu .tools a.livestream .hidden-title{box-shadow:0 0 4px rgba(0,0,0,0.7);;padding:0;background:transparent;text-transform:none;}
.toolsmenu .livestream::before{margin-right:4px;font-size:12px;font-weight:normal;}
.toolsmenu .facebookicon,.toolsmenu .twittericon{font-size:20px;}
.toolsmenu .facebookicon:first-child,.toolsmenu .twittericon:first-child{margin-right:5px;}
/*submenus*/
.usermenu li ul{box-shadow:0 4px 6px rgba(0,0,0,0.5);padding:5px 0;margin-left:-10px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;
	border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}
.usermenu li ul li{margin:0;padding:0;}
.usermenu li ul li.hasnew{position:relative;}
.usermenu li ul li.hasnew::after{content:"";display:block;position:absolute;width:6px;height:6px;z-index:5;background:#ee0000;border-radius:50%;top:7px;right:2px;}
.usermenu li ul li>a{display:block;padding:3px 9px;}
.header-icon{position:absolute;left:50%;top:15px;margin-left:350px;}
.icons-content{display:flex;flex-direction:row;position:absolute;top:5px;left:11%;justify-content:flex-start;flex-wrap:nowrap;}
.icons-content > *{flex-shrink:0;flex-grow:0;margin-left:5px;max-height:90px;}
.icons-content > *:first-child{margin-left:0;}
.icons-content img{max-height:100%;}
#countdown{position:absolute;top:0;left:-5px;width:62px;height:62px;background-color:rgba(0,0,0,0.7);font-family:"Roboto Condensed",Arial,Helvetica,sans-serif;color:#fff;
	font-size:13px;border-radius:50%;padding-top:5px;border:2px solid #999;box-shadow:0 0 8px 5px rgba(0,0,0,0.7);-webkit-transform:rotateX(90deg);transform:rotateX(90deg);
	cursor:pointer;-webkit-transition:all 1s ease;transition:all 1s ease;z-index:2;}
#countdown.opened{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);}
#countdown .countdown-day,#countdown .countdown-time{text-align:center;}
#countdown .countdown-day .day-value{font-size:2em;font-weight:bold;}
#countdown .countdown-hour,#countdown .countdown-min,#countdown .countdown-sec{display:inline-block;font-weight:bold;}

.menus{margin-top:10px;}
.menus ul{list-style:none;padding:0;}
.menus ul li{text-align:left;margin-top:3px;position:relative;}
.menus ul li a{text-decoration:none;display:block;padding:5px 10px;border:1px solid;border-radius:3px;}
.menus ul li.selected a{font-weight:bold;}
.menus ul li .message-number{position:absolute;right:-1em;top:5px;height:17px;width:17px;line-height:17px;text-align:center;border-radius:50%;background:#ee0000;color:#fff;font-size:0.8em;}

/*index page*/
.indexnews{margin-top:30px;}
.indexnews .tip{margin-bottom:2px;}
.contact{text-align: center;margin-top:20px;}
.accordion .openable{display:block;}
.accordion .closed .openable{display:none;}

/*poll,quiz*/
.poll label,.answerlist label{display:block;line-height:2em;}
.poll label::before,.answerlist label::before{content:"";display:inline-block;width:5px;height:5px;border-radius:6px;margin-right:10px;text-align:center;border:3px solid;vertical-align:baseline;}
.poll .optiontext{margin:0;padding-left:5px;}
.poll input[type=radio],.answerlist input[type=radio]{display:none;}
.poll .emptyvote + label{margin-top:10px;}
.poll .pollpercent,.poll .bar{display:inline-block;}
.poll .bar{height:20px;margin-top:4px;border:1px solid;border-top-right-radius:4px;border-bottom-right-radius:4px;border-left:0;}
.poll .pollpercent{line-height:20px;margin-left:5px;margin-top:4px;}
.poll .optiontext{display:block;}
.poll .pollchart{min-width:300px;border-left:1px solid;}
.poll .optionbar{white-space:nowrap;border-top-right-radius: 3px;border-bottom-right-radius:3px;padding:5px 5px 5px 0;margin-bottom:8px;}
.poll .optionbar.selected{border:1px solid;border-left:none;}
.poll .question .horizontalmenu li{line-height:36px;}
.poll .question .horizontalmenu li:first-child{padding-right:10px;border-right:1px solid;margin-right:10px;}
.poll .question .horizontalmenu li:last-child{padding-left:10px;}
.poll footer .horizontalmenu{display:inline-block;padding-top:20px;}
.poll footer .horizontalmenu li:first-child{border-right:1px solid;padding-right:10px;margin-right:10px;}
.question-list .actiontitle{margin-top:20px;}
.quiz-question{width:48%;display:inline-block;min-width:300px;}
.quiz-question:nth-child(even){margin-left:4%;}
.quiz-question.show-right .answerlist span{padding-left:17px;}
.answerlist{list-style: none;}
.answerlist .selected span{font-weight:bold;}
.answerlist .selected span::after{content:"\f0d9";font-family:Iconic;padding-left:5px;}
.quiz-question.show-right .answerlist .right-answer span{padding-left:0;}
.answerlist .right-answer span::before{content:"\f00c";font-family:Iconic;padding-right:5px;}

/*stats*/
.stats>article{display:inline-block;}
.stats table{display:inline-block;vertical-align:top;}
.stats .ustattable{margin-right:50px;}
.stats td{text-align:right;}

/*forum*/
.forums .maintitle{margin-bottom:25px;}
.forumtable td{padding: 7px 10px;}
.forumtable td .date{font-size:0.85em;padding-left:5px;}
.forumtable td .last-topic{display:inline-block;margin:3px 0 0;font-weight:bold;}
.forumtable td .last-poster{display:inline-block;margin-top:3px;}
.forumtable{margin:0 auto;min-width:700px;}
.forumtable .forumdesc{margin:3px 0 0;font-size:12px;}
.forumtable td:first-child{position:relative;padding-right:30px;padding-left:20px;}
.forumtable th:first-child{min-width:270px;}
.forumtable .hasnew .hasnew,.postlist .hasnew .hasnew,.watch-block .hasnew .hasnew,.inbox .hasnew .hasnew{display:block;position:absolute;border:1px solid;padding:2px 5px;line-height:1em;top:5px;left:-10px;font-weight:bold;
	font-size:11px;border-radius:3px;animation-name:fontsize;-webkit-animation:fontsize;animation-duration:0.5s;-webkit-animation-duration:0.5s;
	transform:rotate(-20deg);-webkit-transform:rotate(-20deg);}
.forumtable .sticky td.sticky::before{content:"\f076";font-family:Iconic;padding-right:5px;}
.postlist .hasnew{position:relative;}
.postlist .hasnew .hasnew{top:-5px;}
.forumtable .locked td:first-child::after{content:"\f023";font-family:Iconic;position:absolute;right:8px;font-size:18px;height:19px;top:50%;margin-top:-10px;}
.searchbutton{text-indent:-999em;position:relative;padding:2px 5px;display:inline-block;vertical-align:top;width:30px;border-top-left-radius:0;border-bottom-left-radius:0;}
.searchbutton::before{content:"\f002";text-indent:0;font-family:Iconic;position:absolute;left:0;top:0;height:21px;line-height:20px;width:100%;margin:0;}
.searchinput.buttoned{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;}
.forum_search{position:relative;}
.forum_search #forumsearch{position:absolute;right:0;top:0;}
.forum_search #forumsearch #keywords{width:200px;}
.forum_search .searchfound{padding-left:3px;}
.create-topic{max-width:700px;margin:20px auto 0;}

/*inbox*/
.inbox .hasnew{position:relative;}
.inbox .hasnew .hasnew{top:-5px;}
.inbox .message-item.hasnew .hasnew{top:0;}

/*userdetails*/
#userdetails .userother small{font-weight:normal;}
#userdetails .avatarcontainer img{display:block;margin:0 auto;}
#userdetails .avatarcontainer{padding:3px;border:1px solid;display:block;border-radius:3px;}
#userdetails .userother .avatarcontainer{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}
#userdetails .userdata .actiontitle button{display:inline-block;margin-right:5px;}
#userdetails .userdata table{width:100%;}
#userdetails .userdata th{width:120px;text-align:right;}
.userother button{display:inline-block;}
button.message-button::before{font-family:Iconic;margin-right:5px;content:"\f0e0";}
#userdetails .userdata h3:first-child{margin-top:0;}
#userdetails .userdata .counter{float:right;display:inline-block;height:34px;line-height:34px;vertical-align:middle;border-radius:3px;padding:0 3px;}
#userdetails .counter img{vertical-align:middle;}
#userdetails .yourdata{font-size:18px;font-weight:bold;line-height:34px;padding-left:10px;}
#userdetails .action-button{margin:15px 0;}
#userdetails .rank{padding:5px 0;border:1px solid;border-radius:0 0 3px 3px;}
.badges{text-align:center;border:1px solid;border-radius:3px;padding:10px 0;margin-bottom:10px;}

/*browse*/
.browse .main>section{margin:20px auto 0;}
.browse .main>section:first-of-type{margin-top:0;}
#searchtools .searchbuttons{margin:10px auto;text-align:center;}
#searchtools .searchbuttons>*{display:inline-block;vertical-align:middle;}
#searchtools article{display:none;padding:10px;border:1px solid;border-top:0;}
#searchtools article.active{display:block;}
#searchtools article .searchbody>*,#searchtools article .searchbody>section>*{vertical-align:middle;}
#searchtools article>h1{display:none;}
.searchtabs{border-bottom:1px solid;}
.searchtabs h2{display:inline-block;padding:5px 10px;cursor:pointer;border:1px solid;border-bottom:0;margin:0;border-top-left-radius:3px;border-top-right-radius:3px;transition:background,color 0.3s;}
.searchtabs h2.active{cursor:auto;border-bottom:1px solid;margin-bottom:-1px;transition:background,color 0.3s;}
#searchtools .searchbody #basicsearch{display:flex;gap:5px;}
#searchtools .searchbody #basicsearch .searchinput{flex-grow:1;}
#searchtools #subcategories{display:none;text-align:center;}
#searchtools .searchbody .inner_checkbox{margin-right:5px;margin-top:10px;}
#searchtools .searchbody #subcategories .radio{margin-left:10px;margin-top:10px;}
#searchtools .searchbody #subcategories .radio::before{content:"\f00e";font-family:Iconic;display:inline-block;margin:0 3px 0 5px;}
#searchtools #mainfilters{text-align:center;}
#searchtools #ordering{float:right;}
#searchtools #ordering>*{vertical-align:middle;}
#searchtools #ordering label>span:last-child{display:none;}
#searchtools .specialopener{margin-top:10px;}
#searchtools .specialopener .special-title{font-size:10px;margin-left:3px;}
#searchtools #specialfilters{margin-top:10px;border-top:1px dashed;text-align:center;}
#searchtools #specialfilters>*{margin-top:10px;margin-right:5px;}
.newlabel{display:inline-block;border:1px solid;padding:1px 3px;line-height:1em;font-weight:bold;font-size:10px;border-radius:3px;transform:rotate(-10deg);-webkit-transform:rotate(-10deg);text-shadow:none!important;}
/*hottorrents*/
#hottorrents,#hottorrents .hotwrapper{position:relative;}
#hottorrents .hotscroll-container{overflow-y:hidden;}
#hottorrents .hotcontainer{overflow-x:scroll;width:100%;box-sizing:border-box;border-left:1px solid #000;border-right:1px solid #000;background:rgba(0,0,0,0.7);
	scrollbar-width:thin;}
#hottorrents .hotcontainer::-webkit-scrollbar{height: 8px;}
#hottorrents .hotcontainer::-webkit-scrollbar-track{background:black;}
#hottorrents .hotcontainer::-webkit-scrollbar-thumb{background-color:#666666;}
#hottorrents .hotcontent{position:relative;white-space:nowrap;height:155px;display:inline-block;}
#hottorrents .hotbox{display:inline-block;height:150px;cursor:pointer;padding:1px 2px;box-shadow:0 0 15px 4px rgba(0,0,0,0.7);background:#000;}
#hottorrents .hotbox.hidden{display:none;}
#hottorrents .hotbox .poster{height:150px;position:relative;min-width:100px;border:1px solid #666;width:auto;}
#hottorrents .hotbox .poster.empty::before{content:"\f008";font-family:Iconic;color:#777;font-size:30px;width:100%;text-align:center;display:block;position:absolute;top:0;left:0;
	height:100%;line-height:148px;box-sizing:border-box;background:#999;text-shadow:-1px -1px rgba(255,255,255,0.2);}
#hottorrents .hotbox .poster.cam::after{content:"CAM";color:#fff;background:#A00;border:1px solid #fff0f0;border-top:none;border-radius:0 0 3px 3px;padding:0 3px;
	position:absolute;top:0;right:3px;font-size:10px;box-shadow:0 1px 1px rgba(0,0,0,0.3);}
#hottorrents .hotbox .poster img{height:150px;display:block;width:auto;}
#hottorrents .hotbox .hotinfo{display:none;}
#hottorrents .zoomed{position:absolute;bottom:calc(100% - 155px);cursor:pointer;z-index:100;width:auto;max-width:150px;max-height:200px;display:block;border:2px solid #000;border-bottom:none;opacity:0;}
#hottorrents .zoomed.hidden{display:none!important;}
#hottorrents .zoomed:hover{box-shadow:0 0 10px 3px rgba(0,0,0,0.7);z-index:290;}
#hottorrents .hotpager{position:absolute;top:53px;height:50px;width:25px;background:rgba(0,0,0,0.2);display:none;cursor:pointer;}
#hottorrents .hotpager::before{content:"\f053";font-family:Iconic;position:absolute;color:#000;line-height:50px;display:block;width:80%;text-align:right;}
#hottorrents .hotpager.hotright::before{content:"\f054";text-align:left;right:0;}
#hottorrents .hotpager.hotleft{left:-25px;border-radius: 50px 0 0 50px;}
#hottorrents .hotpager.hotright{right:-25px;border-radius: 0 50px 50px 0;}
#hottorrents .hotinfocontainer{height:1em;padding:8px 10px;background:#000000;color:#fff;font-size:13px;border-radius:0 0 3px 3px;text-align:left;border-top:1px solid #262626;}
#hottorrents .hotinfocontainer .hottitle{font-weight:bold;}
#hottorrents .hotinfocontainer a{color:#fff;}
#hottorrents .hot-cat-check{margin-top:-3px;}
#hottorrents .hot-cat-check+.hot-cat-check{margin-left:3px;}
.banners{width:468px;float:left;}
.banners img{display:block;}
.banners .miniad{text-align:center;border:1px solid rgba(0,0,0,0.1);margin-top:2px;padding:3px;}
.hideadvert .infowrapper{width:590px;float:left;}
#plusinfo #radio{float:right;}
/*torrent table*/
.moderated{text-decoration:none;z-index:1;display:block;width:12px;height:12px;border-radius:50%;position:relative;}
.moderated::after{font-family:Iconic;font-size:15px;border-radius:50%;background:#000;display:block;line-height:12px;
	text-align:center;position:absolute;top:0;left:0;}
.moderated.notchecked::after{content:"\f059";color:#FFDB4F;}
.moderated.notchecked.first::after{content:"\f059";color:#EE0000;background:#fff;}
.moderated.wrong::after{content:"\f057";color:#EE0000;background:#fff;}
.moderated.accepted::after{content:"\f058";color:#007800;background:#fff;}
.torrenttable .server::after,.torrentdata .server::after{content:"\f062";font-family:Iconic;}
.torrenttable .slow::after,.torrentdata .slow::after{content:"\f254";font-family:Iconic;}
.torrenttable .marks{padding-top:0;padding-bottom:0;}
.torrenttable .marklist,#details .marklist,.popup .marklist{vertical-align:text-bottom;text-align:center;display:inline-block;}
.torrenttable .marks .marklist{width:32px;}
.marklist .mark{display:inline-block;font-size:9px;box-sizing:border-box;margin:0 1px 0 0;color:#000;line-height:12px;height:13px;
	font-family:'Roboto Condensed',sans-serif;border-radius:2px;box-shadow:inset 0 0 2px rgba(0,0,0,0.7);text-decoration:none;}
.torrenttable .marks .marklist .mark{width:15px;height:11px;line-height:11px;}
.torrenttable .rowdetails .marklist .mark,#details .marklist .mark,.popup .marklist .mark,.personal-free-list .marklist .mark,.personal-free-buy .marklist .mark{padding:1px 3px;}
.marklist .mark::after{font-size:9px;}
.marklist .mark.nohnr::after{content:"NOHnR";font-weight:bold;}
.marklist .mark.nohnr{width:30px;background:#a2ff90;}
.marklist .mark.request::after{content:"R";font-weight:bold;}
.marklist .mark.request{background:#fff;}
.marklist .mark.double::after{content:"2x";font-weight:bold;}
.marklist .mark.double{background:#fff;}
.marklist .mark.triple::after{content:"3x";font-weight:bold;}
.marklist .mark.triple{background:#fff;}
.marklist .mark.quadruple::after{content:"4x";font-weight:bold;}
.marklist .mark.quadruple{background:#fff;}
.marklist .mark.age{background:#ffeb7d;font-weight:bold;}
.marklist .mark.age18{background:#bd0000;color:#fff;}
.marklist .mark.age20{background:#c3ebff;}
.marklist .mark.age1{background:#00b304;color:#fff;}
.marklist .mark.istale::after{content:"\f118";font-family:Iconic;font-size:11px;}
.marklist .mark.istale{background:#fff;}
.marklist .mark.insfav::after,.data .insfav::after{content:"\f004";font-family:Iconic;}
.marklist .mark.insfav{background:#fff;}
.marklist .mark.reseeded::after{content:"\f112";font-family:Iconic;}
.marklist .mark.reseeded{background:#fff;}
.marklist .mark.new::after{content:"\f0e7";font-family:Iconic;color:#b90000;}
.marklist .mark.new{background:#ffeb7d;}
.marklist .mark.imdblink::before,.ratings .mark.imdblink::before{content:"IMDb:\00a0";}
.marklist .mark.imdblink{background:#fff;}
.marklist .mark.portlink::before,.ratings .mark.portlink::before{content:"Port:\00a0";}
.marklist .mark.portlink{background:#fff;}
.rowdetails .mark.portlink,.rowdetails .mark.imdblink{display:none;}
.torrenttable .newlabel{display:none;}
.torrenttable .origname+.styles::before,.torrenttable .origname+.ratings::before,.torrenttable .styles+.ratings::before{content:"\00a0\2022\00a0";}
.torrenttable .styles .stylelink,.torrenttable .ratings a{display:inline-block;margin-right:0.5em;}
.torrenttable .styles .stylelink:last-child,.torrenttable .ratings a:last-child{margin-right:0;}
.torrenttable .likes .likestar{text-align:center;display:inline-block;}
.torrenttable .likes .likestar::before{content:"\f006";font-family: Iconic;}
.torrenttable .likes .likestar.half::before{content:"\f123";}
.torrenttable .likes .likestar.full::before{content:"\f005";}
.torrenttable .likes .likestar.none::before{content:none;}
.torrenttable .downloadlink,.torrenttable .torrentmain{position:relative;}
.torrenttable .downloadlink::before{content:"";position:absolute;bottom:3px;left:0;right:0;font-size:10px;}
.torrenttable .downloadlink.gyenge::before,.gyengeicon::before{content:"\f071";color:#bb0000;font-family:Iconic;text-shadow:0 0 3px #fff, 0 0 3px #fff;}
.torrenttable .downloadlink.kozepes::before,.kozepesicon::before{content:"\f071";color:#eeaa00;font-family:Iconic;text-shadow:0 0 3px #fff, 0 0 3px #fff;}
.torrenttable .downloadlink.jo::before{display:none;}
.torrenttable .size{position:relative;}
.torrenttable .doubleup{position:absolute;bottom:3px;left:0;right:0;text-align:center;font-size:0.8em;}
.torrenttable .doubleup::before{content:"\f0d8\00a0";font-family:Iconic;}
.torrenttable .doubleup.double::after{content:"2x";font-weight:bold;}
.torrenttable .doubleup.triple::after{content:"3x";font-weight:bold;}
.torrenttable .doubleup.quadruple::after{content:"4x";font-weight:bold;}
.torrenttable .doubleup.simple{display:none;}
.torrentname.done{opacity:0.7;}
.torrentname{white-space:nowrap;}
.torrenttable .moreinfo .rowdetails{display:none;position:absolute;left:100%;z-index:7;bottom:0;}
.torrenttable .moreinfo .rowdetails.upper{top:0;}
.torrenttable{margin:0 auto;position:relative;width:900px;}
.torrenttable th{font-weight:normal;}
.torrenttable td,.torrenttable th{border-left:0;padding-left:0;}
.torrenttable td.downloadlink{padding-right:0;min-width:20px;}
.torrenttable td.downloadlink+td{padding-left:10px;}
.torrenttable th.saveicon{padding-right:0;}
.torrenttable th.saveicon+th{padding-left:10px;}
.torrenttable .icon{text-decoration:none;font-family:Iconic;}
td.caticon{padding:0;}
.torrenttable td.caticon{padding-right:3px;position:relative;}
td.caticon img{display:block;}
.torrenttable .torrentmain{width:100%;padding-left:10px;}
.torrenttable .torrentnamehead{padding-left:10px;}
.torrenttable .caticon+.torrentmain{padding-left:10px;}
.torrenttable .torrentname{font-weight:bold;}
.torrenttable .torrentrow:hover td{background:#ddd;transition: all 0.3s;}
.torrenttable .date{font-size:0.85em;white-space:nowrap;}
.torrenttable .data .uploader{margin-top:5px;padding-top:3px;border-top:1px solid;}
.torrenttable .data{position:relative;white-space:nowrap;}
.torrenttable .moderation{position:absolute;right:-20px;top:0;width:20px;height:100%;border:0;z-index:5;border-top-right-radius:7px;border-bottom-right-radius:7px;}
.torrenttable .moderated{position:absolute;bottom:20px;left:4px;box-shadow:0 0 2px 1px rgba(0,0,0,0.7);letter-spacing:normal;}
.torrenttable .uploadtype,.torrenttable .data .insfav{position:absolute;right:-17px;bottom:3px;z-index:6;display:block;width:14px;height:14px;text-align:center;
	border-radius:50%;box-shadow:0 0 1px 0 #000;line-height:14px;}
.torrenttable .uploadtype.normal{background:transparent;border:none;box-shadow:none;}
.torrenttable .uploadtype.slow:hover,.torrentdata .uploadtype.slow:hover{animation:spinner 2s infinite linear;}
.torrenttable .uploadtype::after,.torrenttable .data .insfav::after{text-align:center;width:15px;height:14px;line-height:14px;font-size:9px;display:inline-block;position:absolute;top:0;left:0;}
.torrenttable .data .insfav{top:2px;}
.torrenttable .data .insfav::after{top:1px;font-size:9px;color:#990000;}
.torrenttable .actionicons{position:absolute;left:-20px;top:0;padding-top:3px;width:13px;height:100%;box-sizing: border-box;}
.torrenttable .actionicons>*{display:block;height:1.2em;text-align:center;font-size:0.9em;}
.torrenttable .actionicons>*::after{vertical-align:middle;}
.torrenttable .marks .mark.new,.torrenttable .marks .mark.age,.torrenttable .marks .mark.insfav,.torrenttable .marks .mark.double,.torrenttable .marks .mark.triple,
.torrenttable .marks .mark.quadruple,.torrenttable .marks .mark.istale,.torrenttable .marks .mark.portlink,.torrenttable .marks .mark.imdblink{display:none;}
.torrenttable .marks .marklist{width:auto;}
.torrenttable .marks .marklist .mark{width:auto;float:none;padding:0 3px;font-weight:bold;}
.marklist .mark.request::after{content:"REQ";}
.marks .marklist .mark.imdblink,.marks .marklist .mark.portlink{background:none;box-shadow:none;text-decoration:underline;}
.torrenttable .newlabel{display:block;position:absolute;top:5px;right:20px;z-index:6;}
.torrenttable .secondrow *,.versiontable .secondrow *{margin-top:3px;display:inline-block;}
.torrenttable .secondrow .origname{font-weight:bold;}
.versiontable .secondrow .row-nfo{border:1px solid #000;background:#fff;color:#000;font-family:'Roboto Condensed',Serif;font-size:11px;font-weight:bold;border-radius:3px;padding:1px 2px;
	text-decoration:none;box-sizing:border-box;height:16px;}
.torrenttable .doubleup{right:10px;}
.torrenttable .moreinfo{padding:0;height:1px;position:relative;}
.torrenttable .moreinfo .infos{width:15px;line-height:100%;vertical-align:middle;text-align:center;display:inline-block;cursor:pointer;border:1px solid;
	box-sizing:border-box;box-shadow:inset -2px 0 3px 0 rgba(0,0,0,0.3);border-radius:2px;z-index:8;}
.torrenttable .moreinfo .infos::before{content:"\f0da";font-family:Iconic;width:100%;vertical-align:middle;line-height:49px;font-size:14px;}
.torrenttable .moreinfo .infos.active::before{content:"\f0d9";}
.torrenttable .moreinfo .infos.active{width:16px;border-right:none;margin-right:-1px;position:relative;box-shadow:none;border-top-right-radius:0;border-bottom-right-radius:0;}
.torrenttable .moreinfo .rowdetails{margin-left:0;bottom:-2px;min-height:100%;}
.torrenttable .moreinfo .rowdetails.upper{top:-2px;}
.torrenttable .moreinfo .detailscontainer,.movie-title .prem-info-popup{padding:10px;border-radius:3px;border:1px solid;box-shadow:0 0 20px 10px rgba(0,0,0,0.7);text-align:left;}
.torrenttable .moreinfo .contentholder{display:table;}
.torrenttable .moreinfo .contentholder.porttext{width:200px;}
.torrenttable .moreinfo .contentholder.offer.porttext{width:350px;}
.torrenttable .moreinfo .poster{display:table-cell;vertical-align:top;}
.torrenttable .moreinfo .poster img{display:block;max-height:200px;max-width:150px;}
.torrenttable .moreinfo .contentholder.porttext .poster img,.premier-poster{margin-right:10px;}
.torrenttable .moreinfo .contenttext{display:table-cell;}
.torrenttable .moreinfo .contenttext>div{max-height:200px;overflow: auto;font-size:0.9em;}
.torrenttable .moreinfo .contenttext .contenttitle{font-weight:bold;padding-bottom:3px;border-bottom:1px solid;margin-bottom:3px;}
.torrenttable .moreinfo .infoicons,.torrenttable .moreinfo .otherinfo{margin-top:5px;white-space: nowrap;}
.torrenttable .moreinfo .otherinfo{padding:5px 0;border-top:1px solid;border-bottom:1px solid;}
.torrenttable .moreinfo .infoicons:first-child,.torrenttable .moreinfo .otherinfo:first-child{margin-top:0;}
.infoicons .icon{margin-right:3px;}
.torrenttable .moreinfo .marklist,.torrenttable .moreinfo .imdbyear{float:left;}
.torrenttable .moreinfo .marklist .mark,#details .marklist .mark,.popup .marklist .mark,.personal-free-list .marklist .mark,.personal-free-buy .marklist .mark{width:auto;}
.torrenttable .moreinfo .imdbyear + .marklist::before,#details .subtitle .marklist::before{content:"\2022";float:left;padding:0 5px;}
.torrenttable .moreinfo .imdbyear + .marklist.empty::before,#details .marklist.empty::before{content:"";padding:0;}
.torrenttable .moreinfo .closeicon{float:right;border:1px solid transparent;width:12px;height:12px;line-height:12px;vertical-align:middle;text-align:center;font-size:10px;cursor:pointer;}
.torrenttable .moreinfo .closeicon:hover{border:1px solid rgba(0,0,0,0.3);border-radius:3px;}
.torrenttable .moreinfo .detailstop{margin-bottom:5px;line-height:13px;}
.torrenttable .moreinfo .otherinfo>div{display:inline-block;margin-left:5px;}
.torrenttable .moreinfo .otherinfo>div:first-child{margin-left:0;}
.torrenttable .moreinfo .otherinfo .button{margin:0;}
.torrenttable .moreinfo .subcatlist>a,#details .subcatlist>a{margin-left:5px;display:inline-block;}
.torrenttable .moreinfo .subcatlist>a:first-child{margin-left:0;}
.torrenttable .moreinfo .otherinfo .subcatlist{margin-left:10px;}
.torrenttable .moreinfo .torrenticon{vertical-align:middle;float:right;}
.torrenttable .moreinfo .torrenticon img{max-height:23px;display:block;}

/*movie premiers*/
.movie-links a + a{margin-left:5px;}
th.prem-date{font-weight:bold;}
.movie-title{position:relative;}
.movie-title .prem-info-popup{position: absolute;top:0;left:0;z-index:5;width:400px;height:200px;display:none;}
.movie-title .prem-info-popup.to-bottom{top:auto;bottom:0;}
.movie-title .prem-info-popup .premier-poster{max-height:200px;max-width:150px;float:left;display:block;}
.movie-title .prem-info-popup .closeicon{position:absolute;right:10px;top:10px;cursor:pointer;}
.movie-title .prem-info-popup .premier-description{max-height:90%;overflow:auto;margin-top:15px;}

/*action icons*/
.rowdetails .icon,.offericons .icon,.infoicons .icon{width:24px;height:13px;line-height:13px;margin-top:2px;background:url("../img/pageicons/imdbback.png?a") no-repeat top left transparent!important;color:#000000!important;text-decoration:none!important;
	text-align:center;font-size:11px;padding-top:11px;font-weight:bold;font-family:Arial, Helvetica, sans-serif!important;display:inline-block;}
.rowdetails .icon.game,#details .icon.game{background-position:-24px 0!important;}
.rowdetails .icon.port,.offericons .icon.port,#details .icon.port{background-position:-48px 0!important;}
.rowdetails .icon.downloadlink,.offericons .icon.downloadlink,#details .icon.downloadlink{background-image:url(../img/pageicons/downloadbig.png)!important;}
.rowdetails .icon.allhu,#details .icon.allhu{background-position:-72px 0!important;}
.rowdetails .icon.all,#details .icon.all{background-position:-96px 0!important;}
.rowdetails .icon.itun,#details .icon.itun{background-position:-120px 0!important;}
.rowdetails .icon.disc,#details .icon.disc{background-position:-144px 0!important;}
.rowdetails .icon.play,#details .icon.play{background-position:-168px 0!important;}
.rowdetails .icon.itunes,#details .icon.itunes{background-position:-192px 0!important;}
.rowdetails .icon.info,#details .icon.info{background-position:-216px 0!important;}
.rowdetails .icon.offer,#details .icon.offer{background-position:-240px 0!important;}
.rowdetails .icon.nfo,#details .icon.nfo{background-position:-264px 0!important;}
.rowdetails .icon.log,#details .icon.log{background-position:-288px 0!important;}
.rowdetails .icon.cover,#details .icon.cover{background-position:-312px 0!important;}
.rowdetails .icon.trailer,#details .icon.trailer{background-position:-336px 0!important;}
.rowdetails .icon.sub,#details .icon.sub{background-position:-360px 0!important;}
.rowdetails .icon.edit,#details .icon.edit{background-position:-384px 0!important;}
.rowdetails .icon.like,#details .icon.like{background-position:-408px 0!important;}
.rowdetails .icon.book,#details .icon.book{background-position:-432px 0!important;}
.rowdetails .icon.rss,#details .icon.rss{background-position:-456px 0!important;}
.rowdetails .icon.watch,#details .icon.watch{background-position:-480px 0!important;}
.rowdetails .icon.loader-icon,#details .icon.loader-icon{background-position:50px!important;}
.rowdetails .icon.loader-icon::after,#details .icon.loader-icon::after{font-size:20px;vertical-align:top;line-height:4px;}


/*details page*/
#details #actions .button.small{height:24px;box-sizing:border-box;line-height:24px;padding-top:0;padding-bottom:0;}
.seedleech .leechers::before,.seedleech .seeders::before{content:"\f062";font-family:Iconic;margin-right:3px;display:inline-block;}
.seedleech .leechers::before{content:"\f063";margin-left:5px;}
.artists .artist::before{content:", ";}
.artists .artist:first-child::before{content:none;}
#details .artists{margin-bottom:8px;}
#details .artists+.artists{margin-bottom:20px;}
#details .torrentdata>h1{position:relative;border-bottom:1px solid;padding-bottom:5px;}
#details .torrentdata>h1 .torrenticon{position:absolute;right:5px;bottom:3px;}
#details .torrentdata>section{margin-top:10px;}
#details #download-block>*{display:inline-block;}
#details #download-block a+div{margin-left:10px;}
#details .poster{margin:10px auto 5px;}
#details .poster>div{display:inline-block;position:relative;}
#details .poster .zoomable{cursor:zoom-in;}
#details .poster img{display:block;max-width:150px;max-height:225px;padding:3px;border:1px solid;margin:0 auto;transition:max-width 0.3s,max-height 0.3s;}
#details .poster .zoomable::before{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 30px 30px 0;
	border-color:transparent #000000 transparent transparent;z-index:1;transition:all 1s;}
#details .poster .zoomable::after{content:"\f00e";font-family:Iconic;position:absolute;top:2px;right:3px;color:#fff;font-size:12px;z-index:2;opacity:1;
	transition:all 1s;}
#details .poster .zoomable img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;}
#details .poster .zoomable:hover img{max-width:200px;max-height:300px;border:none;padding:0;box-shadow:0 0 5px rgba(0,0,0,0.5);transition:max-width 0.3s,max-height 0.3s;z-index:5;}
#details .poster .zoomable:hover::after,#details .poster .zoomable:hover::before{border-color:transparent;opacity:0;}
.sidebar-button{width:100%;text-align:left;box-sizing:border-box;height:auto;line-height:inherit;}
.sidebar-button:first-of-type{margin-top:10px;}
#details h1 .subtitle{font-weight:normal;font-size:13px;margin-top:5px;line-height:13px;}
#details .subtitle>*{display:inline-block;}
#details .subcatlist::before{content:"\f054";font-family:Iconic;font-size:10px;padding-left:5px;}
#details .moderated{display:inline-block;margin-left:7px;}
#details .icon{margin-top:0;}
#details .infoicons{float:right;}
#details #actions .button.small{margin:0;}
#details .specialactions{display:inline-block;margin-left:10px;padding-left:10px;border-left:1px solid;}
.imgcont{padding:5px;border:1px solid;border-radius:3px;font-size:11px;text-align:center;}
#details .uploadtype{display:inline-block;margin-left:7px;line-height:12px;position:relative;width:12px;height:12px;}
#details .uploadtype::after{font-size:12px;position:absolute;top:0;left:0;}
.torstyle{margin-left:5px;display:inline-block;}
.torstyle:first-child{margin-left:0;}
.detailstable tr, .detailstable td, .detailstable th,.detailstable{background:none!important;border:none!important;}
.detailstable th{font-weight:bold;padding-left:5px;}
.detailstable th::after{content:":"}
.detailstable td+th{padding-left:30px;}
.detailstable th+td{padding-left:0;}
.details_caticon{float:left;margin-right:10px;}

/*img slider*/
#bigimgcont{position:absolute;display:none;z-index:200;max-width:95vw;max-height:95vh;border:1px solid #000;background:#000;min-width:200px;min-height:100px;}
#bigimgcont #bigclose{width:20px;text-align:center;height:20px;line-height:20px;font-weight:bold;background:black;position:absolute;right:-11px;top:-11px;cursor:pointer;z-index:100;
	border:2px solid #fff;border-radius:50%;color:#fff;font-size:11px;}
#bigimgcont #bignext,#bigimgcont #bigprev{width:20%;height:100%;position:absolute;right:0;top:0;cursor:pointer;z-index:90;}
#bigimgcont #bigprev{left:0;}
#bigimgcont #bignext div,#bigimgcont #bigprev div{width:20px;height:20px;line-height:18px;font-size:20px;background:#000;position:absolute;right:-5px;top:50%;margin-top:-10px;font-weight:bold;
	border:2px solid #fff;border-radius:50%;text-align:center;font-family:Arial, Helvetica, sans-serif;color:#fff;}
#bigimgcont #bigprev div{left:-5px;}
#bigimgcont #bignext:hover,#bigimgcont #bigprev:hover{background-color:rgba(255,255,255,0.3);}
#bigimgcont #bignext:hover div{right:50%;}
#bigimgcont #bigprev:hover div{left:50%;}
#bigimgcont #bigcontent{overflow:auto;height:100%;width:100%;position:relative;}
#bigimgcont #bigcontent.noover{overflow:hidden;}
#bigimgcont #bigcontent img{display:none;position:absolute;top:0;left:0;}
#bigimgcont #bigcontent img.active{display:block;}
#bigimgcont #bigcontent img.fullsize{max-height: 100%;max-width:100%;}
#bigimgcont #bigcontent img.resizable{cursor:zoom-out;}
#bigimgcont #bigcontent img.resizable.fullsize{cursor:zoom-in;}

.modal{display:none;width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.75);z-index:290;}
.modal>table{height:100%;max-height:100vh;margin:0 auto;background:none!important;}
body .modalcell{background:none!important;vertical-align:middle;padding:0!important;border:0!important;margin:0;text-align:center;}

.forbidden-releasers{padding:0!important;}
.forbidden-releasers li{list-style-type:none;margin:0 -5px;padding:0 5px;}

.edit-page .torrenticon{float:right;}
.edit-page .sidecontent{float:left;max-width:73%;box-sizing:border-box;}
.edit-page .sidebar{float:right;width:27%;}
.edit-page .imdb-version{margin-bottom:2px;}
.edit-page #subcategories .inner_checkbox,.upload-page #subcategories .inner_checkbox,.moderation #subcategories .inner_checkbox{margin-top:3px;}

.watch-block{margin-top:15px;}
.watch-block .content{position:relative;}
.watch-block .hasnew .hasnew{top:0;left:auto;right:99.5%;}
.watch-link{display:inline-block;width:100px;vertical-align:middle;}

.moderation .sidebar{min-width:180px;text-align:right;}
a.formatterbutton{display:inline-block;width:30px;height:30px;color:#000!important;border-radius:3px;line-height:30px;text-align:center;box-shadow:-1px -1px 2px rgba(0,0,0,0.4) inset;overflow:hidden;
	text-indent:-999px;background:url(../img/pageicons/texteditoricons.png) no-repeat 0 0;}
a.formatterbutton#li{background-position:0 0;}
a.formatterbutton#image{background-position:-90px 0;}
a.formatterbutton#bold{background-position:-60px 0;}
a.formatterbutton#italic{background-position:-30px 0;}
a.formatterbutton#underline{background-position:-150px 0;}
a.formatterbutton#link{background-position:-120px 0;}
a.formatterbutton#youtube{background-position:-240px 0;box-shadow:-1px -1px 2px rgba(0,0,0,1) inset;}
a.formatterbutton#strikethrough{background-position:-180px 0;}
a.formatterbutton#quote{background-position:-210px 0;}
a.formatterbutton#smiley{background-position:-270px 0;}
a.formatterbutton#color{background-position:-300px 0;}
a.formatterbutton.used,a.formatterbutton:active{box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;}
a#youtube.formatterbutton.used,a#youtube.formatterbutton:active{box-shadow:1px 1px 2px rgba(0,0,0,1) inset;}
.preview{width:100%;}
.preview .close span,.smilies .close span,.color .close span{float:left;}
.color a{display:block;}
.quoteopener{cursor:pointer}
.quotetitle{margin-top:5px;}
.quoteinner{display:none;}
.quotes,.spoiler-content{padding:5px 10px;border-radius:3px;border:1px solid;margin:5px 0 10px;}
.quoteopener b{font-weight:normal;padding-left:3px;}
.spoiler{margin-top:3px;}
.listitem::before{content:"\f0da";font-family:Iconic;display:inline-block;margin-right:3px;}
table.center,button.center{margin-right:auto;margin-left:auto;}
.sectionclose{float:right;cursor:pointer;}
.sectionclose::after{content:"\f146";font-family:Iconic;}
.sectionclose.closed::after{content:"\f0fe";}
.friend-mark::before{content:"\f234\00a0";font-family:Iconic;}
.friend-delete::before{content:"\f235\00a0";font-family:Iconic;}
.block-addblock::before{content:"\f05e\00a0";font-family:Iconic;}
.block-removeblock::before{content:"\f00c\00a0";font-family:Iconic;}
html body table.noborder{border:none;width:auto!important;background:none!important;box-shadow:none!important;}
html body table.noborder tr,table.noborder td{background:transparent!important;border:none!important;padding:0;}
.helpicon,.goicon,.searchicon,.uploadicon,.downloadicon,.upicon,.downicon,.saveicon,.completedicon,.seedericon,.leechericon,.rssicon,.downloadedicon,.hearticon,.chaticon,.newsicon,
.bookmarkicon,.imdbwatchicon,.closeicon,.filesicon,.commenticon,.descicon,.ascicon,.infoicon,.settingsicon,.carticon,.likeicon,.lefticon,.addicon,.commentsicon,.facebookicon,.twittericon,
.externalicon,[class$=-icon]{text-decoration:none;font-family:Iconic!important;}
.helpicon::after,.request-icon::before{content:"\f059";font-family:Iconic;}
.goicon::after{content:"\f138";}
.searchicon::after,.moderation-icon::before{content:"\f002";}
.downloadicon::after{content:"\f019";}
.uploadicon::after,.upload-icon::before{content:"\f093";}
.saveicon::after{content:"\f0c7";}
.commentsicon::after{content:"\f086";}
.downicon::after{content:"\f107";}
.upicon::after{content:"\f106";}
.micicon::before{content:"\f130";font-family:Iconic;}
.newsicon::after{content:"\f0e7";}
.completedicon::after{content:"\f058";}
.seedericon::after{content:"\f139";}
.leechericon::after{content:"\f13a";}
.rssicon::after{content:"\f09e";}
.bookmarkicon::after{content:"\f02e";}
.imdbwatchicon::after{content:"\f1e5";font-weight:normal;}
.downloadedicon::after{content:"\f00c";}
.checkmarkicon::before{content:"\f00c";font-family:Iconic;}
.closeicon::after{content:"\f00d";}
.usericon::after{content:"\f007";font-family:Iconic;}
.userbuticon::before{content:"\f007";font-family:Iconic;}
.descicon::after{content:"\f0d7";}
.ascicon::after{content:"\f0d8";}
.filesicon::before{content:"\f0c5";}
.infoicon::before{content:"\f05a";}
.trophyicon::before{content:"\f091";}
.puzzleicon::before{content:"\f12e";}
.carticon::after{content:"\f07a";}
.mailicon::after{content:"\f0e0";font-family:Iconic;}
.mailbuticon::before{content:"\f0e0";font-family:Iconic;}
.hearticon::after{content:"\f004";}
.chaticon::after{content:"\f075";}
.settingsicon::after{content:"\f0ad";}
.commenticon::before{content:"\f0e5";}
.lefticon::before{content:"\f0d9";}
.reloadicon::before{content:"\f021";font-family:Iconic;padding-right:4px;}
.refreshicon::after{content:"\f021";font-family:Iconic;}
.lockicon::before{content:"\f023";font-family:Iconic;}
.likeicon::before{content:"\f087";}
.importanticon::before{content:"\f06a";font-family:Iconic;padding-right:0.5em;}
.userdataicon::before{content:"\f2c3";font-family:Iconic;}
.calendaricon::before{content:"\f073";font-family:Iconic;}
.replyicon::before{content:"\f112";font-family:Iconic;}
.deleteicon::before,.deltor-icon::before{content:"\f00d";font-family:Iconic;}
.quoteicon::before{content:"\f10e";font-family:Iconic;}
.editicon::before,.edit-icon::before{content:"\f040";font-family:Iconic;}
.origicon::before{content:"\f1da";font-family:Iconic;}
.addicon::before{content:"\f055";font-family:Iconic;}
.settings-button::before{content:"\f0ad";}
.download-button::before{content:"\f019";}
.report-button::before{content:"\f024";}
.version-button::before{content:"\f24d";}
.askseed-button::before{content:"\f1da";}
.arriving::before{content:"\f063";}
.sent::before,.activeicon::before,.nextup::before{content:"\f062";}
.system::before{content:"\f013";}
.plusicon::before{content:"\f067";}
.minusicon::before,.minus-icon::before{content:"\f068";}
.staricon::before{content:"\f005";}
.exchangeicon::before{content:"\f0ec";}
.facebookicon::before{content:"\f082";}
.twittericon::before{content:"\f081";}
.externalicon::before{content:"\f08e";}
.general-icon::before{content:"\f0f6";}
.cleanup-icon::before{content:"\f1f8";}
.admin-icon::before{content:"\f085";}
.ban-icon::before{content:"\f05e";}
.warn-icon::before{content:"\f06a";}
.reseed-icon::before{content:"\f112";}
.archive-icon::before{content:"\f187";}
.openenvelope-icon::before{content:"\f2b6";}
.undo-icon::before{content:"\f0e2";}
.parked-icon::before{content:"\f288";}
.playicon::before{content:"\f144";font-family:Iconic;margin-right:4px;}
.stopicon::before{content:"\f28d";font-family:Iconic;margin-right:4px;}
.play-button::before{content:"\f04b";}
.stop-button::before{content:"\f04d";}
.forward-button::before{content:"\f04e";}
.backward-button::before{content:"\f04a";}
.happyface::before{content:"\f118";font-family:Iconic;}
.sadface::before{content:"\f119";font-family:Iconic;}
.caticon{display:block;}
.wrongcross::after{font-family:Iconic;font-size:15px;border-radius:50%;content:"\f057";color:#EE0000;background:#fff;}
.wrongcross{text-decoration:none;}

.edit-descr{max-height:200px;overflow: auto;}
.fullform input[type=text],.fullform textarea,.fullform input[type=file]{min-width:345px;vertical-align:top;}
.fullform input[type=text].short{min-width:0;}
.fullform .actiontitle,.fullform br+input,.fullform .actiontitle+input,.fullform .row,.fullform .infomessage{margin-top:3px;}
.fullform .infomessage{margin-bottom:0;}
.fullform .row:first-child{margin-top:0;}
.fullform>.actiontitle{margin-top:5px;}

.staff-notanswered{margin-top:10px;border-top:1px solid;padding-top:10px;}
table.request-popup{max-width:800px;}
.staff-conversation{margin-bottom:20px;}
.staff-conversation .openable{border:1px solid;padding:0 10px 10px;border-radius:0 0 3px 3px;}
.staff-conversation .staff-question,.staff-conversation .staff-answer{margin-top:10px;width:80%;float:left;}
.staff-conversation .staff-answer{float:right;}

/*support page*/
.tamogatas{width:90%;box-sizing:border-box;margin:0 auto;}

/*badge page*/
.badge-toplist tr.posend td{border-top:1px solid;}
.badge-toplist span.toright{line-height:28px;padding-left:10px;}
.badge-container{box-sizing:border-box;}
.badge-container .text{display:flex;flex-direction:row;align-items:center;width:100%;box-sizing:border-box;}
.badgeicon{display:inline-block;margin-right:3px;vertical-align:top;}
.badgeicon img{display:block;}
.badgeicon.current{padding:3px;margin-top:-4px;border:1px solid;border-radius:3px;position:relative;}
.badgeicon.current::before{content:"\f0d7";position:absolute;font-family:Iconic;top:-13px;left:0;width:100%;text-align:center;}
.badgeaction,.badgelist{vertical-align:middle;}
.badgelist + .badgeaction{padding-left:10px;vertical-align:top;width:100%;}
.badgelist{white-space:nowrap;}
.badge-info{position:absolute;right:0;box-shadow:2px 2px 10px 2px rgba(0,0,0,0.7);max-width:400px;display:none;z-index:21;}
.badge-info #badge_image img{display:block;margin:0 auto 10px;}
.badges-page .sidecontent{position:relative;}

/*radio*/
.radio-content{margin-top:20px;}
#radio{width:300px;box-sizing:border-box;overflow:hidden;}
.dj-pult #radio{width:auto;}
#radio .externalplayer,#radio .reloadicon,#radio .playicon,#radio .stopicon,#wishbox .reloadicon{text-decoration:none;}
#radio .reloadicon::before,#wishbox .reloadicon::before,#wishcheckreload.reloadicon::before{padding:0;margin-right:0;}
#radio .djname{vertical-align:bottom;}
.radio-page .reloadicon.reloading,.dj-pult .reloadicon.reloading::before,.dj-pult .refreshicon.reloading::after{animation:spinner 2s infinite linear;}
.radio-page .reloadicon::before{padding:0;}
.radio-page .tools-container{min-height:80px;}
.radio-page .radio-tools .box,.dj-pult .tools .box{display:inline-block;vertical-align:top;margin-left:20px;margin-top:0;}
.radio-page .radio-tools .box:first-child,.dj-pult .box:first-child{margin-left:0;}
.dj-pult .dj-name{white-space: nowrap;display:inline-block;}
.dj-pult .song-title{font-size:10px;}
#mpd_player .mpd-button{display:inline-block;}
#mpd_player .mpd-button::before{margin-right:0;}
.radio-banner>img{display:block;margin:0 auto;}
.tools+.tools{margin-top:20px;}
.wishtable tr.anonym td{background:#FFDDDD;color:#990000;box-shadow:0 3px 6px -3px rgba(200,0,0,1) inset;}
.wishtable td{padding:2px 5px;}
.wishtable button.small{margin:2px 0;}

/*staff panel + betadmin*/
.staffpanel section+section,.betadmin section+section{margin-top:20px;}

/*must be at the end*/
html body .hidden{display:none;}
html body .nomargin,html body .button.nomargin{margin:0;}
html body .nomargin.spaceright,html body .button.nomargin.spaceright{margin-right:5px;}

@keyframes movetop{
	0%{top:0;}
	100%{top:30px;}
}

@keyframes loading{
	0%{transform: rotateX(0deg)}
	25%{transform: rotateX(180deg)}
	50%{transform: rotateX(0deg);}
}
@keyframes spinner{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
.loading,.simple-loading{display:inline-block;text-shadow:1px 1px #fff;}
.loading::after{content:"iNSANE";font-weight:bold;display:inline-block;animation: loading 2s infinite ease-in;}
.loading::before,.simple-loading::before{content:"\f254";font-family:Iconic;display:inline-block;margin-right:5px;vertical-align:middle;animation:spinner 2s infinite linear;}
.loader-icon::before{content:none;}
.loader-icon::after{content:"\f1ce";font-family:Iconic;display:inline-block;vertical-align:middle;animation: spinner 2s infinite linear;}
.small.loader-icon::after{height:17px;}
#bigimgcont .loading{padding-top:20px;}
#bigimgcont .loading::after,#bigimgcont .loading::before{color:#fff;text-shadow:1px 1px #333;}

/*responsive*/
@media all and (max-width: 1023px){
	.mainwrapper{padding-top:60px;}
	.toolsmenu{top:31px;left:0;right:auto;width:100%;box-shadow:0 2px 5px rgba(0,0,0,0.2);}
	.usermenu{z-index:282;}
	#notifications{top:70px;}
}
@media (max-width: 767px) {
	div[class*="col-sm-"] + div[class*="col-sm-"]{margin-top:20px;}
}
@media all and (max-width: 640px){
	th{font-size:13px;padding:7px;}
	.smallheader th, body th.heading.small{font-size:12px;}
}