* {
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; 
}

html {
	overflow-y: scroll;
	font-family: sans-serif; 
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; 
}

body {
    background-color: #ffffff;
}

#grafdespub {
	font-family: 'Montserrat', sans-serif;
}

#grafdespub .center-contents {
	width: 1050px;
	margin: 0 auto;
}

#grafdespub .intro {
	background-color: #61c1e9;
	padding: 25px 0 30px 0;
}

#grafdespub .intro .center-contents {
	max-width: 950px;
}

#grafdespub .intro .social-networks {
	text-align: center;
	font-size: 0;
}

#grafdespub .intro .social-networks .sn-item {
	display: inline-block;
	width: 29px;
	height: 28px;
	margin: 0 3px;
}

#grafdespub .intro .social-networks .sn-twitter {
	background-image: url(../images/icon-twitter.png);
}

#grafdespub .intro .social-networks .sn-facebook {
	background-image: url(../images/icon-facebook.png);
}

#grafdespub .intro .social-networks .sn-linkedin {
	background-image: url(../images/icon-linkedin.png);
}

#grafdespub .intro h1 {
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	margin: 18px 0 24px 0;
	text-transform: uppercase;
}

#grafdespub .intro h1 b {
	font-weight: 700;
	font-size: 46px;
}

#grafdespub .intro .intro-detail {
	padding: 0 100px;
}

#grafdespub .intro .text {
	position: relative;
	padding-left: 140px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

#grafdespub .intro .text:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 120px;
	background-image: url(../images/icon-intro.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#grafdespub .intro2 {
	background-color: #E0F3FA;
	padding: 25px 0 30px 0;
}

#grafdespub .text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	font-size: 13px;
	line-height: 21px;
	color: #1a1a1a;
}

#grafdespub .text-block {
	page-break-inside: avoid;
}

#grafdespub .text-block span {
	font-weight: 700;
	font-size: 24px;
}

#grafdespub .intro2 .text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}


#grafdespub .graphic {
	width: 1050px;
	background-color: #fff;
	padding: 25px 0 30px 0;
}

#grafdespub .graphic #graphic-container {
	width: 1050px;
	min-width: 310px;
	height: 440px; 
}

#grafdespub .graphic-options {
	background-color: #61c1e9;
	padding: 20px 0 30px 0;
	color: #fff;	
}

#grafdespub .graphic-options .center-contents {
	position: relative;
	font-size: 0;
}

#grafdespub .graphic-options .center-contents:after {
	position: absolute;
	top: -40px;
	left: 0;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 35px 20px 35px;
	border-color: transparent transparent #61c0e9 transparent;
}

#grafdespub .graphic-options-item {
	vertical-align: top;
	display: inline-block;
	width: 30.3%;
	margin: 0 1.5% 30px 1.5%;
}

#grafdespub .graphic-options-item .title {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	height: 52px;
	color: #fff;
	margin-bottom: 15px;
	padding-top: 32px;
	letter-spacing: -0.1px;
}

#grafdespub .graphic-options-item .title.special {
	padding-top: 0;
}

#grafdespub .graphic-options-item .title span {
	font-size: 10px;
	line-height: 12px;
}

#grafdespub .graphic-options-item .component {
	width: 100%;
	background-color: #fff;
}

#grafdespub .graphic-options-item .component .slider {
	position: relative;
	height: 80px;
	border-bottom: 1px solid #f2f2f2;
	padding: 25px 25px 15px 25px;
}

#grafdespub .graphic-options-item .slider .min-value, #grafdespub .graphic-options-item .slider .max-value {
	position: absolute;
	bottom: 10px;
	left: 25px;
	font-size: 12px;
	color: #333333;
}

#grafdespub .graphic-options-item .slider .max-value {
	left: auto;
	right: 25px;
}

#grafdespub .graphic-options-item .component .caption {
	position: relative;
	padding: 15px 25px;
}

#grafdespub .graphic-options-item .component .caption .value {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 80px;
	height: 40px;
	background-color: #61c1e9;
	font-weight: 300;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}

#grafdespub .graphic-options-item .component .caption .value:after {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 8px 9px;
	border-color: transparent transparent #61c0e9 transparent;
}

#grafdespub .graphic-options-item .component .caption .value span {
	font-size: 18px;
}

#grafdespub .graphic-options-item .component .caption .unit {
	vertical-align: top;
	margin-left: 8px;
	display: inline-block;
	font-size: 12px;
	line-height: 40px;
	color: #333;
}

