.zr{
     display: none;
}

.footer.full .info {
    background-color: #acada8!important;
}

.footer.full{
          background-color: #5b5b5b !important;
}

.footer.full, .footer.full a {
    color: #e5e5e5!important;
    
}

.footer.full .info, .footer.full .info a {
    color: #f8f8f8!important;
}

.hover-target .zoomout {
    transition: all .25s linear
}

.hover-target:hover .zoomout {
    transform: rotate(5deg) scale(1.1)
}

.hover-target .zoomout2 {
    transition: all .25s linear
}

.hover-target:hover .zoomout2 {
    transform: rotate(-5deg) scale(1.1)
}

.space2 {
    padding: 0 0 100px;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
}


.frame {
    background-color: #f2f2f2;
    transition: all .25s linear
}

.frame:hover {
    box-shadow: 0 5px 5px rgba(51,51,51,.25)
}

.font-title {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    padding: 25px 10px;
        color: #787777;
}

.btn-square.black {
    font-size: 15px;
    margin-top: 0;
    border: none;
    padding: 10px;
    background-color: #f3b02d;
    transition: all .25s linear;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0)
}

.btn-square.black:hover {
     color: #fff!important;
    background-color: #333;
    border: none;
    box-shadow: 0 5px 5px rgba(51,51,51,.25)
}

.btn-square.black .icon {
    transform: translateZ(0);
    transition: all .25s linear
}

.btn-square.black:hover .icon,.btn-square.black:focus .icon,.btn-square.black:active .icon {
    transform: translateX(2.5px)
}

