.poi {
  margin-bottom: 26px;
}

.poi-maps-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #9f8d77;
}
.poi .categories .category table th:first-child {
  border-left: 1px solid #9f8d77;
}
.poi .categories .category table td:first-child {
  border-left: 1px solid #9f8d77;
}
#content .poi td{
	padding: 10px 10px !important;
}

@media (max-width: 959px) {
  .poi-maps-container {
    height: 300px;
  }
}
.poi-maps-container .poi-map-canvas {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.poi-maps-container .poi-map-canvas.visible {
  top: 0;
}
.poi-maps-container .poi-map-canvas h4, .poi-maps-container .poi-map-canvas p {
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  color: #332211;
}
.poi-maps-container .poi-map-canvas h4 {
  color: #c44b20;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}
.poi-maps-container .poi-map-canvas .map-content {
  overflow: hidden;
}

.poi .category-selector {
  padding: 0 0 15px 0;
}
.poi .category-selector:after {
  content: '';
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}

.poi .category-selector button {
	background-color: #c64d16;
	border: 0;
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font:600 14px/20px 'open_sansregular', sans-serif;
	padding:10px 12px;
	text-decoration: none;
	transition: background-color 0.5s ease-out;
	border-radius: 4px;
	margin: 5px;
}
.poi .category-selector button:hover, 
.poi .category-selector button.active {
	background-color: #a48b52;
}

.poi .categories {
  border-bottom: 1px solid #9f8d77;
  margin-bottom: 15px;
}
.poi .categories .category {
  display: none;
}
.poi .categories .category.visible {
  display: block;
}
.poi .categories.expanded {
  display: block;
}
@media (max-width: 539px) {
  .poi .categories {
    display: block;
  }
}
.poi .categories .category.hidden {
  display: none;
}
.poi .categories .category table {
  width: 100%;
  margin: 0px !important;
}
.poi .categories .category table th, .poi .categories .category table td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.poi .categories .category table th {
  white-space: nowrap;
}
.poi .categories .category table td {
  vertical-align: middle;
}
.poi .categories .category table td.center {
  text-align: center;
}
.poi .categories .category table td.title {
  text-align: left;
}
@media (max-width: 539px) {
  .poi .categories .category table th {
    display: none;
  }
  .poi .categories .category table td {
    border-left: none;
    border-right: none;
  }
  .poi .categories .category table td.not-important {
    display: none;
  }
}
.poi .categories .category .expand-description {
  text-decoration: underline;
  -webkit-transition: color 200ms;
          transition: color 200ms;
  cursor: pointer;
}
.poi .categories .category .expand-description:hover {
  color: #c44b20;
}
.poi .categories .category .show-on-map {
  display: block;
  height: 18px;
  width: 12px;
  margin: 0 auto;
  text-indent: -9999px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
          transition: opacity 200ms;
  background: url("../../guest-portal/images/sprite.svg") 0 -119px no-repeat;
}
.no-svg .poi .categories .category .show-on-map {
  background-image: url("../../guest-portal/images/sprite.png");
}
.poi .categories .category .show-on-map:hover {
  opacity: 0.6;
}
.poi .categories .category tr.description {
  display: none;
}
.poi .categories .category tr.description.visible {
  display: table-row;
}
.poi .categories .category tr.description .thumbnail {
  margin-bottom: 0;
}
@media (max-width: 539px) {
  .poi .categories .category tr.description .thumbnail {
    margin-bottom: 12px;
  }
}
.poi .categories .category tr.description p {
  margin: 0 0 10px;
  font-size: 12px;
}
.poi .categories .category tr.description nav > * {
  margin-left: 10px;
}
.poi .categories .category tr.description nav > *:first-child {
  margin-left: 0;
}

.poi .hotels {
  display: none;
}

#home-poi {
  margin-bottom: 54px;
}
#home-poi .intro {
  position: relative;
  padding: 16px 0 5px 0;
  font-family: "open_sansregular";
  line-height: 1;
}
#home-poi .intro h1 {
  font-size: 28px;
  margin-bottom: 0;
}
#home-poi .intro h2 {
  font-size: 19px;
  line-height: 18px;
}
#home-poi .intro .list-view {
  position: absolute;
  right: 18px;
  top: 50%;
  height: 42px;
  margin-top: -21px;
  padding-left: 23px;
  font: bold 14px/42px "open_sansregular";
  text-transform: uppercase;
  color: #ffffff;
  background: 0;
  border: 0;
}
#home-poi .intro .list-view:hover {
  color: #000000;
}
#home-poi .intro .list-view:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 12px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url("../../guest-portal/images/sprite.svg") 0 -37px no-repeat;
}
.no-svg #home-poi .intro .list-view:after {
  background-image: url("../../guest-portal/images/sprite.png");
}
@media (max-width: 539px) {
  #home-poi .intro .list-view {
    display: none;
  }
}
#home-poi td, #home-poi th, #home-poi caption {
  padding: 10px 18px!important;
}
#home-poi tr.odd {
  border-top: 1px solid #9f8d77;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
#home-poi tr.odd th{
  border-right: none !important;
}
#home-poi td{
	background: 0!important;
}
#home-poi tr td:last-child{
	border-right:none !important;
}
