body {
    background-color: #111;
    color: #c5c1c0;
    font-family: Arimo,Arial,Helvetica,"Lucida Grande",sans-serif;
}

.indent {
    padding-left: 20px;
}

.nowrap {
    white-space: nowrap;
}

.highlight {
    color: #ffe500;
}

.nohighlight {
    color: inherit !important;
    text-decoration: underline;
}

.block {
    display: block;
}

.left {
    float: left;
}

h1.hidden {
    display: none;
}

.notBold {
    font-weight: normal;
}

.left5 {
    float: left;
    margin-right: 5px;
}

.rightContent {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.italic {
    text-decoration: wavy;
}

.padding5 {
    padding: 5px;
}

.newline {
    clear: both;
}

.right {
    float: right;
}

.right5 {
    float: right;
    margin-left: 5px;
}

.discounted {
    text-decoration: line-through;
}

.inline {
    display: inline-block;
}

.Red,.red {
    color: #f00;
}

.white {
    color: #fff !important;
}

.hand {
    cursor: pointer;
}

i.hand {
    padding: 2px 3px;
    border-radius: 3px;
}

i.hand:hover {
    padding: 1px 2px;
    border-radius: 3px;
    border: 1px solid;
}

a {
    color: #ffe500;
}

a:active,a:visited,a:link {
    color: #ffe500;
}

a:hover {
    color: #ffe500;
    text-decoration: underline;
}

a.btn {
    color: #000;
}

a.btn:active,a.btn:visited,a.btn:link {
    color: #000;
}

a.btn:hover {
    color: #000;
    text-decoration: none;
}

li.error {
    padding: 20px;
    width: 100%;
    text-align: center;
}

li.listSeparator {
    height: 2px;
    border: 1px solid #333;
}

.btn-wrap {
    white-space: normal;
}

.centerText {
    text-align: center;
}

.btn-low {
    color: #fff;
    background-color: #999;
    border-color: #888;
}

.btn-low:hover {
    color: #fff;
    background-color: #888;
}

.btn-download,.btn-main {
    overflow: hidden;
    background-color: #ffe500;
    color: #0a1612;
}

.btn-download:hover,.btn-main:hover {
    background-color: #fe9;
}

.retry {
    display: inline-block;
}

.hasPreview {
    cursor: pointer;
}

.center-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.center-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.center-inner {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.preview {
    position: absolute;
    z-index: 10;
}

.previewBack {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.HScroll {
    position: relative;
}

.HScroll .listNav {
    border: 0 none;
    display: block;
    text-align: center;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    border-radius: 20px;
}

.HScroll .fa-chevron-right,.HScroll .fa-chevron-left {
    top: 70px;
    color: #111;
    width: 40px;
    height: 40px;
    background-color: #ffe500;
}

.HScroll .fa-chevron-right:hover,.HScroll .fa-chevron-left:hover {
    background-color: #111;
    color: #ffe500;
}

.HScroll .fa-arrow-right,.HScroll .fa-arrow-left {
    opacity: .8;
    bottom: 20px;
    background-color: #111;
    color: #ffe500;
}

.HScroll .fa-arrow-right:hover,.HScroll .fa-arrow-left:hover {
    background-color: #ffe500;
    color: #111;
}

.HScroll .listRight {
    right: 0;
}

.HScroll .listLeft {
    left: 0;
}

.HScrollContainer {
    overflow: auto;
    overflow: -moz-scrollbars-none;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.HScrollContainer::-webkit-scrollbar {
    height: 10px;
    display: none;
}

.HScrollContainer::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
}

.HScrollContent {
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.PageLoading,.loading,.Loading {
    width: auto;
    margin: auto;
    padding: 20px;
    text-align: center;
    background: url(/Images/Loading2.gif) no-repeat center 45px;
    overflow: hidden;
}

.smallLoading {
    background-color: #fff;
    width: 32px;
    height: 24px;
    display: inline-block;
    background: url(/Images/Loading3.gif) no-repeat center;
}

#Main {
    margin: auto;
    position: relative;
    padding: 0 10px 10px 10px;
}

@media screen and (max-width: 400px) {
    #Main {
        padding:0 3px 0 3px;
    }
}

ul.simple {
    padding: 0;
    margin: 0;
    list-style: none;
}

#Head {
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#HeadTop {
    padding-top: 10px;
    position: relative;
}

#Navbar {
    position: relative;
    background-color: #ffe500;
    height: 40px;
    z-index: 405;
}

