@charset "utf-8";
















/* CSS Document */



body {
	padding: 0;
	margin: 0;
	font-weight: bold;
	background: #000;
	font: 10px 'Roboto';
	letter-spacing: 1px;
	color: black;
	overflow: hidden;
}
#posts {
	position: absolute;
	width: 400px;
	left: 50%;
	top: 40px;
	margin-left: -180px;
}
.post {
	width: 400px;
	margin: 10px 10px 155px 10px;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0px;
}
.post img {
	width: 100%;
}
/* ++++++++++++++++++++++++++++++++++++ */



.perma {
	width: 100%;
	text-align: left;
}
.permalinks:before {
	content: "";
	height: 20px;
	background: #eaeaea;
	position: absolute;
	width: 1px;
	margin-left: 400px;
}
.perma a {
	padding: 0px 0px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.perma a:hover {
	/*padding: 5px 15px;*/ 

	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.permalinks {
	position: absolute;
	width: 400px;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 9px;
	display: none;
}
.permalinks .tags a:hover, .permalinks .reblog a:hover {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
/* ++++++++++++++++++++++++++++++++++++ */





.title {
	font-size: 26px;
	font-weight: 100;
	padding: 10px 0px;
}
.body {
	padding: 10px;
}
.body img {
	max-width: 380px;
}
.caption {
	padding: 5px;
	display: none;
}
/*====================================*/





figure {
	margin: 0 0 50px;
}
figcaption {
	padding: 0px;
}
img {
	max-width: 100%;
	min-width: 250px;
	height: auto;
	display: block;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
ul {
	margin: 0;
	padding: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
/* structural styles */

 

li {
	list-style-type: none;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
/* media queries */

<!--

@media screen and (min-width: 400px) {
li {
	float: right;
	width: 50%; /* margin-left:200px; padding-left: 3px; padding-right: 10px;*/
}
li:nth-of-type(2n+1) {
	clear: left;
}
#canvas {
	width: 400;
	height: 400;
}
}

@media screen and (min-width: 768px) {
#post {
}
li {
	width: 33.333%;
}
li:nth-of-type(2n+1) {
	clear: left;
}
/*  li:nth-of-type(3n+1) {clear: left;}*/

#canvas {
	width: 768;
	height: 768;
}
}
-->

@media screen and (min-width: 1024px) {
li {
	float: left;
	width: 25%;
}
li:nth-of-type(2n+1) {
	clear: none;
}
li:nth-of-type(3n+1) {
	clear: none;
}
li:nth-of-type(4n+1) {
	clear: left;
}
#canvas {
	width: 2000;
	height: 2000;
}
}
/* CANVAS */





#cc {
	position: fixed;
	background: fixed top;
	opacity: 1;
}
.details {
}
.btnImg {
	box-shadow: 4px 4px 8px rgba(1,1,1,1);
}
img.color_flip {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	/* Webkit Nightlies & Chrome Canary */

	-webkit-transition: all .5s ease-in-out;
	border-radius: 2px
}
img.color_flip:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
/*      -webkit-transform: scale(1.1);*/    }
objectfit {
	width: 100%;
	min-width: 100%;
	height: 445px;
	max-height: 445px;
	background-color: #f0f0f0;
	object-fit: cover; /* cover works perfectly on Safari */
}
/*.centered-and-cropped { object-fit: cover }

*/





/* ++++++++++++++++++++++++++++++++++++ */



#posts {
	position: absolute;
	top: 40px;
	margin-left: -300px;
	z-index: 1;
}
#posts2 {
	top: 0px;
	/*margin-left: 97px;*/

	z-index: 1;
}
#info {
	position: absolute;
	top: 0px;
	width: 100%;
	color: #ffffff;
	padding: 5px;
	font-family: Monospace;
	font-size: 13px;
	text-align: center;
	z-index: 1000;
}
#oldie a {
	color: #da0
}
/* Center the loader */

loader0 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
loader1 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	/*	margin: -75px 0 0 -75px;

*/	width: 200px;
	height: 20px;
	background: #000;
	border: 2px solid #000;
}
loader1 > loader2 {
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 20px;
	background: white;
	border: none;
}
a {
	color: black;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	cursor: help;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
a:hover {
	color: #00FF33;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
/* ++++++++++++++++++++++++++++++++++++ */

#border {
	position: fixed;
	bottom: 0px;
	left: 10px;
	width: 200px;
	font-size: 18px;
	color: #000;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: justify;
	z-index: 99;
}
#border a {
	color: #fff;
	cursor: pointer;
	font-style: italic;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
#border a:hover {
	font-style: normal;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
#border .des {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
}
/* ++++++++++++++++++++++++++++++++++++ */



