/*.gm-style-iw {
    width: 224px !important;
}
.gm-style-iw {
    height: 320px;
    width: 420px !important;
}

.gm-style-iw + div {display: none;}
.gm-style-iw {text-align:center;}

.gm-svpc {
  background: tomato !important;
  border: 2px solid firebrick;
  border-radius: 20px !important;


.gmnoprint > button {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none
}}*/

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.stoploadmessage{
        /*display : inline-block;*/
		vertical-align: text-middle;
		font-family: sans-serif;
		font-size: 16px;
		color: #ffffff;
		font-weight: bold;
		ext-align: center;
		z-index:1;
		position: absolute;
		bottom: 50px;
		right: 25%;
		left: 25%;
        }
.time{
		font-size: 10px;
		font-family: sans-serif;
    
}

.captchamodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	overflow-y: hidden;
	overflow-x: hidden;
}
.captchamodal-header,
.captchamodal-footer {
    height: 50px;
}
.captchamodal-content,
.captchamodal-footer {
    position: absolute;
    width: 100%;
}
.captchamodal-content {
    
	text-align: right;
	color: #fefefe;
	font-family: sans-serif;
    margin: 0px 30px 0px auto;
    border: 1px solid #888;
	bottom: 50px;
    top: 100px;
    overflow-y: hidden;
	overflow-x: hidden;
	left: 40px;
    right: auto;
}
.captchamodal-footer {
margin-right: 10px;
    bottom: 40px;
}
.g-recaptcha div
{
    display: block;
    margin-right: 10px;
    margin-left: auto; 
}

.cc-window {
  font-size: 12px;
}

.gm-style-mtc > div > div {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px!important;
	padding: 8px 5px!important;
}

.gm-style-mtc > div {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px!important;
	padding: 8px 5px!important;
}

