a, a:visited {
	color: #272c33;
	text-decoration: none;
}

#logo {
    position: absolute;
	top: 17px;
	left: 37px;
	padding-right: 20px;
	padding-bottom: 5px;
	z-index: 999;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
#logo:hover {
	background: #FFF;
}

#logo a { position: relative; z-index: 1; }
#logo a span { display: inline-block; }
#logo a object { position: relative; z-index: -1; }

#info {
	text-align: left;
    display: none;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top:70px;
    margin-bottom:70px;
    margin-right:70px;
    margin-left:70px;
    background-color: #272c33;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 999;
}

#info a, #info a:visited {
	color: #FFFFFF;
}

#info a:hover, #info a:active {
	border-bottom: 1px dotted #FFFFFF;
}

#info .infologo {
	margin-top: 17px;
	margin-left: 37px;
}

#info #close {
	float: right;
	margin: 30px;
}

#info a#close:hover {
	border-bottom: none;
}

#info #box {
	width: 300px;
	text-align: left;
	margin-top: 40px;
	margin-left: 37px;
}

#gallery {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:70px;
    margin-bottom:70px;
    margin-right:70px;
    margin-left:70px;
	overflow: hidden;
}

#gallery img {
	display: none;
	max-width: 100%;
	max-height: 100%;
}

#caption {

}

@media (max-width: 736px) {
	#logo {
		top: 5px;
		left: 5px;
		padding-right: 20px;
		padding-bottom: 5px;
	}
	#logo object {
		width: 150px;
		height: 38px;
	}
	#gallery, #info {
	    margin-top:32px;
	    margin-bottom:20px;
	    margin-right:20px;
	    margin-left:20px;
	}
	#info #close img {
		width: 20px;
	}
	#info .infologo {
		width: 150px;
	}
}