/*
Friends University Virtual Tour
Author: Mickey Shannon
Author URI: http://www.mickeyshannon.com
Project URI: http://www.friends.edu/virtualtour
Description: Styling for Friends University Virtual Tour
Version: 1.0
Latest Update: December 2016
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable
 * 4.0 - Navigation
 *   4.1 - Building Navigation
 * 5.0 - Content Structure
 * 6.0 - Map Stuff
 * 8.0 - Media Queries
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */


body,
html{
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;  }

*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow:none;
/* 	text-rendering: optimizeLegibility; */
	transform: perspective(1px) scale(1.1)

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}

html { font-size: 62.5%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } 
body { font-size: 1rem; } /* =14px */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	/*overflow-y: scroll;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;	
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

input, textarea {
    border: 0px; 
    background: #DDD;
    margin: 0px;
}

body {
    background-color: #1c1d1f;
}

a {
	color: #45b9e9;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
a:hover { color: #45b9e9; }
a:active,
a:hover {
	color: #1983af;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0px;
}

h1 {	font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 28px;
	font-size:2.4rem;
	padding-bottom:3rem;
	letter-spacing:0.2rem;
}

h2 {	font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 21px;
	font-size:1.2rem;
	padding-bottom:1.4rem;
}

h3 {	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size:1rem;
	font-weight: 700;
	padding-bottom:1rem;
}

h4 {	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size:0.8rem;
	font-weight: 700;
	padding-bottom:0.8rem;
}

h5 {	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size:0.8rem;
	font-weight: 700;
	padding-bottom:0.8rem;
}

h6 {	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size:0.8rem;
	font-weight: 700;
	padding-bottom:0.8rem;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 300;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(255, 255, 255, .5);
	border: 0;
	width: 100%;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
/*
::selection {
	background: #98CEEC;
	color: #fff;
	text-shadow: none;
}
*/

::-moz-selection {
	background: #98CEEC;
	color: #fff;
	text-shadow: none;
}

/* prevent html5 strict doctype img spaces under images */
img {
 	vertical-align: bottom;
}
/* prevent scale blurring, but only for non-retina screens */
/*
@media only screen and ( max-device-pixel-ratio: 1),
only screen and (        max-resolution: 100dpi),
only screen and (        max-resolution: 1dppx) {

	img {
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}

}
*/

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

.italicize-this { font-style:italic; }
.uppercase-this { text-transform:uppercase; }
.initial-caps-this { text-transform:capitalize; }


/**
 * 3.0 Preloader
 * -----------------------------------------------------------------------------
 */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url('../gif/loading-spinner.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/**
 * 4.0 Navigation
 * -----------------------------------------------------------------------------
 */


/**
 * 4.1 Building Navigation
 * -----------------------------------------------------------------------------
 */

#building-navigation {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	z-index:10000;
}

#building-navigation-content {
	position:relative;
	float:left;
	display:block;
	width:100%;
	height:100%;
	min-height:100vh;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .5);
	overflow:auto;
}


.building-nav-item {
	position:relative;
	display:none;
	float:left;
	width:100%;
}

.building-nav-item-view-inside {
	position:absolute;
	bottom:0px;
	right:0px;
	width: 80px;
    height: 80px;
	display:block;
	background:url('../png/view-inside.png');
}

.building-nav-item img {
  display: block;
  max-width: 100%;
}

.building-nav-item:hover .building-nav-item-background-area {
	-webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
	background-color:rgba(0, 0, 0, 0);
}

.building-nav-home {
	background-color:#a12642;
	text-align:center;
	line-height:100%;
	vertical-align:middle;
	color:#FFF;
	font-size:14px;
	width:100%;
}

.building-nav-item-background-area {
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, .4);
	position: absolute;
	text-align:center;
	z-index:503;
	bottom:0px;
	padding:0px;
	margin:0px;
	color:#FFF;
}
.building-nav-item-background-area { display:block; }
.building-nav-item-text {
	width: 100%;
	top:50%;
	height:30px;
	display: inline-block;
    vertical-align: middle;
	position: relative;
	display:block;
	float:left;
	padding:0px;
	margin:-15px 0px 0px 0px;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px #333;
	font-size:16px;
	font-size:1.1rem;
	line-height:1.2;
	font-weight:700;
	text-align:center;
}

#close-button {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	top:10px;
	right:10px;
	background:url('../png/closebutton.png');
	background-color: #a22443;
	z-index:10001;
}
#close-button:hover { cursor: pointer; }

/**
 * 5.0 Content
 * -----------------------------------------------------------------------------
 */

