
/* - tablet.css - */
/* https://www.tarragona.cat/portal_css/tablet.css?original=1 */
@media only screen and (min-width: 641px) and (max-width: 960px), only screen and (min-device-width: 641px) and (max-device-width: 960px) and (orientation : portrait){
.template-esdeveniment #content-core .image-wrapper.horizontal img,
.template-esdeveniment #content-core .image-wrapper.vertical img,
.template-full_collection_view  #content-core .image-wrapper.horizontal img,
.template-full_collection_view #content-core .image-wrapper.vertical img { margin: 15px 0; display: block; width: 100% }
.template-folder_summary_view #content .tileItem { margin: 15px 10px; display: block }
#content-core .eventDetails { float: none; width: inherit; margin: 20px 0 0 0; }
.invert-order { display: flex; flex-flow: column-reverse; }
.template-folder_summary_view .invert-order { display: block; flex-flow: unset; }
.template-document_view #cos #dreta #parent-fieldname-text, .template-document_full_view #cos #dreta #parent-fieldname-text, .template-esdeveniment #cos #dreta #parent-fieldname-text {padding:0 10px;}
.template-document_view #content-core figure.image { float: none !important; text-align: center !important;  }
.template-document_view #content-core img{ max-width: 100%; }
.template-noticia #cos #dreta #content, .portaltype-noticiagm #cos #dreta #content, .template-agenda_consellers_view #cos #dreta #content{ margin: 0 10px 0 10px; }
.template-noticia #noticia_text, .portaltype-noticiagm #noticia_text { margin-top: 0 }
.template-noticia #noticia_imatge.vertical, .portaltype-noticiagm #noticia_imatge.vertical { float: none; margin: 12px 0 12px 0px; width: 100%; }
div.block-vert .block-text {width: 90%; }
div.block-horiz  .list li { max-width: 31%; }
/* */
.template-agenda_consellers_view #filtreAgenda{ margin: 0 auto; float: none; padding: 0; }
.template-agenda_consellers_view .blockAvui{ clear: both }
/* */
#content div.listingBar .previous, #content div.listingBar .next{ float: none; display: block; }
ul.responsivetabs li{padding: 8px 14px 6px 14px;}
}

/* - smartphone.css - */
/* https://www.tarragona.cat/portal_css/smartphone.css?original=1 */
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
.columnlist.tablet ul, .columnlist2.tablet ul, .columnlist3.tablet ul, .columnlist4.tablet ul{width: 100%; border-right: none; margin-left: 0}
.columnlist.tablet ul:last-child, .columnlist2.tablet ul:last-child, .columnlist3.tablet ul:last-child, .columnlist4.tablet ul:last-child{ width: 100%}
.template-full_collection_view #content-core .image-wrapper, .template-esdeveniment #content-core .image-wrapper {
padding: 0; max-width: inherit; display: block;
}
.template-esdeveniment #parent-fieldname-text .image-wrapper.horizontal img, .template-esdeveniment #parent-fieldname-text .image-wrapper.vertical img, .template-full_collection_view
#content-core .image-wrapper.horizontal img, .template-full_collection_view #content-core .image-wrapper.vertical img { width: 100% }
#content-core .eventDetails { max-width: 100%; margin: 20px 0 0 0; }
.invert-order { display: flex; flex-flow: column-reverse; }
.template-document_view #cos #dreta #parent-fieldname-text, .template-document_full_view #cos #dreta #parent-fieldname-text, .template-esdeveniment #cos #dreta #parent-fieldname-text {padding:0 10px;}
.template-document_view #content-core figure.image { float: none !important; text-align: center !important;  }
.template-document_view #content-core img{ max-width: 100%; }
.template-folder_summary_view .image-wrapper{width: 100%; height: auto}
.template-folder_summary_view #content .text-wrapper{ margin: 0 0 15px 0; }
#minisite .template-full_collection_view #parent-fieldname-text .eventDetails { float: none; width: inherit; margin: 20px 0 0 0; }
#minisite .template-full_collection_view #parent-fieldname-text{ display: flex; flex-flow: column-reverse; }
.template-noticia #noticia_imatge.vertical, .portaltype-noticiagm #noticia_imatge.vertical { float: none; margin: 12px 0 12px 0px; width: 100%; }
#firstLevelNavigation{display: none}
div.block-vert .block-text {width: 90%; }
div.block-horiz  .list li { max-width: 48%; }
/* */
.template-agenda_consellers_view #filtreAgenda{ margin: 0 auto 28px; padding: 0; float: none }
.template-agenda_consellers_view .llistatAvui span.guion{ display: none }
.template-agenda_consellers_view #content .llistatAvui dd{ display: inline-block; margin: 0}
/* */
#content div.listingBar .previous, #content div.listingBar .next{ float: none; display: block; }
}
