@media (max-width: 1200px) {
    .dashboard #booking_table_previous,
    .dashboard #tbl_emails_previous,
    .dashboard #club_scorecard_list_previous,
    .dashboard #my-packages-table_previous {
        float: none !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding-bottom: 40px;
        display: block !important;
    }

    .dashboard #booking_table_next,
    .dashboard #tbl_emails_next,
    .dashboard #club_scorecard_list_next,
    .dashboard #my-packages-table_next {
        float: none !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding-top: 10px;
        display: block !important;
        clear: both;
    }

    .dashboard .dataTables_paginate li {
        float: none;
    }

    .dashboard #booking_table_previous a,
    .dashboard #tbl_emails_previous a,
    .dashboard #booking_table_next a,
    .dashboard #tbl_emails_next a,
    .dashboard #my-packages-table_previous a,
    .dashboard #my-packages-table_next a,
    .dashboard #club_scorecard_list_previous a,
    .dashboard #club_scorecard_list_next a {
        width: 100%;
    }

    .dashboard #booking_table_wrapper .row:last-child > div,
    .dashboard #tbl_emails_wrapper .row:last-child > div,
    .dashboard #club_scorecard_list_wrapper .row:last-child > div,
    .dashboard #my-packages-table_wrapper .row:last-child > div {
        width: 100%;
    }

    .dashboard #booking_table_paginate .pagination li,
    .dashboard #tbl_emails_paginate .pagination li,
    .dashboard #my-packages-table_paginate.pagination li,
    .dashboard #club_scorecard_list_paginate.pagination li,
    .dashboard div.dataTables_paginate {
        float: none !important;
    }

    .dashboard #booking_table_paginate .pagination > li > a,
    .dashboard #tbl_emails_paginate .pagination > li > a,
    .dashboard #booking_table_paginate .pagination > li > span,
    .dashboard #tbl_emails_paginate .pagination > li > span,
    .dashboard #club_scorecard_list_paginate .pagination > li > a,
    .dashboard #club_scorecard_list_paginate .pagination > li > span {
        padding: 0 8px;
    }

    .dashboard #my-packages-table_paginate .pagination > li > a,
    .dashboard #my-packages-table_paginate .pagination > li > span,
    .dashboard #club_scorecard_list_paginate .pagination > li > a,
    .dashboard #club_scorecard_list_paginate .pagination > li > span {
        padding: 0 8px;
    }

    .dashboard #booking_table,
    .dashboard #tbl_emails,
    .dashboard #my-packages-table,
    .dashboard #club_scorecard_list {
        border: 0 !important;
    }

    .dashboard #booking_table td:nth-of-type(1):before {
        content: "Club Name";
    }

    .dashboard #booking_table td:nth-of-type(2):before {
        content: "Booking Time";
    }

    .dashboard #booking_table td:nth-of-type(3):before {
        content: "Course Type";
    }

    .dashboard #booking_table td:nth-of-type(4):before {
        content: "No. Players";
    }

    .dashboard #booking_table td:nth-of-type(5):before {
        content: "Tee Off Price";
    }

    .dashboard #booking_table td:nth-of-type(6):before {
        content: "Discount/ Saving";
    }

    .dashboard #booking_table td:nth-of-type(7):before {
        content: "No. Cart";
    }

    .dashboard #booking_table td:nth-of-type(8):before {
        content: "Cart Fee";
    }

    .dashboard #booking_table td:nth-of-type(9):before {
        content: "Admin Fee";
    }

    .dashboard #booking_table td:nth-of-type(10):before {
        content: "Booking Status";
    }

    .dashboard #booking_table td:nth-of-type(11):before {
        content: "Total Payment";
    }

    .dashboard #booking_table td:nth-of-type(12):before {
        content: "Action";
    }

    .dashboard #my-packages-table td:nth-of-type(1):before {
        content: "Booking #";
    }

    .dashboard #my-packages-table td:nth-of-type(2):before {
        content: "Golf Club";
    }

    .dashboard #my-packages-table td:nth-of-type(3):before {
        content: "Offer Name";
    }

    .dashboard #my-packages-table td:nth-of-type(4):before {
        content: "Quantity";
    }

    .dashboard #my-packages-table td:nth-of-type(5):before {
        content: "Expiry Date";
    }

    .dashboard #my-packages-table td:nth-of-type(6):before {
        content: "View Offer";
    }

    .dashboard #my-packages-table td:nth-of-type(7):before {
        content: "Status";
    }

    .dashboard #my-packages-table td:nth-of-type(8):before {
        content: "Action";
    }

    .dashboard #booking_table tbody tr,
    .dashboard #my-packages-table tbody tr {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .dashboard #booking_table thead tr,
    .dashboard #my-packages-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .dashboard #booking_table td:before,
    .dashboard #my-packages-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        color: #000000;
    }

    .dashboard #booking_table table.dataTable thead tr th,
    .dashboard #my-packages-table table.dataTable thead tr th {
        display: none;
    }

    .dashboard #booking_table td,
    .dashboard #my-packages-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        display: block;
    }

    #club_scorecard_list .games-btn-group {
        width: 100%;
        display: inline-flex;
    }

    #club_scorecard_list .games-btn-group a {
        margin-right : 5px;
    }
    .widget-landing-block .landing-date-block.stick {
        width: 290px;
    }
}

