/*
|--------------------------------------------------------------------------
| CSS 1244 
| Autor: Daniel Perec, www.d4u.pl
|--------------------------------------------------------------------------
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,latin-ext);

body{
	padding: 0;
	margin: 0;
	background:#fff url(../images/bg.png); 	
	font-family:Arial, Helvetica, sans-serif; 
}

.pds{
	width: 960px;
	margin: auto; 
	position: relative;
	margin-top: 100px;
}
.top{
	position: relative;
}


.gfont,
.mtop a,
.mleft a,
.mng, .f,
h1,h2,h3
{
	font-family: 'Open Sans', sans-serif;
}


.mtop{	
	width: 100%;
	height: 60px;
	border-top: 8px solid #ACB317;		
	background: rgba(208,217,13,0.8);
	position: fixed;
	top: 0;	
	left: 0;
	z-index: 20;
}
.mtop ul{
	width: 960px;
	margin: auto;
	display: table; 
}
.mtop ul li{
	display: table-cell;
    width: 1%;
    float: none;
}
.mtop ul li a{
	display: block;
	text-align: center;
	padding: 18px 10px 19px 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(90,0,40,0.3);
	font-size:16px;
	transition: background 1s, color 0.5s;
	-webkit-transition: background 1s, color 0.5s; /* Safari */

}
.mtop ul li a:hover{
	background: #fff;
	border-bottom: 5px solid  rgba(172,179,23,0.5);
	color: #5a0027;
	text-shadow:none;
}
.animacja{
	background: #fff;
	padding: 20px;
	border: 1px solid #dfdfdf;
}
.animshadow{
	background: url(../images/cien.png) no-repeat top center; 
	height: 30px;
}
.logo{
	text-align: center;
	padding-bottom: 30px
}

.s{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 20px;
	
}
.s-left{
	width: 230px;
	float: left;
}
.mleft{
	padding: 10px;
	background: #fff; 
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.mleft ul li a{
	border-bottom: 1px solid #f2e8ec; 
	display: block;
	padding: 8px 10px 8px 40px;
	text-decoration: none;
	color: #998892;
	background: url(../images/ma.png) no-repeat left center;
}
.mleft ul li a:hover{
	border-bottom: 1px solid #e4cbd6; 
	color: #786C73;
	background: url(../images/mah.png) no-repeat left center;
}
.mleft ul li:last-child a{ border: none;}


.s-right{
	float: right;
	width: 710px;

}
a{
	color: #ACB317; 
}
a:hover{
	text-decoration: none;
}

h1.ng{
	font-size: 18px;
	color: #fff; 
	font-weight: normal;
	background: url(../images/ng.png) no-repeat left bottom;
	padding: 5px 10px 7px 35px;
	margin-top: 30px;
}

.both{
	clear: both;
}

img{
	border: 0
}
ul{list-style: none; margin: 0; padding: 0;}


.f{
	margin-top:20px;
	border-top: 2px solid #979D12;
	background: rgba(172,179,23,0.8);
}
.copy,
.copy a{
	color: #fff; 
	text-decoration: none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}
.copy{
	font-size: 14px; 
	padding: 10px 15px;
	text-align: right;
}



#gallery {
	
		padding: 10px 0 10px 00px;
		
	}
#gallery ul { list-style: none; margin:0; padding:0px 0px 0px 0px; }
#gallery ul li { display: inline-block; padding: 10px 8px ;  }
#gallery  ul li a{
     padding:5px; background:#fff; text-decoration:none; display:inline-block; 	
	 box-shadow:  1px 1px 2px rgba(0,0,0,0.2);	
	 }	
#gallery ul li a div {
white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;width:130px;table-layout:fixed;
}

	 
.album {
float:left;
width:135px;
text-align:center;
font-weight:bold;
margin-top:3px;
}

.title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff; 
	font-weight: normal;
	background: url(../images/ng.png) no-repeat left bottom;
	padding: 5px 10px 7px 35px;
	margin-top: 10px;
}

#form1 td {
padding-right:20px;
font-size:12px;
font-family:Verdana;
}

#form1 input[type=text] {
border:1px solid #d7d7d7;
width:250px;
height:20px;
font-size:12px;
font-family:Verdana;
}

#form1 textarea {
border:1px solid #d7d7d7;
width:250px;
height:100px;
font-size:12px;
font-family:Verdana;
}

#form1 input[type=submit] {
background:#b6bc3f;
font-family:Verdana;
font-size:12px;
color:#ffffff;
padding:7px;
border:none;
font-weight:bold;
}

#form1 td span {
color:red;
}
