﻿body {
	/*font-family: Verdana, Arial, sans-serif;
	font-size: 14px;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top center;
	/*background-attachment:fixed; */
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 960px;
}
body a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
body a:hover
{
	color: #aa3333;
}
body img {
  border: none;
}

hr {
	height: 1px;
	border: none;
	background-color: rgba(255,255,255,0.5);
}


.warning {
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	z-index: 9999;
	background-color: #faa;
	border: solid 3px red;
	color: black;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 10px;
	text-align: center;
}

.test-info {
	font-size: 1.1em;
	position: fixed;
	color: white;
	font-weight: bold;
	font-style: italic;
	background-color: black;
	padding: 10px 20px;	
	z-index: 1000;
	opacity: 0.3;
}

.kolekcja {
	text-align: center;
}
.kolekcja h1 {
  margin: 0;
  padding: 15px;
  text-align: center;
}

.page-part {
  width: 960px;
  margin: 0 auto;
  position: relative;
  clear: both;
}

#page-simple {
  width: 1138px;
  margin: 0 auto;
}


.top {
	margin: auto;
	min-height: 50px;
}
.top-bg {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.top .top-logo {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	max-height: 100%;
	vertical-align: middle;
}
.top .top-tekst {
	display: inline-block;
	color: #800;
	vertical-align: middle;
	font-size: 3em;
	font-weight: bold;
	text-shadow: 5px 10px 30px rgba(0,0,0,0.25), 1px 1px 0 #666;
}
.top .top-tekst-dopisek {
	position: absolute;
	vertical-align: middle;
	bottom: 5px;
	font-style: italic;
	font-weight: bold;
	font-family: Times, serif;
}

.linki {
  clear: both;
  text-align: center;
}
.link {
  display: inline-block;
  padding: 7px;
  font-size: 0.8em;
}

.rekls {
	line-height: 10px;
	float: right;
	max-height: 100%;
	text-align: justify;
}
.widget .rekls {
	float: none;
}
.rekl {
	vertical-align: top;
	position: relative;
	text-decoration:none; 
	text-align: center;
	display: inline-block;
	height: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rekl .rekl-opis {
	margin: 5px 0;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 7px;
	box-sizing: border-box;
}
.rekl img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bottom {
	clear: both;
	font-size: 12px;
	text-align: center;
	/*text-transform: uppercase;*/
	background-repeat: no-repeat;
	padding-top: auto;
	padding-bottom: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bottom-bg {
	border-top: solid 1px #aaa;
}
.bottom-info {
	clear: both;
	padding: 20px;
}

#bottom-simple {
  padding: 20px 30px 30px;
  clear: both;
}

.middle {
	position: relative;
	padding-bottom: 30px;
}
.middle-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.table {
	clear: both;
	display: table;
	width: 100%;
}

.left, .content, .right {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	text-align: left;
}
.content {
	width: 100%;
	padding: 0 20px 20px 20px;
	text-align: justify;
}
.content h1 {
	width: auto;
	padding: 10px;
	text-align: left;
	font-size: 2em;
	font-weight: heavy;
	margin-bottom: 0;
}

.content2 {
  padding: 5px;
  margin: 5px;
}

.szuk {
  margin: 10px;
}

.image-border-normal {
	padding: 2px;
	background-color: #ffffff;
}
.image-border-highlight {
	padding: 2px;
	background-color: #d15f8a;
}

.menu ul {
	list-style: none;
	padding: 5px;
	margin: 0;
}
.menu li {
	border: solid 1px #BBBBCC;
    border-radius: 5px;
	background-color: white;
	position: relative;
	margin-top: -1px;
	text-align: center;
}
.menu, .menu a {
	color: #444466;
}
.menu li a {
	display: block;
	padding: 5px 10px;
	
	transition: all 150ms ease-out;
}
.menu li:hover > a, .menu li.active > a {
	color: white;
}
.menu li:hover, .menu li.active {
	background-color: #8888aa;
}
.menu ul ul {
	position: absolute;
	left: 110%;
	top: 0;
	z-index: 1;
	margin-left: -5px;
	margin-top: -4px;
	
	visibility: hidden;
	opacity: 0;
	transition: all 150ms ease-out;
}
.menu ul ul li {
    box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	text-align: left;
}
.menu ul ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: -6px;
	top: 15px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 0;
	border-right-color: #BBBBCC;
}
.menu li:hover > ul, .menu-vertical li.active > ul, .menu-vertical li.has-active > ul, .menu-expanded .menu li ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
	z-index: 2;
}
.menu li.has-active {
	background-color: #CCCCDD;
}
.menu-hold .menu li.has-active > ul, .menu-hold .menu li.active > ul {
	visibility: visible;
	opacity: 1;
}

.menu-vertical li.has-active > ul, .menu-vertical li.active > ul, .menu-expanded .menu-vertical li > ul {
	position: relative;
	left: 5% !important;
	width: 95%;
}

