html, body {
    width: 100%;
    height: 100%;
}

        .z-music::after {
            display: table;
            content: " ";
            clear:both
        }

        .z-music {
            margin: 20px 0px 0px;
        }

        .z-music-title, .z-music-player {
        }

        .z-music-title {
        }
        .z-music-player {
        }

        .z-music-player audio{
            width: 100%;
        }
        
        
        .z-metaphor-answer {
            margin:20px auto 60px;
        }
        .z-metaphor-answer input {
            color:#000000; 
            border:1px solid #000000;
        }
        .z-metaphor-answer-value {
            min-height: 60px;
        }



.xl-moving {
    opacity: 0.8;
    pointer-events: none;
    z-index: 200;
}

.xl-placeholder{
    border: 2px dashed #444;
    /*height: 110px;
    width: 110px;*/
}

    .xl-placeholder > div {
        box-shadow: -1px -1px 6px -1px hsla(320, 0%, 0%, 0.6);
        left: -8px;
        position: relative;
        top: -8px;
    }

.xl-action-add a  {
    background-image: radial-gradient(circle farthest-side, hsla(320, 95%, 23%, 0.1) 99%, transparent);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0px 0px;
    border: 2px dashed #444;
    box-sizing: border-box;
    display: block;
    font-size: 50px;
    height: 100%;
    width: 100%;
    padding-top: 25%;
    text-align: center;
    vertical-align: middle;
} 


    .xl-action-add a:focus,    
    .xl-action-add a:hover {
        background-size:500px 500px;
        outline: none;
        transition: background-size 0.5s ease-in 0s;
    }


ul {
    box-sizing: border-box;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    li {
        box-sizing: border-box;
        margin: 0;
        padding: 0;    
    }

.z-br {
    padding-top: 80px;
    width: 100%;
}

.z-storyboard::after, .z-storyboard::before {
    list-style-type: none;
	content: "";
	clear: both;
	display: table;
}
    #z-storyboard {
        counter-reset: zSbCounter;
        box-sizing: border-box;
        list-style-type: none;
        min-height: 160px;
        background-color: rgb(242, 231, 201);
        margin: 20px -10px !important;
        padding: 5px !important;
    }

    #z-storyboard .image:before {
        font-family: 'Open Sans',serif;
        font-size: 12px;
        counter-increment: zSbCounter;
        content: counter(zSbCounter);
        color: white;
        background: black;
        border-radius: 0px 0px 40px  0px;
        display: block;
        text-align: center;
        margin: 0px 0px;
        line-height: 20px;
        padding: 0px 5px 5px 0px;
        width: 20px;
        height: 16px;
        position: absolute;
        left: 0px;
        right: 0px;
    }


    #z-storyboard-heap {
        box-sizing: border-box;
        list-style-type: none;
        min-height: 150px;
        padding: 0px !important;
        margin: 20px -5px !important;
    }
    
    
        .z-storyboard .image {
            float: left;
            margin: 5px;
            position: relative;
            width: 184px;
            height: 140px;
        }

        .z-storyboard .thumbnail {
            background-color: white;
            display: block;
            height: 140px;
            line-height: 100px;
            text-align: center;
            width: 184px;
        }

        
        .z-storyboard .img {
            height: 100%;
            width: 100%;
            background-size: cover;
            background-position: center;
        }
    

    .z-storyboard-add-image {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 100px;
        text-align: center;
        opacity: 0;
        color: black;
    }

    .z-storyboard .image:hover .z-storyboard-add-image {
        opacity: 1;    
        outline: black solid 2px;
    }

    .z-storyboard-add-image::before {
        vertical-align: middle;
        color: black !important;
        /*line-height: 140px;*/
    }

    .actions.inner {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 10;
    }
        .actions.inner li {
            float: right;
        }

            .actions.inner a.icon, .actions.inner .xcb  {
            box-sizing: border-box;
            background-color: rgba(255, 255, 255, 0.498039);
            font-size: 26px;
            display: block;
            height: 30px;
            text-align: center;
            width: 30px;
            color: black !important;
            border-radius: 20px;
            margin: 1px;
            padding: 0px;
        }

            .actions.inner a.icon:before {
                line-height: 19px;
            }

            .actions.inner .icon:hover, .actions.inner .xcb:hover {
                background-color: hsla(320, 95%, 100%, 1);
            }

            .actions.inner .xcb::before {
                font-size: 26px;
                line-height: 19px;
            }

        
        #z-storyboard-add input {
            color:#000000; 
            border:1px solid #000000;
        }
        #z-storyboard-add button{
            color:#ffffff; 
            border:1px solid #000000; 
            background-color:#000000;
            padding-left: 0px;
            padding-right: 0px;
            width: 100%;
        }


        #z-storyboard-save {
            color:#ffffff; 
            border:1px solid #000000; 
            background-color:#000000;

        }


        #z-storyboard-result {
            margin-top: 40px;
        }

        #z-storyboard-result img {
            width: 100%;
        }

        #z-storyboard-result button {
            width: 100%;
            padding: 0px;
            margin-bottom: 20px;
        }
        


        .z-input-file {
            color:#ffffff; 
            border:1px solid #000000; 
            background-color:#000000;
            height: 60px;
            display: block;
            line-height: 60px;

        }
        
        .z-input-file input {
            opacity: 0;
            width: 0px;
            height: 0px;
        }
        
        
