html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}


  img {
    max-width: 100% !important
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }

  .btn>.caret, .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff
}

a {
  color: #337ab7;
  text-decoration: none
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

p {
  margin: 0 0 10px
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container:before, .container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;

}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}



@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;

  }

  .col-sm-1 {
    width: 8.3333333333%
  }

  .col-sm-2 {
    width: 16.6666666667%
  }

  .col-sm-3 {
    width: 25%;
      padding-left: 2px;
  }

  .col-sm-4 {
    width: 33.3333333333%
  }

  .col-sm-5 {
    width: 41.6666666667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.3333333333%
  }

  .col-sm-8 {
    width: 66.6666666667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.3333333333%
  }

  .col-sm-11 {
    width: 91.6666666667%
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-pull-1 {
    right: 8.3333333333%
  }

  .col-sm-pull-2 {
    right: 16.6666666667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.3333333333%
  }

  .col-sm-pull-5 {
    right: 41.6666666667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.3333333333%
  }

  .col-sm-pull-8 {
    right: 66.6666666667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.3333333333%
  }

  .col-sm-pull-11 {
    right: 91.6666666667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-push-1 {
    left: 8.3333333333%
  }

  .col-sm-push-2 {
    left: 16.6666666667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.3333333333%
  }

  .col-sm-push-5 {
    left: 41.6666666667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.3333333333%
  }

  .col-sm-push-8 {
    left: 66.6666666667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.3333333333%
  }

  .col-sm-push-11 {
    left: 91.6666666667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0%
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }
}



.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav:before, .nav:after {
  content: " ";
  display: table
}

.nav:after {
  clear: both
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}




.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out
}

.thumbnail>img, .thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

