@charset "UTF-8";
/* Import Global Styles */
@import url(https://fonts.googleapis.com/css?family=Raleway:500,700,900);
/* Color Variables */
.center {
  display: block;
  margin: 0 auto; }

.text-align-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  color: black;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  letter-spacing: normal !important; }
  h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
    font-family: Raleway, sans-serif;
    font-weight: 900; }
  h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
    font-family: Raleway, sans-serif;
    font-weight: 700; }
  h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
    font-family: Raleway, sans-serif;
    font-weight: 500; }

a {
  cursor: pointer;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  outline: 0; }
  a:hover {
    outline: 0; }
  a:focus {
    outline: 0; }
  a:active {
    outline: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none; }

nav {
  font-family: Raleway, sans-serif;
  letter-spacing: normal !important; }

.btn-primary {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  letter-spacing: normal !important;
  color: black;
  background: white;
  border: 1px solid #ddd;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #00e1b1;
    border: 1px solid #14c7a0;
    border-color: #14c7a0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-footer {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  letter-spacing: normal !important;
  color: white;
  background: #00e1b1;
  border: 1px solid #14c7a0;
  border-color: #14c7a0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn-footer:hover, .btn-footer:focus, .btn-footer:active {
    background: #00e1b1;
    border: 1px solid #14c7a0;
    border-color: #14c7a0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

p {
  font-family: Helvetica, sans-serif;
  color: gray;
  margin: 0;
  padding: 0; }

.lead {
  margin: 5px 0 5px 0;
  padding: 0; }

small {
  font-weight: 500;
  color: #999; }

.navbar {
  height: 70px;
  background-color: black;
  border-radius: 0px;
  border: 0;
  margin: 0; }
  .navbar .container-fluid {
    padding: 0; }
    .navbar .container-fluid .navbar-brand {
      float: left;
      margin: 0;
      background: url(../../assets/images/weedmaps_logo.png) 15px center no-repeat;
      width: 169px;
      height: 70px; }
      @media screen and (max-width: 992px) {
        .navbar .container-fluid .navbar-brand {
          display: block;
          float: none;
          margin: 0 auto; } }
  .navbar .dropdown-toggle, .navbar .open .dropdown-toggle, .navbar .navbar-right li a {
    color: white;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    padding: 25px 15px;
    letter-spacing: 0.5px;
    background: black; }
    .navbar .dropdown-toggle:hover, .navbar .dropdown-toggle:focus, .navbar .dropdown-toggle:active, .navbar .open .dropdown-toggle:hover, .navbar .open .dropdown-toggle:focus, .navbar .open .dropdown-toggle:active, .navbar .navbar-right li a:hover, .navbar .navbar-right li a:focus, .navbar .navbar-right li a:active {
      color: #00e1b1;
      background: black; }
  .navbar .pull-right.loggedin li a {
    padding: 15px; }
  .navbar .loggedin {
    display: none; }
  .navbar .nav-avatar {
    padding: 0 5px; }
    .navbar .nav-avatar img {
      height: 40px;
      width: 40px; }
  .navbar .dropdown-menu {
    padding: 15px;
    border: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.175); }
    .navbar .dropdown-menu a {
      color: black;
      padding: 10px 15px;
      background: white;
      border: 0; }
      .navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
        color: #00e1b1;
        background: white; }
    .navbar .dropdown-menu > ::before {
      border-bottom: 14px solid white;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      content: "";
      display: inline-block;
      left: 32px;
      position: absolute;
      top: -14px; }
  .navbar .navbar-toggle {
    margin: 0 15px 0 0;
    padding: 25px; }
  .navbar .navbar-collapse {
    background-color: #000; }
  .navbar .navbar-form {
    margin: 0px; }
  .navbar .icon-bar {
    background: white; }

.global-search, .global-locate {
  margin: 17px 0 17px 15px;
  outline: 0;
  border: 0;
  height: 36px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  padding-left: 35px;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */ }

.global-search {
  background: white url(../../assets/images/magnify.png) 8px 8px no-repeat; }

.global-locate {
  background: white url(../../assets/images/locate.png) 7px 10px no-repeat; }

.breadcrumb {
  background: #333;
  height: 37px;
  width: 100%;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
  margin: 0; }

.breadcrumb a {
  color: white; }

.box {
  padding: 30px;
  background: #eee;
  margin-bottom: 20px; }

.right-caret {
  float: right;
  margin-top: 5px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #000000;
  display: inline-block;
  height: 0;
  opacity: 0.3;
  vertical-align: top;
  width: 0; }

html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  -webkit-font-smoothing: antialiased; }

