/*
Theme Name: TLMALP 
Author: ATELIER PHOENIX
Author URI: http://atelier-phoenix.com
*/

#main {
    background-color: #8BCDCF;
    position: relative;
    padding: 0px !important;
    height: auto;
}

.main {
    width: 100%;
    z-index: 0;
    position: relative;
    bottom: 0px;
    height: auto;
    background-color: transparent;
}

.navbar-transparant, #background-dark {
    top: 0px;
    padding: 10px;
    position: fixed;
    z-index: 5;
    height: 70px;
    width: 100%;
}

#background-dark {
    background-color: #475050;
    display: none;
}

#filters li span.active {
    border-bottom: 4px solid #8BCDCF;
}

#filters li span:hover {
    border-bottom: 4px solid #8BCDCF;
}

#top {
    position: fixed;
    bottom: -1px;
    right: 30px;
    margin: 0 auto;
    background: rgba(6, 104, 107, 0.64);
    color: #FFF;
    padding: 5px 15px 10px 15px;
    border-radius: 2px;
}

#top:hover {
    background: rgba(6, 104, 107, 1);
    color: #FFF;
}

.fixed_button{
    position:absolute !important;
    margin-top:1900px;
    bottom: auto !important;
}







@media only screen and (max-device-width: 568px) and (min-device-width: 320px) {
    .social {
        display: none !important;
    }
    
    .container-fluid>.navbar-header {
        display: inline-block;
    }
    
    .container-fluid>.navbar-collapse {
        width: 50%;
        display: inline-block;
        float: right;
        margin-right: 30px;
        box-shadow: none;
    }
    
    .navbar-brand {
        padding: 13px 10px 0px 30px !important;
    }
    
}












