html,
body {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  color: #4c4e4e;
  font-family: 'Lato', Arial;
}
body {
  overflow-x: hidden;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -144px;
}
footer,
.push {
  height: 144px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #717171;
  font-size: 18px;
  line-height: 1.4;
}
h2 {
  font-weight: normal;
  margin: 32px 0 24px;
}
h1 {
  text-transform: uppercase;
  font-weight: 600;
}
p {
  color: #aeaeae;
  font-size: 18px;
  font-weight: 300;
}
hr {
  border-bottom: 1px solid #cbcbcb;
}
.logo-ma {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #4c4e4e;
}
.logo-ma:hover,
.logo-ma:focus {
  color: #4c4e4e;
  text-decoration: none;
}
.navbar-main {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.navbar-main a {
  color: #4c4e4e;
  font-size: 16px;
  font-weight: 300;
}
.navbar-main .container {
  height: 100%;
}
.navbar-main .navbar-brand {
  margin: 15px 0;
}
.navbar-main .navbar-nav {
  margin: 0;
}
.navbar-main .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 28px;
  color: #e8c580;
}
.navbar-main .navbar-form {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 15px;
  padding-right: 0;
}
.navbar-main .navbar-form .form-group {
  position: relative;
}
.navbar-main .navbar-form .glyphicon {
  font-size: 22px;
  position: absolute;
  right: 12px;
  top: 14px;
  color: #c3c3c3;
}
.navbar-main .navbar-form input {
  height: 51px;
  padding: 6px 34px 6px 18px;
  border-radius: 25px;
}
.navbar-main .navbar-form input:focus {
  border-color: #e8c580;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 197, 128, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 197, 128, 0.6);
}
.navbar-main .nav > li > a:focus,
.navbar-main .nav > li > a:hover,
.navbar-main .nav > li > a.active {
  background-color: transparent;
  border-bottom: 2px solid black;
  color: #4c4e4e;
}
.navbar-main .navbar-toggle {
  margin: 23px 15px;
}
.ui-autocomplete {
  max-width: 200px!important;
}
.icon-bar {
  background: #aeaeae;
}
footer {
  background: white;
  padding: 0;
}
footer > .container-fluid {
  background: #E3E3E3;
  padding: 20px 0;
}
footer > .container-fluid a {
  margin: 0 12px;
}
footer > .container {
  padding: 20px 0;
}
.social a {
  margin-right: 16px;
}
.block-grey {
  padding: 20px 16px;
  color: #4c4e4e;
  background: #F5F5F5;
}
.bg-grey {
  background: #F5F5F5;
}
.bg-white {
  background: white;
}
.row.bg-white {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block {
  margin: 44px;
}
.block h2 {
  margin-top: 0;
}
.block h2 img {
  vertical-align: top;
  margin: 2px 12px 2px 0;
}
.page-info .block h2 {
  margin-top: 32px;
}
.block-small {
  margin: 32px;
}
.btn-default {
  background: #bdbdbd;
  padding: 12px 52px;
  color: white;
  font-weight: 300;
  letter-spacing: 2px;
  margin: auto;
  outline: none!important;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
}
.btn-gold {
  background: transparent;
}
.btn-gold:hover {
  background: #e8c580;
  color: white;
  border-color: transparent;
}
@media (max-width: 767px) {
  .block {
    margin: 44px 0;
  }
  .block .row .col-xs-12 {
    margin-bottom: 20px;
  }
  .block .row .col-xs-12:last-child {
    margin-bottom: 0;
  }
}
#map-canvas {
  position: initial!important;
  width: 100%;
  height: 400px;
}
.black {
  color: #4c4e4e;
}
.gold {
  color: #e8c580 !important;
}
.grey-light {
  color: #c3c3c3;
}
.filters {
  display: inline-block;
  width: 52px;
  height: 52px;
  vertical-align: middle;
}
.filter-wrapper {
  display: table;
  line-height: 20px;
  height: 60px;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  margin: 8px 0;
  text-transform: uppercase;
}
.filter-wrapper .filters {
  margin: 4px 0;
  margin-right: 16px;
}
.filter-wrapper .filter-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}
.no-touch .filter-wrapper:hover .filter-0,
.filter-wrapper.selected .filter-0 {
  background: url(/images/front/filters/ico_0_selected.svg);
}
.no-touch .filter-wrapper:hover .filter-1,
.filter-wrapper.selected .filter-1 {
  background: url(/images/front/filters/ico_1_selected.svg);
}
.no-touch .filter-wrapper:hover .filter-2,
.filter-wrapper.selected .filter-2 {
  background: url(/images/front/filters/ico_2_selected.svg);
}
.no-touch .filter-wrapper:hover .filter-3,
.filter-wrapper.selected .filter-3 {
  background: url(/images/front/filters/ico_3_selected.svg);
}
.no-touch .filter-wrapper:hover .filter-4,
.filter-wrapper.selected .filter-4 {
  background: url(/images/front/filters/ico_4_selected.svg);
}
.no-touch .filter-wrapper:hover .filter-5,
.filter-wrapper.selected .filter-5 {
  background: url(/images/front/filters/ico_5_selected.svg);
}
.no-touch .filter-wrapper:hover .filter-6,
.filter-wrapper.selected .filter-6 {
  background: url(/images/front/filters/ico_6_selected.svg);
}
.no-touch .filter-wrapper:hover .filter-7,
.filter-wrapper.selected .filter-7 {
  background: url(/images/front/filters/ico_7_selected.svg);
}
.no-touch .filter-wrapper:hover .filter-architect,
.filter-wrapper.selected .filter-architect {
  background: url(/images/front/filters/ico_architect_selected.svg);
}
.filter-0 {
  background: url(/images/front/filters/ico_0.svg);
}
.no-touch .filter-0:hover,
.filter-0selected {
  background: url(/images/front/filters/ico_0_selected.svg);
}
.filter-1 {
  background: url(/images/front/filters/ico_1.svg);
}
.no-touch .filter-1:hover,
.filter-1selected {
  background: url(/images/front/filters/ico_1_selected.svg);
}
.filter-2 {
  background: url(/images/front/filters/ico_2.svg);
}
.no-touch .filter-2:hover,
.filter-2selected {
  background: url(/images/front/filters/ico_2_selected.svg);
}
.filter-3 {
  background: url(/images/front/filters/ico_3.svg);
}
.no-touch .filter-3:hover,
.filter-3selected {
  background: url(/images/front/filters/ico_3_selected.svg);
}
.filter-4 {
  background: url(/images/front/filters/ico_4.svg);
}
.no-touch .filter-4:hover,
.filter-4selected {
  background: url(/images/front/filters/ico_4_selected.svg);
}
.filter-5 {
  background: url(/images/front/filters/ico_5.svg);
}
.no-touch .filter-5:hover,
.filter-5selected {
  background: url(/images/front/filters/ico_5_selected.svg);
}
.filter-6 {
  background: url(/images/front/filters/ico_6.svg);
}
.no-touch .filter-6:hover,
.filter-6selected {
  background: url(/images/front/filters/ico_6_selected.svg);
}
.filter-7 {
  background: url(/images/front/filters/ico_7.svg);
}
.no-touch .filter-7:hover,
.filter-7selected {
  background: url(/images/front/filters/ico_7_selected.svg);
}
.filter-architect {
  background: url(/images/front/filters/ico_architect.svg);
}
.no-touch .filter-architect:hover,
.filter-architectselected {
  background: url(/images/front/filters/ico_architect_selected.svg);
}
.bx-wrapper {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: 0!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c3c3c3 !important;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 0!important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #e8c580 !important;
}
.bxslider li {
  text-align: center!important;
}
.bxslider img {
  height: 500px !important;
  width: auto!important;
  display: inline-block !important;
}
.map-wrapper {
  position: relative;
}
.map-wrapper .container {
  position: absolute;
  height: 50px;
  left: 50%;
  top: 0;
  margin-left: -585px;
}
@media (max-width: 767px) {
  .map-wrapper .container {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .map-wrapper .container {
    margin-left: -375px;
  }
}
@media (min-width: 992px) {
  .map-wrapper .container {
    margin-left: -485px;
  }
}
@media (min-width: 1200px) {
  .map-wrapper .container {
    margin-left: -585px;
  }
}
.btn-filter {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 24px;
  color: white;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 32px 20px;
  outline: none!important;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
}
.btn-filter:hover,
.btn-filter:focus {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.btn-right {
  float: right;
  margin-top: 20px;
  padding: 8px 20px;
}
.modal-content {
  background-color: transparent;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-body {
  background-color: white;
  padding: 16px 64px 44px;
}
.modal-title {
  margin: 28px 0;
}
.modal-footer {
  text-align: center;
  padding-top: 40px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 24px;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 780px;
  }
}
.infobubble {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 22px;
  color: white;
}
.bxslider img {
  width: 100%;
}
.item {
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
  margin: 15px 0;
}
.item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.item .item-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}
.container-ajax.animating-left {
  position: absolute;
  left: 50%;
  margin-left: -585px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.container-ajax.animating-left.in {
  left: 100%;
  margin-left: 0;
}
.container-ajax.animating-left.new {
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.container-ajax.animating-left.out {
  left: -100%;
  margin-left: 0;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.container-ajax.animating-right {
  position: absolute;
  right: 50%;
  margin-right: -585px;
}
.container-ajax.animating-right.in {
  right: 100%;
  margin-right: 0;
}
.container-ajax.animating-right.new {
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.container-ajax.animating-right.out {
  right: -100%;
  margin-right: 0;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
@media (min-width: 768px) {
  .container-ajax.animating-left {
    margin-left: -375px;
  }
  .container-ajax.animating-right {
    margin-right: -375px;
  }
}
@media (min-width: 992px) {
  .container-ajax.animating-left {
    margin-left: -485px;
  }
  .container-ajax.animating-right {
    margin-right: -485px;
  }
}
@media (min-width: 1200px) {
  .container-ajax.animating-left {
    margin-left: -585px;
  }
  .container-ajax.animating-right {
    margin-right: -585px;
  }
}
@media (max-width: 767px) {
  .container-ajax.animating-left {
    margin-left: 0;
    left: 0;
  }
  .container-ajax.animating-right {
    margin-right: 0;
    right: 0;
  }
}
.photo-gallery > div {
  padding: 0!important;
  margin-bottom: 0!important;
}
.photo-gallery > div img {
  padding: 2px;
  width: 100%;
}
.overlay {
  position: absolute;
  top: 112px;
  color: #FFF;
  font-size: 20px;
  width: 100%;
  padding: 10px 0 10px 92px;
  z-index: 999999;
  pointer-events: none;
}
.overlay-underline {
  width: 32px;
  height: 6px;
  background-color: #e8c580;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .overlay {
    top: 50px;
  }
}
@media (min-width: 992px) {
  .overlay {
    top: 84px;
  }
}
@media (min-width: 1200px) {
  .overlay {
    top: 112px;
  }
}
@media (max-width: 767px) {
  .overlay {
    top: 50%;
    margin-top: -32px;
  }
  .nav > li {
    position: relative;
    display: inline-block;
  }
}
.vjs-playing + .overlay {
  display: none;
}
.navbar-collapse.collapse {
  display: inline-block !important;
  vertical-align: top;
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav {
  display: inline-block;
  vertical-align: top;
  float: none!important;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}
.navbar-right {
  float: right!important;
}
#btn-selectall-theme,
#btn-selectall-architect {
  padding: 12px 28px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  #nav-main {
    background: white;
  }
  .navbar-right {
    float: left!important;
  }
  .navbar-main .navbar-brand {
    margin: 8px 0;
  }
  .navbar-main .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 12px;
    border-width: 1px!important;
  }
  .navbar-main .navbar-form {
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 185px;
  }
  .navbar-main .navbar-form input {
    height: 38px;
  }
  .navbar-main .navbar-form .glyphicon {
    font-size: 20px;
    top: 9px;
  }
  #btn-selectall-theme,
  #btn-selectall-architect {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #e8c580 !important;
  border-color: #e8c580 !important;
  font-weight: normal!important;
}
.page-info #sidebar {
  margin-bottom: 20px;
}
.page-info #sidebar ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.page-info #sidebar ul li {
  list-style: none;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #c3c3c3;
  font-size: 18px;
}
.page-info #sidebar ul li:last-child {
  border-bottom: 0;
}
.page-info a {
  color: #e8c580;
  font-weight: 300;
}
.page-info a:hover {
  color: #717171;
  text-decoration: none;
}
.page-info li.active a {
  color: #717171;
  text-decoration: none;
}
.page-info .image-wrapper {
  background-color: #f4f4f4;
  padding: 40px 32px;
  margin: 20px 0 28px;
}
.page-info .info-content {
  padding: 44px;
}
.page-info .info-content a {
  color: #717171;
  font-weight: 300;
}
.page-info .info-content a:hover {
  color: #e8c580;
  text-decoration: none;
}
.page-info .info-content .item {
  padding: 30px;
  height: auto;
  box-shadow: 0 1px 4px #c3c3c3;
}
.page-info .info-content .item h2 {
  margin-top: 0;
  margin-bottom: 4px;
}
.page-info .info-content .item p {
  margin-bottom: 20px;
}
.page-info .info-content .item a {
  font-size: 17px;
}
.page-info .info-content .item .glyphicon {
  margin-right: 6px;
}
@media (min-width: 768px) {
  .page-info #sidebar {
    position: fixed;
    width: 156px;
  }
}
@media (min-width: 992px) {
  .page-info #sidebar {
    position: fixed;
    width: 212px;
  }
}
@media (min-width: 1199px) {
  .page-info #sidebar {
    position: fixed;
    width: 263px;
  }
}
@media (max-width: 767px) {
  .page-info .info-content {
    padding: 20px;
  }
  .page-info .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.page-parcours #container-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-parcours #container-main li,
.page-parcours #container-main .description {
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  line-height: 40px;
}
.page-parcours #container-main li img,
.page-parcours #container-main .description img {
  vertical-align: middle;
  margin: 0 6px;
}
.page-parcours #container-main li .title,
.page-parcours #container-main .description .title {
  color: #4c4e4e;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 300;
}
.page-parcours #container-main li {
  padding: 15px;
  cursor: pointer;
  border-left: 2px solid transparent;
  border-bottom: 1px solid #c3c3c3;
  line-height: 24px;
}
.page-parcours #container-main li:hover,
.page-parcours #container-main li.active {
  border-left: 2px solid black;
  background: #f8f8f8;
}
.page-parcours #container-main .step-wrapper {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 32px;
}
.page-parcours #container-main .step-wrapper img {
  vertical-align: top;
  margin: 0 12px 0 0;
}
.page-parcours #container-main .step-wrapper .step {
  position: absolute;
  color: white;
  top: 4px;
  left: 0;
  width: 20px;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
}
.page-parcours .description .row {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-parcours #container-main .block .row .col-xs-12 {
    margin-bottom: 0;
  }
}
.labels {
  color: white;
  font-size: 11px;
}
