/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}

/*
Responsive 996px grid system ~ Grid CSS.
Copyright 2013, Josh Cope

12 Columns ~ Margin left: 13px ~ Margin right: 13px

Based on the 960.gs grid system - http://960.gs/
by Nathan Smith

Licensed under GPL and MIT
*/

/* =============================================================================
   Base 966px Grid
   ========================================================================== */

    body {min-width: 996px;}

    /* Container */
    .container {
        margin-left: auto;
        margin-right: auto;
        width: 996px;
    }

    /* Global */
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        display: inline;
        float: left;
        margin-left: 13px;
        margin-right: 13px;
    }

    .push_1, .pull_1,
    .push_2, .pull_2,
    .push_3, .pull_3,
    .push_4, .pull_4,
    .push_5, .pull_5,
    .push_6, .pull_6,
    .push_7, .pull_7,
    .push_8, .pull_8,
    .push_9, .pull_9,
    .push_10, .pull_10,
    .push_11, .pull_11 {
        position: relative;
    }

    /* Children (Alpha ~ First, Omega ~ Last) */
    .alpha {margin-left: 0;}
    .omega {margin-right: 0;}

    /* Base Grid */
    .container .grid_1 {width: 57px;}
    .container .grid_2 {width: 140px;}
    .container .grid_3 {width: 223px;}
    .container .grid_4 {width: 306px;}
    .container .grid_5 {width: 389px;}
    .container .grid_6 {width: 472px;}
    .container .grid_7 {width: 555px;}
    .container .grid_8 {width: 638px;}
    .container .grid_9 {width: 721px;}
    .container .grid_10 {width: 804px;}
    .container .grid_11 {width: 887px;}
    .container .grid_12 {width: 970px;}

    /* Prefix Extra Space */
    .container .prefix_1 {padding-left: 83px;}
    .container .prefix_2 {padding-left: 166px;}
    .container .prefix_3 {padding-left: 249px;}
    .container .prefix_4 {padding-left: 332px;}
    .container .prefix_5 {padding-left: 415px;}
    .container .prefix_6 {padding-left: 498px;}
    .container .prefix_7 {padding-left: 581px;}
    .container .prefix_8 {padding-left: 664px;}
    .container .prefix_9 {padding-left: 747px;}
    .container .prefix_10 {padding-left: 830px;}
    .container .prefix_11 {padding-left: 913px;}

    /* Suffix Extra Space */
    .container .suffix_1 {padding-right: 83px;}
    .container .suffix_2 {padding-right: 166px;}
    .container .suffix_3 {padding-right: 249px;}
    .container .suffix_4 {padding-right: 332px;}
    .container .suffix_5 {padding-right: 415px;}
    .container .suffix_6 {padding-right: 498px;}
    .container .suffix_7 {padding-right: 581px;}
    .container .suffix_8 {padding-right: 664px;}
    .container .suffix_9 {padding-right: 747px;}
    .container .suffix_10 {padding-right: 830px;}
    .container .suffix_11 {padding-right: 913px;}

    /* Push Space */
    .container .push_1 {left: 83px;}
    .container .push_2 {left: 166px;}
    .container .push_3 {left: 249px;}
    .container .push_4 {left: 332px;}
    .container .push_5 {left: 415px;}
    .container .push_6 {left: 498px;}
    .container .push_7 {left: 581px;}
    .container .push_8 {left: 664px;}
    .container .push_9 {left: 747px;}
    .container .push_10 {left: 830px;}
    .container .push_11 {left: 913px;}

    /* Pull Space */
    .container .pull_1 {left: -83px;}
    .container .pull_2 {left: -166px;}
    .container .pull_3 {left: -249px;}
    .container .pull_4 {left: -332px;}
    .container .pull_5 {left: -415px;}
    .container .pull_6 {left: -498px;}
    .container .pull_7 {left: -581px;}
    .container .pull_8 {left: -664px;}
    .container .pull_9 {left: -747px;}
    .container .pull_10 {left: -830px;}
    .container .pull_11 {left: -913px;}

    /* Images & Other Objects */
    img, object, embed {    max-width: 100%;}
    img { height: auto; }


