html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
body { margin: 0; padding: 0; }
#cy {
	width: 100vw;
	height: 100vh;
	display: block;
	touch-action: none;
}
.qtip-bootstrap {	
}
.qtip-bootstrap .qtip-content, .qtip {
	width: 750px;
	max-width: 750px;
	padding-right: 20px;
}

.qtip-bootstrap .qtip-content-narrow {
	width: 550px;
	max-width: 550px;
}
.narrow .qtip-content {
	width: 550px;
	max-width: 550px;
}
.qtip-content {
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.qtip-content .tooltip-container .image-container {
	float: left;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 12px;
	font-style: italic;
}

.qtip-content .tooltip-container .image-container .photo {
	width: 250px;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
}

.qtip-content .tooltip-container.wholesale .image-container .photo1 {
	background-image: url('photos/didmenine_prekyba.png');
}

.qtip-content .tooltip-container.wholesale .image-container .photo2 {
	background-image: url('photos/didmenine_prekyba2.png');
}

.qtip-content .tooltip-container.retailers .image-container .photo1 {
	background-image: url('photos/prekybininkai.png');
}

.qtip-content .tooltip-container.lt-manufacturers .image-container .photo1 {
	background-image: url('photos/Lietuvos_gerimu_gamintojai.png');
}

.qtip-content .tooltip-container.horeca .image-container .photo1 {
	background-image: url('photos/verslo_vartotojai.png');
}

.qtip-content .tooltip-container.taromat .image-container .photo1 {
	background-image: url('photos/taromatai.png');
}

.qtip-content .tooltip-container.users .image-container .photo1 {
	background-image: url('photos/users.png');
}

.qtip-content .tooltip-container.mixed-containers .text-container {
	height: 281px;
}

.qtip-content .tooltip-container.glass-containers .text-container {
	height: 281px;
}

.qtip-content .tooltip-container.metal-containers .text-container {
	height: 281px;
}

.qtip-content .tooltip-container.plastic-containers .text-container {
	height: 281px;
}

.qtip-content .tooltip-container.pet-recycler .text-container {
	height: 281px;
}

.qtip-content .tooltip-container.metal-return .text-container {
	height: 281px;
}

.qtip-content .tooltip-container.mixed-containers .image-container .photo1 {
	background-image: url('photos/misrus_konteineriai.png');
}

.qtip-content .tooltip-container.glass-containers .image-container .photo1 {
	background-image: url('photos/stiklo_konteineris.png');
}

.qtip-content .tooltip-container.metal-containers .image-container .photo1 {
	background-image: url('photos/metalo_atliekos.png');
}

.qtip-content .tooltip-container.plastic-containers .image-container .photo1 {
	background-image: url('photos/plastiko_konteineris.png');
}

.qtip-content .tooltip-container.glass-manufacturers .image-container .photo1 {
	background-image: url('photos/stiklo_gamyba.png');
}

.qtip-content .tooltip-container.pet-recycler .image-container .photo1 {
	background-image: url('photos/pet_perdirbejas.png');
}

.qtip-content .tooltip-container.pet-template-manufacturers .image-container .photo1 {
	background-image: url('photos/pet_ruosiniu_gamintojai.png');
}

.qtip-content .tooltip-container.recycling-rpet .image-container .photo1 {
	background-image: url('photos/perdirbimas_rpet.png');
}

.qtip-content .tooltip-container.pet .image-container .photo1 {
	background-image: url('photos/pet.png');
}

.qtip-content .tooltip-container.metal-return .image-container .photo1 {
	background-image: url('photos/plienine_tara.png');
}

.qtip-content .tooltip-container.aluminum-return .image-container .photo1 {
	background-image: url('photos/aliuminio_tara.png');
}

.qtip-content .tooltip-container.plastic-return .image-container .photo1 {
	background-image: url('photos/plastikine_tara.png');
}




.qtip-bootstrap .qtip-content:has(div.pet-template-manufacturers), .qtip:has(div.pet-template-manufacturers),
.qtip-bootstrap .qtip-content:has(div.pet), .qtip:has(div.pet),
.qtip-bootstrap .qtip-content:has(div.plastic-return), .qtip:has(div.plastic-return) {
	width: 260px;
	max-width: 260px;
}

.qtip-bootstrap .qtip-content:not(:has(div.image-container)), .qtip:not(:has(div.image-container)) {
	width: 480px;
	max-width: 480px;
}


.qtip-content .text-container {
	background-color: rgba(0, 0, 0, 0.04);
	margin-top: 5px;
	/*margin-left: 15px;*/
	margin-bottom: 3px;
	padding: 10px;
	width: 450px;
	float: left;
}	



.qtip-bootstrap {
	

}

.qtip-bootstrap .row {
	margin-bottom: 5px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 50;
  font-family: Arial, Helvetica, sans-serif;
}

.popup:target {
  display: block;
}

.popup-content {
  background: #fff;
  width: 600px;
  margin: 5% auto;
  padding: 20px;
  border-radius: 6px;
  max-height: 90vh;
  overflow-y: auto;
}

.close {
  float: right;
  text-decoration: none;
  font-size: 20px;
}

.popup-content ul.glossary-list li {
	margin-bottom: 10px;
	font-size: 14px;
}

.popup-content .close-btn-cont {
	right: 0px;
	position: relative;
	width: 85px;
	position: relative;
	left: 518px;
}
.popup-content .close-btn-cont button {
	width: 85px;
	cursor: pointer;
}

.menu-item {
	display: block;
	width: 130px;
	height: 60px;
	float: left;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	color: #000;
}

.menu-item .bg-image {
	display: block;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-position: top center;
  	border-radius: 40px;
  	border: 1px solid #fff;
	margin: auto;
	margin-bottom: 5px;
}

.menu-item#main .bg-image {
	width: 50px;
	height: 50px;
}

