/***** FOOTER *****/
.footer
{
	width: 100%;
	background: #343434;
	color: #d6d6d6;
	font-size: 11px;
    padding-bottom: 50px;
    margin-top: 40px;
}

.popularne 
{ 
	padding-top: 40px; 
}

.popularne a 
{
	color: white;
	background: #009ee0;
	padding: 10px 20px 10px 20px;
	border-radius: 25px;
	white-space: nowrap;
	line-height: 35px;
    font-size: 9px;
}

.popularne a:hover
{
	color: white;
	cursor: pointer;
}

.title_popularne
{
	color: white; 
	font-weight: bold;
}


.na_skroty, .na_skroty2 { color: #9a9a9a; padding-top: 40px; }
.na_skroty2 { padding-top: 56px; }
.na_skroty a, .na_skroty2 a { color: #9a9a9a; }
.na_skroty ul, .na_skroty2 ul { list-style-type: none; padding-left: 0px; }
.na_skroty ul li, .na_skroty2 ul li { line-height: 16px; margin-top: 18px; }
.na_skroty a:hover, .na_skroty2 a:hover { color: white; }
.title_na_skroty { color: white; font-weight: bold; }


.foot_logo
{
	padding-top: 40px;
	width: 150px;
}

.icon_kontakt
{
	margin-right: 10px;
}

.kontakt1
{
	color: #939393;
}

.kontakt2, .kontakt2:hover
{
	color: #d6d6d6;
	white-space: nowrap;
}


.copyright
{
	float: left;
	color: #939393;
}

.foot2
{
	padding-top: 25px;
	margin-top: 50px;
}




@media all and (max-width: 991px) 
{
	.na_skroty2
	{
		padding-top: 0px;
	}

	.copyright
	{
		padding-bottom: 20px;
		float: none;
	}

}