@charset "utf-8";
@font-face {font-family: Geogtq-Rg;src: url("../fonts/Geogrotesque/Geogtq-Rg.otf");}
@font-face {font-family: Geogtq-Bd;src: url("../fonts/Geogrotesque/Geogtq-Bd.otf");}
@font-face {font-family: Geogtq-Th;src: url("../fonts/Geogrotesque/Geogtq-Th.otf");}
@font-face {font-family: Geogtq-Ul;src: url("../fonts/Geogrotesque/Geogtq-Ul.otf");}

.letter {
	position: relative;
	top: -webkit-calc(50% - 60px);
	top: calc(50% - 60px);
	text-shadow: 2px 2px 9px #00000066;

}
.letter:nth-child(1) {
	-webkit-animation: fade 4s infinite 200ms;
	animation: fade 1.5s infinite 200ms;
}
.letter:nth-child(2) {
	-webkit-animation: fade 4s infinite 400ms;
	animation: fade 4s infinite 400ms;
}
.letter:nth-child(3) {
	-webkit-animation: fade 4s infinite 600ms;
	animation: fade 4s infinite 600ms;
}
.letter:nth-child(4) {
	-webkit-animation: fade 4s infinite 800ms;
	animation: fade 4s infinite 800ms;
}
.letter:nth-child(5) {
	-webkit-animation: fade 4s infinite 1000ms;
	animation: fade 4s infinite 1000ms;
}
.letter:nth-child(6) {
	-webkit-animation: fade 4s infinite 1200ms;
	animation: fade 4s infinite 1200ms;
}
.letter:nth-child(7) {
	-webkit-animation: fade 4s infinite 1400ms;
	animation: fade 4s infinite 1400ms;
}

@-webkit-keyframes fade {
	50% {
		opacity: 0.02;
	}
}

@keyframes fade {
	50% {
		opacity: 0.02;
	}
}

#menusb{
	width:100%;
	position:fixed;
	top:0;
	left:0px;
	right:auto;
	z-index: 999999;
}
.sbtmenu .menuic{
	transition:all .5s ease;
	display:none;
}
.sbtmenu
.menuic img{
	float:left;
	display:block;
}
.sbtmenu.menu_goster .menuic{
	width:100%;
	margin:0 auto;
	display:block;
}		

#submit_order{
	margin:0 auto;
	width:100%;
	position:fixed;
	z-index: 9999;
	left:0;
	right:0;
	bottom:0;
	background:#fff0;
	max-width:690px;
	height:5rem;
	line-height:5rem;
	text-align:center;
	color:white;
	font-size:3rem;
	font-family:Geogtq-Bd;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
	border-top:0px solid #fff;
	animation-duration: 2s;
	animation-name: shaker;
}
				
#submit_order div{
	background:url(../images/bg.png);
	border-radius:1.9rem;
	margin:.2rem .4rem;
	-webkit-box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.75);
}

@media (max-width: 768px) {
	#submit_order {
		height:4rem; line-height:4rem; font-size:2rem;
	}
}