/*
Theme Name: ferenczy-v2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ferenczy-v2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ferenczy-v2 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*@import url('webfont.css');*/

html {
	font-family: 'Solomon-Sans-Normal';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

@media only screen and (max-width: 1159px){
	h1 {
		font-size: 2em;
		font-weight: bold;
		margin: 0;
	}

	h2 {
		font-size: 1.5em;
		font-weight: bold;
		margin: 0;
	}

	h3 {
		font-size: 1.2em;
		font-weight: bold;
		margin: 0;
	}

	h4 {
		font-size: 1.1em;
		font-weight: normal;
		margin: 0;
	}
}

@media only screen and (min-width: 1160px){
	h1 {
		font-size: 2em;
		font-weight: bold;
		margin: 0 0 5px 0;
	}

	h2 {
		font-size: 1.5em;
		font-weight: bold;
		margin: 0 0 5px 0;
	}

	h3 {
		font-size: 1.2em;
		font-weight: bold;
		margin: 0 0 2px 0;
	}

	h4 {
		font-size: 1.1em;
		font-weight: normal;
		margin: 0 0 2px 0;
	}
}



mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 50px 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: 'Solomon-Sans-Normal';
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Solomon-Sans-Normal';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

@media only screen and (max-width: 1159px){
	p {
		margin: 0.8em 0 0 0;
	}
}

@media only screen and (min-width: 1160px){
	p {
		margin: 1.5em 0 0 0;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Solomon-Sans-Normal';
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Solomon-Sans-Normal';
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 599px){
	ul,
	ol {
		margin: 0;
	}
}

@media only screen and (min-width: 600px){
	ul,
	ol {
		margin: 0 0 1.5em 3em;
	}
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #000;
	color: #d0d0d0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
button:visited,
button:active,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*border-color: #aaa #bbb #bbb;*/
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #000;
	font-size: 0.85em;
	border-radius: 2px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

.form-label{
	background-color: #d1d3d4;
	margin-left: 0 !important;
	width: auto;
	padding: 5px;
	display: inline-flex;
}

.form-label h4{
	margin: 0 !important;
}

.form-subtext p{
	margin: 0 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#masthead{
	/*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #6d6e71;
}

a:visited {
	color: #6d6e71;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

.link-without-style, .link-without-style:hover, .link-without-style:focus, .link-without-style:visited, .link-without-style:active{
	text-decoration: none;
	color: #404040;
}

/*--------------------------------------------------------------
## Header - Title - Logo
--------------------------------------------------------------*/

.site-content{
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 1159px){
	.site{
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}

	.narrow{
		padding: 0;
	}

	.site-header{
		width: 100%;
		margin-top: 10px;
		height: 75px;
	}
}

@media only screen and (min-width: 1160px){
	.site{
		width: 1180px;
		margin: 0 auto;
	}	

	.narrow{
		padding: 0 65px 0 65px;
	}

	.site-header{
		width: 100%;
		margin-top: 10px;
		height: 60px;
	}
}

@media only screen and (max-width: 599px){
	.site-title{
		display: inline-block;
		clear: both;
		font-size: 1.3em;
		width: 215px;
		line-height: normal;
	}

	.site-title a{
		text-decoration: none;
		color: #ccc;
		letter-spacing: 0.07em;
	}

	.site-logo{
		float: left;
		width: 40px;
		height: 40px;
		margin: 5px 23px 13px 0;
	}
}

@media only screen and (min-width: 600px) and (max-width: 679px){
	.site-title{
		display: inline-block;
		clear: both;
		font-size: 1.35em;
		line-height: normal;
	}

	.site-title a{
		text-decoration: none;
		color: #ccc;
		letter-spacing: 0.07em;
	}

	.site-logo{
		float: left;
		width: 40px;
		height: 40px;
		margin: 5px 23px 13px 0;
	}
}

@media only screen and (min-width: 680px){
	.site-title{
		display: inline-block;
	}

	.site-title a{
		text-decoration: none;
		color: #ccc;
		letter-spacing: 0.07em;
	}

	.site-logo{
		float: left;
		width: 40px;
		height: 40px;
		margin: 5px 23px 0 0;
	}
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sticky-nav{
	clear: none !important;
	margin-top: 10px;
	width: 85% !important;
	margin-left: 0 !important;
}

@media only screen and (max-width: 679px){
	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
		height: 60px;
		margin-left: 0;
	}	
}

@media only screen and (min-width: 680px) and (max-width: 899px){
	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
		height: 70px;
		margin-left: 55px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1159px){
	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
		height: 50px;
		margin-left: 65px;
	}
}

@media only screen and (min-width: 1160px){
	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
		height: 50px;
		margin-left: 64px;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0 30px 0 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #3A3A3A;
	font-size: 1.1rem;
}

.main-navigation a:hover, .main-navigation a:active{
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 679px){
	.main-navigation ul ul {
		position: relative;
		display: none;
		padding-left: 10px;
	}
}

@media only screen and (min-width: 680px){
	.main-navigation ul ul {
		background-color: #ffffff;
		padding: 25px 30px 5px 5px;
		width: 170px;
		float: left;
		position: absolute;
		top: 1.5em;
		left: -999em;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul a {
		
	}

	.main-navigation ul ul li {
		margin: 5px 0;
		clear: both;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
	}

	.main-navigation ul ul :hover > a,
	.main-navigation ul ul .focus > a {
	}

	.main-navigation ul ul a:hover,
	.main-navigation ul ul a.focus {
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		color: #32373c;
		border-bottom: 1px solid #000;
	}
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	background-color: white;
	height: 100%;
	width: 100%;
	z-index: 1001;
	padding: 25px 0 10px 0;
	overflow: auto;
}

.main-navigation.toggled ul li{
	clear: both;
	margin: 0 0 10px 10px;
}

.main-navigation.toggled ul li a{
	color: #000;
}

.main-navigation.toggled ul li ul{
	position: relative;
	display: block;
}

.main-navigation.toggled ul li ul li{
	display: list-item;
}

.main-navigation.toggled ul li ul li a{
	color: #999;
}

.menu-toggle{
	display: none;
}

.menu-toggle{
	background-color: white;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	border: none;
	width: 52px;
	z-index: 1002;
}

@media screen and (min-width: 800px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

@media only screen and (max-width: 1159px){
	.footer-navigation{
		display: none;
	}
}

@media only screen and (min-width: 1160px){
	.footer-navigation{
		display: table;
	}
}

.footer-navigation ul{
	padding: 0;
	margin: 0 0 0 50px;
}

.footer-navigation ul li{
	display: inline-table;
	width: 185px;
}

.footer-navigation ul li a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.footer-navigation ul li ul{
	margin: 0;
	padding: 0;
}

.footer-navigation ul li ul a{
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.footer-info-navigation{
	float: right;
}

.footer-info-navigation ul{
	margin: 0;
	padding: 0;
}

.footer-info-navigation ul li{
	display: block;
}

.footer-info-navigation ul li a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

@media screen and (max-width: 739px){
	.in-page-navigation{
		width: 100%;
		margin-bottom: 40px;
	}

	.in-page-navigation ul li{
		width: 100%;
		margin: 5px 0 5px 0;
		cursor: pointer;
		font-size: 0.8em;
	}
}

@media screen and (min-width: 740px){
	.in-page-navigation{
		max-width: 30%;
		float: left;
		margin-right: 30px;
	}

	.in-page-navigation ul li{
		width: 100%;
		margin: 10px 0 10px 0;
		cursor: pointer;
	}
}

.in-page-navigation ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.in-page-navigation ul li a{
	text-decoration: none;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

@media only screen and (max-width: 899px){
	.slider{
		width: 100%;
		margin: 30px 0 40px 0;
		position: relative;
	}

	.slider a{
		text-decoration: none;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1159px){
	.slider{
		width: 100%;
		margin: 30px 0 40px 0;
		height: 550px;
		position: relative;
	}

	.slider a{
		text-decoration: none;
	}
}

@media only screen and (min-width: 1160px){
	.slider{
		width: 100%;
		padding: 0 65px 0 65px;
		margin: 30px 0 40px 0;
		height: 550px;
		position: relative;
	}

	.slider a{
		text-decoration: none;
	}
}

/*--------------------------------------------------------------
# Events - Calendar - Programs
--------------------------------------------------------------*/
.home-banner{
	margin-top: 20px !important;
}

.thin-events-list{
	padding: 0 32px;
}

#calendar{
	margin-bottom: 20px;
}

@media only screen and (max-width: 1159px){
	#events{
		display: none;
	}

	#events-list>p{
		margin: 0 0 10px 0 !important;
		font-size: 0.75em;
	}

	.events-cont{
		display: none;
	}

	.programs{
		width: 100%;
		height: auto;
	}

	.mobile-programs{
		display: block;
		margin-top: 30px;
	}

	.mobile-programs > a{
		display: block;
		text-align: right;
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 1160px){
	#events{
		max-width: 410px;
		float: left;
		margin: 0 70px 0 70px;
	}

	#events-list>p{
		margin: 0 0 10px 0 !important;
		font-size: 0.75em;
	}

	.events-cont{
		max-width: 300px;
		float: left;
	}	

	.programs{
		width: 100%;
		padding: 0 70px 0 70px;
		height: 660px;
	}

	.mobile-programs{
		display: none;
	}
}

#event-category{
	border-bottom: #ccc 2px solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	width: 100%;
	height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

@media only screen and (max-width: 899px){
	.event-list{
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.event-list li{
		width: 100%;
		min-height: 120px;
		max-height: 150px;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 900px){
	.event-list{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.event-list li{
		max-width: 300px;
		min-height: 120px;
		max-height: 150px;
		margin-bottom: 20px;
	}
}

.event-title{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.event-subtitle{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}

.event-title a, .event-subtitle a{
	text-decoration: none;
	color: #000000;
}

.event-date{
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	font-weight: bold;
}

.event-location{
	padding: 0;
	margin: 0;
	font-size: 0.85em;
}

.extended-event-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 599px){
	.extended-event-list li{
		max-width: 100%;
		display: inline-block;
		margin-bottom: 50px;
		border-bottom: 1px solid #ccc;
	}

	.extended-event-text hr{
		margin: 3px 0 3px 0 !important;
		display: none;
	}

	.extended-event-text{
		display: block;
		width: 100%;
	}

	.extended-event-excerpt{
		margin: 5px 0 10px 0;
	}

	.extended-event-thumb{
		width: 100%;
		margin: 0 !important;
		display: block;
	}
}

@media only screen and (min-width: 600px){
	.extended-event-list li{
		max-width: 100%;
		display: inline-block;
		margin-bottom: 30px;
	}

	.extended-event-text hr{
		margin: 3px 0 3px 0 !important;
	}

	.extended-event-text{
		float: left;
		display: inline-block;
		margin-right: 15px;
		width: 60%;
	}

	.extended-event-excerpt{
		margin: 5px 0 0 0;
	}

	.extended-event-thumb{
		width: calc(40% - 15px);
		margin: 0 !important;
		display: inline-block;
	}
}

.extended-event-title{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.extended-event-subtitle{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}

.extended-event-title a, .extended-event-subtitle a{
	text-decoration: none;
	color: #000000;
}

.extended-event-info{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 0.85em;
	font-weight: bold;
}

.information-box{
	max-width: 300px;
	height: 50px;
}

.information-box p{
	margin-top: 5px;
}

.important-events-cont{
	clear: both;
	display: inline-block;
	margin-top: 28px;
}

@media only screen and (max-width: 899px){
	.important-events{
		display: block;
		margin: 0;
	    padding: 0;
	    list-style: none;
	    text-align: center;
	}

	.important-events-elem{
		margin: 0 auto 50px auto;
		max-width: 500px;
	}
}

@media only screen and (min-width: 900px) and  (max-width: 1099px){
	.important-events{
		display: block;
		margin: 0;
	    padding: 0;
	    list-style: none;
	}

	.important-events-elem{
		margin: 0 0 50px 0;
		max-width: 50%;
		float: left;
		padding: 0 50px;
	}
}

@media only screen and (min-width: 1100px){
	.important-events{
		display: block;
		margin: 0;
	    padding: 0;
	    list-style: none;
	}

	.important-events-elem{
		margin: 0 0 50px 0;
		max-width: 525px;
		float: left;
		padding: 0 50px;
	}
}

.important-events-thumb {
    overflow: hidden;
    margin: 5px 0;
    max-height: 220px;
}

.important-events-text {
   	float: none;
   	width: 100%;
  	margin: 11px 0 0 0;
}

.important-events-title {
    font-weight: bold;
    font-size: 1rem;
	line-height: 16pt;
	margin: 0;
}

.important-events-title a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.important-events-subtitle {
	font-weight: bold;
	font-size: 1rem;
	font-style: italic;
	margin: 0;
	line-height: 16pt;
}

@media only screen and (max-width: 1099px){
	.programs-eventlist{
		display: block;
		width: 100%;
		margin-top: 35px;
	}

	.programs-calendar{
		display: block;
	}
}

@media only screen and (min-width: 1100px){
	.programs-eventlist{
		display: block;
		width: calc(100% - 330px);
		float: right;
	}

	.programs-calendar{
		float: left;
		display: block;
		margin-right: 30px;
	}
}

.programs-event-category{
	width: 300px !important;
	margin-bottom: 30px !important;
}

.programs-title{
	clear: none !important;
	margin: 0 !important;
}

.programs-date{
	margin: 0;
}

.programs-page-title{
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: 30px !important;
}


/*--------------------------------------------------------------
# Exhibitions home - Exhibitions single
--------------------------------------------------------------*/

@media only screen and (max-width: 1159px){
	#exhibitions-cont{
		width: 100%;
	}

	.exhibitions-list-elem{
		margin: 0 auto 20px auto;
		max-width: 100%;
	}

	.exhibitions-line{
		background-color: #000;
		height: 1px;
		margin: 0;
		border: 0;
	}

	.exhibitions-list-thumb {
	    overflow: hidden;
	    margin: 5px 0;
	}

	#exhibitions-cont > a{
		display: block;
		text-align: right;
		margin-top: -10px;
	}
}

@media only screen and (min-width: 1160px){
	#exhibitions-cont{
		max-width: 330px;
		float: right;
	}

	#exhibitions-cont > a{
		display: block;
		text-align: right;
		margin-top: -20px;
	}

	.exhibitions-list-elem{
		margin-bottom: 35px;
		max-width: 330px;
		max-height: 280px;
	}

	.exhibitions-line{
		background-color: #000;
		height: 1px;
		margin: 0;
		border: 0;
	}

	.exhibitions-list-thumb {
	    height: 170px;
	    overflow: hidden;
	    margin: 5px 0;
	}
}

.exhibitions-list{
	display: block;
	margin: 0;
    padding: 0;
    list-style: none;
}

.exhibitions-list-text {
   	float: none;
   	width: 100%;
  	margin: 11px 0 0 0;
}

.exhibitions-list-title {
    font-weight: bold;
    font-size: 0.9rem;
	line-height: 13pt;
	margin: 0;
}

.exhibitions-list-title a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.exhibitions-list-subtitle {
	font-weight: bold;
	font-size: 0.9rem;
	font-style: italic;
	margin: 0;
	line-height: 13pt;
}

.exhibitions-list-date{
	font-size: 0.85rem;
	font-weight: bold;
}

@media only screen and (max-width: 1159px){
	.exhibitions-header{
		width: 100%;
		position: relative;
		margin-top: 30px;
		overflow-y: hidden;
	}

	.exhibitions-info{
		display: block;
		margin-bottom: 20px;
	}

	.exhibitions-info p{
		margin: 0;
	}

	.exhibitions-content{
		width: 100%;
	}

	.exhibitions-poster{
		width: 250px;
		overflow-y: hidden;
		margin: 20px auto;
	}

}

@media only screen and (min-width: 1160px){
	.exhibitions-header{
		width: 100%;
		position: relative;
		height: 550px;
		margin-top: 30px;
		overflow-y: hidden;
	}	

	.exhibitions-info{
		width: 40%;
		padding-right: 100px;
		float: left;
		display: inline-block;
	}

	.exhibitions-info p{
		margin: 4px 0 0 0;
	}

	.exhibitions-content{
		width: 60%;
		display: inline-block;
	}

	.exhibitions-poster{
		width: 300px;
		overflow-y: hidden;
		margin: 20px 0 20px 0;
	}
}



.exhibitions-header img{
	width: 100%
}

.exhibitions-content p{
	margin: 0;
}

.exhibitions-more-exhibition{
	display: block;
	text-align: right;
}

.past-exhibitions{
	max-width: 100%;
	margin: 30px 0 0 0;
}

.past-exhibitions-cell{
	margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex:  row wrap;
    -moz-box-flex:  row wrap;
    -webkit-flex:  row wrap;
    -ms-flex:  row wrap;
    flex: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

@media only screen and (max-width: 499px){
	.past-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
		max-height: 320px;
	}

	.past-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}
}

@media only screen and (min-width: 500px) and (max-width: 699px){
	.past-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
	}

	.past-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}

}

@media only screen and (min-width: 700px) and (max-width: 829px){
	.past-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
	}

	.past-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}

}

