#s-menu {
	width: 100%;
	text-align: center;
	top: 85px;
	position: fixed;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	background: #ffffff;
	z-index: 5;
}

#s-menu .l {
	float: left;
}
#s-menu .r {
	float: right;
}
#s-menu .sm {
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	color: #383838;
	padding: 20px;
	display: inline-block;
	cursor: pointer;
	border-right: 1px solid #b7b7b7;
}
#s-menu .sm:nth-child(1) {
	border-left: 1px solid #b7b7b7;
}
#s-menu .sm:hover {
	background: rgba(0,0,0,.05);
}
#s-menu .sm.aktif {
	background: #574c41;
	color: #ffffff;
	cursor: default;
}
#r-area {
	color: #111;
	background: #eaeaea;
	min-height: calc(100vh - 460px);
	margin-top: 141px;
}
#r-area .l {
	width: calc(100% - 340px);
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}
#r-area .r {
	float: right;
	width: 320px;
}

#r-area .ra.store {
	display: block;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 2px;
	background: #291f16;
	font-size: 12px;
	color: #ffffff;
}
#r-area .ra.store.selstore {
	padding:0;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	background: url('/images/selectstore.jpg');
	background-size: cover;
	background-position-y: 30%;
	cursor: pointer;
}
#r-area .ra.store.selstore .ic {
	background: rgba(0,0,0,.5);
	
}
#r-area .ra.store.selstore .y {
	font-size: 2.2em;
	padding: 30px 0px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
}

#r-area .ra.store .link {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
#r-area .ra.store .btn {
	text-align: center;
	display: block;
}
#r-area .ra.store .btn div {
	background: #000000;	
}
.ra.cart {
	display: block;
	vertical-align: top;
	margin-top: 20px;
	border:1px solid #e4e4e4;
	margin-bottom: 20px;
	border-radius: 2px;
	background: #f3f3f3;
	padding: 10px 20px;
	font-size: 12px;
}
.o-area {
	position: relative;
}
.o-area .error {
	margin: 18px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: red;
}
.o-area .error .p {
	font-style: italic;
	margin-top: 10px;
}
.o-area .error .p span {
	background: red;
	color: #ffffff;
	border-radius: 30px;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	margin-left:10px;
	cursor: pointer;
}
.ra.cart .cancel {
	display: none;
	margin-left:5px;
}
#r-area .r h3 {
	font-weight: 700;
	color: #a7a7a7;
	display: inline-block;
	padding: 20px 20px 5px 20px;
	font-size: 16px;
	letter-spacing: 1px;
}
#r-area .r .cart h3 {
	padding: 10px 20px 5px 0px;
}

#r-area .r h4 {
	font-weight: 700;
	line-height: 32px;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#r-area .r .a {
	line-height: 18px;
	margin: 0 20px;
}
#r-area .r .s {
	margin: 10px 20px;
}
#r-area .r .store .s {
	margin: 10px;
	text-align: center;
}
#r-area .r .s div {
	line-height: 18px;
	background: #ffffff;
	color: #1287b7;
	padding: 5px;
	display: inline-block;
	width: calc(50% - 43px);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
}
#r-area .r .s div:nth-child(1) {
	margin-right: 5px;
}
#r-area .r .s div.s0 {
	opacity: .5;
	color: #383838;
}
#r-area .btn div {
	text-align: center;
}

#r-area .delarea {
	position: absolute;
	background: rgba(243, 243, 243, 0.9);
	width: 100%;
	height: 100%;
	margin: 0 -20px;
	padding: 0 20px;
	text-align: center;
	display: none;
	z-index: 5;
}


#r-area .delarea.ac {
	display: block;
}

#r-area .delarea .y {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#r-area .delarea .y span {
	font-weight: 700;
}
#r-area .delarea .btn div:nth-child(1) {
	margin-right: 10px;
}

#r-area .btn div, #r-area .btn a {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ffffff;
	background: #2e251b;
	border-radius: 2px;
	padding: 10px 20px;
	font-weight: 700;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
}
#r-area .cart .btn a, #r-area .cart .btn div {
	padding: 10px 20px;
}

#r-area .m-item .btn div {
	text-decoration: none;
}

#r-area .btn div img, #r-area .btn a img {
	height: 16px;
	vertical-align: bottom;
	margin-right: 10px;
}

