@font-face {
  font-family: "Font Awesome";
  src: url("https://www.bruxelles-facade.be/static/fonts/fontawesome-webfont.eot");
  src: url("https://www.bruxelles-facade.be/static/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.bruxelles-facade.be/static/fonts/fontawesome-webfont.woff") format("woff"), url("https://www.bruxelles-facade.be/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://www.bruxelles-facade.be/static/fonts/fontawesome-webfont.svg#Font Awesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lora Regular";
  src: url("https://www.bruxelles-facade.be/static/fonts/lora-regular-webfont.eot");
  src: url("https://www.bruxelles-facade.be/static/fonts/lora-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.bruxelles-facade.be/static/fonts/lora-regular-webfont.woff") format("woff"), url("https://www.bruxelles-facade.be/static/fonts/lora-regular-webfont.ttf") format("truetype"), url("https://www.bruxelles-facade.be/static/fonts/lora-regular-webfont.svg#Lora Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lora Bold";
  src: url("https://www.bruxelles-facade.be/static/fonts/lora-bold-webfont.eot");
  src: url("https://www.bruxelles-facade.be/static/fonts/lora-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.bruxelles-facade.be/static/fonts/lora-bold-webfont.woff") format("woff"), url("https://www.bruxelles-facade.be/static/fonts/lora-bold-webfont.ttf") format("truetype"), url("https://www.bruxelles-facade.be/static/fonts/lora-bold-webfont.svg#Lora Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lora Italic";
  src: url("https://www.bruxelles-facade.be/static/fonts/lora-italic-webfont.eot");
  src: url("https://www.bruxelles-facade.be/static/fonts/lora-italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.bruxelles-facade.be/static/fonts/lora-italic-webfont.woff") format("woff"), url("https://www.bruxelles-facade.be/static/fonts/lora-italic-webfont.ttf") format("truetype"), url("https://www.bruxelles-facade.be/static/fonts/lora-italic-webfont.svg#Lora Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
#header {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  background: #fff;
  min-height: 75px;
  position: relative;
  z-index: 3;
}
.logo {
  max-width: 336px;
  height: auto;
  display: block;
  float: left;
  padding: 12px 15px;
}
.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.logo span {
  display: none;
}
#nav-container {
  padding-top: 30px;
  font-size: 0;
  text-align: right;
  float: right;
}
#nav-container .menu-button .fa {
  font-size: 36px;
  paddding: 15px;
}
#nav {
  display: inline-block;
  margin-bottom: 0;
}
#nav > li {
  float: left;
  position: relative;
  margin-right: 30px;
}
#nav > li:hover .submenu,
#nav > li:focus .submenu {
  height: auto;
  opacity: 1;
}
#nav > li > a {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: inline-block;
  padding: 0 0 31px;
  font-size: 12px;
  color: #2a2a2a;
  border-bottom: 2px solid #fff;
}
#nav > li > a:hover,
#nav > li > a:focus,
#nav > li > a.active {
  color: #a83e42;
  border-bottom: 2px solid #a12c31;
}
#nav .submenu {
  height: 0;
  overflow: hidden;
  min-width: 500px;
  position: absolute;
  top: 34px;
  left: 0;
  opacity: 0;
  padding: 22px 0 0;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#nav .submenu .submenu-list {
  background: #fff;
  padding: 22px 20px 0;
}
#nav .submenu li {
  float: left;
  position: relative;
  margin: 0 0 20px 20px;
  min-width: 220px;
}
#nav .submenu li.first-row {
  margin-left: 0;
}
#nav .submenu a {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  text-transform: capitalize;
  color: #a12c31;
}
#nav .submenu a:hover {
  color: #174829;
}
#nav .submenu a:hover .green-dot {
  background-position: -5px 0;
  width: 5px;
  height: 5px;
}
#nav .submenu .green-dot {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#nav .clicked {
  height: auto !important;
  opacity: 1 !important;
}
#nav .clicked .red-line {
  display: none;
}
#nav .red-line {
  background: #a12c31;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
}
@media (max-width: 767px) {
  .main-content {
    padding: 0 10px !important;
  }
  #nav-container {
    position: relative;
    float: none;
    padding: 6vw 0 !important;
  }
  #nav-container .logo {
    float: none;
    padding: 0 !important;
    line-height: 10vw !important;
  }
  #nav-container .menu-button {
    cursor: pointer;
  }
  #nav-container .menu-button .fa {
    line-height: 10vw !important;
  }
  #nav {
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    right: 0;
  }
  #nav > li {
    float: none;
    text-align: center;
    margin-right: 0 !important;
  }
  #nav > li a {
    display: block;
    padding: 10px;
    color: #272727;
    border-bottom: 2px solid #efefef;
  }
  #nav .submenu {
    background: #dedede;
    width: 100% !important;
    height: auto;
    opacity: 1 !important;
    min-width: 280px;
    position: relative !important;
    top: 0 !important;
    padding: 0px;
    border-top: none;
  }
  #nav .submenu .submenu-list {
    background: #dedede !important;
    padding-top: 0 !important;
  }
  #nav .submenu li {
    width: 100% !important;
    float: none;
    margin: 0 !important;
    text-align: center;
  }
  #nav .submenu li a {
    border-bottom: none;
    display: inline-block;
    padding: 10px;
  }
  #nav .red-line {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content {
    padding: 0 10px !important;
  }
  #nav-container {
    position: relative;
    float: none;
    padding: 2vw 0 !important;
  }
  #nav-container .logo {
    float: none !important;
    padding: 0 !important;
    line-height: 8vw !important;
  }
  #nav-container .menu-button {
    cursor: pointer;
  }
  #nav-container .menu-button .fa {
    line-height: 8vw !important;
  }
  #nav {
    width: 100%;
    background: #fff;
    position: relative;
    top: 0px;
    right: 0;
  }
  #nav > li {
    float: none;
    text-align: center;
    margin-right: 0 !important;
  }
  #nav > li a {
    display: block;
    padding: 10px;
    color: #272727;
    border-bottom: 2px solid #efefef;
  }
  #nav .submenu {
    background: #dedede;
    width: 100% !important;
    min-width: 280px;
    height: auto;
    position: relative !important;
    top: 0 !important;
    padding: 0px;
    opacity: 1 !important;
    border-top: none;
  }
  #nav .submenu .submenu-list {
    background: #dedede !important;
    padding-top: 0 !important;
  }
  #nav .submenu li {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    text-align: center;
  }
  #nav .submenu li a {
    border-bottom: none;
    display: inline-block;
    padding: 10px;
  }
  #nav .red-line {
    display: none !important;
  }
}
#page-content {
  width: 100%;
  float: none;
}
#presentation {
  margin-top: 48px;
}
#presentation .big-header {
  margin-bottom: 26px;
}
#info {
  margin-top: 70px;
}
#right-info {
  float: right;
}
#primes .link {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  font-size: 10px;
  color: #a12c31;
}
#primes .link span {
  margin-left: 6px;
}
#primes > div {
  margin-top: 27px;
  text-align: right;
}
#primes > div a {
  display: inline-block;
  text-transform: uppercase;
}
#primes .small-header {
  margin: 15px 0 12px;
}
@media (max-width: 767px) {
  .slide-info {
    width: 100% !important;
    padding: 10px 0 0 10px !important;
  }
  .slide-title {
    width: 286px !important;
    margin: 0;
    padding-bottom: 10px !important;
  }
  .slide-title span {
    padding-bottom: 6px !important;
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .slide-button {
    margin-top: 10px !important;
    padding: 6px 8px !important;
    font-size: 10px !important;
  }
  .slide-button span {
    margin-left: 6px !important;
  }
  #testimonials-list {
    max-width: 100% !important;
  }
  #testimonials-list .item {
    width: auto !important;
    padding-left: 60px !important;
  }
  #testimonials-list .item .user-info {
    margin-top: 0 !important;
  }
  #testimonials-list .item .user-icon {
    background-position: -90px -20px !important;
    width: 32px !important;
    height: 32px !important;
  }
  #testimonials-list .item .text {
    padding-top: 0 !important;
    font-size: 10pxpx !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-info {
    width: 100% !important;
    padding: 50px 0 0 40px !important;
  }
  .slide-title {
    width: 386px !important;
  }
  .slide-title span {
    padding-bottom: 6px !important;
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .slide-button {
    margin-top: 26px !important;
    padding: 8px 12px !important;
  }
  .slide-button span {
    margin-left: 6px !important;
  }
  #testimonials-list {
    max-width: 100% !important;
  }
  #testimonials-list .item {
    width: auto !important;
    padding-left: 60px !important;
  }
  #testimonials-list .item .user-info {
    margin-top: 0 !important;
  }
  #testimonials-list .item .user-icon {
    background-position: -90px -20px !important;
    width: 32px !important;
    height: 32px !important;
  }
  #testimonials-list .item .text {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-info {
    width: 75% !important;
    padding: 90px 0 0 60px !important;
  }
  .slide-title {
    width: 486px !important;
  }
  .slide-title span {
    padding-bottom: 6px !important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .slide-button {
    margin-top: 46px !important;
    padding: 15px 22px !important;
  }
  .slide-button span {
    margin-left: 6px !important;
  }
  .pager-list li a {
    font-size: 11px !important;
  }
}
.main-content-container {
  padding: 0 35px;
}
.main-header {
  margin: 22px 0 24px;
}
.main-image {
  background: #fff;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 3px;
  text-align: center;
  border: 1px solid #e1e9e4;
}
.main-image:hover .green-mask {
  opacity: 1;
}
.main-image img {
  width: 100%;
  height: auto;
}
.slide-replacer-container {
  background: url('https://www.bruxelles-facade.be/static/images/green-bg.png') repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 17px 34px 16px;
  z-index: 999;
  font-family: 'Lora Bold', 'Arial', sans-serif;
}
.slide-replacer-container li {
  float: left;
  padding-left: 5px;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #fff;
}
.slide-replacer-container li a {
  color: #fff;
}
.slide-replacer-container li a:hover {
  color: #c2c2c2;
}
.slide-replacer-container .green-triangle {
  background: url('https://www.bruxelles-facade.be/static/images/triangle.png') no-repeat 0 0;
  width: 30px;
  height: 43px;
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
}
.slide-dummy {
  background: url('https://www.bruxelles-facade.be/static/i/page/slide-dummy.jpg') no-repeat center center;
  position: relative;
  height: 325px;
}
.slide-dummy img {
  max-width: 1170px;
  max-height: 325px;
}
.slide-dummy .slide-mask {
  background: url('https://www.bruxelles-facade.be/static/images/dark-mask.png') repeat 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-dummy .slide-info {
  width: 100%;
  height: 325px;
  line-height: 322px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
}
.slide-dummy .slide-info .slide-title {
  height: 122px;
}
.slide-dummy .slide-info .slide-title span {
  padding-bottom: 8px;
  font-size: 26px;
  line-height: 54px;
}
.slide-title {
  width: 80%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.slide-title span {
  display: inline;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-clip: border-box;
}
.slide-services a {
  height: 10px;
  overflow: hidden;
  display: block;
  line-height: 12px;
}
.slide-services a span {
  top: 7px !important;
}
#boxes .last-projects .item {
  width: 96%;
}
#boxes .testimonials {
  margin-top: 50px;
}
#boxes #testimonials-list {
  max-width: 334px;
  height: auto !important;
}
#boxes #testimonials-list .item {
  width: 334px;
  height: auto;
  padding-left: 96px;
}
#boxes #testimonials-list .text {
  max-width: 198px;
}
#boxes #testimonials-list .user-icon {
  left: 0 !important;
}
.gallery-page {
  margin: 10px 0 0;
}
.gallery-page li {
  margin-bottom: 20px;
}
.gallery-page a {
  display: block;
  position: relative;
  height: 153px;
  overflow: hidden;
}
.gallery-page a img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-page a:hover .green-mask {
  opacity: 1;
}
@media (max-width: 767px) {
  .slide-dummy .slide-title {
    margin: 0 !important;
  }
  .slide-dummy .slide-title span {
    font-size: 14px !important;
    line-height: 26px important;
  }
  .main-content-container {
    padding: 0 !important;
  }
  #page-content {
    width: 100%;
  }
  #testimonials-list {
    max-width: 100% !important;
  }
  #testimonials-list .item {
    width: 90% !important;
    padding-left: 60px !important;
  }
  #testimonials-list .item .user-info {
    margin-top: 0 !important;
  }
  #testimonials-list .item .user-icon {
    background-position: -90px -20px !important;
    width: 32px !important;
    height: 32px !important;
  }
  #testimonials-list .item .text {
    max-width: 95% !important;
    padding-top: 0 !important;
    font-size: 10px !important;
  }
  .slide-services li {
    width: 46%;
    float: left;
    margin-right: 4%;
  }
  .slide-services a {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-dummy .slide-title span {
    font-size: 20px !important;
  }
  .main-content-container {
    padding: 0 !important;
  }
  #testimonials-list {
    max-width: 100% !important;
  }
  #testimonials-list .item {
    width: 90% !important;
    padding-left: 60px !important;
  }
  #testimonials-list .item .user-info {
    margin-top: 0 !important;
  }
  #testimonials-list .item .user-icon {
    background-position: -90px -20px !important;
    width: 32px !important;
    height: 32px !important;
  }
  #testimonials-list .item .text {
    max-width: 95% !important;
    padding-top: 0 !important;
    font-size: 10px !important;
  }
  .slide-services li {
    width: 46%;
    float: left;
    margin-right: 4%;
  }
  .slide-services a {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #testimonials-list {
    max-width: 100% !important;
  }
  #testimonials-list .item {
    width: 90% !important;
  }
}
.sprite {
  display: inline-block;
  background-image: url('https://www.bruxelles-facade.be/static//images/sprite.png');
}
.sprite.green-dot {
  background-position: 0px 0px;
  width: 3px;
  height: 3px;
}
.sprite.user-icon {
  background-position: 0 -5px;
  width: 64px;
  height: 64px;
}
.sprite.fax {
  background-position: -80px 0px;
  width: 16px;
  height: 16px;
}
#footer {
  font-family: 'Lora Regular', 'Arial', sans-serif;
  background-color: #9f252a;
  padding-top: 40px;
  font-size: 12px;
  color: #be7c7f;
  z-index: 1;
}
#footer .footer-heading {
  position: relative;
}
#footer .footer-heading span {
  background: #475c64;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
