/**
 * @package		JCalPro
 * @subpackage	jcaltheme_inspired

**********************************************
JCal Pro
Copyright (c) 2006-2012 Anything-Digital.com
**********************************************
JCalPro is a native Joomla! calendar component for Joomla!

JCal Pro was once a fork of the existing Extcalendar component for Joomla!
(com_extcal_0_9_2_RC4.zip from mamboguru.com).
Extcal (http://sourceforge.net/projects/extcal) was renamed
and adapted to become a Mambo/Joomla! component by
Matthew Friedman, and further modified by David McKinnis
(mamboguru.com) to repair some security holes.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This header must not be removed. Additional contributions/changes
may be added to this header as long as no information is deleted.
**********************************************
Get the latest version of JCal Pro at:
http://anything-digital.com/
**********************************************

*/

/* MOBILE STYLES - mobile-first baby! */


/* global stuff */
#jcl_component {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* overridding some aggressive non-standard Bootstrap css from Protostar */
.jcl_header .page-header {
	margin: 0;
	padding: 0;
}
#jcl_component .jcl_navbar.btn-group{
	border-left: 1px #dbdbdb solid;
    border-right: 1px #dbdbdb solid;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.jcl_header.page-header{
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#jcl_component.jcl_view_events .jcl_header.page-header{
	margin: 0;
	padding: 0;
}

.view-event #jcl_component .jcl_header.page-header{
	margin: 0 0 20px;
}

/* Override some strange Bootstrap defaults */
.jcl_navbar [class^="icon-"],
.jcl_navbar [class*=" icon-"] {
	width: auto;
}
/* override some ugly Bootstrap defaults */
#jcl_component .label {
	text-shadow: none;
	padding: 3px 5px;
	line-height: 25px;
}
#jcl_component .label.dark {
	color: #3A3A3A;
	border: 0px solid #DFDFDF;
}
.jcl_toolbar .navbar-search {
	margin: 5px 15px;
}
.jcl_toolbar .btn-group + .btn-group {
	margin-left: 0;
}
/* make the toolbar tiny on mobile */
/*.jcl_toolbar .jcl_views span {
	display: none;
}*/
/* Protostar's spacing is too small */
.jcl_toolbar .btn-group {
	margin: 0;
	float: left;
	width: 100%;
}
.jcl_views.btn-group{
	float: left;
	width: 101%;
}
.jcl_views.btn-group form.navbar-search{
	float: left;
    margin: 0;
    max-width: 476px;
    width: 100%;
}
.jcl_views.btn-group div.navbar-search{
	margin: 0;
    max-width: 476px;
    width: 100%;
    min-height: 65px;
    border: 1px #dbdbdb solid;
	padding-bottom: 0px;
    padding-top: 5px;
	float: left;
}
.jcl_views.btn-group .navbar-search input.search-query{
	width: 75%;
    border: 0;
    border-radius: 0;
    margin: 0 20px;
    border-bottom: 1px #dbdbdb solid;
}
.jcl_views.btn-group form.navbar-search input[type="submit"]{
	width: 28px;
	height: 28px;
}
#jcl_component .jcl_views.btn-group a.btn.dropdown-toggle, #jcl_component .jcl_search_form.jcl_center .jcl_search_form_search{
	display: none !important;
}

@media (max-width: 1100px) {
	.jcl_views.btn-group form.navbar-search{
		max-width: 99%;
		width: 100%;
	}
	.jcl_views.btn-group form.navbar-search div.navbar-search{
		max-width: 100% !important;
	}
	.jcl_views.btn-group div.navbar-search{
		max-width: 99%;
		width: 100%;
		border: 1px #dbdbdb solid !important;
	}
}

@media (max-width: 480px) {
	.jcl_views.btn-group .navbar-search input.search-query{
		width: 65%;
	}
}

@media (max-width: 750px) {
	#jcl_component .jcl_navbar.btn-group{
		white-space: initial !important;
	}
}



