@charset "utf-8";
/* CSS Document */
*
{
margin:0px;
padding:0px;
}
  
  
 body
 {
  font-family: 'Helvetica-Bold';
 }
  
  @font-face {
  font-family: 'Helvetica-Bold';
  src: url('../fonts/Helvetica-Bold.eot');
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
url('../fonts/Helvetica-Bold.woff') format('woff'),
url('../fonts/Helvetica-Bold.ttf') format('truetype'),
url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg'),
url('../fonts/Helvetica-Boldd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.container {
  max-width: 1076px;
}
  
.header {
 background: -moz-linear-gradient(top, #7344c0 0%, #7344c0 10%, #7344c0 32%, #8f51c8 47%, #8f51c8 48%, #8f51c8 50%, #a45cce 83%, #a45cce 100%, #a45cce 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7344c0 0%,#7344c0 10%,#7344c0 32%,#8f51c8 47%,#8f51c8 48%,#8f51c8 50%,#a45cce 83%,#a45cce 100%,#a45cce 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7344c0 0%,#7344c0 10%,#7344c0 32%,#8f51c8 47%,#8f51c8 48%,#8f51c8 50%,#a45cce 83%,#a45cce 100%,#a45cce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7344c0', endColorstr='#a45cce',GradientType=0 ); /* IE6-9 */
  float: left;
  height: auto;
  padding-bottom: 40px;
  width: 100%;
}
  
.heading {
  color: white;
  font-size: 68.5px;
  padding-top: 40px;
}
.fields {
  color: white;
  margin-top: 30px;
}

.form-control {
  background: #d8d8d8 none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 14px;
  height: 51px;
  line-height: 1.42857;
  margin: 7px auto;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  
  border-radius:0px;
}


.groupon-code {
  font-size: 34px;
  margin-bottom: 10px;
}
.email {
  font-size: 34px;
  margin-bottom: 44px;
}

.checkout {
  align-items: center;
  background: #f7e71b none repeat scroll 0 0;
  border-radius: 40px;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.55);
  color: #161984;
  display: flex;
  float: left;
  font-size: 35px;
  height: 57px;
  justify-content: center;
  margin-top: 36px;
  text-align: center;
  vertical-align: middle;
  width: 100%;

}

#validate {
 margin-top: 15px;

}


