
header{
    box-shadow: none;
    border: none;
}

body{
    background-color: #FFFFFF;
}

#barra1{
    border: none;
     box-shadow: none;
}

#barra2{
    width: 100%;
    border-radius: 0;
}

#barra2 ul{
}

#barra1 .container-fluid, #barra2 .container-fluid{
    max-width: 1200px;
    margin: 0 auto !important;
}

#content{
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#destacats{
    background-color: #f6f6f6;
}

#destacats .zonaTitol{
    max-width: 1200px;
    margin: 0 auto !important;
    width: 100%;
    color: #41a62a;
    padding:10px;
    
}

#destacats .zonaTitol .text{
    font-size: 14px;
    padding-top: 10px;
}

#destacats .zonaTitol .botons{
    text-align: right;
}

#destacats .zonaDades{
    max-width: 1200px;
    margin: 0 auto !important;
    overflow: hidden;
    max-height: 365px;
}
#cards{
    position: relative;
    left: 15px;
}
#destacats .zonaDades .card{
    background-color: #ffffff;
    border: 2px solid #41a62a;
    padding:0;
    margin-bottom: 10px;
    width: 280px;
    display: inline-block;
    margin-right:13px;
    cursor: pointer;
}

#destacats .zonaDades .card .imatge{
    height: 115px;
    max-height: 115px;
    overflow: hidden;
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
}

#destacats .zonaDades .card .titol{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 17px;
    color: #41a62a;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#destacats .zonaDades .card .participacio, #destacats .zonaDades .card .autor{
    font-size: 13px;
    color: #9c9e9f;
}

/*#destacats .zonaDades .card .descripcio{
    font-size: 13px;
    color: #1a171b;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 72px;
    max-height: 72px;
    overflow: hidden;
}*/

#destacats .zonaDades .card .peu{
    font-size: 12px;
    color: #9c9e9f;
    background-color: #dddddd;
    padding: 5px;
}

#destacats .zonaDades .card .peu p{
    margin:0;
    text-align: center;
}

#destacats .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 88px 0 0px;
    border-color: #41a62a transparent transparent;
}

#destacats .triangle .nombre{
    position: relative;
    top: -75px;
    font-size: 15px;
    text-align: center; 
    width: 50px;
}

#destacats .triangle .dies{
    position: relative;
    top: -90px;
    font-size: 15px;
    text-align: center; 
    width: 50px;
}

#slidePrevious{
    float: left;
    position: relative;
    margin-left: -20px;
}

#slidePrevious img, #slideNext img{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
} 

#slidePrevious img:hover, #slideNext img:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
} 

#slideNext{
    float: right;
    position: relative;
    margin-right: -20px;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

#zonaFiltres{
    /*background-color: #b1b3b4;*/
    width: 100%;
    position: relative;
}

#zonaFiltres .controls{
    max-width: 1200px;
    margin: 0 auto !important;
    width: 100%;
    padding: 15px;
    background-color: #FFFFFF;
}

#cercaLliure{
    /*border-radius: 0;
    border-left: none;
    padding:0;*/
        padding-top: 7px;
    padding-bottom: 5px;
}
#cercaLliure span{
    color: #b1b3b4;
    font-size: 19px;
    padding: 6px 6px 7px 5px;
}

#cercaLliureText{
    border-radius: 0;
    border-right: none;
    padding-top: 10px;
}

.grey-zone{
    background-color: #f2f2f2;
}
#search-bar{
    margin-top: 20px;
}

#search-bar .subtitle{
    font-size: 2rem;
    color: #c6cad2;
    vertical-align: middle;
    line-height: 2.5rem;
}
#zonaFiltres .botons{
    max-width: 1220px;
    margin: 0 auto;
}
#zonaFiltres .botons a.btn-filter{
    border-radius: 6px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    color: #7D7D7D;
    background-color: #FFFFFF;
    width: 100%;
}

#zonaFiltres .botons a.btn-filter.active{
    color: #6cb043;
}

