	/*  
Theme Name: Tandoor Restaurante
Theme URI: http://www.restaurantetandoor.com
Version: 1.0
Description: Disseny d' <a href="http://www.outrostudio.com">Outro Studio</a>
Author: Outro Studio.
Author URI: http://www.outrostudio.com
Copyright: (c) 2014 Outro Studio
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
*/


/* FONTS */


    @font-face {
        font-family: '50_medregular';
        src: url('fonts/medium-webfont.eot');
        src: url('fonts/medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/medium-webfont.woff2') format('woff2'),
        url('fonts/medium-webfont.woff') format('woff'),
        url('fonts/medium-webfont.ttf') format('truetype'),
        url('fonts/medium-webfont.svg#50_medregular') format('svg');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'mirch_serif';
        src: url('fonts/mirch_serif.woff2') format('woff2'),
        url('fonts/mirch_serif.woff') format('woff'),
        url('fonts/mirch_serif.svg#mirch_serif') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'mirch_regular';
        src: url('fonts/mirch_regular.woff2') format('woff2'),
        url('fonts/mirch_regular.woff') format('woff'),
        url('fonts/mirch_regular.svg#mirch_regular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

/* GENERAL */

body{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-family: '50_medregular';
    text-rendering: geometricPrecision;
}


    #container {
        top: 18px;
        left: 18px;
        margin-right: 33px;
        margin-bottom: 18px;
        z-index: 4;
    }

    #interior_entrada{
        margin-bottom: 0px;
    }


/* ISOTOPE */

    .item {
        float: left;
        z-index: 222;
    }

    .item img, .item video{
        width: 50%;
        height: auto;
        z-index: 222;
    }

    .marge{
        position: relative;
        overflow: hidden;
        margin: 0;
        height: 100%;
        width: -webkit-calc(100% - 12px); /** Safari 6, Chrome 19-25 **/
        width: -moz-calc(100% - 12px); /** FF 4-15  **/
        width: calc(100% - 12px); /** FF 1 **/
        padding: 6px;
        float: left;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        z-index: 666;
    }

    .cent{width: 100%; height: auto;}
    .cent img {width: 100%; height: auto;}
    .cent video {width: 100%; height: auto;}
    .cinquanta { width: 50%; height: auto; }
    .cinquanta img {width: 100%;height: auto;}
    .cinquanta video{ width: 100%; height: auto; }
    .vinticinc { width:25%; height: auto; }
    .vinticinc img {width: 100%;height: auto;}
    .vinticinc video {width: 100%;height: auto;}

    .error img{
        margin-bottom: -1px;
    }

    .error2 img{
        margin-bottom: -3px;
    }

    .moure{
        -webkit-transition: 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        -moz-transition: 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        transition: 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
    }

   

    .marge:hover .moure{
        -webkit-transform: translate(12px,-12px);
        -moz-transform: translate(12px,-12px);
        -o-transform: translate(12px,-12px);
        -ms-transform: translate(12px,-12px);
        transform: translate(12px,-12px);
    }


