.gal360 {
}

.gal360-nav {
	width:      100%;
	padding:    0;
	margin:     0 0 1em;
	text-align: center;
	list-style: none;
}

.gal360.nav-hidden .gal360-nav {
	display: none;
}

.gal360-nav li {
	display: inline;
}

.gal360-nav a {
	display:       inline-block;
	padding:       0.5em 1.5em;
	margin:        0 .2em;
	border-radius: 2px;
	background:    #eee;
	color:         #333;
	font-weight:   700;
}

.gal360-nav a:hover,
.gal360-nav a.is-active {
	background:      #2581ce;
	color:           #fff;
	text-decoration: none;
}

.gal360-scene-container {
	width:          100%;
	height:         0;
	padding-bottom: 60%;
	position:       relative;
	background:     #eee;
}

.gal360-scene {
	width:      100%!important;
	height:     100%!important;
	position:   absolute!important;
	top:        0!important;
	left:       0!important;
	opacity:    0;
}

.gal360.is-ready .gal360-scene {
	opacity: 1;
}

.gal360-loading {
	position:          absolute;
	top:               50%;
	left:              50%;
	-webkit-transform: translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	transition:        opacity 200ms;
}

.gal360.is-ready .gal360-loading {
	opacity: 0;
}

.gal360 .pnlm-controls-container {
	top:  50px;
	left: 50px;
}

.gal360 .pnlm-zoom-controls {
	width:  50px;
	height: 100px;
	border: none;
}

.gal360 .pnlm-control {
	width:                   50px;
	height:                  50px;
	border:                  none;
	line-height:             50px;
	text-align:              center;
	background:              #fff;
	color:                   #2581CE;
	font-family:             "ogonline-makelaars-basis" !important;
	font-style:              normal !important;
	font-weight:             normal !important;
	font-variant:            normal !important;
	text-transform:          none !important;
	speak:                   none;
	-webkit-font-smoothing:  antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gal360 .pnlm-control:hover {
	color:      #fff;
	background: #2581CE;
}

.gal360 .pnlm-zoom-in {
}

.gal360 .pnlm-zoom-in:before {
	content: "\71";
}

.gal360 .pnlm-zoom-out {

}

.gal360 .pnlm-zoom-out:before {
	content: "\72";
}

.gal360 .pnlm-fullscreen-toggle-button-inactive {

}

.gal360 .pnlm-fullscreen-toggle-button-inactive:before {
	content: "\4c";
}

.gal360 .pnlm-fullscreen-toggle-button-active {

}

.gal360 .pnlm-fullscreen-toggle-button-active:before {
	content: "\46";
}
