
.glyphicon {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.4;
	text-shadow: 1px 1px 5px #000000;
	color: #ffffff;
	margin: 10px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-link {
	color: #add1f5;
	font-size: 15px;
	vertical-align: text-bottom;
	text-decoration: none;
	text-shadow: none;
	margin: 0px;
	opacity: 1;
}
.glyphicon-link:hover {
	color: #83c0fe;
}
.glyphicon.right {
	left: auto;
	right: 5px;
}
.glyphicon:not(.liked):hover {
	opacity: 1;
}
.glyphicon-small{
	margin: 0px;
	margin-left: 15px;
	font-size: 16px;
	opacity: 0.3;
}
.liked.glyphicon-small{
	opacity: 0.8;
}
.liked{
	cursor: default;
	opacity: 1;
}

@media only screen and (max-width: 1200px){
	.glyphicon-link {
		color: #a2c6ec;
		font-size: 18px;
	}
}

@media only screen and (max-width: 800px){
	.glyphicon-small{
		font-size: 14px;
	}
}

/* Glyph icons */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/font/glyphicons-halflings-regular.eot');
  src: url('/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/font/glyphicons-halflings-regular.woff') format('woff'), url('/font/glyphicons-halflings-regular.ttf') format('truetype'), url('/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-info:before {
  content: "\e086";
}
.glyphicon-tag:before {
  content: "\e041";
}
