@font-face { font-family: Catamaran-Black; src: url('https://inmapper.com/maps/fonts/Catamaran-Black.ttf'); }  

body {
/*   padding: 0;
   margin: 0;
   background: #596778;
   color: #EEEEEE;
   text-align: center;
   font-family: "Lato", sans-serif;
*/}

.leaflet-container {
  background: #ffffff;
}

@media screen and (max-width: 700px) {
   body {
/*      padding: 170px 0 0 0;
      width: 100%
*/   }
}

a {
/*   color: inherit;*/
}

.leaflet-container a {
  color: transparent;
}

[type="checkbox"] + label {
  height: 50px;
  width: 100px;
  /* right: -132.5px; */
  padding-left: 0px;
  padding-top: 0px;
  line-height: 50px;
  position: relative;
  top: 9px;
  /* right: 10px; */
}

nav {
  background-color: transparent;
}

#wrap {
  position: absolute;
}

.labelTxt {
  font-size: 22px;
    color: white;
    font-family: Catamaran-Black, "Catamaran"; 
}

.fa {
  top: 5px;
  position: relative;
  font-size: 30px;
  color: #2a93ee;
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: none;
}

.display-none {
  display: none;
}

.a {
    width: 1600px;
    height: 900px;
    top: 90px;
    left: 160px;
    background-image: url('img/ZC Etkinlik 01.jpg');
    background-size: contain;
    position: fixed;
}

input {
  color: #3f3a38;
}

::placeholder {
  color: #7e7470;
}

@keyframes blink {
  50% { opacity: 0.0; }
}
@-webkit-keyframes blink {
  50% { opacity: 0.0; }
}
.blink {
  animation: blink 1.25s step-start 5s infinite;
  -webkit-animation: blink 1.25s step-start 5s infinite;
  display: block;
}

@keyframes leftright {
  0% { background-position: left}
  100% {background-position: right}
}
@-webkit-keyframes leftright {
  0% { background-position: left}
  100% {background-position: right}
}

.loading {
  background-color: green;
  display: block;
}

.loaderMsg {
  z-index: 1002; 
  position: absolute;
  top: 15%;
  font-size: 30px;
  font-family: Catamaran, Futura;
  color: #e13a40;
  text-align: center;
  width: 90%;
  margin-left: 2.5%;
  font-weight: 900;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e13a40; /*3498db*/

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1002;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e13a40; /*#fb9772*/ /*e74c3c*/

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e13a40; /*f9c922*/

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #FFFFFF;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }



.menu-item,
.menu-open-button {
   background: #5697F0;
   border-radius: 10%;
   width: 50px;
   height: 50px;
   bottom: -65px;
   margin-left: -40px;
   position: absolute;
   color: #FFFFFF;
   text-align: center;
   line-height: 80px;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: -webkit-transform ease-out 200ms;
   transition: -webkit-transform ease-out 200ms;
   transition: transform ease-out 200ms;
   transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
   display: none;
}

.lines {
   width: 25px;
   height: 3px;
   background: #596778;
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -12.5px;
   margin-top: -1.5px;
   -webkit-transition: -webkit-transform 200ms;
   transition: -webkit-transform 200ms;
   transition: transform 200ms;
   transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
   -webkit-transform: translate3d(0, -8px, 0);
   transform: translate3d(0, -8px, 0);
}

.line-2 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.line-3 {
   -webkit-transform: translate3d(0, 8px, 0);
   transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
   -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
   transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
   -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
   transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
   -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
   transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
   margin: auto;
   position: relative;
   top: 35px;
   bottom: 5px;
   right: -152.5px;
   width: 0px;
   height: 0px;
   text-align: center;
   box-sizing: border-box;
   font-size: 26px;
}


/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
   background: #EEEEEE;
   color: #3290B1;
}

.menu-item:nth-child(3) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(4) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(5) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(6) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(7) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}
.menu-open-button {
   z-index: 2;
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
   transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
   transform: scale(1, 1) translate3d(0, 0, 0);
   cursor: pointer;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
   right: 50px;
}

.menu-open-button:hover {
   -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
   transform: scale(1, 1) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
   -webkit-transition-timing-function: linear;
   transition-timing-function: linear;
   -webkit-transition-duration: 200ms;
   transition-duration: 200ms;
   -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
   transform: scale(1, 1) translate3d(0, 0, 0);
   background-color: #e6e6e6;
}

