@font-face {
	font-family: "pragati";
	src:url(../font/Pragati.ttf) format("truetype");
}
@font-face {
	font-family: "perfectmistery";
	src:url(../perfectmystery.ttf) format("truetype");
}
@font-face {
	font-family: "oleo";
	src:url(../font/Oleo.ttf) format("truetype");
}
@font-face {
	font-family: "cunia";
	src:url(../font/cunia.ttf) format("truetype");
}
@font-face {
	font-family: "poppins";
	src:url(../font/Poppins.ttf) format("truetype");
}
@font-face {
	font-family: "anton";
	src:url(../font/Anton.ttf) format("truetype");
}

body, html {
	font-family:"pragati";
	height:100%;
    background:#272727;
}
.clean {
	clear:both;
}
#sections0, #sections1, #sections2, #sections3, #sections4, #sections5, #sections6, #sections7, #sections8, #sections9, #sections10{
	width:100%;
	float:left;
	min-width:1200px;
}
#info0, .info1, #info2, #info3, #info4, #info5, #info6, #info7, #info8, #info9, #info10{
	width:1024px;
	margin:0 auto;
}
#sections0{
	position: fixed;
    z-index: 999;
    padding: 0;
    box-shadow: 0px 15px 20px -10px rgb(0 0 0 / 40%);
}
#sections0 .title{
	background:#000;
	width: 100%;
	text-align: center;
	padding:10px 0;
	float:left;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight: bold;
    position:relative;
    z-index: 999;
}
#sections0 .title a{
	color:#fff;
	font-family:"cunia";
}
#sections0 a.position,#sections0 a.hours {
	display: inline-block;
    color: #ffffff;
    width: 5%;
    vertical-align: super;
}
#sections0 .title h1 {
    width: 80%;
    display: inline-block;
    font-family:"perfectmistery";
    color: #FFFF00;
    vertical-align: text-top;
    font-size:23px;
}
#sections0 .title h1 img{
    width: 80px;
}
#sections0 .menu{
	width: 100%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    padding: 4px 0;
    float: left;
	background:#1d1e25;
}
#sections0 .menu ul{
	display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
#sections0 .menu ul li{
    float: left;
    margin: 0;
    width: 5%;
    text-align: center;
}
#sections0 .menu ul li a{
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 10px;
}
#sections0 .options{
   display: none;
}
#menu-category,#menu-allergens {
    display: none;
}
.scroll{
    z-index: 995;
    position: absolute;
    color: #fff;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    font-size: 10px;    
    -webkit-animation: fromTopAnim 1.1s infinite;
    -moz-animation: fromTopAnim 1.1s infinite;
    -ms-animation: fromTopAnim 1.1s infinite;
    -o-animation: fromTopAnim 1.1s infinite;
    animation: fromTopAnim 1.1s infinite;
}
@-webkit-keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}
@-moz-keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}
@-ms-keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}
@-o-keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}
keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}

#sections1{
    height: 600px;
    position: relative;
}
#sections1 .firstbg, #sections1 .secondbg, #sections1 .thirdbg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#sections1 .firstbg{
    background:url(../imgs/fondo-head-pc-1.jpg) center center no-repeat;
    background-size:cover;
}
#sections1 .secondbg{
    background:url(../imgs/fondo-head-pc-2.jpg) center center no-repeat;
    background-size:cover;
}
#sections1 .thirdbg{
    background:url(../imgs/fondo-head-pc-3.jpg) center center no-repeat;
    background-size:cover;
}
#sections1 .firstbg{
	-webkit-animation:sloganes1 20s infinite;
	-moz-animation:sloganes1 20s infinite;
	-ms-animation:sloganes1 20s infinite;
	-o-animation:sloganes1 20s infinite;
	animation:sloganes1 20s infinite;
	}
@-webkit-keyframes sloganes1{
	0%{opacity:1;}
	30%{opacity:1;}
	31%{opacity:1;}
	35%{opacity:0;}
	95%{opacity:0;}
	100%{opacity:1;}
	}
@-moz-keyframes sloganes1{
	0%{opacity:1;}
	30%{opacity:1;}
	31%{opacity:1;}
	35%{opacity:0;}
	95%{opacity:0;}
	100%{opacity:1;}
	}