/* Let's correct some basic table styling as it doesn't look like a table now*/
#jcl_component table {
	border-width: 0 0 1px 0 !important;
}
#jcl_component .table-calendar tbody tr:nth-child(odd) td,
#jcl_component .table-calendar tbody tr:nth-child(odd) th {
	background-color: #fff !important
}
#jcl_component .table-calendar tbody tr td.disabled{
	background-color: #f7f7f7 !important;
}
/* fixes for form elements on frontend */
#jcl_component .jcl_toolbar_catselect {
	padding-left: 1em;
}
#jcl_component .form-vertical .control-label {
  clear: both;
}
#jform_end_days, #jform_end_days-lbl,
#jform_end_hours, #jform_end_hours-lbl,
#jform_end_minutes, #jform_end_minutes-lbl {
	display: inline;
}
#jform_recur_end_type input,
#jform_recur_end_type label,
#jform_recur_end_type button,
#jform_recur_end_type .input-append {
	float: left;
}
#jform_recur_end_type0,
#jform_recur_end_type1 {
	clear: both;
}
.jcaldatetime_at {
	display: block;
}
/* responsive layout - make a table not look like a table on small screens */
#jcl_component .table th {
	text-align: left;
}
#jcl_component .table tr {
	display: block;
}
#jcl_component .table td,
#jcl_component .table th {
	display: none;
}
#jcl_component .table .cell_events {
	display: block;
}
#jcl_component .table ul {
	display: block;
	list-style: none;
	margin: 0 1.25em 0 0;
	padding: 0;
}
#jcl_component .table li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 1.25em;
}
#jcl_component .table li a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#jcl_component .calendar-weekday-top {
	padding: 1em 0;
	background: #f7f7f7;
	border-bottom: 1px #dbdbdb solid;
}
#jcl_component td div.calendar-day{
	float: none;
	text-align: center;
	margin: 0px;
}
#jcl_component .calendar-events {
	clear:both;
	text-align: left;
}
/* week view styles */
.list-item {
	border-top: 0;
	border-bottom: 1px #dbdbdb solid;
	padding: 40px 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.list-item .item-event{
	border-bottom: 1px #dbdbdb solid;
	padding: 0 0 30px;
}
.list-item h3.list-item-title, .list-item h5.date-event{
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: normal;
	text-align: left;
	padding: 0px;
	margin: 5px 0 0;
	text-transform: uppercase;
}
.list-item h3.list-item-title{
	padding-bottom: 5px;
}
.list-item .jcl_event_description{
	margin: 10px 0 0;
}
.list-item.items-week {
	padding: 10px 20px 10px;
}
.list-item.items-week:nth-child(even){
	background: #F7F7F7;
}
.list-item.items-week h2.jcl_header{
	padding: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.list-item.items-day {
	padding: 30px 20px;
}


#jcal_layout-categories, #jcal_layout-search{
	float: left;
	width: 100%;
	border-left: 1px #dbdbdb solid;
	border-right: 1px #dbdbdb solid;
	border-top: 0px #dbdbdb solid;
	border-bottom: 0px #dbdbdb solid;
}
#jcal_layout-categories .list-item, #jcal_layout-search .list-item{
	padding: 30px 20px;
}

/* event view styles */
.jcl_event_detail {
	padding: 0 0 .25em 0;
	margin: 0 0 .5em 0;
	border-top: 0px solid #e5e5e5;
}
.jcl_event_detail.date-event {
	border-top: 0px solid #e5e5e5 !important;
}
.jcl_event_detail .label {
	background: transparent;
}
.jcl_event_detail .labels {
	display: inline-block;
	background: #fff;
	padding: .75em 1em;
	margin: 0 1.5em 1.5em 0;
	border: 1px solid #e5e5e5;
	border-width:0 1px 1px;
}
.jcl_view_event .jcl_event_map,
.jcl_view_event .jcl_event_body {
	margin-top: 0.5em;
}
.jcl_view_event .jcl_event_map, .jcl_view_event .texte-grid8{
	width: 66.66666667%;
	float: left !important;
}
.jcl_view_event .jcl_event_map #jcl_event_map_container{
	padding: 0 0 0 20px;
}
.texte-grid8 .eventdesclarge{
	padding: 0 0 0 20px;
}
.event_added_image{
	width: 33.33333333% !important;
	float: left !important;
}
.event_address{
	margin-top: 0.5em !important;
	padding: 10px 0 !important;
	width: 33.33333333% !important;
	float: left !important;
}
.grid12-fullwidth{
	float: left !important;
}
@media (max-width: 560px){
	.jcl_view_event .jcl_event_map, .event_address, .grid12-fullwidth, .texte-grid8, .event_added_image{
		width: 100% !important;
		float: none !important;
	}
	.texte-grid8 .eventdesclarge{
		padding: 0 !important;
	}
	.jcl_view_event .jcl_event_map #jcl_event_map_container{
		padding: 0 !important;
	}
}

/* fix multiline labels in month layout */
#jcl_component .calendar-events .label {
	white-space: normal;
	display: block;
	position: relative
}
#jcl_component .calendar-events .label img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#jcl_component .calendar-events a img{
	display: none;
}
#jcl_component .calendar-events .label small {
	font-weight: normal;
	display: none;
}

#jcl_component .calendar-events a.eventtitle{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    white-space: normal;
	text-align: left;
	padding: 0px;
	background-color: transparent;
	word-break: break-word;
}

/* FOR TINY SCREENS */
@media (max-width: 360px) {
	/* text is too long */
	#jform_timezone {
		font-size: 11px;
	}
}

@media (max-width: 481px) {
	/* force the widths of the main elements to 100% */
	table.mceLayout, textarea.tinyMCE {
		width: 100% !important;
	}
	/* force the toolbar to be smaller */
	table.mceToolbar td {
		display: inline;
		float: left;
	}
}

@media (min-width: 480px) {
	.jcl_navbar {
		float: right;
	}
}

@media (min-width: 600px) {
	.jcaldatetime_at {
		display: inline;
	}
}

.jcl_header h1.title-module:after{
	background: #3500bd;
	content: "";
	width: 23px;
	height: 4px;
	display: block;
	margin: 14px 0 0;
}
.jcl_header h1{
	display: none !important;
}
.jcl_header h2 {
	color: #49575a !important;
}

