html {
  font-size: 14px;
}
body {
  padding: 45px 15px 45px 15px;
  color: #000;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
a {
  color: #000;
  text-decoration: underline;
}
a:focus, a:hover, a:active {
  color: #000;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 1em;
  font-weight: bold;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 15px;
}
.page-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  padding: 15px;
  background-color: #fff;
}
.page-logo {
  float: left;
  width: auto;
  height: 12px;
  margin-top: 2px;
}
.page-navigation-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 0;
  background: none;
  font-size: 1.3rem;
  cursor: pointer;
}
.slide-box {
  transition: top 0.2s;
  z-index: 110;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(~"100% - 45px");
  background-color: #d2d8dc;
}
.slide-box.active {
  top: 45px;
}
.slide-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 15px;
  font-size: 1.2rem;
}
.slide-box-content td:not(:last-child) {
  padding-right: 15px;
}
.slide-box-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slide-box-navigation ul.level-2 {
  display: none;
}
.slide-box-navigation li.level-1:not(:last-child) {
  border-bottom: 1px solid #000;
}
.slide-box-navigation li.level-2 {
  border-top: 1px solid #000;
}
.slide-box-navigation a {
  display: block;
  line-height: 1;
  padding: 10px 0;
  font-size: 2.1rem;
  color: #000;
  text-decoration: none;
}
.slide-box-button {
  margin-top: 30px;
  border: 1px solid #000;
  background: none;
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 2.1rem;
  color: #000;
  text-decoration: none;
}
.slide-box-button:hover, .slide-box-button:active {
  color: #000;
  text-decoration: none;
}
.slide-box-close {
  display: none;
  position: absolute;
  top: -45px;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  background-color: #d2d8dc;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.active .slide-box-close {
  display: block;
}
.page-navigation li.level-1:last-child ul.level-2 {
  display: block;
}
.page-content {
  position: relative;
}
.page-content.bottom .social {
  padding: 0 15px;
}
.page-content.bottom .social i {
  padding: 0 5px;
}
.grid-item {
  margin-bottom: 30px;
}
.grid-item__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.grid-item__background-image {
  display: block;
  padding-top: 56.25%;
  margin-bottom: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-item__title {
  color: #000;
  text-decoration: none;
}
.grid-item__title:hover, .grid-item__title:active {
  color: #000;
  text-decoration: none;
}
.list-filter {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #000;
}
.list-filter button, .list-filter a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border: 0;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-filter a {
  position: absolute;
  top: 0;
  left: 0;
}
.competition-table td:nth-child(2) {
  padding: 0 5px;
}
.owl-carousel {
  position: relative;
}
.owl-carousel--home {
  height: 200px;
  margin-bottom: 30px;
}
.owl-carousel--project {
  padding: 40px 0;
  height: 280px;
}
.owl-carousel--project .owl-stage-outer .owl-item > *, .owl-carousel--project .owl-stage .owl-item > *, .owl-carousel--project .owl-item .owl-item > * {
  background-size: contain;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item {
  height: 100%;
}
.owl-carousel .owl-stage-outer > *, .owl-carousel .owl-stage > *, .owl-carousel .owl-item > * {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  font-size: 30px;
}
.owl-nav .owl-prev {
  left: 15px;
  text-align: left;
}
.owl-nav .owl-next {
  right: 15px;
  text-align: right;
}
.owl-dots {
  position: absolute;
  bottom: 8px;
  right: 0;
}
.owl-dots .owl-dot {
  position: relative;
  float: left;
  width: 4px;
  height: 4px;
  margin-right: 3px;
  border-radius: 2px;
  text-indent: -10000px;
  background-color: #d2d8dc;
  overflow: hidden;
}
.owl-dots .owl-dot.active {
  background-color: #000;
}
.pagination {
  z-index: 90;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pagination-control {
  display: block;
}
.pagination-control--prev {
  float: left;
}
.pagination-control--next {
  float: right;
}
.project-info-button {
  z-index: 90;
  position: absolute;
  bottom: 0;
  left: 0;
}
.project-galery-button {
  z-index: 90;
  position: absolute;
  bottom: 0;
  right: 0;
}
.galery-item {
  margin-bottom: 15px;
}
.galery-item__image {
  display: block;
  padding-top: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.builder-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.builder-list li {
  position: relative;
  padding-left: 10px;
}
.builder-list i {
  position: absolute;
  top: 5px;
  left: 0;
}
label {
  font-weight: bold;
}
label.error {
  color: #ff0000;
  font-weight: normal;
  font-size: 0.9rem;
}
.checkbox label {
  font-weight: normal;
}
.btn {
  border-radius: 0;
}
.btn.btn-default {
  border: 1px solid #bebebe;
}
.btn.btn-default:hover {
  background-color: #fff;
}
.btn.btn-primary {
  border: 1px solid #444;
  background-color: #444;
  color: #fff;
}
.input-group {
  margin-bottom: 15px;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #bebebe;
}
.form-control:focus {
  box-shadow: none;
  border-color: #bebebe;
  outline: none;
}
#map {
  height: 300px;
}
.project-award {
  z-index: 90;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 50px;
  height: auto;
}
