﻿html
{
    width:100%;
    height:100%;
   
}
body
{
    padding:0px;
    margin:0px;
    overflow:hidden;
    font-family:Helvetica,Arial;
    font-weight: 300;
    width:100%;
    height:100%;
}
.errorMsg
{
	 font-size:24px;
	 color:Black;
	 display:inline-block;
	 padding:10px;
	 background-color:White;
	 border-radius:4px;
	 text-align:center;
	 width:100%;
}
body *
{
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
}
.gallery
{
	width:100%;
	height:100%;
}
.pin
{
    width:16px;
    height:16px;
    display:block;
    cursor:pointer;
    position:absolute;
    background-repeat:no-repeat;
    background-image:url(//lh6.googleusercontent.com/-UjbIwzAcsws/VAYbJO7EaNI/AAAAAAAABMw/Hb1fVx5ka58/s16-no/pinit_bg_en_round_red_16_1.png);
}
td .pinp
{
    position:relative;
    height:0px;
    top:-100%;
    left:0px;
    display:none;
}
td .pin
{
    right:5px;
    top:5px;
    z-index:9999999;
}
td:hover .pinp
{
    display:block;
}
.gallery td
{
	padding:0px;
}
.photo div
{
	height:auto;
	left:0px;
	bottom:0px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-clip: padding-box;
	line-height:0px;
	font-size:0px;
	position:absolute;
	text-align:center;
	border:solid 0px transparent;
	opacity:0;
	-webkit-transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}
.photo:hover div
{
	opacity:1;
}
.photo div span
{
	text-align:left;
	display:inline-block;
	font-size:11px;
	line-height:24px;
	font-weight:bold;
	padding-left:18px;
	/*background-image:url(//lh3.googleusercontent.com/-72ayRN8l-8g/UqnYTkciOBI/AAAAAAAAAoo/VIsvXNsFXn8/w14-h10-no/matrix_like.png);*/
	background-position:left 7px;
	background-repeat:no-repeat;
}
.photo100, .photo100 .photo, .photo100 .photo img
{
	width:100px;
	height:100px;
}
.photo150, .photo150 .photo, .photo150 .photo img
{
	width:150px;
	height:150px;
}
.photo200, .photo200 .photo, .photo200 .photo img
{
	width:200px;
	height:200px;
}
.photo300, .photo300 .photo, .photo300 .photo img
{
	width:300px;
	height:300px;
}
.photo600, .photo600 .photo, .photo600 .photo img
{
	width:600px;
	height:600px;
}
.gallery .photo
{
	position:relative;
	
}

.gallery td .photo a
{
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	opacity:0;
	z-index:100;
}
.gallery td .photo a img
{
	display:block;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: solid 1px #E6E6E6;
	background-color:White;
	-webkit-transition:box-shadow 0.3s ease;
	-moz-transition:box-shadow 0.3s ease;
	-o-transition:box-shadow 0.3s ease;
	transition:box-shadow 0.3s ease;
}
.gallery td .photo a[dstate=enter]
{
	-webkit-transition:opacity 0.4s ease;
	-moz-transition:opacity 0.4s ease;
	-o-transition:opacity 0.4s ease;
	transition:opacity 0.4s ease;
	opacity:1;
	z-index:1000;
}
.gallery td .photo a[dstate=enter] img
{
}
.gallery td .photo a[dstate=in]
{
	opacity:1.0;
	z-index:100;
	-webkit-transition:opacity 0.6s ease-in;
	-moz-transition:opacity 0.6s ease-in;
	-o-transition:opacity 0.6s ease-in;
	transition:opacity 0.6s ease-in;
}
.gallery td .photo a[dstate=in] img
{
}
.gallery td .photo a[dstate=out]
{
	z-index:1000;
	opacity:0.0;
	-webkit-transition:opacity 0.6s ease-in;
	-moz-transition:opacity 0.6s ease-in;
	-o-transition:opacity 0.6s ease-in;
	transition:opacity 0.6s ease-in;
}
.gallery td .photo a[dstate=out] img
{
}
.bottom_div
{
	position:relative;
	height:0px;
}
.logo
{
	visibility:hidden;
	position:absolute;
	display:inline-block;
	z-index:999999;
	width:26px;
	height:20px;
	font-size:0px;
	left:0px; 
	bottom:0px;
	border-radius:3px;
	background-color:rgba(112, 112, 112, 0.36);
	-webkit-transition:background 0.3s ease;
    -moz-transition:background 0.3s ease;
    -o-transition:background 0.3s ease;
    transition:background 0.3s ease;
}
.logo img
{
	width:26px;
	height:20px;
	display:block;
}
.logo:hover
{
	background-color:rgba(0, 0, 0, 0.72);
}
body:hover .logo
{
	visibility:visible;
}
