.wk-fix img {
    width: 100%;
    height: auto;
    opacity: 0;
}

.tm-header, .tm-header .uk-sticky {
    -webkit-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0 0 20px -8px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
}

h3.colorheader {
     text-transform: uppercase;
     font-size: 24px;
     border-bottom: 1px solid #eee;
     position: relative;
    padding-bottom: 20px;
    margin-bottom: 45px;
 }

h3.colorheader::after {
    content: ' ';
    left:0;
    bottom: -1px;
    width:150px;
    border-bottom: 1px solid orange;
    position: absolute;
}

h3.colorheaderfooter {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #555;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

h3.colorheaderfooter::after {
    content: ' ';
    left:0;
    bottom: -1px;
    width:50px;
    border-bottom: 1px solid orange;
    position: absolute;
}

h1.colorheader {
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-size: 32px;
}

h1.colorheader::after {
    content: ' ';
    left:0;
    bottom: -1px;
    width:150px;
    border-bottom: 1px solid orange;
    position: absolute;
}

.tm-main.uk-section-default {
    background: #fafafa;
    background: url(/images/bg5.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.posimage {
    margin: -65px -65px 25px -65px;
}
