@import url("//hello.myfonts.net/count/27ac98");
@font-face {font-family: 'Novecentowide-Book';src: url('webfonts/27AC98_E_0.eot');src: url('webfonts/27AC98_E_0.eot?#iefix') format('embedded-opentype'),url('webfonts/27AC98_E_0.woff') format('woff'),url('webfonts/27AC98_E_0.ttf') format('truetype');}
@font-face {font-family: 'Novecentowide-DemiBold';src: url('webfonts/27AC98_9_0.eot');src: url('webfonts/27AC98_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/27AC98_9_0.woff') format('woff'),url('webfonts/27AC98_9_0.ttf') format('truetype');}
/*
 * 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
   ========================================================================== */

body { background: #262626; font-family: 'Novecentowide-Book', Arial, sans-serif; }
.lt-ie9 body { min-width: 1000px; }
.container { width: 1000px; margin: 0 auto; }
#header { position: relative; }
#header .languages { position: absolute; right: 0; top: 20px; background: #060606; padding: 2px 10px 6px 12px;
    -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
#header .languages a { color: #fff; font-size: .7em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid #89959b; }
#header .languages a:hover { border-bottom: 1px solid #fff; }

#header img, #left img { max-width: 100%; }

#left { width: 50%; float: left; }
#right { width: 50%; float: right; }

#content .inner,
#content .form { margin: 20px 10px; }

#left .inner { padding: 40px 20px 20px 0px; text-align: center; }
#left .baseline { margin-bottom: 120px; }
#left .more { margin-top: 10px; }
#left .more a { color: #fff; font-size: .6em; text-decoration: none; }
#left .more .icon { vertical-align: text-bottom; margin-right: 4px; }
#left .more .text { background: #282c2e; padding: 2px 8px 5px 8px; }
#left .more .text .link { border-bottom: 1px solid #89959b; }
#left .more a:hover .text .link { border-bottom: 1px solid #fff; }

.form { background: #060606; padding: 15px; 
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.form label { text-transform: uppercase; font-size: .6em; color: #fff; }
.form .text { width: 100%; font-size: .8em; background: #252A2C; border: 1px solid #000; color: #fff; padding: 2px; text-indent: 2px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.form .text:focus { outline: none; border-color: #2a3033; }
.form .textarea { width: 100%; min-width: 100%; max-width: 100%; height: 80px; min-height: 80px; max-height: 80px; font-size: .8em; background: #252A2C; border: 1px solid #000; color: #fff; margin: 0; padding: 4px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; resize: none; }
.form .textarea:focus { outline: none; border-color: #2a3033; }
.form .field.single,
.form .sub-field { padding-right: 6px; }
.form .sub-field.select,
.form .field.select { padding-right: 1px; }
.form .field.area { padding-right: 8px; }

.form .bottom { padding: 15px; }
.form .bottom label { display: block; padding-left: 3px; }
.form .bottom .field { margin-bottom: 8px; }
.form .bottom .field.last { margin-bottom: 0; }
.form .bottom .field-left { float: left; width: 58%; }
.form .bottom .field-right { float: right; width: 40%; }

.form .radio label { margin-left: 4px; }

.form .text.error { background: #252A2C url("../img/error.png") repeat-y left top; text-indent: 6px; }
.form .textarea.error { background: #181d1f url("../img/error.png") repeat-y left top; text-indent: 4px; }

.form .error-message { text-transform: uppercase; padding: 0 15px 15px 15px; font-size: .7em; color: #7194a9; }
.form .success-message { text-transform: uppercase; padding: 0 15px 15px 15px; font-size: .7em; color: #fff; }

.form .error .selector span { color: #7194a9; }
.form .actions { padding: 0 15px; }
.form .actions-left { float: left; width: 50%; font-size: .6em; color: #d7d7d7; }
.form .actions-right { float: left; width: 50%; text-align: right; }

.button { display: inline-block; *display: inline; padding: 4px 10px; vertical-align: middle; cursor: pointer; *zoom: 1;
    background: #7694a8; border: none; text-transform: uppercase; color: #fff; font-size: .7em; font-weight: bold; font-family: 'Novecentowide-DemiBold', Arial, sans-serif;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; em; font-weight: bold; font-family: 'Novecentowide-DemiBold', Arial, sans-serif;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; resize: none; }
.button:hover { background: #99aab9; }
.button:active { background: #748a9d; }

@media (max-width: 1024px) {
    .container { width: auto; margin: auto; }
}
@media (max-width: 768px) {
    #left { width: 100%; float: none; }
    #right { width: 100%; float: none; }

    #content .inner,
    #content .form { margin: 10px; }

    #left .inner { padding: 40px 10px; }

    #left .baseline { margin-bottom: 60px; }
}
@media (max-width: 480px) { }

/* ==========================================================================
   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;
    }
}
