/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap;word-wrap:break-word}q{quotes:\201C \201D \2018 \2019}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body,figure{margin:0}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

/* Colors
---------------------------------

--------------------------------- */

/* Fonts
--------------------------------- */
#header-social,
#nav,
#footer,
#home-squares,
h2, h3, h4,
.header-title li,
.content-row ul.clouds,
.breadcrumbs,
.content-row p,
.content-row .highlight,
.content-row ul.classic,
.gallery-item,
form label, form input, form button, .btn,
span.label,
.choose-area,
#experts-popup span, #experts-popup .experts-popup-close,
table, .table-title,
.catalogue-title, .catalogue-label, .catalogue-item .title,
.content-row ul.characteristics span {
  font-family: 'Lato', sans-serif;
}

.certifications, .nom {
  font-family: 'Oswald', sans-serif;
}

/* Layout
--------------------------------- */
#header {
  margin: 0 auto;
  position: relative;
  width: 960px;
  z-index: 5000;
}
#footer {
  margin: 20px auto 0;
  position: relative;
  width: 960px;
  z-index: 5000;
}

/* General
--------------------------------- */
.breadcrumbs {
  color: #838383;
  font-size: 15px;
  margin-bottom: 10px;
}
.breadcrumb {
  color: #838383;
  text-decoration: none;
}
.breadcrumb.last {
  color: #17469d;
  font-size: 23px;
}

.show-xs { display: none; }

/* Header
--------------------------------- */
#header {
  overflow: hidden;
  padding-top: 22px;
}

#logo {
  background: url(images/logo.png);
  float: left;
  height: 71px;
  margin: 0;
  width: 181px;
}
#logo a {
  display: block;
  height: 100%;
}
#logo span {
  display: none;
}

#header-right {
  float: right;
  /*width: 770px;*/
  width: 775px;
}

#header-social {
  color: #fff;
  float: right;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 12px;
}
#header-social .social-fb,
#header-social .social-tw,
#header-social .social-in {
  background: url(images/header-social.png);
  display: inline-block;
  height: 16px;
  margin: 0 3px;
}
#header-social .social-fb {
  width: 8px;
}
#header-social .social-tw {
  background-position: -8px 0;
  width: 19px;
}
#header-social .social-in {
  background-position: -27px 0;
  width: 16px;
}

#nav-toggle {
  background: url(images/nav-toggle.png);
  background-size: 26px 20px;
  display: none;
  height: 20px;
  left: 16px;
  position: absolute;
  top: 26px;
  width: 26px;
}

#nav {
  background: #7c7d7d;
  clear: both;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#nav li {
  background: url(images/nav-separator.png) no-repeat right center;
  float: left;
  line-height: 30px;
}
#nav li span {
  color: #444343;
  display: block;
  font-size: 14px;
  padding: 0 7px 0 8px;
}
#nav li a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 0 7px 0 8px;
  text-decoration: none;
}
#nav li.current a {
  border-bottom: 2px solid #fff;
}
#nav li:last-child, #nav li.last {
  background: none;
}
#nav li:last-child a, #nav li.last a {
  padding-right: 0;
}

