
/* Calculator */

.Calculator {
	}
	
div.Panorama div.Panorama_Content_Padded div.Column_Content_Padded h4 {
	font-size: 22px;
	line-height: 34px;
	color: #717171;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 6px 10px 6px 10px;
	text-shadow: none;
	text-align: left;
	font-family: Tahoma, Arial; font-family: 'Nunito Sans', sans-serif; 
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(236,236,236,1);
	-moz-box-shadow: inset 0px 0px 50px 0px rgba(236,236,236,1);
	box-shadow: inset 0px 0px 50px 0px rgba(236,236,236,1);
	border: 1px solid #dddddd;
	border-radius: 0px;
	display: inline-block;
	width: 100%;
	}

.Calculator input[type=radio], .Calculator input[type=checkbox] {
    display: none;
	}

.Calculator input[type=radio] + label, .Calculator input[type=checkbox] + label {
    float: left;
    display: inline-block;
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: 100%;
    margin: 0;
    -webkit-transition: border-color, box-shadow 0.5s ease-in-out;
    -moz-transition: border-color, box-shadow 0.5s ease-in-out;
    -ms-transition: border-color, box-shadow 0.5s ease-in-out;
    -o-transition: border-color, box-shadow 0.5s ease-in-out;
    transition: border-color, box-shadow 0.5s ease-in-out;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
	}

.Calculator input[type=radio] + label::before, .Calculator input[type=checkbox] + label::before {
    content: "";
    display: block;
    background: url("checkbox_unchecked.png") no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px 6px 0 0;
	}

.Calculator input[type=radio]:checked + label,  .Calculator input[type=checkbox]:checked + label {
    border: 2px solid #fec034;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 12px;
    margin: 0;
    box-shadow: inset 0px 0px 24px 0px #fec034;
    -webkit-box-shadow: inset 0px 0px 24px 0px #fec034;
    -moz-box-shadow: inset 0px 0px 24px 0px #fec034;
    -o-box-shadow: inset 0px 0px 24px 0px #fec034;
	
	
	background-color: #1dadd1;
	border: 2px solid #167b95;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.18) inset;

	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18);
	box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18);
	}

.Calculator input[type=radio]:checked + label::before, .Calculator input[type=checkbox]:checked + label::before {
    content: "";
    display: block;
    background: url("checkbox_checked.png") no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px 6px 0 0;
	}
.Calculator label.checkbox {
	margin: 0px 0px 10px 0px !important;
	}
	
.Calculator .Box_Field {
    /* width: 33%; */
    /* padding-right: 5px; */
	width: 100%;
    padding-right: 0px;
    display: inline-block;
    position: relative;
    vertical-align: top;
	}

.Calculator .moreInfo {
    font-size: 13px;
    line-height: normal;
    display: block;
    border-top: 1px solid #426202;
    margin-top: 5px;
    padding-top: 5px;
	}

.Calculator .Description_Text {
    border-right: 1px solid #426202;
    padding-right: 10px;
    margin-right: 4px;
	}

.Calculator .Description_Text {
	line-height: 25px;	
	}
.Calculator .Description_TextBez {
	line-height: 25px;	
	}
	
.Calculator .Price_Text::after {
    content: " zł";
    color: #606060;
	}

.Calculator .Calculator_Row {
    /* border-bottom: 4px solid #c4c4c4; */
    padding: 30px 0px 30px 0px;
	}

.Calculator h3,
.Calculator h4 {
    margin-bottom: 0;
	}

.Calculator .Calculator_Row_Clear {
    border-bottom: none;
    padding-bottom: 0;
	}

.Calculator .setColor {
    /* background: #353535; */
    background: transparent;
    cursor: pointer;
	}
.noUi-background {
	background-color: #6d9221 !important;
	}
	
.Calculator .sliderBox {
	padding: 0px 0px 40px 0px;
	min-height: 40px;
	}
.Calculator .sliderDiv {
    height: 40px;
    display: none;
	margin: 0px 30px 0px 30px;
	}

.Calculator .hidden {
    display: none;
	}
.Calculator .showed {
    display: block;
	}
	
.Summary_Main {
	}
.Summary_Main .Summary {
    text-align: left;
    width: 100%;
    float: left;
    height: auto;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}

.Box_Summary {
    width: 240px;
    position: relative;
    float: left;
    text-align: left;
    padding-top: 10px;
    font-size: 20px;
	font-weight: bold;
	}

/* input.Summary_Input { */
	/* color: #212121; */
	/* text-shadow: none; */
	/* display: block; */
	/* height: 35px; */
	/* margin: 0px auto 0px auto; */
	/* padding: 0px 5px 0px 5px; */
	/* text-align: right; */
	/* width: 300px; */
	/* font-family: 'Nunito Sans', sans-serif; */
	/* font-size: 21px; */
	/* float: left; */
	/* font-weight: bold; */
	/* background-image: none; */
	/* background-position: 0px bottom; */
	/* background-repeat: repeat-x; */
	/* background-color: #e8e8e8; */
	/* border: none; */
	/* border-radius: 0px; */
	/* box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.50) inset; */

	/* -webkit-transition: all 0.2s ease 0s; */
	/* -moz-transition: all 0.2s ease 0s; */
	/* -o-transition: all 0.2s ease 0s; */
	/* transition: all 0.2s ease 0s; */
	
	/* -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18); */
	/* -moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18); */
	/* box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18); */
	/* } */
/* input.Summary_Input:focus, input.Summary_Input:active, input.Summary_Input:hover { */
	/* background-color: #d9d9d9; */
	/* color: #272727; */
	/* text-shadow: none; */
	
	/* -webkit-transition: all 0.2s ease 0s; */
	/* -moz-transition: all 0.2s ease 0s; */
	/* -o-transition: all 0.2s ease 0s; */
	/* transition: all 0.2s ease 0s; */
	/* } */

	
