

@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;
}

h2, h3, h4, h5 {
    line-height: 100%;
}

h2 {
    font-size: 25px;
}

.esc {
    position: relative;
    clear: both;
    width: 100%;
}

header, footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

header {
    text-align: center;
}


#content {
    position: relative;
    margin: 50px auto;
    width: 960px;
}
/********************************
 * generic als elements styling
 ********************************/
.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
	overflow: hidden;
}

.als-viewport {
    position: relative;
    overflow: hidden;
 margin-left:35px;
	
}

.als-wrapper {
    position: relative;
    list-style: none;
	margin:0px;padding:0px;

}

.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
}

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
	
}



#demo3 {
    margin: 40px auto;	
}

#demo3 .als-item {
	 margin: 0px 5px;
    padding: 4px 0px;
    height: 170px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
	font-size:14px;
}
#demo3 .als-item a{
	 display:block;
	}
#demo3 .als-item a img{margin-bottom:0px;margin-top:15px;margin-bottom:8px;max-width:100%;margin-left:auto;margin-right:auto; border-radius:5px; display:block;border:1px solid #efefef;}
#demo3 .als-item a:hover{color:#3c4a84; text-decoration:none;}

#demo3 .als-item a{color:#000000;}



#demo3 .als-prev, #demo3 .als-next {
    top: 50px;
	font-size:40px;
	z-index:1000;
}
#demo3 .als-prev i, #demo3 .als-next i{font-size:40px;}
#demo3 .als-prev i:hover,#demo3 .als-next i:hover{color:#f66c32;}

#demo3 .als-prev {
    left: 0px;
}

#demo3 .als-next {
    right: 0px;
}


@media only screen and (min-width:1000px) {	
#demo3 .als-next{ right:0px;width:40px;}
#demo3 .als-item {
    width: 170px;
	}
}
@media only screen and (max-width:1000px){
#demo3,.als-viewport{width:320px; overflow:hidden; }
#demo3 .als-item {
    width: 230px;
	}
}