.header-image-placer {
  height: 0;
}
.header-image {
  height: 400px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-title-wrapper {
  margin-bottom: 234px;
  position: relative;
  z-index: 2000;
}
.header-title {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}

.header-title ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-title li {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 6px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.header-title li.current {
  background: #17469d;
}
.header-title li a {
  color: #fff;
  text-decoration: none;
}

#section-selector {
  margin: 16px auto 0;
  outline: none;
  width: 90%;
}

h2 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin: 20px 0 0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
h3 {
  color: #3e3e3e;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 40px;
}
h3.huge {
  color: #17469d;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
h3.small {
  font-size: 19px;
  font-weight: 400;
  margin: 20px 0 0;
}
h3.center {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
h3.green {
  color: #00a69c;
  font-size: 28px;
}
h3.green.normal {
  font-weight: 400;
}
h3.blue {
  color: #17469d;
  font-size: 19px;
  font-weight: 400;
}
h3.blue.big {
  font-size: 30px;
  margin: 0 0 30px;
}
h3 strong {
  font-weight: 900;
}
h4 {
  color: #17469d;
  font-size: 15px;
  font-weight: 400;
  margin: 16px 0 0;
}

img.center {
  display: block;
  margin: 20px auto;
}

form label,
span.label {
  color: #17469d;
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}
form select {
  display: block;
  margin: 0 0 40px 2px;
  outline: none;
  width: 100%;
}
form button, .btn {
  background: #17469d;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 12px;
  text-decoration: none;
}
form button.btn {
  font-size: 13px;
}
form button.btn-green {
  background: #a2cc39;
}
.btn-light { background: #007bbc; }
.btn-big {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
  overflow: hidden;
  padding: 0 14px;
}

table {
  border-top: 1px solid #c3c3c3;
  width: 100%;
}
table tr { border-bottom: 1px solid #c3c3c3; }
table tbody tr:last-child { border-bottom: none; }
table th {
  color: #17469d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 0 6px 60px;
  text-align: left;
}
table td {
  color: #3e3e3e;
  font-size: 12px;
  padding: 2px 0 2px 60px;
}
table td.big {
  font-size: 20px;
}
table td a {
  color: #3e3e3e;
  text-decoration: none;
}
.table-title {
  border: 1px solid #c3c3c3;
  border-bottom: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-left: 60px;
  padding: 4px 8px;
}

.form {
}
.form-group {
  float: left;
  margin: 0 5% 20px 0;
  width: 45%;
}
.form-group.form-group-full {
  margin: 0;
  width: 75%;
}
.form-group label {
  display: block;
}
.form-control {
  border: 1px solid #e0e0df;
  font-size: 15px;
  line-height: 30px;
  outline: none;
  width: 100%;
}

.content-row p {
  color: #838383;
  font-size: 12px;
  text-align: justify;
}
.content-row p.bigger { font-size: 14px; }
.content-row p.blue {
  color: #17469d;
  font-size: 15px;
}
.content-row p.no-top {
  font-size: 14px;
  margin-top: 0;
}

.content-row .highlight {
  background: #17469d;
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 10px 12px;
  text-decoration: none;
}
.content-row .center { text-align: center; }
.content-row .highlight.center {
  margin: 0 auto;
  text-align: center;
}
.content-row .highlight.grey {
  background-color: #838384;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.content-row .highlight.grey strong {
  color: #fff;
  font-size: 17px;
  font-weight: 900; 
}
.content-row p strong {
  color: #17469d;
  font-size: 14px;
  font-weight: 700;
}
.content-row p.plain a {
  color: #838383;
  text-decoration: none;
}
.content-row p.plain strong {
  color: #17469d;
  font-weight: 400;
}

.list-row {
  overflow: hidden;
}
.list-row ul {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.content-row ul.classic {
  margin: 0;
  padding: 0 0 0 20px;
}
.content-row ul.classic li {
  color: #17469d;
  font-size: 12px;
  padding: 0;
}
.content-row ul.bigger li { font-size: 14px; }
.content-row ul.classic span {
  color: #838383;
}
.characteristics-wrapper {
  border-top: 1px solid #c3c3c3;
  overflow: hidden;
  padding: 20px 60px;
}
.characteristics-wrapper.no-left {
  padding-left: 20px;
}
.content-row ul.characteristics {
  float: left;
  list-style-type: none;
  margin: 0 60px 0 0;
  padding: 0;
}
.content-row ul.characteristics li {
  color: #838383;
  font-size: 12px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 14px;
  overflow: hidden;
  width: 220px;
}
.content-row ul.characteristics img {
  display: block;
  float: left;
  margin-right: 10px;
}
.content-row ul.characteristics span {
  display: inline-block;
  line-height: 140%;
  vertical-align: middle;
}

.content-row ul.clouds {
  color: #17469d;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content-row ul.clouds li {
  background: url(images/bullet-cloud.png) no-repeat left top;
  font-size: 13px;
  margin-bottom: 8px;
  min-height: 17px;
  padding-left: 28px;
  text-align: justify;
}

.content-row ul.clouds li:nth-child(2n+2) {
  color: #007bbc;
}

/*.content-row ul.clouds span {
  color: #007bbc;
}*/

/* Footer
--------------------------------- */
#footer {
  clear: both;
  padding: 10px 0;
}
#footer-nav {
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#footer-nav li {
  color: #737373;
  display: table-cell;
  font-size: 12px;
  padding: 0 2px;
}
#footer-nav a {
  color: #2c4b91;
  text-decoration: none;
}

#footer p {
  color: #737373;
  font-size: 12px;
  text-align: center;
  margin: 8px 0;
}

/* Content
--------------------------------- */
.content-wrapper {
  
}
.content-container {
  border: 1px solid #dfdfdf;
  margin: 0 auto;
  padding: 40px 18px;
  width: 922px;
}

.content-row {
  background: url(images/content-top.png) repeat-x;
  overflow: hidden;
  padding: 50px 20px;
}

.content-left {
  float: left;
  width: 610px;
}
.content-right {
  float: right;
  width: 228px;
}

.content-section {
  border-top: 1px solid #e0e0df;
  margin: 20px 0;
  padding: 10px 0;
}

.content-half-section {
  overflow: hidden;
}
.content-half-left,
.content-half-right {
  float: left;
  margin-right: 5%;
  width: 45%;
}
.content-half-left.undefined,
.content-half-right.undefined {
  margin-right: 0;
  width: auto;
}

#home-squares.sidebar li {
  float: none;
  height: 142px;
  margin-bottom: 4px;
  width: 100%;
}

.content-header {
  display: block;
  margin: 0 auto;
}

/* Content sliders
--------------------------------- */
.content-slider {
  overflow: hidden;
  position: absolute;
}

.content-slider-swipe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.content-slider-container {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.content-slider-item {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-slider-item .content-fill {
  position: absolute;
}

.content-slider-dots {
  bottom: 20px;
  left: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  height: 16px;
  z-index: 1001;
}
.content-slider-dots .content-slider-dot {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 3px, 0.2);
  border-radius: 8px;
  float: left;
  height: 8px;
  margin: 3px;
  width: 8px;
  z-index: 1000;
}
.content-slider-dots .content-slider-dot.current {
  background: #274991;
}

/* Home
--------------------------------- */
#home-slider-placer.header-image-placer {
  height: 497px;
}
#home-slider.header-image {
  height: 590px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#home-squares {
  list-style: none;
  margin: 2px 0;
  padding: 0;
}
#home-squares li {
  float: left;
  height: 150px;
  width: 25%;
}
#home-squares a {
  background-position: center top;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  display: block;
  height: 100%;
  line-height: 80%;
  position: relative;
  text-decoration: none;
}