#r-area .item .cpp{
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
	font-size: 0.6em;
	background: #bcbcbc;
	font-weight: 700;
	text-align: center;
	border-radius: 2px;
}

#r-area .item {
	position: relative;
	border-bottom: 1px dashed #c7c7c7;
	padding: 10px 10px;
	margin-left: -10px;
	margin-right: -10px;
}
#r-area .item.rp {
	color: red;
}
#r-area .item .del {
	background: #000000;
	border-radius: 2px;
	display: inline-block;
	margin-right: 10px;
	color: #ffffff;
	padding: 5px;
	font-weight: 700;
	line-height: 10px;
	cursor: pointer;
	vertical-align: top;
}
#r-area .item .d {
	display: inline-block;
	max-width: calc(100% - 50px);
	cursor: pointer;
}
#r-area .item .d .desc {
	margin-top: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
}

#r-area .item .p {
	text-align: right;
	font-weight: 700;
	margin-top:2px;
}
#r-area .item .p .n{
	display: block;
	text-decoration: line-through;	
}
#r-area .item .p .d{
	color: #eb0029;
}

#r-area .total {
	font-weight: 700;
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
}
.amorder {
	text-align: center;
	margin: 20px 0;
}

#r-area .promo {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#r-area .promo .a {
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: left;
	color: #ffffff;
}
#r-area .promo img {
	width: 100%;
	display: block;
}
#r-area .promo .h {
	font-size: 3em;
	text-shadow: 2px 2px 0 rgba(0,0,0,.5);
	font-weight: 700;
	letter-spacing: 1px;
}
#r-area .promo .t {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0 #000000;
}
#r-area .promo .btn {
	background: #eb0029;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 20px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	cursor: pointer;
}


/* promoslar burada */
.promos {
	display: block;
	margin-bottom: 20px;
}

.promos .pl { /* 1160 */
	width: 540px;
	float: left;
	margin-right: 20px;
}
.promos .pr {
	width: 260px;
	float: left;
}
.promos .bgi {
	width: 100%;
	display: block;
}

.promos .pr .p:nth-child(1) {
	margin-bottom: 20px;
}

.promos .p .pritem .h{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	z-index: 1;
}


.promos .p .pritem .h .n {
	display: inline-block;
	text-shadow: 2px 2px 0px rgba(0,0,0,.75);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.promos .p .pritem .h .p {
	display: inline-block;
	text-shadow: 2px 2px 0px rgb(0, 0, 0);
	
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.promos .p .pritem .h .t {
	font-weight: 700;
	display: block;
	font-size: 24px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.75);
}

.promos .p .pritem .h .btn {
	background: #eb0029;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border-radius: 60px;
	letter-spacing: 1px;
	cursor: pointer;
}

.promos .p .pritem {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}


.promos .pl .p .pritem .h .n {
	font-size: 50px;
}
.promos .pl .p .pritem .h .p {
	font-size: 90px;
}
.promos .pl .p .pritem .h .p span {
	font-size: 70px;
}
.promos .pl .p .pritem .h .t {
	font-size: 24px;
}

.promos .pr .p .pritem .h {
	text-align: right;
}

.promos .pr .p .pritem .h .n {
	font-size: 26px;
	width: 100%;
	text-shadow: 2px 2px 0px rgba(0,0,0,.75);
}
.promos .pr .p .pritem .h .p {
	font-size: 50px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 0px rgb(235, 0, 41);
}
.promos .pr .p .pritem .h .p span {
	font-size: 36px;
}
.promos .pr .p .pritem .h .t {
	font-size: 18px;
}
.promos .pr .p .pritem .h .btn {
	margin-top: 10px;
}

.promos .pw .p .pritem .h {
	left: inherit;
	right: 0;
	bottom: 20px;
	text-align: right;
}
.promos .pw .p .pritem .h .p {
	font-size: 100px;
	margin-bottom: 10px;
}
.promos .pw .p .pritem .h .n {
	display: block;
	margin-bottom: 10px;
	font-size: 30px;
}
/* promoslar burada */





.first-item {
	margin-bottom: 20px;
}
.first-item .it {
	display: inline-block;
	width: calc(50% - 10px);
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}
.first-item .it:nth-child(1) {
	margin-right: 20px;
}
.first-item .it img {
	width: 100%;
	display: block;
}

.m-item {
	/*margin-bottom: 20px;*/
}

.m-item h3 {
	background-size: cover;
    background: #000000;
	color: #ffffff;
	padding: 20px;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	border-radius: 10px;
	cursor: pointer;
	text-transform: uppercase;
}
.m-item h3 img {
	position: absolute;
	width: 300px;
}
 

.m-item.select h3 {
	background: #eb0029;
	border-radius: 10px 10px 0 0;
}
.m-item.select h3 i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -3px;
}