@media only screen and (min-width: 830px) and (max-width: 1159px){
	.past-exhibitions-elem{
		margin: 0 5px 35px;
		max-width: 250px;
		max-height: 320px;
	}

	.past-exhibitions-thumb {
	    height: 157px;
	    overflow: hidden;
	    margin: 0;
	}
}

@media only screen and (min-width: 1160px){
	.past-exhibitions-elem{
		margin: 45px 25px 35px;
		max-width: 300px;
		max-height: 320px;
	}

	.past-exhibitions-thumb {
	    height: 157px;
	    overflow: hidden;
	    margin: 0;
	}
}

.past-exhibitions > h3{
	margin: 0;
	font-weight: normal;
}

.past-exhibitions-text {
   	float: none;
   	width: 100%;
  	margin: 0;
}

.past-exhibitions-title {
    font-weight: bold;
    font-size: 1.1rem;
	line-height: 12pt;
	margin: 20px 0 8px 0;
}

.past-exhibitions-title a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.past-exhibitions-subtitle {
	font-size: 1.01rem;
	line-height: 13pt;
	font-weight: normal;
}



.future-exhibitions-cell{
	margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex:  row wrap;
    -moz-box-flex:  row wrap;
    -webkit-flex:  row wrap;
    -ms-flex:  row wrap;
    flex: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

@media only screen and (max-width: 499px){
	.future-exhibitions{
		max-width: 100%;
		margin-bottom: 55px;
	}

	.future-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
		max-height: 320px;
	}

	.future-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}
}