@-o-keyframes sloganes1{
	0%{opacity:1;}
	30%{opacity:1;}
	31%{opacity:1;}
	35%{opacity:0;}
	95%{opacity:0;}
	100%{opacity:1;}
	}
@-ms-keyframes sloganes1{
	0%{opacity:1;}
	30%{opacity:1;}
	31%{opacity:1;}
	35%{opacity:0;}
	95%{opacity:0;}
	100%{opacity:1;}
	}
@keyframes sloganes1{
	0%{opacity:1;}
	30%{opacity:1;}
	31%{opacity:1;}
	35%{opacity:0;}
	95%{opacity:0;}
	100%{opacity:1;}
	}
    #sections1 .secondbg{
	-webkit-animation:sloganes2 20s infinite;
	-moz-animation:sloganes2 20s infinite;
	-ms-animation:sloganes2 20s infinite;
	-o-animation:sloganes2 20s infinite;
	animation:sloganes2 20s infinite;
	}
@-webkit-keyframes sloganes2{
	0%{opacity:0}
	30%{opacity:0}
	35%{opacity:1}
	60%{opacity:1}
	61%{opacity:1}
	65%{opacity:0}
	100%{opacity:0}
	}
@-moz-keyframes sloganes2{
	0%{opacity:0}
	30%{opacity:0}
	35%{opacity:1}
	60%{opacity:1}
	61%{opacity:1}
	65%{opacity:0}
	100%{opacity:0}
	}
@-o-keyframes sloganes2{
	0%{opacity:0}
	30%{opacity:0}
	35%{opacity:1}
	60%{opacity:1}
	61%{opacity:1}
	65%{opacity:0}
	100%{opacity:0}
	}
@-ms-keyframes sloganes2{
	0%{opacity:0}
	30%{opacity:0}
	35%{opacity:1}
	60%{opacity:1}
	61%{opacity:1}
	65%{opacity:0}
	100%{opacity:0}
	}
@keyframes sloganes2{
	0%{opacity:0}
	30%{opacity:0}
	35%{opacity:1}
	60%{opacity:1}
	61%{opacity:1}
	65%{opacity:0}
	100%{opacity:0}
	}
    #sections1 .thirdbg{
	-webkit-animation:sloganes3 20s infinite;
	-moz-animation:sloganes3 20s infinite;
	-ms-animation:sloganes3 20s infinite;
	-o-animation:sloganes3 20s infinite;
	animation:sloganes3 20s infinite;
	}
@-webkit-keyframes sloganes3{
	0%{opacity:0}
	60%{ opacity:0}
	65%{opacity:1}
	90%{opacity:1}
	95%{ opacity:1}
	100%{ opacity:0}
	}
@-moz-keyframes sloganes3{
	0%{opacity:0}
	60%{ opacity:0}
	65%{opacity:1}
	90%{opacity:1}
	95%{ opacity:1}
	100%{ opacity:0}
	}
@-o-keyframes sloganes3{
	0%{opacity:0}
	60%{ opacity:0}
	65%{opacity:1}
	90%{opacity:1}
	95%{ opacity:1}
	100%{ opacity:0}
	}
@-ms-keyframes sloganes3{
	0%{opacity:0}
	60%{ opacity:0}
	65%{opacity:1}
	90%{opacity:1}
	95%{ opacity:1}
	100%{ opacity:0}
	}
@keyframes sloganes3{
	0%{opacity:0}
	60%{ opacity:0}
	65%{opacity:1}
	90%{opacity:1}
	95%{ opacity:1}
	100%{ opacity:0}
	}
#sections1 .framework {
    width: 100%;
    height: 100%;
    background: url(../imgs/puntos-head.png);
    z-index: 778;
    position: absolute;
    top: 0;
    left: 0;
    display:none;
}
#sections1 .swipe {
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: 'pragati';
    color:#fff;
}
#sections1  a.position,#sections1  a.hours {
	display:none;
}
#sections1 .menu{
	width: 100%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    padding: 4px 0;
    float: left;
	background:#191a21;
}
#sections1 .menu ul{
	display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 40%;
}
#sections1 .menu li{
	float:left;
	margin: 0;
	width:50%;
	text-align: center;
}
#sections1 .menu li a{
	color: #fff;
    padding: 10px 0;
    display: block;
}

