/* 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: 16px 'ProximaNovaRegular', Tahoma, Geneva, sans-serif; line-height:normal; padding:0; margin:0;        
color: #ccc; background-color:#222; height:100%; width:100%; font-weight:400;}
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:400; font-size:18px;}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot') format('eot'), 
	url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff'), 
	url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-RegIt.eot') format('eot'), 
	url('../fonts/ProximaNova-RegIt.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ProximaNova-RegIt.woff') format('woff'), 
	url('../fonts/ProximaNova-RegIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot') format('eot'), 
	url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff'), 
	url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot') format('eot'), 
	url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff'), 
	url('../fonts/mark_simonson_-_proxima_nova_light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn), html input[type="button"], 
input[type="reset"], input[type="submit"], .meta-fav a {
padding:0 20px; color:#fff; font-weight:700; display:inline-block; background-color:#0189c1; 
background: linear-gradient(to bottom, #0098d7 0%,#0189c1 100%); box-shadow:0 3px 5px 0 rgba(0,0,0,0.95);
height:40px; line-height:43px; border-radius:20px; cursor:pointer; text-transform:uppercase;}
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, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{color:#fff; background: linear-gradient(to top, #0098d7 0%,#0189c1 100%);}
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:#000000; background-color:#ccc; border-radius:4px; -webkit-appearance: none; box-shadow:0 0 0 1px #111;}
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:#ccc; color:#000;}
textarea {display:block; width:100%; padding:10px; border:1px solid #111; background-color:#ccc; color:#000;
border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.0); overflow:auto; vertical-align:top; resize:vertical;}

.img-box {overflow:hidden; position:relative; background-color:#CCC;}
.img-box img {width:100%; min-height:100%;}
.square-img img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .with-mask:after {transition: all .3s;}
a, .button, .with-mask:before, .thumb-mask {transition: color .3s, background-color .3s, opacity .3s;}

.flex-row {display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display:flex; flex-direction:column; justify-content:center;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position:relative; overflow:hidden;}
.center {max-width:1220px; margin:0 auto; padding:0 10px; position:relative; z-index:100;}
.wrap:before {content:""; width:100%; height:100px; position:absolute; left:0; top:0; background-color:#000; 
background: -webkit-linear-gradient(top, #444 0%,#000 100%); background: linear-gradient(to bottom, #444 0%,#000 100%); 
border-bottom:5px solid #0189c1;}
.header {height:100px; padding:0 200px 0 290px; position:relative;}
.main {min-height:800px;}
.footer {padding:20px 0; border-top:5px solid #0189c1; background-color:#222; color:#ccc;}


/* HEADER
----------------------------------------------- */
.logotype {height:100px; width:270px; display:block; position:absolute; left:0; top:0;}
.logotype img {display:block;}
.header-menu {}
.header-menu li {display:inline-block; margin-right:20px; line-height:100px;}
.header-menu a {color:#ccc; font-weight:700; text-transform:uppercase;}
.header-menu a:hover {color:#fff;}
.show-login {position:absolute; right:0; top:30px;}


/* NAV, SPEEDBAR, SEARCH
----------------------------------------------- */
.navi-box {margin-bottom:30px; padding:20px 0; 
box-shadow:0 40px 40px -20px rgba(0,152,215,0.35); border-bottom:1px solid #111;}

.show-menu {float:left;}
.menu-inner {display:none;}
.menu-inner ul {padding:20px 0 0 0;}
.menu-inner li {display:inline-block; width:20%;}
.menu-inner a {display:inline-block; padding:0 10px; height:28px; line-height:28px; border-radius:14px;}
.menu-inner a:before {content:"\f105"; margin-right:7px; font-family:'FontAwesome'; color:#ccc;}
.menu-inner a:hover {color:#fff; background: linear-gradient(to top, #0098d7 0%,#0189c1 100%);}

.search-box {width:224px; float:right;}
.search-inner {width:100%; position:relative;}
.search-inner input, .search-inner input:focus {width:100%; height:40px; line-height:40px; padding:0 40px 0 10px; 
background-color:#ccc; color:#000; text-transform:uppercase; border-radius:20px; 
box-shadow:0 0 0 1px #444, inset 2px 2px 4px 0 rgba(0,0,0,0); }
.search-box button {position:absolute; right:0; top:0; box-shadow:none; background:transparent; color:#2a2a2a; 
padding:0; width:40px; text-align:center; font-size:18px;}

.speedbar {line-height:40px; float:left; margin-left:20px; max-width:60%;}
.speedbar a:hover {text-decoration:underline;}


/* THUMBS
----------------------------------------------- */
.main-title {font-size:24px; font-weight:700; text-transform:uppercase; margin-bottom:20px; 
color:#e3e3e3; border-left:5px solid #0189c1; padding:5px 0 5px 20px;}
.floats {margin:0 -10px;}

.thumb {width:33%; padding:0 10px 20px 10px; float:left;}
.thumb-in {background-color:#333; padding:0 10px 10px 10px; border-radius:3px; box-shadow:0px 2px 6px #111;}
.thumb-img {height:231px; margin:0 -10px 10px -10px; border-radius:3px 3px 0 0;}
.thumb-caption {overflow:hidden; height:40px; display:block;}
.t-meta {display:inline-block; position:absolute; color:#FFF; padding:7px 15px; font-size:14px; background-color:rgba(0,0,0,0.5);}
.t-views {top:0; left:0;}
.t-rate {left:10px; bottom:10px; border-radius:3px; padding:3px 5px; background-color:rgba(61,175,5,0.7);}
.t-down {background-color:rgba(208,4,4,0.7);}
.t-time {bottom:10px; right:10px; border-radius:3px; padding:3px 5px;}
.thumb:hover .thumb-caption {color:#fff; text-decoration:underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-load {text-align:center;}
.pagi-load > span {display:none;}
.pagi-load + .pagi-nav {margin-top:30px;}
.bottom-nav {line-height:40px; text-align:center; font-size:16px; padding:20px 10px 30px 10px;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto; max-width:100%;
background-color:#333; border:1px solid #111; border-radius:3px; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {border-right:1px solid #111;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:40px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span {display:inline-block; padding:0 5px; min-width:38px;
color:#fff; border-right:1px solid #111; margin-right:-4px;}
.navigation span, .pagi-nav a:hover {background-color:#0189c1; color:#fff;}
.navigation span.nav_ext {background-color:transparent; color:#ccc;}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {padding:20px 0; border-top:1px solid #111;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:18px; font-weight:700; margin-bottom:10px;}
.site-desc h1 span, .site-desc h2 span, .site-desc h3 span {}
.site-desc p {margin-bottom:5px;}
.site-desc a {color:#fff; text-decoration:underline;}


/* FOOTER
----------------------------------------------- */
.fbottom div {line-height:31px;}
.counters {display:inline-block; background-color:#CCC; height:31px; min-width:88px;}


/* FULL STORY
----------------------------------------------- */
.full-cols {padding-right:245px;}
.full-right {width:225px; margin-right:-245px; float:right;}
.full-left {width:100%; float:left;}

.player-cols {background-color:#333; padding-left:340px; border-bottom:5px solid #0189c1;}
.player-box {background-color:#000; min-height:200px; width:100%; float:right;}
.player-rkl {width:340px; margin-left:-340px; float:left; padding:20px;}

.full-desc {background-color:#333; box-shadow:0 5px 10px 0 rgba(0,0,0,0.95); padding:0 20px 20px 20px; margin-bottom:30px;}
.full-meta {padding:10px 0; align-items:center; border-bottom:1px solid #111; margin-bottom:20px;}
.full-meta > div {display:inline-block; vertical-align:middle;}
.meta-img {width:50px; height:50px;}
.meta-img a {display:inline-block; position:absolute; left:0; bottom:0; background-color:#0189c1; color:#fff; padding:3px 5px;}
.meta-item {line-height:25px; max-width:220px;}
.meta-item span:not(.fa) {font-weight:700;}
.meta-item a {text-decoration:underline; color:#36c3fe;}
.meta-item div {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.meta-fav .button, .meta-fav a {font-size:14px;}

.rate3 {width:200px; white-space:nowrap;}
.rate3 span[id*="vote-num"], .rate3 span[id*="ratig-layer"] {display:none;}
.rate3-views {font-size:18px; text-align:right;}
.rbar {height:4px; overflow:hidden; position:relative; background-color:#ccc; margin:5px 0; border-radius:2px;}
.rfill {width:50%; height:100%; position:absolute; left:0; top:0; background-color:#69a935; transition:width 1s linear;}
.rate3-vote {text-align:right;}
.ps, .ms {cursor:pointer; height:30px; line-height:30px; display:inline-block; color:#ccc;}
.ms {margin-left:20px;}
.ps:hover .fa {color:#fff;}
.ms:hover .fa {color:#fff;}

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(51,51,51,0) 0%, #333 100%);
background:linear-gradient(to bottom, rgba(51,51,51,0) 0%, #333 100%);}
.slice-btn {margin:0 0 20px 0;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:#36c3fe;}


/* FULL STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {width: 100%; max-width:100% !important; height:340px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height:24px;}
.full-text img:not(.emoji) {max-width:100%; margin:0 0 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:#36c3fe;}
.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; font-weight:700;}
.full-text p {margin-bottom:15px;}
.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;}
.full-taglist + .full-taglist {margin-top:20px;}
.full-taglist a {color:#36c3fe;}


/* COMMENTS
----------------------------------------------- */
.add-comm-btn {margin-bottom:30px;}
.add-comm-form {margin-bottom:30px; display:none; padding:30px; 
background-color:#333; box-shadow:0 0 20px 0 rgba(0,0,0,0.95);}
.ac-inputs input {width:49%; float:left;}
.ac-inputs input:last-child {float:right;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}
.ac-textarea textarea {height:140px;}
.ac-protect {margin-top:-10px;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#333; margin:20px 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#fff;}

.comm-item {padding-left:60px; margin-bottom:20px;}
.comm-left {width:45px; height:45px; margin-left:-60px; float:left;}
.comm-right {width:100%; float:right;}
.comm-one {padding:0 80px 10px 0; position:relative;}
.comm-one > span {color:#bcbcbc; float:right;}
.comm-one > span:first-child {color:#36c3fe; text-transform:uppercase; font-weight:700; float:left;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#4f9c43; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#ca2f2f; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {padding:15px; line-height:20px; border:1px solid #111;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#333; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#444;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px; font-weight:700;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#444;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#0189c1; color:#fff;}
.lb-menu a .fa {color:#0189c1;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#444; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}



	
/* ADAPTIVE
----------------------------------------------- */

@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.menu-inner a {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%;}
.thumb {width:25%;}
.speedbar {max-width:50%;}

.full-cols {padding-right:0;}
.full-right {width:100%; margin-right:0; float:none; padding-top:30px; display:none;}
.full-left {float:none;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.header {padding:0 200px 0 190px;}
.logotype {width:170px; padding-top:18px;}
.menu-inner li {width:24%;}
.thumb {width:33.333%;}

.rate3 {margin:0 auto; padding-top:10px;}
.rate3-views, .rate3-vote {text-align:center;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.header {padding:0;}
.header-menu, .speedbar {display:none;}
.menu-inner li {width:32%;}
.thumb {width:50%;}
.fbottom > div:first-child {width:100%; padding-bottom:10px;}

.main-title {font-size:18px;}

.player-cols {padding-left:0;}
.player-box {float:none;}
.player-rkl {width:100%; margin-left:0; float:none; padding:20px 10px; overflow:hidden; text-align:center;}
.meta-item {max-width:49%; width:49%;}



.comm-three {display:none;}

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

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.menu-inner li {width:49%;}

.meta-fav a, .meta-fav .button{width:200px; text-align:center;}
.meta-item {padding-top:10px; display:none !important;}

.comm-one > span:nth-child(2) {display:none;}
.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:10px;}
.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) {
.center {max-width:320px;}
.show-login .fa {display:none;}
.search-box {width:170px;}
.thumb {width:100%;}
.thumb-img {height:170px;}

.player-rkl {padding:0;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
.sorter {line-height:15px; margin-bottom:15px; white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.sorter:before {content:attr(data-label); display:inline-block; vertical-align:top; padding:0 10px 0 0;}
.sorter form {display:inline-block; vertical-align:top; white-space:nowrap;}
.sorter a:hover {text-decoration:underline;}
.sorter li {display:inline-block; margin-left:5px; padding-left:5px; border-left: 1px solid #fff;}
.sorter li:first-child {border:none;}
.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"}

/*СЃС‚РёР»Рё РґР»СЏ РєРЅРѕРїРѕРє РІРІРµСЂС…/РІРЅРёР·*/
.go-up, .go-down {
 display: none;
 position: fixed; /*РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ*/
 z-index: 9999; /*РїРѕРІРµСЂС… РІСЃРµ СЌР»РµРјРµРЅС‚РѕРІ РЅР° СЃС‚СЂР°РЅРёС†Рµ*/
 right: 1%; /*РїРѕР»РѕР¶РµРЅРёРµ РЅР° СЃС‚СЂР°РЅРёС†Рµ, РµСЃР»Рё СЃР»РµРІР° - left*/
 background: #4F4F4F;
 border: 1px solid #ccc;
 border-radius: 5px;
 cursor: pointer;
 color: #fff;
 text-align: center;
 font: normal normal 40px/40px sans-serif;
 text-shadow: 0 1px 2px #000;
 opacity: .1; /*РїСЂРѕР·СЂР°С‡РЅРѕСЃС‚СЊ РєРЅРѕРїРєРё*/
 padding: 3px;
 margin-bottom: 5px;
 width: 45px;
 height: 45px;
}
.go-up { bottom: 140px; }
.go-down { bottom: 90px; }
.go-down:hover,
.go-up:hover {
 opacity: 1;
 box-shadow: 0 5px 0.5em -1px #666;
}

.instagram-media, .twitter-tweet {display: inline-block !important;}

/* THUMB MODEL
----------------------------------------------- */
.thumbs {margin: 0 -15px;}
.th-model {width: 20%; padding: 0 15px 30px 15px; float: left; position: relative;}
.th-link {display: block; color: #fff !important; border-radius: 3px;}
.th-link:before {content: ''; position:absolute; left:0; bottom:0; width:100%; height: 125px; z-index: 10;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);}
.th-model .img-resp {padding-top: 140%; position: relative;}
.img-resp img {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.th-title {position: absolute; left: 15px; bottom: 15px; right: 15px; z-index: 10; 
font-weight: 700; font-size: 18px;}
.th-meta-quan {position: absolute; right: 15px; top: 15px; z-index: 10; 
    height: 20px; line-height: 20px; padding: 0 10px; border-radius: 3px; 
background:rgba(0,0,0,0.3); font-size: 12px;}
.th-meta-quan .fa {margin-right: 10px;}

@media screen and (max-width: 950px) {
.th-model {width: 25%;}
}
@media screen and (max-width: 760px) {
    .thumbs {margin: 0 -7px;}
.th-model {width: 33.33%; padding: 0 7px 15px 7px;}
}
@media screen and (max-width: 470px) {
.th-model {width: 50%;}
}
@media screen and (max-width: 360px) {
    .player-cols {    max-height: 175px;}
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {max-height: 175px;}
}
.flag {width: 32px; height: 32px; background: url(../images/flags.png) no-repeat; 
left: 10px; top: 10px; z-index: 10; position: absolute;}
.flag.no-flag {background-image: none;}
.flag.flag-am{background-position:-32px 0}
.flag.flag-ar{background-position:-64px 0}
.flag.flag-at{background-position:-96px 0}
.flag.flag-au{background-position:-128px 0}
.flag.flag-az{background-position:-160px 0}
.flag.flag-bg{background-position:-192px 0}
.flag.flag-br{background-position:0 -32px}
.flag.flag-by{background-position:-32px -32px}
.flag.flag-ca{background-position:-64px -32px}
.flag.flag-cn{background-position:-96px -32px}
.flag.flag-co{background-position:-128px -32px}
.flag.flag-cz{background-position:-160px -32px}
.flag.flag-de{background-position:-192px -32px}
.flag.flag-ee{background-position:0 -64px}
.flag.flag-es{background-position:-32px -64px}
.flag.flag-fi{background-position:-64px -64px}
.flag.flag-fr{background-position:-96px -64px}
.flag.flag-gb{background-position:-128px -64px}
.flag.flag-gi{background-position:-160px -64px}
.flag.flag-gr{background-position:-192px -64px}
.flag.flag-hu{background-position:0 -96px}
.flag.flag-il{background-position:-32px -96px}
.flag.flag-in{background-position:-64px -96px}
.flag.flag-is{background-position:-96px -96px}
.flag.flag-it{background-position:-128px -96px}
.flag.flag-jp{background-position:-160px -96px}
.flag.flag-kr{background-position:-192px -96px}
.flag.flag-lt{background-position:0 -128px}
.flag.flag-lu{background-position:-32px -128px}
.flag.flag-lv{background-position:-64px -128px}
.flag.flag-md{background-position:-96px -128px}
.flag.flag-mt{background-position:-128px -128px}
.flag.flag-mx{background-position:-160px -128px}
.flag.flag-nl{background-position:-192px -128px}
.flag.flag-no{background-position:0 -160px}
.flag.flag-pl{background-position:-32px -160px}
.flag.flag-pt{background-position:-64px -160px}
.flag.flag-ro{background-position:-96px -160px}
.flag.flag-rs{background-position:-128px -160px}
.flag.flag-ru{background-position:-160px -160px}
.flag.flag-se{background-position:-192px -160px}
.flag.flag-si{background-position:0 -192px}
.flag.flag-sk{background-position:-32px -192px}
.flag.flag-th{background-position:-64px -192px}
.flag.flag-tr{background-position:-96px -192px}
.flag.flag-ua{background-position:-128px -192px}
.flag.flag-us{background-position:-160px -192px}