/* ================================================================================================================ */
/* CSS RESET
/* ================================================================================================================ */
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}

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, font, 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 {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100.01%;
	/*font-style: inherit;*/
	/*font-weight: inherit;*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* remember to define focus styles! */
:focus {
	outline: none;
	-moz-outline-style:none;
}

::-moz-focus-inner {
border: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}


/* The value 1 forces a broken image icon even if the image has alt text */
img {
	-moz-force-broken-image-icon: 1;
}

/* Selection colour & background */
::-moz-selection{
	background:#c33;
	color:#f8f8ff;
}

::selection {
	background:#c33;
	color:#f8f8ff;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder ,
:-ms-input-placeholder {  
color: #aaa;
font-family: 'Georgia Italic';
font-size: 12 pt;
}
/* ================================================================================================================ */
/* CLEARFIX
/* ================================================================================================================ */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear {
clear:both;
display: block;
width: 100%;
height: 0px;
margin: 0px;
padding: 0px;
line-height: 0px;
font-size: 0px;
}

/* ================================================================================================================ */
/* PAGE DEFAULTS
/* ================================================================================================================ */

html {
overflow-y:scroll;
}

body {
font: 62.5%/1.5  'Lato';
color: #000;
text-align:left;
letter-spacing: normal;
word-spacing: normal;
font-weight:lighter;
width: 100%;
min-width: 1223px;
}

/* ============================================================================================= */

a			{ text-decoration: none; color: #ED145B; }
a:link		{ text-decoration: none; color: #ED145B; }
a:visited	{ text-decoration: none; color: #ED145B; }
a:hover		{ text-decoration: none !important; color: #ED145B !important;; font-weight: bold !important;}
a:active	{ text-decoration: none; color: #ED145B; }
a:focus		{ text-decoration: none; color: #ED145B; }

/* ============================================================================================= */

label {
color: #333;
font-family: 'Lato';
font-size: 12px;
cursor: pointer;
}

input[type="text"],
input[type="password"] { 
border: 1px solid #ccc;
background: #fff;
color: rgba(0, 0, 0, 0.5);
font-family: "Georgia, italic";
font-size: 12px;
font-style: italic;
padding: 0px 3px;
margin: 0 2px;
line-height:40px;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus {
background: #fff;
border: 1px solid #999;
}

/* ============================================================================================= */


input[type="submit"],
input[type="button"] {
background: #F9C2AD;
border: medium none;
color: rgba(255, 255, 255, 0.9);
font-size: 15px;
height: 50px;
margin: 0 0 4px;
text-align: center;
width: 320px;
cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background: #F9C2AD;
    border: medium none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    height: 50px;
    margin: 0 0 4px;
    text-align: center;
    width: 320px;
}

input[type="radio"] {
cursor: pointer;
}

input[type="checkbox"] {
cursor: pointer;
margin-top: 4px;
}

/* ============================================================================================= */

select {
background: #f8f8f8;
border: 1px solid #ccc;
color: #333;
cursor: pointer;
font-family: 'Lato';
font-size: 11px;
padding: 3px 4px;
}

select:hover,
select:focus {
background: #f8f8f8;
border: 1px solid #999;
}

/* ============================================================================================= */

textarea {
border: 1px solid #ccc;
background: #f8f8f8;
color: #333;
overflow: auto;
font-family: 'Lato';
font-size: 10px;
font-style: normal;
padding: 10px;
}

textarea:hover,
textarea:focus {
border: 1px solid #999;
background: #fff;
}

/* ============================================================================================= */

.float-left {float: left;}
.float-right {float: right;}

.wyszukiwanie-toogle {
background-color: #eee;
background-position: 2px center !important;
background-repeat: no-repeat !important;
padding: 4px 8px 4px 20px !important;
}

.przypomnienie-toogle {
background-color: #eee;
background-position: 2px center !important;
background-repeat: no-repeat !important;
padding: 4px 8px 4px 20px !important;
}


/* ============================================================================================= */

.side-menu-header {
   border-top: 1px solid rgba(0, 0, 0, 0.25);
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}

.link-button {
background: none repeat scroll 0 0 #f9c2ad;
border: none;
color: #fff;
height: 34px;
margin-bottom: 10px;
display: block;
font-family: 'Lato';
font-size:15px;
font-style: normal;
cursor: pointer;
padding: 3px 5px 3px 5px !important;
text-align: center !important;
text-decoration: none !important;
}

.link-button:hover {
border: none;
text-decoration: none;
font-weight: normal !important;
}

input:focus {
    outline: none !important;
    border: 1px solid #ED145B !important;
    box-shadow: 0 0 6px #ED145B;
}

/* ============================================================================================= */

p.blad  {font-weight:bold; color:#f33; text-align:center; margin-top:15px; }
noscript {color:red; font-weight:bold; font-size: 200%; display:inline; line-height: 100px;}