#sections2{
    text-align: center;
	background: #1a1a1a;
	padding-bottom:150px 0;
}
#sections2 .presentation{
	margin:70px 0 0;
    color: #fff;
    font-size:17px;
}
#sections2 .pages{
    padding: 50px 0 50px 0;
}
#sections2 .page-1{
	width: 45%;
	float:left;
	padding-right:5%;
    border-right: 1px dotted #FFFF00;
}
#sections2 .page-2{
	width: 43%;
    float: right;
    padding-left: 5%;
}
#sections2 .capsule{
	padding-top: 60px;
    float: left;
    width: 100%;
}
#sections2 h2{
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
    background-size: cover;
    font-family: "perfectmistery";
    font-size: 50px;
    text-align: center;
    color: #FFFF00;
    text-transform: uppercase;
    border-radius: 15px;
    position:relative;
    overflow: hidden;
    margin-bottom:20px;
    color: #FFFF00;
}
#sections2 h3{
    width: 100%;
    background-size: cover;
    font-family: "perfectmistery";
    font-size: 50px;
    text-align: center;
    color: #FFFF00;
    text-transform: uppercase;
    border-radius: 15px;
    position:relative;
    overflow: hidden;
    margin-bottom:10px;
}
#sections2 h3 span.welcome{
    font-size:35px;
}
#sections2 h2 .over{
    background: #000;
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0;
    opacity: 60%;
    z-index: 1;
}
#sections2 span.text{
    font-family: "perfectmistery";
    font-size: 50px;
    position: relative;
    z-index: 2;
}
#sections2 h2.h2-salad{
    background: url(../imgs/h2-ensaladas.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-fried{
    background: url(../imgs/h2-patatas-fritas.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-sandwiches{
    background: url(../imgs/h2-sandwiches.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-burgers{
    background: url(../imgs/h2-hamburguesas.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-pizzas{
    background: url(../imgs/h2-pizzas.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-montaditos{
    background: url(../imgs/h2-montaditos.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-chapatas{
    background: url(../imgs/h2-chapatas.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-baguettes{
    background: url(../imgs/h2-baguettes.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-meats{
    background: url(../imgs/h2-revuelto-2.jpg) center center;
    background-size: cover;
}
#sections2 h2.h2-fish{
    background: url(../imgs/h2-pescado-frito.jpg) center center;
    background-size: cover;
}
.num{
    color:#FFFF00;
}
#sections2 .visual{
    margin-top: 30px;
    width: 95%;
    float: left;
    background: #333333;
    border-radius:15px;
    color:#fff;
    padding:2.5%;
}
.title-ingredient{
    font-weight:bold;
}
#sections2 .visual-one{
    width: 90%;
    float: left;
    background: #333333;
    border-radius: 15px;
    color: #fff;
    padding: 5%;
    position:relative;
}
#sections2 .visual-one .aler{
    position:absolute;
    bottom:0;
    width:90%;
    padding:5px 0;
    text-align: center;
}
#sections2 .visual-one .aler img{
    width:25px;
}
#sections2 .visual-one img.main{
    width:100%;
}
#sections2 .visual-one ul{
    width:100%;
    float:left;
    margin-bottom:30px;
    display:block;
}
#sections2 .visual-one ul li{
    width:25%;
    float:left;
}
#sections2 .visual-one ul.visual-price3{
    width:100%;
    float:left;
    margin-bottom:30px;
    display:block;
}
#sections2 .visual-one ul.visual-price3 li{
    width:33%;
    float:left;
}
.visual-title{
    width:100%;
    text-align:center; 
    font-size:40px;
    font-family:"perfectmistery"; 
    margin:10px 0;
    color:#FFFF00;
}
.visual-price{
    display:block;
    width:100%;
    text-align:center; 
    font-size:20px;
}
.visual-warning{
    display:block;
    width:100%;
    text-align:center; 
    font-size:14px;
    font-family:"pragati"; 
    margin-top:10px;
}
#sections2 .visual p{
    font-size: 20px;
    margin-bottom:10px;
}
#sections2 .visual p span{
    font-size: 22px;
    font-family:"perfectmistery"; 
}
#sections2 .visual-break{
    width: 100%;
    overflow: hidden;
}
#sections2 ul.visual-break li {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 1.6%;
    color:#fff;
}
#sections2 ul.visual-break li img{
    border-radius:1px;
    width: 100%;
}
#sections2 table{
    float: left;
    width: 100%;
	display: block;
}
#sections2 table tbody{
	width: 100%;
    display: block;
}
#sections2 table tr{
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-size: 18px;
	display: block;
}

