@font-face {
    font-family: 'signpainter_houseslantregular';
    src: url('ufonts.com_signpainter-houseslant-webfont.eot');
    src: url('ufonts.com_signpainter-houseslant-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_signpainter-houseslant-webfont.woff') format('woff'),
         url('ufonts.com_signpainter-houseslant-webfont.ttf') format('truetype'),
         url('ufonts.com_signpainter-houseslant-webfont.svg#signpainter_houseslantregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


body {
  background: #f5f5f5;
}


.row {
  margin-left:0px;
  margin-right:0px;
}



/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}


/* Since positioning the image, we need to help out the caption */


/* Declare heights because of positioning of img element */
#myCarousel  .item {
  /* background-image:url("../images/2016-06/header-lyrics.jpg");
  height: 900px;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
*/
}

.carousel-inner {
  overflow: visible;
}

#banner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.thecorner #myCarousel  .item {
  background-image:url("../assets/b-min.jpg");
}

.cran #myCarousel  .item {
  background-image:url("../assets/cran/b-min.jpg");
}

#myCarousel .background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  min-height: 600px;
}


#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

header {
  /* background: #f9ca08; */
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}
.bar{
  padding-top: 40px;
  padding-left: 80px;
}

.map{
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 2;
}


.social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17%;
  height: 20px;
  width: 78px;
  z-index: 2;
}
.social .instagram,
.social .twitter,
.social .facebook {
  background: url(../images/2016-10/social.png) 0 0 no-repeat;
  display: block;
  position: absolute;
}
.social .instagram,
.social .twitter,
.social .facebook {
  background-size: 72px 18px;
}

.thecorner .social .snapchat,
.thecorner .social .instagram,
.thecorner .social .twitter,
.thecorner .social .facebook {
  background-image: url(../assets/social.png);
}
.cran .social .snapchat,
.cran .social .instagram,
.cran .social .twitter,
.cran .social .facebook {
  background-image: url(../assets/cran/social.png);
}
.social .instagram {
  background-position: 0 0;
  top: 0;
  height: 24px;
  left: 0;
  width: 24px;
}
.social .twitter {
  background-position: -27px 0;
  top: 0;
  height: 24px;
  left: 30px;
  width: 24px;
}
.social .facebook {
  background-position: -60px -1px;
  top: 0;
  height: 24px;
  left: 56px;
  width: 24px;
  background-size: 80px 20px;
}

.godown {
  position: absolute;
  width: 42px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9%;
  z-index: 1;
}

.mapimg{
    cursor: pointer;
    height: 25px;
}
.containermap{
  text-align: center;

}
.mapplane{

  margin: 0 auto;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}
.logo {
  
  max-width:300px;
  height:auto;


}


#nav {
  width: 100%;
  position:static;
  top:32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    background-color: #2e2e2e;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-image: url("../assets/b.jpg");
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	height:50px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	header {
	
	}
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.paceDiv {
  position: fixed;
  opacity: 1;
  top: 0px;
  width: 100%;
  height: 100%;
  /*background: url(../assets/splash.png) #00a051 center center no-repeat;*/
  background: #00a051;
  z-index: 999;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
}

.paper-back {
  background: url('../assets/bpaper.jpg') repeat-x; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.bg-1 {
	/*background: url('../assets/paperback.jpg') no-repeat center center fixed; */
    /*-webkit-background-size: cover;*/
  	/*-moz-background-size: cover;*/
  	/*-o-background-size: cover;*/
  	/*background-size: cover;*/
    /*background: #fff;*/
}
.cran .bg-1 {
    background: #00a151;
}

.bg-2 {
	background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url('http://www.bootply.com/assets/example/bg_blueplane.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	padding-top:30px;
    background-color:#e6e6e6;
}

.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}







/*NAV BAR*/



nav a {
  position: relative;
  display: inline-block;
  margin: 12px 5px;
  outline: none;
  color: #e3bd00;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'signpainter_houseslantregular';
  font-weight: 400;
  font-size: 1px;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1.35em;
  cursor: pointer;
}
.home nav a {
  /* color: #5aba80; */
}
.cran nav a {
  color: rgba(255,255,255,0.5);
}
nav a:hover,
nav a:focus {
  outline: none;
  cursor: pointer;
}



/* Effect 5: same word slide in */
.cl-effect-5 a {
  overflow: hidden;
  padding: 0 0 0 4px;
  height: 1em;
  cursor: pointer;
}

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  cursor: pointer;
  top: -1px;
}

