@font-face {
  font-family: 'SuperGroteskOT-Med';
  src: url("../fonts/urwgroteskcon-boleot.eot") format("eot"), url("../fonts/urwgroteskcon-bolwoff.woff") format("woff"), url("../fonts/urwgroteskcon-bolttf.ttf") format("truetype"), url("../fonts/urwgroteskcon-bolsvg.svg#SuperGroteskOT-Med") format("svg");
  font-weight: normal;
}
.hidden {
	display: none !important;
}
.gender-inner {
    display: flex;
	justify-content: center;
}
.gender-inner .female {
    margin-right: 45px;
}
.gender-inner label {
	height: 20px;
    width: 20px;
    border: 3px solid black;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    margin-top: 12px;
    cursor: pointer;
}
.gender-inner > div {
    text-align: center;
}
.gender-inner label {
    padding: 4px;
}
.gender-inner input:checked + label .inner {
    background: #D9232A;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.slide-wrapper {
    position: relative;
    margin-right: 5px;
    height: 35px;
}
.slide-wrapper .bar {
    position: absolute;
    top: 2px;
    left: 0;
    right: 12px;
    height: 4px;
    background-color: #c0c0c0;
    width: 100%;
}
.slide-wrapper .bar:before {
    content: ' ';
    position: absolute;
	left: 1px;
    top: -10px;
    background-position: -608px -244px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 26px;
    width: 26px;
    border: 3px solid black;
    border-radius: 50%;
	background: #fff;
}
.slide-wrapper .bar:after {
    content: ' ';
    position: absolute;
	right: 0px;
    top: -4px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #c0c0c0;
}
.slide-holder input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 4px;
    height: 4px;
    background: transparent !important;
    position: absolute;
    box-shadow: none !important;
    margin: 0 !important;
}
.slide-holder input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
}
.slide-holder input[type=range]::-webkit-slider-thumb {
   -webkit-appearance: none;
  background-color: transparent;
  background-image: url('../imgs/arrow.png');
  background-repeat: no-repeat;
  background-size: cover !important;
  overflow: hidden;
  height: 26px;
  width: 26px;
  border-radius: 10px;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  border-radius:50% !important;
  position: relative;
  top: 0px
}
.cbcalc_wrapper {
    border: 3px solid #D9232A;
    padding: 20px 0px 0px 8px;
    background: url(../imgs/bg.png);
}
.gender-wrapper h4, .age-wrapper h4, .cm-wrapper h4, .kg-wrapper h4, .results-wrapper h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "SuperGroteskOT-Med", Arial;
    margin-bottom: 12px;
    line-height: 23px;
}
.description-wrapper {
    text-align: center;
}
.description-wrapper h5 {
    font-family: "SuperGroteskOT-Med", Arial;
    margin: 10px 0 15px;
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
}
span.circle {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 2px solid black;
    border-radius: 50%;
    position: relative;
    top: 3px;
}
.results-wrapper {
    border: 4px solid #D9232A;
	padding: 18px 15px 25px 22px;
    border-bottom: 0;
    border-right: 0;
}
.cbcalc_wrapper > .inner > .row > .col-md-4:nth-child(2) {
    position: relative;
    padding-left: 31px;
    padding-right: 31px;
}
.cbcalc_wrapper > .inner > .row > .col-md-4:nth-child(2):after {
    content: ' ';
    width: 1px;
    height: 200px;
    position: absolute;
    right: 1px;
    top: 25px;
    background-color: #D9232A;
}
.cbcalc_wrapper > .inner > .row > .col-md-4:nth-child(2):before {
    content: ' ';
    width: 1px;
    height: 200px;
    position: absolute;
    left: 1px;
    top: 25px;
    background-color: #D9232A;
}
.description-wrapper p {
    margin-bottom: 0;
    line-height: 23px;
    font-size: 13px;
    font-family: arial !important;
}
.cbcalc_wrapper h3.bold-number {
	font-size: 70px;
    line-height: 84px;
    font-family: "SuperGroteskOT-Med", Arial;
    text-align: center;
    margin-top: -10px;
    cursor: pointer;
}
.cbcalc_wrapper h3.bold-number.gray,.final-result-wrapper .big-result.gray {
    color: #acacac;
}
.final-result-wrapper .big-result {
    font-size: 109px;
    font-family: "SuperGroteskOT-Med", Arial;
    text-align: right;
}
.results-inner .final-result-wrapper .text-wrapper {
    float: right;
    width: 60px;
    position: relative;
    bottom: 66px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 35px;
}
.results-inner .final-result-wrapper .text-wrapper span {
    font-size: 13px;
    line-height: 18px;
    font-family: "SuperGroteskOT-Med", Arial;
    display: block;
}
.results-inner .final-result-wrapper .text-wrapper strong {
    font-family: "SuperGroteskOT-Med", Arial;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}
.final-result-wrapper {
    display: flex;
    justify-content: flex-end;
}
.cbcalc_wrapper > .inner > .row:first-child > .col-md-4:nth-child(1) {
    position: relative;
}
.cbcalc_wrapper > .inner > .row:first-child > .col-md-4:nth-child(1):after {
    content: ' ';
    bottom: 30px;
    left: 66px;
    width: 230px;
    height: 1px;
    position: absolute;
    right: 1px;
    background-color: #D9232A;
    display: block;
}
.cbcalc_wrapper > .inner > .row:first-child > .col-md-4 {
    min-height: 295px;
}
.results-wrapper h4 {
    margin-bottom: 7px;
}
.results-wrapper .results-inner .description-wrapper {
    text-align: left !important;
}
p#status-wrapper {
	text-align: right;
    max-width: 47.7vw;
    font-family: "SuperGroteskOT-Med", Arial;
    color: #000;
    font-size: 31px;
    margin-bottom: 0 !important;
    margin-top: -64px;
}
@media(max-width:767px){
	.cbcalc_wrapper > .inner > .row:first-child > .col-md-4:nth-child(1):after {
		position: relative;
		top: 27px;
		left: 0;
		width: 100%;
	}
	.cbcalc_wrapper > .inner > .row > .col-md-4:nth-child(2):before,.cbcalc_wrapper > .inner > .row > .col-md-4:nth-child(2):after {
		display: none;
	}
	.results-wrapper {
		border-left: 0;
		margin-top: 30px;
	}
	.cbcalc_wrapper .col-md-8,.cbcalc_wrapper {
		padding-left: 0;
	}
	.final-result-wrapper {
		justify-content: center;
	}
	#status-wrapper {
		max-width: 100%;
		text-align: center;
	}
}
@media(max-width:425px){
	.final-result-wrapper .big-result {
		font-size: 110px;
	}
}