/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

    .gradient-bar 
    {
        margin-top: -7px;
    }

    #gradient-bg
    {
        background-image: none;
        height: auto;
        width: 100%;
    }

    #location
    {
        height: auto;
    }

    #location-txt
    {
        float: none;
        width: 100%;
    }

    #location-txt #loc-body
    {
        font-size: 16px;
    }

    #location-txt #loc-footer
    {
        font-size: 12px;
        font-weight: bold;
    }

    #location-txt #loc-header
    {
        font-size: 30px;
    }

    #location-txt p
    {
        background-color: #4C575E;
        color: white;
        margin-bottom: 5px;
        padding: 30px 15px;
    }

    #map-link
    {
        float: none;
        height: auto;
        width: 100%;
    }

    #map-link img
    {
        width: 100%;
    }

    #par-2
    {
        height: auto;
        padding: 70px 100px;
    }

    #par-3
    {
        padding: 70px 100px;
    }

    .shop
    {
        width: 33%;
    }

    .shop-fix-bottom-4col
    {
        display: none;
    }

    .width-960
    {
        width: 100%;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .width-960
    {
        width: 100%;
    }
    
    .shop-fix-bottom-last {
        display: block;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    #par-2
    {
        font-size: 18px;
    }

    #par-3
    {
        font-size: 18px;
    }

    .shop-fix-bottom-2col
    {
        display: block;
    }

    .width-960
    {
        width: 100%;
    }
				
				menu img {
				width: 20px;
				margin-bottom: -6px;
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #brand-big
    {
        padding-top: 120px;
        width: 90%;
    }
				
				 #brand-big-in
    {
        padding-top: 120px;
        width: 90%;
    }

    #par-1
    {
        margin-top: 60px;
    }

    #par-2
    {
        text-align: left;
    }

    .shop
    {
        width: 50%;
    }

    #shop-fix-bottom
    {
        display: none;
    }

    .width-960
    {
        width: 100%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    #brand-big
    {
        padding-top: 50px;
        width: 90%;
    }
				
				  #brand-big-in
    {
        padding-top: 50px;
        width: 90%;
    }

    #brand-small
    {
        width: 90%;
    }
				
				menu{
						margin-top: 10px !important;
			}
				

    footer
    {
        height: auto;
        padding-bottom: 10px;
    }

    #form-left, #form-center, #form-right
    {
        float: none;
        width: 98%;
    }

    #form-center, #form-right
    {
        margin-left: 0;
    }

    #form-right
    {
        clear: both;
        padding-top: 10px;
    }

    header
    {
        height: 140px;
        position: relative;
    }

    .last-menu-item
    {
        border-right: none;
    }

    menu li
    {
        border-left: none;
        float: none;
        font-size: 16px;
        text-align: center;
        width: 100%;
								margin: 0 0 10px 0;
    }
				
				#shops{
					margin: 0;
				}

    #par-1
    {
        font-size: 20px;
        margin-top: 60px;
    }

    #par-2
    {
        padding: 50px 30px;
        text-align: left;
    }

    #par-3
    {
        padding: 50px 30px;
    }

    #par-4
    {
        font-size: 24px;
    }

    .shop
    {
        width: 100%;
								text-align: center;
								background: none;
    }

    .shop-fix-bottom
    {
        display: none;
    }

    .width-960
    {
        width: 100%;
    }
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
                Just create a "fonts" folder at the root,
                copy your FontName into code below and remove
                comment brackets */

/*	@font-face {
            font-family: 'FontName';
            src: url('http://boulevardaustria.com/fonts/FontName.eot');
            src: url('http://boulevardaustria.com/fonts/FontName.eot?iefix') format('eot'),
                 url('http://boulevardaustria.com/fonts/FontName.woff') format('woff'),
                 url('http://boulevardaustria.com/fonts/FontName.ttf') format('truetype'),
                 url('http://boulevardaustria.com/fonts/FontName.svg#webfontZam02nTh') format('svg');
            font-weight: normal;
            font-style: normal; }
*/