a.no-change-in-opacity:hover img {
    -ms-opacity: 1;
    opacity: 1;
}

.logo {
    cursor: pointer;
    width: 100px;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    -ms-transition: transform .5s;
    transition: transform .5s;
}

    .logo:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.custom-height-body {
    border-bottom: 1px solid #3fa2f7;
}

@media (min-height: 1300px) {
    .custom-height-body {
        min-height: 1030px;
    }
}

.custom-height-body #acasa-1 {
    border-bottom: 1px solid #3fa2f7;
}

#footer {
    border-bottom: 0;
}

section.features.bb {
    border-bottom: 1px solid #3fa2f7;
}

.hamburger {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    color: #3fa2f7;
    border: 0;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
    margin-top: -20px;
}

.cross {
    background: none;
    position: absolute;
    top: 0;
    right: -45px;
    color: #3fa2f7;
    border: 0;
    font-size: 5em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
    margin-top: -35px;
}

.menu {
    z-index: 1000000;
    width: 100%;
    background-color: #e4f1fd;
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #297fca;
    display: none;
}

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .menu li {
        display: block;
        padding: 15px 0 15px 0;
        border-bottom: 1px solid #3fa2f7;
    }

        .menu li:hover {
            display: block;
            background: #ffffff;
            padding: 15px 0 15px 0;
            border-bottom: 1px solid #3fa2f7;
        }

    .menu ul li a {
        text-decoration: none;
        margin: 0;
    }

        .menu ul li a:hover {
            text-decoration: none;
        }

    .menu a {
        text-decoration: none;
    }

        .menu a:hover {
            text-decoration: none;
        }

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}