#home-squares .square1 {
  border-left: none;
  background-image: url(images/home-square-1.jpg);
}
#home-squares .square2 { background-image: url(images/home-square-2.jpg?asasf=asfasfasf); }
#home-squares .square3 { background-image: url(images/home-square-3.jpg); }
#home-squares .square4 {
  background-image: url(images/home-square-4.jpg);
  border-right: none;
}

#home-squares span {
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  right: 8px;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  top: 10px;
}

/* Corporate
--------------------------------- */
.gallery-small {
  overflow: hidden;
}
.gallery-item {
  border: 1px solid #dfdfdf;
  border-bottom: none;
  border-left: none;
  float: left;
  height: 235px;
  text-align: center;
  width: 277px;
}
.gallery-bottom { padding-top: 21px; }
.gallery-left { padding-right: 19px; }
.gallery-top { border-top: none; }
.gallery-right {
  border-right: none;
  padding-left: 19px;
}
.gallery-label {
  color: #838383;
  display: block;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
}
.gallery-label strong {
  color: #17469d;
  font-size: 15px;
  font-weight: 900;
}

/* Residential
--------------------------------- */
#choose-form {
  float: left;
  width: 290px;
}

#choose-areas {
  margin-left: 60px;
  width: 258px;
}
#choose-areas .label {
  margin-bottom: 10px;
}
.choose-area {
  background: #17469d;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
}
.choose-area strong {
  font-size: 13px;
  font-weight: 900;
}
.choose-area.area-2 { background: #1b75bb; }
.choose-area.area-3 { background: #00a79d; }
.choose-area.area-4 { background: #2ab573; }

/* Commercial
--------------------------------- */
#experts-popup {
  left: 50%;
  margin-left: 147px;
  position: absolute;
  top: 190px;
  width: 333px;
  z-index: 1000;
}
#experts-popup.inline {
  position: relative;
  left: auto;
  margin-left: 0;
  top: auto;
}
#experts-popup .experts-popup-toggle {
  background: url(images/experts-popup-header.png);
  display: block;
  height: 70px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#experts-popup.inline .experts-popup-toggle {
  height: 57px;
}
#experts-popup.open .experts-popup-toggle { background-position: 0 -70px; }

