/*
 * 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;
    -webkit-font-smoothing: antialiased;
}

/*hide svg universally (temp) */
#interactive {
    display: none !important;
}

/*temp slider*/

.slideshow {
    width: 960px;
    height: 450px;
    margin: 0 auto;
    background-color: #fff;
    display: block;
}

ul.carousel li {
    margin: 0 10;
}

ul.slides-pagination {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    list-style: none;
    display: block;
}

ul.slides-pagination li {
    float: left;
    margin: 0 10px 0 0;
}

ul.slides-pagination li a {
    font-family: "klavika-web-condensed";
    text-transform: uppercase;
    font-size: 1em;
    color: #aaa;
}

ul.slides-pagination li a:hover {
    color: #666;
}

ul.slides-pagination li.selected a {
color: #333;
}

.slideshow .slides-next, .slideshow .slides-prev {
    font-family: "klavika-web-condensed";
    text-transform: uppercase;
    font-size: 1em;
    color: #aaa;
}

.slideshow .slides-next:hover, .slideshow .slides-prev:hover {
    color: #666;
}

a.slides-next {
float: right;
margin: -49px 470px 0 0;
}

a.slides-prev {
float: left;
margin: -49px 0 0 300px;
}

/*@import url(http://fonts.googleapis.com/earlyaccess/tharlon.css);*/

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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
   ========================================================================== */

/* Green - #809455 */


html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,p,a,img,header,nav {
    margin: 0; padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    /*background: url(../img/bg_tile.gif) repeat 0 0 #f4f4f4;*/
    background: #FFF;
}

.gw-logo {
    position: relative;
    float: right;
    margin: 20px 20px 20px 0;
    width: 160px;
    height: 28px;
    display: inline-block;
}

.gw-logo a img {
    display: block;
}

/* ====================================
   Header
   ==================================== */

header {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

.inner-header {
    padding: 30px 0;
}

/* for IE */
.inner-header h1 {
    color: rgb(240,10,10);
}

.inner-header h1, .inner-header h2 {
    font-family: "klavika-web-condensed";
    text-transform: uppercase;
    font-size: 3.5em;
    color: rgba(240,10,10,0.8);
    line-height: .8;
}

.inner-header h2 {
    font-size: 1.3em;
    color: #2E3D4B;

}

.intro-text p {
    font-family: "klavika-web-condensed";
    text-transform: uppercase;
    font-size: 1em;
    color: #2E3D4B;
}

/* ====================================
   Map
   ==================================== */

/*.map-container {
    background: #fff;
    height: 450px;
    display: block;
}*/

.main-video {
    width: 100%;
    height: 400px;
    display: block;
    background: #fff;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.main-video iframe {
    margin: 0 auto;
    width: 980px;
    display: block;
}

/* ====================================
   Navigation
   ==================================== */

.main-nav {
    list-style: none;
    float: left;
}

.main-nav li {
    display: inline-block;
    margin-right: 10px;
}

.main-nav li a {
    /*font-family: "Tharlon", serif;*/
    font-family: "klavika-web-condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    color: #666;
    display: block;
    padding-bottom: 10px;
    border-bottom: 5px solid #f4f4f4;
}

.main-nav li a.EN {
    font-family: "klavika-web-condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    color: #666;
    display: block;
    padding-bottom: 10px;
    border-bottom: 5px solid #f4f4f4;
}

.main-nav li a.action-main {
    color: #f00a0a;
}


.main-nav li a:hover {
    color: #333;
    border-bottom: 5px solid #f00a0a;
}

.main-nav li a.action-main:hover {
    color: #dc0505;
}

/* ====================================
   Main
   ==================================== */

.main-content {
    width: 980px;
    margin: 0 auto;
    padding: 30px 10px;
}

.shadow {
    background: url(../img/panel_shadow.png) top center no-repeat;
    width: 980px;
    margin: 0 auto;
    height: 33px;
}

.left-col {
    float: left;
    width: 620px;
}

.right-col {
    width: 310px;
    float: right;
}

.left-col > div {
    margin-bottom: 40px;
}

.left-col ul {
    margin: 0 0 20px 0;
    list-style: square outside none;
}

.left-col ul li {
    margin: 10px 0 10px 30px;
}

.main-content-inner h3 {
    margin-bottom: 10px;
    font-family: "klavika-web-condensed";
    text-transform: uppercase;
    font-size: 2em;
    line-height: .8;
    color: #2E3D4B;
}

.main-content-inner h4 {
    margin-bottom: 10px;
    font-family: "klavika-web-condensed";
    text-transform: uppercase;
    font-size: 1.4em;
    color: #2E3D4B;
}

.info p {
    margin-bottom: 20px;
}

.info p i {
    font-style: italic;
}

ul.resources {
    margin-bottom: 30px;
}

.right-col ul li {
    margin-bottom: 10px;
}

.right-col li a,
a.morebut {
    background-color: #8EB63E; /*#E2002B;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #F4F4F4;
    display: inline-block;
    font-weight: 700;
    padding: 8px 10px;
    text-transform: uppercase;
    font-family: "klavika-web-condensed";
}

.right-col li a:hover,
a.morebut:hover {
    background-color: #759635; /*#990000;*/
}

.right-col li a:active,
a.morebut:active {
    background-color: #330000;
}

.right-col li a.action-rhs {
    background-color: #f00a0a; /*#E2002B;*/
}

.right-col li a.action-rhs:hover,
a.morebut:hover {
    background-color: #dc0505; /*#990000;*/
}

.right-col li a.action-rhs:active,
a.morebut:active {
    background-color: #330000;
}

.right-col p.credits {
    font-size: 0.65em;
    color: #aaa;
    margin: -10px 0;
}

h3.attribute {
    font-size: 0.9em;
    margin: 40px 0 20px 0;
}

ul.follow li a {
    background-color: #2E3D4B; /*#336699;*/
}

ul.follow li a:hover {
    background-color: #0D8CBD; /*#6699CC;*/
}

ul.follow li a:active {
    background-color: #330000; /*#003366;*/
}

ul.logging-list {
    margin-bottom: 20px;
    list-style: square;
    padding-left: 1em;
}

ul.logging-list li {
    margin-bottom: 15px;
}

.info p a {
    color: rgb(240,10,10);
    text-decoration: underline;
}

.info p a:hover {
    color: #666;
    text-decoration: none;
}

/* ==========================================================================
   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.
   Theses 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;
    }
}
