
/**
 * clear default values
 */
* {
	margin: 0px;
	padding: 0px;
}

/**
 * basic tags
 */
body {
	font-family: Arial;
	background-image: url(../img/bg.png);
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 40px;
}
/** link */
a {
  color: #3a2b21;
  text-decoration: none;
}
a:hover {
  color: #464646;
}
img {
  border: none;
}
/** heading */
h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
	color: #3a2b21;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
	color: #3a2b21;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0px 15px 0px;
	color: #3a2b21;
}
h4 {
	font-size: 13px;
	margin: 5px 0px 10px 0px;
	color: #3a2b21;
}
h5 {
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	color: #3a2b21;
}
h6 {
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	color: #3a2b21;
}
/** paragraph */
p {
	margin: 5px 0px;
	text-align: justify;
	vertical-align: top;
	color: #464646;
}
/** list */
ul {
	list-style-image: url(../img/point.png);
}
/** table */
table {
	border-collapse: collapse;
}
table td {
	padding: 5px;
	font-size: 12px;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #464646;
}
table th {
	background-image: url(../img/table-th.png);
	background-repeat: repeat-x;
	padding: 5px 15px 5px 15px;
	height: 20px;
	font-size: 14px;
	color: #f9fcff;
	text-align: center;
}
table, td, th {
	border: 1px solid black;
}
/** forms */
label {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
input[type="text"], input[type="password"], input[type="email"],
		textarea {
	border: 1px solid #d2d2d2;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1) inset;
	padding: 5px 4px;
	font-size: 12px;
	width: 300px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
textarea {
	min-width: 400px;
	min-height: 220px;
	resize: vertical;
	margin-top: 10px;
}
input[type="submit"], a.button {
	height: 30px;
	min-width: 80px;
	background-image: url(../img/button.png);
	background-repeat: repeat-x;
	border: 0px;
	color: white;
	font-size: 14px;
	padding: 0 0 2px 0;
	outline: none;
	background-position: 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input[type="submit"]:hover, a.button:hover, input[type="submit"]:focus,
		a.button:focus {
	background-position: 0px -30px;
}
a.button {
	display: inline-block;
	padding: 7px 15px 3px 15px;
	height: 20px;
	text-decoration: none;
	text-align: center;
}
div, form {
	vertical-align: top;
}

.border-radius {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/**
 * basic classes
 */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.holder {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}

/**
 * basic elements
 */
 #bg-pattern {
  height: 600px;
  margin-bottom: -600px;
  width: 100%;
  position: relative;
  z-index: -100;
  background-image: url(../img/bgpattern.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#page {
	width: 980px;
	margin: 0px auto;
}
#header {

}
#slider {
	position: relative;
	width: 980px;
	height: 450px;
	margin-top: 20px;
	margin-bottom: -8px;
	overflow: hidden;
}
#content {
	width: 940px;
	margin-top: 0px;
	padding: 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e6c49e; /* Old browsers */
	background: -moz-linear-gradient(top, #e6c49e 0%, #f2cfa8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6c49e), color-stop(100%,#f2cfa8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6c49e 0%,#f2cfa8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6c49e 0%,#f2cfa8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6c49e 0%,#f2cfa8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6c49e 0%,#f2cfa8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c49e', endColorstr='#f2cfa8',GradientType=0 ); /* IE6-9 */
	
}
#footer {
	width: 980px;
	margin: 10px auto 10px auto;
}

/**
 * header
 */
#header .language-search {
	list-style-type: none;
	list-style-image: none;
	float: right;
	height: 16px;
	margin-top: 5px;
}
#header .language-search li {
	float: right;
	margin: 0px 5px;
}
#header .language-search li a {
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 2px;
}
#header .language-search li a span {
	display: none;
}
#header .language-search li .polish {
	background-image: url(../img/flags/PL.png);
}
#header .language-search li .english {
	background-image: url(../img/flags/GB.png);
}
#header .language-search li .german {
	background-image: url(../img/flags/DE.png);
}
#header .language-search li input[type=text] {
	width: 88px;
	height: 16px;
	border: 0px;
	padding: 0px 20px 0px 5px;
	background: url(../img/search.png) no-repeat;
	font-size: 11px;
	margin-top: 4px;
	color: #f9fcff;
}
#header .language-search li input[type=submit] {
	display: none;
	
}
/** menu */
#header .menu {

}
#header .menu > ul {
	width: auto;
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px auto 20px auto;
	text-align: center;
}
#header .menu > ul > li {
	display: inline-block;
	height: 18px;
	padding: 16px 25px;
	font-size: 14px;
	position: relative;
}
#header .menu > ul > li a {
	position: relative;
}
#header .menu > ul > li span {
  display: none;
  position: absolute;
  top: 22px;
  left: -5px;
  right: -5px;
  height: 5px;
  background-color: rgb(255, 255, 255);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#header .menu > ul > li:hover span,
