/* Login background */
#masterhead .container .links a.mycp.sprite {
	background-image: url('../img/login.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Fix overflow issues with autocomplete */
[data-module="playground-newitinerary"] .container {
	overflow: visible;
}

/* fix single list header */
.single-list .playground_venue_list .items-container h2 {
	padding-left: 12px;
}

#masterhead .links .mycp .full {
	text-transform: uppercase;
}

.logout {
	text-transform: uppercase;
	font-size: 13px;
	float: right;
	padding: 4px 0px 8px 0px;
	margin: 0px 20px 0px 0px;
	z-index: 50;
	position: relative;
}

.logout-seperate {
	font-size: 13px;
	float: right;
	padding: 4px 0px 8px 0px;
	margin: 0px 20px 0px 0px;
	font-weight: bold;
}

[data-module="playground-head"] .playground-nav li a:hover, [data-module="playground-head"] .playground-nav li.current_page_item a {
	color: white;
}

[data-module="playground-head"] .playground-subnav li a:hover, [data-module="playground-head"] .playground-subnav li.current_page_item a {
	color: #ceb688;
}		

ul[data-module="playground-places"] li.place {
	overflow: hidden;
	position: relative;
}

ul[data-module="playground-places"] li.place a {
	/*z-index: 999;*/
}

ul[data-module="playground-places"] li.place img.favourite {
    filter: url('../img/gray.svg#grayscale');  /* FF 3.5 */
    filter: gray;   /* IE6-9 */
	-webkit-filter: grayscale(1);  /* webkit */
    min-width: 100%;
	max-width: none;
	min-height: 100%;
	max-height: none;
	position: absolute;
	left: 0;
	top: 0;
}

#saved-articles {
	width:100%;
	float:right;
	overflow:hidden;
}

#saved-articles h1.title {
	width:375px;
}

#saved-articles ul.items li {
	list-style:none;
	font-size: 14px;
	display:inline-block;
	width: 25%;
	padding: 0 12px 30px 12px;
}

#saved-articles ul.items li .thumbnail {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

#saved-articles ul.items li .thumbnail.background-feature {
	background-size: cover;
	background-position: 50% 50%;
}

#saved-articles ul.items li .thumbnail img {
	min-width: 100%;
	min-height: 100%;
	max-height: none;
	max-width: none;
	height: auto;
	width: auto;
}

#saved-articles.past-itineraries {
	border-bottom: 1px solid #7a7975;
	margin-bottom: 20px;
}

.list-wrapper {
	background-color: #f5f2ed;
	width: 100%;
}

#saved-articles.past-itineraries ul.items {
	padding-left: 0px;
}

#saved-articles.past-itineraries ul.items li.item:first-child {
	margin-left: -12px;
}

.create-itinerary {
	margin-bottom: 50px;
}

#new-itin {
	overflow: visible;
}

.left .yellow .selected-place {
	display: none;
}

.left .yellow.selected .selected-place {
	display: block;
}

.left .yellow.selected .select-place {
	display: none;
}

/* Flash messages */

.flash {
	width: 100%;
	padding: 15px;
	margin: 0px 0px 20px 0px;
	display: block;
	border-radius: 4px;
}

.flash.success {
	background-color: #dff0d8;
	border: solid 1px #d6e9c6;
	color: #3c763d;
}

.flash.error {
	background-color: #f2dede;
	border: solid 1px #ebccd1;
	color: #a94442;
}


/* articles */

.box a {
	overflow: hidden;
}

.box div.thumbnail {
	position: relative;
	right: 50%;
	float: right;
}

.box div.thumbnail img {
	position: relative;
	right: -50%;
	height: 200px;
	width: auto;
	max-width: none;
	margin-bottom: 20px;
}


/* Itinerary */

.save-stop {
	background-color: #f5f2ed;
	padding: 17px 20px;
	border: none;
	font-size: 18px;
	color: #ceb688;
	margin-top: 20px;
}

@media only screen and (max-width: 480px) {
	.save-stop {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		margin: 10px 0px;
	}
	
	.it-time {
		margin: 10px 0px;
	}
}

.twitter-typeahead {
	width: 100%;
}

/* Playground Category */

.add-list .user-alert h2 {
	cursor: pointer;
}

/* Typeahead - autocomplete styles */
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 15px 20px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.twitter-typeahead {
	z-index: 1;
	position: relative;
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	z-index: 999999 !important;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
	color: #fff;
    background-color: #0097cf;
	cursor: pointer;
}

