body {
  font-family: 'Montserrat', sans-serif;
  background-image: url("images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#online-calculator {
  min-height: 500px;
}
#online-calculator #logo {
  margin-top: 50px;
  float: left;
  margin-left: 35px;
  margin-right: 35px;
}
#introduction h1 {
  color: white;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-top: 0;
  line-height: 54px;
}
#introduction {
  max-width: 745px;
  margin-top: 50px;
}
#introduction button {
  margin: 60px auto 150px auto;
  display: block;
  height: 52px;
  width: 200px;
  background-color: #FF6666;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: white;
  border-width: 0;
  outline-width: 0;
  border-radius: 4px 4px;
}
#introduction button:hover {
  background-color: rgba(255,102,102,0.9);
}
#online-calculator #step-one {
  display: none;
}
#online-calculator #first-step {
  background-color: white;
  max-width: 745px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 40px;
}
#online-calculator #first-step h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #535254;
}
#online-calculator #first-step p {
  font-weight: 400;
  font-size: 25px;
  color: #535254;
  margin-top: 40px;
}
#online-calculator #first-step .radio-select {
  display: inline-block;
}
#online-calculator #first-step .radio-select p{
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.next-button {
  height: 36px;
  width: 104px;
  border-radius: 4px;
  background-color: #FF6666;
  float: right;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  border-width: 0;
  box-shadow: none;
  outline-width: 0;
}
.next-button:hover {
  background-color: rgba(255,102,102,0.9);
}
.back-button {
  height: 36px;
  width: 104px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  border-width: 0;
  box-shadow: none;
  outline-width: 0;
  background-color: transparent;
  float: right;
}
.back-button:hover {
  color: #666666;
}
.next-button:focus {
  outline-width: 0;
}
.buttons {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

button {
  text-transform: uppercase;
}
#online-calculator #first-step .bootstrap-select {
  width: 100%;
  height: 50px;
  color: #535254;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color:#535254;
}
#online-calculator #first-step .bootstrap-select .btn-default:hover,
#online-calculator #first-step .bootstrap-select .btn-default.active,
#online-calculator #first-step .bootstrap-select .btn-default:active {
  background-color: white;
}
#online-calculator #first-step .bootstrap-select > .dropdown-toggle {
  height: 50px;
  font-size: 22px;
  font-weight: 300;
}
.btn-group.open .dropdown-toggle{
  box-shadow: none;
}
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  background-color: white;
  outline-width: 0 !important;
}
#online-calculator #first-step .second-step .radio-select p {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
#online-calculator #first-step .radio-select label {
  font-size: 16px;
  font-weight: 300;
  float: left;
}
#online-calculator  #first-step .radio-select input[type=radio] {
  margin: 0;
  float: left;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:hover,
[type="radio"]:not(:checked) + label:hover {
  color: #333333;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:hover:before,
[type="radio"]:not(:checked) + label:hover:before {
  border-color: #cccccc;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "\f00c";
  width: 18px;
  height: 18px;
  background: #ff6666;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: white;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'FontAwesome';
  text-align: center;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#online-calculator #first-step #calculate-salary{
  display: block;
  height:75px;
  width:100%;
  background-color:#ff9b00;
  font-size:22px;
  font-weight:700;
  color:white;
  border-width:0px;
  outline-width: 0px;
  margin:40px auto 0 auto;
  border-radius:5px 5px;
}
#online-calculator #first-step #calculate-salary:hover {
  background-color: rgba(255,155,0,0.9);
}

#online-calculator #results {
  max-width: 1060px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}

#online-calculator #results #tefl-register {
  display: block;
  height: 75px;
  width: 100%;
  background-color: #FF6666;
  font-size: 22px;
  font-weight: 700;
  color: white;
  border-width: 0;
  outline-width: 0;
  margin: 40px auto 25px auto;
  max-width: 545px;
  text-align: center;
  padding-top: 20px;
  text-decoration: none;
  border-radius: 5px;
}
#online-calculator #results p {
  font-size: 40px;
  font-weight: 400;
  color: white;
  text-align: center;
}
#online-calculator #results p span {
  display: block;
  font-size: 56px;
  font-weight: 600;
  line-height: 54px;
  padding: 10px 0;
}
#online-calculator #results p span#country {
  display: inline-block;
  font-size: 40px;
}
#online-calculator #results #teacher-register {
  background-color: white;
  padding: 40px;
  color: #535254;
}
#online-calculator #results #teacher-register h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
#online-calculator #results #teacher-register p {
  color: rgba(0,0,0,0.87);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
#online-calculator #results #teacher-register p.bold {
  font-weight: 400;
}
#online-calculator #results #teacher-register p:first-child {
  font-size: 18px;
  line-height: 28px;
}
#online-calculator #results #teacher-register .btn {
  display: block;
  height: 75px;
  width: 100%;
  background-color: #FF6666;
  font-size: 22px;
  font-weight: 700;
  color: white;
  border-width: 0;
  outline-width: 0;
  margin: 40px auto 0 auto;
  max-width: 250px;
  text-align: center;
  padding-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
}
#online-calculator #results #teacher-register a.btn:hover {
  background-color: rgba(255,102,102,0.9);
}
#online-calculator #results #disclaimer {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
}
.recalculate {
  background: none;
  padding: 0;
  margin: 20px auto;
  letter-spacing: 1px;
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 700;
}
.recalculate:hover {
  text-decoration: none;
}

.has-error {
  border-color: #a94442;
}
.error {
  color: #a94442;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 2px auto -webkit-focus-ring-color !important;
  outline-offset: -3px;
}
@media(max-width:1199px) {
  #online-calculator #first-step {
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:600px) {
  #online-calculator #logo-part .col-xs-6 {
    width: 100%;
    text-align: center;
  }
  #online-calculator #logo-part #logo {
    float: none;
  }
  #online-calculator #logo-part #logo-oise {
    float: none;
  }
}
@media(max-width:480px) {
  #online-calculator {
    background-size: cover;
  }
  #introduction h1 {
    font-size:32px;
    line-height: 45px;
  }
  #introduction button {
    margin: 50px auto 150px auto;
    width: 250px;
  }
  #online-calculator #first-step h3 {
    font-size: 18px;
    font-weight: 700;
  }
  #online-calculator #first-step p {
    font-size: 18px;
    font-weight: 700;
  }

  #online-calculator #first-step #radio-select label {
    font-size: 16px;
  }
  #online-calculator #first-step #calculate-salary {
    max-width: 250px;
    font-size: 20px;
    height: 70px;
  }
  #online-calculator #results p {
    font-size: 28px;
  }
  #online-calculator #results #teacher-register h3 {
    font-size: 25px;
  }
  #online-calculator #results #teacher-register p {
    font-size: 22px;
  }
  #online-calculator #results #teacher-register a {
    max-width: 250px;
    font-size: 20px;
    height: 70px;
  }
  #online-calculator #results p span#country {
    font-size: 28px;
  }
  #online-calculator #results p span {
    font-size: 30px;
  }
}
