/* For desktop devices: */
@media only screen and (min-width:	771px) {
	.menu {
		visibility: visible !important;
	}
	.mobileMenu, .overlay, .mobileMenuContainer {
		display: none !important;
	}
}

/* For mobile phones: */
@media only screen and (max-width:	770px) {
	.title {
		width: 100% !important;
	}
	.main {
	    width: 100% !important;
	    padding: 0 10px !important;
	}
	.right {
	    width: 100% !important;
	    margin: 50px 0 !important;
	    border-radius: 0 !important;
	}
	.menu {
		visibility: hidden !important;
		width: 0 !important;
	}
	.tooltiptext, .searchButton {
	    display: none;
	}
	.videoPlayer {
	    width: 100% !important;
	}
	#titleImg {
	    max-width: 100% !important;
	}
	.figurePoslanci {
	    width: 100% !important;
	}
	.figureStarostaZastupca {
	    width: 100% !important;
	}
	.imagesOZ, .centerImage {
	    max-width: 100vw !important;
	    max-height: 40vh !important;
	}
    .tableColumn {
        width: 100% !important;
        min-height: 10% !important;
        margin: 3% 0 !important;
    }
    .tableColumnTheater {
        width: 100% !important;
        min-height: 10% !important;
        margin: 3% 0 !important;
    }
    .zastupitelstvoDiv1, .zastupitelstvoDiv2 {
        margin: 5% 0 !important;
    }
    .page {
        margin: 30px 0 0 0 !important;   
    }
    .page-doc-view {
       margin: 30px 8px 8px 8px !important;    
    }
    .photogalleryImg {
        max-width: 100% !important;
    }
    .photogalleryImgTabula {
        width: 100px !important;
        height: 100px !important;
    }
    .docDiv .docDivPodujatia .eventImgThumbnail, .docDivPodujatia .eventImgThumbnail {
        width: 120px !important;
        height: 80px !important;
        max-width: 100% !important;
    }
    .gallery-table-column-left {
      width: 40% !important;
    }
    .gallery-table-column-right {
      width: 60% !important;
    }
    .photoGallery {
        width: 19% !important; 
        margin: 0.5% !important;
    }
    .theaterVideo, .searchForm, .videoPresentation {
        width: 100% !important;
    }
    .docDiv .docDivPodujatia .eventImgThumbnailTheater, .docDivPodujatia .eventImgThumbnailTheater {
        width: 120px !important;
        height: 80px !important;
    }
    #searchInput {
        width: 90% !important;
        margin-left: 5% !important;
    }
    .churchColumn {
        flex: 100% !important;
        max-width: 100% !important;
    }
    .modalContent {
        width: 100% !important;
    }
}

* {
	box-sizing: border-box;
	/*font-family: bahnschrift;*/
	/*font-family: PT Sans,sans-serif;*/
	/*font-family: monospace;*/
	font-family: Montserrat,Roboto,Verdana,sans-serif;
}
body {
	display: flex;
	flex-direction: column;
	/*min-height: 100vh;*/
	/*min-height: 100%;*/
	min-height: 75rem;
	color: #2c4433;
	margin: 0;
    padding: 0;
}
.page, .page-doc-view {
  flex: 1;
  margin: 50px 5px 5px 5px;
}

#more {
	display: none;
}
#button {
	background-image: linear-gradient(90deg, rgba(220,49,67,1) 0%, rgba(181,50,50,1) 30%, rgba(181,50,50,1) 70%, rgba(220,49,67,1) 100%);
	padding: 2px;
	border-radius: 6px;
	border: none;
	color: white;
}
#button:hover {
	background-image: linear-gradient(90deg, rgba(224,119,130,1) 0%, rgba(212,100,100,1) 30%, rgba(212,100,100,1) 70%, rgba(224,119,130,1) 100%);
	color: black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}
