

.contact-cta-2 .qbutton.big_large {
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: #00334e !important;
    border-color: #00334e;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-width: 2px !important;
    text-align: center;
    width: 70%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.contact-cta-2 .qbutton.big_large:hover {
    border-color: #00334e;
    background-color: #00334e;
    color: #fff !important;
}
.contact-cta-2 > div > div {
    background-color: rgba(255,255,255,0.1);
    padding: 50px 80px 20px 80px;
    margin-top: 50px;
    -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}