.contactbox, .aboutbox, .linkbox {
	position: absolute;
	opacity: 0;
	border: 1px solid #eaeaea;
	padding: 10px;
	width: 400px;
	margin: 0 auto;
	overflow: hidden;
	left: 35%;
	top: 20%;
	background-color: whitesmoke;
	z-index: 20;
}
.aboutbox h1, .contactbox h1, .linkbox h1 {
	padding: 5px;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
.aboutbox h1:after {
	width: 320px;
	content: "";
	height: 1px;
	background: #eaeaea;
	margin-top: 13px;
	margin-left: 5px;
	position: absolute;
}
.contactbox h1:after {
	width: 290px;
	content: "";
	height: 1px;
	background: #eaeaea;
	margin-top: 13px;
	margin-left: 5px;
	position: absolute;
}
.linkbox h1:after {
	width: 325px;
	content: "";
	height: 1px;
	background: #eaeaea;
	margin-top: 13px;
	margin-left: 5px;
	position: absolute;
}
.aboutbox p, .contactbox p, .linkbox p {
	padding: 10px;
	text-align: justify;
}
.aboutbox li, .contactbox li {
	padding: 10px;
}
.linkbox ul {
	margin: auto;
}
.linkbox li {
	width: 50px;
	background: #eaeaea;
	margin: 1px;
	padding: 2px 15px;
	list-style: none;
	float: left;
	text-align: center;
}
::selection {
	background: #eaeaea;
	color: #fff;
	text-shadow: 1px 1px rgba(255,255,255, 0.5);
}

::-moz-selection {
 background: #eaeaea;
 color: #fff;
 text-shadow: 1px 1px rgba(255,255,255, 0.5);
}



/* ++++++++++++++++++++++++++++++++++++ */

::-webkit-selection {
 background: #eaeaea;
 color: #fff;
 text-shadow: 1px 1px rgba(255,255,255, 0.5);
}

::-webkit-scrollbar {
 background: #fff;
 width: 10px;
}

::-webkit-scrollbar-thumb {
 border: 3px solid #fff;
 background: #eaeaea;
}

::-webkit-scrollbar:horizontal {
 display:none;
}
div1 {
	position: absolute;
	z-index: 1;
}

/* Media queries IPHONE */	
	

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
body {
	font: 0.5em 'Roboto';
	letter-spacing: 1px;
	color: black;
}
.contactbox, .aboutbox, .linkbox {
	position: absolute;
	opacity: 0;
	border: 1px solid #eaeaea;
	padding: 10px;
	/*width: 50%;
	margin: 0 auto;
	
	left: 20%;
	top: 20%;*/
	background-color: whitesmoke;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;
	width: 220px;
	height: 150px;
	overflow: hidden;
}
.aboutbox h1, .contactbox h1, .linkbox h1 {
	padding: 2px;
	font-size: 2em;
}
.aboutbox p, .contactbox p, .linkbox p {
	padding: 2px;
}
h1 {
	display: block;
	font-size: 0.8em;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
p {
	padding: 10px;
	text-align: justify;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
/* ------------------------  */
}	
	
	
	
















/*-----------------------------------------------------------*/













*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

/*a {
	outline: none;
	color: #dec95a;
	text-decoration: none;
}

a:hover, a:focus {
	color: #958323;
}

*/
section {
	padding: 1em;
	text-align: center;
}

.grid {
/*	position: relative;
	clear: both;
	max-width:  100%;
	list-style: none;
	text-align: center;*/
	margin: 0px 5%;
	padding: 1em 0 2em;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 14%;
/*	max-width: 480px;
	max-height: 360px;
	width: 31%;*/
	height: auto;
	cursor: pointer;
	}

/*.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}*/

.grid figure figcaption {
	padding: 2.5em 3em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: -10px;
	left: -12px	;
	/*width: 100%;
	height: 100%;*/
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 9999999;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 4px;
	font-size: 80.5%;	
}

/* Individual effects */

/*/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
/*	background: #e2d06f;
*/}

/*figure.effect-apollo img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	
}*/

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(0.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	/*right: -16em;
	bottom: -20em;
	padding: 50;*/
	margin: 10em 10em;
	max-width: 200px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

/*figure.effect-apollo:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.001,1.001,1);
	transform: scale3d(1.001,1.001,1);
}
*/
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.1s;
}

*/
*/
/* Media queries */

a {
	
}
