.menu-dropdown-arrow {
    display: none;
    cursor: pointer;
}

.custom-select.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
}

@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    
    ul#nav li:hover > ul li {
        background: url(../img/sub_menu_border.png) no-repeat 100% 0px;
        margin-top: 5px;
    }

    ul#nav li:hover > ul li a, ul#other_nav_menu li:hover > ul li a, ul#other_brands_menu li:hover > ul li a {
        float: left; /* color: #fff; */
        text-decoration: none;
        margin: 0;
        padding: 5px 12px;
        font-size: 11px;
        line-height: 20px;
        font-family: 'Open Sans', Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
    }

    ul#nav li:hover > ul li a:hover {
        color: #ffb400;
        text-decoration: none;
        text-shadow: none;
    }

    /*2nd level*/
    ul#nav ul li:hover > ul, ul#other_nav_menu ul li:hover > ul {
        position: absolute;
        display: block;
        width: 980px;
        min-height: 40px;
        margin: 30px 0 0 0;
        background: url(../img/sub_sub_menu_bg.png) repeat-x;
        padding: 0;
    }

    ul#other_nav_menu ul li:hover > ul {
        background: #2e2e2e;
        border-bottom: 1px solid #5a5856;
    }

    ul#other_nav_menu ul ul li:hover > ul {
        background: #464646;
    }

    ul#nav ul li:hover > ul li a {
        background: none;
        font-size: 11px;
        line-height: 20px;
        font-family: 'Open Sans', Arial, sans-serif;
        padding: 5px 20px;
        -webkit-font-smoothing: antialiased;
    }

    /* APPLIES THE ACTIVE STATE */
    ul#nav .current a, ul#nav li:hover > a {
        color: #ffb400;
    }

    /* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
    ul#nav li:hover > ul, ul#other_nav_menu li:hover > ul, ul#other_brands_menu li:hover ul {
        display: block;
        width: 100%;
        height: 40px;
        position: absolute;
        background: url(../img/sub_menu_bg.png) repeat-x;
        padding: 0;
        left: 0;
    }

    ul#other_nav_menu li:hover > ul {
        margin: 0;
        z-index: 2;
        background: #464646;
        border-bottom: 1px solid #5a5856;
    }

    ul#other_brands_menu li:hover ul {
        margin: 0;
        z-index: 2;
        background: url(../img/social_nlogin_bg.png) repeat-x;
    }

    ul#other_nav_menu li:hover ul li {
        background: url(../img/border.png) 100% 0 no-repeat;
    }

    ul#other_brands_menu li:hover ul li {
        background: url(../img/yellow_small_border.png) no-repeat 100% 0px;
    }

    ul#other_brands_menu li a:hover {
        color: #000;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    body {
        min-width: 600px;
    }
    #all_categories-button, .reg_text {
        width: 260px!important;
        float: none;
    }
    .mainsearchbox div {
        float: none!important;
        display: block;
    }
    .ui-selectmenu-button span.ui-icon {
        right: 0;
    }
    .msrchsubmit {
        margin-right: 0;
        float: none;
        display: block;
        width: 282px;
        margin-top: 6px;
    }
    .mainsearchbox {
        width: 100%;
        margin-top: 9px;
    }
    .cat_page.other_news, .single_content_full {
        box-shadow: none;
    }
    .inner_wrap_social {
        width: 100%;
    }
    .ad_banner {
        margin-top: 0;
        float: none!important;
    }
    .ad_banner img {
        width: 100%;
        min-width: 320px;
    }
    #top_section {
        width: 100%;
        overflow: hidden;
    }
    .top_search {
        margin-right: 40px;
    }
    .reg-text {
        width: 276px;
    }
    .wrapper {
        width: 100%;
    }
    .inner_wrap_footer {
        width: calc(100% - 50px);
    }
    .news_content {
        width: calc(100% - 10px);
        margin: 0 0 11px 0px;
    }
    .links_credits {
        width: calc(100% - 41px);
    }
    ul.sp {
        width: 100%;
    }
    .news_block {
        background: none;
        overflow: hidden;
        width: calc(33.3% - 13px);
        margin-left: 10px;
        margin-right: auto;
    }
    .right_section {
        float: right;
        width: calc(30%);
        overflow: hidden;
        margin-right: 12px;
    }
    .leauge-stats ul.nav-tabs li {
        font-size: 8px;
    }
    .leauge-stats ul.nav-tabs {
        width: 100%;
        height: 23px;
        overflow: hidden;
    }
    .leauge-stats {
        width: 100%;
    }
    .news_img {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .news_img img {
        width: 100%;
    }
    #wrapper {
        width: 100%;
    }
    .left_section {
        width: calc(70% - 45px);
        padding-left: 10px;
    }
    .slider-section.left_section {
        width: calc(70% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0;
    }
    .right_widget {
        width: 100%;
    }
    .video_widget, .monthly_mag{
        width: calc(50% - 10px);
    }
    .video_widget img, .monthly_mag img {
        width: 100%;
    }
    .right_widget.сampaigns {
        width: calc(30% - 10px);
    }
    #right_slider {
        width: 100%;
    }
    #main_slider.flexslider {
        height: auto;
    }
    #right_slider {
        height: auto;
    }
    .nav {
        width: 100%;
    }
    .single_full_img img {
        width: 100%;
    }
    .inner_wrap {
        padding: 0;
        width: 100%;
    }
    .nav_wrap {
        height: auto;
    }

    .nav_wrap .nav {
        height: auto;
        position: relative;
    }

    ul#nav {
        width: calc(100%);
    }

    ul#nav li {
        display: block;
    }
    #menu {
        width: 100%;
    }

    ul#nav ul li:hover > ul, ul#other_nav_menu ul li:hover > ul {
        width: 100%;
    }
    .menu-dropdown-arrow {
        width: 25px;
        position: absolute;
        right: 15px;
        top: 10px;
        display: block;
        z-index: 999;
    }

    .mobile-nav {
        display: block;
        background: url(../img/nav_bg.png) repeat-x;
        width: 100%;
        height: 60px;
        z-index: 1;
    }
    .mobile-nav .menu-toggle {
        position: absolute;
        right: 15px;
        top: 18px;
        cursor: pointer;
    }
    .mobile-nav .menu-toggle img {
        width: 20px;
    }

    .nav {
        background: #353636;
    }
    #nav {
        transition: transform .111s ease;
        max-height: 0;
        overflow: hidden;
        transform: scaleY(0);
    }
    #nav.active {
        transform: scaleY(1);
        max-height: 9999em;
    }

    .nav ul li {
        background: none;
    }

    .nav ul li a {
        padding: 15px 15px 15px 10px;
        font-size: 12px;
    }

    /* THE SUBMENU LIST HIDDEN BY DEFAULT */
    ul#nav ul, ul#other_nav_menu ul, ul#other_brands_menu ul {
        background-color: #404040;
        overflow: hidden;
        max-height: 0;
        display: block;
        transition: transform .099s ease-in-out;
        transform: scaleY(0);
    }

    ul#nav li.active ul {
        transform: scaleY(1);
        max-height: 800px;
        display: block;
        -moz-box-shadow: inset 0 0 10px #212121;
        -webkit-box-shadow: inset 0 0 10px #212121;
        box-shadow: inset 0 0 10px #212121;
    }
    ul#nav li a {
        padding-left: 60px;
        width: calc(100% - 120px);
    }

    ul#nav li {
        position: relative;
    }

    ul#other_brands_menu li.active ul {
        transform: scaleY(1);
        max-height: 800px;
        display: block;
        -moz-box-shadow: inset 0 0 10px #212121;
        -webkit-box-shadow: inset 0 0 10px #212121;
        box-shadow: inset 0 0 10px #212121;
    }
    ul#other_brands_menu li a {
        padding-left: 60px;
        width: calc(100% - 120px);
    }

    ul#other_brands_menu li {
        position: relative;
    }

    .related_news_block {
        float: none!important;
        text-align: center;
    }
    #other_brands_menu li {
        background: none;
    }
    .other_news {
        width: 100%;
    }
    .other_news_wrap {
        width: 100%;
    }
    .other_news .content_wrap .title_name {
        padding: 3px 10px 2px;
    }
    .other_news_details .view_more, .content_wrap .view_more {
        color: white;
    }
    .other_brands_links {
        height: auto;
        background: #353636;
    }
    .other_brands_links ul li {
        display: block;
        position: relative;
    }
    #other_brands_menu .menu-dropdown-arrow {
        width: 20px;
        right: 10px;
        top: 6px;
    }
    .latest_news {
        margin-bottom: 0;
    }
    .other_news_wrap hr.full_line {
        display: none;
    }
    .left.ad_banner {
        min-width: 100%;
    }
    #right_slider .flex-prev {
        margin-left: -15px;
    }
    .club_block img {
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .other_news .club_block, .other_news .club_block.last {
        width: 245px;
        overflow: hidden;
    }
    .other_news .club_block .content_wrap {
        width: calc(100% - 17px);
    }
    .single_all_content table {
        width: 100%!important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    body {
        min-width: 320px;
    }

    .single_all_content table {
        width: 100%!important;
    }
    
    .single_all_content table td {
        display: block!important;
        text-align: center;
    }

    .single_all_content table td img {
        height: auto!important;
        width: 40%!important;
    }

    .photolist_all_content {
        width: calc(100% - 80px);
        float: none!important;
        padding: 0 40px;
    }
    
    .photolist_single_content {
        float: none!important;
    }

    .photolist_block {
        float: none;
        display: inline-block;
        width: calc(50% - 0px);
        height: 160px;
        margin: 0;
        text-align: center;
    }
    .inner_title {
        text-align: center;
    }
    .photolist_block img {
        float: none!important;
    }
    
    #right_slider .flex-prev {
        margin-left: 5px;
    }

    .view_more.text-align-right {
        display: none;
    }
    
    .other_news .club_block .content_wrap {
        width: 100%;
    }
    
    .left_section {
        padding-left: 0;
    }
    
    #top_section {
        width: 100vw;
        overflow: hidden;
    }
    
    .inner_wrap_footer {
        padding: 0;
    }

    .inner_wrap_footer ul {
        padding-left: 20px;
    }

    #wrapper {
        width: 100%;
    }

    .wrapper {
        width: 100%;
    }

    .wrapper-intro {
        width: 100%;
    }

    .inner_wrap {
        width: 100%;
        padding: 0;
    }

    .left_section {
        width: 100%;
        float: none!important;
    }
    
    .select_category {
        float: none!important;
        text-align: center;
    }

    #menu {
        width: 100%;
    }

    ul#nav ul li:hover > ul, ul#other_nav_menu ul li:hover > ul {
        width: 100%;
    }

    .inner_wrap_social {
        width: 100%;
    }

    .inner_wrap_footer {
        width: 100%;
    }

    ul.sp {
        width: 100%;
    }

    .links_credits {
        width: calc(100% - 40px);
        margin-top: 12px;
    }

    .monthly_mag .content_wrap {
        left: calc(50% - 110px);
    }

    #right_slider {
        width: 100%;
        height: auto;
    }

    #right_slider .flex-viewport {
        height: auto;
    }

    .right_widget {
        width: calc(100%);
        padding: 0;
        margin-bottom: 0;
    }

    .news_block {
        width: 300px;
        height: 131px;
        margin: 5px auto;
        float: none;
    }
    .news_block.last {
        margin-right: auto;
    }

    .news_block .news_img {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .other_news_block {
        float: none!important;
        text-align: center;
        margin: 0 auto;
    }

    .other_news_details {
        float: none!important;
        margin: 15px auto;
    }
    
    .title_name {
        float: none!important;
        text-align: center;
    }

    .custom-select.ui-selectmenu-button {
        float: none!important;
        margin-top: 7px;
    }

    .select_category span, .select_branche span {
        margin-right: 0;
        float: none!important;
    }
    
    .other_news_block img {
        float: none!important;
        margin-right: 0;
    }

    .other_news {
        width: 100%;
    }

    .other_news_wrap {
        width: 100%;
        height: 740px;
    }

    .other_news_wrap ul li {
        width: 100vw;
        height: 745px;
        overflow: hidden;

    }

    .club_block {
        float: none !important;
    }

    .other_news .club_block {
        margin: 10px auto !important;
    }

    .other_news hr {
        display: none;
    }

    .news_block .news_content {
        left: calc(50% - 150px);
        margin: 0 0 0 13px;
    }

    .other_brands_links {
        overflow: hidden;
    }

    .latest_news {
        padding: 15px 0 15px 0;
        background: #f1f1f1;
        margin-bottom: 0;
        margin-top: -20px;
    }

    .right_section {
        float: none !important;
        width: 100%;
    }

    .leauge-stats {
        width: 100%;
    }

    .leauge-stats ul.nav-tabs {
        width: 100%;
    }

    .timeline-Widget--edge {
        border-radius: 0;
    }

    #main_slider.flexslider {
        height: auto !important;
    }

    .innerTB.half {
        padding-top: 0;
    }

    .banner img {
        min-width: 500px;
    }

    .monthly_mag {
        margin-left: 0;
        margin-top: -10px;
        text-align: center;
    }

    .video_widget .video-thumb {
        margin: 0 auto;
        text-align: center;
        float: none !important;
    }

    .relative_class {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .lang_label {
        display: none;
    }

    .сampaigns.right_widget {
        padding: 20px 20px 30px 20px;
        width: calc(100% - 40px);
    }

    .slectbox {
        margin-bottom: 5px;
    }

    .msrchsubmit {
        width: 58px;
    }

    .mainsearchbox {
        padding-left: 18px;
    }

    .top_search {
        width: auto;
        margin-right: 32px;
    }

    .nav_wrap {
        height: auto;
    }

    .nav_wrap .nav {
        height: auto;
        position: relative;
    }

    ul#nav {
        width: calc(100%);
    }

    ul#nav li {
        display: block;
    }

    .menu-dropdown-arrow {
        width: 25px;
        position: absolute;
        right: 15px;
        top: 10px;
        display: block;
        z-index: 999;
    }

    .mobile-nav {
        display: block;
        background: url(../img/nav_bg.png) repeat-x;
        width: 100%;
        height: 60px;
        z-index: 1;
    }
    .mobile-nav .menu-toggle {
        position: absolute;
        right: 15px;
        top: 18px;
        cursor: pointer;
    }
    .mobile-nav .menu-toggle img {
        width: 20px;
    }

    .nav {
        background: #353636;
    }
    #nav {
        transition: transform .111s ease;
        max-height: 0;
        overflow: hidden;
        transform: scaleY(0);
    }
    #nav.active {
        transform: scaleY(1);
        max-height: 9999em;
    }

    .nav ul li {
        background: none;
    }
    
    .nav ul li a {
        padding: 15px 15px 15px 10px;
        font-size: 12px;
    }

    /* THE SUBMENU LIST HIDDEN BY DEFAULT */
    ul#nav ul, ul#other_nav_menu ul, ul#other_brands_menu ul {
        background-color: #404040;
        overflow: hidden;
        max-height: 0;
        display: block;
        transition: transform .099s ease-in-out;
        transform: scaleY(0);
    }

    ul#nav li.active ul {
        transform: scaleY(1);
        max-height: 800px;
        display: block;
        -moz-box-shadow: inset 0 0 10px #212121;
        -webkit-box-shadow: inset 0 0 10px #212121;
        box-shadow: inset 0 0 10px #212121;
    }
    ul#nav li a {
        padding-left: 60px;
        width: calc(100% - 120px);
    }

    ul#nav li {
        position: relative;
    }

    ul#other_brands_menu li.active ul {
        transform: scaleY(1);
        max-height: 800px;
        display: block;
        -moz-box-shadow: inset 0 0 10px #212121;
        -webkit-box-shadow: inset 0 0 10px #212121;
        box-shadow: inset 0 0 10px #212121;
    }
    ul#other_brands_menu li a {
        padding-left: 60px;
        width: calc(100% - 120px);
    }

    ul#other_brands_menu li {
        position: relative;
    }
    
    .related_news_block {
        float: none!important;
        text-align: center;
    }
    .related_news_widget .head_title {
        padding-bottom: 0;
    }
    #other_brands_menu li {
        background: none;
    }
    .other_news .content_wrap .title_name {
        padding: 3px 10px 2px;
    }
    .other_news_details .view_more, .content_wrap .view_more {
        color: white;
    }
    .other_brands_links {
        height: auto;
        background: #353636;
    }
    .other_brands_links ul li {
        display: block;
        position: relative;
    }
    #other_brands_menu .menu-dropdown-arrow {
        width: 20px;
        right: 10px;
        top: 6px;
    }
    .club_all_content {
        float: none!important;
    }
    .cat_page.other_news, .single_content_full {
        box-shadow: none!important;
        float: none!important;
        margin-bottom: 20px;
    }
    .single_content_full .club_block {
        margin: 0 auto!important;
        float: none!important;
        height: 130px;
        padding-top: 10px;
    }
    .cat_page.other_news, .single_content_full {
        box-shadow: none;
    }
    .right_otherlinks .jcarousel-clip-vertical {
        width: 100%;
        padding: 0;
    }
    .single_title {
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
    .single_nav_links {
        text-align: center;
    }
    .head_title {
        z-index: 9999;
    }
    .club_all_content.all_video .club_block{
        height: 223px;
    }
    .related_news_block img {
        width: 100%;
    }
    .related_news_widget .related_news_block {
        padding: 0 7vw;
    }
    #main_slider .slide_title {
        font-size: 15px;
        width: calc(100vw - 50px);
    }
    .slider-section.left_section {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .content_wrap {
        padding-bottom: 3px;
    }
    .latest_news .news_block .news_content {
        margin: 0;
    }
    .field_block .reg_text, .field_block .ui-selectmenu-button{
        width: calc(100% - 20px)!important;
    }
    .register_all_content .submit_block input {
        width: 100%;
    }
    .cat_page .other_news_block {
        float: left!important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}