/* MODAL */

    /* VIDEO */

    .videoresponsiu {
        position: relative;
        padding-bottom: 53.7%;
        padding-top: 25px;
        height: 0;
    }

    .videoresponsiu iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .videoresponsiu img {
        margin-top: -25px;
        margin-left: -9px;
        width: calc(100% + 9px);
        width: -webkit-calc(100% + 9px); /** Safari 6, Chrome 19-25 **/
        width: -moz-calc(100% + 9px); /** FF 4-15  **/
    }

    .video_imatge_1 {
        position: absolute;
        margin-left: -13px;
        height: cacl(100% - 31px);
        height: -webkit-calc(100% - 31px); /** Safari 6, Chrome 19-25 **/
        height: -moz-calc(100% - 31px); /** FF 4-15  **/
        width: auto;
    }

    .video_imatge_2 {
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-top: 9px;
    }

    /* HISTORIA */

    .modalhistoria {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: none;
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        -moz-transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        pointer-events: none;
    }

    .modalhistoria:target {
        opacity:1;
        pointer-events: auto;
    }

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

    }

    .modalhistoria img{
        max-width: 100%;
        height: auto;
    }

    .modalhistoria p{
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        color: #de2285;
    }

    /* EVENTS */

    .modalevents {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: none;
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        -moz-transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        pointer-events: none;
    }

    .modalevents:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalevents > div {
        width: 60%;
        height: 55%;
        position: relative;
        margin: 7% auto;
        padding: 100px 50px 90px 100px;
        z-index: 999;
        background: rgba(255,255,255,0.95);
        overflow-x: hidden;
        font-family: '50_medregular';
        font-size: 1.8vw;
        line-height: 1.9vw;
    }

    .wonderplugingallery-container{
        margin-left: -47px !important;
        margin-top: -20px !important;
    }

    .html5gallery-tn-title-1{
        font-size: 18px;
        color: black;
        margin-top: 127px;
    }

    .html5gallery-title-text-1{
        color: black;
        text-align: left;
        margin-top: 28px;
        margin-left: -14px;
        font-size: 25px;
        float: left;
        position: absolute;
    }

    .html5gallery-description-text-1 {
        position: relative;
        width: 100%;
        text-align: right;
        margin-top: 28px;
        font-size: 25px;
        float: left;
    }

    .events p{
        font-family: '50_medregular';
        color: #28bad0;
        font-size: 28px;
        line-height: 31px;
        width: 60%;
        margin-top: 60px;
        margin-left: -47px;
    }

    .events a{
        color: #28bad0;
        text-decoration: none;
    }

    .events a:hover{
        color: #ee7501;
        text-decoration: none;
    }

    /* CARTA */

    .modalcarta {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: none;
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        -moz-transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);
        transition: opacity 400ms cubic-bezier(0.87, 0.23, 0.02, 0.97);

        pointer-events: none;
    }

    .modalcarta:target {
        opacity:1;
        pointer-events: auto;
    }

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

    .tancar {
        display:block;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-decoration: none;
        font-weight: bold;
        z-index: 888;
        background: none;
        cursor: url(imatges/close.png),url(imatges/close.png),auto;
    }

    .xtancar{
        position: relative;
        float: right;
        height: 56px;
        width: 56px;
        margin-right: -51px;
        margin-top: -101px;
        background-color: red;
        cursor: pointer;
    }

    .xtancar img{
        position: fixed;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    .xtancar img:hover{
        -webkit-transform: translate(11px,-11px);
        -moz-transform: translate(11px,-11px);
        -o-transform: translate(11px,-11px);
        -ms-transform: translate(11px,-11px);
        transform: translate(11px,-11px);
    }

    /*.carta {
        font-family: '50_medregular';
        font-size: 19px;
        line-height: 20px;
        letter-spacing: 0.25px;
    }*/

    .columna1, .columna2, .columna3{
        padding-right: 50px;
    }

    .columna1{
        color: #03a338;
        float: left;
        width: calc(33% - 50px);
    }
    .columna2{
        color: #ee7600;
        float: left;
        width: calc(33% - 50px);
    }
    .columna3{
        color: #25b8d3;
        float: left;
        width: calc(33% - 50px);
    }

    .llegenda_entrecolumnes{
        display: inline-block;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 38px;

    }

    .llegenda{
        color: #d2102f;
        font-size: 30px;
        line-height: 27px;
        text-transform: uppercase;
        zoom: 0.8;
    }

    .veggie{
        color: #03a338;
    }

    .sabzian{
        color: #ee7401;
    }

    .tandoori{
        color: #36bad3;
    }

    .curry{
        color: #e41a2c;
    }

    .bazmati{
        color: #ffe100;
    }

    .nan{
        color: #492580;
    }

    .postres{
        color: #de0e81;
    }

    .columna_carta1{
        width: 33%;
        display: block;
        float: left;
        text-decoration: underline;
        max-width: 200px;
        overflow-x: hidden;
        zoom: 0.8;

    }

    .columna_carta2{
        display: block;
        width: 65%;
        float: right;
        overflow-x: hidden;
        zoom: 0.8;
    }

    .columna_carta2 img {
        position: absolute;
        margin-left: -60px;
    }

    .taula_carta {
        display: inline-block;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 40px;
        font-size: 30px;
        line-height: 27px;
        overflow-x: hidden;
    }

    .carta p{
        padding-top: 15px;
    }





    /* FORMULARI */

    .modalformulari {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: none;
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 200ms ease-in;
        -moz-transition: opacity 200ms ease-in;
        transition: opacity 200ms ease-in;
        pointer-events: none;
    }

    .modalformulari:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalformulari > div {
        width: 21%;
        height: 38%;
        position: relative;
        margin: 13% auto;
        padding: 48px;
        z-index: 999;
        background: rgba(255,255,255,0.95);
        overflow-y: hidden;
    }

    .fons{
        position: relative;
        overflow-y: hidden;
        margin: 0;
        height: 73px;
        width: 100%;
        padding: 0px;
        margin-bottom: 4px;
    }

    .fons img{
        height: auto;
        width: 100%;
    }

    .mig{
        width: 50%;
        float: left;
    }

    div.wpcf7{
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
        width: 86%;
        height: 100%;
    }

    input{
        background: none;
        border: 0px;
        font-size: 1.8vw;
        font-family: '50_medregular';
        text-transform: uppercase;
    }

    input:active, input:focus, input:hover{
        outline: none !important;
        border: none !important;
        color: #000000;

    }

    ::-webkit-input-placeholder {
        color: black;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: black;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
        color: black;
    }

    :-ms-input-placeholder {
        color: black;
    }

    select{
        background: none;
        border: 0px;
        font-size: 1.8vw;
        font-family: '50_medregular';
        text-transform: uppercase;
        margin-top: -2px;
        margin-left: -4px;
    }

    span.wpcf7-form-control-wrap {
        display: block;
        margin-top: -13%;
        margin-left: 14px;
    }

    form p{
        width: 100%;
    }

    .menys{
        margin-top: -9px;
        width: 100%;
    }

    .reservar{
        margin-top: -13%;
        margin-left: 11px;
        -webkit-transition: 200ms ease-in;
        -moz-transition: 200ms ease-in;
        transition: 200ms ease-in;

    }

    input.reservar:hover{
        color: #e62236;
        cursor: pointer;
    }

    span.wpcf7-not-valid-tip{
        margin-top: -49px !important;
        font-size: 1.2vw !important;
    }

    .fons:hover span.wpcf7-not-valid-tip, .fons:focus span.wpcf7-not-valid-tip, .fons:active span.wpcf7-not-valid-tip{
        display: none;
    }

    div.wpcf7-validation-errors {
        border: 3px solid red !important;
        margin-top: 0px !important;
        text-transform: uppercase !important;
    }


    /* INSTAGRAM */
    .si_feed_widget{
        padding-bottom: 0px !important;
        -webkit-transition: 400ms cubic-bezier(1,-0.18, 1, 1);
        -moz-transition: 400ms cubic-bezier(1,-0.18, 1, 1);
        transition: 400ms cubic-bezier(1,-0.18, 1, 1);
    }

    .AlpinePhotoTiles_breakline{
        display: none;
    }



    .instagram_hover{
        position: absolute;
        top: 42%;
        width: 100%;
        text-align: center;
        font-size: 2.4vw;
        text-transform: uppercase;
       /*
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(450deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
       */
        text-rendering: optimizeLegibility;
        opacity: 0;
        -webkit-transition: 250ms cubic-bezier(1,-0.18, 1, 1);
        -moz-transition: 250ms cubic-bezier(1,-0.18, 1, 1);
        transition: 250ms cubic-bezier(1,-0.18, 1, 1);
        z-index: 999;
    }

    .instagram_hover a{
        text-decoration: none;
        color: white;
    }



    .instagram:hover .instagram_hover{
        opacity: 1;
    }

    /*
    .instagram:hover .si_feed_widget{
        opacity: 1;
        -webkit-transform: translate(12px,-12px);
        -moz-transform: translate(12px,-12px);
        -o-transform: translate(12px,-12px);
        -ms-transform: translate(12px,-12px);
        transform: translate(12px,-12px);
    }*/

    /* GALERIES */

    .easingslider{
        -webkit-transition: 400ms cubic-bezier(1,-0.18, 1, 1);
        -moz-transition: 400ms cubic-bezier(1,-0.18, 1, 1);
        transition: 400ms cubic-bezier(1,-0.18, 1, 1);
    }

    .moure:hover .easingslider{

    }

    /* MAPA */

    #mapa{
        width: 100%;
        height: 620px;
    }

	#map_container{
	  position: relative;
	}
	#map{
		height: 0;
		overflow: hidden;
		padding-bottom: 100%;
    	padding-top: 42px;
		position: relative;
	}

    /* MOBIL */

    #mobil{
        margin-top: 24px;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 12px;
        display: none;
    }

    #mobil img{
        padding-bottom: 12px;
        float: left;
        width: 100%;
        height: auto;

    }

    .mobil_float{
        padding-right: 12px;
        padding-bottom: 24px !important;
    }

    .mobil_cinquanta{
        width: -webkit-calc(50% - 6px) !important; /** Safari 6, Chrome 19-25 **/
        width: -moz-calc(50% - 6px) !important; /** FF 4-15  **/
        width: calc(50% - 6px) !important; /** FF 1 **/
    }

    /* POPUP */
    .popup_fons {
        position:fixed;
        top:0;
        left:0;
        display:block;
        width:100%;
        height: 100%;
        opacity:1;
        z-index:9999;
    }

    .popup_fons p{
        text-align: center;
        margin: 0px;
    }

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

    #popup_centre{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


