
/* --- timetable --- */
.timetable
{
	font-style: italic;
	width: 100%;
	font-size: 24px;
	color: #dbf0ff;
	margin-top: 30px;
	background-size: cover;
}
.timetable tbody tr
{
	/*border-bottom: 1px dashed #454545;*/
	background: url('../images/dotted_line.png') left top repeat-x;
}
.timetable th, .timetable td
{
	width: 12.5%;
	text-align: center;
	padding: 15px;
}
.timetable .last
{
	padding-right: 0;
}
.timetable .event
{
	background-color: rgba(0, 0, 0, 0.1); 
	/*background-color: #409915;*/
	color: #000;
	border-bottom: 1px solid #151515;
	border-right: 1px solid #151515;
}
.timetable .event a
{
	display: block;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 2px;
}
.timetable .row_gray
{
	background-color: rgba(255, 255, 255, 0.1); 
}
.timetable .event.tooltipx:hover
{
	background-color: rgba(255, 255, 255, 0.5); 
	color: #000;
}
.timetable .event.tooltipx:hover a
{
	color: #000;
}
.timetable.small
{
	background-image: none !important;
	display: none;
	font-size: 13px;
	color: #000 !important;
	
	
}
/* --- tip/tooltipx/qtip --- */
.tip
{
	background: url('../images/icon_tip.png') #202020 no-repeat 15px center;
	padding: 10px 10px 10px 35px;
	float: right;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.tooltipx
{
	cursor: pointer;
}
.tooltipx .tooltipx_text
{
	display: block;
	padding-bottom: 16px;
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;
	left: -19px;
	bottom: 100%;
	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	-ms-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	background: url('../images/tooltipx_arrow.png') no-repeat 15px bottom;
}
.tooltipx .tooltipx_content
{
	background: #FFF;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	line-height: 150%;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: left;
}
.tooltipx:hover .tooltipx_text
{	
	visibility: visible;
	opacity: 1;
}
.ui-tooltipx-error .ui-tooltipx-content,
.ui-tooltipx-success .ui-tooltipx-content
{
	font-size: 13px;
	font-family: arial;
	color: #FFF;
}

.ui-tooltipx-error .ui-tooltipx-content,
.ui-tooltipx-success .ui-tooltipx-content
{
	border:none; 
}

.ui-tooltipx-content
{
	padding:10px 20px 10px 20px;
}

.ui-tooltipx-error .ui-tooltipx-content
{
	background:#E9431C;
}

.ui-tooltipx-success .ui-tooltipx-content
{
	background:#61911B;
}
/* --- controls --- */
.controls
{
	position: absolute;
	padding: 10px;
}
.controls li
{
	float: left;
}
.controls .open_details, .controls .open_lightbox, .controls .open_video_lightbox, .controls .more, .controls .close, .controls .prev, .controls .next
{
	display: block;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 2px;
}
.controls .more, .controls .close, .controls .prev, .controls .next
{
	width: 39px;
	height: 39px;
}
.controls .open_details:hover, .controls .open_lightbox:hover, .controls .open_video_lightbox:hover
{
	background-position: 0 -40px;
}
.controls .more:hover, .controls .close:hover, .controls .prev:hover, .controls .next:hover
{
	background-position: 0 -39px;
}
.controls .open_details
{
	background-image: url('../images/thumb_details.png');
	margin-left: 0;
}
.controls .open_lightbox
{
	background-image: url('../images/thumb_image.png');
}
.controls .open_video_lightbox
{
	background-image: url('../images/thumb_video.png');
}
.controls .more
{
	background-image: url('../images/navigation_more.png');
}
.controls .close
{
	background-image: url('../images/navigation_close.png');
}
.controls .prev
{
	background-image: url('../images/navigation_previous.png');
}
.controls .next
{
	background-image: url('../images/navigation_next.png');
}
.slider_navigation .more
{
	display: none;
}
/* --- isotope gallery --- */
.isotope-item 
{
	z-index: 2;
}
.isotope-hidden.isotope-item 
{
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item 
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope 
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item 
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition 
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.gallery
{
	margin-left: auto;
	margin-right: auto;
}
.gallery_box
{
	display: block;
	cursor: pointer;
	margin-top: 30px;
}
.gallery_box img
{
	display: block;
	width: 240px;
	height: 180px;
	background: url('../images/preloader.gif') no-repeat center center;
}
.gallery_box .description
{
	background-color: #409915;
	padding: 20px;
	background-position: 220px center;
}
.gallery_box .description h5
{
	margin-top: 5px;
	color: #000;
	font-family: 'Droid Serif';
	font-style: italic;
}
.gallery_box:hover .description
{
	background-color: #FFF;
	background-image: url('../images/icon_arrow_top_black.png');
}
.gallery_box:hover h3
{
	color: #409915;
}
.gallery_box .controls
{
	display: none;
	top: 90px;
	left: 69px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000)";/* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);/* IE6 & 7 */ 
	background: rgba(0, 0, 0, 0.25);
	zoom: 1;
}
.gallery_box:hover .controls
{
	display: block;
}
.gallery_item_details_list
{
	height: 0;
	overflow: hidden;
	display: none;
}
.gallery_item_details_list .gallery_item_details
{
	display: none;
	position: relative;
}
.gallery_item_details_list .image_box
{
	position: relative;
	float: left;
	width: 480px;
	margin-right: 30px;
}
.gallery_item_details_list .details_box
{
	float: left;
	width: 450px;
	padding-top: 23px;
	border-top: 2px solid #409915;
	border-bottom: 2px solid #409915;
}
.gallery_item_details_list .image_box img
{
	width: 480px;
	height: auto;
	background: url('../images/preloader.gif') no-repeat center center;
}
.gallery_item_details_list .image_box .controls
{
	bottom: 0;
	right: 0;
}
.gallery_item_details_list .details_box .subheader
{
	color: #59B42D;
	font-family: 'Droid Serif';
	font-style: italic;
	margin-top: 5px;
}
.gallery_item_details_list .details_box p
{
	clear: both;
	color: #C5C5C5;
	line-height: 150%;
	padding: 20px 0;
}
.gallery_item_details_list .details_box .columns
{
	clear: both;
}
.gallery_item_details_list .details_box .column_left,
.gallery_item_details_list .details_box .column_right
{
	width: 210px;
}
.gallery_item_details_list .details_box .list
{
	line-height: 150%;
	color: #C5C5C5;
}
/* --- fancybox --- */
#fancybox-title-float-main
{
	background: #FFF;
	padding: 0;
	color: #000;
}
/* --- contact details --- */
.contact_details
{
	clear: both;
	float: left;
}
.contact_details_about
{
	width: 200px;
	height: 200px;
	background: #FFF;
	padding: 20px;
	color: #000;
	line-height: 150%;
}
.contact_details_map
{
	width: 240px;
	height: 240px;
}
.contact_details_about, .contact_details_map
{
	float: left;
}
.contact_data li
{
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.contact_data .phone
{
	background-image: url('../images/icon_contact_phone.png');
}
.contact_data .fax
{
	background-image: url('../images/icon_contact_fax.png');
}
.contact_data .email
{
	background-image: url('../images/icon_contact_mail.png');
}
/* --- footer banner box --- */
.footer_banner_box_container
{
}
.footer_banner_box
{
	float: left;
	width: 260px;
	height: 60px;
	padding: 20px 30px;
}
.footer_banner_box h3
{
	font-family: 'Droid Serif';
	font-style: italic;
	color: #000;
	margin-top: 5px;
}
.footer_banner_box.super_light_green
{
	background-color: #6EC03C;
}
.footer_banner_box.light_green
{
	background-color: #59B42D;
}
.footer_banner_box.green
{
	background-color: #409915;
}
.footer_banner_box .banner_icon
{
	float: left;
	margin-right: 20px;
}
.footer_banner_box .content
{
	float: left;
	width: 190px;
	margin-top: 5px;
}
/* --- footer box --- */
.footer_box_container
{
	margin-top: 30px;
}
.footer_box
{
	float: left;
	width: 290px;
	margin-left: 30px;
}
.footer_box:first-child
{
	margin-left: 0;
}
.footer_box.last
{
	width: 320px;
}
/* --- footer contact info --- */
.footer_contact_info_container
{
	clear: both;
	padding-top: 30px;
}
.footer_contact_info_row
{
	clear: both;
	color: #C5C5C5;
	padding-top: 5px;
}
.footer_contact_info_row:first-child
{
	padding-top: 0;
}
.footer_contact_info_left
{
	float: left;
	width: 150px;
}
.footer_contact_info_right
{
	float: right;
	width: 120px;
	margin-left: 20px;
}
/* --- footer_social_icons --- */
.footer_social_icons
{
	margin-top: 30px;
}
.footer_social_icons li
{
	float: left;
	margin-left: 10px;
}
.footer_social_icons li:first-child
{
	margin-left: 0;
}
/* --- opening hours --- */
.opening_hours
{
	float: left;
	clear: both;
	margin-top: 20px;
}
.opening_hours li
{
	width: 265px;
}
/* --- footer recent posts --- */
.footer_recent_posts
{
	
}
/* --- copyright area --- */
.copyright_area
{
	border-top: 1px solid #515151;
	padding: 15px 0;
	font-size: 11px;
	color: #C5C5C5;
}
.copyright_left
{
	float: left;
}
.copyright_right
{
	float: right;
}
.copyright_right .scroll_top
{
	font-size: 11px;
	color: #C5C5C5;
	background-position: right center;
	padding-right: 15px;
}
/* --- links --- */
.more,
.categories li a,
.scrolling_list_control_left, 
.scrolling_list_control_right,
.pagination li a,
.scrolling_list li .number,
.ui-tabs-nav li a,
.tabs_navigation li a
{
	border: 1px solid #515151;
}
.more:hover,
.categories li a:hover,
.scrolling_list_control_left:hover, 
.scrolling_list_control_right:hover,
.search input[type='submit']:hover,
.comment_form input[type='submit']:hover,
.contact_form input[type='submit']:hover,
.pagination li a:hover,
.pagination li.selected a,
.scrolling_list li a:hover .number,
.ui-tabs-nav li a:hover,
.ui-tabs-nav li.ui-tabs-selected a,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected
{
	border-color: #409915;
	color: #fff;
}
.sf-menu a:hover,
.more:hover,
.categories li a:hover,
.controls .prev:hover, 
.controls .next:hover,
.controls .close:hover,
.comments_number:hover,
.scrolling_list_control_left:hover, 
.scrolling_list_control_right:hover,
.home_box #upcoming_class_prev:hover, 
.home_box #upcoming_class_next:hover,
.social_icon:hover,
.pagination li a:hover,
.ui-tabs-nav li a:hover,
.tabs_navigation li a:hover
{
	text-decoration: none;
}
/* --- css awards --- */
#cssawards
{
	position:fixed;
	top:0px;
	left:0px;
	z-index:555;
}
#cssawards a
{
	width:115px;
	height:115px;
	text-indent:-8000px;
	display:block;
	background:url('../images/cssawards_featured_dark.png') no-repeat;
}