@import url("all.min.css");

#system-message-container{
	display:none;
}


.uk-section-video iframe {
width: 100vw;
height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
min-height: 100vh;
min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {    
    .tm-page {    
        box-shadow: 0px 0px 50px rgba(29, 37, 47, 0.8);    
    }    
}  
@media (min-width: 960px){

.uk-countdown-number {
    font-size: 4rem;
}
}


    
/* to top */

.uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop{
	color: #939d00;
    background-color: #fff;
}

.uk-totop:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover {
	color: #bc4e92;
    background-color: #333;

}

.tm-toolbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
.height-video {
	min-height: 877px;
}

/* Mobile */

@media (max-width: 599px) {  

.height-video iframe.uk-cover{  
   min-height: 877px;
}  

.height-video{
	min-height:202px;
}

.display-none{
	display:none;
}

/* Ipad */

} 
@media (min-width: 600px) {  
	
.height-video iframe.uk-cover{  
    min-height: 877px;
}

.height-video{
	min-height:431px;
}

/* Desktop */  

} 
@media (min-width: 1200px) {  

.height-video iframe.uk-cover{  
    min-height: 877px;
}  

.height-video{
	min-height:876px;
}

} 