input.Summary_Input {
	color: #212121;
	text-shadow: none;
	display: block;
	height: 35px;
	margin: 10px auto 0px auto;
	padding: 0px 5px 0px 5px;
	text-align: right;
	width: 200px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 26px;
	float: left;
	font-style: normal;
	font-weight: 700;
	background-image: url("");
	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: #fefefe;
	/* border: 2px solid #ededed; */
	border: none;
	border-radius: 20px;
	/* box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.18) inset; */

	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	
	/* -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18); */
	/* -moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18); */
	/* box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.18); */
	
	position: relative;
	color: #1dadd1;
	font-size: 36px;
	font-weight: 700;
	margin: 0px auto;
	text-shadow: none;
	text-align: right;
	font-family: Tahoma, Arial; font-family: 'Nunito Sans', sans-serif; 
	font-style: normal;
	line-height: 46px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
input.Summary_Input:focus, input.Summary_Input:active, input.Summary_Input:hover {
	background-color: #d9d9d9;
	color: #272727;
	text-shadow: none;
	
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}



label.Summary_Description {
    margin: 13px 0px 0px 5px;
    display: block;
	font-size: 16px;
	float: left;
	}

form.Calculator label,
form.CalculatorCont label {
    position: relative;
    border-bottom: 1px solid #cccccc;
	}

form.Calculator label input {
    position: absolute;
    width: 40% !important;
    right: 0;
	}

form.CalculatorCont input {
    width: 100%;
    color: #000000
	}

form.Calculator input[type=text] {
    color: coral;
    font-weight: bold;
	}

form.Calculator .input {
    padding: 2px 24px;
	}








/* Hide Prices */
/*
	span.Price_Text {
		display: none !important;
		}
	.Calculator .Description_Text {
		border-right: none;
		}
	span.smallPrice{
		display: none;
		}
*/
/* Hide Prices END */





.Description_Mini {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	display: block;
}



div.Btn_Submit {
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: left;
	}
div.Btn_Submit div.Btn_Submit_Button {
	font-family: Tahoma, Arial; 
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	cursor: pointer;
	background-image: url("../../images/gfx/header_h2_small_bg.png");
	background-position: -30px center;
	background-repeat: no-repeat;
	background-color: #1dadd1;
	margin: 0px auto 0px auto; 
	padding: 4px 15px 3px 15px;
	display: inline-block;
	height: auto;
	min-width: 186px;
	width: auto;
	border: none;
	border-bottom: 0px;
	border-radius: 30px;
	box-shadow: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
div.Btn_Submit div.Btn_Submit_Button:hover {
	color: #ffffff;
	text-shadow: none;
	background-color: #6363b1;
	padding: 4px 20px 3px 20px;
	text-decoration: none;
	background-image: url("../../images/gfx/header_h2_small_bg.png");
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}


/*
form div.Btn_Submit {
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: right;
	}
form div.Btn_Submit input.form_submit {
	font-family: Tahoma, Arial; 
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	cursor: pointer;
	background-image: url("../../images/gfx/header_h2_small_bg.png");
	background-position: -30px center;
	background-repeat: no-repeat;
	background-color: #1dadd1;
	margin: 0px auto 0px auto; 
	padding: 4px 15px 3px 15px;
	display: inline-block;
	height: auto;
	min-width: 186px;
	width: auto;
	border: none;
	border-bottom: 0px;
	border-radius: 30px;
	box-shadow: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
form div.Btn_Submit input.form_submit:hover {
	color: #ffffff;
	text-shadow: none;
	background-color: #6363b1;
	padding: 4px 20px 3px 20px;
	text-decoration: none;
	background-image: url("../../images/gfx/header_h2_small_bg.png");
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	*/
form div.Input_Item_Info input {
	color: #606060;
	text-shadow: none;
	display: block;
	height: 35px;
	margin: 5px auto 5px 8px;
	padding: 0px 5px 0px 11px;
	text-align: left;
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	float: left;
	font-style: normal;
	font-weight: bold;
	background-image: url("");
	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: #fafafa;
	border: none;
	border-left: 2px solid #ffffff;
	border-radius: 20px;
	box-shadow: none;

	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
form div.Input_Item_Info input:focus, form div.Input_Item_Info input:active, form div.Input_Item_Info input:hover, form div.Input_Item_Info textarea:hover, form div.Input_Item_Info textarea:focus {
	background-color: transparent;
	color: #606060;
	text-shadow: none;
	font-weight: bold;
	
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	}	
	
	
	
	
.noUi-value {
	color: #222222;
	}



@media (max-width:767px) {
    .Calculator .sliderDiv {
        height: 70px;
        width: 90%;
        margin-left: 5%;
    	}
    .Calculator .Box_Field {
        width: 45%;
        padding-right: 5px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-top: 6px;
		font-size: 18px;
		color: #2d2d2d;
    	}
    .Box_Summary {
        padding-top: 0px;
    	}
	.Summary_Description_Label {
        display: block;
    	}
	}


@media (max-width:600px) {
    .noUi-value {
		font-size: 15px;
		line-height: 19px;
		width: 50px !important;
	}
	.Description_Mini {
		font-size: 9px;
		line-height: 12px;
	}

	
@media (max-width:400px) {
    .noUi-value {
		font-size: 13px;
		line-height: 15px;
		width: 36px !important;
	}
	.Description_Mini {
		font-size: 8px;
		line-height: 11px;
	}

	
	}

/* Calculator END */
