a.fancybox img {
  border: none;
  -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} 
a.fancybox:hover img {
  position: relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
}

html body {
padding: 0;
margin: 0;
}

#header {
background-color: #253959;
height: 130px;
width: 100%;
text-align: center;
}

#title {
padding-top: 15px;
color: white;
}

#mainmenu {
width: 100%;
background-color:#253959;
}

#contents {
width: 1015px;
/* width: 1200px; */
margin-left: auto;
margin-right: auto;
background-color:white;
}

#content-footer {
width:100%;
/*background-color:#92d050;*/
}

#inputdata {
width: 60%;
padding: 20px;
display:inline-block;
float:left;
}

#mapview {
width: 30%;
display:inline-block;
}

#footer {
/*background-color:#92d050;*/
height: 60px; 
width: 100%;
text-align:center;
vertical-align: middle;
ling-hieght: 60px;
/* margin-left: auto;
margin-right: auto; */
}

.samediv {
background-color:white;
border-style:solid; 
border-width:2px; 
border-color:blue; 
height:60%
}

.ui-menu {
display: inline-block;
float: left;
margin: 0;
padding: 0;
width: auto;
border-style:solid;
border-width:1px;
border-color:white;
background-color:#253959;
}

.ui-menu .ui-menu-item {
display: inline-block;
float: left;
margin: 0;
padding: 0;
width: auto;
border-style:solid;
border-width:1px;
border-color:white;
background-color:#253959;
}

.ui-menu .ui-menu-item {
/*display: inline-block;*/
float: left;
margin: 0;
padding: 0;
width: auto;
border-style:solid;
border-width:1px;
border-color:white;
background-color:#253959;
}

nav {
width: 1015px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

nav ul ul {
display: none;
}

nav ul li:hover > ul {
display: block;
}

nav ul {
margin: 0px;
background: #253959; 
background: linear-gradient(top, #253959 0%, #253959 100%);  
background: -moz-linear-gradient(top, #253959 0%, #253959 100%); 
background: -webkit-linear-gradient(top, #253959 0%,#253959 100%); 
box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
padding: 0 20px;
border-radius: 10px;  
list-style: none;
position: relative;
display: inline-table;
}
nav ul:after {
content: ""; clear: both; display: block;
}

nav ul li {
float: left;
}
nav ul li:hover {
background: #4b545f;
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
nav ul li:hover a {
  color: #fff;
}

nav ul li a {
font-size: 15px;
display: block; padding: 12px 20px;
color: #fff; text-decoration: none;
}


nav ul ul {
background: #5f6975; border-radius: 0px; padding: 0;
position: absolute; top: 100%;
}
nav ul ul li {
float: none; 
border-top: 1px solid #6b727c;
border-bottom: 1px solid #575f6a; position: relative;
}
nav ul ul li a {
  padding: 10px 20px;
  color: #fff;
}	
  nav ul ul li a:hover {
    background: #4b545f;
  }

nav ul ul ul {
position: absolute; left: 100%; top:0;
}