html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
font,
dl,
dt,
dd,
li,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  line-height: 1;
  background-color: #111111;
  font-family: 'UnitedSans';
  font-weight: 500;
  letter-spacing: 1px;
}
ol {
  list-style-position: inside;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  outline: none;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img,
a img {
  border: none;
  vertical-align: middle;
}
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}
li {
  list-style-type: none;
}
*::selection {
  background-color: #191919;
  color: #ebebeb;
}
*::-moz-selection {
  background-color: transparent;
}
* {
  -webkit-user-select: text;
  /*IE10*/
  -ms-user-select: text;
  user-select: text;
  /*You just need this if you are only concerned with android and not desktop browsers.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"],
textarea,
[contenteditable] {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.main-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  table-layout: fixed;
}
.main-wrapper > div {
  display: table-row;
  height: 100%;
}
.main-wrapper > footer {
  display: table-row;
  height: 1px;
}
.container {
  max-width: 1690px;
  margin: 0 auto;
  padding: 0 25px;
}
@media  only screen and (max-width:767px) {
  .container {
    padding: 46px 15px 0;
  }
}
a.read-more {
  text-decoration: none;
  text-transform: uppercase;
  color: #cbad73;
  border: 1px solid #cbad73;
  padding: 5px 20px 10px 30px;
  font-size: 15px;
  letter-spacing: 3px;
  display: inline-block;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
a.read-more:before {
  clear: both;
  content: "";
  display: table;
}
@media  only screen and (max-width:767px) {
  a.read-more {
    padding: 5px 10px 10px 20px;
    font-size: 12px;
  }
}
a.read-more span {
  font-size: 30px;
}
@media  only screen and (max-width:767px) {
  a.read-more span {
    font-size: 22px;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.news-slider,
.about-slider,
.more-news-slider,
.coll-slider,
.project-footer-slider,
.gallery-slider,
.people-slider,
.team-slider,
.people-single-footer-slider {
  overflow: hidden;
  visibility: hidden;
}
.news-slider.slick-initialized,
.about-slider.slick-initialized,
.more-news-slider.slick-initialized,
.coll-slider.slick-initialized,
.project-footer-slider.slick-initialized,
.gallery-slider.slick-initialized,
.people-slider.slick-initialized,
.team-slider.slick-initialized,
.people-single-footer-slider.slick-initialized {
  overflow: visible!important;
  visibility: visible;
}
@media  only screen and (max-width:767px) {
  .news-slider {
    overflow: visible!important;
    visibility: visible;
  }
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #cbad73;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  filter: brightness(0%);
}
.slick-prev,
.slick-next {
  top: 50%;
  width: 47px;
  height: 46px;
  border: 1px solid #a37e37;
  z-index: 1;
  background: none;
  outline: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
@media  only screen and (max-width:1100px) {
  .slick-prev,
  .slick-next {
    opacity: 1;
    width: 34px;
    height: 33px;
  }
}
@media  only screen and (max-width:767px) {
  .slick-prev,
  .slick-next {
    width: 34px;
    height: 33px;
  }
}
.slick-prev:before,
.slick-next:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
}
@media  only screen and (max-width:500px) {
  .slick-prev:before,
  .slick-next:before {
    width: 9px;
    height: 8px;
  }
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
}
.slick-prev {
  left: -22px;
}
@media  only screen and (max-width:1100px) {
  .slick-prev {
    left: -18px;
  }
}
@media  only screen and (max-width:767px) {
  .slick-prev {
    left: -16px;
  }
}
@media  only screen and (max-width:500px) {
  .slick-prev {
    left: -13px;
  }
}
.slick-prev:before {
  background-image: url(../resources/images/arrows-left.png);
  background-size: contain;
}
.slick-next {
  right: -22px;
}
@media  only screen and (max-width:1100px) {
  .slick-next {
    right: -18px;
  }
}
@media  only screen and (max-width:767px) {
  .slick-next {
    right: -16px;
  }
}
@media  only screen and (max-width:500px) {
  .slick-next {
    right: -13px;
  }
}
.slick-next:before {
  background-image: url(../resources/images/arrows-right.png);
  background-size: contain;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #cbad73;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.slick-dots li button:hover {
  background-color: #cbad73;
  border: 1px solid #cbad73;
}
.slick-dots li button:hover:before {
  filter: brightness(0%);
}
.slick-dots li button:before {
  content: '';
  width: 11px;
  height: 11px;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-left: 1px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-image: url(../resources/images/dot.png);
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s ease-in-out;
}
.overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.overlay .table {
  width: 100%;
  height: 100%;
}
.overlay .table .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-weight: 700;
  white-space: nowrap;
}
.overlay .table .text h3 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overlay .table .text h3:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  transform: translatey(0);
}
.overlay .table .text p {
  color: #fff;
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overlay .table .text p:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  transform: translatey(0);
}
.overlay .table .text p a {
  color: #b79c68;
}
.overlay .table .text p span {
  color: #b79c68;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
  text-decoration: underline;
}
.overlay .table .text p span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  transform: translatey(0);
}
.overlay .table .text a {
  color: #b79c68;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
  text-decoration: underline;
}
.overlay .table .text a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  transform: translatey(0);
}
.filter-container {
  margin-bottom: 50px;
}
.filter-container .filter-wrapper {
  height: 17px;
  padding-left: 17px;
}
.filter-container .filter-column {
  position: relative;
  float: left;
  width: 48%;
  font-size: 0;
  background: #fff;
}
.filter-container .filter-column:first-child {
  z-index: 2;
}
.filter-container .filter-column + .filter-column {
  margin-left: 4%;
}
.filter-container .filter-column .js-filter-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../resources/images/select-btn.jpg);
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  padding: 2px 0 0 17px;
  color: #000000;
  font-family: 'UnitedSans';
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-indent: 2px;
  white-space: nowrap;
}
.filter-container .filter-column > ul {
  left: 17px;
  top: 17px;
  right: 0;
}
.filter-container .filter-column ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -ms-transform: translateY(-1em);
      transform: translateY(-1em);
  transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s;
  background: rgba(255, 255, 255, 0.9);
}
.filter-container .filter-column ul.block {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -ms-transform: translateY(0%);
      transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.filter-container .filter-column ul.block .block {
  z-index: 10;
}
.filter-container .filter-column ul li > a {
  display: block;
  padding: 3px 2px 0 2px;
  color: #000000;
  font-family: 'UnitedSans';
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px solid #111111;
}
.filter-container .filter-column ul li > a:hover {
  background: #b49a67;
}
.filter-container .filter-column ul li > a + ul {
  width: 100%;
  left: 12px;
  top: 100%;
  right: 0;
  z-index: 10;
}
.jq-selectbox {
  background: #fff;
}
.jq-selectbox .jq-selectbox__dropdown {
  width: 100%;
}
.jq-selectbox .jq-selectbox__dropdown ul li {
  background: #fff;
  border-top: 1px solid black;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 3px 2px;
}
.jq-selectbox .jq-selectbox__select {
  border: none;
  outline: none;
  width: 123px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 3px 2px;
  z-index: 2;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}
.container .hidden-mobile {
  display: none;
}
@media  only screen and (max-width:767px) {
  .container .hidden-mobile {
    display: block;
  }
}
.submenu-padding {
  padding-top: 105px;
  position: relative;
  overflow: hidden;
}
#fm_form_1 {
  margin: 30px 0 5px;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap!important;
      flex-wrap: wrap!important;
  padding: 0!important;
}
#fm_form_1 .message_error {
  -ms-flex-order: 4;
      order: 4;
  margin-left: 100px;
  margin-top: 7px;
  width: 100%;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 .message_error {
    margin-left: 0px;
  }
}
#fm_form_1 p.text_header {
  margin-top: 10px;
  margin-right: 15px;
}
#fm_form_1 .form_subscribe_button.button {
  font-family: 'UnitedSans' !important;
  color: #fff!important;
  float: left!important;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) !important;
  cursor: pointer!important;
  height: 46px!important;
  padding: 15px!important;
  width: auto!important;
  letter-spacing: 4px!important;
  font-size: 14px!important;
  font-weight: bold!important;
  opacity: 0;
  background-color: #cbad73 !important;
  pointer-events: none;
  transition: all 0.5 ease 1s;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 .form_subscribe_button.button {
    font-size: 12px!important;
    letter-spacing: 1px!important;
  }
}
#fm_form_1 .form_subscribe_button.button:after {
  background-image: url(../resources/images/arrows-right.png);
  background-size: contain;
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
}
#fm_form_1 .form_subscribe_button.button:hover {
  border: 1px solid #fff!important;
}
#fm_form_1 .form_subscribe_button.button:hover:after {
  filter: brightness(500%);
}
#fm_form_1 .message_success {
  margin: 20px 0;
}
#fm_form_1 .text_header {
  -ms-flex-order: 1;
      order: 1;
  text-align: left!important;
  margin-bottom: 10px!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
  color: #fff !important;
  font-weight: bold!important;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 .text_header {
    width: 100%;
  }
}
#fm_form_1 input.field {
  max-width: 100%!important;
  width: 100%!important;
  color: #ebebeb !important;
  padding: 1px 3px 1px 15px!important;
  font-family: 'UnitedSans' !important;
  font-size: 16px!important;
  border-color: #464646!important;
  font-weight: bold;
  vertical-align: middle;
  background: transparent!important;
  box-sizing: border-box;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 input.field {
    font-size: 12px!important;
    padding: 1px 0 1px 5px!important;
  }
}
#fm_form_1 input.field:hover {
  background-color: #939598;
}
#fm_form_1 input.field:-ms-input-placeholder {
  font-family: 'UnitedSans' !important;
  font-size: 16px!important;
  font-weight: bold;
  vertical-align: middle;
}
#fm_form_1 input.field::placeholder {
  font-family: 'UnitedSans' !important;
  font-size: 16px!important;
  font-weight: bold;
  vertical-align: middle;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 input.field:-ms-input-placeholder {
    font-size: 12px!important;
  }
  #fm_form_1 input.field::placeholder {
    font-size: 12px!important;
  }
}
#fm_form_1 input.field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'UnitedSans' !important;
  font-size: 16px!important;
  font-weight: bold;
  vertical-align: middle;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 input.field::-webkit-input-placeholder {
    font-size: 12px!important;
  }
}
#fm_form_1 input.field::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'UnitedSans' !important;
  font-size: 16px!important;
  font-weight: bold;
  vertical-align: middle;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 input.field::-moz-placeholder {
    font-size: 12px!important;
  }
}
#fm_form_1 input.field:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'UnitedSans' !important;
  font-size: 16px!important;
  font-weight: bold;
  vertical-align: middle;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 input.field:-ms-input-placeholder {
    font-size: 12px!important;
  }
}
#fm_form_1 input.field:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'UnitedSans' !important;
  font-size: 16px!important;
  font-weight: bold;
  vertical-align: middle;
}
@media  only screen and (max-width:500px) {
  #fm_form_1 input.field:-moz-placeholder {
    font-size: 12px!important;
  }
}
#fm_form_1 .form_subscribe.freshmail_form_1 > div label {
  font-size: 16px!important;
  text-transform: uppercase!important;
  font-weight: bold!important;
}
#fm_form_1 .form_subscribe.freshmail_form_1 > div {
  -ms-flex-order: 2;
      order: 2;
  max-width: 250px;
  width: 100%;
  transition: all 0.5s ease;
}
@media  only screen and (max-width:350px) {
  #fm_form_1 .form_subscribe.freshmail_form_1 > div {
    max-width: 190px;
  }
}
#fm_form_1 .form_subscribe.freshmail_form_1 p:nth-of-type(2) {
  margin-top: 4px!important;
}
#fm_form_1 .checkbox_agreement {
  vertical-align: middle!important;
  margin-top: 0!important;
  margin-left: 0!important;
}
#fm_form_1 .checkbox_agreement + span {
  opacity: 0;
  transition: all 0.5 ease;
}
#fm_form_1 .form_container p {
  margin-bottom: 0!important;
}
#fm_form_1 .form-container {
  width: 100%;
}
.loader {
  color: #fff;
  position: absolute;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.loader:after,
.loader:before {
  box-sizing: border-box;
  display: none;
}
.loader.is-active {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.loader.is-active:after,
.loader.is-active:before {
  display: block;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.loader[data-text]:before {
  position: fixed;
  left: 0;
  top: 50%;
  color: currentColor;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.loader[data-text=""]:before {
  content: "Loading";
}
.loader[data-text]:not([data-text=""]):before {
  content: attr(data-text);
}
.loader[data-text][data-blink]:before {
  animation: blink 1s linear infinite alternate;
}
.loader-default[data-text]:before {
  top: calc(-13%);
}
.loader-default:after {
  content: "";
  position: fixed;
  width: 48px;
  height: 48px;
  border: 8px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  top: calc(50%);
  left: calc(50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  animation: rotation 1s linear infinite;
}
.loader-default[data-half]:after {
  border-right-color: transparent;
}
.loader-default[data-inverse]:after {
  animation-direction: reverse;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  background: #111111;
}
.header .header-wrapper {
  position: relative;
}
.header .container {
  padding: 0;
}
@media  only screen and (max-width:767px) {
  .header .container {
    padding-top: 0;
  }
}
.header .header-inner {
  padding: 30px 25px;
  z-index: 3;
  position: relative;
}
@media  only screen and (max-width:900px) {
  .header .header-inner {
    padding: 20px 15px;
  }
}
@media  only screen and (max-width:767px) {
  .header .header-inner {
    padding: 7px 15px;
  }
}
.header .header-inner .logo {
  float: left;
}
.header .header-inner .logo img {
  display: inline-block;
  margin-right: 10px;
}
@media  only screen and (max-width:767px) {
  .header .header-inner .logo img {
    width: 60%;
  }
}
.header .header-inner .logo h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
}
@media  only screen and (max-width:767px) {
  .header .header-inner .logo h3 {
    display: none;
  }
}
.header .header-inner nav.menu {
  float: right;
  margin-top: 10px;
}
.header .header-inner nav.menu .fa-bars {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 11px 12px;
  font-size: 24px;
  background-color: #b49a67;
  display: none;
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu .fa-bars {
    display: block;
  }
}
.header .header-inner nav.menu ul.clearfix {
  border-right: 1px solid #919191;
  padding: 5px 15px 0 0;
  display: inline-block;
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu ul.clearfix {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -ms-transform: translateY(-2em);
        transform: translateY(-2em);
    transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s;
    position: absolute;
    left: 0;
    top: 46px;
    text-align: center;
    background: rgba(29, 29, 29, 0.85);
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .header .header-inner nav.menu ul.clearfix.block {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
}
.header .header-inner nav.menu ul.clearfix li {
  float: left;
  margin-left: 40px;
  font-size: 17px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  background: none;
}
@media  only screen and (max-width:900px) {
  .header .header-inner nav.menu ul.clearfix li {
    margin-left: 25px;
  }
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu ul.clearfix li {
    float: none;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    position: relative;
  }
}
.header .header-inner nav.menu ul.clearfix li ul {
  position: relative;
  top: 0;
  background: none;
  display: none;
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu ul.clearfix li ul {
    display: inherit;
  }
}
.header .header-inner nav.menu ul.clearfix li ul li {
  background: rgba(255, 255, 255, 0.85);
  opacity: 0.85;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.header .header-inner nav.menu ul.clearfix li ul li a {
  color: #111111;
  padding: 5px 0 3px;
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu ul.clearfix li ul li a:hover {
    color: #111111;
  }
}
.header .header-inner nav.menu ul.clearfix li.active > a {
  color: #a69061;
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu ul.clearfix li.active > a:hover {
    color: #111111;
  }
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu ul.clearfix li.active > a {
    background: rgba(180, 154, 103, 0.8);
    color: #111111;
  }
}
.header .header-inner nav.menu ul.clearfix li.current {
  display: none;
}
.header .header-inner nav.menu ul.clearfix li a {
  text-decoration: none;
  color: #919191;
  transition: color 0.3s ease-out 0.3s;
  cursor: pointer;
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu ul.clearfix li a {
    color: #fff;
    padding: 14px 0 9px;
    display: block;
    letter-spacing: 1px;
  }
}
.header .header-inner nav.menu ul.clearfix li a:hover {
  color: #a69061;
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu ul.clearfix li a:hover {
    color: #fff;
  }
}
.header .header-inner nav.menu ul.clearfix li a + ul.clearfix {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s;
}
.header .header-inner nav.menu ul.clearfix li a + ul.clearfix.block {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0s, 0s, 0.5s;
}
.header .header-inner nav.menu .social {
  display: inline-block;
  vertical-align: super;
}
.header .header-inner nav.menu .social a {
  margin-left: 15px;
  text-decoration: none;
  color: #919191;
  transition: color 0.3s ease-out 0.3s;
}
.header .header-inner nav.menu .social a:hover {
  color: #a69061;
}
@media  only screen and (max-width:767px) {
  .header .header-inner nav.menu .social {
    display: none;
  }
}
.container-submenu {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.submenu {
  background: #1d1d1d;
  padding: 0 25px;
  text-align: right;
  top: 103px;
  background: rgba(29, 29, 29, 0.9);
  z-index: 2;
  left: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -ms-transform: translateY(-2em);
      transform: translateY(-2em);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s;
}
@media  only screen and (max-width:1400px) {
  .submenu {
    left: 0;
  }
}
.submenu.block {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -ms-transform: translateY(0%);
      transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
@media  only screen and (max-width:767px) {
  .submenu.block {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}
@media  only screen and (max-width:900px) {
  .submenu {
    padding: 0;
  }
}
.submenu .submenu-top,
.submenu .submenu-bottom {
  max-width: 1640px;
  margin: 0 auto;
  padding: 26px 0 24px;
}
@media  only screen and (max-width:900px) {
  .submenu .submenu-top,
  .submenu .submenu-bottom {
    padding: 26px 10px 24px;
  }
}
.submenu .submenu-top ul li,
.submenu .submenu-bottom ul li {
  display: inline-block;
  margin-left: 15px;
}
.submenu .submenu-top ul li:first-child,
.submenu .submenu-bottom ul li:first-child {
  margin-left: 0;
}
@media  only screen and (max-width:900px) {
  .submenu .submenu-top ul li,
  .submenu .submenu-bottom ul li {
    margin-left: 5px;
  }
}
.submenu .submenu-top ul li.active a,
.submenu .submenu-bottom ul li.active a {
  color: #111111;
  background: #a68e60;
}
.submenu .submenu-top ul li a,
.submenu .submenu-bottom ul li a {
  text-decoration: none;
  color: #919191;
  padding: 6px 10px 4px;
  text-transform: uppercase;
  font-size: 17px;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease-out 0.3s;
}
.about.submenu .submenu-top ul li a,
.about.submenu .submenu-bottom ul li a,
.talents.submenu .submenu-top ul li a,
.talents.submenu .submenu-bottom ul li a {
  font-weight: 700;
}
@media  only screen and (max-width:1300px) {
  .submenu .submenu-top ul li a,
  .submenu .submenu-bottom ul li a {
    padding: 6px 4px 4px;
    font-size: 15px;
  }
}
@media  only screen and (max-width:1024px) {
  .submenu .submenu-top ul li a,
  .submenu .submenu-bottom ul li a {
    letter-spacing: 0px;
  }
}
@media  only screen and (max-width:900px) {
  .submenu .submenu-top ul li a,
  .submenu .submenu-bottom ul li a {
    padding: 6px 0 4px;
    font-size: 15px;
  }
}
@media  only screen and (max-width:800px) {
  .submenu .submenu-top ul li a,
  .submenu .submenu-bottom ul li a {
    padding: 6px 0 4px;
    font-size: 12px;
  }
}
.submenu .submenu-top ul li a:hover,
.submenu .submenu-bottom ul li a:hover {
  color: #111111;
  background: #a68e60;
}
.submenu .submenu-bottom {
  border-top: 1px solid #464646;
  width: 100%;
  display: none;
}
.submenu .submenu-bottom ul li a {
  transition: all 0.3s ease-out 0.3s;
}
.submenu .submenu-bottom ul li a:hover {
  background: none;
  color: #a69061;
}
.submenu .submenu-bottom .sub-works-menu {
  display: none;
}
.submenu .submenu-bottom .sub-works-menu > ul > li:last-child {
  display: block;
}
.submenu .submenu-bottom .sub-works-menu ul {
  text-align: right;
}
.submenu .submenu-bottom .sub-works-menu ul li:last-child {
  margin-top: 10px;
}
.submenu .submenu-bottom .sub-works-menu ul li:last-child ul li.active a {
  color: #111111;
  background: #a68e60;
}
.submenu .submenu-bottom .sub-works-menu ul li:last-child ul li a {
  color: #919191;
  transition: color 0.3s ease-out 0.3s;
}
.submenu .submenu-bottom .sub-works-menu ul li:last-child ul li a:hover {
  color: #a69061;
  background: none;
}
.submenu .submenu-bottom {
  border-top: 1px solid #464646;
}
.submenu .submenu-bottom .sub-works-menu ul.bright li.active a {
  color: #b79c68;
}
.submenu .submenu-bottom .sub-works-menu ul.bright li a {
  color: #fff;
  background: none;
  transition: all 0.3s ease-out 0.3s;
}
.submenu .submenu-bottom .sub-works-menu ul.bright li a:hover {
  color: #b79c68;
}
.footer {
  background: #191919;
}
@media  only screen and (max-width:1024px) {
  .footer .container {
    padding-top: 0;
  }
}
@media  only screen and (max-width:1024px) {
  .footer .footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-top {
    padding: 65px 0 20px;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-top .main-contacts {
    margin-top: 70px;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-top .main-contacts .block {
    width: 50%;
    float: right;
    text-align: left;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-top .main-contacts .block:first-child {
    float: left;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-top .main-contacts .block:last-child {
    margin: 15px 0 0 50%;
  }
}
.footer .main-contacts {
  width: 50%;
  float: left;
}
@media  only screen and (max-width:1024px) {
  .footer .main-contacts {
    -ms-flex-order: 2;
        order: 2;
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
@media  only screen and (max-width:767px) {
  .footer .main-contacts {
    margin-top: 0;
  }
}
.footer .main-contacts .block {
  width: 32%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media  only screen and (max-width:1024px) {
  .footer .main-contacts .block {
    text-align: center;
  }
}
.footer .main-contacts .block a.contact-btn {
  display: inline-block;
  min-width: 135px;
  padding: 6px 20px 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #cbad73;
  border: 1px solid #cbad73;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 4px;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.footer .main-contacts .block a.contact-btn:hover {
  color: #191919;
  background-color: #cbad73;
}
@media  only screen and (max-width:1200px) {
  .footer .main-contacts .block a.contact-btn {
    padding: 8px 15px 10px 20px;
    font-size: 13px;
  }
}
@media  only screen and (max-width:350px) {
  .footer .main-contacts .block a.contact-btn {
    padding: 8px 15px 8px 20px;
    min-width: auto;
    font-size: 11px;
  }
}
.footer .main-contacts .block a.contact-btn span {
  font-size: 30px;
  display: none;
}
@media  only screen and (max-width:1200px) {
  .footer .main-contacts .block a.contact-btn span {
    font-size: 25px;
  }
}
@media  only screen and (max-width:350px) {
  .footer .main-contacts .block a.contact-btn span {
    font-size: 21px;
  }
}
.footer .main-contacts .block a.contact-btn span.active {
  display: inline-block;
}
.footer .main-contacts .block p,
.footer .main-contacts .block a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #939598;
  line-height: 1.2;
}
@media  only screen and (max-width:1300px) {
  .footer .main-contacts .block p,
  .footer .main-contacts .block a {
    font-size: 14px;
  }
}
@media  only screen and (max-width:1200px) {
  .footer .main-contacts .block p,
  .footer .main-contacts .block a {
    font-size: 13px;
  }
}
@media  only screen and (max-width:1100px) {
  .footer .main-contacts .block p,
  .footer .main-contacts .block a {
    font-size: 12px;
  }
}
@media  only screen and (max-width:350px) {
  .footer .main-contacts .block p,
  .footer .main-contacts .block a {
    font-size: 11px;
  }
}
.footer .main-contacts .block p.white,
.footer .main-contacts .block a.white {
  color: #fff;
}
.footer .main-contacts .block p.m-top,
.footer .main-contacts .block a.m-top {
  margin-top: 25px;
}
.footer .main-contacts .block a[href^="mailto:"] {
  transition: color 0.3s ease-out 0.3s;
}
.footer .main-contacts .block a[href^="mailto:"]:hover {
  color: #a69061;
}
.footer .contact-map {
  float: right;
  width: 50%;
  max-width: 820px;
  height: 330px;
  border: 1px solid rgba(107, 107, 107, 0.6);
}
@media  only screen and (max-width:767px) {
  .footer .contact-map {
    height: 230px;
  }
}
.footer .contact-map .js-map {
  height: 100%;
  width: 100%;
}
.footer .contact-map .js-map .gm-style-cc {
  display: none;
}
.footer .registration {
  width: 50%;
}
.footer .registration.js-form-main-contacts {
  float: left;
}
.footer .registration p {
  font-size: 13px;
  font-weight: 500;
  color: #939598;
  line-height: 1.8;
}
@media  only screen and (max-width:1200px) {
  .footer .registration p {
    font-size: 11px;
  }
}
@media  only screen and (max-width:767px) {
  .footer .registration p {
    font-size: 10px;
  }
}
@media  only screen and (max-width:350px) {
  .footer .registration p {
    font-size: 9px;
  }
}
.footer .registration p a {
  color: #939598;
  text-decoration: none;
}
.footer .registration p.big {
  font-size: 16px;
  font-weight: 700;
}
@media  only screen and (max-width:1200px) {
  .footer .registration p.big {
    font-size: 13px;
  }
}
@media  only screen and (max-width:767px) {
  .footer .registration p.big {
    font-size: 12px;
  }
}
@media  only screen and (max-width:350px) {
  .footer .registration p.big {
    font-size: 11px;
  }
}
.footer .footer-menu {
  float: right;
}
.footer .footer-menu .social {
  display: none;
}
@media  only screen and (max-width:767px) {
  .footer .footer-menu .social {
    display: block;
    margin-bottom: 25px;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-menu .social a {
    margin-left: 15px;
    text-decoration: none;
    color: #919191;
  }
}
@media  only screen and (max-width:1024px) {
  .footer .footer-menu {
    -ms-flex-order: 1;
        order: 1;
    position: absolute;
    top: 0;
    left: -25px;
    width: 108%;
    background: black;
    padding: 20px 0;
    text-align: center;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-menu {
    left: -15px;
  }
}
.footer .footer-menu ul.clearfix li {
  position: relative;
  float: left;
  margin-left: 30px;
}
@media  only screen and (max-width:1024px) {
  .footer .footer-menu ul.clearfix li {
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-menu ul.clearfix li {
    margin: 0 10px;
  }
}
.footer .footer-menu ul.clearfix li a {
  color: #ebebeb;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease-out 0.3s;
}
@media  only screen and (max-width:1200px) {
  .footer .footer-menu ul.clearfix li a {
    font-size: 16px;
  }
}
@media  only screen and (max-width:767px) {
  .footer .footer-menu ul.clearfix li a {
    font-size: 12px;
  }
}
@media  only screen and (max-width:350px) {
  .footer .footer-menu ul.clearfix li a {
    font-size: 10px;
  }
}
.footer .footer-menu ul.clearfix li a:hover {
  color: #a69061;
}
.footer .footer-menu ul.clearfix .menu-line:after {
  content: '';
  position: absolute;
  right: -16px;
  top: -4px;
  width: 1px;
  height: 23px;
  background-color: #fff;
}
.footer-top {
  padding: 65px 0 50px;
}
@media  only screen and (max-width:900px) {
  .footer-top {
    padding: 65px 0 0;
  }
}
.footer-bottom {
  padding-bottom: 40px;
  display: block;
}
@media  only screen and (max-width:1024px) {
  .footer-bottom .main-contacts .block {
    width: 49%;
    text-align: left;
  }
}
@media  only screen and (max-width:767px) {
  .footer-bottom .main-contacts .block:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media  only screen and (max-width:767px) {
  .footer-bottom .main-contacts .block:first-child .left {
    width: 50%;
    float: left;
  }
}
@media  only screen and (max-width:767px) {
  .footer-bottom .main-contacts .block:first-child .right {
    width: 50%;
    float: right;
  }
}
@media  only screen and (max-width:1024px) {
  .footer-bottom .footer-bottom-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer-bottom .footer-bottom-wrapper .main-contacts {
    -ms-flex-order: 1;
        order: 1;
  }
  .footer-bottom .footer-bottom-wrapper .contact-map {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    float: none;
  }
  .footer-bottom .footer-bottom-wrapper .registration {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.footer-bottom .newsletter {
  margin: 40px 0;
}
.footer-bottom .newsletter p.white {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
@media  only screen and (max-width:1200px) {
  .footer-bottom .newsletter p.white {
    font-size: 13px;
  }
}
@media  only screen and (max-width:350px) {
  .footer-bottom .newsletter p.white {
    font-size: 11px;
  }
}
.footer-bottom .newsletter a {
  text-decoration: none;
  text-transform: uppercase;
  color: #6f6f6f;
  border: 1px solid #464646;
  padding: 12px 16px;
  font-size: 15px;
  margin-left: 10px;
  transition: border 0.3s ease-out 0.3s;
}
.footer-bottom .newsletter a:hover {
  border: 1px solid #939598;
}
@media  only screen and (max-width:1200px) {
  .footer-bottom .newsletter a {
    font-size: 12px;
  }
}
@media  only screen and (max-width:350px) {
  .footer-bottom .newsletter a {
    font-size: 10px;
  }
}
.footer-bottom .newsletter a span {
  line-height: 0.5;
  font-size: 30px;
  vertical-align: middle;
  display: none;
}
.footer-bottom .newsletter a span.active {
  display: inline-block;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDBD_0.OTF'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDBD_0.eot'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDBD_0.svg'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDBD_0.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDBK_0.OTF'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDBK_0.eot'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDBK_0.svg'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDBK_0.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDHV_0.OTF'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDHV_0.eot'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDHV_0.svg'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDHV_0.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDLT_0.OTF'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDLT_0.eot'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDLT_0.svg'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDLT_0.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDMD_0.OTF'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDMD_0.eot'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDMD_0.svg'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDMD_0.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDTH_0.OTF'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDTH_0.eot'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDTH_0.svg'), url('../resources/fonts/UnitedSansSemiCond/UNITEDSANSSMCDTH_0.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../resources/fonts/fontawesome-webfont.eot'), url('../resources/fonts/fontawesome-webfont.ttf'), url('../resources/fonts/fontawesome-webfont.woff'), url('../resources/fonts/fontawesome-webfont.woff2');
  font-weight: normal;
  font-style: normal;
}
.main-news {
  background: #ebebeb;
  padding: 75px 0 100px;
}
@media  only screen and (max-width:1024px) {
  .main-news {
    padding: 0 0 60px;
  }
}
@media  only screen and (max-width:1024px) {
  .main-news .container {
    padding-top: 60px;
  }
}
@media  only screen and (max-width:767px) {
  .main-news .container {
    padding-top: 30px;
  }
}
.main-news h2 {
  color: #111111;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 70px;
}
@media  only screen and (max-width:1024px) {
  .main-news h2 {
    margin-bottom: 60px;
  }
}
@media  only screen and (max-width:767px) {
  .main-news h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.main-news .news-arrows {
  text-align: center;
  display: none;
  margin-top: 20px;
}
@media  only screen and (max-width:767px) {
  .main-news .news-arrows {
    display: block;
  }
}
.main-news .news-arrows img {
  margin: 0 20px;
  width: 34px;
  height: 34px;
}
.main-news .news-arrows img.deactive {
  opacity: 0.5;
}
.main-news .news-slider .slick-prev {
  top: 22%;
}
.main-news .news-slider .slick-next {
  top: 22%;
}
.main-news .news-slider .slick-list {
  margin: 0 -10px;
}
@media  only screen and (max-width:767px) {
  .main-news .news-slider .slick-list {
    margin: 0;
  }
}
.main-news .news-slider .block {
  max-width: 395px;
  margin: 0 10px;
}
@media  only screen and (max-width:767px) {
  .main-news .news-slider .block {
    margin: 0 0 20px 0;
    max-width: 750px;
    display: none;
  }
}
@media  only screen and (max-width:767px) {
  .main-news .news-slider .block:nth-child(-n+4) {
    display: inline-block;
  }
}
.main-news .news-slider .block img {
  width: 100%;
  margin-bottom: 35px;
  max-height: 248px;
}
@media  only screen and (max-width:767px) {
  .main-news .news-slider .block img {
    margin-bottom: 10px;
    max-height: 100%;
  }
}
.main-news .news-slider .block p {
  font-size: 17px;
  color: #191919;
  line-height: 1.3;
}
@media  only screen and (max-width:767px) {
  .main-news .news-slider .block p {
    font-size: 13px;
    line-height: 1;
  }
}
.main-news .news-slider .block p.date {
  color: #a37e37;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-news .news-slider .block p.news-name {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-news .news-slider .block p.news-name a {
  text-decoration: none;
  color: #191919;
}
@media  only screen and (max-width:767px) {
  .main-news .news-slider .block p.news-name {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
.main-news .news-slider .block p.news-text {
  margin-bottom: 10px;
}
@media  only screen and (max-width:767px) {
  .main-news .news-slider .block p.news-text {
    position: relative;
  }
  .main-news .news-slider .block p.news-text:after {
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    bottom: -11px;
    left: 0;
    background-color: #cbad73;
    position: absolute;
  }
}
.main-news .news-slider .block a.read-more {
  margin: 0 0 1px 0;
  float: right;
}
.main-news .news-slider .block a.read-more:hover {
  color: #ebebeb;
  background-color: #cbad73;
}
.daily-news {
  background: #ebebeb;
  padding: 100px 0 250px;
  position: relative;
}
@media  only screen and (max-width:1024px) {
  .daily-news {
    padding: 50px 0 60px;
  }
}
@media  only screen and (max-width:767px) {
  .daily-news {
    padding: 25px 0 30px;
  }
}
.daily-news:after {
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top: 0;
  content: "";
  background: #f3f3f3;
  height: 100%;
  width: 120%;
}
@media  only screen and (max-width:1024px) {
  .daily-news:after {
    display: none;
  }
}
.daily-news .container {
  z-index: 2;
  position: relative;
}
@media  only screen and (max-width:767px) {
  .daily-news .container {
    padding-top: 0;
  }
}
.daily-news h1 {
  color: #131313;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 80px;
  margin-left: 160px;
}
@media  only screen and (max-width:1400px) {
  .daily-news h1 {
    margin-right: 0;
    margin-left: 10%;
  }
}
@media  only screen and (max-width:1024px) {
  .daily-news h1 {
    margin: 0 auto 40px;
    max-width: 810px;
  }
}
@media  only screen and (max-width:767px) {
  .daily-news h1 {
    font-size: 26px;
    margin: 0 0 20px 0;
    text-align: left;
    letter-spacing: 2px;
  }
}
.daily-news .news-text {
  margin: 0 auto;
  max-width: 810px;
}
.daily-news .news-text h1,
.daily-news .news-text h2,
.daily-news .news-text h3,
.daily-news .news-text h4,
.daily-news .news-text h5,
.daily-news .news-text h6 {
  color: #131313;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-left: 0;
  letter-spacing: 1px;
}
@media  only screen and (max-width:767px) {
  .daily-news .news-text h1,
  .daily-news .news-text h2,
  .daily-news .news-text h3,
  .daily-news .news-text h4,
  .daily-news .news-text h5,
  .daily-news .news-text h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.daily-news .news-text p {
  margin: 10px 0;
  color: #131313;
  font-size: 17px;
  line-height: 1.2;
}
@media  only screen and (max-width:767px) {
  .daily-news .news-text p {
    font-size: 14px;
  }
}
.daily-news .news-text p a {
  margin-top: 0;
}
.daily-news .news-text ul,
.daily-news .news-text ol {
  margin: 10px 0;
  color: #131313;
  font-size: 17px;
  line-height: 1.2;
  padding-left: 0;
}
.daily-news .news-text ul li,
.daily-news .news-text ol li {
  list-style-type: disc;
  padding-left: 16px;
}
.daily-news .news-text a {
  color: #937e54;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 35px;
  display: inline-block;
}
@media  only screen and (max-width:1024px) {
  .daily-news .news-text a {
    margin-top: 25px;
  }
}
@media  only screen and (max-width:767px) {
  .daily-news .news-text a {
    font-size: 15px;
    margin-top: 15px;
  }
}
.daily-news .news-text a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #937e54;
          text-decoration-color: #937e54;
}
.more-news {
  padding: 70px 0 100px;
}
@media  only screen and (max-width:1024px) {
  .more-news {
    padding: 35px 0 80px;
  }
}
@media  only screen and (max-width:767px) {
  .more-news {
    padding: 15px 0 70px;
  }
}
.more-news h2 {
  color: #a0895b;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 70px;
}
@media  only screen and (max-width:1024px) {
  .more-news h2 {
    margin-bottom: 30px;
  }
}
@media  only screen and (max-width:767px) {
  .more-news h2 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
}
.more-news .slick-list {
  margin: 0 -10px;
}
.more-news .more-news-slider .block {
  display: inline-block;
  margin: 0 10px;
}
.more-news .more-news-slider .block img {
  width: 100%;
}
.main-slider {
  margin-top: 103px;
}
@media  only screen and (max-width:767px) {
  .main-slider {
    margin: 0 -15px;
  }
}
@media  only screen and (max-width:767px) {
  .main-slider .slick-next,
  .main-slider .slick-prev {
    display: none!important;
  }
}
.main-slider .slick-dots {
  bottom: 50px;
  width: auto;
  right: 100%;
  margin-right: -238px;
}
@media  only screen and (max-width:1100px) {
  .main-slider .slick-dots {
    bottom: 30px;
  }
}
@media  only screen and (max-width:900px) {
  .main-slider .slick-dots {
    bottom: 20px;
  }
}
@media  only screen and (max-width:767px) {
  .main-slider .slick-dots {
    bottom: 8px;
    right: 50%;
    margin-right: 0;
    -ms-transform: translateX(50%);
        transform: translateX(50%);
  }
}
.main-slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 0 0 5px;
}
.main-slider .block {
  position: relative;
  display: none;
}
.main-slider .block:first-child {
  display: block;
}
.slick-initialized.main-slider .block {
  display: block;
}
.main-slider .block img {
  width: 100%;
  max-height: 100%;
}
.main-slider .block .info-block {
  position: absolute;
  bottom: 100px;
  left: 80px;
  min-height: 227px;
  padding-bottom: 47px;
  width: inherit;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80%;
}
@media  only screen and (max-width:1100px) {
  .main-slider .block .info-block {
    bottom: 80px;
    min-height: 200px;
  }
}
@media  only screen and (max-width:900px) {
  .main-slider .block .info-block {
    bottom: 60px;
    min-height: 133px;
    padding-bottom: 40px;
  }
}
@media  only screen and (max-width:767px) {
  .main-slider .block .info-block {
    bottom: 50px;
    left: 15px;
    min-height: 86px;
    padding-bottom: 35px;
  }
}
.main-slider .block .info-block h1 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media  only screen and (max-width:1100px) {
  .main-slider .block .info-block h1 {
    font-size: 60px;
  }
}
@media  only screen and (max-width:900px) {
  .main-slider .block .info-block h1 {
    font-size: 40px;
  }
}
@media  only screen and (max-width:767px) {
  .main-slider .block .info-block h1 {
    margin-bottom: 3px;
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.main-slider .block .info-block h6 {
  opacity: 0.72;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 65px;
  letter-spacing: 4px;
}
@media  only screen and (max-width:1100px) {
  .main-slider .block .info-block h6 {
    font-size: 26px;
  }
}
@media  only screen and (max-width:900px) {
  .main-slider .block .info-block h6 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media  only screen and (max-width:767px) {
  .main-slider .block .info-block h6 {
    font-size: 12px;
    margin-bottom: 6px;
    letter-spacing: 2px;
  }
}
.main-slider .block .info-block a.read-more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-slider .block .info-block a.read-more:hover {
  color: #191919;
  background-color: #cbad73;
}
@media  only screen and (max-width:900px) {
  .main-slider .block .info-block a.read-more {
    padding: 2px 10px 6px 15px;
  }
}
@media  only screen and (max-width:767px) {
  .main-slider .block .info-block a.read-more {
    padding: 3px 10px 8px 20px;
  }
}
.single-news-image {
  margin-top: 103px;
}
@media  only screen and (max-width:767px) {
  .single-news-image {
    margin: 0 -15px;
  }
}
.single-news-image .block {
  position: relative;
}
.single-news-image .block > img {
  width: 100%;
}
.single-news-image .block a {
  position: absolute;
  bottom: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 3;
}
@media  only screen and (max-width:767px) {
  .single-news-image .block a {
    display: none;
  }
}
.single-news-image .block a.prev-news {
  bottom: -255px;
  left: -22px;
  width: 47px;
  height: 46px;
  border: 1px solid #a37e37;
  background: none;
  outline: none;
}
.single-news-image .block a.prev-news:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
  background-image: url(../resources/images/arrows-left.png);
  background-size: contain;
  margin: 16px 0 0 15px;
}
.single-news-image .block a.prev-news span {
  background-color: #cbad73;
  position: absolute;
  left: 46px;
  top: -1px;
  text-align: center;
  padding: 15px 44px 15px 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  display: none;
  z-index: -2;
}
.single-news-image .block a.prev-news:hover span {
  display: block;
}
@media  only screen and (max-width:1024px) {
  .single-news-image .block a.prev-news {
    bottom: -185px;
  }
}
.single-news-image .block a.next-news {
  bottom: -255px;
  right: -22px;
  width: 47px;
  height: 46px;
  border: 1px solid #a37e37;
  background: none;
  outline: none;
}
.single-news-image .block a.next-news:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
  background-image: url(../resources/images/arrows-right.png);
  background-size: contain;
  margin: 16px 0 0 17px;
}
.single-news-image .block a.next-news span {
  background-color: #cbad73;
  position: absolute;
  right: 46px;
  top: -1px;
  text-align: center;
  padding: 15px 15px 15px 44px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  display: none;
  z-index: -2;
}
.single-news-image .block a.next-news:hover span {
  display: block;
}
@media  only screen and (max-width:1024px) {
  .single-news-image .block a.next-news {
    bottom: -185px;
  }
}
.categories {
  padding: 190px 0 180px;
}
@media  only screen and (max-width:1200px) {
  .categories {
    padding: 150px 0 80px;
  }
}
@media  only screen and (max-width:767px) {
  .categories {
    padding: 86px 0 0;
  }
}
@media  only screen and (max-width:767px) {
  .categories .container {
    padding-top: 0;
  }
}
.categories h1 {
  color: #a0895b;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media  only screen and (max-width:767px) {
  .categories h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.categories h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media  only screen and (max-width:767px) {
  .categories h2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.categories h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.categories .coll-slider {
  margin-bottom: 70px;
}
.categories .coll-slider:last-child {
  margin-bottom: 0;
}
@media  only screen and (max-width:767px) {
  .categories .coll-slider {
    margin-bottom: 60px;
  }
}
.categories .coll-slider .slick-list {
  margin: 0 -10px;
}
.categories .coll-slider .block {
  max-width: 532px;
  margin: 0 11px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.categories .coll-slider .block img {
  width: 100%;
}
.subcategories {
  padding: 190px 0;
}
@media  only screen and (max-width:1200px) {
  .subcategories {
    padding: 150px 0 80px;
  }
}
@media  only screen and (max-width:767px) {
  .subcategories {
    padding: 66px 0 30px;
  }
}
@media  only screen and (max-width:767px) {
  .subcategories .container {
    padding-top: 0;
  }
}
.subcategories .container h4,
.subcategories .container h1 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.subcategories .container h4 {
  color: #fff;
}
.subcategories .container h4.extra-heading {
  margin-bottom: 10px;
  font-size: 25px;
}
.subcategories .container h1 {
  margin-bottom: 15px;
  color: #a0895b;
}
.subcategories .container .filters {
  margin-bottom: 30px;
}
.subcategories a.load {
  display: block;
  max-width: 158px;
  margin: 60px auto 0;
}
.subcategories a.load:hover {
  color: #191919;
  background-color: #cbad73;
}
@media  only screen and (max-width:767px) {
  .subcategories a.load {
    max-width: 105px;
    margin: 30px auto 0;
    padding: 5px 6px 5px 10px;
    font-size: 11px;
  }
}
@media  only screen and (max-width:767px) {
  .subcategories a.load span {
    font-size: 20px;
  }
}
.subcategories .subwrapper {
  margin: 0 -0.6%;
  font-size: 0;
}
@media  only screen and (max-width:767px) {
  .subcategories .subwrapper {
    margin: 0;
  }
}
.subcategories .subwrapper .block {
  display: inline-block;
  width: 32.13%;
  margin: 0 0.6% 1.2%;
  overflow: hidden;
  position: relative;
  text-align: center;
  float: left;
}
@media  only screen and (max-width:767px) {
  .subcategories .subwrapper .block:last-child {
    margin-bottom: 0;
  }
}
@media  only screen and (max-width:767px) {
  .subcategories .subwrapper .block {
    width: 100%;
    margin: 0 0 10px;
  }
}
.subcategories .subwrapper .block img {
  width: 100%;
}
.project-header {
  margin-top: 103px;
}
@media  only screen and (max-width:767px) {
  .project-header {
    margin-top: 0;
  }
}
.project-header .block {
  position: relative;
}
@media  only screen and (max-width:767px) {
  .project-header .block {
    margin: 0 -15px;
  }
}
.project-header .block > img {
  width: 100%;
}
.project-header .block .video-part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.project-header .block a {
  position: absolute;
  bottom: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 3;
}
.project-header .block a.prev-news {
  bottom: -255px;
  left: -22px;
  width: 47px;
  height: 46px;
  border: 1px solid #a37e37;
  background: none;
  outline: none;
}
.project-header .block a.prev-news:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
  background-image: url(../resources/images/arrows-left.png);
  background-size: contain;
  margin: 16px 0 0 15px;
}
.project-header .block a.prev-news span {
  background-color: #cbad73;
  position: absolute;
  left: 46px;
  top: -1px;
  text-align: center;
  padding: 15px 44px 15px 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  display: none;
  z-index: -2;
}
.project-header .block a.prev-news:hover span {
  display: block;
}
@media  only screen and (max-width:1024px) {
  .project-header .block a.prev-news {
    bottom: -185px;
  }
}
@media  only screen and (max-width:767px) {
  .project-header .block a.prev-news {
    display: none;
  }
}
.project-header .block a.next-news {
  bottom: -255px;
  right: -22px;
  width: 47px;
  height: 46px;
  border: 1px solid #a37e37;
  background: none;
  outline: none;
}
.project-header .block a.next-news:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
  background-image: url(../resources/images/arrows-right.png);
  background-size: contain;
  margin: 16px 0 0 17px;
}
.project-header .block a.next-news span {
  background-color: #cbad73;
  position: absolute;
  right: 46px;
  top: -1px;
  text-align: center;
  padding: 15px 15px 15px 44px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  display: none;
  z-index: -2;
}
.project-header .block a.next-news:hover span {
  display: block;
}
@media  only screen and (max-width:1024px) {
  .project-header .block a.next-news {
    bottom: -185px;
  }
}
@media  only screen and (max-width:767px) {
  .project-header .block a.next-news {
    display: none;
  }
}
.project-header .block a.play {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 74px;
  height: 72px;
  border: 1px solid #a37e37;
  background: none;
  outline: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media  only screen and (max-width:767px) {
  .project-header .block a.play {
    width: 47px;
    height: 46px;
  }
}
.project-header .block a.play:before {
  content: '';
  width: 20px;
  height: 31px;
  display: inline-block;
  background-image: url(../resources/images/arrows-play.png);
  background-size: contain;
  margin: 20px 0 0 28px;
}
@media  only screen and (max-width:767px) {
  .project-header .block a.play:before {
    width: 13px;
    height: 20px;
    margin: 13px 0 0 18px;
  }
}
.project-header .block a.play:hover {
  background-color: #cbad73;
}
.project-header .block a.play:hover:before {
  filter: brightness(0%);
}
.project-content {
  background-color: #ebebeb;
  position: relative;
}
.project-content .container {
  padding: 100px 0 95px;
  z-index: 2;
  position: relative;
}
.project-content .container span.back-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  content: "";
  background-image: url(../resources/images/back-btn.png);
  background-size: contain;
  width: 26px;
  height: 26px;
  z-index: 2;
  cursor: pointer;
}
@media  only screen and (max-width:767px) {
  .project-content .container span.back-btn {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}
@media  only screen and (max-width:767px) {
  .project-content .container {
    padding: 30px 15px 120px;
  }
}
.project-content .container h1 {
  margin-left: 145px;
  color: #131313;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media  only screen and (max-width:1400px) {
  .project-content .container h1 {
    margin-left: 4%;
    font-size: 70px;
  }
}
@media  only screen and (max-width:767px) {
  .project-content .container h1 {
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0;
  }
}
@media  only screen and (max-width:350px) {
  .project-content .container h1 {
    font-size: 26px;
  }
}
.project-content .container .project-content__subtitle {
  color: #919191;
}
.project-content .container .content {
  margin: 0 auto;
  color: #131313;
  max-width: 1250px;
  padding-top: 50px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content {
    padding-top: 0;
  }
}
.project-content .container .content:after {
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top: 0;
  content: "";
  background: #f3f3f3;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content:after {
    display: none;
  }
}
.project-content .container .content .hidden-credits,
.project-content .container .content .hidden-project {
  display: none;
}
.project-content .container .content a.project-text {
  margin: 30px 0 0 210px;
}
.project-content .container .content a.project-text:hover {
  color: #ebebeb;
  background-color: #cbad73;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content a.project-text {
    margin: 40px 0 0 0;
  }
}
.project-content .container .content a.project-credits,
.project-content .container .content a.new-credits-read-more-button {
  margin: 0 0 0 210px;
}
.project-content .container .content a.project-credits:hover,
.project-content .container .content a.new-credits-read-more-button:hover {
  color: #ebebeb;
  background-color: #cbad73;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content a.project-credits,
  .project-content .container .content a.new-credits-read-more-button {
    margin: 30px auto 0;
    max-width: 147px;
    display: block;
  }
}
.project-content .container .content h2 {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  width: 15%;
  text-align: right;
  float: left;
  margin-top: 50px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content h2 {
    float: none;
    font-size: 20px;
    margin-top: 40px;
    width: auto;
    text-align: left;
  }
}
@media  only screen and (max-width:350px) {
  .project-content .container .content h2 {
    font-size: 16px;
  }
}
.project-content .container .content h2 + p {
  margin-top: 50px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content h2 + p {
    margin-top: 15px;
  }
}
.project-content .container .content p {
  color: #131313;
  font-size: 17px;
  font-weight: 500;
  margin: 25px 0 0 210px;
  max-width: 800px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content p {
    margin: 20px 0 0 0;
    font-size: 15px;
  }
}
@media  only screen and (max-width:350px) {
  .project-content .container .content p {
    font-size: 14px;
  }
}
.project-content .container .content p.upper {
  font-size: 18px;
  text-transform: uppercase;
  max-width: 700px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content p.upper {
    font-size: 15px;
  }
}
@media  only screen and (max-width:350px) {
  .project-content .container .content p.upper {
    font-size: 14px;
  }
}
.project-content .container .content .slider-wrapper {
  margin: 20px -170px 0;
  padding-bottom: 50px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .slider-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1650px) {
  .project-content .container .content .slider-wrapper .gallery-slider {
    padding: 0 170px;
  }
}
@media screen and (max-width: 1650px) {
  .project-content .container .content .slider-wrapper .gallery-slider .slick-next {
    right: 147px;
  }
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .slider-wrapper .gallery-slider .slick-next {
    right: 160px;
  }
}
@media screen and (max-width: 1650px) {
  .project-content .container .content .slider-wrapper .gallery-slider .slick-prev {
    left: 147px;
  }
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .slider-wrapper .gallery-slider .slick-prev {
    left: 160px;
  }
}
.project-content .container .content .slider-wrapper .gallery-slider .slick-list {
  margin: 0 -10px;
}
.project-content .container .content .slider-wrapper .gallery-slider .block {
  margin: 0 10px;
  max-width: 532px;
  display: none;
}
.project-content .container .content .slider-wrapper .gallery-slider .block img {
  width: 100%;
}
.project-content .container .content .project-video {
  max-width: 830px;
  margin: 20px auto 0;
  padding-bottom: 70px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .project-video {
    padding-bottom: 20px;
  }
}
.project-content .container .content .project-video .video-block {
  margin-bottom: 30px;
  position: relative;
}
.project-content .container .content .project-video .video-block img {
  width: 100%;
}
.project-content .container .content .project-video .video-block a.video-play-btn {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.project-content .container .content .project-video .video-block a.video-play-btn img {
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.project-content .container .content .project-video .video-block a.video-play-btn img:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .project-video .video-block a.video-play-btn img {
    width: 46px;
  }
}
.project-content .container .content .project-video .video-block .video-window {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.project-content .container .content .credits {
  margin: 50px 0 0 210px;
  max-width: 950px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .credits {
    margin: 20px 0 0 0;
  }
}
.project-content .container .content .credits .list-row {
  margin-bottom: 50px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .credits .list-row {
    margin-bottom: 10px;
  }
}
.project-content .container .content .credits .list-row .part {
  width: 42%;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .credits .list-row .part .clearfix {
    margin-bottom: 10px;
  }
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .credits .list-row .part {
    width: 100%;
  }
}
.project-content .container .content .credits .list-row .part h6 {
  float: left;
  width: 50%;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .credits .list-row .part h6 {
    width: 100%;
    margin-bottom: 5px;
  }
}
.project-content .container .content .credits .list-row .part ul {
  float: right;
  text-align: left;
  width: 40%;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .credits .list-row .part ul {
    width: 100%;
  }
}
.project-content .container .content .credits .list-row .part ul li {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}
.project-content .container .content .credits .list-row .part.left {
  float: left;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .credits .list-row .part.left {
    float: none;
  }
}
.project-content .container .content .credits .list-row .part.right {
  float: right;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .credits .list-row .part.right {
    float: none;
  }
}
.project-content .container .content .new-credits {
  margin: 50px 0 0 210px;
  max-width: 950px;
}
@media  only screen and (max-width:1024px) {
  .project-content .container .content .new-credits {
    padding-right: 25px;
  }
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .new-credits {
    margin: 20px 0 0 0;
    padding-right: 0;
  }
}
.project-content .container .content .new-credits .part {
  width: 42%;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .new-credits .part {
    width: 100%;
  }
}
.project-content .container .content .new-credits .part h1,
.project-content .container .content .new-credits .part h2,
.project-content .container .content .new-credits .part h3,
.project-content .container .content .new-credits .part h4,
.project-content .container .content .new-credits .part h5,
.project-content .container .content .new-credits .part h6 {
  float: left;
  clear: left;
  width: 50%;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}
.project-content .container .content .new-credits .part ul {
  float: right;
  clear: right;
  text-align: left;
  width: 40%;
}
.project-content .container .content .new-credits .part ul li {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}
.project-content .container .content .new-credits .part p {
  clear: both;
  margin-bottom: 0px;
  margin-top: 0px;
  min-height: 15px;
}
.project-content .container .content .new-credits .part.left {
  float: left;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .new-credits .part.left {
    float: none;
  }
}
.project-content .container .content .new-credits .part.right {
  float: right;
}
@media  only screen and (max-width:767px) {
  .project-content .container .content .new-credits .part.right {
    float: none;
  }
}
.project-content .container .content .slider-wrapper .gallery-slider.slick-initialized .block {
  display: block;
}
.project-footer {
  padding: 60px 0 100px;
}
@media  only screen and (max-width:767px) {
  .project-footer .container {
    padding-top: 0;
  }
}
@media  only screen and (max-width:767px) {
  .project-footer {
    padding: 25px 0 70px;
  }
}
.project-footer h2 {
  color: #a0895b;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media  only screen and (max-width:767px) {
  .project-footer h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media  only screen and (max-width:350px) {
  .project-footer h2 {
    font-size: 22px;
  }
}
.project-footer h3 {
  color: #f3f3f3;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media  only screen and (max-width:767px) {
  .project-footer h3 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
@media  only screen and (max-width:350px) {
  .project-footer h3 {
    font-size: 22px;
  }
}
.project-footer .project-footer-slider .slick-list {
  margin: 0 -10px;
}
.project-footer .project-footer-slider .block {
  display: inline-block;
  max-width: 532px;
  margin: 0 11px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.project-footer .project-footer-slider .block img {
  width: 100%;
}
.people {
  padding: 190px 0;
}
@media  only screen and (max-width:1200px) {
  .people {
    padding: 150px 0 80px;
  }
}
@media  only screen and (max-width:767px) {
  .people {
    padding: 92px 0 60px;
  }
}
@media  only screen and (max-width:767px) {
  .people .container {
    padding-top: 0;
  }
}
@media  only screen and (max-width:767px) {
  .people .container > h3.hidden-mobile {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
  .people .container > h3.hidden-mobile + h3 {
    margin-bottom: 46px;
    color: #a0895b;
  }
}
@media  only screen and (max-width:500px) {
  .people .container > h3.hidden-mobile {
    font-size: 18px;
  }
}
.people h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media  only screen and (max-width:767px) {
  .people h2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.5px;
  }
}
@media  only screen and (max-width:500px) {
  .people h2 {
    font-size: 14px;
  }
}
.people .people-slider {
  margin-bottom: 80px;
}
.people .people-slider:last-child {
  margin-bottom: 0;
}
@media  only screen and (max-width:767px) {
  .people .people-slider {
    margin-bottom: 45px;
  }
  .people .people-slider:last-child {
    margin-bottom: 0;
  }
}
.people .people-slider .slick-prev,
.people .people-slider .slick-next {
  top: 46%;
}
.people .people-slider .slick-list {
  margin: 0 -10px;
}
.people .people-slider .block {
  max-width: 532px;
  margin: 0 11px;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 313px;
}
.people .people-slider .block img {
  width: 100%;
  filter: grayscale(100%);
}
.people-single-header .container {
  position: relative;
}
.people-single-header a {
  position: absolute;
  bottom: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 3;
}
@media  only screen and (max-width:767px) {
  .people-single-header a {
    display: none;
  }
}
.people-single-header a.prev-news {
  bottom: -255px;
  left: 5px;
  width: 47px;
  height: 46px;
  border: 1px solid #a37e37;
  background: none;
  outline: none;
}
.people-single-header a.prev-news:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
  background-image: url(../resources/images/arrows-left.png);
  background-size: contain;
  margin: 16px 0 0 15px;
}
.people-single-header a.prev-news span {
  background-color: #cbad73;
  position: absolute;
  left: 46px;
  top: -1px;
  text-align: center;
  padding: 15px 44px 15px 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  display: none;
  z-index: -2;
}
.people-single-header a.prev-news:hover span {
  display: block;
}
@media  only screen and (max-width:1024px) {
  .people-single-header a.prev-news {
    bottom: -215px;
  }
}
.people-single-header a.next-news {
  bottom: -255px;
  right: 5px;
  width: 47px;
  height: 46px;
  border: 1px solid #a37e37;
  background: none;
  outline: none;
}
.people-single-header a.next-news:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
  background-image: url(../resources/images/arrows-right.png);
  background-size: contain;
  margin: 16px 0 0 17px;
}
.people-single-header a.next-news span {
  background-color: #cbad73;
  position: absolute;
  right: 46px;
  top: -1px;
  text-align: center;
  padding: 15px 15px 15px 44px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  display: none;
  z-index: -2;
}
.people-single-header a.next-news:hover span {
  display: block;
}
@media  only screen and (max-width:1024px) {
  .people-single-header a.next-news {
    bottom: -215px;
  }
}
.people-single-header .slick-dots {
  z-index: 3;
  text-align: right;
  bottom: -35px;
  margin: 0;
  right: 0;
}
@media  only screen and (max-width:767px) {
  .people-single-header .slick-dots {
    bottom: -25px;
    right: 15px;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.people-single-content {
  background-color: #ebebeb;
  position: relative;
  /*&:after {
        position: absolute;
//        right: 0;
        left: 50%;
        margin-left: -470px;
        top: 0;
        content: "";
        background: @white-2;
        height: 100%;
        width: 100%;
    }*/
}
.people-single-content .container {
  padding: 100px 0 190px;
  z-index: 2;
  position: relative;
}
@media  only screen and (max-width:900px) {
  .people-single-content .container {
    padding: 80px 0 90px;
  }
}
@media  only screen and (max-width:767px) {
  .people-single-content .container {
    padding: 40px 15px 10px;
  }
}
.people-single-content .container:after {
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top: 0;
  content: "";
  background: #f3f3f3;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container:after {
    display: none;
  }
}
.people-single-content .container h1 {
  /*margin-right: 940px;
            text-align: center;*/
  margin-left: 90px;
  color: #131313;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media  only screen and (max-width:1400px) {
  .people-single-content .container h1 {
    margin-left: 4%;
    font-size: 70px;
  }
}
@media  only screen and (max-width:767px) {
  .people-single-content .container h1 {
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0;
  }
}
@media  only screen and (max-width:350px) {
  .people-single-content .container h1 {
    font-size: 26px;
  }
}
.people-single-content .container .content {
  margin: 0 auto;
  color: #131313;
  max-width: 1250px;
  padding-top: 50px;
}
@media  only screen and (max-width:1024px) {
  .people-single-content .container .content {
    padding: 10px 50px 0 50px;
  }
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content {
    padding: 5px 0 0 0;
  }
}
.people-single-content .container .content .hidden-credits,
.people-single-content .container .content .hidden-project {
  display: none;
}
.people-single-content .container .content h2 {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  width: 15%;
  text-align: right;
  float: left;
  margin-top: 50px;
}
@media  only screen and (max-width:1024px) {
  .people-single-content .container .content h2 {
    float: none;
    text-align: left;
    margin: 45px 0 15px 0;
    width: auto;
  }
}
@media  only screen and (max-width:350px) {
  .people-single-content .container .content h2 {
    font-size: 16px;
  }
}
.people-single-content .container .content h2 + p {
  margin-top: 50px;
}
@media  only screen and (max-width:1024px) {
  .people-single-content .container .content h2 + p {
    margin-top: 25px;
  }
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content h2 + p {
    margin: 0;
  }
}
.people-single-content .container .content p {
  color: #131313;
  font-size: 17px;
  font-weight: 500;
  margin: 25px 0 0 210px;
  max-width: 800px;
}
@media  only screen and (max-width:1400px) {
  .people-single-content .container .content p {
    margin: 25px 10px 0 290px;
  }
}
@media  only screen and (max-width:1200px) {
  .people-single-content .container .content p {
    margin: 25px 10px 0 260px;
  }
}
@media  only screen and (max-width:1024px) {
  .people-single-content .container .content p {
    margin: 20px 0 0 0;
    max-width: 1000px;
  }
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content p {
    font-size: 14px;
  }
}
.people-single-content .container .content p.upper {
  font-size: 18px;
  text-transform: uppercase;
  max-width: 700px;
}
.people-single-content .container .content .film {
  margin: 50px auto 0;
  max-width: 1050px;
}
@media  only screen and (max-width:1100px) {
  .people-single-content .container .content .film {
    max-width: 800px;
  }
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .film {
    margin: 0;
    max-width: 800px;
  }
}
.people-single-content .container .content .film .part {
  margin-left: 20px;
  width: 40%;
}
@media  only screen and (max-width:1100px) {
  .people-single-content .container .content .film .part {
    margin: 0;
  }
}
.people-single-content .container .content .film .part h6 {
  float: left;
  width: 50%;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}
