@import url(http://fonts.googleapis.com/css?family=Indie+Flower);
.MifflinStJeor1{
    line-height: 22px;
    margin-top: 13px;
}
.MifflinStJeor2{
box-shadow: 0 0 4px #bab959;
}
.MESOutBox{
    text-align: center;
    margin: 28px 0 0;
    font-size: 15px;
    color: #ec84a6;
}
.VMROutBox b{
    padding: 6px;
    background: #FFFFFF;
    color: #505050;
    border-radius: 10px;
}
.DMSOutBox b{
    padding: 6px;
    background: #FFFFFF;
    color: #505050;
    border-radius: 10px;
}
.calori_div i {
 display: block;
    position: absolute;
    left: 136px;
    top: 40px;
    font-size: 16px;

}
.VMROutBox{
background: #b9b859;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0 0;
box-shadow: 0 0 4px #000000;
line-height: 55px;
}
.DMSOutBox{
background: #b9b859;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0 0;
box-shadow: 0 0 4px #000000;
line-height: 55px;
}
.calori{
display: inline-table;
    background: #ffffff;
    box-shadow: 0 0 4px #000000;
    padding: 62px 30px 0;
    margin: 30px 0 0;
}
.calori label{
position: absolute;
    top: -17px;
    left: 30px;
    background: #ffffff;
    padding: 5px 7px;
    color: #b9b859;
}
.calori_div{
     width: 100%;
    border: 1px solid #b9b859;
    margin: 3px 0 25px 0;
    padding: 30px;
    position: relative;
}
.calori select{
-webkit-appearance: menulist-button !important;
    padding: 8px !important;
    font-size: 15px;
width: 100%;
}
.calori input[type=text]{
width: 80px !important;
    font-size: 18px;
    text-align: center;
}

.HeadTitleRadio{
color: #485b0e;
    font-size: 26px;
    line-height: 40px;
    margin: 7px 0;
    font-family: 'Indie Flower', cursive;
}
.Formbody {
  background-color: #91a638;
}

.middle {
  width: 100%;
  margin: 0 auto;
}



#fancy-inputs {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
#fancy-inputs label.input {
  float: left;
  width: 100%;
  height: 42px;
  margin: 50px 0 0 0;
  position: relative;
  clear: both;
}
#fancy-inputs label.input span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  cursor: text;
}
#fancy-inputs label.input span span {
  position: absolute;
  top: 0;
  z-index: 1;
  font-family: 'Indie Flower', cursive;
  font-size: 22px;
  color: #fff;
  text-indent: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
#fancy-inputs label.input span:before {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #2C3E50;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
#fancy-inputs label.input span:after {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #2C3E50;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
#fancy-inputs input {
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: 'Indie Flower', cursive;
  font-size: 22px;
  position: relative;
  z-index: 99;
}
#fancy-inputs input:focus {
  outline: 0;
}
#fancy-inputs input.white {
  background-color: #91a638;
}
#fancy-inputs input:focus + span span {
  cursor: initial;
  position: absolute;
  top: -35px;
  color: #2C3E50;
}
#fancy-inputs input:focus + span:before {
  width: 50%;
}
#fancy-inputs input:focus + span:after {
  width: 50%;
}
#fancy-inputs span.fixed span {
  top: -35px;
}

#fancy-radio, #fancy-radio2 {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
#fancy-radio label.radio, #fancy-radio2 label.radio {
  float: left;
    padding-left: 0 !important;
  width: auto;
  line-height: 30px;
  margin: 0 0 20px 0;
  color: #fff;
  font-family: 'Indie Flower', cursive;
  font-size: 22px;
  cursor: pointer;
  position: relative;
  clear: both;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
#fancy-radio label.radio:before, #fancy-radio2 label.radio:before {
  content: '';
  float: left;
  width: 29px;
  height: 29px;
  margin: 0 5px 0 0;
  background-color: #fff;
  border-radius: 100%;
  font-size: 22px;
  text-indent: 40px;
}
#fancy-radio label.radio:after, #fancy-radio2 label.radio:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #2C3E50;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 12px;
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
#fancy-radio label.radio.selected:after, #fancy-radio2 label.radio.selected:after {
  width: 15.5px;
  height: 15.5px;
  top: 7px;
  left: 7px;
  opacity: 1;
}
#fancy-radio label.radio:hover, #fancy-radio2 label.radio:hover {
  text-indent: 5px;
}

.btn {
  float: right;
  width: 235px;
  height: 50px;
  line-height: 34px;
  margin: 0 0 50px 0;
  background-color: #2C3E50;
  color: #fff;

  font-size: 22px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.btn:hover {
  background-color: #b9b859 !important;
}