.jcal_event .jcl_header h1{
	display: block !important;
	padding: 10px 0;
	margin: 15px 0 0;
}

/* FOR LARGER SCREENS */
@media (min-width: 801px) {

	/* bring the toolbar text back */
	.jcl_toolbar .jcl_views span {
		display: inherit;
	}
	/* align header elements */
	.jcl_header h1 {
		margin-right: 24px;
		display: inline-block;
		float: left;
	}
	.jcl_header h2 {
		float: none;
		text-align: center;
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	#jcl_component .table-bordered td {
		border-right: 1px solid #ddd;
	}
}

@media (max-width: 800px) {
	#jcl_component .table td, #jcl_component .table th{
		padding: 0px;
		border-bottom: 1px #dbdbdb solid;
	}
	#jcl_component .calendar-events{
		padding: 20px;
	}
}

/* FOR EVEN LARGER SCREENS */
@media (min-width: 801px) {
	/* Let's make it look like a table again */
	#jcl_component .table tr {
		display: table-row;
	}
	#jcl_component .table tr.jcl_month_row:nth-child(1) {
		background: #f7f7f7;
	}
	#jcl_component .table tr.jcl_month_row:nth-child(1) td {
		height: 6em;
		padding-bottom: 0px;
		text-align: center;
	}
	#jcl_component .table tr.jcl_month_row:nth-child(1) td .calendar-weekday-top {
		border-bottom: 1px #dbdbdb solid; !important
	}
	#jcl_component .table th,
	#jcl_component .table td {
		display: table-cell !important;
		margin: 0;
		width: 14.2857%;
		vertical-align: top;
		padding: 10px 0;
		text-align: center;
		border-radius: 0px;
	}
	#jcl_component .table td {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 16px;
	}
	#jcl_component .table th{
		font-weight: 500;
		font-size: 14px;
		padding: 20px 0;
		text-transform: uppercase;
	}
	#jcl_component .table td {
		height: 4em;
	}
	#jcl_component .table td .day {
		display: block;
		float: right;
		margin: 0;
		font-weight: normal;
	}
	#jcl_component .table td:before { display: none; }
	#jcl_component .table td .suffix { display: none; }

	/*restore Bootstrap table styles */
	#jcl_component table {
		border-width: 1px !important;
		table-layout: fixed;
	}
	#jcl_component table{
		border: 0px !important;
		border-radius: 0px;
		margin-bottom: 10px;
	}
	#jcl_component .table th{
		border-right: 1px #dbdbdb solid;
		border-bottom: 1px #dbdbdb solid;
	}
	#jcl_component .table th:last-child{
		border-right: 0px !important;
	}
	#jcl_component .table td{
		border-right: 1px #dbdbdb solid !important;
		border-bottom: 1px #dbdbdb solid !important;
	}
	#jcl_component .table td:last-child{
		border-right: 0px !important;
	}
	#jcl_component .calendar-events {
		padding: 15px 10px;
		overflow: hidden;
		border-bottom: 1px #dbdbdb solid;
	}
	#jcl_component .calendar-events:last-child{
		border-bottom: 0px #dbdbdb solid !important;
	}
	#jcl_component .table-bordered td {
		border-right: none;
	}
	/*#jcl_component .table-calendar tbody tr:nth-child(odd) td,
	#jcl_component .table-calendar tbody tr:nth-child(odd) th {
		background-color: #f9f9f9 !important;
	}*/
	/* month view styles */
	.disabled {
		color: #808080;
	}

}
@media only screen and (min-width: 980px) {
	/* make tds a bit more regular */
	#jcl_component .table td {
		height: 6em;
	}
	#jcl_component .table td.calendar-weekday{
		padding-top: 0px;
		padding-bottom: 0;
	}
	.view-events.layout-month #jcl_component .table td.calendar-weekday{
		padding-top: 0px;
		padding-bottom: 0;
	}
}

#jcl_component #jcl_event_map {
	width: 100%;
	height: 180px;
	display: block;
}
#jcl_component #jcl_event_map img {
	max-width: none !important;
}
#jform_end_date_array-lbl {
	float: left;
	margin-right: 4px;
}
#jform_duration_type label {
	margin-bottom: 0px !important;
}

#jcl_component dt.tabs {
	width: auto;
	clear: none;
}
/* some spacing for directions */
#jcl_location_directions {
	margin-bottom: 24px;
}

#jcl_component .table-calendar tbody tr img, .jcl_event_admin form img{
	margin-right: 10px;
}

.jcl_admin #jcl_layout_body .row-fluid:first-child{
	display: block;
}

.jcl_admin #jcl_layout_body .row-fluid:first-child .span12.form-inline{
	display: none;
}

.jcl_admin #jcl_layout_body .row-fluid table{
	margin-bottom: 0px;
}

.atomic.powered_by 
{
	display: none ;
}


/**
 * @package		JCalPro
 * @subpackage	com_jcalpro
Copyright (c) 2006-2012 Anything-Digital.com
 */