.cl-effect-5 a span::before {
  position: absolute;
  top: 98%;
  content: attr(data-hover);
  /*font-weight: 700;*/
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
    color: white;
    cursor: pointer;

}
.home .cl-effect-5 a span::before {
  /* color: #008d36; */
}
.cran .cl-effect-5 a span::before {
  color: #fff;
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
    color: white;
  cursor: pointer;
}

.color-5{
  background-image: url(../assets/01.png);
  background-size: 100% 100%;
  width: 300px;
  height: 59px;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
  position: absolute;
  padding-left: 30px;
  font-size: 15px;
  padding-top: 6px;
}
.thecorner .color-5{
  background-image: url(../assets/01.png);
}
.cran .color-5{
  background-image: url(../assets/cran/01.png);
}
.happening{
  /*background-image: url('../images/010.png');*/
  /*background-repeat: no-repeat;*/
  /*width: 785px;*/
  /*height: 360px;*/
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 25px;
  margin-bottom: 100px;
  z-index: 999;




}

.sticker{
  font-family: 'signpainter_houseslantregular';
  font-size: 70px;
  color: white;

}

.home .introcorner {
  opacity: 0;
  height: 130px;
  display: none;
}
.introcorner,
.introcorner2 {
  margin: 0 auto;  
  width: 645px;
  padding-top: 50px;
  position: relative;
  left: -18px;
}
.home .introcorner a,
.introcorner2 a {
  /*border: 3px solid #008d36;*/
  display: block;
  /*padding: 30px;*/
}
.home .introcorner a img,
.introcorner2 a img {
  /*width: 90%;*/
  position: relative;
  left: 15px;
}
.thecorner .introcorner2 a {
  /*background: url(../images/cta-pour.png) center center no-repeat;*/
  /*background-size: auto 80%;*/
}
.thecorner .introcorner2 img {
  /*opacity: 0;*/
}
.home .introcorner2 .pour {
  display: none;
}
.thecorner .introcorner2 .corner {
  display: none;
}
.activo{
  display: block;
  left: 0;
}
.modal-content{
  background-color: transparent;
}
.tumblr-logo{
  float: right;
    margin-top: 12px;
  margin-right: 45px;
}
.artist, .grid_2x1{
  width: 64% !important;
  text-align: center;
  margin: 0 auto;
}
.hundredleft{
  margin-left: 100px;
}
.hundredright{
  margin-right: 100px;
}
.cole{
  margin-top: -100px;
}
.artistfix{
  float: left !important;
  
  width: 60% !important;
}
#grid2{
  /*margin-top: 500px;*/
}
#grid2:empty {
  margin-top: -110px;
}
.containercontent{
  padding-bottom: 100px;
}
/*NAV BAR*/

/* ANIMATIONS */

