html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { margin: 0; padding: 0; border: 0; font-size: 100%;  vertical-align: baseline; background: transparent; }
article, aside, figure, footer, header, nav, section, details, summary { display: block; }
html { box-sizing: border-box; -moz-box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; -moz-box-sizing: border-box; outline: none; }
img, object, embed { max-width: 100%; height: auto; }
html { overflow-y: scroll; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
del {text-decoration: line-through;}
table { width: 100%; font-size: inherit; border-collapse: collapse; border-spacing: 0; }
th { font-weight: 700; text-align: left; }
td { font-weight: 400; vertical-align: top; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select {vertical-align: middle;}
pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
select, input, textarea { font: inherit; }
small { font-size: 85%; }
strong { font-weight: 700; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
label[for], input[type=button], input[type=submit], input[type=file], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
/************************/
html {
	font-size: 10px;
}
body {
	color: #444;
	background-color: #fff;
	background: #ccc url(bg/soomaa.jpg) 50% 0 no-repeat;
}
body, input, button, reset, textarea, select {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: sans-serif;
}
h1 {
	margin: 0;
	font-weight: 400;
	font-size: 2rem;
	color: #803500;
}
h2 {
	margin: 2rem 0 0;
	font-weight: 400;
	font-size: 1.8rem;
	color: #803500;
}
h3 {
	margin: 1.5rem 0 0;
	font-weight: 400;
	font-size: 1.6rem;
	color: #3B5E00;
}
h4, h5, h6 {
	margin: 1rem 0 0;
	font-weight: 700;
	font-size: 1.4rem;
}
p {
	margin: 1rem 0 0;
}
ul {
	margin: 1rem 0 0;
}
ol {
	margin:1rem 0 0 2rem;
}
a {
	color: #3B5E00;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
	color: #3B5E00;
}
a:focus,
button:focus {
	outline: none;
}
a:active {
	position: relative;
	top: 2px;
}
input,
textarea {
	padding: 2px 6px;
	color: #444;
	border: 1px solid #ccc;
	border-radius: 2px;
}
textarea {
	resize: vertical;
}
input:focus,
textarea:focus {
	outline: none;
	border-color: #568000;
}
input,
select {
	width: 200px;
}
textarea {
	width: 350px;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	padding: 0;
	width: auto;
	vertical-align: middle;
	border: none;
}
input.small,
textarea.small {
	width: 75px;
}
input.large,
textarea.large {
	width: 350px;
}
input.date {
	width: 105px;
	padding-right: 25px;
	background: transparent url(img/ico-calendar.svg) 97% 50% no-repeat;
	background-size: 18px;
}
input.date:focus {
	background: transparent url(img/ico-calendar-active.svg) 97% 50% no-repeat;
	background-size: 18px;
}
select[multiple] {
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #444;
}
select[multiple] option {
	display: block;
	padding: 2px 6px;
}
select[multiple]:focus {
	outline: none;
	border: 1px solid #4494C9;
}
button,
input[type="submit"] {
	width: auto;
	padding: 2px 12px;
	border: 0 none;
	border-radius: 2px;
	background: #568000;
	color: #fff;
}
/* structure */
.wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.wrap:after {
	content: '';
	display: table;
	clear: both;
}
/* -form */
ol.form {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.form li + li {
	margin: 2px 0 0;
}
ol.form li:after {
	content: '';
	display: table;
	clear: both;
}
ol.form .label {
	float: left;
	width: 25%;
	text-align: right;
	padding: 3px 10px 3px 0;
}
ol.form .content {
	float: right;
	width: 75%;
}
/* header */
#header {
	position: relative;
	background: rgba(255,255,255, .9);
}
#branding {
	float: left;
	padding: 5px 5px 5px 0;
}
#branding a {
	display: block;
	width: 170px;
	height: 80px;
	text-align: left;
	text-indent: -1000em;
	background: transparent url(images/logo.png) 50% 50% no-repeat;
	background-size: contain;
}
#branding a:focus {
	top: 0;
}
#header .tools:after {
	content: '';
	display: table;
	clear: both;
}
#languages {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
#languages li {
	display: none;
}
#languages li.active {
	display: block;
}
#languages.active {
	z-index: 4;
}
#languages.active > ul {
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
#languages.active li {
	display: block;
}
#languages a,
#languages span {
	position: relative;
	display: block;
	color: #222;
	padding: 5px 30px 5px 10px;
	font-size: 12px;
	color: #888;
	z-index: 1;
}
#languages .active a {
	color: #000;
}
#languages .active a:after {
	content: '';
	height: 26px;
	width: 20px;
	position: absolute;
	top: 0; 
	right: 0;
	background: transparent url(images/ico-dropdown.svg) 50% 50% no-repeat;
}
#languages.active li.active a {
	background-color: rgba(0, 0, 0, .75);
	color: #fff;
}
#languages.active li.active a:after {
	display: none;
}
#languages a:hover,
#languages a:focus {
	text-decoration: none;
	color: #444;
}
#languages a:active {
	top: 0;
}
#search {
	position: absolute;
	top: 40px;
	right: 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 3;
}
#search.active {
	overflow: visible;
}
#search a.trigger {
	display: block;
	height: 25px;
	width: 25px;
	background: transparent url(images/ico-search.svg) 50% 50% no-repeat;
	background-size: 20px;
	text-align: left;
	text-indent: -1000em;
}
#search a.trigger:active {
	top: 0;
}
#search.active a.trigger {
	background-image: url(images/ico-close.svg);
	background-size: 10px;
}
#search form {
	position: absolute;
	top: 35px;
	right: 0;
	width: 640px;
	background: rgba(255, 255, 255, .95);
	padding: 5px 10px 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
