@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Trajan-Regular';
	src: url('http://www.bakor.com.pl:80/themes/bakor/fonts/trajan-regular.eot');
	src: /*url('http://www.bakor.com.pl:80/themes/bakor/fonts/trajan-regular.eot?#iefix') format('embedded-opentype'), 
       url('http://www.bakor.com.pl:80/themes/bakor/fonts/trajan-regular.woff') format('woff'), */
 url('http://www.bakor.com.pl:80/themes/bakor/fonts/trajan-regular.ttf') format('truetype')/*, 
       url('http://www.bakor.com.pl:80/themes/bakor/fonts/trajan-regular.svg#trajan-regular') format('svg')*/;
	font-weight: normal;
	font-style: normal;
}
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	line-height:1;
	margin: 0
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
/*table{border-collapse:collapse;border-spacing:0}*/
a {
	text-decoration: none
}
table {
	margin: 5px 0;
}
th {
	font-weight: bold;
	text-align: left;
}
body {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body header > div {
	background: #000 url(http://www.bakor.com.pl:80/themes/bakor/images/baner.jpg) no-repeat 100% top;
	border-bottom: 12px solid #515c61;
}
body header h1 {
	width: 950px;
	height: 124px;
	margin: 0 auto;
	/*background: #000 url(http://www.bakor.com.pl:80/themes/bakor/images/bg_header.jpg) no-repeat right top;*/
  color: #98CE1F;
	/*padding: 95px 75px 0;*/
	padding: 42px 0 0;
	font: normal 40px 'Trajan-Regular', serif;
}
header nav {
	width: 1040px;
	margin: 0 auto;
}
header nav > div {
	display: table;
	border-spacing: 6px 0;
	border-collapse: separate;
  float: left;
  border-spacing: 5px 0;
}
header nav ul {
	display: table-row;
  float: left;
}
header nav li {
	background: #c3de88;
	background: -webkit-linear-gradient(#8b9092, #515c61 50%);
	background: -moz-linear-gradient(#8b9092, #515c61 50%);
	background: -o-linear-gradient(#8b9092, #515c61 50%);
	background: -ms-linear-gradient(#8b9092, #515c61 50%);
	background: linear-gradient(#8b9092, #515c61 50%);
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0, 0.4);
	box-shadow: 0 5px 5px rgba(0,0,0, 0.4);
	width: 75px;
	height: 30px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 90%;
}
header nav li.nav-selected {
	background: #befd1f;
	background: -webkit-linear-gradient(#78a211, #befd1f);
	background: -moz-linear-gradient(#78a211, #befd1f);
	background: -o-linear-gradient(#78a211, #befd1f);
	background: -ms-linear-gradient(#78a211, #befd1f);
	background: linear-gradient(#78a211, #befd1f);
}
header nav li a {
	color: #fff;
}
header nav li.nav-selected a {
	color: #000;
}
.langSwitcher img {
  margin: 10px 20px;
}
body > section {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
body > section > aside, body > section > article {
	float: left;
}
body > section > aside {
	padding: 20px 40px 0;
	width: 140px;
}
body > section > article {
	padding: 15px 40px 0;
	width: 800px;
}
footer {
	background: #FFF url(http://www.bakor.com.pl:80/themes/bakor/images/bg_bottom.jpg) no-repeat center top;
	background-size:cover;
	position: relative;
	padding: 0 0 100px;
}
footer:before {
	content:"";
	height: 100px;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	background: #515c61;
}
footer > div {
	width: 1100px;
	height: 180px;
	margin: 0 auto;
	padding: 20px 0 0;
	-webkit-box-shadow: 0 20px 10px -10px rgba(0,0,0, 0.6);
	box-shadow: 0 20px 10px -10px rgba(0,0,0, 0.6);
}
footer nav > ul {
	height: 108px;
	padding: 0 30px;
}
footer > div > p {
	padding: 50px 20px 0;
	text-align: right;
	position: relative;
}
footer > div > p a {
	color: #fff;
}
/*------------gallery block--------------*/
.ccm-gallery-wrap,
.sortable_fancybox_gallery_container {
	overflow: hidden;
  text-align: center;
}
.ccm-gallery-wrap figure,
.sortable_fancybox_gallery_container figure {
	float: left;
	margin: 20px;
  height: 160px;
	width: 210px;
  position: relative;
}
.ccm-gallery-wrap img,
.sortable_fancybox_gallery_container img {
	margin: 0; 
  z-index: 10;
  position: relative;
}
.ccm-gallery-wrap figcaption,
.sortable_fancybox_gallery_container figcaption {
/*	width: 190px;
	height: 25px;*/
	background: #e9f3d3;
	background: -webkit-linear-gradient(#fff, #c3de87);
	background: -moz-linear-gradient(#fff, #c3de87);
	background: -o-linear-gradient(#fff, #c3de87);
	background: -ms-linear-gradient(#fff, #c3de87);
	background: linear-gradient(#fff, #c3de87);
	border-radius: 0 0 4px 4px;
	border: #fff solid 2px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0, 0.3);
	box-shadow: 5px 5px 5px rgba(0,0,0, 0.3);
	padding: 45px 10px 0;
	font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


/*------------imgNav block--------------*/
.imgNav {
	overflow: hidden;
}
.imgNav li {
	float: left;
	margin: 20px;
	height: 100px;
	position: relative
}
.imgNav li img {
	margin: 0 0 -60px 12px; 
}
.imgNav li:after {
	content: "";
	
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);

	-webkit-box-shadow: 35px 35px 5px rgba(0,0,0, 0.2);
	box-shadow: 35px 35px 5px rgba(0,0,0, 0.2);
	
	height: 50px;
	left: 41px;
	position: absolute;
	top: -7px;
	width: 40px;
	z-index: -1;
}
.imgNav li p {
	width: 95px;
	height: 60px;
	background: #e9f3d3;
	background: -webkit-linear-gradient(#fff, #c3de87);
	background: -moz-linear-gradient(#fff, #c3de87);
	background: -o-linear-gradient(#fff, #c3de87);
	background: -ms-linear-gradient(#fff, #c3de87);
	background: linear-gradient(#fff, #c3de87);
	border-radius: 0 0 4px 4px;
	border: #fff solid 2px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0, 0.3);
	box-shadow: 5px 5px 5px rgba(0,0,0, 0.3);
	padding: 10px 10px 0 95px;
	font-size: 11px;
	z-index: -2;
	position: relative;
  line-height: 1.2em;
}
.ccm-next-previous-parentlink {
  display: none !important;
}
.ccm-next-previous-previouslink,
.ccm-next-previous-nextlink {
  width: 50% !important;
  
}