@font-face {
  font-family: "MuseoSansRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot");
  src: url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype"); }

@font-face {
  font-family: "MuseoSansLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot");
  src: url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.ttf") format("truetype"); }

@font-face {
  font-family: "MuseoSansMedium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot");
  src: url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype"); }

body {
  font-family: "MuseoSansRegular"; }

/* =================================
  general style
  @mixin ================================ */
a.btn_orange02 {
  font-size: 15px;
  color: #ffffff;
  margin-top: 50px;
  display: inline-block;
  background-color: #ed7d00;
  padding: 9px 21px 10px;
  border: medium none;
  -webkit-border-radius: 44px;
          border-radius: 44px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s; }

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none; }

.modal-open .container {
  -webkit-filter: blur(2px);
          filter: blur(2px); }

.modal-backdrop {
  background-color: #000;
  opacity: 0.5; }

.modal-content {
  border: 10px solid rgba(255, 255, 255, 0.3);
  background-color: inherit; }

.modal-body {
  padding: 35px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff; }

.modal-header {
  border-bottom-style: dashed;
  border-color: #e0e0de;
  font-size: 39px;
  display: block;
  padding-bottom: 35px; }
  .modal-header h2 {
    text-align: center;
    font-family: "MuseoSansLight";
    font-size: 39px;
    color: #666563;
    margin: 0; }

.modal-dialog {
  width: 600px;
  max-width: 600px;
  margin-bottom: 10px; }

.modal-form {
  color: #666563; }
  .modal-form-in {
    padding: 38px;
    padding-right: 74px;
    padding-left: 67px;
  }
  .modal-form input:not([type='radio']),
  .modal-form select,
  .modal-form #selected {
    height: 40px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #cccccc;
    background-color: transparent; }
    .modal-form input:not([type='radio']):focus,
    .modal-form select:focus,
    .modal-form #selected:focus {
      outline: none; }

/* =================================
  radio-group
  @mixin ================================ */
@-webkit-keyframes click-wave {
  0% {
    height: 17px;
    width: 17px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 40px;
    width: 40px;
    margin-left: -12px;
    margin-top: -12px;
    opacity: 0; } }
@keyframes click-wave {
  0% {
    height: 17px;
    width: 17px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 40px;
    width: 40px;
    margin-left: -12px;
    margin-top: -12px;
    opacity: 0; } }

input.option-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 18px;
  min-height: unset;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border: 1px solid #d2d6db;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.5rem 0;
  outline: none;
  position: relative;
  z-index: 1000; }

.option-input:hover {
  background-color: #6abdde;
  border-color: transparent; }

.option-input:checked {
  background-color: #6abdde;
  border-color: transparent; }

.option-input:checked::before {
  height: 17px;
  width: 17px;
  position: absolute;
  content: url(../img/check.png);
  display: inline-block;
  font-size: 11px;
  text-align: center;
  line-height: 17px; }

.option-input:checked::after {
  -webkit-animation: click-wave 0.35s;
          animation: click-wave 0.35s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100; }

.option-input.radio {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px; }

