html { font-family: sans-serif; }
body { margin: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio:not([controls]) { display: none; height: 0px; }
a { background: transparent none repeat scroll 0% 0%; }
a:active, a:hover { outline: 0px none; }
h1 { font-size: 2em; margin: 0.67em 0px; }
img { border: 0px none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0px none; padding: 0px; }
input { line-height: normal; }
@font-face {
	font-family: "Glyphicons Halflings";
	src: url('/css/bs/glyphicons-halflings-regular.eot') format("embedded-opentype"), url('/css/bs/glyphicons-halflings-regular.woff') format("woff"), url('/css/bs/glyphicons-halflings-regular.ttf') format("truetype"), url('/css/bs/glyphicons-halflings-regular.svg') format("svg");
}

* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }
html { font-size: 10px; }
body { font-family: "Varela Round","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857; color: rgb(51, 51, 51); background-color: white; }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
a { color: rgb(255, 255, 255); text-decoration: none;font-size:18px;font-weight:bold; }
a:hover, a:focus { color: rgb(0, 0, 0); text-decoration: none; }
a:focus { outline: thin dotted; outline-offset: -2px; }
img { vertical-align: middle; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Proxima Nova Semibold"; font-weight: normal; line-height: 1.1; color: inherit; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }
h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
ul, ol { margin-top: 0px; margin-bottom: 10px; }
.dl-horizontal dd::before, .dl-horizontal dd::after { content: " "; display: table; }
.dl-horizontal dd::after { clear: both; }
blockquote footer::before, blockquote small::before, blockquote .small::before { content: "â€”Â "; }
.blockquote-reverse footer::before, .blockquote-reverse small::before, .blockquote-reverse .small::before, blockquote.pull-right footer::before, blockquote.pull-right small::before, blockquote.pull-right .small::before { content: ""; }
.blockquote-reverse footer::after, .blockquote-reverse small::after, .blockquote-reverse .small::after, blockquote.pull-right footer::after, blockquote.pull-right small::after, blockquote.pull-right .small::after { content: "Â â€”"; }
blockquote::before, blockquote::after { content: ""; }
.container { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; }
.container::before, .container::after { content: " "; display: table; }
.container::after { clear: both; }
.container-fluid::before, .container-fluid::after { content: " "; display: table; }
.container-fluid::after { clear: both; }
.row { margin-left: -10px; margin-right: -10px; }
.row::before, .row::after { content: " "; display: table; }
.row::after { clear: both; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 10px; padding-right: 10px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-4 { width: 33.3333%; }
.col-xs-12 { width: 100%; }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: rgb(249, 249, 249); }
@media screen and (max-width: 767px) {
}
.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: rgb(85, 85, 85); background-color: white; background-image: none; border: 1px solid rgb(204, 204, 204); border-radius: 0px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.form-control:focus { border-color: rgb(102, 175, 233); outline: 0px none; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder { color: rgb(153, 153, 153); opacity: 1; }
.form-horizontal .form-group::before, .form-horizontal .form-group::after { content: " "; display: table; }
.form-horizontal .form-group::after { clear: both; }
.btn { display: inline-block; margin-bottom: 0px; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 0px; -moz-user-select: none; }
.btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline-offset: -2px; }
.btn:hover, .btn:focus { color: rgb(51, 51, 51); text-decoration: none; }
.btn:active, .btn.active { outline: 0px none; background-image: none; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset; }
.btn-default { color: rgb(51, 51, 51); background-color: white; border-color: rgb(204, 204, 204); }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: rgb(51, 51, 51); background-color: rgb(230, 230, 230); border-color: rgb(173, 173, 173); }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-primary { color: white; background-color: rgb(237, 28, 36); }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: white; background-color: rgb(198, 16, 23); border-color: rgb(165, 13, 19); }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-block { display: block; width: 100%; }
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] { width: 100%; }
.caret { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }
.dropdown { position: relative; }
.dropdown-toggle:focus { outline: 0px none; }
.dropdown-menu { position: absolute; top: 100%; left: 0px; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0px; margin: 2px 0px 0px; list-style: outside none none; font-size: 14px; text-align: left; background-color: white; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); background-clip: padding-box; }
.dropdown-menu .divider { height: 1px; margin: 9px 0px; overflow: hidden; background-color: rgb(229, 229, 229); }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: rgb(51, 51, 51); white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: rgb(38, 38, 38); background-color: whitesmoke; }
.btn-toolbar::before, .btn-toolbar::after { content: " "; display: table; }
.btn-toolbar::after { clear: both; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0px; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0px; }
.btn .caret { margin-left: 0px; }
.btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after { content: " "; display: table; }
.btn-group-vertical > .btn-group::after { clear: both; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0px; }
.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0px; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; }
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0px; }
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.nav { margin-bottom: 0px; padding-left: 0px; list-style: outside none none; }
.nav::before, .nav::after { content: " "; display: table; }
.nav::after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: rgb(238, 238, 238); }
.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }
.navbar::before, .navbar::after { content: " "; display: table; }
.navbar::after { clear: both; }
.navbar-header::before, .navbar-header::after { content: " "; display: table; }
.navbar-header::after { clear: both; }
.navbar-collapse::before, .navbar-collapse::after { content: " "; display: table; }
.navbar-collapse::after { clear: both; }
.navbar-toggle { position: relative; float: right; margin-right: 10px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 0px; }
.navbar-toggle:focus { outline: 0px none; }
.navbar-nav { margin: 7.5px -10px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }
.navbar-form { margin: 8px -10px; padding: 10px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.1); }
.breadcrumb > li + li::before { content: "/Â "; padding: 0px 5px; color: rgb(204, 204, 204); }
.pager::before, .pager::after { content: " "; display: table; }
.pager::after { clear: both; }
@media screen and (min-width: 768px) {
}
.panel-body::before, .panel-body::after { content: " "; display: table; }
.panel-body::after { clear: both; }
.modal-footer::before, .modal-footer::after { content: " "; display: table; }
.modal-footer::after { clear: both; }
.popover > .arrow, .popover > .arrow::after { position: absolute; display: block; width: 0px; height: 0px; border-color: transparent; border-style: solid; }
.popover > .arrow::after { border-width: 10px; content: ""; }
.popover.top > .arrow::after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0px; border-top-color: white; }
.popover.right > .arrow::after { content: " "; left: 1px; bottom: -10px; border-left-width: 0px; border-right-color: white; }
.popover.bottom > .arrow::after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0px; border-bottom-color: white; }
.popover.left > .arrow::after { content: " "; right: 1px; border-right-width: 0px; border-left-color: white; bottom: -10px; }
.carousel-control .icon-prev::before { content: "â€¹"; }
.carousel-control .icon-next::before { content: "â€º"; }
@media screen and (min-width: 768px) {
}
.clearfix::before, .clearfix::after { content: " "; display: table; }
.clearfix::after { clear: both; }
.hidden { display: none ! important; visibility: hidden ! important; }
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none ! important; }
#toast-container > :hover { box-shadow: 0px 0px 12px rgb(0, 0, 0); opacity: 1; cursor: pointer; }
@media all and (max-width: 240px) {
}
@media all and (min-width: 241px) and (max-width: 480px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
.xdsoft_noselect::-moz-selection { background: transparent none repeat scroll 0% 0%; }
.mfp-container::before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container::before { display: none; }
button::-moz-focus-inner { padding: 0px; border: 0px none; }
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ""; display: block; width: 0px; height: 0px; position: absolute; left: 0px; top: 0px; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow::after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow::before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left::after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left::before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid rgb(63, 63, 63); }
.mfp-arrow-right::after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right::before, .mfp-arrow-right .mfp-b { border-left: 27px solid rgb(63, 63, 63); }
.mfp-figure::after { content: ""; position: absolute; left: 0px; top: 40px; bottom: 40px; display: block; right: 0px; width: auto; height: auto; z-index: -1; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6); background: rgb(68, 68, 68) none repeat scroll 0% 0%; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-figure::after { top: 0px; bottom: 0px; }
}
@media all and (max-width: 900px) {
}
body { text-rendering: optimizelegibility ! important; }
*::-moz-selection { background: rgb(237, 28, 36) none repeat scroll 0% 0%; color: white; }
h2, h3, h4, h5, h6 { font-family: "Proxima Nova"; margin: 20px 0px 0px; }
h1 { font-size: 34px; }
h2 { font-size: 24px; }
.divider { display: block; height: 10px; }
@media only screen and (max-width: 800px) {
	.table-flip-scroll .cf::after { visibility: hidden; display: block; font-size: 0px; content: " "; clear: both; height: 0px; }
}
.btn { transition: all 0.5s ease 0s; }
.btn-primary { text-transform: uppercase; }
.btn-summary::before, .btn-summary::after { content: " "; display: table; }
.btn-summary::after { clear: both; }
.btn-twitter { color: white; background-color: rgb(0, 199, 247); border-color: rgb(0, 199, 247); }
.btn-twitter:hover { color: white; background-color: rgb(0, 166, 206); border-color: rgb(0, 150, 186); }
.btn-facebook { color: white; background-color: rgb(51, 83, 151); border-color: rgb(51, 83, 151); }
.btn-facebook:hover { color: white; background-color: rgb(41, 66, 121); border-color: rgb(36, 58, 105); }
.btn-gplus, .btn-google-plus { color: white; background-color: rgb(221, 74, 56); border-color: rgb(221, 74, 56); }
.btn-gplus:hover, .btn-google-plus:hover { color: white; background-color: rgb(202, 53, 34); border-color: rgb(184, 48, 31); }
body.forums .pagination > .disabled > span, body.forums .pagination > .disabled > span:hover, body.forums .pagination > .disabled > span:focus, body.forums .pagination > .disabled > a, body.forums .pagination > .disabled > a:hover, body.forums .pagination > .disabled > a:focus, body.forums .pagination > li:not(.active) > a, body.categories .pagination > .disabled > span, body.categories .pagination > .disabled > span:hover, body.categories .pagination > .disabled > span:focus, body.categories .pagination > .disabled > a, body.categories .pagination > .disabled > a:hover, body.categories .pagination > .disabled > a:focus, body.categories .pagination > li:not(.active) > a, body.topics .pagination > .disabled > span, body.topics .pagination > .disabled > span:hover, body.topics .pagination > .disabled > span:focus, body.topics .pagination > .disabled > a, body.topics .pagination > .disabled > a:hover, body.topics .pagination > .disabled > a:focus, body.topics .pagination > li:not(.active) > a, body.posts .pagination > .disabled > span, body.posts .pagination > .disabled > span:hover, body.posts .pagination > .disabled > span:focus, body.posts .pagination > .disabled > a, body.posts .pagination > .disabled > a:hover, body.posts .pagination > .disabled > a:focus, body.posts .pagination > li:not(.active) > a { background-color: transparent; }
body.forums .post-wrapper .post-top::before, body.forums .post-wrapper .post-top::after, body.categories .post-wrapper .post-top::before, body.categories .post-wrapper .post-top::after, body.topics .post-wrapper .post-top::before, body.topics .post-wrapper .post-top::after, body.posts .post-wrapper .post-top::before, body.posts .post-wrapper .post-top::after { content: " "; display: table; }
body.forums .post-wrapper .post-top::after, body.categories .post-wrapper .post-top::after, body.topics .post-wrapper .post-top::after, body.posts .post-wrapper .post-top::after { clear: both; }
body.forums .post-wrapper .post-top .actions a:not(:first-child), body.categories .post-wrapper .post-top .actions a:not(:first-child), body.topics .post-wrapper .post-top .actions a:not(:first-child), body.posts .post-wrapper .post-top .actions a:not(:first-child) { margin-left: 15px; }
body { background-color: rgb(0, 0, 0); }
section { background-color: rgb(255, 255, 255); }
a { outline: medium none ! important; }
a.external::after { font-family: "fontawesome"; content: "ï‚Ž"; margin-left: 5px; }
.no-touch { transition: all 0.5s ease 0s; }
#flashes { top: 50px; position: absolute; width: 100%; z-index: 20; left: 0px; }
.mobile-nav { display: none; }
.no-touch header#top-nav:hover { background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%; }
.no-touch header#top-nav:hover #top-brand .bottom-wrapper .bottom { background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%; }
header#top-nav { top: 0px; z-index: 1500; width: 100%; height: 50px; background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%; font-family: "Proxima Nova"; position: fixed; transition: background 0.5s ease 0s; transform: translateZ(0px); }
header#top-nav a, header#top-nav i { color: rgb(255, 255, 255); }
header#top-nav #brand-text { display: none; }
header#top-nav #header-search { margin: 7px 0px 0px; padding: 0px; z-index: 1; position: relative; }
header#top-nav #header-search #header-search-button { float: left; cursor: pointer; transition: all 0.5s ease 0s; }
header#top-nav #header-search #header-search-query { padding: 7px 0px; border: medium none; float: left; width: 0px; transition: all 0.5s ease 0s; overflow: hidden; border-radius: 0px; }
header#top-nav #header-search #header-search-type { opacity: 0; transition: all 0.5s ease 0s; }
header#top-nav #header-search #header-search-type a { color: rgb(0, 0, 0); cursor: pointer; }
header#top-nav #header-search #header-search-type .dropdown-toggle { border-bottom: 0px none; border-top: 0px none; border-right: 0px none; padding-top: 7px; padding-bottom: 7px; display: none; }
header#top-nav #top-brand { position: absolute; left: 50%; margin: 6px 0px 0px -32.5px; }
header#top-nav #top-brand .bottom-wrapper { position: absolute; height: 22px; width: 65px; z-index: -1; bottom: 0px; overflow: hidden; }
header#top-nav #top-brand .bottom-wrapper .bottom { background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%; height: 63px; width: 63px; border-radius: 50%; position: absolute; bottom: 1px; left: 1px; transition: background 0.5s ease 0s; }
header#top-nav .navbar-nav li > a { padding-left: 20px; padding-right: 20px; }
header#top-nav .navbar-nav li > a:hover { color: rgb(237, 28, 36); background: transparent none repeat scroll 0% 0% ! important; }
header#top-nav .navbar-nav li > a:focus { background: transparent none repeat scroll 0% 0% ! important; }
header#top-nav .navbar-nav .btn { height: 32px; line-height: 30px; padding: 0px 15px; margin-top: 10px; font-family: "Proxima Nova Semibold"; }
header#top-nav .navbar-nav .btn.btn-primary { font-family: "Proxima Nova Bold"; }
header#top-nav .navbar-nav .btn.btn-signup { text-transform: uppercase; }
header#top-nav .navbar-nav.brand-left { position: absolute; right: 50%; margin-right: 40px; }
header#top-nav .navbar-nav.brand-right { position: absolute; left: 50%; margin-left: 40px; }
header#top-nav .navbar-nav.navbar-right a:hover { color: rgb(255, 255, 255); }
header#top-nav .navbar-nav.navbar-right .btn { margin-top: 8px; }
header#top-nav .navbar-nav.navbar-right .btn i { margin-right: 10px; }
#user-menu ul li::before, #user-menu ul li::after { content: " "; display: table; }
#user-menu ul li::after { clear: both; }
#main-search { padding: 60px 0px; height: 250px; background: rgb(237, 28, 36) url('/css/bs/footer-search-logo-900b4f1b5d3c9e92e21ddb7111b04a95.png') no-repeat scroll left center; }
#main-search h2 { margin: 0px; color: rgb(255, 255, 255); }
#main-search input.footer-search { margin-top: 20px; line-height: 55px; font-size: 18px; }
footer { background: rgb(0, 0, 0) none repeat scroll 0% 0%; color: rgb(255, 255, 255); padding: 20px; font-family: "Proxima Nova Semibold"; font-size: 13px; }
footer a { color: rgb(255, 255, 255); }
footer a:hover { text-decoration: none; color: rgb(237, 28, 36); }
footer .links { margin-bottom: 20px; }
footer .links::before, footer .links::after { content: " "; display: table; }
footer .links::after { clear: both; }
footer .links ul { list-style-type: none; padding: 0px; margin: 0px; float: left; width: calc(100% - 150px); }
footer .links ul::before, footer .links ul::after { content: " "; display: table; }
footer .links ul::after { clear: both; }
footer .links ul li { float: left; padding: 0px 30px 0px 0px; text-transform: uppercase; }
footer .links .social { float: right; }
footer .links .social .fa { font-size: 16px; margin-left: 10px; vertical-align: middle; }
footer .copyright { color: rgb(119, 119, 119); font-size: 11px; }
footer .copyright::before, footer .copyright::after { content: " "; display: table; }
footer .copyright::after { clear: both; }
footer .copyright .trakt { float: left; white-space: nowrap; }
footer .copyright .trakt .logo { margin-right: 13px; opacity: 0.3; }
footer .copyright .amazon { display: block; float: right; color: rgb(119, 119, 119); white-space: nowrap; transition: all 0.5s ease 0s; }
footer .copyright .amazon::before, footer .copyright .amazon::after { content: " "; display: table; }
footer .copyright .amazon::after { clear: both; }
footer .copyright .amazon:hover { color: rgb(255, 255, 255); }
footer .copyright .amazon .icon { float: right; margin-left: 10px; }
footer .copyright .amazon .icon .fa { font-size: 30px; }
footer .copyright .amazon .text { float: right; text-align: right; }
.posters .list-edit .icons > div:not(:first-child) { margin-left: 12px; }
.posters .list-edit .icons :not(.drag) { cursor: pointer; }
.posters .poster .quad:nth-child(3) { left: 50%; }
.posters .poster .quad:nth-child(4) { top: 50%; }
.posters .poster .quad:nth-child(5) { top: 50%; left: 50%; }
.fanarts .fanart .quad:nth-child(2) { left: auto; right: 0px; }
.fanarts .fanart .quad:nth-child(3) { left: 42%; }
.fanarts .fanart .quad:nth-child(4) { left: 21%; }
.fanarts .fanart.thumb:not(.stock-titles) .shadow-base, .fanarts .fanart.banner:not(.stock-titles) .shadow-base, .fanarts .fanart.poster:not(.stock-titles) .shadow-base { display: none; }
.fanarts .fanart.thumb:not(.stock-titles) .titles, .fanarts .fanart.banner:not(.stock-titles) .titles, .fanarts .fanart.poster:not(.stock-titles) .titles { top: 10px; bottom: 0px; left: 0px; width: 100%; }
.fanarts .fanart.thumb:not(.stock-titles) .titles h3, .fanarts .fanart.thumb:not(.stock-titles) .titles h5, .fanarts .fanart.banner:not(.stock-titles) .titles h3, .fanarts .fanart.banner:not(.stock-titles) .titles h5, .fanarts .fanart.poster:not(.stock-titles) .titles h3, .fanarts .fanart.poster:not(.stock-titles) .titles h5 { background-color: rgb(29, 29, 29); color: rgb(255, 255, 255); font-size: 12px; display: inline-block; padding: 3px 5px; font-family: "Proxima Nova Semibold"; height: auto; margin: 5px 0px 0px; position: absolute; left: 0px; }
.fanarts .fanart.thumb:not(.stock-titles) .titles h3, .fanarts .fanart.banner:not(.stock-titles) .titles h3, .fanarts .fanart.poster:not(.stock-titles) .titles h3 { top: 20px; }
.fanarts .fanart.thumb:not(.stock-titles) .titles h5, .fanarts .fanart.banner:not(.stock-titles) .titles h5, .fanarts .fanart.poster:not(.stock-titles) .titles h5 { top: 44px; }
.quick-icons .metadata .like-item a.like.selected .icon::before { content: "î˜’"; }
.frame-wrapper::before, .frame-wrapper::after { content: " "; display: table; }
.frame-wrapper::after { clear: both; }
.frame-wrapper #date-nav::before, .frame-wrapper #date-nav::after { content: " "; display: table; }
.frame-wrapper #date-nav::after { clear: both; }
.frame-wrapper .advanced-filters .slider .noUi-handle::before, .frame-wrapper .advanced-filters .slider .noUi-handle::after { background-color: transparent; }
.users-wrapper .users::before, .users-wrapper .users::after { content: " "; display: table; }
.users-wrapper .users::after { clear: both; }
.custom-list .list-info .posters .poster-items-wrapper::before, .custom-list .list-info .posters .poster-items-wrapper::after { content: " "; display: table; }
.custom-list .list-info .posters .poster-items-wrapper::after { clear: both; }
#loading-bg { background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99999; opacity: 0; display: none; transition: all 0.5s ease 0s; }
#loading-bg .logo { color: rgb(255, 255, 255); text-align: center; line-height: 76px; width: 76px; height: 76px; position: absolute; left: 50%; top: 50%; margin: -38px 0px 0px -38px; }
#loading-bg .logo .trakt-icon-trakt { font-size: 60px; }
#loading-bottom { background-color: rgba(0, 0, 0, 0.7); position: fixed; bottom: 0px; left: 0px; width: 100%; z-index: 9999; color: rgb(255, 255, 255); text-align: center; padding: 10px 20px; font-size: 12px; text-transform: uppercase; transition: all 0.5s ease 0s; display: none; opacity: 0; }
#loading-bottom .fa { margin-right: 5px; }
#loading-bottom #loading-bottom-close { position: absolute; right: 4px; top: 8px; color: rgba(255, 255, 255, 0.3); font-size: 20px; cursor: pointer; display: none; }
.rating-hearts:not(:checked) > input { position: absolute; top: -9999px; clip: rect(0px, 0px, 0px, 0px); }
.rating-hearts:not(:checked) > label { float: right; width: 1.22em; padding: 0px 0.2em; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 20px; line-height: 1.2; color: rgb(221, 221, 221); }
.rating-hearts:not(:checked) > label::before { content: "ï€„"; font-family: "FontAwesome"; }
.rating-hearts:not(:checked) > label.rating-1:hover, .rating-hearts:not(:checked) > label.rating-1:hover ~ label { color: rgb(97, 97, 97) ! important; }
.rating-hearts:not(:checked) > label.rating-2:hover, .rating-hearts:not(:checked) > label.rating-2:hover ~ label { color: rgb(103, 91, 91) ! important; }
.rating-hearts:not(:checked) > label.rating-3:hover, .rating-hearts:not(:checked) > label.rating-3:hover ~ label { color: rgb(112, 82, 82) ! important; }
.rating-hearts:not(:checked) > label.rating-4:hover, .rating-hearts:not(:checked) > label.rating-4:hover ~ label { color: rgb(122, 71, 71) ! important; }
.rating-hearts:not(:checked) > label.rating-5:hover, .rating-hearts:not(:checked) > label.rating-5:hover ~ label { color: rgb(134, 60, 60) ! important; }
.rating-hearts:not(:checked) > label.rating-6:hover, .rating-hearts:not(:checked) > label.rating-6:hover ~ label { color: rgb(146, 47, 48) ! important; }
.rating-hearts:not(:checked) > label.rating-7:hover, .rating-hearts:not(:checked) > label.rating-7:hover ~ label { color: rgb(158, 36, 36) ! important; }
.rating-hearts:not(:checked) > label.rating-8:hover, .rating-hearts:not(:checked) > label.rating-8:hover ~ label { color: rgb(168, 25, 24) ! important; }
.rating-hearts:not(:checked) > label.rating-9:hover, .rating-hearts:not(:checked) > label.rating-9:hover ~ label { color: rgb(177, 16, 16) ! important; }
.rating-hearts:not(:checked) > label.rating-10:hover, .rating-hearts:not(:checked) > label.rating-10:hover ~ label { color: rgb(183, 10, 10) ! important; }
.popover.bottom > .arrow::after { border-bottom-color: rgb(247, 247, 247); }
body:not(.list):not(.watchlist) .grid-item { transition: all 0.5s ease 0s; }
.chosen-container .search-choice .group-name::after, .chosen-container .chosen-single .group-name::after { content: ":"; padding-left: 2px; vertical-align: top; }
@media not all, only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
}
body:not(.vip) #habla_beta_container_do_not_rely_on_div_classes_or_names, body.signed-in-vip #habla_beta_container_do_not_rely_on_div_classes_or_names { display: none; }
body.registrations, body.sessions, body.passwords, body.authorizations, body.activate { background-color: rgb(0, 0, 0); }
body.registrations header, body.registrations footer, body.registrations #main-search, body.registrations #flashes, body.sessions header, body.sessions footer, body.sessions #main-search, body.sessions #flashes, body.passwords header, body.passwords footer, body.passwords #main-search, body.passwords #flashes, body.authorizations header, body.authorizations footer, body.authorizations #main-search, body.authorizations #flashes, body.activate header, body.activate footer, body.activate #main-search, body.activate #flashes { display: none; }
.form-signin { width: 530px; padding: 15px 15px 25px; margin: 0px auto; }
.form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; }
.form-signin select.form-control:not(:focus) { box-shadow: none; }
.form-signin .form-control:focus { z-index: 2; }
.form-signin input.form-control { margin-bottom: -1px; }
.form-signin input.top { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.form-signin input.bottom { margin-bottom: 10px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.form-signin .btn-group::before, .form-signin .btn-group::after { content: " "; display: table; }
.form-signin .btn-group::after { clear: both; }
.form-signin .under-help::before, .form-signin .under-help::after { content: " "; display: table; }
.form-signin .under-help::after { clear: both; }
#auth-bg-wrapper { width: 100%; height: 100%; background-color: rgb(34, 34, 34); background-size: cover; background-position: center center; position: fixed; z-index: -1; transition: opacity 0.5s ease 0s; opacity: 0; }
#auth-bg-wrapper.bg-on { opacity: 1; }
#auth-form-wrapper, .checkin-modal { position: fixed; z-index: 10000; width: 560px; left: 45%; top: 5%; margin-left: -180px;margin-bottom: 40px; }
#auth-form-wrapper .logo-wrapper, .checkin-modal .logo-wrapper { width: 128px; height: 128px; position: absolute; left: 50%; top: -64px; margin-left: -64px; }
#auth-form-wrapper .logo-wrapper .base, .checkin-modal .logo-wrapper .base { position: absolute; border-radius: 0%; width: 118px; height: 118px; left: 5px; top: 5px; }
#auth-form-wrapper .logo-wrapper .logo, .checkin-modal .logo-wrapper .logo { position: absolute; background: transparent url('/css/bs/medium@2x-e49b0de872520f8733ec12342c585749.png') no-repeat scroll 0% 0% / 128px 128px; width: 100%; height: 100%; }
#auth-form-wrapper h1, .checkin-modal h1 { font-size: 30px; margin: 0px 0px 0px; text-align: center; font-family: "Proxima Nova Bold"; text-transform: uppercase; letter-spacing: 4px; }
#auth-form-wrapper h2, .checkin-modal h2 { text-align: center; font-family: "Varela Round","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; margin: 20px 0px 0px; }
#auth-form-wrapper h2.quote, .checkin-modal h2.quote { font-family: Georgia,"Times New Roman",Times,serif; font-style: italic; }
#auth-form-wrapper .btn-primary, .checkin-modal .btn-primary {background:rgba(0,0,0,0.5);text-transform: uppercase; font-size: 16px; font-family: "Proxima Nova Bold"; padding: 10px 16px; }
#auth-form-wrapper .auth-services .btn, .checkin-modal .auth-services .btn { margin-top: 20px; font-size: 20px; border-radius: 3px; }
#auth-form-wrapper .bottom-wrapper, .checkin-modal .bottom-wrapper { background-color: rgba(245, 98, 126,0.5); padding: 20px; text-align: center; border-radius: 0px 0px 3px 3px;}
#auth-form-wrapper .bottom-wrapper a, .checkin-modal .bottom-wrapper a { font-weight: bold; }
#auth-form-wrapper { position: absolute; }
.with-icons { margin: 30px 0px 20px; }
.with-icons .with-icon { position: relative; }
.with-icons .with-icon .icon { color: rgb(237, 28, 36); font-size: 20px; position: absolute; left: 10px; top: 12px; z-index: 10; }
.with-icons .with-icon .side-link { position: absolute; right: 10px; top: 0px; z-index: 10; font-size: 12px; line-height: 45px; }
.with-icons .with-icon input { padding-left: 40px ! important; }
#authorized-applications .row.new-app::before, #authorized-applications .row.new-app::after { content: " "; display: table; }
#authorized-applications .row.new-app::after { clear: both; }
#authorized-applications .row:not(:first-child):not(.no-border) { border-top: 1px solid rgb(238, 238, 238); padding-top: 20px; margin-top: 20px; }
body.home #ph-bubble::after, body.index #ph-bubble::after { content: ""; position: absolute; border-style: solid; border-width: 0px 15px 15px; border-color: rgb(218, 85, 47) transparent; display: block; width: 0px; z-index: 1; margin-left: -15px; top: -15px; left: 15%; }
#watching-wrapper .watching-now::before, #watching-wrapper .watching-now::after, .watching-wrapper .watching-now::before, .watching-wrapper .watching-now::after, .hero-wrapper .watching-now::before, .hero-wrapper .watching-now::after { content: " "; display: table; }
#watching-wrapper .watching-now::after, .watching-wrapper .watching-now::after, .hero-wrapper .watching-now::after { clear: both; }
#map-wrapper .stats::before, #map-wrapper .stats::after { content: " "; display: table; }
#map-wrapper .stats::after { clear: both; }
#results-top-wrapper.user-wrapper .stats-wrapper .row > div::before, #results-top-wrapper.user-wrapper .stats-wrapper .row > div::after { content: " "; display: table; }
#results-top-wrapper.user-wrapper .stats-wrapper .row > div::after { clear: both; }
#inbox-wrapper .notification-row::before, #inbox-wrapper .notification-row::after { content: " "; display: table; }
#inbox-wrapper .notification-row::after { clear: both; }
#inbox-wrapper .notification-row:not(:first-of-type) { border-top: 1px solid rgb(77, 77, 77); padding-top: 10px; margin-top: 10px; }
#ondeck-wrapper .posters .grid-item:nth-child(2n) .poster, #ondeck-wrapper .posters .grid-item:nth-child(2n) .quick-icons { border-left: medium none ! important; margin-left: 0px; }
#schedule-wrapper .schedule-episode:not(:first-of-type), body.discover #recent-comments-wrapper #recent-comments-links .schedule-episode:not(:first-of-type) { padding-top: 15px; border-top: 1px solid rgb(217, 217, 217); margin-top: 15px; }
#activity-wrapper .see-more-link:nth-child(2) .see-more { margin-right: 15px; }
body.dashboard #recommendations-wrapper .posters .grid-item:nth-child(4), body.dashboard #recommendations-wrapper .posters .grid-item:nth-child(5), body.dashboard #recommendations-wrapper .posters .grid-item:nth-child(6), body.dashboard #recommendations-wrapper .posters .grid-item:nth-child(7), body.dashboard #recommendations-wrapper .posters .grid-item:nth-child(8), body.dashboard #recommendations-wrapper .posters .grid-item:nth-child(9), body.dashboard #recommendations-wrapper .posters .grid-item:nth-child(10), body.dashboard #recommendations-wrapper .fanarts .grid-item:nth-child(4), body.dashboard #recommendations-wrapper .fanarts .grid-item:nth-child(5), body.dashboard #recommendations-wrapper .fanarts .grid-item:nth-child(6), body.dashboard #recommendations-wrapper .fanarts .grid-item:nth-child(7), body.dashboard #recommendations-wrapper .fanarts .grid-item:nth-child(8), body.dashboard #recommendations-wrapper .fanarts .grid-item:nth-child(9), body.dashboard #recommendations-wrapper .fanarts .grid-item:nth-child(10) { display: none; }
#summary-wrapper.slim .comment-stats .interactions a:not(:first-child) { margin-left: 15px; }
#summary-wrapper.slim .comment-stats .interactions .like.selected .trakt-icon::before { content: "î˜’"; }
#info-wrapper .sidebar .poster .quad:nth-child(3) { left: 50%; }
#info-wrapper .sidebar .poster .quad:nth-child(4) { top: 50%; }
#info-wrapper .sidebar .poster .quad:nth-child(5) { top: 50%; left: 50%; }
ul.lists li::before, ul.lists li::after { content: " "; display: table; }
ul.lists li::after { clear: both; }
ul.lists li.selected .icon::before { content: "î˜¶"; }
ul.lists li.spinner .icon::before { content: "ï€¡"; font-family: "FontAwesome"; }
#seasons-episodes-sortable .episode-stats a:not(:first-child) { margin-left: 15px; }
.summary-activity .tabs::before, .summary-activity .tabs::after { content: " "; display: table; }
.summary-activity .tabs::after { clear: both; }
.summary-activity .tabs .tab::before, .summary-activity .tabs .tab::after { content: " "; display: table; }
.summary-activity .tabs .tab::after { clear: both; }
.summary-activity .tabs .tab:not(:first-child) { border-left: medium none; }
#cover-wrapper #avatar-wrapper .buttons .remove .trakt-icon::before { content: "î˜„"; }
.subnav-wrapper::before, .subnav-wrapper::after { content: " "; display: table; }
.subnav-wrapper::after { clear: both; }
#boxes-wrapper .row .stats > div::before, #boxes-wrapper .row .stats > div::after { content: " "; display: table; }
#boxes-wrapper .row .stats > div::after { clear: both; }
#progress-wrapper .row .main-info .seasons .episodes::before, #progress-wrapper .row .main-info .seasons .episodes::after { content: " "; display: table; }
#progress-wrapper .row .main-info .seasons .episodes::after { clear: both; }
#progress-wrapper.watched .episode.other a .trakt-icon-delete::before { content: "î˜…"; }
#progress-wrapper.collected .episode.other a .trakt-icon-delete::before { content: "î˜"; }
#user-comments .row::before, #user-comments .row::after { content: " "; display: table; }
#user-comments .row::after { clear: both; }
.noUi-handle::before, .noUi-handle::after { content: ""; display: block; position: absolute; height: 14px; width: 1px; background: rgb(232, 231, 230) none repeat scroll 0% 0%; left: 14px; top: 6px; }
.noUi-handle::after { left: 17px; }
.noUi-vertical .noUi-handle::before, .noUi-vertical .noUi-handle::after { width: 14px; height: 1px; left: 6px; top: 14px; }
.noUi-vertical .noUi-handle::after { top: 17px; }
#watching-wrapper.kale-header .vip-buttons::before, #watching-wrapper.kale-header .vip-buttons::after, .kale-thanks-header .vip-buttons::before, .kale-thanks-header .vip-buttons::after { content: " "; display: table; }
#watching-wrapper.kale-header .vip-buttons::after, .kale-thanks-header .vip-buttons::after { clear: both; }
#watching-wrapper.kale-header .kale-details .plan-options-text-wrapper::before, #watching-wrapper.kale-header .kale-details .plan-options-text-wrapper::after, .kale-thanks-header .kale-details .plan-options-text-wrapper::before, .kale-thanks-header .kale-details .plan-options-text-wrapper::after { content: " "; display: table; }
#watching-wrapper.kale-header .kale-details .plan-options-text-wrapper::after, .kale-thanks-header .kale-details .plan-options-text-wrapper::after { clear: both; }
#watching-wrapper.kale-header .kale-details .plan-options::before, #watching-wrapper.kale-header .kale-details .plan-options::after, .kale-thanks-header .kale-details .plan-options::before, .kale-thanks-header .kale-details .plan-options::after { content: " "; display: table; }
#watching-wrapper.kale-header .kale-details .plan-options::after, .kale-thanks-header .kale-details .plan-options::after { clear: both; }
#kale-slider .noUi-handle::before, #kale-slider .noUi-handle::after { background-color: transparent; }
body.vip.stats #vip-stats .wrapper::before, body.vip.stats #vip-stats .wrapper::after { content: " "; display: table; }
body.vip.stats #vip-stats .wrapper::after { clear: both; }
.new-comment-wrapper .under-help::before, .new-comment-wrapper .under-help::after { content: " "; display: table; }
.new-comment-wrapper .under-help::after { clear: both; }
.new-comment-wrapper .under-help .checkboxes .btn-group::before, .new-comment-wrapper .under-help .checkboxes .btn-group::after { content: " "; display: table; }
.new-comment-wrapper .under-help .checkboxes .btn-group::after { clear: both; }
.new-comment-wrapper .under-help .checkboxes .btn-group .btn .fa::before { font-family: "trakt"; content: "î˜„"; }
.new-comment-wrapper .under-help .checkboxes .btn-group .btn.active .fa::before { content: "î˜‚" ! important; }
.comment-wrapper .above-comment::before, .comment-wrapper .above-comment::after { content: " "; display: table; }
.comment-wrapper .above-comment::after { clear: both; }
.comment-wrapper .interactions a:not(:first-child), #main-comment .interactions a:not(:first-child) { margin-left: 15px; }
.comment-wrapper .interactions .like.selected .trakt-icon::before, #main-comment .interactions .like.selected .trakt-icon::before { content: "î˜’"; }
body.comments .comment-wrapper:not(.reply), body.comments_liked .comment-wrapper:not(.reply), body.comments_episode .comment-wrapper:not(.reply), body.comments_season .comment-wrapper:not(.reply) { margin-bottom: 20px; }
body.settings #social-connections .btn.connected:hover .fa::before, body.authorized_applications #social-connections .btn.connected:hover .fa::before, body.applications #social-connections .btn.connected:hover .fa::before, body.widgets #social-connections .btn.connected:hover .fa::before { content: "î˜„"; }
body.discover .popular-lists-wrapper::before, body.discover .popular-lists-wrapper::after { content: " "; display: table; }
body.discover .popular-lists-wrapper::after { clear: both; }
body.discover .popular-items-wrapper .ranks.left::before, body.discover .popular-items-wrapper .ranks.left::after { content: " "; display: table; }
body.discover .popular-items-wrapper .ranks.left::after { clear: both; }
#year-in-review .most-played-items::before, #year-in-review .most-played-items::after { content: " "; display: table; }
#year-in-review .most-played-items::after { clear: both; }
#year-in-review .main-stats-page .watched-stats .stat:not(:last-child)::after { content: ""; }
#year-in-review .watched-stats::before, #year-in-review .watched-stats::after { content: " "; display: table; }
#year-in-review .watched-stats::after { clear: both; }
#year-in-review .watched-stats .stat:not(:last-child)::after { content: "â†’"; position: absolute; top: 0px; right: -10px; font-size: 32px; color: rgb(85, 85, 85); }
.genre-bars .bar:nth-child(1), .genre-bars .bar:nth-child(12) { background-color: rgb(204, 51, 63); }
.genre-bars .bar:nth-child(1) label, .genre-bars .bar:nth-child(12) label { border-color: rgb(204, 51, 63); }
.genre-bars .bar:nth-child(2), .genre-bars .bar:nth-child(13) { background-color: rgb(0, 160, 176); }
.genre-bars .bar:nth-child(2) label, .genre-bars .bar:nth-child(13) label { border-color: rgb(0, 160, 176); }
.genre-bars .bar:nth-child(3), .genre-bars .bar:nth-child(14) { background-color: rgb(235, 104, 65); }
.genre-bars .bar:nth-child(3) label, .genre-bars .bar:nth-child(14) label { border-color: rgb(235, 104, 65); }
.genre-bars .bar:nth-child(4), .genre-bars .bar:nth-child(15) { background-color: rgb(106, 74, 60); }
.genre-bars .bar:nth-child(4) label, .genre-bars .bar:nth-child(15) label { border-color: rgb(106, 74, 60); }
.genre-bars .bar:nth-child(5), .genre-bars .bar:nth-child(16) { background-color: rgb(237, 201, 81); }
.genre-bars .bar:nth-child(5) label, .genre-bars .bar:nth-child(16) label { border-color: rgb(237, 201, 81); }
.genre-bars .bar:nth-child(6), .genre-bars .bar:nth-child(17) { background-color: rgb(171, 62, 91); }
.genre-bars .bar:nth-child(6) label, .genre-bars .bar:nth-child(17) label { border-color: rgb(171, 62, 91); }
.genre-bars .bar:nth-child(7), .genre-bars .bar:nth-child(18) { background-color: rgb(179, 204, 87); }
.genre-bars .bar:nth-child(7) label, .genre-bars .bar:nth-child(18) label { border-color: rgb(179, 204, 87); }
.genre-bars .bar:nth-child(8), .genre-bars .bar:nth-child(19) { background-color: rgb(239, 116, 111); }
.genre-bars .bar:nth-child(8) label, .genre-bars .bar:nth-child(19) label { border-color: rgb(239, 116, 111); }
.genre-bars .bar:nth-child(9), .genre-bars .bar:nth-child(20) { background-color: rgb(62, 65, 71); }
.genre-bars .bar:nth-child(9) label, .genre-bars .bar:nth-child(20) label { border-color: rgb(62, 65, 71); }
.genre-bars .bar:nth-child(10), .genre-bars .bar:nth-child(21) { background-color: rgb(255, 190, 64); }
.genre-bars .bar:nth-child(10) label, .genre-bars .bar:nth-child(21) label { border-color: rgb(255, 190, 64); }
.genre-bars .bar:nth-child(11), .genre-bars .bar:nth-child(22) { background-color: rgb(123, 59, 59); }
.genre-bars .bar:nth-child(11) label, .genre-bars .bar:nth-child(22) label { border-color: rgb(123, 59, 59); }
.genre-bars .bar:nth-child(1) { border-left: 0px none; }
.genre-bars .bar:nth-child(2n) label { top: 30px; bottom: auto; padding-top: 4px; padding-bottom: 0px; }
.genre-bars.rows .bar:nth-child(2n) label { top: auto; bottom: 30px; padding-top: 2px; padding-bottom: 2px; }
.hide-spoiler:not([data-screenshot]):not(.real) { filter: blur(8px); cursor: pointer; }
.hide-spoiler.visible:not([data-screenshot]):not(.real) { transition: all 0.5s ease 0s; filter: blur(0px); }
@media not all, only screen and (min-resolution: 2dppx) {
}


#auth-form-wrapper .btn-primary, .checkin-modal .btn-primary {
    background: rgba(60, 56, 56, 0.8);
}
#auth-form-wrapper .bottom-wrapper, .checkin-modal .bottom-wrapper {
    background-color: rgba(0, 8, 255, 0.5);
}
