/*
Theme Name: Gabriele Core
Theme URI: http://coresoftinformatica.com/
Author: Gabriele Core
Author URI: http://coresoftinformatica.com/
Description: My theme!
Version: 5.0
*/

@import url(http://fonts.googleapis.com/css?family=Arapey:400italic,400);
@import url(http://fonts.googleapis.com/css?family=Muli:400,400italic);

/*= HTML elements reset (selective) */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
address,
dl,
dt,
dd,
pre,
form,
header,
footer,
figure,
article {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
input,
select {
  font: 1em 'Muli', Verdana, sans-serif;
  vertical-align: baseline;
}
*:focus {
  outline-style: none;
}


/*= General elements */

html {
  background: #fff;
}
body {
  font: 100%/1 'Muli', Verdana, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
}

html, body {
	height: 100%;
	min-height: 100%;
}

@media screen and (max-width: 768px) {
	html, body {
		overflow-x: hidden;
	}

	body {
		font: 14px/1 'Muli', Verdana, sans-serif;
	}
}


/* = Links */
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #444;
  text-decoration: underline;
}

a.more-link {
  text-decoration: none;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.8em 3em;
  text-align: center;
  transition: all 400ms ease-in;
  cursor: pointer;
  font-family: 'Arapey', serif;
  font-style: italic;
  border: 1px solid #000;
  position: relative;
}

a.more-link:after {
	content: '\2192';
	position: absolute;
	right: 0.5em;
	top: 0.8em;
	font-style: normal;
}

a.more-link:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

a.more-link.full {
	display: block;
}

a.more-link.ghost {
	border: 2px solid;
	background-color: transparent;
}
a.more-link.ghost:hover {
	background-color: transparent;
	color: #fff;
}

/*= Buttons */ 

.submit {
	background: #000;
  	color: #fff;
  	font-weight: bold;
  	text-transform: uppercase;
  	display: inline-block;
  	padding: 0.5em 1.5em;
  	text-align: center;
  	transition: all 400ms ease-in;
  	cursor: pointer;
  	border: 1px solid #000;
  	border-radius: 4px;
}

/*= Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
  line-height: 1.3;
  font-family: 'Muli', Verdana, sans-serif;
}
h1 a,
h1 a:hover {
  text-decoration: none;
  color: #000;
}
h2 a {
  color: #000;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
  color: #000;
}

/* = Accessibility */

#accessibility,
.hidden {
  position: absolute;
  top: -1000em;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

/*= Clearance */

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/*= Global classes */

.row {
	width: 100%;
}

.col {
	float: left;
}

.col-inner {
	padding: 0 5%;
}

.col-12 {
	width: 8.3333%;
}

.col-11 {
	width: 9.0909%;
}

.col-10 {
	width: 10%;
}

.col-9 {
	width: 11.1111%;
}

.col-8 {
	width: 12.5%;
}

.col-7 {
	width: 14.2857%;
}

.col-6 {
	width: 16.6666%;
}

.col-5 {
	width: 20%;
}

.col-4 {
	width: 25%;
}

.col-3 {
	width: 33.3333%;
}

.col-2 {
	width: 50%;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.grid-960 {
	max-width: 960px;
}

.content-section {
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.4;
	text-align: center;
	font-size: 120%;
}

.content-section p {
	margin-bottom: 0.5em;
}

.content-section-title {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 900;
}

.alt-bg {
	background: #000;
	color: #fff;
	padding: 1em 0;
}

.alt-bg * {
	color: #fff;
}

.outline:after {
	content: ' ';
	display: block;
	margin: 0.4em auto;
	width: 2em;
	border-top: 1px solid;
}

.avatar {
	width: 150px;
	height: 150px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.avatar img {
	border-radius: 50%;
}

.responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.parallax {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}

@media screen and (max-width: 768px) {
	.parallax {
		height: 200px;
	}
}

.fade-out {
	opacity: 0;
	transition: opacity 1s ease-in;
}

.fade-in {
	opacity: 1;
}

.center-text {
	text-align: center;
}

/*= Layout */

#site {
	width: 100%;
	opacity: 0;
	transition: opacity 1s ease-in;
}

#site.loaded {
	opacity: 1;
}

/*= Loader */

#loader-wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000000;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	border: 3px solid  #333;
	transform-origin: 50% 50%;
	animation: loader 2s linear infinite;
}

@media screen and (max-width: 768px) {
	#loader {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
		border-radius: 40px;
	}
}

#loader:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 20px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	background: #333;
}

@keyframes loader {
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(360deg); }
}

/*= Header */

#site-header {
	padding: 1em;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

