/* Calculator */
.calculator {
  padding: 45px 15px 5px;
  background: #f05423;
  background-size: 30% 100%;
  position: relative;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

@media(max-width: 434px) {
  .calculator {
    background-size: 50% 100%;
  }
}

.calc-title {
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #f05423;
  display: inline-block;
  font-size: 16px;
	font-weight: bold;
  position: absolute;
  width: 210px;
  top: -33px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #333;
}

.form-horizontal .control-label {
  text-align: left;
}

.calculator .form-group {
  margin-bottom: 25px;
}

.calculator .btn {
  border-radius: 0;
  background-color: #155792;
  -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.63);
  padding: 5px 30px;
  margin-top: 21px;
  color: #ffffff;
}

.tarif-result {
  padding: 15px 15px 10px;
  background-color: #c3c5c8;
  color: #333;
}

.tarif-result p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

.box-gol {
  float: left;
  text-align: center;
  width: 20%;
}

.gol-1,
.gol-2,
.gol-3,
.gol-4,
.gol-5 {
  position: relative;
  padding-top: 20px;
}

.gol-1:before {
  background: url('../images/gol1.png') no-repeat center bottom;
  content: "";
  width: 42px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0%);
}

.gol-2:before {
  background: url('../images/gol2.png') no-repeat center bottom;
  content: "";
  width: 42px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0%);
}

.gol-3:before {
  background: url('../images/gol3.png') no-repeat center bottom;
  content: "";
  width: 42px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0%);
}

.gol-4:before {
  background: url('../images/gol4.png') no-repeat center bottom;
  content: "";
  width: 42px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0%);
}

.gol-5:before {
  background: url('../images/gol5.png') no-repeat center bottom;
  content: "";
  width: 42px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0%);
}

.tarif {
  height: 160px;
}