#hoods {
  display: none; }

.header-highnyc {
  overflow: hidden;
  background-image: url("../../assets/images/nyc/header_highnyc/highnyc.jpg");
  background-size: cover;
  background-position: center top; }

.header-getweedfreed {
  overflow: hidden;
  background-image: url("../../assets/images/nyc/header_highnyc/getweedfreed.jpg");
  background-size: cover;
  background-position: center top; }

.header-theguide {
  overflow: hidden;
  background-image: url("../../assets/images/nyc/header_highnyc/theguide.jpg");
  background-size: cover;
  background-position: center top; }

.header-whatshappenn {
  overflow: hidden;
  background-image: url("../../assets/images/nyc/header_highnyc/whatshappenn.jpg");
  background-size: cover;
  background-position: center top; }

.header-smokeshots {
  overflow: hidden;
  background-image: url("../../assets/images/nyc/header_highnyc/smokeshots.jpg");
  background-size: cover;
  background-position: center top; }

.header-nyfaq {
  overflow: hidden;
  background-image: url("../../assets/images/nyc/header_highnyc/nycfaq.jpg");
  background-size: cover;
  background-position: center top; }

.text-group {
  margin-top: 115px; }
  .text-group h1 {
    color: white;
    font-size: 90px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
    letter-spacing: 2px; }

.push15 {
  margin-bottom: 15px; }

.push30 {
  margin-bottom: 30px; }

/* General Overrides */
footer {
  padding: 30px 0;
  font-weight: normal; }