#search input[type="text"] {
	width: 100%;
	font-size: 1.6rem;
}
#search input[type="submit"] {
	float: right;
	width: auto;
}
#search .form-type-textfield {
	display: block;
	margin: 5px 0;
}
#search .more {
	float: left;
	margin: 15px 0 0;
	line-height: 2;
}
#search .more li {
	display: inline-block;
}
#search .more li + li {
	margin-left: 15px;
}
#search .more input[type="checkbox"] + label {
	margin: 0 0 0 5px;
}
#search .actions {
	float: right;
	margin: 15px 0 0;
	line-height: 2;
}
#search .actions a + button {
	margin: 0 0 0 15px;
}
#menu {
	float: right;
	margin: 35px 40px 0 20px;
	font-size: 17px;
}
#menu ul {
	margin: 0;
}
#menu li {
	display: inline-block;
}
#menu li a {
	display: block;
	padding: 5px;
	color: #222;
}
#menu li a:hover,
#menu li a:focus {
	text-decoration: none;
	padding: 5px 5px 3px;
	border-bottom: 2px solid rgba(0, 0, 0, .75);
}
#menu li.active-trail a {
	padding: 5px 5px 3px;
	border-bottom: 2px solid #000;
}
#menu .home a {
	position: relative;
	top: 4px;
	text-align: left;
	text-indent: -1000em;
	width: 24px;
	height: 24px;
	background: transparent url(images/ico-home.svg) 50% 50% no-repeat;
	background-size: contain;
}
/* index */
#index {
	margin: 30px 0 10px;
}
#index .slider {
	float: left;
	width: 740px;
	margin-left: -5px;
	padding: 0 0 1px;
}
#index .slider .slides {
	margin: 0;
}
#index .slider .slides:after {
	content: '';
	display: table;
	clear: both;
}
#index .slider .slides li {
	padding: 5px;
	background: rgba(255, 255, 255, .9);
}
#index .slider .slides li a {
	display: block;
}
#index .slider .slides li a:active {
	top: 0;
}
#index .slider .slides li a img {
	display: block;
}

