/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-family: "Source Sans Pro",sans-serif;
}
body {
	background-image: url("http://masok.hatter.hu/files/theme/masok-bg.jpg");
 	background-position: center; /* Center the image */
	background-size: cover; 
}
.oc-content-inner {
	background-color: transparent;
}
#content {
	background-color:transparent;
}
header:before {
	background-color:transparent; 
}
header a:link, header a:visited {
	color: white;
}
.site-page-pagination {
	text-align: right;
}
#content {
  padding-bottom:50px;
  margin: 0 auto;
  max-width: 1200px;
}
.search-filters {
  display:none;
}
#content p a, span a {
  background-color: transparent;
  text-decoration: underline;
  font-weight:bold;
}
#content a.resource-link .resource-name {
  background-color: transparent;
}
.linked-header {
  display:none;
}
.linked-resource-property {
  display:none;
}
#resources-linked h3 {
  font-size: 18px;
}
.property-group h3 {
  border-bottom: 1px solid;
  padding-bottom:5px;
}
.property-group .fa  {
  padding-right: 1rem
}
.media-embeds img {
  width:200px;
  border: 3px solid black;
}
.media-embeds, .property-groups {
   float:right;
} 
@media only screen and (max-width: 700px) {
   .media-embeds, .property-groups {
     float:none;
   } 
  .property dt, .property h4 {
    width: 100%;
  }

}
@media only screen and (min-width: 1200px) {
  dl {
    width: 80%
  }
}
@media only screen and (min-width: 700px) {
  dl {
    width:60%
  }
}

.media-embeds {
   margin-right: 1rem;
} 
#resources-linked {
  clear:both;
} 
.with-sidebar {
    width: 95%;
}
.resource.show .sidebar.right {
  width:5%
}
#content .value a span, #content .property a:not(.resource-link) {
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
}
#content .property a:not(.resource-link) {
    background-color: transparent;
    font-weight: normal;
    text-decoration: underline;
}
.resource-list img {
   border: 3px solid black;
}
.media-list:not(#itemfiles) {
   display:none;
}
.property dt, .property h4 {
  text-align: left;
}
.show #content h2:first-child  {
  margin-bottom:0px;
}
.show #content h2:first-child+h3  {
  margin-bottom:18px;
}
#content {
  padding-top: 75px;
}
#numeric-duration-gt, #numeric-duration-lt, #numeric-interval, #numeric-greater-than, #numeric-less-than, #resource-class {
  display:none;
}
#advanced-search label.numeric-toggle-time.button {
  display:none;  
}
.site-title img {
  height:60px;
  clear:both;
  width: unset;
}
footer {
   margin-top:80px;
}
.property dt:first-letter {
  text-transform: capitalize
}
.left.file, .left .file, .right.file, .right .file   {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.item.resource .caption {
  font-weight: bold;
}
.right, .left {
  max-width: 20%
}
.left img, .right img {
  max-width: 100%
}