/* ----------------------------------------------------------------------------
	Layout
---------------------------------------------------------------------------- */
.col2-full {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.col2 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.col3-full {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.col3 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.col4-full {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.col4 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
/* ----------------------------------------------------------------------------
	480
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  .col3-full {
    width: 50%;
  }
  .col3 {
    width: 47.7%;
  }
  .col4-full {
    width: 50%;
  }
  .col4 {
    width: 47.6%;
  }
}
/* ----------------------------------------------------------------------------
	768
---------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .col3 {
    width: 48.5%;
  }
  .col4-full {
    width: 33.3333%%;
  }
  .col4 {
    width: 31.45%;
  }
}
/* ----------------------------------------------------------------------------
	996
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1020px) {
  .col2-full {
    width: 50%;
  }
  .col2 {
    width: 48.65%;
  }
  .col3-full {
    width: 33.3333%;
  }
  .col3 {
    width: 31.54%;
  }
  .col4-full {
    width: 25%;
  }
  .col4 {
    width: 22.99%;
  }
}
/* ----------------------------------------------------------------------------
	Fonts
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'sansationregular';
  src: url('../fonts/sansation_regular-webfont.eot');
  src: url('../fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sansation_regular-webfont.woff2') format('woff2'), url('../fonts/sansation_regular-webfont.woff') format('woff'), url('../fonts/sansation_regular-webfont.ttf') format('truetype'), url('../fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansationbold_italic';
  src: url('../fonts/sansation_bold_italic-webfont.eot');
  src: url('../fonts/sansation_bold_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sansation_bold_italic-webfont.woff2') format('woff2'), url('../fonts/sansation_bold_italic-webfont.woff') format('woff'), url('../fonts/sansation_bold_italic-webfont.ttf') format('truetype'), url('../fonts/sansation_bold_italic-webfont.svg#sansationbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansationbold';
  src: url('../fonts/sansation_bold-webfont.eot');
  src: url('../fonts/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sansation_bold-webfont.woff2') format('woff2'), url('../fonts/sansation_bold-webfont.woff') format('woff'), url('../fonts/sansation_bold-webfont.ttf') format('truetype'), url('../fonts/sansation_bold-webfont.svg#sansationbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ----------------------------------------------------------------------------
	Colors
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
	Basic
---------------------------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #1c1c1b;
  /*
	background-image: url(../images/ref/02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:5000px;
	*/

}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  line-height: 125%;
}
hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #dadad9;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
:focus,
a:link,
a:visited {
  outline: 0;
  border: none;
}
/* ----------------------------------------------------------------------------
	Layout
---------------------------------------------------------------------------- */

.mobile {
  display: block;
}
.desktop {
  display: none;
}
.wrapper {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  /*
	background:red;
	opacity: .5;
	*/

}
.container {
  width: 100%;
  float: left;
}
.header-container {
  background: url(../images/fondo_header.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  height: 150px;
}
.mobile-menu-btn {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 2000;
}
.mobile-menu-btn a:link,
.mobile-menu-btn a:visited {
  color: #ffffff;
}
h1.logo {
  margin-top: 25px;
}
.menu-container {
  display: none;
  text-align: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #35281f;
  z-index: 9999;
}
.header-container-interior {
  position: relative;
  text-align: center;
  background: #35281f;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
  /*height:80px;*/

}
h1.logo-interior {
  position: relative;
  top: 7px;
  left: 0;
  margin-top: 0;
}
.identitat-container {
  background: url(../images/fondo_identitat.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*height: 452px;*/
}
.item-text {
  margin-top: 50px;
}
.item-text h2 {
  font-family: 'sansationbold';
  font-size: 43px;
  color: #2f2603;
  margin-bottom: 20px;
}
.item-text h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #2f2603;
}
.item-text p {
  color: #ffffff;
  line-height: 150%;
}
.serveis-container {
  text-align: right;
  background: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.serveis-container .item-text h2 {
  color: #4a3014;
}
.serveis-container .item-text h3 {
  color: #7d5a37;
}
.serveis-container .item-text p {
  color: #1c1c1b;
}
.tabs-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  text-align: center;
}
.tabs-container-items {
  margin-bottom: 20px;
}
.tabs-item {
  text-align: center;
  position: relative;
}
.tabs-item img {
  vertical-align: middle;
  max-width: 85%;
  width: 100%;
  height: auto;
  width: auto\9;
}
.tabs-item h3 {
  color: #4a3014;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
}
.tabs-content {
  margin-top: 40px;
}
.tabs-content h3 {
  color: #bf9b7b;
  font-size: 24px;
}
.tabs-content p {
  color: #502b09;
  font-size: 16px;
  line-height: 150%;
}
.pastilla-texte {
  position: relative;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  float: left;
  background: #c6aa99;
  text-align: center;
  margin-bottom: 25px;
  visibility: hidden;
  line-height: 145%;
}
.pastilla-texte p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.marcador {
  position: absolute;
  top: -20px;
  transition: left 0.5s;
}
.text-fondo-blanc {
  text-align: center;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  background: #ffffff;
  margin: 0;

}
.text-fondo-blanc p {
  color: #1c1c1b;
  margin: 0;
  padding: 0;
}
.projectes-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  background: #917351;
  /*opacity: .5;*/

}
.projectes-container h2 {
  color: #ffffff;
  font-family: 'sansationbold';
  font-size: 43px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.projectes-container h3 {
  color: #502c0a;
}
.projectes-container-nav {
  text-align: center;
}
.projectes-carousel-container {
  position: relative;
  background: #917351;
  min-height: 200px;
  width: 100%;
  height: auto;
}
.projectes-carousel-container img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
  width: auto\9;
}
.plus-icon {
  z-index: 1000;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -15px;
}
.plus-icon a:link,
.plus-icon a:hover {
  opacity: .8;
}
.plus-icon a:hover {
  opacity: 1;
}
.footer-container {
  background: #ececec;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 70px;
}
.footer-container h2 {
  font-family: 'sansationbold';
  font-size: 43px;
  color: #474745;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-container p {
  color: #474745;
  font-size: 16px;
  line-height: 150%;
}
.footer-container p a:link,
.footer-container p a:visited {
  text-decoration: none;
  color: #e98945;
}
.footer-container p a:hover {
  text-decoration: underline;
}
.credits-container {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #1c1c1b;
}
.credits-container p {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 20px;
}
.credits-container p a:link,
.credits-container p a:visited {
  text-decoration: none;
  color: #ffffff;
}
.credits-container p a:hover {
  text-decoration: underline;
}
.nuwa {
  position: relative;
  top: 0;
  right: 0;
}

.projectes-container h3 {
  font-weight: 100;
}
/* ----------------------------------------------------------------------------
	Navigation
---------------------------------------------------------------------------- */

.top_logo {
  position: absolute;
  top: -4px;
}

.menu ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  margin-left: 0px;
}
.menu ul li {
  display: block;
  list-style-type: none;
}
.menu ul a {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.menu ul a:link,
.menu ul a:visited {
  font-family: 'sansationregular';
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.menu ul a:hover {
  color: #b08b6c;
}
.menu ul li.active a:link,
.menu ul li.active a:visited {
  color: #b08b6c;
}
.idiomes {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 15px;
}
.idiomes ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.idiomes ul li {
  display: inline;
  list-style-type: none;
}
.idiomes ul a {
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.idiomes ul a:link,
.idiomes ul a:visited {
  color: #ffffff;
  text-decoration: none;
}
.idiomes ul a:hover {
  color: #b08b6c;
}
.idiomes ul li.active a:link,
.idiomes ul li.active a:visited {
  color: #b08b6c;
}
.header-container-interior .menu ul {
  display: none;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
}
.header-container-interior .idiomes ul {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 10px;
}
.projectes-nav ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.projectes-nav ul li {
  display: inline;
  list-style-type: none;
}
.projectes-nav ul a {
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.projectes-nav ul a:link,
.projectes-nav ul a:visited {
  color: #ffffff;
  text-decoration: none;
}
.projectes-nav ul a:hover {
  color: #d4c6bb;
}
.projectes-nav ul li.active a:link,
.projectes-nav ul li.active a:visited {
  color: #d4c6bb;
}
.owl-theme .owl-controls {
  position: absolute;
  margin-top: 0px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.owl-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.owl-next {
  position: absolute;
  top: 0;
  right: 0;
}
/* ----------------------------------------------------------------------------
	996
---------------------------------------------------------------------------- */
@media only screen and (min-width: 996px) {
  .projectes-carousel-container {
      min-height: 500px;
}

  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .mobile-menu-btn {
    display: none;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .header-container {
     /* height: 620px;*/
    min-height: 100%;
    min-width: 100%;
  }

  h1.logo {
    margin-top: 305px;
  }
  .menu-container {
    display: block;
  }

  .menu ul {
      margin-left: 100px;
  }
  .menu ul li {
    display: inline;
  }
  .menu ul a {
    width: auto;
    float: none;
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .idiomes {
    position: absolute;
    top: 4px;
    right: 5px;
  }
  .header-container-interior {
    text-align: left;
  }
  .header-container-interior .menu ul {
    display: block;
    text-align: center;
    margin-top: 90px;
    margin-left: 80px;
  }
  .header-container-interior .idiomes ul {
    display: block;
    position: absolute;
    top: 86px;
    right: 0;
    margin: 0;
  }
  h1.logo-interior {
    position: absolute;
    tpo: 10px;
    left: 0;
    margin-top: 10px;
  }
  .nuwa {
    position: absolute;
    top: 7px;
    right: 10px;
    margin-bottom: 0;
  }
}
/* ----------------------------------------------------------------------------
	1025
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .wrapper {
    width: 1025px;
    margin: 0 auto;
  }
}
