.body {
    color: brown;
}

.fr-window.fr-mobile-touch, .fr-overlay.fr-mobile-touch {
    position: fixed !important ;
    top: 0 !important;
  }

textarea {
    resize: vertical !important;
}
div#main > section#one > article > span.image {
    position: absolute;
    display: block !important;
    left: 0;
    top: 0;
    width: 100%;
}
div#main > section#one > article > span.image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#one > div.inner {
    overflow: auto;
    height: auto;
    overflow: hidden;
}
div#left {
    width: 100%;
    
    height: auto;
}
.row > .col-6 {
width: 100%;
}

div#right {
    width: 20%;
    float: right;
    height: auto;
}

#left > a {
    display: none;
}

@media screen and (max-width: 840px) {
    #left > a {
        display: block;
        margin-bottom: 2em;
    }   
    div#right {
        display: none;
        width: 0%;
    }
    div#left {
        width: 100%;
    }
    .lg-thumb-outer .lg-grabbing {
        display: none !important;
    }
}

#paginator {
    margin: auto;
}
ul.pagination {
    width: 100%;
}
span.icon {
    margin-top: .25em;
}
#header {
    z-index: 999;
}
/* .lg-outer .lg-thumb-item {
    border:0 !important;
    border-radius: 0 !important;
    transition-property: all;
    transition: transform 1s ease-in-out !important;
    
}
div.lg-thumb-item > img:hover {
    transform: translate(0,-10px);
} */
.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: transparent !important;
    border:none !important;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    box-shadow: none;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active, button:hover, button:active, .button:hover, .button:active { 
    box-shadow: none;
}

.row.gtr-50.gtr-uniform {
    margin-left: 0!important;
}

.inner > .row.gtr-200 {
    margin-left: 0 !important;
}

.inner > .row.gtr-200 > * {
    padding: 0!important;
}
/* [aria-hidden="true"] {
    display: none;
} */
li > a {
    border-bottom:none;
}

.active  {

    background:#39f;
    color:white;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
    color: #ffffff !important;
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    text-decoration: none !important;
}
.uk-subnav-pill > * > :first-child {
    color: #ffffff !important;
}

.uk-subnav-pill > * > a:focus, .uk-subnav-pill > * > a:hover {
    background-color: #f8f8f8;
    color: #242943 !important;
}

.uk-subnav > * {
    padding-left: 0 !important;
    margin-left: 1em;
}
.uk-subnav {
    margin-left: 0 !important;
}
#diff {
    margin-left: 1em;
}

ul.actions {
    margin-left: 0 !important;
}

#gal {
    display: grid;
    width: auto;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

@media screen and (max-width:1380px) { 
    #gal {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      }
}

.image.fit {
    margin: 0;
}



/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  border: 0;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #1e87f0;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 3px;
}


/* Reveal */
/* .lg-thumb-item:not(.active) {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    border: 0;
  }
  .lg-thumb-item:not(.active):before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #1e87f0;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .lg-thumb-item:not(.active):hover:before, .lg-thumb-item:not(.active):focus:before, .lg-thumb-item:not(.active):active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 3px;
  }

.lg-outer .lg-thumb-item {
    border: 0 solid #1e87f0 !important;
    transition: 0.5s all;
}

.lg-outer .lg-thumb-item.active {
    border-width: 3px !important;
    border-color: #1e87f0 !important;
    border-style: solid !important;
}

.lg-outer.lg-grab img.lg-object {
    cursor: default;
} */
/* Reveal */



#contact > .inner > :nth-child(2n-1) {
    padding: 4em 3em 2em 0;
    border-right: solid 0px rgba(212, 212, 255, 0.1);
    width: 100%;
}

#grid-cont {
	display: grid;
	width: auto;
	grid-template-columns: repeat(3, minmax(250px, 1fr));
	grid-auto-rows: auto;
    grid-gap: 1rem;
    align-content: center;
    width: 100%;
}

@media screen and (max-width:980px) { 
	#grid-cont {
        grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
        align-content: center;
        width: 50vw !important;
        margin: auto;
      }
}

@media screen and (max-width:450px) { 
	#grid-cont {
        grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
        align-content: center;
        width: 100% !important;
        margin: auto;
      }
}


/* consent, rozpixelovaniea danie textu na obrazok */
/* div.blur > span > a > img {
    filter: blur(15px);
}
div.blur > span > a  {

    position: relative;
    text-align: center;
}

div.blur > span > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
   color:black;
  } */

  /* PHOTOSWIPE EXPERIMENHTAL */

  a.hvr-reveal {
    height: 291px;
    width: 100%;
}

.image.fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}