.readMoreSign {
    font-size: 18px !important; 
    font-weight: bold;
    background-color: white;
    color: rgb(220, 49, 67);
    cursor: pointer;
    transition: 0.5s;
    margin: 0 2px;
}
.readMoreSign:hover {
    background-color: white;
    color: rgb(220, 49, 67);
    transform: scale(1.2); 
}
.myNavScroll {
    margin: 0;
    z-index: 2 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.title {
    /*border-bottom: 1px solid rgb(220, 49, 67);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border-radius: 20px;*/
	text-align: center;
	font-size: 8vw;
	max-width: 100%;
	padding: 10px 0;
}
.menu {
	float:left;
	width:20%;
	text-align:left;
}
.menu a, .dropdownBtn {
	text-decoration: none;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	border: 1px solid rgb(220, 49, 67);;
	display:block;
	width: 100%;
	color: rgb(8, 0, 115);
	outline: none;
    transition: 0.5s;
    border-radius: 10px;
    position: relative;
}
.menu a:last-child {
    /*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);*/
}
/* Add an active class to the active dropdown button */
.activeMenu {
    /*border: 1px solid rgb(8, 0, 115);*/
    border: 1px solid white;
    background-image: none !important;
    /*background-color: rgb(219, 219, 219) !important;*/
    background-color: rgb(220, 49, 67) !important;
    /*color: rgb(8, 0, 115) !important;*/
    color: white !important;
    font-weight: bold !important;
}
.activeMenuMobile {
    background-image: none !important;
    /*color: rgb(115, 255, 110) !important;*/
    color: rgb(58, 255, 51) !important;
    font-weight: bold !important;
}
.activeMenuLink {
    /*border: 1px solid rgb(8, 0, 115) !important;*/
    border: 1px solid white !important;
    /*color: rgb(8, 0, 115) !important;*/
    color: white !important;
    /*background-color: rgb(237, 237, 237) !important;*/
    background-color: rgb(220, 49, 67) !important;
    background-image: none !important;
    font-weight: bold !important;
}
.activeMenuLinkMobile {
    color: rgb(58, 255, 51) !important;
    /*color: rgb(8, 0, 115) !important;*/
    background-image: none !important;
    font-weight: bold !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdownContainer {
    display: none;
    width: 100%;
    transition: 1s;
}
.dropdownContainer .linkClass {
    font-size: 16px; 
    width: 90%;
    margin-left: 10%;
}
.menu a:hover, .dropdownBtn:hover {
    background-color: rgb(219, 219, 219);
    color: rgb(8, 0, 115);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-weight: bold;
}
.right {
    background-image: linear-gradient(135deg, rgba(255,73,93,1) 0%, rgba(220,49,67,1) 30%, rgba(220,49,67,1) 70%, rgba(255,73,93,1) 100%);
    float: left;
    width: 20%;
    padding: 15px;
    text-align: center;
    color: white;
    word-wrap: break-word;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

#rightTable {
    font-size: 14px;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px white; /* this draws the table border  */ 
}

#rightTable td {
    border: 1px solid white;
    padding: 4px 1px !important;
}

#tableDiv {
    width: 100%;
    transition: 1s;
}

#rightTable td, #rightTable th {
    border: 1px solid white;
    /*padding: 1px 2px;*/
}
#rightTable td:nth-child(1) { 
	width: 10%; 
}

#lastlyAddedListGallery {

}


#lastlyAddedListGallery td:nth-child(1) {

}

#lastlyAddedListGallery td {

}

table {
    border-spacing: 0 20px;
}
.lastlyAddedListGallery td:nth-child(1):hover {

}
.lastlyAddedListGallery td {

}

.main {
  float:left;
  width:60%;
  padding:0 20px;
  word-wrap: break-word;
}
.lastlyAdded {
	margin-top: 10%;
}
ul {
	padding-left: 20px;
}
li:not(:last-child) {
    margin-bottom: 15px;
}
.lastlyAddedListSubtitle {
    font-size: 20px;
    text-align: center;
}

.lastlyAddedListSubtitle a {
    font-size: 20px !important;   
}

