/* KALKULACKA */
@media screen and (max-width:767px) {
	.set-wage .inputs-values-wage .row.edit-deci + .row{
		top: 72px;
		margin-top: 15px !important;
		margin-bottom: 45px;
	}
	.set-wage .inputs-values-wage .left,
	.set-wage .inputs-values-wage .right{
		float: none;
	}
	#calcSend2{
		top: 55px;
	}
	#calculFrame .checkboxes span{
		display: block;
	}
}
.checkboxes .dodatocneInfo .info .tag:before
{
	display: block;
	content: "";
	background-color: #273241;
	width: 9px;
	height: 9px;
	transform: rotate(48deg);
	position: absolute;
	top: 23px;
	right: 16px;
}

#calculFrame .checkboxes
{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6b6b6b;
	font-size:15px;
	cursor:pointer;
}
#calculFrame .checkboxes:before,
#calculFrame .checkboxes:after{
	clear: both;
	display: block;
	content: '';
}
#calculFrame .checkboxes .thick
{
	background-color: white;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	border-color: #57aee9;
	border-radius: 3px;
}
#calculFrame .checkboxes .thicked
{
	display:none;
	width: 24px;
	height: 24px;
	position: relative;
	top: -7px;
	background-image: url(../img/calcThick.png);
	background-size: 24px;
	left:-2px;
}
#calculFrame .checkboxes.checked .thicked
{
	display:block;
}
#calculFrame .checkboxes span
{
	font-size: 14px;
	position: relative;
	top: 1px;
	padding-right: 15px;
	padding-left: 28px; 
}

.checkboxes .dodatocneInfo
{
	position: absolute;
	top: 0px;
	display: inline;
	right: 0px;
	width: 100%;
	height: 100%;
}
.checkboxes .dodatocneInfo .info
{
	width: 15px;
	height: 15px;
	margin-top: -1px;
	margin-right: -5px;
	background-image: url(../img/info.png);
	position: static;
	right: 0;
	background-repeat: no-repeat;
	float: right;
	background-position: top right;
}
.checkboxes .dodatocneInfo .info .tag
{
	display:none;
	position: absolute;
	top: -35px;
	background-color: #253241;
	color: white;
	padding: 7px;
	font-size: 14px;
	border-radius: 7px;
	right: -12px;
	z-index: 20;
	transition: all 0.3s;
}
.checkboxes .dodatocneInfo .info:hover .tag
{
	display:block;
}





.chosen-container-single .chosen-single {
	border-width: 2px;
	border-color: #57aee9;
}

.chosen-container:not(.chosen-container-multi) {
	width: 100%;
}
.chosen-container:not(.chosen-container-multi) .chosen-results {
	border-width: 1px;
	border-color: #aaa;
}

.section.partners ul{
	margin-bottom: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.section.partners li{
	margin-bottom: 4px;
	list-style: none;
	padding-left: 20px;
	position: relative;
}
.section.partners p strong{
	font-size: 24px;
}
.section.partners ul li::before {
	content: '•';
	color: #047;
	position: absolute;
	font-size: 35px;
	top: -7px;
	display: block;
	left: 0;
}
#canvasss {
	height: 426px;
	width: 877px;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin: auto;
	top: 85px;
}
@media screen and (max-width:1380px) {
	#canvasss {
		height: 300px;
	}
	#canvasss, .box-map {
		width: 650px!important;
	}
}
@media screen and (max-width:1199px) {
	#canvasss,
	.box-map {
		top: 15px!important;
	}
}
@media screen and (max-width:991px) {

	#canvasss {
		width: 500px;
		top: 20px
	}
}
img.mapster_el {
	opacity: 0 !important;
}

#mapster_wrap_0 {
	z-index: 2;
	display: none !important;
}

img#vegetables {
	max-width: 100% !important;
	height: auto !important;
}

.box-map {
	position: relative;
	width: 850px;
	height: 100%;
	margin: auto;
	top: 85px;
}
.box-map .title {
	display: none;
	position: absolute;
	pointer-events: none;
	z-index: 5;
}
.box-map .title .dot {
	background: #fff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.box-map .title span {
	font-weight: 500;
	color: #fff;
	margin-left: 17px;
	font-size: 16px;
	position: relative;
	top: 8px;
}
.box-map .title.top span {
	top: -6px;
	left: -25px;
}
.box-map .title.right span {
	top: 7px;
	left: -3px;
}
.box-map .title.bottom span {
	top: 23px;
	left: -25px;
}
.box-map .tooltips {
	pointer-events: none;
}
.box-map .tooltips .tooltip {
	z-index: 2;
}
.box-map .tooltips .tooltip .dot {
	background: #004477;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.box-map .tooltips .tooltip span {
	font-weight: 500;
	color: #004477;
	margin-left: 17px;
	font-size: 16px;
	position: relative;
	top: 8px;
}
.box-map .tooltip.top span {
	top: -6px;
	left: -25px;
}
.box-map .tooltip.right span {
	top: 7px;
	left: -3px;
}
.box-map .tooltip.bottom span {
	top: 23px;
	left: -25px;
}
#bannerBookmark {
	text-align: center;
	color: #fff;
	float: left;
	padding: 0 10px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	top: 0;
	font-size: 13px;
	left: 317px;
	width: 123px;
	border-radius: 0 0 12px;
}
#bannerBookmark .icon {
	background-image: url("../img/clipboard.png");
	width: 16px;
	height: 22px;
	display: inline-block;
	position: relative;
	top: 8px;
	right: -8px;
	transform: rotate(90deg);
}
#bannerBookmark .close-icon {
	display: none;
}

#specialNewContainer {
	position: relative;
	width: 420px;
	margin: auto;
	left: -5px;
	top: -12px;
}

#specialNewContainer .chosen-single {
	border: solid #57aee9;
	border-width: 2px;
}

#specialNewContainer .chosen-results {
	border: solid #57aee9;
	border-width: 2px;
	border-top: none;
}

#specialNewContainer .arrowBox {
	width: 55px;
	height: 42px;
	background-color: #fff;
	position: absolute;
	top: 31px;
	right: 3px;
	cursor: pointer;
}

#specialNewContainer .arrowBox:before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	height: 10px;
	position: relative;
	transform: rotate(135deg);
	vertical-align: top;
	width: 10px;
	border-color: gray;
	border-radius: 0;
	left: 3px;
	margin: auto;
	display: block;
	top: 12px;
}

@media screen and (max-width:765px) {
	#specialNewContainer {
		position: relative;
		width: 96%;
		margin: auto;
		top: -12px;
		left: 0px;
	}
}

@media screen and (max-width:645px) {
	#specialNewContainer {
		width: 95%;
	}
}

#specialInput {
	left: 22%;
	margin-bottom: 0px;
}