html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
}
@font-face
{
	font-family: FontAwesome;
	src: url(fonts/fontawesome-webfont.woff); 
}
body
{
	position: absolute;
    top: 0;
	float: left;
	width: 100%;
}
body div.woocommerce
{
	max-width: 1310px;
	margin: 0 auto;
	padding: 2% 0;
}
.woocommerce #container 
{
    margin: 0 auto;
    max-width: 1310px;
}
img
{
	height: auto;
	width: auto;
}
a:hover, a:focus
{
	text-decoration: none;
}
#content 
{
    min-height: 400px;
	width: 100%;
	float: left;
	top: 0;
	position: relative;
	margin-bottom: 100px;
}
.content-search 
{
    min-height: 400px;
	width: 100%;
	float: left;
	top: 0;
	position: relative;
	margin-bottom: 100px;
}
#content .row
{
    max-width: 1560px;
	margin: 0 auto !important;
	padding: 0 20px;
}
#wrapper
{
	width: 100%;
	padding: 0;
}
#main
{
	padding: 0;
	width: 100%;
}
.container
{
	max-width: 1360px;
	width: 100%;
	border: 0 none;
    margin: 0 auto;
    padding: 20px;
}
.row 
{
	padding: 0 !important;
	margin: 0 !important;
    width: 100%;
}
[class*="col-"]
{
	padding: 0px !important;
}
.row.container
{
	margin: 0 auto !important;
}
/* top */
.menu-ul
{
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
header
{
	max-width: 100%;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
}
.navbar-logo
{
    width: 40%;
    float: left;
	padding: 1% 3% 1% 0;
}
nav
{
	position: relative;
	z-index: 2;
}
nav ul li
{
	list-style-type: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	height: auto;
	position: relative;
	padding: 10px 50px;
}
.navbar-image img 
{
  max-width: 200px;
}
.menu-item-has-children:hover > ul.sub-menu 
{
    display: block;
	width: auto;
	position: absolute;
	margin-top: 10px;
}
nav li:hover, nav .sub-menu li:hover
{
	color: #ff0000;
	text-decoration: none;
}
.sub-menu li
{
	background-color: #052369;
}
nav ul li:hover > ul
{
	height: auto;
	overflow: visible;
}
nav li a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}
nav li a.current
{
	color: #000000;
	text-decoration: none;
}
.current-menu-item
{
	color: #ff0000;
}
.menu-ul li ul ul
{
	height: 0;
	margin: 0 0 0 98%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9;
}
.sub-menu li ul li
{
	width: auto;
	background-color: #052369;
}
.sub-menu li
{
	background-color: #052369;
	float: none;
	height: auto;
	margin-left: 0;
	position: relative;
	width: auto;
	padding: 5px 10px;
	text-align: left;
	display: block;
}
.sub-menu a
{
	text-decoration: none;
	padding: 0px;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
}
.sub-menu li a:hover
{
	text-decoration: underline;
}
.sub-menu
{
	display: none;
}
#pojo-a11y-toolbar
{
	z-index: 999999999 !important;
}
.psl_title 
{
  margin: 20px 0;
  border-bottom: 2px solid #000;
}
.show
{
	visibility: visible;
}
/* facebook */
.facebook
{
	display: block;
	height: 40px;
	width: 34px;
	position: fixed;
	background-image: url("/wp-content/uploads/2016/09/FB.png");
	top: 77px;
	right: 0;
	z-index: 999;
	target: _blank;
	transition: 0.5s;
}
.facebook:hover
{
	width: 40px;
	transition: 0.5s;
	transition-timing-function: linear;
}
/* sidebar */
#in-sidebar
{
	float: left;
	width: 24%;
	margin-right: 1%;
}
#out-sidebar
{
	float: left;
	width: 75%;
	margin: 0;
}
/* widget */
.socket
{
	background-color: #2b3039;
	float: left;
	margin: 0 auto;
	width: 100%;
}
/* footer */
footer
{
	float: left;
	width: 100%;
}
#footer
{
	padding: 0;
	background-color: #000;
	float: left;
	width: 100%;
}
.copyright 
{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
/* Aktualności */
.archive-title 
{
    padding: 2%;
    text-align: center;
}
.archive-box p 
{
    padding: 2% 0;
}
.archive-header 
{
    width: 100%;
    float: left;
}
.archive-box 
{
    width: 100%;
    float: left;
    height: auto;
    margin: 2% auto;
}
.archive-post-image 
{
    float: left;
    width: 20%;
    display: block;
}
.archive-post-image img 
{
    width: auto;
    padding: 4%;
    display: block;
    float: left;
    margin: 0 auto;
    max-width: 100%;
}
.archive-post-content 
{
    float: left;
    width: 80%;
    display: block;
}
.archive-post-title 
{
    font-size: 24px;
}
.archive-post-date 
{
    font-size: 14px;
    color: #999;
    padding: 0.5% 0 !important;
}
.archive-post-description p
{
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Paginacja */
.psl_pagination 
{
    width: 100%;
    float: left;
    margin: 2% auto;
    text-align: center;
}
/* MEDIA QUERIES */
@media screen and (max-width: 1024px)
{

}
@media screen and (max-width: 992px)
{
	.navbar-language
	{
		display: none;
	}
	header nav ul
	{
		height: 0;
		overflow: hidden;
	}
	header nav ul.open
	{
		height: auto;
		position: relative;
	}
	header nav ul li
	{
		height: auto;
		padding: 0;
	}
	header nav li
	{
		float: left;
		width: 100%;
	}
	header nav li a
	{
		display: block;
		text-align: left;
		padding: 5px;
		color; #fff;
	}
	header nav li:hover, header nav .sub-menu li:hover
	{
		background-color: inherit;
		text-decoration: none;
		color: #fff;
	}
	.sub-menu
	{
		display: block;
	}
	.menu-item-has-children:hover > ul.sub-menu 
	{
		display: block;
		width: auto;
		position: relative;
		margin-top: 0px;
	}
	.sub-menu a
	{
		color: #fff;
		padding: 5px;
		text-align: left;
	}
	.sub-menu.open
	{
		height: auto;
		overflow: visible;
		margin: 0;
		float: none;
		padding: 0;
		width: 100%;
		position: relative;
	}
	.sub-menu.open li
	{
		padding: 0 0 0 20px;
		text-align: left;
		background-color: inherit;
	}
	footer .col-sm-3
	{
		width: 100%;
	}
	#in-sidebar, #out-sidebar
	{
		width: 98%;
		margin: 1%;
		float: left;
	}
	.mega-menu-toggle
	{
		display: none !important;
	}
	#burger-nav
	{
		width: 10%;
		height: 30px;
		background-image: url("/wp-content/themes/PROSPEL/img/menu-white.png");
		background-repeat: no-repeat;
		cursor: pointer;
		float: right;
		margin: 10px 10px 5px 5px; 
		position: relative;
		z-index: 999999;
	}
	.sow-slider-image h1 
	{
	  font-size: 32px !important;
	}
	.sow-slider-base h1
	{
		margin-top: 50px !important;
	}
	.footer-column 
	{
	  margin-bottom: 80px;
	}
	.so-widget-sow-social-media-buttons-atom-05d287bb2205 .social-media-button-container
	{
		text-align: center !important;
	}
	#s
	{
		width: 60% !important;
	}
}
@media screen and (max-width: 768px)
{
	header img 
	{
	  width: 150px;
	  float: left;
	}
}
@media screen and (max-width: 360px)
{

}