/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
sup, tt, var,       /* small, strike, strong, sub, b, u, i, */
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
border: 1px dotted #ccc;
}
td, th {
	vertical-align:middle;
	border: 1px dotted #ccc;
}


/* shares links */

#shares {
    margin: 10px 10px 0 0;
    float: right;
}
#shares.fixed {
    position: fixed;
    z-index: 999;
    margin-top: 0;
}
#shares > * {
    vertical-align: middle;
}
#shares a {
    display: inline-block;
    height: 28px;
}
#shares a:hover {
    filter: brightness(0.8);
}
#shares a.plurk {
    line-height: 0;
}
#shares a.plurk img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
}
#shares a.google-plus {
    overflow: hidden;
}
#shares i.fa-google-plus-square {
    margin-top: -3px;
    font-size: 32px;
    color: #db4437;
    background: #ffffff;
    border-radius: 8px;
}

/* contact links */

#fixed-links {
    position: fixed;
    right: 0;
    top: 41%;
    z-index: 999;
    overflow: hidden;
    width: 45px;
    max-width: 100%;
    white-space: nowrap;
    transition: .3s;
}
#fixed-links:hover {
    width: 300px;
    background-color: rgba(82, 82, 82, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#fixed-links a {
    display: block;
    height: 45px;
    font-family: arial;
    color: #eee;
	-ms-transition: .3s;
	transition: .3s;
}
#fixed-links a:before {
    content: " ";
    display: inline-block;
    background: url(../assets/images/link_icons.png) no-repeat;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}
#fixed-links a:hover {
    filter: brightness(120%);
    background: #8e6500;
    color: #fff;
}
#fixed-links .fb:before {
    background-position-y: 0px;
}
#fixed-links .line:before {
    background-position-y: -45px;
}
#fixed-links .email:before {
    background-position-y: -90px;
}
#fixed-links .tel:before {
    background-position-y: -135px;
}