/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 14, ../sass/screen.scss */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: muli;
}

/* line 22, ../sass/screen.scss */
#map {
  position: absolute;
  top: 48px;
  left: 250px;
  right: 0;
  bottom: 0;
  z-index: 10;
}

/* line 31, ../sass/screen.scss */
#header {
  height: 48px;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 2px #d91543 solid;
  box-sizing: border-box;
  z-index: 100;
  background: white;
}
/* line 42, ../sass/screen.scss */
#header h1 {
  font-family: lato;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  font-size: 2em;
}
/* line 49, ../sass/screen.scss */
#header h1 a {
  text-decoration: none;
  color: black;
}

/* line 57, ../sass/screen.scss */
#header h1 img {
  width: 70px;
  padding-right: 10px;
  vertical-align: text-top;
}

/* line 63, ../sass/screen.scss */
#header h1 span {
  color: #d91543;
  padding-right: 4px;
}

/* line 68, ../sass/screen.scss */
.gm-style-iw input {
  display: block;
}

/* line 73, ../sass/screen.scss */
.gm-style-iw label {
  clear: both;
  margin-top: 10px;
  margin-bottom: 2px;
  text-transform: uppercase;
  display: block;
}

/* line 81, ../sass/screen.scss */
.ratingDot {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
  border: 2px #ffaa00 solid;
  background: white;
  border-radius: 100%;
  margin-bottom: 10px;
}

/* line 93, ../sass/screen.scss */
.ratingDot.selected {
  background: #ffaa00;
}

/* line 97, ../sass/screen.scss */
.button {
  display: block;
  padding: 14px;
  margin-top: 10px;
  text-align: center;
  background: #00aaff;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}

/* line 110, ../sass/screen.scss */
.sidebar {
  width: 250px;
  padding-top: 52px;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}

/* line 118, ../sass/screen.scss */
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  display: block;
}

/* line 130, ../sass/screen.scss */
#pac-input:focus {
  border-color: #4d90fe;
}

/* line 134, ../sass/screen.scss */
#itemList {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 140, ../sass/screen.scss */
.markerData {
  border-bottom: 1px #eeeeee solid;
  padding: 16px 10px;
  position: relative;
}

/* line 146, ../sass/screen.scss */
.markerData p {
  padding: 0;
  margin: 0;
}

/* line 153, ../sass/screen.scss */
.marker-data-name {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 30px;
}

/* line 163, ../sass/screen.scss */
.marker-data-rating {
  color: #ffaa00;
  font-size: 2em;
  font-weight: bold;
  line-height: 0.5em;
  padding-top: 0.5em;
}

/* line 171, ../sass/screen.scss */
.marker-data-notes {
  font-size: 0.9em;
  color: #333333;
  max-height: 200px;
  overflow: hidden;
}

/* line 178, ../sass/screen.scss */
.gm-style-iw .marker-data-notes {
  display: none;
}

/* line 182, ../sass/screen.scss */
.marker-data-color {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 8px;
  top: 12px;
}
/* line 189, ../sass/screen.scss */
.marker-data-color .color-dot {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 6px;
}

/* line 197, ../sass/screen.scss */
#loginStuff {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 203, ../sass/screen.scss */
.dropdown {
  position: relative;
  display: block;
}

/* line 208, ../sass/screen.scss */
.dropdown .dropdown-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  background: white;
  border: 1px #d91543 solid;
  border-top: none;
}

/* line 222, ../sass/screen.scss */
.dropdown .dropdown-menu li {
  margin: 0;
}
/* line 226, ../sass/screen.scss */
.dropdown .dropdown-menu li a {
  padding: 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #d91543;
  display: block;
}
/* line 233, ../sass/screen.scss */
.dropdown .dropdown-menu li a:hover {
  background: #d91543;
  color: white;
}

/* line 240, ../sass/screen.scss */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* line 245, ../sass/screen.scss */
.errorBox {
  position: fixed;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 100;
  background: white;
  border: 3px #d91543 solid;
  overflow: scroll;
}

/* line 257, ../sass/screen.scss */
.content {
  padding-top: 48px;
  max-width: 1024px;
  margin: 0 auto;
  width: 90%;
}

/* line 264, ../sass/screen.scss */
h1 {
  color: #d91543;
  font-size: 2em;
}

