@charset "UTF-8";
/* CSS Document */

/* RESPONSIVE PANTALLA */

    @media screen and (max-width: 2560px) {
        span.horario, span.comensales{
            margin-top: -57px !important;
        }

        .modalevents > div {
            height: 61%;
            margin: 6% auto;
        }
    }


    @media screen and (max-width: 1920px) {
        #map-canvas {
            width: 100%;
            height: 459px;
        }

        .fons{
            height: 57px;
        }

        span.horario, span.comensales{
            margin-top: -44px !important;
        }

        .video_imatge_1 {
            margin-left: -11px;
            height: cacl(100% - 35px);
            height: -webkit-calc(100% - 35px); /** Safari 6, Chrome 19-25 **/
            height: -moz-calc(100% - 35px); /** FF 4-15  **/
        }

        .video_imatge_2 {
            margin-top: 6px;
        }
    }

    @media screen and (max-width: 1680px) {
        .fons {
            height: 54px;
        }

        .reservar{
            margin-top: -13.7%;
        }

        #map-canvas{
            width: 100%;
            height: 400px;
        }

        span.horario, span.comensales {
            margin-top: -39px !important;
        }

        .video_imatge_1 {
            margin-left: -9px;
            height: cacl(100% - 37px);
            height: -webkit-calc(100% - 37px); /** Safari 6, Chrome 19-25 **/
            height: -moz-calc(100% - 37px); /** FF 4-15  **/
        }

        .video_imatge_2{
            margin-top: 5px;
        }

        .modalcarta > div {
            width: 50%;
            height: 65%;
            position: relative;
            margin: 5% auto;
            padding: 100px 50px 90px 100px;
            z-index: 999;
            background: rgba(255,255,255,0.95);
            overflow-y: auto;
        }
		
		.menu li {
			margin-right: 6px;
			font-size: 33pt;
		}

    }


    @media screen and (max-width: 1450px) {
        div.wpcf7 {
            margin-top: 12px !important;
        }

        .fons {
            height: 47px;
        }

        .reservar{
            margin-top: -13.7%;
        }

        #map-canvas{
            width: 100%;
            height: 341px;
        }

        .popup_fons img{
            width: 34%;
            height: auto;
        }

        span.horario, span.comensales {
            margin-top: -33px !important;
        }

        .video_imatge_1 {
            margin-left: -8px;
            height: cacl(100% - 38px);
            height: -webkit-calc(100% - 38px); /** Safari 6, Chrome 19-25 **/
            height: -moz-calc(100% - 38px); /** FF 4-15  **/
        }

        .video_imatge_2{
            margin-top: 4px;
        }

        .modalcarta > div {
            width: 55%;
            height: 65%;
            position: relative;
            margin: 3% auto;
            padding: 100px 50px 90px 100px;
            z-index: 999;
            background: rgba(255,255,255,0.95);
            overflow-y: auto;
        }


    }
    @media screen and (max-width: 1370px) {

        div.wpcf7 {
            margin-top: 8px !important;
        }

        .fons {
            height: 39px;
        }

        .reservar{
            margin-top: -13.7%;
        }

        #map-canvas{
            width: 100%;
            height: 323px;
        }

        .menys {
            margin-top: -4px;
        }

        .popup_fons img{
            width: 30%;
            height: auto;
        }

        span.horario, span.comensales {
            margin-top: -31px !important;
        }

        .video_imatge_1 {
            margin-left: -7px;
        }
        .video_imatge_2 {
            margin-top: 5px;
        }

    }

    @media screen and (max-width: 1280px) {

        span.wpcf7-form-control-wrap {
            margin-left: 8px;
        }

        .reservar {
            margin-left: 6px;
        }

        #map-canvas {
            height: 301px;
        }

        span.horario, span.comensales {
            margin-top: -29px !important;
        }

        .video_imatge_1 {
            margin-left: -6px;
            height: cacl(100% - 39px);
            height: -webkit-calc(100% - 39px);
            height: -moz-calc(100% - 39px);
        }

        .video_imatge_2 {
            margin-top: 4px;
        }

    }


    @media screen and (max-width: 1024px) {
        #map-canvas {
            height: 238px;
        }

        .popup_fons img{
            width: 45%;
            height: auto;
        }

        .video_imatge_1 {
            margin-left: -5px;
            height: cacl(100% - 41px);
            height: -webkit-calc(100% - 41px);
            height: -moz-calc(100% - 41px);
        }

        .video_imatge_2 {
            margin-top: 14px;
        }
    }



    @media screen and (max-width: 770px){
        #mobil{
            display: inherit;
        }

        .ordenador{
            display: none;
        }
    }

    /* RESPONSIVE MOBIL */



    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {

        #mobil{
            display: inherit;
        }

        .ordenador{
            display: none;
        }

        .fakir5, .fakir3{
            display: none;
        }

        .horaris_mirch{
            width: 100%;
            max-width: 100%;
        }

        .mirch_titol{
            font-size: 30vw;
            line-height: 24vw;
            padding-top: 15px;
            position: fixed;
        }

        .mirch_titol_baix{
            bottom: 50px;
        }

        .mirch_info {
            font-size: 35px;
            line-height: 37px;
        }

        .mirch_info a, .mirch_info p{
            float: none;
            padding-left: 0;
            padding-top: 20px;
        }

        .mirch_info_left {
            left: inherit;
            top: 35%;
            width: 100vw;
            text-align: center;
        }

        .mirch_info_right {
            right: inherit;
            position: fixed;
            top: 28%;
            z-index: 999;
            width: 100vw;
            text-align: center;
        }

        figure#mirch_cursor{
            display: none;
        }

        .fons_fakirs img {
            width: 65%;
        }

        .fakir2 {
            top: 3%;
            left: 51%;
            z-index: 1;
        }

        .fakir1 {
            top: 15%;
            left: -20%;
            z-index: 111;
        }

        .fakir5 {
            left: 5%;
        }

        .fakir4 {
            right: -10%;
            bottom: 17%;
            z-index: 999;
        }

        .fakir3 {
            z-index: 1;
        }

        .carta_imatge img {
            transform: none;
            max-width: 100vw;
            padding-top: 20%;
        }

        .page-template-mirch{
            overflow: hidden;
        }

        .bytandoor img {
            max-width: 100%;
        }

        .bytandoor {
            width: 300px;
        }


    }

    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {

        #mobil{
            display: inherit;
        }
        .ordenador{
            display: none;
        }

    }

    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {

        #mobil{
            display: inherit;
        }
        .ordenador{
            display: none;
        }

    }

    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {

        #mobil{
            display: inherit;
        }
        .ordenador{
            display: none;
        }

    }

    @media only screen
    and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {

        #mobil{
            display: inherit;
        }
        .ordenador{
            display: none;
        }


    }

    @media only screen
    and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {

        #mobil{
            display: inherit;
        }
        .ordenador{
            display: none;
        }


    }

    @media only screen
    and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: portrait) {

        #mobil{
            display: inherit;
        }
        .ordenador{
            display: none;
        }


    }

    @media only screen
    and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

        #mobil{
            display: inherit;
        }
        .ordenador{
            display: none;
        }

    }



    /* LANDING */

