@font-face {
    font-family: Brandon_regullar;
    src: url(../fonts/Brandon_reg.otf);
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
    font-family: Brandon_regullar;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-nav {
    margin: 0;
}

.navbar-default .navbar-brand img {
    width: 180px;
}

.navbar-default .navbar-brand {
    padding: 0 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background: #ec1d25;
    color: #fff;
}

@media screen and (max-width: 767px ) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        text-align: center;
        padding: 0;
    }
    .nav > li > a{
        background: #000000;
        margin: 0 -8px;
    }
    .nav > li > a:hover {
        background-color: #ec1d25;
    }
    .navbar{
        margin-bottom: 0;
    }

    .navbar-toggle .icon-bar {
        width: 30px;
        height: 5px;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-collapse {
        border: none;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        background: #fff;
    }
    .navbar-toggle{
        border-radius: 0;
    }
    .navbar-brand {
        padding-top: 5px!important;
    }

}

@media screen and (min-width: 768px ) {
    .navbar-brand {
        position: absolute;
        top: -110px;
        left: 45px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-default {
        margin-top: 130px;
    }

    .navbar-nav > li {
        padding: 0 5px;

    }

    .navbar-default .navbar-nav > li > a {
        text-align: center;
        padding: 15px 0;
        background-color: #000;
        margin-bottom: 10px;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        transition: all .5s;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .nav-container {
        padding: 0;
    }

    .navbar-collapse {
        padding: 0;
    }
    .free-wall {
        top: 30px;
    }
}

.brick img {
    margin: 0;
    display: block;
}

.brick .overlay {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 0%;
    line-height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    color: aliceblue;
    transition: all .3s;
}

.brick:hover .overlay {
    opacity: 1;
    height: 100%;
    transition: all .4s;
}

.free-wall .overlay p {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    font-size: 30px;
    line-height: 100%;
}

footer {
    /*background-color: #fff;*/
    height: 80px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
}

@media screen and (max-width: 500px ) {
    .padding-top {
        padding-top: 0;
    }

    /*
        .massonary {
            padding-top: 240px;
        }*/
}

#pr-to-top i {
    font-size: 20px;
}

#return-to-top i {
    font-size: 20px;
}

#pr-to-top {
    position: fixed;
    bottom: 9px;
    left: 10px;
    background: transparent;
    color: red;
    border: none;
    z-index: 100;
    transition: all .5s;
}

#return-to-top {
    position: fixed;
    bottom: 9px;
    right: 10px;
    background: transparent;
    color: red;
    border: none;
    z-index: 100;
    transition: all .5s;
}

#pr-to-top:hover {
    background: #000;
}

#return-to-top:hover {
    background: #000;
}
