(node) util.print is deprecated. Use console.log instead.
.dummy {
  display: none;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  background: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}
#wrapper {
  background: white;
  border: 1px solid #997d0e;
  box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 1160px;
  margin-top: 32px;
}
header {
  background-image: url(/static/image/header.jpg);
  height: 328px;
  border-bottom: 1px solid #997d0e;
  padding-bottom: 15px;
  position: relative;
}
header ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 10px;
  margin-top: -5px;
}
header ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
header ul li a {
  background: #997d0e;
  margin-left: 5px;
  border-radius: 0 0 5px 5px;
  color: white;
  text-align: center;
  height: 48px;
  line-height: 48px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  text-decoration: none;
}
header ul li a:hover {
  background: #c8a312;
}
main {
  padding: 15px;
}
footer {
  letter-spacing: 3px;
  padding-top: 35px;
  padding-bottom: 36px;
  text-align: center;
}
#logo {
  position: absolute;
  top: 16px;
  left: 16px;
}
.content-image {
  float: right;
  margin-left: 10px;
  margin-bottom: 30px;
  max-width: 50%;
}
div.catalog img {
  margin: 5px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
div.gallery a {
  display: inline-block;
}
div.gallery a img {
  border-radius: 4px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.agent {
  display: inline-block;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 4px solid white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.agent img {
  float: left;
  width: 100px;
  margin-right: 15px;
}
.agent:after {
  display: block;
  clear: both;
}
.agent div {
  min-width: 350px;
}
