/* body styles */
/* ========= */
body.galj 
{
    font-family: "Georgia", "serif";
    background-color: #95AB63;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
}
.wrap-all {
	background-color: skyblue;
	width: 100%;
   position: static;
   z-index: 2;
   overflow: hidden;
}
.galj-header {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: white;
    background-color: #10222b;
    padding: 1rem 2.5rem;
}
.galj-header a {color: white;text-decoration:none;}
/* page container */
.mp0 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    max-width:960px;
    margin: auto;
	background-color: rgba(255,255,255,0.3);
    padding: 1em; 
}
.gaj #gaj_container
{
	width:1014px;
	text-align:left;
	margin:0 auto;
}
/* page header */
.gaj #gaj_main_header
{
    padding:2px 2px 2px 2px;
}
.gaj #gaj_vyveska
{
	width:76%;
	margin-left:12%;
	margin-right:12%;
}
/* page main container that has: left, mid, and right containers */
.gaj #gaj_main_all
{
	border:solid thin;
}
.gaj #gaj_main_left_cont
{
	width:26%;
	max-width:260px;
	float:left;
}
.gaj #gaj_main_right_cont
{
	float:right;
	width:26%;
	max-width:260px;
	padding:0px;
}
.gaj #gaj_main_mid_cont
{
	width:48%;
	max-width:480px;
	margin-left:260px;
	margin-right:260px;
	border-left:solid thin;
	border-right:solid thin;
	padding-top:0px;
	padding-bottom:0px;
	
}
.gaj #gaj_main_left_list
{
	list-style-type:none;
	list-style-position:inside;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	width:100%;
}
li.left_menu_list_item_title
{
	display:block;
	width:245px;
	float:left;
	font-size:10.0pt;
	font-family:"Calibri","sans-serif";
	color:white;
	background-color:Navy;
	text-align:center;
	padding-left:5px;
}
li.left_menu_list_item
{
	display:block;
	width:245px;
	float:left;
	font-size:10.0pt;
	font-family:"Calibri","sans-serif";
	color:white;
	background-color:RoyalBlue;
	text-align:left;
	border-style:outset;
	padding-left:5px;
}
li.left_menu_list_item_dis
{
	display:block;
	width:245px;
	float:left;
	font-size:10.0pt;
	font-family:"Calibri","sans-serif";
	color:white;
	background-color:LightSteelBlue;
	text-align:left;
	border-style:outset;
	padding-left:5px;
}
 

a.gaFNindex 
{font-size:8px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
vertical-align:super;
color:#900;
text-align:left;
}

