@import url(font-awesome.min.css);
/* Global Styles */
/*********************************************/
html, body {
	height: 100%;
}
body.mapApp {
	background-color: #f3d970;
	font-family: "adelle-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
	/*font-family: "adelle-sans", sans-serif;*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: "adelle-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	/*font-family: "adelle-sans", sans-serif;*/
}
/* Horizontal Rules */
hr {
	border: 2px solid #D6A618;
	margin: 1.5rem 0;
}
hr.none {
	border: 2px solid #f3d970;
 margin: .75rem 0;
}
hr.foodHR {
	margin-bottom: 0;
	margin-top: 0;
}
hr.afterLayers {
 margin: .375rem 0 1.35rem 0;
}
button, .button {
	font-family: "adelle-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.angular-google-map, .angular-google-map-container {
	width: 100%;
	height: 100%;
}
.mapWrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 60px;
	left: 0;
}
.gm-style img {
	max-width: none;
}
.white-box {
	background-color: white;
	border: 2px solid white;
	border-radius: 20px;
	position: absolute;
	top: 30px;
	left: 80px;
	padding: 0.5em 2em;
}
.ss-crosshair:before, .ss-crosshair.right:after {
	top: 2px;
	position: relative;
	font-size: 1.2rem;
	content: 'asdfasdf';
}
.currentLocation.active.ss-crosshair:before {
/*display: none;*/
}
.ss-crosshair, .ss-crosshair:hover, .ss-crosshair:focus {
	color: #112d54;
	background: none;
	background-color: #f3d970;
	border-radius: 6px;
	border: 1px solid white;
	padding: 6px;
}
.currentLocation {
	position: absolute;
	right: 5px;
	bottom: 15%;
	z-index: 2147483647;
	background: #f3d970;
	color: #112d54;
}
.currentLocation.active {
	background-image: url(../img/current-location-animated.gif);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	background-position-y: 10px;
	height: 42px;
	width: 42px;
}
.angular-google-map .gm-style .gm-style-iw {
	text-align: center;
	letter-spacing: 1px;
	padding-top: 10px;
}
.angular-google-map .gm-style .gm-style-iw + div {
	right: 6px !important;
	top: 5px !important;
}
/* @LISTS */
/*********************************************/
.mapApp .side-nav {
	font-family: "adelle-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
/* RIGHT - Off Canvas Wrapper and Contents */
/*********************************************/
.mapApp .right-off-canvas-menu {
	padding: 0;
	background-color: #f3d970;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"],  input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"],  input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	height: 3.3125rem;
	width: 91%;
	margin-left: 10px;
}
.right-off-canvas-menu h4 {
	text-align: center;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #715b05;
	text-shadow: 0px 0px 0px #b5971e;
	padding: 20px 20px;
}
.right-off-canvas-menu h5 {
	text-align: center;
 font-size: .9rem;
	letter-spacing: 2px;
	color: #715b05;
	text-shadow: 0px 0px 0px #b5971e;
	padding: 10px 10px;
}
.right-off-canvas-menu .inline-list {
	margin-left: 0;
}
.right-off-canvas-menu .list-of-buildings li {
	padding: 15px 0;
	width: 100%;
	margin: 0;
 font-size: .92rem;
	display: block;
	margin: 0;
	background-color: #f3d970;
	color: #112d54;
	border-bottom: 1px solid #D6A618;
}
.right-off-canvas-menu .list-of-buildings li:first-child {
	border-top: 1px solid #D6A618;
}
.right-off-canvas-menu .list-of-buildings li:hover, .right-off-canvas-menu .list-of-buildings li:focus {
	background-color: rgba(214, 166, 24, 0.25);
}
.right-off-canvas-menu .list-of-buildings div {
	/*word-break: break-word;*/
}
.right-off-canvas-menu .list-of-places li {
/*border-bottom: 1px solid #D6A618;*/
}
.right-off-canvas-menu .list-of-places li:hover, .right-off-canvas-menu .list-of-places li:focus {
/*background-color: rgba(214, 166, 24, 0.25);*/
}
ul.list-of-places li {
	display: table;
	margin: 1px 0px;
	background: white;
	padding: 5px;
}
ul.list-of-places li div:first-child {
	display: table-cell;
	background: white;
	/* padding: 25px; */
	width: 57%;
	padding: 10px;/* display: block; */
}
ul.list-of-places li div:first-child img{
	width: 118px;
}
ul.list-of-places li div:nth-child(2) {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
/* LEFT - Off Canvas Wrapper and Contents */
/*********************************************/
@media only screen and (min-width: 320px) {
/*.off-canvas-menu{
	height:100%;
	position: absolute;
	width:20%;
	z-index:999;
	padding: 20px;
	border:none;
 }*/

.mapApp .left-off-canvas-menu {
	border: none;
	background-color: #f3d970;
	padding: 0px 10px 0px 10px;
}
.left-off-canvas-menu .menuHeader {
	padding: 47px;
	background: #112d54;
	width: 106%;
	margin-left: -5px;
}
.left-off-canvas-menu .menuFooter {
	color: white;
	background: #112d54;
	width: 106%;
	margin-left: -5px;
	text-align: center;
	margin-top: 20px;
}
.left-off-canvas-menu .menuFooter .button {
	margin: 0;
	margin-top: 21px;
	background: #f3d970;
	color: #112d54;
}
.left-off-canvas-menu .menuFooter .button:hover {
	background: #d4bb55;
	color: #112d54;
}
.left-off-canvas-menu .menuFooter p {
	display: block;
	text-align: center;
 font-size: .7rem;
	padding: 15px;
	margin: 0;
}
span.beta {
	position: absolute;
	top: 19px;
	left: 29px;
	text-transform: uppercase;
	padding: 5px;
	color: #112d54;
	background: #f3d970;
	border-radius: 3px;
	font-weight: bold;
 font-size: .6rem;
	-ms-transform: rotate(341deg);
	-webkit-transform: rotate(341deg);
	transform: rotate(341deg);
}
.mapApp .has-tip:hover, .has-top:focus {
	color: #112d54;
	font-size: .8em;
}
.left-off-canvas-menu a, .left-off-canvas-menu ul li a, .left-off-canvas-menu .side-nav li a:not(.button) {
	color: #112d54;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
	background: rgba(214, 166, 24, 0.25);
	color: #112d54;
}
.left-off-canvas-menu ul li {
	display: block;
	padding: 0;
	padding-top: 9px;
	outline: none;
	/* box-shadow: inset 0 -1px rgba(0,0,0,0.2);*/
	color: #112d54;
	text-transform: capitalize;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
 font-size: .9rem;
}
.left-off-canvas-menu h4 {
	text-align: left;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #715b05;
	text-shadow: 0px 0px 0px #b5971e;
	margin-left: 5px;
}
/* Checkboxes for Layers */

.left-off-canvas-menu ul.side-nav.layersContent {
 padding: .375rem 0;
}
.left-off-canvas-menu .layerName {
	margin-left: 28px;
	position: relative;
	top: 2px;
}
.left-off-canvas-menu .squaredThree {
	width: 20px;
	position: relative;
	margin: 20px auto;
}
.left-off-canvas-menu .squaredThree label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 0;
	background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
	background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	border-radius: 4px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.left-off-canvas-menu .squaredThree label:after {
	content: '';
	width: 15px;
	height: 6px;
	position: absolute;
	top: 6px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.left-off-canvas-menu .squaredThree label:hover::after {
	opacity: 0.3;
}
.left-off-canvas-menu .squaredThree input[type=checkbox] {
	visibility: hidden;
}
.left-off-canvas-menu .squaredThree input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.left-off-canvas-menu .layersContent li:hover {
	background: rgba(214, 166, 24, 0.25);
}
/* END Checkboxes for Layers */

		 /* Print Map List */
.side-nav.printMapContent {
	margin: 0;
	padding: 0;
}
}
/* Inner Wrapper - Main Screen */
@media only screen and (min-width: 320px) {
.off-canvas-wrap, .inner-wrap {
	height: 100%;
}
}


/* Burger Container - Off Canvas Menu Trigger */
/*********************************************/
@media only screen and (min-width: 320px) {
.burger-container {
	padding: 0;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	text-align: center;
}
.burger-menu {
	width: 35px;
}
.left-off-canvas-toggle.ss-menu {
	font-size: 1.2rem;
	position: relative;
	top: 2px;
	color: white;
	text-align: center;
	left: 13px;
}
.right-off-canvas-toggle.ss-menu {
	font-size: 1.2rem;
	position: relative;
	top: 2px;
	color: white;
	text-align: center;
	left: 13px;
}
.right-off-canvas-toggle.ss-buildings {
	font-size: 1.2rem;
	position: relative;
	top: 2px;
	color: white;
	text-align: center;
	left: 13px;
}
.ss-menu a:hover, .ss-menu a:focus {
	color: #112d54;
}
.ss-buildings a:hover, .ss-buildings a:focus {
	color: #112d54;
}
}

/* Main Drop Down - Input Container  */
/******************************/
@media only screen and (min-width: 320px) {
.input-container {
	padding-left: 0;
}
.mapApp .cd-dropdown, .mapApp .cd-select {
	width: 100%;
	margin: 0;
}
.mapApp .cd-dropdown > span {
	background: #112d54;
	color: white;
	letter-spacing: 1px;
	font-weight: 600;
 	font-size: .9rem;
}
.cd-active.cd-dropdown > span {
	color: white !important;
}
.mapApp .cd-active.cd-dropdown ul li span, .mapApp .cd-dropdown ul li span {
	padding-left: 14px;
	background: #f3d970 !important;
  	color: #112d54 !important;
}
.mapApp .cd-active.cd-dropdown ul li span:hover {
	background: #284265 !important;
	color: #fff !important;
}
.mapApp .cd-dropdown.cd-active > span {
}
.cd-dropdown ul li span {
	color: white !important;
	background: #375176 !important;
	letter-spacing: 1px;
	font-weight: 600 !important;
}
.mapApp .top-bar {
	height: 60px;
	line-height: 60px;
	background: #112d54;
	overflow: visible;
	z-index:100;
}
.left-small {
	height: 3.8125rem;
	border-right: solid 1px #213e67;
}
.tab-bar-section {
	height: 3.8125rem;
	padding: 2px 10px;
}
.right-small {
	height: 3.8125rem;
	border-left: solid 1px #213e67;
}
.cd-dropdown ul li {
	width: 100% !important;
 font-size: .9rem;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
.cd-dropdown ul li span {
	line-height: 30px !important;
}
.cd-dropdown ul li {
 font-size: .5rem !important;
}
.currentLocation {
	right: 15px;
	bottom: 25%;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
.currentLocation {
	right: 15px;
	bottom: 17%;
}
}

@media only screen and (min-width: 600px) and (max-width: 1000px) and (min-height: 300px) and (max-height: 500px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
.currentLocation {
	right: 15px;
	bottom: 25%;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.currentLocation.active {
		background-position-y: 11px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.mapApp .cd-dropdown > span {
		font-size: .7rem;
	}
}
@media screen and (device-aspect-ratio: 40/71) and (orientation: portrait) {
.mapApp .cd-dropdown > span {
 	font-size: .7rem;
	position: relative;
	padding-left: 0;
}
.currentLocation {
	bottom: 25%;
	right: 15px;
}
.cd-dropdown ul li {
 font-size: .7rem;
	text-align: left;
}
}



/*** UNORGANZIED BELOW QA BUGS ****/
.center {
	text-align: center;
}
.gmnoprint {
}
.search-box {
/*position:absolute;
	top:30px;*/
}
.slick-next, .slick-prev {
	display: none !important;
}
.slick-slide {
	padding: 5px !important;
}
.slick-slide img {
	height: 200px;
}
.slick-list {
/*max-height: 300px;*/
}
.results {
	background-color: white;
	display: none;
}
.results > ul {
	margin-bottom: 0px;
}
.hide-menu {
	height: 5%;
	position: absolute;
	left: 20%;
	background-color: red;
	z-index: 999;
}
.top-box {
	position: absolute;
	z-index: 2147483647;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	top: 20px;
 background-color:;
	height: auto;
}
select {
	margin-bottom: 0px !important;
}
.campus-info {
	position: absolute;
	z-index: 99999;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: white;
}
.caroussel-container {
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.arrow {
	position: absolute;
	top: 45%;
	background-color: black;
	width: 50px;
	height: 50px;
	z-index: 9999;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.id-label {
	position: relative;
	background-color: white;
	top: 25px;
}
/* Awesome Font */
.fa {
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	font-size: 1.5em;
	padding-left: 13px;
}
.fa a:hover, .fa a:active, .fa a:focus {
	color: #fff;
}
.fa:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome; 
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.fa-crosshairs:before, .fa-crosshairs.right:after {
	top: 2px;
	position: relative;
	font-size: 1.2rem;
}
.currentLocation.active.fa-crosshairs:before {
/*display: none;*/
}
.fa-crosshairs, .fa-crosshairs:hover, .fa-crosshairs:focus, .fa-crosshairs:active {
	color: #112d54;
	background: none;
	background-color: #f3d970;
	border-radius: 6px;
	border: 1px solid white;
	padding: 12px;
	line-height: 0.8em;
	padding-top: 9px;
}
.fa-building:hover, .fa-building:focus {
	color: #fff !important;
}
.fa-cutlery:hover, .fa-cutlery:focus {
	color: #fff !important;
}
.noBuildingsMatched {
	padding-left: 15px !important;
}
.noFoodMatched {
	padding-left: 15px !important;
	background: none !important;
}

.squaredThree {
	z-index:-1 !important;
}