/* old code */

.info_btn {
    position: absolute;
    top: 15px;
    left: 2vw;
    z-index: 1;
}

.info_btn button {
    background: #123749;
    border-color: #aaa;
    color: #ccc;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	padding: 0;
}
.info_btn button:hover {
    background: #7B632A;
	border-color: #aaa;
}


.info-share-group {
    /* border: 1px yellow solid; */
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    height: 25%;
    width: 100%;
}



/* Generated by http://responsive-css.spritegen.com Responsive CSS Sprite Generator */

.ic-info,
.ic-share {
    display: inline-block;
    position: absolute;
    top: 15px;
    z-index: 1;
    width: 50px;
    height: 50px;
  max-width: 100%;
  background-size: 100%;
  background-image: url("../img/nav/info-share-sprite.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.ic-info {
    left: 25px;
}

.ic-share {
    /* display: none; */
    left: 77px;
}

.ic-info {
  background-position: 0 0%;
  background-size: 100%;
}
.ic-info:hover {
  background-position: 0 33.333333%;
  background-size: 100%;
}
.ic-share {
  background-position: 0 66.666667%;
  background-size: 100%;
}
.ic-share:hover {
  background-position: 0 100%;
  background-size: 100%;
}


@media screen and (max-width: 768px) {
    .ic-info,
    .ic-share {
        height: 40px;
        width: 40px;
        top: 10px;
    }

    .ic-info {
        left: 15px;
    }
    
    .ic-share {
        display: inline-block;
        left: 60px;
    }

  }



#modal-sharing {
  padding: 0;
}

#modal-sharing .modal-header {
  border: 0;
}

#modal-sharing .modal-title {
  color: #efb72c;
}





  ul.share-buttons{
    list-style: none;
    padding: 0;
  }
  
  ul.share-buttons li{
    display: inline;
  }
  
  ul.share-buttons .sr-only{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  ul.share-buttons img{
    width: 90px;
    margin-right: 40px;
  }