#Navbar .dropdown {
    float: left;
}

#SideButton {
    line-height: 40px;
    font-size: 32px;
    padding: 0 5px;
    color: #111;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

#SideButton:hover {
    background-color: #fe9;
}

a.navButton {
    color: #111;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    display: block;
    padding: 0 8px;
    text-decoration: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

a.navButton:hover {
    background-color: #fe9;
}

a.navButton i::before {
    line-height: 10px;
    margin-bottom: 5px;
}

#QuickAccess {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
    height: 40px;
}

#QuickAccess li.bigNav {
    float: left;
    padding: 0;
    margin: 0;
}

#QuickAccess .dropdown-menu {
    background-color: #ffe500;
}

#QuickAccess .dropdown-menu li {
    display: block;
}

#QuickAccess .dropdown-menu li a {
    padding: 7px 20px;
    font-weight: bold;
    display: block;
    color: #111;
}

#SearchBox {
    top: 0;
    right: 0;
    left: 210px;
    position: absolute;
    padding: 2px 5px 0 5px;
    overflow: hidden;
    z-index: 1000;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

#SearchBox .searchButton,#SearchBox .deleteButton {
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 4px;
    border: 1px solid;
    padding: 1px;
    margin-top: 3px;
    margin-right: 3px;
    color: #fff;
    border-radius: 6px;
    width: 28px;
    height: 28px;
    line-height: 20px;
    cursor: pointer;
}

#SearchBox .searchButton {
    background-color: #f93;
    top: 3px;
    right: 4px;
}

#SearchBox .deleteButton {
    background-color: #c5c1c0;
    top: 3px;
    left: 9px;
}

#SearchBox.empty .deleteButton {
    display: none;
}

#SearchBox.empty #txtSearch {
    padding-left: 5px;
}

#SearchBox.Searching {
    left: 40px;
}

#txtSearch {
    padding: 0 35px 1px 32px;
    line-height: 24px;
    background-color: #fff;
    margin: 1px;
    border: 2px solid #c5c1c0;
    border-radius: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

#txtSearch:hover,#txtSearch:focus {
    border-color: #dddbdb;
}

@media screen and (min-width: 601px) {
    .bigNav {
        display:block;
    }

    .smallNav {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .bigNav {
        display:none;
    }

    .smallNav {
        display: block;
    }

    #SearchBox {
        left: 110px;
    }
}

.scrollDown #Main {
    margin-top: 40px;
}

.scrollDown #Navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.scrollDown #MenuOverlay {
    position: fixed;
    top: 40px;
    bottom: 0;
}

.scrollDown #SideMenu {
    position: fixed;
    top: 40px;
    bottom: 0;
}

.scrollDown h1.filtersHeader {
    top: 43px;
    position: fixed;
}

.scrollDown #MovieFilters {
    margin-top: 25px;
}

.scrollDown #SuggestionPopup {
    position: fixed;
    top: 40px;
}

#Logo {
    margin-left: 20px;
}

#Logo img {
    width: 100%;
    max-width: 332px;
    min-width: 200px;
}

@media screen and (max-width: 550px) {
    #Logo img {
        width:61%;
        left: 22%;
    }
}

@media screen and (max-width: 290px) {
    #LogoText {
        left:10px;
    }

    #Logo img {
        min-width: inherit;
    }
}