/* NOU 2018 MENU */

.mig_pagina{
	width: 50%;
	height: auto;
}

.streetview{
	height: 787px !important;
}

.google-maps {
        position: relative;
        padding-bottom: 53.3%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.menu{
	margin-left: 6px;
	height: 75px;
	background-color: #23b7d1;
	width: calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
  	width: expression(100% - 12px);
  	width: -moz-calc(100% - 12px);
 	width: -o-calc(100% - 12px);
	margin-top: 6px;
    margin-bottom: 6px;
	line-height: 80px;
}

.menu li{
	list-style: none;
	float: left;
	text-transform: uppercase;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 40pt;
	color: #ffe000;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

li.actiu{
	color: #4f2682;
}

.menu li:hover{
	color: #4f2682;
}

.menuboto{
	display:none !important;
}

.fixat {
	position:fixed !important;
	z-index:1000;
	top:0 !important;
	left: 18px !important;
    right: 18px !important;
    width: calc(100% - 36px);
    transform: none !important;
	background-color: white;
	padding-bottom: 6px;
    padding-top: 6px;
}

	
.esquerra{
	width: auto;
    float: right;
    margin-right: 20px;
    font-size: 18pt;
    text-transform: uppercase;
	margin-top: 14px;
}

.esquerra a{
	color: #ffe000;
	text-decoration: none;
	float: none;
    display: block;
    line-height: 25px;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	cursor: pointer;
}

.esquerra a:hover{
	color: #4f2682;
}

.cent_mig{
	width: 100% !important;
	height: auto;
}

.gran_mig{
	width: 75% !important;
	height: 100% !important;
    float: left;
}

.petit_mig{
	width: calc(25% - 12px) !important;
	width: -webkit-calc(25% - 12px) !important;
  	width: expression(25% - 12px) !important;
  	width: -moz-calc(25% - 12px) !important;
 	width: -o-calc(25% - 12px) !important;
	padding-top: 12px;
	padding-bottom: 12px;
}

.mig_dos_imatges{
	width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mig_imatge_background{
    width: calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: expression(25% - 12px);
    width: -moz-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 12px;
    position: relative;
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
}

.canviar{
	height: 100%;
}

.canviar iframe{
	width: 100%;
    height: 750px;
    border: none;
}

.leyenda {
    width: 100%;
    display: inline-block;
	background-color: #ffe100;
	margin-bottom: 12px;
	padding-top: 20px;
	
}

.leyenda .wp-caption{
	width: calc(100%/3);
	max-width: calc(100%/3) !important;
	float: left;
	text-align: center;
}

.leyenda .wp-caption img{
	max-width: 50%;
	text-align: center;
	width: auto;
	height: auto;
	zoom: 0.75;
	margin-top: -5px;
}

.leyenda_lletres{
	padding-left: 20px;
    width: 40%;
    height: auto;
	display: inline-block;
}

.leyenda_picante{
    width: 40%;
    height: auto;
	display: inline-block;
	float: right;
	color: #ee7600;
}

.leyenda_picante img{
	margin-top: 46px;
}

.lacarta{
	background-color: #ffe100;
	width: 100%;
    display: inline-block;
	padding-bottom: 40px;
}

.leyenda_picante_text{
	text-transform: uppercase;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.lacarta img{
	max-width: max-content;
	width: 20%;
	float: left;
	margin-left: -20%;
	padding-left: 50px;
}

.lacarta p{
	width: 80%;
    float: right;
    padding-left: 40px;
    padding-right: 40px;
	font-size: 20px;
    line-height: 22px;
}

.menu_setmanal{
	background-color: #ffe100;
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
}

.descripcio{
	text-align: center;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17pt;
    line-height: 18pt;
    color: #ed7500;
}

.primer, .segon, .postres{
	padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 20pt;
    line-height: 18pt;
}

.primer{
	color: #08a339;
}

.segon{
	color: #de2285;
}

.postres{
	color: #23b7d1;
}

.menu_setmanal h2{
    font-size: 16pt;
    padding-bottom: 10px;
    padding-top: 60px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
    color: #e62a35;
}

.scrollable{
	padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    margin-top: 6px;
    padding-top: 0;
}

.entrada_bloc{
	padding-bottom: 60px;
    margin-bottom: 12px;
}

.bloc_titol{
    text-align: center;
    padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
    font-size: 40pt;
    text-transform: uppercase;
}
.bloc_data{
	font-size: 22pt;
}

.bloc_contingut {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18pt;
    line-height: 20pt;
}

.entrada_bloc .slider {
    width: 60%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* COLORS BLOC */

.groc{
	background-color: #ffe000;
	color: #e62a35;
}

.verd{
	background-color: #03a338;
	color: #ffe000;
}

.blau{
	background-color: #23b7d1;
	color: #ffe000;
}

.taronja{
	background-color: #ee7401;
	color: #4e2583;
}

.eltandoor_entrada{
	background-color: #ffe100;
}

.titol_eltandoor{
	text-align: center;
    padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
    font-size: 19pt;
    text-transform: uppercase;
	color: #08a339;
}

.eltandoor_text{
	color: #08a339;
	font-size: 20pt;
    line-height: 21pt;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.eltandoor_text p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.eltandoor_entrada .slider {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.eltandoor_text img{
    width: 60%;
    height: auto;
    margin-top: 60px;
    padding-bottom: 60px;
}

.grups{
	display: none;
}

/* MIRCH */

    /* HALF  NO USE*/

    /* .mirch_half{
    height: 100vh;
    width: 50%;
    float: left;
    font-family: 'mirch_serif';
}

.mirch_half_right{
    background-color: #fab600;
    font-family: 'mirch_regular';
}

.mirch_half h1, .mirch_half h2{
    width: 100%;
    text-align: center;
    font-size: 15.5vw;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    font-weight: normal !important;
    letter-spacing: -4px;
    line-height: 12vw;
    padding-top: 10px;
}

.mirch_half h2{
    position: absolute;
    left: 0;
    width: 50%;
    bottom: 40px;
    padding: 0;
}

/*.mirch_half_left:hover ~ .mirch_half h1 {
    color: #fab600;
}*/
/*
.page-template-mirch{
    overflow: hidden;
}*/

    .menu_mirch, .menu_mirch a{
        font-family: 'mirch_serif';
        margin-top: -5px;
        color: #fab600;
        text-decoration: none;
    }

    .menu_mirch a:hover{
        color: white;
    }

    .page-template-mirch{
        cursor: none;
        height: 100vh;
        width: 100vw;
    }

.mirch_titol{
    font-family: 'mirch_serif';
    font-size: 15.5vw;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    font-weight: normal !important;
    letter-spacing: -4px;
    line-height: 12vw;
    padding-top: 7px;
    width: 100%;
    text-align: center;
    color: #fab600;
    z-index: 888;
    position: relative;
}

.mirch_titol_baix{
    position: fixed;
    bottom: 38px;
}

.mirch_info{
    font-family: 'mirch_regular';
    font-size: 15px;
    line-height: 18px;
    color: black;
    top: 30px;
    z-index: 999;
}

.mirch_info a, .mirch_info p{
    color: black;
    text-decoration: none;
    float: left;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.mirch_info a:hover{
    color:#fab600;
}

.horaris_mirch{
    padding-left: 0 !important;
    padding-right: 25px;
    max-width: 200px;
}

.mirch_info p{
    padding-left: 25px;
}

.mirch_info_left{
    left: 35px;
    position: fixed;
    top: 30px;
    z-index: 999;
}

.mirch_info_right{
    right: 35px;
    position: fixed;
    top: 30px;
    z-index: 999;
}

    .bytandoor{
        width: 200px;
        position: fixed;
        right: 35px;
        bottom: 30px;
        text-align: right;
        z-index: 999;
    }

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

.carta_imatge{
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    text-align: center;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 999;
}

.carta_amagar{
    display: none;
}

.carta_imatge img{
    max-height: 150%;
    width: auto;
    padding-top: 2.5%;
    -webkit-transform: rotate(7.5deg);
    -ms-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
}

    figure#mirch_cursor {
        background: url('imatges/rayo.png') no-repeat;
        width: 100px;
        height: 60px;
        position: absolute;
        margin-left: -30px;
        margin-top: -30px;
        display: block;
        z-index: 1;
        top: 50%;
        left: 50%;
    }

    .fons_fakirs{
        position: absolute;
        width: 100vw;
        height: 100vh;
    }

    .fons_fakirs img{
        width: 30%;
        height: auto;
        position: fixed;
    }

    /*.fakir1, .fakir4, .fakir5{
        z-index: 999;
    }*/

    .fakir1{
        top: 10%;
        left: 0;
        z-index: 111;
    }

    .fakir2{
        top: 10%;
        left: 55%;
        z-index: 999;
    }

    .fakir3{
        z-index: 999;
        bottom: -5%;
        left: -5%;
    }

    .fakir4{
        right: -5%;
        bottom: 8%;
        z-index: 1;
    }

    .fakir5{
        top: 45%;
        left: 20%;
        z-index: 999;
    }