/*
*  HORIZONTAL RESPONSIVE WEBSITE STYLES
*  This is the responsive master stylesheet for the "horizontal" template.
*  Please do not edit this template unless you're sure it will not break existing websites.
*/


/* -- Viewport Styles ( Media Query $7 / Default 1161px ) -- */
@media (min-width: $7){

    .nav .list_pages .item_page {
        margin-left: 12px;
    }
    .content .clear_body,
    .content .float_body {
        min-height: 100%;
        min-height: 100vh;
    }
    .content .float_sidebar {
        min-height: 100%;
        min-height: 100vh;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .content .float_sidebar_left {
        left: 0;
    }
    .content .float_sidebar_right {
        right: 0;
    }

}


/* -- Viewport Styles ( Media Query $6 / Default 1160px ) -- */
@media (max-width: $6){


}

/* -- Viewport Styles ( Media Query $5 / Default 1024px ) -- */
@media (max-width: $5){

    /* -- Reset Widths -- */

    .website, .website .website_wrapper,
    .header, .header_wrapper,
    .top, .top .top_wrapper,
    .nav, .nav .nav_wrapper,
    .content, .content .content_wrapper,
    .page, .page .page_wrapper,
    .footer, .footer .footer_wrapper {
        width: auto;
        min-width: 0;
        max-width: none;
    }


    /* Header Styles */

    .header {
        height: 100px;
    }
    .top {
        height: 60px;
    }
    .nav {
        height: 40px;
    }

    .header .header_logo {
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 0;
    }

    .header .header_info {
        max-width: 60%;
        max-width: calc(100vw - 240px);
        text-align: right;
        line-height: 24px;
        padding-top: 4px;
    }
    .header .header_info .detail {

    }
    .header .header_info .detail.phone {
        margin-left: 25%;
    }
    .header .header_info .detail.phone:before {
        display: none;
    }

    .has_action_buttons .top {
        position: relative;
        height: 90px;
    }
    .has_action_buttons .header_info {
        float: right;
        padding-right: 156px;
        padding-top: 10px;
    }
    .has_action_buttons .header_info .detail.address {
        display: block;
    }
    .has_action_buttons .header_info .detail.address:before {
        display: none;
    }
    .has_action_buttons .header_info .detail.phone {
        margin-left: 0;
    }
    .website .header .action_button.pos1,
    .website .header .action_button.pos2,
    .website .header .action_button.pos3 {
        width: 150px;
        position: absolute;
        float: none;
        margin: 0;
        bottom: auto;
        right: 6px;
    }
    .website .header .action_button.pos1 {
        top: 10px;
    }
    .website .header .action_button.pos2 {
        top: 47px;
    }
    .website .header .action_button.pos3 {
        top: 83px;
    }

    .website .header .action_button_v2 {
        font-size: 28px;
    }


    /* Navbar Styles */

    .nav .list_pages {
        font-size: 100%;
    }
    .nav .list_pages .item_page {
        margin-left: 8px;
    }


    /* Content Styles */

    .content .clear_body,
    .content .float_body,
    .content .float_sidebar {
        box-sizing: border-box;
    }
    .content .clear_body,
    .content .float_body {
        width: 65%;
    }
    .content .float_sidebar {
        width: 35%;
    }

    .page_wrapper,
    .sidebar_wrapper {
        padding-top: 120px;
    }

    .has_action_buttons .page_wrapper,
    .has_action_buttons .sidebar_wrapper {
        padding-top: 150px;
    }

}


/* -- Viewport Styles ( Media Query $4 / Default 900px ) -- */
@media (max-width: $4){

    /* Header Styles */

    .header .header_logo {
        width: 180px;
    }
    .header .header_info {

    }

    /* Nav Styles */

    .nav {
        clear: both;
    }
    .nav .list_pages {
        font-size: 90%;
    }
    .nav .list_pages .item_page {
        margin-left: 8px;
    }

}


/* -- Viewport Styles ( Media Query $3 / Default 800px ) -- */
@media (max-width: $3){

    /* Header Styles */

    .header {
        height: 110px;
    }

    /* Nav Styles */

    .nav {
        height: 50px;
    }
    .has_action_buttons .nav {
        height: 30px;
    }
    .nav .list_pages {
        font-size: 100%;
        line-height: 22px;
        padding-top: 2px;
    }
    .nav .list_pages .item_page {
        margin-left: 10px;
    }

    /* Content Styles */

    .page {
        padding: 10px;
    }

    .content {
        margin-top: 0;
    }
    .content .clear_body,
    .content .float_body,
    .content .float_sidebar {
        width: auto !important;
        float: none;
        clear: both;
    }

    .has_action_buttons .page_wrapper,
    .has_action_buttons .sidebar_wrapper {
        padding-top: 130px;
    }

    .content .body_block {
        padding-bottom: 5px;
    }
    .float_body_left .page_wrapper,
    .float_sidebar_left .sidebar_wrapper {
        padding-bottom: 0;
    }
    .float_body_right,
    .float_sidebar_right {
        border-top: 0 none transparent;
    }
    .float_body_right .page_wrapper,
    .float_sidebar_right .sidebar_wrapper {
        padding-top: 10px;
        padding-bottom: 140px;
    }

    .content .clear_header .image_panels,
    .content .block_contact_staticmap {
        float: none !important;
        width: auto !important;
        clear: both;
    }
    .content .float_body .sidebar_widget,
    .content .clear_body .sidebar_widget
    .content .float_body .body_widget,
    .content .clear_body .body_widget {
        float: none !important;
        width: auto !important;
        clear: both;
        margin: 0 auto 15px;
    }
    .content img {
        max-width: 100%;
        height: auto;
    }
    .content .body_block .page_banner_block,
    .content .sidebar_wrapper .page_banner_block {
        margin-bottom: 10px;
    }

    /* Menus Widget Styles */

    .content .menu_section.section-columns-2 .column {
        width: auto;
        float: none;
    }
    .content .menus_list .list_item {
        padding: 0;
        margin: 0 6px 4px 0;
        border-radius: 4px;
    }
    .content .menus_list .list_item:hover,
    .content .menus_list .list_item.active_item {

    }
    .content .menus_list .list_item .bullet {

    }
    .content .menus_list .list_item .item_link {
        text-decoration: none;
        font-weight: normal;
    }
    .content .menus_list .list_item:hover .item_link,
    .content .menus_list .list_item.active_item .item_link {
        text-decoration: underline;
    }

    /* Gallery Widget Styles */

    .content .gallery_block .gallery_link {
        width: 32% !important;
        margin: 0 1% 1% 0;
    }
    .content .gallery_block .gallery_link_first,
    .content .gallery_block .gallery_span_first {
        clear: none;
    }
    .content .gallery_block .gallery_link {
        width: 49% !important;
    }

    /* Specials Widget Styles */

    .content .block_specials_coupons .list_item {
        width: auto;
        float: none;
        min-height: 0 !important;
    }

    /* Events Widget Styles */

    .content .list_events_weekly .event_photo,
    .content .list_events_featured .event_photo {
        float: left;
        clear: right;
        width: auto;
        margin: 0 auto 12px 0;
    }
    .content .list_events .item_image {
        float: left;
        clear: right;
        width: auto;
        max-width: 99%;
        margin: 0 auto 12px 0;
    }
    .content .list_events .item_name,
    .content .list_events .item_description {
        clear: left;
    }

    /* Groups Widget Styles */

    .content .block_group_photo,
    .content .block_group_description,
    .content .block_group_details {
        float: none !important;
        width: auto !important;
        margin: 0 auto 12px 0;
    }
    .content .block_group_details .field_block .label {
        line-height: 140%;
    }

    /* Reservations Widget Styles */

    .content .bookenda_block.kind_widget {
        width: 100%;
    }
    .content .bookenda_block .ypdineBooker .content {
        padding: 0;
    }

    /* VIPList Widget Styles */

    .content .viplist_form .section .label {
        display: block;
        float: none;
        width: auto;
    }
    .content .viplist_form .section input.text,
    .content .viplist_form .section textarea.textarea,
    .content .viplist_form .section select.select {
        display: block;
        float: none;
        width: 99%;
    }
    .content .viplist_form .section .field_birth_date input.text,
    .content .viplist_form .section .field_anniversary_date input.text {
        float: left;
        width: 30%;
    }
    .content .viplist_form .section .format {
        width: auto;
    }
    .content .viplist_form .section .question_consent .label {
        padding-left: 36px;
    }

    .content .viplist_form .section .field,
    .content .viplist_form .section .rating,
    .content .viplist_form .section .question {
        clear: both;
        float: none;
        width: auto;
        margin-bottom: 2%;
    }
    .content .viplist_form .section .label {
        font-size: 80%;
    }
    .content .viplist_form .section .field_postal_code input.text,
    .content .viplist_form .section .field_province_name select.select {
        width: 50%;
    }
    .content .viplist_form .section .field_province_name input[name="member_province_other"] {
        margin-left: 0;
        margin-top: 5px;
    }
    .content .viplist_form .section .field_birth_date input.text {
        width: 30%;
    }
    .content .viplist_form .section .field_anniversary_date input.text {
        width: 20%;
    }
    .content .viplist_form .section .question .label {
        width: 56%;
    }
    .content .viplist_form .section .format {
        font-size: 80%;
    }
    .content .viplist_form .section .format .fwrap {
        display: none;
    }
    .content .viplist_form .section .question .wrapper .flag {
        min-width: 44%;
        text-align: center;
    }
    .content .viplist_form .section .question_consent .label {
        float: left;
        width: 85%;
        padding-left: 0;
    }

    /* Contact Widget Styles */

    .content .contact_form .section .label {
        display: block;
        float: none;
        width: auto;
    }
    .content .contact_form .section input.text,
    .content .contact_form .section textarea.textarea,
    .content .contact_form .section select.select {
        display: block;
        float: none;
        width: 99%;
    }
    .content .contact_form .section .format {
        width: auto;
    }
    .content .contact_form .section .question_consent .label {
        padding-left: 36px;
    }

    .content .contact_form .section .field {
        clear: both;
        float: none;
        width: auto;
        margin-bottom: 2%;
    }
    .content .contact_form .section .label {
        font-size: 80%;
    }
    .content .contact_form .section .format {
        font-size: 80%;
    }

    /* Info Widget Styles */

    .content .block_info_hours.combinedays .item_label,
    .content .block_info_hours.multiranges .item_label {
        display: block;
        width: auto;
        clear: both;
    }
    .content .block_info_hours.combinedays .item_value,
    .content .block_info_hours.multiranges .item_value {
        display: block;
        width: auto;
        clear: both;
        padding-bottom: 9px;
        padding-left: 0;
    }

    .content .block_info_details .item_label {
        display: block;
        width: auto;
        clear: both;
    }
    .content .block_info_details .item_value {
        display: block;
        width: auto;
        clear: both;
        padding-bottom: 9px;
    }


    /* Locations Widget Styles */

    .content .locations_float,
    .content .locations_lists.fullsize,
    .content .locations_lists.fullsize .locations_list {
        float: none;
        clear: both;
        width: auto;
        margin: 0 auto 10px;
    }
    .content .locations_float .block_contact_dynamicmap {
        width: auto !important;
        height: auto !important;
    }
    .content .locations_content .topbar .links,
    .content .locations_content .topbar .address,
    .content .locations_content .topbar .contact,
    .content .locations_content .topbar .social {
        float: none;
        clear: both;
        text-align: left;
        margin: 0 auto 9px 0;
    }
    .content .locations_content .topbar .social {
        font-size: 140%;
        margin-bottom: 6px;
        margin-top: 12px;
    }
    .content .locations_content .topbar .social .social_icon {
        margin: 0 12px 0 0;
    }
    .content .locations_content .navbar .link {
        display: block;
        float: left;
        padding: 0;
        margin: 0 15px 9px 0;
        text-align: left;
    }
    .content .locations_content .navbar .link:after {
        content: "";
        display: none;
    }
    .content .locations_content .subbody.desc,
    .content .locations_content .subbody.maps {
        float: none;
        width: auto;
        margin: 0 auto 10px;
        padding: 0;
    }
    .content .locations_content .subbody .subtitle,
    .content .locations_content .subbody .socialvine,
    .content .locations_content .subbody .description,
    .content .locations_content .subbody .subtext {
        padding-bottom: 0;
    }
    .content .locations_content .menus_list .list_item {
        margin: 0 12px 6px 0;
    }
    .content .locations_content .list_events .list_item {
        padding-left: 0;
        padding-right: 0;
    }

    /* Misc Widget Styles */

    .content .body_widget_facebook,
    .content .sidebar_widget_facebook,
    .content .body_widget_twitter,
    .content .sidebar_widget_twitter {
        max-width: 500px !important;
    }

    .content .list_item[data-coupon],
    .content .list_item[data-coupon] * {
        cursor: inherit !important;
    }
    .content .block_specials_coupons .item_print {
        cursor: pointer !important;
    }


    /* Footer Styles */

    .footer {
        height: 100px;
    }
    .footer_wrapper {
        height: 88px;
    }
    .footer .footer_info {
        right: 140px;
    }
    .footer .footer_info .detail {
        font-size: 90%;
    }
    .footer .footer_info .detail.name {
        display: block;
        font-size: 100%;
    }
    .footer .footer_info .detail.address:before {
        display: none;
    }

}


/* -- Viewport Styles ( Media Query $2 / Default 640px ) -- */
@media (max-width: $2){

    /* Header Styles */

    .header {
        height: auto;
        position: static;
        margin: 0 auto;
        float: none;
        clear: both;
    }
    .header .header_logo {
        display: block;
        margin: 0 auto 5px;
        float: none;
        clear: both;
    }
    .header .header_info,
    .has_action_buttons .header_info {
        display: block;
        margin: 0 auto 10px;
        max-width: none;
        float: none;
        clear: both;
        text-align: center;
        padding: 0;
        line-height: 20px;
    }
    .header .header_info .detail.name,
    .header .header_info .detail.address {
        display: block;
        padding: 0;
    }
    .header .header_info .detail.address:before {
        display: none;
    }
    .header .header_info .detail.phone,
    .header .header_info .detail.social {
        display: inline-block;
        margin: 0 auto;
    }
    .header .header_info .phone.real {
        display: none;
    }
    .header .header_info .phone.track {
        display: inline-block;
    }
    .header .header_info .link.lang {
        position: absolute;
        top: 9px;
        right: 16px;
        font-size: 110%;
    }
    .header .header_info .link.lang:before {
        display: none;
    }

    /* Top Styles */

    .top,
    .has_action_buttons .top {
        height: auto;
        position: static;
        margin: 0 auto;
        float: none;
        clear: both;
        text-align: center;
    }
    .top .top_wrapper {
        padding: 10px 0 5px;
    }

    .website .top .action_button.pos1,
    .website .top .action_button.pos2,
    .website .top .action_button.pos3 {
        display: inline-block;
        position: static;
        float: none;
        margin: 0 2px 2px;
    }
    .website .top .action_button.of1 {
        width: 90%;
        width: calc((100vw / 1) - 48px);
    }
    .website .top .action_button.of2 {
        width: 40%;
        width: calc((100vw / 2) - 24px);
    }
    .website .top .action_button.of3 {
        width: 30%;
        width: calc((100vw / 3) - 18px);
    }

    .website .header .action_button_v2 {
        font-size: 22px;
        font-size: 5.5vw;
    }

    /* Nav Styles */

    .nav,
    .has_action_buttons .nav {
        height: auto;
        min-height: 40px;
        position: static;
        margin: 0 auto;
        float: none;
        clear: both;
        text-align: center;
        position: relative;
        padding: 39px 4px 0;
        height: auto;
        transition: padding 0.3s;
        z-index: 100;
    }
    .nav_expanded .nav {
        padding-bottom: 6px;
    }

    .nav .nav_toggle {
        display: block;
        position: absolute;
        box-sizing: border-box;
        left: 3px;
        top: 3px;
        font-size: 25px;
        line-height: 26px;
        width: 32px;
        height: 32px;
        border: 1px solid #262626;
        border-radius: 3px;
        color: #FFFFFF;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-color: #4D4D4D;
    }
    .nav_expanded .nav .nav_toggle {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background: -moz-linear-gradient(bottom,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-color: #4D4D4D;
    }
    .nav .nav_toggle span {
        display: block;
        margin: 0;
        width: 30px;
        height: 30px;
    }
    .nav .nav_toggle span:before {
        position: relative;
        top: 2px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }
    .nav_expanded .nav .nav_toggle span:before {
        text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
    }

    .nav .list_pages {
        display: block;
        position: static;
        padding: 0;
        margin: 0;
        border-radius: 6px;
        overflow: hidden;
        background-color: #3b3b3b;
        background-image: none;
        box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
        max-height: 0;
        transition: max-height 0.3s;
    }
    .nav_expanded .nav .list_pages {
        max-height: 100vh;
    }
    .nav .list_pages .item_page,
    .nav .list_pages .item_page:hover,
    .nav .list_pages .item_page.active {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 2px 0 2px 4px;
        font-size: inherit;
        border-radius: 0;
        border: 0 none transparent;
        position: static;
        background-color: transparent;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .nav .list_pages .item_page:hover,
    .nav .list_pages .item_page.active {
        background-color: rgba(255, 255, 255, 0.05);
    }
    .nav .list_pages .item_page.item_page_first {
        border-top: 0 none transparent;
    }
    .nav .list_pages .item_page.item_page_last {
        border-bottom: 0 none transparent;
    }
    .nav .list_pages .item_page .link,
    .nav .list_pages .item_page:hover .link,
    .nav .list_pages .item_page.active .link {
        text-align: center;
        padding: 2px 12px;
        font-size: 120%;
        line-height: 22px;
        display: block;
        text-decoration: none;
    }

    .nav .list_pages .item_page.item_dropdown,
    .nav .list_pages .item_page.item_dropdown:hover {
        position: relative;
    }
    .nav .list_pages .item_page.item_dropdown .link {
        margin-left: 35px;
        margin-right: 35px;
    }
    .nav .list_pages .item_page.item_dropdown:before,
    .nav .list_pages .item_page.item_dropdown:after {
        content: "\025bc";
        position: absolute;
        padding: 0 4px;
        top: 2px;
        font-size: 13px;
        line-height: 21px;
        color: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.05);
        background-color: rgba(255, 255, 255, 0.05);
        text-shadow: none;
        border-radius: 3px;
    }
    .nav .list_pages .item_page.item_dropdown:before {
        left: 6px;
    }
    .nav .list_pages .item_page.item_dropdown:after {
        right: 6px;
    }

    .nav .list_pages .list_subs {
        position: static;
        margin: 3px 6px 6px;
        border: 0 none transparent;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
        background-color: #262626;
        background-image: none;
        border-radius: 6px;
        padding: 0;
        overflow: hidden;
    }
    .nav .list_pages .list_subs .item_sub,
    .nav .list_pages .list_subs:hover .item_sub,
    .nav .list_pages .list_subs .item_sub:hover {
        margin: 0 auto;
        background-color: transparent;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 6px;
        text-align: center;
    }
    .nav .list_pages .list_subs .item_sub:first-child {
        border-top: 0 none transparent;
    }
    .nav .list_pages .list_subs .item_sub:last-child {
        border-bottom: 0 none transparent;
    }
    .nav .list_pages .list_subs .item_sub:hover,
    .nav .list_pages .list_subs .item_sub.active {
        background-color: rgba(255, 255, 255, 0.05);
    }
    .nav .list_pages .list_subs .item_sub .link {
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        padding: 2px 12px;
        overflow: visible;
    }
    .nav .list_pages .list_subs .item_sub.active .link_sub,
    .nav .list_pages .list_subs .item_sub .link_sub:hover {
        text-decoration: none;
    }


    /* Content Styles */
    .page .page_banner {
        background-attachment:scroll;
        background-size:cover;
    }

    /* Footer Styles */

    .footer,
    .footer .footer_wrapper,
    .footer .footer_info {
        position: static;
        height: auto;
    }

    .footer {
        margin: 5px auto 0;
    }
    .footer .footer_wrapper {
        margin: 0 auto;
        padding: 10px;
    }
    .footer .footer_info {
        width: auto;
        min-width: 0;
        float: none;
    }
    .footer .footer_info .detail {
        display: block;
        margin: 0 auto 2px;
        float: none;
        clear: both;
        overflow: visible;
        padding: 0;
        width: auto;
        max-width: none;
        text-align: center;
        font-size: 100%;
    }
    .footer .footer_info .detail:before {
        display: none;
    }
    .footer .footer_info .phone.real {
        display: none;
    }
    .footer .footer_info .phone.track {
        display: block;
    }
    .footer .footer_info .links {
        text-align: center;
        line-height: 160%;
        margin: 0 auto;
        padding: 9px 0;
    }
    .footer .footer_info .links .item:last-child {
        display: block;
        clear: both;
    }
    .footer .footer_info .links .item:last-child:before {
        display: none;
    }
    .footer .footer_logo,
    .footer .footer_copy {
        position: static;
        float: none;
        clear: both;
        text-align: center;
        width: auto;
    }
    .footer .footer_logo .image,
    .footer .footer_logo .text {
        float: none;
        clear: both;
        text-align: center;
    }
    .footer .footer_logo .image {
        margin-left: -75px;
        display: inline-block;
    }
    .footer .footer_info .phone.real {
        display: none;
    }
    .footer .footer_info .phone.track {
        display: block;
    }

    /* Content Styles */

    .page_wrapper,
    .sidebar_wrapper,
    .float_body_right .page_wrapper,
    .float_sidebar_right .sidebar_wrapper,
    .has_action_buttons .page_wrapper,
    .has_action_buttons .sidebar_wrapper,
    .has_action_buttons .float_body_right .page_wrapper,
    .has_action_buttons .float_sidebar_right .sidebar_wrapper {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    /* Guide Widget Styles */

    .page .block_guide_listings .guide_block .banner {
        width: auto;
        height: 0;
        padding-bottom: 22%;
    }
    .page .block_guide_listings .guide_block .text {
        font-size: 90%;
        line-height: 120%;
    }

    /* Misc Button Styles */

    .content .body_sublinks {
        display: none;
    }

    .scrolled .topscroll {
        display: block;
    }

    /* Contact Form Styles */

    .content .block_contact_form .section_buttons .g-recaptcha {
        float: left;
        clear: both;
        margin: 10px auto;
    }

}


/* -- Viewport Styles ( Media Query $1 / Default 420px ) -- */
@media (max-width: $1){


}


/* -- Viewport Styles ( Media Query $0 / Default 320px ) -- */
@media (max-width: $0){


}