
.fusion-button.button-5 .fusion-button-text, .fusion-button.button-5 i {
    color: rgba(255, 255, 255, 0.7);
}
.fusion-button.button-5 {
    border-color: rgba(255, 255, 255, 0.7);
    border-width: 0;
}
.fusion-button.button-5 .fusion-button-icon-divider {
    border-color: rgba(255, 255, 255, 0.7);
}
.fusion-button.button-5:hover .fusion-button-text, .fusion-button.button-5:hover i, .fusion-button.button-5:focus .fusion-button-text, .fusion-button.button-5:focus i, .fusion-button.button-5:active .fusion-button-text, .fusion-button.button-5:active {
    color: rgba(255, 255, 255, 0.8);
}
.fusion-button.button-5:hover, .fusion-button.button-5:focus, .fusion-button.button-5:active {
    border-color: rgba(255, 255, 255, 0.8);
    border-width: 0;
}
.fusion-button.button-5:hover .fusion-button-icon-divider, .fusion-button.button-5:hover .fusion-button-icon-divider, .fusion-button.button-5:active .fusion-button-icon-divider {
    border-color: rgba(255, 255, 255, 0.8);
}
.fusion-button.button-5 {
    background: #1a80b6 none repeat scroll 0 0;
}
.fusion-button.button-5:hover, .button-5:focus, .fusion-button.button-5:active {
    background: #1576a9 none repeat scroll 0 0;
}
.fusion-button.button-5 {
    width: auto;
}

.contact_info p {
    margin: 0;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #0dc5c1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
