@media only screen and (min-width:1281px){

body.home #logo a:after {
	animation: logoanim2 3s ease-in-out 1s 1 forwards;
	font-size: 60px;
}
body.home #site-header {
	-webkit-animation: 3s ease-in-out 0s 1 menuborder;
	animation: 3s ease-in-out 0s 1 menuborder;
	border-bottom: 2px solid rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
}
body.home #site-header .aux-menu-box {
	-webkit-animation: 3s ease-in-out 0s 1 menu;
	animation: 3s ease-in-out 0s 1 menu;
	opacity: 0;
}
body.home .site-header-section .aux-header-elements:not(.aux-vertical-menu-elements), body.home .site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content {
	height: 150px;
	-webkit-animation: 3s ease-in-out 0s 1 boxanim;
	animation: 3s ease-in-out 0s 1 boxanim;
}
body.home .clocks-nav {
	-webkit-animation: 3s ease-in-out 0s 1 menu;
	animation: 3s ease-in-out 0s 1 menu;
	opacity: 0;
}
}