.option-input.radio::after {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.radio-group {
  width: 200px;
  margin: 0 auto 10px; }
  .radio-group__label {
    color: #666563;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    font-family: 'MuseoSansLight'; }

.label-in {
  margin: 0;
  width: 100%;
  font-size: 16px; }
  .label-in mark {
    background-color: transparent;
    color: #6abdde; }
  .label-in .price {
    margin-right: 5px;
    width: 45px;
    display: inline-block; }

/* =================================
  code-group
  @mixin ================================ */
.code-group {
  margin: 35px 0;
  font-family: 'MuseoSansLight';
  color: #666563; }
  .code-group-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .code-group__label {
    margin: 0 10px 0 0;
    font-size: 16px; }
  .code-group__input {
    width: 100px;
    text-indent: 5px;
    font-size: 16px; }
  .code-group__btn {
    font-size: 12px;
    width: 60px;
    height: 25px;
    line-height: 20px;
    outline: none;
    cursor: pointer; }
    .code-group__btn:focus {
      outline: none; }

.code-msg,
.code-valid {
  display: none; }

.code-msg {
  position: absolute;
  width: 265px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  padding: 10px 3px;
  background-color: #fffeee;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  top: -48px;
  z-index: 1000; }
  .code-msg span {
    color: #ef922e; }
  .code-msg::after, .code-msg::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -9px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fffeee transparent transparent transparent; }
  .code-msg::before {
    bottom: -10px;
    border-color: #cccccc transparent transparent transparent; }

.code-valid {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #6abdde; }

.input-wrap {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  position: relative; }

.submit {
  background-color: #6abdde;
  border: 0px;
  color: #fff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .submit:hover {
    border-color: #6abdde;
    background-color: transparent;
    color: #6abdde; }

/* =================================
  payment-group
  @mixin ================================ */
.payment-group {
  margin-top: 35px;
  text-align: center; }
  .payment-group__label {
    font-family: 'MuseoSansMedium';
    font-size: 24px; }
  .payment-group__select {
    width: 300px;
    margin: 0 auto;
    position: relative; }
    .payment-group__select option {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

/* =================================
  select
  @mixin ================================ */
.drop-down {
  color: #666563;
  font-size: 16px;
  font-family: 'MuseoSansLight'; }
  .drop-down .selected {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../img/triangle.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    display: block;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    text-decoration: none;
    line-height: 40px;
    cursor: pointer; }
    .drop-down .selected .option-in {
      padding: 0 50px 0 30px; }
  .drop-down .option {
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 5px 40px 5px 20px; }
    .drop-down .option-in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .drop-down .options {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 37px;
    width: 100%;
    min-width: 170px;
    border: 1px solid #d7d7d7; }

.drop-down .option:hover {
  background-color: #6abdde;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

/* =================================
  card-info
  @mixin ================================ */
.card-info {
  margin-top: 20px; }
  .card-info__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .card-info__group .input-holder input {
      width: 100%; }

.input-holder {
  background-repeat: no-repeat;
  background-position: 15px 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.card-info {
  

}
#card-info input {
    padding-left: 50px;
    font-family: 'MuseoSansLight';
    color: #999999; }
#card-info .card__number {
    width: 100%;
    -webkit-border-bottom-left-radius: 0px;
            border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
            border-bottom-right-radius: 0px;
    border-bottom: 0; }
#card-info .card__date {
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#card-info .card__cvv {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
}
#card-info .card__zip {
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 25px;
}

/* =================================
  type="submit"
  @mixin ================================ */
.modal-form input[type="submit"] {
  background-color: #6abdde;
  width: 150px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  display: block;
  margin: 45px auto 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .modal-form input[type="submit"]:hover {
    border-color: #6abdde;
    background-color: transparent;
    color: #6abdde; }

/* =================================
  close btn
  @mixin ================================ */
.close {
  position: absolute;
  z-index: 99;
  opacity: 1;
  right: -15px;
  top: -15px; }
  .close:hover {
    opacity: 0.8; }

/* =================================
  security
  @mixin ================================ */
.security {
    text-align: center;
    color: #fff;
    font-size: 12px !important;
    font-family: 'MuseoSansLight' !important;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .modal-dialog {
    width: 600px;
    margin: 30px auto 10px; } }

@media only screen and (max-width: 650px) {
  /**/
  .modal-dialog {
    width: 95%; }
  .modal-body {
    padding: 10px; }
  .modal-form-in {
    padding: 20px 10px; }
  .code-group__label {
    font-size: 12px; }
  .drop-down .selected .option-in {
    padding: 0 50px 0 10px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .card-info__group {
    display: block; }
  .modal-open .modal {
    padding-left: 0 !important; }
  .payment-group__select,
  .drop-down .selected {
    width: 100%; }
  #card-info {
    /*display: none;*/ 

  }
    #card-info input {
      margin-bottom: 5px; }
    #card-info .card__number {
      width: 100%;
      border: 1px solid #eee;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    #card-info .card__date {
      border: 1px solid #eee;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    #card-info .card__cvv {
      border: 1px solid #eee;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    #card-info .card__zip {
      border: 1px solid #eee;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
  .label-in {
    font-size: 14px; }
  .drop-down {
    font-size: 14px; }
  .drop-down .option {
    padding: 5px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