#MemberButton {
    background-color: #111;
    bottom: 10px;
    right: 5px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #ffe500;
    color: #ffe500;
    padding: 3px 5px 4px 4px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    height: 34px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#MemberButton::before {
    font-size: 24px;
    float: right;
    padding: 0 2px;
    line-height: 28px;
}

#MemberButton:hover {
    background-color: #ffe500;
    color: #111;
}

#MemberButton div {
    display: block;
    padding-right: 28px;
    text-align: center;
    font-family: Arimo,Arial,Helvetica,"Lucida Grande",sans-serif;
    line-height: 25px;
    height: 25px;
}

#MemberButton #pnlVIP {
    display: none;
}

#MemberStatusButton {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    line-height: normal;
    max-width: 60px;
    min-width: 30px;
    overflow: hidden;
}

@media screen and (max-width: 350px) {
    #MemberButton {
        height:26px;
    }

    #MemberButton::before {
        font-size: 18px;
        line-height: 18px;
    }

    #MemberButton div {
        display: none;
    }
}

.popover {
    background-color: #ffe500;
    color: #111;
}

.popover a {
    color: #111;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    padding: 3px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.popover a:hover {
    background-color: #111;
    color: #ffe500;
}

.popover-content {
    padding: 3px;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #ffe500;
}

.popover-title {
    background-color: #ffe500;
    color: #111;
    text-align: center;
    font-weight: bold;
    border-bottom-color: #111;
}

#ModalWindow {
    text-align: center;
}

#ModalWindow .modal-dialog {
    text-align: left;
}

.modal-header .refresh {
    margin-top: -2px;
}

.modal-content {
    border: 2px solid #555;
    background-color: #444;
}

.modal-header {
    border-bottom: 1px solid #666;
}

.modal-header button {
    font-size: 14px;
    opacity: .3;
    background-color: transparent;
    cursor: pointer;
    margin-left: 5px;
    float: right;
    color: #fff;
    border: 1px solid #eee;
    line-height: 12px;
    padding: 4px 4px 5px 5px;
    border-radius: 5px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.modal-header button:hover {
    opacity: .5;
    color: #fff;
}

.modal-body {
    background-color: #333;
    overflow: hidden;
}

.Or {
    text-align: center;
}

.input-group {
    width: 100%;
    margin-bottom: 10px;
}

.input-group-addon {
    width: 45px;
}

form.LoginForm i {
    font-size: 20px;
}

.openIDs {
    margin-top: 30px;
}

.topMargin {
    margin-top: 30px;
}

.btn-wider {
    padding-right: 40px;
    padding-left: 40px;
}

.tooltip-inner a {
    color: #cce4ff;
    font-size: 10pt;
}

.tooltip {
    z-index: 5000;
}

.iconRadio {
    margin-right: 20px;
}

label.iconRadio span {
    display: inline-block;
    padding: 0 5px;
}

.commentForms .rating {
    font-size: 16px;
    padding: 3px;
}

.commentSection {
    font-size: 16px;
    padding: 5px;
}

.rateSection {
    margin-left: 25px;
}

.disabledText {
    color: #999;
}

#stars-movie a {
    color: #ffe500;
}

#stars-video a {
    color: #f00;
}

#stars-audio a {
    color: #ea0;
}

.starrr {
    display: inline-block;
    font-size: 18px;
}

.starrr a {
    padding: 0 1px;
    cursor: pointer;
    text-decoration: none;
}

.rating .disabled a {
    color: #999 !important;
    cursor: not-allowed;
}

#CommentForm .actions {
    padding: 10px;
    float: right;
}

#CommentForm .actions input {
    margin: 3px;
}

.Section {
    clear: both;
    overflow: hidden;
}

.SectionTitle {
    margin-top: 20px;
    font-family: Arimo,Arial,Helvetica,"Lucida Grande",sans-serif;
    font-weight: bold;
    color: #c5c1c0;
    font-size: 22px;
    text-shadow: 1px 1px 2px rgba(150,150,150,.7);
    padding-bottom: 2px;
    white-space: nowrap;
    border-bottom: 2px solid #c5c1c0;
}

