.micrio-container {
	background-color: #006BB4;
}
.micrio-container a.logo, .micrio-hide {
	display: none;
}

.marker:active, .marker:focus {
	outline: 0;
}

micrio-marker.class-default.micrio-marker button.micrio-marker {
	background: none;
}
micrio-marker.class-default.micrio-marker button.micrio-marker:hover {
	background-color: #00abe5 !important;
}

micrio-marker.class-default.class-play.micrio-marker button.micrio-marker, micrio-marker.class-default.class-Play.micrio-marker button.micrio-marker {
/* .micrio-container .marker-container.class-play .marker { */
	width: 35px !important;
	height: 35px !important;
	border: 0;
	background: url(../img/icon-play.png) !important;
	background-size: cover !important;
	border-radius: 50% !important;
}
micrio-marker.class-default.class-play.micrio-marker button.micrio-marker:hover, micrio-marker.class-default.class-Play.micrio-marker button.micrio-marker:hover {
	background: url(../img/icon-play.png) #00abe5 !important;
	background-size: cover !important;

}
micrio-marker.class-default.class-quiz.micrio-marker button.micrio-marker, micrio-marker.class-default.class-Quiz.micrio-marker button.micrio-marker {
/* .marker-container.class-quiz .marker { */
	width: 38px !important;
	height: 20px !important;
	border-radius: 5px !important;
	border: 1px solid white !important;
	background-color: rebeccapurple !important;
}
micrio-marker.class-default.class-quiz.micrio-marker button.micrio-marker:after, micrio-marker.class-default.class-Quiz.micrio-marker button.micrio-marker:after {
/* .marker-container.class-quiz .marker:after { */
	content: 'Quiz';
	color: white;
}
micrio-marker.class-default.class-quiz.micrio-marker button.micrio-marker:hover, micrio-marker.class-default.class-Quiz.micrio-marker button.micrio-marker:hover {
	background-color: #00abe5 !important;
}


.marker-container.class-quiz.opened .marker {
	background-color: palevioletred !important;
}

.micrio-container .marker-container.class-video .marker:hover {
	background-color: initial !important;
	width: 60px !important;
	height: 60px !important;
	box-shadow: none;
}


/* for invisible class */
.micrio-container .marker-container.class-invisible .marker {
	border:0;
	width: 150px;
	height: 150px;
	box-shadow: none;
	transition: none;
}
.micrio-container .marker-container.class-invisible .marker:hover, .micrio-container.class-invisible .marker-container .marker.opened, .micrio-container .marker-container.class-invisible.opened .marker {
	background: none !important;
	box-shadow: none !important;
}
/* /for invisible class */

menu.micrio-toolbar.main {
	background-color: #494949;
}
menu.micrio-toolbar.main.indent>menu:first-of-type {
    margin-left: 0;
}
.logos {
	position: absolute;
	top: 0;
	margin: auto;
	padding: 0.75vw;
	padding-left: 1vw;
	padding-right: 1vw;	
	z-index: 25;
	width: 22vw;
	left: 45vw;
	min-width: 120px;
}
.schooltvlogo {
	float: left;
}
.schooltvlogo img {
	width: 9vw;
	height: auto;
	max-width: 240px;
	max-height: 90px;
}

/* intro screen CSS */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
	background: rgba(0,0,0,.5);
}
#overlay .welcome-screen {
	width: 65vw;
	max-height: 95vh;
	overflow: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	background: rgba(255,255,255,.95);
	pointer-events: all;
	color:black
}
#overlay .welcome-screen button.close {
	cursor: pointer;
	position: absolute;
	background-color: #000;
	border: 0;
	color: #fff;
	top: 5px;
	right: 5px;
	width: 2.4vw !important;
	height: 2.4vw !important;
	font-size: 1.5vw !important;
	line-height: 2vw !important;
	font-weight: bold;
}
#overlay .textfullwidth {
	width: 92%;
	float: left;
	text-align: center;
	padding: 4%;
	padding-top: 25px;
	font-size: 17px;
	line-height: 1.6;
}
#overlay .textfullwidth h1 {
	font-size: 22px;
	line-height: 1.6;
}
#overlay .textfullwidth h2 {
	font-size: 19px;
	line-height: 1.6;
}
#overlay .textfullwidth h3 {
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	margin-top: -20px;
}

button.starttour {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 40%;
	border: 0;
	line-height: 42px;
	background-color: #00abe5;
    font-size: 17px;
	overflow: hidden;
	color: #fff;
}

/* button - link to timeline */
.timeline {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 5;
	padding: 10px 20px;
	color: white;
	cursor: pointer;
	border-radius: 5px !important;
	border: 2px solid white !important;
	background-color: rebeccapurple;
}
.timeline a, a:visited, a:active, a:hover {
	color: white;
	text-decoration: none;
}