@import url(https://fonts.googleapis.com/css?family=Capriola);
/*All*/
*{
    margin: 0;
    padding: 0;
}
.center{
    margin: 0 auto;
    text-align: center;
}
/*Menu*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    font-family: Capriola, Helvetica, sans-serif;
}
#cssmenu {
    width: auto;
    height: 59px;
    padding-bottom: 4px;
}
#cssmenu.align-right {
    float: right;
}
#cssmenu.align-right ul li {
    float: right;
    margin-right: 0;
    margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
    border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
    height: 50px;
    background: url('../img/menu_lletres.svg');
    background-size: 100% 100%;
    top: 25px;
    position: absolute;
}
#cssmenu ul {
    height: 59px;
}
#cssmenu ul li {
    float: left;
    margin-right: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 5;
}
#cssmenu ul li a {
    padding: 24px 30px 20px 30px;
    margin-bottom: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 15px;
    text-decoration: none;
    color: #000;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
    border-bottom-left-radius: 3px;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
    background: url('../img/bg.png');
    color: #000;
}
.menu{
    position: relative;
    top: -55px;
}
/*SPINNER*/
#overlay{
    background-color:grey;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.5;    
}
#imgRoller {
    z-index:101;
    text-align: center;
    position:relative;
    top:30%;
    width: 100%;
}
#imgRoller img{
    -webkit-user-select: none;
    width: 320px;
}
/*Menu idioma*/
.idioma{
    float: right;
    position: relative;
    margin-top: -45px;
}
/*Face i Skype*/
.skype, .face {
    background-image: url('../img/icons2.png');
    background-repeat: no-repeat;
    padding-right: 20px;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.skype {
    background-position: -138px -65px;
}
.face {
    background-position: 0 -32px;
}
/*HOME*/
#first{
    width: 100%;
    height: 1300px;
    position:absolute;
    top:0;
    left: 0;
}
#first .silvia {
    position: absolute;
    z-index:4;
    top:1200px;
    left:35%;
}
#first .stefano_dreta {
    position: absolute;
    z-index:3;
    top:1500px;
    right:20%;
}
#first .ambra_esquerra{
    position: absolute;
    z-index:6;
    top:390px;
    left:15%;
}
#first .skull_esquerra{
    position: absolute;
    z-index:4;
    top:1000px;
    left:15%;
}
#first .skull_dreta{
    position: absolute;
    z-index:5;
    top:1000px;
    right:15%;
}
#first>article {
    width: 100%;
    top: 5px;
    position: absolute;
    z-index:2;
}
#first>article p,
#first>article a {
    color: #ccc;
}
#first>article a {
    text-decoration: underline;
}
#first>article a:hover {
    color: #fff;
}
/*DIBUIX*/
#dibuix img{
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
/*MAPA*/
.iframe {
    pointer-events: none;
}
/* RESPONSIVE */
@media (max-width: 767px) {
    .idioma{
        margin-top: 14px;
    }
    #cssmenu #bg-one {
        top: 40px;
    }
    .home .row .center {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .margin-bottom{
        margin-bottom: 30px;
    }
}
@media (min-width: 991px) {
    .primero{
        margin-bottom: 30px;
    }
}
@media (min-width: 767px) {
    .home-right{
        float:right;
    }
    .photo_link{
        float:left;
    }
    .navbar{
        margin-bottom: 30px;
    }
    .home .row{
        margin-bottom: 30px;
    }
}