.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    width: 400px;
    padding: 10px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
    float: left;
    width: 50px;
    margin-right: 10px;
}

.navbar-brand h1 {
    font-family: Verdana, Georgia, Serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #159eee !important;
    font-size: 25px;
    padding-left: 10px;
}
.navbar-brand span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #333333 !important;
}

.inline-ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 20px;
}

img.hover:hover {
    cursor: pointer;
}


.footer-block hr {
    width: 50px;
    height: 3px;
    border-top: 1px solid #34363e;
    margin-top: 0px;
    display: inline-block;
}

.footer-block a {
    color: #fff;
}

.footer-block i {
    color: #fff;
}

.footer-block i {
    color: #fff;
}

.footer-block ul.footer-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-block ul.footer-links li {
    border-bottom: solid 1px #3e4752;
    padding: 5px 0px;
}

.footer-block ul.footer-links a.post {
    text-transform: uppercase;
}

.footer-block ul.footer-links p.post-date {
    color: #939498;
}

.jconfirm .jconfirm-box {
    width: 500px;
    max-width: 90%;
}

.required-input{
    display: none;
}

/* Floating button */
.btn-float {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 20px;
    z-index: 99;
    text-decoration: none !important;
}