#about {
	position: relative;
	width: 240px;
	margin: 0 -5px 0;
}
#index #about {
	float: left;
	width: 240px;
	margin: 0 -5px 0 10px;
}
#about ul.shortcuts {
	margin: 0;
}
#about ul.shortcuts:after {
	content: '';
	display: table;
	clear: both;
}
#about ul.shortcuts > li {
	position: relative;
	background: rgba(255,255,255, .9);
}
#about ul.shortcuts li.active {
	background: #fff;
}
#about ul.shortcuts a:hover,
#about ul.shortcuts a:focus {
	background: #fff;
}
#about ul.shortcuts .label {
	position: relative;
	display: inline-block;
	width: 90px;
	margin: 0 5px 0 0;
	padding: 2px 6px;
	text-align: right;
	color: #fff;
	border-radius: 2px;
	background-color: #568000;
}
#about ul.shortcuts .alt .label {
	width: 205px;
	background-color: #EFE133;
	color: #000;
}
#about .openinghours .time,
#about .tickets .price,
#about .location .address {
	display: inline-block;
	color: #000;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1;
}
#about .openinghours.active .expand {
	background-color: #568000;
}
#about .openinghours.active .expand .time {
	color: #fff;
}
#about .tickets.active .expand {
	background-color: #568000;
}
#about .tickets.active .expand .price {
	color: #fff;
}
#about .location.active .expand {
	background-color: #568000;
}
#about .location.active .expand .address {
	color: #fff;
}
#about .expand {
	position: relative;
	display: block;
	padding: 5px 10px 5px 5px;
	color: #3B5E00;
}
#about .expand:after {
	content: '⌄';
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: left;
	text-indent: -10000em;
	display: inline-block;
	height: 10px;
	width: 10px;
	background: transparent url(images/ico-dropdown.svg) 50% 50% no-repeat;
	font-size: 3rem;
	line-height: 1rem;
	color: #568000;
}
#about .expand:hover,
#about .expand:focus {
	background-color: #3B5E00;
	color: #fff;
	text-decoration: none;
}
#about .expand:active {
	position: static;
	top: 0;
}
#about .section.active .expand:after {
	content: '×';
	color: #fff;
	font-size: 2rem;
	background: transparent url(images/ico-dropup.svg) 50% 50% no-repeat;
}
#about .expand + .more {
	display: none;
}
#about li.active .expand + .more {
	display: block;
}
#about #openinghours {
	position: relative;
	height: 225px;
	margin: 0;
	padding: 10px;
	font-size: 1.4rem;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	z-index: 2;
}
#about #openinghours h2 {
	margin: 0 0 10px 30%;
	text-align: left;
}
#about #openinghours dl {
	display: block;
	margin: 0;
}
#about #openinghours dl:after {
	content: '';
	display: table;
	clear: both;
}
#about #openinghours dl + dl {
	margin-top: 10px;
}
#about #openinghours dt,
#about #openinghours dd {
	float: left;
}
#about #openinghours dt {
	width: 45%;
	padding: 0 15px 0 0;
	line-height: 2rem;
	text-align: right;
}
#about #openinghours dd {
	font-size: 1.5rem;
	line-height: 2rem;
}
#about #openinghours .more {
	margin: 20px 0 0 30%;
	text-align: left;
}
#about #openinghours .more a {
	display: inline-block;
	padding: 4px 16px;
	color: #fff;
	background-color: #568000;
	border-radius: 2px;
}
#about #prices {
	position: relative;
	z-index: 2;
	height: 225px;
	padding: 5px 10px;
	background: #fff;
	margin: 0 -5px 0 -185px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
}
html[lang="en"] #about #prices {
    margin-left: -300px;
}
html[lang="ru"] #about #prices {
    margin-left: -200px;
}
#about #prices h2 {
	display: none;
	text-align: center;
	margin: 0 0 15px;
}
#about #prices dl {
	margin: 15px 0 0;
}
#about #prices dl:after {
	content: '';
	display: table;
	clear: both;
}
#about #prices dt,
#about #prices dd {
	float: left;
	line-height: 1;
}
#about #prices dt {
	width: 75%;
	padding-right: 15px;
	font-size: 1.5rem;
	text-align: right;
}
#about #prices dd {
	width: 25%;
	font-size: 1.5rem;
	text-align: left;
}
#about #prices h3 {
	text-align: right;
	margin-right: calc(30% + 15px);
}
#about #prices .tip {
	display: block;
	margin: 3px 0 0;
	font-size: 1.3rem;
	text-align: right;
	color: #5C5C5C;
}
#about #prices .alt {
	text-align: center;
}
#about #prices .alt dl {
	margin-top: 5px;
	display: inline-block;
}
#about #prices .alt dl + dl:before {
	content: '/';
	display: inline-block;
	margin: 0 10px;
}
#about #prices .alt dt,
#about #prices .alt dd {
	float: none;
	display: inline-block;
	width: auto;
}
#about #prices .alt dt {
	padding-right: 5px;
	line-height: 1.5rem;
}
#about #prices .more {
	margin: 15px 0 0;
	margin-right: calc(25% + 15px);
	padding-left: 15px;
	text-align: right;
}
#about #prices .more a {
	display: inline-block;
	padding: 4px 16px;
	color: #fff;
	background-color: #568000;
	border-radius: 2px;
}
#about #location {
	position: relative;
	z-index: 2;
	height: 285px;
	margin: 0 -5px -60px -255px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
}
#about #location h2 {
	display: none;
}
#about #location iframe {
    width: 100%;
    height: 285px;
}
#about #today {
	display: none;
	padding: 20px 10px 10px;
	background: rgba(255, 255, 255, .9);
}
#index #about #today {
	height: 229px;
}
#about #today.active {
	display: block;
}
#about #today h2 {
	margin: 0;
}
#about #today ul {
    margin: 0;
}
#about #today li {
	padding: 6px 0;
}
#about #today a {
	color: #803500;
}
#about #today li + li {
	border-top: 1px solid #803500;
}
#about #today .time {
	position: relative;
	display: inline-block;
	padding: 1px 6px;
	margin-right: 5px;
	background: #803500;
	color: #fff;
	border-radius: 2px;
}

