html, body {
    font-size: 17px;
    line-height: 27px;
}

.tm-logo {
    height: 60px;
}

.tm-navbar-sticky .tm-navbar-wrapper {
    border-width: 0px;
}

.tm-navbar,
.uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.7);
}

.tm-middle {
    padding-top: 100px;
}

.tm-navbar-sticky.tm-header-offset .tm-block-header + .uk-block:not(.tm-block-fullheight) {
    padding-top: 100px;
}

.main-image .uk-heading-large {
    font-size: 80px;
    line-height: 96px;
    font-weight: 700;
}

.main-image .uk-overlay-panel > div {
    text-shadow: 0px 0px 10px #000;
}

section > .uk-width-1-1 {
    margin-top: 0px !important;
}

.uk-text-uppercase {
    text-transform: uppercase;
}

.frontpage-services .uk-margin {
    margin-top: 0px !important;
    color: #FFF;
}

.frontpage-services .uk-badge {
    top: 0px;
    right: 20px;
    background-color: #e46c0a;
    color: #FFF;
    font-size: 14px;
}

.uk-text-large {
    font-size: 21px;
    line-height: 31px
}

ul.uk-text-large li {
    line-height: 31px;
    padding-bottom: 10px;
}

.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
    color: #FFF;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.slideset-header {
  margin: 50px;
}

#userForm .rsform-block-text {
	color: #000;
}

.uk-article-title {
    text-transform: uppercase;
    text-align: center;
}

.uk-navbar-nav > li > a {
    font-size: 12px;
}

.scheme .uk-panel-badge {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 30px;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
    color: #ccc;
}

a[href="#callback"],
aside.tm-sidebar-b.uk-width-medium-1-2 {
  display: none;
}

@media (max-width: 1024px) {
    .uk-subnav > * {
        padding-left: 5px;
    }

    .uk-subnav > * > * {
        letter-spacing: 1px;
    }
}

@media (max-width: 360px) {
    html, body {
        font-size: 15px;
        line-height: 21px;
    }

    .uk-text-large {
        font-size: 17px;
        line-height: 25px;
    }

    .uk-navbar .uk-list .uk-text-large {
        font-size: 15px;
        line-height: 17px;
    }

    .uk-navbar .uk-list li:nth-child(2) {
        line-height: 13px;
    }

    .main-image .uk-heading-large {
        font-size: 36px;
        line-height: 42px;
    }

    h1, .uk-h1 {
        font-size: 24px;
        line-height: 30px;
    }

    ul.uk-text-large li {
        line-height: 24px;
        padding-bottom: 0px;
    }
}