/* =============================================================================
   768px Grid
   ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 995px) {

    body {min-width: 768px;}

    /* Container | 768px */
    .container {width: 768px;}

    /* Global | 768px */
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {margin-left: 8px;
        margin-right: 8px;}


    /* Base Grid | 768px */
    .container .grid_1 {width: 48px;}
    .container .grid_2 {width: 112px;}
    .container .grid_3 {width: 176px;}
    .container .grid_4 {width: 240px;}
    .container .grid_5 {width: 304px;}
    .container .grid_6 {width: 368px;}
    .container .grid_7 {width: 432px;}
    .container .grid_8 {width: 496px;}
    .container .grid_9 {width: 560px;}
    .container .grid_10 {width: 624px;}
    .container .grid_11 {width: 688px;}
    .container .grid_12 {width: 752px;}

    /* Prefix Extra Space | 768px */
    .container .prefix_1 {padding-left: 64px;}
    .container .prefix_2 {padding-left: 128px;}
    .container .prefix_3 {padding-left: 192px;}
    .container .prefix_4 {padding-left: 256px;}
    .container .prefix_5 {padding-left: 320px;}
    .container .prefix_6 {padding-left: 384px;}
    .container .prefix_7 {padding-left: 448px;}
    .container .prefix_8 {padding-left: 512px;}
    .container .prefix_9 {padding-left: 576px;}
    .container .prefix_10 {padding-left: 640px;}
    .container .prefix_11 {padding-left: 704px;}

    /* Suffix Extra Space | 768px */
    .container .suffix_1 {padding-right: 64px;}
    .container .suffix_2 {padding-right: 128px;}
    .container .suffix_3 {padding-right: 192px;}
    .container .suffix_4 {padding-right: 256px;}
    .container .suffix_5 {padding-right: 320px;}
    .container .suffix_6 {padding-right: 384px;}
    .container .suffix_7 {padding-right: 448px;}
    .container .suffix_8 {padding-right: 512px;}
    .container .suffix_9 {padding-right: 576px;}
    .container .suffix_10 {padding-right: 640px;}
    .container .suffix_11 {padding-right: 704px;}

    /* Push Space | 768px */
    .container .push_1 {left: 64px;}
    .container .push_2 {left: 128px;}
    .container .push_3 {left: 192px;}
    .container .push_4 {left: 256px;}
    .container .push_5 {left: 320px;}
    .container .push_6 {left: 384px;}
    .container .push_7 {left: 448px;}
    .container .push_8 {left: 512px;}
    .container .push_9 {left: 576px;}
    .container .push_10 {left: 640px;}
    .container .push_11 {left: 704px;}

    /* Pull Space | 768px */
    .container .pull_1 {left: -64px;}
    .container .pull_2 {left: -128px;}
    .container .pull_3 {left: -192px;}
    .container .pull_4 {left: -256px;}
    .container .pull_5 {left: -320px;}
    .container .pull_6 {left: -384px;}
    .container .pull_7 {left: -448px;}
    .container .pull_8 {left: -512px;}
    .container .pull_9 {left: -576px;}
    .container .pull_10 {left: -640px;}
    .container .pull_11 {left: -704px;}

    /* Children (Alpha ~ First, Omega ~ Last) | 768 */
    .alpha {margin-left: 0;}
    .omega {margin-right: 0;}
}


/* =============================================================================
   Less than 768px
   ========================================================================== */