@media (max-width:767px) {
  .hidden-xs {

  }

  .footer {
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
}


@media (min-width:992px) and (max-width:1199px) {

  .footer {
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
  }


    .hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

.top-navigation-container {
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px
}

@media (max-width:1199px) {
  .top-navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.page-title {
  position: absolute;
  margin: 0;
  top: 15px;
  line-height: 1;
  left: 73px
}

@media (min-width:1200px) {
  .page-title {
    display: none
  }
}

.home_mobile {
  font-size: 26px;
  padding: 15px ;
  padding-left: 100px;
  line-height: 1;
  cursor: pointer;

}

.home_mobile2 {
  font-size: 26px;
  padding: 0px 180px;
  line-height: 1;
  cursor: pointer;

}

.home_mobile3 {
  font-size: 26px;
  padding: 0px 250px;
  line-height: 1;
  cursor: pointer;
}

@media (min-width:992px) {
  .home_mobile {
    font-size: 28px
    padding: 15px 15px;
    padding-top: 10px;
    width: 50%;
  }
}

@media (min-width:1200px) {
  .home_mobile {
    padding-top: 10px;
    padding: 15px 15px;
    display: none;
  }


}

.top-navigation {
  padding: 15px 0 15px;
  list-style: none;
  margin-bottom: 0;
  z-index: 1
}

@media (max-width:1199px) {
  .top-navigation {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    background-color: #fff;
    padding-top: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);

  }

  .top-navigation.open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media (min-width:1200px) {
  .top-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.top-navigation li {
  padding: 0 15px;
  margin: 10
}

@media (max-width:1199px) {
  .top-navigation li:first-child {
    display: none
  }

  .top-navigation li:not(:first-child) {
    display: block
  }
}

@media (min-width:1200px) {
  .top-navigation li {
    width: 130px
  }
}

.top-navigation li.current-menu-item {
  position: relative
}

.top-navigation li.current-menu-item:not(:first-child) a {
  position: relative;

}

@media (min-width:1201px) {
  .top-navigation li.current-menu-item:not(:first-child) a:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    margin-top: 12px;
    height: 3px;
    width: 100%;
    background-color: #000;

  }
}

.top-navigation li.no-line:after {
  background-color: transparent
}

.top-navigation a {
  font-size: 36px;
  display: inline-block;
  line-height: 1;
  color: #000
}

@media (min-width:992px) {
  .top-navigation a {
    font-size: 36px
  }
}

@media (max-width:1199px) {
  .top-navigation a {
    font-size: 50px
  }
}

.lab {
  position: absolute;
  top: 15px;
  padding-top: 0px;
  padding-left: 38px;
  width: 130px;
  text-align: left
}

@media (max-width:1199px) {
  .lab {

  }
}

.lab img {
  display: inline-block;
}

@media (min-width:992px) {
  .lab a {
    font-size: 22px
  }
}



.m-0 {
  margin: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.mb-15 {
  margin-bottom: 15px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.mt-15 {
  margin-top: 15px
}

.img-full {
  width: 100%;
  height: auto
}

.h {
  font-size: 22px;
  color: #000;
  font-weight: 400
}

@media (min-width:992px) {
  .h {
    font-size: 22px
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

p, .p {
  font-size: 18px;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2
}

@media (min-width:768px) {
  p, .p {
    font-size: 16px
  }
}

a {
  color: #000
}

a:hover, a:focus {
  text-decoration: none;
  color: #000
}

strong {
  font-weight: 500 !important
}

.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px
}

.footer:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 5px;
  top: 0;
  height: 0px;
  background-color: #000
}

.footer p {
  margin-bottom: 0
}

.footer-information {
  padding: 150 15px
}

@media (min-width:768px) {
  .footer-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    float: right
  }
}

.footer-information p {
  margin-top: 15px
}

@media (min-width:768px) {
  .footer-information p {
    margin-left: 30px;
    margin-top: 0;
  }
}

.content-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
 width:100%;
}

@media (max-width:1199px) {
  .content-list-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.content-list-row dt, .content-list-row dd {
  font-weight: 400;
  width: 100%

}

.content-list-row dt {
  width:100%;
  padding: 20px 37px;
}

@media (min-width:1200px) {
  .content-list-row dt {
    width: 25%;
    padding: 30px 165px;
  }
}

.content-list-row dd {
  padding: 30px 75px;
}

@media (min-width:1200px) {
  .content-list-row dd {
    width: 520px
  }
}

@media (min-width:1200px) {
  .the-project-content .content-list-row dd {
    width: 780px
  }
}


.spinner-container {
  display: none
}

.spinner-container span {
  margin: auto;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  border-radius: 50%
}

.col-static-1 {
  width: 130px;
  padding: 0 15px;
  min-height: 1px;
  float: left
}

.no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}


.top-projects-list {
  position: relative;
  min-width: 100%;
  padding-top: 36px;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  max-height: 500px;
  overflow: hidden;

}

@media (max-width:1199px) {
  .top-projects-list {
    display: none
  }
}

.the-pl-item {
  width: 100%;
  position: relative;
  border-bottom : 1px solid #000;
  padding: 5px;
  margin-left: -7px;
  margin-right: -7px

}

.the-pl-item>span, .the-pl-item a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
  line-height: 1.2
}

@media (min-width:768px) {
  .the-pl-item>span, .the-pl-item a {
    font-size: 16px
  }
}

.the-pl-item .featured a {
  display: block
}

.the-pl-item .the-pl-title  {
  padding-top: 0;
  padding-left:0px;
  cursor: pointer;
  display: inline-block
}

.the-pl-item .the-pl-aa {
  padding: 0 20px;
  cursor: pointer;
  display: inline-block

}

.the-pl-item .the-pl-title span, .the-pl-item .the-pl-aa span {
  padding: 0;
  display: inline-block
}

.the-pl-item .the-pl-aa {
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  width: 80px
}

.the-pl-item .the-pl-title {
  width: 390px
}

.the-pl-item .the-pl-time {
  width: 130px;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  padding-left: 80px;
  padding-right: 15px
}

.the-pl-item .the-pl-category {
  width: 390px;
  padding-left: 0px;
  padding-right: 15px
}

.the-pl-item .pl-item-figure {
  position: fixed;
  top: 0;
  left: 0;
  width: 150%;
  height: 60%;
  z-index: -4;
  background-size: auto 67%;
  background-position: center;
  background-repeat: no-repeat
}

.the-pl-item .pl-item-figure img {
  width: 60%;
  height: auto
}

@media (min-width:800px) {
  .body-projects-list {

    display: none
  }
}

.body-pl-item a {
  font-size: 16px
}

@media (min-width:768px) {
  .body-pl-item a {
    font-size: 20px
  }
}

.body-pl-item span {
  display: block
}

@media (max-width:991px) {
  .body-pl-aa-title {
    font-weight: 500
  }
}

.page-template-template-approach .top-date, .page-template-template-dialogue .top-date {
  display: none
}

.the-pl-mobile {
  display: none;
  padding-left: 15px;
  padding-right: 15px
}

.the-pl-mobile span {
  display: block
}

@media (max-width:991px) {
  .main-projects-list .the-pl-aa, .main-projects-list .the-pl-title, .main-projects-list .the-pl-time, .main-projects-list .the-pl-category {
    display: none
  }

  .main-projects-list .the-pl-mobile {
    display: block
  }
}

.main-projects-list .the-pl-item.open-default .the-content {
  margin-top: 50px
}

.main-projects-list .the-pl-item.open .the-content {
  margin-top: 30px
}

.project-links dt a {
  width: auto;
  display: inline-block;
  text-align: center
}

@media (max-width:991px) {
  .the-project-gallery-container {
    margin-left: -3px;
    margin-right: -3px;
    width: auto
  }
}

.the-project-gallery-container .flex-row {
  margin-left: -7px;
  margin-right: -7px
}

.the-project-gallery-container figure {
  margin-bottom: 5px
}

@media (max-width:991px) {
  .the-project-gallery-container figure {
    padding: 0;
    width: auto
  }
}

@media (min-width:992px) {
  .the-project-gallery-container figure {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px
  }
}

.project-item .the-dropdown {
  display: none
}

.project-item .the-dropdown.open-default {
  display: block
}

.project-item .x {
  display: none
}

.project-item.open .x {
  display: inline-block
}

.project-item.open .no {
  display: none
}

.project-item .featured {
  margin-bottom: 5px
}

@media (max-width:991px) {
  .project-item .featured {
    margin-left: -10px;
    margin-right: -10px
  }
}

@media (min-width:992px) {
  .project-item .featured {
    margin-bottom: 15px
  }
}

.body-projects-images {
  padding: 15px 20px
}

.body-pl-item-image {
  margin-bottom: 5px
}

@media (min-width:1200px) {
  .body-pl-item-image {
    margin-bottom: 15px
  }
}


html {
  -webkit-font-smoothing: antialiased;
  max-width: 100%
}

body {
  max-width: 100%;
  font-family: "Helvetica Neue LT", sans-serif;
  color: #000;
  overflow-x: hidden
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2
}

.main {
  padding-top: 86px;
  z-index: 0
}

.main .header-patch {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  height: 86px;

  z-index: 1;
  -webkit-transition: height .5s;
  transition: height .5s
}

.the-content p {
  z-index: -1
}

.the-content figure {
  position: relative;
  z-index: 1
}

.the-content li {
  font-size: 18px
}

@media (min-width:768px) {
  .the-content li {
    font-size: 20px
  }
}

.the-content ul {
  margin-bottom: 30px
}

@media (min-width:1200px) {
  .page-template-template-dialogue .main {
    min-height: calc(100vh + 620px)
  }
}