#z-kratt {
    width: 504px;
    height: 600px;
    position: relative;
    margin: 0 auto 40px;
}

    #z-kratt .z-canvas {
        background-size: 424px;
        background-repeat: no-repeat;
        width: 424px;
        height: 600px;
        position: absolute;
        top: 0px;
        left: 40px;
    }

    #z-kratt .z-arrow {
        width: 40px;
        position: absolute;
    }

        #z-kratt .z-arrow:hover {
            outline: 1px solid #444;
        }

        #z-kratt .z-arrow::before {
            content: "";
            display: block;
            border-top: 1px solid black;
            border-left: 1px solid black;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 50%;
        }

    #z-kratt .z-arrow-left {
        left: 0px;
    }
        #z-kratt .z-arrow-right::before {
            transform: translateY(-50%) rotate(135deg);
            right:15px;
        }

    #z-kratt .z-arrow-right {
        right: 0px;
    }

        #z-kratt .z-arrow-left::before {
            transform: translateY(-50%) rotate(-45deg);
            left:15px;
        }

#z-kratt-head {
    z-index: 300;
}

#z-kratt-legs {
    z-index: 100;
}

#z-kratt-body {
    z-index: 200
}

#z-kratt-head-prev, #z-kratt-head-next {
    top: 0px;
    height: 170px;
}

#z-kratt-body-prev, #z-kratt-body-next {
    top: 170px;
    height: 260px;
}

#z-kratt-legs-prev, #z-kratt-legs-next {
    top: 430px;
    height: 170px;
}

#z-kratt-save {
    
    color:#ffffff; 
    border:1px solid #000000; 
    background-color:#000000;
}


#z-berries {
    width: 760px;
    margin: 0 auto;
}

#z-berries-images {
    height: 200px;
    position: relative;
}
#z-berries-closed, #z-berries-open {
    width: 100%;
    height: 100%;
    background-size: 100%;
    position:absolute;
    top: 0px;
    left: 0px;
}

#z-berries-closed {
    background-image: url('https://static.tildacdn.com/tild6338-6631-4632-b963-383661653763/closed.png');
}

#z-berries-open {
    background-image: url('https://static.tildacdn.com/tild6535-6161-4533-a434-343133643732/open.png');
    display: none;
}

.z-berries-cols::after {
    display: table;
    content: "";
    clear: both;
}

.z-berries-cols div {
    float: left;
    width: 33.3%;
    text-align: center;
}

.z-berries-header {
    font-weight: bold;
}

#z-berries-generate{
    margin-top: 40px;
    color:#ffffff; 
    border:1px solid #000000; 
    background-color:#000000;
}

html, body {
	margin: 0px;
	padding: 0px;
}

#z-map-app {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:hsl(60,4%,91%);
	overflow: hidden;
	
}
#z-map {
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 0;
	overflow: hidden;
	cursor: move;
	opacity: 1;
}
	/* #z-map::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: hsla(0, 0%, 0%, 0.4);
		pointer-events: none;
	} */


.z-map-pin {
	box-sizing: content-box;
	background-size: 100%;
	width: 100px;
	height: 100px;
	opacity: 0;
	position: absolute;
	z-index: 1;
}
	.z-map-pin:hover {
		opacity: 1;
	}

.z-map-controls {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}

    .z-map-control {
		background-color: #f2e7c9;
		border-radius: 100%;
		width: 40px;
		height: 40px;
		text-align:center;
		cursor: pointer;
		font-size: 40px;
		font-weight: 900;
		user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		margin-bottom: 5px;
		line-height: 40px;
	}
	.z-map-control::before {
		line-height: 30px;
	}

	.z-map-delim {
		height: 1px;
		width: 19px;
		background-color: hsl(0, 0%, 60%);
		border-width: 0px 3px;
		border-style: solid;
		border-color: black;
	}

#z-map-fog {
	display: none;
	background-color: hsla(0, 0%, 0%, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

#z-map-card {
	box-sizing: border-box;
    width: 750px;
    margin: 0px auto;
    overflow: hidden;
    z-index: 3;
	height:100%;
	padding: 24px 0;
}
	#z-map-card::-webkit-scrollbar {
		display: none;
	}

	#z-map-card-content {
		box-shadow: 0px 1px 6px hsla(60, 5%, 0%, 0.8);
		box-sizing: border-box;
		background-color: white;
		padding: 0px 0px 40px;
		width: 100%;
		position: relative;
		overflow: auto;
		max-height: 100%;
	}

	#z-map-card-close {
		position: fixed;
		right: 30px;
		top: 30px;
		z-index: 4;
		font-size: 40px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		background-color: white;
		color: black;
		border-radius: 40px;
		border: 2px solid white;
	}

		#z-map-card-close::before {
			line-height: 32px;
		}


    #z-map-card .carousel-control {
        width: 60px;
    }
    
    #z-map-card .t-container {
        width: 630px;
        padding-top: 84px;
    }
    
    #z-map-card .t-col_4 {
        width: 240px;
        margin: 0px;
        padding-right: 20px;
        max-width: initial;
    }
    #z-map-card .t-col_5 {
        display: block;
        float: none;
        margin: 0px;
        overflow: hidden;
        width: auto;
        max-width: initial;
    }
    #z-map-card .t310__title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #f2e7c9;
        display: block;
        text-align: center;
        padding: 10px;
        height: 44px;
    }