#sections2 table.two{
    width:100%;
    display: block;
    font-size:20px;
}
#sections2 table.two tr{
    width:100%;
    display: block;
}
#sections2 table.two tr td{
    width:100%;
    display: inline-block;
    vertical-align: top;
    color:#fff;
}
#sections2 table.two tr td.two-1{
    width:78%;
    text-align:left;
}
#sections2 table.two tr td.two-2{
    width:20%;
    text-align:right;
}

#sections2 table.three{
    width:100%;
    display: block;
    font-size:20px;
}
#sections2 table.three tr{
    width:100%;
    display: block;
}
#sections2 table.three tr.present{
    margin-bottom:0;
	font-family: "anton";
    font-size:14px;
}
#sections2 table.three tr.present td{
    vertical-align: bottom;
}
#sections2 table.three tr td{
    width:100%;
    display: inline-block;
    vertical-align: top;
    color:#fff;
}
#sections2 table.three tr td.three-1{
    width:55%;
    text-align:left;
    float:left;
}
#sections2 table.three tr td.three-2{
    width:20%;
    text-align:right;
    float:right;
}
#sections2 table.three tr td.three-3{
    width:20%;
    text-align:right;
    float:right;
}

#sections2 table.four{
    width:100%;
    display: block;
    font-size:20px;
}
#sections2 table.four tr{
    width:100%;
    display: block;
}
#sections2 table.four tr.present{
    margin-bottom:0;
	font-family: "anton";
    font-size:14px;
}
#sections2 table.four tr.present td{
    vertical-align: bottom;
    color:#fff;
}
#sections2 table.four tr td{
    width:100%;
    display: inline-block;
    vertical-align: top;
    color:#fff;
}
#sections2 table.four tr td.four-1{
    width:46%;
    text-align:left;
}
#sections2 table.four tr td.four-2{
    width:16%;
    text-align:right;
}
#sections2 table.four tr td.four-3{
    width:16%;
    text-align:right;
}
#sections2 table.four tr td.four-4{
    width:18%;
    text-align:right;
}

#sections2 table.five{
    width:100%;
    display: block;
    font-size:20px;
}
#sections2 table.five tr{
    width:100%;
    display: block;
}
#sections2 table.five tr.present{
    margin-bottom:0;
	font-family: "anton";
    font-size:14px;
}
#sections2 table.five tr.present td{
    vertical-align: bottom;
    color:#fff;
}
#sections2 table.five tr td{
    width:100%;
    display: inline-block;
    vertical-align: top;
    color:#fff;
}
#sections2 table.five tr td span.grey{
    color: rgb(115 115 115);
}
#sections2 table.five tr td.five-1{
    width:35%;
    text-align:left;
}
#sections2 table.five tr td.five-2{
    width:15%;
    text-align:right;
}
#sections2 table.five tr td.five-3{
    width:15%;
    text-align:right;
}
#sections2 table.five tr td.five-4{
    width:15%;
    text-align:right;
}
#sections2 table.five tr td.five-5{
    width:15%;
    text-align:right;
}

#sections2 table tr td span.allergens {
    display: inline-block;
}
#sections2 table tr td span.allergens img {
    width: 16px;
    display: inline-block;
}
#sections2 table tr td span.ingredients{
	font-size: 13px;
    display: block;
    width: 100%;
    color: rgb(115 115 115);
}

#mn-allergens {
    display: block;
    text-align: center;
    color: #333;
    padding: 30px 0 50px 0;
    width: 100%;
    float: left;
}
#mn-allergens p{
    margin: 10px 0;
    font-family: "pragati";
    color:#fff;
}
#mn-allergens ul li {
    width: 10%;
    display: inline-block;
    color:#333;
    font-family: "pragati";
    margin-top:10px;
    color:#fff;
}
#mn-allergens ul li img{
    width: 50%;
    margin-bottom: 2px;
}