#site-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999999;
	border-bottom: 1px solid #ddd;
}

#site-header-wrapper {

} 

#branding {
	float: left;
	text-align: left;
	margin: 0;
}

#site-description {
	display: none;
}

#site-title {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}


/*= Navigation */

#open-navigation {
	float: right;
	min-height: 36px;
	line-height: 36px;
	margin: 0.1em 0 0 0;
	text-align: left;
}

#open-menu {
	display: inline-block;
	min-height: 36px;
	color: #000;
	transition: opacity 400ms ease-in;
	opacity: 0.6;
}

#open-menu:hover {
	text-decoration: none;
	opacity: 1;
}

.hamburger-label {
	float: left;
	min-height: 36px;
	line-height: 36px;
	margin-left: 0.7em;
	text-transform: uppercase;
	display: block;
}

.hamburger {
	display: inline-block;
  	position: relative;
  	overflow: hidden;
  	width: 36px;
  	height: 36px;
  	font-size: 0;
  	cursor: pointer;
  	text-indent: -9999em;
  	float: left;
}

.hamburger span {
	display: block;
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 100%;
  	margin-top: -2px;
  	height: 4px;
  	background: #000;
}

.hamburger span:before,
.hamburger span:after {
	position: absolute;
  	display: block;
  	left: 0;
  	width: 100%;
  	height: 4px;
  	background-color: #000;
  	content: ' ';
}

.hamburger span:before {
  	top: -8px;
}

.hamburger span:after {
  	bottom: -8px;
}

.hamburger-htx {
  	
}

.hamburger-htx span {
	transition: background 0s 0.3s;
}

.hamburger-htx span:before,
.hamburger-htx span:after {
     transition-duration: 0.3s, 0.3s;
     transition-delay: 0.3s, 0s;
}

.hamburger-htx span:before {
     transition-property: top, transform;
}

.hamburger-htx span:after {
    transition-property: bottom, transform;
}

.hamburger-htx.is-active {
}

.hamburger-htx.is-active span {
  	background: none;
}

.hamburger-htx.is-active span:before {
  	top: 0;
    transform: rotate(45deg);
}

.hamburger-htx.is-active span:after {
  	bottom: 0;
    transform: rotate(-45deg);
}

.hamburger-htx.is-active span:before,
.hamburger-htx.is-active span:after {
    transition-delay: 0s, 0.3s;
}

@media screen and (max-width: 768px) {
	#branding {
		float: none;
		text-align: center;
		margin: 10px auto;
	}

	#open-navigation {
		float: none;
		text-align: center;
		margin: 10px 0;
	}

	#open-menu {
		display: inline-block;
	}

	.hamburger {
		float: none;
	}

	.hamburger-label {
		display: none;
	}
}


#navigation {
	width: 250px;
	position: absolute;
	right: 0;
	background: #000;
	z-index: 9999999999999;
	display: none;
}

#navigation ul {
	padding: 0;
}

#navigation li {
	display: block;
}

#navigation a {
	display: block;
	padding: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transition: all 400ms ease-in;
}

#navigation a:after {
	content: ' ';
	display: block;
	margin: 0.4em auto;
	width: 2em;
	border-top: 1px solid;
}

#navigation li.current-menu-item a,
#navigation li a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

#navigation li.current-menu-item a {
	font-weight: 900;
}

#search {
	text-align: center;
	position: relative;
	width: 100%;
	background: #fff;
	color: #000;
}

#search:after {
	content: '\21E2';
	position: absolute;
	top: 50%;
	right: 0.6em;
	font-size: 19px;
	margin-top: -7px;
}

#searchform ::-webkit-input-placeholder {
    color: #777;
    text-transform: uppercase;
}

#searchform :-moz-placeholder {
    color: #777;
    text-transform: uppercase;
}

#searchform ::-moz-placeholder { 
    color: #777;
    text-transform: uppercase;
}

#searchform :-ms-input-placeholder { 
    color: #777;
    text-transform: uppercase;
}


#s {
	border: none;
	color: #000;
	background: #fff;
	padding: 0.6em 0.4em;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
}

#submit {
	display: none;
}

/*= Sub-header */

#sub-header {
	width: 100%;
	height: 400px;
	background: #000 url(images/sub-header.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#sub-header {
		height: 250px;
	}
}

#sub-header-content {
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.5 );
}

#section-title {
	font-size: 2.5em;
	color: #fff;
	text-transform: uppercase;
	padding-top: 8%;
	font-weight: 900;
}

@media screen and (max-width: 768px) {
	#section-title {
		font-size: 22px;
		padding-top: 80px;
	}
}