/* generic reset styles, as we should handle our own borders in the themes */
#jcl_component table, #jcl_component tr, #jcl_component td {
	border: 0 none;
}

/* ajax loader */
#jcl_ajax_loader {
	background: #FFFFFF url(../images/ajax-loader.gif) no-repeat scroll center center;
}

/* common positioning styles */
#jcl_component .jcl_left {float: left}
#jcl_component .jcl_right {float: right}
#jcl_component .jcl_clear {clear: both}
#jcl_component .jcl_block {
	display: block;
	min-height: 1px;
	min-width: 1px;
}

/* no padding on these elements */
#jcl_component .jcl_month_week_number,
#jcl_component .jcl_month_row,
#jcl_component .jcl_month_inner_row {
	padding: 0px;
	margin: 0px;
}

/* common sizes */
#jcl_component .jcl_month_week_number {
	width: 18px;
}
#jcl_component .jcl_weekday {width: 14%}
#jcl_component .jcl_month_cell {height: 50px}
#jcl_component .jcl_nav {width:33%}

#jcl_component .jcl_month_table {clear: both}
#jcl_component .jcl_month_row {
	width: 100%;
}

#jcl_component .jcl_month_inner_row {
	width: 100%;
	table-layout: fixed;
	border: 0px solid white !important;
}

#jcl_component .jcl_event_body {
	border-width: 0 0 0 6px;
	border-style:solid;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 15px;
	padding-left: 11px;
	line-height: 26px;
	text-align: left;
}

#jcl_component .jcl_event_left {
	max-width: 60%;
}

#jcl_component .jcl_event_right {
	max-width: 40%;
}

#jcl_component .jcl_event_categories {
	padding-top: 2px;
	padding-bottom: 3px;
	list-style-type: none;
}

#jcl_component .jcl_event_categories li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#jcl_component .jcl_event_categories li span {
	white-space: nowrap;
}

#jcl_component .jcl_event_categories .jcl_event_categories_canonical {
	font-weight: bold;
}

#jcl_component .jcl_nooverflow {
	overflow-x: hidden;
}

#jcl_component .jcl_month_cell_number {
	font-weight: bold;
	padding-top: 2px;
	text-align: right;
	width: 1.5em;
}

#jcl_component .jcl_month_add {
	padding-top: 2px;
	padding-right: 2px;
}

#jcl_component #jcl_layout_body{
	float: left;
	width: 100%;
	border: 1px #dbdbdb solid;
}

/* Toolbar */
#jcl_component .jcl_toolbar {
	display: block;
	margin-bottom: 0;
}
#jcl_component .jcl_toolbar .span6 {
	float: left;
	width: 50%;
}

/* Toolbar Buttons */
#jcl_component .jcl_toolbar_buttons {
	display: inline;
	margin: 0 auto;
}

/* base tables */
.jcl_basetable {
	width: 100%;
}

/* category legend */
#jcl_component a.btn-block {
	float: left;
	width: 49%;
	margin-bottom: 4px;
}

#jcl_component a.btn-block .jcal_category_color {
	float: left;
	width: 20px;
	height: 18px;
	border: 1px solid #FFFFFF;
	margin-right: 4px;
}

#jcl_component a.btn-block .jcal_category_title {
	float: left;
	line-height: 18px;
}

/* messages */
#jcl_component .jcl_message {
	text-align: center;
	font-weight: bold;
	padding: 15px 20px 20px;
}

#jcl_component .jcl_nocolor {
	border: 0px !important;
}

#jcl_component .inline {
	display: inline;
}

#jcl_component .jcalradio {
	float: left;
}

#jcl_component input.jcalradio {
	clear: left;
}

#jcl_component .sundaytopclr, #jcl_component .weekdaytopclr {
	text-align: center;
}

#jcl_component .jcl_center {
  text-align: center;
}

#jcl_component #jform_recur_type label,
#jcl_component #jform_registration label,
#jcl_component #jform_rec_yearly_type label {
	display: block;
}

#jcl_component #jform_registration input,
#jcl_component #jform_recur_type input {
	float: left;
	clear: left;
}

#jcl_component #jform_recur_end_type input,
#jcl_component #jform_recur_end_type label,
#jcl_component #jform_recur_end_until,
#jcl_component #jform_recur_end_type img,
#jcl_component #jform_recur_end_type .input-append {
	float: left;
}
#jcl_component #jform_recur_end_type1 {
	clear: left;
}

#jcl_component .jcal_categories a.btn-block {
	float: left;
    margin: 0;
    width: 100%;
    max-width: 126px;
    min-height: 95px;
    padding: 0 6px 0 0 !important;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px !important;
    white-space: normal;
	text-align: left;
	border: 0;
}

#jcl_component .jcl_category.jcal_layout-categories .pagination__wrapper,
#jcl_component.jcl_view_search .pagination__wrapper {
	float: left;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#jcl_component span.tire-haut{
	display: block;
    width: 23px;
    height: 4px;
    margin-bottom: 10px;
}

