.list-view-loading
{
	background:url(loading.gif) no-repeat;
}

.list-view .summary
{
	margin: 0 0 .5rem 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 .5rem 0;
	text-align: right;
}

.list-view .pager
{
	margin: .5rem 0 0 0;
	text-align: right;
}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 0 0 .5rem;
	padding: 0;
}

.list-view .sorter a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 1rem;
}

.list-view .sorter a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 1rem;
}
.century-link-2{
	display:block;
      width: 6.4rem;
    margin: 1.5rem 0 0 1.2rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.century-link-2 img {
    max-width: 100%;
    border: 0;
}
.small .century-link-2{
    width: 5.4rem;
    margin-top: .5rem;	
}
.pagin_back_wr .hidden,
.pagin_next_wr .hidden {
	pointer-events:none;
}
@media (max-width:820px){
	.nav__link{
		font-size:9px;
	}
}
@media (max-width:720px){
	.nav__link{
		font-size:8px;
	}
	.nav__item {
		padding: 0 .2rem !important;
   	     padding-top: 4.5rem !important;
    }
    .century-link{
    	    width: 2.6rem !important;
		    margin: 15px 0 0 .5rem !important;
	}
	.century-link-2 {
    	width: 3.6rem !important;
    	margin: 1.5rem  0 0 .5rem !important;
    }
}