.dexp-body-inner{
    clear: both;
    overflow-x: hidden;
    /*overflow-y: auto;*/
    position: relative;
    height: auto;
    min-height: 100vh;
}
.dexp-sticky.fixed{
    position: fixed;
    width:100%;
    top:0;
    z-index:501;
}
.dexp-sticky.affix{
    top:0;
    width: 100%;
    z-index:501
}
.tp-bannertimer,.tp-bullets{
    z-index:500;
}

#admin-menu .dropdown li li {
    opacity: 1;
}
.mobile-parallax{
    background-attachment: fixed;
    background-size: cover;
}
*{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.node-hakijalle-page * {
    backface-visibility:visible;
    -webkit-backface-visibility: visible;
}

input[type="text"],
input[type="password"],
select,
textarea,
.uneditable-input {
  width: 100%;
  height: 30px;
}

.btn {
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.25);
    vertical-align: bottom;
    border-radius: 0;
}

.btn.btn-primary.form-submit {
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.25);
    vertical-align: bottom;
    border-radius: 0;
    height: 30px;
}