#page-1088 .navigation_toggle_0:not(.navbar-toggle-icon-no-effect):not(.collapsed) .icon-bar:nth-of-type(2), 
#page-1089 .navigation_toggle_0:not(.navbar-toggle-icon-no-effect):not(.collapsed) .icon-bar:nth-of-type(2), 
#page-1090 .navigation_toggle_0:not(.navbar-toggle-icon-no-effect):not(.collapsed) .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
}

.contactinfo-phone a, 
.contactinfo-phone a:hover,
.contactinfo-phone a:active, 
.contactinfo-phone a:focus,
.contactinfo-phone-mobile a,
.contactinfo-phone-mobile a:hover,
.contactinfo-phone-mobile a:active,
.contactinfo-phone-mobile a:focus,
#contact-info a,
#contact-info a:hover,
#contact-info a:active,
#contact-info a:focus {
    color:inherit !important;
}

h1.btn-light, h1.btn-primary, .bluebtn1, .bluebtn2 {
    transition: all 0.5s;
}

h1.btn-light i, h1.btn-primary i, .bluebtn1 i, .bluebtn2 i {
    transition: all 0.5s;
    opacity: 0;
    margin-left: -35px;
}
h1.btn-light:hover i, h1.btn-primary:hover i, .bluebtn1:hover i, .bluebtn2:hover i {
    transition: all 0.5s;
    opacity: 1;
    margin-left: 0px;
}

.bluebtn2 {
    background: #fff !important;
    cursor: pointer;
    border: 1px solid #2e6da4;
    color: #2e6da4;
}

h1.btn-light:hover, .bluebtn2:hover {
    background: #eee !important;
}

.bluebtn1 {
    color: #fff !important;
    background: #337ab7 !important;
    cursor: pointer;
}
.bluebtn1:hover {
    background: #2e6da4 !important;
}