.like-button-wrapper,
.reblog-button-wrapper,
li.video a:after,
.grid li {
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.like-button-wrapper,
.reblog-button-wrapper,
li.video a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 40px;
  opacity: 0;
  position: absolute;
  right: 18px;
  width: 40px;
}
.grid li {
  position: relative;
  overflow: hidden;
}
.grid li .thumbnail {
  display: none;
}
.grid li:hover{
  /*box-shadow: inset 0px 0px 0px 7px #05983d;*/
}
.like-button-wrapper {
  background-image: url(../images/button-blank.png);
  top: 15px;
  right: -40px;
}
.grid li:hover .like-button-wrapper,
.grid li:hover .reblog-button-wrapper {
  opacity: 1;
  right: 18px;
  -moz-transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
.like-button-wrapper .like_button {
  position: relative;
  top: 12px;
}
.reblog-button-wrapper {
  background-image: url(../images/button-reblog.png);
  top: 61px;
  right: -40px;
  -moz-transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.reblog-button-wrapper .reblog_button {
  left: 10px;
  opacity: 0.001;
  position: relative;
  top: 10px;
}
li.video a {
  background-position: center center;
}
li.video a:after {
  background-image: url(../images/button-play.png);
  background-size: auto;
  background-position: center center;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
li.video:hover a:after {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
li a {
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  outline: 0px solid #fad000 !important;
}
li:hover a {
  /* outline: 5px solid #05983d !important; */
}
.permalink {
  color: #fad000;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  padding-top: 60px !important;
}
.permalink:before {
  content: '';
  background: url(http://s3.amazonaws.com/sprite-the-corner/images/02.png) 0 0 no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
}
.permalink img {
  /*background-color: #fff;*/
}
.permalink .tags {
  display: none;
  padding-top: 30px;
}

.permalink-page .masthead {
  display: none;
}
.permalink-page:not(.not-found) #wrap,
.permalink-page:not(.not-found) .permalink {
  height: 100% !important;
  padding: 0;
}
.permalink-page:not(.not-found) .permalink img {
  max-height: 100% !important;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.modal-content {
  border: none;
  box-shadow: none;
  height: 100%;
  text-align: center;
}
.modal-dialog {
  height: 100%;
  width: 100%;
}
.modal-dialog iframe {
  border: none;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.modal-dialog iframe.loaded {
  opacity: 1;
}
.modal-content .close {
  opacity: 1;
}
.modal-content .close span {
  background: url(../images/close.png) 0 0 no-repeat;
  height: 31px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

/* OVERRIDES */
.pace .pace-activity {
  background-image:url("../assets/lime.png");
}
.morphsearch {
  margin: -55px 50px 0 0;
}
.morphsearch.open {
  overflow-y: auto;
  position: fixed;
  top: 0 !important;
  margin-top: 0;
  background: #f5f5f5;
}
.morphsearch-submit {
  background: transparent url(../img/magnifier.svg) 100% no-repeat center center;
}
.morphsearch-close {
  background: url(../images/close.png) 0 0 no-repeat;
}
.home .morphsearch-close {
  background: url(../images/2016/close.png) 0 0 no-repeat;
}

.morphsearch-close:before,
.morphsearch-close:after {
  content: none;
}
.pageload-overlay {
  z-index: 10;
}
.tags [class^=grid_],
.tags [class^=featured],
.tags [class^=youtube_] {
  display: none;
}
.tag-page li {
  /*outline: 1px solid red;*/
}
.tag-page .grid_2x1 a {
  overflow: hidden;
}
.tag-page .grid_2x1 img {
  left: -50%;
  max-width: 200% !important;
  /*position: relative;*/
}
.tag-page .grid_1x2 img {
  top: -50%;
  height: 200% !important;
  width: auto;
  /*position: relative;*/
}
.tag-page li {
  width: 33% !important;
}
.grid {
  max-width: 1200px;
}
.tag-page .grid_2x1 a {
  overflow: hidden;
}
.tag-page .grid_2x1 img {
  /*left: -50%;*/
  /*max-width: 205% !important;*/
  /*position: relative;*/
}
.tag-page header,
.permalink-page header {
  /*height: 275px;*/
  /*overflow: hidden;*/
  margin-top: -660px;
}
.tag-page .back-home,
.tag-page #morphsearch,
.permalink-page .back-home,
.permalink-page #morphsearch {
  top: auto;
}
.back-home {
  display: none;
}
.tag-page .back-home,
.permalink-page .back-home {
  display: block;
}
.tag-page .happening,
/*.tag-page .paceDiv,*/
/*.tag-page .pace,*/
.permalink-page .happening,
.permalink-page .paceDiv,
.permalink-page .pace {
  display: none !important;  
}
.tag-page #myCarousel .item,
.permalink-page #myCarousel .item {
  background-position: center 505px;
}
.home.tag-page #myCarousel .item {
  background-position: center 225px;
}
.tag-page .introcorner img,
.permalink-page .introcorner img {
  max-width: 50%;
}
.tag-page .godown,
.permalink-page .godown {
  display: none;
}
.tag-page #grid {
  display: none;
}
.YTiframe {
  margin-top: 50px;
  max-width: 100%;
}
.not-found {
  overflow: auto;
}
.not-found .permalink img {
  display: block !important;
  margin: 180px auto 0;
  max-width: 90%;
  visibility: visible !important;
}
/*body.not-found .permalink:after {
  background: url(../assets/404.png) 0 0 no-repeat;
  background-size: 100%;
  content: ' ';
  display: block;
  min-height: 100px;
  margin: 70px 0 0;
}*/
.back-home {
  background: url(../assets/home.png) 0 0 no-repeat !important;
  width: 170px;
  height: 68px;
  background: #e9c200;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 100px;
  margin-top: 20px;
}

/*body:after {
  background: #fff;
  color: #000;
  padding: 5px;
  position: fixed;
  top: 0;
  z-index: 100000;
}*/
img.about.desktop,
img.about.mobile {
  background-color: #00a051;
  padding: 50px;
}
img.about.mobile {
  display: none;
  padding: 50px 30px;
}
#grid:empty {
  margin: 0 !important;
  padding-top: 0;
}
#tumblr_controls {
  display: none !important
}
button.close {
  position: absolute;
  top: 0;
  right: 0;
}
button.close span {
  display: block;
  position: static !important;
}
#notes ol {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: left;
  text-transform: none;
}
#notes li {
  padding-bottom: 5px;
}
#notes li:hover a {
  outline: none !important;
}
#notes .avatar_frame {
  margin-right: 5px;
}
.permalink-page .like-button-wrapper,
.permalink-page .reblog-button-wrapper {
  bottom: -50px;
  opacity: 1;
  right: 0;
  top: auto;
}
.permalink-page .like-button-wrapper {
  right: 50px;
}
.permalink-page .image-wrapper {
  position: relative;
  display: inline-block;
}