/* MÒDULS */

#m1{
    width: 34%;
    height:66%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(10,190,212);
    display: block;
}

.m1centrar{
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    height: calc(100% - 40px - 45px);

}

#m1 img{
    margin-left: 50px;
    width: auto;
    max-height: 100%;

}

#m2{
    width: 34%;
    height: 34%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    display: table;
}

#m2 p{
    color: rgb(244,124,31);
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

#m2 b, #m2 i{
    font-weight: normal !important;
    font-size: 32px;
    line-height: 32px;
    padding-top: 10px;

}

#m2 b{
    width: 49%;
    float: left;
    padding-left: 1%;
}
#m2 i{
    width: 49%;
    float: right;
    padding-right: 1%;
    font-style: normal !important;
}

#m2 a{
    text-decoration: none;
    color: rgb(244,124,31);
}

#m2 a:hover{
    text-decoration: none;
    color: rgb(10,190,212);
}


#m3{
    width: 66%;
    height: 44%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(224,45,146);

}

#m3 p{
    color: rgb(244,124,31);
    font-size: 88px;
    line-height: 88px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 35px;
    margin: 0;
    transition: font-size 0.5s; /* BYO prefixes */

}

#m4{
    width: 66%;
    height: 22%;
    right: 0;
    top: 44%;
    position: absolute;
    background-color: rgb(252,225,20);
    display: table;
}

