/**FONTS**/
@font-face {
  font-family: 'omnesmedium';
  src: url('../_fonts/omnesmed-webfont.eot');
  src: url('../_fonts/omnesmed-webfont.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/omnesmed-webfont.woff') format('woff'),
  url('../_fonts/omnesmed-webfont.ttf') format('truetype'),
  url('../_fonts/omnesmed-webfont.svg#omnesmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omnessemibold';
  src: url('../_fonts/omnessem-webfont.eot');
  src: url('../_fonts/omnessem-webfont.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/omnessem-webfont.woff') format('woff'),
  url('../_fonts/omnessem-webfont.ttf') format('truetype'),
  url('../_fonts/omnessem-webfont.svg#omnessemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/**GENERAL/COMMON**/
* { font-family: omnesmedium,'Helvetica Rounded',Helvetica,Verdana,Arial,sans-serif; font-size: 100%; }
body { background-color: #fff; color: #1A120D; }
.wrapper {  width: 100%;   }
.clear { width: 100%; clear: both; height: 1px; overflow: hidden; }
#map_logo {display:none}

strong,h1,h2,h3,b, .event_data .title, .event_data .author, .event_data time, #event_file .location { font-family: omnessemibold,'Helvetica Rounded',Helvetica,Verdana,Arial,sans-serif; }
h1,h2,h3,h4 { margin: 0; }
a { color: #FC7217; text-decoration: none; }
a:hover { color: #000; }

.lang_selection, .events { list-style-type: none; margin: 0; padding: 0; }
.logollull { display:none}

/**HEADER**/
header { display: block; margin: 10px 0; text-align: center; overflow: hidden; }

#logo { display: inline-block; height: 50px; overflow: hidden; padding: 0 0 0 40px; background: url('../_img/layout/mobile_logo.png') no-repeat; color: #FC7217; }
#logo h1 { margin: 0 0 0 0; font-size: 2em; }
#logo h2 { margin: 2px 0 0 3px; font-size: 0.9em;  }

.lang_selection { display: none; }


/**MAP**/
.filters { display: block; background: #FC7217; padding: 10px 10px; margin-top:-6px  }
#transferiframe .filters { background: #66BC29 !important;}
.filters .close 			{ display:none }

.filters input { width: 100%; height: 25px; line-height: 25px; border: 0; color: #FC7217; padding: 0 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-size: 1.1em; background: url('../_img/layout/search_field.png') #ebe2bb no-repeat; background-position: center right;  background-size: 28px 20px; padding-right: 33px; }
.fancy-select .trigger { margin-top: 8px; }
.fancy-select .options { border: 1px #fff solid; border: 1px rgba(255,255,255,0.5) solid; padding-bottom: 10px; min-width: 400px; }
.filters .category_icon, .sort_events .category_icon { display: none; }
.filters .category_field .category_icon { display: inline-block; float: left;  width: 30px; height: 24px; margin: 1px 0 0 0; overflow: hidden; }
.specify_dates { display: none; position: absolute; z-index: 999; max-width: 200px; border: 1px rgba(255,255,255,0.5) solid;  margin: 5px 0 0 0; padding: 5px 15px 15px 15px; background-color: #FC7217; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.specify_dates label { display: block; margin: 10px 0 2px 0; color: #fff; }
.specify_dates input { background: url('../_img/layout/date.png') #ebe2bb no-repeat !important; background-position: right 3px !important; }
.specify_dates button { float: right; margin: 15px 5px 0 0; padding: 3px 10px; border: 0; background-color: #fff; color: #FC7217; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#hidden_submit { display: none; }

.icon_category14 { background: url('../_img/categories/icon14.png') no-repeat; }
.icon_category15 { background: url('../_img/categories/icon15.png') no-repeat; }
.icon_category16 { background: url('../_img/categories/icon16.png') no-repeat; }
.icon_category17 { background: url('../_img/categories/icon17.png') no-repeat; }
.icon_category18 { background: url('../_img/categories/icon18.png') no-repeat; }
.icon_category19 { background: url('../_img/categories/icon19.png') no-repeat; }
.icon_category20 { background: url('../_img/categories/icon20.png') no-repeat; }
.icon_category21 { background: url('../_img/categories/icon21.png') no-repeat; }
.icon_category22 { background: url('../_img/categories/icon22.png') no-repeat; }
.icon_category23 { background: url('../_img/categories/icon23.png') no-repeat; }
.icon_category24 { background: url('../_img/categories/icon24.png') no-repeat; }
.icon_category27 { background: url('../_img/categories/icon27.png') no-repeat; }
.icon_category1639 { background: url('../_img/categories/icon1639.png') no-repeat; }

#map, #map_no_result { width: 100%; height: 300px; }
#map_alert { position: absolute; z-index: 100; width: 100%; height: 300px; background-color: rgba(255,255,255,0.5); text-align: center; }
#map_alert div { display: inline-block; height: 40px; line-height: 40px; margin: 130px auto 0 auto; padding: 0 30px; background-color: rgba(255,255,255,0.8); }

.info_window { width: 400px; padding-bottom: 10px; } 
.info_author { font-family: omnessemibold,'Helvetica Rounded',Helvetica,Verdana,Arial,sans-serif; font-size: 1.3em; padding-bottom: 5px; color: #FC7217;  }
.info_title { font-family: omnessemibold,'Helvetica Rounded',Helvetica,Verdana,Arial,sans-serif; font-size: 1.2em; padding-bottom: 5px; border-bottom: 1px #FC7217 solid; }
.info_other { font-family: omnessemibold,'Helvetica Rounded',Helvetica,Verdana,Arial,sans-serif; font-size: 1.1em; line-height: 1.2em; color: #FC7217; padding: 5px 0 10px 0; }
.info_button { font-family: omnessemibold,'Helvetica Rounded',Helvetica,Verdana,Arial,sans-serif; padding: 4px 8px 4px 8px; text-align: center; font-size: 1.1em; color: #fff; background-color: #FC7217; }


/**BARRA**/
.destacats 		{ float:left; text-align:left; padding-top:3px}
.veure_tots 	{ float:right; padding-top:3px}
.veure_tots a 	{ color:#FFF; font-family: omnessemibold,'Helvetica Rounded',Helvetica,Verdana,Arial,sans-serif;}
.botons_home 	{ float:right; margin-right:3px }


/**LIST**/
h3 { display: block; margin: 10px 0; padding: 3px 6px; background-color: #FC7217; color: #fff; text-transform: uppercase; font-weight: normal; font-size: 1em; }

/** HOME **/
#change-list {display:block;background-color: #FC7217; color: #fff;margin: 10px 0;width:100%;overflow:hidden}
#change-list h3 {display: inline-block;margin:0;padding: 3px 6px;}
#change-list .listing { display: inline; float: right; margin: 5px 5px 0 15px; }
#change-list .listing img { width: 20px; height: 20px; }

.events a { display: block; float: left; width: 100%; margin-bottom: 8px; color: #000; overflow: hidden; }
.events img { float: left; width: 100%; }
.event_data { display: none; float: left; width: 100%; }
.event_data .author { margin: 2px; padding: 6px; background: url('../_img/layout/text_transparent_bg.png'); font-size: 0.92em; color: #FC7217; }
.event_data .title { display: inline-block; float: left; margin: 0 0 0 0; padding: 6px; background: url('../_img/layout/text_transparent_bg.png'); color: #000;}
.event_data time { display: inline-block; float: left; width: 72px; margin: 0 2px; padding: 6px 0 4px 0; background: url('../_img/layout/calendar_bg.png') no-repeat; color: #FC7217; text-align: center; font-size: 2.3em;  }
.event_data time .month { font-size: 0.5em; margin-top: -8px; }
.event_data time .year { font-size: 0.4em; margin-top: -2px; }
.event_data .category_and_location { display: inline-block; float: left; margin: 0 0 0 0  ; padding: 6px; background: url('../_img/layout/text_transparent_bg.png'); color: #FC7217; }
.events a:hover .title, .events a:hover .author, .events a:hover time,.events a:hover .category_and_location  { background-color: #FC7217; }

/**TABLE**/
.sort_events { margin:0 0 10px 0; padding:10px 5px !important; background-color: #FC7217!important; margin-top: -5px!important;}
.sort_events .results { display: none; width:118px; margin-left:5px}
.sort_events form     { }
	.sort_events .label { display: block; padding: 10px 0 0 0px; text-transform: uppercase; color: #FFF;}
	.sort_events .trigger { margin-top: 3px; }
	.sort_events .order_box { display: inline-block; width: 100%; }
.sort_events .botons  {display: inline-block; float: right; padding: 4px 0 0 0; margin-top:-70px;  width:60px }
	.sort_events .listing { display: inline-block; float: right; margin: 5px 0 0 15px; }
	.sort_events .print { display: none; float: right; }


.event_table { display: block; width: 100%; }
.event_table thead { display: none; }
.event_table tr { display: block; float: left; width: 96%; padding: 5px 2%; margin-bottom: 5px; cursor: pointer; }
.event_table tr:nth-child(odd) { background-color: rgba(235,226,187,0.5); }
.event_table td { display: block; float: right; width: 53%; }
.event_table td.image { float: left; width: 45%; }
.event_table td.image img { float: left; width: 100%; }
.event_table td.title { color: #FC7217; margin-bottom: 3px; }
.event_table td.author { margin-bottom: 3px; font-size: 1.2em !important; font-style: italic; color: #FC7217; }
.event_table td.category,.event_table td.location { font-size: 0.9em; margin-bottom: 1px; }
.event_table td.date { margin-top: 4px; font-size: 0.8em; background-color: #FC7217; color: #fff; text-align: center; }
.event_table td.date .large { display: none; }
.event_table td.link { display:none}
.viewmore { margin: 10px 0; padding: 6px 12px; background-color: #FC7217; color: #fff; text-transform: uppercase; font-weight: normal; font-size: 1em; text-align: right}
.viewmore a {color:#fff}

/**FILE**/


#event_file_overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url('../_img/layout/text_transparent_bg.png'); opacity: 0.8; } 

#event_file { display: none; position: absolute; top:150; width: 100%; top: 0; padding-bottom: 10px; background-color: #FC7217;  }
#event_file .dates,#event_file .info,#event_file .photo { clear: both; float: left; width: 100%; margin-bottom: 10px; line-height: 1.2em; padding:5px }
#event_file .dates { margin-top: 0px; }
#event_file time { display: block; float: left; width: 49.5%; height: 1.5em; line-height: 1.7em; margin: 10px 0.5% 5px 0; background-color: #fff; text-align: center; color: #FC7217; font-size: 1.2em; }
#event_file .day { display: inline; }
#event_file time:nth-child(even) { margin: 10px 0 4px 0.5%; float: right; }
#event_file .month, #event_file .year { display: inline; margin-left: 5px; }
#event_file .date_txt { clear: both; height: 1.5em; line-height: 1.5em; background-color: #fff; color: #FC7217; text-transform: uppercase; text-align: center; }

#event_file h3 { display: block; width:90%; clear: both; height: auto; line-height: 1.1em; margin: 0; padding: 0; background: none; text-transform: none; font-size: 1.7em; font-family: omnesmedium,'Helvetica Rounded',Helvetica,Verdana,Arial,sans-serif; text-decoration: underline; }
#event_file h4 { display: block; margin: 10px 0 0 0; color: #fff; }
#event_file .group, #event_file .main_data { margin: 10px 0 0 0; color: #fff; }
#event_file .group a { color: #fff; font-style: italic; }
#event_file .group a:hover { color: #000; }
#event_file .contact_and_price, #event_file .links, #event_file .social_networks { margin: 10px 0 0 0; }
#event_file .links a { color: #EBE3BC; }
#event_file .links a:hover { color: #fff; }
#event_file .social_networks a { margin-right: 2px; }

#event_file .photo { width: 98%; }
#event_file .photo img { max-width: 100%; }

#event_file #close_file { position: absolute; top: 90px; right: 15px; }


/**STATIC SECTION**/
.static h3 { margin: 20px 0 10px 0; }
.static p { color: #FC7217; line-height: 1.3em; }

/**FOOTER**/
footer { padding-bottom: 20px; background-color: #FC7217; color: #fff; font-size: 0.9em; }

.legal { padding: 12px 0;  text-align: center; }
.legal a { margin: 0 1px; padding: 1px 4px; background-color: #fff; text-transform: uppercase; font-size: 0.8em; }
.legal .mobile_lang_selection { margin-top: 12px; }
.legal small { display: block; margin-top: 12px; } 

.powered_by { margin-top: 10px; text-align: center; }
.powered_by img { margin: 0 6px; }
#ajuntament_barcelona { width: 30%; }
#cultura_generalitat { width: 32%; }
#ramon_llull { width: 24%; }

.tornar {height:25px; width:99%; text-align:right; text-transform:uppercase; margin-bottom:5px}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #FC7217; border:#FFF thin solid
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
.addthis a {color:#FFF; padding:5px 0 }
.addthishome { margin-top:10px}


#video-container {position:relative;padding:30px 0 56.25% 0;height: 0;overflow: hidden;}
#video-container iframe, #video-container object, #video-container embed, #video-container video {position:absolute;top:0;left:0;width:100%;height:100%;}