@media only screen and (min-width: 500px) and (max-width: 699px){
	.future-exhibitions{
		max-width: 100%;
		margin-bottom: 55px;
	}

	.future-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
	}

	.future-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}

}

@media only screen and (min-width: 700px) and (max-width: 829px){
	.future-exhibitions{
		max-width: 100%;
		margin-bottom: 55px;
	}

	.future-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
	}

	.future-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}

}

@media only screen and (min-width: 830px) and (max-width: 1159px){
	.future-exhibitions{
		max-width: 100%;
		margin-bottom: 55px;
	}

	.future-exhibitions-elem{
		margin: 0 5px 35px;
		max-width: 250px;
		max-height: 320px;
	}

	.future-exhibitions-thumb {
	    height: 157px;
	    overflow: hidden;
	    margin: 0;
	}
}

@media only screen and (min-width: 1160px){
	.future-exhibitions-elem{
		margin: 45px 25px 35px;
		max-width: 300px;
		max-height: 320px;
	}

	.future-exhibitions-thumb {
	    height: 157px;
	    overflow: hidden;
	    margin: 0;
	}
}

.future-exhibitions > h3{
	margin: 0;
	font-weight: normal;
}
	

.future-exhibitions-text {
   	float: none;
   	width: 100%;
  	margin: 0;
}