.menu-open:checked ~ .menu-item {
   -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
   transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
   transition-duration: 180ms;
   -webkit-transition-duration: 180ms;
   -webkit-transform: translate3d(-105px, 0px, 0);
   transform: translate3d(-105px, 0px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
   transition-duration: 280ms;
   -webkit-transition-duration: 280ms;
   -webkit-transform: translate3d(-160px, 0px, 0);
   transform: translate3d(-160px, 0px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
   transition-duration: 380ms;
   -webkit-transition-duration: 380ms;
   -webkit-transform: translate3d(-215px, 0px, 0);
   transform: translate3d(-215px, 0px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
   transition-duration: 380ms;
   -webkit-transition-duration: 380ms;
   -webkit-transform: translate3d(-215px, 0px, 0);
   transform: translate3d(-215px, 0px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
   transition-duration: 480ms;
   -webkit-transition-duration: 480ms;
   -webkit-transform: translate3d(-270px, 0px, 0);
   transform: translate3d(-270px, 0px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
   transition-duration: 580ms;
   -webkit-transition-duration: 580ms;
   -webkit-transform: translate3d(0.08361px, -440.99997px, 0);
   transform: translate3d(0.08361px, -440.99997px, 0);
}

.blue {
   background-color: #669AE1;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
   color: #669AE1;
   text-shadow: none;
  
}

.green {
   background-color: #70CC72;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
   color: #70CC72;
   text-shadow: none;
}

.gray {
   background-color: #BEBEBE;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.gray:hover {
   color: ##BEBEBE;
   text-shadow: none;
}
.lightblue {
   background-color: #62C2E4;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
   color: #62C2E4;
   text-shadow: none;
}

.credit {
   margin: 24px 20px 120px 0;
   text-align: right;
   color: #EEEEEE;
}

.credit a {
   padding: 8px 0;
   color: #C49CDE;
   text-decoration: none;
   transition: all 0.3s ease 0s;
}

.credit a:hover {
   text-decoration: underline;
}

.mapplic-element a {
  color: #333;
  text-decoration: none !important;
  outline: none;
/*  stroke-opacity:0;*/
}

.mapplic-element input,
.mapplic-element button {
  outline: none;
}

.mapplic-element * { -webkit-tap-highlight-color: rgba(0,0,0,0); }

.mapplic-element {
  background-color: #404040;
  font-size: 0;
  overflow: hidden;
}

.inmppr-button {
  width: 42px;
  height: 42px;
  opacity: 0.85;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  text-align: center;
  border-radius: 999em 999em 999em 999em;
  padding: 0;
  border: none;
  margin: 0px 0px 7px 0px;
  background-color: white;
}

/* Fullscreen */
:-webkit-full-screen {
  width: 100%;
  height: 100% !important;
}

:-ms-fullscreen {
  height: 100% !important;
}

:-webkit-full-screen .mapplic-fullscreen-button {
  background-image: url(../images/fullscreen-exit_v2_2x.png);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 5%;
  height: 5%;
}

:-webkit-full-screen .mapplic-emergency-exit-button {
  background-image: url(../images/exit.svg);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 5%;
  height: 5%;
  top: 10%;
  display: none;
}

:-webkit-full-screen .mapplic-share-button {
  background-image: url(../images/share_v2_2x.png);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 5%;
  height: 5%;
  display: none;
}

:-webkit-full-screen .mapplic-zoomin-button {
  background-image: url(../images/zoomin.png);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 100%;
  height: 50%;
}


:-webkit-full-screen .mapplic-zoomin-button:before,
:-webkit-full-screen .mapplic-zoomin-button:after{
    top:0;
    width:100%;
    height: 100%;
    border-radius:20%/100%;
    -moz-border-radius:20%/100%;
    -webkit-border-radius:20%/100%;
    box-shadow:-10px 0 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:-10px 0 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:-10px 0 7px rgba(0,0,0, 0.3);
}
:-webkit-full-screen .mapplic-zoomin-button:before{
    box-shadow:10px 0 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:10px 0 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:10px 0 7px rgba(0,0,0, 0.3);
}




:-webkit-full-screen .mapplic-zoomout-button {
  background-image: url(../images/zoomout.svg);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 100%;
  height: 50%;
}

.mapplic-zorlu-center {
/*  background-image: url('');*/
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 20%;
  height: 10%;
  display: block;
  background-color: white;
  opacity: 0.7;
}

.mapplic-upward {
  background-image: url(../images/up.png);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 996;
  display: none;
}


.mapplic-downward {
  background-image: url(../images/down.png);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 996;
  display: none;
}


/* Preloader */
.mapplic-element.mapplic-loading {
  background: #f4f4f4 url(../images/loader.gif) no-repeat center;
}

.mapplic-element.mapplic-error {
  background: #f4f4f4 url(../images/error-icon.png) no-repeat center;
}

.mapplic-element > * {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.mapplic-element.mapplic-loading > * {
  opacity: 0;
}

/* Main elements 666666*/
.mapplic-container {
  background-color: #404040;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

:-webkit-full-screen .mapplic-container {
  width: 100%;
  position: absolute;
/*  background: url(http://mihmandar.in/zorlu/GIF1.gif);*/
  background-size: 100% 100%;
}

.mapplic-map {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden !important;
}

:-webkit-full-screen .mapplic-map {
  position: absolute;
  left: 40%;
}

/* Map layer */
.mapplic-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mapplic-layer img {
  width: 100%;
}

.mapplic-map .mapplic-map-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapplic-map.mapplic-zoomable .mapplic-map-image {
  cursor: url(../images/openhand.cur), default;
}

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
  cursor: url(../images/closedhand.cur), move;
}

.mapplic-locations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.handle-bar {
    width: 45px;
    height: 6px;
    border-radius: 3px;
    background-color: #c8c8c8;
    margin: auto;
    margin-top: 5px;
}

.warning {
  display: none;
  position: absolute;
  width: 90%;
  left: 5%;
  top: 90px;
  font-size: 16px;
  font-family: Catamaran, Futura;
  color: #3f3a38;
  text-align: center;
}

.selectStartOnMap {
    display: inline;
}

.menu-content {
    display: block;
    position: absolute;
    line-height: 0;
    z-index: 1000;
/*    background: #fff;
    border-top: 1px solid #dcdcdc;
*/    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
/*    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
    height: 285px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 20px;
    width: 96%;
    left: 2%;     
}

.hide {
  display: none;
}

.menu-buttons {
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.menu-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.menu-buttons-out-1 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.menu-buttons-out-1:after {
  content: "";
  display: table;
  clear: both;
}

.menu-buttons-out-2 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.menu-buttons-out-2:after {
  content: "";
  display: table;
  clear: both;
}

.menu-button-out { 
  padding: 0px 7.5px 7.5px 7.5px;
  box-sizing: border-box;
  right: 0;
  width: 33%;
  float: left;
}

.menu-button-out-3 {
  box-sizing: border-box;
  right: 0;
  width: 33%;
  float: left;
  padding: 0px 7.5px 7.5px 7.5px;
}

.menu-button {
  background-color: rgba(240, 240, 240, 0.75);  
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s;
  margin: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  display: block;
  padding: 0;
  box-sizing: border-box;
  background-color:white;
  border-radius:6px;
/*  border:1px solid #ccc;
  border-bottom:2px solid #ccc;
*/  box-shadow: 0 3.5px 5px 0 rgba(0, 0, 0, 0.1);
  height: 90px;
  font-size: 20px;
}

.menu-button-sub {
  position: relative;
  top: 7.5px;
  display: table;
  margin: 0 auto;
}


.menu-icon {
  min-width: 60px;
  height: 45px;
}

.shape-office-management {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/office 02.svg");
  background-repeat: no-repeat;
  background-position-x: center;
}

.shape-meeting-room {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/meeting 02.svg");
  background-repeat: no-repeat;
  background-position-x: center;
}

.shape-office-management-2 {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/office 04.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 55px 55px;
}

.shape-meeting-room-2 {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/meeting 03.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-management-room {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/management 02.svg");
  background-repeat: no-repeat;
  background-position-x: center;
}

.shape-wcmen {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/white/0_wcmen.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-wcwomen {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/white/0_wcwomen.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-disabled {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/white/0_disabled.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-office {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/office 03.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-class {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/class.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tea {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/white/0_tea.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-shop {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/shop 02.svg");
  background-repeat: no-repeat;
  background-position-x: center;
}

.shape-stage {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/stage.svg");
  background-repeat: no-repeat;
  background-position-x: center;
}


.shape-stand {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/stand.svg");
  background-repeat: no-repeat;
  background-position-x: center;
}

.shape-exit {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/exit.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-food {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/food 02.svg");
  background-repeat: no-repeat;
  background-position-x: center;
}

.shape-apron {
  background-image: url("https://inmapper.com/v0/images/apron.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;  
}

.shape-terminal {
  background-image: url("https://inmapper.com/v0/images/terminal.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;  
}

.shape-other {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/other 02.svg");
  background-repeat: no-repeat;
  background-position-x: center;
}

.shape-wc {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/white/0_wc.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-info {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/white/0_info.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-atm {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/white/0_atm.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-entrance {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/white/0_entrance.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-gate {
  background-image: url("https://inmapper.com/v0/img/white/0_gate.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;  
}

.shape-prayer {
  background-image: url("https://inmapper.com/v0/img/white/0_prayer.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;  
}

.shape-emergency {
  background-image: url("https://inmapper.com/v0/img/white/0_emergency.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;  
}
/*REMOVE IT START*/
.shape-health {
  background-image: url("https://inmapper.com/v0/img/white/0_health.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;  
}
/*REMOVE IT END*/
.shape-infirmary-tr {
  background-image: url("https://inmapper.com/v0/img/white/0_infirmary_tr.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;  
}

.shape-infirmary-en {
  background-image: url("https://inmapper.com/v0/img/white/0_infirmary_en.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;  
}

.shape-must-see {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/exhibit 01.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-hour {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/clock.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-egypt {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/mısır.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-anatolia {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/anadolu.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-mesopotamia {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/mezopotamya.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-islam {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/islamiyet öncesi.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-customer-touch-point {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/müşteri.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-back-office {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/office.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tgs {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/tgs.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-lounge {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/lounge.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-dedicated-gate {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/thy gate.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-technic {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/thy teknik.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-apron-operation {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/apron-operation.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-apron-cargo {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/apron-cargo.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-apron-management {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/apron-management.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-apron-transportation {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/apron-transportation.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-apron-technic {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/apron-technic.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.shape-tk-apron-service {
/*  background-image: url("https://inmapper.com/v0/img/Cinema.svg" param(--color var(--primary-color)));*/
  background-image: url("https://inmapper.com/v0/img/apron-service.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 45px 45px;
}

.menu-button.one {
  background-color: #d9d3d2;
}

.menu-button.shop {
  background-color: #d9d3d2;
}

.menu-button.class {
  background-color: #d9d3d2;
}

.office-management {
  background-color: #d9d3d2;
}

.office-management-2 {
  background-color: #d9d3d2;
}

.menu-button.two {
  background-color: #d1bbbc;
}

.menu-button.food {
  background-color: #d1bbbc;
}

.menu-button.office {
  background-color: #d1bbbc;
}

.meeting {
  background-color: #d1bbbc;
}

.menu-button.meeting-room {
  background-color: #d1bbbc;
}

.menu-button.meeting-room-2 {
  background-color: #d1bbbc;
}

.menu-button.three {
  background-color: #e9dad0;
}

.menu-button.other {
  background-color: #e9dad0;
}

.management-room {
  background-color: #e9dad0;
}

.menu-button.others {
  background-color: #ffffff;
}

.menu-button-name {
  line-height: 15px;
  display: table-row;
}
.menu-button-name-sub {
  position: relative;
  font-size: 14px; /*14px*/
  font-family: Catamaran, Futura;
  color: #3f3a38;
  text-align: center;
  height: 40px;
  margin: 0 auto;
  padding: 5px;
  width: 90%;
  display: table-cell;
  vertical-align: middle;
}

.detail-floating {
  display: none;
  position: absolute;
  line-height: 20px;
  z-index: 996;
  border-top: 1px solid #dcdcdc;
/*  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  box-shadow: 0 -3.5px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -10px 10px -6px #FFF;
  background-color: rgba(240, 240, 240, 0.95);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow-y: hidden;
  height: 160px;
  min-width: 300px;
  width: 25%;
  top: 70px;
  left: 2%;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.route-detail-floating {
  display: none;
  position: absolute;
  right: 10px;
  line-height: 0;
  z-index: 996;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  overflow-y: hidden;
  height: 160px;
  min-width: 300px;
  width: 25%;
  top: 70px;
  left: 2%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.multi-content {
    top: 22.5px;
    position: relative;
    margin-left: 17.5px;
    margin-right: 17.5px;
    margin-bottom: 7.5px;
    font-family: Catamaran, Futura;
    overflow-y: scroll;
    text-align: justify;
    height: calc(100% - 152.5px);
    min-height: 100px;
}

.multi-content-img {
  height: 100%;
  width: 100%;
  margin-top: 12.5px;
}

.multi-content-video {
  margin-top: -9px;
}

.multi-content-new {
  overflow-y: scroll;
}

.multi-content-text { /*calc(100% - 200px);*/
  font-size: 16px;
  color: #333;
}

.popupModalDialogReport {
  position: fixed;
  font-family: Catamaran, Futura, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.popupModalDialogReport.target {
  opacity:1;
  pointer-events: auto;
}

.popupModalDialogReport > div {
  width: 80%;
  position: relative;
  margin: 20% auto;
  padding: 5px 20px 50px 20px;
  border-radius: 10px;
  background: #fff;
}

.reportModalDialog {
  position: fixed;
  font-family: Catamaran, Futura, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.reportModalDialog.target {
  opacity:1;
  pointer-events: auto;
}

.reportModalDialog > div {
  width: 80%;
  position: relative;
  margin: 20% auto;
  padding: 5px 20px 50px 20px;
  border-radius: 10px;
  background: #fff;
/*  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
*/}


.reportModalDialog2 {
  position: fixed;
  font-family: Catamaran, Futura, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.reportModalDialog2.target {
  opacity:1;
  pointer-events: auto;
}

.reportModalDialog2 > div {
  width: 85%;
  min-height: 150px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 50px 20px;
  border-radius: 10px;
  background: #fff;
}

.languageModalDialog {
  position: fixed;
  font-family: Catamaran, Futura, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.languageModalDialog.target {
  opacity:1;
  pointer-events: auto;
}

.languageModalDialog > div {
  width: 85%;
  min-height: 150px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 50px 20px;
  border-radius: 10px;
  background: #fff;
}


div#giftTxt {
    font-size: 28px;
    color: #5697F0;
    line-height: 36px;
    text-align: center;
}

.gift {
  width: 70px;
  position: relative;
}

#reportMultiSelectForm {
  display: none;
}

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 4vh;
    padding-top: 0.25vh;
    margin-bottom: 1.5vh;
    margin-top: 1.5vh;
    cursor: pointer;
    font-size: 2.5vh;
    font-family: Catamaran, Futura;
    line-height: 2.5vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 3vh;
    width: 3vh;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #5697F0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
    left: 1vh;
    top: 0.2vh;
    width: 1vh;
    height: 2vh;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-fieldset {
  border: none;
}

.legend-title {
  font-size: 2.5vh;
  font-weight: 900;
  font-family: Catamaran;
}

#reportVal {
  font-size: 16px;
}

#feedbackInput {
  font-size: 16px;
}

.reportInput {
  border-bottom: 1px solid #5697F0 !important;
  box-shadow: 0 1px 0 0 #5697F0 !important;
}

#reportForm {
  margin-top: 20px;
  font-size: 18px;
  color: #3f3a38;
}

#feedbackForm {
  margin-top: 20px;
}

.changeLanguage {
  background-image: url(../img/language.svg);
  height: 45px;
  background-repeat: no-repeat;
  background-position-x: center;
}

.closeReport {
  background-color: rgba(10, 10, 10, 0.3);
  background-image: url(../images/ic_close_white_24px.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 26px 26px;
  line-height: 25px;
  position: absolute;
  right: 7.5px;
  top: 7.5px;
  text-align: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 999px;
}

/* Report Button */
.report-buttons {
  position: absolute;
/*  bottom: 50px;
  right: 20px;
*/ z-index: 995;
  left: 2%;
  top: 55px;
}

/* Report Button */
.report-buttons2 {
  position: absolute;
/*  bottom: 50px;
  right: 20px;
*/ z-index: 995;
  left: 18%;
  top: 100px;
}

.report-button {
  display: block;
  cursor: pointer;
  font-weight: 900;
  background-color: white;
  font-family: monospace;
  color: black;
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-image: url(../images/feedback_v2.svg);
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%
  transform-origin: 50% 50%
}

.report-button2 {
  display: block;
  cursor: pointer;
  font-weight: 900;
  background-color: white;
  font-family: monospace;
  color: black;
  background-position: center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  /* background-image: url(../images/feedback.svg); */
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  height: 30px;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%
  transform-origin: 50% 50%;
}


button.report-send-button {
  display: block;
  position: absolute;
  right: 25px;
  bottom: 10px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  margin: -10px 0px 0px 0px;
  background-color: #5697F0;
  border-radius: 6px;
  width: 90px;
  height: 50px;
  padding: 0px;
  line-height: 1.2;
  border: none;
  opacity: 1;
  font-family: Catamaran-Black, Catamaran;
  color: white;
  background-position: center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.logout-buttons {
  position: absolute;
/*  bottom: 50px;
  right: 20px;
*/ z-index: 995;
  right: 2%;
  top: 5px;
}

.logout-button {
  display: block;
  cursor: pointer;
  font-weight: 900;
  background-color: white;
  font-family: monospace;
  color: black;
  background-position: center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-image: url(../images/logout.svg);
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%
  transform-origin: 50% 50%
}


.fit-buttons {
  position: absolute;
/*  bottom: 50px;
  right: 20px;
*/ z-index: 995;
  right: 2%;
  top: 105px;
}

.fit-button {
  display: block;
  cursor: pointer;
  font-weight: 900;
  background-color: white;
  font-family: monospace;
  color: black;
  background-position: center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-image: url(../images/fullscreen.svg);
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%
  transform-origin: 50% 50%
}

.language-buttons {
  position: absolute;
/*  bottom: 50px;
  right: 20px;
*/ z-index: 995;
  left: 2%;
  top: 5px;
}

.language-button {
  display: block;
  cursor: pointer;
  font-weight: 900;
  background-color: white;
  font-family: Catamaran;
  font-size: 18px;
  color: #ffffff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  background-image: url(../img/language.svg);
  background-position: center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%
  transform-origin: 50% 50%;
}

.yaani-buttons {
  position: absolute;
/*  bottom: 50px;
  right: 20px;
*/ z-index: 995;
  left: 2%;
  top: 5px;
}

.yaani-button {
  display: block;
  cursor: pointer;
  font-weight: 900;
  background-color: white;
  font-family: Catamaran;
  font-size: 18px;
  color: #ffffff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  background-image: url(../img/left-arrow-key.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%
  transform-origin: 50% 50%;
}

.emoji {
  font-size: 10vh;
  opacity: 1;
}

.emoji-opac {
  opacity: 0.8;
}

.emoji-desc {
  font-size: 4vw;
}

.emoji-td {
  text-align: center;
  padding: 0;
  width: 33.3%;
}

.emoji-table-desc {
  position: relative;
  top: -3vh;
}

.emoji-svg {
  width: 40px;
  height: 40px;
}

.report-hide {
  display: none;
}

.report-title {
  font-size: 4.5vw;
  font-weight: 700;
  text-align: center;
}

.report-sent-msg {
  font-size: 2.5vh;
  font-weight: 600;
  margin-top: 50px;
  position: relative;
}

#reportInput {
  font-size: 4vw;
}

button.report-send-button.report-hide {
  display: none;
}

/*  .detail-floating {
    display: none;
      position: absolute;
      line-height: 0;
      z-index: 995;
      background: #fff;
      border-top: 1px solid #dcdcdc;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
      overflow-y: hidden;
      height: 125px;
    min-width: 350px;
    width: 25%;
    top: 7%;
    left: 2%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
*/
  .bar-close {
    background-image: url(../images/ic_close_white_24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    float: right;
    top: 4px;
    right: 7.5px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    background-color: rgba(10, 10, 10, 0.3);
    position: absolute;
  }
  .bar-close.on {
    display: block;
  }
  .bar-close.off {
    display: none;
  } 
  .detail-floating-close {
    background-image: url(../images/ic_close_white_24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    float: right;
    top: 7.5px;
    right: 17.5px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    background-color: rgba(10, 10, 10, 0.3);
    position: absolute;
  }

  .detail-floating-close:hover {
    opacity: 1.0;
  }

  .menu-shortcuts {
    padding: 3px 15px 3px 58px;
      border-bottom-width: initial;
      border-bottom-style: ridge;
  }

  .menu-shortcuts-img {
       max-height: 40px;
       border-radius: 8px;
       border: 2px solid black;
       margin-left: 10px;
       margin-right: 10px;
       margin-top: 10px;
       margin-bottom: 10px;
  }

  .menu-categories-item-icon {
    display: table-cell;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-categories-item-icon-img {
      margin-left: 10px;
      margin-right: 15px;
      margin-top: 5px;
      margin-bottom: 8px;
      width: 35px;
  }

  .menu-categories-item-title {
      display: table-cell;
      vertical-align: middle;
      font: 300 18px/1.6 Futura,"Trebuchet MS", sans-serif;
      color: #333;
      width: 100%;
      /* padding: 0 7px; */
      cursor: pointer;
/*      border-bottom: light-gray;*/
      border-bottom-width: initial;
      border-bottom-style: ridge;
      padding-bottom: 20px;
      padding-top: 20px;
  }

  .menu-categories-item-title-last {
      display: table-cell;
      vertical-align: middle;
      font: 300 18px/1.6 Futura,"Trebuchet MS", sans-serif;
      color: #333;
      width: 100%;
      /* padding: 0 7px; */
      cursor: pointer;
/*      border-bottom: light-gray;*/
      padding-top: 10px;
  }


  .search-results-div {
    display: block;
    position: absolute;
    top: 3%;
    left: 31%;
    width: 68%;
    max-height: 61%;
    overflow-y: auto;
    z-index: 992;
  }

  .search-results-div2 {
    display: block;
    position: absolute;
    top: 3%;
    left: 31%;
    width: 68%;
    max-height: 61%;
    overflow-y: auto;
    z-index: 992;
  }

  .search-result {
    display: inline-block;
    width: 200px;
    height: 60px;
    margin: 10px;
    border-radius: 5px;
    background: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  #keyboard {
    display: none;
    position: absolute;
    top: 59%;
    left: 2%;
    width: 1380px;
    height: 350px;
    border-radius: 35px;
    background-image: url(../images/keyboard.png);
    z-index: 993;
  }

  .detail-content {
    line-height: 20px;
  }

  .route-buttons {
/*    left: 23%;
    top: 9%;  
*/  }

.search-results-div {
  display: none;
}

/* Pins */
.mapplic-pin {
  background-image: url(../images/pin.png);
  background-size: 18px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 24px;
  margin-top: -23px;
  margin-left: -9px;
  position: absolute;
}

.mapplic-pin.orange { background-image: url(../images/pin-orange.png); }
.mapplic-pin.yellow { background-image: url(../images/pin-yellow.png); }
.mapplic-pin.green { background-image: url(../images/pin-green.png); }
.mapplic-pin.blue { background-image: url(../images/pin-blue.png); }
.mapplic-pin.purple { background-image: url(../images/pin-purple.png); }

.mapplic-pin.circular {
  background-image: none;
  background-color: #fb7575;
  border-radius: 6px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
}

.mapplic-pin.transparent {
  background-image: none;
  background-color: #fb7575;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0.5 !important;
}

.mapplic-pin.mapplic-animate {
  -webkit-animation: bounce-in 0.4s forwards;
  animation: bounce-in 0.4s forwards;
}

@-webkit-keyframes bounce-in {
  0%   {margin-top: -120px; opacity: 0;}
  33%  {margin-top: -25px; opacity: 1;}
  66%  {margin-top: -30px;}
  100% {margin-top: -23px; opacity: 1;}
}

/* Minimap */
.mapplic-minimap {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: absolute;
  width: 140px;
  margin: 10px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapplic-minimap img {
  width: 100%;
}

.mapplic-minimap-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mapplic-minimap .mapplic-minimap-active {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition: clip 0.1s;
  -moz-transition: clip 0.1s;
  transition: clip 0.1s;
}

.mapplic-minimap-background {
  -webkit-filter: blur(2px);
}

/* RouteInfo */
.mapplic-route-info {
  /*  background-color: black;
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
*/
  display: none;
  /* max-width: 460px; */ /*260*/
  /* min-width: 130px; */
  /* margin-left: -75px; */
  /* margin-top: -140px; */
  /* padding: 16px; */
  position: fixed;
  -webkit-transition: margin 0.1s;
  -moz-transition: margin 0.1s;
  transition: margin 0.1s;
  z-index: 992;
/*  transform: translate(-50%, 0%);*/
    display: none;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    z-index: 996;
    border-top: 1px solid #dcdcdc;
  /*  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    box-shadow: 0 -3.5px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -10px 10px -6px #FFF;
    background-color: rgba(240, 240, 240, 0.95);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 160px;
    min-width: 300px;
    overflow-y: hidden;
    overflow-x: hidden;
  }

h4.mapplic-route-info-title {
  color: #333;
  display: none;
/*  display: inline-block;
*/  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 30px 10px 0;
}

.widget-twitter {
  display: none;
}

.floorLabels {
  font-family: Catamaran, Futura;
  font-weight: 500;
  width: 100%;
  position: absolute;
  font-size: 17.5px;
  color: #3f3a38;
  top: 47.5px;
}

.floorLabel {
  position: absolute;
}

.titleLabels {
  font-family: Catamaran, Futura;
  top: 67.5px;
  position: absolute;
  width: 100%;
  font-size: 25px;
  color: #3f3a38;
  font-weight: 900;
}

.titleLabel {
  position: absolute;
  width: 40%;
}


#from-input {
  background: rgba(216, 216, 216, 1) url('img/pin 04.svg') no-repeat 2.5px 50%;
  font: 20px/1.6 Catamaran, Futura,"Trebuchet MS", sans-serif;
  font-weight: 600;
  color: #3f3a38;
  padding: 3px 0px 0px 25px;
  width: 40%;
  border: none;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  /*  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
  outline: 0;
  margin: 1% 0.5% 1% 0%;
  background-size: 20px;
  text-align: left;
  position: absolute;
  opacity: 1;
}

#to-input{
  background: rgba(216, 216, 216, 1) url('img/flag 04.svg') no-repeat 2.5px 50%;
  font: 20px/1.6 Catamaran, Futura,"Trebuchet MS", sans-serif;
  font-weight: 600;
  color: #3f3a38;
  padding: 3px 0px 0px 25px;
  width: 40%;
  border: none;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  /*  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
  outline: 0;
  margin: 1% 0.5% 1% 0%;
  background-size: 20px;
  text-align: left;
  opacity: 1;
  position: absolute;
} 

.left-10{
  left: 2.5%;
}

.center{
  left: 50%;
}

.mapplic-route-info-close {
    background-image: url(../images/ic_close_white_24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    float: right;
    top: 7.5px;
    right: 17.5px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    background-color: rgba(10, 10, 10, 0.3);
    position: absolute;
}

.mapplic-route-info-close:hover {
  opacity: 1.0;
}

.mapplic-route-info-link {
  background-image: url(../images/ic_refresh_white_24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    float: right;
    top: 7.5px;
    right: 65px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    background-color: rgba(10, 10, 10, 0.3);
    position: absolute;
}

.route-duration-logo {
  background-image: url(../images/baseline-query_builder-24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    float: left;
    top: 7.5px;
    left: 17.5px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    position: absolute;
}

.route-duration-info {
  position: absolute;
  font-size: 17.5px;
  font-family: Catamaran;
  left: 55px;
  top: 12.5px;
}

.route-info-desc {
  display: none;
  position: fixed;
  -webkit-transition: margin 0.1s;
  -moz-transition: margin 0.1s;
  transition: margin 0.1s;
  width: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: absolute;
  z-index: 996;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0 3.5px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(240, 240, 240, 0.95);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 50px;
  min-width: 300px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.route-info-desc-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border: none;
    cursor: pointer;
    float: left;
    top: 50%;
    left: 10%;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    position: absolute;
    transform: translate(-50%, -50%);
}

.route-info-desc-all {
  display: none;
}

.walking-icon {
    background-image: url(../images/baseline-directions_walk-24px.svg);
}

.driving-icon {
    background-image: url(../images/baseline-directions_bus-24px.svg);
}

.route-info-desc-txt {
  font-family: Catamaran;
  font-size: 17.5px;
  text-align: center;
  position: relative;
  top: 5px;
  /* height: 50px; */
  vertical-align: middle;
  /*position: absolute;*/
  top: 50%;
 /* left: 25%;
  transform: translate(-10%, -50%); */
  transform: translate(0%, -50%);
  line-height: 25px;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.route-walk-div {
    position: absolute;
    height: 40px;
    top: 115px;
    left: 0;
    width: 33%;
    /* transform: translate(-20%, -50%); */
    align-items: center;
}

.route-disabled-div {
    position: absolute;
    height: 40px;
    top: 115px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 33%;
    align-items: center;
}

.route-elevator-div {
    position: absolute;
    height: 40px;
    top: 115px;
    right: 0%;
    width: 33%;
    /* transform: translate(35%, -50%); */
    align-items: center;
}

.route-walk {
    background-image: url(../images/walking.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    float: left;
    bottom: 12px;
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    position: absolute;  
}

.route-walk.selected {
    background-image: url(../images/walking-selected-blue.svg);
}

.route-disabled {
    background-image: url(../images/disabled.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    float: left;
    bottom: 12px;
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    position: absolute;  
}

.route-disabled.selected {
    background-image: url(../images/disabled-selected-blue.svg);
}

.route-elevator {
    background-image: url(../images/elevator.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border: none;
    cursor: pointer;
    float: left;
    bottom: 12px;
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    position: absolute;  
}

.route-elevator.selected {
  background-image: url(../images/elevator-selected-blue.svg);
}

.route-walk-desc {
    border: none;
    cursor: pointer;
    margin-top: 20px;
    font-family: Catamaran;
    color: #3f3a38;
    text-align: center;
}

.route.selected {
  color: #5697F0;
}

.route-disabled-desc {
    border: none;
    cursor: pointer;
    margin-top: 20px;
    font-family: Catamaran;
    color: #3f3a38;
    text-align: center;
}

.route-elevator-desc {
    border: none;
    cursor: pointer;
    margin-top: 20px;
    font-family: Catamaran;
    color: #3f3a38;
    text-align: center;
}

.wf-forward {
    background-image: url(../images/baseline-navigate_next-24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border: none;
    cursor: pointer;
    float: right;
    top: 7.5px;
    right: 65px;
    width: 85px;
    height: 36px;
    border-radius: 999px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    background-color: #5697F0;
    position: absolute;

animation-name: leftright;
animation-duration: 20s; 
animation-iteration-count: infinite;
animation-direction: alternate;
-webkit-animation-name: leftright;
-webkit-animation-duration: 2s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: normal;
/*perspective: 1000;
background-attachment: fixed;
     display: none; */
}

.wf-backward {
    background-image: url(../images/baseline-navigate_before-24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border: none;
    cursor: pointer;
    float: right;
    top: 7.5px;
    right: 65px;
    width: 85px;
    height: 36px;
    border-radius: 999px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    background-color: #5697F0;
    position: absolute;
    /* display: none; */
}

.small {
  width: 36px;
}

.wf-backward.small {
  right: 115px;
}

/* Clear Button */
.mapplic-clear-button {
  background-color: #fff;
  background-image: url(../images/reset.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mapplic-clear-button:active {
  background-color: #eee;
}

/* Share Button */
.mapplic-share-button {
  background-color: #fff;
  background-image: url(../images/share.png);
/*  background-size: 16px 16px;*/
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.mapplic-share-button:active {
  background-color: #eee;
}

/* Zorlu Center */
.mapplic-zorlu-center {
/*  background-color: #fff;
  background-image: url(http://mihmandar.in/zorlu/zc_logo.png);
/*  background-size: 16px 16px;*/
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  width: 115px;
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 40px;
  display: none;
}

.mapplic-zorlu-center:active {
  background-color: #eee;
}

/* Emergency Exit Button */
.mapplic-emergency-exit-button {
  background-color: #f00;
  background-image: url(../images/exit.png);
/*  background-size: 16px 16px;*/
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50px;
  left: 0;
}

.mapplic-emergency-exit-button:active {
  background-color: #eee;
}

/* Route Button */
.route-buttons {
  position: absolute;
/*  bottom: 50px;
  right: 20px;
*/
  z-index: 3000;
  display: none;
  right: 17.5px;
  top: 97.5px;
  height: 50px;
}

button.route-button {
  display: block;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  background-color: #5697F0;
  border-radius: 6px;
  width: 100px;
  height: 50px;
  padding: 0px;
  line-height: 2.2;
  border: none;
  opacity: 1;
  font-family: Catamaran-Black, Catamaran;
  color: white;
  background-position: center;
  background-size: 26px 20px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

/* Report Button */
.report-place-buttons {
  position: absolute;
  z-index: 3000;
  left: 17.5px;
  top: 197.5px;
  height: 50px;
  width: calc(100% - 35px);
}

button.report-place-button {
  display: block;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  background-color: white;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  padding: 0px;
  line-height: 2.2;
  border: none;
  opacity: 1;
  font-family: Catamaran;
  color: #5697F0;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 35px 35px;
  background-image: url(../img/report.svg);
  background-repeat: no-repeat;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

 button.languages-button {
  position: relative;
  z-index: 3000;
  left: 17.5px;
  margin-top: 10px;
  height: 50px;
  width: calc(100% - 35px);  
  display: block;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  background-color: white;
  border-radius: 6px;
  padding: 0px;
  line-height: 2.2;
  border: none;
  opacity: 1;
  font-family: Catamaran;
  color: #5697F0;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);

 }

 button.car-park-button {
    background-color: white;
    background-image: url(../images/Araba.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .car-park-div {
    right: 2%;
    position: absolute;
    top: 20%;
    z-index: 992;
 }

 button.apron-button {
    background-color: white;
    background-image: url(../images/apron.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .apron-div {
    right: 2%;
    position: absolute;
    top: 21.5%;
    z-index: 992;
 }

 button.terminal-button {
    background-color: white;
    background-image: url(../images/terminal.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .terminal-div {
    right: 2%;
    position: absolute;
    top: 21.5%;
    z-index: 992;
 }
/*
button.route-button {
  background-image: url(../images/ic_directions_walk_white_24px.svg);
  display: block;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  margin: 0px 0px 0.5em 0px;
  background-color: #FF7F50;
  border-radius: 999em 999em 999em 999em;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  opacity: 1;
  font-family: monospace;
  color: black;
  background-position: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

 Close Detail Button 
.close-detail-buttons {
  position: absolute;
  top: 16%;
  transform: translate(-50%,-50%);
  left: 50%;
  z-index: 3000;
  display: none;
}
*/
.close-detail-buttons {
  position: absolute;
  top: 8%;
  transform: translate(-50%,-50%);
  left: 87%;
  z-index: 3000;
  display: none;
}


button.close-detail-button {
  background-image: url(../images/ic_clear_black_24px.svg);
  display: block;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  margin: 0px 0px 0.5em 0px;
  background-color: white;
  border-radius: 999em 999em 999em 999em;
  width: 1.6em;
  height: 1.6em;
  padding: 0;
  border: none;
  opacity: 1;
  font-family: monospace;
  color: black;
  background-position: center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

/* Zoom Buttons 
.mapplic-zoom-buttons {
  margin: 10px;
  position: absolute;
  right: 0;
  bottom: 40px;
}
*/
/* Zoom Buttons */
.mapplic-zoom-buttons {
  /* margin: 10px; */
  position: absolute;
  /* bottom: 40px; */
  /* height: 10%; */
  /* width: 5%; */
  top: 30%;
  right: 2%;
  /* opacity: 0.85; */
  z-index: 992;
}
.mapplic-zoom-buttons a {
/*  background-color: #fff;
*/  background-repeat: no-repeat;
  background-position: center;
/*  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  color: #fff !important;
*/  display: block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  width: 28px;
  height: 28px;
}

.mapplic-zoom-buttons a:active {
  background-color: #f4f4f4;
}

.mapplic-zoom-buttons a.mapplic-disabled {
/*  background-color: #a0a0a0;
*/  cursor: default;
/*  border-color: #a0a0a0;
*/  opacity: 0.2;
}

.mapplic-zoom-buttons button {
  display: block;
  cursor: pointer;
  font-weight: 900;
  background-color: white;
  font-family: monospace;
  color: black;
  background-position: center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
}

.mapplic-zoom-buttons button.mapplic-disabled {
  cursor: default;
  opacity: 0.35;
}

.mapplic-zoom-buttons button:hover {
  outline: none;
/*  background-color: #dedede;*/
}

button.mapplic-zoomin-button {
  background-image: url(../images/ic_add_black_24px.svg);
}

button.mapplic-zoomout-button {
  background-image: url(../images/ic_remove_black_24px.svg);
}

a.mapplic-zoomin-button {
  background-image: url(../images/ic_add_circle_outline_black_24px.svg);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  border-radius: 3px 3px 0 0;
}

a.mapplic-zoomout-button {
  background-image: url(../images/ic_remove_circle_outline_black_24px.svg);
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  border-radius: 0 0 3px 3px;
  border-top: none;
}
/*Logo*/
.inmppr-logo {
  position: absolute;
  top: initial;
  bottom: 125px;
  margin-left: auto;
  margin-right: 5px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url(../img/inmppr_logo_h.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  z-index: 991;
}
/* Compass */
.compass-div {
    position: absolute;
    right: 2%;
    top: 55px;
    z-index: 992;
}

.compass-button {
  display: block;
  cursor: pointer;
  font-weight: 900;
  background-color: white;
  font-family: monospace;
  color: black;
  background-position: center;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-image: url(../images/compass_arrow_2.svg);
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%
  transform-origin: 50% 50%
}

.passive {
  opacity: 0.4;
}

.hidden {
  display: none;
}

/* Menu Buttons */
.mapplic-menu-buttons {
  /* margin: 10px; */
  position: absolute;
  /* bottom: 40px; */
  /* height: 10%; */
  /* width: 5%; */
  top: 86%;
  right: 2%;
  color: black;
  /* opacity: 0.85; */
  z-index: 992;
}
.mapplic-menu-buttons a {
/*  background-color: #fff;
*/  background-repeat: no-repeat;
  background-position: center;
/*  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  color: #fff !important;
*/  display: block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  width: 28px;
  height: 28px;
}

.mapplic-menu-buttons a:active {
  background-color: #f4f4f4;
}

.mapplic-menu-buttons a.mapplic-disabled {
/*  background-color: #a0a0a0;
*/  cursor: default;
/*  border-color: #a0a0a0;
*/  opacity: 0.2;
}

.mapplic-menu-buttons button {
  display: block;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  font-weight: lighter;
  margin: 0px 0px 0.5em 0px;
  background-color: white;
  border-radius: 999em 999em 999em 999em;
  width: 1.6em;
  height: 1.6em;
  padding: 0;
  border: none;
  opacity: 0.85;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.mapplic-menu-buttons button.mapplic-disabled {
  cursor: default;
  opacity: 0.35;
}


button.mapplic-menu-button {

}

a.mapplic-menu-button {
  background-image: url(../images/ic_menu_circle_outline_black_24px.svg);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  border-radius: 3px 3px 0 0;
}

/* Fullscreen Button */
.mapplic-fullscreen-button {
  background-color: #fff;
  background-image: url(../images/fullscreen.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 2px;
  margin: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* Levels */
.floor-buttons {
    height: auto;
    position: absolute;
    left: 2%;
    bottom: 155px;
    z-index: 992;
}

.floor-buttons button {
    color: black;
    display: block;
    /* line-height: 10px; */
    background-color: white;
    /* font-weight: lighter; */
    font-family: 12px, Catamaran, Futura,"Trebuchet MS", sans-serif;
    font: 300 30px Catamaran;
    cursor: pointer;
    size: 10px;
    line-height: 1px;
}

.floor-buttons button.selected {
  background-color: #5697F0; /*ffffc6*/
  opacity: 0.95;
  color: white;
}


.mapplic-levels {
  position: absolute;
  top: 7%;
  right: 2%;
/*  margin: 10px;*/
  overflow: hidden;
  height: 40%;
  width: 15%;
  opacity: 0.85;
}

.mapplic-levels > * {
  border: 1px solid #eee;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mapplic-levels-select {
  background-color: #fff;
  border-top: none;
  color: #666;
  margin: 0;
  padding: 6px 2px;
  font-size: 14px;
  outline: none;
}

.mapplic-levels a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  font-size: 1.5vh;
  font-stretch: expanded;
  width: 100%;
  text-align: center;
  font-family: serif;
  height: 25%;
  width: 100%;
}

.mapplic-levels a:active {
  background-color: #f8f8f8;
}

.mapplic-levels-kopruKati.pin.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/kopru pin.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-kopruKati.pin {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/kopru pin siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-kopruKati.siyah.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/kopru renkli.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-kopruKati.siyah {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/kopru siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-kopruKati.bayrak.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/kopru bayrak.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-kopruKati.bayrak {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/kopru bayrak siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-meydanKati.pin.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/meydan pin.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-meydanKati.pin {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/meydan pin siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-meydanKati.siyah.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/meydan renkli.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-meydanKati.siyah {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/meydan siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-meydanKati.bayrak.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/meydan bayrak.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-meydanKati.bayrak {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/meydan bayrak siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}



.mapplic-levels-bogazKati.pin.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/bogaz pin.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-bogazKati.pin {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/bogaz pin siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-bogazKati.siyah.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/bogaz renkli.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-bogazKati.siyah {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/bogaz siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-bogazKati.bayrak.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/bogaz bayrak.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-bogazKati.bayrak {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/bogaz bayrak siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}



.mapplic-levels-metroKati.pin.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/metro pin.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-metroKati.pin {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/metro pin siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-metroKati.siyah.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/metro renkli.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-metroKati.siyah {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/metro siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-metroKati.bayrak.selected {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/metro bayrak.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels-metroKati.bayrak {
  background-image: url("http://mihmandar.in/zorlu1/img/floor/metro bayrak siyah.png");
  background-size: 100% 100%;
  border-radius: 3px 3px 0 0;
}





.mapplic-levels .mapplic-levels-up {
  background-image: url(../images/arrow-up.png);
  background-size: 8px 4px;
  border-radius: 3px 3px 0 0;
}

.mapplic-levels .mapplic-levels-down {
  background-image: url(../images/arrow-down.png);
  background-size: 8px 4px;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.mapplic-levels a.mapplic-disabled {
  background-color: #a0a0a0;
  cursor: default;
  border-color: #a0a0a0;
}

/* Sidebar */
.mapplic-sidebar {
  background-color: #f8f8f8;
  width: 30%;
  height: 100%;
  float: left;
  position: relative;
  display: none;
}

:-webkit-full-screen .mapplic-sidebar {
  width: 20%;
  position: absolute;
  left: 2%;
  opacity: 0.85;
  top: 7%;
  height: 87%;
  display: none;
}

:-webkit-full-screen .mapplic-sidebar::after {
    transition: opacity 1s ease;
}
:-webkit-full-screen .mapplic-sidebar:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}


:-webkit-full-screen #mapplic-sidebar::after {
    transition: opacity 1s ease;
}
:-webkit-full-screen #mapplic-sidebar:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-sidebar::after {
    transition: opacity 1s ease;
    display: none;
}
.mapplic-sidebar:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
    display: none;
}


#mapplic-sidebar::after {
    transition: opacity 1s ease;
}
#mapplic-sidebar:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-sidebar:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#mapplic-sidebar:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}




:-webkit-full-screen .mapplic-levels::after {
    transition: opacity 1s ease;
}
:-webkit-full-screen .mapplic-levels:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}


:-webkit-full-screen #mapplic-levels::after {
    transition: opacity 1s ease;
}
:-webkit-full-screen #mapplic-levels:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-levels::after {
    transition: opacity 1s ease;
}
.mapplic-levels:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}


#mapplic-levels::after {
    transition: opacity 1s ease;
}
#mapplic-levels:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-levels:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#mapplic-levels:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}






:-webkit-full-screen .mapplic-zoom-buttons::after {
    transition: opacity 1s ease;
}
:-webkit-full-screen .mapplic-zoom-buttons:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}


:-webkit-full-screen #mapplic-zoom-buttons::after {
    transition: opacity 1s ease;
}
:-webkit-full-screen #mapplic-zoom-buttons:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-zoom-buttons::after {
    transition: opacity 1s ease;
}
.mapplic-zoom-buttons:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}


#mapplic-zoom-buttons::after {
    transition: opacity 1s ease;
}
#mapplic-zoom-buttons:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-zoom-buttons:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.floor-buttons:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#mapplic-zoom-buttons:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-searchbar {
    position: absolute;
    box-shadow: 0 -3.5px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -10px 10px -6px #FFF;
    width: 25%;
    min-width: 300px;
    overflow-y: hidden;
    z-index: 996; /*992*/
    background-color: rgba(240, 240, 240, 0.95);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*    height: 335px;*/
}

  #input_form {
      width: 96%;
      left: 2%;
      position: relative;
      top: 10px;
      padding-left: 7.5px;
      padding-right: 7.5px;
  }

  #input2_form {
      width: 96%;
      left: 2%;
      position: relative;
      top: 10px;
      padding-left: 7.5px;
      padding-right: 7.5px;
  }


.detail {
/*    position: absolute;
    bottom: 0px;
    height: 130px;
    width: 100%;
    overflow-y: hidden;
    z-index: 996;*/ /*992*/
/*    height: 335px;*/
}

/* Search */
.mapplic-search-form {
  /*background-color: #E81E25;*/
  /*border-bottom: 1px solid #eee;
  border-right: 1px solid #f4f4f4;*/
  padding: 14px 12px;
  margin: 0;
  width: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mapplic-search-input {
  background-image: url(../images/viewer.png);
  background-size: 17px 16px;
  background-repeat: no-repeat;
  background-position: 8px;
  border: 2px solid #eee;
  border-radius: 2px;
  font-size: 14px;
  font-family: inherit;
  line-height: 20px;
/*  height: 38px;*/
  margin: 0;
  padding: 8px 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: border-color 0.1s;
  -moz-transition: border-color 0.1s;
  transition: border-color 0.1s;
}

.mapplic-search-input:focus {
  border-color: #6ed8dd;
}

.mapplic-search-clear {
  background-image: url(../images/cross.png);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 2px 0;
  width: 34px;
  height: 34px;
}

.mapplic-not-found {
  color: #bbb;
  display: none;
  font-size: 13px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 100px;
}

/* List */
.mapplic-list-container {
  padding-top: 67px;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mapplic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 100%;
}

.mapplic-list-container ol {
  border-color: #eee;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mapplic-list-container li {
  border-color: inherit;
  margin: 0;
}

.mapplic-list-category > a {
  background-color: #888;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 250%;
  padding: 10px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.mapplic-list-category ol {
  border-bottom: 2px solid #eee !important;
}

img.mapplic-list-thumbnail {
  border-radius: 0;
  float: left;
  margin-right: 10px;
  max-width: 65px;
  max-height: 50px;
  width: 50%;
}

.mapplic-list-category > a .mapplic-list-count {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 6px;
  margin-left: 12px;
  text-align: center;
  margin-top: 5%;
  -webkit-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}

.mapplic-list-location {
  border-bottom: 1px solid #eee;
  margin: 0;
}

.mapplic-list-location > a {
  background-color: #fff;
  border-left: 1px solid transparent;
  display: block;
  font-size: 14px;
  padding: 10px;
  min-height: 50px;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  transition: border 0.2s;
}

.mapplic-list-location > a:hover {
  background-color: #f4fcfc;
  border-left: 2px solid;
  border-color: inherit;
}

.mapplic-list-location h4 {
  color: #444;
  display: inline;
  font-size: 1.7em;
  font-weight: normal;
  margin: 4px 0 8px 0;
  text-align: left;
}

.mapplic-list-location span { /* 42 -20 13 30*/
  color: #fff;
  font-size: 13px;
  display: block;
  font-weight: normal;
}

.mapplic-list-location p {
  margin-bottom: 0;
}
/* Detail */
.detail-title {
  width: 80%;
  color: #333;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  font-family: Catamaran, Futura,"Trebuchet MS", sans-serif;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 16px;
}

.detail-content {
  width: 80%;
  color: #333;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  font-family: Catamaran, Futura,"Trebuchet MS", sans-serif;
  margin-top: 1px;
  margin-left: 16px;
  overflow: hidden;
  line-height: 25px;
}

.detail-floor{
  font-weight: normal;
  font-size: 19px;
}

.detail-floor.area{
  font-weight: 800;
}


/* Tooltip F0F0F0*/
.mapplic-tooltip {
  border-radius: 70px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  display: none;
  margin-left: -50px;
  margin-top: -110px;
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-transition: margin 0.1s;
  -moz-transition: margin 0.1s;
  transition: margin 0.1s;
}

h4.mapplic-tooltip-title {
  color: #333;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 30px 10px 0;
}

.mapplic-hovertip {
  min-width: 30px;
  padding: 6px 14px;
  pointer-events: none;
}

.mapplic-hovertip .mapplic-tooltip-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}


.mapplic-bottom .mapplic-tooltip-triangle {
  border-color: transparent transparent #fff transparent;
  border-width: 0 7px 8px 7px;
  top: 0;
  margin-top: -8px;
}

.mapplic-tooltip-content {
  max-height: 160px;
  overflow-y: hidden;
}

.mapplic-tooltip-content p {
  margin-top: 0;
  margin-bottom: 10px;
}

.mapplic-tooltip-image {
  width: 46%;
  height: 100%;
  /*margin: 5px 20px 5px 0;*/
  /*margin: -16px 16px -16px -16px;*/
  float: left;
}

.mapplic-tooltip-description,
.mapplic-tooltip p {
  color: #aaa;
  font-size: 13px;
  line-height: 20px;
}

.mapplic-tooltip-description2,
.mapplic-tooltip p {
  color: white;
  font-size: 13px;
  line-height: 20px;
}


.mapplic-tooltip-link {
  background-color: #6CB5F4;
  border-radius: 2px;
  color: #fff !important;
  float: right;
  font-size: 14px;
  line-height: 32px;
  padding: 0 12px;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.mapplic-tooltip-link:hover {
  background-color: #888;
}

.mapplic-tooltip img {
  max-width: 48px;
  position: absolute;
  left: 6px;
  top: 4px;
}
/*
.mapplic-tooltip img {
  max-width: 35px;
  position: absolute;
  left: 12px;
  top: 4px;
}
*/
.mapplic-tooltip-close {
  background-image: url(../images/cross.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  float: right;
  margin: -10px -14px 0 0;
  padding: 10px 12px;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mapplic-tooltip-close:hover {
  opacity: 1.0;
}

.mapplic-tooltip-triangle {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
  -webkit-transition: left 0.1s;
  -moz-transition: left 0.1s;
  transition: left 0.1s;
  opacity: 0.85;
}

.mapplic-tooltip-bg {
  background-color:white; 
  width:60px; 
  height:60px; 
  border-radius:70px; 
  opacity:0.85;
}

/* Tooltip down */
.mapplic-tooltip-down .mapplic-tooltip-triangle {
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #fff transparent;
  top: 0;
  margin-top: -8px;
}

/* Coordinates */
.mapplic-coordinates {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  position: absolute;
  margin: 10px;
  margin-left: -80px;
  padding: 4px 6px;
  font-size: 14px;
  top: 0;
  left: 50%;
  pointer-events: none;
}

.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; }
.clearable::-ms-clear {display: none; width:0; height:0;}


/* Responsive layout */
@media all and (orientation:landscape) {
  .floor-buttons {
/*      top: 17%; */
  }
}

@media all and (max-width: 667px) {
  .mapplic-container,
  .mapplic-sidebar {
    width: 100%;
  }

  .mapplic-tooltip {
  /*  max-width: 240px; */
    margin-top: -158px;
    margin-left: -68px;
  }

  .mapplic-minimap {
    width: 120px;
  }

  .mapplic-element {
    height: auto !important;
  }

  .mapplic-fullscreen-button {
    display: none;
  }

  .mapplic-search-form {
    border-right: none;
  }

  .mapplic-searchbar {
    width: 100%;
/*    background: rgba(0, 0, 0, 0.4);*/
    height: 300px;
 -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
/*    height: calc(100% - 30px);
    transform: translate3d(0px,268px,0px);
*/  }

  a.mapplic-zoomin-button {
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
  }

  a.mapplic-zoomout-button {
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
  }

  .detail-floating {
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;  
  }

  .mapplic-route-info {


  }

}

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .mapplic-search-clear,
  .mapplic-tooltip-close {
    background-image: url(../images/cross@2x.png);
  }

  .mapplic-levels .mapplic-levels-up {
    background-image: url(../images/arrow-up@2x.png);
  }

  .mapplic-levels .mapplic-levels-down {
    background-image: url(../images/arrow-down@2x.png);
  }

  a.mapplic-zoomin-button {
    background-image: url(../images/ic_add_circle_outline_black_24px.svg);
  }

  a.mapplic-zoomout-button {
    background-image: url(../images/ic_remove_circle_outline_black_24px.svg);
  }

  .mapplic-search-input {
    background-image: url(../images/viewer@2x.png);
  }

  .mapplic-pin { background-image: url(../images/pin@2x.png); }
  .mapplic-pin.orange { background-image: url(../images/pin-orange@2x.png); }
  .mapplic-pin.yellow { background-image: url(../images/pin-yellow@2x.png); }
  .mapplic-pin.green { background-image: url(../images/pin-green@2x.png); }
  .mapplic-pin.blue { background-image: url(../images/pin-blue@2x.png); }
  .mapplic-pin.purple { background-image: url(../images/pin-purple@2x.png); }

  .mapplic-clear-button { background-image: url(../images/reset@2x.png);}
  .mapplic-share-button { background-image: url(../images/share@2x.png);}
/*  .mapplic-emergencyexit-button { background-image: url(../images/exit@2x.png);}*/
}

/* Map */
.mapplic-element svg {
  width: 100%;
  height: 100%;
}

.mapplic-element svg a {
  cursor: pointer;
}

.mapplic-active,
a.mapplic-active > path,
g.mapplic-active > * {
  fill: #5697F0;
  opacity: 0.75;
  stroke-dasharray: 3;
  stroke-width: 1px; /*6*/
  stroke-opacity: 1;
}

.mapplic-clickable:not(g) {
  cursor: pointer;
/*  opacity: 1;*/
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
/*  fill: #4d5e6d;
  fill-opacity: 0;
*/}

.mapplic-clickable:not(g):hover {
  opacity: 0.85;
}

.mapplic-map-image *[id^=nopointer] {
  pointer-events: none;
}

[id^=landmarks] .mapplic-clickable {
  cursor: pointer;
}

/* Default color */
[id^=landmarks].default-fill .mapplic-clickable {
  fill: #4d5e6d;
}



.ui-shadow {
    -moz-box-shadow: 2px 2px 7px #666;
    -webkit-box-shadow: 2px 2px 7px #666;
    box-shadow: 2px 2px 7px #666;
}

.floor button {
    color: #006982;
    text-align: center;
    padding: 0;
    border-radius: 9em;
    width: 3em;
    height: 3em;
    display: inline-block;
    line-height: 3em;
    background-color: #fff;
    border: 1px solid #b3f9ff;
}

#splash
{
  position:absolute;
top: 0px;
left: 0px;
   z-index: 10;
   width: 100%;
   height: 100%;
}


.box {
    width: 20%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  .button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid orange;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .button:hover {
    background: orange;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
  }
  .overlay:target {
    visibility: hidden;
    opacity: 0;
    display:none
  }
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: orange;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }


@media all and (min-device-width : 320px) and (max-device-width : 414px) and (min-device-height : 480px) and (max-device-height : 736px) and (orientation : portrait) {
  .mapplic-levels {
    top: 1.5%;
    height: 25%;
    width: 21%;
  }
  .detail-floating {
    display: none;
  }

}

@media all and (min-device-width : 750px) and (max-device-width : 964px) {
  .mapplic-searchbar {
  /*  width: 45%;*/
  }
  .detail-floating {
    display: none;
  }
}


@media all and (min-device-width : 965px) and (max-device-width : 1024px) {
  .mapplic-searchbar {
    width: 35%;
  }
}


@media all and (min-device-width : 1281px) and (max-device-width : 1279px) and (orientation : landscape) {
  .mapplic-element {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .mapplic-container {
    width: 100%;
    position: absolute;
  /*  background: url('http://mihmandar.in/zorlu1/img/back/zcarkaplan.png');*/
    background-size: 100% 100%;
    height: 720px;
    overflow: hidden;
  }

  .mapplic-map {
    position: absolute;
    left: 25%;
    height: 100%;
  }

  .mapplic-sidebar {
    width: 20%;
    position: absolute;
    left: 2%;
    opacity: 0.85;
    top: 7%;
    height: 650px;
    overflow: hidden;
  }

  img.mapplic-list-thumbnail {
    border-radius: 0;
    float: left;
    margin-right: 5px;
    max-width: 40px;
    max-height: 40px;
    width: 50%;
  }


  .mapplic-search-form {
  background-color: #E81E25;
  }

.mapplic-list-container ol {
  opacity: 0.85;
}

.mapplic-list-container ol:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-list-container ol::after {
    transition: opacity 1s ease;
}
.mapplic-list-container ol:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mapplic-emergency-exit-button {
  display: none;
}
.mapplic-fullscreen-button {
  display: none;
}
.mapplic-zorlu-center {
  display: block;
}

.mapplic-zoomin-button {
  background-image: url(../images/zoomin.png);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 100%;
  height: 50%;
}

.mapplic-zoomout-button {
  background-image: url(../images/zoomout.svg);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 100%;
  height: 50%;
}


}

@media all and (min-device-width : 721px) and (max-device-width : 719px) and (orientation : portrait) {
  .mapplic-element {
    height: 1280px;
    width: 100%;
  }

  .mapplic-container {
    width: 720px;
    position: absolute;
/*    background: url('http://mihmandar.in/zorlu1/img/back/zcarkaplan.png');*/
    background-size: 100% 100%;
    height: 1280px;
  }

  .mapplic-map {
    position: absolute;
    left: 0%;
  }

  .mapplic-sidebar {
    width: 50%;
    position: absolute;
    left: 20%;
    opacity: 0.85;
    top: 2%;
    height: 30%;
    background: transparent;
  }

  img.mapplic-list-thumbnail {
    border-radius: 0;
    float: left;
    margin-right: 5px;
    max-width: 60px;
    max-height: 60px;
    width: 50%;
  }

.mapplic-search-form {
  background-color: #E81E25;
/*  border-bottom: 1px solid #eee;
  border-right: 1px solid #f4f4f4;*/
  padding: 14px 12px;
  margin: 0;
  width: 100%;
  position: absolute;
  opacity: 0.85;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}


.mapplic-levels {
  height: 30%;
  width: 25%;
  top: 2%;
}
.mapplic-layer {
  top: 25%;
}
/*
.mapplic-sidebar::after {
    transition: opacity 1s ease;
}
.mapplic-sidebar:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}


#mapplic-sidebar::after {
    transition: opacity 1s ease;
}
#mapplic-sidebar:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mapplic-sidebar:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
*/
.mapplic-list-container {
  opacity: 0.85;
  z-index: 20;
}

.mapplic-list-container ol:hover {
    opacity: 0.85;
    filter: alpha(opacity=80);
}
.mapplic-list-container ol::after {
    transition: opacity 1s ease;
}
.mapplic-list-container ol:hover::after {
    opacity: 0.85;
    filter: alpha(opacity=80);
}



.mapplic-list li:hover {
    opacity: 0.85;
    filter: alpha(opacity=80);
}
.mapplic-list li::after {
    transition: opacity 1s ease;
}
.mapplic-list li:hover::after {
    opacity: 0.85;
    filter: alpha(opacity=80);
}



.mapplic-search-form:hover ~ .mapplic-list-container {
  opacity: 0.85;
    filter: alpha(opacity=100);
    height: 100%;
}

.mapplic-search-form:hover .mapplic-sidebar {
  height: 15%;
}


.mapplic-list-container:hover ~ .mapplic-list-container {
  opacity: 0.85;
    filter: alpha(opacity=100);
    height: 100%;
}

.mapplic-search-form:hover .mapplic-list-location ol {
  opacity: 1;
    filter: alpha(opacity=100);
}
.mapplic-search-form:hover + .mapplic-list-location ol {
  opacity: 1;
    filter: alpha(opacity=100);
}
.mapplic-search-form:hover ~ .mapplic-list-location ol {
  opacity: 0.85;
    filter: alpha(opacity=100);
}
.mapplic-emergency-exit-button {
  display: none;
}
.mapplic-fullscreen-button {
  display: none;
}
.mapplic-zorlu-center {
  display: block;
}

.mapplic-zoomin-button {
  background-image: url(../images/zoomin.png);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 100%;
  height: 50%;
}

.mapplic-zoomout-button {
  background-image: url(../images/zoomout.svg);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  width: 100%;
  height: 50%;
}

}

@media all and (min-device-width : 899px) and (max-device-width : 901px) and (orientation : landscape) {
  .menu-content {
      display: block;
      position: absolute;
      line-height: 0;
      z-index: 1002;
      background: #fff;
      border-top: 1px solid #dcdcdc;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
      height: 285px;
      overflow-y: auto;
  }

  .detail-floating {
    display: none;
      position: absolute;
      line-height: 0;
      z-index: 1003;
      background: #fff;
      border-top: 1px solid #dcdcdc;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
      overflow-y: auto;
      height: 370px;
  } 

  .menu-shortcuts {
    padding: 3px 15px 3px 58px;
      border-bottom-width: initial;
      border-bottom-style: ridge;
  }

  .menu-shortcuts-img {
       max-height: 40px;
       border-radius: 8px;
       border: 2px solid black;
       margin-left: 10px;
       margin-right: 10px;
       margin-top: 10px;
       margin-bottom: 10px;
  }

  .menu-categories-item-icon {
    display: table-cell;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-categories-item-icon-img {
      margin-left: 10px;
      margin-right: 15px;
      margin-top: 5px;
      margin-bottom: 8px;
      width: 35px;
  }

  .menu-categories-item-title {
      display: table-cell;
      vertical-align: middle;
      font: 300 18px/1.6 Futura,"Trebuchet MS", sans-serif;
      color: #333;
      width: 100%;
      /* padding: 0 7px; */
      cursor: pointer;
/*      border-bottom: light-gray;*/
      border-bottom-width: initial;
      border-bottom-style: ridge;
      padding-bottom: 20px;
      padding-top: 20px;
  }

  .menu-categories-item-title-last {
      display: table-cell;
      vertical-align: middle;
      font: 300 18px/1.6 Futura,"Trebuchet MS", sans-serif;
      color: #333;
      width: 100%;
      /* padding: 0 7px; */
      cursor: pointer;
/*      border-bottom: light-gray;*/
      padding-top: 10px;
  }


  .search-results-div {
    display: block;
    position: absolute;
    top: 3%;
    left: 31%;
    width: 68%;
    max-height: 61%;
    overflow-y: auto;
  }

  .search-results-div2 {
    display: block;
    position: absolute;
    top: 3%;
    left: 31%;
    width: 68%;
    max-height: 61%;
    overflow-y: auto;
  }

  .keyboard {
    display: none;
    position: absolute;
    top: 59%;
    left: 2%;
    width: 1380px;
    height: 350px;
    border-radius: 35px;
    background-image: url(../images/keyboard.png);
  }

  .detail-content {
    line-height: 20px;
  }

  .route-buttons {
    left: 23%;
    top: 9%;  
  }
}

@media (min-width:641px)  {
/*@media (min-width:1919px)  {*/

  .handle-bar {
    display: none;
  }
  .mapplic-searchbar {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .detail-floating {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); 
  }
  #input_form {
    top: 15px;
  }
  #input2_form {
    top: 15px;
  }
  .bar-close {
    right: 2.5px;
  }
  .mapplic-route-info {
    width: 25%;
    bottom: 0;
    top: 70px;
    left: 2%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);  
  }
  .route-info-desc {
    width: 25%;
    bottom: 0;
    top: 180px;
    left: 2%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 996;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .mapplic-zoom-buttons {
    top: 170px;
  }
  .floor-buttons {
    left: initial;
    right: 2%;
    bottom: 20px;
  }
  .report-buttons {
    left: initial;
    right: 2%;
  }
  .language-buttons {
    left: initial;
    right: 2%;
  }
  .compass-button {
    display: none;
    opacity: 0;
  }
  .inmppr-logo {
    top: initial;
    bottom: -35px;
    margin-left: 10px;
  }
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ .onlyweb {display:none;} .onlymobile {display:block;} }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ .onlyweb {display:none;} .onlymobile {display:block;}}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ .onlyweb {display:none;} .onlymobile {display:block;} }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ .onlyweb {display:none;} .onlymobile {display:block;} }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ .onlyweb {display:block;} .onlymobile {display:none;} }
@media (min-width:1281px) { /* hi-res laptops and desktops */ .onlyweb {display:block;} .onlymobile {display:none;} }
/*screen and */
@media (min-width: 1920px) and (max-width: 1920px) 
              and (min-height: 1080px) and (max-height: 1080px) { 
  .bar-close {
    background-size: 2vw 2vw;
    width: 3vw;
    height: 3vw;
  }

  .mapplic-route-info-close {
    background-size: 2vw 2vw;
    width: 3vw;
    height: 3vw;
    top: 17.5px;
    right: 12.5px;
  }

  .mapplic-route-info-link {
    background-size: 2vw 2vw;
    width: 3vw;
    height: 3vw;
    top: 17.5px;
    right: 80px;
  }

  .menu-button-name-sub {
    font-size: 1.2vw;
  }

  .mapplic-zoom-buttons button {
    background-size: 3vw 3vw;
  }

  .inmppr-button {
    width: 4.5vw;
    height: 4.5vw;
  }

  .floor-buttons button {
    font: 300 3vw Catamaran, Futura, "Trebuchet MS", sans-serif;
  }

  #tipue_drop_input {
    font: 1.4vw/1.6 Catamaran, Futura, "Trebuchet MS", sans-serif;
  }

  #tipue_drop_input2 {
    font: 1.4vw/1.6 Catamaran, Futura, "Trebuchet MS", sans-serif;
  }

  .snap-content {
    max-height: 365px;
    height: 365px;
    top: 175px;
  }

  .menu-button-out {
    padding: 0px 7.5px 10px 7.5px;
    box-sizing: border-box;
    right: 0;
    width: 30%;
    float: left;
    margin: 0px 6.5px 0px 6.5px;
  }

  .inmppr-header {
    width: 100%;
    height: 140px;
    top: 0px;
    background-color: rgba(240, 240, 240, 0.95);
    z-index: 1000;
    position: fixed;
    box-shadow: 0 3.5px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .mapplic-zoom-buttons {
    top: 175px;
  }

  .floor-buttons {
    bottom: 50px;
  }

  .detail-floating {
    top: 175px;
    height: 275px;
  }

  .inmppr-logo {
    top: 0px;
    width: 100%;
    height: 180px;
    background-size: 150px;
    background-position: bottom;
    z-index: 1001;
  }

  .detail-floating-close {
    background-size: 2vw 2vw;
    width: 3vw;
    height: 3vw;
  }

  .route-buttons {
    top: 162.5px;
  }

  button.route-button {
    font-size: 3vw;
    width: 10vw;
    height: 5vw;
    margin: 0px;
    line-height: 2;
  }

  .detail-title {
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin-top: 25px;
  }

  .detail-content {
    font-size: 2vw;
    line-height: 2.5vw;
    width: 50%;
  }
  
  .venue-logo {
    width: 350px;
    left: 30px;
    top: 2.5px;
    position: absolute;
  }

  .widget-weather {
    position: absolute;
    right: 350px;
    width: 225px;
    top: 25px;
  }

  .widget-clock {
    position: absolute;
    right: 50px;
    top: 35px;
  }

#keyboard
{
  display: none;
  position: fixed;
  top: 690px;
  left: 0px;
  width: 100%;
  background-color: rgba(240, 240, 240, 0.95);
  height: 390px;
  box-shadow: 0 -3.5px 5px 0 rgba(0, 0, 0, 0.1);
}

#kb
{
    margin: 0;
    padding: 0;
    list-style: none;
    position:absolute;
    z-index: 1;
    width: 1035px;
    left: 700px;
    height: 270px;
    /* background-color: #0f0f0f; */
}

.delete
{
    width: 70px;
    background-image: url("../images/ic_keyboard_backspace_black_24px.svg");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
}
.uppercase
{
    text-transform: uppercase;
}
.key
{
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: block;
    background-color: #ffffff;
    text-align: center;
    padding-left: 8px;
    border-radius: 3px;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: box-shadow 0.7s ease;
    color: #333;
    position: relative;
    left: -40px;
    top:2px;
    font-size: 42px;
    font-family: Catamaran;
    box-shadow: 0 -3.5px 5px 0 rgba(0, 0, 0, 0.1);
}
.keys
{
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: block;
    background-color: #ffffff;
    text-align: center;
    padding-left: 8px;
    border-radius: 3px;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: box-shadow 0.7s ease;
    color: black;
    position: relative;
    left: -40px;
    top:2px;
    font-size: 28px;
    font-family: Catamaran;
    box-shadow: 0 -3.5px 5px 0 rgba(0, 0, 0, 0.1);
}
.space
{
    width: 413px;
}
.letter_z
{
    clear:left;
    margin-left: 156px;
}
.capslock
{
    clear: left;
    margin-left: 205px;
    width: 150px;
}
.letter_a
{
    margin-left:112px;
    clear:left;
}
.letter_q
{
    margin-left:77px;
    clear:left;
}
.digit_1
{
    margin-left:154px;
    clear:left;
}
.gizle 
{
  width: 150px;
}

  .opac {
    opacity: 0
  }


  .search-results-div {
    display: none;
  }

  .search-result {
    display: inline-block;
    width: 227px;
    height: 60px;
    margin: 10px;
    border-radius: 5px;
    background: #eeeeee;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 3.5px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .collection {
    top: 10px;
  }

  .tipue_drop_left {
    padding: 2px 12px 3px 6px;
    line-height: 10px;
  }

  .tipue_drop_right_big {
    font: 300 0.95vw Catamaran, Futura,"Trebuchet MS", sans-serif;
    line-height: 1.2vw;
  }

  .mapplic-route-info {
    top: 175px;
  }

  .floorLabels {
    font-size: 24px;
    top: 70px;
  }

  .titleLabels {
    top: 95px;
  }

  #to-input {
    font: 1.4vw/1.6 Catamaran, Futura, "Trebuchet MS", sans-serif;
  }

  #from-input {
      font: 1.4vw/1.6 Catamaran, Futura, "Trebuchet MS", sans-serif;  
  }

  .menu-button {
    height: 110px;
  }

  .menu-button-sub {
    top: 17.5px;
  }

  .qr-code {
    position: absolute;
    left: 905px;
  }

  .qr-code-img {
    width: 120px;
    top: 10px;
    position: relative;
  }
 

  .widget-twitter {
    position: absolute;
    height: 350px;
    top: 560px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    box-shadow: 0 -3.5px 5px 0 rgba(0, 0, 0, 0.1);
    width: 25%;
    min-width: 300px;
    overflow-y: hidden;
    z-index: 996; /*992*/
    background-color: rgba(240, 240, 240, 0.95);
    left: 2%;
  }

  .widget-twitter-in {
    position: absolute;
    width: 100%;
    top: -55px;
  }

  .widget-twitter-on {
    position: absolute;
    height: 350px;
    top: 560px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    width: 25%;
    min-width: 300px;
    overflow-y: hidden;
    z-index: 997; /*992*/
    background-color: rgba(240, 240, 240, 0);
    left: 2%; 
  }

}