#footer .big-header h2 {
  background-color: #9f252a;
  color: #fff;
}
#footer .big-header .line {
  background: #a2363b;
  width: 100%;
}
#footer .text {
  color: #c57c7f;
}
#footer .footer-subtitle {
  position: relative;
  padding-left: 31px;
}
#footer .footer-subtitle .fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #1fc49b;
}
#footer .footer-top {
  padding: 0 50px 77px;
}
#footer #footer-logo {
  height: 56px;
  display: block;
}
#footer #footer-logo img {
  max-width: 335px;
  height: auto;
}
#footer #footer-socials {
  padding: 34px 0 32px;
}
#footer #footer-socials li {
  float: left;
  margin-left: 25px;
}
#footer #footer-socials li:first-child {
  margin-left: 0;
}
#footer #footer-socials li:hover a,
#footer #footer-socials li:focus a {
  background: #fff;
}
#footer #footer-socials li:hover a .fa,
#footer #footer-socials li:focus a .fa {
  color: #1fc49b;
}
#footer #footer-socials a {
  background: #ba5656;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 100%;
}
#footer #footer-socials a span {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}
#footer #footer-bottom {
  background: #93252b;
  padding: 18px 0;
  text-align: center;
  border-top: 1px solid #97363c;
}
#footer #footer-bottom span {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  margin-left: 10px;
  text-transform: uppercase;
  color: #fff;
}
#footer #footer-bottom p {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .footer-top {
    padding: 0 !important;
  }
  #footer-logo {
    width: 100%;
    height: auto;
    display: block;
  }
  #footer-logo img {
    max-width: 100% !important;
    height: auto;
    display: block;
  }
  .footer-contact {
    margin-top: 20px;
  }
  .footer-contact li {
    margin-top: 10px;
    float: none;
  }
  .footer-contact li .text {
    line-height: 14px;
  }
  .footer-contact li .subtitle {
    line-height: 14px;
  }
  .footer-contact li p {
    margin: 0 !important;
  }
  #footer-socials {
    padding: 14px 0 12px !important;
  }
  #footer-socials p {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding: 0 !important;
  }
  #footer-logo {
    width: 100%;
    height: auto;
    display: block;
  }
  #footer-logo img {
    max-width: 100% !important;
    height: auto;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-top {
    padding: 0 15px 77px !important;
  }
}
.form input,
.form textarea {
  width: 100%;
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #e4e4e4;
  color: #000;
}
.form input:focus,
.form textarea:focus {
  border: 1px solid #a0b3c8;
}
.form dl {
  margin: 0;
}
.form dt {
  padding-bottom: 1px;
}
.form dd {
  padding-bottom: 15px;
}
.form label {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Lora Regular', 'Arial', sans-serif;
}
.form textarea {
  height: 100px;
  resize: none;
}
.form .button {
  cursor: pointer;
}
.form button[type=submit] {
  display: none !important;
}
.text {
  font-size: 13px !important;
  line-height: 18px !important;
  color: #959494;
  min-height: 36px;
}
.hover {
  background: url('https://www.bruxelles-facade.be/static/images/dark-mask.png') repeat 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.big-header {
  position: relative;
}
.big-header .line {
  background: #b8cecd;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.big-header h2 {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  background: #fff;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #a12c31;
  z-index: 999;
}
.small-header {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #a12c31;
}
.small-title {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  font-size: 10px;
  color: #2a2a2a;
}
.link {
  color: #a12c31 !important;
}
.link:hover {
  color: #0e6d69 !important;
}
.link .fa {
  margin-left: 6px;
}
.green-mask {
  background: url('https://www.bruxelles-facade.be/static/images/green-mask.png') repeat 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.green-mask .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  padding: 18px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
}
.controls {
  height: 30px;
  position: relative;
  cursor: pointer;
}
.controls .line {
  background: #b8cecd;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.controls .buttons {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
}
.controls .buttons .fa {
  width: 27px;
  height: 27px;
  line-height: 22px;
  font-size: 10px;
  text-align: center;
  border: 3px solid #0e6d69;
  border-radius: 100%;
}
.controls .buttons .fa:hover,
.controls .buttons .fa:focus {
  color: #a12c31;
  border: 3px solid #a12c31;
}
.controls .buttons .fa-caret-left {
  margin-right: 5px;
}
.presentation {
  margin-top: 48px;
}
.presentation .big-header {
  margin-bottom: 26px;
}
.presentation h2 {
  margin: 0;
}
.footer-contact {
  position: relative;
}
.footer-contact h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.footer-contact li {
  width: 220px;
  float: left;
  position: relative;
  padding-left: 30px;
  margin-top: 19px;
}
.footer-contact li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #ba5656;
}
.footer-contact li p {
  margin: 0 !important;
}
.subtitle {
  margin-top: 0;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
#realisations {
  width: 100%;
  margin: 48px 0 78px;
  padding: 0 15px;
  box-sizing: border-box;
}
#realisations .big-header {
  margin-bottom: 34px;
}
#realisations .default-list {
  width: 100%;
  overflow: hidden;
}
#realisations .default-list .item {
  margin: 0 17px 10px;
}
#realisations .default-list .item:hover .hover {
  opacity: 1;
}
#realisations .default-list a {
  height: 124px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 1px;
  text-align: center;
  border: 1px solid #cdcdcd;
}
#realisations .default-list a img {
  width: 100%;
  height: auto;
  display: block;
}
#realisations .default-list .small-title {
  height: 32px;
  line-height: 29px;
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
  white-space: normal;
  color: #959494;
  font-family: 'Lora Regular', 'Arial', sans-serif !important;
}
#realisations .default-list .small-title span {
  display: inline-block;
  line-height: 16px;
  text-transform: capitalize;
  vertical-align: middle;
}
#realisations .list-container {
  background: #f5f5f5;
  padding: 40px 35px;
}
#realisations .controls {
  margin-top: 29px;
}
#realisations .buttons {
  background: #f5f5f5;
}
#realisations .hover {
  opacity: 0;
}
#realisations .hover span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  padding: 18px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
@media (max-width: 767px) {
  #realisations .list-container {
    padding: 20px 15px;
  }
  #realisations .controls {
    margin-top: 10px;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(components/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.jquery-lightbox-button-close,
.jquery-lightbox-buttons .jquery-lightbox-button-max,
.jquery-lightbox-buttons .jquery-lightbox-button-min,
.jquery-lightbox-navigator .jquery-lightbox-button-left span,
.jquery-lightbox-navigator .jquery-lightbox-button-right span {
  background-image: url('/static/images/_jquery-lightbox-theme.gif');
  background-repeat: no-repeat;
  background-color: #000;
}
.jquery-lightbox-overlay {
  min-width: 1210px;
  background: #333;
}
.jquery-lightbox {
  padding: 17px 0;
  background: #fff;
  position: relative;
}
.jquery-lightbox-border-top-left,
.jquery-lightbox-border-top-right,
.jquery-lightbox-border-top-middle,
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-middle,
.jquery-lightbox-border-bottom-right {
  position: absolute;
  height: 7px;
  width: 12%;
  z-index: 7000;
  background: #fff;
  overflow: hidden;
}
.jquery-lightbox-border-top-left {
  top: 0;
  left: 0;
}
.jquery-lightbox-border-top-right {
  top: 0;
  right: 0;
}
.jquery-lightbox-border-top-middle {
  width: 78%;
  top: 0;
  left: 12%;
}
.jquery-lightbox-border-bottom-left {
  bottom: 0;
  left: 0;
}
.jquery-lightbox-border-bottom-right {
  bottom: 0;
  right: 0;
}
.jquery-lightbox-border-bottom-middle {
  width: 78%;
  bottom: 0;
  left: 12%;
}
.jquery-lightbox-title {
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 8px;
  margin: 12px 0 0;
  position: absolute;
  top: 100%;
  z-index: 7002;
  opacity: .9;
}
.jquery-lightbox-html {
  position: relative;
  z-index: 7000;
  border: 0;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  padding: 0px 15px;
  vertical-align: top;
}
.jquery-lightbox-html embed,
.jquery-lightbox-html object,
.jquery-lightbox-html iframe {
  vertical-align: top;
}
.jquery-lightbox-background {
  background: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 6999;
  float: left;
  padding: 0;
}
.jquery-lightbox-background img {
  display: block;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.jquery-lightbox-mode-image .jquery-lightbox-html {
  z-index: 6998;
  padding: 0;
}
.jquery-lightbox-button-close {
  background-color: #000;
  background-position: -113px 8px;
  position: absolute;
  top: -30px;
  right: 0px;
  width: 75px;
  height: 30px;
  z-index: 9999;
}
.jquery-lightbox-button-close:hover {
  background-position: -113px -30px;
}
.jquery-lightbox-button-close span,
.jquery-lightbox-buttons span {
  display: none;
}
.jquery-lightbox-mode-image .jquery-lightbox-button-close {
  top: auto;
  right: 7px;
  bottom: 7px;
  z-index: 7002;
}
.jquery-lightbox-buttons {
  position: absolute;
  z-index: 7001;
  overflow: visible;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0;
  left: 7px;
  right: 0;
}
.jquery-lightbox-buttons .jquery-lightbox-buttons-init,
.jquery-lightbox-buttons .jquery-lightbox-buttons-end,
.jquery-lightbox-buttons .jquery-lightbox-button-left,
.jquery-lightbox-buttons .jquery-lightbox-button-right {
  display: none;
}
.jquery-lightbox-buttons .jquery-lightbox-button-max {
  background-position: 7px -23px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 45px;
  height: 30px;
}
.jquery-lightbox-buttons .jquery-lightbox-button-max:hover {
  background-position: 7px -55px;
}
.jquery-lightbox-buttons .jquery-lightbox-button-min {
  background-position: -35px -23px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 42px;
  height: 30px;
}
.jquery-lightbox-buttons .jquery-lightbox-button-min:hover {
  background-position: -35px -55px;
}
.jquery-lightbox-buttons-custom {
  background: #fff;
  height: 33px;
  line-height: 33px;
  font-size: 10px;
  position: absolute;
  top: 7px;
  left: 7px;
}
.jquery-lightbox-buttons-custom a {
  color: #7b7b7b;
  font-size: 12px;
  display: inline;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 7px;
}
.jquery-lightbox-navigator {
  position: absolute;
  z-index: 7002;
  overflow: hidden;
  top: 7px;
  left: 7px;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left {
  position: absolute;
  height: 90px;
  width: 40%;
  left: 0;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left span {
  background-position: -37px 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  padding: 30px 0 0 50px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 7003;
  cursor: hand;
  opacity: .2;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left:hover span {
  opacity: 1;
}
.jquery-lightbox-navigator .jquery-lightbox-button-right {
  position: absolute;
  height: 90px;
  width: 40%;
  right: 0;
}
.jquery-lightbox-navigator .jquery-lightbox-button-right span {
  background-position: 9px 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  padding: 30px 0 0 50px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 7003;
  cursor: hand;
  opacity: .2;
}
.jquery-lightbox-navigator .jquery-lightbox-button-right:hover span {
  opacity: 1;
}
.jquery-lightbox-mode-html .jquery-lightbox-background {
  background: #fff;
}
.jquery-lightbox-mode-html .jquery-lightbox-html {
  overflow: auto;
}
.jquery-lightbox-mode-html .jquery-lightbox-navigator {
  display: none;
}
.jquery-lightbox-loading {
  background: #ffffff url('../images/_loading2.gif') no-repeat center center !important;
}
#window-container {
  width: 400px;
  height: auto;
}
#window-container div {
  float: left;
  padding-left: 5px;
}
#window {
  position: relative;
  font-size: 14px;
  color: #222;
  text-shadow: #c0c0c0 0 0 1px;
}
#window h5 {
  font-size: 26px;
}
#window p {
  padding: 15px 0;
  font-size: 14px;
}
#window .icon {
  display: block;
  margin-top: 40px;
  float: left;
}
#window .icon img {
  width: auto;
  height: 100%;
}
#window .description {
  width: 260px;
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  #window-container {
    width: 200px;
  }
  #window-container div {
    float: left;
  }
  #window {
    position: relative;
    font-size: 12px;
    color: #222;
    text-shadow: #c0c0c0 0 0 1px;
  }
  #window h5 {
    font-size: 18px;
  }
  #window p {
    padding: 10px 0;
    font-size: 12px;
  }
  #window .icon {
    width: 88px;
    margin-top: 34px;
    float: left;
  }
  #window .description {
    width: 200px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 800px) {
  #window-container {
    width: 300px;
  }
  #window-container div {
    float: left;
  }
  #window {
    position: relative;
    font-size: 12px;
    color: #222;
    text-shadow: #c0c0c0 0 0 1px;
  }
  #window h5 {
    font-size: 18px;
  }
  #window p {
    padding: 10px 0;
    font-size: 12px;
  }
  #window .icon {
    width: 88px;
    margin-top: 34px;
    float: left;
  }
  #window .description {
    width: 200px;
  }
}
@media only screen and (max-width: 400px) {
  #window-container {
    width: 200px;
  }
  #window {
    position: relative;
    font-size: 14px;
    color: #222;
    text-shadow: #c0c0c0 0 0 1px;
  }
  #window h5 {
    font-size: 12px;
  }
  #window p {
    padding: 5px 0;
    font-size: 10px;
  }
  #window .icon {
    width: 60px;
    margin-top: 14px;
  }
  #window .description {
    width: 128px;
  }
}
.jquery-lightbox-move * {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
.jquery-lightbox-move #window,
.jquery-lightbox-move #send-to-friend-box,
.jquery-lightbox-move #discount-range-explainer {
  display: block !important;
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
/* preview styles */
html {
  font-family: "Calibri", "Trebuchet MS", "Helvetica", sans-serif;
}
h3 {
  margin-top: 0;
  font-size: 24px;
}
a,
a:visited {
  color: #1760BF;
  text-decoration: none;
}
a:hover {
  color: #c00;
}
.links li {
  margin-bottom: 5px;
}
h4 {
  margin: 24px 0 0 0;
}
.bottom-text {
  margin-top: 40px;
  border-top: 2px solid #CCC;
}
.bottom-text a {
  border-bottom: 1px solid #CCC;
}
.bottom-text p {
  max-width: 650px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
#devis-form {
  background: #fff;
}
.devis-form-container {
  padding: 55px;
  max-width: 485px;
  width: 100%;
  margin: 25px auto;
  min-height: 100px;
  position: relative;
  z-index: 2;
}
.devis-form-container .heading-container {
  padding-bottom: 40px;
}
.devis-form-container > .fa {
  color: #333;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
}
.devis-form-container .mfp-close {
  left: auto;
}
.devis-form-container .button {
  display: block;
}
.devis-form-container .button i {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .devis-button {
    opacity: 0.4;
  }
  .devis-form-container {
    padding: 20px;
  }
}
body {
  background: url('https://www.bruxelles-facade.be/static/images/main-pattern.png') repeat fixed 0 0 #f1f2f1;
  browser: ^ie=7;
  overflow-y: scroll;
  margin: auto;
  font-family: 'Lora Regular', 'Arial', sans-serif;
  max-width: 1920px;
}
.code {
  padding: 10px;
  border-bottom: 1px solid #ffc600;
  background: #333;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.code code {
  font: 15px 'Droid Sans', 'Ubuntu', 'Tahoma', 'Arial', sans-serif;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  clear: both;
}
#scripts {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 0;
}
ul {
  margin-bottom: 0;
  padding-left: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fa {
  font-family: 'Font Awesome', 'Arial', sans-serif;
}
li {
  list-style: none;
}
.n {
  display: none;
}
a:hover {
  text-decoration: none;
}
h2 {
  margin: 0;
}
#wrapper {
  position: relative;
  overflow: hidden;
}
.presentation {
  margin-bottom: 40px;
  padding: 0 15px;
}
#top-section {
  position: relative;
  padding: 23px 0;
  box-sizing: border-box;
  font-family: 'Lora Bold', 'Arial', sans-serif;
}
#contact-info {
  position: relative;
  float: left;
  padding-left: 44px;
  color: #a12c31;
}
#contact-info p {
  font-size: 10px;
  text-transform: uppercase;
}
#contact-info p span {
  font-size: 18px;
}
#contact-info .fa {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  font-size: 30px;
  border-right: 1px solid #0e6d69;
}
.social-container {
  position: relative;
  text-align: center;
}
.social-container li {
  display: inline-block;
  margin-left: 14px;
}
.social-container li .fa {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  color: #a12c31;
  border: 1px solid #a12c31;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.social-container li .fa:hover {
  background-color: #a12c31;
  color: #fff;
}
.button-container {
  text-align: right;
}
.button-container .red-button {
  background: #93252b;
}
.button-container .red-button:hover {
  background: #7aa93c;
}
.button-container .green-button {
  background: #7aa93c;
  border: 1px solid #6f9a37;
}
.button-container .green-button:hover {
  background: #a12c31;
  border: 1px solid #93252b;
}
.button-container .button {
  display: inline-block;
  padding: 13px 16px;
  font-size: 10px;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.button-container .button span {
  margin-left: 7px;
}
#content {
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #top-section {
    padding: 10px;
  }
  .social-container {
    margin: 10px 0 0;
  }
}
#topright {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 125px;
  width: 125px;
  background: url(http://bruxelles-facade.be/static/images/01.png) no-repeat;
  text-indent: -999em;
  text-decoration: none;
}
.testimonials .small-header {
  margin-bottom: 34px;
}
#testimonials-list {
  max-width: 464px;
  height: 86px;
  overflow: hidden;
  margin-bottom: 10px;
}
#testimonials-list .item {
  width: 464px;
  height: 86px;
  overflow: hidden;
  padding-left: 110px;
  position: relative;
  box-sizing: border-box;
}
#testimonials-list .user-info {
  font-family: 'Lora Bold', 'Arial', sans-serif;
  display: inline-block;
  position: relative;
  margin-top: 0;
  padding: 5px 0 5px 27px;
  font-size: 12px;
  line-height: 17px;
  color: #272727;
  text-transform: uppercase;
  border-top: 1px dashed #b8cecd;
  border-bottom: 1px dashed #b8cecd;
}
#testimonials-list .user-info .job {
  text-transform: capitalize;
  font-family: 'Lora Italic', 'Arial', sans-serif;
}
#testimonials-list .user-info .fa {
  background: #0e6d69;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
  color: #fff;
  border-radius: 100%;
}
#testimonials-list .text {
  padding-top: 10px;
}
#testimonials-list .user-icon {
  position: absolute;
  top: 0;
  left: 11px;
}
#primes2 {
  height: 66px;
  overflow: hidden;
}
#primes {
  text-align: left !important;
}
.main-gallery ul {
  max-width: 100%;
}
.main-gallery li {
  max-width: 100%;
  height: auto;
  margin: 0 0 35px 0;
}
.main-gallery li .list-container {
  padding: 3px;
  border: 1px solid #e1e9e4;
}
.main-gallery li .small-title {
  max-width: 100%;
  height: 36px;
  margin: 5px 0;
  overflow: hidden;
  text-align: center;
  line-height: 33px;
}
.main-gallery li .small-title span {
  display: inline-block;
  line-height: 12px !important;
  vertical-align: middle;
}
.main-gallery li .inner {
  width: 100%;
  height: 245px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 999;
}
.main-gallery li .inner:hover .green-mask {
  opacity: 1;
}
.main-gallery li .inner:hover .text {
  background: rgba(23, 72, 41, 0);
}
.main-gallery li .inner:hover .button {
  opacity: 1;
}
.main-gallery li .inner .text {
  background: rgba(23, 72, 41, 0.75);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 33px 20px;
  color: #fff;
  text-align: center;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.main-gallery li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.main-gallery li .button {
  background: #a12c31;
  position: absolute;
  top: 35%;
  left: 50%;
  margin: auto;
  padding: 15px 30px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transform: translate(-50%, 0);
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.main-gallery li .button span {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .main-gallery {
    text-align: center;
  }
  .main-gallery ul {
    display: inline-block;
  }
  .main-gallery li {
    height: auto !important;
    float: none !important;
  }
  .main-gallery .button {
    padding: 10px 15px !important;
  }
  .text {
    position: relative !important;
    padding: 12px 10px !important;
    font-size: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text {
    padding: 16px 10px !important;
    font-size: 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text {
    padding: 16px 10px !important;
    font-size: 10px !important;
  }
}
.services .small-header {
  margin-bottom: 34px;
}
.services li {
  position: relative;
  margin-bottom: 27px;
  font-family: 'Lora Regular', 'Arial', sans-serif;
}
.services li span {
  background: #0e6d69;
  width: 27px;
  height: 27px;
  line-height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 100%;
}
.services li .icon {
  max-width: 64px;
  max-height: 64px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
.services li .text {
  height: 52px;
  overflow: hidden;
}
.services a {
  height: 18px;
  overflow: hidden;
  display: block;
  line-height: 16px;
}
.services .small-title a {
  color: #272727 !important;
}
.services .small-title:hover,
.services .small-title:focus {
  color: #a12c31;
}
@media (max-width: 767px) {
  .services li {
    margin-bottom: 10px;
    padding-left: 26px;
  }
  .services li a {
    height: 40px !important;
    overflow: hidden;
    display: block;
    line-height: 13px !important;
  }
  .services li .text {
    height: 75px !important;
    overflow: hidden !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .text {
    height: 48px !important;
    overflow: hidden !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-info {
    width: 75% !important;
    padding: 90px 0 0 60px !important;
  }
  .slide-title {
    width: 486px !important;
  }
  .slide-title span {
    padding-bottom: 6px !important;
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .slide-button {
    margin-top: 46px !important;
    padding: 15px 22px !important;
  }
  .slide-button span {
    margin-left: 6px !important;
  }
  .pager-list li a {
    font-size: 11px !important;
  }
}
