.full-list{ clear: both;}
.full-list article{ padding: 5px;}
.full-list header a{word-break: initial}
.full-list header a *{color: #e57900}
.full-list header a:hover *{color: #006192 }
li[data-sizex="2"] .full-list h2, li[data-sizex="1"] .full-list h2{font-size: 14px;}
li[data-sizex="2"] .full-list figure img, li[data-sizex="1"] .full-list figure img{ width: 50px; height: auto}
.full-list article figure{
    position: relative; z-index:200; display: block; /*min-height: 50px;*/
    -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; transition-delay: 0.2s;
    -moz-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s;
    background-color:#fff; border:1px solid #b0b0b0; border-radius:4px; box-shadow:0 0 3px gray;
	max-width: 33%; margin: 2px 4px;
}
.full-list article:hover figure{
    z-index:300;
    -webkit-transform:scale(1.2, 1.2);
    -moz-transform:scale(1.2, 1.2);
    -o-transform:scale(1.2, 1.2);
    -ms-transform:scale(1.2, 1.2);
    transform:scale(1.2, 1.2);
}
.full-list article .admin {position:absolute; z-index:2;}
.full-list article .admin {
	display:none; bottom:10px; padding:5px 10px; left:10px;
	color:#000; background-color:rgba(0,0,0,.5); border-radius:4px;
}
html[dir=ltr] .full-list article .admin {left:auto;right:10px;}
.full-list article .admin img {padding:0 10px;border-width:0;}
.full-list article:hover .admin {display:block;}

.full-list-container #nav-controls{top: 100%; width: 100%; height: 40px; padding: 0 10px}
.full-list-container #nav-controls a.btn{padding: 0 6px 2px; margin:0 2px;  position: relative; top: 3px;  display: inline-block;width: auto;}
.full-list-container #nav-controls a.btn i:before{font-size: 12px}
