/* Generated by less 2.1.1 */
/************ ESTUDI FGH.net ESTÀ D'ANIVERSARI *************/
/*****************    2007  -  2014   **********************/
/*********** http://www.estudifgh.net/aniversari ***********/
/* MIXINS */
.font-family {
  font-family: 'Dosis', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.color-gris {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*************** GENERALS **************/
html,
body {
  height: 100%;
  width: 100%;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 i,
h2 i,
h3 i,
h4 i,
h1 span,
h2 span,
h3 span,
h4 span {
  color: inherit;
  margin-right: 0px;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #990000;
  text-decoration: none;
}
.btn span {
  margin-right: 5px;
}
.btn-danger {
  background: #4d000d;
  border: 1px #4d000d solid;
}
.btn-danger:hover {
  background: #990000;
  border: 1px #4d000d solid;
}
.btn-default {
  background: #dddddd;
  color: #101010;
  border: 1px #dddddd solid;
}
.btn-default span {
  color: #000000;
}
.btn-default:hover {
  background: #ffffff;
  color: #000000;
  border: 1px #dddddd solid;
}
b {
  font-weight: normal;
  color: #ffffff;
}
.callout,
.header {
  position: static;
  display: table;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.7), inset 0 -3px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.7), inset 0 -3px 10px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.7), inset 0 -3px 10px rgba(0, 0, 0, 0.7);
  background-color: #101010;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout .canvi {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.intro-arees {
  padding: 5px 0;
  /* .transparent(0.80); */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  /* &:hover { .transparent(1); } */
}
.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 5em;
  font-weight: 700;
  color: #101010;
  text-shadow: 0 0 10px #ffffff;
}
.vert-text h1 span {
  color: #101010;
  margin: 0;
}
.vert-text .inici-btn-vermell {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}
.vert-text .inici-btn-vermell .btn {
  font-size: 25px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.vert-text .inici-btn-vermell .btn span {
  margin: 5px 3px 0px 0px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
.amagat-inici {
  display: none;
}
.tooltip .tooltip-inner {
  background: #efefef;
  color: #101010;
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  padding: 8px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  width: 90px;
}
/**************** MENÚ LATERAL **********/
#menu-idioma {
  position: absolute;
  top: 7px;
  right: 15px;
  text-align: right;
}
#menu-idioma ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-idioma ul li {
  position: relative;
  margin: 5px;
  cursor: pointer;
  display: block;
}
#menu-idioma ul li a {
  color: #ffffff;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#menu-idioma ul li a:hover {
  color: #ffffff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.affix,
.affix-top {
  top: 0%;
  right: 0;
  position: fixed;
  z-index: 2;
}
#dotNav {
  z-index: 5;
  right: 12px;
  padding: 5px;
}
#dotNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#dotNav ul li {
  position: relative;
  margin: 6px 0;
  width: 17px;
  height: 17px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#dotNav ul li:hover {
  background: #ffffff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#dotNav ul li.active,
#dotNav ul li.active:hover {
  background: #ffffff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#dotNav ul li a {
  outline: 0;
  vertical-align: top;
  margin: 0;
  position: relative;
}
/************* BANNER SLIDER Dades ****************/
.banner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  min-width: 100%;
  width: 100%;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