.HeadRight {
    float: right;
    font-family: Arimo,Arial,Helvetica,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #c5c1c0;
    margin-right: 20px;
    margin-top: 25px;
    text-shadow: 1px 1px 5px rgba(150,150,150,.4);
}

.smallMovies .item {
    vertical-align: top;
    width: 102px;
    margin-right: 5px;
}

.smallMovies .imageHolder {
    position: relative;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
}

.smallMovies .imageHolder div.topReason {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.smallMovies .imageHolder .boxOffice:before {
    content: 'BoxOffice';
    text-decoration: none;
    color: #000;
}

.smallMovies .imageHolder .recommended:before {
    content: 'Must Watch';
    text-decoration: none;
    color: #f00;
}

.smallMovies .imageHolder .popular:before {
    content: 'Popular';
    text-decoration: none;
    color: #00f;
}

.smallMovies .imageHolder img {
    width: 100px;
    height: 150px;
}

.smallMovies div.title {
    word-wrap: break-word;
    white-space: normal;
    margin-top: 5px;
    color: #ffe500;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.bluray {
    background-color: #09d;
}

.webrip,.hdrip {
    background-color: #093;
}

.dvdrip {
    background-color: #0b5;
}

.tvrip,.r5,.telecine,.tvrip,.screener,.workprint {
    background-color: #ffa500;
}

.camera-audio,.camera,.unknown,.telesync {
    background-color: #f00;
}

.coming {
    background-color: #666;
}

.MediumMovie {
    position: relative;
    vertical-align: top;
    padding: 5px;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.MediumMovie .content {
    border-radius: 10px;
    padding: 0 5px;
    max-width: 320px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.MediumMovie div.episode {
    font-size: 14px;
}

.MediumMovie a.thumbnailHolder {
    background-color: #666;
    text-decoration: none;
    float: left;
    margin-right: 40px;
    max-width: 310px;
    border-radius: 10px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.MediumMovie a.thumbnailHolder .quality {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 5px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
    border-radius: 10px 10px 0 0;
}

.MediumMovie a.thumbnailHolder .quality .warning {
    font-weight: normal;
    color: #ff0;
}

.MediumMovie a.thumbnailHolder .quality .rippers {
    font-weight: normal;
    font-size: 12px;
}

.MediumMovie img {
    width: 100%;
    vertical-align: middle;
    border-radius: 0 0 5px 5px;
}

.MediumMovie img:hover {
    opacity: .95;
}

.MediumMovie .header {
    margin-right: 32px;
    height: 63px;
    line-height: 63px;
    display: block;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
}

.MediumMovie .header .title {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.MediumMovie .footer {
    margin-right: 32px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
}

.MediumMovie .footer .genres {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.MediumMovie .middle {
    position: relative;
    overflow: hidden;
}

.MediumMovie .flags,.MediumMovie .stats {
    position: absolute;
    right: 0;
    width: 32px;
}

.MediumMovie .flags div,.MediumMovie .stats div {
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: visible;
}

.MediumMovie .stats a {
    text-decoration: none;
}

.MediumMovie .stats .grade {
    color: #ffe500;
    font-weight: normal;
    font-size: 22px;
    height: 32px;
}

.MediumMovie .stats .comments:hover,.MediumMovie .stats .usersRate:hover,.MediumMovie .stats .imdbRate:hover {
    border-color: #ffe500;
    color: #000;
    background-color: #ffe500;
}

.MediumMovie .stats .comments:hover i,.MediumMovie .stats .comments:hover span,.MediumMovie .stats .usersRate:hover i,.MediumMovie .stats .usersRate:hover span,.MediumMovie .stats .imdbRate:hover i,.MediumMovie .stats .imdbRate:hover span {
    color: #000;
}

.MediumMovie .stats .imdbRate span {
    color: #fc7;
}

.MediumMovie .stats .releaseDate,.MediumMovie .stats .downloads,.MediumMovie .stats .comments,.MediumMovie .stats .usersRate,.MediumMovie .stats .imdbRate {
    color: #ddd;
    padding-top: 3px;
    padding-right: 2px;
    border-radius: 3px;
    border: 2px solid #444;
    position: relative;
    text-align: right;
    font-size: 12px;
    height: 28px;
    margin-bottom: 2px;
}

.MediumMovie .stats .releaseDate i,.MediumMovie .stats .downloads i,.MediumMovie .stats .comments i,.MediumMovie .stats .usersRate i,.MediumMovie .stats .imdbRate i {
    color: #999;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.MediumMovie .stats .noWatch,.MediumMovie .stats .watchable {
    font-size: 36px;
}

.MediumMovie .stats .noWatch i,.MediumMovie .stats .watchable i {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.MediumMovie .stats .noWatch:hover i,.MediumMovie .stats .watchable:hover i {
    -ms-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.MediumMovie .stats .noWatch {
    color: #666;
}

.MediumMovie .stats .watchable {
    color: #0ef;
}

.MediumMovie .stats .imdbRate span {
    line-height: normal;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.MediumMovie .flags {
    bottom: 0;
}

.MediumMovie .flags .threeD {
    background-image: url(/Images/MM3D.png);
    height: 28px;
}

.MediumMovie .flags .hd {
    background-image: url(/Images/MMHD.png);
    height: 32px;
}

.MediumMovie .flags .fullHD {
    background-image: url(/Images/MMFullHD.png);
    height: 26px;
}

.MediumMovie .flags .uhd {
    background-image: url(/Images/MM4K.png);
    height: 25px;
}

.MediumMovie .flags .hevc {
    background-image: url(/Images/MMHEVC.png);
    height: 25px;
}

.MediumMovie .flags .hdAudio {
    background-image: url(/Images/MMHDAudio.png);
    height: 32px;
}

.MediumMovie .flags .language {
    height: 20px;
    line-height: 16px;
    color: #ddd;
    position: relative;
    font-size: 16px;
}

#SuggestionPopup {
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    left: 48px;
    right: 40px;
    color: #111;
    background-color: #f6f5f5;
    z-index: 236;
}

#SearchSuggestions a {
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    color: #111;
    display: block;
}

#SearchSuggestions a.focused,#SearchSuggestions a:hover {
    background-color: #ffe500;
    border-radius: 5px;
}

#MenuOverlay {
    position: absolute;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 200;
    opacity: .5;
    top: 100px;
}

#SideMenu {
    background-color: #111;
    position: absolute;
    margin-top: 2px;
    left: -167px;
    width: 167px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 235;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#SideMenu::-webkit-scrollbar {
    width: 10px;
}

#SideMenu::-webkit-scrollbar-thumb {
    background-color: #6e6765;
}

h1.filtersHeader {
    width: 152px;
    margin: 0;
    margin-left: -6px;
    padding: 5px 5px 5px 10px;
    background-color: #444;
    font-size: 16px;
    font-weight: bold;
    color: #c5c1c0;
}

h1.filtersHeader a {
    display: none;
    padding-top: 3px;
    color: #c5c1c0;
    font-size: 12px;
}

#MovieFiltersHolder {
    background-color: #111;
    margin-left: 1px;
    float: left;
    width: 150px;
    padding: 2px;
    overflow: auto;
    overflow-x: hidden;
    top: 140px;
    bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#MovieFilters h2 {
    padding: 3px;
    margin: 0;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: #ffe500;
    cursor: pointer;
}

#MovieFilters a.more {
    text-align: center;
    line-height: 12px;
    display: block;
    background-color: #111;
    color: #c5c1c0;
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-top: -10px;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #444;
    border-top: 0 none;
    text-decoration: none;
}

#MovieFilters a.more:hover {
    background-color: #c5c1c0;
    color: #111;
}

