/* Place custom 360 styles here */

/*
ORANGE: #f37226;
BLUE: #053776;
*/

html,
body {
	font-family: Arial, Helvetica, sans-serif;
}
/* =================== FORWARDER ===================== */
#forwarder a {
	background-color: #053776;
}

/* =================== FLOORPLAN ===================== */

.open-button {
	background-color: #053776;
	color: #fff;
}
.open-button:hover {
	background-color: #053776;
	color: #fff;
}

.floorplan-outer {
	background-color: #fff;
	border-color: #000;
	left: 0;
}

.close-button {
	background-color: #053776;
	border-width: 0;
}
.close-button span {
	color: #fff;
	text-transform: none;
}
.close-button .text {
	font-size: 16px;
}
.close-button .icon-cross {
	font-size: 26px;
}

.fov-radar {
	background: -webkit-linear-gradient(-45deg, #053776 0%,rgba(255,255,255,0) 50%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(315deg, #053776 0%,rgba(255,255,255,0) 50%);
	background: linear-gradient(135deg, #053776 0%,rgba(255,255,255,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.camera-icon svg .b {
	fill: #053776;
}
.camera-icon.visited svg .b {
	fill: #999;
}
.camera-icon.active svg .b,
.camera-icon.visited.active svg .b {
	fill: #f37226;
}
.camera-label {
	background-color: #053776;
	border-radius: 0;
}

.fp-switch-container {
	background-color: #fff;
	border-color: #000;
}

.fp-switch {
	background: #053776 url(../local/images/gui/floor-icon.svg) center no-repeat;
	background-size: cover;
	border-width: 0;
	line-height: 44px;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
}

.fp-switch,
.fp-switch:hover,
.fp-switch.active,
.fp-switch.active:hover {
	color: #fff;
}

.fp-switch:hover,
.fp-switch.active,
.fp-switch:hover.active {
	background-color: #f37226;
}

/* =================== GUI ===================== */

.editor .button {
	background-color: rgba(5,55,118,.8);
	color: #fff;
}
.button,
.open-button,
#help-screen .button {
	background-color: #053776;
	color: #fff;
	text-transform: none;
}
.button-help {
	font-size: 20px;
}
.open-button:hover,
.gui-container .button:hover,
.button-gallery:hover,
.button.enabled {
	background-color: #f37226;
}
.button.button-auto.disabled {
	color: #fff;
	background-color: rgba(40,40,40,0.5);
}
.button.button-zoomout:before,
#help-screen .button.button-zoomout:before,
.button.button-zoomin:before,
#help-screen .button.button-zoomin:before,
.button.button-auto:before,
#help-screen .button.button-auto:before {
	font-size: 30px;
}
.button:before {
	display: block;
}


.fs-close,
#info-close,
.close-button {
	background-color: #053776;
}
#info-close {
	border-radius: 0;
}

.fs-close:hover,
#info-close:hover {
	background-color: #f37226;
}

/* =================== HOTSPOTS ===================== */
.hotspot.info-rv,
.hotspot.gallery-rv,
.hotspot.video-rv,
.hotspot.nav-rv {
	background-color: rgba(5,55,118,.85);
}
.hotspot.info-rv:hover,
.hotspot.gallery-rv:hover,
.hotspot.video-rv:hover,
.hotspot.nav-rv:hover {
	background-color: rgba(5,55,118,1);
}



/* =================== ROOM TITLE ===================== */
.room-title {
	background-color: #053776;
	text-transform: none;
}

/* =================== HELP SCREEN ===================== */
#help-screen,
#info-spot {
	background-color: rgba(62,62,62,.4);
}

#help-screen h1 {
	padding: 12px 32px;
}
#help-screen h1 span {
	font-size: 18px;
}

/* =================== MEDIA QUERIES ===================== */
@media only screen and (max-width: 1024px) {
	.diagrams {
		min-height: 150px;
	}
}

@media only screen and (min-width: 678px) and (max-width: 1024px) {
	.close-button .text {
		font-size: 14px;
	}
	.close-button .icon-cross {
		font-size: 20px;
		width: 32px;
	}
	#fov-container {
		top: 32px;
	}
	.fp-switch {
		line-height: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.button-help {
		font-size: 14px;
	}

	#info-close,
	#info-close:hover {
		background-color: transparent;
	}
}

@media only screen and (max-width: 677px) {
	#fov-container {
		display: none;
	}
	.close-button span {
		line-height: 40px;
	}
}

@media only screen and (max-height: 400px) {
	#more-info-text {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1025px) {
	/* HOVER STATES */
}