#experts-popup-content {
  background: #dddddc;
  display: none;
  margin-top: -13px;
  padding: 32px;
  position: relative;
  z-index: 1;
}

#experts-popup span {
  color: #17469d;
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}
#experts-popup .form-control {
  background: #fff;
  border: none;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 4px 10px;
  width: 100%;
}

#experts-popup .experts-popup-close {
  background: url(images/experts-popup-close.png) no-repeat left center;
  color: #17469d;
  float: right;
  font-size: 11px;
  line-height: 16px;
  padding-left: 19px;
  text-decoration: none;
}

/* Industrial
--------------------------------- */
.catalogue {
  overflow: hidden;
}
.catalogue-item {
  border: 1px solid #e0e0df;
  border-left: none;
  border-top: none;
  float: left;
  height: 256px;
  overflow: hidden;
  padding: 20px 40px;
  width: 360px;
}
.catalogue-item.left {
  padding-left: 0;
  width: 400px;
}
.catalogue-item.bottom { border-bottom: none; }
.catalogue-item.right { border-right: none; }
.catalogue-item img {
  float: left;
  margin: 60px 18px 0 0;
}
.catalogue-item .title {
  color: #2c4b91;
  font-size: 20px;
}
.catalogue-info {
  overflow: hidden;
}

.industrial-item-wrapper {
  overflow: hidden;
}
.industrial-item-left {
  float: left;
  margin-right: 90px;
  width: 288px;
}
.industrial-item-right {
  float: left;
  /*width: 445px;*/
  /*width: 100%;*/
  width: 50%;
}
.industrial-item-right a.fancybox img{
	max-width:100%;
}
.industrial-description {
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 900;
  margin: 16px 0;
}

.catalogue-inline-row {
  border-bottom: 1px solid #e0e0df;
  overflow: hidden;
  padding: 40px 0;
}
.catalogue-inline-row:last-child { border-bottom: none; }
.catalogue-inline-item {
  border-right: 1px solid #e0e0df;
  float: left;
  height: 180px;
  padding: 0 1.5%;
  text-align: center;
  width: 30%;
}
.catalogue-inline-item:last-child { border-right: none; }
.catalogue-inline-item img {
  max-height: 125px;
  max-width: 238px;
}
.catalogue-title {
  color: #17469d;
  display: block;
  font-size: 20px;
  margin: 0 0 14px;
  text-align: center;
}
.catalogue-label {
  color: #838383;
  display: block;
  font-size: 13px;
  text-align: center;
}
.nom {
  color: #231f20;
  display: block;
  font-size: 14px;
  margin: 14px;
  text-align: center;
}