#MovieFilters a.more::before {
    content: "";
}

#MovieFilters a.more.collapsed:before {
    content: "";
}

#MovieFilters ul {
    background-color: #111;
    padding: 3px 3px 6px 3px;
    border: 1px solid #444;
    border-radius: 5px;
    margin: 0;
    list-style: none;
}

#MovieFilters ul li {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

#MovieFilters ul li.collapsed {
    height: 22px;
    visibility: visible;
    background-color: #948d8b;
}

#MovieFilters ul.collapsed li.collapsed {
    overflow: hidden;
    height: 0;
    visibility: hidden;
}

#MovieFilters ul.expanded li.collapsed {
    height: 20px;
    background-color: #111;
    overflow: hidden;
    white-space: nowrap;
}

#MovieFilters ul a {
    text-decoration: none;
    color: #fff;
    display: block;
    border-radius: 5px;
}

#MovieFilters ul a:hover {
    background-color: #7b7371;
}

#MovieFilters ul a:hover::before {
    margin-right: 3px;
    content: "";
}

#MovieFilters ul a::before {
    font-family: 'FontAwesome';
    content: "";
    color: #c5c1c0;
    margin-right: 4px;
}

#MovieFilters ul a.Selected {
    color: #ffe500;
}

#MovieFilters ul a.Selected::before {
    margin-right: 2px;
    content: "";
}