#sections3{
	position:relative;    
    background: url(../imgs/fondo-web.png);
	text-align: center;
}
#sections3 h3{
	font-family: "perfectmistery";
    font-size: 40px;
    text-align: center;
    margin:0 20px;
    color:#FFFF00;
    padding-bottom:5px;
    text-transform: uppercase;
}
#sections3 h4{
    font-family: "pragati";
    font-size:12px;
	color:#fff;
    padding-bottom:20px;
}
#sections3 ul li{
	float:left;
	width: 25%;
}
#sections3 ul li#photo-1{
    background: url(.../imgs/foto-1.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-2{
    background: url(.../imgs/foto-2.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-3{
    background: url(.../imgs/foto-3.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-4{
    background: url(.../imgs/foto-4.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-5{
    background: url(.../imgs/foto-5.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-6{
    background: url(.../imgs/foto-6.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-7{
    background: url(.../imgs/foto-7.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-8{
    background: url(.../imgs/foto-8.jpg) center center;
    background-size: cover;
}
#sections3 ul li img{
	width: 100%;
	opacity: 0;
}

#sections4{
    color: #fff;
    text-align: center;
    padding: 50px 0 100px;
    position: relative;
    background: url(.../imgs/fondo-web.png) center center;
    border-bottom: double;
    border-top: double;
    border-color: #FFFF00;
}
#sections4 .footer-capsule{
    width:100%;
    text-align: center;
    margin-bottom:30px;
}
#sections4 .fa{
	margin-bottom:5px;
	font-size:25px;
    color:#FFFF00;
}
#sections4 p{
    color:#fff;
}
#sections4 a {
	color:#fff
}
#sections4 span{
	margin-bottom:5px;
	display: block;
}
#sections4 ul.footer-social{
	margin-bottom: 20px;
    overflow: hidden;
    width: 20%;
    padding: 0 40%;
}
#sections4 ul.footer-social li{
	width:50%;
	float:left;
}



#sections5{
	background: #1e404a;
    color: #fff;
    padding: 20px 0 120px;
    text-align: center;
}
#sections5 a{
	font-size:18px;
	text-align: center;
	color: #EE8A20;
}
#sections5 a span{
	font-size:14px;
	text-align: center;
	color: #EE8A20;
}

#sections6{
	position: fixed;
    z-index: 999;
	bottom:0;
	color:#fff;
	background:#333;
    padding:15px 0;
}
#sections6 a{
    display: block;
    width:100%;
	color: #FFFF00;
	width: 80%;
	margin:0 auto;
	padding:10px 0;
    font-size:20px;
	text-align: center;
	font-family: "perfectmistery";
}

.hey{
	color:#fff;
    -webkit-animation: backcolor 2s infinite;
    -moz-animation: backcolor 2s infinite;
    -ms-animation: backcolor 2s infinite;
    -o-animation: backcolor 2s infinite;
    animation: backcolor 2s infinite;
}
@-webkit-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
@-moz-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
@-ms-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
@-o-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}

#flag {
    background: rgba(250,250,250,0.5);
    border: 0;
    width: 60px;
    height: 30px;
    position: fixed;
    bottom: 80px;
    left: 50%;
    margin-left: -35px;
    border-radius: 1000px;
    padding: 3px 4px;
    z-index: 999;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#flag-sp {
    top: 3px;
    left: 3px;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    background: url(../imgs/banderas.jpg) -24px center;
    float: left;
    border-radius: 50%;
    margin-right: 4px;
    opacity: 0.5;
    cursor: pointer;
}
#flag-en {
    top: 3px;
    left: 3px;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    background: url(../imgs/banderas.jpg) -0px center;
    float: left;
    border-radius: 50%;
    opacity: 0.3;
    cursor: pointer;
}
#flag-sp.sel, #flag-en.sel {
    opacity: 1;
}
.hey{
	color:#fff;
    -webkit-animation: backcolor 2s infinite;
    -moz-animation: backcolor 2s infinite;
    -ms-animation: backcolor 2s infinite;
    -o-animation: backcolor 2s infinite;
    animation: backcolor 2s infinite;
}
@-webkit-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
@-moz-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
@-ms-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
@-o-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #FFFF00;}
    80%{ color: #fff;}
    90%{ color:  #FFFF00;}
    100%{color: #fff;}
}