/* Where to buy
--------------------------------- */
.dealer {
  float: left;
  margin-right: 2%;
  width: 48%;
}
.dealer .map {
  float: left;
  margin-right: 10px;
  width: 122px;
}
.dealer .info {
  float: left;
  /*width: 160px;*/
  width: 122px;
  margin-bottom:10px;
}
.dealer .name {
  color: #17469d;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.dealer p {
  color: #838383;
  font-size: 12px;
  margin: 0;
  text-align: left;
}
.dealer a {
  color: #838383;
  text-decoration: none;
}


	/*.dpnone{ display:block;}*/
	/*.dpblock{ display:none;}*/
	
	.dpmovil{display:none;}

@media only screen and (max-width: 767px) {
  
  .hide-xs { display: none; }
  .show-xs { display: block; }

  /* General
  --------------------------------- */
  h2 {
    border-bottom: none;
    color: #7e7e7e;
    font-weight: 700;
    margin: 20px 0 0;
    text-align: center;
  }
  h3 {
    color: #3e3e3e;
    font-size: 17px;
    font-weight: 700;
    margin: 0 auto 40px;
    text-align: center;
    width: 90%;
  }
  h4 {
    color: #17469d;
    font-size: 15px;
    font-weight: 400;
    margin: 16px 0 0;
  }
  
  .form {
  }
  .form-group {
    float: none;
    margin: 0 0 20px 0;
    width: 98%;
  }
  .form-group.form-group-full {
    margin: 0;
    width: 98%;
  }
  
  .btn-big {
    display: block;
    margin-bottom: 4px;
    text-align: center;
  }

  /* Layout
  --------------------------------- */
  #header {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 5000;
  }
  #footer {
    margin: 20px auto 0;
    position: relative;
    width: 100%;
    z-index: 5000;
  }

  /* Header
  --------------------------------- */
  #header {
    background: #fff;
    padding-top: 9px;
  }
  #header-right {
    width: 100%;
  }
  #logo {
    background: url(images/logo@2x.png);
    background-size: 142px 57px;
    float: none;
    height: 57px;
    margin: 0 auto 9px;
    width: 142px;
  }
  
  #header-social { display: none; }
  #nav-toggle { display: block; }
  #nav { display: none; }
  #nav li {
    background: none;
    border-bottom: 1px solid #fff;
    float: none;
    padding: 0 24px;
  }
  #nav li a {
    font-size: 14px;
  }
  #nav li:last-child { border-bottom: none; }
  #nav li.current a { border-bottom: none; }
  
  #nav .social-fb span,
  #nav .social-tw span,
  #nav .social-in span {
    background: url(images/header-social.png);
    display: inline-block;
    height: 16px;
    margin: 0 3px;
    padding: 0;
  }
  #nav .social-fb span {
    margin: 0 9px;
    width: 8px;
  }
  #nav .social-tw span {
    background-position: -8px 0;
    width: 19px;
  }
  #nav .social-in span {
    background-position: -27px 0;
    margin: 0 4px;
    width: 16px;
  }
  #nav .social a {
    display: inline-block;
  }
  
  .header-image-placer {
    height: 118px;
    position: relative;
  }
  .header-image { height: 118px; }
  
  .header-title-wrapper { margin-bottom: 20px; }
  .header-title { width: 100%; }
  
  .header-title ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header-title li {
    float: left;
    font-size: 12px;
    padding: 6px 8px;
  }
  .header-title li.current {
    background: #17469d;
  }
  .header-title li a {
    color: #fff;
    text-decoration: none;
  }
  
  /* Footer
  --------------------------------- */
  #footer-nav { display: none; }

  /* Content
  --------------------------------- */
  .content-container {
    border: none;
    box-sizing: border-box;
    padding: 40px 18px;
    width: 100%;
  }
  
  .content-row { padding: 50px 0 0; }
  
  .content-left {
    float: none;
    width: 100%;
  }
  .content-right {
    float: none;
    width: 100%;
  }
  
  .content-section {
    border-top: 1px solid #e0e0df;
    margin: 20px 0;
    padding: 10px 0;
  }
  
  .content-half-left,
  .content-half-right {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  
  #home-squares.sidebar li {
    float: none;
    height: 142px;
    margin-bottom: 4px;
    width: 100%;
  }
  
  .content-header {
    display: block;
    margin: 0 auto;
  }
  
  .content-header {
    width: 100%;
  }

  /* Home
  --------------------------------- */
  #home-slider-placer.header-image-placer {
    height: 184px !important;
    position: relative;
  }
  #home-slider.header-image {
    height: 184px !important;
  }
  
  #home-squares li {
    float: none;
    width: 100%;
  }

  /* Sidebar
  --------------------------------- */
  .content-right.content-sidebar {
    background: url(images/content-top.png) repeat-x;
    margin-top: 30px;
    padding: 30px 0 0;
  }
  .content-full #home-squares,
  #home-squares.sidebar {
    overflow: hidden;
  }
  .content-full #home-squares li,
  #home-squares.sidebar li {
    float: left;
    margin: 0;
    width: 50%;
  }

  /* Corporate
  --------------------------------- */
  .gallery-item {
    border: none;
    padding: 0 !important;
    width: 100%;
  }

  /* Residential
  --------------------------------- */
  #choose-form {
    box-sizing: border-box;
    padding-right: 5px;
    width: 100%;
  }
  #choose-areas {
    margin: 20px 0 0;
    width: 100%;
  }
  
  .list-row.half .classic { width: 100% !important; }

  /* Industrial
  --------------------------------- */
  .catalogue-item {
    border: none !important;
    border-top: 1px solid #e0e0df;
    float: none;
    height: auto;
    overflow: hidden;
    padding: 0 0 20px;
    text-align: center;
    width: 100% !important;
  }
  .catalogue-item:last-child { border-bottom: none; }
  .catalogue-item img {
    float: none;
    margin: 20px auto 20px;
  }
  .catalogue-item .title {
    color: #2c4b91;
    font-size: 20px;
  }
  .catalogue-info {
    overflow: hidden;
  }
  .catalogue-item .btn {
    display: block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0;
    width: 100%;
  }
  
  .catalogue-inline-row {
    border-bottom: none;
    overflow: hidden;
    padding: 0;
  }
  .catalogue-inline-item {
    border-bottom: 1px solid #e0e0df;
    border-right: none;
    float: none;
    height: auto;
    padding: 20px 0;
    width: 100%;
  }
  .catalogue-title {
    color: #17469d;
    display: block;
    font-size: 20px;
    margin: 0 0 14px;
    text-align: center;
  }
  .catalogue-label {
    color: #838383;
    display: block;
    font-size: 13px;
    text-align: center;
  }
  .nom {
    color: #231f20;
    display: block;
    font-size: 14px;
    margin: 14px;
    text-align: center;
  }

  /* Maintenance
  --------------------------------- */
  #experts-popup.inline {
    margin: 0 auto;
    width: 290px;
  }
  #experts-popup.inline .experts-popup-toggle {
    background-size: 290px 122px;
    height: 50px;
    width: 290px;
  }
  #experts-popup.open .experts-popup-toggle { background-position: 0 -61px; }
  
	.content-row div.content-full table thead tr th{
		padding: 6px 2px;
	}
	.content-full table tbody tr td{
		padding: 2px 2px;
	}
	
	.dpnone{ display:none;}
	.dpblock{ display:block;}
	.dpmovil{display:block;}
  
}
