html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset */

body{
	font-family:Nunito;
	background-color:#73BFB8;
	overflow-x:hidden;
}

h1{
	text-align:center;
	font-size:45px;
	margin:20px 0 20px 0;
	color:#FEC601;
	text-shadow:#CCC 2px 2px 2px;
}

.feedblock{
	text-align:center;
}

.feedimage{
	padding:0 20px;
	position:relative;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	margin:0 0 60px;
	vertical-align:top;
}

.feedimage img{
	width:100%;
}

.feedimage-buttons{
	position:relative;
	bottom:3px;
	width:100%;
	transition: bottom .2s;
	background-color:#2364AA;
	color:#EA7317;
	font-size:20px;
}

.feedimage-buttons.show{
	bottom:0px;
}

.feedimage-buttons li{
	width:50%;
	float:left;
	text-align:center;
	padding:12px 0;
	cursor:pointer;
	background-color:#2364AA
}

.feedimage-buttons li + li{
	background-color:#3DA5D9;
}

.feedimage-buttons li a{
	display:block;
	width:100%;
	height:100%;
	color:#EA7317;
}

.uploadblock{
	position:absolute;
	top:0px;
	width:100%;
	background-color:#2364AA;
	border-radius:0px 0px 10px 10px;
	padding:25px 20px 20px 20px;
	box-sizing:border-box;
	transform-origin:top right;
	transform:rotateZ(90deg);
	transition:transform .5s;
}

.uploadblock.swing{
	transform:rotateZ(0deg);
}

.uploadactive{
	position:absolute;
	display:inline-block;
	font-size:30px;
	line-height:40px;
	text-align:left;
	text-indent:5px;
	border-bottom-left-radius:55px;	
	top:0px;
	left:99%;
	height:50px;
	width:55px;
	background-color:#2364AA;
	color:#FEC601;
	transform-origin:center;
	transform:rotateZ(-90deg);
	cursor:pointer;
}

.uploadblock h2{
	margin-bottom:20px;
	font-size:30px;
	color:#3DA5D9;
	font-weight:bold;
	text-align:center;
}

.uploadblock .imagepicker{
	position:relative;
	overflow:hidden;
	background-color:#EA7317;
	width:100%;
	text-align:center;
	color:#FEC601;
	font-size:25px;
	padding:10px;
	border-radius:10px;
	box-sizing:border-box;
	transition:background-color .25s;
	margin-bottom:20px;
}

.uploadblock .imagepicker:hover{
	background-color:#73BFB8;
}

.imageconfirmed{
	display:none;
	color: #EA7317;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
}

.uploadblock input.picker{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:0;
	filter: alpha(opacity=0);
	cursor:pointer;
}

.uploadactions li{
	display:inline-block;
	text-align:center;
	width:49%;
	color:#EA7317;
	font-size:35px;
}

.uploadactions li span{
	cursor:pointer;
}

.uploadactions input[type="submit"]{
	height:0;
	width:0;
	padding:0;
	border:none
}

.uploadloading{
	display:none;
}

@media screen and (min-width: 480px){
	
	.feedimage{
		width:39%;
		padding:0px;
		margin:0px 20px 20px;
	}
}

@media screen and (min-width: 768px){
	
	.feedimage{
		width:27%;
		overflow: hidden;
	}
	
	.feedimage img{
		margin-bottom:-3px;
	}
	
	.feedimage .feedimage-buttons{
		bottom: -45px;
		position: absolute;
	}
	
	.feedimage:hover .feedimage-buttons{
		bottom:0px;
	}
}

@media screen and (min-width: 1024px){
	
	.feedblock, .uploadblock{
		position:relative;
		width:50%;
		float:left;
	}
	
	.uploadblock{
		transform:none;
		width:40%;
		border-radius:10px;
	}
	
	.uploadactive{
		display:none;
	}
	
	.feedimage{
		width: 20%;
	}
	
}