/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    background: #000000;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Helvetica Neue;
    font-size:100%;
    font-weight: 100;
    line-height:1.125em; /* 16×1.125=18 */
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

a, a:active, a:hover, a:focus { color: #FFFFFF; text-decoration: none; }

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { font-family: 'Fenix', serif; }
h1 { font-size: 3em; line-height: 1em; }
h2 { font-size: 2em; line-height: 1em; }
h3 { font-size: 1.5em; line-height: 1em; }


.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Black Theme
   =================== */

.header-container {
    background: url(../img/stars_top.png) repeat-x;
    font-family: 'Fenix', serif;
}

.logo {
    background: url(../img/newlogo.png) no-repeat;
    height: 150px;
    width: 520px;
    margin: 30px auto;
    text-indent: -9999px;
}

.find-us {
    margin: 30px 0;
    text-align: center;
}

.phone {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 5px;
}

.phone-icon {
    background: url(../img/phone-icon.png) no-repeat;
    padding-left: 45px;
}

.visit {
    font-size: 1.375em;
    line-height: 1.5em;
}

.sm ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sm li {
    display: inline-block;
    margin: 0 2px;
}


.main aside img { max-width: 100%; }
.main aside video, .main aside object { max-width: 100%; }

/* Max Width in IE6 */
.main aside img, .main aside video, .main aside object { width: 100%; }

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 2em;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-container {
    background: url(../img/stars_bottom.png) bottom repeat-x;
    min-height: 240px;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    border-top: 0.75em solid #FFFFFF;
    border-bottom: 0.75em solid #FFFFFF;
    padding: 30px 0;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles - Contact Form
   ========================================================================== */


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

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



}

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

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 50%;
    }

    .main aside {
        float: right;
        width: 45%;
    }


}

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

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    .copyright {
        width: 45%;
        float: right;
    }

    .logo { float: left; }

    .find-us { float: right; text-align: right; }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}