p {
  line-height: 28px;
  color: #666666; }

/* NYC Specific Helpers */
.pushdown {
  margin-bottom: 40px; }

.nofluff {
  margin: 0;
  padding: 0; }

.pushfromNav {
  margin-top: 70px; }

.hideme {
  display: none; }

.ontop {
  z-index: 10000; }

.text-align-center {
  display: block;
  text-align: center; }

/* NYC Style */
.ratings {
  display: block;
  position: relative;
  margin-bottom: 2px; }
  .ratings .stars {
    float: left;
    height: 20px;
    width: 86px; }
    .ratings .stars.star5 {
      background: url("../../assets/images/rating_stars_5.png") center center no-repeat; }
    .ratings .stars.star4 {
      background: url("../../assets/images/rating_stars_4.png") center center no-repeat; }
    .ratings .stars.star3 {
      background: url("../../assets/images/rating_stars_3.png") center center no-repeat; }
    .ratings .stars.star2 {
      background: url("../../assets/images/rating_stars_2.png") center center no-repeat; }
    .ratings .stars.star1 {
      background: url("../../assets/images/rating_stars_1.png") center center no-repeat; }
  .ratings span {
    margin-left: 5px; }

.hightype {
  color: #00e1b1;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75); }

.miniboard {
  background: url(../../assets/images/nyc/miniboard.jpg) center center no-repeat;
  background-size: cover;
  height: 200px; }

.guidelink {
  background: url(../../assets/images/nyc/theguide.jpg) center center no-repeat;
  background-size: cover;
  height: 200px; }

.official-listing {
  background: #fff;
  padding: 20px;
  float: left;
  border-radius: 3px;
  border: 1px solid #ddd; }
  .official-listing .left {
    float: left;
    display: block;
    height: 100%;
    /* position: relative; */
    margin-right: 15px; }
  .official-listing .right {
    position: relative; }

.official-img {
  /* width: 200px; */
  /* height: 300px; */
  text-align: center; }
  .official-img img {
    width: 100%;
    max-width: 300px;
    /* height: 100%; */
    text-align: center; }

.official-name {
  display: block;
  font-size: 25px;
  text-align: center; }

.wm-rating {
  margin: 10px 0 10px 0; }

.user-rating, .why {
  margin: 10px 0; }

.how {
  margin: 10px 0 20px; }

.by {
  position: absolute;
  bottom: 1px; }

.cta {
  position: absolute;
  bottom: -30px;
  right: 1px; }

a.backtoweedmaps {
  color: #00e1b1;
  margin-right: 15px; }
  a.backtoweedmaps:hover {
    background: none; }

.weedgreen {
  color: #00e1b1; }

.lead {
  margin: 5px 0 5px 0;
  padding: 0; }

header.highnyc {
  height: 480px; }

header {
  display: inline-block;
  height: 300px;
  width: 100%;
  text-align: center;
  vertical-align: middle; }

section.photo-gallery {
  padding-top: 30px; }
  section.photo-gallery .row {
    padding-bottom: 30px; }
  section.photo-gallery .row:last-child {
    padding-bottom: 0; }
  section.photo-gallery .image-full {
    width: 100%;
    height: 500px; }
    section.photo-gallery .image-full.brooklyn1 {
      background: url(../images/locations/newyork/brooklyn/brooklyn1.jpg) center center no-repeat;
      background-size: cover; }
    section.photo-gallery .image-full.brooklyn2 {
      background: url(../images/locations/newyork/brooklyn/brooklyn2.jpg) center center no-repeat;
      background-size: cover; }
    section.photo-gallery .image-full.brooklyn3 {
      background: url(../images/locations/newyork/brooklyn/brooklyn3.jpg) center center no-repeat;
      background-size: cover; }
  section.photo-gallery .image-half {
    width: 100%;
    height: 300px; }
    section.photo-gallery .image-half.brooklyn4 {
      background: url(../images/locations/newyork/brooklyn/brooklyn4.jpg) center center no-repeat;
      background-size: cover; }
    section.photo-gallery .image-half.brooklyn5 {
      background: url(../images/locations/newyork/brooklyn/brooklyn5.jpg) center center no-repeat;
      background-size: cover; }

#nycNav {
  background-color: #00e1b1;
  width: 100%;
  display: block;
  z-index: 100;
  height: 40px;
  -moz-box-shadow: 0 2px 0 rgba(86, 100, 111, 0.25);
  -webkit-box-shadow: 0 2px 0 rgba(86, 100, 111, 0.25);
  box-shadow: 0 2px 0 rgba(86, 100, 111, 0.25);
  transition: 0.2s; }
  #nycNav:hover {
    -moz-box-shadow: 0 2px 6px rgba(86, 100, 111, 0.45);
    -webkit-box-shadow: 0 2px 6px rgba(86, 100, 111, 0.45);
    box-shadow: 0 2px 6px rgba(86, 100, 111, 0.45);
    transition: 0.2s; }
  #nycNav nav {
    height: 40px;
    width: 100%;
    font-size: 11pt;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px; }
    #nycNav nav ul {
      padding: 0;
      margin: 0 auto;
      width: 1080px;
      height: 40px; }
    #nycNav nav li {
      display: inline;
      float: left; }
  #nycNav .clearfix {
    *zoom: 1; }
    #nycNav .clearfix:before {
      content: " ";
      display: table; }
    #nycNav .clearfix:after {
      content: " ";
      display: table;
      clear: both; }
  #nycNav nav a {
    color: #000;
    display: inline-block;
    width: 180px;
    text-align: center;
    text-decoration: none;
    line-height: 40px; }
  #nycNav nav li a {
    border-right: 1px solid #14c7a0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #00e1b1; }
  #nycNav nav li:last-child a {
    border-right: 0; }
  #nycNav nav a:hover {
    background-color: #00f0bc; }
  #nycNav nav a:active {
    background-color: #14c7a0; }
  #nycNav nav a#pull {
    display: none; }

@media screen and (max-width: 1080px) {
  #nycNav nav {
    height: auto; }

  #nycNav nav ul {
    width: 100%;
    display: block;
    height: auto; }

  #nycNav nav li {
    width: 50%;
    float: left;
    position: relative; }

  #nycNav nav li a {
    border-bottom: 1px solid #14c7a0;
    border-right: 1px solid #14c7a0; }

  #nycNav nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px; }

  #nycNav {
    height: 123px; } }
@media only screen and (max-width: 480px) {
  #nycNav {
    height: 40px;
    z-index: 10000; }
    #nycNav nav {
      border-bottom: 0; }
      #nycNav nav ul {
        display: none;
        height: auto; }
      #nycNav nav a#pull {
        display: block;
        background-color: #14c7a0;
        width: 100%;
        position: relative; }
        #nycNav nav a#pull:after {
          content: "";
          background: url("nav-icon.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          position: absolute;
          right: 15px;
          top: 10px; } }
@media only screen and (max-width: 320px) {
  #nycNav nav li {
    display: block;
    float: none;
    width: 100%; }
    #nycNav nav li a {
      border-bottom: 1px solid #576979; } }