#jcl_component .eventdescright {
	float: right;
	display: block;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
}
@media (max-width: 380px) {
	#jcl_component .jcal_categories a.btn-block{
		max-width: 100%;
		min-height: auto;
		padding-bottom: 25px !important;
	}
}

/* ajax loader */
#jcl_ajax_loader {
	position: absolute;
	top: 0px;
	width: 0px;
	background: #FFFFFF url(../images/ajax-loader.gif) no-repeat scroll center center;
}

/* forms */
#jcl_component div.jcl_form_label {
	clear: left;
	display: block;
}
#jcl_component div.jcl_form_element {
	display: block;
}

/* categories */
#jcl_component .jcal_categories{
	padding: 0 20px;
}
#jcl_component .jcal_categories a.btn-block{
	background-color: transparent !important;
}
#jcl_component .jcal_categories h3 {
	text-align: left;
	margin: 0px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
	padding-bottom: 6px;
}
/* search form */
#jcl_component .jcl_search_form_search .inputbox {
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 9px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#jcl_component .jcl_search_form_search .button {
	height: 32px;
	padding: 4px 6px;
	margin-bottom: 9px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#jform_duration_type label.jcalradio,
#jform_duration_type label {
	min-width: 1px;
	display: block;
	/* IE Hack */
	/*float: none\9*/
}
#jform_rec_monthly_type label.jcalradio,
#jform_rec_monthly_type label,
#jform_rec_yearly_type label.jcalradio,
#jform_rec_yearly_type label,
#jcl_component #jform_recur_end_type label.jcalradio,
#jcl_component #jform_recur_end_type label,
#jcl_component #jform_recur_type label.jcalradio,
#jcl_component #jform_recur_type label {
	display: block;
	padding-bottom: 8px;
	/* IE Hack */
	/*float: none\9*/
}

#jform_end_days,
#jform_end_hours,
#jform_end_minutes,
#jform_duration_type label.hasTip,
#jform_duration_type label.hasTooltip {
	float: left;
}

#jcl_component #jcl_event_map {
	width: 100%;
	height: 180px;
	display: block;
}

#jcl_component #jcl_event_map img {
	max-width: none !important;
}

/* inline style removed from admin view */
#jcl_component .jcl_event_admin_row_left {
	width: 90%;
}
/* compat */
/* fix table columns for responsive layouts in 3.0 */

/* desktop */
@media only screen and (min-width: 801px) {
	#jcl_component .hidden-desktop {display: none;}
	#jcl_component td.hidden-tablet,
	#jcl_component td.hidden-phone,
	#jcl_component th.hidden-tablet,
	#jcl_component th.hidden-phone {display: table-cell !important;}
}

/* tablet */
@media only screen and (max-width: 800px) {
	#jcl_component .hidden-tablet {display: none;}
	#jcl_component td.hidden-desktop,
	#jcl_component th.hidden-desktop {display: table-cell !important;}
}

/* phone */
@media only screen and (max-width: 640px) {
	#jcl_component .hidden-phone {display: none;}
	#jcl_component td.hidden-desktop
	#jcl_component th.hidden-desktop {display: table-cell !important;}
}

/* tinymce fix */
@media (max-width: 801px) {
	/* force the widths of the main elements to 100% */
	table.mceLayout, textarea.tinyMCE {
		width: 100% !important;
	}
	/* force the toolbar to be smaller */
	table.mceToolbar td {
		display: inline;
		float: left;
	}
}
/* location buttons */
.jcl_legacy button .icon-home {
	display: inline-block;
	background-image: url(../images/icon-16-locations.png);
	width: 16px;
	height: 16px;
	padding: 0px;
}
.jcl_legacy button .icon-share-alt {
	display: inline-block;
	background-image: url(../images/icon-16-links.png);
	width: 16px;
	height: 16px;
	padding: 0px;
}
.jcl_legacy button .icon-search {
	display: inline-block;
	background-image: url(../images/icon-16-search.png);
	width: 16px;
	height: 16px;
	padding: 0px;
}
/* some spacing for directions */
#jcl_location_directions {
	margin-bottom: 24px;
}

/**
 * @package		JCalPro
 * @subpackage	mod_jcalpro_events
Copyright (c) 2006-2012 Anything-Digital.com
 */
/* these elements need to be block - we don't use default block elements inside the list though */
.jcalpro_events_date,
.jcalpro_events_description,
.jcalpro_events_category,
.jcalpro_events_custom_field,
.jcalpro_events_location {
	display: block;
}
/*
.jcalpro_events_date {
	float: left;
	color: #000;
	width: 26%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}*/
