@IMPORT url("fontawesome/css/all.css");


/* Fonts */

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 200;
    src: url('fonts/source-sans-pro-v11-latin-200.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    src: url('fonts/source-sans-pro-v11-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    src: url('fonts/source-sans-pro-v11-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    src: url('fonts/source-sans-pro-v11-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    src: url('fonts/source-sans-pro-v11-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    src: url('fonts/source-sans-pro-v11-latin-900.woff') format('woff');
}




html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #688947;
    font-weight: 100;
    height: auto;
}

a {
	transition: all 0.2s ease-in-out;
}

ul {
	margin: 0;
}

h2 {
	display: none;
}

.inner_wrapper {
	margin: 0 auto;
	max-width: 1130px;
	position: relative;
	width: 100%;
}

.columns.l {
	padding-left: 0;
}

.columns.r {
	padding-right: 0;
}

#calculator_wrapper,
#calculator {
	background-color: transparent;
	margin: 0 auto;
	max-width: 500px;
	padding: 0;
}

select,
select:hover,
input[type="text"],
input[type="text"]:hover {
	border-bottom: 1px solid #688947; 
	border-left: none;
	border-right: none;
	border-top: none;
	color: #688947;
	font-weight: 400;
	height: auto;
	padding: 0 0 10px;
	transition: all 0.2s ease-in-out;
}

select,
select:hover {
	cursor: pointer;
	background-image: url("../elements/select_closed.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	padding: 0 35px 10px 0;
	/*text-indent: -2px;*/
}

select:focus {
	background-image: url("../elements/select_open.png");
}

#calculator .labeled {
	color: #95c23d;
	font-size: 18px;
	padding-left: 0;
	padding-right: 0;
}

#calculator .labeled.label_calculator_choose_et_1,
#calculator .labeled.label_calculator_choose_et_2 {
	color: #688947;
	display: inline-block;
	font-size: inherit;
	padding-right: inherit;
}

#calculator .labeled.label_calculator_choose_et_2 {
	padding-left: inherit;
}

.green_border_div {
	border-bottom: 1px solid #688947;
	margin-bottom: 24px;
	font-size: 26px;
}

#map_region_product_et {
	background-position: 95% 10px;
	color: #95c23d;
	width: auto;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 3px;
	text-indent: 0px;
	font-size: 26px;
}

#skala,
#slider_wrapper {
	display: none !important;
}

#map_region_product_consumption_unit {
	color: #95c23d;
	font-size: 18px;
	top: 7px;
}

.consumption_list_button {
	background-image: url("../elements/select_closed.png");
	left: auto;
	right: 5%;
	top: 13px;
	width: 25px;
}

.consumption_list {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	top: 41px;
	width: 100%;
}

.consumption_list .value {
	font-size: 24px;
	font-weight: 400;
	height: 35px;
	padding-top: 5px;
}

.ui-widget-content.ui-menu {
	background-color: #fff !important;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	max-height: 200px;
	overflow: hidden;
}

.ui-widget-content.ui-menu li,
.ui-widget-content.ui-menu li.ui-state-focus {
	background-color: transparent !important;
	border: none !important;
	color: #688947 !important;
	font-weight: 400 !important;
	margin: 0 !important;
	cursor: pointer !important;
	padding: 10px 10px 5px !important;
}

.ui-widget-content.ui-menu li.ui-state-focus {
	background-color: #E4E2DF !important;
}

#calculator .button {
	background-color: #fff;
	border: 1px solid #95c23d;
	color: #688947;
	font-size: 20px;
	padding: 17px 50px;
	transition: all .25s ease-in-out;
	width: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}

#calculator .button:hover {
	background-color: #95c23d;
	color: #fff;
}

#calc_error {
	background-color: #fce6e2;
	border: 2px solid #fd4a49;
	color: #688947;
	font-weight: 400;
	line-height: 1;
	padding: 10px;
}

#calc_error a,
#calc_error a:hover {
	color: #95c23d;
	font-weight: inherit;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}