* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
}
a {
    color: rgb(25, 100, 180);
    cursor: pointer;
    text-decoration: none;
}
ul, p {
    margin: 0;
    padding: 0;
}
a:hover {
    color: #000;
}
a img {
    border: medium none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 4px 4px -4px rgba(0, 0, 0, 0.3) inset;
    color: #5e5e5e;
    font-family: Arial,sans-serif;
    font-size: 12px;
    margin-left: 2px;
    padding: 3px 5px;
}
label {
    margin-left: 6px;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
}
.clear {
    clear: both;
}
.errors {
    margin-top: 10px;
}
.errors > li {
    background: url("/img/icons/error.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    list-style: outside none none;
    padding: 1px 20px;
}
#footer, .push {
    height: 61px;
}
.wrapper {
    background: rgb(230,240,243); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(230,240,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(230,240,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(230,240,243,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(230,240,243,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(230,240,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: auto !important;
    margin: 0 auto -61px;
    min-height: 100%;
}
#topBar {
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    margin: auto;
    min-width: 320px;
    text-align: center;
    width: 100%;
}
#topBar > div {
    margin: 0 auto;
    max-width: 1075px;
    padding: 4px;
    position: relative;
    width: 100%;
}
#topBar input {
    border: 1px solid #c7d8e3;
}
#topBar a, #topBar {
    color: #585959;
}
#topBar a {
    font-weight: bold;
}
#topBar .space {
    display: inline-block;
    width: 55px;
}
#logo {
    background: url("/img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -153px;
    display: block;
    height: 153px;
    position: absolute;
    right: calc(100% / 2 - 207.5px);
    width: 415px;
}
#topSearch {
    position: absolute;
    right: calc(100% / 2 + 160px);
    top: 85px;
}
#topSearch input {
    border: 1px solid #c9c9c9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 19px;
    transition: width 0.5s ease 0s;
    width: 140px;
}
#topSearch input:focus {
    width: 244px;
}
#topSearch button {
    background: url("/img/icons/search.png") no-repeat scroll 50% 50% / 17px auto #ebebeb;
    border: 1px solid #c9c9c9;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    height: 27px;
    margin-right: -3px;
    vertical-align: top;
    width: 24px;
}
#topSearch button:hover {
    box-shadow: 0 1px 3px rgb(206, 206, 206);
}
#topSearch .autoComplete {
    text-align: start;
    width: 244px;
}
#header {
    background: none repeat scroll 0 0 #cae1e4;
    border-radius: 12px;
    margin: 92px auto 0;
    max-width: 1075px;
    min-width: 320px;
    width: 100%;
}
#header > div {
    padding: 7px;
    position: relative;
}
#menu {
    display: table;
}
#menu .right, #menu .left, #menu ul {
    display: table-cell;
    height: 45px;
    padding: 0;
    vertical-align: top;
}
#menu ul {
    background: url("/img/menu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    list-style: outside none none;
    width: 100%;
}
#menu > ul > li {
    display: inline-block;
    height: 100%;
    line-height: 43px;
    margin: 0 23px;
    position: relative;
    z-index: 1;
}
#menu > ul > li.end-right {
    margin-left: 165px;
}
#menu > ul > li > a {
    color: #f4f4f4;
    display: block;
    font-size: 16px;
    text-align: center;
    text-shadow: 0 1px 6px #000;
    width: 56px;
}
#menu > ul > li > a:hover, #menu > ul > li > a.selected {
    background: url("/img/menuHover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-radius: 21px;
    color: #1a818d;
    font-size: 13px;
    text-shadow: none;
}
#menu > .right {
    background: url("/img/menuRight.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#menu > .left {
    background: url("/img/menuLeft.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#menu > .right > div, #menu > .left > div {
    width: 10px;
}
#bottomMenu {
    display: table;
    text-align: center;
}
#bottomMenu .right, #bottomMenu .left, #bottomMenu ul {
    display: table-cell;
    height: 24px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
