html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height + 20 */
    margin-bottom: 150px;
}

.footer {
    position: absolute;
    padding-top: 50px;
    color:#FFF;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 130px;
    background-color: #333333;
}

.btn-primary::before, .btn-link::before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: left;
    position: absolute;
    margin-left: -18px;
}

.btn-primary{
    padding-left: 25px;
    text-align: left;
}

.btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-toggle{
    display: none;
}
.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav>li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}
.navbar-header {
    float: left;
}

.fancybox-infobar__body, .fancybox-button{
    color: #f5231b !important;
}

.fancybox-infobar__body, .fancybox-button{
    background-color: #FFF;
}

.thumbnail{
    border-width: 2px;
}