@charset "utf-8";
body {
	font-family: 'Dosis', sans-serif;
	color: #660E0D;
	text-transform: uppercase;
}
.naglowek {
	font-size: 31px;
	font-weight: normal;
	margin-bottom: 5px;
}

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(bg_splinte.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E3BD21;
}
.all {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
}
.txt_contener {
	width: 200px;
	float: left;
	height: 220px;
}
.content {
	font-size: 15px;
}
a {
	color: #fff7c1;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}.text_botom {
	margin-top: 15px;
	width: 900px;
}
.title {
	font-size: 22px;
}
.social_contener {
	float: right;
	margin-top: 2px;
}
img {
	border: 0;
}