.lastlyAddedList {
    font-size: 16px;
    padding: 8px;
    border: 2px solid #2c4433;
    border-radius: 10px;
    margin: 0 0 30px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 300px;
}
.lastlyAddedList a {
    font-size: 16px;
	padding-left: 0;
	list-style-position: outside;
	color: #2c4433;
	text-decoration: none;
	/*margin-bottom: 50px;*/
}
.lastlyAddedList a:hover {
	cursor: pointer;
	color: rgb(220, 49, 67) !important;
}
.menuPageLinkHover:hover {
    cursor: pointer;
	color: rgb(220, 49, 67) !important;
}
.lastlyAddedTitle {
	color: #2c4433;
	text-align: center;
    margin: 30px 0 20px 0;
}
.footer {
	background-image: linear-gradient(135deg, rgba(255,73,93,1) 0%, rgba(220,49,67,1) 30%, rgba(220,49,67,1) 70%, rgba(255,73,93,1) 100%);
	color: white;
	text-align: center;
	margin-top: 30px;
	padding: 15px;
	word-wrap: break-word;
}

.overlay .closebtn {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 35px !important;
}

.overlay a:hover, .overlay a:focus {
    background-image: linear-gradient(90deg, rgba(224,119,130,1) 0%, rgba(212,100,100,1) 30%, rgba(212,100,100,1) 70%, rgba(224,119,130,1) 100%);
    color: #2c4433;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: block;
    transition: 0.5s;
    /*position: relative;*/
}

.overlayContent {
    position: relative;
    top: 15%;
    bottom: 10%;
    left: 5%;
    /*right: 5%;*/
    width: 95%;
    text-align: left;
    margin: 20px 0 40px 0;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdownContainerMobile {
    display: none;
    width: 100%;
    transition: 1s;
}
.dropdownContainerMobile {
    /*padding: 10px !important;*/
    font-size: 18px;
    font-weight: bold;
    width: 90%;
    margin-left: 10%;
    
}
.linkClassMobile {
    /*padding: 10px !important;*/
    font-size: 18px !important;
    font-weight: bold;
    width: 90%;
    /*position: relative;*/
    /*margin-left: 10%;*/
}
.dropdownContainerMobile .linkClassMobile:first-child {
    border-top: none;
}
.dropdownContainerMobile .linkClassMobile:last-child {
    border-bottom: none;
}
.overlayContent a {
    /*border-bottom: 1px solid white;*/
}

.overlayContent a:first-child {
    /*border-top: 1px solid white;*/
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(220,49,67,0.9) 0%, rgba(181,50,50,0.9) 30%, rgba(181,50,50,0.9) 70%, rgba(220,49,67,0.9) 100%);
    overflow-x: hidden;
    transition: 0.5s;
}
.dropdownBtnMobile {
	cursor: pointer;
	color: white;
    background-color: transparent;
    /*padding: 10px !important;*/
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px;
    text-align: left;
}
.overlayContent .dropdownBtnMobile:first-child {
    /*border-top: 1px solid white;*/
    /*border-bottom: 1px solid white;*/
}
.overlayContent .dropdownBtnMobile:last-child {
    /*border-bottom: 1px solid white;*/
}
.mobileMenu {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	color: white;
}

.mobileMenuContainer {
	padding: 8px;
	/*margin-bottom: 10px;*/
	background-image: linear-gradient(135deg, rgba(255,73,93,1) 0%, rgba(220,49,67,1) 30%, rgba(220,49,67,1) 70%, rgba(255,73,93,1) 100%);
}

.pdfViewWindow {
	width: 100%;
	height: 100vh;
	border: none;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 100%;
    background-color: black;
    max-height: 150px;
    overflow-y:scroll;
    margin-bottom: 10px;
}

/* The Modal (background) */
.modal {
    position: fixed;
    z-index: 3;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    overflow: auto;
    background-image: linear-gradient(90deg, rgba(220,49,67,0.2) 0%, rgba(181,50,50,0.2) 30%, rgba(181,50,50,0.2) 70%, rgba(220,49,67,0.2) 100%);
    transition: 0.5s !important;
    border: none;
    outline: none;
}

/* Modal Content */
.modalContent {
    background-image: linear-gradient(90deg, rgba(220,49,67,1) 0%, rgba(181,50,50,1) 30%, rgba(181,50,50,1) 70%, rgba(220,49,67,1) 100%);
    position: relative;
    margin: auto;
    padding: 40px 0;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*max-width: 1200px;*/
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 35px !important;
    font-weight: bold;
    transition: 0.6s;
}

.close:hover {
    color: rgb(8, 0, 115);
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); 
    -o-transform: rotate(90deg);
}

