#page {
	height: 100%;
}
#main-map, #mapa {
	width: 100%;
	height: 100%;
	position: relative;
}

#mapa {
    min-width: 100vw;
    min-height: 500px;
    position: relative;
    float: left;
}

#popups {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#main-map-shadow {
	position: fixed;
	background: url(images/nasze-sklepy/shadow.png) repeat-x left top;
	width: 100%;
	height: 316px;
	z-index: 5;
}

#main-map .map {
	width: 100%;
	height: 100%;
	display: block;
    min-height: 500px;
}
#popup_wnd {
	display: none;
}

/* Wyszukiwanie */
section#finder	{
	position: fixed;
	bottom: 40px;
	left: 290px;
	width: 400px;
	height: 100px;
	display: none;
}
#finder #input-button {
	width: 70%;
	height: 52px;
	position: relative;
    margin:auto;

}
#finder input {
	position: absolute;
	background: #ffffff;
	left: 0;
    right: 0;
    margin: auto;
	padding: 15px;
	width: 210px;
	font-size: 19px;
	line-height: 19px;
	color: #333333;
	border: none;
    height: 23px;

}
#logo a{
    display: block;
    width: 190px;
    height: 80px;
}
#finder label {
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: arial, helvetica, sans-serif;
}
#finder #lupa {
	background: #ffffff url(images/nasze-sklepy/lupa.png) no-repeat right center;
	width: 52px;
	height: 53px;
	position: absolute;
	left: 240px;
    right: 0;
    margin:auto;
	cursor: pointer;
}

.hidden { display: none}
#popup-message #popup {
	position: relative;
}
#popup-message {
	width: 400px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -200px;
	z-index: 90;
	background: #ffffff;
	padding: 30px;
}
#popup-message .close {
	background: url(images/cross.png) no-repeat 0 0;
	position: absolute;
	width: 24px;
	height: 27px;
	right: -10px;
	top: -10px;

}
#popup-message .msg_title {
	font-family: skinny, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#popup-message .msg_content
{

}


#popup-geo .lokal
{
	position: relative;
	width: 240px;
	height: 110px;
	background: #ffffff;
	padding: 25px;
}
#popup-geo {
	width: 280px;
	position: absolute;
	background: url(images/nasze-sklepy/popup_marker.png) no-repeat 100px bottom;
	z-index: 80;
	padding-bottom: 47px;
	font-family: arial, helvetica, sans-serif ;
	font-size: 14px;
	line-height: 20px;
	color: #606060;
    top: 125px;
    left: 0;
    right: 0;
    margin:auto;
}
.close {
    background: url("images/cross.png") no-repeat right top;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#popup-geo .street {
	font-weight: bold;
}
#popup-geo .godziny_title {
	width: 150px;
	display: block;
	padding: 10px 0 10px 0;
	margin-top: 10px;
	border-top: 1px #efefef solid;
	font-family: skinny, sans-serif;
	font-size: 26px;
}
span.dni {
	width: 70px;
	display: block;
	float: left;
	color: #a5a5a5;
}
#popup-geo #icons{
	width: 30px;
	height: 200px;
	position: absolute;
	right: 10px;
	top: 40px;
}
#popup-geo #icons .icon.isOn-0{
	display: none;
}
#popup-geo #icons .icon.isOn-1{
	display: block;
	width: 28px;
	height: 25px;
	margin-bottom: 5px;
	position: relative;
}
.paycard { background: url(images/nasze-sklepy/icons/paycard.gif) no-repeat 0 0 }
.wifi{ background: url(images/nasze-sklepy/icons/wifi.gif) no-repeat 0 0 }
.cafe{ background: url(images/nasze-sklepy/icons/cafe.gif) no-repeat 0 0 }
.press{ background: url(images/nasze-sklepy/icons/press.gif) no-repeat 0 0 }
.kids{ background: url(images/nasze-sklepy/icons/kids.gif) no-repeat 0 0 }
.baking{ background: url(images/nasze-sklepy/icons/baking.gif) no-repeat 0 0 }
#popup-geo #icons .icon span {
	display: none;
}
#popup-geo #icons .icon span div{
	background: #ffffff;
	width: 100%;
	height: 100%;
	padding: 20px;
}
#popup-geo #icons .icon:hover span {
	display: block;
	background: url(images/nasze-sklepy/icons/tooltip.png) no-repeat left center;
	padding-left: 5px;
	position: absolute;
	left: 50px;
}

/* ustawienia tooltipów*/
.paycard span { top: -30px; }
.wifi span {top: -20px;}
.cafe span {top: -10px;}
.press span {top: -20px;}
.kids span {top: -20px;}


/*
Footer
*/

.div_clearfix{
    clear: both;
    width: 100%;
}
.footer{
    clear: both;
    position: relative;
    /*bottom: 0;*/
    width: 100%;
    height: 60px;
    margin-bottom: -60px;
    background-color: #ffffff;
    z-index: 7;
}
.footer p{
    line-height: 60px;
    margin-left: 20px;
}
.loader {
    background: url("images/loader.png") no-repeat scroll center center rgba(0, 0, 0, 0.9);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.loader #loader-anim {
    background: url("images/ajax-loader.gif") no-repeat center center;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    left: 0;
    top: 230px;
    right: 0;
    bottom: 0;
}