#header .menu > ul > li:focus span,
#header .menu > ul > li a.active span {
  display: block;
  z-index: 480;
}
#header .menu a {
	color: #f9fcff;
}
#header .menu > ul > li:last-child {
	border-right: 0px;
}
#header .menu .grupa ul {
	display: none;
	position: absolute;
	left: 0px;
	z-index: 500;
	list-style: none;
	list-style-image: none;
	margin-top: 16px;
	background-color: #3a2b21;
	border: 1px #3a2b21 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header .menu .grupa ul li {
	padding: 8px 30px;
	text-align: left;
	color: #e6c49c;
	list-style: none;
	list-style-image: none;
}
#header .menu .grupa > ul > li a {
	color: #e6c49c;
}
#header .menu .grupa > ul > li a:hover {
	color: #f9fcff;
}
#header .menu .grupa:hover > ul {
	display: block;
}
#header .logo-holder {
	margin: 0px 0px 20px 0px;
	text-align: center;
	clear: both;
}

/**
 * slider
 */
#slider .overlay {
	position: absolute;
	top: 143px;
	width: 980px;
	height: 308px;
	background: url(../img/slide-add.png) no-repeat;
	z-index: 100;
}
#slider .nivoSlider {
	height: 450px;
}
#slider #images .nivo-directionNav {
	position: absolute;
	z-index: 101;
	bottom: 50px;
	right: 100px;
}
#slider #images .nivo-prevNav {
	right: 5px;
	left: auto;
	width: 41px;
	height: 41px;
	background: url(../img/arrow-prev.png) no-repeat;
}
#slider #images .nivo-nextNav {
	left: 5px;
	right: auto;
	width: 41px;
	height: 41px;
	background: url(../img/arrow-next.png) no-repeat;
}

/**
 * content
 */
#content {
	padding-bottom: 40px;
}
/** article */
#content .article {
	margin: 0px 20px;
}
#content .article h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
}
#content .article ul {
	padding-left: 30px;
}
#content .article ol {
	padding-left: 30px;
}
#content .article ul li, #content .article ol li {
	padding-left: 5px;
}
/** special element */
#rightbox {
	float: right;
	width: 275px;
	margin: 0px 20px;
}
#rightbox h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
}
/** left menu panel */
#content .menu {
	float: left;
	width: 220px;
	list-style-type: none;
	list-style-image: none;
	margin: 20px 0px 0px 20px;
}
#content .article.with-menu {
	float: right;
	width: 640px;
}
#content .menu li {
	width: 220px;
	height: 40px;
	background: url(../img/menu-left.png) no-repeat;
	font-size: 14px;
}
#content .menu li:hover {
	background: url(../img/menu-left.png) 0px -40px no-repeat;
}
#content .menu li a {
	display: inline-block;
	margin-top: 12px;
	margin-left: 20px;
	color: white;
}
/** galery */
#content ul.photos {
	list-style-type: none;
	list-style-image: none;
	margin: 20px 0px;
	padding: 0;
	overflow: hidden;
}
#content ul.photos li {
	display: block;
	float: left;
	width: 200px;
	height: 146px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	border: 5px solid #3a2b21;
	background-color: white;
	padding: 0px;
}
#content ul.photos li:nth-child(4n) {
	margin-right: 0px;
}
#content ul.photos li.last {
	margin-right: 0px;
}
#content .pagination {
	text-align: center;
	font-size: 16px;
	font-family: Arial;
}
/** pagination */
#content .pagination a {
	text-decoration: none;
	color: #3a3a3a;
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	margin: 0 2px;
}
#content .pagination a.active,
#content .pagination a:hover {
	color: #0094b9;
}
/** portfolio */
#content.portfolio .presentation {
	width: 470px;
	margin: 40px 20px 20px 40px;
	float: left;
}
#content.portfolio .presentation img {
	border: 5px solid black;
}
#content.portfolio .presentation textarea {
	border: 5px solid black;
	width: 450px;
	height: 334px;
	margin-bottom: 5px;
	margin-top: 0px;
	resize: none;
	padding: 0px;
}
#content.portfolio .presentation div img {
	margin-right: 5px;
}
#content.portfolio .presentation .left {
	width: 18px;
	height: 97px;
	background: url(../img/portfolio-prev.png) no-repeat;
	display: inline-block;
	margin-right: 3px;
}
#content.portfolio .presentation .right {
	width: 18px;
	height: 97px;
	background: url(../img/portfolio-next.png) no-repeat;
	display: inline-block;
}
#content.portfolio .presentation .left span, #content.portfolio .presentation .right span {
	display: none;
}
#content.portfolio .article {
  margin-top: 40px;
  margin-right: 40px;
}
#content.portfolio hr {
	width: 100%;
	border: 0px;
	border-top: 1px solid black;
}
/** newsletter */
#content .newsletter {
	width: 283px;
	border: 1px solid #3a2b21;
	padding: 10px;
	margin: 50px 0px 50px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content .newsletter input[type=text],