#bottomMenu ul {
    background: url("/img/bottomMenu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 19px;
    list-style: outside none none;
    width: 100%;
}
#bottomMenu ul > li {
    color: #1a1a1a;
    display: inline;
}
#bottomMenu ul > li.separator {
    margin: 0 20px;
}
#bottomMenu ul > li > a {
    color: #1a1a1a;
}
#bottomMenu > .right {
    background: url("/img/bottomMenu_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#bottomMenu > .left {
    background: url("/img/bottomMenu_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#bottomMenu > .right > div, #bottomMenu > .left > div {
    width: 10px;
}
.recommended {
    list-style: outside none none;
    overflow: hidden;
    text-align: center;
}
.recommended li {
    display: inline-block;
    margin: -2px;
    position: relative;
    width: 16.6% !important;
}
.recommended li img, .recommended li {
    max-height: 240px;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    height: 100vh;
}
.favoriteContent .recommended li img, .favoriteContent .recommended li {
    height: 175px;
    width: 114px;
}
.recommended li.big {
    width: 305px;
}
.recommended li.big img {
    width: 305px;
}
.recommended li .text {
    bottom: 0;
    height: 230px;
    left: 0;
    margin: auto;
    max-width: 158px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 300ms ease 0s;
    width: 100%;
}
.recommended li .text:hover {
    height: 240px;
    opacity: 0.8;
}
.recommended li .text > span {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #ccc;
    left: 0;
    margin: auto;
    padding: 24px 11px 11px;
    position: absolute;
    right: 0;
    transition: all 500ms ease 0s;
}
#news {
    background: none repeat scroll 0 0 #ebebeb;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 9px 16px;
    max-width: 1042px;
    min-width: 320px;
    margin: 11px auto 8px;
}
#downloadBoxes .text {
    bottom: 0;
    height: 407px;
    left: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 300ms ease 0s;
}
#downloadBoxes .text:hover {
    height: 230px;
    opacity: 0.8;
}
#downloadBoxes .text > span {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #ccc;
    left: 0;
    margin: 0 7px;
    max-height: 185px;
    overflow: hidden;
    padding: 11px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    transition: all 500ms ease 0s;
    white-space: pre-line;
}
#container {
    margin: 10px auto 0;
    max-width: 1075px;
    min-width: 320px;
    padding-bottom: 24px;
    position: relative;
    width: 100%;
}
#right, #left {
    display: inline-block;
    vertical-align: top;
}
#right {
    width: 67%;
}
#left {
    margin-right: -4px;
    width: 33%;
}
#likeBox {
    height: 312px;
    margin-bottom: 8px;
    margin-right: 12px;
}
form#search {
    background: url("/img/searchBg.png") repeat-x scroll center bottom #e1a005;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
