@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:400,700,900,300,100&subset=latin,latin-ext);

@font-face {
font-family: 'myfont';
src: url('../_font/myriadproboldit.woff') format('woff'),
	 url('../_font/myriadproboldit.woff2') format('woff2');
}

@font-face {
font-family: 'myfont2';
src: url('../_font/BRAGGA.TTF');
}

* {
	margin: 0;
	padding: 0;
	font: 300 18px/1.3 'Ek Mukta', Calibri, sans-serif;
}



html {
	background-color: #efefef;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #666;
	min-width: 320px;
}

body a {
	text-decoration: none;
}


.menu {
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


.clear {
	clear: both;
}

.clear10 {
	clear: both;
	height: 10px;
}

.clear20 {
	clear: both;
	height: 20px;
}

.clear40 {
	clear: both;
	height: 40px;
}


.lewo {
	text-align: left;
}

.prawo {
	text-align: right;
}

.srodek {
	text-align: center;
}


.c400 {
	font-weight: 400;
}

.c600 {
	font-weight: 400;
}


