
/*--------------------------Анимация на новый год-----------------------------------*/
strong.newyear:first-of-type {
    display: none;
}
.newyear.fp {
    font-size: 34px;
}
.newyear {
    font-size:40px;
    animation: newyear 4s linear infinite;
    display: block;
    width: 100%;
    text-align: center;
}
.newyear.front-page {
    font-size: 35px;
}
.newyear + a {
    display:none;
}
@keyframes newyear {
5% {text-shadow: none;}
10% {text-shadow: 0 0 10px #ffd700;}
12% {text-shadow: 0 0 10px #fff;}
20% {text-shadow: 0 0 10px #75c1ff;}
22% {text-shadow: 0 0 10px #fff;}
30% {text-shadow: 0 0 10px #ff3333;}
32% {text-shadow: 0 0 10px #fff;}
40% {text-shadow: 0 0 10px #00e600;}
42% {text-shadow: 0 0 10px #fff;}
50% {text-shadow: 0 0 10px #b60aff;}
52% {text-shadow: 0 0 10px #fff;}
70% {text-shadow: none;}
}

/*Конец*/

.home {
    background: url(http://interpab.ru/wp-content/themes/pub/images/header-bg.jpg) no-repeat center top 71px;
}

body {
    background: url(http://interpab.ru/wp-content/themes/pub/images/header2.png) no-repeat center top 71px;
	    width: 100%;
}

@media (max-width: 600px) {
.home {
    background: url(http://interpab.ru/wp-content/themes/pub/images/header-bg.jpg) no-repeat center top 71px;
	background-size:100%;}
body {
    background: url(http://interpab.ru/wp-content/themes/pub/images/header2.png) no-repeat center top 71px;
	    background-size:100%;}
}