/* Hide the slides by default */
.mySlides {
    display: none;
    transition: 0.5s;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px !important;
  margin-top: -50px;
  color: white !important;
  background-image: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 10px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modalContent a:hover {
    color: white !important;
    font-size: 20px !important;
}

/* Caption text */
.captionContainer {
  text-align: center;
  padding: 2px 16px;
  color: white;
}
.pageTitle {
    text-align: center;
    color: #2c4433;
}
img.demo {
    opacity: 0.6;
    transition: 0.5s;
}

.active {
    opacity: 1 !important;
    cursor: pointer;
}
.demo:hover {
    opacity: 1 !important;
    cursor: pointer;
    transition: 0.5s;
    transform: scale(1.1);  
}

.hoverShadowGallery {
  transition: 0.5s;
}

.hoverShadow {
    transition: 0.5s;
}

.hoverShadowGallery:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
/* Slideshow container */
.slideshowContainer {
    max-width: 100%;
    position: relative;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    margin-bottom: 50px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    font-size: 14px;
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    /*background-color: #bbb;*/
    background-color: white;
    /*background-color: rgb(102, 227, 119);*/
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    /*background-color: #717171;*/
    background-color: rgb(8, 0, 115);
}
.dot:hover:not(.active) {
    background-color: rgb(210, 207, 255);
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

.fadeImage {
    -webkit-animation-name: fadeImage;
    -webkit-animation-duration: 0.5s;
    animation-name: fadeImage;
    animation-duration: 0.5s;
}
@-webkit-keyframes fadeImage {
    from {opacity: .6} 
    to {opacity: 1}
}

@keyframes fadeImage {
    from {opacity: .6} 
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*margin-bottom: 0 !important;*/
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 80px;
  background-image: linear-gradient(90deg, rgba(220,49,67,1) 0%, rgba(181,50,50,1) 30%, rgba(181,50,50,1) 70%, rgba(220,49,67,1) 100%);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 3px;
  border-radius: 6px;
  font-size: 14px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltipTable .tooltiptextTable {
    visibility: hidden;
    width: 80px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px 0;
    margin: 0 3px;
    border-radius: 6px;
    font-size: 14px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipTable:hover .tooltiptextTable {
    visibility: visible;
    color: rgb(220, 49, 67);
}

#showTableSign {
    font-size: 18px; 
    font-weight: bold;
    cursor: pointer;
    color: rgb(8, 0, 115);
    transition: 0.5s;
}
#showTableSign:hover {
    transform: scale(1.2); 
}

.videoPlayer {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40%;
    margin-top: 40px;
    margin-bottom: 40px;
}
#titleImg {
    max-width: 50vw; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    transition: all 0.6s;
}
#scrollUpButton {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    font-size: 20px;
    outline: none;
    background-color: white;
    color: rgb(220, 49, 67);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    border: solid 1px rgb(220, 49, 67);
    transition: 0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#scrollUpButton:hover {
    background-color: rgb(220, 49, 67);
    color: rgb(8, 0, 115);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.searchButton {
    position: fixed;
    top: 3vh;
    right: 1vw;
    z-index: 99;
    font-size: 20px;
    outline: none;
    background-color: white;
    color: rgb(220, 49, 67);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    border: solid 1px rgb(220, 49, 67);
    transition: 0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.searchButton:hover {
  	background-color: rgb(220, 49, 67);
	color: rgb(8, 0, 115);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.searchForm {
    margin: 150px auto;
    width: 90%;
}
#searchInput {
    border-radius: 10px;
    padding: 8px;
    width: 350px;
    margin-left: 35%;
    padding-right: 50px;
    height: 50px;
    border: 1px solid #2c4433;
    background-color: white;
    color: #2c4433;
    outline: none;
    font-size: 16px;
}
#searchSubmitButton {
    margin-left: -50px;
    border: none;
    background-color: transparent;
    color: rgb(8, 0, 115);
    width: 50px;
    height: 50px;
    font-size: 18px;
    outline: none;
    transition: 0.5s;
}
#searchSubmitButton:hover {
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    cursor: pointer;
}
.menuTitle {
    color: #2c4433;
    text-align: center;
    margin-bottom: 40px;
}
.zastupitelstvoDiv1, .zastupitelstvoDiv2 {
    border: 2px solid #2c4433;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
}

