.main-wrapper {
	padding-bottom: 100px;
	min-height: 1000px !important;
	position: relative;
	height: 100%;
	min-height: 100vh;
}

.empty-account {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 50px auto 0;
}

.empty-account img {
	width: 100px;
	margin-bottom: 20px;
}

.img-wrapper {
	width: 1100px;
	max-width: 95%;
	height: auto;
	margin: 20px auto;
	padding-bottom: 100px;
	height: auto;
	position: relative;
}

.img-buttons, .featured-img-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.featured-top {
	height: 700px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	position: relative;
}

.featured-circle {
	width: 180vw;
	height: 700px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
	background-color: black;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 0 0 50% 50%;
}

.featured-img-container {
	width: 100vw;
	height: 700px;
	display: flex;

	align-items: center;
	justify-content: center;
}

.featured-text-container {
	position: absolute;
	color: white;
	font-weight: 100;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 1);
	font-size: 50px;
	text-align: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	display: table;
	marign: auto;
	text-align: center;
	max-width: 90vw;
	z-index: 1000;
}

.featured-text-container h1, .featured-text-container h2 {
	max-width: 100%;
	display: table;
	margin: auto;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 1);
}

.featured-text-container h1 {
	font-size: 70px;
	margin-bottom: 15px;
}

.featured-top img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
	opacity: 0.8;
}

.featured {
	margin-bottom: 50px;
}

.grid-buttons {
	width: auto;
	display: flex;
	flex-direction: row;
	width: auto;
	justify-content: center;
}

.grid-buttons button {
	float: left;
	font-size: 20px;
	opacity: 0.5;
	position: relative;
	transition: all 0.1s ease-in-out;
}

.grid-button-selected {
	top: -1px;
	transition: all 0.1s ease-in-out;
	opacity: 1 !important;
}

.grid-button-selected img {
	-webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.5));
}

.grid-buttons button:first-of-type {
	margin-right: 5px;
	display: table;
}

.grid-button div {
	display: flex;
	flex-direction: column;
}

.main-wrapper .best-new-header {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}

.page-header {
	width: 95%;
	max-width: 1100px;
	display: flex;
	margin: 0 auto 30px;
	flex-direction: column;
}
@media (min-width: 900px) {
	.featured-bottom .page-header {
		width: 100%;
	}
}


.page-header h1 {
	font-size: 40px;
	font-weight: 700;
	opacity: 0.95;
	display: table;
}

.page-header h2 {
	font-size: 19px;
	margin: 5px 0 0;
	font-weight: 500;
	opacity: 0.6;
	display: table;
}

.featured-desc > h1 {
	font-weight: 500;
	opacity: 0.8;
	margin-top: 10px;
	font-size: 23px;
}

.featured-desc .img-avatar p {
	color: #444;
	font-weight: 500;
}

