/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
 @media screen and (max-width: 60em) {
 /* bez przewijania */
article.node--id-1 div.node__content, article.node--id-18 div.node__content, article.node--id-26 div.node__content, article.node--id-27 div.node__content, .widokscroll
{
  height: auto;
 }

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	display: none;
}

.jspHorizontalBar
{
	display: none;
}
}

 
@media screen and (min-width: 60.0625em) {
/* przewijane elementy */
article.node--id-1 div.node__content, article.node--id-18 div.node__content, article.node--id-26 div.node__content, article.node--id-27 div.node__content, .widokscroll
{
  height: 25rem;
  /*background-color: rgba(57, 57, 57, 0.1);*/
  background-color: rgba(200, 200, 200, 0.1);
  -moz-box-shadow:inset 2px -2px 10px #444444;
  -webkit-box-shadow:inset 2px -2px 10px #444444;
  box-shadow:inset 2px -2px 10px #444444;
 }

/*tło i czcionka dla oferty*/
.view-id-oferta_view {
	background-color: rgba(159, 141, 0, 0.1);
  -moz-box-shadow:inset 2px -2px 10px #3b2900;
  -webkit-box-shadow:inset 2px -2px 10px #3b2900;
  box-shadow:inset 2px -2px 10px #3b2900;
/*background-color: rgba(47, 47, 47, 0.1);
-moz-box-shadow: inset 2px -2px 10px #333;
-webkit-box-shadow: inset 2px -2px 10px #333;
box-shadow: inset 2px -2px 10px #333;*/
/*color: #dadada; */
}

 /*czcionka dla kontaktu*/
 .page-node-27 div.jspPane {
	 font-size: 1.3rem;
	 color: #dcdcdc;
 }
 
 
/*obniżenie okienka na home + tło*/
article.node--id-1 div.node__container{
	margin-top: 55px;
}

article.node--id-1 div.node__content {
  background-color: rgba(223, 220, 225, 0.8);
  -moz-box-shadow:inset 2px -2px 10px #444444;
  -webkit-box-shadow:inset 2px -2px 10px #444444;
  box-shadow:inset 2px -2px 10px #444444;
}
/*-----------*/

article div.jspPane div.field,
div.widokscroll div.view-header,
div.widokscroll div.view-content {
	/*padding: 0 1rem;*/
	padding: 1rem;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
	}

.jspPane
{
	position: absolute;
	width: 99%;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background: #dde;*/
	background-color: rgba(57, 57, 57, 0.4);
	position: relative;
}

.jspDrag
{
	/*background: #bbd;*/
	background-color: rgba(57, 57, 57, 0.7);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( 
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
}
*/