.people-single-content .container .content .film .part h6:first-child {
  margin-top: 0;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .film .part h6 {
    margin-top: 15px;
  }
}
.people-single-content .container .content .film .part ul {
  float: right;
  text-align: left;
  width: 40%;
}
.people-single-content .container .content .film .part ul:last-child {
  margin-bottom: 15px;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .film .part ul {
    width: 100%;
  }
}
.people-single-content .container .content .film .part ul li {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .film .part ul li {
    font-weight: 700;
  }
}
.people-single-content .container .content .film .part.left {
  float: left;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .film .part.left {
    float: none;
  }
}
.people-single-content .container .content .film .part.right {
  float: right;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .film .part.right {
    float: none;
  }
}
.people-single-content .container .content .awards {
  padding: 0;
  max-width: 950px;
  margin: 100px auto 0;
  width: 100%;
  display: table;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .awards {
    margin: 15px auto 0;
  }
}
.people-single-content .container .content .awards .awards-block {
  display: table-cell;
  width: 33%;
  text-align: center;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .awards .awards-block {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.people-single-content .container .content .awards .awards-block h5 {
  text-transform: uppercase;
  font-size: 10px;
  color: #858585;
  margin-top: 25px;
}
@media  only screen and (max-width:767px) {
  .people-single-content .container .content .awards .awards-block h5 {
    color: #000000;
    font-size: 12px;
  }
}
.people-single-footer {
  padding: 60px 0 100px;
}
@media  only screen and (max-width:767px) {
  .people-single-footer {
    padding: 25px 0 70px;
  }
}
@media  only screen and (max-width:767px) {
  .people-single-footer .container {
    padding-top: 0;
  }
}
.people-single-footer h2 {
  color: #a0895b;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media  only screen and (max-width:767px) {
  .people-single-footer h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media  only screen and (max-width:350px) {
  .people-single-footer h2 {
    font-size: 22px;
  }
}
.people-single-footer h3 {
  color: #f3f3f3;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media  only screen and (max-width:767px) {
  .people-single-footer h3 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
@media  only screen and (max-width:350px) {
  .people-single-footer h3 {
    font-size: 22px;
  }
}
.people-single-footer .people-single-footer-slider .slick-list {
  margin: 0 -10px;
}
.people-single-footer .people-single-footer-slider .block {
  display: inline-block;
  max-width: 532px;
  margin: 0 11px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.people-single-footer .people-single-footer-slider .block img {
  width: 100%;
}
.career {
  padding: 190px 0 170px;
}
@media  only screen and (max-width:767px) {
  .career {
    padding: 46px 0;
  }
}
.career h2 {
  color: #978258;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 90px;
}
@media  only screen and (max-width:767px) {
  .career h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media  only screen and (max-width:350px) {
  .career h2 {
    font-size: 18px;
  }
}
.career .career-content {
  max-width: 960px;
  margin: 0 auto;
}
.career .career-content .career-block {
  padding: 0 20px;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block {
    padding: 0 5px;
  }
}
.career .career-content .career-block:nth-child(odd) {
  background: #202020;
}
.career .career-content .career-block.active {
  background: #fff;
}
.career .career-content .career-block.active .block-header,
.career .career-content .career-block.active .block-content {
  color: #171717;
}
.career .career-content .career-block .block-header {
  color: #9d9d9d;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 20px 0;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-header {
    padding: 10px 0;
    letter-spacing: 1px;
  }
}
.career .career-content .career-block .block-header h4 {
  font-size: 17px;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-header h4 {
    font-size: 14px;
  }
}
@media  only screen and (max-width:350px) {
  .career .career-content .career-block .block-header h4 {
    font-size: 10px;
  }
}
.career .career-content .career-block .block-header .title {
  float: left;
}
.career .career-content .career-block .block-header .title h3 {
  font-size: 25px;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-header .title h3 {
    font-size: 15px;
    margin-bottom: 1px;
  }
}
@media  only screen and (max-width:350px) {
  .career .career-content .career-block .block-header .title h3 {
    font-size: 11px;
  }
}
.career .career-content .career-block .block-header .date {
  float: right;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-header .date h4 {
    font-size: 12px;
  }
}
@media  only screen and (max-width:350px) {
  .career .career-content .career-block .block-header .date h4 {
    font-size: 8px;
  }
}
.career .career-content .career-block .block-content {
  display: none;
  padding: 10px 0 40px;
  border-top: 1px solid #373737;
  color: #dcdcdc;
  font-size: 17px;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-content {
    padding: 0 0 40px;
  }
}
.career .career-content .career-block .block-content .content-row {
  margin-top: 50px;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-content .content-row {
    margin-top: 10px;
  }
}
.career .career-content .career-block .block-content .content-row .name {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-content .content-row .name {
    width: auto;
    margin-bottom: 3px;
    font-size: 18px;
  }
}
@media  only screen and (max-width:350px) {
  .career .career-content .career-block .block-content .content-row .name {
    font-size: 14px;
  }
}
.career .career-content .career-block .block-content .content-row .text {
  width: 70%;
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-content .content-row .text {
    width: auto;
    line-height: 1;
    font-size: 16px;
  }
}
@media  only screen and (max-width:350px) {
  .career .career-content .career-block .block-content .content-row .text {
    font-size: 12px;
  }
}
.career .career-content .career-block .block-content .content-row .text ul {
  padding-left: 15px;
  width: 85%;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-content .content-row .text ul {
    padding-left: 7px;
    width: 100%;
  }
}
.career .career-content .career-block .block-content .content-row .text ul li {
  list-style: disc outside;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-content .content-row .text ul li {
    list-style: none;
    text-indent: -2px;
  }
}
.career .career-content .career-block .block-content .content-row .text ul li:before {
  content: ".";
  left: -4px;
  top: -3px;
  position: relative;
  font-weight: bold;
  display: none;
}
@media  only screen and (max-width:767px) {
  .career .career-content .career-block .block-content .content-row .text ul li:before {
    display: inline-block;
  }
}
.about-slider {
  margin-top: 103px;
}
@media  only screen and (max-width:767px) {
  .about-slider {
    margin: 0 -15px;
  }
}
@media  only screen and (max-width:767px) {
  .about-slider .slick-next,
  .about-slider .slick-prev {
    display: none!important;
  }
}
.about-slider .block img {
  width: 100%;
}
.about-slider .slick-dots {
  z-index: 3;
  text-align: right;
  bottom: -35px;
}
@media  only screen and (max-width:767px) {
  .about-slider .slick-dots {
    bottom: -25px;
    right: 15px;
  }
}
.about-slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 0 0 5px;
}
.about-slider .slick-dots li button:hover:before {
  filter: brightness(0) invert(1);
}
.about-subpage .main-content {
  background-color: #ebebeb;
}
.about-subpage .main-content .container {
  z-index: 2;
  position: relative;
  padding: 100px 25px 22%;
}
@media  only screen and (max-width:1024px) {
  .about-subpage .main-content .container {
    padding: 80px 25px 22%;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container {
    padding: 30px 15px 22%;
  }
}
.about-subpage .main-content .container:after {
  position: absolute;
  right: 25px;
  top: 0;
  content: "";
  background: #f3f3f3;
  height: 100%;
  width: 76%;
  z-index: -1;
}
@media  only screen and (max-width:1600px) {
  .about-subpage .main-content .container:after {
    width: 78%;
  }
}
@media  only screen and (max-width:1500px) {
  .about-subpage .main-content .container:after {
    width: 80%;
  }
}
@media  only screen and (max-width:1400px) {
  .about-subpage .main-content .container:after {
    width: 82%;
  }
}
@media  only screen and (max-width:1300px) {
  .about-subpage .main-content .container:after {
    width: 83%;
  }
}
@media  only screen and (max-width:1024px) {
  .about-subpage .main-content .container:after {
    display: none;
  }
}
.about-subpage .main-content .container .img-wrapper {
  max-width: 1640px;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: -14%;
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .img-wrapper {
    left: 0;
    right: 0;
  }
}
.about-subpage .main-content .container .img-wrapper img {
  width: 100%;
}
.about-subpage .main-content .container h1 {
  color: #131313;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-left: 200px;
}
@media  only screen and (max-width:1400px) {
  .about-subpage .main-content .container h1 {
    margin-right: 0;
    margin-left: 14%;
  }
}
@media  only screen and (max-width:1024px) {
  .about-subpage .main-content .container h1 {
    margin: 0;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.about-subpage .main-content .container .content {
  margin: 0 auto;
  color: #131313;
  max-width: 1250px;
  padding-top: 50px;
}
@media  only screen and (max-width:1024px) {
  .about-subpage .main-content .container .content {
    padding-top: 10px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .content {
    padding-top: 5px;
  }
}
.about-subpage .main-content .container .content h2 {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  width: 15%;
  text-align: right;
  float: left;
  margin-top: 50px;
}
@media  only screen and (max-width:1024px) {
  .about-subpage .main-content .container .content h2 {
    float: none;
    text-align: left;
    margin: 45px 0 15px 0;
    width: auto;
  }
}
.about-subpage .main-content .container .content h2 + p {
  margin-top: 50px;
}
@media  only screen and (max-width:1024px) {
  .about-subpage .main-content .container .content h2 + p {
    margin-top: 25px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .content h2 + p {
    margin: 0;
  }
}
.about-subpage .main-content .container .content p {
  color: #131313;
  font-size: 17px;
  font-weight: 500;
  margin: 25px 0 0 210px;
  max-width: 800px;
  text-align: justify;
}
@media  only screen and (max-width:1400px) {
  .about-subpage .main-content .container .content p {
    margin: 25px 10px 0 290px;
  }
}
@media  only screen and (max-width:1200px) {
  .about-subpage .main-content .container .content p {
    margin: 25px 10px 0 260px;
  }
}
@media  only screen and (max-width:1024px) {
  .about-subpage .main-content .container .content p {
    margin: 20px 0 0 0;
    max-width: 1000px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .content p {
    font-size: 14px;
  }
}
.about-subpage .main-content .container .content p.upper {
  font-size: 18px;
  text-transform: uppercase;
  max-width: 400px;
  text-align: left;
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .content p.upper {
    font-size: 12px;
  }
}
.about-subpage .footer-content {
  background-color: #111111;
}
.about-subpage .footer-content .container {
  padding: 0 25px 190px;
}
.about-subpage .footer-content .container .content {
  color: #fff;
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 250px;
}
@media  only screen and (max-width:1024px) {
  .about-subpage .footer-content .container .content {
    padding-top: 150px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content {
    padding-top: 80px;
  }
}
.about-subpage .footer-content .container .content h2 {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  width: 15%;
  text-align: right;
  float: left;
  margin-top: 50px;
}
@media  only screen and (max-width:1024px) {
  .about-subpage .footer-content .container .content h2 {
    float: none;
    text-align: left;
    margin: 45px 0 15px 0;
    width: auto;
  }
}
.about-subpage .footer-content .container .content h2 + p {
  margin-top: 50px;
}
@media  only screen and (max-width:1024px) {
  .about-subpage .footer-content .container .content h2 + p {
    margin-top: 25px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content h2 + p {
    margin: 0;
  }
}
.about-subpage .footer-content .container .content p {
  font-size: 17px;
  font-weight: 500;
  margin: 25px 0 0 210px;
  max-width: 800px;
  text-align: justify;
}
@media  only screen and (max-width:1024px) {
  .about-subpage .footer-content .container .content p {
    margin: 20px 0 0 0;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content p {
    font-size: 14px;
  }
}
.about-subpage .footer-content .container .content p.upper {
  font-size: 18px;
  text-transform: uppercase;
  max-width: 400px;
  text-align: left;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content p.upper {
    font-size: 12px;
  }
}
.about-subpage.less-paddings .main-content .container {
  padding: 100px 25px ;
}
@media  only screen and (max-width:1024px) {
  .about-subpage.less-paddings .main-content .container {
    padding: 80px 25px 100px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage.less-paddings .main-content .container {
    padding: 30px 15px 100px;
  }
}
.about-subpage.less-paddings .footer-content .container .content {
  padding-top: 100px;
}
@media  only screen and (max-width:1024px) {
  .about-subpage.less-paddings .footer-content .container .content {
    padding-top: 100px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage.less-paddings .footer-content .container .content {
    padding-top: 80px;
  }
}
.about-subpage .main-content ul,
.about-subpage .footer-content ul {
  max-width: 810px;
  padding-left: 55px;
  margin: 50px 0 0 210px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
}
@media  only screen and (max-width:1400px) {
  .about-subpage .main-content ul,
  .about-subpage .footer-content ul {
    margin: 50px 10px 0 290px;
  }
}
@media  only screen and (max-width:1200px) {
  .about-subpage .main-content ul,
  .about-subpage .footer-content ul {
    margin: 50px 10px 0 260px;
  }
}
@media  only screen and (max-width:1024px) {
  .about-subpage .main-content ul,
  .about-subpage .footer-content ul {
    margin: 5px 0 0 0;
    padding-left: 35px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content ul,
  .about-subpage .footer-content ul {
    padding-left: 15px;
    font-size: 12px;
  }
}
.about-subpage .main-content ul li,
.about-subpage .footer-content ul li {
  position: relative;
}
.about-subpage .main-content ul li:before,
.about-subpage .footer-content ul li:before {
  position: absolute;
  top: 2px;
  left: -33px;
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  color: #cbad73;
  font-size: 22px;
  line-height: 13px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content ul li:before,
  .about-subpage .footer-content ul li:before {
    font-size: 14px;
    left: -15px;
  }
}
.about-subpage .main-content ul li + li,
.about-subpage .footer-content ul li + li {
  margin-top: 5px;
}
.about-subpage .main-content .container .content p span.fa {
  color: #a37e37;
  font-size: 22px;
  line-height: 0;
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .content p span.fa {
    font-size: 14px;
  }
}
.about-subpage .main-content .container .content p span.fa:before {
  margin-left: -30px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .content p span.fa:before {
    margin-left: -15px;
  }
}
.about-subpage .main-content .container .content p span.bold {
  font-weight: 700;
}
.about-subpage .main-content .container .content p.list {
  line-height: 1.2;
  margin-top: 5px;
}
.about-subpage .main-content .container .content p.list.upper {
  max-width: 810px;
  padding-left: 40px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .content p.list.upper {
    padding-left: 15px;
  }
}
.about-subpage .main-content .container .content h2 + p.upper.list {
  margin-top: 50px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .main-content .container .content h2 + p.upper.list {
    margin-top: 5px;
  }
}
.about-subpage .footer-content .container {
  padding: 0 25px 100px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container {
    padding: 0 15px 40px;
  }
}
.about-subpage .footer-content .container .content .clients {
  margin: 100px auto 0;
  max-width: 950px;
  padding: 0;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content .clients {
    display: none;
  }
}
.about-subpage .footer-content .container .content .clients .clients-row {
  display: table;
  width: 100%;
}
.about-subpage .footer-content .container .content .clients .clients-row + .clients-row {
  margin-top: 30px;
}
.about-subpage .footer-content .container .content .clients .clients-row .block {
  display: table-cell;
  width: 20%;
  text-align: center;
}
.about-subpage .footer-content .container .content .clients .clients-row .block img {
  max-width: 100%;
}
.about-subpage .footer-content .container .content .numbers {
  margin: 100px auto 0;
  max-width: 950px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content .numbers {
    margin-top: 30px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content .numbers ~ h2 {
    display: none;
  }
}
.about-subpage .footer-content .container .content .numbers .block {
  display: inline-block;
  width: 19%;
  vertical-align: top;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content .numbers .block {
    width: 32%;
    margin-bottom: 30px;
  }
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content .numbers .block:nth-last-child(2) {
    margin-left: 17%;
  }
}
.about-subpage .footer-content .container .content .numbers .block p {
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #cbad73;
  max-width: 80px;
}
.about-subpage .footer-content .container .content .numbers .block p.count {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.about-subpage .footer-content .container .content h2 + p.upper.list {
  margin-top: 50px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content h2 + p.upper.list {
    margin-top: 5px;
  }
}
.about-subpage .footer-content .container .content p span.fa {
  font-size: 22px;
  line-height: 0;
  color: #a37e37;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content p span.fa {
    font-size: 14px;
  }
}
.about-subpage .footer-content .container .content p span.fa:before {
  margin-left: -30px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content p span.fa:before {
    margin-left: -15px;
  }
}
.about-subpage .footer-content .container .content p span.bold {
  font-weight: 700;
}
.about-subpage .footer-content .container .content p.list {
  line-height: 1.2;
  margin-top: 5px;
}
.about-subpage .footer-content .container .content p.list.upper {
  max-width: 810px;
  padding-left: 40px;
}
@media  only screen and (max-width:767px) {
  .about-subpage .footer-content .container .content p.list.upper {
    padding-left: 15px;
  }
}
.clients {
  padding: 190px 0 100px;
}
@media  only screen and (max-width:767px) {
  .clients {
    padding: 46px 0 35px;
  }
}
.clients .container h1 {
  color: #978258;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 90px;
}
@media  only screen and (max-width:767px) {
  .clients .container h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media  only screen and (max-width:350px) {
  .clients .container h1 {
    font-size: 30px;
  }
}
.clients .container h2 {
  color: #978258;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media  only screen and (max-width:767px) {
  .clients .container h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media  only screen and (max-width:350px) {
  .clients .container h2 {
    font-size: 11px;
  }
}
.clients .container .clients-block {
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media  only screen and (max-width:767px) {
  .clients .container .clients-block {
    margin-bottom: 30px;
  }
}
.clients .container .clients-block .clients-row {
  width: 100%;
  display: table;
  margin-bottom: 70px;
}
@media  only screen and (max-width:767px) {
  .clients .container .clients-block .clients-row {
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 30px;
  }
}
.clients .container .clients-block .clients-row .block {
  display: table-cell;
  text-align: center;
  width: 20%;
}
@media  only screen and (max-width:767px) {
  .clients .container .clients-block .clients-row .block:last-child {
    width: 90%;
  }
}
@media  only screen and (max-width:767px) {
  .clients .container .clients-block .clients-row .block {
    display: block;
    width: 40%;
    float: left;
    position: relative;
    height: 85px;
    margin: 0 5%;
  }
}
.clients .container .clients-block .clients-row .block img {
  max-width: 100%;
}
@media  only screen and (max-width:800px) {
  .clients .container .clients-block .clients-row .block img {
    max-width: 90%;
  }
}
@media  only screen and (max-width:767px) {
  .clients .container .clients-block .clients-row .block img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.team {
  padding: 190px 0 50px;
}
@media  only screen and (max-width:767px) {
  .team {
    padding: 46px 0 60px;
  }
}
@media  only screen and (max-width:767px) {
  .team .container {
    padding-top: 40px;
  }
}
.team h1 {
  color: #a0895b;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media  only screen and (max-width:767px) {
  .team h1 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
  }
}
@media  only screen and (max-width:500px) {
  .team h1 {
    font-size: 18px;
  }
}
.team h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media  only screen and (max-width:767px) {
  .team h2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1;
  }
}
@media  only screen and (max-width:500px) {
  .team h2 {
    font-size: 14px;
  }
}
.team .team-slider {
  margin-bottom: 80px;
}
.team .team-slider:last-child {
  margin-bottom: 0;
}
@media  only screen and (max-width:1400px) {
  .team .team-slider {
    margin-bottom: 50px;
  }
}
@media  only screen and (max-width:900px) {
  .team .team-slider {
    margin-bottom: 50px;
  }
}
@media  only screen and (max-width:767px) {
  .team .team-slider {
    margin-bottom: 50px;
  }
}
.team .team-slider .slick-list {
  margin: 0 -10px;
}
.team .team-slider .block {
  display: inline-block;
  max-width: 532px;
  max-height: 313px;
  margin: 0 11px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.team .team-slider .block img {
  width: 100%;
  filter: grayscale(100%);
}
.awards {
  padding: 190px 0 100px;
}
@media  only screen and (max-width:767px) {
  .awards {
    padding: 46px 0 40px;
  }
}
.awards .container h1 {
  color: #978258;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 90px;
}
@media  only screen and (max-width:767px) {
  .awards .container h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media  only screen and (max-width:350px) {
  .awards .container h1 {
    font-size: 30px;
  }
}
.awards .container .clients-block {
  max-width: 1200px;
  margin: 0 auto;
}
.awards .container .clients-block .clients-row {
  width: 100%;
  display: table;
  margin-bottom: 70px;
}
@media  only screen and (max-width:767px) {
  .awards .container .clients-block .clients-row {
    display: block;
    margin-bottom: 0;
  }
}
.awards .container .clients-block .clients-row .block {
  display: table-cell;
  text-align: center;
  width: 20%;
}
@media  only screen and (max-width:767px) {
  .awards .container .clients-block .clients-row .block {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
}
.awards .container .clients-block .clients-row .block img {
  max-width: 100%;
}
@media  only screen and (max-width:767px) {
  .awards .container .clients-block .clients-row .block img {
    max-width: 75%;
  }
}
.awards .container .clients-block .clients-row .block h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #a68e60;
  margin-top: 30px;
}
@media  only screen and (max-width:767px) {
  .awards .container .clients-block .clients-row .block h5 {
    font-size: 13px;
    margin-top: 20px;
  }
}
@media  only screen and (max-width:350px) {
  .awards .container .clients-block .clients-row .block h5 {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
