@font-face {
  font-family: 'icomoonp';
  src:  url('../fonts/icomoonp.eot?zhib1f');
  src:  url('../fonts/icomoonp.eot?zhib1f#iefix') format('embedded-opentype'),
    url('../fonts/icomoonp.ttf?zhib1f') format('truetype'),
    url('../fonts/icomoonp.woff?zhib1f') format('woff'),
    url('../fonts/icomoonp.svg?zhib1f#icomoonp') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

#bookmark i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoonp' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconp-star_outline:before {
  content: "\e901";
}
.iconp-favorite:before {
  content: "\e902";
}
.iconp-ios_share:before {
  content: "\e900";
}

#bookmark-overlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
#bookmark {
	position:fixed;
	display:none;
	top:10px;
	right:45px;
	background-color:#445f73;
	padding: 10px 12px 15px;
    border-radius: 15px;
    font-size:18px;
    text-align:center;
    color:#fff;
    z-index:10100;
}
@media screen and (max-width: 520px){
	#bookmark{
		right:50px;
	}
}
#bookmark:after {
	content: "";
	position:absolute;
	top:0;
	margin-top:-10px;
	left:75%;
	transform:translateY(-50%);
	border:10px solid #445f73;
	border-color: transparent transparent #445f73 transparent;
}
#bookmark-header{
    display: block;
    border-bottom: 2px dashed white;
	padding: 5px 42px 15px 15px;
    font-weight: 500;
	font-size:24px;
}
#bookmark-header .close{
	cursor: pointer;
    font-size: 36px;
    position: absolute;
    top: 15px;
    right: 18px;
}
#bookmark-header .close:hover{
    opacity: 0.5;
}
#bookmark-body{
	padding-top: 10px;
    display: block;
}
#bookmark-body .icon{
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    width: 30px;
    display: inline-block;
    padding: 2px 0;
}
#bookmark-body .key{
	padding:3px 11px;
	border-radius:5px;
	background-color:#fff;
	color:#000;
}
#bookmark-body .hr {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	height: 20px;
	opacity: .5;
	margin-top: 0;
    margin-bottom: 5px;
}
#bookmark-body .hr:before {
    content: '';
    background: linear-gradient(to right, transparent, #fff, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
#bookmark-body .hr:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 15px;
    color: #fff;
    background-color: #445f73;
    font-size: 75%;
}