.menu-item#legend .bg-image, .menu-item#glossary .bg-image {
	width: 30px;
	height: 30px;
}

.menu-item#main .bg-image {
	background-image: url(images/main.png);
	margin-top: 5px;
}

.menu-item#glass .bg-image {
	background-image: url(images/glass.png);
	margin-top: 18px;
}

.menu-item#pet .bg-image {
	background-image: url(images/pet.png);
	margin-top: 18px;
}

.menu-item#metal .bg-image {
	background-image: url(images/metal.png);
	margin-top: 18px;
}

.menu-item#glossary .bg-image {
	background-image: url(images/glossary.png);
}

.menu-item#legend, .menu-item#glossary {
	width: 75px;
}

.menu-item#glossary {
	margin-right: 5px;
}

.menu-item#legend .bg-image {
	background-image: url(images/legend.png);
}

.menu-item.active {
	text-decoration: underline;
}

.legend-list li {
	list-style: none;
}

.legend-list span.green-actor {
	background: url(images/green-actor.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.legend-list span.grey-actor {
	background: url(images/grey-actor.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.legend-list span.diamond-actor {
	background: url(images/diamond-actor.png) no-repeat;
	background-size: contain;
	width: 55px;
	height: 44px;
	display: inline-block;
}

.legend-list span.green-arrow {
	background: url(images/green-arrow.png) no-repeat;
	background-size: contain;
	width: 55px;
	height: 44px;
	display: inline-block;
}

.legend-list span.black-arrow {
	background: url(images/black-arrow.png) no-repeat;
	background-size: contain;
	width: 55px;
	height: 44px;
	display: inline-block;
}

.legend-list span.grey-arrow {
	background: url(images/grey-arrow.png) no-repeat;
	background-size: contain;
	width: 55px;
	height: 44px;
	display: inline-block;
}

.legend-list span.dotted-arrow {
	background: url(images/dotted-arrow.png) no-repeat;
	background-size: contain;
	width: 55px;
	height: 40px;
	display: inline-block;
}

.project-info-cont {
	padding-top: 5px;
}

.project-title-cont {
	text-align: right;
}

.project-funder-cont {
	
}

.project-title {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.project-funder {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.right-menu-container {
	float: right;
}

#language-select {
	margin-top: 6px;
}