#zonaFiltres .botons a.btn-filter i{
    font-size: 1.8rem;
}

#search-bar .btn-darkGrey{
    border-radius: 20px;
    padding-top: 7px;
    padding-bottom: 4px;
    background-color: #f2f2f2;
    color: #6E6E6E;
    line-height: 2.5rem;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 10px;
}



#search-bar .btn-darkGrey:hover{
    background-color: #6E6E6E;
    color: #f2f2f2;
}

#search-bar .btn-darkGrey.active{
    background-color: #6E6E6E;
    color: #f2f2f2;
}

#zonaFiltres .selectFiltres select, #zonaFiltres .selectFiltres option{
    font-size: 11px;
}

#zonaEscenaris{
    background-color: #FFFFFF;
    width: 100%;
    font-size: 12px;
    color: #000000;
    overflow-y: auto;
}

#zonaEscenaris .escenaris{
    max-width: 1200px;
    margin: 0 auto !important;
    width: 100%;
    padding: 15px;
}


#zonaEscenaris .card{
    padding: 5px;
}

#zonaEscenaris .card-inner.open{
    background-color: #ffffff;
    border: 2px solid #41a62a;
    padding:0;
    margin-bottom: 10px;
    width: 230px;
    display: inline-block;
}

#zonaEscenaris .card-inner{
    background-color: #ffffff;
    /*border: 2px solid #e8e8e8;*/
    padding:0;
    margin-bottom: 10px;
    /*width: 230px;*/
    display: block;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 3px 3px 10px #cccccc;
}

#zonaEscenaris .card-inner .imatge{
    height: 160px;
    max-height: 160px;
    overflow: hidden;
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
}

#zonaEscenaris .card-inner .titol{
    margin-top: 20px;
    font-size: 14px;
    color: #41a62a;
    /*max-width: 225px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#zonaEscenaris .card-inner .participacio, #zonaEscenaris .card .autor{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

#zonaEscenaris .card-inner .descripcio{
    font-size: 12px;
    font-weight: lighter;
    color: #444444;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 100px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;     /* fallback */
   max-height: 100px;      /* fallback */
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;

}

#zonaEscenaris .card-inner .peu{
    color: #9c9e9f;
    background-color: #F2F2F2;
    padding: 5px;
}

#zonaEscenaris .card-inner .peu p{
    margin:3px 0 0 0;
    text-align: center;
    font-size: 11px;
    line-height: 26px;
}

#zonaEscenaris .card-inner .triangle{
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 37px 0 0px;
    border-color: #c79f12 transparent transparent;
}

#zonaEscenaris .card-inner .triangle i{
    position: absolute;
    top: -32px;
    left: 5px;
    color: #FFFFFF;
}

#zonaEscenaris .card-inner .triangle .nombre{
    position: relative;
    top: -75px;
    font-size: 15px;
    text-align: center; 
    width: 50px;
    color: #FFFFFF;
}

#zonaEscenaris .card-inner .triangle .dies{
    position: relative;
    top: -90px;
    font-size: 15px;
    text-align: center; 
    width: 50px;
    color: #FFFFFF;
}


#creacioEscenari{
    color:#333333;
}

#creacioEscenari .bootstrap-tagsinput{
    width: 100%;
}

#new_escenari{
    margin-bottom: 20px;
}

.blockall{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    z-index: 999999;
    cursor: progress;
}

.space-tb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-transparent{
    color: #333333;
}

.btn-transparent.active{
    color: #FFFFFF;
    background-color: #01B4D1;
    border-color: #01B4D1;
    border-radius: 4px !important;
    /*box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
    box-shadow: 3px 3px 10px #cccccc !important;
}

.btn-transparent.active:hover{
    color: #FFFFFF;
    
}

.btn-transparent:hover{
    color: #333333;
}

#content{
    overflow:hidden;
}

html{
    background-color: #FFFFFF;
}

.btn.active, .btn:active{
    box-shadow: none;
}

#active-filters{
    text-align: center;
}



