/*==========  Non-Mobile First Method  ==========*/



    /* Large Devices, Wide Screens */

    @media only screen and (max-width : 1200px) {


    }



    /* Medium Devices, Desktops */

    @media only screen and (max-width : 992px) {



    }



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


    }



    /* Small Devices, Tablets */

    @media only screen and (max-width : 767px) {
        .search-field{
            width:98%;
        }
        .slate-logo-wrapper{
            margin-bottom: 20px;
        }
        .slate-search-header-wrapper{
            text-align: center;
        }

        .slate-cta-home-wrapper{
            margin-bottom: 20px;
        }

        /*Menu style*/


        .navbar-nav{
            float: none;
            display: block;
            justify-content: initial;
            text-align:center;
        }
        .navbar-collapse{
            padding-right: 15px;
            padding-left: 15px;
        }
        .navbar-nav:before, .navbar-nav:after, .navbar-collapse:after, .navbar-collapse:before, .nav:before, .nav:after{
            display: table;
            content: "";
        }
        .navbar-default .navbar-nav>li>a{
                   padding-top: 10px;
                   padding-bottom: 10px;
        }
        .navbar{
            min-height: initial;
            margin-bottom: inherit;
        }

        /*Footer*/
        .slate-mailchimp-form .btn-slate{
            width:100%;
        }

        #artist-dropdown-head {
            margin: 15px auto;
        }

        .navbar-nav .open .artist-dropdown-head-drop.dropdown-menu {
            background-color: #fff;
            border-radius: 0;
            border:2px solid #eb1a21;
        }

        .slate-bottom-header-wrapper .col-sm-5{
            z-index: 10;
        }

        #exhibition-section .slate-review-wrapper{
            text-align: center;
        }




    }
    @media only screen and (max-width : 648px) {
        #myCarousel{
            display: none;
        }
    }



    /* Extra Small Devices, Phones */ 

    @media only screen and (max-width : 480px) {

        .slate-header-contact-wrapper, .slate-header-top-shopactions{
            text-align: center;
        }


        

    }



    /* Custom, iPhone Retina */ 

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

        

    }