body, html
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
	font-family:Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

h1
{
	font-size:20px;
}

h2
{
	color:#c2622b;
}

a
{
	color:#000;
}

ul
{
	list-style-image:url('/images/square.png');
}

#floatBarsG{
	position:relative;
	width:234px;
	height:28px;
	margin:auto;
}

.floatBarsG{
	position:absolute;
	top:0;
	background-color:rgb(194,99,43);
	width:28px;
	height:28px;
	animation-name:bounce_floatBarsG;
		-o-animation-name:bounce_floatBarsG;
		-ms-animation-name:bounce_floatBarsG;
		-webkit-animation-name:bounce_floatBarsG;
		-moz-animation-name:bounce_floatBarsG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
}

#floatBarsG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#floatBarsG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#floatBarsG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#floatBarsG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#floatBarsG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#floatBarsG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#floatBarsG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#floatBarsG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_floatBarsG{
	0%{
		transform:scale(1);
		background-color:rgb(194,99,43);
	}

	100%{
		transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_floatBarsG{
	0%{
		-o-transform:scale(1);
		background-color:rgb(194,99,43);
	}

	100%{
		-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_floatBarsG{
	0%{
		-ms-transform:scale(1);
		background-color:rgb(194,99,43);
	}

	100%{
		-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_floatBarsG{
	0%{
		-webkit-transform:scale(1);
		background-color:rgb(194,99,43);
	}

	100%{
		-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_floatBarsG{
	0%{
		-moz-transform:scale(1);
		background-color:rgb(194,99,43);
	}

	100%{
		-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}


input[type=text], input[type=password], input[type=date], select, textarea
{
	display:block;
	border:1px solid #cfa080;
	border-radius:5px;
	font-size:14px;
	margin:3px;
	padding:2px 2px 2px 2px;
}

input[type=submit]
{
	display:block;
	background:#c2622b;
	text-align:center;
	border-radius:5px;
	margin:7px 0;
	color:#333;
	font-size:14px;
	text-decoration:none;
	padding:1px 5px;
	border:1px solid #cfa080;
}

#header
{
	display:block;
	margin:0 auto;
	width:940px;
	height:138px;
	background:url('/images/ms_head.png');/*#ba805e;*/
	position:relative;
}

.main_menu
{
	display:block;
	margin:0 auto;
	width:940px;
	padding:0 0px;
	position:relative;
}

.main_menu a
{
	color:#000;
	display:block;
	float:left;
	font-size:14px;
	margin:5px 10px;
	text-decoration:none;
	border-bottom:2px solid #000;
	font-weight:bold;
	padding:2px 3px;
}

.main_menu a.menuselected
{
	color:#c2622b;
	border-bottom:2px solid #c2622b;
}

.orange
{
	color:#c2622b;
}

.uppercase
{
	text-transform:uppercase;
}

.logo_text_div
{
	display:block;
	width:240px;
	margin-top:20px;
	margin-left:40px;
	font-weight:bold;
	float:left;
}
.above_logo
{
	color:#4d4d4d;
	font-size:18px;
}
.logo_text
{
	text-transform:uppercase;
	font-size:34px;
	color:#ffffff;
	display:block;
}
.under_logo_orange,.under_logo_white
{
	display:block;
	float:left;
	font-weight:bold;
	font-size:17px;
	padding:0px 4px;
}
.under_logo_orange
{
	color:#ffffff;
	background:#c2622b;
}
.under_logo_white
{
	background:#ffffff;
	color:#c2622b;
}

.personal_block
{
	display:block;
	position:absolute;
	right:50px;
	padding-top:20px;
	top:10px;
	width:150px;
}

#search_block
{
	display:block;
	width:360px;
	position:absolute;
	left:340px;
	top:50px;
}

#search_block input[type=text]
{
	display:block;
	border:1px solid #cfa080;
	border-right:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size:16px;
	float:left;
	width:316px;
	margin:7px 0;
	padding:2px 2px 2px 2px;
	box-shadow:-5px 5px 5px #a57c52;
}

#search_block input[type=submit]
{
	display:block;
	border:1px solid #cfa080;
	border-left:none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size:16px;
	float:left;
	width:22px;
	margin:7px 0;
	padding:0px 2px 0px 4px;
	box-shadow:3px 5px 5px #a57c52;
}

.white_button
{
	display:block;
	background:#fff;
	text-align:center;
	border-radius:5px;
	margin:7px 0;
	color:#333;
	text-decoration:none;
	padding:2px 0;
	box-shadow:-5px 5px 5px #a57c52;
	border:1px solid #cfa080;
}

.orange_button
{
	display:block;
	background:#c2622b;
	text-align:center;
	border-radius:5px;
	margin:7px 0 10px;
	color:#333;
	text-decoration:none;
	padding:2px 0;
	box-shadow:-5px 5px 5px #a57c52;
	border:1px solid #cfa080;
}

.white_button:hover, .orange_button:hover
{
	background:#cfa080;
}

.big_reg
{
	display:block;
	width:822px;
	height:65px;
	background:rgba(255,255,255,0.7);
	border-left:10px solid #c2622b;
	position:absolute;
	left:50px;
	top:322px;
}

.date_of_olimp
{
	display:block;
	width:350px;
	float:right;
	position:absolute;
	top:383px;
	right:30px;
	margin-right:0px;
	font-size:14px;
}
.tall_years
{
	color:#4d4d4d;
	font-size:43px;
	font-weight:bold;
}


.footer
{
	width:940px;
	height:185px;
	background:url('/images/footer.png') bottom left no-repeat;
	margin:15px auto 0;
}

.footer_line
{
	display:block;margin-left:-10px;margin-right:-10px; height:13px; background:#C2622B;
}
.footer p
{
	margin-top:0px;
}
.footer_text
{
	display:block;
	margin:0 55px;
	background:#eff1f2;
	width:810px;
	height:145px;
	border-radius:10px;
	padding:10px;
}
.footer_logo
{
	color:#C2622B;
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:-10px;
}

#grey_board
{
	display:block;
	width:860px;
	padding:10px 40px;
	border-right:10px solid #c2622b;
	height:165px;
	background:#d9dee0;
	margin:10px auto;
	position:relative;
}

#grey_board .gb_left
{
	display:block; float:left; width:600px;
}
#grey_board .gb_right
{
	float:left; width:200px;
}

#grey_board a
{
	color:#000;
}

.content
{
	width:940px;
	display:block;
	margin:10px auto;
}

.mt_right
{
	vertical-align:top; border-left:2px solid #7f7f7f; width:200px;
}

.mt_left
{
	vertical-align:top; padding:0 5px;
}

.mt_left_bb
{
	border-right:10px solid #c2622b;
}

.pager_main_top
{
	display:block;
	padding:5px;
	margin:5px 0;
	text-align:right;
}

.pager_main_top a
{
	display: block;
    float: right;
    height: 10px;
    margin-right: 5px;
    width: 10px;
	background:#666;
	color:#fff;
}

.pager_main_top a.orange
{
	background:#c2622b;
}

#popup
{
	display:none;
	width:500px;
	position:fixed;
	top:15%;
	left:50%;
	margin-left:-250px;
	border:1px solid #c2622b;
	border-radius:5px;
	background:#e7e7e7;
	box-shadow:5px 5px 10px #a57c52;
	z-index:10;
}

#popup .popup_header
{
	display:block;
	padding:3px 5px;
	color:#fff;
	font-size:16px;
	background:#c2622b;
}

#popup .popup_header a
{
	font-size:14px;
	float:right;
	color:#fff;
	text-decoration:none;
}

#popup .popup_content
{
	display:block;
	padding:8px 10px;
}

#shadow
{
	background:rgba(255,255,255,0.3);
	display:none;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:9;
}

.tile_a
	{
		display:block;
		float:left;
		width:450px;
		height:206px;
		margin:10px 0px 0 0;
		text-decoration: none;
		border:4px solid #fff;
		border-radius: 20px;
	}
	.tile_a:hover
	{
		border:4px solid #fad132;
	}
	.tile_div
	{
		display:block;
		width:450px;
		height:206px;
		border-radius: 16px;
	}
	.tile_div .shadow_block
	{
		display:block;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.6);
		text-shadow: 1px 1px 2px black;
		color:#fff;
		border-radius: 16px;
	}
	.name_mus
	{
		display:block;
		padding:0px;
		font-size: 18px;
		font-weight: bold;
		height:86px;
		color:#fff;
	}
	.phone, .address
	{
		display:block;
		padding-left: 23px;
		height:20px;
		color:#fff;
	}
	.phone
	{
		background: url('/images/phone.png') top left no-repeat;
	}
	.address
	{
		background: url('/images/address.png') top left no-repeat;
	}
	.age
	{
		display:block;
		padding-left: 23px;
		height:30px;
		font-size: 16px;
		color:#fff;
		background: url('/images/age.png') top left no-repeat;
	}
	.no
	{
		display:block;
		padding-left: 43px;
		min-height:30px;
		font-size: 12px;
		background: url('/images/no.png') top left no-repeat;
	}
	.mus_tile_info td
	{
		vertical-align: top;
		color:#fff;
	}

.filter
{
	display:block;
	width:160px;
	padding:10px;
	border-radius:5px;
	/*border:1px solid #c2622b;*/
	/*margin:5px auto;*/

}

.filter span
{
	display:block;
}

.filter_title
{
	display:block;
	padding:0px 0 3px;
	margin:0;
	color:#c2622b;
	font-size:15px;
	text-align:center;
}

.filter_button
{
	display:block;
	background:#c2622b;
	text-align:center;
	border-radius:5px;
	margin:7px auto;
	color:#fff;
	text-decoration:none;
	padding:5px 0;
	font-size:16px;
	width:180px;
	box-shadow:0px 0px 5px #a57c52;
	border:1px solid #cfa080;
}

.museums_list, .museums_list ul
{
	list-style-type:none;
	font-size:16px;
	font-weight:bold;
}

.museums_list li ul
{
	display:none;
}

.museums_list li ul li a
{
	font-size:14px;
	font-weight:normal;
}

.museums_list li.list_open
{
	cursor:pointer;
}

.view_variant
{
	display:block;

}

.welcome
{
	color:#fff;
	font-size:14px;
	display:block;
	position: absolute;
	right:0;
	top:0;
	width:300px;
	text-align:right;
}

table.user_info
{
	border-collapse:collapse;
	font-size:16px;
	width: 380px;
}

table.user_info td
{
	padding:5px;
}


table.user_info tr td:first-child
{
	width:150px;
}

table.user_info td:first-child
{
	font-size:14px;
}

table.user_info tr:first-child td
{
	font-weight:bold;
	font-size:18px;
}

.view_variant
{
	display:block;
	padding-left:200px;
	position:relative;
}

.view_variant a.variant
{
	display:block;
	float:left;
	padding:5px 30px;
	background:#c2622b;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	border:1px solid #666;
}

.view_variant a.variant.v1
{
	border-radius:0;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}

.view_variant a.variant.v3
{
	border-radius:0;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}

.view_variant a.variant.view_now
{
	background:#ccc;
	color:#666;
}

.view_variant a.filter_a
{
	display:block;
	float:right;
	padding:5px 30px;
	background:#c2622b;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	border:1px solid #666;
	border-radius:10px;
}

#filter_a
{
	border:1px solid #c2622b;
	border-radius:5px;
	padding:5px;
	display:none;
	position:absolute;
	z-index:5;
	background:#fff;
	right:0;
	top:40px;
}

.orange_square
{
	display:block;
	float:left;
	background:#c2622b;
	width:14px;
	height:14px;
}

.top_margin_mus_info
{
	display:block;
	width:700px;
}

.mus_info_div
{
	display:block;
	width:700px;
}

#add_opinion .textarea
{
	display:block;
	float:left;
	width:550px;
	height:100px;
	padding:5px;
	border-radius:5px;
	border:1px solid #c2622b;
}

#form .textarea
{
	display:block;
	float:left;
	width:550px;
	height:100px;
	padding:5px;
	border-radius:5px;
	border:1px solid #c2622b;
}


#pager
{
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

#pager li
{
	display:block;
	float:left;
	padding:0px;
	margin:2px;
}

#pager li.unvisible
{
	display:none;
}

#pager li a
{
	text-decoration:none;
	display:block;
	padding:3px;
	font-size:14px;
}

#pager li.current a
{
	color:#fff;
	background:#c2622b;
	border-radius:3px;
}

.myanswer
{
	display:block;
	margin:5px 20px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	font-size:15px;
}

.myanswer h3
{
	font-size:17px;
}

.park_q
{
	display:block;
}

.park_q textarea
{
	display:block;
	width:80%;
	height:50px;
}

.mymuseums
{
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	border: 1px solid #ce8c5f;
	border-radius:5px;
}

.mymuseums tr td:first-child
{
	width:50%;
}

.mymuseums .orange_button
{
	padding-left:5px;
	padding-right:5px;
}

.right_block_div
{
	display:block;
	border:2px solid #c2622b;
	margin:5px;
	border-radius:5px;
	padding:0px;
}

.date_right_block
{
	display:block;
	float:left;
	background:#c2622b;
	padding:5px;
	color:#fff;
}

.headline_right_block
{
	display:block;
	float:left;
	padding:3px;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

.rb_title
{
	display:block;
	background:#cf9370;
}

.museums_list, .museums_list li ul
{
	list-style-image:none;
}

.museums_list li.list_open ul
{
	list-style-image:url('/images/square.png');
}

h1.orange
{
	padding-bottom:10px;
}

#grey_board h1 .orange
{
	display:block;
	margin-left:110px;
}

.dropzone
{
	display:block;
	position:relative;
}

.dropzone .dz-input
{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	border-radius:10px;
	border:1px solid #c2622b;
}

.dropzone input
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	z-index:3;
}

.dropzone .dz-message, .dropzone .dz-details, .dropzone .dz-error-message, .dropzone .dz-error-mark
{
	display:table-cell;
	background:rgba(255,255,255,0.5);
	height:100%;
	width:100%;
	color:#333;
	top:0;
	left:0;
	border-radius:10px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #c2622b;
	position:absolute;
}

.dropzone .dz-success-mark
{
	position:absolute;
	top:50%;
	margin-top:-29px;
	left:50%;
	margin-left:-29px;
}

.dropzone img
{
	width:100px;
	height:100px;
	border-radius:5px;
}

.concurs_answer
{
	width:98%;
}

.concurs_answer td
{
	vertical-align:top;
}

.concurs_answer tr:first-child td:first-child
{
	width:8px;
}

.concurs_answer tr:first-child td:nth-child(2)
{
	width:60px;
}

.send_park_answer
{
	border:1px solid #c2622b;
	border-radius:5px;
	width:90%;
	margin-top:15px;
}

.send_park_answer td
{
	padding:5px 10px;
}

.send_park_answer td:first-child
{
	text-align:right;
}

.send_park_answer td select
{
	display:block;
	width:90%;
	padding:5px;
	border:1px solid #666;
	border-radius:5px;
}

.park_q
{
	display:block;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.park_q b
{
	display:block;
	font-size:18px;
	padding-bottom:10px;
}

.park_q textarea
{
	display:block;
	font-size:16px;
	width:634px;
	height:100px;
	font-family:arial;
	margin-bottom:10px;
	border:1px solid #c2622b;
	border-radius:5px;
	padding:5px;
}

.myparks td
{
	padding:5px;

}

.myparks td:first-child
{
	font-weight:bold;
}

.myparkans
{
	border-collapse:collapse;
	width:100%;
}

.myparkans td
{
	padding:5px;
	border:1px solid #ba805e;
}

.myparkans tbody td:first-child, .myparkans tbody td:last-child
{
	width:70px;
	font-weight:bold;
}

#fast_search
{
	display:none;
	position:absolute;
	width:316px;
	border:1px solid #c2622b;
	border-radius:5px;
	padding:5px;
	overflow:auto;
	max-height:100px;
	z-index:5;
	background:#fff;
	top:33px;
}

#fast_search a
{
	display:block;
	color:#000;
	padding:3px 5px;
}

.delete_mfv
{
	display:none;
}

.calendar
{
	display:block;
	float:left;
	margin:0 30px;
	width:210px;
}

.calendar .months
{
	width:100%;
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.calendar .days_the_week
{
	margin-top:0px;
	display:block;
	height:21px;
}

.calendar .days_the_week span
{
	display:block;
	width:30px;
	float:left;
	padding-top:4px;
	text-align:center;
	font-size:14px;
}

.calendar .days
{
	display:block;
}

.calendar .days span, .calendar .days a
{
	display:block;
	width:28px;
	height:28px;
	line-height: 28px;
	margin:1px;
	float:left;
	text-align:center;
}
.calendar .days a:hover
{
	color:#fff;
}
.calendar .days .grey
{
	color:#939598;
}

.active
{
	background: #10acb7;
	color:#fff;
}
.selected
{
	background: #e25f5f;
}

.left_c, .right_c
{
	display:block;
	width:30px;
	float:left;
	font-size: 100px;
	line-height: 200px;
}

.assoc_short
{
	display:block;
	text-decoration:none;
	border:1px solid #c2622b;
	border-radius:5px;
	margin:10px 0;
}

.got
{
	width:400px;
	margin:10px auto;
}

.got tr:first-child td
{
	font-size:18px;
}

.got tr:last-child td
{
	font-size:26px;
}

.got td
{
	text-align: center;
	width: 133px;
}

.global_res
{
	width:100%;
	border-collapse: collapse;
}

.global_res td,.global_res th
{
	padding:5px;
	border: 1px solid #c2622b;

	text-align:center;
}

.global_res td:first-child
{
	text-align:left;
}

.global_res tr:nth-child(odd) td,.global_res tr:nth-child(odd) th
{
	background:#edd4c3;
}

.tabs
{
	display:block;
}

.tabs a
{
	display:block;
	float:left;
	padding:5px;
	text-decoration: none;
	color:#000;
}

.tabs a.selected
{
	color:#fff;
	font-weight:bold;
	background:#c2622b;
}

.tabs_content
{
	display:block;
	border:1px solid #c2622b;
	max-height: 300px;
	overflow:auto;
}

.statistics
{
	border-collapse: collapse;
	width:100%;
}

.statistics tr:first-child td
{
	padding:5px;
	font-size:12px;
	color:#fff;
	background: #c2622b;
	text-align:center;
}

.statistics tr:last-child td
{
	padding:5px;
	font-size:14px;
	color:#000;
	background: none;
	text-align:center;
	border-bottom: 2px solid #c2622b;
}

.answer
{
	width:95%;
	margin:5px;
	border:1px solid #666;
	border-radius:5px;
	border-collapse: collapse;
}

.answer td.num, .answer td.mark
{
	font-size:26px;
	text-align:center;
	vertical-align: middle;
	width:40px;
}
.slide_toggle li
{
	cursor: pointer;
}

.slide_toggle ul
{
	display: none;
}

.tl_rpn td
{
	border:1px solid #666;
}

.tag_list a
{
	display: block;
	padding:3px 5px;
}

#form7 input[type=text],#form7 textarea, #form7 select
{
	box-sizing: border-box;
	width: 80% !important;
}

#form7 .field_name
{
	display: block;
	padding: 15px 0 3px;
}

#form7 .esr
{
	display: none;
}

ul.exclam{list-style-image: url("/images/exclamation_mark_size_1.png");}

.menu_line
{
	display: none;
}

.user_menu
{
	display: none;
}

.mypage_data
{
	width:700px; display:block; float:left; min-height:100px;
}

.mypage_photo
{
	display:block; position:relative; width: 300px; height: 220px;
}

.mob_screen
{
	display: none !important;
}

#museum_info_div
{
	display: block; width:563px;padding-right:8px;
}

.museum_page_m_info
{
	display:block; float:left; width:700px;
}