.menu-horizontal {
	background-color: rgba(255,255,255,0.3);
}
.menu-horizontal > ul {
	padding: 10px 20px;
	display: inline-block;
}
.menu-horizontal > ul > li {
	display: inline-block;
	padding: 0 15px;
	margin: 0 5px;
}
.menu-horizontal > ul > li > ul {
	left: 0;
	top: 110%;
}
.menu-horizontal > ul > li:hover > ul {
	left: 0;
	top: 100%;
}
.menu-horizontal > ul > li > ul > li:first-child > a:after {
	left: 15px;
	top: 0px;
	border: 6px solid transparent;
	border-top: 0;
	border-bottom-color: #BBBBCC;
}
.menu-horizontal li.has-active > ul, .menu-horizontal li.active > ul {
	left: 100%;
	top: 0;
}
.menu-horizontal > ul > li.has-active > ul, .menu-horizontal > ul > li.active > ul {
	top: 100%;
	left: 0;
}
.menu-horizontal .menu-horizontal-collapse {
	position: absolute;
	left: -18px;
	display: none;
}
.menu-hold .menu-horizontal .menu-horizontal-collapse {
	display: block;
}



.gray {
  background: #202020;
}

.image-border-simple {
	padding: 5px;
	background-color: rgba(255,255,255,0.65);
	transition: all 300ms ease;
}
.image-border-simple:hover {
	background-color: lightgray;
}

.big-image-description {
  padding: 10px;
  margin: 5px;
  clear: both;
}

.image-description {
  padding: 10px;
  border: 2px dashed #CCCCCC;
  color: #222222;
}

.galeria {
  margin: 0 auto;
}

form.szukaj {
	text-align: center;
}
form.szukaj .button {
  display: block;
  margin: 0px auto;
  width: 100px;
}

form.newsletter {
	text-align: center;
}

#language-list {
  margin: 5px;
}

.clear {
  clear: both;
}

.separate {
	height: 20px;
}

.asterisk {
	float: left;
}

@media print {
	.no-print { display: none; }
	body { background: none white; color: black; }
}

.widget, .widget-no-border {
	padding: 5px;
	margin: 10px 10px 25px 10px;
	border: solid 1px transparent;
}
.widget {
  position: relative;
  border-color: #ccc;
  
  background-color: #bbc;

	box-shadow:  -2px 5px 8px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px 0px 0px;
}
.widget .widget-image {
	max-width: 100%;
}
.widget .widget-content {
	position: relative;
	background-color: white;
	padding: 5px;
	overflow: visible;
	margin: 0 auto;
}
.widget-no-border .widget-content {
	margin: 0 auto;
}
.widget h3, .widget h3 a {
	color: white;
	text-transform: uppercase;
	font-family: Times, serif;
}
.widget h3, .widget-no-border h3 {
	margin: 5px;
	font-size: 0.9em;
}
.widget h3 a {
	/*text-decoration: underline;*/
}
.widget-no-border h3 {
	margin: 5px;
}
.widget .widget-news {
	/*position: absolute;*/
	display: block;
	bottom: 0;
	padding: 5px;
	margin: 5px 0;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	color: black;
}
.widget input, .widget .rekl, .widget .rekl img {
	max-width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.widgets-bottom .widget {
	margin-bottom: 5px;
}
.widgets-bottom .widget .widget-content {
	width: 100%;
}

.news-block {
  float: left;
  width: 360px;
  margin: 10px;
}

.news {
	clear: both;
}

.big {
  font-size: 1.7em;
  color: #b00;
}

.formularz {
	/*width: 320px;*/
	margin: 0 auto;
}
.formularz fieldset {
	border: none;
	margin-top: 20px;
}
.formularz legend {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
}
.formularz label, .formularz .label {
  font-family: Verdana, Arial, sans-serif;
  clear: both;
  float: left;
  width: 150px;
  text-align: right;  
  font-size: 0.9em;
  margin: 10px 0;
}
.formularz input, .formularz textarea, .formularz img, .formularz div, .formularz select {
  /*display: blo;*/
  float: left;
  margin: 7px;
  line-height: 20px;
}
.formularz input[type="radio"] {
  clear: both;
}
.formularz textarea {
  resize: vertical;
}
.formularz br, .formularz ul.modules {
  clear: both;
  padding: 5px;
}
.formularz ul.modules li {
  margin-left: 5px;
  clear: both;
  width: 400px;
  display: block;
}
.formularz input[type="submit"] {
  display: block;
  width: 150px;
  margin: 15px auto;
  text-align: center;
  clear: both;
  float: none;
}
.formularz .radio-text {
  width: 250px;
  border-bottom: solid 1px #ddd;
}
.formularz .podsumowanie {
  font-weight: bold;
  color: #833;
  padding: 15px;
  background-color: #ded;
  width: 530px;
  display: hidden;
}
.formularz .form-error {
	background-color: rgb(255, 208, 208);
	margin: 0;
	padding: 3px 15px;
	border: solid 1px rgb(199, 0, 0);
	color: rgb(170, 0, 0);
	border-radius: 5px;
}

.error {
	height: 15px;
	background-color:#fbb;
	border:2px solid #f88;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left: 20px;
	margin-top: 37px;
  
	border-radius:4px;
	box-shadow:0 0 6px #ddd;
}
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color: transparent #fbb transparent transparent;

	position:absolute;
	bottom:-0px;
	left:-30px;
}
.error p {
  margin: 0;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

dl.ogloszenia {
}
dl.ogloszenia dt {
	color: #844;
	text-transform: uppercase;
	font-weight: bold;
}
dl.ogloszenia dd {}
dl.ogloszenia dd p{
	margin: 10px;
}
dl.ogloszenia hr{
	margin-bottom: 30px
}


/* calosc */
.navigation > div {
	margin: 0 80px;
}

/* prev, next, buttons */
a.browse {
	border-color: transparent;
	border-style: solid;
	border-width: 30px;
	height: 0px;
	width: 0px;
	margin: 50px 20px;
	float: left;
}
/* right */
a.right { border-left-color: gray; border-right-width: 0; cursor: pointer;}
a.right:hover { border-left-color: black; }
a.right:active { border-left-color: #833; }
/* left */
a.left { border-right-color: gray; border-left-width: 0; cursor: pointer;}
a.left:hover { border-right-color: black; }
a.left:active { border-right-color: #833; }
/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 100%;
    height:160px;
    /* custom decorations */
    border:1px solid #ccc;
    background:url(/media/img/gradient/h300.png) repeat-x;
	float: left;
}
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
.items div {
  float:left;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 5px 20px 21px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    /*width:100px;*/
    height:120px;

	border-radius: 4px;
}
/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
}

#image_wrap {
    text-align:center;
}

