.navbar-nav > li > .dropdown-menu { background-color: #add8e6; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-image:none !important;
 }
 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-color:#ff343a;
 }
.dropdown-menu a{
  color: white !important;
  font-size: 1.2em  !important;
  font-family: Arial, Helvetica, sans-serif;
}

.dropdown-menu a:hover{
  background-color: #4682b4;
}

.load_bar {
  margin-bottom: 65px;
}

.survey {
  margin-bottom: 25px;
}

.btn {
  margin-top: 25px;
}

.alert {
  line-height: 20px;
  padding: 0px 15px;
}

#bkg_contain {
  background-image: url('../img/BK_blue.jpg');
}

.top-buffer {
  margin-top: 20px;
}

.box {
    margin-bottom: 20px;
    /*padding: 30px 15px;*/
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

.text-xs-justify {
    text-align: justify !important;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-justify {
        text-align: justify !important;
    }
}

#outoff {
  outline-style: double;
  outline-color: #388E8E;
  border: 1px solid black;
  outline-width: thick;
}

#tm {
  margin-top: 25px;
}

#headscript {
  font-size: 18px;
  font-family: "Arial Black", Gadget, sans-serif;
}

#subscript {
  font-size: 14px;
  font-family: "Arial", Helvetica, sans-serif; 
}

#singleheadscript {
  font-size: 18px;
  font-family: "Arial Black", Gadget, sans-serif;
}

#singlesubscript {
  font-size: 15px;
  font-family: "Arial", Helvetica, sans-serif;
}

#tcpa {
  font-size: 11px;
  font-family: "Arial", Helvetica, sans-serif;
}

.btn-offer { 
  color: #FFFFFF; 
  background-color: #28BD1B; 
  border-color: #F2E4E4; 
} 
 
.btn-offer:hover, 
.btn-offer:focus, 
.btn-offer:active, 
.btn-offer.active, 
.open .dropdown-toggle.btn-offer { 
  color: #FFFFFF; 
  background-color: #EB0505; 
  border-color: #F2E4E4; 
} 
 
.btn-offer:active, 
.btn-offer.active, 
.open .dropdown-toggle.btn-offer { 
  background-image: none; 
} 
 
.btn-offer.disabled, 
.btn-offer[disabled], 
fieldset[disabled] .btn-offer, 
.btn-offer.disabled:hover, 
.btn-offer[disabled]:hover, 
fieldset[disabled] .btn-offer:hover, 
.btn-offer.disabled:focus, 
.btn-offer[disabled]:focus, 
fieldset[disabled] .btn-offer:focus, 
.btn-offer.disabled:active, 
.btn-offer[disabled]:active, 
fieldset[disabled] .btn-offer:active, 
.btn-offer.disabled.active, 
.btn-offer[disabled].active, 
fieldset[disabled] .btn-offer.active { 
  background-color: #28BD1B; 
  border-color: #F2E4E4; 
} 

.btn-offer { 
  color: #ffffff; 
  background-color: #00AD14; 
  border-color: #C9D1CD; 
  font-size: 19px;
  padding: 13px 35px;
} 
 
.btn-offer:hover, 
.btn-offer:focus, 
.btn-offer:active, 
.btn-offer.active, 
.open .dropdown-toggle.btn-offer { 
  color: #ffffff; 
  background-color: #15702D; 
  border-color: #C9D1CD; 
} 
 
.btn-offer:active, 
.btn-offer.active, 
.open .dropdown-toggle.btn-offer { 
  background-image: none; 
} 
 
.btn-offer.disabled, 
.btn-offer[disabled], 
fieldset[disabled] .btn-offer, 
.btn-offer.disabled:hover, 
.btn-offer[disabled]:hover, 
fieldset[disabled] .btn-offer:hover, 
.btn-offer.disabled:focus, 
.btn-offer[disabled]:focus, 
fieldset[disabled] .btn-offer:focus, 
.btn-offer.disabled:active, 
.btn-offer[disabled]:active, 
fieldset[disabled] .btn-offer:active, 
.btn-offer.disabled.active, 
.btn-offer[disabled].active, 
fieldset[disabled] .btn-offer.active { 
  background-color: #00AD14; 
  border-color: #C9D1CD; 
} 
 
.btn-offer .badge { 
  color: #00AD14; 
  background-color: #ffffff; 
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#000000;
  height: 1px;
}

.imgcb {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid transparent;
  outline: 0;
}

/*No longer needed due to remove radio button
.recipe-selector input{
    position:absolute;
    z-index:900;
}

This was fun but I decided to remove the radio button entirely.
.recipe-selector input:checked {
  height: 25px;
  width: 25px;
}
*/


.recipe-selector input:checked + .book {
  border: 8px solid #F0A401;
}

.recipe-selector [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.book:hover{
   -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.bg {
  /* The image used */
  background: url("../img/kitchen_bkg2.webp");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_apple {
  /* The image used */
  background: url("../img/apple_background.webp");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_lion {
  /* The image used */
  background: url("../img/recipelion3.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
