#pomalo_container {
  width: 960px;
  margin: 0 auto;
}

#pomalo_head {
  text-align: center;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  padding: 23px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pomalo_head h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  font-family: 'theory-web-tbeweb-tbe';
}
#pomalo_head p {
  font-size: 14px;
  line-height: 1.7;
  margin: 1em 0 0;
}

.pomalo_section {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
.pomalo_section.top {
  padding: 40px 0 0;
}
.pomalo_section .plm-Left {
  float: left;
}
.pomalo_section .plm-Right {
  float: right;
}

.pomalo_section_txt {
  height: 666px;
  width: 50%;
  text-align: center;
  text-align: center;
}
.pomalo_section_txt .inner {
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pomalo_section_txt h2 {
  font-size: 17px;
  line-height: 1.6;
  margin: 1em 0 2em;
}
.pomalo_section_txt h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  margin: 0;
  font-family: 'theory-web-tbeweb-tbe';
}
.pomalo_section_txt p {
  font-size: 13px;
  line-height: 1.7;
  margin: 2em 0 4.6em;
}

.pomalo_section_image {
  width: 50%;
}
.pomalo_section_image img {
  width: 100%;
  height: auto;
}

.pml_price span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: 'theory-web-ulweb-ul';
  font-size: 12px;
  padding: 5px 10px 5px 0;
  text-decoration: none;
}
.pml_price a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: 'theory-web-ulweb-ul';
  text-decoration: underline;
  font-size: 12px;
  padding: 5px 10px 5px 0;
}
.pml_price a:hover {
  text-decoration: none;
  color: #7C7C7C;
}

.pomalo_section_news {
  padding: 40px;
  margin-bottom: 80px;
  padding-top: 80px;
}
.pomalo_section_news h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #000;
  font-family: 'theory-web-tbeweb-tbe';
}
.pomalo_section_news h3 {
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.pomalo_section_news small {
  display: block;
}
.pomalo_section_news p {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  margin: 1em 0;
}

body.lock {
  overflow: hidden;
}

.pomalo_photo-elm-target {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.87);
  text-align: center;
  z-index: 600;
}
.pomalo_photo-elm-target img {
  width: auto;
  height: 90%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pomalo_photo-elm-target span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  font-family: sans-serif;
}
