/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.invisible {
    visibility: hidden;
}
/*
 * 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;
}
.visuallyhidden.focusable {
    /*
           * 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;
}
body {
    color: #666669;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
}
html {
    height: 100%;
}
/* {{{ Global element styles */
a,
span.anchor {
    text-decoration: underline;
    color: #204080;
    cursor: pointer;
}
.icon.anchor {
    text-decoration: none;
    font-size: 18px;
    margin-left: 3px;
    color: #666669;
}
.icon.anchor:hover {
    color: #204080;
}
input + .icon.anchor.inline {
    margin-left: -20px;
}
/* }}} */
/* {{{ header */
header {
    height: 104px;
    background-image: url('../img/top-heading-background.png');
    margin: 0 9px;
    z-index: 9;
    position: relative;
}
header:before {
    content: " ";
    width: 9px;
    position: absolute;
    left: -9px;
    top: 0;
    display: block;
    height: 104px;
    background-image: url('../img/top-heading-leftcorner-background.png');
    background-repeat: no-repeat;
}
header:after {
    content: " ";
    width: 9px;
    margin-right: -9px;
    display: block;
    height: 104px;
    background-image: url('../img/top-heading-rightcorner-background.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
#logo {
    float: left;
    padding: 18px 0 0 33px;
}
#mainNavigation {
    position: absolute;
    right: 0;
}
#mainNavigation ul {
    list-style: none;
    margin: 0;
    *zoom: 1;
}
#mainNavigation ul:before,
#mainNavigation ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
#mainNavigation ul:after {
    clear: both;
}
#mainNavigation li {
    float: left;
    border-right: #FFF;
    border-left: #000;
}
#mainNavigation li.active > a {
    background: #e2e1e1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e1e1), color-stop(1, #FFF));
    background: -ms-linear-gradient(bottom, #e2e1e1, #FFF);
    /*background: -moz-linear-gradient( #e2e1e1, #FFF);*/
    font-weight: bold;
    color: #204080;
}
#mainNavigation li ul {
    display: none;
    position: absolute;
    z-index: 9999;
}
#mainNavigation li ul li {
    background: #e2e1e1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e1e1), color-stop(1, #FFF));
    background: -ms-linear-gradient(bottom, #e2e1e1, #FFF);
    /*background: -moz-linear-gradient(center bottom, #e2e1e1 0%, #FFF 100%);*/
    float: none;
}
#mainNavigation li ul a {
    text-align: left;
    width: 140px;
    padding-left: 10px;
}
#mainNavigation li:hover ul {
    display: block;
}
#mainNavigation a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    width: 140px;
    height: 90px;
    line-height: 90px;
    color: #666669;
    text-decoration: none;
    text-align: center;
}
#mainNavigation a:hover,
#mainNavigation a:active,
#mainNavigation a:focus {
    background: #e2e1e1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e1e1), color-stop(1, #FFF));
    background: -ms-linear-gradient(bottom, #e2e1e1, #FFF);
    /*background: -moz-linear-gradient(center bottom, #e2e1e1 0%, #FFF 100%);*/
    font-weight: bold;
}
#mainNavigation a:before {
    font-size: 30px;
}
@media (max-width: 1024px) {
    #mainNavigation a {
        width: 100px;
        font-size: 11px;
    }
}

#mainNavigation #dropdown {
    display: none;
}
#mainNavigation #dropdown > li {
    position: relative;
}
#mainNavigation #dropdown > li a {
    width: 140px;
}
#mainNavigation #dropdown > li ul {
    box-shadow: -4px 4px 12px #666;
    position: absolute;
}
#mainNavigation #dropdown > li ul li a {
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
@media (max-width: 1600px) {
    #mainNavigation #desktop {
        display: none;
    }

    #mainNavigation #dropdown {
        display: block;
    }

    #mainNavigation a {
        width: 80px;
    }
}
/* }}} */
/* {{{ content */
#main {
    min-height: 200px;
    overflow: auto;
    margin-top: -10px;
}
#container {
    height: 100%;
    overflow: hidden;
    background-image: url('../img/background-pattern.png');
}
#containerBackground {
    z-index: -4;
    position: fixed;
    top: 0;
    left: 0;
}
#content {
    margin: 40px 100px;
    text-align: left;
    height: 100%;
}