#grafdespub .graphic-options-item .component .caption .info {
	position: absolute;
	top: 15px;
	right: 25px;
	font-weight: 700;
	font-size: 11px;
	line-height: 40px;
	color: #61c1e9;
}

#grafdespub .graphic-options-multiplier, #grafdespub .graphic-options-toggle {
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 0 1.5%;
}

#grafdespub .graphic-options-multiplier {
	width: 30.3%;
	margin-top: 20px;
}

#grafdespub .graphic-options-toggle {
	width: 63.7%;
}

#grafdespub .graphic-options-multiplier .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	text-align: right;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

#grafdespub .graphic-options-multiplier .component {
	vertical-align: top;
	display: inline-block;
	padding-left: 165px;
}

#grafdespub .graphic-options-multiplier .checkbox {
	position: relative;
	width: 125px;
	height: 35px;
	background-color: #5aacce;
	border-radius: 20px;
	cursor: pointer;
}

#grafdespub .graphic-options-multiplier .checkbox .yes, #grafdespub .graphic-options-multiplier .checkbox .no {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 35px;
	border-radius: 20px;
	border: 2px solid transparent;
	text-align: center;
	font-size: 13px;
	line-height: 31px;
	color: #add6e7;
}

#grafdespub .graphic-options-multiplier .checkbox .yes.active, #grafdespub .graphic-options-multiplier .checkbox .no.active {
	background-color: #fff;
	border: 2px solid #0dabd7;
	color: #61c1e9;
}

#grafdespub .graphic-options-multiplier .checkbox .no {
	left: auto;
	right: 0;
}

#grafdespub .graphic-options-toggle .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	text-align: right;
	font-weight: 700;
	font-size: 14px;
	line-height: 70px;
	color: #fff;
}

#grafdespub .graphic-options-toggle .component {
	vertical-align: top;
	display: inline-block;
	padding-left: 145px;
	width: 100%;
	height: 70px;
}

#grafdespub .graphic-options-toggle .component-contents {
	width: 100%;
	height: 100%;
	border: 1px solid #9cd5ed;
}

#grafdespub .graphic-options-toggle .slider {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	padding: 25px 260px 20px 25px;
}

#grafdespub .graphic-options-toggle .slider .min-value, #grafdespub .graphic-options-toggle .slider .max-value {
	position: absolute;
	bottom: 0px;
	left: 25px;
	font-size: 12px;
	color: #fff;
}

#grafdespub .graphic-options-toggle .slider .max-value {
	left: auto;
	right: 260px;
}

#grafdespub .graphic-options-toggle .component .caption .value {
	position: absolute;
	top: 14px;
	right: 145px;
	width: 80px;
	height: 40px;
	background-color: #fff;
	font-weight: 300;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #61c1e9;
	border-radius: 5px;
}

#grafdespub .graphic-options-toggle .component .caption .value:after {
	content: " ";
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 10px 0;
	border-color: transparent #fff transparent transparent;
}

#grafdespub .graphic-options-toggle .component .caption .info {
	position: absolute;
	top: 15px;
	right: 25px;
	font-weight: 700;
	font-size: 11px;
	line-height: 40px;
	color: #fff;
}

#grafdespub .how-to {
	padding: 25px 0 30px 0;
}

#grafdespub .how-to h2 {
	position: relative;
	font-weight: 300;
	font-size: 38px;
	color: #61c1e9;
	margin: 0 0 30px 0;
}

#grafdespub .how-to h2:after {
	content: " ";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #f8f8f8;
}

#grafdespub .formulas {
	padding: 25px 0 30px 0;
	background-color: #f6f6f6;
}

#grafdespub .formulas h2 {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	color: #1a1a1a;
	margin: 0 0 20px 0;
}

#grafdespub .formulas .text {
	font-size: 10px;
	line-height: 16px;
}

#grafdespub .formulas .text b i {
	font-size: 12px;
}

#grafdespub .formulas ul {
	padding: 16px 0 16px 0;
}

#grafdespub .formulas ul li {
	list-style-type: none;
}

#grafdespub #graphic-result {
	width: 100%;
	font-size: 16px;
	padding: 18px 20px;
	color: #fff;
	text-align: center;
	background-color: #33b564;
	margin-bottom: 15px;
	display: none;
}

#grafdespub #graphic-result.nok {
	background-color: #f15b5b;
}

/* range slide overrides */
.rangeslider {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eaeaea;
}

.rangeslider--horizontal {
	height: 16px;
}

.rangeslider__fill {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eaeaea;
}

.rangeslider__handle {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	background-color: #61c1e9;
	border: 2px solid #4f9dbd;
	width: 30px;
	height: 30px;
}

