* {
    /*border: 1px dotted;*/
}
/*
.navbar {
   background-color: #FFFFFF;
   *//*background: transparent;*//*
   border-color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background-color: #FFFFFF;
    color: #000000;
}

.navbar-default .navbar-nav>li>a {
    background-color: #FFFFFF;
    color: #999999;
    width:100px;
    text-align: center;
}

.navbar-default:hover .navbar-nav>li>a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.navbar  a {
    #background-color: #050505;
}
*/

.navbar .nav > li > a {
    min-width: 124px;
    text-align: center;
}

.full {
  background: url(../imatges/xxx.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.offsetimg {
  background: url(../imatges/444341_30072515.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.enquadernacioimg {
  background: url(../imatges/259450_7828.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.plotterimg {
  background: url(../imatges/100_6780.JPG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.digitalimg {
  background: url(../imatges/100_5336.JPG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dissenyimg {
  background: url(../imatges/CALENDARI_ARTFIC.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.imaginaimg {
  background: url(../imatges/CAIXES_varies.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.quisomimg {
  background: url(../imatges/1407384_11517070.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
       -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
          filter: grayscale(100%);
}

.desc {
    color:White;  
    padding: 50px;
}