main {
    background: #FFF!important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none!important;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.bg-secondary {
    background: #024E6E!important;
}

.well-6 {
    background-color: #26ADEE!important;
    padding-top: 150px;
}

#footer ul li a, ol li a {
    color: white;
}

.white {
    color: white!important;
}

.bold-500 {
    font-weight: 500;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white!important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: white!important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: white!important;
}
:-moz-placeholder { /* Firefox 18- */
    color: white!important;
}

.hero {
    background-image: url('../images/bg_img3.jpg');
}

.well-1 {
    padding-bottom: 100px;
}

#products .well-7 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.isStuck {
    background-color: #024E6E;
}

#products .stuck_container {
    background-image: none;
    background-color: #024E6E!important;
}

.well-7 ul li {
    list-style-type: circle;
}

.btn-primary {
    color: #ffffff;
    background-color: #26ADEE;
    border-color: #26ADEE;
}

.custom-box {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(33,33,33,0.44)!important;
    padding: 40px 100px 40px 100px!important;
    background-color: #ffffff;
    border-radius: 10px;
}

input {
    height: 50px!important;
    border-radius: 10px!important;
}

.btn-primary {
    border-radius: 10px!important;
    background-color: #024E6E!important;
}

.radio label, .checkbox label {
    font-size: 18px;
    color: #024E6E;
    padding-left: 25px;
    padding-top: 15px;
}

.checkbox input[type="checkbox"] {
    margin-left: 0!important;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.navbar-brand a:before {
    display: none!important;
}

.bwmeter-hero {
    background-image: linear-gradient(#024E6E, #26ADEE, #FFFFFF);
    height: 800px;
}

.bwmeter-hero h1 {
    font-size: 50px;
    font-weight: bold;

}

@media (max-width: 570px) {
    .camera_caption h2 {
        font-size: 48px;
    }
    .well-1 {
        padding-bottom: 0px;
        padding-top: 50px;
        text-align: center;
        background: #FFFFFF;
    }
    .well-3 {
        padding-top: 100px;
        text-align: center;
        background: #FFFFFF;
    }
    .custom-box {
        padding: 45px!important;
    }

    #stuck_container {
        display: none!important;
    }
}
