body{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

body {
  color: #000;
  background: #F5F4F9;
}

/* Container */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/* Controls */

.btn,
.form-control {
  border-radius: 0;
}
.btn-default {
  color: #fff !important;
  border-color: #C69C6D !important;
  background-color: #C69C6D !important;
}
.btn-primary {
  color: #000 !important;
  border-color: #000 !important;
  background-color: #fff !important;
}

/* Link */

a {
  color: #000;
  transition: opacity .3s;
}
a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.6;
  color: #000;
}

/* Parallax */

.parallax-mirror {
  z-index: 1 !important;
}

/* Gallery */

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: none !important;
}

.fotorama__arr {
    line-height: 1;
    text-align: center;
    font-size: 24px;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #000 !important;
}

.fotorama__arr--disabled {
    opacity: .6 !important;
}

.fotorama__arr--prev {
    left: 0 !important;
    background-image: url('../img/left-arrow-white.svg') !important;
}

.fotorama__arr--next {
    right: 0 !important;
    background-image: url('../img/right-arrow-white.svg') !important;
}

/* Dropdown Hover */
.sidebar-nav {
    padding: 9px 0;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/* Header */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.navbar {
  min-height: 55px;
  border: none;
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 99;
}
@media (min-width: 1200px) {
  .navbar .container {
    //width: 1100px;
  }
  .navbar-brand {
    transform: translateX(-85px);
  }
  .navbar-nav-instagram a {
    transform: translateX(18px);
  }
}
.navbar-brand {
  padding-top: 0;
}
.navbar-collapse {
  padding: 0;
}
.navbar-toggle {
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 55px;
  border: 0;
}
.navbar-collapse .dropdown {
  position: static;
}
.navbar-collapse .dropdown-menu {
  margin-top: -1px !important;
  border: none;
  border-radius: 0;
  border-top: 1px solid rgba(127, 127, 127, 0.4);
  width: 100%;
}
.navbar-collapse .dropdown-menu li {
  position: relative;
}
.navbar-collapse .dropdown-menu li a {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-collapse .dropdown-menu li a:hover,
.navbar-collapse .dropdown-menu li a:focus {
  background: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.navbar a {
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 55px;
  }
  .navbar-nav-instagram {
    float: right !important;
    width: 85px;
    text-align: right;
  }
  .navbar-nav-instagram > a {
    display: inline-block !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-nav-close {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    display: none;
    border: 1px solid rgba(127, 127, 127, 0.4);
    border-left: 0;
    border-right: 0;
    text-align: center;
  }
  .navbar-collapse .dropdown-menu {
    display: none !important;
  }
  .navbar-nav-close {
    position: absolute !important;
    top: 0;
    right: 0;
    background-color: #fff;
  }
}

/* All pages common */

.page {
  padding-top: 55px;
}
.page-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 400;
  padding: 30px 0;
  border-bottom: 1px solid rgba(127, 127, 127, 0.4);
  margin: 0 0 40px;
}
.page-fotorama {
  margin-bottom: 40px;
}

/* Project Preview */

.project-preview {
  cursor: pointer;
  margin-bottom: 40px;
}
.project-preview:focus {
  outline: none;
}
.project-preview-thumbnail {
  margin-bottom: 20px;
}

/* Press Item Preview */

.press-item-preview {
  cursor: pointer;
  margin-bottom: 40px;
  text-align: center;
}
.press-item-preview:focus {
  outline: none;
}
.press-item-preview-thumbnail {
  margin-bottom: 20px;
}

/* Index page */

.index-carousel {
  position: absolute;
  width: 100%;
  background-color: #000;
}
@media (min-width: 768px) {
  .index-carousel {
    position: fixed;
  }
}
.index-carousel-title {
  min-height: 200px;
  height: 500px;
  position: relative;
}
.index-carousel-title > div {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.index-content {
  background: #F5F4F9;
  position: relative;
  padding-top: 30px;
}
.index-category-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.index-divider {
  height: 1px;
  background-color: rgba(127, 127, 127, 0.4);
  margin-bottom: 30px;
}
.index-publications {
  /* background-image: url('../img/publications.jpg'); */
  background-repeat: no-repeat;
  position: relative;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-position-x: center !important;
  margin-bottom: 30px;
  padding: 150px 0;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-publications {
    padding: 50px 0;
  }
}
// .index-publications:before {
//   content: "";
//   position: absolute;
//   top: 0;
//   right: 0;
//   left: 0;
//   bottom: 0;
//   background-color: rgba(255, 255, 255, 0.4);
// }
.index-publications a {
  position: relative;
}
.index-designers-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.index-designer {
  margin-bottom: 40px;
  cursor: pointer;
}
.index-designer:focus {
  outline: none;
}
.index-designer-photo {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  position: relative;
}
.index-designer-hover-overlay {
  padding: 15px;
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.index-designer:hover .index-designer-hover-overlay {
  opacity: 1;
}

/* Category Page */
.rootcategory {
  position: relative;
  width: 100%;
  height: 100%;
}
.rootcategory-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rootcategory-list {
  position: fixed;
  top: 55px;
  bottom: 0;
  width: 100%;
}
.rootcategory-wrap {
  padding: 0;
}
@media (max-width: 767px) {
  .rootcategory-wrap {
    height: 50%;
  }
  .rootcategory-wrap:first-child {
    padding-bottom: 25px;
  }
  .rootcategory-wrap:last-child {
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .rootcategory-wrap {
    height: 100%;
  }
  .rootcategory-wrap:first-child {
    padding-right: 100px;
  }
  .rootcategory-wrap:last-child {
    padding-left: 100px;
  }
}
.rootcategory-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.rootcategory-title {
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 20px 20px;
  margin: 0;
}
.rootcategory-title a {
  white-space: pre-wrap;
  color: #fff;
}

/* About Page */

.about-content {
  padding: 40px 0;
}

/* Footer */

.footer-block-subscribe {
  /* background-image: url('../img/footer-block-subscribe.jpg'); */
  background-repeat: no-repeat;
  position: relative;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-position-x: center !important;
  margin-bottom: 30px;
  z-index: 2;
}
// .footer-block-subscribe:before {
//   content: "";
//   position: absolute;
//   top: 0;
//   right: 0;
//   left: 0;
//   bottom: 0;
//   background-color: rgba(0, 0, 0, 0.4);
// }
.footer-block-subscribe .btn,
.footer-block-subscribe .form-control {
  min-width: 150px;
}
.footer-instagram {
  padding: 100px 0 0;
}
.footer-subscribe {
  padding: 100px 0;
}
.footer-instagram-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.footer-instagram-button {
  opacity: 1 !important;
}
.footer-subscribe-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
#subscriber-email {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer-subscribe {
    padding: 25px 0;
  }
  .footer-instagram {
    padding: 25px 0 0;
  }
  .footer-instagram-title {
    margin-bottom: 15px;
  }
  .footer-subscribe-title {
    color: #fff;
    margin-bottom: 15px;
  }
}
.footer-block-feedback {
  margin-bottom: 30px;
}
.footer-feedback-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.footer-block-feedback form {
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}
.footer-block-contacts {
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer-address {
    text-align: right;
  }
}