.m-item h3 i {
	border: solid #ffffff;
	border-width: 0 5px 5px 0;
	display: inline-block;
	padding: 7px;
	float: right;
	margin-right: 10px;
	margin-top: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.m-item.select .p {
	/*display: grid;
	display: -ms-grid;*/
	/*display: block;*/
	display: flex;
	flex-wrap: wrap;
	/*flex-grow: */
}
.m-item .p {
	/* display: grid; */
	display: none;
/*	-ms-grid-columns:272px 272px 272px;
	-ms-grid-gap: 10px;
	grid-gap: 1px;
	grid-template-columns: 272px 272px 272px;
	padding-top: 1px;*/
}
.m-item .p .i:nth-child(3n+3) {
	margin-right: 0;
}
.hhcyo {
	display: block;
	width: calc(100% - 15px);
	margin-bottom: 20px;
}
.hhcyo.y {
	margin-bottom: 10px;
}
.hhcyo.y .io {
	display: inline-block;
	width: calc(50% - 25px);
	background: none;
	height: inherit;
}
.hhcyo.y .io:nth-child(1) {
	margin-right: 10px;
}

.hhcyo .io {
	display: block;
	border:10px solid #ffffff;
	background: #ffffff;
	height: 100px;
	text-align: center;
	background: url('/images/createyourownpizza.jpg');
}
.hhcyo .io span {
	line-height: 1.3em;
	display: block;
	padding-top: 5px;
	color: #ffffff;
	font-weight: 700;
	text-shadow: 1px 1px 4px #000000;
	font-size: 2.2em;
}
/*.hhcyo .io:nth-child(1) {
	margin-right: 20px;
}*/

.hhcyo .io img {
	width: 100%;
	display: block;
}


.m-item .p .i {
	background: #ffffff;
    
	flex: 0 0 auto;


    display: flex;
    flex-wrap: wrap;
    width: 263px;
    border-radius: 2px;
    /*float: left;*/
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
	/*border-radius: 10px;
	overflow: hidden;*/
}
.m-item .p .i .ia {
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
	padding: 20px;
	position: relative;
}
.m-item .p .i:hover img {
	transform: scale(1.1);
}
.m-item .p .i .y {
	padding: 0px 20px 2px 20px;
	color: #262626;
	width: 100%;
}
.m-item .p .i .y h4 {
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.m-item .p .i .y .desc {
	font-size: 12px;
	line-height: 16px;
}
.m-item .p .i .y .cal {
	font-size: 10px;
	line-height: 16px;
	font-style: italic;
}
.m-item .p .i .y .cal span {
	font-weight: 700;
}
.m-item .p .i img {
	width: 100%;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;
	border-radius: 2px;
}
.m-item .p .i .y .btn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#r-area .m-item .p .i .y .btn div {
	font-size: 18px;
	padding: 10px 40px;
	letter-spacing: 1px;
}
#r-area .l .camp {
	background: #ffffff;
	border-radius: 2px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}
#r-area .l .camp img {
	width: 100%;
	position: relative;
	z-index: 2;
}
#r-area .l .camp .alert {
	background: #db1f25;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-radius: 2px;
	animation: pulse 1s infinite;
	-webkit-animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0%, 47% {
    background-color: #000000;
  }
  53%, 100% {
    background-color: #db1f25;
  }
}