@media only screen and (max-width: 767px) {

    body{min-width:0;}

    /* Container */
    .container { margin:0 auto; width:456px; overflow:hidden; }

    /* Global */
    .container .grid_1,
    .container .grid_2,
    .container .grid_3,
    .container .grid_4,
    .container .grid_5,
    .container .grid_6,
    .container .grid_7,
    .container .grid_8,
    .container .grid_9,
    .container .grid_10,
    .container .grid_11,
    .container .grid_12 {
        width:416px;
        clear: both;
        float: none;
        margin-left: 0;
        margin-right: 0;
        display:inline-block;
        padding-left: 20px;
        padding-right: 20px;

        /* IE 6&7 */
        zoom:1;
        *display:inline;
    }

    /* Nested children need no padding */
    .grid_1  .grid_1,
    .grid_2  .grid_1, .grid_2  .grid_2,
    .grid_3  .grid_1, .grid_3  .grid_2, .grid_3  .grid_3,
    .grid_4  .grid_1, .grid_4  .grid_2, .grid_4  .grid_3, .grid_4  .grid_4,
    .grid_5  .grid_1, .grid_5  .grid_2, .grid_5  .grid_3, .grid_5  .grid_4, .grid_5  .grid_5,
    .grid_6  .grid_1, .grid_6  .grid_2, .grid_6  .grid_3, .grid_6  .grid_4, .grid_6  .grid_5, .grid_6  .grid_6,
    .grid_7  .grid_1, .grid_7  .grid_2, .grid_7  .grid_3, .grid_7  .grid_4, .grid_7  .grid_5, .grid_7  .grid_6, .grid_7  .grid_7,
    .grid_8  .grid_1, .grid_8  .grid_2, .grid_8  .grid_3, .grid_8  .grid_4, .grid_8  .grid_5, .grid_8  .grid_6, .grid_8  .grid_7, .grid_8  .grid_8,
    .grid_9  .grid_1, .grid_9  .grid_2, .grid_9  .grid_3, .grid_9  .grid_4, .grid_9  .grid_5, .grid_9  .grid_6, .grid_9  .grid_7, .grid_9  .grid_8, .grid_9  .grid_9,
    .grid_10  .grid_1, .grid_10  .grid_2, .grid_10  .grid_3, .grid_10  .grid_4, .grid_10  .grid_5, .grid_10  .grid_6, .grid_10  .grid_7, .grid_10  .grid_8, .grid_10  .grid_9, .grid_10  .grid_10,
    .grid_11  .grid_1, .grid_11  .grid_2, .grid_11  .grid_3, .grid_11  .grid_4, .grid_11  .grid_5, .grid_11  .grid_6, .grid_11  .grid_7, .grid_11  .grid_8, .grid_11  .grid_9, .grid_11  .grid_10, .grid_11  .grid_11,
    .grid_12  .grid_1, .grid_12  .grid_2, .grid_12  .grid_3, .grid_12  .grid_4, .grid_12  .grid_5, .grid_12  .grid_6, .grid_12  .grid_7, .grid_12  .grid_8, .grid_12  .grid_9, .grid_12  .grid_10, .grid_12  .grid_11, .grid_12  .grid_12   {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container .push_1, .container .push_2,
    .container .push_3, .container .push_4,
    .container .push_5, .container .push_6,
    .container .push_7, .container .push_8,
    .container .push_9, .container .push_10,
    .container .push_11 {
        left: 0;
    }
    .container .pull_1, .container .pull_2,
    .container .pull_3, .container .pull_4,
    .container .pull_5, .container .pull_6,
    .container .pull_7, .container .pull_8,
    .container .pull_9, .container .pull_10,
    .container .pull_11 {
        left: 0;
    }
}


/* =============================================================================
   Less than 480px
   ========================================================================== */
@media only screen and (max-width: 479px) {

    /* Container */

    .container { width:300px;}

    /* Global */

    .container .grid_1,
    .container .grid_2,
    .container .grid_3,
    .container .grid_4,
    .container .grid_5,
    .container .grid_6,
    .container .grid_7,
    .container .grid_8,
    .container .grid_9,
    .container .grid_10,
    .container .grid_11,
    .container .grid_12 {
        width:260px;
    }
}

/* =============================================================================
Master Electric CSS - Sitewide
========================================================================== */
.hidden {
    display:none;
}

.clear {
    clear:both;
}

a {
    color:#009;
    text-decoration: none;
}
    a:hover {
        color:#009;
        text-decoration: underline;
    }

.vcard {
    font-size:75%;
    color:#333;
}

.vcard div {
    float:left;
    margin-right:5px;
}

.vcard .email {
    text-align:right;
}

header {
    margin-top:3px;
    padding-top:5px;
    background:url(../img/Master-Electric-Website-Header-Repeat.png) repeat-x;
}

ul.nav {
	padding-bottom: 15px;
}

ul.nav li {
    list-style:none;
    float:left;
    margin-right:10px;
    padding-right:10px;
    font-size:120%;
}

ul.nav .nav-border {
    border-right:1px solid #666;
}

h1, h2{
    font-size:135%;
}

#master-electric-content {
    margin-top:5px;
}

#master-electric-content h1 {
    color:#0053a0;
    font-weight:bold;
    margin-bottom:0px;
}

#master-electric-content p {
    margin: 0;
    padding: 0;
}

footer {
    text-align:center;
    font-size:90%;
    margin-top:20px;
}

/* =============================================================================
Master Electric CSS - Contact Us Float
========================================================================== */

#master-electric-content-contact-form {
    float:right;
    border:1px solid #666;
    padding:10px;
    padding-bottom:40px;
    margin-left:15px;
    margin-bottom:10px;
    background: #fff url(../img/contact-us-footer-1.png) no-repeat scroll bottom right;
    width: 255px;
    min-height: 230px;
}

#master-electric-content-contact-form h3 {
    font-size:130%;
    margin:0;
}