#navigation.page {
	margin: 20px 0 0;
}
#navigation ul {
	margin: 10px -10px 0;
}
#navigation ul:after {
	content: '';
	display: table;
	clear: both;
}
#navigation li {
	position: relative;
	float: left;
	width: calc(25% - 10px);
	height: 165px;
	margin: 0 5px;
	border: 5px solid #fff;
}
#navigation li:before {
	content: '';
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent url(images/bg-lineargradient.svg) 0 0 no-repeat;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
#navigation.page ul li:before {
    display: none;
}
#navigation .exhibitions {
	background: transparent url(bg/exhibits.jpg) 50% 50% no-repeat;
	background-size: contain;
}
#navigation .education {
	background: transparent url(bg/education6.jpg) 50% 50% no-repeat;
	background-size: contain;
}
#navigation .collections {
	background: transparent url(bg/collections.jpg) 50% 50% no-repeat;
	background-size: contain;
}
#navigation .events {
	background: transparent url(bg/events2.jpg) 50% 50% no-repeat;
	background-size: contain;
}
#navigation a {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 1);
	font-size: 2.5rem;
	line-height: 1.25;
	z-index: 1;
}
html[lang="ru"] #navigation a {
	font-size: 2rem;
}
#navigation a:hover,
#navigation a:focus {
	text-decoration: none;
	padding-top: 103px;
}
#navigation a:active {
	top: auto;
	bottom: 10px;
}
#navigation .active a {
	background: rgba(0,0,0, .2);
}
#navigation.page li {
	position: static;
	background: none;
	border: none;
	height: auto;
}
#navigation.page li a {
	position: relative;
	right: auto;
	bottom: auto;
	left: auto;
	display: block;
	height: 40px;
	color: #000;
	text-shadow: none;
	font-size: 2rem;
	line-height: 40px;
	background: #fff;
	opacity: .75;
}
#navigation.page li a:hover,
#navigation.page li a:focus,
#navigation.page li a.active {
	opacity: 1;
	padding: 0;
}
html[lang="ru"] #navigation.page a {
	font-size: 1.6rem;
}
#news-events {
	margin-top: 10px;
	padding: 15px 0 0;
	overflow: hidden;
	background: #fff;
}
#news-events .news,
#news-events .events {
	position: relative;
	float: left;
	width: 595px;
	padding: 5px 0;
	padding-bottom: 50px;
}
#news-events .news {
	width: 735px;
}
#news-events .news .image + .content {
    float: left;
    width: 575px;
}
#news-events .news h2 {
	margin: 5px 0;
	font-size: 20px;
}
#news-events .events h2 {
	margin: 5px 10px;
	font-size: 20px;
}
#news-events .news ol,
#news-events .events ol {
	margin: 0;
	list-style: none;
}
#news-events .news ol li + li {
	margin-top: 30px;
}
#news-events .news ol li:after,
#news-events .events ol li:after {
	content: '';
	display: table;
	clear: both;
}
#news-events .news h3 {
	margin: 0;
}
#news-events .news h3 a,
#news-events .events h3 a {
	color: inherit;
}
#news-events .news ol .image {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 10px 0 0;
}
#news-events .news ol .image img {
	display: block;
}
#news-events .published {
	margin: 0;
	font-size: 13px;
	color: #803500;
}
#news-events .events {
	width: 225px;
	margin-left: 10px;
}
#news-events .events ol li {
	padding: 0 0 0 10px;
	display: block;
}
#news-events .events ol li + li {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid #8E3B00;
}
#news-events .events dd.title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 5px;
	color: #3B5E00;
}
#news-events .events dd.title a {
	color: inherit;
}
#news-events .events dd.date-time {
	font-size: 13px;
	color: #803500;
}
#news-events .more {
	margin: 5px 0 0;
	display: inline-block;
}