@media only screen and (max-width: 1160px) {
	#r-area .l {
		width: calc(100% - 299px);
	}
	#r-area .r {
		width: 279px;
	}

	#r-area .promo .t {
		font-size: 14px;
		line-height: inherit;
		margin-bottom: 5px;
		margin-top: 0;
	}
	#r-area .promo .btn {
		font-size: 12px;
	}
	#r-area .promo .h {
		font-size: 22px;
	}
	.m-item h3 {
		font-size: 16px;
		padding: 15px 20px;
	}
	.m-item h3 i {
		border-width: 0 3px 3px 0;
		padding: 5px;
		margin-top: 1px;
	}
	#r-area .promo .a {
		width: calc(100% - 40px);
		text-align: left;
		right: inherit;
		left: 20px;
	}
	/*.m-item .p {
		grid-template-columns: 235px 235px;
	}*/
	.m-item .p .i {
		width: 223px;
	}

	.m-item .p .i:nth-child(3n) {
		margin-right: 15px;
	}
	.m-item .p .i:nth-child(2n + 2) {
		margin-right: 0;
	}

	#r-area .m-item .p .i .y .btn div {
		font-size: 14px;
	}
	#r-area .r h4 {
		font-size: 14px;
	}
	.promos .pl {
		width: 100%;
		margin-bottom: 20px;
	}
	.promos .p .pritem .h {
		font-size: 18px;
	}
	.promos .pl .p .pritem .h .p {
		font-size: 50px;
		letter-spacing: 1px;
	}
	.promos .pl .p .pritem .h .p span {
		font-size: 36px;
	}
	.promos .p .pritem .h .btn {
		margin-top: 10px;
	}
	.promos .pl .p .pritem .h .n {
		font-size: 26px;
	}
	.promos .pr .p .pritem .h {
		text-align: left;
		font-size: 18px;
	}
	
	.promos .pr {
		width: 100%;
	}
}
@media only screen and (max-width: 760px) {
	/*.header .area nav .u .l-btn {
		padding: 10px 20px;
		font-size: 14px;
	}*/
	#co .sumerror {
		color: #ffffff;
		border-color: #ffffff;
	}
	#r-area .l .camp {
		padding: 10px;
		margin-bottom: 10px;
	}
	
	
	#s-menu a {
		font-size: 12px;
		padding: 10px;
	}
	#r-area .r {
		/*display: none;*/
		float: inherit;
		width: inherit;
	}
	#r-area .ra.store {
		display: none;
	}
	
	.ra.cart {
		position: fixed;
		background: #ffffff;
		width: 100%;
		z-index: 20;
		height: 100%;
		max-height: 100%;
		overflow: auto;
		top: 0;
		right: -100%;
		margin: 0;
		border:none;
		border-radius: 0;
		padding: 0;
		/*padding-top: 20px;*/
		transition: 0.2s;
		-webkit-transition: 0.2s;
	}
	.ra.cart .ol {
		padding: 10px 20px;
	}
	.ra.cart .cancel {
		display: inline-block;
	}
	.ra.cart.open {
		right: 0;
	}
	#r-area .l {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	#r-area .promo .a {
		left: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
		max-width: inherit;
	}
	#r-area .promo .t {
		font-size: 12px;
	}
	#r-area .promo .h {
		font-size: 18px;
		text-shadow: 1px 1px 0 #000000;
	}
	#r-area .promo .btn {
		padding: 5px 20px;
	}
	.m-item h3 {
		font-size: 14px;
		/*padding: 10px;*/
	}
	.m-item.select h3 i {
		margin-top:0;
	}
	.m-item h3 i {
		border-width: 0 2px 2px 0;
		padding: 4px;
		margin-top: 2px;
	}
	.m-item {
		margin-bottom: 10px;
	}
	#r-area {
		margin-top: 117px;
	}
	#s-menu {
		max-width: 100%;
		overflow: auto;
		text-align: left;
	}
	#s-menu .s_width {
		width: max-content;
	}
	#s-menu .sm:nth-child(1) {
		border-left: none;
	}
	#s-menu .sm {
		font-size: 10px;
		float: left;
		padding: 10px 5px;
	}
	.m-item .p {
		width: 100%;
		grid-template-columns: 50% 50%;
	}
	.m-item .p .i .y {
		padding: 0px 10px 10px 10px;
	}
	.m-item .p .i .y h4 {
		font-size: 18px;
	}
	.m-item .p .i .y .desc {
		font-size: 10px;
	}
	.m-item .p .i .y .cal {
		font-size: 9px;
	}
	.m-item .p .i .y .btn {
		margin-bottom: inherit;
	}
	.m-item .p .i .ia {
		padding: 10px;
	}
	.m-item .p .i {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.m-item .p .i:nth-child(3n) {
		margin-right: 10px;
	}
	.m-item .p .i:nth-child(2n + 2) {
		margin-right: 0;
	}
	#r-area .delarea.ac {
		left: 0;
		top: 0;
		margin: 0;
		width: calc(100% - 40px);
		height: 100%;
		position: fixed;
	}
	#r-area .delarea .y {
		margin-top: 30%;
	}
	#r-area .ra.store.selstore {
		margin: 0px -10px 10px -10px;
		border-radius: 0;
	}
	#r-area .ra.store.selstore .y {
		font-size: 2em;
		padding: 25px 0;
	}


	#r-area .ra.store {
		display: block;
		margin: 0 10px;
		color: #444444;
		background: none;
		border: none;
		padding: 0;
	}
	#r-area .ra.store .link {
		color: #464646;
	}
	
	#r-area .r h3 {
		font-weight: 700;
		color: #7d7d7d;
		display: block;
		margin-bottom: 5px;
		margin-top: 0;
		padding: 20px;
		margin-left: initial;
		margin-right: initial;
		font-size: 14px;
		border-radius: initial;