.banner ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
.banner ul li {
  display: block;
  float: left;
  width: 100%;
}
.banner .inner {
  padding: 0px;
  width: 100%;
  height: 120px;
}
.banner .inner h1 {
  font-size: 50px;
  line-height: 30px;
  width: 100%;
  margin: 0;
}
.banner .inner h2 {
  font-size: 36px;
  line-height: 42px;
  width: 100%;
  margin: 10px 0 0 0;
}
.banner .inner h3 {
  font-size: 24px;
}
.banner .inner .titol-comunicar {
  text-shadow: 0 0 10px #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.banner .inner p,
.banner .inner p.lead {
  margin-bottom: 0px;
}
.banner .inner p.lead span {
  font-size: 15px;
}
.banner .inner-gran {
  height: 100%;
}
.banner .dot {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.banner .dots {
  position: relative;
  padding: 0;
  margin: 18px auto -30px auto;
  width: 130px;
  z-index: 3;
}
.banner .dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner .dots li:hover {
  background: #ffffff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.banner .dots li.active,
.banner .dots li.active:hover {
  background: #ffffff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.banner .arrows {
  position: relative;
  color: #dddddd;
  margin-bottom: 10px;
  z-index: 2;
  width: 165px;
  margin: 1px auto;
  text-align: left;
}
.banner .arrows .arrow {
  display: inline-block;
  cursor: pointer;
  color: #777777;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner .arrows .arrow.next {
  float: right;
}
.banner .arrows .arrow:hover {
  color: #ffffff;
}
.seccio-seg {
  display: none;
  width: 200px;
  margin: -35px auto 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.seccio-seg a {
  margin: 0 0 0 170px;
  width: 40px;
  height: 40px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}
.seccio-seg a:hover {
  filter: none;
  -webkit-filter: none;
}
.seccio-seg a img {
  border: 2px solid #dddddd;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
.seccio-seg a span {
  width: 35px;
  height: 28px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.seccio-seg a span.btn {
  background: #343434;
  color: #dddddd;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.seccio-seg a span.btn:hover {
  background: #777777;
}
.nav-seccio-imatge {
  width: 110px;
  position: absolute;
  left: 5px;
  text-align: center;
  margin: 5px 0 0 0;
  z-index: 2;
}
.nav-seccio-imatge .btn-amunt,
.nav-seccio-imatge .btn-avall {
  color: #777777;
  padding: 5px 10px;
}
.nav-seccio-imatge .btn-amunt span,
.nav-seccio-imatge .btn-avall span {
  margin: 0;
}
.nav-seccio-imatge .btn-amunt:hover,
.nav-seccio-imatge .btn-avall:hover {
  color: #ffffff;
}
.nav-seccio-imatge .imatge-servei-seccio {
  border: 3px solid #222222;
  border-radius: 50%;
  display: block;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  margin: 0 auto 5px auto;
}
.nav-seccio-imatge .imatge-servei-seccio-logo {
  display: block;
  margin: 5px auto 5px auto;
  width: 70px;
  height: 101px;
}
.nav-tornar-amunt {
  position: absolute;
  left: 5px;
}
.nav-tornar-amunt a span {
  margin: 0;
}
/************ IMATGES INICIALS FONS ************/
.header {
  background-image: url(../imatges/01-capcalera.jpg);
}
#callout-intro {
  background-image: url(../imatges/02-presentacio-0.jpg);
  overflow: hidden;
  max-height: 980px;
  min-height: 500px;
}
#callout-foto {
  background-image: url(../imatges/03-fotografia-0.jpg);
}
#callout-disseny {
  background-image: url(../imatges/04-disseny-0.jpg);
}
#callout-video {
  background-image: url(../imatges/05-video-0.jpg);
}
#callout-web {
  background-image: url(../imatges/06-web-0.jpg);
}
#callout-altres {
  background-image: url(../imatges/07-altres-0.jpg);
  overflow: hidden;
  max-height: 980px;
  min-height: 500px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#callout-altres.comprimit {
  min-height: 0;
  height: 100px;
}
/*********** 02 PRESENTACIÓ **********/
#segon {
  padding: 5px 0 0 0;
}
#mon-splash {
  display: block;
  position: relative;
  margin: 80px 0 -100px 0;
}
#mon-splash #petitmon {
  -webkit-animation: spin 30s linear infinite;
  -moz-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
}
#serveis-link-pres {
  display: none;
}
ul.llista-serveis {
  text-align: center;
  margin: 50px auto 0 auto;
  padding: 0;
}
ul.llista-serveis li.servei {
  display: inline-block;
  padding: 0px;
  width: 220px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  margin: 45px 0 35px 0;
}
ul.llista-serveis li.servei .imatge-servei {
  border: 3px solid #dddddd;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
ul.llista-serveis li.servei p {
  margin: 10px 0 0 0;
}
ul.llista-serveis li.servei:hover .imatge-servei {
  border: 5px solid #ffffff;
}
ul.llista-serveis li.servei:hover p {
  color: #ffffff;
}
ul.llista-serveis li.servei:hover .btn {
  background: #990000;
}
/*********** 07 ALTRES DADES ***********/
ul.llista-logos {
  text-align: center;
  margin: 50px auto 0 auto;
  padding: 0;
}
ul.llista-logos li {
  display: inline-block;
  margin: 0;
  padding: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
ul.llista-logos li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg) scale(0.8) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(0.8) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(0.8) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(0.8) skew(0deg) translate(0px);
  transform: rotate(0deg) scale(0.8) skew(0deg) translate(0px);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
ul.llista-logos li:hover img {
  filter: none;
  -webkit-filter: none;
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
ul.llista-logos li p {
  color: #000000;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 0;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  width: auto;
}
ul.llista-logos li:hover p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/********** 08 FOOTER FINAL ********/
.footer-barra {
  color: #ffffff;
  background: #0a5175;
  padding: 10px 0 0 0;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
.footer-barra .btn {
  margin: 15px 5px;
}
.footer-barra .barra-xarxasocial {
  padding: 0;
  margin: 0;
  text-align: center;
  background: #101010 url("http://estudifgh.net/imatges/textura-negre.png") center center repeat;
  border-top: 2px solid #484848;
  border-bottom: 2px solid #222222;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
.footer-barra .barra-xarxasocial ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-barra .barra-xarxasocial ul li {
  display: inline-block;
  padding: 5px;
  color: #484848;
}
.footer-barra .barra-xarxasocial ul li h5 {
  color: #666;
  text-transform: uppercase;
  margin: 0 5px 0 55px;
}
.footer-barra .barra-xarxasocial ul li a img {
  margin-top: 8px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-barra .barra-xarxasocial ul li a img:hover {
  margin-top: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#compartir {
  width: 100%;
  height: auto;
  min-height: 150px;
  background: #DDD;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 15px 0;
}
#compartir #social {
  text-align: center;
}
#compartir #social > div {
  display: inline-block;
  margin: 5px;
}
#compartir #social .share {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #dddddd;
  font-size: 16px;
  font-weight: 200;
  padding: 10px 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0), inset 0 -3px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0), inset 0 -3px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0), inset 0 -3px 0px rgba(0, 0, 0, 0);
}
#compartir #social .share:hover {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
#compartir .sharrre .share {
  display: block;
  height: 50px;
  line-height: 30px;
  margin-top: 12px;
  text-decoration: none;
  text-align: center;
  width: 70px;
}
#compartir .sharrre .count {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  width: 70px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #555;
  background: #555;
}
#compartir .sharrre .count:before,
#compartir .sharrre .count:after {
  content: '';
  display: block;
  position: absolute;
  left: 49%;
  width: 0;
  height: 0;
}
#compartir .sharrre .count:before {
  border: solid 7px transparent;
  border-top-color: #555;
  margin-left: -7px;
  bottom: -14px;
}
#compartir .sharrre .count:after {
  border: solid 6px transparent;
  margin-left: -6px;
  bottom: -12px;
  border-top-color: #555;
}
#compartir #twitter .share {
  background: #2daae2;
}
#compartir #facebook .share {
  background: #3c5a98;
}
#compartir #googleplus .share {
  background: #6d6d6d;
}
#compartir #linkedin .share {
  background: #017fb1;
}
#compartir #pinterest .share {
  background: #cc2127;
}
/******** FOOTER BANDERA **********/
#bandera {
  height: auto;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
  background: transparent;
  background-image: url(../imatges/EstudiFGH-bandera.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#bandera #video-viewport {
  margin: 0;
  padding: 0;
}
#bandera #text-bandera {
  position: relative;
  margin: -70px 0 0 0;
  text-align: left;
  padding: 0 15px;
  color: #000000;
  font-size: 18px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#etiqueta-premis {
  display: none;
  height: 100px;
}
#etiqueta-premis ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
#etiqueta-premis ul li {
  display: inline-block;
  list-style: none;
  margin: 0 25px;
}
#etiqueta-premis ul li img {
  width: 85px;
  height: 85px;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