.tt-suggestion p {
    margin: 0;
}

/* single list post */

.playground-category.single-list .cat-content, .playground-category.single-list .cat-content .content-inner {
	width: 100%;
	top: 0px;
	left: 0px;
}

/* venue filters for friends */

.playground_venue_friend_list .container {
  width: inherit;
  padding: 0; }
.playground_venue_friend_list .title-container {
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    .playground_venue_friend_list .title-container {
      border-top: 1px solid black; } }
  .playground_venue_friend_list .title-container .title {
    margin: 0;
    padding: 0;
    padding: 0 20px;
    line-height: 75px;
    float: left;
    color: white;
    font-weight: normal;
    font-family: "BrandonGrotesqueBold", arial, sans-serif;
    font-size: 20px;
    background-color: black;
    width: 200px;
    text-align: center; }
    @media only screen and (max-width: 1279px) {
      .playground_venue_friend_list .title-container .title {
        width: auto; } }
    @media only screen and (max-width: 767px) {
      .playground_venue_friend_list .title-container .title {
        width: 50%;
        font-size: 16px;
        padding: 0 20px;
        text-align: left; } }
.playground_venue_friend_list .menu-container {
  border-top: 1px solid black;
  overflow: hidden;
  clear: both; }
  @media only screen and (max-width: 767px) {
    .playground_venue_friend_list .menu-container {
      display: none; } }
