@charset "utf-8";
/* CSS Document */

body {
	background: #e6bde2;
	margin: 0;
	padding: 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.pds {
	margin: auto;
    margin-top: -4px;
	width: 1010px;
	font-size: 14px;
}

.left {
	float: left;
	width: 250px;
}

.right {
	float: right;
	width: 625px;
	padding-right: 20px;
	color: #1D5385;
}

.t3, .animacja, .t4 {float: left;}

.a {height: 249px;}

.t3 {width: 26px;}

.t4 {width: 24px;}

.animacja {width: 950px;}

.s {
	background: url(../images/sbg.png) repeat-y;
	padding: 0px 4px 0px 6px; 
}

.s2 {padding: 10px 20px;}

.both {clear: both;}

img {border: 0;} 

.center{text-align: center;}

.mng {
	text-align: center;
	padding: 8px 10px; 
	background: #D50D3E; 
	color: #fff;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px; 
    font-weight: bold;
}

.menu ul {
    list-style:none;
    margin:0;
    padding:5px 0px;
}

.menu li {
    display:block;
    padding:1px 0px;
}

.menu a {
	background: #fff url(../images/k1.gif) no-repeat right center; 
	padding: 10px 25px; 
	border: 1px solid #F0EEEA; 
	display: block;
	font-size: 12px;
	color: #8F0A49; 
	text-transform: uppercase; 
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.menu a:hover {
	background:#FFE8EE url(../images/k2.gif) no-repeat right center;
	border:1px solid #EBCAD3; 
	font-weight:bold; 
}

#header {
    background: url(../images/sbg.png) repeat-y;
    padding: 0 4px 5px 6px;
}

#rotate {
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(-5deg); /* Standard syntax */
    padding-bottom: 40px;
    font-family: Chewy, sans-serif;
    color: red;
}
    
h1 {
	text-align: center;
	font-size: 16px;
	background: url(../images/ng.gif) no-repeat left center; 
	border-bottom: 1px solid #F3BDC7 ; 
	margin: 5px 0px; 
	padding: 10px; 
}

#rotate h1 {
    margin: 0 10px;
    padding: 0;
    border: none;
    background: none;
    font-size: 48px;
}

#header h2 {
    font-size: 36px;
    text-align: center;
}

#content h2 {
    font-size: 26px;
}

h3 {
    text-align: center;
}

img.center {
    display: block;
    margin: auto;
    margin-top: 10px;
    border: 5px solid #fff;
    -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
    height: 283px;
    width: 426px;
}
    
.f {
    text-align: center; 
    padding: 10px; 
    font-size: 11px; 
    color: #BD959D; 
}

.f a {
	color: #BD959D; 
}

.h {display: none}
.v {display: block}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {text-decoration:none;}

#gallery {padding: 10px 0px;}

#gallery ul {
    list-style: none;
    margin:0;
    padding:0;
}

#gallery ul li {
    display: inline-block;
    padding: 10px;
}

#gallery ul li a {
    padding:5px;
    background:#fff;
    text-decoration: none;
    display:inline-block; 
	box-shadow: 0px 0px 4px #CCC;
    -webkit-transform 1s; /* Safari */
    transition:transform 1s;
}

#gallery ul li a:hover,
#gallery ul li a:focus,
#gallery ul li a:active {
    -webkit-transform: rotate(15deg); /* Safari */
    transform: rotate(15deg);
}

#l, #r{
    float: left;
    width: 50%;
}

#content {
    overflow: hidden;
    background: url(../images/sbg.png) repeat-y;
}

#r a,
#l a {
    text-decoration: none;
    display: inline;
    text-align: center;
    margin: auto;
    font-family: Righteous, sans-serif;
    color: #222222;
}


.powiekszenie {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, -webkit-box-shadow, -moz-box-shadow, box-shadow, border;
    transition-property: transform, -webkit-box-shadow, -moz-box-shadow, box-shadow, border;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.powiekszenie:hover,
.powiekszenie:focus,
.powiekszenie:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border: 5px solid #e6bde2;
    -webkit-box-shadow: 11px 11px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 11px 11px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 11px 11px 5px rgba(0, 0, 0, 0.5);
}