#content .newsletter input[type=email] {
	width: 273px;
	border: 1px solid #3a2b21;
	padding: 5px 4px;
	background: transparent;
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content .newsletter h2 {
	margin-bottom: 5px;
	margin-top: 0px;
}
#content .newsletter p {
	margin-bottom: 5px;
}
/* news */
#content .news_box {
	width: 410px;
	margin: 0px 20px 0px 20px;
	display: inline-block;
}
#content .news_box:nth-child(2n) {
	clear: left;
}
#content .news_box h2 {
	margin-bottom: 15px;
}
#content .news_box a img {
	float: left;
	margin-right: 15px;
	margin-bottom: 35px;
}
#content .news_box p {
	text-align: left;
}
#content .article.with-menu .news_box {
	width: 640px;
	margin: 0px 0px 35px 0px;
	display: block;
	clear: left;
}
/* contact */
#content .rightBoxForm {
	float: none !important;
}
#content .lefttBoxForm {
	margin-top: 25px;
	float: none !important;
}

/**
 * Footer
 */
#footer ul {
	background-color: #e6c49e;
	margin: 0px 0px 5px 0px;
	padding: 0px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#footer ul li {
	display: inline-block;
	padding: 12px 20px;
}
#footer .fleft {
	margin-left: 20px;
}
#footer .fright {
	margin-right: 20px;
}
#footer p {
	color: #efcce0;
}

/**
 * Social
 */
#social {
	position: fixed;
	top: 150px;
	left: 0px;
	z-index: 500;
}
#social .panel {
	position: absolute;
	top: 0px;
	left: -305px;
	height: 360px;
	width: 300px;
	border-radius: 0px 5px 5px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 500;
	padding: 5px 5px 5px 0px;
}
#social .panel:hover,
#social .panel.hover {
	left: 0px;
	z-index: 550;
}
#social .panel .content {
	border-radius: 0px 5px 5px 0px;
	background-color: white;
	height: 100%;
	width: 100%;
}
#social .panel .btn {
	position: absolute;
	width: 35px;
	height: 36px;
	right: -35px;
	z-index: 450;
}
#social .panel.fb {
	background-color: #3b5998;
}
#social .panel.fb .btn {
	background-image: url(../img/fb-f.png);
	top: 10px;
}
#social .panel.gp {
	background-color: #a8291b;
}
#social .panel.gp .btn {
	background-image: url(../img/gp-gp.png);
	top: 56px;
}

/**
 * Other
 */
#mapa-dojazdu {
	width: 100%;
	height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.theme-default .nivoSlider {
	position: relative;
	background: transparent url(loading.gif) no-repeat 50% 50%;
}

#content .article.with-menu ul.photos li {
	display: block;
	float: left;
	width: 196px;
	height: 146px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	border: 5px solid #3a2b21;
	background-color: white;
	padding: 0px;
}
#content .article.with-menu ul.photos li:nth-child(3n) {
	margin-right: 0px;
}