#news-events .more:hover,
#news-events .more:focus {
	text-decoration: underline;
}
#news-events .expand a {
	display: inline-block;
	color: #8E3B00;
}
#news-events .expand {
	margin: 20px 0 0;
	text-align: center;
}
#news-events .expand a {
	display: inline-block;
	color: #8E3B00;
	font-size: 16px;
}
#news-events .expand a:before {
	content: '';
	display: block;
	padding: 0 100px 5px;
	border-top: 2px solid #8E3B00;
}
#news-events .events .expand a {
	display: block;
}
#page {
	padding: 20px 0 0;
	background: #fff;
}
#page.error403,
#page.error404 {
    margin-top: 40px;
    text-align: center;
}
#page .wrap {
	margin: 0 auto;
	padding: 15px 0 30px;
}
#page .archive {
    margin-top: 60px;
}
#page .archive ol {
    list-style: none;
    margin: 0;
}
#page .archive a {
    color: #000;
}
#page .archive .datetime {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #803500;
}
#submenu {
	width: 230px;
	min-height: 1px;
	float: left;
}
#submenu .expander {
	display: none;
}
#submenu h1 {
	margin: 4px 10px 0;
	font-size: 1.6rem;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#submenu li ul li {
    margin: 0;
}
#submenu li ul li a {
    padding-left: 25px
}
#submenu li + li {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
#submenu a {
	display: block;
	padding: 5px 10px;
	font-size: 1.4rem;
	color: #000;
}
#submenu a:hover,
#submenu a:focus {
	text-decoration: none;
	padding-bottom: 4px;
	margin: 0 0 -1px;
	border-bottom: 2px solid rgba(0, 0, 0, .75);
}
#submenu a.active {
    padding-bottom: 4px;
    margin: 0 0 -1px;
    color: #416100;
    border-bottom: 2px solid #568000;
}
#submenu .expanded a.active + ul {
	display: block;
}
#submenu a .datetime {
	display: block;
	margin: 2px 0 0;
	color: #803500;
	font-size: 1.3rem;
}
#content {
	float: left;
	width: 490px;
	min-height: 400px;
	margin: 0 15px;
}
#content h1 {
	margin: 0 0 .5rem;
	font-size: 2.5rem;
}
#content h2 {
	margin: 0;
	font-size: 1.8rem;
}
#content * + h2 {
	margin: 3rem 0 0;
}
#content ol {
	margin: 1rem 0 0 2rem;
	list-style: decimal;
}
#content ul {
	margin: 1rem 0 0 2rem;
	list-style: disc;
}
#content .datetime {
	margin: 0;
	font-size: 1.3rem;
}
#content .illustration {
	margin: 1rem 0;
}
#content iframe {
	margin: 1rem 0 0;
	max-width: 100%;
}
#content .form {
	margin: 1rem 0 0;
}
#content .form .label {
	width: 40%;
}
#content .form .content {
	width: 60%;
}
#content .form .content input[type='text'],
#content .form .content input[type='email'],
#content .form .content input[type='phone'],
#content .form .content input[type='number'],
#content .form .content textarea {
	width: 100%;
	border-color: #568000;
}
#content .form .content input[type='phone'] {
	width: 120px;
}
#content .form .content input[type='number'] {
	width: 60px;
}
#content .form .content textarea {
	height: 90px;
}
#content .form .content select {
	width: 100%;
}
#content .form .content input[type="checkbox"]:checked + label {
	color: #568000;
}
#content .form .content input[type="radio"]:checked + label {
	color: #568000;
}
#content .form .content input[type="file"] {
	position: relative;
	width: 25px;
	height: 25px;
	overflow: hidden;
}
#content .form .content input[type="file"]:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute; 
	top: 0;
	left: 0;
	background: #fff url(images/ico-addfile.svg) 50% 50% no-repeat;
	background-size: contain;
}
#content .form .content ul {
	margin: 3px 0 0;
}
#content .block .search-form:after {
	content: '';
	display: table;
	clear: both;
}
#content .block .search-form label {
	display: block;
}
#content .block .search-form input[type="text"],
#content .block .search-form input[type="search"] {
	width: 100%
}
#content .block .search-form input[type="submit"] {
	width: auto;
	float: right;
	margin: 5px 0 0;
}
#content .search-results {
	margin: .5rem 0 0;
	 list-style: none;
}
#content .search-results li + li {
	margin: 45px 0 0;
}
#content .search-results li h2 {
	font-size:  1.6rem;
}
#content .search-results .search-snippet-info {
	padding: 0;
}
#content .search-results .search-info {
	margin: 10px 0 0;
}
#content .admin-edit {
	margin: 3rem 0 0;
	text-align: right;
}
#sidebar {
	float: left;
	width: 230px;
}
#sidebar .slides {
	float: left;
	width: 290px;
	padding: 0 0 0 10px;
}
#mailinglist {
	position: relative;
	margin-top: 0;
	padding: 45px 0 15px;
	background: #444 url(bg/soomaa.jpg) 50% 100% no-repeat;
	color: #fff;
}
#mailinglist:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}
#mailinglist .description {
	float: left;
	width: 50%;
	padding: 15px 30px 15px 0;
	font-size: 20px;
	text-align: right;
}
#mailinglist .description h1 {
	margin: 0;
	color: #fff;
}
#mailinglist .register {
	position: relative;
	float: left;
	width: calc(50% - 10px);
	margin: 15px 0 15px 10px;
}
#mailinglist .register input {
	width: 100%;
	text-indent: 0 !important;
	font-size: 16px;
	padding: 8px 12px !important;
	border: 0;
	background: rgba(255, 255, 255, .5);
	color: #000;
}
#mailinglist .register input:focus {
	background: #fff;
}
#mailinglist .register input[type="submit"] {
	padding: 8px 12px !important;
    background: #fff;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
   color: #fff;
   opacity: 1;
}
::-moz-placeholder {
   color: #fff;
   opacity: 1;
}
:-ms-input-placeholder {
   color: #fff;
}
#footer {
	margin: 0;
	padding: 30px 0 30px;
	background: #fff;
	color: #000;
}
#footer h1 {
	margin: 0 0 10px;
	padding: 0;
	color: #000;
}
#footer h2 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}
#footer a {
	color: #000;
}
#footer a:hover,
#footer a:focus {
	color: #3B5E00;
	text-decoration: underline;
}
#footer .wrap > dl,
#footer .wrap > div {
	float: left;
	width: 230px;
}
#footer .wrap > * {
	padding-left: 10px;
}
#footer .wrap > *:first-child {
	padding-left: 0;
}