/* .roundedOne */
.roundedOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #d7d7d7;
  border-radius: 50px;
  margin-bottom:78px;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.roundedOne input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.roundedOne label {
  border-radius: 50px;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.roundedOne label::after {
  background:#498fe1;
  border-radius: 50px;
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}

.btn.checkout > input {
  background: transparent;
  border: none;
  width:100%;
}





.rounded2 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded2 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded2 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded2 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded3{
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded3 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded3 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded3 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded4 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded4 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded4 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded4 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded5 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded5 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded5 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded5 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded6 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded6 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded6 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded6 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded7 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded7 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded7 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded7 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}

.rounded8 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded8 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded8 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded8 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded9 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded9 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded9 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded9 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.roundedten {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.roundedten input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.roundedten label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.roundedten label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded11 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded11 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded11 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded11 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded12 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded12 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded12 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded12 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


.rounded13 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  margin-bottom:78px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}

.rounded13 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.rounded13 label {
  background: #498fe1;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.rounded13 label::after {
  background:#d7d7d7;
  border-radius: 50px;
  box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  content: "";
  height: 16px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}


/* end .roundedOne */



.video {
  display: inline-block;
  width: 70%;
  font-size: 34px;
}


.middle-area {
  float: left;
  width: 100%;
  margin-top: 33px;
}

.left-video {
  border: 1px solid #ccc;
  border-radius: 7px;
  cursor: pointer;
  float: left;
  font-size: 27px;
  margin-top: 6px;
  padding: 1px 20px;
}
.cart {
  float: right;
  font-size: 25px;
}

.main-box {
  border: 1px solid #ccc;
  float: left;
  height: auto;
  padding: 25px 42px;
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
}
.box {
  float: none;
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
}


.box img {
  display: inline-block;

  text-align: center;
}


.box-2 {
  float: none;
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
}

.box-2 img {
  display: inline-block;
  text-align: center;
}

input[type="submit"] {
    background: none;
    border: none;
}


.box-3 {
   float: none;
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
}

.box-3 img {
  display: inline-block;
  text-align: center;
}


.box-4 {
  float: none;
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
}

.btn.checkout:hover {
  background: #eed47f;
}

.contact {
  color: #161984;
  font-size: 34px;
  margin-bottom: 95px;
  padding-top: 52px;
  text-align: center;
}
.layouts {
  margin-top: 19px;
  text-align: center;
}

.btn-instruct {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(-45deg, #3625af 0%, #c069d4 100%) repeat scroll 0 0;
  background: -webkit-linear-gradient(-45deg, #3625af 0%,#c069d4 100%); / Chrome10-25,Safari5.1-6 /
background: linear-gradient(135deg, #3625af 0%,#c069d4 100%); / W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3625af', endColorstr='#c069d4',GradientType=1 );
  border-radius: 30px;
  box-shadow: 1px 1px 1px #999;
  color: white;
  display: inline-block;
  font-size: 36px;
  height: 66px;
  margin: 44px auto;
  max-width: 508px;
  cursor:pointer;
  text-align: center;
  align-items:center;
   display: flex;
    justify-content: center;
  width: 508px;
}

.image
{
	text-align:center;
}

.image > img {
  max-width: 100%;
}

.image img {
  max-width: 100%;
}

.layouts > img {
  max-width: 100%;
}

input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 0 0 75px;
  opacity: 0;
}
.btn-instruct a {
  color: white;
  outline: medium none;
  text-decoration: none;
}


@media only screen and (min-width:768px) and (max-width:1024px)
{
.box {
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
  float:none;
}

input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 0 0 75px;
}

}

@media only screen and (min-width:768px) and (max-width:991px)
{
.heading {
  color: white;
  font-size: 46px;
  padding-top: 40px;
}

.checkout {
margin-top: 0;
}

.video {
  font-size: 28px;

  margin-bottom: 25px;

}
.groupon-code {
  font-size: 28px;
}
.email {
  font-size: 28px;

}
}



@media only screen and (min-width:668px) and (max-width:767px)
{
.heading {
  color: white;
  font-size: 46px;
  padding-top: 40px;
}
.video {
  font-size: 25px;
    margin-top: 0px;
  margin-bottom: 25px;
}

.checkout {
    margin-top: 0px;
	}

.groupon-code {
  font-size: 25px;
}
.email {
  font-size: 25px;

}
}

@media only screen and (min-width:480px) and (max-width:667px)
{
	.btn-instruct {
background: -moz-linear-gradient(-45deg, #3625af 0%, #c069d4 100%); / FF3.6-15 /
background: -webkit-linear-gradient(-45deg, #3625af 0%,#c069d4 100%); / Chrome10-25,Safari5.1-6 /
background: linear-gradient(135deg, #3625af 0%,#c069d4 100%); / W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3625af', endColorstr='#c069d4',GradientType=1 );
  color: white;
  display: inline-block;
  font-size: 27px;
  height: 66px;
  margin-top: 44px;
  border-radius:30px;
  padding: 0px 20px;
     align-items: center;
	     display: flex;
		  justify-content: center;
  text-align: center;
  width:auto !important;
}

.box {
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
  float:none;
}

input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 0 0 75px;
}


.heading {
  color: white;
  font-size: 30px;
  padding-top: 40px;
}

.groupon-code {
  font-size: 17px;
}
.email {
  font-size: 17px;

}

.video {
  display: inline-block;
  font-size: 17px;
  width:100%;
  margin-top: 0px;
  margin-bottom: 25px;
}
.checkout {
  margin-top: 0px;
}
.form-control {
  width: 100%;
}
}


@media only screen and (max-width:479px)
{
.checkout {
  margin-top: 0px;
}
.contact {
font-size: 26px;
}


	.btn-instruct {
background: -moz-linear-gradient(-45deg, #3625af 0%, #c069d4 100%); / FF3.6-15 /
background: -webkit-linear-gradient(-45deg, #3625af 0%,#c069d4 100%); / Chrome10-25,Safari5.1-6 /
background: linear-gradient(135deg, #3625af 0%,#c069d4 100%); / W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3625af', endColorstr='#c069d4',GradientType=1 );
  color: white;
  display: inline-block;
  font-size: 20px;
  height: 66px;
  margin-top: 44px;
  border-radius:30px;
  padding: 0px 20px;
  text-align: center;
    align-items: center;
	     display: flex;
		  justify-content: center;
  width:auto !important;
  max-width:508px !important;
}

.box {
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
  float:none;
}

input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 0 0 75px;
}

.video {
  display: inline-block;
  font-size: 20px;
  width: auto;
    margin-top: 0px;
  margin-bottom: 25px;
}
.heading {
  color: white;
  font-size: 30px;
  padding-top: 40px;
}
.groupon-code {
  font-size: 20px;
  margin-bottom: 15px;
}

.email {
  font-size: 20px;
  margin-bottom: 31px;
}

.form-control {
  width: 100%;
}

.left-video {

  font-size: 20px;
}
.cart {
  font-size: 20px;
}
}


