/*    Generated by http://www.cssportal.com    */

@import url("reset.css");
html, body {
    height: 100%;
}
html {
    display: table;
    margin: auto;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#444;
    background-color: #000000;
    display: table-cell;
    vertical-align: middle;
}

p {
    
    border-radius: 10px;
    //border: 1px solid #ebebeb;
    margin: 5px;
    text-align: center;
    padding: 10px;
}

a {
    color:#666;
}
#wrapper {
    width: 100%;
    min-width: 140px;
    max-width: 2000px;
    margin: 0 auto;
}

#contentliquid {
    float: left;
    width: 100%;
}

#contentwrap {
    width: 100%;
    float: left;
}

#content {
    //background: #000000;
    border-radius: 10px;
    //border: 1px solid #ebebeb;
    margin: 50px;
    text-align: center;
}

#footerwrap {
    width: 100%;
	color:#666;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 200px;
    color:#666;
    border-radius: 1px;
    //border: 1px solid #b8b8b8;
    margin: 5px;
    text-align: center;
}


.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 15px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
	
figure {
	width: 300px;
	height: 200px;
	margin: 20;
	padding: 0;
	//background: #fff;
	overflow: hidden;
}



/* Flashing */
.hover08 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

