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

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

@font-face {
	font-family: 'calibri_regular';
    src: url('../asset/calibri/calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'calibri_light';
    src: url('../asset/calibri/calibril.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

container a {
	border-bottom: 1px dashed #999999;
}

container a img {
	border-bottom: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'calibri_regular';
    src: url('../asset/calibri/calibri.ttf') format('truetype');
    font-style: normal;
}

.clear{
    clear: both;
}

.hidden{
    display: none;
}