form#search input[type="text"] {
    width: 235px;
}
form#search button {
    padding: 2px 10px;
}
#advancedSearch {
    background: none repeat scroll 0 0 #ebebeb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 3px -1px #333;
    padding: 6px;
}
#categories {
    background: linear-gradient(to right, rgba(189, 217, 221, 0) 0%, rgba(189, 217, 221, 1) 25%, rgba(189, 217, 221, 1) 75%, rgba(233, 242, 244, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    list-style: outside none none;
    text-align: center;
}
#categories li {
    color: #343434;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    line-height: 22px;
    text-align: center;
    width: 72px;
}
#categories li:hover:not(.separator), #categories li.selected {
    background: none repeat scroll 0 0 #e7f1f4;
    font-weight: bold;
}
#categories li.separator {
    cursor: auto;
    width: 20px;
}
#downloads * {
    overflow: hidden;
}
.download {
    background: rgb(208,208,208); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(208,208,208,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,208,208,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(208,208,208,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(208,208,208,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(208,208,208,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(208,208,208,1) 0%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    margin-top: 5px;
    overflow: hidden;
}
.download img, .download .content {
    display: inline-block;
    height: 130px;
    vertical-align: top;
}
.download img {
    width: 15%;
}
.download .content {
    position: relative;
    width: 85%;
}
.download .text {
    color: #434343;
    max-height: 77px;
    padding: 3px 8px;
}
.download .text a, .download .text .tag, .download .text b {
    color: #1d1d1d;
    font-size: 11px;
}
.download .bottom, .orangeBar {
    background: #e1a706; /* Old browsers */
    background: -moz-linear-gradient(top, #e1a706 0%, #df6c02 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1a706), color-stop(98%,#df6c02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1a706 0%,#df6c02 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1a706 0%,#df6c02 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1a706 0%,#df6c02 98%); /* IE10+ */
    background: linear-gradient(to bottom, #e1a706 0%,#df6c02 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a706', endColorstr='#df6c02',GradientType=0 ); /* IE6-9 */
    height: 19px;
    line-height: 20px;
}

.download .orangeBar {
    display: inline-block;
    height: auto;
    line-height: normal;
    margin: 2px 0;
    vertical-align: middle;
}
.orangeBar.link {
    cursor: pointer;
    padding: 1px 11px;
}
.blueBar {
    background: rgb(44,150,155); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44,150,155,1) 0%, rgba(7,50,85,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,150,155,1)), color-stop(100%,rgba(7,50,85,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(44,150,155,1) 0%,rgba(7,50,85,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(44,150,155,1) 0%,rgba(7,50,85,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(44,150,155,1) 0%,rgba(7,50,85,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(44,150,155,1) 0%,rgba(7,50,85,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c969b', endColorstr='#073255',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
}
.download .bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.download .bottom p {
    padding-right: 18px;
}
.download .bottom b {
    color: #000;
}
.download .bottom a, .download .bottom {
    color: rgb(31, 31, 31);
    font-size: 11px;
    overflow: hidden;
}
.download .title {
    background: url("/img/downloadTitle.png") repeat-x scroll 0 0 #104a66;
    height: 22px;
    line-height: 19px;
    overflow: auto;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download .title h4, .download .title a {
    color: #fff;
    display: inline;
    font-size: 13px;
}
.gradientContent {
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(208,208,208,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(208,208,208,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(208,208,208,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
}
.ban {
    margin: 2px 6px;
    padding: 0 1px;
    vertical-align: top;
}
#likeBox h4, .siderBar h4 {
    background: url("/img/downloadTitle.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    height: 22px;
    line-height: 19px;
    text-align: center;
}
#footer {
    background: rgb(233,242,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(233,242,244,1) 0%, rgba(202,225,228,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,242,244,1)), color-stop(100%,rgba(202,225,228,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(233,242,244,1) 0%,rgba(202,225,228,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(233,242,244,1) 0%,rgba(202,225,228,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(233,242,244,1) 0%,rgba(202,225,228,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(233,242,244,1) 0%,rgba(202,225,228,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f4', endColorstr='#cae1e4',GradientType=0 ); /* IE6-9 */
}
#footer .content {
    height: 100%;
    margin: 0 auto;
    max-width: 1075px;
    position: relative;
    text-align: center;
    width: 100%;
}
#footerStrangeThing {
    background: none repeat scroll 0 0 #fff;
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#footer .content .text {
    bottom: 0;
    color: #343434;
    font-size: 14px;
    height: 40px;
    position: absolute;
    right: 0;
    vertical-align: bottom;
    width: 100%;
}
#footer .content .text img {
    margin-bottom: -5px;
    vertical-align: bottom;
}
.tag {
    padding: 1px 4px;
}
#content {
    padding: 0 18px;
}
.form label {
    display: inline-block;
    margin: 8px 0;
    width: 100px;
}
.form input[type="text"], .form input[type="email"], form.form input[type="password"] {
    width: 165px;
}
#register .right, #register .left {
    display: inline-block;
    vertical-align: middle;
}
#register .right {
    border-left: 1px solid rgb(209, 209, 209);
    width: 350px;
}
#register .left {
    padding: 0 17px;
    text-align: center;
    width: 450px;
}
#captcha {
    vertical-align: middle;
    width: 55px;
}
input[name="agree"] {
    margin-left: 6px;
    margin-top: -3px;
    vertical-align: middle;
}
#addContent {
    display: none;
}
input[type="radio"] {
    margin-left: 4px;
    margin-top: -3px;
    vertical-align: middle;
}
#add textarea {
    font-family: Tahoma;
    font-size: 11px;
    height: 66px;
    margin: 0;
    max-width: 426px;
    padding: 4px 6px;
    width: 426px;
}
#qualities1, #qualities2, #qualities3, #qualities4 {
    direction: ltr;
    display: inline-block;
    list-style: outside none none;
    vertical-align: middle;
}
#filters {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    display: none;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 23px;
    width: 530px;
    z-index: 99;
}
#filters, #downloadBox {
    background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(179,179,179,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(100%,rgba(179,179,179,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(179,179,179,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(179,179,179,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(179,179,179,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(179,179,179,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#00b3b3b3',GradientType=0 ); /* IE6-9 */
}
#filters fieldset, #filters legend {
    background: none repeat scroll 0 0 #ebebeb;
    border: 1px solid #dbdbdb;
}
#filters fieldset {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 10px 6px;
}
#filters legend {
    border-radius: 4px;
    margin: 0 15px;
    padding: 2px 8px;
}
#filters input[type="checkbox"] {
    margin: -3px 4px 0;
    vertical-align: middle;
}
fieldset > div > label {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 10px;
    width: 25%;
}
#downloadBox {
    padding: 7px;
}
#downloadBoxes {
    list-style: outside none none;
    text-align: center;
}
#filter {
    padding: 0 8px 13px;
}
.downloadBox {
    display: inline-block;
    height: 300px;
    text-align: center;
    vertical-align: top;
    width: 170px;
}
.downloadBox .title {
}
.downloadBox h3 {
    color: #111;
    font-size: 13px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.downloadBox h4 {
    color: #222;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.downloadBox img {
    height: 230px;
    vertical-align: top;
    width: 155px;
}
.versions {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 92%;
    z-index: 1;
}
.versions, .versions ul {
    list-style: outside none none;
}
.versions li {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 0 6px 6px;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.versions li a {
    color: #000;
    display: block;
    padding: 4px;
}
.versions li a:hover {
    background: none repeat scroll 0 0 #ebebeb;
    padding: 4px;
}
.versions > li.first a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.versions > li:not(.first) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 20px;
    box-shadow: 0 -29px 85px -15px gray;
    display: none;
    position: absolute;
    right: 0;
}
#loadMore {
    display: block;
    margin: 0 auto;
    padding: 4px 6px;
    text-align: center;
    width: 100%;
}
div#title {
    background: rgb(44,150,155); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44,150,155,1) 0%, rgba(7,50,85,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,150,155,1)), color-stop(100%,rgba(7,50,85,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(44,150,155,1) 0%,rgba(7,50,85,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(44,150,155,1) 0%,rgba(7,50,85,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(44,150,155,1) 0%,rgba(7,50,85,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(44,150,155,1) 0%,rgba(7,50,85,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c969b', endColorstr='#073255',GradientType=0 ); /* IE6-9 */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
    padding: 2px;
}
div#title > h1, div#title > h2 {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 0 6px;
}
div#title span, div#title a {
    color: #fff;
}
#sort-by {
    display: inline-block;
    list-style: outside none none;
}
#sort-by > li {
    display: inline-block;
}
#sort-by > li > a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgb(209, 209, 209);
    color: #000;
    padding: 5px;
}
#sort-by > li > a.active {
    box-shadow: 0 0 7px rgb(180, 180, 180) inset;
}
#sort-by > li > a.asc::before {
    content: "▲";
    font-size: 80%;
}
#sort-by > li > a.desc::before {
    content: "▼";
}
#itemContent {
    background: rgb(7,50,85); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(7,50,85,1) 0%, rgba(246,246,246,1) 0%, rgba(208,208,208,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,50,85,1)), color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(7,50,85,1) 0%,rgba(246,246,246,1) 0%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(7,50,85,1) 0%,rgba(246,246,246,1) 0%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(7,50,85,1) 0%,rgba(246,246,246,1) 0%,rgba(208,208,208,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(7,50,85,1) 0%,rgba(246,246,246,1) 0%,rgba(208,208,208,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073255', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
    position: relative;
}
#imageBlock {
    display: inline-block;
}
#imageBlock, #imageBlock > img {
    width: 19%;
    width: calc(158px);
}
#imageBlock > img {
    width: 100%;
}
#imageBlock button#downloadButton {
    background: #e1a706; /* Old browsers */
    background: -moz-linear-gradient(top, #e1a706 0%, #df6c02 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1a706), color-stop(98%,#df6c02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1a706 0%,#df6c02 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1a706 0%,#df6c02 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1a706 0%,#df6c02 98%); /* IE10+ */
    background: linear-gradient(to bottom, #e1a706 0%,#df6c02 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a706', endColorstr='#df6c02',GradientType=0 ); /* IE6-9 */
    border-color: rgb(223, 114, 2);
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    padding: 2px;
    width: 100%;
}
#imageBlock button:hover {
    box-shadow: 0 0 2px gray;
}
#imageBlock button {
    background: #eae9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #eae9e9 0%, #d0d0d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae9e9), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eae9e9 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eae9e9 0%,#d0d0d0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eae9e9 0%,#d0d0d0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eae9e9 0%,#d0d0d0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9e9', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
    border-color: rgb(212, 212, 212);
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 12px;
    margin: 0.5px 0;
    outline: medium none;
    padding: 2px;
    width: 100%;
}
#imageBlock button:active {
    padding-right: 5px;
}
#detailsBlock {
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    vertical-align: top;
    width: 81%;
    width: calc(100% - 158px);
}
#detailsBlock > ul {
    list-style: outside none none;
}
#detailsBlock > ul > li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgb(197, 197, 197);
    border-radius: 6px;
    display: inline-block;
    margin: 4px 2px;
    padding: 2px 4px;
}
#detailsBlock > ul > li > span {
    color: #000;
}
#detailsBlock > ul > li.edit {
    background: none repeat scroll 0 0 rgb(72, 115, 226);
    border-color: rgb(43, 82, 184);
}
#detailsBlock > ul > li.edit > a {
    color: #fff;
}
#detailsBlock > ul > li.addRelease {
    background: none repeat scroll 0 0 rgb(93, 226, 93);
    border-color: rgb(27, 184, 27);
}
#detailsBlock > ul > li.delete {
    background: none repeat scroll 0 0 rgb(240, 0, 0);
    border-color: rgb(151, 32, 32);
}
#detailsBlock > ul > li.delete > a {
    color: #fff;
}
#imdbRating {
    background: url("/img/icons/star.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 46px;
    left: 13px;
    line-height: 48px;
    margin: 0 !important;
    position: absolute;
    text-align: center;
    top: -9px;
    width: 46px;
}
#imdbRating > img {
    margin: -4px;
}
#movieFooter {
    bottom: 0;
    display: block;
    height: 20px;
    left: 0;
    padding: 13px;
    position: absolute;
    right: 158px;
}
#box, #importantMessage {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.91);
    border-radius: 10px;
    bottom: 0;
    box-shadow: 0 0 6px -2px rgb(48, 48, 48);
    display: none;
    height: 366px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    max-width: 619px;
    z-index: 11;
}
#boxContainer, .boxContainer {
    height: 100%;
    position: relative;
    width: 100%;
}
#boxBg, #boxBgImportant {
    background: none repeat scroll 0 0 #2b2b2b;
    height: 100%;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