.container {
font: 12px Tahoma, Verdana, sans-serif;
width: 99%;
}
.container > div {
margin-top: 0px;
}
.progress {
height: 20px;
background: #ebebeb;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-radius: 10px;
}
.progress > span {
position: relative;
z-index: 9999;
float: left;
margin: 0 -1px;
height: 18px;
line-height: 16px;
text-align: right;
background: #cccccc;
border: 1px solid;
border-color: #bfbfbf #b3b3b3 #9e9e9e;
border-radius: 10px;
background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #cccccc);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress > span > span {
padding: 0 8px;
font-size: 11px;
font-weight: bold;
color: #404040;
color: rgba(0, 0, 0, 0.7);
text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.progress > span:before {
content: 'Loading';
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 40px;
z-index: 9999;
height: 18px;
background: url("../img/progress.png") 0 0 repeat-x;
border-radius: 10px;
}
.progress .green {
background: #4CAF50; /*#85c440;*/
border-color: #78b337 #6ba031 #568128;
background-image: -webkit-linear-gradient(top, #b7dc8e, #99ce5f 70%, #4CAF50);
background-image: -moz-linear-gradient(top, #b7dc8e, #99ce5f 70%, #4CAF50);
background-image: -o-linear-gradient(top, #b7dc8e, #99ce5f 70%, #4CAF50);
background-image: linear-gradient(to bottom, #b7dc8e, #99ce5f 70%, #4CAF50);
}
.progress .red {
background: #db3a27;
border-color: #c73321 #b12d1e #8e2418;
background-image: -webkit-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
background-image: -moz-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
background-image: -o-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
background-image: linear-gradient(to bottom, #ea8a7e, #e15a4a 70%, #db3a27);
}
.progress .orange {
background: #f2b63c;
border-color: #f0ad24 #eba310 #c5880d;
background-image: -webkit-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
background-image: -moz-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
background-image: -o-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
background-image: linear-gradient(to bottom, #f8da9c, #f5c462 70%, #f2b63c);
}
.progress .blue {
background: #5aaadb;
border-color: #459fd6 #3094d2 #277db2;
background-image: -webkit-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
background-image: -moz-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
background-image: -o-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
background-image: linear-gradient(to bottom, #aed5ed, #7bbbe2 70%, #5aaadb);
}
.style1{font-family:Calibri;font-weight:bold;text-align:center;}.style2{font-family:Calibri;color:#fff;}.style3{font-family:Calibri;font-size:36px;}.style4{font-family:Calibri;color:#fff;}.style6{font-family:Calibri;color:#fff;font-weight:bold;}.style9{font-family:Calibri;font-size:14px;}.style10{font-family:Calibri;}.style11{font-family:Calibri;font-size:72px;font-weight:bold;}.style12{font-size:72px;font-weight:bold;font-family:Calibri;}.style13{font-size:10px;font-family:Calibri;}.style14{font-family:Calibri;font-size:14px;}.style15{font-family:Calibri;font-size:18px;color:#000;font-weight:bold;}h1{font-family:Calibri;font-size:18px;text-align:center;}h2{text-align:center;}
iframe{width:352px;height:312px;-ms-transform:scale(1.00);-moz-transform:scale(1.00);-o-transform:scale(1.00);-webkit-transform:scale(1.00);transform:scale(1.00);-ms-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;}
#iframe{width:352px;height:312px;-ms-transform:scale(1.00);-moz-transform:scale(1.00);-o-transform:scale(1.00);-webkit-transform:scale(1.00);transform:scale(1.00);-ms-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;}
#floating-panel{position:absolute;max-width:800px;top:17px;left:10px;z-index:5;background-color:#fff;padding:5px;border:1px solid #d3d3d3;text-align:center;font-family:'Roboto','sans-serif';line-height:30px;padding-left:5px;font-family:Calibri;font-size:18px;color:#000;font-weight:bold;}

#disclaimer-panel{position:absolute;bottom:33px;left:15px;z-index:51;background-color:#fff;padding:5px;border:1px solid #d3d3d3;text-align:left;font-family:'Arial','sans-serif';line-height:18px;padding-left:5px;font-size:12px;color:#000;opacity:.9;}

#Share{position:absolute;bottom:80px;left:15px;z-index:1;background-color:#fff;padding:5px;border:1px solid #d3d3d3;text-align:left;font-family:'Arial','sans-serif';line-height:12px;padding-left:5px;font-family:Calibri;font-size:10px;color:#000;opacity:.9;}
#Share_active{display:none;}

#camInfo{display:inline;position:absolute;bottom:33px;right:20px;z-index:50;background-color:#fff;padding:5px;border:1px solid #d3d3d3;text-align:left;font-family:'Arial','sans-serif';line-height:12px;padding-left:5px;font-family:Calibri;font-size:10px;color:#000;opacity:.9;}
#camInfo_active{display:none;}

#busInfo{display:inline;vertical-align: middle;z-index:6;background-color:#fff;padding:5px;text-align:left;font-family:'Arial','sans-serif';line-height:12px;padding-left:5px;font-family:Calibri;font-size:10px;color:#000;opacity:.9;}
#busInfo_active{display:none;vertical-align: middle;}

#tubeInfo{display:inline;vertical-align: middle;z-index:6;background-color:#fff;padding:5px;text-align:left;font-family:'Arial','sans-serif';line-height:12px;padding-left:5px;font-family:Calibri;font-size:10px;color:#000;opacity:.9;}
#tubeInfo_active{display:none;vertical-align: middle;}

#searchInfo{display:inline;vertical-align: middle;z-index:6;background-color:#fff;padding:5px;text-align:left;font-family:'Arial','sans-serif';line-height:12px;padding-left:5px;font-family:Calibri;font-size:10px;color:#000;opacity:.9;}
#searchInfo_active{display:none;vertical-align: middle;padding-right:3px;padding-left:5px;}

.fa{padding:2px;font-size:20px;width:auto;text-align:center;text-decoration:none;}.fa:hover{opacity:.7;}.no-js
#Acknowledgement_inactive{display:block;}
#Acknowledgement_active{display:none;}
#acknowledgement .showhide{font-size:8px;margin:0;}

.resizedTextbox {
	display : inline-block;
	width: 115px;
	height: 20px;
	font-size: 11px;
	}

.Type{
	display : inline-block;
}

.loadmessage{
          display : inline-block;
		  vertical-align:top;
		  /*vertical-align: text-middle;*/
		  font-family: sans-serif;
		  font-size: 12px;
         /*height: 50px;
         width: 50px;
          margin-top: 235px;
         margin-left:475px;*/
        } 
		
.vidloadmessage{
          /*display : inline-block;*/
		  
		  vertical-align: middle;
		  font-family: sans-serif;
		  font-size: 12px;
		  
		  font-weight: bold;
         /*height: 50px;
         width: 50px;
          margin-top: 235px;
         margin-left:475px;
		 text-align: center;
		 z-index:1;
		 position: absolute;*/
		 bottom: 20px;
		 right: 10%;
		 left: 10%;
        } 
		
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
		
#Londonist {
		display: block;
        position: absolute;
		width: auto;
		height: auto;
        bottom: 30px;
        right: 50px;
        z-index: 15;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
		line-height: 12px;
        font-family: 'Arial','sans-serif';
		font-size: 10px;
        padding-left: 5px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #000000; /*#fefefe;*/
	text-align: center;
	color: #fefefe;
	font-family: sans-serif;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (min-width: 360px) and (max-width: 740px) { 
/* Your Styles... SAMSUNG GALAXY S9 */

.towards{
	display: inline;
	font-size: 16px;
    font-family: sans-serif;
	padding: 4px;
	line-height: 24px;
	max-width: 45%;
	text-align:left;
	margin-left:0; margin-right:auto;
}
.content{
	font-size: 16px;
    font-family: sans-serif;
	display: block;
	line-height: 24px;
	outline: 0.2px solid gray ;
	display:table;
    width:85%;
}
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {

height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }

#marker {
width: 225px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 225px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 12px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 12px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 12px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 8px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 10px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 12px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
      }	
	  
iframe {
	width: 200px;
	height: 175px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/

}
#iframe {
	width: 200px;
	height: 175px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/

} 

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {

height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }

#marker {
width: 225px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 225px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 12px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 12px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 12px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 8px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 10px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 12px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
      }	
	  
iframe {
	width: 200px;
	height: 175px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/

}
#iframe {
	width: 200px;
	height: 175px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/

} 
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }

#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 150px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 12px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 12px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 12px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 150px;
        top: 10px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
      }	
	  
iframe {
	width: 200px;
	height: 175px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
 
}
#iframe {
	width: 200px;
	height: 175px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
 
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }

#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 14px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 14px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 14px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 220px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 288px;
        width: auto;
    }

#marker {
	width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
	width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
h1 {
	font-family: sans-serif;
	font-size: 18px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 670px;
        top: 17px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
      }
	  
.resizedTextbox {
	display : inline-block;
	width: 115px;
	height: 20px;
	font-size: 11px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
iframe {
	width: 352px;
	height: 312px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
 
}
#iframe {
	width: 352px;
	height: 312px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
 
}
}	

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 150px;
        width: auto;
    }