.future-exhibitions-title {
    font-weight: bold;
    font-size: 1.1rem;
	line-height: 12pt;
	margin: 20px 0 8px 0;
}

.future-exhibitions-title a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.future-exhibitions-subtitle {
	font-size: 1.01rem;
	line-height: 13pt;
	font-weight: normal;
}

.actual-exhibitions-cell{
	margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex:  row wrap;
    -moz-box-flex:  row wrap;
    -webkit-flex:  row wrap;
    -ms-flex:  row wrap;
    flex: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

@media only screen and (max-width: 499px){
	.actual-exhibitions{
		display: none;
	}

	.mobile-actual-exhibitions{
		display: block;
		max-width: 100%;
		margin-bottom: 55px;
	}

	.mobile-actual-exhibitions > h3{
		font-size: 1.4rem;
		font-weight: normal;
	}

	.actual-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
		max-height: 320px;
	}

	.actual-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}

	.more-exhibitions{
		clear: both;
		width: 100%;
		text-align: right;
		text-decoration: none;
		display: block;
		margin-top: 10px;
		text-decoration: underline;
	}
}

@media only screen and (min-width: 500px) and (max-width: 699px){
	.actual-exhibitions{
		display: none;
	}

	.mobile-actual-exhibitions{
		display: block;
		max-width: 100%;
		margin-bottom: 55px;
	}

	.mobile-actual-exhibitions > h3{
		font-size: 1.4rem;
		font-weight: normal;
	}

	.actual-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
	}

	.actual-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}

	.more-exhibitions{
		clear: both;
		width: 100%;
		text-align: right;
		text-decoration: none;
		display: block;
		text-decoration: underline;
	}

}

@media only screen and (min-width: 700px) and (max-width: 829px){
	.actual-exhibitions{
		display: none;
	}

	.mobile-actual-exhibitions{
		display: block;
		max-width: 100%;
		margin-bottom: 55px;
	}

	.mobile-actual-exhibitions > h3{
		font-size: 1.4rem;
		font-weight: normal;
	}

	.actual-exhibitions-elem{
		margin: 30px 0 0 0;
		width: 100%;
	}

	.actual-exhibitions-thumb {
	    overflow: hidden;
	    margin: 0;
	}

	.more-exhibitions{
		clear: both;
		width: 100%;
		text-align: right;
		text-decoration: none;
		display: block;
		text-decoration: underline;
	}

}

