@charset "UTF-8";


/* *****************************************************
 *	media queries
 * *****************************************************/
 .new-school{
	display: block;
	margin: 15px 0 5px;
	font-style: normal;
	color: #ff0000;
 }

 .new{
	display: block;
	position: relative;
	font-style: normal;
	padding-left: 60px;
 }

.new:before{
	content:"NEW";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #ff0000;
	text-align: center;
}

 .new:last-of-type{
	 margin-bottom: 20px;
 }

@media screen and (min-width: 769px){
/* ------------------------------------------------------*/
br.spbr{
	display:none;
}
}


@media screen and (max-width: 768px){
/* ------------------------------------------------------*/
.new{
	padding: 22px 0 0 0;
}

.new:before{
	top: 0;
	left: 0;
}

.new:last-of-type{
	margin: 10px 0 20px;
}
}

@media screen and (max-width: 320px){
}


@media screen and ( min-width: 568px ) and ( max-width: 768px) {
}

@media screen and (max-width: 567px){
}