#marker {
	width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
	width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}	

.resizedTextbox {
	display : inline-block;
	width: 115px;
	height: 20px;
	font-size: 11px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 670px;
        top: 10px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
      }
	  
iframe {
	width: 352px;
	height: 312px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
 
}
#iframe {
	width: 352px;
	height: 312px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
 
}
}
@media screen and (min-width: 999px) {
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 288px;
        width: auto;
    }

#marker {
	width: 392px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
	width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 392px !important
}
h1 {
	font-family: sans-serif;
	font-size: 18px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 800px;
        top: 17px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
      }
	  
.resizedTextbox {
	display : inline-block;
	width: 115px;
	height: 20px;
	font-size: 11px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
iframe {
	width: 352px;
	height: 312px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(1.00);
    -moz-transform: scale(1.00);
    -o-transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform: scale(1.00);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
}
#iframe {
	width: 352px;
	height: 312px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(1.00);
    -moz-transform: scale(1.00);
    -o-transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform: scale(1.00);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
}	
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 288px;
        width: auto;
    }

#marker {
width: 392px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 250px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 392px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}	

.resizedTextbox {
	display : inline-block;
	width: 115px;
	height: 20px;
	font-size: 11px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}	

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

h1 {
	font-family: sans-serif;
	font-size: 18px !important;
    text-align: center;
}	
#floating-panel {
        position: absolute;
		max-width: 800px;
        top: 17px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
      }
	  
iframe {
	width: 352px;
	height: 312px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(1.00);
    -moz-transform: scale(1.00);
    -o-transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform: scale(1.00);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
}
#iframe {
	width: 352px;
	height: 312px;
  /*margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(1.00);
    -moz-transform: scale(1.00);
    -o-transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform: scale(1.00);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
}
}
/*BB KeyOne */
@media only screen and (device-width : 412px) and (orientation : portrait) {
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }

#marker {
width: 265px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 265px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }

#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 220px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 220px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 220px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 220px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 220px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
#header {
  height: 0%;
  width: 100%;
}
#map_canvas {
height: 100%;
width: 100%;
background: transparent url(/img/loading.svg) no-repeat center center;
}
img.cam {
        height: 100px;
        width: auto;
    }
#marker {
width: 255px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
#marker-over {
width: 200px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 2px 2px 0 0;
}
.leaflet-popup-content-wrapper{
	width: 255px !important
}
#location{
	/*visibility : hidden ;
	display: none ;*/
}

.resizedTextbox {
	display : inline-block;
	width: 95px; 
	height: 20px;
	font-size: 8px;
	}
	
.indexbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  /*border-radius: 15px;*/
  box-shadow: 0 4px #999;
}

.indexbutton:hover {background-color: #3e8e41;}

.indexbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.OSMbutton {
  display : inline-block;
  width: 75px;
  height: 20px;
  font-size: 8px;
  padding: 2px 2px 2px 2px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #996699;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.OSMbutton:hover {background-color:  #9966ff;}

.OSMbutton:active {
  background-color:  #9966ff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	
h1 {
	font-family: sans-serif;
	font-size: 10px !important;
    text-align: center;
}
#floating-panel {
        position: absolute;
		max-width: 320px;
        top: 18px;
        left: 70px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 5px;
			font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}	

iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
#iframe {
	/**/
	width: 352px;
	height: 312px;
	/*width: 200px;
	height: 175px;
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;*/
-ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  
  }
}
/*Scale updated to 0.65 from 0.75 05 Dec 2018 */




