/* Script Settings */
.iw-modalBox{
    padding:5px;
    border:1px solid #CCC;
	background: #FFF;
}
.iw-modalOverlay{
    background: #000;
    opacity:.6;
}

.iw-closeImg {
	cursor: pointer;
}

/* #modal - wyskakujące okno */
.Pulsar360photos-modal {
	display: none;
	/*max-width: 1000px !important;*/
}

.Pulsar360photos-modal-box {
	width: 100%;
	height: auto;
}
.Pulsar360photos-modal-box h3 {
    margin-left: 0px;
    margin-top: 11px;
    margin-bottom: 63px;
}
.iw-modalBox {
	height: 90% !important;
}

.Pulsar360photos-modal-box-header {
    width: 96%;
    line-height: 50px;
    margin: 0px 2% 0px 2%;
    border-bottom: 2px solid #DDD;
    font-weight: 500;
    font-size: 24px;
}
.Pulsar360photos-modal-box-header h2 {
	font-size: 24px;
	font-weight: normal;
}
.Pulsar360photos-modal-box-miniatures {
    float: left;
    width: 30%;
    margin: 0px 1%;
    padding: 1% 1%;
    overflow: hidden;
    /*border-right: 2px solid #DDD;*/
    box-sizing: border-box;
}
.Pulsar360photos-modal-box-miniatures div {
	display: none;
}
.Pulsar360photos-modal-box-miniatures div.active {
	display: block;
}
.Pulsar360photos-modal-box-miniatures img {
    width: 28.5%;
	/*height: 10%;*/
	margin: 1%;
	padding: 1%;
	background: #FFF;
	border: 2px solid #BBB;
	box-sizing: border-box;
	cursor: pointer;
}
.Pulsar360photos-modal-box-miniatures img.active {
	border: 2px solid #09a0f1;
	/*
	border: 2px solid #ff0a0a;
    background: #f00;
	*/
}
.Pulsar360photos-modal-box-miniatures p {
	text-align: center;
}
.Pulsar360photos-modal-box-miniatures p a {
	font-size: 12px;
}
.Pulsar360photos-modal-box-miniatures p a img {
    display: block;
    margin: 0 auto;
	border: none;
}
.Pulsar360photos-modal-box-content {
	overflow: hidden;
    width: 65%;
    margin: 0% 3% 0px 0px;
    /* margin: 0; */
	position: relative;
}
.Pulsar360photos-modal-box-content > div {
	display: none;
}
.Pulsar360photos-modal-box-content > div.active {
	display: block;
}

.Pulsar360photos-modal-box-content p {
	font-size: 14px;
	text-align: left;
    /*margin: 30px 0px 40px 0px;*/
}

.Pulsar360photos-modal-box-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}




.Pulsar360photos-modal-box-content ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 21%;
    display: inline-block;
    margin-bottom: 30px !important;
	vertical-align: top;
	text-align: center;
}

.Pulsar360photos-modal-box-content div {
	display: none;

}
.Pulsar360photos-modal-box-content div.active h4 {
	display: block;
}
.Pulsar360photos-modal-box-content div h4 {
    display: none;
	position: absolute;
    top: 38px;
    left: 0px;
}


.Pulsar360photos-modal-box-content div.active {
	display: block;
}

.Pulsar360photos-modal-box-content ul.elements-1 li {

}
.Pulsar360photos-modal-box-content ul.elements-2 li {

}
.Pulsar360photos-modal-box-content ul.elements-3 li {
    margin: 0% 5.7%;
}
.Pulsar360photos-modal-box-content ul.elements-4 li {
	margin: 0% 1.8%;
}
.Pulsar360photos-modal-box-content ul.elements-5 li {
	width: 15%;
    margin: 0% 1.8%;
}
.Pulsar360photos-modal-box-content ul.elements-6 li {
	width: 14%;
    margin: 0% 1%;
}
.Pulsar360photos-modal-box-content ul.elements-7 li {
	width: 11%;
    margin: 0% 1%;
}


.Pulsar360photos-modal-box-content ul li img {
	width: 100%;
	 border: 1px solid #e5e5e5;
	 box-sizing: border-box;
}
.Pulsar360photos-modal-box-content ul li h4 {
    text-align: center;
    padding: 2px 0px;
    /*background: #e5e5e5;*/
    margin: 0;
    color: #323232;
    font-weight: normal;
    font-size: 12px;
    /*height: 27px;*/
}
