/**
 * 
 * @file                desktop-size template css file
 * @version             see main xml file
 * @package             tpl_digi_full_power
 * @copyright		copyright digigreg 2014-2015 - all rights reserved
 * @license             GNU General Public License version 2 or later
 * 
 */

/* full body stuff */
.full-body .showcase-logo {
    margin: 48px auto;
    width: 160px;
    z-index: 10;
}
.full-body .header-bar {
    min-height: 50px;
}
.full-body .hidden-bar {
    min-height: 50px;
    margin-top: -50px;
    position: fixed;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 65000;
}
.full-body .header-bar > div, .hidden-bar > div {
    height: 100%;
    margin: 0 auto;
}
.full-body .header-title {
    font-size: 24px !important;
    margin-top: 30px;
}
.full-body .header-title a, .full-body .header-title p {
    font-size: 20px !important;
}
.full-body div.sub-logo {
    float: left;
    margin-left: 8px;
    margin-right: 15px;
    margin-top: 8px;
}
.full-body img.sub-logo {
    height: 100%;
}
.full-body #content-wrapper {
    background-attachment: fixed;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.full-body .header-menu div.sidebar-decoration, .full-body .hidden-menu div.sidebar-decoration {
    display: none;
}
.full-body .header-menu .navigation-item, .full-body .hidden-menu .navigation-item {
    float: left;
    padding: 0;
}
.full-body .header-menu > ul.menu > li, .full-body .hidden-menu > ul.menu > li, .full-body .footer-menu > ul.menu > li {
    float:left
}
.full-body .header-menu a.nav-item, .full-body .hidden-menu a.nav-item {
    font-size: 20px;
    line-height: 22px;
    margin-top: 16px;
}
.full-body a.nav-item {
    display: flex;
    font-size: 16px;
    height: 24px;
    line-height: 22px;
    margin-top: 10px;
    opacity: 0.6;
    padding: 0 20px;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.full-body a.nav-item:hover, .full-body .menu > li.active a.nav-item, .full-body .menu > li.current a.nav-item {
    opacity: 1;
    background-color: transparent;
}
.full-body a.nav-item i {
    display: none;
}
.full-body a.nav-item i.fa-angle-down {
    display: block;
    float: right;
    font-size: 1em;
    margin: 0;
    padding-left: 5px;
    padding-top: 2px;
}
.full-body .inline a.nav-item i {
    display: inline;
}
.full-body ul .menu-group {
    float: left;
}
.full-body ul.nav-child {
    list-style: outside none none;
    max-height: 160px;
    min-width: 300px;
    overflow: visible;
    padding: 20px 0;
    position: absolute;
}
.full-body ul.nav-child ul {
    display: none;
    margin-top: 5px;
    padding: 10px 20px 20px;
}
.full-body .header-bar ul.nav-child {
    background-color: transparent;
}
.full-body ul.nav-child ul:before {
    border-image: none;
    border-style: none solid solid;
    border-width: medium 10px 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -10px;
    transition: all 0.3s ease-out 0s;
}
.full-body ul.nav-child li {
    height: 30px;
}
.full-body ul.nav-child li:hover > ul {
    display: block;
}
.full-body ul.nav-child a {
    opacity: 0.5;
}
.full-body ul.nav-child i {
    float: right;
    font-size: 5em;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    opacity: 0.3;
}
.full-body .hidden-bar ul.nav-child a,
.full-body .hidden-bar ul.nav-child i {
    background-color: transparent;
}
.full-body .header-bar ul.nav-child a,
.full-body .header-bar ul.nav-child i {
    background-color: transparent;
}
.full-body .language-selection .lang-inline {
    font-size: 20px;
    margin-top: 8px;
    padding: 4px 0 1px;
    transition: all 0.3s;
}
.full-body div.mod-languages ul.lang-inline li {
    display: inline-block !important;
    display: -webkit-inline-block !important;
}
.full-body div.language-selection.no-hud ul {
    margin-top: 14px;
}
.full-body div.language-selection.no-hud ul.lang-inline li a {
    color: #fff;
}
.full-body #parallax-wrapper {
    height: 100vh;
    position: fixed;
}
.full-body #main.inset-once {
    width: 70%;
}
.full-body #main.inset-both {
    width: 40%;
}
.full-body #main-left {
    padding: 0 2% 30px 0;
    width: 28%;
}
.full-body #main-right {
    padding: 0 0 30px 2%;
    width: 28%;
}
@media all and (max-width:960px) {
    .full-body #top-bar-module-wrapper {
        width: 36%;
    }
    .full-body #services-wrapper {
        padding: 0 0 0 2%;
        width: 26%;
    }
    .full-body #login-module-content {
        float: left;
    }
    .full-body #search-wrapper {
        padding: 0 0 0 2%;
        width: 18%;
    }
    .full-body #top-bar-socials {
        margin-right: 2%;
    }
    .full-body .header-menu a.nav-item, .full-body .hidden-menu a.nav-item {
        font-size: 16px;
        padding: 0 10px;
    }
}
.full-body #top-bar-wrapper {
    height: 160px;
    opacity: 1;
}
.full-body #top-bar-wrapper:hover {
    opacity: 1;
}
.full-body #top:hover + #top-bar-wrapper {
    opacity: 1;
}
.full-body #login-wrapper .pretext p,
.full-body #login-wrapper .posttext p,
.full-body #login-wrapper .login-greeting {
    font-size: 14px;
}
#top-bar-module-wrapper {
    max-height: 160px;
}
#search-wrapper {
    max-height: 160px;
}
#top-bar-socials {
    max-height: 160px;
}