@media only screen and (min-width: 830px) and (max-width: 1159px){
	.mobile-actual-exhibitions{
		display: none;
	}

	.actual-exhibitions{
		display: block;
		max-width: 100%;
		margin-bottom: 55px;
	}

	.actual-exhibitions-elem{
		margin: 0 5px 35px;
		max-width: 250px;
		max-height: 320px;
	}

	.actual-exhibitions-thumb {
	    height: 157px;
	    overflow: hidden;
	    margin: 0;
	}

	.more-exhibitions{
		clear: both;
		width: 100%;
		text-align: right;
		text-decoration: none;
		display: block;
		margin-top: -20px;
		text-decoration: underline;
	}
}

.actual-exhibitions > h3{
	margin: 0;
}

@media only screen and (min-width: 1160px){
	.actual-exhibitions{
		display: block;
		margin: 30px 0 0 0;
	}

	.actual-exhibitions > h3{
		font-size: 1.4rem;
		font-weight: normal;
	}

	.mobile-actual-exhibitions{
		display: none;
	}

	.actual-exhibitions-elem{
		margin: 45px 25px 35px;
		max-width: 300px;
		max-height: 320px;
	}

	.actual-exhibitions-thumb {
	    height: 157px;
	    overflow: hidden;
	    margin: 0;
	}

	.more-exhibitions{
		clear: both;
		width: 100%;
		text-align: right;
		text-decoration: none;
		display: block;
		margin-top: -20px;
		text-decoration: underline;
	}
}

/*Külön al-aloldal listázása*/
.actual-exhibitions-more{
	display: block;
	margin: 30px 0 0 0;
}

.actual-exhibitions-text {
   	float: none;
   	width: 100%;
  	margin: 0;
}

.actual-exhibitions-title {
    font-weight: bold;
    font-size: 1.1rem;
	line-height: 12pt;
	margin: 20px 0 8px 0;
}

