@import "/Admin/foundation-icons.css";
html, body
{
	margin:0px;
	padding:0px;
	width: 100%;
	font-family:"Open Sans", sans-serif;
	background-color:#f3f3f3;
	font-size:14px;
	color:#717070;
}
table td 
{
	vertical-align: top;
}
.content 
{
	display:block;
	width:980px;
	margin:0 auto;
}
h1 
{
	font-weight: normal;
	color:#e25f5f; 
	font-size: 18px; 
}
.blue
{
	color:#10acb7;
}
a 
{
	text-decoration: none;
	color:#10acb7;
}
a:hover
{
	color:#aaa8a8;
}
.white_bg
{
	background: #fff;
}
.header
{
	display:block;
	width:100%;
	height:100px;
}
.logo
{
	display:block;
	float:left;
	font-size: 30px;
	margin:15px 85px 10px 20px;
}
.header a 
{
	text-decoration: none;
	color:#717070;
}
.header a.logo:hover 
{
	color:#717070;
}
.header a.menu:hover
{
	color:#aaa8a8;
}
.header a.current
{
	color:#10acb7 !important;
}
.logo img 
{
	height:70px;
}
.red
{
	color:#e25f5f;
}
.menu
{
	display:block;
	float: left;
	font-size: 16px;
	margin:35px 12px 10px;
	max-width: 150px;
	line-height: 18px;
}

.events_calendar_list
{
	display:block;
	margin:30px 90px;
}
.events_calendar_list td:first-child img
{
	margin-right: 30px;
}
.events_calendar_list td:last-child 
{
	padding-left: 20px
}

.events_calendar_list table td
{
	vertical-align: middle;
	padding-left: 5px !important;
}

.events_calendar_list table td:first-child
{
	padding-left: 0px !important;	
}

.sn
{
	display:block;
	float:left;
	margin:10px 10px 10px 0;
}
.footer_logo
{
	display:block;
	font-size: 16px;
	margin-bottom: 10px;
	color:#10acb7;
}
.contacts
{
	display:block;
	font-size: 12px;
	line-height: 14px;
}
.footer table 
{
	display:block;
	width:100%;
}
.footer table td 
{
	padding:10px 30px;
	border-right:2px solid rgba(113, 201, 207, 1);
}
.footer table td:last-child 
{
	border:none;
	width:160px;
}
.footer table td:first-child 
{
	width:180px;
}
.feedback
{
	display: block;
	margin-top:-10px;
	padding: 0  40px 10px 20px;
	width:390px;
} 
.feedback input, .feedback textarea, #cpass_form input
{
	display:block;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 5px;
	font-family:"Open Sans", sans-serif;
	font-size:12px;
	padding:5px;
	border:none;
	resize:none;
}

#cpass_form
{
	margin:0 auto;
	display:block;
	width:200px;
}

#cpass_form input
{
	border:1px solid #ccc;
}

.feedback .name, .feedback .email
{
	display:block;
	float:left;
	width:187px;
}
.feedback .name
{
	margin-right: 16px;
}
.feedback input[type=submit], .enter_reg input[type=submit], #cpass_form input[type=submit], #revform input[type=submit]
{
	color:#fff;
	background: rgba(16, 172, 183, 1);
	font-size: 16px;
	margin:5px -10px 0 0;
	padding:5px 15px;
	cursor: pointer;
	border: none;
}
.feedback input[type=submit]
{
	float: right;
}
.footer_down
{
	display:block;
	width:490px;
	margin:0 auto;
	text-align: center;
}
.footer_down a.menu
{
	display:block;
	float:left;
	margin:20px 20px 0;
	font-size: 14px;
	max-width: 600px;
}
.footer_down p 
{
	margin:10px 0 50px;
}
.button
{
	display:block;
	text-align: center;
	padding:8px 20px 10px;
	font-size: 16px;
	color:#fff;
	background-color: rgba(16, 172, 183, 1);
}
.get_ticket
{
	display:block;
	float:left;
	margin-top: 15px;
	margin-right: 30px;
	background: url('/images/getTicket.png') 15px 6px no-repeat;
	padding:8px 20px 10px 50px;
	font-size: 16px;
	color:#fff;
	background-color: rgba(16, 172, 183, 1);
	width:150px;
}
.get_ticket1 
{
	background-image: url('/images/getTicket1.png');
}
.get_ticket:hover, .feedback input[type=submit]:hover, .enter_reg input[type=submit]:hover, #revform input[type=submit]:hover
{
	background-color: rgba(11, 114, 122, 1);
	color:#fff;
}
.hr
{
	display: block;
	margin:0 90px;
	height:1px;
	background: #fff;
	border-bottom: 1px dotted #22bdc8;
}

.pluso
{
	display: block !important; 
}