#footer dl.contact {
	width: 220px;
	padding-left: 0;
}
#footer dl.contact dt {
	font-weight: 700;
	font-size: 1.5rem;
	color: #803500;
}
#footer .opening-hours {
	width: 200px;
}
#footer .opening-hours dl + dl {
	padding: 0;
}
#footer .opening-hours dt {
	display: inline-block;
	width: 80px;
	padding-right: 5px;
	text-align: right;
}
#footer .opening-hours dd {
	display: inline-block;
	width: 130px;
}

#footer dl.extra {
	float: right;
	width: 280px;
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
}
#footer dl.extra dt {
	display: none;
}
#footer dl.extra dd {
	margin: 0 0 15px;
}
#footer dl.extra .healthy .logo {
	display: inline-block;
	width: 180px;
	height: 30px;
	text-align: left;
	text-indent: -1000em;
	background: transparent url(images/tt.png) 50% 50% no-repeat;
}
#footer dl.extra .healthy .logo + .logo {
	margin-left: 15px;
}

#footer dl.extra .dogpark.logo {
	position: relative;
	top: -5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: left;
	text-indent: -1000em;
	background: transparent url(images/logo-dogpark.png) 50% 50% no-repeat;
	background-size: contain;
}
#footer dl.social {
	float: right;
	width: 300px;
	text-align: right;
}
#footer dl.social dt {
	display: none;
}
#footer dl.social dd {
	padding: 5px 0;
	display: inline-block;
	vertical-align: middle;
}
#footer dl.social dd + dd {
	margin-left: 30px;
}
#footer dl.social dd a {
	color: #444;
}
#footer dl.social dd a:hover,
#footer dl.social dd a:focus {
	text-decoration: none;
	color: #444;
}
#footer dl.social .instagram .logo,
#footer dl.social .youtube .logo {
	display: inline-block;
	text-align: left;
	text-indent: -1000em;
}
#footer dl.social .instagram .logo {
	height: 25px;
	width: 25px;
	background: transparent url(images/icon-instagram.png) 50% 50% no-repeat;
	background-size: contain;
}
#footer dl.social .youtube .logo {
	height: 25px;
	width: 60px;
	background: transparent url(images/logo-youtube.png) 50% 50% no-repeat;
	background-size: contain;
}
/* plugins */
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
	position: relative;
	text-align: center;
	margin: -40px 30px 0;
	padding: 0 0 16px;
	z-index: 2;
}
.rslides_tabs li {
	display: inline-block;
}
.rslides_tabs li + li {
	margin-left: 10px;
}
.rslides_tabs li a {
	display: block;
	height: 15px;
	width: 15px;
	background: #fff;
	text-indent: -1000em;
	border: 2px solid #568000;
	border-radius: 50%;
}
.rslides_tabs li a:active {
	top: 0;
}
.rslides_tabs li.rslides_here a {
	border-color: #803500;
}
#mc_embed_signup {
	background: transparent !important;
	clear: none !important;
}
#mc_embed_signup form {
	padding: 0 !important;
}
#mc_embed_signup .mc-field-group {
	clear: none !important;
	width: 100% !important;
	padding: 0 !important;
	min-height: 0 !important;
}
#mc_embed_signup .mc-field-group label {
    display: none  !important;
}
#mc_embed_signup div.mce_inline_error {
	margin: 3px 0 0 !important;
	padding: 4px 12px !important;
	background-color: #B51212 !important;
	border-radius: 2px !important;
	font-weight: 400 !important;
}
#mc_embed_signup div#mce-responses {
	float: none !important;
	top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	width: auto !important;
}
#mc_embed_signup div.response {
	top: 0 !important;
	width: 100% !important;
	background-color: #fff !important;
	padding:  10px !important;
	margin: 1em 0 0 !important;
	font-weight: 400 !important;
	float: none !important;
	border-radius: 2px !important;
}
#mc_embed_signup .button {
	width: auto !important;
	margin: 10px 0 0 !important;
	border-radius: 2px!important;
	padding: 6px 18px !important;
	line-height: inherit !important;
	height: auto !important;
	background-color: rgba(255, 255, 255, .9) !important;
}

