#banner {
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: .25em
}

#strap {
	display: inline-block;
	border: 0;
	border-radius: .25em;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	background: #c66;
	letter-spacing: .1em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	z-index: 3;
	color: #F9F4ED;
	font-weight: 500
}

#strap:after {
	content: "FighterBomber";
	display: inline-block;
	padding: .75em
}

#silhouettes {
	position: relative;
	display: inline-block;
	width: 60%;
	max-width: 350px;
	margin: 0 auto .5em;
	background: url("/images.tpl/bg-pilot.png") no-repeat center bottom;
	background-size: 100%
}

#silhouettes img {
	max-width: 350px;
	width: 100%;
	position: relative;
	z-index: 2;
	opacity: 0
}

#mother-fucking-id-1,
#mother-fucking-id-2 {
	width: 100%;
	height: 100%;
	max-width: 350px;
	display: block;
	background-size: 100%;
	position: absolute;
	top: 0;
	z-index: 1
}

#mother-fucking-id-1 {
	background-image: url("/images.tpl/plane-left.png");
	right: 48%
}

#mother-fucking-id-2 {
	background-image: url("/images.tpl/plane-right.png");
	left: 48%
}

#mother-fucking-id-1,
#mother-fucking-id-2,
#silhouettes img,
#strap,
#topbar {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-100%)
	}
	100% {
		-moz-transform: translateX(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-100%)
	}
	100% {
		-o-transform: translateX(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%)
	}
	100% {
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-50%)
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-50%)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50%)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(50%)
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(50%)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50%)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes expand {
	0% {
		bottom: -100px;
	}
	100% {
		bottom: 0;
	}
}

@-moz-keyframes expand {
	0% {
		bottom: -100px;
	}
	100% {
		bottom: 0;
	}
}

@-o-keyframes expand {
	0% {
		bottom: -100px;
	}
	100% {
		bottom: 0;
	}
}

@keyframes expand {
	0% {
		bottom: -100px;
	}
	100% {
		bottom: 0;
	}
}

#silhouettes img {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s
}

#mother-fucking-id-1,
#mother-fucking-id-2 {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s
}

#strap,
#topbar {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s
}

#mother-fucking-id-1,
#mother-fucking-id-2,
#silhouettes img {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s
}

#topbar {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}

#silhouettes img {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn
}

#mother-fucking-id-1 {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight
}

#mother-fucking-id-2 {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

#strap {
	-webkit-animation-name: expand;
	-moz-animation-name: expand;
	-o-animation-name: expand;
	animation-name: expand
}

@media only screen and (max-width:46em) {
	#banner {
		overflow: hidden;
		/* padding-top: 1em */
	}
	#strap {
		border-radius: 0
	}
}


.mainnav {
	-webkit-animation-name: expand;
	-moz-animation-name: expand;
	-o-animation-name: expand;
	animation-name: expand;
}

.mainnav {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}

.mainnav {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
	box-sizing: border-box;
}

#banner {
	margin: 0em 0em 0;
}

@media (min-width: 900px) {
	#banner {
		margin: 0em 0em 0;
	}
}

#nav-trigger {
	z-index: 100;
	left: 1em;
	top: 1em;
}

#silhouettes img {
	max-width: none;
}

#silhouettes {
	max-width: none;
	width: 100%;
	margin: 0 auto 0em;
	display: block;
	border-radius: .25em;
	overflow: hidden;
	background: none;
	padding-bottom: 4em;
}

.mainnav {
	margin-top: 0;
	z-index: 1000;
}

#mother-fucking-id-1 {
	background-image: url(/images.tpl/fb-text.png);
	z-index: 10;
	max-width: 100%;
	background-repeat: no-repeat;
	right: 0;
}

#mother-fucking-id-2 {
	background-image: url(/images.tpl/fb-hroniki.png);
	z-index: 10;
	max-width: 100%;
	background-repeat: no-repeat;
	left: 0;
}
.toppanel-fixed {
position: fixed;
max-width: 732px;
min-width: 240px;
left: auto;
right: auto;
top:0px;
bottom: auto !important;
height:4em !important;
}