.playground_venue_friend_list .filters, .playground_venue_friend_list .viewoptions {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0; }
.playground_venue_friend_list .filters {
  float: right;
  padding-right: 5px;
  padding-top: 31px; }
  @media only screen and (max-width: 767px) {
    .playground_venue_friend_list .filters {
      display: none; } }
  .playground_venue_friend_list .filters .filter {
    font-family: "BrandonGrotesqueMedium", arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    border-left: 1px solid #ddc596; }
    .playground_venue_friend_list .filters .filter:first-child {
      border-left: 0; }
    .playground_venue_friend_list .filters .filter:hover, .playground_venue_friend_list .filters .filter.active {
      color: #cfa373; }
.playground_venue_friend_list .viewoptions .viewoption {
  float: left;
  line-height: 75px;
  font-family: "ChaparralProIt", georgia, serif;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #cccccc;
  cursor: pointer;
  width: 100px; }
  .playground_venue_friend_list .viewoptions .viewoption.active {
    background-color: #ddc596; }
.playground_venue_friend_list .viewoptions .listview, .playground_venue_friend_list .viewoptions .mapview {
  float: left; }
.playground_venue_friend_list .viewoptions .listview {
  margin: 25px 10px 0 0; }
.playground_venue_friend_list .viewoptions .mapview {
  margin: 27px 10px 0 0; }
.playground_venue_friend_list .total {
  font-family: "ChaparralProIt", georgia, serif;
  font-size: 14px;
  font-style: italic;
  float: left;
  padding: 0 20px;
  line-height: 75px; }
.playground_venue_friend_list .nav {
  float: right;
  padding: 0 10px; }
  .playground_venue_friend_list .nav .sprite {
    display: inline-block;
    float: left;
    margin: 25px 10px 0;
    cursor: pointer; }
.playground_venue_friend_list .domcache {
  display: none; }
.playground_venue_friend_list .content-container {
  background-color: #f5f2ed; }
.playground_venue_friend_list .content-container.mapped {
  position: relative;
  overflow: hidden;
  padding-right: 240px; }
  .playground_venue_friend_list .content-container.mapped .items-container {
    position: relative;
    z-index: 200;
    float: right;
    margin-right: -240px;
    width: 240px;
    background-color: #f5f2ed;
    padding: 20px 0 0; }
  .playground_venue_friend_list .content-container.mapped .items-container .items {
    min-height: 500px; }
  .playground_venue_friend_list .content-container.mapped .items-container .item {
    float: none;
    width: inherit;
    padding: 0 20px 30px 20px; }
    .playground_venue_friend_list .content-container.mapped .items-container .item .thumbnail {
      display: none; }
  .playground_venue_friend_list .content-container.mapped .map-container {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-right: 240px;
    background-color: #1c1c1c; }
  .playground_venue_friend_list .content-container.mapped .map {
    height: 100%;
    width: 100%;
    display: block; }
.playground_venue_friend_list .items-container {
  position: relative;
  z-index: 15;
  padding: 20px 12px;
  overflow: hidden; }
  .playground_venue_friend_list .items-container .items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    width: 100%; }
  .playground_venue_friend_list .items-container .item {
    font-size: 14px;
    float: left;
    width: 33.33%;
    padding: 0 12px 30px 12px; }
    @media only screen and (max-width: 767px) {
      .playground_venue_friend_list .items-container .item {
        width: 50%; }
        .playground_venue_friend_list .items-container .item.odd {
          clear: left; } }
.playground_venue_friend_list .map-container, .playground_venue_friend_list .map {
  display: none; }
.playground_venue_friend_list .map-container {
  position: relative;
  z-index: 15; }
.playground_venue_friend_list .dropdown-mobile {
  display: none;
  float: right;
  width: 50%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .playground_venue_friend_list .dropdown-mobile {
      display: block; }
      .playground_venue_friend_list .dropdown-mobile .selected-container {
        line-height: 75px;
        height: 75px;
        border-bottom: 1px solid #cccccc; }
      .playground_venue_friend_list .dropdown-mobile .selected {
        float: right;
        line-height: 75px;
        margin-right: 10px; }
      .playground_venue_friend_list .dropdown-mobile .sprite {
        margin-top: 25px; }
      .playground_venue_friend_list .dropdown-mobile .filters {
        position: absolute;
        z-index: 200;
        left: -100%;
        width: 200%;
        padding: 10px;
        background: white;
        border-bottom: 1px solid #cccccc; }
        .playground_venue_friend_list .dropdown-mobile .filters.active {
          display: block; }
        .playground_venue_friend_list .dropdown-mobile .filters .filter {
          width: 50%;
          border: 0;
          float: left;
          padding: 10px; } }
.playground_venue_friend_list .loader {
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: absolute;
  z-index: 10;
  left: -9999px;
  top: -9999px;
  background-color: #f5f2ed; }
  .playground_venue_friend_list .loader.ready {
    z-index: 20;
    left: 0;
    top: 0; }
	
.playground-category .playground_venue_friend_list {
  border-left: 1px solid black; }
  .playground-category .playground_venue_friend_list .thumb-mask {
    cursor: pointer; }
  .playground-category .playground_venue_friend_list .item.selected .thumb-mask {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1; }
  @media only screen and (max-width: 767px) {
    .playground-category .playground_venue_friend_list {
      border: none; } }
  .playground-category .playground_venue_friend_list .items-container {
    background-color: #f5f2ed; }
  .playground-category .playground_venue_friend_list .numbered-pagination {
    margin-bottom: 0; }
  .playground-category .playground_venue_friend_list .title-container {
    border-bottom: 1px solid black; }
    .playground-category .playground_venue_friend_list .title-container .title {
      width: auto;
      max-width: 50%;
      text-transform: uppercase; }
	  
  /* venue filters for popular */

.playground_popular_list .container {
  width: inherit;
  padding: 0; }
.playground_popular_list .title-container {
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    .playground_popular_list .title-container {
      border-top: 1px solid black; } }
  .playground_popular_list .title-container .title {
    margin: 0;
    padding: 0;
    padding: 0 20px;
    line-height: 75px;
    float: left;
    color: white;
    font-weight: normal;
    font-family: "BrandonGrotesqueBold", arial, sans-serif;
    font-size: 20px;
    background-color: black;
    width: 200px;
    text-align: center; }
    @media only screen and (max-width: 1279px) {
      .playground_popular_list .title-container .title {
        width: auto; } }
    @media only screen and (max-width: 767px) {
      .playground_popular_list .title-container .title {
        width: 50%;
        font-size: 16px;
        padding: 0 20px;
        text-align: left; } }
.playground_popular_list .menu-container {
  border-top: 1px solid black;
  overflow: hidden;
  clear: both; }
  @media only screen and (max-width: 767px) {
    .playground_popular_list .menu-container {
      display: none; } }
.playground_popular_list .filters, .playground_popular_list .viewoptions {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0; }
.playground_popular_list .filters {
  float: right;
  padding-right: 5px;
  padding-top: 31px; }
  @media only screen and (max-width: 767px) {
    .playground_popular_list .filters {
      display: none; } }
  .playground_popular_list .filters .filter {
    font-family: "BrandonGrotesqueMedium", arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    border-left: 1px solid #ddc596; }
    .playground_popular_list .filters .filter:first-child {
      border-left: 0; }
    .playground_popular_list .filters .filter:hover, .playground_popular_list .filters .filter.active {
      color: #cfa373; }
.playground_popular_list .viewoptions .viewoption {
  float: left;
  line-height: 75px;
  font-family: "ChaparralProIt", georgia, serif;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #cccccc;
  cursor: pointer;
  width: 100px; }
  .playground_popular_list .viewoptions .viewoption.active {
    background-color: #ddc596; }
.playground_popular_list .viewoptions .listview, .playground_popular_list .viewoptions .mapview {
  float: left; }
.playground_popular_list .viewoptions .listview {
  margin: 25px 10px 0 0; }
.playground_popular_list .viewoptions .mapview {
  margin: 27px 10px 0 0; }
.playground_popular_list .total {
  font-family: "ChaparralProIt", georgia, serif;
  font-size: 14px;
  font-style: italic;
  float: left;
  padding: 0 20px;
  line-height: 75px; }
.playground_popular_list .nav {
  float: right;
  padding: 0 10px; }
  .playground_popular_list .nav .sprite {
    display: inline-block;
    float: left;
    margin: 25px 10px 0;
    cursor: pointer; }
.playground_popular_list .domcache {
  display: none; }
.playground_popular_list .content-container {
  background-color: #f5f2ed; }
.playground_popular_list .content-container.mapped {
  position: relative;
  overflow: hidden;
  padding-right: 240px; }
  .playground_popular_list .content-container.mapped .items-container {
    position: relative;
    z-index: 200;
    float: right;
    margin-right: -240px;
    width: 240px;
    background-color: #f5f2ed;
    padding: 20px 0 0; }
  .playground_popular_list .content-container.mapped .items-container .items {
    min-height: 500px; }
  .playground_popular_list .content-container.mapped .items-container .item {
    float: none;
    width: inherit;
    padding: 0 20px 30px 20px; }
    .playground_popular_list .content-container.mapped .items-container .item .thumbnail {
      display: none; }
  .playground_popular_list .content-container.mapped .map-container {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-right: 240px;
    background-color: #1c1c1c; }
  .playground_popular_list .content-container.mapped .map {
    height: 100%;
    width: 100%;
    display: block; }
.playground_popular_list .items-container {
  position: relative;
  z-index: 15;
  padding: 20px 12px;
  overflow: hidden; }
  .playground_popular_list .items-container .items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    width: 100%; }
  .playground_popular_list .items-container .item {
    font-size: 14px;
    float: left;
    width: 33.33%;
    padding: 0 12px 30px 12px; }
    @media only screen and (max-width: 767px) {
      .playground_popular_list .items-container .item {
        width: 50%; }
        .playground_popular_list .items-container .item.odd {
          clear: left; } }
.playground_popular_list .map-container, .playground_popular_list .map {
  display: none; }
.playground_popular_list .map-container {
  position: relative;
  z-index: 15; }
.playground_popular_list .dropdown-mobile {
  display: none;
  float: right;
  width: 50%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .playground_popular_list .dropdown-mobile {
      display: block; }
      .playground_popular_list .dropdown-mobile .selected-container {
        line-height: 75px;
        height: 75px;
        border-bottom: 1px solid #cccccc; }
      .playground_popular_list .dropdown-mobile .selected {
        float: right;
        line-height: 75px;
        margin-right: 10px; }
      .playground_popular_list .dropdown-mobile .sprite {
        margin-top: 25px; }
      .playground_popular_list .dropdown-mobile .filters {
        position: absolute;
        z-index: 200;
        left: -100%;
        width: 200%;
        padding: 10px;
        background: white;
        border-bottom: 1px solid #cccccc; }
        .playground_popular_list .dropdown-mobile .filters.active {
          display: block; }
        .playground_popular_list .dropdown-mobile .filters .filter {
          width: 50%;
          border: 0;
          float: left;
          padding: 10px; } }
.playground_popular_list .loader {
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: absolute;
  z-index: 10;
  left: -9999px;
  top: -9999px;
  background-color: #f5f2ed; }
  .playground_popular_list .loader.ready {
    z-index: 20;
    left: 0;
    top: 0; }
	
.playground-category .playground_popular_list {
  border-left: 1px solid black; }
  .playground-category .playground_popular_list .thumb-mask {
    cursor: pointer; }
  .playground-category .playground_popular_list .item.selected .thumb-mask {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1; }
  @media only screen and (max-width: 767px) {
    .playground-category .playground_popular_list {
      border: none; } }
  .playground-category .playground_popular_list .items-container {
    background-color: #f5f2ed; }
  .playground-category .playground_popular_list .numbered-pagination {
    margin-bottom: 0; }
  .playground-category .playground_popular_list .title-container {
    border-bottom: 1px solid black; }
    .playground-category .playground_popular_list .title-container .title {
      width: auto;
      max-width: 50%;
      text-transform: uppercase; }
	  
	  
/* Itinerary post types */

.single-itinerary  {
position: relative;
background-color: white;
width: 100%;
max-width: 895px;
padding: 20px;
font-size: 14px;
line-height: 19px; }
.single-itinerary  .it-avatar {
  width: 158px;
  height: 158px;
  overflow: hidden;
  float: left; }
  @media only screen and (max-width: 767px) {
	.single-itinerary  .it-avatar {
	  margin-right: 20px;
	  margin-bottom: 20px; } }
  .single-itinerary  .it-avatar img {
	display: block;
	width: 100%; }
.single-itinerary  .it-intro {
  margin-bottom: 25px; }
.single-itinerary  .it-data {
  margin-left: 190px; }
  @media only screen and (max-width: 767px) {
	.single-itinerary  .it-data {
	  margin-left: 0px; } }
  .single-itinerary  .it-data h2 {
	font-family: "BrandonGrotesqueBold", arial, sans-serif;
	font-size: 30px;
	line-height: 1;
	margin-top: 0;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase; }
	.single-itinerary  .it-data h2:before {
	  content: ' ';
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 35px;
	  height: 1px;
	  background-color: #ceb688; }
	@media only screen and (max-width: 767px) {
	  .single-itinerary  .it-data h2 {
		padding-bottom: 0px;
		margin-bottom: 20px;
		font-size: 20px; }
		.single-itinerary  .it-data h2:before {
		  display: none; } }
  .single-itinerary  .it-data p {
	margin: 0; }
.single-itinerary  .it-data-inner {
  float: left; }
  @media only screen and (max-width: 767px) {
	.single-itinerary  .it-data-inner {
	  float: none; } }
.single-itinerary  .it-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px; }
  .single-itinerary  .it-info li {
	float: left;
	padding-left: 18px;
	margin-left: 18px;
	position: relative;
	font-size: 14px;
	line-height: 1; }
	.single-itinerary  .it-info li:before {
	  content: ' ';
	  position: absolute;
	  left: 0;
	  top: 2px;
	  height: 10px;
	  width: 1px;
	  background-color: #ceb688; }
	.single-itinerary  .it-info li:first-child {
	  padding-left: 0px;
	  margin-left: 0px; }
	  .single-itinerary  .it-info li:first-child:before {
		display: none; }
	.single-itinerary  .it-info li .sprite {
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 10px;
	  margin-top: -4px; }
	@media only screen and (max-width: 767px) {
	  .single-itinerary  .it-info li {
		padding-left: 0px;
		margin: 15px 0px;
		float: none; }
		.single-itinerary  .it-info li:before {
		  display: none; } }
.single-itinerary  .it-map {
  width: 100%;
  height: auto; }
  .single-itinerary  .it-map .placeholder {
	padding-bottom: 60%; }
.single-itinerary  .it-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  .single-itinerary  .it-items .item {
	padding: 20px 0px;
	border-top: 1px solid black; }
	.single-itinerary  .it-items .item .number {
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  line-height: 30px;
	  background-color: black;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  color: white;
	  font-family: "ChaparralProSmBd", georgia, serif;
	  font-size: 14px;
	  margin-bottom: 20px; }
	.single-itinerary  .it-items .item h3 {
	  margin-top: 0px;
	  margin-bottom: 10px;
	  color: #ceb688;
	  font-size: 18px;
	  line-height: 1;
	  font-family: "ChaparralProSmBd", georgia, serif; }
.single-itinerary  .present-by {
  margin: 60px 0px;
  float: right; }
.single-itinerary  .it-cutom {
  border-width: 1px 0px;
  border-style: solid;
  border-color: black;
  padding: 30px 0px; }
  .single-itinerary  .it-cutom .icon-cpl {
	float: left; }
	@media only screen and (max-width: 767px) {
	  .single-itinerary  .it-cutom .icon-cpl {
		float: none; } }
  .single-itinerary  .it-cutom .name {
	font-family: "BrandonGrotesqueBold", arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: black;
	margin-top: 37px;
	float: right; }
	@media only screen and (max-width: 767px) {
	  .single-itinerary  .it-cutom .name {
		float: none;
		display: inline-block; } }
@media (max-width: 1023px) {
  .single-itinerary  {
	padding-left: 20px;
	padding-right: 20px; } }
@media only screen and (max-width: 767px) {
  .single-itinerary  .row {
	margin-left: 0;
	margin-right: 0; }
  .single-itinerary  .col-half {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	float: none; } }
	
#mp-dropdown ul {
	display:block;
	position:absolute;
	right:0;
	background-color: #f5f2ed;
	padding:0;
	margin:0;
	width:20%;
	text-align:left;
	z-index:2;
}
#mp-dropdown ul li {
  padding:10px 20px;
  text-align:left;
  position:relative;
  border-bottom:1px solid #1c1c1c;
  list-style:none;
}
#mp-dropdown ul li h3 {
  text-transform:uppercase;
  padding:0;
  margin:10px 0;
}
#mp-dropdown ul li:first-child {
  background-color:#1c1c1c;
}
  #mp-dropdown ul li:first-child h3 {
	color:white;
  }
#mp-dropdown ul li:last-child {
  background-color:#1c1c1c;;
}
#mp-dropdown ul li:last-child h3, #mp-dropdown ul li:last-child h3 a{
	color:white;
	display:inline-block;
}
#mp-dropdown ul li:last-child h3:first-child {
	border-right:1px solid white;
	padding-right:10px;
}
#mp-dropdown ul li:last-child h3:nth-child(2) {
	padding-left:10px;
}
#mp-dropdown img {
  height:52px;
  width:52px;
  display:inline-block;
  margin-right:10px;
}
#mp-dropdown li p {
  display:inline-block;
}
#mp-dropdown li strong {
  font-style:italic;
}
#mp-dropdown p.read {
  max-width: 210px;
  padding-top: 0;
  margin-top: 0px;
  vertical-align: top;
}
#mp-dropdown {
	text-align: right;
	width: 100%;
	float: left;
}
#mp-dropdown a.dropdown{
	background:#1c1c1c;
	padding:20px;
	float:right;
	font-weight:bolder;
	font-size:13px;
	color:white;
	display: block;
}	
#mp-dropdown #recent-heading {
	display: inline-block;
}
#mp-dropdown i.icon-close {
	float: right;
	margin-top: 10px;
	cursor: pointer;
}


 /* Venue update because the filter will not work with my lists */
  
  .playground_venue_list .container {
  width: inherit;
  padding: 0; }