#reviews
{
	display:block;
	margin:10px 90px;
}

#reviews .review
{
	display:block;
	padding:10px 5px;
	margin:10px 5px;
	border-bottom: 1px solid #ccc;
}

#reviews .review span
{
	color:#000;
	font-size: 14px;
	font-weight:bold;
	display: block;
	padding-bottom:10px;
	background: #fff !important;
}

#reviews .review span font
{
	font-weight: normal;
	color:#666;
}

#revform
{
	display:block;
	margin:10px auto;
	width:600px;
}
#revform input[type=text]
{
	display:block;
	width:600px;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-radius: 5px;
	padding:4px;
}

#revform textarea
{
	display:block;
	width:600px;
	height:150px;
	border:1px solid #ccc;
	border-radius: 5px;
	padding:4px;
}

#places
{
	display:block;
}

#places a
{
	display:block;
	float:left;
	margin:17px;
	width:200px;
	text-align: center;
	height:150px;
}

.org_info
{
	width:760px; 
	margin:10px 90px; 
	padding-bottom:10px; 
	border-bottom: 1px solid #ccc;
}

.org_info img
{
	max-width: 200px; 
	max-height: 200px;
}

.org_info td:last-child
{
	width:450px; 
	padding-left:20px;
}

.org_name
{
	font-size:24px; 
	padding:10px 90px;
}

#counter 
	{
    list-style-type: none;
    float:right;
    padding:10px 90px;
	}
	#counter li 
	{
    display: block;
    float: left;
    height: 15px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 20px;
	}
	#counter li:last-child, #counter li:first-child
	{
		width:50px;
	}
	#counter .current {
	    font-weight: bold;
	}
	#counter .unvisible
	{
		display:none;
	}

	.enter_reg
	{
		display:block;
	}
	.enter_reg td 
	{
		width:350px;
		padding:0px 60px 20px;
	}
	.enter_reg input
	{
		display:block;
		margin-bottom: 10px;
		font-family:"Open Sans", sans-serif;
		font-size:12px;
		padding:5px 5px;
		resize:none;
		border:1px solid #ccc;
	}
	.enter_reg input[type="text"], .enter_reg input[type="password"]
	{
		width:338px;
	}
	.enter_reg input[type="checkbox"]
	{
		float:left;
	}
	.enter_reg input[type=submit]
	{
		border: none !important;
		text-align: center;
		width:350px;
	}

	.left
	{
		display:block;
		float:left;
		width:600px;
		margin-right: 40px;
	}
	.right
	{
		display:block;
		float:right;
		text-align:right;
		width:300px;
	}
	.balance
	{
		display: block;
		margin-left:0px;
		margin-top: 30px;
	}
	.balance a
	{
		width:150px;
		display: inline-block;
	}
.search_place
{
	display: block;
	padding: 17px 40px;
}

.search_place input
{
	display: block;
	padding: 10px;
	font-size: 16px;
	width: 832px;
}

.main_info_block
{
	display: block;
	float: left;
	width: 310px;
	height: 160px;
	box-sizing: border-box;
	padding: 20px 40px;
	border-right:1px solid #ccc;
	margin:30px 0;
}

.main_info_block span
{
	display: block;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.main_info_block p
{
	text-align: center;
}

.main_info
{
	padding: 20px 40px;
}

.main_images
{
	display: block;
	float: left;
	width: 230px;
	margin: 40px;
}

.main_go
{
	display: block;
	color:#fff;
	padding: 10px;
	background:rgba(16, 172, 183, 1);
	border-radius: 3px;
	margin:20px auto;
	width: 212px;
}

.main_go:hover
{
	background:rgba(11, 114, 122, 1);
	color:#fff;
}

.button.tab:hover
{
	color: #fff;
}

.search
{
	display: block;
	padding: 0.5em 1em;
}

.search input
{
	display: block;
}

.search input[type=text]
{
	font-size: 1em;
	padding: 0.3em;
	-webkit-appearance:none;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}

.search input[type=submit]
{
	font-size: 1em;
	padding: 0.3em;
	-webkit-appearance:none;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 10em;
	background: #666;
	color:#fff;
	margin:0.3em auto;
	box-sizing: border-box;
}

.review .actions
{
	display: block;
	text-align: right;
}

.review .actions a
{
	font-size: 20px;
	display: inline-block;
	margin: 2px 10px;
}

#popup
{
	display: none;
	position: fixed;
	top:30%;
	left: 50%;
	margin-left: -200px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 20px;
	width: 90%;
	max-width: 360px;
}

#popup .closer
{
	display: block;
	position: absolute;
	font-size: 20px;
	top:0;
	right: 5px;
}
.stores
{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.stores a img
{
	display: block;
	width: 200px;
}