@charset "utf-8";
/* CSS Document */

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

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

}

@font-face {
	font-family: 'OxygenRegular';
    src: url('fonts2/oxygen-regular-webfont.eot');
    src: url('fonts2/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts2/oxygen-regular-webfont.woff2') format('woff2'),
         url('fonts2/oxygen-regular-webfont.woff') format('woff'),
         url('fonts2/oxygen-regular-webfont.ttf') format('truetype'),
         url('fonts2/oxygen-regular-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




p {
	font-family:OxygenRegular;
	font-size:19px;
}


#wrap {
	min-height: 100%;
	margin : 0 auto;
	max-width : 840px;
	min-width: 768px;
}

#inner {
    display: table-cell;
    vertical-align: middle;
}

.center-div
{
     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 50%;
     height: 300px;
	 float:left;
	 text-align:center;
}

#LImgL { width: 100%; }

#LImgL img
{
    height: auto;
    width: 100%;
}


@media screen and (max-width: 1023px) {

	.center-div
	{
		width:80%;
	}
	
	p {
		font-family:OxygenRegular;
		font-size:14px;
	}
 
}