#friends-logo {
	position: fixed;
	display:block;
	left:0px;
	top:10px;
	width: 202px;
	height: 100px;
	background-image:url('../friends-logo.html');
	z-index:5002;
}

#fff-logo {
	position: fixed;
	display:block;
	right:0px;
	top:10px;
	width: 165px;
	height: 100px;
	background-image:url('../fff-logo.html');
	z-index:5001;
}


/**
 * 6.0 Map Stuff
 * -----------------------------------------------------------------------------
 */

iframe { 
	vertical-align: top;
}

#site-title {
	position:absolute;
    display: block;
	left:0px;
	top:0px;
	width:350px;
	height:100px;
	background-color: #a02741;
	z-index:5001;
}
#site-title a {
    color: transparent;
    background-image: url(../logo-2.html);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    background-size: contain;
    height: 0;
    padding-bottom: 30.5%;
}

#map-holder {
	position: absolute;
	width:100%;
	height:100vh;
	display:block;
	z-index: 5001;
}
#pano-holder {
	position: absolute;
	width:100%;
	height:100vh;
	display:block;
	z-index: 5001;
}

#map {
	width: 100%; height: 100%; float:left; z-index: 5000;
}
#pano {
	width: 100%; height: 100%;float:left; z-index: 5001;
}

#top-spacer {
	position: fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:5px;
    background-color: #a12642;
    z-index: 7001;
}

#friends-logo {
	position: fixed;
	display:block;
	left: 0px;
    top: 15px;
    width: 225px;
    height: 100px;
    background-image: url('../jpg/friends-logo.jpg');
    background-repeat: no-repeat;
    z-index: 7002;
    background-color: #a12642;
}
#icon-bar {
	position: fixed;
	display:block;
	width:60px;
	height:335px;
	top:120px;
	left:0px;
	z-index:9000;
}
.icon-link {
	position:relative;
	display:block;
	float:left;
	width: 175px;
	height:45px;	
	margin-left:-20px;
	padding-left:30px;
	margin-bottom:5px;
	background-color:rgba(0,0,0,.8);
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color: #fff;
	line-height:45px;
	vertical-align:middle;
	/*text-indent:-9999px;
	overflow:hidden;*/
	-webkit-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
}
.icon-link-blue {
	background-color:#f9a11b !important;
	width:200px;
	height:50px;
	line-height:50px;
}
.icon-link:hover {
	margin-left:0px;
	cursor: pointer;
}
.icon-button {
	position:absolute;
	top: 10px;
	right: 10px;
	width:25px;
	height:25px;
	background-size: 275px 175px;
}
.toggle-map-icon {
	background-image:url(../png/icons-2.png);
	background-position:-175px -75px;
}
.buildings-icon {
	background-image:url(../png/icons-2.png);
	background-position:-100px -75px;
}
.request-info-icon {
	background-image:url(../png/icons-2.png);
	background-position:0px -125px;
}
.visit-icon {
	background-image:url(../png/icons-2.png);
	background-position:-250px -125px;
}
.apply-icon {
	background-image:url(../png/icons-2.png);
	background-position:-200px -125px;
}
.social-media-icon {
	background-image:url(../png/icons-2.png);
	background-position:-150px -125px;
}

#locations-list {
	position: fixed;
	display:block;
	left: 0px;
    top: 305px;
	width: 2255px;
	height: 50px;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	z-index:7002;
}

#fff-logo {
	position: fixed;
	display:block;
	right:0px;
	top:10px;
	width: 165px;
	height: 100px;
	background-image:url('../jpg/fff.jpg');
	z-index:7001;
}

#locations-navigation {
	width: 400px;
	min-height:100vh;
	position: fixed;
	display:block;
	top:0px;
	right:0px;
	z-index:6000;	
}
.location-icon {
	position:relative;
	display:block;
	float:left;
	width:400px;
	height:200px;
	background-size: 400px 200px;
    background-repeat: no-repeat;
	background-position: 0px;
	background-color: #000;
}
.location-davis-icon {
	background-image:url('../jpg/maps-davis-140422friends-university-6641-800x400.jpg');
}
.location-casado-icon {
	background-image:url('../jpg/maps-davis-140422friends-university-6641-800x400.jpg');
}
.location-garvey-icon {
	background-image:url('../jpg/maps-davis-140422friends-university-6641-800x400.jpg');
}
.location-btb-icon {
	background-image:url('../jpg/maps-davis-140422friends-university-6641-800x400.jpg');
}
.location-sumptner-icon {
	background-image:url('../jpg/maps-davis-140422friends-university-6641-800x400.jpg');
}