.actual-exhibitions-title a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.actual-exhibitions-subtitle {
	font-size: 1.01rem;
	line-height: 13pt;
	font-weight: normal;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

@media only screen and (max-width: 1159px){
	.news-columns{
		display: none;
	}
}

@media only screen and (min-width: 1160px){
	.news-columns{
		width: 100%;
		margin: 30px 0 45px 0;
		height: 375px;
	}
} 

.news-columns h2{
	margin-left: 65px;
}

.news-columns-cell {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex:  row wrap;
    -moz-box-flex:  row wrap;
    -webkit-flex:  row wrap;
    -ms-flex:  row wrap;
    flex: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

.news-elem{
	margin: 0 20px;
	max-width: 330px;
	max-height: 320px;
}

.news-thumb {
    height: 170px;
    overflow: hidden;
    margin: 50px 0 20px 0;
}

.news-thumb img{
	margin-top: -20px;
}

.news-text {
   	float: none;
   	width: 100%;
  	margin: 0;
}

.news-title {
	font-weight: normal;
    font-size: 1.01rem;
	line-height: 12pt;
	margin: 0;
}

.news-title a{
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.news-subtitle {
	font-weight: normal;
	font-size: 0.9rem;
	margin: 2px 0 11px;
	line-height: 13pt;
}

@media only screen and (max-width: 1159px){
	.news-big{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 70px;
	}
}

@media only screen and (min-width: 1160px){
	.news-big{
		width: 100%;
		margin-bottom: 70px;
		padding: 50px;
		background-color: #e6e6e6;
	}
}
/*
.news-big h2{
	margin-left: 65px;
}
*/
.news-big-elem{
	max-width: 530px;
	max-height: 360px;	
	margin: 0 auto;
	clear: both;
}

.news-big-elem a{
	font-size: 0.9rem;
	display: block;
	text-align: center;
}



.more-news{
	clear: both;
	width: 100%;
	text-align: right;
	padding-right: 55px;
	text-decoration: none;
	display: block;
}


/*--------------------------------------------------------------
# Museums
--------------------------------------------------------------*/
@media only screen and (max-width: 599px){
	#museums-map{
		width: 100%;
		margin-bottom: 10px;
		display: none;
	}

	.museums-titles{
		width: 100%;
		height: inherit;
		margin-top: 10px;
		margin-bottom: 20px;
		border: 1px solid #EEE;
		display: none;
	}

	.mobile-map{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 600px){
	#museums-map{
		width: 100%;
		margin-bottom: 10px;
		display: block;
		overflow: hidden;
		max-height: 430px;
	}

	.museums-titles{
		width: 100%;
		height: inherit;
		margin-bottom: 20px;
		border: 1px solid #EEE;
		display: block;
	}

	.mobile-map{
		display: none;
	}
}

.map-active{
	background-color: #D9F0D5;
}

.active-map-img{
	display: block;
}

.passive-map-img{
	display: none;
}

.museums-titles ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: table-row;
}

.museums-titles ul li{
	display: table-cell;
	width: 25%;
	height: 46px;
	vertical-align: middle;
	border: 1px solid #EEE;
	padding-left: 5px;
}

.museums-titles ul li a{
	font-weight: bold;
	text-decoration: none;
	font-size: 0.85rem;
}

@media only screen and (min-width: 875px){
	.museums-posts{
		display: block;
	}

	.museums-posts-mobile{
		display: none;
	}
}

@media only screen and (max-width: 599px){

	.museums-post{
		margin: 0 auto 50px auto;
		clear: both;
	}

	.museums-logo{
		width: 130px;
		height: 130px;
		margin-bottom: 10px;
		margin-right: 10px;
		float: left;
	}

	.museums-logo img{
		width: 130px;
		height: 130px;
	}

	 .museums-image{
        width: 130px;
		height: 130px;
        overflow: hidden;
    }
 
    .museums-info{
        color: #6d6e71;
        font-size: 0.8rem;
        clear: both;
    }
 
    .museums-info>p{
        margin: 0;
    }
 
    .museums-title-and-content{
        width: 100%;
        color: #6d6e71;
 
    }
 
    .museums-title-and-content hr{
        clear: both;
        margin: 0 0 10px 0;
        width: 100%;
    }
 
    .museums-title-and-content a{
        text-decoration: none;
    }
}

@media only screen and (min-width: 500px) and (max-width: 874px){
	.museums-posts{
		display: none;
	}

	.museums-posts-mobile{
		display: block;
	}

	.museums-post{
		margin: 0 auto 50px auto;
		clear: both;
	}

	.museums-logo{
		width: 180px;
		height: 180px;
		margin-bottom: 10px;
		margin-right: 10px;
		float: left;
	}

	.museums-logo img{
		width: 180px;
		height: 180px;
	}

	 .museums-image{
        width: 180px;
		height: 180px;
        overflow: hidden;
    }
 
    .museums-info{
        color: #6d6e71;
        font-size: 0.8rem;
        clear: both;
    }
 
    .museums-info>p{
        margin: 0;
    }
}

@media only screen and (min-width: 875px) and (max-width: 959px){

	.museums-post{
		height: 235px;
		margin: 0 auto 50px auto;
		clear: both;
	}

	.museums-logo{
		width: 80px;
		float: left;
		margin-right: 10px;
	}

	.museums-logo img{
		width: 80px;
		height: 80px;
	}

	.museums-image{
		width: 150px;
		height: 150px;
		overflow: hidden;
		margin-right: 10px;
		float: left;
	}

	.museums-image img{
		height: 150px;
	}

	.museums-info{
		width: 215px;
		height: 215px;
		padding: 10px;
		float: left;
		margin-right: 10px;
		background-color: #f6f6f6;
		color: #6d6e71;
		font-size: 0.75rem;
	}

	.museums-title-and-content{
		width: 350px;
		height: 215px;
		padding: 10px;
		float: left;
		background-color: #f6f6f6;
		color: #6d6e71;
		font-size: 0.8rem;
	}

	.museums-title-and-content hr{
		clear: both;
		margin: 5px 0 10px 0;
		width: 90%;
	}

	.museums-title-and-content a{
        text-decoration: none;
    }
}


@media only screen and (min-width: 960px) and (max-width: 1099px){

	.museums-post{
		height: 235px;
		margin: 0 auto 50px auto;
		clear: both;
	}

	.museums-logo{
		width: 80px;
		float: left;
		margin-right: 20px;
	}

	.museums-logo img{
		width: 80px;
		height: 80px;
	}

	.museums-image{
		width: 200px;
		height: 200px;
		overflow: hidden;
		margin-right: 20px;
		float: left;
	}

	.museums-image img{
		height: 200px;
	}

	.museums-info{
		width: 215px;
		height: 215px;
		padding: 10px;
		float: left;
		margin-right: 20px;
		background-color: #f6f6f6;
		color: #6d6e71;
		font-size: 0.75rem;
	}

	.museums-title-and-content{
		width: 350px;
		height: 215px;
		padding: 10px;
		float: left;
		background-color: #f6f6f6;
		color: #6d6e71;
		font-size: 0.8rem;
	}

	.museums-title-and-content hr{
		clear: both;
		margin: 4px 0 15px 0;
		width: 90%;
	}

	.museums-title-and-content a{
        text-decoration: none;
    }
}

@media only screen and (min-width: 1100px){

	.museums-post{
		height: 235px;
		margin: 0 auto 50px auto;
		clear: both;
	}

	.museums-logo{
		width: 120px;
		float: left;
		margin-right: 20px;
	}

	.museums-logo img{
		width: 120px;
		height: 120px;
	}

	.museums-image{
		width: 235px;
		height: 235px;
		overflow: hidden;
		margin-right: 20px;
		float: left;
	}

	.museums-image img{
		height: 235px;
	}

	.museums-info{
		width: 235px;
		height: 235px;
		padding: 10px;
		float: left;
		margin-right: 20px;
		background-color: #f6f6f6;
		color: #6d6e71;
		font-size: 0.8rem;
	}

	.museums-title-and-content{
		width: 400px;
		height: 235px;
		padding: 10px;
		float: left;
		background-color: #f6f6f6;
		color: #6d6e71;
	}

	.museums-title-and-content hr{
		clear: both;
		margin: 4px 0 20px 0;
		width: 90%;
	}

	.museums-title-and-content a{
        text-decoration: none;
    }
}

.museums-more-button{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-color: #d1d3d4;
	color: #6d6e71;
}

.museum-header{

}

.museum-titles{
	margin-bottom: 30px;
}

.museum-actual-exhibition{
	display: inline-block;
}

.museum-next-exhibition{
	display: inline-block;
}

@media only screen and (max-width: 899px){
	.museum-header-logo{
		width: 75px;
		height: 75px;
	}

	.museum-info{
		width: 100%;
		color: #6d6e71;
		font-size: 0.85rem;
	}

	.museum-info a{
		text-decoration: none;
		color: #000000;
	}

	.museum-content{
		width: 100%;
		margin-top: 50px;
		font-size: 0.85rem;

	}

	.museum-exhibitions-cell{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.museum-exhibitions-elem{
		margin: 10px 15px 30px 0;
		max-width: 300px;
		max-height: 320px;
		min-height: 240px;
		float: left;
	}
}

@media only screen and (min-width: 900px){
	.museum-header-logo{
		width: 120px;
		height: 120px;
	}

	.museum-info{
		width: 40%;
		padding-right: 100px;
		float: left;
		display: inline-block;
		color: #6d6e71;
		font-size: 0.85rem;
	}

	.museum-info a{
		text-decoration: none;
		color: #000000;
	}

	.museum-content{
		width: 60%;
		display: inline-block;
		margin-top: 1.2em;
	}

	.museum-exhibitions-cell{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.museum-exhibitions-elem{
		margin: 10px 15px 30px 0;
		max-width: 300px;
		max-height: 320px;
		min-height: 240px;
		float: left;
	}
}

/*--------------------------------------------------------------
# Archeology
--------------------------------------------------------------*/

@media only screen and (max-width: 739px){
	.content-right-column{
		width: 100%;
	}

}

@media only screen and (min-width: 740px){
	.content-right-column{
		width: 70%;
		float: right;
	}
}

@media only screen and (max-width: 499px){
	#regeszeti-munkatarsak{
		font-size: 0.8rem;
	}
}

@media only screen and (min-width: 500px){
	#regeszeti-munkatarsak{
		font-size: 1rem;
	}
}

@media only screen and (max-width: 899px){
	#kiemelt-leletek a{
		text-decoration: none;
	}
}