/*= Scroll up/down */

#scroll-down-wrapper,
#scroll-up-wrapper {
	text-align: center;
	margin: 1.5em 0;
	display: block;
}

#scroll-down,
#scroll-up {
	display: inline-block;
	width: 73px;
	text-indent: -99999em;
	height: 36px;
	background-repeat: no-repeat;
	background-image: url(images/down-up-sprite.png);
}

#scroll-up {
	background-position: 0 100%;
}

@media screen and (max-width: 768px) {
	#scroll-down-wrapper,
	#scroll-up-wrapper {
		display: none;
	}
}

/*= Content */

#content {
	margin-top: 3em;
	margin-bottom: 3em;
}

/*= Quotes */

#quotes-content {
	background: #f6f6f6;
	padding: 2em 0;
	margin: 1.5em 0;
}

.quote-image {
	margin: 0 auto 0.7em auto;
	width: 124px;
}

.quote-image img {
	display: block;
	border-radius: 50%;
}

.quote {
	text-align: center;
	line-height: 1.4;
}

.quote-title {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.quote-desc {
	font-style: italic;
	margin-bottom: 1em;
}

.quote-content {
	color: #000;
}

/*= Skills */

#skills {
	padding-top: 1em;
	padding-bottom: 1em;
}

.skill {
	opacity: 1;
}

.skill-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	color: #222;
}

.skill-chart {
	margin: 0.5em auto 0 auto;
	position: relative;
  	display: block;
  	width: 110px;
  	height: 110px;
}

.skill-chart canvas {
  	position: absolute;
  	top: 0;
  	left: 0;
}

.skill-percent {
	display: inline-block;
  	line-height: 110px;
  	z-index: 2;
  	font-weight: bold;
}


/*= Posts */

.post {
	margin-bottom: 2em;
}

.post-title {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}

.post-title a {
	transition: all 400ms ease-in;
	color: #000;
}

.post-title a:hover {
	color: #777;
}

.post-more {
	margin-top: 1.6em;
}

.post-thumb {
	display: none;
}

.post-meta {
	margin-bottom: 1.5em;
	padding: 0 0 0.4em 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.post-meta {
		padding: 0 1em;
	}
}

.in-list .post-content {
	line-height: 1.4;
}

.in-list .post-title {
	text-align: center;
}

.in-list .post-title a:after {
	content: '\2192';
	padding-left: 0.5em;
}

.in-list .post-content {
	text-align: center;
}

.post-meta span {
	margin-right: 0.5em;
	color: #777;
}

.post-meta span:after {
	content: '/';
	padding-left: 0.5em;
}

.post-meta > span:last-child:after {
	content: none;
}

.post-meta a {
	color: #777;
}

.post-meta a:hover {
	color: #000;
	text-decoration: none;
}

.single-post .post-content {
	line-height: 1.4;
	padding: 0;
	font-size: 110%;
}

@media screen and (max-width: 768px) {
	.single-post .post-content {
		padding: 0 1em;
	}	
}

.single-post .post-content p {
	margin-bottom: 1em;
}
.single-post .post-content > p:first-child {
	font-size: 1.2em;
	color: #000;
	text-align: center;
}

.single-post .post-content ul,
.single-post .post-content ol {
	margin: 1em 0 1em 2.5em;
}

.single-post .post-content ul {
	list-style: disc;
}

.single-post .post-content ol {
	list-style: decimal;
}

.single-post .post-content dl {
	margin: 1em 0;
}

.single-post .post-content dt {
	margin-bottom: 0.6em;
}

.single-post .post-content dd {
	margin: 0 0 1em 2.5em;
}

.single-post .post-content h2 {
	font-size: 1.8em;
	font-weight: bold;
}

.single-post .post-content h3 {
	font-size: 1.6em;
}

.single-post .post-content h4 {
	font-size: 1.4em;
}

.single-post .post-content h5,
.single-post .post-content h6 {
	font-size: 1.2em;
	text-transform: uppercase;
}

.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
	margin-bottom: 0.6em;
}

.single-post .post-content pre {
	margin: 1em 0;
}

.single-post .post-content code:not([class]),
.single-post .post-content kbd {
	font: 1em Menlo, 'Courier New', monospace;
}

.single-post .post-content blockquote {
	margin: 1em 0;
	font-family: 'Arapey', serif;
	color: #000;
	padding-left: 0.7em;
	border-left: 0.5em solid #ddd;
}

.single-post .post-content table {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.single-post .post-content caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.5em;
}

.single-post .post-content th,
.single-post .post-content td {
	padding: 0.4em;
	vertical-align: middle;
}

