@charset "utf-8";
/* CSS Document */

body {
	background: #fcc;
}
a, button{
	outline: none;
}
#map {
	margin: -1px auto 20px;
	max-width: 1920px;
  width: 100%;
	height: 610px;
  border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.button-container {
  width: 960px;
  height: 100%;
  margin: 0 auto;
}
.button-container-inner {
  height: 100%;
  position: relative;
  pointer-events: none;
}
.map-zoomout{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 46px;
	height: 46px;
	background:url(../images/bt_zoom_out.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
  pointer-events: auto;
}

.map-zoomout:hover{
	background-image:url(../images/bt_zoom_out_ov.png);
}

.map-zoomin{
	position: absolute;
	left: 10px;
	bottom: 60px;
	width: 46px;
	height: 46px;
	background:url(../images/bt_zoom_in.png) no-repeat;
	border: none;
	cursor: pointer;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -9999em;
  pointer-events: auto;
}

.map-zoomin:hover{
	background-image:url(../images/bt_zoom_in_ov.png);
}

.map-modal-nav {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  pointer-events: none;  
}
.map-modal-nav-left a{
    position: absolute;
    top: 50%;
    left: 28px;
    display: block;
    background: url(../images/bt_pop_nav_left.png) no-repeat;
    background-size: contain;
    z-index: 100;
    width: 28px;
    height: 50px;
		margin-top: -25px;
    text-indent: -9999em;
    pointer-events: auto; 
}

.map-modal-nav-left a:hover{
  background-image: url(../images/bt_pop_nav_left_ov.png);
}

.map-modal-nav-right a{
    position: absolute;
    top: 50%;
    right: 28px;
    display: block;
    background: url(../images/bt_pop_nav_right.png) no-repeat;
    background-size: contain;
    z-index: 100;
    width: 28px;
    height: 50px;
		margin-top: -25px;
    text-indent: -9999em;
    pointer-events: auto; 
}

.map-modal-nav-right a:hover{
  background-image: url(../images/bt_pop_nav_right_ov.png);
}



/**/
.map-modal-inner-imgset{
	overflow: hidden;
}
.map-modal{
    width: 790px;
		height: 305px;
    background:#fff;
    border:#4aa6d2 solid 4px;
    box-sizing: border-box;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    position: absolute;
    left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto !important;
    display: none;
}
.map-modal-close{
    position: absolute;
    top:-15px;
    right:-18px;
    display: block;
    background: url(../images/bt_close.png) no-repeat;
    z-index: 100;
    width: 35px;
    height: 34px;
    text-indent: -9999em;
    cursor: pointer;
}
.map-modal-close:hover{
    background: url(../images/bt_close_ov.png) no-repeat;
}
.map-modal-inner{
    overflow: hidden;
    padding: 25px;
}
.map-modal-photo{
    float: left;
    width: 340px;
}
.map-modal-photo img{
	width: 100%;

}
.map-modal-txt{
    float: right;
    width: 360px;
}
.map-modal-txt h3{
	margin: 0;
	padding-bottom: 0 0 2px;
  font-weight: bold;
  color:#00669d;
	font-size: 19px;
  height: inherit;
  line-height: 1.3;
  border: none;
  background: none;
  border-bottom: #00669d solid 1px;
}
.map-modal-txt p{
	color: #666;
	margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.map-modal-txt-sub {
	margin-top: 20px;
}
.map-modal-txt-sub p  {
	color: #666;
	margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.map-modal-txt-sub h4 {
	margin: 0;
	padding-bottom: 2px;
  font-weight: bold;
  color:#00669d;
  border-bottom:#00669d solid 1px;
	font-size: 14px;
}
.map-modal-txt-link {
	margin-top: 20px;
	text-align: right;
}
.map-modal-txt-link a {
	font-size: 14px;
	color: #00669d;
	display: inline-block;
	text-decoration: none;
	border-bottom: 2px solid #00669d;
	font-weight: bold;
}
.map-modal-txt-link a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 7px;
}