/* High resolution screens */
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  .social .instagram,
  .social .twitter,
  .social .facebook {
    background-size: 100px 79px;
    width: 26px;
    height: 26px;
  }

  .social .instagram {
    background-position: 0 -54px;
  }
  .social .twitter {
    background-position: -38px -54px;
    left: 75px;
  }
  .social .facebook {
    background-position: -75px -54px;
    left: 106px;
  }
}
*/

#load-more {
  display: block;
  width: 176px;
  margin: 0 auto 30px auto;
}


/* GENERAL AND PORTRAIT ===================================================== */
@media
  screen and (min-width: 0px) and (max-width: 800px),
  screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (device-aspect-ratio: 0.75) and (-webkit-max-device-pixel-ratio: 2) and (orientation:portrait),
  screen and (min-width: 0px) and (max-width : 767px),
  screen and (min-width: 320px) and (max-width : 767px) and (-webkit-min-device-pixel-ratio: 2) {
  body:after{
    content: 'mobile';
    display: block;
    height: 0;
    overflow: hidden;
  }
  .tag-page #myCarousel .item,
  .permalink-page #myCarousel .item {
    background-position: center 360px;
  }
  header {
    /*margin-top: -470px !important;*/
  }
  .map {
    /*border: 1px solid red;*/
    bottom: 10px;
    right: 40px;
    width: 33%;
  }
  .map a {
    padding: 0;
  }


/*
  .social {
    bottom: -20px;
    left: 25px;
    width: 33%;
  }
  .social .instagram,
  .social .twitter,
  .social .facebook {
    bottom: 5px;
  }
*/


  .social {
    left: 67%;
    bottom: 17%;
    height: 20px;
    width: 78px;
  }

  .social .instagram,
  .social .twitter,
  .social .facebook {
    background-size: 72px 18px;
  }

  .social .instagram {
    background-position: 0 0;
    top: 0;
    height: 24px;
    left: 0;
    width: 24px;
  }
  .social .twitter {
    background-position: -27px 0;
    top: 0;
    height: 24px;
    left: 30px;
    width: 24px;
  }
  .social .facebook {
    background-position: -60px -1px;
    top: 0;
    height: 24px;
    left: 56px;
    width: 24px;
    background-size: 80px 20px;
  }




  .color-5 {
    background-size: auto;
    right: -80px;
    top: -10px;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .color-5 .tumblr-logo {
    display: none;
  }
  .color-5 a {
    margin: 10px 0 0 40px;
  }
  .morphsearch {
    margin-top: 10px;
    right: 5px;
    margin-right: 0;
  }
  .back-home {
    background-size: 70% !important;
    margin-top: 5px;
    left: 5px;
  }
  .tag-page li,
  .permalink-page li,
  .grid li.grid_2x1 {
    width: 100% !important;
  }
  .grid li.grid_2x1 a{
    height: 0;
    padding-bottom: 50%;
  }
  .grid li a {
    margin: 0 auto;
    width: 90% !important;
    height: 0;
    padding-bottom: 100%;
  }
  .grid li .like-button-wrapper,
  .grid li .reblog-button-wrapper {
    opacity: 1;
    right: 30px;
  }
  li.video a:after {
    opacity: 1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .introcorner,
  .happening {
    max-width: 90%;
  }
  .introcorner {
    position: relative;
    top: 30px;
  }
  .YTiframe {
    height: auto;
  }
  .paceDiv {
    /*background: url(../assets/splash-mobile.png) #00a051 center center no-repeat;*/
    /*background-size: 95%;*/
  }
  .godown {
    display: none;
  }
  body.not-found .permalink img {
    margin-top: 80px;
  }
  img.about.desktop {
    display: none;
  }
  img.about.mobile {
    display: block;
  }
}

.tmblr-iframe {
  display: none;
}
.grid li._hidden {
  display: none;
}

/*
@media screen and (max-width: 459px) {
  .social {
    bottom: -30px;
    left: -25px;
  }
}
*/
