/*
* ZRESETOWANIE STYLOW PRZEGLADAREK
*/

/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	line-height: normal;
}
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
	line-height:normal;
}

html {font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%}

fieldset, img {
	border: none;
}

	fieldset legend
	{
		height:0;
		display:none;
		line-height:0;
	}
ul
{
	list-style: none;
}

a
{
	text-decoration:none;
	color:#294266;
	cursor:pointer;
}

a:hover, a:active, a:focus
{
	text-decoration:underline;
	color:#294266;
}

a.no-hover {
	text-decoration:none;
}

figure a 
{
	display:block;
	width:100%;
	text-align:center;
}

figure a img 
{
	width:100%;
	margin:0 auto;
}

figure figcaption a
{
	display:inline;
	width:auto;
	text-align:left;
}


table, tr, th, td, thead, tbody
{
	border: none;
	padding:0;
	margin:0;
	border-collapse:collapse;
}



table caption
{
	display:none;
	border:none;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
}

button
{
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
	font-family:"Trebuchet MS";
}

iframe
{
	border:none!important;
	height: 100%;
	width: 100%;
}

iframe#rufous-sandbox
{
	height:0%;
}


/* RESPONSIVE IMAGES */
img {
	max-width:100%;
	height:auto;
}


.padd-reset
{
	padding:0 !important;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

input,
select
{
	color:#1f1f1f; !important;
}

select{
	white-space: nowrap;
}

.iframe-reset
{
	background:none;
}