#MovieFilters ul a.Selected:hover::before {
    margin-right: 3px;
    content: "";
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    background-color: #ffe500;
    color: #111;
}

.dropdown-menu a:hover {
    background-color: #f5dc00;
}

ul.downloadDropdown {
    background-color: #111;
    padding: 0;
    margin: 0;
    z-index: 1000;
    border-radius: 4px;
    width: 270px;
}

ul.downloadDropdown li {
    overflow: hidden;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

ul.downloadDropdown li.collapsed {
    height: 26px;
    visibility: visible;
}

ul.downloadDropdown li.collapsed a {
    background-color: #d6c000;
}

ul.downloadDropdown li a {
    color: #000;
    font-weight: bold;
    position: relative;
    padding: 3px 10px;
    margin-top: 2px;
    background-color: #ffe500;
    border-radius: 4px;
}

ul.downloadDropdown li a:hover {
    background-color: #fe9;
}

ul.downloadDropdown li a span.size {
    float: right;
    display: block;
    margin-left: 144px;
}

ul.downloadDropdown li a.more {
    text-align: center;
}

ul.downloadDropdown li a.more:link {
    background-color: #ffe500;
}

ul.downloadDropdown li a.more:hover {
    background-color: #fe9;
}

ul.downloadDropdown li a.more::after {
    content: "";
    font-family: 'FontAwesome';
}

ul.downloadDropdown li a.more::before {
    content: "Easy ";
    font-family: Arimo,Arial,Helvetica,"Lucida Grande",sans-serif;
}

ul.downloadDropdown li a.more.collapsed::after {
    content: "";
    font-family: 'FontAwesome';
}

ul.downloadDropdown li a.more.collapsed::before {
    content: "Advanced ";
    font-family: Arimo,Arial,Helvetica,"Lucida Grande",sans-serif;
}

ul.downloadDropdown li.dlMore {
    float: left;
    display: block;
    width: 50%;
}

ul.downloadDropdown li.dlAll a {
    margin-left: 2px;
}

ul.downloadDropdown.collapsed li.collapsed {
    height: 0;
    visibility: hidden;
}

ul.downloadDropdown.expanded li.collapsed {
    height: 26px;
    visibility: visible;
}

.viewMore {
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 2px 10px;
    background-color: #777;
    color: #eee;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color ease .5s;
    transition: background-color ease .5s;
}

.viewMore:hover,.viewMore:focus {
    color: #eee;
    background-color: #5e5e5e;
    text-decoration: none;
}

#SearchExample a {
    color: #000;
    text-decoration: underline;
}