.playground_venue_list .title-container {
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    .playground_venue_list .title-container {
      border-top: 1px solid black; } }
  .playground_venue_list .title-container .title {
    margin: 0;
    padding: 0;
    padding: 0 20px;
    line-height: 75px;
    float: left;
    color: white;
    font-weight: normal;
    font-family: "BrandonGrotesqueBold", arial, sans-serif;
    font-size: 20px;
    background-color: black;
    width: 200px;
    text-align: center; }
    @media only screen and (max-width: 1279px) {
      .playground_venue_list .title-container .title {
        width: auto; } }
    @media only screen and (max-width: 767px) {
      .playground_venue_list .title-container .title {
        width: 50%;
        font-size: 16px;
        padding: 0 20px;
        text-align: left; } }
.playground_venue_list .menu-container {
  border-top: 1px solid black;
  overflow: hidden;
  clear: both; }
  @media only screen and (max-width: 767px) {
    .playground_venue_list .menu-container {
      display: none; } }
.playground_venue_list .filters, .playground_venue_list .viewoptions {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0; }
.playground_venue_list .filters {
  float: right;
  padding-right: 5px;
  padding-top: 31px; }
  @media only screen and (max-width: 767px) {
    .playground_venue_list .filters {
      display: none; } }
  .playground_venue_list .filters .filter {
    font-family: "BrandonGrotesqueMedium", arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    border-left: 1px solid #ddc596; }
    [data-module="playground-head"] .playground-subnav li:first-child {
      border-left: 0; }
    [data-module="playground-head"] .playground-subnav li a:hover, [data-module="playground-head"] .playground-subnav li a.active {
      color: #cfa373; }
.playground_venue_list .viewoptions .viewoption {
  float: left;
  line-height: 75px;
  font-family: "ChaparralProIt", georgia, serif;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #cccccc;
  cursor: pointer;
  width: 100px; }
  .playground_venue_list .viewoptions .viewoption.active {
    background-color: #ddc596; }
.playground_venue_list .viewoptions .listview, .playground_venue_list .viewoptions .mapview {
  float: left; }
.playground_venue_list .viewoptions .listview {
  margin: 25px 10px 0 0; }
.playground_venue_list .viewoptions .mapview {
  margin: 27px 10px 0 0; }
.playground_venue_list .total {
  font-family: "ChaparralProIt", georgia, serif;
  font-size: 14px;
  font-style: italic;
  float: left;
  padding: 0 20px;
  line-height: 75px; }
.playground_venue_list .nav {
  float: right;
  padding: 0 10px; }
  .playground_venue_list .nav .sprite {
    display: inline-block;
    float: left;
    margin: 25px 10px 0;
    cursor: pointer; }
.playground_venue_list .domcache {
  display: none; }
.playground_venue_list .content-container {
  background-color: #f5f2ed; }
.playground_venue_list .content-container.mapped {
  position: relative;
  overflow: hidden;
  padding-right: 240px; }
  .playground_venue_list .content-container.mapped .items-container {
    position: relative;
    z-index: 200;
    float: right;
    margin-right: -240px;
    width: 240px;
    background-color: #f5f2ed;
    padding: 20px 0 0; }
  .playground_venue_list .content-container.mapped .items-container .items {
    min-height: 500px; }
  .playground_venue_list .content-container.mapped .items-container .item {
    float: none;
    width: inherit;
    padding: 0 20px 30px 20px; }
    .playground_venue_list .content-container.mapped .items-container .item .thumbnail {
      display: none; }
  .playground_venue_list .content-container.mapped .map-container {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-right: 240px;
    background-color: #1c1c1c; }
  .playground_venue_list .content-container.mapped .map {
    height: 100%;
    width: 100%;
    display: block; }
.playground_venue_list .items-container {
  position: relative;
  z-index: 15;
  padding: 20px 12px;
  overflow: hidden; }
  .playground_venue_list .items-container .items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    width: 100%; }
  .playground_venue_list .items-container .item {
    font-size: 14px;
    float: left;
    width: 33.33%;
    padding: 0 12px 30px 12px; }
    @media only screen and (max-width: 767px) {
      .playground_venue_list .items-container .item {
        width: 50%; }
        .playground_venue_list .items-container .item.odd {
          clear: left; } }
.playground_venue_list .map-container, .playground_venue_list .map {
  display: none; }
.playground_venue_list .map-container {
  position: relative;
  z-index: 15; }
.playground_venue_list .dropdown-mobile {
  display: none;
  float: right;
  width: 50%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .playground_venue_list .dropdown-mobile {
      display: block; }
      .playground_venue_list .dropdown-mobile .selected-container {
        line-height: 75px;
        height: 75px;
        border-bottom: 1px solid #cccccc; }
      .playground_venue_list .dropdown-mobile .selected {
        float: right;
        line-height: 75px;
        margin-right: 10px; }
      .playground_venue_list .dropdown-mobile .sprite {
        margin-top: 25px; }
      .playground_venue_list .dropdown-mobile .filters {
        position: absolute;
        z-index: 200;
        left: -100%;
        width: 200%;
        padding: 10px;
        background: white;
        border-bottom: 1px solid #cccccc; }
        .playground_venue_list .dropdown-mobile .filters.active {
          display: block; }
        .playground_venue_list .dropdown-mobile .filters .filter {
          width: 50%;
          border: 0;
          float: left;
          padding: 10px; } }
.playground_venue_list .loader {
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: absolute;
  z-index: 10;
  left: -9999px;
  top: -9999px;
  background-color: #f5f2ed; }
  .playground_venue_list .loader.ready {
    z-index: 20;
    left: 0;
    top: 0; }

	/* Itinerary no items fix */
	.palyground-itineraries ul.itineraries li {
		padding-left: 25px;
	}
	
	/* Friends page alignment fix */
	.playground-friends ul.friends li.nofb {
		padding-left: 10px;
	}
	
	/* Facebook login for friends page */
	.playground-friends .login-fb a {
		background: url("../../../themes/concrete-v3/img/fb.png") no-repeat scroll left center rgba(0, 0, 0, 0);
		color: #4f68b3;
		display: inline-block;
		font-family: "BrandonGrotesqueBold",arial,sans-serif;
		font-size: 13px;
		line-height: 1;
		min-height: 52px;
		padding-left: 77px;
		padding-top: 21px;
		text-transform: uppercase;
		margin-top: 
	}
	
	.field a.terms {
		text-decoration: underline;
		color: #FFF;
	}
	
	.place .place-mask {
		position: absolute; 
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.place .valign-inner {
		z-index: 2;
	}
	
	/* Fix for list item heights */
	.playground_venue_list .items-container ul.items li.item {
		height: 398px;
		max-height: none;
	}
	
	
	/* Ticks on list items */
	i.sprite.icon36.ticked {
		background-image: url('../img/tick.png');
	}
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
		i.sprite.icon36.ticked {
			background-image: url('../img/tick@2x.png');
		}
	}
	
	/* Playground Password Reset */
/* ***********************************
   Playground: Login
*/
[data-module="playground-password"] {
  display: none;
  background-color: #1c1c1c;
  padding: 50px 0px 35px;
  color: white;
  position: relative; }
  [data-module="playground-password"] .container {
	overflow: visible;
  }
  [data-module="playground-password"] .icon-x {
    position: absolute;
    right: 55px;
    top: 55px;
    z-index: 100;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      [data-module="playground-password"] .icon-x {
        top: 85px; } }
  [data-module="playground-password"] .login-intro {
    color: white;
    font-size: 20px;
    line-height: 26px;
    font-family: "ChaparralProIt", georgia, serif;
    margin: 50px 0px;
    padding-right: 25%; }
    [data-module="playground-password"] .login-intro .icon-cp {
      margin-left: -10px;
      margin-bottom: 25px; }
  [data-module="playground-password"] .login-data {
    margin-left: 50px;
    padding-right: 85px; }
  [data-module="playground-password"] .login-fb {
    text-align: center;
    margin-bottom: 30px; }
    [data-module="playground-password"] .login-fb a {
      min-height: 52px;
      padding-top: 23px;
      padding-left: 77px;
      background: url(../img/fb.png) no-repeat left center;
      color: #4f68b3;
      line-height: 1;
      font-size: 13px;
      font-family: "BrandonGrotesqueBold", arial, sans-serif;
      text-transform: uppercase;
      display: inline-block;
      background-image: url("../img/fb.png"); }
      [data-module="playground-password"] .login-fb a:hover {
        text-decoration: underline; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        [data-module="playground-password"] .login-fb a {
          background-image: url("../img/fb@2x.png");
          -webkit-background-size: 52px 51px;
          -moz-background-size: 52px 51px;
          -o-background-size: 52px 51px;
          background-size: 52px 51px; } }
  [data-module="playground-password"] .login-or {
    text-align: center;
    margin-bottom: 23px;
    position: relative;
    font-size: 13px;
    line-height: 1;
    font-family: "BrandonGrotesqueBold", arial, sans-serif; }
    [data-module="playground-password"] .login-or:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 5px;
      height: 1px;
      width: 100%;
      background-color: #494949;
      z-index: 1; }
    [data-module="playground-password"] .login-or span {
      padding: 0px 10px;
      display: inline-block;
      background-color: #1c1c1c;
      position: relative;
      z-index: 2; }
  [data-module="playground-password"] .login-links {
    margin-top: 30px;
    border-top: 1px solid #494949;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 20px; }
    [data-module="playground-password"] .login-links #opensignup {
      color: #ceb688; }
    [data-module="playground-password"] .login-links a {
      color: inherit;
      cursor: pointer; }
    [data-module="playground-password"] .login-links a:hover {
      text-decoration: underline; }
  @media (max-width: 1023px) {
    [data-module="playground-password"] {
      padding-bottom: 85px; }
      [data-module="playground-password"] .col-half {
        float: none;
        width: 100%;
        max-width: 445px;
        margin: 0px auto; }
      [data-module="playground-password"] .login-intro {
        padding-right: 0px; }
      [data-module="playground-password"] .login-data {
        max-width: none;
        margin-top: 80px;
        margin-left: 0; } }
	
	/* List remove icons */
	ul.items li.item div.thumbnail i.icon-x {
		position: absolute;
		right: -10px;
		top: -10px;
		z-index: 99;
	}
	
	/* Print Stylesheet for itinerary */
	body #print-me {
		display: none;
	}
	
	@media print {
		body .wrapper, body .wrapper *
		{
			display: none;
		}
		
		body #print-me {
			display: block;
		}
	}