/*
* 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
================================================== */


.enquiry
{
    padding: 2%;
    margin: 2% 0 2% 0;
    width: 30%;
    height: 44px;
    font-size: 12px;
    background-color: #00aced;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.enquiry-warning
{
    color: white;
    background-color: #00aced;
}
.enquiry-left
{
    float: left;
    height: 24px;
    padding-top: 10px;
}
.enquiry-right
{
    float: right;
}
a.enquiry-link
{
    color: black;
    display: block;
    height: 24px;
    width: 150px;
    padding: 10px;
    text-decoration: none;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
a:hover.enquiry-link
{
    background: #e1e1e1;
    color: white;
}
.enquiry-image
{
    height: 100%;
    vertical-align: middle;
}
.enquiry-text
{
    color: #00aced;
    text-decoration: none;
    font-size: 12px;
}

#footer-name {
    display: inline-block;
}
#footer-description {
    display: inline-block;
}

.extra {
    display: block;
    margin-top: 0px;
}


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

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

	/* Smaller than standard 960 (devices and browsers) */
        @media only screen and (min-width: 960px) and (max-width: 1219px) {
            .examples img, .examples2 img, .examples3 img {
                max-width: 75%;
                max-height: auto;
            }
        }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
            .examples img, .examples2 img, .examples3 img {
                max-width: 60%;
                max-height: auto;
            }
        }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px)  {
            .examples img, .examples2 img, .examples3 img {
                max-width: 50%;
                max-height: auto;
            }
        }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
            .examples img, .examples2 img, .examples3 img {
                max-width: 50%;
                max-height: auto;
            }
        }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        @media only screen and (max-width: 520px) {
            .extra {
                    float: left;
                    display: block;
            }
            .examples, .examples2, .examples3 {
                    text-align: left;
                    padding-bottom: 20px;
            }
            .white-menu-bar-container, .black-contact-container {
                    visibility: hidden;
                    margin: 0px;
                    padding: 0px;
                    height: 0px;
            }
            .green-bar-container {
                    margin-top: 0px;
            }
        }


/* #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('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