.archeology-cont{
	display: block;
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Usual column styles
--------------------------------------------------------------*/

.col-33-three-font-small-center p{
	margin: 0;
}

@media only screen and (max-width: 899px){
	.col-33-three-font-small-cont{
		clear: both;
		min-height: 225px;
		margin: 15px 0;
	}

	.col-33-three-font-small-dynamic{
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}


	.col-33-three-font-small{
		width: 100%;
		font-size: 0.9rem;
		margin: 15px 0;
	}

	.col-33-three-font-small-center{
		width: 100%;
		font-size: 0.9rem;
		text-align: center;
		margin: 25px 0;
	}

	.col-33-three-font-small-center.wp-gallery{
		display: inline-block !important;
	}

	.col-33-three-font-small-h700{
		width: 100%;
		font-size: 0.9rem;
		margin: 15px 0;
	}

	.col-75{
		width: 100%;
		margin: 15px 0;
	}

	.col-75-font-small{
		width: 100%;
		font-size: 0.9rem;
		margin: 15px 0;
	}

	.col-50-two{
		width: 100%;
		margin: 15px 0;
	}

	.col-50-two-left{
		width: 100%;
		margin: 15px 0;
	}

	.col-50-two-left img{
		width: 100%;
		margin: 15px 0;
	}

	.col-50-two-right{
		width: 100%;
		margin: 15px 0;
	}

	.col-50-two-right img{
		width: 100%;
		margin: 15px 0;
	}

	.col-100-center{
		width: 100%;
		text-align: center;
	}

	.col-100-clear{
		width: 100%;
		clear: both;
		float: none;
		display: inline-block;
	}

	.col-660p-two{
		width: 100%;
		margin-bottom: 35px;
	}

	.col-660p-two-inv{
		width: 100%;
		margin-bottom: 35px;
	}

	.col-355p-two{
		width: 100%;
	}

	.col-355p-two-inv{
		width: 100%;
	}
}

@media only screen and (min-width: 900px){
	.col-33-three-font-small-cont{
		clear: both;
		min-height: 225px;
	}

	.col-33-three-font-small-dynamic{
		width: 33%;
		clear: both;
		text-align: center;
	}


	.col-33-three-font-small{
		width: 33%;
		float: left;
		padding-right: 15px;
		font-size: 0.9rem;
	}

	.col-33-three-font-small-center{
		width: 33%;
		float: left;
		padding-right: 15px;
		font-size: 0.9rem;
		text-align: center;
	}

	.col-33-three-font-small-center.wp-gallery{
		display: inline-block !important;
	}

	.col-33-three-font-small-h700{
		width: 33%;
		min-height: 700px;
		float: left;
		padding-right: 15px;
		font-size: 0.9rem;
	}

	.col-75{
		width: 75%;
	}

	.col-75-font-small{
		width: 75%;
		font-size: 0.9rem;
	}

	.col-50-two{
		width: 50%;
		float: left;
		padding-right: 20px;
	}

	.col-50-two-left{
		width: 50%;
		float: left;
		padding: 10px 70px;
	}

	.col-50-two-left img{
		width: 100%;
	}

	.col-50-two-right{
		width: 50%;
		float: right;
		padding: 10px 70px;
	}

	.col-50-two-right img{
		width: 100%;
	}

	.col-100-center{
		width: 100%;
		margin-top: 50px;
		text-align: center;
	}

	.col-100-clear{
		width: 100%;
		clear: both;
		float: none;
		margin-bottom: 30px;
		display: inline-block;
	}

	.col-660p-two{
		width: 680px;
		float: left;
		margin-right: 35px;
		margin-bottom: 30px;
	}

	.col-660p-two-inv{
		width: 680px;
		float: right;
		margin-left: 35px;
		margin-bottom: 30px;
	}

	.col-660p-two-inv > p{
		margin: 0;
	}

	.col-355p-two{
		width: 335px;
		float: right;
	}

	.col-355p-two-inv{
		width: 335px;
		float: left;
	}
}

/*--------------------------------------------------------------
# Usual font styles
--------------------------------------------------------------*/
.fnt-09{
	font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Other styles
--------------------------------------------------------------*/
#search-box{
	display: none;
}

#search-box input[type="submit"]{
	display: none;
}