.fixed {
  -webkit-transform: translateZ(0);
  position: fixed;
  top: 70px; }

.pushfix {
  margin-top: 41px; }

#makeitlegal {
  background: #000;
  padding: 19px 0px;
  z-index: 100; }
  #makeitlegal h2 {
    letter-spacing: 1px; }
  #makeitlegal span.said {
    color: #fff; }

p.legal {
  color: white; }

.greenonblack {
  background-color: #000;
  color: #00e1b1;
  border-color: #fff; }
  .greenonblack:hover {
    background-color: #00f0bc;
    color: #fff;
    border-color: #00f0bc; }

.greenonwhite {
  background-color: #000;
  color: #00e1b1;
  border-color: #fff; }
  .greenonwhite:hover {
    background-color: #00f0bc;
    color: #fff;
    border-color: #00f0bc; }

.linemarker {
  background: url(../../assets/images/nyc/linemarker.jpg) repeat-x; }

#highnewyork {
  background-image: url(../../assets/images/nyc/nycrain.jpg);
  background-size: cover;
  padding: 40px 0; }
  #highnewyork h1 {
    color: #00e1b1;
    font-weight: 400; }
  #highnewyork p {
    color: #fff;
    line-height: 28px;
    font-weight: 200; }

#highnyc {
  background-image: url(../../assets/images/nyc/nycrain.jpg);
  background-size: cover;
  padding: 40px 0; }
  #highnyc h1 {
    color: #00e1b1;
    font-weight: 400; }
  #highnyc p {
    color: #fff;
    line-height: 28px;
    font-weight: 200; }

#higherstandard {
  background-image: url(../../assets/images/nyc/protest.jpg);
  background-size: cover;
  padding: 40px 0; }
  #higherstandard h1 {
    color: #00e1b1;
    font-weight: 400; }
  #higherstandard p {
    color: #fff;
    line-height: 28px;
    font-weight: 200; }

#subregion .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

@media screen and (min-width: 1200px) {
  .hightype {
    font-size: 200px;
    top: 25%; } }
@media screen and (max-width: 1200px) {
  .hightype {
    font-size: 200px;
    top: 25%; } }
@media screen and (max-width: 992px) {
  .hightype {
    font-size: 150px;
    top: 25%;
    text-align: center;
    margin: auto; }

  .miniboard {
    background: url(../../assets/images/nyc/miniboard.jpg) center center no-repeat;
    background-size: cover;
    height: 250px;
    margin-bottom: 15px; }

  .guidelink {
    background: url(../../assets/images/nyc/theguide.jpg) center center no-repeat;
    background-size: cover;
    height: 250px;
    margin-top: 15px; }

  #makeitlegal h2 {
    font-size: 22px;
    margin-top: 5px; } }
@media screen and (max-width: 768px) {
  .hightype {
    font-size: 100px;
    top: 25%;
    text-align: center;
    margin: auto; }

  #makeitlegal h2 {
    font-size: 18px;
    margin-top: 7px; } }
@media screen and (max-width: 640px) {
  .hightype {
    font-size: 150px;
    top: 15%;
    text-align: left;
    margin: auto;
    white-space: normal;
    line-height: 150px; }

  #makeitlegal {
    text-align: center; }
    #makeitlegal h2 {
      margin-bottom: 12px; } }
@media screen and (max-width: 480px) {
  #makeitlegal h2 {
    font-size: 14px;
    margin-top: 7px; } }
