a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button,
input,
select,
textarea {
	outline: 0;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	max-width: calc(100% -);
	margin: 0 auto;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	color: #3c3c3c;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #212121;
}
.h1,
h1 {
	font-size: 5.625rem;
}
.h2,
h2 {
	font-size: 3.125rem;
}
.h3,
h3 {
	font-size: 2.375rem;
}
.h4,
h4 {
	font-size: 1.3125rem;
}
.h5,
h5 {
	font-size: 1.125rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.sub .h1,
.sub h1 {
	font-size: 3.125rem;
}
.sub .h2,
.sub h2 {
	font-size: 2.375rem;
}
.sub .h3,
.sub h3 {
	font-size: 2.0625rem;
}
.sub .h4,
.sub h4 {
	font-size: 1.6875rem;
}
.sub .h5,
.sub h5 {
	font-size: 1.4375rem;
}
.sub .h6,
.sub h6 {
	font-size: 1.125rem;
}
.lead {
	font-size: 1.375rem;
	line-height: 2rem;
}
ol,
p,
ul {
	margin-bottom: 16px;
}
ol,
ul {
	margin-left: 30px;
}
ol > li,
ul > li {
	margin-bottom: 8px;
}
ul > li {
	list-style: disc outside;
}
ol > li {
	list-style: decimal outside;
}
blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem;
}
blockquote em,
blockquote small {
	display: block;
}
blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}
blockquote small {
	text-align: right;
	font-size: 1rem;
}
blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px;
}
.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}
.text-left,
.tl {
	text-align: left;
}
.tc,
.text-center {
	text-align: center;
}
.text-right,
.tr {
	text-align: right;
}
.bold,
.strong,
b,
strong {
	font-weight: 700;
}
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	background-color: #ccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	background: #949494;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #949494;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 0;
	padding: 1rem 1.8rem;
	line-height: 1em;
	font-size: 0.875rem;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Source Sans Pro", sans-serif;
}
.btn:hover {
	background: #a8a8a8;
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn:focus {
	background: gray;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn.block {
	display: block;
}
.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}
.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}
button {
	cursor: pointer;
}
.btn.alt {
	background: 0 0;
	color: #949494;
	border: 2px solid #949494;
}
.btn.alt:hover {
	color: #fff;
	background: #949494;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn.alt:focus {
	color: #fff;
	background: gray;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.bg-info {
	background: #4babe2;
	border-color: #4babe2;
}
.bg-danger {
	background: #e42417;
	border-color: #e42417;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #949494;
	border-color: #949494;
}
.bg-secondary {
	background: #3c3c3c;
	border-color: #3c3c3c;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #949494;
}
.color-secondary {
	color: #3c3c3c;
}
.bg-none {
	background: 0 0 !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	padding-bottom: 50px;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo img {
	height: 57.7px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar.affix {
	background: rgba(0, 0, 0, 0.9);
	height: 70px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	padding-bottom: 0;
}
#navbar.affix .logo img {
	height: 50px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-nav li {
	display: inline;
	list-style: none;
	margin-left: 30px;
	margin-bottom: 0;
	position: relative;
}
.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav a {
	text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
	font-size: 1rem;
	opacity: 0.7;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	letter-spacing: 2px;
	display: inline-block;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:focus,
.navbar-nav a:hover {
	opacity: 1;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
li:hover > .dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.dropdown .dropdown {
	top: 0;
	left: 100%;
}
.toLeft > .dropdown {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}
.dropdown a {
	padding: 10px 15px;
	display: block;
	text-transform: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 1.1;
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	opacity: 1;
	border-radius: 0;
}
.dropdown > li:hover > a {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a {
	color: #949494;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:hover {
	color: gray;
	text-decoration: underline;
}
header {
	position: relative;
	color: #000;
	animation: fade-slide-down 2s cubic-bezier(0, 0.5, 0, 1) forwards;
}
header::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 50vw rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 0 50vw rgba(0, 0, 0, 0.8);
}
header:before {
	animation: rotate-up 3s cubic-bezier(0, 0.5, 0, 1) forwards;
	background: #fff;
	content: "";
	height: 40rem;
	left: -5%;
	position: absolute;
	right: -5%;
	top: 100%;
	transform-origin: 0 0;
	z-index: 999;
}
@keyframes rotate-up {
	100% {
		transform: rotateZ(-3deg);
	}
}
header .swiper-slide img {
	height: 100vh;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@keyframes fade-slide-down {
	0% {
		opacity: 0;
		transform: translateY(-4rem);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
header h1 {
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin: 0;
}
#kancelaria {
	padding: 150px 0;
}
#kancelaria h2 {
	margin: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1em;
}
#kancelaria h2 small {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	opacity: 0.8;
}
#kancelaria h2 strong {
	font-size: 3.125rem;
}
#uslugi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#uslugi a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 25%;
	background: #000;
}
#uslugi a .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 60px);
	z-index: 20;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#uslugi a .text {
	color: #fff;
	padding-bottom: 30px;
	max-width: 70%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-left: -100%;
}
#uslugi a .click {
	position: relative;
	display: inline-block;
	width: auto;
}
#uslugi a .click::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 800%;
	left: -17.5px;
	width: 2px;
	height: 700%;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#uslugi a .click::after {
	content: "";
	display: block;
	position: absolute;
	top: 300%;
	right: -17.5px;
	width: 2px;
	height: 300%;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#uslugi a .btn {
	background: #fff;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.875rem;
	border: 0;
	padding: 1rem 2rem;
	position: relative;
}
#uslugi a .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: -17.5px;
	left: 800%;
	width: 500%;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#uslugi a .btn::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -17.5px;
	right: 300%;
	width: 150%;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#uslugi a img {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#uslugi a:hover img {
	opacity: 0.4;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#uslugi a:hover .text {
	margin-left: 0;
}
#uslugi a:hover .click::before {
	bottom: 0;
}
#uslugi a:hover .click::after {
	top: 0;
}
#uslugi a:hover .btn::before {
	left: 0;
}
#uslugi a:hover .btn::after {
	right: 0;
}
#news {
	padding: 120px 0;
}
#news h3 {
	margin-top: 0;
	margin-bottom: 60px;
}
#news .btn {
	margin-top: 30px;
}
.card.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.card.horizontal .card_img {
	margin-right: 30px;
	position: relative;
}
.card.horizontal .card_img .label {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 20;
	background: #bf4040;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.625rem;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 1em;
	padding: 5px 10px;
}
.card.horizontal .card_img img {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	z-index: 10;
}
.card.horizontal .card_img:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
}
.card.horizontal h4 {
	margin: 0 0 15px;
}
.card.horizontal h4 a {
	color: #212121;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.card.horizontal h4 a:hover {
	opacity: 0.6;
}
.card.horizontal small {
	font-size: 1rem;
	color: #bfbfbf;
}
#mapa iframe {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.sub h1 {
	margin: 0;
	line-height: 1.1em;
}
.sub #news {
	padding: 0;
}
#pliki {
	margin-bottom: 30px;
}
#form {
	margin-bottom: 30px;
}
.news #main small:first-of-type {
	margin-top: 60px;
	display: block;
	opacity: 0.5;
	font-size: 1rem;
}
.news h1 {
	margin-top: 0;
}
aside > h4 {
	margin-top: 90px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
aside .card.horizontal h4 {
	margin-bottom: 5px;
}
aside .card.horizontal h4,
aside .card.horizontal h4 a {
	font-size: 1rem;
	line-height: 1.2em;
}
footer {
	background: #000;
	padding: 80px 0 30px;
	color: #fff;
}
footer .footer_left,
footer .footer_right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .footer_left a,
footer .footer_right a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
footer .footer_left a img,
footer .footer_right a img {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
footer .footer_left a:hover img,
footer .footer_right a:hover img {
	opacity: 0.7;
}
footer .footer_left img,
footer .footer_right img {
	display: block;
	margin-right: 10px;
}
footer .footer_left a {
	margin-right: 30px;
}
footer .top {
	margin-left: 15px;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	color: #949494;
}
footer form input,
footer form textarea {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}
footer form input:hover,
footer form textarea:hover {
	background: rgba(255, 255, 255, 0.2);
}
footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
footer form input::-ms-input-placeholder,
footer form textarea::-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
footer form input::placeholder,
footer form textarea::placeholder {
	color: #fff !important;
	opacity: 1;
}
footer form input:focus::-webkit-input-placeholder,
footer form textarea:focus::-webkit-input-placeholder {
	opacity: 0.2;
}
footer form input:focus:-ms-input-placeholder,
footer form textarea:focus:-ms-input-placeholder {
	opacity: 0.2;
}
footer form input:focus::-ms-input-placeholder,
footer form textarea:focus::-ms-input-placeholder {
	opacity: 0.2;
}
footer form input:focus::placeholder,
footer form textarea:focus::placeholder {
	opacity: 0.2;
}
footer hr {
	margin: 30px 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #fff;
	font-size: 0.625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	background-color: #ccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}
.fb_slider_right:hover {
	right: 0;
	height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: #fff;
}
.sub #main li li {
	margin-top: 5px;
}
