@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}


.esc {
	position: relative;
	clear: both;
	width: 100%;
}

/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width:1200px;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	display:none;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/


#lista1 .als-item {
	/* min-height: 355px; */
	min-width: 128px;
	background:#fff;
	width: 260px !important;
    border:1px solid #ccc;
	padding:0px;
	margin:0px 20px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  
}
#lista1 .als-item > div{
	background:#f9f9f9;
	position:relative; 
	/* top:2px;  
	height:353px;*/
}
#lista1 .als-item > div .imgArea{
	text-align:center;
	background:#fff;
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
}
.malrang{
	font-size:15px;
	font-family: 'Noto Sans', sans-serif;
	color:#333;
	font-weight: bold;
	text-align:center;
	padding: 10px;
	margin:3px 8px;
}
.malrang2{
	font-size:11px;
	text-align:center;
	margin:10px 10px 0;
	/* height:48px; */
	color:#aaa;
	overflow:hidden;
}
.malrang3{
	text-align:right;
	font-size:17px;
	color:#333;
	margin:10px 15px 0 0;
	padding-bottom:10px;
}
.malrang4{
	text-align:left;
	font-size:16px;
	margin-left:6px;
	font-weight:bold;
	color:#000;

	padding-bottom:10px;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 172px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 70px;
}

#lista1 .als-next {
	right: 70px;
}

/************************
 * specific als element
 * styling for #lista2
 ***********************/

#lista2 {
	margin-bottom: 80px;
}

#lista2 .als-item {
	margin: 10px 0px;
	min-height: 152px;
	min-width: 128px;
}

#lista2 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista2 .als-prev, #lista2 .als-next {
	left: 460px;
	width: 22px;
	height: 15px;
}

#lista2 .als-prev {
	top: -25px;
}

#lista2 .als-next {
	bottom: -20px;
}

#lista2 .als-item {
	vertical-align: middle;
}