.rangeslider--horizontal .rangeslider__handle {
	top: -8px;
}

.rangeslider__handle:after {
	display: none;
}

#grafdespub .graphic-options-toggle .rangeslider, #grafdespub .graphic-options-toggle .rangeslider__fill {
	background-color: #5aacce;
}

#grafdespub .graphic-options-toggle .rangeslider__handle {
	background-color: #fff;
	border: 2px solid #00a7d4;
}

@media screen and (max-width: 1080px) {
	#grafdespub .center-contents {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}

	#grafdespub .graphic {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#grafdespub .graphic #graphic-container {
		width: 100%;
	}
	
	#grafdespub .graphic-options-item .title {
		font-size: 13px;
		height: 42px;
		letter-spacing: -0.4px;
	}
}

@media screen and (max-width: 980px) {
	#grafdespub .graphic-options {
		padding-top: 25px;
	}
	
	#grafdespub .graphic-options-item, #grafdespub .graphic-options-multiplier, #grafdespub .graphic-options-toggle {
		display: block;
		width: 100%;
		max-width: 350px;
		margin: 0 auto 25px auto;
	}
	
	#grafdespub .graphic-options-multiplier {
		margin-bottom: 30px;
	}
	
	#grafdespub .graphic-options .center-contents:after {
		left: 25px;
	}
	
	#grafdespub .graphic-options-item .title {
		font-size: 14px;
		letter-spacing: -0.1px;
		padding-top: 0;
		height: auto;
		margin-bottom: 10px;
	}

	#grafdespub .graphic-options-toggle {
		margin-bottom: 0;
	}
	
	#grafdespub .graphic-options-toggle .title {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		line-height: normal;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#grafdespub .graphic-options-toggle .component {
		padding-left: 0;
		height: auto;
	}
	
	#grafdespub .graphic-options-toggle .slider {
		position: relative;
		height: 80px;
		padding: 25px 25px 15px 25px;
	}
	
	#grafdespub .graphic-options-toggle .slider .min-value {
		bottom: 15px;
	}
	
	#grafdespub .graphic-options-toggle .slider .max-value {
		bottom: 15px;
		right: 25px;
	}
	
	#grafdespub .graphic-options-toggle .component .caption {
		position: relative;
		padding: 0 25px 15px 25px;
	}
	
	#grafdespub .graphic-options-toggle .component .caption .value {
		top: auto;
		right: auto;
		position: relative;
		vertical-align: top;
		display: inline-block;
		width: 80px;
		height: 40px;
		font-weight: 300;
		font-size: 28px;
		line-height: 40px;
		text-align: center;
		border-radius: 5px;
	}
	
	#grafdespub .graphic-options-toggle .component .caption .value:after {
		content: " ";
		position: absolute;
		bottom: 100%;
		left: 50%;
		right: auto;
		top: auto;
		margin-left: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 9px 8px 9px;
		border-color: transparent transparent #fff transparent;
	}
	
	#grafdespub .graphic-options-toggle .component .caption .info {
		position: absolute;
		top: 0;
		right: 25px;
		font-weight: 700;
		font-size: 11px;
		line-height: 40px;
	}
}

@media screen and (max-width: 750px) {
	#grafdespub .intro {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#grafdespub .intro h1 {
		font-size: 18px;
		line-height: 24px;
		margin: 20px 0 12px 0;
	}

	#grafdespub .intro h1 b {
		font-size: 21px;
	}
	
	#grafdespub .intro .intro-detail {
		padding: 0;
	}
	
	#grafdespub .intro .text {
		padding: 0;
		font-size: 13px;
		line-height: 19px;
	}
	
	#grafdespub .intro .text:before {
		display: none;
	}
	
	#grafdespub .intro2 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#grafdespub .text {
		font-size: 12px;
		line-height: 18px;
	}
	
	#grafdespub .graphic {
		padding: 15px 8px 15px 0;
	}
	
	#grafdespub .graphic-options {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#grafdespub .graphic-options .center-contents:after {
		left: 25px;
		top: -30px;
	}
	
	#grafdespub .how-to {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#grafdespub .how-to h2 {
		font-size: 21px;
		margin: 0 0 20px 0;
	}
	
	#grafdespub .how-to h2:after {
		bottom: -7px;
	}
	
	#grafdespub .text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	#grafdespub .text-block span {
		font-size: 20px;
	}
	
	#grafdespub .formulas {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.highcharts-title {
		font-size: 18px !important;
		transform: translate(0,-5px) !important;
	}
	
	#grafdespub #graphic-result {
		font-size: 15px;
		padding: 12px 15px;
	}
}