@media only screen and (max-width: 1159px){
	#artcapital-logo{
		display: none;
	}
}

@media only screen and (min-width: 1160px){
	#artcapital-logo{
		width: 100%;
		padding: 0 65px 0 65px;
		position: relative;
	}
}

#artcapital-logo img{
	width: 140px;
	height: 140px;
	position: absolute;
	z-index: 100;
	display: block;
	right: -10px;
	top: -65px;
}

.invisible{
	display: none;
}

.visible{
	display: block;
}

@media only screen and (max-width: 599px){
	.search-and-social{
		margin-left: 55px;
	}

	.search-and-social a{
		font-size: 0.85rem;
	}
}

@media only screen and (min-width: 600px) and (max-width: 679px){
	.search-and-social{
		margin-top: -32px;
		margin-left: 55px;
	}

	.search-and-social a{
		font-size: 0.85rem;
	}
}

@media only screen and (min-width: 680px) and (max-width: 799px){
	.search-and-social{
		display: inline-block;
		width: 200px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 899px){
	.search-and-social{
		display: block;
		width: 200px;
		margin-top: 35px;
	}
}

@media only screen and (min-width: 900px){
	.search-and-social{
		display: inline-block;
	}
}

@media only screen and (max-width: 1159px){
	.search-icon, .social-icon{
		display: inline-block !important;
		margin: 0 8px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 1160px){
	.search-icon, .social-icon{
		display: inline-block !important;
		margin: 0 5px 0 5px;
	}
}

@media only screen and (max-width: 899px){
	.museumpedagogy-elem{
		max-width: 300px;
		min-height: 450px;
		clear: both;
		margin: 0 auto;
	}

	.museumpedagogy-elem img{
		clear: both;
		margin-bottom: 15px;
		width: 100%;
	}

	.museumpedagogy-elem h3{
		margin: 0 auto 5px auto;
		text-align: center;
	}

	.museumpedagogy-elem p{
		width: inherit;
		text-align: center;
	}

	.museumpedagogy-calendar{
		padding-top: 0;
	}

}

@media only screen and (min-width: 900px){
	.museumpedagogy-elem{
		max-width: 300px;
		min-height: 500px;
		clear: both;
	}

	.museumpedagogy-elem img{
		clear: both;
		margin-bottom: 15px;
		width: 100%;
	}

	.museumpedagogy-elem h3{
		margin: 0 auto 5px auto;
		text-align: center;
	}

	.museumpedagogy-elem p{
		width: inherit;
		text-align: center;
	}

	.museumpedagogy-calendar{
		padding-top: 25px;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

@media only screen and (max-width: 1159px){
	.site-footer{
		width: 100%;
		height: auto;
		font-size: 0.8rem;
		margin: 30px 0;
		border-top: 1px solid #ccc;
		padding-top: 30px;
		text-align: center;
	}

	.site-info{
		margin: 0 auto;
	}

	.footer-title{
		max-width: 200px;
		line-height: 30px;
		margin: 0 auto;
	}

	.footer-logo{
		max-width: 125px;
	}

	.footer-information{
		font-size: 0.8rem;
	}
}

@media only screen and (min-width: 1160px){
	.site-footer{
		width: 100%;
		height: 450px;
		padding: 100px 65px 0 65px;
		font-size: 0.8rem;
	}

	.site-info{
		float: left;
		max-width: 235px;
	}

	.footer-title{
		float: left;
		max-width: 200px;
		line-height: 30px;
	}

	.footer-logo{
		float: left;
		max-width: 125px;
	}

	.footer-information{
		clear: left;
		float: left;
		font-size: 0.8rem;
		max-width: 235px;
	}
}

.footer-site-title{
	clear: right;
	display: block;
}

.footer-site-title a{
	text-decoration: none;
	color: #000;
}

.footer-information a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.footer-links{
	float: left;
}

/*--------------------------------------------------------------
# Tiny MCE
--------------------------------------------------------------*/
.read-more-box{
	display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.entry-title{
	margin: 0 !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#breadcrumbs{
	margin-bottom: 10px;
	font-size: 0.85em;
}

.fb-box{
	margin-top: 10px !important;
}

.sticky {
	display: block;
	position: fixed;
	z-index: 1000;
	top: 0;
	margin-top: 0;
	padding-top: 10px;
	background-color: #fff;
}

.sticky-nav>.search-and-social{
	width: initial;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

@media only screen and (max-width: 1159px){
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 2em 0 0;
	}
}

@media only screen and (min-width: 1160px){
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 2em 0 0;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single-post-thumb{
	max-height: 550px;
	display: block;
}

@media only screen and (max-width: 849px){
	.single-post-content{
		width: 100%;
	}
}

@media only screen and (min-width: 850px){
	.single-post-content{
		width: 80%;
	}
}

.search-hentry{
	margin: 0 0 3.5em !important;
}

.search-entry-summary{
	margin: 1.5em 0 0;
}

.search-word{
	color: #8282e3;
}

.cat-links{
	clear: both;
	display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* WC Gallery */

.wc-gallery .gallery-caption p{
	text-align: center;
}


@media only screen and (max-width: 789px){
	.wc-gallery .gallery.gallery-masonry .gallery-item{
		margin-bottom: 0 !important;
	}

	.wc-gallery .wc-gallery-bottomspace-default{
		margin-bottom: 0 !important;
	}

	body .wc-gallery .gallery-grid .gallery-item{
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 790px){
	.wc-gallery .gallery.gallery-masonry .gallery-item{

	}

	.wc-gallery .wc-gallery-bottomspace-default{
		margin-bottom: 0 !important;
	}
}
