/* adds */
@media only screen and (min-width: 840px){
	#content{
		min-height: 700px;
	}
	.add-l,.add-r{
		display: inline-block;
		width: 160px;
		height: 600px;
		margin-bottom: 20px;
	}
	.add-l{
		float: left;
	}
	.add-r{
		float: right;
	}
}
@media only screen and (max-width: 840px){
	.add-l,.add-r{
		display: none;
	}
}
/* end adds */
#content{
    max-width: 1280px;
    margin: 10px auto 50px auto;
    background-color: rgba(255,255,255,.4);
    text-align: center;
    padding-bottom: 50px;
}
#prev{
    float: left;
    background-color: #27292D;
    color: #DDD3C9; /* broken white */
    margin: 0;
    padding: 0 15px 0 15px;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    border-radius: 0 0 5px 0;
    text-decoration: none;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
}
#prev:hover{
    opacity: 0.8;
}
h1{
	text-transform:capitalize;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	padding: 0 8px 1px 8px;
	color: #000;
	font-family: 'Bitter', serif;
	background-color: #fff;
}
#bg-view button {
    cursor: pointer;
    display: inline-block;
    background-color: #1D1E21;
    width: 200px;
    text-decoration: none;
    font-weight: bold;
    line-height: 28px;
    font-size: 14px;
    margin: 10px;
    padding: 3px 3px 3px 6px;
    color: #FF4823;
    border: none;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}#bg-view button:hover {
    opacity: .5;
}
#view-port{/* view-port vervangt de afbeelding voor de backlink na de download */
	height: 250px;
	width: 360px;
	background-color: #fff;
	border: 4px solid #333;
	font-weight: bold;
	margin: 0 auto 0 auto;
}
#content #view_window{
    border: solid 3px #000;
	max-width: 480px;
}
#generator-link{
	position: relative;
	top: 0;
    display: inline-block;
    font-size: 12px;
    background-color: #fff;
    padding: 8px 15px 8px 15px;
	border: 1px solid #ddd;
}
#generator-link a{
	color: #000;
}
#content p{
	position: relative;
	top: 0;
    display: inline-block;
    font-size: 12px;
    background-color: #fff;
    padding: 10px 25px 10px 25px;
	border: 1px solid #ddd;
	height: 60px;
	margin-bottom: 20px;
}
#content #share{
	position: relative;
	top: 12px;
    display: inline-block;
    font-size: 12px;
    background-color: #fff;
    padding: 10px 25px 10px 25px;
	border: 1px solid #ddd;
	height: 60px;
	margin-bottom: 20px;
}
#content #share a{
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#content #share a:hover{
    opacity: .5;
}
#view, #download, #total-downloads{
    display: inline-block;
    margin: 0;
    height: auto;
    width: auto;
}
#view button{
    cursor: pointer;
    display: inline-block;
    background: url(../../images/eye.png) no-repeat #FF4823;
    background-position: 5px 12px;
    width: 233px;
    text-decoration: none;
    font-weight: bold;
    line-height: 28px;
    font-size: 13px;
    padding: 5px 5px 5px 10px;
    color: #DDD3C9; /* red brown */
    border: none;
	margin-top: 5px;
}
#view button:hover, #download a:hover{
    opacity: 0.8;
}
#download a{
    display: inline-block;
    background: url(../../images/download.png) no-repeat #469947;
    background-position: 8px 12px;
    width: 210px;
    text-decoration: none;
    line-height: 28px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 5px 5px 18px;
    color: #FFF;
}
#pin{
	border-radius: 4px;
}
#add{
    width: auto;
    height: auto;
    margin: 30px auto 50px auto;
}