/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

@import url("../fonts/fonts.css");



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

html {
    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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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




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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





body{background:rgb(114, 100, 88);margin: 0px 0 0 0 0;   font-family:'museo_sans', 'Lucida Grande', sans-serif; color: #fff; font-size: 19px; line-height: 30px;
    font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


#LOGIN{padding-top: 100px;}
#label_login, #label_enter{display: block; font-size: 14px; color: #000; opacity: 0; text-align: center; opacity: .8; font-weight: bold; cursor: pointer; width: 100px; margin: auto; padding: 20px; }
    #label_login:hover{opacity: .2;}
#label_enter{cursor: default; text-transform: uppercase; width: 400px; opacity: 0; padding: 0; margin-top: 25px; font-size: 15px;}
#field_login{padding: 3px; font-size: 20px; opacity: 0; width: 180px; margin: auto; display: block; text-align: center;}

#btn_login_wrapper{text-align: center;}
#btn_login{background: rgb(188, 180, 162); color: #fff; margin: auto; padding: 2px 30px; opacity: 0; display: inline-block; cursor: pointer; text-transform: uppercase; font-size: 13px;}
    #btn_login:hover{background: #fff; color: #000;}

#SITE{overflow-x: hidden;}

a{color: #fff;}
a:hover{opacity: .5};


#menu_top{}
    #menu_top ul{ height: auto; overflow: hidden; opacity:1;
        transform: scaleY(1);
        -webkit-transition:all 1s ease;
        -moz-transition:all 1s ease;
    }
    #menu_top.is_open ul{display:block;}
    #btn_menu{display:block; height: 25px; width: 25px; margin-left: 20px;}
    #btn_menu:hover{opacity:.5;}
        #btn_menu span{display: block; height: 3px; background: #fff; width: 100%; margin-bottom: 3px;}
    #menu_top *{font-size: 17px !important;}



.h_menu{margin-bottom: 25px ; display: block;}
    .h_menu ul{padding: 0; margin: 0; text-align: center; margin-bottom: 30px;}
        .h_menu ul li{display:inline-block; padding: 0 15px;}

#header_top{text-align: center; padding-bottom: 26px;}
#header_top img, #logo_main_intro{margin: auto; width: 292px; display: block;}



.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    opacity: 1;
}

.is_touch .hsContainer{
    height: 600px !important;
}

.hsContent {
    max-width: 450px;
    margin: 150px auto 0 auto;
    display: table-cell;
    vertical-align: bottom;
    color: #ebebeb;
    padding: 0 8%;
    text-align: center
}
.is_not_touch .bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.is_touch .bcg {
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 600px;
    width: 100%;
}

#btn_menu{display:none;}
#menu_btm a{color:#000;}

#footer_sub_line{color:rgb(114, 100, 88)}
#footer_sub_line a{color:rgb(114, 100, 88)}

.homeSlide{min-height: 500px; margin-bottom: 80px; margin: auto; }

/* Slides */
#slide-1 .bcg {background-image:url('../img/header_1.jpg');}
#slide-2 .bcg {background-image:url('../img/header_2.jpg'); }
#slide-3 .bcg {background-image:url('../img/header_3.jpg');}
#slide-4 .bcg {background-image:url('../img/header_4.jpg');}


.content_section{text-align: center;  padding-top: 90px;padding-bottom: 95px;}
    .content_section.center_h{margin: auto; max-width: 1280px !important;}
    .content_section h1,.content_section h2, .content_section h3{ font-family:'museo_slab', 'Lucida Grande', sans-serif; font-weight: normal; font-size: 48px; line-height: 61px;
    font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
    .content_section h2, .content_section h3{font-size: 26px; padding-top: 35px; line-height: 34px;}

.content_section .p_wrapper{margin: auto; width:68%; text-align: left; padding-top: 15px;  }
    .content_section .p_wrapper *{-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;}
    .content_section h1, .content_section h2{margin: auto; width:68%;}
    .content_section h2{text-align: left;}
    .content_section .p_wrapper h2{text-align: left; margin: 0;}


.content_inner_box_section{background: url(../img/box_content_bg.png) #fff center top repeat-x ; background-size: 100% 100%;}
    .content_inner_box_section .outer_wrapper{margin: auto; max-width: 1280px;}
    .content_inner_box_section .content_box{width: 560px; float: right; background: rgb(114,100,88); margin-right: 200px;}
    .content_inner_box_section .content_box_inner{padding: 55px; text-align: left;}





@media only screen and (max-width: 800px){
    #btn_menu{display:block;}
    #menu_top ul{height: 0; opacity:0;transform: scaleY(0);    }
    #menu_top.is_open ul{height: auto; opacity: 1;transform: scaleY(1);    }
        #menu_top li{display: block; padding: 8px; font-size: 26px;}


    #menu_btm li {padding: 5px;}


    .content_section h1{ font-size: 28px; line-height: 36px; text-align: left; width: 90%;}
    .content_section h2{font-size: 24px; line-height: 30px; text-align: left; width: 90%; opacity: .7;}
    .content_section .p_wrapper{ width:90%;}

    .content_inner_box_section .content_box{width: 80%; float: none; margin: auto;}

}


@media only screen and (max-width: 500px){
    .content_section.content_inner_box_section{padding-top: 0; padding-bottom: 0;}
    .content_inner_box_section .content_box{width: 100%; float: none; margin: auto;}
}