@font-face {
    font-family: "Galano";
    src: url("../fonts/GalanoGrotesque-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Galano";
    src: url("../fonts/GalanoGrotesque-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Galano";
    src: url("../fonts/GalanoGrotesque-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal
}

html {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.butikHighlight {
    display: block!important;
    fill: #ff0303;
}

div#storeinfo {
    display:none;
}

div#storeinfo h1 {
        word-break: break-all;
}

div#storeinfo a {
    display: none;
}

path#Vector, path#restroom_area {
    fill: none;
}

div#logo {
    background-image: url('../images/logo.png');
    width: 100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 320px;
}

body {
	background-color: white;
	font-family: 'Galano',sans-serif;
	font-size: 15px;
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
	
	/*
	SCROLL
	*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#icons ul li.result {
	
	display: inline-block!important;
	
}

#icons ul li.result.selected {
	
	background: #c5e1e2;
	color: #333;
	
}

#icons ul li {
    background: #323433;
    width: 120px;
    text-align: center;
    padding: 10px 10px 15px 10px;
    height: 80px;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 0;
    font-size: 16px;
}

#icons ul {
    width: 1060px;;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


#icons ul li img {
    width: 44px;
}

#icons ul li span {
    display: block;
    color: #FFF;
}

div#icons {
    width: 1370px;
    position: absolute;
    left: 540px;
    padding: 0px;
    bottom: 5px;
    z-index: 99999999;
}

span.butiksnummer img {
    width: 25px;
	    opacity: 0.3;
}

svg {
    max-width: 107%;
    max-height: 100%;
}

.hidden {
	
	display: none!important;
}

div#controls {
	display:none;	
}

#explain .alert {
    color: #FFF;
	background: #323433;
	padding: 10px;
	margin-top: 10px;
}



#explain img {
    height: 32px;
    width: auto;
}

p {
    margin: 0;
    padding: 0;
}

.youarehere {
	
	color: #EEE;
}

div#welcome {
    position: absolute;
    left: 530px;
    right: 0;
    text-align: center;
    top: 400px;
    /* font-size: 80px; */
}

div#extra {
    position: relative;
    float: left;
    margin-top: 600px;
    margin-left: -795px;
    width: 450px;
    font-size: 17px;
}
div#extra div {
	padding: 10px;
    background: #EEE;
}

div#welcome h1 {
	font-size: 80px
}

#myMaps {
	visibility: hidden;	
}


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;	
	font-weight: normal;
}

h1 {
    font-size: 44px;
}

h2 {
	font-size: 34px;	
}

h3 {
	font-size: 28px;	
}
h4 {
	font-size: 22px;	
}
h5 {
	font-size: 18px;	
}

.box {
    border: solid 1px #d6d6d6;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.box h3 {
	font-size: 20px;
}

span.butiksnummer {
    float: right;
    color: #acacac;
}




/**
SCROLLBAR
*/
::-webkit-scrollbar {
    width: 25px;
    background: #FFF;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 0;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	 background: #585858;
}



ul, li {
	list-style-type: none;
	display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
}

div#left {
    float: left;
    width: 520px;
    height: 980px;
    
}

div#scroll {
    overflow: auto;
    height: 960px;
}

li.kategori {
    padding: 10px;
    background: #323433;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 5px;
	width: 220px;
}

li.kategori.head {
    width: 465px;
    margin-right: -4px;
    font-weight: bold;
    text-align: center;
}

.butikHighlight {
	
	display: block!important;
	
}

div#explain {
    position: relative;
    float: left;
    margin-top: 530px;
    margin-left: -795px;
    display: none;
}

li.result {
    display: block;
    margin: 5px;
    padding: 10px;
    width: 100%;
    background: #e4e4e4;
}

li.selected {
	background: #c5e1e2;
	color: #333;
}

ul#result {
    width: 465px;
}


.logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

#myMaps {
    height: 1080px;
    width: 890px;
    float: left;
    margin-right: -40px;
    margin-top: -20px;
}

div#storeinfo {
    float: left;
    margin-left: 60px;
    width: 450px;
    margin-top: 20px;
    font-size: 17px;
}

div#storeinfo img {
	max-width:100%;
}

#myMaps div {
    margin-top: 50px;
}
#controls {
    background-color: lightGrey;
    height: 50px;
    width: 30%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    /* display: none; */
    right: 0;
	    z-index: 999999999;
}

g.startPin path {
    fill: #fd5050!important;
    stroke: #c93131!important;
}
/*
div#mapLoading {
	font-size: 10em;
	left: 50px;
	position: absolute;
	top: 60px;
	z-index: -1;
}
*/
.debugPath {
	stroke: orange;
	stroke-width: 5;
}

.debugRoom {
	fill: red;
	stroke: red;
	stroke-width: 4;
}

.wayfindingRoom {
	fill: #ffc;
	stroke: blue;
	stroke-width: 2;
	stroke-dasharray: 5 3;
}

g.startPin path {
	fill: cyan;
}

g.destinationPin path {
	/*fill: green;*/
}

path.directionPath0, path.directionPath1, path.directionPath2, path.directionPath3, path.directionPath4, path.directionPath5, path.directionPath6 {
	stroke-linecap: round;
}

#W1, #W2, #W3, #W4, #W5, #W6 {
	
	display: block;
	
}