#SearchExample a:hover {
    color: #666;
}

.noResult {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: auto;
    color: #ffe500;
    padding: 50px 0;
}

#RequestSearchResult {
    padding: 10px;
}

ul.imdbSearch {
    list-style: none;
    padding: 10px;
    margin: 0;
}

ul.imdbSearch li {
    overflow: hidden;
}

ul.imdbSearch li a {
    font-size: 16px;
}

#PageToTop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    text-align: center;
    border-radius: 20px;
    background-color: #ffe500;
    color: #111;
    line-height: 24px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 24px;
}

#btnStopAds {
    z-index: 2;
    cursor: pointer;
    position: fixed;
    border-radius: 10px;
    bottom: 20px;
    text-align: center;
    background-color: #f00;
    color: #fff;
    font-size: 18px;
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
}

#btnStopAds:hover {
    opacity: .4;
}

.inputWithCopy {
    display: block;
    position: relative;
}

.inputWithCopy input {
    padding-right: 30px;
    background-color: #bbb;
}

.inputWithCopy .copyButton {
    padding: 9px 5px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    color: #000;
    right: 0;
    border-radius: 5px;
}

.inputWithCopy .copyButton:hover {
    font-weight: bold;
}

#SocialButtons {
    position: absolute;
    top: 0;
    right: 0;
}

#SocialButtons .social {
    padding-right: 2px;
    float: right;
}

.addthis_inline_follow_toolbox {
    position: absolute;
    top: -5px;
    right: 5px;
}

.information {
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid #b6ff00;
    background-color: #374d00;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #b6ff00;
}

.information a {
    color: #ffe500 !important;
}

.information a.btn {
    color: #fff !important;
}

.dmcaWarning {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #333;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
}

.dmcaWarning i {
    display: block;
    font-size: 24px;
}

a.errorLink {
    color: #00f;
}

#footer {
    text-align: center;
    height: 30px;
    background-color: #2b2b2b;
}

#footer div {
    margin-left: 5px;
    display: inline-block;
}

#footer div i {
    color: #fff;
}

.collapsableNotes {
    margin: 10px 0;
    text-align: justify;
    max-width: 750px;
    clear: both;
    border-radius: 6px;
    color: #bbb;
    border: 1px solid #ccc;
    background-color: #222;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    overflow: auto;
}

.collapsableNotes.info {
    color: #fff;
    border-color: #cce4ff;
    background-color: #00f;
}

.collapsableNotes.warning {
    color: #fff;
    border-color: #f00;
    background-color: #300;
}

.collapsableNotes.green {
    color: #fff;
    border-color: #adff2f;
    background-color: #030;
}

.collapsableNotes h3 {
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
}

.collapsableNotes p {
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.collapsableNotes ul {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.collapsableNotes ul li {
    margin-left: 10px;
    list-style: disc;
}

.collapsableNotes .collapsableArea {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.collapsableNotes.collapsed {
    cursor: pointer;
}

.collapsableNotes.collapsed i.collapseButton {
    display: none;
}

.collapsableNotes.collapsed .collapsableArea {
    height: 0;
}

@media screen and (max-width: 640px) {
    .MediumMovie {
        width:100%;
    }
}

@media screen and (min-width: 641px) and (max-width:1100px) {
    .MediumMovie {
        width:50%;
    }
}

@media screen and (min-width: 1101px) and (max-width:1600px) {
    .MediumMovie {
        width:33%;
    }
}

@media screen and (min-width: 1601px) and (max-width:2400px) {
    .MediumMovie {
        width:25%;
    }
}

@media screen and (min-width: 2401px) {
    .MediumMovie {
        width:20%;
    }
}

.MediumMovie a.thumbnailHolder {
    max-width: 270px;
    min-width: 85%;
    min-height: 320px;
}

.MediumMovie a.thumbnailHolder img {
    min-height: 320px;
    max-height: 400px;
}

@media screen and (min-width: 751px) {
    .browsing #Main {
        margin-left:167px;
    }

    .browsing #SideMenu {
        left: 0;
    }
}

@media screen and (min-width: 500px) and (max-width:640px) {
    .browsing #Main {
        margin-left:167px;
    }

    .browsing #SideMenu {
        left: 0;
    }
}

