html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,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;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}/* End reset */
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
header {padding: 20px 0}
#logo {float: left;}
a {
	color: #F71570;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	color: #000;
	text-shadow: 0 1px 0 #ccc;
}

p, h2, h3, ul {margin-bottom: 20px;}
.kontakt p {margin: 0}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 0 #ccc;
}
h1 {font-size: 28px;margin-bottom: 40px;}
h2 {font-size: 25px;}
h3 {font-size: 23px;letter-spacing: -1px;}
h4 {font-size: 21px;margin-bottom: 15px;}
ul {
	margin-left: 40px;
	list-style: square;
}

.tel {
    display: block;
    float: left;
    font-weight: bold;
    margin: 30px 0 0 30px;
}
nav {float: right; margin: 20px 0 0;}
nav ul {list-style: none;margin:0}
nav li {float: left;margin: 0 0 0 20px;width:130px;text-align: center;}
nav a {
	background-color: #f6f6f6;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}


nav .current > a,
#ciachaPrzycisk
{
	background: #fa4fab;
	background: -moz-linear-gradient(top, #fa4fab 0%, #f7387c 100%); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa4fab), color-stop(100%,#f7387c)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #fa4fab 0%,#f7387c 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #fa4fab 0%,#f7387c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fa4fab 0%,#f7387c 100%); /* IE10+ */
	background: linear-gradient(top, #fa4fab 0%,#f7387c 100%); /* W3C */
	color: #fff;
	border-color: transparent;
	border-radius: 3px;
	font-weight: bold;
	padding: 10px 0;
	text-shadow: 0 1px 0 #AC0649;
}

nav .current > a:hover,
.btn:hover,
.more-link:hover,
input[type=submit]:hover,
#ciachaPrzycisk:hover
{
	border-radius: 10px;
	color: #fff;
	opacity: 1;
}



figure {
	float: right;
	margin: 0 0 20px 20px;
}

.widget {padding: 0 0 20px 26px;}
.widget li {line-height: 35px;}
.widget li a {color: #333;}
.widget li a:hover {color: #AC0649; margin-left: 10px;}
li.current a {color: #fff; font-weight: bold;}

footer {
	color: #555;
    height: 150px;
    font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
}
footer p {margin:0; padding-top: 30px;text-align: center;}
footer a {color: #000}


a#mf {display: block}
a#mf span {
    display: block;
    width: 30px;
    height: 18px;
    background: url(img/mf.png) no-repeat ;
    margin: 0 auto;
    padding: 0;
    text-indent: -9999px;
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
           transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
a#mf:hover span {background-position: 0px -20px}





/**
 * Misc
 */

.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; }
.sep { padding: 0 5px; }

.hide { display: none; }




a#polska { display: block; width: 150px; height: 141px;
float: right; margin-left: 25px;
             background: url(/img/polska.png) top left no-repeat;
             border: 0 none; }
a:hover#polska { background-position: 0 -141px;  }

.szer50 {
    float: left;
    width: 50%;
    margin-bottom: 30px
}




#main,
#menu a {
    border-radius: 3px;
    -webkit-box-shadow:  0px 0px 10px rgba(246, 246, 246, 1);
    -moz-box-shadow:  0px 0px 10px rgba(246, 246, 246, 1);
    box-shadow:   0px 0px 10px rgba(246, 246, 246, 1);
}

#menu a:active {
	-webkit-box-shadow: inset 1px 1px 5px #ccc;
	-moz-box-shadow: inset 1px 1px 5px #ccc;
	box-shadow: inset 1px 1px 5px #ccc;
}

#menu a:hover {
	border-radius: 10px;
	opacity: 0.75;
}

#cookies-message {
    padding: 10px 0px;
    line-height: 22px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #efefef;
    width: 100%;
    z-index: 999;
}

#ciachaPrzycisk {
    display: inline-block;
    margin-left: 130px;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 900px) {
	#wrapper { width: 100%; }
	#site-title a, #site-description { float: none; margin-bottom: 0; }
	#main { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	#content { float: none; width: 100%; }
	#sidebar { float: none; margin-top: 20px; }
	figure { margin-left: 0; }
}

@media only screen and (max-width: 640px) {
    #logo {width: 100px}
    #logo img {max-width: 100%}
    nav {margin:4px}
    header {padding: 10px 0 0}
}