#m4 p{
    text-align: center;
    color: rgb(224,45,146);
    font-size: 88px;
    line-height: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

#m5{
    width: 66%;
    height: 34%;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgb(77,46,145);
    display: table;
}

#m5 p{
    text-align: center;
    color: rgb(224,45,146);
    font-size: 88px;
    line-height: 88px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

#m5 a{
    color: rgb(224,45,146);
    text-decoration: none;
    }

#m5 strong a{
    color: rgb(224,45,146);
    font-size: 32px;
    text-decoration: none;
    line-height: 44px;
    font-weight: normal !important;
}

    #m5 strong a:hover, #m5 a:hover{
        color: white;
        text-decoration: none;
    }


    /* LANDING RESPONSIVE */
    @media  (max-width : 1920px){
       #m3 p, #m4 p, #m5 a, #m5 p{
           font-size: 5.8vw;
           line-height: 5.8vw;
       }

        #m2 p{
            font-size: 5vw;
            line-height: 5vw;
        }

        #m2 b, #m2 i{
            font-size: 2.2vw;
            line-height: 2.2vw;
        }

    }

    @media  (max-width : 1680px){
        #m3 p{
            font-size: 5.75vw;
            line-height: 5.75vw;
        }

    }

    @media  (max-width : 1366px){
        #m3 p{
            font-size: 5.5vw;
            line-height: 5.75vw;
        }

    }


    @media  (max-width : 1280px){
        #m3 p{
            font-size: 6.8vw;
            line-height: 6.8vw;
        }

    }

    @media  (max-height : 800px){
        #m3 p{
            font-size: 5.4vw;
            line-height: 5.8vw;
        }

    }

    @media  (max-width : 1024px){
        #m3 p{
            font-size: 6.8vw;
            line-height: 6.8vw;
        }

    }

    @media  (max-width : 768px){
        #m3 p, #m4 p, #m5 a, #m5 p {
            font-size: 8vw;
            line-height: 8vw;
        }

        #m2 p {
            font-size: 6vw;
            line-height: 6vw;
        }

        #m2{
            height: 56%;
        }

        #m2 b, #m2 i {
            font-size: 5.5vw;
            line-height: 5.5vw;
            width: 100%;
            float: none;
            padding-left: 0;
            padding-top: 40px;
            display: block;
            position: relative;
        }

        #m1{
            width: 66%;
            height: 44%;
        }
        #m1 img {
            max-height: 86%;
        }

    }

    @media  (max-width : 640px){

        #m3{
            display: none;
        }

        #m1{
            width: 50%;
            height: 50%;
        }

        #m4{
            width: 50%;
            height: 33%;
            top: 0;
        }

        #m5{
            width: 50%;
            height: 68%;
        }

        #m5 strong{
            display: none;
        }

        #m5 a{
        }

        #m3 p, #m4 p, #m5 a, #m5 p {
            font-size: 8vw;
            line-height: 8vw;
        }

        #m2 p {
            font-size: 8vw;
            line-height: 8vw;
        }

        #m2{
            height: 50%;
            width: 50%;
        }

        #m2 b, #m2 i {
            font-size: 8vw;
            line-height: 8vw;
            width: 100%;
            float: none;
            padding-left: 0;
            padding-top: 40px;
            display: block;
            position: relative;
        }

              #m1 img {
            max-height: 86%;
        }

    }