.single-post .post-content th {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.single-post .post-content table tr:nth-child(even) {
	background: #f6f6f6;
}

#posts {
	padding: 0;
	background: transparent;
}

#posts .post {
	min-height: 300px;
	width: 30%;
	margin: 0 1.6666%;
	background: #000;
}

@media screen and (max-width: 768px) {
	#posts .post {
		width: auto;
		margin: 0 0 1em 0;
	}	
}

#posts .post-title {
	color: #fff;
}

#posts .post-header {
	padding-top: 3.5em;
}

#posts .more-link {
	border: 1px solid #fff;
}

#posts .more-link:hover {
	border-color: #fff;
	background: #fff;
	color: #000;
}

#posts .post-image-wrap {
	position: relative;
	width: 100%;
	min-height: 300px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-position 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#posts .col-inner {
	width: 100%;
	min-height: 300px;
	box-sizing: border-box;
	position: absolute;
	background-color: rgba( 0, 0, 0, 0.5 );
}

.more-posts {
	margin: 1.5em 0;
	text-align: center;
}

#next-post {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#next-post-content {
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.5 );
	color: #fff;
}

#next-post-content p {
	padding-top: 8%;
}

#next-post-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.6em;
	margin-top: 0.9em;
}

#support {
	text-align: center;
	margin-top: 1.5em;
	padding: 1em;
	background: #f6f6f6;
}

#support h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

#faq {
	text-align: center;
	margin-top: 1.5em;	
}

#faq h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

#questions-search {
	margin-top: 1.5em;
	text-align: center;
}

#questions-search input[type="text"] {
	width: 190px;
	border: 1px solid #ddd;
	background: #fff;
	margin-right: 0.6em;
	padding: 0.5em;
	text-align: center;
	border-radius: 4px;
	color: #000;
}

#questions {
	margin-top: 1.5em;
	background: #f6f6f6;
}

#questions li {
	display: block;
	padding: 1.5em;
	line-height: 1.4;
}

#questions li:before {
	display: block;
	content: "Pubblicata in " attr(data-category) " " attr(data-time);
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#questions li:nth-child(even) {
	background: #fff;
}

#questions li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

#questions-no-results {
	margin: 1.5em 0;
	font-size: 1.2em;
	color: #000;
	text-align: center;
}

/*= CV */

.cv {
	margin: 1.5em 0;
	text-align: center;
}

.single-post .post-content .cv h2 {
	text-transform: uppercase;
	margin: 0;
}

.single-post .post-content .cv p {
	margin: 1em 0;
	color: #888;
}

/*= Summary */

#summary {
	margin: 1em 0;
	list-style: none;
}

#summary ul {
	list-style: none;
}

#summary li {
	display: block;
}

#summary > li, #summary > li ul > li {
	margin-bottom: 0.7em;
}

#summary > li > a {
	text-transform: uppercase;
	font-weight: bold;	
}

#summary > li ul {
	margin-left: 1.5em;
}

/*= Pagination */

#pagination {
  	margin: 2em 0;
  	text-align: center;
}
#pagination a,
#pagination a:hover,
#pagination strong {
  	display: inline-block;
  	margin: 0 0.5em;
  	width: 2em;
  	height: 2em;
  	line-height: 2;
  	text-align: center;
  	border: 1px solid #ddd;
  	color: #777;
  	text-decoration: none;
  	transition: all 400ms ease-in;
}
#pagination strong,
#pagination a:hover {
  	color: #fff;
  	border-color: #000;
  	background: #000;
}

#pagination > :first-child {
	margin: 0 0.5em 0 0;
}


/*= Portfolio */

#portfolio-intro {
	margin-bottom: 1.5em;
	text-align: center;
}

#portfolio-items {
	width: 100%;
	height: 600px;
	margin: 0 0 2em 0;
}

@media screen and (max-width: 768px) {
	#portfolio-items {
		height: auto;
	}
}

#portfolio-nav {
	margin: 1.5em 0 0 0;
	padding: 1.5em 0;
	text-align: center;
	background: #f6f6f6;
	display: block;
}

@media screen and (max-width: 768px) {
	#portfolio-nav {
		display: none;
	}
}

#portfolio-nav a {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 0 0.5em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-indent: -99999em;
	border: 8px solid #fff;
}

#portfolio-list {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#portfolio-list li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#portfolio-list li {
		position: static;
		display: block;
	}
}




#portfolio-list > li:first-child {
	display: block;
}