.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 30vh;
}
.imagesOZ {
    max-height: 30vh;
}
.figurePoslanci {
    width: 33%;
    float: left;
    margin: 20px 0;
    text-align: center;
    padding: 0;
    font-size: 18px;
}
.figureStarostaZastupca {
    width: 50%;
    float: left;
    margin: 10px 0;
    text-align: center;
    padding: 0;
    font-size: 18px;
}
/* Create two equal columns that floats next to each other */
.tableColumn {
  float: left;
  width: 48%;
  padding: 8px;
  margin: 1%;
  min-height: 250px;
  border: 2px solid #2c4433;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Clear floats after the columns */
.tableRow:after {
  content: "";
  display: table;
  clear: both;
}
.tableColumnTheater {
  float: left;
  width: 75%;
  padding: 8px;
}
.textArea {
    border: none;
    background-color: transparent;
    text-align: center;
    color: white;
    font-size: 16px;
    width: 100%;
    word-wrap: break-word;
    resize: none;
    outline: none;
    padding: 0;
}
.textArea:hover {
   cursor: pointer; 
} 
.copyTooltip {
    position: relative;
    display: block;
}

.copyTooltip .copyTooltipText {
    visibility: hidden;
    max-width: 250px;
    background-color: white;
    color: #2c4433;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    border: 1px solid #2c4433;
    transition: 0.5s;
}

.copyTooltip .copyTooltipText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.copyTooltip:hover .copyTooltipText {
    visibility: visible;
    opacity: 1;
}
.docDiv {
    padding: 8px;
    border: 2px solid #2c4433;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.docDiv .docDivPodujatia {
    border: none;
    /*border: 2px solid #2c4433;*/
}
.docDiv a, .docDivPodujatia a {
    color: #2c4433;
	text-decoration: none;
}
.docDiv a:hover, .docDivPodujatia a:hover {
	cursor: pointer;
	color: rgb(220, 49, 67);
    /*font-size: 17px;*/
}
.docDiv .docDivPodujatia .eventImgThumbnail, .docDivPodujatia .eventImgThumbnail {
    /*width: 200px;*/
    /*height: 140px;*/
    display: block;
    max-width: 20%;
    transition: 0.5s;
}
.docDiv .docDivPodujatia .eventImgThumbnail:hover, .docDivPodujatia .eventImgThumbnail:hover {
    cursor: pointer;
    transition: 0.5s;
    transform: scale(1.1); 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.docDiv .docDivPodujatia .eventImgThumbnailTheater, .docDivPodujatia .eventImgThumbnailTheater {
    width: 10vw;
    height: 12vh;
    transition: 0.5s;
}
.docDiv .docDivPodujatia .eventImgThumbnailTheater:hover, .docDivPodujatia .eventImgThumbnailTheater:hover {
    cursor: pointer;
    transition: 0.5s;
    transform: scale(1.1); 
}
.sectionText {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin: 0 0 40px 0;
}
.schoolTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #2c4433; /* this draws the table border  */
    margin: 0 0 40px 0;
}
.schoolTable td, .schoolTable th {
    border: 1px solid #2c4433;
    padding: 5px 8px;
}

.schoolTable td:nth-child(1) { 
	width: 40%; 
}
.mapOuter {
    position : relative;
    text-align : right;
    height: 40vh;
    width:100%;
    margin: 40px 0 0 0;
}
.gmapCanvas {
    overflow : hidden;
    height: 100%;
    width : 100%;
    border: none;
}
#paginationControls, #paginationControlsPhotos, #paginationControlsDocuments {
    padding: 10px;
}
#paginationControls button, #paginationControlsPhotos button, #paginationControlsDocuments button {
    color: #2c4433;
    background-color: transparent;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: none;
}
#paginationControls button.active, #paginationControlsPhotos button.active, #paginationControlsDocuments button.active {
    color: white;
    background-color: rgb(220, 49, 67);
}
#paginationControls button:hover:not(.active), #paginationControlsPhotos button:hover:not(.active), #paginationControlsDocuments button:hover:not(.active) {
	cursor: pointer;
	color: #2c4433;
    background-image: linear-gradient(90deg, rgba(255,204,204,1) 0%, rgba(224,147,147,1) 30%, rgba(224,147,147,1) 70%, rgba(255,204,204,1) 100%) !important;
    transition: background-color .3s;
}
.photogalleryImg {
    max-width: 100%;
    display: block;
    cursor: pointer;
    transition: 0.5s;
}
.photogalleryImg:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
}
.photogalleryImgTabula {
    width: 120px;
    height: 120px;
}
.photogalleryImgTabula:hover {
    /*cursor: default;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*transform: none;*/
}
.photoGallery {
    width: 9%; 
    margin: 0.5%;
}
.theaterVideo {
    width: 40%; 
    /*height: 180px; */
    display:block; 
    border: none; 
    margin: auto;
}
.lastlyAddedList .oznamy {
    font-size: 16px;
    color: rgb(8, 0, 115);
    /*color: white;*/
    /*color: rgb(237, 237, 237);*/
    transition: 0.5s;
}
.lastlyAddedList .oznamy:hover {
	cursor: pointer;
	color: rgb(220, 49, 67) !important;
}
.lastlyAddedList .mimoriadneOznamy {
    font-size: 16px;
    color: rgb(8, 0, 115);
    color: white;
    /*color: rgb(237, 237, 237);*/
    transition: 0.5s;
}
.lastlyAddedList .mimoriadneOznamy:hover {
	cursor: pointer;
	color: rgb(162, 255, 148) !important;
}
.downloadButton {
    float: right;
    border: none;
    padding: 8px;
    cursor: pointer;
    background-color: rgb(220, 49, 67);
    color: white !important;
    transition: 0.5s;
    margin: 0 8px;
}
.downloadButton:hover {
    transform: scale(1.1);
}
.dateAdded {
    color: #2c4433;   
    margin: auto;
}
.footerMail:hover {
    cursor: pointer;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #2c4433;
    top: 0;
    bottom: 0;
    left: 8px;
    margin-left: -3px;
}