.featured-desc .img-avatar > div {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.featured-desc {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.featured-img {
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	max-height: 400px;
	height: 20vw;
	width: 100%;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	top: 0;
}

@media (min-device-width: 900px) {
	.featured-img:hover {
		transition: all 0.15s ease-in-out;
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
		top: -3px;
	}
}

.featured-hidden {
	display: none;
	align-items: flex-end;
}

.featured-img img:first-of-type {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-column {
	display: flex;
	width: 48%;
	flex-direction: column;
}

.featured-column-wrapper {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 450px) {
	.featured-circle, .featured-top {
		height: 500px;
	}

	.featured-text-container {
		top: 50%;
		/*transform: translate(0, -50%);*/
	}

	.featured-blog h3 {
		font-weight: 300 !important;
		font-size: 18px !important;
	}
}

@media (max-width: 960px) {
	.featured-column-wrapper {
		flex-direction: column;
	}

	.featured-column {
		width: 100%;
	}

	.featured-img{
		height: 300px !important;
	}
}

.featured-bottom {
	display: flex;
	width: 1100px;
	flex-direction: column;
	max-width: 95%;
	margin: 80px auto 40px;
}

.img > img, .featured-img img {
	width: 100%;
	display: block;
	border-radius: 3px;
}

.main-img {
	background-color: #F5F5F5;
}

.img {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.img-wrapper .progress-gif {
	font-size: 30px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
}

.img-hidden-info {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	left: 0;
	bottom: 0;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
}

.img-info-button img {
	width: 16px;
	position: relative;
	top: 1px;
	right: 2px;
}

.img-hidden-info-mod {
	justify-content: space-between !important;
}

.img-edit-wrapper {
	padding: 30px 50px 30px;
	box-sizing: border-box;
	display: flex;
	background: linear-gradient(transparent, rgba(0, 0, 0, .6));
	align-items: flex-end;
	position: relative;
	top: 10px;
	width: 100%;
	height: 30vh;
}

.img-buttons-download {
	width: 100%;
	height: auto;
	padding: 1px 0;
	z-index: 5000000;
	position: relative;
}

.img-edit {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.img-edit button {
	margin-right: 10px;
}

.img-buttons-download > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%
}

.img-buttons-download-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.img-hidden-info .img-edit-wrapper {
	bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(rgba(0, 0, 0, .6), transparent);
	align-items: flex-start;
}

.img-edit button {
	color: white;
	font-weight: 500;
	font-size: 13px;
}

.likebutton {
	cursor: pointer;
	padding-left: 5px !important;
	padding-right: 0px !important;
}

.liked-by-user {
	color: #1DE9B6 !important;
}

.likebutton svg {
	width: auto;
}

.img-buttons-download-inner {
	flex-direction: column;
	align-items: flex-end;
}

.img-buttons-lower-wrapper {
	display: flex;
	padding-top: 7px;
	flex-direction: row;
}

.likebutton svg #Artboard {
	fill: #aaa;
}

.likebutton span {
	border: 0;
	box-shadow: none;
	font-size: 13px;
	font-weight: 300;
	color: #444;
	opacity: 0.7;
	top: -3px;
	position: relative;
}

.img-buttons-download a:not(:first-of-type) {
	margin-left: 5px;
}

.img-avatar, .downloadbutton {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.img-avatar {
	padding-left: 0 !important;
}

.img-avatar div {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	overflow: hidden;
}

.img-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-avatar p, .downloadbutton p {
	font-size: 14px;
	color: #424242;
	margin-left: 7px;
	position: relative;
	font-weight: 500;
}

.img a, .featured-img-links a {
	padding: 10px 15px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 500;
	color: #424242;
	cursor: pointer;
}

.img-buttons-download .img-buttons-exif {
	display: none;
	justify-content: flex-end !important;
}

.img-buttons-exif ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	float: right;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.img-buttons-exif li {
	font-size: 15px;
	font-weight: 300;
	padding: 10px 15px;
}

.img-buttons-exif li:not(:last-of-type) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.downloadbutton img {
	width: 15px;
}

.img .img-promoted-link {
	background-color: #1DE9B6;
	border: 1px solid #1DE9B6;
	color: white;
}

a.promoted-tag {
	background-color: #FFAB40;
	color: white;
	border: 0;
}

.user-header {
	display: flex;
	margin: 40px auto 60px;
	flex-direction: column;
	align-items: center;
	width: 400px;
	max-width: 95%;
}

.user-avi-container {
	width: 200px;
	border-radius: 4px;
	height: 200px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.user-avi-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-header h1 {
	margin-top: 30px;
	font-weight: 500;
	font-size: 24px;
}

.user-header p {
	margin-top: 20px;
	font-weight: 300;
	font-size: 17px;
}

.user-info {
	margin-top: 10px;
	font-weight: 300;
	font-size: 14px;
	opacity: 0.7;
}

.grid {
	display: flex;
	justify-content: space-between;
}

.grid > div {
	width: 49%;
}

.img-best .eb-best {
	color: #1DE9B6;
}

.featured-blog h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	color: white;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 1);
}

.grid .img-buttons-exif ul {
	flex-direction: column;
	padding-left: 5px;
	padding-right: 5px;
}

.grid .img-buttons-exif li {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0;
	width: 100%;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.grid .img-buttons-exif li:not(:last-of-type) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.temp-blue-box {
	display: none;
	justify-content: center;
	align-items: center;
	width: 1100px;
	max-width: 95%;
	border-radius: 5px;
	background-color: #1E88E5;
	margin: 40px auto 0;
	padding: 50px 0;
	position: relative;
}

.temp-blue-box p {
	width: 90%;
	color: white;
	max-width: 500px;
	display: table;
	margin: auto;
	line-height: 30px;
	font-size: 24px;
	font-weight: 300;
}

.temp-blue-box button {
	padding: 16px;
	position: absolute;
	right: 0;
	top: 0;
}

.temp-blue-box a {
	opacity: 0.7;
	color: white;
}

@media (max-width: 900px) {
	.featured-bottom {
		flex-direction: column;
	}

	.featured-img-wrapper {
		margin-bottom: 20px;
		width: 100%;
	}

	.img img, .img {
		border-radius: 0 !important;
	}

	.featured-bottom, .img-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.img-buttons {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.featured-circle {
		width: 230vw;
	}

	.grid-buttons {
		display: none !important;
	}

	.img .img-buttons-download {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.featured-img {
		height: 30vw;
		border-radius: 0 !important;
	}

	.featured-img img {
		border-radius: 0;
	}

	.featured-desc {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}

@media (max-width: 800px) {
	.img-buttons-exif ul {
		flex-direction: column;
		padding-left: 5px;
		padding-right: 5px;
	}

	.img-buttons-exif li {
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0;
		width: 100%;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.img-buttons-exif li:not(:last-of-type) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media (max-width: 480px) {
	.temp-blue-box p{
		font-size: 19px;
	}

	.featured-text-container h1 {
		font-size: 40px;
	}

	.featured-text-container h2 {
		font-size: 25px !important;
	}
}