label {
    clear:both;
    display:block;
    font-size:90%;
    color:#590000;
    margin-bottom:0px;
}

#name {
    width:190px;
}

#email {
    width:250px;
}

#message {
    width:250px;
    height:75px;
}

#contact-submit {
    border-color: transparent transparent #ECECEC; /** rgba fallback **/
    border-color: transparent transparent rgba(255, 255, 255, 0.63);
    background:none;
    padding:0;
}

#contact-submit,
#contact-submit b.o,
#contact-submit b.m {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    display: block;
}
#contact-submit b.o {
    border-color: #5A5A5A;
    border-color: rgba(0, 0, 0, 0.56);
}
#contact-submit b.m {
    background: transparent url(../img/button.png) repeat-x 0 0;
    border-color: #FFF transparent #C7C7C7;
    border-color: #FFF rgba(255, 255, 255, 0.33) rgba(255, 255, 255, 0.33);
}
#contact-submit:hover b.m {
    background-position: 0 -80px;
}
#contact-submit:active b.m {
    background-position: 0 -160px;
    border-color: #B7B7B7 transparent #D4D4D4;
    border-color: rgba(255, 255, 255, 0.11) rgba(255, 255, 255, 0.23) rgba(255, 255, 255, 0.27);
}
#contact-submit b.m b {
    display: block;
    font-weight: bold;
    padding: 4px 8px;
    text-shadow: 1px 1px 0px #c3c3c3;
    color: #222222;
}

/* =============================================================================
Master Electric CSS - Home Page/Index
========================================================================== */

#master-electric-home-image-rotation {
    height:230px;
    margin-bottom:10px;
    background:#FFF url(../img/Master-Electric-Service-Website-Homepage-Background.png) no-repeat scroll center top;
    position:relative;
}

.master-electric-home-image-rotation-section{
    height:230px;
}

.master-electric-home-image-rotation-section h3 {
    font-size:150%;
    color:#FFF;
    position:absolute;
    top:20px;
    left:20px;
    padding:0;
    margin: 0;
}

.master-electric-home-image-rotation-section-details {
    color:#CCC;
    position:absolute;
    top:60px;
    left:45px;
}

.master-electric-home-image-rotation-section-details ul {
    margin: 0;
}
.master-electric-home-image-rotation-section-details li {
    margin: 0 0 0 5px;
}

.master-electric-home-image-rotation-section-link {
    position:absolute;
    top:120px;
    left:70pz;
}

.master-electric-home-image-rotation-section-link a {
    font-size:135%;
    font-weight:bold;
    color:#FFF;
}

#master-electric-home-image-rotation-section-1 {
    background:url(../img/Master-Electric-Service-Website-Homepage-Background-1.png) no-repeat scroll center top;
}

#master-electric-home-image-rotation-section-2 {
    background:url(../img/Master-Electric-Service-Website-Homepage-Background-2.png) no-repeat scroll center top;
}

#master-electric-home-image-rotation-section-3 {
    background:url(../img/Master-Electric-Service-Website-Homepage-Background-3.png) no-repeat scroll center top;
}


#master-electric-home-column-1 {
    height:420px;
    background:#FFF url(../img/wires.png) no-repeat scroll left bottom;
}

#master-electric-home-column-2 {
    height:420px;
    background:#FFF url(../img/multimeter.png) no-repeat scroll left bottom;
}

.master-electric-home-column-link {
    float:right;
    font-size:100%;
    padding-right:5px;
}


/* =============================================================================
Master Electric CSS - About Us (aboutUs.php)
========================================================================== */
#master-electric-aboutUs-image-1 {
    float:left;
    padding-right:15px;
    padding-bottom:5px;
    padding-top:5px;
}

/* =============================================================================
Master Electric CSS - Services (services.php)
========================================================================== */
#master-electric-services-image-1 {
    float:left;
    margin-right:65px;
}

/* =============================================================================
Master Electric CSS - Contact Us (contact.php)
========================================================================== */
#master-electric-contact-us-image-1 {
    float:right;
    padding-right:15px;
    padding-bottom:5px;
    padding-top:5px;
}

#master-electric-contact-information {
    margin-left:40px;
    margin-top:10px;
}

#master-electric-contact-information dt {
    margin-top:10px;
    font-size:135%;
    color:#590000;
}

#master-electric-contact-information dd {
    color:#333;
}

.contactFormResponse {
	margin: 5px 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border: 2px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 650px;
}

.msgSuccess {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.msgFail {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}


