/*
 * Start Bootstrap - Logo Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,body {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5; 
    font-family: 'Open Sans', sans-serif;
}

.body{
    height: 100%;
   background-color: #f5f5f5; 
}

.maprow{
    min-height: 100vmin;
    height: 100%;
    background-color: white;
}

.maprow_bot{
    background-color: white;
    height: auto;
  /*  border-bottom: 1px solid black; */
}

.inforow{
    display: none;
    background-color: #f5f5f5;
   /* margin-top: 120px; */
}

.left-side{
   /* height: 100%; */

}

.right-side{
    padding: 0!important;
    height: 100%;
   /* border-left: 1px solid black; */
}

.pull-right-container {
    position: absolute;
    right: 10px;
    top: 45%;
    margin-top: -7px;
}

.searchbox{
    background-color: #4c5660;
    height: 70px;
    width: 100%;
}

.searchinput{
    height:40px;
    margin-top: 15px;
    background-color: transparent;
    color: white;
    border: 0;
    width: 90%;
    padding: 15px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.list{
    list-style: none;
}

.mapbox{
    width: 100%;
    height: 100%;
}

.test_svg:hover{
    stroke: lightblue;
    stroke-width: 3px;
    -webkit-transition: stroke 1s, -webkit-transform 1s;
    transition: stroke 1s, transform 1s;
}

svg {

}



.detail-view{
    height: 50vmin!important;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    margin-left:50px;
}

.olevel{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
}

.level{
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
}

.level:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

#mv_lvl1{
    /*
    transform: translateY(19vmin);
    -webkit-transform: translateY(19vmin);
    -moz-transform: translateY(19vmin);
    -o-transform: translateY(19vmin);
    -ms-transform: translateY(19vmin);
    content: 'viewport-units-buggyfill; transform: translateY(19vmin)';
    */
}

.mv_lvl3_trns{

    transform: translateY(-10vmin);
    -webkit-transform: translateY(-10vmin);
    -moz-transform: translateY(-10vmin);
    -o-transform: translateY(-10vmin);
    -ms-transform: translateY(-10vmin);
    content: 'viewport-units-buggyfill; transform: translateY(-10vmin)';

}


.mv_lvl4_trns{

    transform: translateY(-20vmin);
    -webkit-transform: translateY(-20vmin);
    -moz-transform: translateY(-20vmin);
    -o-transform: translateY(-20vmin);
    -ms-transform: translateY(-20vmin);
    content: 'viewport-units-buggyfill; transform: translateY(-20vmin)';

}

.mv_lvl5_trns{

    transform: translateY(-30vmin);
    -webkit-transform: translateY(-30vmin);
    -moz-transform: translateY(-30vmin);
    -o-transform: translateY(-30vmin);
    -ms-transform: translateY(-30vmin);
    content: 'viewport-units-buggyfill; transform: translateY(-30vmin)';

}


.trns{
    transform: translateY(10vmin);
    -webkit-transform: translateY(10vmin);
    -moz-transform: translateY(10vmin);
    -o-transform: translateY(10vmin);
    -ms-transform: translateY(10vmin);
    content: 'viewport-units-buggyfill; transform: translateY(10vmin)';
}

.trnszero{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    content: 'viewport-units-buggyfill; transform: translateY(0)';
}

.choose_level{
    stroke: #4C5660;
    stroke-width: 1px;
    -webkit-transition: stroke 0.5s, -webkit-transform 0.5s, opacity 0.5s;
    transition: stroke 0.5s, transform 0.5s, opacity 0.5s;
    opacity: 0.99;
}

.choose_level:hover{
    stroke: #CC2231;
    stroke-width: 1px;
    -webkit-transition: stroke 0.5s, -webkit-transform 0.5s, opacity 0.5s;
    transition: stroke 0.5s, transform 0.5s, opacity 0.5s;
    opacity: 1;

}

.detail-view{
    display: none;
}

.mallplace:hover{
    cursor: pointer;
}

/* stroke="black" stroke-width="2" stroke-linecap="round" stroke-dasharray="10,10" */

.mallplaceimage{
    opacity:0.9;
}

.mallplaceimage:hover{
    cursor: pointer;
}

.mallplace:hover, .mallplace:focus{
    opacity: 1!important;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
/*    transform: translate(0px ,-20px); */

}

.mallplace{
    opacity: 0.3;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.forceplacehover{
    animation: pulse 2.4s infinite;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 6,6;
}

#l5p5122.forceplacehover{
    animation: pulse 2.4s infinite;
    stroke: black;
    stroke-width: 0.2;
    stroke-dasharray: 0.5,0.5;
}


.linkOnPlaceHover{
    color: white!important;
    background-color: /*#232323; *//* black;*/#262626;
    text-decoration: none;
}

.infoPanel{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 60px;
    background-color:blue;
}

.hoverInfoText{
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.levelInfoText{
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: gray;
}

.sur{
    position: absolute;
    top: 50%;
    width: 97%;
    height: 100%;
    pointer-events: none;
}

.surroundings__map{
    max-width: 100%;
}

.list li a{
    display:block;
    height:30px;
    line-height:30px;
    color: #d20a11;
    /*border-bottom: 1px solid #dcdcdc;*/
    font-size: 15px;
}

.list{
    padding-left: 0px;

}

.list li a{
    padding-left: 20px;
}

.category{
    margin:0;
    display: block;
    padding-left: 20px;
    height: 50px;
    line-height: 53px;
    background-color: gray;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
}

.list li a:hover{
    color: white;
   /* background-color: #d20a11; */
    background-color:  /*#7a7a7a;*/ /*black;*/ #262626;
    text-decoration: none;
}

#bck{
    margin-top:5px;
    color: white;
    text-align: center;
    display: block;
    width:50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: gray;
}

#mapplus{
    margin-top:5px;
    color: white;
    text-align: center;
    display: block;
    width:50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: gray;
}

#mapminus{
    margin-top:5px;
    color: white;
    text-align: center;
    display: block;
    width:50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: gray;
}


#bck:hover{
    text-decoration: none;
    background-color: #d20a11;
}

#mapplus:hover{
    text-decoration: none;
    background-color: #d20a11;
}


#mapminus:hover{
    text-decoration: none;
    background-color: #d20a11;
}

a:active, a:focus{
    text-decoration: none;
}


@keyframes pulse {
    0% {
       opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.swmng{
    opacity: 1;
}

.sswmng{
    opacity: 1;
}

@media (max-width: 767px){

    .main-view{
        width:75%;
        margin: 0 auto;
        position: relative;;
        height: 31vmin;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        position: relative;
        top: 27vmin;
    }
.tlogo {
    height: 30px!important;

}
.iconplace{
	/*display: none;*/
}
.maprow_bot{
    min-height: 500px!important;
}
.right-side{
 margin-top: 90px;
}

body, .body{
 background-color: white;
}
}

@media (min-width: 767px){
    .main-view{
        width:65%;
        margin: 0 auto;
        position: relative;;
        height: 31vmin;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        position: relative;
        top: 27vmin;
    }

.tlogo {
    height: 50px;
}
.iconplace{
	 display: block; 
}
.maprow_bot{
    min-height: 72vmin;
}
body, .body{
 background-color: #f5f5f5;
}
}

@media (min-width: 700px) and (max-width: 1000px){
.tlogo {
    height: 30px!important;

}
.maprow_bot{
    min-height: 600px!important;
}
.right-side{
 margin-top: 90px;
}

body, .body{
 background-color: white;
}
}

.collapseCategory{
    cursor: pointer;
}