.fieldset-wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.form-wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.search-advanced .criterion {
	width: calc(50% - 15px);
	margin: 0 0 0 10px;
}
.search-advanced .criterion:nth-child(odd) {
	margin: 0 10px 0 0;
	clear: both;
}
.form-type-checkbox label {
	display: inline-block !important;
}

@media (max-width: 1023px) {
	.wrap,
    #page .wrap {
        width: 100%;
        padding:  0 10px;
    }
    
    #index .wrap {
        overflow: hidden;
    }
	#index .slider {
        width: calc(100% - 240px);
    }
    #news-events .news .image + .content {
		width: calc(100% - 160px);
	}
    #about #today {
        height: auto;
        margin-bottom: -200px;
        padding-bottom: 200px;
    }
    #sidebar {
        width: 100%;
        margin: 45px 0 15px;
    }
    #sidebar #about {
        width: 100%;
        overflow:hidden;
    }
    #sidebar #about:after {
        content: '';
        display: table;
        clear: both;
    }
    #sidebar #about #info {
        float: left;
        width: 240px;
        margin: 0 10px 0 0;
        padding: 0;
    }
    #sidebar #about #prices {
        margin: 0 -300px 0 0;
    }
    #sidebar #about #today {
        width: calc(100% - 250px);
        float: left;
        margin: 0;
        padding: 5px 0 0;
    }
    #sidebar #about #location {
        margin: 0-255px 0 0;
    }
    #news-events .news {
        width: 75%;
        margin: 0;
 
    }
    #news-events .events {
        float: left;
        width: 25%;
        margin: 0;
        padding-left: 10px;
    }
}
@media (max-width: 900px) {
    #index .slider {
        float: right;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #index .slider:after {
        content: '';
        display: table;
        clear: both;
    }
    .rslides_tabs {
        padding: 0 0 27px;
    }
    #about {
        overflow: hidden;
    }
    #about,
    #index #about {
        float: left;
        width: 100%;
        margin: 10px 0 0;
        padding: 0;
    }
    #about #info {
        float: left;
        width: 240px;
        margin: 0 10px -1000px 0;
        padding: 0 0 1000px 0;
    }
 
    #about #today,
    #index #about #today {
        display: block;
        float: left;
        width: calc(100% - 250px);
        height: auto;
        margin: 0 0 -1000px 0;
        padding: 0 0 1000px 0;
    }
    #index #about #today {
        padding: 5px 10px 1000px;
    }
    #about .expand {
        padding: 5px;
    }
    #about #prices {
        margin: 0 -300px 0 -5px;
    }
    #about #location {
        margin: 0 -225px 0 0;
    }
    
    #news-events .news {
        width: 60%;
    }
    #news-events .events {
        width: 40%;
    }
    #page .wrap {
        padding: 0 10px 15px;
    }
    #navigation.page {
        margin: 10px 0;
    }
    #sidebar {
        width: 100%;
		min-height: 0;
        margin: 45px 0;
    }
    #submenu {
        width: 240px;
        margin: 0 10px 0 0;
    }
    #content {
		min-height: 0;
        width: calc(100% - 250px);
        margin: 0;
    }
    
    #footer h1 {
        text-align: center;
    }
    #footer dl.contact {
        margin-left: calc(60% - 240px);
    }
    #footer dl.social {
        width: 100%;
        margin-top: 45px;
        text-align: center;
    }
    #footer dl.extra {
        width: 100%;
        text-align: center;
    }
    
    #navigation ul {
        margin: 10px 0 0;
    }
    #navigation li {
        width: calc(50% - 5px);
    }
    #navigation li:nth-child(1) {
        margin: 0 5px 5px 0;
    }
    #navigation li:nth-child(3) {
        margin: 5px 5px 0 0;
    }
    #navigation li:nth-child(2) {
        margin: 0 0 5px 5px;
    }
    #navigation li:nth-child(4) {
        margin: 5px 0 0 5px;
    }
}
@media (max-width: 727px) {
	#submenu {
		width: 100%;
		margin: 0;
	}
	#submenu .expander {
		display: block;
		height: 30px;
		padding: 0;
		margin: 0 10px;
		text-align: left;
		text-indent: -1000em;
		background: transparent url(images/navicon.svg) 100% 50% no-repeat;
		background-size: 20px;
	}
	#submenu.active .expander {
		background-image: url(images/navicon-close.svg);
	}
	#submenu .expander:hover,
	#submenu .expander:focus {
		margin: 0 10px;
		padding: 0;
		border: none;
	}
	#submenu h1,
	#submenu ul {
		display: none;
	}
	#submenu.active {
		margin: 0 0 20px;
    }
	#submenu.active h1,
	#submenu.active ul {
		display: block;
	}
    #news-events .news {
        width: 100%;
    }
    #news-events .events {
        width: 100%;
        padding: 0;
        margin: 20px 0 45px;
    }
    
    #mailinglist .description {
        float: none;
        width: 100%;
        padding: 0;
		text-align: left;
    }
    #mailinglist .register {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
	#mailinglist .description h1 {
		margin: 0 0 5px;
	}
	#mailinglist .register .actions {
		text-align: right;
	}
    #content {
        width: 100%;
    }
    #search form {
        width: 500px;
    }
	
	#news-events .events .expand a {
		display: inline-block;
	}
}
@media (max-width: 600px) {
	#sidebar #about #prices {
		margin: 0 -180px 0 0;
	}
    #about #info,
    #index #about #info {
        width: 100%;
    }
    #index #about #today,
    #about #today {
        width: 100%;
    }
    #about #prices {
        margin: 0;
    }
    #about #location {
        margin: 0;
    }
    
    #search form {
        width: 400px;
    }
    #navigation li {
        width: 100% !important;
        margin: 0 !important;
        height: auto !important;
        text-align: center;
		border: none;
		background: rgba(255, 255, 255, .5) none !important;
    }
    #navigation li + li {
        margin-top: 5px !important;
    }
    #navigation li:before {
        display: none;
    }
    
    #navigation li a {
        position: static;
		height: 40px;
		line-height: 40px;
		display: block;
        color: #444;
        text-shadow: none;
		background: #fff;
		opacity: .75;
		color: #000;
		font-size: 2rem;
    }
	#navigation li a:hover,
	#navigation li a:focus {
		padding: 0;
	}
    
    #mailinglist .description {
        text-align: center;
    }
	#mailinglist .register .actions {
		text-align: center;
	}
 
    #footer dl.contact {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #footer .opening-hours {
        width: 100% !important;
        margin: 20px 0 0;
        padding: 0;
        text-align: center;
    }
    #footer .opening-hours dd {
        text-align: left;
    }
}
@media only screen and (max-width: 480px) {
    #search form {
        width: 250px;
    }
	#menu {
		margin: 75px 0 0 0;
	}
	#sidebar #about #prices,
	#sidebar #about #location {
		margin: 0;
	}
	#news-events .news .image {
		display: none;
	}
	#news-events .news .image + .content {
		width: 100%;
	}
	#sidebar #about #info {
		float: none;
		width: 100%;
		margin: 0;
	}
	#sidebar #about #today {
		float: none;
		width: 100%;
		margin: 10px 0 0;
	}
	#sidebar #about #openinghours,
	#sidebar #about #prices,
	#sidebar #about #location {
		box-shadow: none;
	}
	
}