a.btn_slider, a.btn_slider:active, a.btn_slider:focus {
    text-transform: uppercase;
    background-color: transparent;
    border: solid 2px #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    color: #ffffff !important;
}

a.btn_slider:hover {
    background-color: #ffffff;
    border: solid 2px #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    color: #4c95c5 !important;
}

#footer {
    color: #ffffff;
    background-color: #444444;
}

#footer .addresses a {
    text-decoration: underline;
}

#footer .addresses a, #footer .addresses a:visited, #footer .addresses a:active, #footer .addresses a:focus {
    color: #ffffff;
}

#footer .addresses a:hover {
    color: #71baea;
}

.bka_menu {
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0 1px 3px;
}

ul.custom-list-square {
    list-style: initial;
    list-style-type: square;
    padding: 0 0 0 20px;
}

li.menu-item-button {
    padding-top: 8px;
    padding-bottom: 12px;
    margin-left: 15px;
}

.navbar-nav > li.menu-item-button > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
}

.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.vc_row_heading h2 {
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 30px;
    margin-top: 80px;
    text-transform: uppercase;
    text-align: center;
}

.vc_row_subheading h3 {
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 18px;
    margin: 15px 0 20px 0;
    text-align: center;
}

.vc_row_subheading h3.no-center {
    text-align: initial;
}

.vc_icon_element + .wpb_text_column h3 {
    font-weight: bold;
    font-family: inherit;
    font-size: 110%;
}

.vc_icon_element {
    margin-bottom: 30px;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 textarea {
    background-color: #fff;
}

.wpcf7-form p {
    margin-bottom: 10px;
}

.wpcf7-form p.submit {
    margin-top: 40px;
    margin-bottom: 0;
}

.testimonialAuthor {
    max-width: 80%;
    text-align: center;
}

.testimonialAuthor .testimonial_image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 0;
}

.testimonial_text {
    margin-bottom: 30px !important;
}

.testimonial_text h5 {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
}

.testimonial_title {
    padding-top: 10px;
}

.testimonial_title br {
    display: none;
}

.carousel-indicators li {
    border-color: #A0A0A0;
}

.carousel-indicators .active {
    background-color: #A0A0A0;
}

.hgr-content-block-tb {
    padding-top: 1em;
}

.hgr-content-block-tb .hgr-content-tb h4 {
    line-height: initial;
}

.wpcf7 input[type=submit]:hover {
	background-color: #4c95c5;
}