a.ga 
{font-size:10.0pt;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}
hr.hrRightCont
{
	color:maroon;
	height:3px;
	margin-left:5px;
	margin-right:5px;
}
hr.hrFN
{
	width:40%;
	color:maroon;
	height:3px;
	margin-left:0px;
}
/* paragraph syles */
/* ============ */
p.gaTextCenter 
{font-size:12.0pt;
font-family:"Calibri","sans-serif";
color:navy;
text-align:center;
text-indent:10px;
margin-left:20px;
margin-top:0px;
padding-top:20px;
margin-bottom:0px;
padding-bottom:20px;
}
p.gaText2 
{font-size:12.0pt;
font-family:"Calibri","sans-serif";
color:navy;
text-align:left;
text-indent:10px;
margin-left:5px;
margin-right:5px;
}
p.NormalRuVerse
{
	font-size:12.0pt;
	font-family:"Calibri","sans-serif";
color:navy;
	margin-left:1.0in;
	font-style:italic;
	font-weight:normal;
}
p.gaFN 
{font-size:10.0pt;
font-family:Arial, Helvetica, sans-serif;
color:maroon;
text-align:left;
text-indent:10px;
margin-left:5px;
}
p.gaTopline 
{font-size:10.0pt;
font-family:"Calibri","sans-serif";
color:navy
}
/* Navigation bar */
div#navbar2 {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #336699;
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #CCC;
}
div#navbar2 li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
}
/*           */
/* ---- Hamburger Navigation through the oblomki pamiati --- */
/*                                                          */
#menuToggle {
    display: block;
    position: fixed;
    top: 9px;
    /*left: 50px;*/
    right: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    background-color: #c3512f;
    padding: 10px 10px 5px 10px;
}
#menuToggle input {
    display: block;
    width: 46px;
    height: 36px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span.hmb {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span.hmb:first-child {
    transform-origin: 0% 0%;
}
#menuToggle span.hmb:nth-last-child(2) {
    transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    /*margin: -100px 0 0 -50px;*/
    margin: 0 -100px 0 0;
    padding: 50px;
    padding-top: 60px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
  
  /*transform-origin: 0% 0%;*/
  /*transform: translate(-100%, 0);*/
  
    -webkit-transform: translateX(360px);
    -moz-transform: translateX(360px);
    -ms-transform: translateX(360px);
    -o-transform: translateX(360px);
    transform: translateX(360px);
    /*transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#menu li {
    padding: 0.1rem 0;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}
.gmb-link span{
    font-size:1.5rem;
}
.gmb-link span.hmb-content{
    font-size:1rem;
    padding:0 0 0 1rem;
}
.gmb-link:link{
    text-decoration: none;
    color:navy;
}
.gmb-link:active{
    text-decoration: none;
    color:navy;
}
.gmb-link:visited{
    text-decoration: none;
    color:navy;
}
.gmb-link:hover{
    text-decoration: none;
    color:blue;
}
/* ---- End of Hamburger Navigation through the oblomki pamiati --- */
/*------------- Photo gallery --------------------------  */
.ikb-h1 {
    font-size: 2rem;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem 0;
    color: rgb(34, 34, 34);
    text-align: center;
}
.pg-main {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    max-width: 960px;
    margin: auto;
    padding: 1em;
}
.pg-item {
    border: none;
    margin: 0 0 1em 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

@media screen and (min-width: 361px) and (max-width: 480px) {
.pg-item {
    width: 48.5% !important;
}
}

@media screen and (min-width: 481px) and (max-width: 600px) {
.pg-item {
    width: 32% !important;
}
}

@media screen and (min-width: 601px) and (max-width: 959px) {
.pg-item {
    width: 22.75% !important;
}
}

@media screen and (min-width: 960px) {
.pg-item {
    width: 18% !important;
}
}
.pg-item img {
    background-color: lightgray;
    padding: .5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pg-item:hover {
    cursor: pointer;
}
.pg-tnail {/*width:200px;*/
    width: 100%;
    height: auto;
}
.pg-photo-caption {
    display: none;
}

/*--------------  Photo theatre  formats -----------------------------*/
/*        --  overlay mask the screen with black color background  --                */
.pt-stage-none {
  display: none;        /* Hidden by default */
  position: fixed;      /* Stay in place */
  z-index: 1;           /* Sit on top */
  padding-top: 1rem;   
  left: 0;              /* Location of the box */
  top: 0;
  width: 100%;          /* Full width */
  height: 100%;         /* Full height */
  overflow: auto;       /* Enable scroll if needed */
  background-color: black; /* Fallback color */
}
.photo-theatre-close {
    align-items: flex-start;
    position: fixed;
    right: 25px;
    padding: 0.2em 1em;
    opacity: 0.4;
}
.photo-theatre-close:hover {
    cursor: pointer;
    opacity: 1.0;
}
.pt-nav {
    align-items: flex-start;
    padding: 1rem;
}
.pt-nav span {
    opacity: 0.4;
	background-color: white;
}
.pt-nav span:hover {
    cursor: pointer;
    opacity: 1.0;
}
/*  Photo theatre image */
.pt-image-wrapper {
	display: flex;
	justify-content: center;
	flex-flow: row;
	margin: auto;
}
.ikb-photo {
    display: block;
   /* margin: auto; */
	padding: 1rem;
}
.pt-caption {
	margin:auto;
    background-color: white;
    padding: 1em;
	text-align: center;
	width: 70%;
	max-width:700px;
}
/*-------------------- End of Photo Theatre -----------------------------*/
/* */
/* -----------------  table styles */
/* --- end --- */