#boxBg {
    display: none;
}
#box h1 {
    padding: 13px 29px;
}
#box p {
    padding: 0 29px;
}
#box .close, .boxContainer .close{
    background: url("/img/icons/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 48px;
    left: -19px;
    position: absolute;
    top: -16px;
    width: 48px;
}
.season .episodes, .episodes .releases {
    cursor: default;
    display: none;
}
.season, .episodes {
    list-style: outside none none;
}
.season > li {
    background: rgb(235,235,235); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(219,219,219,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(219,219,219,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(219,219,219,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    border: 1px solid #cecece;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 0 4px rgb(228, 228, 228);
    color: #2e2e2e;
    cursor: pointer;
    margin-top: 5px;
    padding: 4px 6px;
}
.episodes > li {
    padding: 5px;
    position: relative;
}
.episodes h4 {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 1px 17px;
    transition: all 0.2s ease 0s;
}
.episodes h4.bookmark {
    background: none repeat scroll 0 0 #fffbc6;
}
.episodes h4:hover, .episodes h4.bookmark:hover {
    background: none repeat scroll 0 0 #333;
    color: #fff;
}
.removeBookmark {
    cursor: pointer;
    background: url("/img/icons/remove-bookmark.png?v=1.0.0") no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-right: 5px;
}
.releases {
    background: none repeat scroll 0 0 #fdfdfd;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    list-style: outside none none;
    margin: 7px 0;
    padding: 4px 7px;
}
.releases .button {
    border-radius: 6px;
    cursor: pointer;
    float: left;
    font-size: 11px;
    outline: medium none;
    padding: 3px 20px 3px 7px;
}
.releases .button.downloadBtn {
    background: url("/img/icons/download.png") no-repeat scroll right 11% center #eae9e9; /* Old browsers */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -moz-linear-gradient(top, #eae9e9 0%, #dddddd 100%); /* FF3.6+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae9e9), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -webkit-linear-gradient(top, #eae9e9 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -o-linear-gradient(top, #eae9e9 0%,#dddddd 100%); /* Opera 11.10+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -ms-linear-gradient(top, #eae9e9 0%,#dddddd 100%); /* IE10+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, linear-gradient(to bottom, #eae9e9 0%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9e9', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgb(191, 191, 191);
    color: #000;
}
.releases .button.downloadBtn:hover {
    background: url("/img/icons/download.png") no-repeat scroll right 11% center #a7cbd8; /* Old browsers */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -moz-linear-gradient(top, #a7cbd8 0%, #71b8d3 100%); /* FF3.6+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cbd8), color-stop(100%,#71b8d3)); /* Chrome,Safari4+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -webkit-linear-gradient(top, #a7cbd8 0%,#71b8d3 100%); /* Chrome10+,Safari5.1+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -o-linear-gradient(top, #a7cbd8 0%,#71b8d3 100%); /* Opera 11.10+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, -ms-linear-gradient(top, #a7cbd8 0%,#71b8d3 100%); /* IE10+ */
    background: url("/img/icons/download.png") no-repeat scroll right 11% center, linear-gradient(to bottom, #a7cbd8 0%,#71b8d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cbd8', endColorstr='#71b8d3',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgb(70, 158, 220);
}
.releases .button.watchBtn {
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center #eae9e9; /* Old browsers */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -moz-linear-gradient(top, #eae9e9 0%, #dddddd 100%); /* FF3.6+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae9e9), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -webkit-linear-gradient(top, #eae9e9 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -o-linear-gradient(top, #eae9e9 0%,#dddddd 100%); /* Opera 11.10+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -ms-linear-gradient(top, #eae9e9 0%,#dddddd 100%); /* IE10+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, linear-gradient(to bottom, #eae9e9 0%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9e9', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgb(191, 191, 191);
    color: #000;
    margin-left: 4px;
    padding-right: 23px;
}
.releases .button.watchBtn:hover {
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center #a7cbd8; /* Old browsers */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -moz-linear-gradient(top, #a7cbd8 0%, #71b8d3 100%); /* FF3.6+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cbd8), color-stop(100%,#71b8d3)); /* Chrome,Safari4+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -webkit-linear-gradient(top, #a7cbd8 0%,#71b8d3 100%); /* Chrome10+,Safari5.1+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -o-linear-gradient(top, #a7cbd8 0%,#71b8d3 100%); /* Opera 11.10+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, -ms-linear-gradient(top, #a7cbd8 0%,#71b8d3 100%); /* IE10+ */
    background: url("/img/icons/watch.png") no-repeat scroll right 11% center, linear-gradient(to bottom, #a7cbd8 0%,#71b8d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cbd8', endColorstr='#71b8d3',GradientType=0 ); /* IE6-9 */border: 1px solid rgb(70, 158, 220);
}
.releases .button.delete {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    border-color: rgb(187, 57, 57);
    color: #fff;
    margin-left: 4px;
    padding-right: 12px;
}
.releases li {
    padding: 6px;
}
.releases li:nth-child(2n) {
    background: none repeat scroll 0 0 #ebebeb;
}
.releases .links {
    display: none;
}
.siderBar {
    margin-bottom: 6px;
    margin-right: 12px;
}
.siderBar .images {
    list-style: outside none none;
    text-align: center;
}
.siderBar .images li {
    display: inline-block;
    width: 33.3333%;
}
.siderBar .images li img {
    max-height: 134px;
    vertical-align: top;
    width: 100%;
}
.siderBar .images li img:hover {
    box-shadow: 0 0 4px rgb(0, 0, 0);
}
.chooseCategory label:not(.first) {
    background: none repeat scroll 0 0 #ebebeb;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    cursor: pointer;
    display: inline;
    padding: 4px;
}
.chooseCategory label:not(.first) input {
    cursor: pointer;
}
.textBouble {
    background: none repeat scroll 0 0 #35b0e0;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    padding: 6px 3px;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 10;
}
.lastComments {
    list-style: outside none none;
    padding: 4px;
}
.lastComments h5 {
    font-size: 12px;
}
.lastComments.gradientContent > li {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 5px;
    box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.4);
    margin: 1em;
    padding: 1em;
    word-wrap: break-word;
}
#reset {
    margin-right: -18px;
    position: relative;
}
.pages {
    font-size: 14px;
}
.pages a.active {
    color: #000;
    cursor: auto;
}
#bottomOptions {
    border-spacing: 2px;
    list-style: outside none none;
    margin-top: 7px;
    text-align: center;
}
#bottomOptions li {
    background: #2c969b; /* Old browsers */
    background: -moz-linear-gradient(top, #2c969b 0%, #073255 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c969b), color-stop(100%,#073255)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2c969b 0%,#073255 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2c969b 0%,#073255 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2c969b 0%,#073255 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2c969b 0%,#073255 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c969b', endColorstr='#073255',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgb(7, 50, 85);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 1px;
    padding: 3px 0;
    position: relative;
    text-align: center;
    width: 19%;
    width: calc(25% - 5px);
}
#bottomOptions li:hover, #bottomOptions li.active {
    background: #073255; /* Old browsers */
    background: -moz-linear-gradient(top, #073255 0%, #2c969b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#073255), color-stop(100%,#2c969b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #073255 0%,#2c969b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #073255 0%,#2c969b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #073255 0%,#2c969b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #073255 0%,#2c969b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073255', endColorstr='#2c969b',GradientType=0 ); /* IE6-9 */
}
#bottomOptions li img {
    margin: -2px 0 0 5px;
    vertical-align: middle;
}
#bottomOptions li.thumbsUp span, #bottomOptions li.thumbsDown span {
    font-size: 11px;
}
.autoComplete {
    background: none repeat scroll 0 0 #fff;
    border-color: #d9d9d9 #ccc #ccc;
    border-image: none;
    border-radius: 5px 0 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #000;
    display: none;
    list-style: outside none none;
    opacity: 0.96;
    position: absolute;
    right: 0;
    top: 25px;
    width: 300px;
    z-index: 9999;
}
.autoComplete > li {
    cursor: default;
    font-weight: bold;
    line-height: 21px;
    padding: 0 6px;
}
.autoComplete > li .highlight {
    font-weight: normal;
}
.autoComplete > li:hover, .autoComplete > li.hover {
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px 0 5px 5px;
}
.tipContent {
    display: none;
}
#easyTooltip {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */    border: 1px solid #fff;
    box-shadow: 0 0 4px gray;
    color: #111;
    font-size: 11px;
    max-width: 200px;
    padding: 4px 6px;
    position: relative;
    z-index: 99999;
}
#golasReports {
    list-style: outside none none;
}
#plot {
    padding-bottom: 30px;
}
#plot p {
    max-height: 220px;
    overflow-y: auto;
}
.meter {
    background: none repeat scroll 0 0 #555;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3) inset;
    display: inline-block;
    height: 10px;
    margin-right: 4px;
    position: relative;
    width: 60px;
}
.meter > span {
    background: #54f054; /* Old browsers */
    background: -moz-linear-gradient(top, #54f054 0%, #2bc253 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54f054), color-stop(100%,#2bc253)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54f054 0%,#2bc253 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54f054 0%,#2bc253 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54f054 0%,#2bc253 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54f054 0%,#2bc253 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54f054', endColorstr='#2bc253',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 2px 9px rgba(255, 255, 255, 0.3) inset, 0 -2px 6px rgba(0, 0, 0, 0.4) inset;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.meter > span.lvl1 {
    background: none repeat scroll 0 0 red;
    width: 20%;
}
.meter > span.lvl2 {
    background: none repeat scroll 0 0 orange;
    width: 40%;
}
.meter > span.lvl3 {
    background: none repeat scroll 0 0 yellow;
    width: 60%;
}
.meter > span.lvl4 {
    background: none repeat scroll 0 0 rgb(184, 255, 0);
    width: 80%;
}
.meter > span.lvl5 {
    background: none repeat scroll 0 0 lime;
    width: 100%;
}
.meter > span.lvl6 {
    background: none repeat scroll 0 0 lime;
    width: 100%;
}
.meter > span::after, .animate > span > span {
    animation: 2s linear 0s normal none infinite running move;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: 50px 50px;
    border-radius: 20px 8px 8px 20px;
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.meter.four-k {
    box-shadow: 0 0 7px 1px #6eff6e;
    margin-left: 4px;
}
.animate > span::after {
    display: none;
}
#notifications {
    bottom: 20px;
    list-style: outside none none;
    position: fixed;
    right: 30px;
    width: 15%;
}
#notifications li {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */    border: 1px solid #c9c9c9;
    border-radius: 4px;
    margin-top: 8px;
    padding: 6px 7px;
}
#notifications li .buttons {
    padding-top: 7px;
    text-align: left;
}
#notifications li .buttons button {
    cursor: pointer;
    margin: 0 1px;
    padding: 0 5px;
}
#openFilters {
    background: url("/img/filter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    outline: medium none;
    width: 112px;
}
.bubble {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(201, 201, 201);
    color: #000;
    display: none;
    font-size: 13px;
    height: 46px;
    line-height: 41px;
    padding: 0;
    position: relative;
    width: 226px;
}
.bubble::after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 105px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.bubble a {
    color: rgb(0, 92, 255) !important;
}
#topBubble {
    position: absolute;
    right: 11px;
    top: 68px;
}
#requestsLinks .active {
    color: #000;
}
.contentLineDetails {
    font-size: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 100%;
}
.contentLineDetails img {
    height: 16px !important;
    margin: -3px 0 0 3px !important;
    width: 16px !important;
}
.contentLineDetails span {
    margin-left: 4px;
}
.contentLineDetails span:last-child {
    margin: 0;
}