.jcalpro_events_date .date_left{
	width: 45px;
	border-right: 1px #000 solid;
	float: left;
	margin-left: -5px;
    padding-right: 5px;
	text-align: center;
}
.jcalpro_events_date .date_right{
	line-height: 46px;
	padding-left: 10px;
}
.jcalpro_events_date .events_day{
	font-size: 30px;
}
.jcalpro_events_link {
	float: left;
	width: 70%;
	cursor: pointer;
}
.jcalpro_events_link a {
	color:#000;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}
.jcalpro_events_link a i{
	font-style: initial;
    font-size: 16px;
}
.jcalpro_events_link a:hover, .jcalpro_events_link a:focus{
	color: #3500bd;
}
/* category links should not be as prominent */
.jcalpro_events_category a,
.jcalpro_events_category a:link,
.jcalpro_events_category a:visited,
.jcalpro_events_category a:hover,
.jcalpro_events_category a:active {
	font-size: x-small;
}
/* pad the description */
.jcalpro_events_description {
	padding: 10px 5px 15px;
}
.home_agenda .jcalpro_events {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.home_agenda .jcalpro_events li:first-child{
	/*border-bottom: 0px;*/
}
.home_agenda .jcalpro_events li {
	background: none !important;
	min-height: 123px;
	margin-left: 0 !important;
	padding-left: 0px !important;
	list-style: outside none none;
	float: left;
	width: 100%;
	border-bottom: 1px #dbdbdb solid;
	display: flex !important;
    align-items: center !important;
}
/*.home_agenda .jcalpro_events li:nth-child(2){
	border-top: 1px #dbdbdb solid;
}*/
.home_agenda .jcalpro_events li.li_with_image{
	border-bottom: 0px !important;
	height: 125px;
}
.home_agenda .jcalpro_events li.li_with_image span.first_event_image, .home_agenda .jcalpro_events li.li_with_image span.first_event_image a{
	display: block;
    width: 100%;
    height: 100%;
}
.home_agenda .jcalpro_events li.li_with_image span.first_event_image div.event_image{
	background-size: cover !important;
    height: 100%;
    background-position: center center !important;
}

@media (min-width: 960px) {
	.home_agenda .jcalpro_events li {
		max-width: 440px;
	}
}

.home_agenda .jcalpro_events li:hover span.jcalpro_events_date, .home_agenda .jcalpro_events li:focus span.jcalpro_events_date,
.home_agenda .jcalpro_events li:hover .jcalpro_events_link a, .home_agenda .jcalpro_events li:focus .jcalpro_events_link a{
	color: #3500bd;
}
.home_agenda .jcalpro_events li.left-event{
	margin-right: 80px;
}
ul..home_agenda .jcalpro_events{
	overflow: auto;
}
.jcalpro_title  a, .jcalpro_title  a:hover {
	display:block;
	text-transform: uppercase;
	background:#1763a8 url('../../../images/events/bg_events.png');
	background-position: bottom;
	background-repeat:repeat-x;	
	height:38px;
	margin-bottom: 20px;
	padding: 12px 0 0 10px;
	font-family:GloberBold, Arial, Helvetica, sans-serif;  	
	font-size: 17px;
	color: #FFF;
}
.jcalpro_alldates {
	width:100%;
	height:24px;
	text-align:right;
	padding: 20px 0;
	text-transform: uppercase;
}
.jcalpro_alldates_sep {
	width: 92%;
	margin: auto;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 5px;
}
.jcalpro_alldates_link {
	text-align: center;
	margin: 50px 0 30px;
}
.jcalpro_alldates_link a {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #3500bd;
	background: transparent;
	border: 1px #3500bd solid;
	max-width: 350px;
    width: 100%;
    min-height: 52px;
    line-height: 52px;
}
.jcalpro_alldates_link a:hover{
	color: #fff;
	background: #210074;
	border: 1px #210074 solid;
}
.jcalpro_alldates_arrow {
	float:right;
	margin:6px 12px 0px 10px;
}

@media screen and (max-width: 758px){
	.jcalpro_alldates_link{
		float: left;
		margin: 30px 0 50px !important;
	}
	.jcalpro_alldates {
		height: auto;
	}
	.jcalpro_events_link a {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px){
	.jcalpro_alldates_link a{
		max-width: 100%;
		padding: 0px;
		width: 100%;
	}
}

.upperdate{
	text-transform:capitalize;
}

/* form add event */

.jcl_layout_edit .tab-content > .tab-pane{
	display:block !important;
	padding: 0 !important
}
.jcl_layout_edit .tab-content > #customfields.tab-pane{
	display:none !important;
}
#jcl_component input[type=radio]  {
    clear: left;
	float: left;
	height: auto;
}

.jcl_layout_edit .tab-content input#jform_end_date,
.jcl_layout_edit .tab-content input#jform_start_date{
	height: 40px;
}

.jcl_layout_edit .tab-content input[type="text"] {
    margin-bottom: 15px;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 32px;
    color: #3A434A;
    -webkit-font-smoothing: antialiased;
    font-size: 14px !important;
	min-width: 100px;
	
}
.jcl_layout_edit .wf-editor-container {
    padding: 0px;
}

.jcl_layout_edit .control-label {
    clear: both;
    float: left;
    min-width: 213px;
    font-size: 14px;
}

input[disabled]{
	background:#d7d7d7 !important;
}
#jform_canonical_name,#jform_location_name{
	height: 36px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