@media (max-width: 991px) {

    .container {
        margin-bottom: 70px;
    }

    .dashboard #booking .booking-info .info {
        float: right;
        text-align: center;
        margin: 10px auto;
        width: 110px;
        height: auto;
        padding-left: 10px;
    }

    .dashboard #booking .booking-info .info a {
        margin-top: 10px;
        width: 120px;
    }

    .dashboard #booking .booking-info br {
        display: none;
    }

    .dashboard #booking .booking-info a {
        float: none !important;
        display: block;
        text-align: center;
        margin-right: 0 !important;
        margin-bottom: 10px;
        clear: both;
    }

    .dashboard #booking .booking-info .email-play-button {
        float: none !important;
        text-align: center !important;
        clear: both !important;
    }

    .dashboard #booking .booking-info .email-play-button a {
        width: 150px;
        display: inline-block;
    }

    .dashboard #booking .booking-info .email-play-button a:first-child {
        margin-right: 10px !important;
    }

    #club_scorecard_list .games-btn-group {
        display: inline-flex;
        width: 100%;
        height: 100%;
    }

    #club_scorecard_list .games-btn-group a {
        margin-right : 5px;
        height: 32px;
    }
    .custom-select-view {
        width: 100%;
        float: inherit;
    }
    .filter-toggle-block {
        display: inline-block;
    }
    .winery-member-container .member-title-container .custom-select-view {
        width: auto !important;
        float: inherit;
    }
    .winery-member-container .member-title-container .container {
        margin-bottom: 20px;
    }

    .winery-member-container #member-dashboard .landing-flexslider .flex-direction-nav a.flex-prev {
        left: 12px !important;
    }
    .winery-member-container #member-dashboard .landing-flexslider .flex-direction-nav a.flex-next {
        right: 12px !important;
    }

    .winery-member-container .member-title-container .desktop-menu {
        display: none !important;
    }
}

@media (max-width: 768px) {

    #club_leader_board_tbl .action-btn-group a,
	#club_leader_board_tbl .action-btn-group h1 {
        width: 100%;
        margin-bottom: 5px;
    }

    #reviews .intro .score {
        font-size: 3em;
    }

    .image-box.style2.activities .details {
        padding: 5px 0;
    }

    .table-responsive table.future-availability-tbl > tbody > tr > td {
        white-space: normal;
    }

    #main-container {
        width: 100%;
    }

    #leader_board_tbl .action-btn-group a,
    #leader_board_tbl .action-btn-group h1 {
        width: 100%;
        margin-bottom: 5px;
    }

    .dashboard #booking .booking-info div.date {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .dashboard #booking .booking-info .info {
        float: none;
        text-align: center;
        margin: 10px auto;
        width: 100% !important;
        height: auto !important;
        padding-left: 0;
        clear: both;
        padding-top: 10px;
    }

    .dashboard #booking .booking-info .info a {
        margin-top: 10px;
        margin-left: -10px !important;
        width: 100% !important;
        padding: 12px !important;
        line-height: 1px;
        font-size: 12px;
        border: 1px solid;
        border-radius: 3px;
    }

    .dashboard #booking .booking-info br {
        display: none;
    }

    .dashboard #booking .booking-info a {
        float: none !important;
        display: block;
        text-align: center;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .dashboard #booking .booking-info > .box-title {
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .dashboard #booking .booking-info .icon {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .dashboard #booking .booking-info .box-title small {
        padding-left: 0;
    }

    .dashboard #tbl_emails .mail-group-btn a {
        display: inline-block;
        margin: 5px 0px !important;
    }

    .dashboard #booking .booking-info .email-play-button a {
        float: none !important;
        display: block;
        width: 100%;
        padding: 12px;
        line-height: 1px;
        font-size: 12px;
        border-radius: 3px;
    }

    .edit-profile {
        margin-bottom: 100px;
    }

    .edit-profile #update_player,
    .edit-profile a {
        margin-bottom: 10px;
        width: 100%;
    }

    .score-more-info .table {
        width: 100% !important;
        margin: 20px 0 !important;
        float: none !important;
    }

    .score-more-info .table tbody tr td {
        width: 50% !important;
    }

    .my_stats_table {
        margin-top: 30px !important;
    }

    #menu_tab .menu-1 .tab-title,
    #menu_tab .menu-2 .tab-title-1 {
        display: inline-block !important;
    }
    .main-section-winery-availability .winery-image-slider .mobile-winery-image-slider,
    .new-booking-layout .winery-image-slider .mobile-winery-image-slider {
        display: none;
    }

    .main-voucher-details-block .stick-voucher-booking-sidebar {
        position: static;
        top: auto;
        align-self: auto;
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .business-details-block .image-block img {
        height: auto !important;
        max-height: 70px;
    }
    .show-scoreboard h5 {
        display: block;
    }

    .show-scoreboard h5:nth-child(2),
    .show-scoreboard h5:nth-child(3) {
        padding: 5px 0;
    }

    .dashboard #booking_table_wrapper .row:first-child div,
    .dashboard #tbl_emails_wrapper .row:first-child div,
    .dashboard #club_scorecard_list_wrapper .row:first-child div,
    .dashboard #my-packages-table_wrapper .row:first-child div {
        width: 100%;
        display: block;
    }

    .dashboard div.dataTables_length label,
    .dashboard div.dataTables_filter label {
        float: none !important;
    }

    .leader-board-tbl td.td-action {
        /*display : inline-flex;*/
        padding-bottom: 25px;
    }

    .leader-board-tbl td.td-action a {
        vertical-align: middle;
        margin: 5px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .wrapper-product-listing .product-inner .product-img .picture img {
        max-width: 190px;
    }
}

