#modal_wrap_module .page
 {
  margin: auto;

  max-width: 1180px;
  padding: 0px;

  background-color: #e5e5e5;
 }

#modal_wrap_module .container
 {
  margin-top: 30px;
  margin-bottom: 30px;

  border: solid 5px #696969;

  background-color: #e5e5e5;

  outline: solid 10px #ffffff;
 }

#modal_wrap_module .gallery-content
 {
  overflow: auto;
 }

#modal_wrap_module .close
 {
  position: absolute;
  top: -16px;
  right: -16px;

  height: auto;
  padding: 5px 10px;

  text-align: center;

  line-height: 1.4;

  font-weight: bold;
 }

#modal_wrap_module .map_metro
 {
  display: none;
 }

#modal_wrap_module .map_ao
 {
  display: none !important;
 }

.btn.show_modal_view_button
 {
  margin-left: 5px;
  vertical-align: top;

  height: 45px;
  padding: 8px 8px;

  line-height: 1.2;

  cursor: pointer;
 }

.btn.show_modal_view_button.one
 {
  padding: 14px 8px;
 }

.logs .log, .logs .btn-log
 {
  display: none;

  margin-bottom: 4px;

  line-height: 1.2;
}

.btn-log
 {
  position: relative;

  text-align: center;
  font-size: 16px;

  overflow: hidden;
  cursor: pointer;

  z-index: 1;
 }

.btn-log:hover
 {
  color: #ee0000;
 }

.btn-log:before,
.btn-log:after
 {
  content: '';

  display: inline-block;

  position: relative;
  vertical-align: middle;

  width: 100%;
  height: 1px;

  background: #565f68;

  z-index: -1;
}

.btn-log:hover:before,
.btn-log:hover:after
 {
  background: #ee0000;
 }

.btn-log:before
 {
  right: 15px;
  margin: 0 0 0 -100%;
 }

.btn-log:after
 {
  left: 15px;
  margin: 0 -100% 0 0;
 }

#modal_wrap_module table.key_props
 {
  margin: auto;
  margin-bottom: 40px;

  width: 100%;
 }

#modal_wrap_module table.key_props td .top_text
 {
  margin-bottom: 10px;
 }


#modal_wrap_module .building_desc_button
 {
  display: inline-block;

  padding: 5px 10px;
  border: solid 1px #0174ff;

  cursor: pointer;

  font-size: 16px;
  font-weight: 400;
  color: #0174ff;
 }

#modal_wrap_module .building_desc_button:hover
 {
  background-color: #0174ff;

  color: #ffffff;
 }

/* Reference
*/
 .reference_area
  {
   margin-top: 50px;

   padding: 10px;
   border: solid 3px #808080;

   border-radius: 5px;
  }

 .reference_title
  {
   margin-top: 10px;
   margin-bottom: 10px;

   text-align: center;

   font-size: 16px;
   color: #808080;
  }

/* ---------
*/