#jform_cat_chzn .chzn-choices,#jform_metadata_tags_chzn .chzn-choices {
    width: 230px;
}
#jform_cat_chzn .chzn-choices input,#jform_metadata_tags_chzn .chzn-choices input{
    margin: 0;
}
#jform_cat_chzn .search-field,#jform_metadata_tags_chzn .search-field{
	padding: 3px 5px;
}
.jcl_layout_edit .span6 {
    margin: 7px 0;
}
.jcl_layout_edit .span6 label {
    font-size:14px;
}
.jcl_layout_edit .span6 label#jform_sub_title-lbl,
.jcl_layout_edit .span6 label#jform_event_image-lbl{
	width: 100%;
	max-width: 210px;
}

.jcl_layout_edit .chzn-container-single {
    min-width: 80px;
}
#jform_language_chzn{
	width: 130px !important;
}
#jform_language_chzn .chzn-results{
	padding-left:0px;
}
.chzn-results li{
	padding-left:7px !important;
}
#jform_cat_chzn .chzn-drop{
	width: 230px;
	
}
.jcl_layout_edit .search-choice{
	padding: 0 25px 10px 2px !important;
    margin-top: 2px !important;
    margin-right: 3px !important;
    margin-bottom: 3px !important;
}

.jcl_layout_edit #details .control-group label {
    display: inline-block;
    min-width: 210px;
    float: left;
}

.jcl_layout_edit .control-label {
    clear: both;
    float: left;
    min-width: 210px;
	font-size: 14px;
}

.jcl_layout_edit #datetime .jcl_inline-controls .control-label{
	min-width: 150px;
}

.jcl_layout_edit #details .control-group label#jform_description-lbl {
	display:none;
}

#jform_recur_type label,
#admin label,
#repeat label,
#jform_duration_type label{
    margin-bottom: 0!important;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
	box-shadow:none;
	text-shadow:none;
	background:transparent;
	color:#2d2d28;
	text-transform:none;
}
.jcl_layout_edit #datetime .control-group{
	 margin-top: 25px;
	 margin-bottom: 0px;
}

#jform_end_days, #jform_end_days-lbl, #jform_end_hours, #jform_end_hours-lbl, #jform_end_minutes, #jform_end_minutes-lbl {
    display: inline-block !important;
    float: left;
}

.jcl_layout_edit #jform_registration input, .jcl_layout_edit #jform_recur_type input{
	margin-top: -1px;
}
#jform_recur_end_until_btn{
	height: 30px;
    padding: 2px 12px;
}
.jcl_layout_edit #admin .chzn-container-single{
	width:85px !important;
}

.jcl_layout_edit .nav.nav-tabs{
	display:none;
}
.jcl_layout_edit .tab-content {
    overflow: hidden !important;
}
.calendar-container .table td{
	height: auto !important;
	width:auto !important;
}

#jcl_component .js-calendar .calendar-container table{
	max-width: 375px;
}

.jcl_layout_edit .tab-content > #repeat.tab-pane{
	margin-top: 30px;
}

.jcl_layout_edit #admin .control-group{
	float: left;
	width: 100%;
}
#jcl_component #jform_approved{
	width: auto;
}

.jcl_layout_edit .input-append a#jform_location_clear{
	visibility: visible;
    display: inline-block;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jcl_layout_edit .input-append a#jform_location_select{
    padding: 10px 16px;
}
.jcl_layout_edit .icon-eye{
	display:none!important;
}


/****modifier style agenda *****/



.calendar-events .location-time-event {
	font-size: 11px;
	font-weight: 600;
	line-height: 14px;
	text-align: left;
	margin-top: 5px;
	text-transform: none;
  }

  .calendar-events .location-time-event small {
	color: inherit;
	font-size: 11px;
	font-weight: 600;
  }

  .items-week .calendar-events h3.list-item-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	white-space: normal;
	text-align: left;
	padding: 0px;
	margin: 0 0;
	text-transform: none;
  }

  .list-item.items-week {
	padding-top: 0 !important;
  }

  .items-week .calendar-day .hidden-desktop-date {
	display: none !important;
  }

  @media (max-width: 800px) {
	.items-week .calendar-day .hidden-desktop-date {
	  display: inline-block !important;
	}
  }

  .section_adresse .jcl_event_detail {
	border-top: none;
  }

  .section_adresse {
	padding: 15px;
  }

  .section_adresse .label.jcl_event_category {
	font-size: 18px;
	padding: 0 !important;
	line-height: 20px;
	font-weight: 300;
  }

  .section_adresse .jcl_event_detail span.tire-haut {
	margin-bottom: 5px !important;
  }

  @media (max-width: 560px) {
  .jcl_view_event .jcl_event_map, .jcl_view_event .texte-grid8 {
	float: none !important;
  }
}

.home_agenda .jcalpro_events_category span.tire-haut {
	display: block;
	width: 23px;
	height: 4px;
	margin-bottom: 5px;
  }

/* slider Agenda */
#agenda-semaine *,
#agenda-semaine *:before {
	box-sizing: border-box;
}
#agenda-semaine ul:not(.owl-carousel) {
	display: flex;
	justify-content: center;
}

#agenda-semaine ul:not(.owl-carousel) li {
	max-width: 33.3333333%;
	flex: 0 0 33.3333333%;
}