/* line 274, ../sass/screen.scss */
.mapList {
  list-style: none;
  padding: 0;
}
/* line 278, ../sass/screen.scss */
.mapList .map {
  display: block;
  float: left;
  margin: 40px;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  border: 2px #d91543 solid;
  border-radius: 4px;
}
/* line 287, ../sass/screen.scss */
.mapList .map h2 {
  font-weight: bold;
  text-align: right;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: #d91543;
  margin-right: 20px;
  text-decoration: none;
  color: white;
  display: block;
  -moz-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
  padding: 10px;
}
/* line 309, ../sass/screen.scss */
.mapList .map a.preview {
  padding-top: 20px;
  box-sizing: border-box;
  display: block;
  height: 230px;
  width: 250px;
  text-decoration: none;
  background: transparent;
}
/* line 319, ../sass/screen.scss */
.mapList .map a.preview:hover h2 {
  margin-right: 10px;
}
/* line 326, ../sass/screen.scss */
.mapList .map a.user {
  background: #f99a44;
  color: white;
  text-decoration: none;
  padding: 5px;
  text-align: right;
  display: block;
}
/* line 335, ../sass/screen.scss */
.mapList .map .options {
  background: white;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* line 344, ../sass/screen.scss */
.mapList .map .options a {
  text-decoration: none;
}
/* line 348, ../sass/screen.scss */
.mapList .map .options .button {
  border: none;
  padding: 5px;
  color: white;
  display: inline-block;
  font-family: muli;
  font-size: 0.9em;
  line-height: 1;
}
/* line 357, ../sass/screen.scss */
.mapList .map .options .delete-form {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 367, ../sass/screen.scss */
.marker {
  border-radius: 100%;
  border: 4px white solid;
  width: 16px;
  height: 16px;
  padding: 5px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 378, ../sass/screen.scss */
.preview-1 {
  background: transparent url("../img/previews/1.png") center center no-repeat;
}

/* line 381, ../sass/screen.scss */
.preview-2 {
  background: transparent url("../img/previews/2.png") center center no-repeat;
}

/* line 384, ../sass/screen.scss */
.preview-3 {
  background: transparent url("../img/previews/3.png") center center no-repeat;
}

/* line 387, ../sass/screen.scss */
.preview-4 {
  background: transparent url("../img/previews/4.png") center center no-repeat;
}

/* line 390, ../sass/screen.scss */
.preview-5 {
  background: transparent url("../img/previews/5.png") center center no-repeat;
}

/* line 393, ../sass/screen.scss */
.preview-6 {
  background: transparent url("../img/previews/6.png") center center no-repeat;
}

/* line 402, ../sass/screen.scss */
.input-form {
  max-width: 400px;
  margin: 0 auto;
}
/* line 405, ../sass/screen.scss */
.input-form label {
  display: block;
  margin-top: 14px;
  margin-bottom: 4px;
}
/* line 411, ../sass/screen.scss */
.input-form .check-container {
  margin-bottom: 0;
}
/* line 415, ../sass/screen.scss */
.input-form input[type="text"], .input-form select, .input-form textarea {
  box-sizing: border-box;
  width: 100%;
}
/* line 420, ../sass/screen.scss */
.input-form input[type="text"] {
  padding: 8px;
}
/* line 424, ../sass/screen.scss */
.input-form .button {
  border: none;
  margin: 14px 0;
  width: 100%;
  box-sizing: border-box;
}
/* line 431, ../sass/screen.scss */
.input-form .desc {
  font-size: 0.9em;
  color: #999999;
  margin-bottom: 16px;
}

/* line 443, ../sass/screen.scss */
#rich-text-box {
  position: fixed;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  background: white;
  z-index: 60;
  border: 10px #d91543 solid;
}

/* line 454, ../sass/screen.scss */
#window-shade {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 40;
  position: fixed;
  top: -40px;
  bottom: -40px;
  left: -50px;
  right: -50px;
}

/* line 471, ../sass/screen.scss */
.page-section {
  clear: both;
  border-top: #dddddd 2px solid;
  padding-top: 20px;
  margin-top: 20px;
  overflow: hidden;
}
/* line 478, ../sass/screen.scss */
.page-section:first-child {
  border: none;
}

/* line 484, ../sass/screen.scss */
.featured .map {
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
}
/* line 490, ../sass/screen.scss */
.featured .map a.preview {
  width: 100%;
  max-width: 100%;
  height: 300px;
}
/* line 496, ../sass/screen.scss */
.featured .map h2 {
  width: auto;
  display: inline-block;
  font-size: 1.5em;
}

/* line 504, ../sass/screen.scss */
.cat-list {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
}
/* line 508, ../sass/screen.scss */
.cat-list > h2 {
  color: #f99a44;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 513, ../sass/screen.scss */
.cat-list > h2 a {
  color: inherit;
  text-decoration: none;
}

/* line 522, ../sass/screen.scss */
#expanded-sidebar {
  width: 45%;
  position: fixed;
  left: 0;
  top: 40px;
  padding-top: 52px;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 50;
  background: white;
}
/* line 536, ../sass/screen.scss */
#expanded-sidebar .content h1 {
  color: #d91543;
  font-size: 2em;
}
/* line 541, ../sass/screen.scss */
#expanded-sidebar .content h2 {
  color: #f99a44;
  font-size: 1.5em;
}

/* line 549, ../sass/screen.scss */
#sidebar-close-button {
  font-size: 2em;
  position: absolute;
  left: 0;
  top: 0;
}
