/* ************************************************** */ 
/*                                                    */
/* ogolne zmiany                                      */
/*                                                    */
/* ************************************************** */

.highslide-html{
	/*overflow: auto !important;*/
}
/* zwiekszenie białej ramki dookoła contentu popapu */
.highslide-html-content	{
	padding: 5px;
	
}
/* zmiana tla na którym wyswietlany jest popup */
.highslide-dimming {
	background: url("/theme/javascript/highslide/graphics/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	opacity: 0.5 !important;
}



/* ************************************************** */
/*                                                    */
/* hs.wrapperClassName = 'draggable-popup-header'     */
/*                                                    */
/* ************************************************** */

.draggable-popup-header .highslide-header {
	/*line-height: 200px;*/
	margin-bottom: 10px;
	background-color: #eaeaea;
	/*padding: 20px 35px;*/
	/*position: relative;*/
	border: 0px;
	height: 58px;
}
.draggable-popup-header .highslide-heading {
	position: absolute;
	margin: 21px 60px 0 21px;
	font: 1.6em OpenSansLight;
	color: #444444;	
}

.draggable-popup-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-popup-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-popup-header .highslide-header .highslide-close {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 20px;
	z-index: 1000;
	padding: 0;	
}
.draggable-popup-header .highslide-header .highslide-close a {	
	display: block;	
	width: 30px;
	height: 30px;
	top: -15px;
	left: 15px;
	position: static;
	cursor: pointer;
	background: url("/theme/javascript/highslide/graphics/close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);	
}
.draggable-popup-header .highslide-header .highslide-close a:hover {
	background-position: 0px;	
}
.draggable-popup-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-popup-header .highslide-maincontent {
	padding-top: 1em;
}

/* ************************************************** */
/*                                                    */
/* hs.wrapperClassName = 'draggable-clean-popup'     */
/*                                                    */
/* ************************************************** */
/* używane w popupie panoramy */

.draggable-clean-popup {
	position: fixed;
}

.draggable-clean-popup .highslide-dimming {
	background-image: none !important;
	opacity: 0.4 !important;
}

.draggable-clean-popup .highslide-header {
	border: 0px;
	height: 0px; 
}
.draggable-clean-popup .highslide-heading {
	position: absolute;
	margin: 21px 60px 0 21px;
	font: 1.6em OpenSansLight;
	color: #444444;	
}

.draggable-clean-popup .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-clean-popup .highslide-header .highslide-move * {
	display: none;
}
.draggable-clean-popup .highslide-header .highslide-close {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 20px;
	z-index: 1000;
	padding: 0;	
}
.draggable-clean-popup .highslide-header .highslide-close a {	
	display: block;	
	width: 50px;
	height: 30px;
	margin: 0px;
	position: absolute;
	right: -15px;
	top: -20px;
	cursor: pointer;
	background: url("/theme/javascript/highslide/graphics/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);	
	padding: 7px;
	background-position: center;
}
.draggable-clean-popup .highslide-html-content {
	padding: 0px;
}

.draggable-clean-popup .highslide-header {
	padding: 0px;
}

.draggable-clean-popup .highslide-header .highslide-close span {
	display: none;
}

.draggable-clean-popup .highslide-maincontent {
	padding-top: 0em;
}	

.fixed-popup {
	background-color: rgba(0,0,0,0);
	position: fixed !important;
	top: 20% !important;
	border: 0px solid #cccccc !important;
	max-height: 480px;
}

@media only screen and (max-width: 600px)
{
	.highslide-heading {
		font-size: 1.2em !important;
	}
}