@media (max-width: 480px) {
    .dashboard.full-width-style ul.tabs,
    .dashboard.full-width-style .tab-content {
        width: 100% !important;
    }

    .dashboard .notification-area iframe {
        width: 175px !important;
    }

    .dashboard .image-box.style2 figure {
        width: 100%;
    }

    .dashboard #profile .personal-details .details a {
        float: left !important;
        margin-bottom: 10px;
        background: #FF4500 !important;
        border-color: #FF4500 !important;
    }

    .dashboard .image-box .box .box-title,
    .dashboard .image-box.box .box-title {
        clear: both;
    }

    .dashboard #profile .term-description dt {
        width: 30%;
    }

    .dashboard #profile .term-description dd {
        width: 70%;
        word-break: break-all
    }

    .dashboard .photo-gallery .flex-direction-nav,
    .dashboard .image-carousel.style2 .flex-direction-nav {
        top: -60px;
        left: 0;
    }

    .dashboard .view-profile .suggestion {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .dashboard .search-box .bx-wrapper .bx-controls-direction a {
        margin-top: -50px;
    }

    .dashboard .image-box.style14 figure {
        float: none;
        display: inline-block;
    }

    .dashboard-area .tab-container.full-width-style.arrow-left .tab-content .tab-pane {
        padding: 10px;
    }

    .dashboard-area .tab-container .tab-content .tab-pane .image-box .details {
        display: inline-block;
        margin-left: 0;
        padding-left: 0;
    }

    .dashboard-area .search-box-wrapper.search-block {
        margin-top: 30px !important;
    }

    .player-label,
    .player-chekbox,
    .cart-label,
    .cart-checkbox {
        display: inline-block;
    }

    .share-social-score .fb-share-button {
        display: inline-block !important;
        vertical-align: middle;
        margin: 4px 0 0 !important;
    }

    .share-social-score .twitter-share-button,
    .share-social-score .email-share-button {
        position: static !important;
        display: inline-block !important;
    }

    .section-wrapper {
        /*height: 500px;*/
        /*overflow-x: hidden;*/
        /*margin-bottom: 10px;*/

        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
        /*overflow-y: scroll;*/
    }

    .pos-category-block .count-block {
        height: auto;
    }

    .winery-member-container .tab-container.trans-style ul.tabs.mobile-view-tabs li {
        width: 130px !important;
    }
    .winery-member-container .tab-container.trans-style ul.tabs.mobile-view-tabs li a {
        font-size: 11px;
    }
    .winery-member-container .tab-container.trans-style ul.tabs.mobile-view-tabs li a i {
        font-size: 16px;
    }
}

@media (max-width: 360px) {

    .layout-8 .container,
    .layout-15 .container,
    .layout-16 .container,
    .layout-17 .container,
    .layout-18 .container,
    .layout-19 .container,
    .layout-28 .container,
    .layout-30 .container,
    .layout-32 .container {
        width: auto !important;
    }

    .layout-5 .row,  .layout-6 .row,  .layout-8 .row,
    .layout-9 .row,  .layout-11 .row, .layout-13 .row,
    .layout-14 .row, .layout-16 .row, .layout-17 .row,
    .layout-18 .row, .layout-19 .row, .layout-28 .row,
    .layout-29 .row, .layout-30 .row, .layout-31 .row,
    .layout-32 .row {
        padding: 0 !important;
    }

    #member_contact_modal .email_body {
        overflow-x: scroll;
    }

    .app-dashboard .tab-message-align {
        margin-left: 20px !important;
    }

    .app-dashboard .tab-align {
        margin-left: 5px;
    }

    .app-dashboard .tab-align {
        margin-left: -25px !important;
    }

    .app-dashboard .tab-seeting-align {
        margin-left: -15px !important;
    }

    .book-event-frm {
        font-size: 14px;
    }

    .book-event-frm p {
        line-height: 22px;
    }

    .book-event-frm .lbl-text {
        font-size: 14px;
    }

    .video-frame .description {
        height: 100%;
    }

    .bowl-game-result span.title-label {
        display: block;
    }

    .pennats-block .pennats-btn a {
        width: 100%;
    }

    .winery-member-container #member-dashboard .landing-flexslider .flex-direction-nav a.flex-prev {
        left: 7px !important;
    }
    .winery-member-container #member-dashboard .landing-flexslider .flex-direction-nav a.flex-next {
        right: 7px !important;
    }
}