#member_rightSection {
    width: 30% !important;
    margin-left: -4px;
    margin-left: calc(0px);
    width: calc(30% - 4px) !important;
}
#member_leftSection {
    width: 70% !important;
}
#member_leftSection, #member_rightSection {
    display: inline-block;
}
.releaseNote {
    display: inline-block;
    margin-right: 8px;
    background-color: rgb(255, 229, 180);
    border: 1px solid rgb(242, 183, 73);
    padding: 3px 10px;
    border-radius: 11px;
}
.facebook-share-lottery {
    background: url("/img/facebook-lottery.v2.jpg") no-repeat;
    width: 720px;
    height: 100px;
    margin: 8px auto 0;
    display: block;
}

bdi.resolution {
    padding: 2px 4px;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0.4px;
}

bdi.resolution.hd {
    background: #43c0fb;
}

bdi.resolution.four-k {
    background: #000;
    color: gold;
}

#notificationsContainer {
    position: relative;
    z-index: 5;
}

#article, #important-message {
    text-align: center;
    margin-top: 12px;
    line-height: 18px;
    font-size: 13px;
}

#important-message {
    padding: 10px 15px;
}

#article {
    background: #ebebeb;
    padding: 23px 80px;
    border-radius: 10px
}

#article h1, #important-message h1, #article h2, #important-message h2 {
    margin-bottom: 10px;
}

#article p, #important-message p {
    padding: 4px 0;
}

.niceButton {
    background: #ebebeb;
    border: 1px solid #a4a4a4;
    padding: 8px 9px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-red {
    background-color: #ff7979;
    border-color: #e10000;
}

.btn-blue {
    background-color: #4fb6ff;
    border-color: #0083e1;
}

.info-message {
    color: rgb(2, 85, 125);
    padding: 15px;
    line-height: 20px;
    background-color: #cae1e491;
    border: 1px solid rgba(118, 197, 201, 0.7);
    font-size: 13px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 7px;
}

.add-content-categories {
    margin-bottom: 15px;
    max-width: 800px;
}

.add-content-categories input {
    vertical-align: middle;
    margin-left: 6px;
}

.form .add-content-categories label {
    margin: 2px 0;
}