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

* { margin: 0px; padding: 0px; }

html,
button,
select,
textarea {
    color: #b3b3b3;
}

input {
    color: #333;
}

button { border: none; }

html {
    font-size: 1em;
    line-height: 1.4;
}

::-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;
}

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

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

textarea {
    resize: vertical;
}

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


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



html,body { font-family: "lucida grande",tahoma,verdana,arial,sans-serif; }
.museothin { font-family: "museo-sans",sans-serif; font-weight: 100; font-style: normal; }
.museobold { font-family: "museo-sans",sans-serif; font-weight: 900; font-style: normal; }

a { text-decoration: none; color: inherit; cursor: pointer; }
a:hover { text-decoration: underline; }

.btn { background-color: #00D1BD; color: #ffffff; box-shadow: 0px 2px 0px rgba(0,0,0,0.2); font-family: "museo-sans",sans-serif; font-weight: 900; font-style: normal; display: inline-block; cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear; transition: all 0.1s linear; text-decoration: none; vertical-align: middle; }
.btn:hover { background-color: #00B19F; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear; transition: all 0.1s linear; margin-top: 2px; margin-bottom: -2px; box-shadow: 0px 0px 0px rgba(0,0,0,0.2); text-decoration: none !important; }
.btn-normal { height: 38px; border-radius: 19px; line-height: 40px; font-size: 15px; padding: 0px 19px; letter-spacing: 2px; }
.btn-small { height: 20px; border-radius: 10px; line-height: 20px; font-size: 12px; padding: 0px 10px; letter-spacing: 0px; }
.btn-big { height: 50px; border-radius: 25px; line-height: 52px; font-size: 24px; padding: 0px 24px; letter-spacing: -1px; }
.btn-fb { background-color: #3b5998 !important; }
.btn-fb:hover { background-color: #134079 !important; }
.btn-white { background-color: #ffffff !important; color: #666666 !important; }
.btn-transp { background-color: transparent !important; border: solid 2px #ffffff; height: 34px; line-height: 36px; }
.btn-no { background-color: #666666 !important; }
.btn-no:hover { background-color: #4d4d4d !important; }
.btn-nospacing { letter-spacing: normal; }
.txtsmall { font-size: 0.6em; }

.floatleft { float: left; }
.floatright { float: right; }
.txt-center { text-align: center; }
.txt-fnt-14 { font-size: 14px; }
.txt-fnt-12 { font-size: 12px; }
.txt-fnt-10 { font-size: 10px; }

.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.disnone { display: none; }
.no-margin { margin: 0px; }
.no-padding { padding: 0px; }
.width-50 { width: 50%; }
.width-60 { width: 60%; }
.width-80 { width: 80%; }
.margin-center { margin-left: auto !important; margin-right: auto !important; }

.sepbar { height: 1px; background-color: #dadada; margin: 20px 0px; }

.erroroverlay { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: rgba(0,0,0,0.5); z-index: 1000; display: none; }
.error { width: 400px; height: 185px; position: absolute; left: 50%; top: 50%; margin-left: -221px; margin-top: -121px; background-color: #e6e6e6; z-index: 1001; border: 1px solid #ffffff; box-shadow: 0px 5px 15px #000000; padding: 20px; text-align: center; display: none; }
.error .errortitle { color: #4d4d4d; font-size: 23px; letter-spacing: -1px; margin-bottom: 20px; }
.error .erroralert { font-size: 12px; padding: 20px 20px 20px 20px; color: #808080; border-top: 1px solid #b3b3b3; }




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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

    .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;
    }

    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;
    }
}

#cookie-consent {
   position: fixed;
   bottom: 20px;
   right: 20px;
   width: 300px;
   background-color: #f0f0f0;
   padding: 20px;
   border-radius: 5px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   z-index: 9999;
   text-align: center;
   color: #333333;
   font-size: 12px;
   cursor: default;
}