html {
    font-size: 95%;
    -webkit-font-smoothing: inherit;
}
body {
    font-size: 95%;
    color: #231f20;
}

h1.uk-heading-small {
    font-size: 2.62rem;
    font-weight: bold;
}

h2 {
}

#system-message-container {
    position: absolute;
    width: 100%;
    z-index: 2000;
}
.uk-position-medium.uk-position-bottom-right.uk-button.uk-button-primary {
    display: none;
}

.p-2 {
    padding: 2rem;
}
.pt-1 {
    padding-top: 1rem;
}
.pt-2 {
    padding-top: 2rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pl-2 {
    padding-left: 2rem;
}

.colorOrange {
    color: #f05704;
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 0.5rem;
}
.uk-accordion-title {
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    background: #eee;
}

.tm-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .3s ease;
    border-top: 3px solid #f05704;
    z-index: 1000;
}

.tm-header.background {
    background: rgba(34,34,34,.95);
}

.tm-header .uk-navbar-container {
    margin-right: -30px;
    padding: 1rem;
}

.tm-header .uk-navbar-container>.container .uk-navbar-left,
.tm-header .uk-navbar-container>.uk-container .uk-navbar-left {
    margin-left: -30px;
}

.tm-header .navbar .brand,
.tm-header .navbar .nav>li>a,
.tm-header .navbar-search,
.tm-header .uk-navbar-item,
.tm-header .uk-navbar-nav>li>a,
.tm-header .uk-navbar-toggle {
    padding: 10px 15px;
}
.tm-header .uk-logo {
    margin: 0 30px 0 -130px;
    padding: 0;
    transition: margin-left .3s;
}
.tm-header .uk-logo.homeMove {
    margin-left: 0;
}

.tm-header .uk-navbar-nav > li > a::before {
    transition-property: background-color, border-color, box-shadow, height, left, right;
    left: 50%;
    right: 50%;
}

.tm-header .uk-navbar-nav > li:hover > a::before,
.tm-header .uk-navbar-nav > li > a.uk-open::before,
.tm-header .uk-navbar-nav > li > a:focus::before {
    right: 0;
    left: 0;
}

.tm-header .uk-navbar-nav>li.uk-active>a::before {
    left: 0;
    right: 0;
}
.tm-header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 3px solid #f05704;
    background: rgba(34,34,34,.95);
    z-index: 1000;
}
.tm-header-mobile .uk-logo {
    padding: 1rem;
}

.tm-header-mobile .uk-navbar-toggle-icon svg {
    width: 1.75rem;
    color: #f05704;
}

.tm-header-mobile #module-menu-mobile {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f05704;
}

.tm-header-mobile .uk-nav-default a:hover ,
.tm-header-mobile .uk-nav-default .uk-active > a {
    color: #f05704;
}

.headingUnderline:after {
    width: 33%;
    height: 2px;
    margin-top: 5px;
    content: '';
    display: block;
    background-color: #f05704;
}

#homeIntro {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    min-height: calc(100vh);
    align-items: center;
}
#homeIntro > .uk-grid {
    margin: -107px auto 0 auto;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
#homeIntro .el-image {
    animation-name: homeIntroImage;
    animation-delay: 0.5s;
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    opacity: 0;
}
@keyframes homeIntroImage {
    0% {
        opacity: 0;
        transform:  translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
#homeIntro .el-meta {
    font-size: 2.617rem;
    font-weight: 600;
    color: #fff;
    animation-name: homeIntroTitle;
    animation-delay: 1s;
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    opacity: 0;
}
#homeIntro .el-meta:after {
    margin: 5px auto 0 auto;
    content: '';
    display: block;
    background-color: #f05704;
    width: 33%;
    height: 2px;
}
@keyframes homeIntroTitle {
    0% {
        opacity: 0;
        transform:  translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(30px);
    }
}

#homeIntro .el-link {
    margin-top: 60px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1rem;
    animation-name: homeIntroButton;
    animation-delay: 1.5s;
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    opacity: 0;
    background-color: #f05704;
    border: 2px solid #fff;
}

@keyframes homeIntroButton {
    0% {
        opacity: 0;
        transform:  translateX(-80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#sectionIntrotext {
    background: linear-gradient(45deg,#f2f2f2 1%,#adadad 100%);
}
.sectionHeaderHeight div:first-child {
    height: 500px;
}

.sectionContent > .uk-container {
    position: relative;
    margin-top: -50px;
    padding-top: 50px;
    background: #fff;
}
.dimensionsAccordion table th {
    padding: 0.3rem 0.5rem 0.3rem 0;
    vertical-align: top;
}
.dimensionsAccordion table th,
.dimensionsAccordion table td {
    font-size: 0.8rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.dimensionsAccordion table td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.dimensionsAccordion table th:first-child {
    width: 20%;
}

@media (max-width: 991px) {
    #homeIntro .el-image {
        display: none;
    }
    #homeIntro .el-meta {
        font-size: x-large;
    }
}
#footer .uk-totop {
    margin-right: 1rem;
    padding: 0.6rem 0.5rem;
    color: #fff;
    background: #f05704;
}