/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 14px GothamProRegular, Arial, Helvetica, sans-serif; line-height:normal; font-weight:normal; padding:0; margin:0;        
height:100%; width:100%; color: #ccc; background:#111 url(../images/bg.png);}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #ccc; text-decoration: none;}
a:hover, a:focus {color:#fff; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:normal; font-size:18px;}

::-webkit-scrollbar-track {box-shadow:none; border:0;}

.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}

/* font-family: "GothamProRegular"; */
@font-face {
    font-family: "GothamProRegular";
    src: url("../fonts/GothamProRegular/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
    url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBold"; */
@font-face {
    font-family: "GothamProBold";
    src: url("../fonts/GothamProBold/GothamProBold.eot");
    src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBold/GothamProBold.woff") format("woff"),
    url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:20px; cursor:pointer; text-align:center; 
background-color:#00a0b0; color:#fff; font:14px/40px GothamProBold !important;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pags-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#048592; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#fff; background-color:#191b1c; border-radius:0px; -webkit-appearance: none; 
box-shadow:0 0 0 0px #111,inset 1px 1px 3px 0 rgba(0,0,0,0.8); font:14px/40px GothamProRegular !important;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #111; background-color:#191b1c; color:#ccc;}
textarea {display:block; width:100%; padding:10px; border:0px solid #111; background-color:#191b1c; color:#FFF; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 0px #111,inset 1px 1px 3px 0 rgba(0,0,0,0.8); font:14px/20px GothamProRegular !important;}

.img-box, .img-wide, .img-resp-h, .img-resp-v {overflow:hidden; position:relative; background-color:#000;}
.img-resp-h {padding-top:60%;}
.img-resp-v {padding-top:130%;}
.img-box img, .img-resp-h img, .img-resp-v img {width:100%; min-height:100%; display:block; object-fit: cover;}
.img-resp-h img, .img-resp-v img {position:absolute; left:0; top:0;}
.img-wide img {width:100%; display:block;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .th-img, .rate-plus, .rate-minus {transition: all .2s;}
.button, a, li span, .search-box input {transition: color .2s, background-color .2s, opacity .2s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}


h1, h2, h3, .th-time, .th-title, .th-rate, .m-title, .m-menu, .side-bt, .pt-title, .ft-title, .comm-author {font-family: "GothamProBold";}
.th-title, .th-title:hover, .th-time, .th-rate, .m-title, .side-bt, .pt-title {color:#fff;}
.h-menu a:hover, .th-title:hover, .footer a, .site-desc a, .speedbar a, .f-tags a, .comm-author a, .comm-author {color:#00a0b0;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden; position:relative;}
.wrap:before {content:""; background-color:rgba(0,0,0,0.3); width:100%; height:100%; position:absolute; left:0; top:0;}
.center {max-width:1500px; margin:0 auto; position:relative; z-index:20;}
.block {background:#272c2f url(../images/bg.png); box-shadow:0 0 40px 0 rgba(0,0,0,1);}
.side {width:200px; background-color:#191b1c; padding-bottom:30px;}
.cont {width:calc(100% - 200px); width:-webkit-calc(100% - 200px);} 
.header {height:70px; background-color:#FFF; padding:0 0 0 30px;}
.main {padding:30px; min-height:600px;}
.footer {padding:30px; padding-bottom:15px; background-color:#111;}

#gotop{position:fixed; width:40px; height:40px; line-height:36px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:0.7; background-color:#000; color:#FFF; border-radius:50%; text-align:center;}


/* HEADER
----------------------------------------------- */
.logo {display:block; float:left; width:250px; height:70px;}
.logo img {display:block;}

.h-menu {margin:27px 0 0 30px; font-size:13px; line-height:16px; float:left;}
.h-menu li {display:inline-block; vertical-align:top; position:relative; 
margin-right:12px; padding-right:15px; border-right:2px solid #e3e3e3;}
.h-menu a {color:#2a2a2a;}

.search-box {width:330px; float:right;}
.search-field {width:100%; position:relative;}
.search-field input, .search-field input:focus {width:100%; padding:0 30px 0 40px; 
background-color:transparent; color:#2a2a2a; height:70px; line-height:70px !important; box-shadow:none;}
.search-field input:focus {background-color:#f2f2f2;}
.search-box button {position:absolute; left:0; top:15px; padding:0 !important; width:40px;
background:transparent !important; color:#2a2a2a !important;}
.search-box .fa {font-size:18px;}


/* SIDE
----------------------------------------------- */
.side-bc {padding:10px;}
.side-bt {font-size:16px; padding:10px; background-color:#111;}

.side-nav .side-bc {padding:10px 0;}
.side-nav .side-bt2 {padding:0 10px; background-color:#00a0b0; height:70px; line-height:70px;}
.side-nav a {border-bottom:1px solid #000; box-shadow:0 1px #333; display:block; padding:10px 50px 10px 10px;}
.side-nav li:last-child a {border-bottom:0; box-shadow:none;}
.side-nav a:hover, .side-nav li.active a {color:#fff; background-color:#db4437;}
.side-nav li:hover span, .side-nav li.active span {color:#fff; opacity:1;}
.side-nav li {position:relative;}
.side-nav li span {position:absolute; right:10px; top:10px; opacity:0.8; font-size:12px;}


/* THUMB, SECTION
----------------------------------------------- */
.m-menu {margin-bottom:30px; font-size:13px;}
.m-menu li {display:inline-block; vertical-align:top; position:relative; margin-right:15px;}
.m-menu li a {display:block; padding:0 15px; height:40px; line-height:40px; 
box-shadow:inset 0 0 0 2px #111; border-radius:20px;}
.m-menu li a.active {box-shadow:inset 0 0 0 2px #db4437; color:#FFF;}

.m-title {padding-bottom:15px; margin-bottom:30px; position:relative; font-size:18px;}
.m-title:before {content:""; height:3px; width:100px; background-color:#db4437; position:absolute; left:0; bottom:0;}
.floats {margin:0 -5px;}

.sorter {display:inline-block; position:absolute; right:0; top:0; cursor:pointer; color:#CCC;
padding:0 10px; line-height:30px; background-color:#191b1c; border-radius:15px; font-size:13px;}
.sorter:before {content:attr(data-label); float:left; padding:0 10px 0 0;}
.sorter form {display:none; background-color:#191b1c; padding:10px; line-height:26px; box-shadow:0 0 15px 0 rgba(0,0,0,0.8); 
position:absolute; right:0; top:100%; width:160px; z-index:999;}
.sorter a:hover {text-decoration:underline;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:FontAwesome; display:inline-block; margin-left:10px;}
.sort li.desc a:after {content:"\f062"}

.speedbar {font-size:12px; margin-bottom:15px;}
.speedbar a:hover {text-decoration:underline;}

.thumb {width:25%; float:left; padding:0 5px 30px 5px;}
.th-in {position:relative;}
.th-in a {display:block;}
.th-img {border:1px solid #191b1c;}
.th-time, .th-edit, .th-fav {display:inline-block; padding:3px 5px; background-color:rgba(0,0,0,0.5);
position:absolute; right:10px; bottom:10px; z-index:20; font-size:12px;}
.th-text {padding:10px 0 0 0; position:relative;}
.th-title {line-height:18px; height:36px; overflow:hidden; padding-right:50px; margin-bottom:10px;}
.th-meta > span {font-size:12px; margin-right:10px; opacity:0.8;}
.th-meta > span[data-text]:after {content:attr(data-text); margin-left:3px;}
.th-rate {display:inline-block; padding:3px 5px; background-color:#191b1c;
position:absolute; right:0; top:10px; font-size:12px;}
.th-rate.high {background-color:#00a0b0;}
.th-rate.low {background-color:#db4437;}
.th-edit {right:auto; bottom:auto; left:10px; top:10px;}
.th-fav {bottom:auto; top:10px;}
.th-fav .fav-added {color:#fff;}
.th-in:hover .th-img {border-color:#00a0b0;}
.rel .th-title {padding-right:0;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height:18px; text-align:justify; margin-top:30px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:18px; margin-bottom:15px; color:#FFF;}
.site-desc h1 span, .site-desc h2 span, .site-desc h3 span {}
.site-desc p + p {margin-top:5px;}


/* 	FOOTER
----------------------------------------------- */
.ft-counter {float:right;}
.ft-text {float:left; line-height:20px;}
.ft-copyr {opacity:0.8;}
.ft-menu {margin-bottom:5px;}


/* 	PAGS
----------------------------------------------- */
.pags-bottom {text-align:center; line-height:36px; padding:10px 10px 0 10px; margin:15px 5px 0 5px; 
border:3px solid #191b1c; border-radius:31px;}
.pags-load a {display:inline-block; border-radius:18px; padding:0 15px; 
background-color:#00a0b0; color:#FFF; margin-bottom:10px;}
.pags-load > span {display:none;}
.pags > a, .pags > span {display:inline-block; vertical-align:middle; min-width:36px; padding:0 10px; border-radius:18px; 
height:36px; background-color:#191b1c; margin:0 0 10px 5px;}
.pags > a:hover, .pags > span:not([class]) {background-color:#00a0b0; color:#FFF;}


/* 	FULL
----------------------------------------------- */
.player-wrap {background-color:#191b1c; margin:0 0 30px 0;}
.player-box {width:calc(100% - 300px); width:-webkit-calc(100% - 300px);} 
.player-top {padding:0 15px; width:300px;}
.pt-title {padding:0 15px; background-color:#00a0b0; height:40px; line-height:40px; margin:0 -15px; font-size:16px;}
.top-item {margin-top:10px; padding-left:95px; position:relative; height:60px; 
overflow:hidden; display:block; line-height:20px;}
.top-img {width:80px; height:55px; position:absolute; top:0; left:0;}
.top-item:before {content:""; position:absolute; right:0; top:0; bottom:0; width:150px; 
background-image: linear-gradient(to left, rgba(25,27,28,1), rgba(25,27,28,0));}
.top-item:after {content:"\f144"; font-family:'FontAwesome'; position:absolute; right:1px; top:20px; font-size:18px; color:#db4437;}
.f-desc {margin-bottom:30px;}
.f-text, .f-info {width:48%; float:left;}
.f-text {float:right;}
.ft-title, .f-tags {margin-bottom:10px;}
.f-tags a:hover {text-decoration:underline;}
.f-meta {margin-bottom:20px;}
.f-meta > span {margin-right:10px; font-size:12px;}
.f-tags span:not(:last-child) a:after, .f-tags > a:not(:last-child):after {content: ","; display: inline; margin-right:2px;}

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-btn {margin:0px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; color:#00a0b0;}

.scroller {position:relative; max-height:290px; overflow:hidden;}
.scroller::-webkit-scrollbar { /* Prevents webkit cross-direction scrolling bug */ width: 0; box-shadow:none; border:0;}
.scroller::-webkit-scrollbar-track {box-shadow:none; border:0;}
.scroller__bar {position: absolute; right: 0; z-index: 1; top:0; width:10px; background: #00a0b0; 
border-radius:5px; opacity:1;}
.scroller:hover .scroller__bar {opacity:1;}

.frate {white-space:nowrap; margin-top:30px;}
.rate-data {display:none;}
.rate-plus, .rate-minus {display:inline-block; vertical-align:top; height:40px; line-height:40px; cursor:pointer; 
padding-right:20px; background-color:#191b1c; border-radius:20px; overflow:hidden;}
.rate-minus {margin-left:25px;}
.rate-plus div, .rate-minus div {display:inline-block; vertical-align:top; padding:0 15px; color:#FFF; 
margin-right:10px; border-bottom:20px 0 0 20px; background-color:#00a0b0; text-align:center;}
.rate-minus div {background-color:#db4435;}
.frate .fa {font-size:18px;}
.rate-plus:hover, .rate-minus:hover {box-shadow:0 0 20px 0 rgba(0,0,0,0.8);}

.f-comms {margin-bottom:30px;}
.full-comms, .add-comms{width:48%;}
.add-comm-form {}
.ac-inputs, .ac-textarea {margin-bottom:15px;}
.ac-inputs input {width:100%;}
.ac-textarea textarea {height:110px;}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {}
.mass_comments_action {display:none;}
.last-comm-link {margin-bottom:10px;}
.last-comm-link a {text-decoration:underline;}
.full-comms {}

.comm-item {margin-bottom:15px;}
.comm-author {margin-right:10px;}
.comm-one {margin-bottom:10px; font-size:12px;}
.comm-two {line-height:22px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {font-size:14px; line-height:20px; color:#ccc;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#00a0b0;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.side-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#444; 
padding:0 10px; z-index:888; position:fixed; left:-260px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.side-panel a {display:block; padding:10px 50px 10px 0; color:#FFF; font-size:14px;
color:#FFF; border-bottom:1px solid #111;}
.side-panel li {position:relative; color:#FFF;}
.side-panel li span {position:absolute; right:10px; top:10px; opacity:0.8;}


@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.side, .h-menu, .m-menu {display:none;}
.cont {width:100%;} 
.header {padding:0 0 0 15px;}
.main {padding:30px 15px;}
.footer {padding:30px 15px 15px 15px;}
.search-box {width:250px;}

.btn-menu {background-color:#00a0b0; color:#fff; cursor:pointer; display:block; float:right; 
width:70px; height:70px; line-height:70px; text-align:center; font-size:24px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.thumb {width:33.33%;}
.pags-load, .pags {width:100%;}

.f-text, .f-info, .full-comms, .add-comms {width:100%; float:none;}
.full-comms, .f-info {margin-top:15px;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.sorter, .search-box, .ft-counter {display:none;}
.thumb {width:50%;}

.player-box {width:100%;} 
.player-top {width:100%; height:400px;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:0px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:320px;}
.logo {width:220px; overflow:hidden; padding-top:4px;}
.thumb {width:100%;}

.frate {white-space:normal;}
.rate-plus, .rate-minus {width:100%;}
.rate-minus {margin:15px 0 0 0;}
.fc {display:inline-block; float:right;}
.rate-plus div, .rate-minus div {width:180px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}