.hotbox {
  border: 1px #000 solid; }
  .hotbox h3 {
    display: block;
    background: #000;
    padding: 10px 0 10px 10px;
    color: #fff; }
  .hotbox ul {
    list-style: none;
    padding-left: 0;
    padding-top: 10px; }
    .hotbox ul li {
      margin-left: 20px;
      margin-bottom: 12px; }
    .hotbox ul li.highs {
      list-style-image: url(../../assets/images/nyc/highs.png); }
    .hotbox ul li.lows {
      list-style-image: url(../../assets/images/nyc/lows.png); }

section#hoods {
  padding: 40px 0;
  background: #f9f9f9;
  background-image: url(../../assets/images/nyc/nybillboard.jpg);
  background-size: cover; }

.location {
  padding: 0;
  margin: 0; }

.location-listings {
  padding: 30px 0;
  cursor: pointer; }
  .location-listings h3 a {
    color: #00e1b1;
    text-decoration: none; }
    .location-listings h3 a:hover {
      color: #00f0bc; }

.guidebutton {
  margin-top: 70px;
  font-size: 20px; }

.location-listing {
  background-color: #fff;
  -moz-box-shadow: 0 2px 0 rgba(86, 100, 111, 0.25);
  -webkit-box-shadow: 0 2px 0 rgba(86, 100, 111, 0.25);
  box-shadow: 0 2px 0 rgba(86, 100, 111, 0.25);
  transition: 0.2s; }
  @media screen and (max-width: 992px) {
    .location-listing {
      margin-bottom: 15px; } }
  .location-listing:hover {
    background-color: #fff;
    -moz-box-shadow: 0 2px 6px rgba(86, 100, 111, 0.45);
    -webkit-box-shadow: 0 2px 6px rgba(86, 100, 111, 0.45);
    box-shadow: 0 2px 6px rgba(86, 100, 111, 0.45);
    transition: 0.2s; }
  .location-listing .location-img {
    height: 200px;
    width: 100%; }
    .location-listing .location-img.ny-bronx {
      background: url(../images/locations/newyork/location_ny_bronx.jpg) center center no-repeat;
      background-size: cover; }
    .location-listing .location-img.ny-brooklyn {
      background: url(../images/locations/newyork/location_ny_brooklyn.jpg) center center no-repeat;
      background-size: cover; }
    .location-listing .location-img.ny-manhattan {
      background: url(../images/locations/newyork/location_ny_manhattan.jpg) center center no-repeat;
      background-size: cover; }
    .location-listing .location-img.ny-other {
      background: url(../images/locations/newyork/location_ny_other.jpg) center center no-repeat;
      background-size: cover; }
    .location-listing .location-img.ny-queens {
      background: url(../images/locations/newyork/location_ny_queens.jpg) center center no-repeat;
      background-size: cover; }
    .location-listing .location-img.ny-staten-island {
      background: url(../images/locations/newyork/location_ny_statenisland.jpg) center center no-repeat;
      background-size: cover; }
  .location-listing .detail-group {
    padding: 15px; }

.influencer {
  border: 1px #000 solid;
  padding: 15px 0; }
  .influencer .wm-rating {
    margin-bottom: 15px; }
  .influencer .user-rating {
    margin-bottom: 15px; }
  .influencer .influencer-why {
    margin-bottom: 15px; }

.influencer-pic {
  border: 1px #bbb solid;
  width: 270px;
  height: 275px; }

h3 {
  margin: 0px; }
  h3 a.do-something {
    background: #00e1b1;
    display: block;
    padding: 15px;
    text-align: center;
    margin: 15px 0 0 0;
    color: #fff;
    text-decoration: none; }
    h3 a.do-something:hover {
      background: #00f0bc; }

footer.newyork {
  padding: 30px 0;
  font-weight: normal;
  background: #00e1b1;
  color: white; }
  footer.newyork img.logo {
    padding: 40px 0;
    width: 300px; }
  footer.newyork h4 {
    color: #fff;
    padding-bottom: 15px; }
  footer.newyork a {
    color: #c7fff3; }
    footer.newyork a:hover {
      color: #fff;
      text-decoration: none; }
  footer.newyork p {
    color: white; }
  footer.newyork ul {
    padding: 0;
    list-style: none; }
    footer.newyork ul li {
      margin: 0;
      padding-bottom: 10px; }
  footer.newyork .btn-group {
    float: none;
    display: inline-block; }
  footer.newyork .btn-primary {
    background: #00e1b1;
    color: black; }

.faq .question {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #e0e3e6; }

.faq .question .faq-toggle {
  font-size: 14px;
  font-weight: 600;
  color: #6f6f6f; }

.faq .question .faq-toggle:focus,
.faq .question .faq-toggle:hover {
  outline: none;
  text-decoration: none; }

.faq .question .faq-toggle:before {
  margin-right: 17px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  content: "+";
  bottom: -2px; }

.faq .question .faq-toggle.open:before {
  content: "âˆ’"; }

.faq .question .answer {
  padding-top: 15px; }

.faq .question:first-child {
  border-top: none; }

.glyphicon-question-sign:before {
  content: "\e085"; }

#feedwrangler {
  overflow: hidden; }

#instafeed .item {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%; }
#instafeed .inner {
  position: absolute;
  overflow: hidden; }
#instafeed .inner img {
  width: 100%; }