#etiqueta-premis ul li img:hover {
  filter: none;
  -webkit-filter: none;
  padding: 0px;
}
/****************** COMPTADORS ***********/
.odometer {
  margin: 0 0px 5px 6px;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/**************** CARREGADOR PACE *****************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background-color: #a71010;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 12px;
  overflow: hidden;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace .pace-progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -32px;
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  -webkit-animation: pace-stripe-animation 500ms linear infinite;
  -moz-animation: pace-stripe-animation 500ms linear infinite;
  -ms-animation: pace-stripe-animation 500ms linear infinite;
  -o-animation: pace-stripe-animation 500ms linear infinite;
  animation: pace-stripe-animation 500ms linear infinite;
}
@-webkit-keyframes pace-stripe-animation {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-moz-keyframes pace-stripe-animation {
  0% {
    -moz-transform: none;
    transform: none;
  }
  100% {
    -moz-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-o-keyframes pace-stripe-animation {
  0% {
    -o-transform: none;
    transform: none;
  }
  100% {
    -o-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-ms-keyframes pace-stripe-animation {
  0% {
    -ms-transform: none;
    transform: none;
  }
  100% {
    -ms-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@keyframes pace-stripe-animation {
  0% {
    transform: none;
  }
  100% {
    transform: translate(-32px, 0);
  }
}
/***************** FancyBox Lightbox **********/
.fancybox-overlay {
  background: #101010;
}
.fancybox-skin {
  background: #343434;
  padding: 2px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
.fancybox-skin .fancybox-title-float-wrap {
  margin-bottom: -45px;
}
.fancybox-skin .fancybox-title-float-wrap .child {
  background: #222222;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 6px 12px;
  border: #efefef 0px solid;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
.fancybox-skin .fancybox-title-float-wrap .child a {
  font-size: 12px;
  text-transform: uppercase;
  color: #cbcbcb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Dosis', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.fancybox-skin .fancybox-title-float-wrap .child a span {
  margin: 0 7px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fancybox-skin .fancybox-title-float-wrap .child a:hover {
  color: #ffffff;
}
.fancybox-skin .fancybox-title-float-wrap .child a:hover span {
  color: #990000;
}
.fancybox-skin .fancybox-close {
  position: absolute;
  top: -10px;
  right: -10px;
}
/*********** RESPONSIVE ************/
@media (min-width: 768px) and (max-width: 979px) {
  p {
    font-size: 17px;
    line-height: 24px;
  }
  .lead {
    font-size: 19px;
  }
  .banner {
    font-size: 17px;
    line-height: 24px;
  }
  .banner .inner {
    padding: 0 5px;
    height: 120px;
  }
  .banner .inner h1 {
    font-size: 44px;
    margin: 0;
  }
  .banner .inner h2 {
    font-size: 32px;
    margin: 10px 0 0 0;
  }
  .banner .inner h3 {
    font-size: 22px;
  }
  .banner .inner .arrows {
    margin-bottom: 0px;
  }
  .nav-seccio-imatge {
    width: 80px;
    left: 5px;
    margin-top: 15px;
  }
  .nav-seccio-imatge .imatge-servei-seccio {
    width: 80px;
    height: 80px;
  }
  .nav-seccio-imatge .imatge-servei-seccio-logo {
    width: 55px;
    height: 80px;
  }
}
/**************** Mida 768 px Tauleta */
@media (max-width: 768px) {
  .nav-seccio-imatge {
    display: none;
  }
  .odometer {
    margin: 0 0 5px 5px;
  }
  .affix,
  .affix-top {
    top: auto;
    bottom: 0;
  }
  #dotNav {
    right: 9px;
  }
  #dotNav ul li {
    margin: 8px 0;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    background: #ffffff;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    border: #777777 2px solid;
  }
  .callout {
    background-attachment: scroll;
    height: 80%;
  }
  .header {
    background-attachment: scroll;
    height: 100%;
  }
  .vert-text h1 {
    font-size: 3.5em;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .lead {
    font-size: 18px;
  }
  .banner {
    font-size: 16px;
    line-height: 22px;
  }
  .banner .inner {
    padding: 0 5px;
    height: 110px;
  }
  .banner .inner h1 {
    font-size: 40px;
    line-height: 20px;
    margin: 0;
  }
  .banner .inner h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 15px 0 0 0;
  }
  .banner .inner h3 {
    font-size: 20px;
  }
  .banner .inner .titol-comunicar {
    font-size: 45px;
  }
  .banner .inner .btn {
    margin: 5px;
  }
  .banner .inner .arrows {
    margin-bottom: 0px;
  }
  .banner .dots {
    margin: 0 auto -27px auto;
    width: 160px;
  }
  .banner .dots li {
    width: 20px;
    height: 20px;
    margin: 0 6px;
    border-radius: 15px;
  }
  .banner .arrows {
    width: 220px;
  }
  .banner .arrows .arrow {
    color: #777777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 25px;
  }
  .seccio-seg {
    width: 160px;
    margin: -40px auto 0px auto;
  }
  .seccio-seg a {
    width: 45px;
    height: 45px;
  }
  .seccio-seg a img {
    width: 45px;
    height: 45px;
  }
  .seccio-seg a span {
    width: 40px;
    height: 35px;
    font-size: 22px;
  }
  #mon-splash img {
    width: 350px;
  }
  ul.llista-serveis li.servei .imatge-servei {
    width: 105px;
    height: 105px;
  }
  ul.llista-serveis li.servei p {
    margin: 5px 0;
  }
  ul.llista-logos li img {
    width: 200px;
    height: 136px;
    filter: none;
    -webkit-filter: none;
    -webkit-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  ul.llista-logos li p {
    display: none;
  }
  #barra-final {
    padding: 20px 0 0 0;
  }
  #barra-final h1 {
    font-size: 28px;
  }
  #barra-final h3 {
    font-size: 20px;
    padding: 0 40px;
    line-height_: 30px;
  }
  #barra-final h4 {
    font-size: 16px;
  }
  #barra-final .barra-xarxasocial {
    margin: 25px 0 0 0;
    padding: 5px 40px;
  }
  #barra-final .barra-xarxasocial .nav-tornar-amunt {
    display: none;
  }
  #barra-final .barra-xarxasocial h5 {
    display: none;
  }
  #bandera #text-bandera {
    margin: -40px 0 0 0;
    padding: 0 15px;
    font-size: 14px;
  }
}
/********************** Mida 480 px Mobil */
@media (max-width: 480px) {
  .odometer {
    margin: 0 0 1px 3px;
  }
  #menu-idioma ul li {
    display: inline-block;
  }
  #dotNav {
    right: 5px;
  }
  .vert-text h1 {
    font-size: 2.5em;
  }
  .vert-text h1 img {
    width: 69px;
    height: 100px;
  }
  .vert-text .btn {
    font-size: 20px;
  }
  p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
  }
  .lead {
    font-size: 17px;
    line-height: 20px;
  }
  .banner {
    font-size: 15px;
    line-height: 18px;
  }
  .banner .inner {
    padding: 0 5px;
    height: 130px;
  }
  .banner .inner h1 {
    font-size: 28px;
    margin: 5px 0;
  }
  .banner .inner h2 {
    font-size: 22px;
    margin: 5px 0;
  }
  .banner .inner h3 {
    font-size: 18px;
    margin: 5px;
  }
  .banner .inner .titol-comunicar {
    font-size: 35px;
  }
  .banner .inner .btn {
    margin: 10px;
  }
  .banner .dots {
    margin: 0 auto -22px auto;
  }
  .banner .arrows {
    margin-bottom: 2px;
  }
  #mon-splash img {
    width: 240px;
  }
  ul.llista-serveis li.servei .imatge-servei {
    width: 90px;
    height: 90px;
  }
  ul.llista-serveis li.servei p {
    margin: 3px 0;
  }
  ul.llista-logos li {
    display: block;
    margin: 0;
  }
  ul.llista-logos li p {
    display: none;
  }
  #barra-final {
    padding: 30px 0 0 0;
  }
  #barra-final h1 {
    font-size: 25px;
  }
  #barra-final h3 {
    font-size: 20px;
    padding: 0 20px;
    line-height: 25px;
  }
  #barra-final h4 {
    padding: 10px 20px 25px 20px;
    line-height: 20px;
  }
  #barra-final .btn {
    display: block;
    clear: borh;
    margin: 20px 0;
  }
  #barra-final .barra-xarxasocial {
    margin: 30px 0 0 0;
    padding: 10px 40px;
  }
  #bandera #text-bandera {
    margin: -32px 0 0 0;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
  }
}