#toggle-map {
	position: fixed;
	display: block;
	width: 25px;
	height: 25px;
	bottom: 30px;
	right: 60px;
	z-index: 8000;
	background-color:#00FF0B;
}

/**
 * 5.6x Photo Pop-up Container
 * -----------------------------------------------------------------------------
 */

#clickable-building-container {
	position:fixed;
	width: 300px;
	height:auto;
	min-height:300px;
	bottom: 24px;
	right: 65px;
	display:none;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .8);
	z-index:6000;
	/* overflow-y:scroll; */
	cursor: pointer;
}
.close-button {
	position:absolute;
	width: 40px;
	height: 40px;
	right: -50px;
	top: 0px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, .8);
	background-image: url('../png/close-x-button.png');
	background-position: 5px 5px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s; /* Safari */
	transition: background-color 0.3s;
}
.close-button:hover {
	background-color: #9f2943;
}
.photo-outer-container {
    position: relative;
	display:block;
	float:left;
    width: 100%;
    height: 100%;
}
.photo-inner-container {
    position: relative;
	display:block;
	float:left;
    width: 100%;
    height: 100%;
	text-align:left;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:12px;
	font-size:0.8rem;
	line-height:1rem;
	font-weight:400;
	color:#FFF;
}
.photo-inner-container-header-image {
    position: relative;
	display:block;
	float:left;
    width: 100%;
	height: auto;
}
.photo-inner-container-header-image img {
    position: relative;
	display:block;
	float:left;
	width: 100%;
	height: auto;
}
.photo-inner-container img {
	position: relative;
	display:block;
	margin: 0 auto;
	max-width:100%;
	max-height:300px;
}
.photo-inner-container p { margin-bottom: 0px; }
.photo-inner-container h2 {
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size:16px;
	font-size:1.2rem;
	line-height:1.4rem;
	font-weight:400;
}

.photo-share-buttons { position: relative; display:block; float:left; height:35px; }

.photo-submit-button {
    background-color: #45b9e9;
	display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    padding: 5px 10px;
	margin: 6px 0px 20px;
    border-bottom: 3px solid #1983af;
}
.photo-submit-button:hover {
	background-color: #1983af;
    padding: 5px 10px 5px 10px;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.photo-inner-container-photos {
	position: relative;
	display:block;
	float:left;
	width:50%;
	background-color: #EEE;	
}
.photo-inner-container-content {
	position: relative;
	display:block;
	float: left;
	width: 100%;
	/* background-color: #FFF; */
	/* color: #000; */
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.6rem;
	line-height: 1rem;
	padding: 20px;
}

.clickable-photo-image {
	position: relative;
	display:block;
	float:left;
	max-width:400px;
}

.building-button {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 25px;
	padding: 10px;
	background-color: #9f2943;
	font-family: 'Oswald', Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-size: 1.2rem;
	line-height: 1.2rem;
	-webkit-transition: background-color 0.3s; /* Safari */
	transition: background-color 0.3s;
}
.building-button:hover {
	background-color: #7b0000;
}
.photo-inner-container h2 {
    /* font-weight: 700; */
    font-size:1.6rem;
}
.photo-inner-container p {
	font-size: 0.8rem;
	line-height: 1.2rem;
}

.exit-building-button {
    position: fixed;
    display: block;
    right: 25px;
    top: 15px;
    width: 150px;
    height: 60px;
    z-index: 7002;
    background-color: #a12642;
}


/**
 * 7.0 Footer
 * -----------------------------------------------------------------------------
 */


/**
 * 6.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 501px) {
	.building-nav-item {
		width: 50%;
		height: auto;
	}
}
@media screen and (min-width: 1000px) {
	.building-nav-item {
		width: 33.3333333%;
		height: auto;
	}
}
@media screen and (min-width: 1500px) {
	.building-nav-item {
		width: 25%;
		height: auto;
	}
}
@media screen and (min-width: 2000px) {
	.building-nav-item {
		width: 20%;
		height: auto;
	}
}
@media screen and (min-width: 2500px) {
	.building-nav-item {
		width: 16.666666666%;
		height: auto;
	}
}
@media screen and (min-width: 3000px) {
	.building-nav-item {
		width: 12%;
		height: auto;
	}
}
@media screen and (min-width: 3500px) {
	.building-nav-item {
		width: 11.111111111%;
		height: auto;
	}
}
@media screen and (min-width: 4000px) {
	.building-nav-item {
		width: 17.666666666%;
		height: auto;
	}
}
@media screen and (min-width: 4500px) {
	.building-nav-item {
		width: 8.333333333%;
		height: auto;
	}
}
@media screen and (min-width: 5000px) {
	.building-nav-item {
		width: 6.25%;
		height: auto;
	}
}
