.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

/* **************************************** */
#about_club {
	height: 400px;
	overflow: hidden;
}

#about_club span {
	display: table-cell;
	vertical-align: middle;
	width: 306px;
}

/* **************************************** */

a.dittorasp {
	display: block;
	color: #777;
}

a.dittorasp h3 > span {
	color: #2b5d91;
}

a.dittorasp b {
	color: #666;
}

a.dittorasp:hover > #white {
	background: #fffdf7;
}

/* **************************************** */

div.shedule-table {
	background: #fff;
	padding: 10px;
}

div.shedule-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

div.shedule-table th {
	text-align: center;
	padding: 5px 0;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999;
	border-left: none;
	width: 127px;
}

div.shedule-table tr th:first-child {
	width: auto;
	background: transparent;
	border-top-style: dashed;
	border-bottom-style: dashed;
	color: #666;
}

div.shedule-table td {
	font-size: 12px;
	padding: 0 10px;
	border: 1px dashed #ccc;
	vertical-align: top;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

div.shedule-table td p {
	display: block;
}

div.shedule-table tr td.time {
	border-left: none;
	padding: 0;
}

div.shedule-table hr {
	border: none;
	height: 1px;
	background: #fc0;
	margin-right: 20px;
	margin-bottom: 2px;
}

div.shedule-table a#pdf {
	display: inline-block;
	background: url(/assets/snippets/schedule/images/pdf.png) 0 50% no-repeat;
	padding: 3px 2px 2px 30px;
	text-decoration: none;
}

div.shedule-table a#pdf:hover {
	text-decoration: underline;
}

/* **************************************** */

#ScheduleFilter_type_items {
	padding: 10px 0 20px 0;
}

#ScheduleFilter_type_items > div {
	color: #000;
	background: #ccc;
	padding: 5px;
	margin: 10px 10px 0 0;
	float: left;
	display: inline;
}

#ScheduleFilter_type_items > div > span {
	float: right;
	display: inline;
	cursor: pointer;
	padding: 0 5px;
	font-weight: bold;
	margin-left: -15px;
	position: relative;
	top: -10px;
	left: 15px;
}

/* **************************************** */

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.form_search #reset {
	cursor: pointer;
	color: #fff;
	margin-right: 40px;
}

div.form_search input[type='text'] {
	width: 195px;
}

div.form_search label {
	color: #fff;
	font-size: 13px;
}

div.form_search input[type='checkbox'] {
	margin: 7px 0;
}

/* **************************************** */

table.chunk-menu-company {
	width: auto;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
}

table.chunk-menu-company td {
	white-space: nowrap;
	padding: 0 20px;
}

table.chunk-menu-company tr td:first-child {
	padding-left: 0;
}

table.chunk-menu-company tr td:last-child {
	padding-right: 0;
}

table.chunk-menu-company a {
	border-bottom: 1px solid #2b5d91;
}

div.chunk-about-events {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

div.chunk-about-events > p > a:hover {
	text-decoration: underline;
}

div.chunk-about-events > p:first-child > a:hover {
	text-decoration: none;
}

div.chunk-about-events > div {
	display: none;
}

div.chunk-about-events > div > p:first-child {
	margin-top: 0;
	padding-top: 0;
}

/* **************************************** */

div.dialog3D > h2 {
	float: left;
	display: inline;
}

div.dialog3D > a {
	/*float: right;*/
	display: inline;
	padding: 5px 30px;
	font-weight: bold;
	color: #fff;
	background: url(/assets/templates/fitness/styles/button.jpg) 0 0 repeat-x;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), inset 1px 1px 0 rgba(255, 255, 255, 0.5);
	cursor: pointer;
	text-align: center;
	margin-top: 5px;
}

div.dialog3D > a:hover {
	color: #fff;
}

#dialog3D iframe {
	border: none;
	width: 1000px;
	height: 500px;
}

/* **************************************** */

div.veloForm {
	padding: 40px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
}

div.veloForm-table {
	display: table;
}

div.veloForm-table > div.veloForm-row {
	display: table-row;
}

div.veloForm-table > div.veloForm-row > label,
div.veloForm-table > div.veloForm-row > div {
	display: table-cell;
	padding: 5px 20px 5px 0;
	vertical-align: middle;
}

div.veloForm input[type='text'] {
	padding: 5px;
	border: 1px solid #666;
	width: 300px;
}

div.veloForm-row.submit {
	margin-top: 20px;
}

div.veloForm-row.submit input[type='submit'] {
	width: auto;
}

div.veloForm label > span.required {
	color: #f00;
	font-weight: bold;
	position: relative;
	top: -3px;
	left: -3px;
}