#AllMovies {
    position: relative;
}

#MoviesPlaceHolder {
    clear: both;
}

h1.filtersHeader a {
    display: inline;
}

.listON {
    display: none;
}

.listOFF {
    display: inline;
}

#ListOptions {
    height: 50px;
    padding: 10px;
    text-align: right;
    color: #ffe500;
    font-size: 20px;
    text-decoration: none;
    margin-left: 1px;
}

.googleButton {
    padding: 2px;
}

#ListSettings {
    float: right;
}

#ListSettings button {
    float: right;
    padding: 4px 6px;
    color: #111;
    background-color: #ffe500;
    border-color: #998900;
}

.btn-rss {
    font-weight: bold;
    float: right;
    text-decoration: none;
    color: #111;
    padding: 4px;
    background-color: #ffe500;
    margin-right: 1px;
    border-color: #998900;
}

#OrderOptions {
    font-weight: bold;
    float: right;
    font-size: 14px;
    color: #c5c1c0;
}

#OrderOptions button {
    margin-right: 1px;
    font-weight: bold;
    padding: 4px 10px;
    color: #111;
    background-color: #ffe500;
    border-color: #998900;
}

#OrderOptions a {
    background-color: #ffe500;
    font-weight: bold;
    color: #111;
    padding: 5px;
}

#OrderOptions a.Selected {
    color: #111;
    text-decoration: underline;
}

.addthis_inline_share_toolbox_ci5i {
    float: left;
}

.addthis_inline_share_toolbox_ci5i {
    float: right;
    display: none;
}

.simpleTable {
    border: 1px solid rgba(255,255,255,.4);
}

.simpleTable tbody tr:hover {
    background-color: rgba(255,255,255,.1);
}

.simpleTable th {
    background-color: rgba(255,255,255,.1);
    padding: 5px;
    font-weight: bold;
}

.simpleTable td {
    text-align: center;
    padding: 5px;
    font-weight: normal;
}

#WSMNotify {
    background-color: #000;
    position: static;
    width: 300px;
    height: 250px;
    left: 0;
    bottom: 0;
}

.middleScreen {
    position: fixed;
    top: 50px;
}

.centerScreen {
    position: fixed;
    left: 30%;
}

.scrollable {
    overflow: hidden;
}

.scroll {
    padding-right: 10px;
    overflow: auto;
    overflow-x: visible;
    overflow-y: auto;
}

.wsm-scroll,.scroll {
    scrollbar-color: #999;
    scrollbar-width: thin;
}

.wsm-scroll::-webkit-scrollbar,.scroll::-webkit-scrollbar {
    width: 11px;
}

.wsm-scroll::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb {
    background: #777;
    border: 2px solid #111;
    border-radius: 5px;
}

.wsm-scroll::-webkit-scrollbar-thumb:hover,.scroll::-webkit-scrollbar-thumb:hover {
    background: #aaa;
    border: 1px solid #111;
}

.wsm-scroll::-webkit-scrollbar-thumb:active,.scroll::-webkit-scrollbar-thumb:active {
    background: #fff;
}

.wsm-scroll::-webkit-scrollbar-track,.scroll::-webkit-scrollbar-track {
    background: #111;
    border-radius: 5px;
}

.wsm-scroll::-webkit-scrollbar-track:hover,.scroll::-webkit-scrollbar-track:hover {
    background: #222;
}

.wsm-scroll::-webkit-scrollbar-track:active,.scroll::-webkit-scrollbar-track:active {
    background: #222;
}