/* Container around content */
.timelineContainer {
    padding: 10px 10px 0 10px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timelineContainer::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: -17px;
    background-color: rgb(220, 49, 67);
    border: 2px solid white;
    top: 17px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the right */
.timelineRight {
    left: 14px;
}

/* Fix the circle for containers on the right side */
.timelineRight::after {
    left: -16px;
}

/* The actual content */
.timelineContent {
    padding: 8px 8px 0 8px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.timelineContent a:hover {
    color: rgb(220, 49, 67) !important;
}

.progressContainer {
    width: 100%;
    height: 5px;
    background: transparent;
    display: none;
    /*margin-bottom: 20px;*/
}

.progressBar {
    height: 5px;
    /*background: #4caf50;*/
    /*background: rgb(0, 10, 84);*/
    /*background: rgb(20, 153, 0);*/
    background: linear-gradient(90deg, rgba(38,227,16,1) 0%, rgba(49,194,37,1) 50%, rgba(9,126,0,1) 100%);
    width: 0;
}

.videoPresentation {
    border: 1px solid rgb(220, 49, 67);
    padding: 8px;
    cursor: pointer;
    border-radius: 10px;
    /*background-color: rgb(220, 49, 67);*/
    background-color: white;
    /*color: rgb(220, 49, 67) !important;*/
    color: rgb(8, 0, 115) !important;
    transition: 0.5s;
    /*width: 30%;*/
    margin: auto;
    display: block;
    text-align: center;
    transition: 1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 14px;
}

#openedRightNow {
    font-size: 14px;
}

.videoPresentation:hover {
    /*background-color: rgb(220, 49, 67);*/
    /*color: white !important;*/
    /*color: rgb(8, 0, 115) !important;*/
    /*transform: rotate(360deg);*/
    /*font-weight: bold;*/
    border: 1px solid white;
}
#videoPlay {
    transition: 1s;
}
.videoPresentation:hover #videoPlay {
    transform: rotate(240deg);
}
.churchRow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.churchColumn {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}
.churchColumn img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.gallery-table-column-left {
  float: left;
  width: 20%;
  padding: 10px;
}

.gallery-table-column-right {
  float: left;
  width: 80%;
  padding: 10px;
}

/* Clear floats after the columns */
.table-row:after {
  content: "";
  display: table;
  clear: both;
}