.kolekcja-buttons {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
.kolekcja-buttons .kolekcja-button {
	margin: 0 30px;
	display: inline-block;
	vertical-align: top;
}

.back-button a {
	color: gray;
	margin: 20px;
}

.sklep-link {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 30px;
	text-decoration:none;
}
.sklep-link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

.partyCounter {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-weight: bold;
	font-size: 0.7em;
}


.zapisani-table {
	width: 560px;
}
.zapisani-head {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
.zapisani-content-table {
	width: 560px;
}
.zapisani-table .scroll-table {
	position: relative;
	overflow: hidden;
	height: 600px;
}
.zapisani-lista {
	font-size: 0.8em;
}
.zapisani-table .scroll-list {
	position: absolute;
	height: 20000em;
}
.zapisany {
	clear: left;
	border-bottom: solid 1px rgba(150,150,150,0.5);
	display: table;
}
.tabela-head {
	float: left;
	padding: 5px;
	background-color: rgba(150,150,150,0.5);
	border: solid 1px gray;
	margin: 2px;
}
.tabela-body {
	float: left;
	padding: 8px;
	display: table-cell;
}
.tabela-odd{
}
.tabela-even{
	background:  rgba(50,50,50,0.1);
}
.zapisany-id{
	width: 20px;
}
.zapisany-nick{
	width: 100px;
}
.zapisany-nick-2{
	width: 100px;
}
.zapisany-motocykl{
	width: 100px;
}
.zapisany-kraj{
	width: 70px;
}
.zapisany-zaplacono{
	width: 70px;
}
.zapisani-table .prev {
	float: left;
	cursor: pointer;
}
.zapisani-table .next {
	float: right;
	cursor: pointer;
}

.banrs {}
.banrs  h4{
	margin: 10px;
}
.banrs img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.dane-kontaktowe {
	text-align: left;
}

.news-image {
	clear: left;
	float: left;
	padding: 0 10px 10px 0;
}

.menu-obrazkowe {
	text-align: center;
}
.menu-obrazkowe .menu-obrazkowe-box {
	padding: 5px;
	padding-top: 25px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 5px;
	overflow: hidden;
	min-height: 50px;
}
.menu-obrazkowe .menu-obrazkowe-box: hover {
	overflow: visible;
}
.menu-obrazkowe img {
	max-width: 100%;
	max-height: 100%;
}
.menu-obrazkowe a {
	display: block;
	text-align: center;
}
.menu-obrazkowe .menu-obrazkowe-opis {
	color: black;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 12px;
	padding: 3px;
}

.clearfix {
	clear: both;
}

.video-link {
	position: relative;
	display: inline-block;
}
.video-link:after {
	content: ' ';
	position: absolute;
	top: 8px;
	right: 8px;
	width: 22px;
	height: 22px;
	background: url('images/video.png') no-repeat center right;
}

.footer-menu {
	text-align: left;
	line-height: 1.75em;
}
.footer-menu > ul {
	width: 100%;
	display: table;
	padding: 5px;
	table-layout: fixed;
}
.footer-menu > ul > li {
	display: table-cell;
	border-right: solid 1px rgba(200,200,200,0.5);
}
.footer-menu > ul > li:last-child {
	border-right-width: 0;
}
.footer-menu ul {
	list-style-type: none;
	padding: 0;
}
.footer-menu li {
	padding-left: 10px;
}
.footer-menu > ul ul a {
	font-weight: normal;
}
.footer-menu ul li.active > a {
	background-color: rgba(200,200,200,0.25);
	display: block;
}

.menu-over-top {
	z-index: 10;
}

.nivoSlider {
	z-index: 0;
}

.image_carousel {
	padding: 15px 0;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}
