@import url('https://fonts.googleapis.com/css?family=Open+Sans|Play:400,600,300&subset=latin,cyrillic-ext,latin-ext');

@font-face {
  font-family: 'caslon'; /*a name to be used later*/
  src: url('../fonts/CaslonAntique.ttf'); /*URL to font*/
}

:root {
	--main-font            : 'Open Sans', sans-serif;	  /* General font family */
	--h-color              : #008000;                 /* Color for headings */
  --menu-bg-color        : rgba(51, 51, 51, 1);     /* Top menu background color */
  --menu-bg-color-unfold : rgba(51, 51, 51, 1);     /* Top menu background color */
  --menu-border-color    : rgba(0, 0, 0, 1);        /* Top menu bottom border color */
  --menu-athas-color     : rgba(250,250,250,1);     /* Athas title color */
  --menu-link-color      : #99cc99;                 /* Top menu burger/items color */
}

body {
    font-family: var(--main-font);
    font-size: 12px;
    font-size: 15px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-top:0;
  }
.title {
  font-size:20px;
  padding-bottom: 10px;
  color: var(--h-color);
}
.title:not(:first-child) {
  padding-top: 40px;
}
#top-menu {
  z-index: 990;
  padding: 20px 20px 20px 20px;
  margin-top:0;
  padding-top:0;
  background-color: var(--menu-bg-color);
  position: fixed;
  width:100%;
  font-size: 20px;
  /*border-bottom: 5px solid var(--menu-border-color);*/
  color: var(--menu-athas-color);
}
#menu-items {
  font-size: 15px;
  display:none;
}

#menu-items-fixed {
  font-size: 15px;
  position: fixed;
  right: 20px;
  top: 90px;
  background: var(--menu-bg-color);
  padding: 10px 20px 20px 20px;
  border-radius: 15px;
  text-align:left;
}

.menu-item {
  padding-bottom:5px;
  color: var(--menu-link-color);
  cursor:pointer;
}
#burger {
  position: fixed;
  top: 100px;
  right: 0px;
  padding: 3px 10px 8px 10px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  z-index: 999;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  vertical-align:top;
  background-color: rgba(0,0,0,0.5);
  max-width: 30px;
}
#texts {
  padding: 0 20px 20px 20px;
  text-align: left;
}

#minus-btn, #plus-btn {
  display: inline-block;
  font-size: 25px;
  color: var(--menu-link-color);
  cursor:pointer;
}
#font{
  display:inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
#fb, #yt {
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  z-index:999;
}
#social {
  position: fixed;
  top: 25px;
  right: 80px;
  z-index:999;
}


a, a:link, a:visited, a:active  {
	color: #66b266;
	text-decoration:none;
	outline: 0;
}

a:hover {
	color: #66b266;
	text-decoration:none;
	outline: 0;
}

#top-menu-items a, #top-menu-items a:link, #top-menu-items a:visited, #top-menu-items a:active  {
	color: var(--menu-link-color);;
	text-decoration:none;
	outline: 0;
}

#top-menu-items a:hover {
	color: #66b266;
	text-decoration:none;
	outline: 0;
}

.event-container {
  display: inline-block;
  margin: 20px 20px 20px 20px;
  padding: 0 0 15px 0;
  width: 400px;
  text-align: left;
  border: 2px solid var(--menu-bg-color);
  border-radius: 20px;
}
.event-container-label {
  width: 100%;
  background: var(--menu-bg-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: white;
  text-align:center;
}

.event-container-active {
  display: inline-block;
  margin: 20px 20px 20px 20px;
  padding: 0 0 15px 0;
  width: 400px;
  text-align: left;
  border: 2px solid var(--menu-link-color);
  border-radius: 20px;
}
.event-container-label-active {
  width: 100%;
  background: var(--menu-link-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: white;
  text-align:center;
}

.event-label {
  padding-right: 10px;
  padding-left: 20px;
  color: #b6b6b6
}

.event-label img {
  height: 20px;
}

.iframe-container {
  display: inline-block;
  margin: 20px 20px 20px 20px;
  padding: 0 0 0 0;
  width: 400px;
  height: 350px;
  text-align: center;
}
.framebox-label {
  width: 100%;
  background: var(--menu-bg-color);
  border-radius: 15px;
  margin-bottom: 15px;
  color: white;
  padding: 5px 0 5px 0;
}
iframe {
  border-radius: 15px;
}

#top-logo {
  height: 30px;
  margin-right: 10px;
  margin-top:8px;
  vertical-align: top;
}
#top-menu-img-container {
  width: 40px;
  display:inline-block;
}
#top-menu-items {
  vertical-align: middle;
  display:inline-block;
  padding-top: 10px;
}
.top-menu-item {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  text-align: center;
}

#page-title {
  margin-right: 20px;
  display:inline-block;
  font-size: 30px;
  font-family: 'caslon';
}

#top-spacer {
  height: 80px;
}

.top-menu-item-small {
  height: 30px;
  vertical-align: middle; 
  margin-top: 15px;
  margin-right: 10px;
  opacity: 0.5;
}

#top-menu-items-small {
  display: none;
}

#mainframe {
  margin-left:10px; 
  margin-right:10px; 
  text-align: center;
  padding-top: 30px;
}

#gallery {
	text-align:center;
  max-width: 1000px;
}

#gallery .gallery-container {
	height: 150px;
	width:200px;
  overflow: hidden !important;
  display: inline-block;
  margin-right: 10px;
	margin-bottom: 10px;
  position: relative;
  font-size: 0.9rem;
  border-radius: 15px;
}

#gallery img {
	height: auto;
	display: inline-block;
	-webkit-transition: -webkit-transform .35s ease;
	-moz-transition: -moz-transform .35s ease;
	-o-transition: -o-transform .35s ease;
	-ms-transition: -ms-transform .35s ease;
	transition: transform .35s ease;
}

#gallery a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.gallery-thumb-caption{
  position:absolute;
  text-align:center;
  width: calc(100% - 10px);
  background-color: rgba(0,0,0,0.8);
  color: white;
  z-index: 800;
  font-size: 13px;
  padding: 5px 5px 5px 5px;
}

#top-burger{
  filter: invert(1);
  position: absolute;
  height: 40px;
  right: 60;
  top: 13;
}

#page-title a, #page-title a:link, #page-title a:visited, #page-title a:active  {
	color: white;
}

.menu-items-inner {
  overflow-y: scroll;
  padding-bottom: 30px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overscroll-behavior: contain
}
.menu-items-inner::-webkit-scrollbar {
    display: none;
}

