/**
 * Created on : 08.11.2015, 16:16:38
 * @author    : Pavel Khoroshkov aka pgood
 */

.page-header{

}
.header-slider{
/*position:absolute;top:100px;left:0px;*/
width:100%
}
.header-slider figure{
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	height:auto;
}
.header-slider figure img{
	height: 100%;width:100%;
}
.header-slider > figure{
	visibility: hidden;
}
.header-slider > figure:first-child{
	visibility: visible;
}
.header-slider figure > figcaption{
	position: absolute;
	bottom:0px;
	text-align:right;
	right:0px;width:100%;height:40%;padding:0px;
	font-size:130%;
	color:white;
	}
pre.prettyprint.prettyprinted{
background:white;
}
.slider-buttons{
background:white;
}
.footer{

}
.material-icons{
	vertical-align: text-bottom;
}
@media all and (max-width: 760px){
    .header-slider figure{
		height: auto;
		width: 100%;
	}
}
@media all and (max-width: 480px){
    .header-slider figure{
		height: auto;
		width: 100%
}