.mask {
	position: relative;
	/*overflow: hidden;*/

	display: block;
	width: 100%;
	height: 100%;
}

.mask2 {
	position: relative;
	/*overflow: hidden;*/

	display: block;
	width: 100%;
	height: 100%;
}

.tick-circle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200%;
	border-color: #4892CC;
	border-left: 1em solid;
	border-top: 1em solid;
	border-right: 1em solid;
	border-bottom: 1em solid transparent;
	border-radius: 50%;
}


.semi-circle {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #4892CC;
	border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
}

.semi-circle::before {
	content: "";
	position: absolute;
	/*bottom: 0;*/
	left: 50%;
	z-index: 2;
	display: block;
	width: 96%;
	height: 96%;
	margin-left: -48%;
	background: #E7E9E9;
	border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
	margin-top: 2%;
	/*top: 50%;*/
 }


.semi-circle--mask {
	position: absolute;
	top: 0;
	left: 0;

	width: 70%;
	height: 70%;

	background: transparent;

	transform: rotate(120deg) translate3d(0, 0, 0);
	transform-origin: center center;
	backface-visibility: hidden;
	transition: all .3s ease-in-out;
}

.semi-circle--mask::before {
	 content: "";

	 position: absolute;
	 top: 0;
	 left: 0%;
	 z-index: 2;

	 display: block;
	 width: 75%;
	 height: 75%;
	 margin: -1px 0 0 -1px;

	 background: #f2f2f2;

	 border-radius: 50% 50% 50% 50% / 100% 100% 0% 0% ;
 }


.gauge--1 .semi-circle {
	background: #4892CC;
}

.gauge-arrow {
	height: 50%;
	width: 10px;
	margin-left: -10px;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 90%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 3;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 170px solid black;
}

.gauge-arrow {
	position: absolute;
	display: inline-block;
	background: transparent;
	left: 50%;
	border-radius: 0% 0% 0% 0% / 0% 0% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
}

.gauge-arrow::before {
	position: absolute;
	display: inline-block;
	background: #000;
	left: 50%;
	border-radius: 50% 50% 50% 50% / 50% 50% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gauge-arrow::before {
	content: '';
	height: 40px;
	width: 40px;
	margin-left: -20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	bottom: -175px;
}

.gauge-dot1 {
	position: absolute;
	top: 80%;
	z-index: 4;
	left: 17.5%;
	width: 9%;
}

.gauge-dot1xxx::before {

	margin-left: 110%;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	/*bottom: -175px;*/
	position: absolute;
	/*left: 120%;*/

}

.gauge-dot7 {
	position: absolute;
	top: 80%;
	z-index: 4;
	left: 103%;
}

.gauge-dot7::before {
	content: '';
	height: 24px;
	width: 24px;
	margin-left: -30%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	/*bottom: -175px;*/
	background: white;
	position: absolute;
	/*left: 120%;*/
	border: 1px solid #4892CC;
}

.ratio {
	display: grid;
}
.ratio > * {
	grid-area: 1/1;
}

.pointer_desktop {
	position: absolute;
	bottom: 0px;
	left: 50%;
	top: 0px;
	margin-left: -4%;
	transform: rotate(0deg);
	transform-origin: 15% 65%;
	width: 27%;
}

.textarea-container {
	height: 50px;
	position: relative;
}

.textarea-right, .textarea-center, .textarea-left {
	text-align: right;
	background-color: transparent;
	border: none;
	font-family: Gravag Font bold, Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	position: absolute;
	right:0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.textarea-center {
	text-align: center;
	top: 100%;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);

}

.textarea-left {
	text-align:left;
	left:0;
}

.text-small {
	font-size: 50%;
	line-height: 150%;
}

.text-blue {
	color:#4A96D2;
}
.text-darkblue {
	color:#164196;
}

.text-red {
	color:#E30614;
}

.text-center {
	color:#4377AA;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
}

#chartbar1, #chartbar2, #chartbar3, #chartbar3
{
	transition: transform 0.6s ease;
}

.container-templategravag_costcomparisonelement {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 960px) {
	.container.container-templategravag_costcomparisonelement {
		width: 100%;
	}
}

@media (max-width: 960px) {
	.text-center {
		font-size: 8px;
		text-transform: uppercase;
	}

	.comparsion-cockpit {
		margin-bottom: 15px !important;
	}

	.comparsion-reset {
		margin-bottom: 7px !important;
	}

}