/*		background: initial;
		padding: initial;
		letter-spacing: initial;*/
	}
	#r-area .r .ra.cart .o-area .close {
		display: inherit;
	}
	#r-area .ra.store h3 {
		display: none;
	}
	#r-area .r .cart h3 {
		padding-left: 20px;
		line-height: 40px;
		background: #000000;
	}
	#r-area .r h4 {
		margin-top: 0;
	}
	#r-area .r .s {
		display: none;
	}
	#r-area .ra.store .ara20 {
		height: 0;
		clear: both;
	}
	#r-area .r .a {
		float: left;
		width: calc(100% - 140px);
	}
	#r-area .ra.store .btn {
		float: right;
	}
	#r-area .ra.store .btn div {
		padding: 5px;
		font-size: 12px;
		width: 90px;
		margin: 10px 0px 0px 0px;
		background: #a9a9a9;
	}

	.first-item {
		margin-bottom: 10px;
	}
	.first-item .it {
		width: calc(50% - 5px);
	}
	.first-item .it:nth-child(1) {
		margin-right: 10px;
	}

/*
.hhcyo {
	margin-bottom: 10px;
}
.hhcyo .io {
	padding: 10px;
	width: calc(50% - 25px);
}
.hhcyo .io:nth-child(1) {
	margin-right: 10px;
}
*/
	.hhcyo {
		margin-bottom: 10px;
	}
	.hhcyo .io {
		padding: 10px;
		width: calc(100% - 20px);
	}
	.hhcyo .io:nth-child(1) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.hhcyo.y .io:nth-child(1) {
		margin-right: inherit;
	}
	.hhcyo.y .io {
		padding: 0px;
		width: calc(100% - 15px);
	}
	

}



.blinkcamp {
  -webkit-animation: blinkcamp-anim  .5s infinite;  /* Safari 4+ */
  -moz-animation: blinkcamp-anim  .5s infinite;  /* Fx 5+ */
  -o-animation: blinkcamp-anim  .5s infinite;  /* Opera 12+ */
  animation: blinkcamp-anim  .5s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinkcamp-anim {
  0%, 49% {
    background-color: red;
  }
  50%, 100% {
    background-color: #ffffff;
  }
}

.blinkcampgreen {
  -webkit-animation: blinkcamp-animgreen  .5s infinite;  /* Safari 4+ */
  -moz-animation: blinkcamp-animgreen  .5s infinite;  /* Fx 5+ */
  -o-animation: blinkcamp-animgreen  .5s infinite;  /* Opera 12+ */
  animation: blinkcamp-animgreen  .5s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinkcamp-animgreen {
  0%, 49% {
    background-color: #07b50b;
  }
  50%, 100% {
    background-color: #ffffff;
  }
}

.blinkcamp2 {
  -webkit-animation: blinkcamp-anim2  .5s infinite;  /* Safari 4+ */
  -moz-animation: blinkcamp-anim2  .5s infinite;  /* Fx 5+ */
  -o-animation: blinkcamp-anim2  .5s infinite;  /* Opera 12+ */
  animation: blinkcamp-anim2  .5s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinkcamp-anim2 {
  0%, 49% {
    background-color: #ffffff;
  }
  50%, 100% {
    background-color: red;
  }
}

.nutalert {
	font-style: italic;
	color: red;
	font-weight: 700;
	display: block;
	margin-bottom:5px;
	font-size: .8em;
}