@charset "utf-8";
/* CSS MS SLIDE 1.0 */

/**** SLIDE *****/
#pgback {
	display: block;
	position: absolute;
	/*width: 100%;*/
	height: 100%;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
}
.imm {
	/*display:none;*/
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	position: absolute;
	width: 100%;
	
}

.imm  img{
    max-width:inherit;
    
}
/*text*/

.texts {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: auto;
}
.txt {
	/*display:none;*/
	height: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	position: absolute;
	width: auto;
	bottom: 30px;
	left: 30px;
	color: #FFF;
	padding: 5px;
	font-size: 38px;
	font-family: 'Josefin Sans';
	font-weight: bold;
	letter-spacing: 3px;
}
/* end text*/
.myloader {
	width: 36px;
	height: 12px;
	position: absolute;
	left: 49%;
	top: 49%;
	z-index: 5;
	background-image: url(../images/loader.gif);
}

@media screen and (max-width: 1280px) {
.pic {
	/*height: 110%;*/
}
}

@media screen and (min-width: 1281px) {
.pic {
	width: 100%;
}
}
/* END SLIDE */
