/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}

input,
select,
button,
.best_box,
ul.row3 li,
ul.row4 li {
    transition: 0.4s all ease-in-out
}

.profile-pic-uploader {
    z-index: 1;
    width: 160px;

}

.ad-form ul.form li {
    position: relative;
}

.account-form {
    margin-bottom: 20px;
}

.profile_info .rgt {
    margin-left: 15px;
}

input#mobile_number {
    width: 123px;
}

.mobile-hader,
.mobile-ranking,
.mobile-sponsor-popup,
.mobile-sponsor-popup.closed,
.mobile-sponsor-popup.opened {
    display: none
}

.best-ads-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -2px;
}

.best-ads-table .best_td {
    width: 25%;
    color: #636363;
    font-size: 11px;
}

.news-slider {
    max-width: 100%;
    position: relative
}

.account-form {
    display: flex;
    flex-direction: column;
    position: relative;
}

.account-form table {
    margin: 0;
    padding: 0;
    width: 100%;
}

.profile-pic-uploader {
    position: absolute;
    right: 0;
    top: 0
}

.account-form {
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 10px 30px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 50
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -0;
}

[dir='rtl'] .slick-prev {
    right: -0;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.account-form,
.account-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 990px) {
    body {
        background: #c1bebc
    }
    h1 {
        font-size: 16px;
    }
    .mobile-hader,
    .mobile-ranking {
        display: block
    }
    .reg-form input,
    .reg-form textarea,
    .reg-form select,
    .slick-slider,
    .slick-slider *,
    .mobile-hader,
    .mobile-hader *,
    #content_table,
    ul.best_ul,
    .res-table,
    .res-table *,
    ul.form input,
    ul.form select,
    ul.form textarea,
    .related-box img,
    .related-box a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    #left_td,
    #right_td,
    #right_col,
    .hide-mobile {
        display: none
    }
    #content_div,
    #content_table,
    #content_td {
        width: auto;
    }
    #content_td > table {
        width: 100%;
        table-layout: fixed
    }
    #content_div {
        overflow: hidden;
        max-width: 100%
    }
    #content_table {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        padding: 0;
        margin: 15px;
        table-layout: fixed;
    }
    .m-header-bar {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        background: #000;
        padding: 10px 15px;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }
    .m-logo a img {
        height: 75px;
    }
    .m-search-ico,
    .m-menu-ico {
        display: inline-block;
    }
    .m-search-ico img,
    .m-menu-ico img {
        width: 34px;
        color: #fff;
    }
    .m-header-subbar {
        background: #fff;
        margin: 0;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .m-header-subbar ul {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        color: #636363;
        list-style: none;
    }
    .m-header-subbar ul li {
        display: inline-block
    }
    .m-header-subbar ul a {
        text-decoration: underline;
        color: #636363;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 5px;
        display: inline-block
    }
    .m-header-subbar ul a:hover {
        color: #c0272d;
    }
    .nav-button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .nav-button {
        overflow: visible;
        background: none;
        border: none;
        cursor: pointer;
        margin: 0;
        padding: 0
    }
    .menu-icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: inline-block;
        position: relative;
        border-radius: 2px;
        width: 35px;
        height: 20px;
        direction: rtl
    }
    .menu-icon:hover {
        opacity: 1;
    }
    .menu-icon.menu-bg {
        background: #fff;
    }
    .menu-icon:after {
        display: none;
    }
    .menu-icon .text.hide-menu-visible {
        visibility: visible;
        opacity: 1;
        top: -100%;
    }
    .menu-icon .text.show-menu-visible {
        visibility: hidden;
        opacity: 0;
        top: -200%;
    }
    .menu-icon .bars {
        display: block;
        margin: auto;
        width: 30px;
    }
    .menu-icon .bars .m-b1,
    .menu-icon .bars .m-b2,
    .menu-icon .bars .m-b3 {
        display: block;
        content: "";
        height: 2px;
        width: 100%;
        margin-bottom: 6px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background: #fff;
    }
    .menu-icon.menu-icon-random .bars .m-b1 {
        width: 25px;
    }
    .menu-icon.menu-icon-random .bars .m-b3 {
        width: 18px;
    }
    .menu-icon.menu-icon-dot .bars {
        width: 6px;
        margin-top: 5px;
    }
    .menu-icon.menu-icon-dot .bars .m-b1,
    .menu-icon.menu-icon-dot .bars .m-b2,
    .menu-icon.menu-icon-dot .bars .m-b3 {
        height: 6px;
        width: 100%;
        margin-bottom: 5px;
        border-radius: 20px;
    }
    .menu-icon.menu-visible .text.show-menu-visible {
        visibility: visible;
        opacity: 1;
        top: -100%;
    }
    .menu-icon.menu-visible .text.hide-menu-visible {
        visibility: hidden;
        opacity: 0;
        top: -200%;
    }
    .menu-icon.menu-visible .bars {
        width: 35px;
        height: 35px;
    }
    .menu-icon.menu-visible .bars .m-b1,
    .menu-icon.menu-visible .bars .m-b2,
    .menu-icon.menu-visible .bars .m-b3 {
        height: 2px;
        width: 100%;
        margin-bottom: 4px;
        border-radius: 0;
    }
    .menu-icon.menu-visible .bars .m-b1 {
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 28px;
    }
    .menu-icon.menu-visible .bars .m-b3 {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 28px;
    }
    .menu-icon.menu-visible .bars .m-b2 {
        width: 0;
    }
    .m-actions {
        position: relative
    }
    .m-actions #subnav {
        margin: 0;
        padding: 0;
        position: absolute;
        float: none;
        width: 210px;
        background: #fff;
        right: 0;
        top: 40px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: none;
        z-index: 350
    }
    .m-actions ul#subnav li {
        float: none;
        border: none;
        margin: 0;
        padding: 0;
    }
    .m-actions.show-menu #subnav {
        display: block
    }
    ul#subnav li a {
        padding: 8px;
        color: #333;
        font-size: 12px;
        display: block;
    }
    #content_table {
        width: calc(100% - 30px);
    }
    .news_div img {
        max-width: 100%
    }
    .blockquote {
        padding: 12px 0
    }
    .news_div img {
        max-width: 120px
    }
    .best-ads-table .best_td {
        width: 25%;
    }
    .dash_line {
        position: relative;
        right: -4px;
    }
    .best_medal {
        padding-left: 6px;
        padding-bottom: 35px
    }
    .runners_up {
        padding-left: 26px;
    }
    #guest_judge_div .blockquote img {
        margin-right: 2px;
    }
    .news_div img {
        margin-right: 0
    }
    .rank_div_half .rank-container-half-width-home .details .number-holder,
    .rank_div_half .rank-container-half-width-home .details .number-holder {
        width: 30px;
        float: left
    }
    .ranking-slider .rank_div_half {
        width: auto;
    }
    .rank_div_half .rank-container-half-width-home .details .name-holder,
    .rank_div_half .rank-container-half-width .details .name-holder {
        width: auto;
        float: left
    }
    .rank_image {
        margin-bottom: 20px;
    }
    .mobile-sponsor-popup {
        position: absolute;
        background: #fff;
        left: 50%;
        top: 30%;
        padding: 10px;
        margin: 0 auto;
        margin-left: -160px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        z-index: 500;
        width: 300px;
    }
    .mobile-sponsor-popup.closed {
        display: none!important
    }
    .mobile-sponsor-popup.opened {
        display: block
    }
    .close-sponsor,
    .close-sponsor:hover {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 30px;
        z-index: 50;
        color: #000 !important;
        padding: 5px;
        display: block;
        line-height: 18px;
        background: rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }
    ul.best_ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .related-ads {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    ul.row3 li,
    ul.row4 li,
    .related-ads .related-box {
        width: 25%
    }
    .best_box.large,
    .best_box {
        margin: 2px;
        width: auto
    }
    img.best_thumb,
    img.search_thumb {
        width: 100%!important
    }
    div.best_div,
    div.search_div {
        height: auto
    }
    .best_box {
        height: 172px;
        background-color: #e6e3df;
    }
    .best_box {
        transition: 0.4s all ease-in-out
    }
    .ad-form ul.form li.credit label {
        width: auto;
        margin: 0;
        float: none;
    }
    ul.form input,
    ul.form select,
    ul.form textarea {
        width: 100% !important;
        max-width: 300px;
        margin-bottom: 2px;
    }
    .add-ad {
        cursor: pointer
    }
    img.best_thumb,
    img.search_thumb {
        border: none!important
    }
    .related-box img.best_thumb {
        border: 1px solid #c2c2c2!important;
        height: 97px!important;
    }
    audio {
        width: 100%!important;
    }
    video {
        width: 100%!important;
        height: auto!important;
    }
    .header.ad {
        margin-left: 0
    }
    .blockquote2 {
        padding: 0;
    }
    .ad-info {
        width: auto;
        float: none;
    }
    .ad-related {
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .ranking-table tr td {
        width: 50%;
    }
    .rank_div_half .rank-container-half-width-home .details .name-holder,
    .rank_div_half .rank-container-half-width .details .name-holder {
        width: calc(100% - 45px);
        float: left;
    }
    .rank_div_half .rank-container-half-width .details .number-holder {
        width: 30px;
    }
    .profile_info .lft ul li {
        height: auto;
        margin-bottom: 15px;
    }
    #ad_thumnail img {
        max-width: 100%
    }
    div#search_results,
    div#filtered_by {
        width: auto;
    }
    div#search_query,
    div#filtered_by {
        margin-left: 0
    }
    div#filter_results {
        width: auto;
        float: none;
        margin-right: 0
    }
    .mobile-filter {
        margin-bottom: 10px;
    }
    .mobile-filter h3 {
        background: #eee;
        display: block;
        padding: 5px;
        color: #333;
        cursor: pointer;
        font-size: 12px;
    }
    .mobile-filter-content {
        padding: 10px 0;
        display: none;
    }
    .opened .mobile-filter-content {
        display: block;
    }
    ul.filter_ul {
        margin: 0;
        height: 200px;
        overflow: scroll;
        border: 1px solid #ddd;
        padding: 5px;
    }
    #panel1 {
        width: auto;
        height: auto;
        overflow: auto
    }
    #panel1 table {
        width: auto !important;
        height: auto;
    }
    .fancy-container,
    table.fancy {
        width: 100%!important;
        margin: 15px 0!important;
        float: none!important;
    }
    pre {
        font-size: 1em;
        word-wrap: break-word;
        white-space: pre-line;
    }
    .best-sponsor {
        text-align: center
    }
    .search-ico,
    .search-ico:hover,
    .search-ico:focus {
        background: none;
        cursor: pointer;
        outline: none;
        border: none;
    }
    .search-ico {
        transform: translateY(5px);
    }
    .search-ico img {
        width: 32px;
    }
    .header-data {
        background: #fff;
        padding: 15px 10px;
        position: absolute;
        right: 15px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        top: 70px;
        display: none
    }
    .header-data.opened {
        display: block
    }
    #header_table {
        height: auto;
        background: none;
        width: auto;
        right: 0;
        padding: 0;
        margin: 0;
    }
    div#new_search {
        float: none;
        margin: 0;
        margin-left: 100px;
    }
    div#new_search input[type="text"] {
        width: 115px;
        height: 16px;
        margin-left: -1px;
       -webkit-appearance: none;
       -moz-appearance:none;
       appearance:none;
        vertical-align: middle;
        border: 1px solid #a6a8af;
        background: #fff;
        border-radius: 0;
        padding: 2px;
    }

}

