/*need this for video fullscreen mode */ [class*=uk-animation-] {    
    animation-fill-mode: backwards;    
}
/* **************************************** */



/* Cover parallax bgr with stripes pattern ------------ */
.stripesOverlay .uk-position-cover {
	position: absolute;
	left: 0; 
	top: 0;
	background-repeat: repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAAXNSR0IArs4c6QAAAA9JREFUCB1jYGBgMAZiBgABCAA0j0JIJAAAAABJRU5ErkJggg==');
}
/*------------------------------------------------------*/  




/* **************************************************** */
/*
	div ul.uk-lightbox-items img {    
  max-width: 1400px; 
  max-height: 90%;   
} 
*/
div ul.uk-lightbox-items iframe {
	max-width:1200px!important;
    max-height:675px!important;
}
/* **************************************************** */






/*
.gridbtnbottom .el-item > :last-child {
      min-height: calc(@button-line-height + 2 * @button-border-width + @margin-margin);
  }
*/
/*
.gridbtnbottom .el-link {
      position: absolute;
      bottom: 38px;
}
*/
/*
.gridbtnbottom .el-link {
      left: 50%;
      transform: translateX(-50%);
}
*/

.gridbtnbottom .el-item {
    display:flex;
	flex-direction: column;
}
.gridbtnbottom .el-image, .gridbtnbottom .el-link {
  flex-grow: 1; /* default 0 */
}
.gridbtnbottom .el-title {
  flex-grow: 2; /* default 0 */
}



/* **************************************************** */




/* **************************************** */
/* Overrides CSS for the Joomla Forms */


/* Form overrides */
.registration,
.login,
.logout {
    font-size:15px;
    max-width:600px;
    padding:0 20px;
    margin: 0 auto;
}






/* ************************* */
#tm-mobile .offcanvas-language {
    position: absolute;
    z-index: 1000;
    top: 14px;
    left: 2px;
    padding: 5px;
}
#tm-mobile .uk-modal-body {
    padding-top: 80px!important;
}