.portfolio-item-desc {
	position: relative;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media screen and (max-width: 768px) {
	.portfolio-item-desc {
		height: 300px;
	}
}

.portfolio-item-content {
	box-sizing: border-box;
	padding: 11% 5% 0 5%;
}

.portfolio-item-desc-content {
	width: 50%;
	position: absolute;
	background: #fff;
	color: #000;
	right: -100%;
	height: 100%;
	top: 0;
	line-height: 1.4;
	padding: 4%;
	transition: right 400ms ease-in;
}

.portfolio-item-title {
	font-size: 1.4em;
	text-transform: uppercase;
}

.portfolio-item-desc-content.in {
	right: 0;
}

.portfolio-item-desc-content p {
	margin-bottom: 0.7em;
	font-size: 85%;
}

.portfolio-item-actions {
	margin-top: 1.5em;
	text-align: center;
}

.portfolio-item-actions a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -99999em;
	margin: 0 0.5em;
	background-repeat: no-repeat;
	background-image: url(images/portfolio-actions-sprite.png);
}

.portfolio-item-actions .portfolio-item-link {
	background-position: -50px 0;
}

/*= Contact */

#contact-info, #information {
	list-style: none;
	margin: 1em 0;
}

#information {
	margin: 1.5em 0;
	text-align: center;
}

#contact-info li,
#information li {
	display: block;
	margin-bottom: 1em;
}

#proposal {
	margin: 1.5em 0;
	text-align: center;
}

#proposal p {
	margin-top: 1.5em;
}

#proposal + h2 {
	text-align: center;
	margin-top: 0.7em;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
}

#proposal h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
}

#information .name {
	text-transform: uppercase;
	font-weight: bold;
}

#information .name:after {
	content: ' ';
	display: block;
	width: 2em;
	border-top: 1px solid;
	margin: 0.5em auto;
}

#information li.address,
#information li.vat,
#information li.country {
	margin: 0 0 0.6em 0;
}

#contact-info li.email,
#contact-info li.skype {
	margin: 1.5em 0;
	text-align: center;
}

#contact-info li.email a {
	display: inline-block;
}

#contact-info li.email:before {
	content: 'E-mail:';
	font-weight: bold;
	padding-right: 0.4em;	
}

#contact-info li.skype span {
	display: inline-block;
}

#contact-info li.skype span:before {
	content: 'Skype:';
	font-weight: bold;
	padding-right: 0.4em;
}

#contact-info li.social {
	text-align: center;
}

#contact-info li.social a {
	display: inline-block;
	margin-right: 0.5em;
	width: 36px;
	height: 36px;
	text-indent: -1000em;
	background-image: url(images/social-sprite.png);
	background-repeat: no-repeat;
	background-color: #000;
	
}

#contact-info li.social .twitter {
	background-position: 0 50%;
}

#contact-info li.social .facebook {
	background-position: -34px 50%;
}

#contact-info li.social .google-plus {
	background-position: -68px 50%;
}

#contact-info li.social .linkedin {
	background-position: -102px 50%;
}

/*= 404 */

#error-404 {
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
}

#error-404:before {
	content: ':-(';
	display: block;
	text-align: center;
	margin-bottom: 0.4em;
	color: #888;
}


/*= Footer */

#site-info {
	padding: 2em 1em;
	background: #222;
	color: #fff;
	text-align: center;
}

#site-info-wrapper p {
	margin-bottom: 0.6em;
}

#site-info-wrapper a,
#site-info-wrapper a:hover {
	color: #fff;
}

#social {
	margin: 1.5em 0;
}

#social li {
	display: inline-block;
	margin: 0 0.5em;
}

#social li a,
#social li a:hover {
	display: inline-block;
	width: 36px;
	height: 33px;
	text-decoration: none;
	text-indent: -99999em;
	background-repeat: no-repeat;
	background-image: url(images/social-sprite.png);
}

#social #facebook {
	width: 33px;
	background-position: -36px 0;
}

#social #google-plus {
	background-position: -68px 0;	
}

#social #linkedin {
	background-position: -102px 0;	
}

/*= Prism line numbers */

.post-content pre.line-numbers {
	position: relative;
	padding: 0 1em 0 3.8em;
	counter-reset: linenumber;
}

.post-content pre.line-numbers > code {
	position: relative;
	display: block;
}

.post-content pre.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #f6f6f6;

}

.line-numbers-rows > span {
	pointer-events: none;
	display: block;
	counter-increment: linenumber;
}

.line-numbers-rows > span:before {
	content: counter(linenumber);
	color: #777;
	display: block;
	text-align: center;
}


/*= Responsive */

@media screen and (max-width: 768px) {
	.col {
		float: none;
	}
	[class*="col-"] {
		width: auto;
	}
}