@media (max-width: 750px) {
    .fancy th {
        padding: 4px 7px
    }
    .res-table tr.first {
        display: none
    }
    .res-table tr {
        border-bottom: 20px solid #FFF;
        display: block;
    }
    .res-table tr.first {
        display: none
    }
    .res-table td {
        display: block;
        text-align: left
    }
    .res-table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 50%;
        display: inline-block;
    }
    .res-table {
        overflow: hidden;
    }
    .fancy tr.last td {
        border-bottom: 1px dotted #000;
    }
    .ranking-table tr td {
        display: block;
        padding-bottom: 30px;
        width: 100%
    }
    .rank_div_half .rank-container-half-width .details .number-holder {
        margin-left: 0;
        margin-right: 10px;
    }
    .rank_div_custom .rank-container-full-width .graph {
        float: none;
        clear: both
    }
    form#register {
        width: auto;
        float: none
    }
    .pro_logo {
        margin-top: 30px;
        width: auto;
        float: none;
        border: none;
        background-size: 40px;
    }
    .pro_logo .header,
    .pro_logo ul {
        margin-left: 0
    }
}

@media (max-width: 650px) {
    .profile-pic-uploader { width: 100% }
    .best-ads-table .best_td {
        width: 50%;
        margin-bottom: 15px;
    }
    .best-ads-table .best_td .best_head {
        margin: 2px;
    }
    .best_box {
        width: auto;
        margin: 2px;
    }
    img.best_thumb,
    img.search_thumb {
        margin: 0 auto;
        display: block;
        max-width: 100%
    }
    ul.row3 li,
    ul.row4 li,
    .related-ads .related-box {
        width: 33.33%
    }
    div.header #week_date {
        display: block;
        margin: 0;
        padding: 0
    }
    .profile-pic-uploader {
        position: static;
        margin-bottom: 25px;
    }
    .reg-form input,
    .reg-form textarea,
    .reg-form select {
        font-size: 14px;
        padding: 2px;
        margin-bottom: 9px;
    }
    .reg-form input.acc-full,
    .reg-form select.acc-full {
        width: 100%!important;
        max-width: 100%;
    }
    .reg-form input.acc-half {
        width: 100%!important;
        max-width: 49%;
    }
    .reg-form input.acc-half {
        width: 100%!important;
        max-width: 49%;
    }
    .reg-form input#country_code {
        width: 100%!important;
        max-width: 60px;
    }
    .reg-form input#mobile_number {
        width: 100%!important;
        max-width: 80px;
    }
    .reg-form textarea#bio {
        width: 100%!important;
        max-width: 100%;
    }
    .reg-form table td {
        display: block;
    }
    .reg-form table td:first-child {
        font-weight: 700;
        padding: 5px 0;
    }
    .check-label {
        display: block;
        float: left;
        margin-left: 24px;
        margin-top: -22px;
    }
    .check-label br {
        display: none;
    }
}

@media (max-width: 530px) {
    ul.row3 li,
    ul.row4 li,
    .related-ads .related-box {
        width: 50%
    }
    .profile_info {
        width: 100%;
        display: flex;
        max-width: 600px;
        flex-direction: column-reverse;
    }
    .profile_info .rgt {
        margin-left: 0;
    }
    #profile_info #profile_photo {
        width: 90px;
        margin-right: 10px;
    }
    .profile_info .lft .social {
        margin-left: 0;
        margin-top: 0;
        clear: both;
    }
    .profile_info .lft ul li div {
        float: none;
    }
    .profile_info .lft ul li label {
        float: none;
        width: auto;
    }
    .account-form input#mobile_number {
        width: 93px
    }
    td#mobile_number_td .help-cell {
        display: none
    }
}

@media (max-width: 320px) {
    .slick-slide {
        padding: 10px;
    }
    .slick-prev {
        left: -12px;
    }
    .slick-next {
        right: 12px;
    }
    div#new_search input[type="text"] {
        width: 82px;
    }
}