﻿

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

    .header a.logo { 
        transform:translateX(-50%); 
        left:50%;
        position:relative
    }

    #hero h1 { 
        text-align: left; 
        font-size:72px;
    }

    .banner h1 {
        text-align: left;
        font-size: 52px;
    }

    #hero { height:1400px; margin-bottom:0px;}
    #hero p { font-size:20px; text-align: left; }

    .banner { height:250px;}
    .banner p { font-size:18px; text-align: left; }

    .carousel-caption { 
        left:5px; 
    }

    .carousel-caption h1 {
        text-align: left;
        font-size: 42px;
    }

    .carousel-caption p { 
        font-size:12px; 
        text-align: left; 
    }

    .shadow {
        width:265px;
        margin-left:auto;margin-right:auto;
        margin-bottom:40px;
        -webkit-box-shadow: 0px .5px 10px 1px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px .5px 10px 1px rgba(0,0,0,0.0);
        box-shadow: 0px .5px 10px 1px rgba(0,0,0,0.0);
    }

    .mapbar input {width:100%;margin-bottom:8px;}
    .mapbar .btn {
        width: 100%;
        margin-bottom: 8px;
    }
    .mapbar select {
        width: 100%;
        margin-bottom: 8px;
    }

    .scrolling{
        height:600px;
        overflow-y:auto;
    }

    .gmap-wrapper {
        position: relative;
        height: 245px;
        padding: 0px;
    }

    .modal {margin-left:auto;margin-right:auto; width:480px;}

    .tout-margin { padding-top:100px; }
    .tout-lg .graphic-1 {margin-bottom:20px;}
    .tout-lg .graphic-2 {margin-bottom:20px;}
    .tout-lg .graphic-3 {margin-bottom:20px;}
    .tout-lg .graphic-1 img {width:initial;}
    .tout-lg .graphic-1 {overflow-x:hidden;}

    .tout-feat{
        position:static;
        width:100%;
        bottom:-120px;;
        min-height:unset;
        padding-top:60px;
    }

    .toolbar{ padding-bottom:10px; }

    .toolbar a, .toolbar select, .toolbar input {
        width:100%; 
        margin-bottom:4px;
        margin-left:auto;margin-right:auto;       
    }

    .long {  width: 100%;  }

    .sku-table th {color:#fff;}

}

