body {
    font-family: Open Sans, sans-serif;
font-size: 16px;
color: #000000;
weight: normal;
}

.header_bar {
    background-color:#11A6DC;
}

.header_menu * {

}

.footer_bar {

}

.btn-theme-1 {
    background-color: #11A6DC;
}

.btn-theme-1:hover, .btn-theme-1:active, .btn-theme-1:focus {
    background-color: #11A6DC;
    text-decoration: underline;
}



.carousel-indicators .active span,
.carousel-indicators button:hover span, .carousel-indicators button:active span, .carousel-indicators button:focus span {
    background-color: white !important;
    color: #bb2647 !important;
}

input[type="search"] {
    border: 1px solid #11A6DC;
}