#agenda-semaine ul.owl-carousel .owl-stage-outer {
	height: 100%;
}

#agenda-semaine ul.owl-carousel .owl-stage {
	display: flex;
	height: 100%;
}

#agenda-semaine ul li {
	display: block !important;
	float: none;
	max-width: 100%;
	padding: 20px !important;
	position: relative;
	transition: all .3s;
	border: none;
	z-index: 0;
	height: 100%;
}

#agenda-semaine ul li:before {
	z-index: -1;
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	right: 5px;
	border: 1px solid #dbdbdb;
}

#agenda-semaine ul:not(.slider) li.jcalpro_events_featured:before {
	background-color: #f7f7f7 !important;
}

#agenda-semaine ul li .jcalpro_events_link {
	float: none;
	width: 100% !important;
}

#agenda-semaine ul li .jcalpro_events_link .img-content {
	display: block;
	width: 100%;
	padding-bottom: 144%;
	position: relative;
	overflow: hidden;
}

#agenda-semaine ul li .jcalpro_events_link .img-content img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

#agenda-semaine ul li .jcalpro_events_link span {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	display: inline-block;
	margin-top: 10px;
	min-height: 44px;
}

#agenda-semaine ul li .jcalpro_events_date,
#agenda-semaine ul li .jcalpro_events_location {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	width: auto !important;
}

#agenda-semaine ul li .jcalpro_events_date *,
#agenda-semaine ul li .jcalpro_events_location * {
	color: #000 !important;
}

.home_agenda .jcalpro_events_category {
	margin-top: 15px;
	padding-right: 25px;
}

#agenda-semaine ul li .jcalpro_events_category a{
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	/*color: #000;
	margin-top: 10px;
	padding: 10px 0 0;*/
}

#agenda-semaine ul {
	margin: 0;
}

#agenda-semaine ul li span.jcalpro_events_link.span_link_a {
	font-size: 0;
	line-height: 0;
	padding: 0;
	background-image: none;
	width: 18px !important;
	height: 18px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	right: 20px;
	bottom: 30px;
	transition: all .3s;
}

#agenda-semaine ul li span.jcalpro_events_link.span_link_a:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
	width: 8px;
	height: 8px;
	border: 2px solid #FFF;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
}

#agenda-semaine ul li span.jcalpro_events_link.span_link_a a {
	font-size: 0;
	line-height: 0;
}

#agenda-semaine ul li:hover span.jcalpro_events_link.span_link_a {
	opacity: 1;
}

#agenda-semaine ul .owl-prev {
	background: url(../images/chevron-previous-purple.svg) no-repeat left center;
	border: 0 #fff solid;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	position: absolute;
	left: calc(-25% - 110px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 45px;
	background-size: 25px auto;
}

#agenda-semaine.home_agenda:not(.hasSlider) > ul .owl-prev {
	left: -50px
	}

#agenda-semaine ul .owl-next {
	background: url(../images/chevron-next-purple.svg) no-repeat left center;
	border: 0 #fff solid;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 45px;
	background-size: 25px auto;
}

#agenda-semaine.home_agenda.hasSlider {
	display: flex;
	flex-wrap: wrap;
}
#agenda-semaine.home_agenda.hasSlider ul:not(.slider) {
	max-width: 25%;
	flex: 0 0 25%;
}

#agenda-semaine.home_agenda.hasSlider ul:not(.slider) li {
	max-width: 100%;
	flex: 0 0 100%;
}

#agenda-semaine.home_agenda.hasSlider .jcalpro_alldates {
	height: auto;
}

#agenda-semaine.home_agenda.hasSlider .jcalpro_events.slider {
	margin-top: 0 !important;
	max-width: 75%;
	flex:  0 0 75%;
}

#agenda-semaine.home_agenda.hasSlider.items-2 ul:not(.slider) {
	max-width: 33.333333%;
	flex: 0 0 33.333333%;
}

#agenda-semaine.home_agenda.hasSlider.items-2 ul:not(.slider) li{
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

#agenda-semaine.home_agenda.hasSlider.items-2 ul.slider {
	max-width: 66.666666%;
	flex: 0 0 66.666666%;
}

#agenda-semaine.home_agenda.hasSlider.items-2 ul:not(.owl-carousel) li {
	max-width: 50%;
	flex: 0 0 50%;
}

@media screen and (max-width: 767px) {
	#agenda-semaine ul .owl-prev {
		left: 30px;
		width: 15px;
		height: 35px;
		background-size: 15px auto;
	}
	#agenda-semaine ul .owl-next {
		right: 30px;
		width: 15px;
		height: 35px;
		background-size: 15px auto;
	}
	#agenda-semaine.home_agenda.hasSlider {
		display: flex;
		flex-wrap: wrap;
	}

	#agenda-semaine.home_agenda.hasSlider ul:not(.slider) {
		max-width: 100%;
		flex: 0 0 100%;
	}
	#agenda-semaine.home_agenda.hasSlider .jcalpro_events.slider {
		margin-top: 25px !important;
		margin-left: auto;
		max-width: 100%;
		flex: 0 0 100%;
	}
}
