.translate50 img {
 transform: translateY(-50%);
}

body.start header>div:not(.uk-sticky-fixed) .uk-logo {
 display:none;
}

main {
box-shadow: 0px 3px 35px 12px #666;
min-height: 120vh;
 background: #000;
}
main > div.uk-section {
}

body.start .uk-logo {
 opacity: 0;
 transition: opacity 0.3s ease;
}

html[style*="overflow"] .uk-logo {
 opacity: 1;
} 

.uk-logo {
 top: 10px;
 position: relative;
} 

.itemPadRight .el-item:not(:last-child) {
 padding-right: 20px;
}
.itemPadRight .el-item .uk-text-middle {
 vertical-align: unset !important;
}

#floatLeft .el-item {
 clear: both;
}
#floatLeft .el-item > div {
 float: left;
}

@media (min-height:420px) {
 #NavBig {
  height: calc(100vh - 170px);
	}
}

@media (max-width:720px) {
#footerList .el-item {
    display:block;
    }
}
    
.socialSvg svg {
 width: 30px;
}

#tm-dialog.uk-open {
 overflow:hidden;
}

@media (hover: none) {
 .hoverMedia .uk-transition-fade {
  opacity:1;
 }
}