.pagination > .active > a {
    border: none !important;
    text-decoration: none !important;
}
/* }}} */
/* {{{ toolbar */
.toolbar {
    height: 40px;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #F5F5F6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C9C8C8), color-stop(1, #F5F5F6));
    background: -ms-linear-gradient(bottom, #C9C8C8, #F5F5F6);
    /*background: -moz-linear-gradient(center bottom, #C9C8C8 0%, #F5F5F6 100%);*/
    -webkit-box-shadow: 0 3px 10px #333;
    -moz-box-shadow: 0 3px 10px #333;
    box-shadow: 0 3px 10px #333;
    *zoom: 1;
    list-style: none;
}
.toolbar:before,
.toolbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.toolbar:after {
    clear: both;
}
.toolbar > li {
    height: 38px;
    line-height: 38px;
    padding-bottom: 2px;
    margin: 0 10px;
}
.toolbar > .left {
    float: left;
}
.toolbar > .right {
    float: right;
}
.toolbar a {
    text-decoration: none;
}
.toolbar a:hover,
.toolbar a:focus,
.toolbar a:active {
    text-decoration: underline;
}
/* }}} */
/* {{{ footer */
footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 84px;
}
#footerMenu {
    margin: 0;
    list-style: none;
    height: 84px;
    padding-right: 100px;
    margin: 0 9px;
    background-image: url('../img/footer-background.png');
    position: relative;
}
#footerMenu li {
    float: left;
    line-height: 100px;
}
#footerMenu li.right {
    float: right;
}
#footerMenu a {
    margin-top: 14px;
    display: block;
    height: 70px;
    line-height: 70px;
    width: 170px;
    text-decoration: none;
    text-align: center;
    color: #666669;
    background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a5), to(#666669));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#footerMenu a:hover,
#footerMenu a:active,
#footerMenu a:focus {
    background: #e2e1e1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e1e1), color-stop(1, #FFF));
    background: -ms-linear-gradient(bottom, #e2e1e1, #FFF);
    /*background: -moz-linear-gradient(center bottom, #e2e1e1 0%, #FFF 100%);*/
    font-weight: bold;
}
#footerMenu a:before {
    font-size: 30px;
}
#footerMenu button {
    margin-top: 14px;
}
#footerMenu:before {
    content: " ";
    width: 9px;
    position: absolute;
    left: -9px;
    top: 0;
    display: block;
    height: 104px;
    background-image: url('../img/footer-leftcorner-background.png');
    background-repeat: no-repeat;
}
#footerMenu:after {
    content: " ";
    width: 9px;
    margin-right: -9px;
    display: block;
    height: 104px;
    background-image: url('../img/footer-rightcorner-background.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
/* }}} */
/* {{{ Webkit scrollbars */
.fancyScroll::-webkit-scrollbar {
    height: 9px;
    width: 9px;
}
.fancyScroll::-webkit-scrollbar-button:start:decrement,
.fancyScroll::-webkit-scrollbar-button:end:increment {
    background: transparent;
    display: none;
}
.fancyScroll::-webkit-scrollbar-track-piece {
    background: #2b2b2b;
}
/*.fancyScroll::-webkit-scrollbar-track-piece:vertical:start {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.fancyScroll::-webkit-scrollbar-track-piece:vertical:end {
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}*/
.fancyScroll::-webkit-scrollbar-track-piece:horizontal:start {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
}
.fancyScroll::-webkit-scrollbar-track-piece:horizontal:end {
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}
.fancyScroll::-webkit-scrollbar-thumb:vertical,
.fancyScroll::-webkit-scrollbar-thumb:horizontal {
    background: #cecece;
    border-radius: 5px;
    display: block;
    height: 50px;
}
/* }}} */
