

.icon_ed {
	position: absolute;
	z-index: 10000000;
	font-weight: bold;
	cursor: pointer;
	padding: 3px;
	width: 40px;
	margin-top: 5px;
	margin-left: 230px;
	display: none;
}

.mosaicflow__item:hover .icon_ed {
	display: block;
	cursor: pointer;
}

.avatar-cover {
	width: 140px;
	height: 140px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 20px;
	object-fit: cover;
}

.avatar-cover1 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
	object-fit: cover;
}

.avatar-cover2 {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
	object-fit: cover;
}

.img100 {
	width: 100%;
	margin-right: 0px;
}

.nav-link {
	color: #fff!important;
	font-weight: 500;
	font-family: Roboto;
}

.mosaicflow__item {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: translate3d(0px, 100px, 0) rotateX(-30deg) scale(1.25, 1.25);
	-moz-transform: translate3d(0px, 100px, 0) rotateX(-30deg) scale(1.25, 1.25);
	transform: translate3d(0px, 100px, 0) rotateX(-30deg) scale(1.25, 1.25);
	opacity: 0;
}

.mosaicflow__item.appeared {
	-webkit-transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
	-moz-transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
	transform: translate3d(0px, 0px, 0px) rotateX(0) scale(1, 1);
	opacity: 1;
	background: url(images/noise.png);
	border-style: solid;
	border-width: 1px;
	border-color: #D6E6F4;
	border-radius: 8px;
}

.row.content {
	height: auto
}

.sidenav {
	background: url(images/noise.png);
	height: auto;
}

footer {
	background-color: #545;
	color: white;
	padding: 16px;
}

@media screen and (max-width: 767px) {
	.sidenav {
		height: auto;
		padding: 16px;
	}
	.row.content {
		height: auto;
	}
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}


/* 2 Способ - Придать адаптивность всем изображениям. При этом данные изображения будут себя ввести как блочные элементы (block) */

img {
 
	height: auto;
	max-width: 100%;
}


/* 3 Способ - Придать адаптивность всем изображениям, расположенных в элементе с id="main". При этом данные изображения будут себя ввести как блочные элементы (block) */

#main img {
 
	height: auto;
	max-width: 100%;
}

#capt {
	padding: 3px;
	border-radius: 20px;
	background-color: #008080;
	color: #fff;
	text-align: center;
	height: 50px;
}

#dt {
	text-align: center;
	color: red;
}

#loc {
	text-align: center;
	color: #215E4F;
}

#people {
	width: 220px;
	height: 30px;
	background: #000000;
	position: absolute;
	z-index: 5;
	margin-top: -30px;
	opacity: 0.7;
	color: white;
}

#my_ico {
	width: 15px;
	height: 15px;
}

#p_info {
	margin-left: 80px;
	margin-top: 3px;
}

<!-- body {
	color: #292b2c;
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	background: url(images/noise.png);
}

#newTitle {
	font-size: 36px;
	font-weight: 300;
	color: #333333;
	display: inline-block;
	margin-right: 34px;
}

.save-work {
	width: 112px;
	height: 32px;
	background-color: rgb(24, 161, 53);
	box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	border: 0;
	text-align: center;
	color: #fff;
	margin-top: 9px;
	display: inline-block;
}

#addNewWork .modal-header {
	padding: 0;
	text-align: center;
}

.new-upload-zone {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: rgba(250, 250, 250, 0.502);
	width: 375px;
	height: 300px;
	/* padding: 80px 50px; */
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

.img-input-wrap {
	background-color: rgb(0, 126, 255);
	box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
	width: 190px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	z-index: 3;
	bottom: 40px;
	left: 95px;
}

.img-input-wrap_wall {
	position: absolute;
	overflow: hidden;
	margin: 10px auto;
	z-index: 3;
}

.img-input-wrap_muz {
	position: absolute;
	overflow: hidden;
	margin-top: -9px;
	left: 230px;
	z-index: 4;
	display: inline-block;
}

.img-input-wrap_vid {
	position: absolute;
	overflow: hidden;
	margin-top: -9px;
	left: 265px;
	z-index: 5;
	display: inline-block;
}

.img-input-wrap> img {
	margin-right: 8px;
}

.img-input-wrap input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.img-input-wrap_wall input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.img-input-wrap_muz input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.img-input-wrap_vid input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.img-input-wrap_wall> img {
	margin-right: 15px;
}

.zone-title {
	font-size: 24px;
	font-weight: 500;
	color: rgb(51, 51, 51);
	line-height: 1.25;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}

.upload-zone-text {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 4;
	margin-top: 100px;
}

.upload-zone-text>span {
	font-size: 14px;
	color: #888888;
	font-weight: 300;
}

.publish-btn {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(24, 161, 53);
	border-radius: 5px;
	background-color: #d7f1dc;
	width: 114px;
	height: 34px;
	font-size: 14px;
	color: rgb(24, 161, 53);
	line-height: 1.2;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 2;
	top: 170px;
	left: 130px;
	opacity: 0.7;
}

.publish-btn>img {
	margin-right: 5px;
}

.user-tags-wrap {
	display: inline-block;
	width: 468px;
	margin-left: 20px;
}

.popular-tag-list {
	display: inline-block;
	border-right: 1px solid #000;
	padding-right: 20px;
	padding-left: 20px;
}

.popular-tag-list li {
	margin-bottom: 5px;
}

.popular-tag-list li:hover {
	color: #007eff;
	cursor: pointer;
}

.tags-popular>li {
	border-radius: 12px;
	background-color: rgb(238, 241, 242);
	display: inline-block;
	padding: 5px 9px 5px 9px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.tags-popular {
	width: 230px;
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}

.popular-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
}

.textarea-desc {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	width: 390px;
	height: 102px;
}

.tags-input {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.add-pic-tags>li {
	border: 1px solid rgb(239, 239, 239);
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	width: 95px;
	height: 26px;
	text-align: center;
	font-size: 14px;
	color: rgb(60, 70, 72);
	line-height: 1.714;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.add-pic-tags_hd>li {
	border: 1px solid rgb(239, 239, 239);
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	width: 95px;
	height: 26px;
	text-align: center;
	font-size: 14px;
	color: rgb(60, 70, 72);
	line-height: 1.714;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.popular-pic-tags>li {
	text-align: left;
	font-size: 14px;
	color: rgb(60, 70, 72);
	line-height: 1.714;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

.popular-pic-tags>li:hover {
	color: #007eff;
	cursor: pointer;
}

.popular-pic-tags {
	padding-right: 40px;
	display: inline-block;
}

.drop-tag-wrap {
	width: 398px;
	padding: 20px;
	padding-right: 0px;
	width: 466px;
}

.list-drop-tag {
	width: 50%;
	display: inline-block;
	border-right: 1px solid rgba(0, 0, 0, 1);
}

.selected-tag {
	display: inline-block;
	width: 48%;
	white-space: normal;
	vertical-align: top;
}

.selected-pic-tags>li {
	border: 1px solid rgb(239, 239, 239);
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	width: 87px;
	height: 26px;
	text-align: center;
	font-size: 14px;
	color: rgb(60, 70, 72);
	line-height: 1.714;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.apply-tags {
	border: 0;
	border-radius: 5px;
	background-color: rgb(0, 126, 255);
	box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
	left: 1385px;
	top: 496px;
	width: 90px;
	height: 32px;
	margin-left: 45px;
	color: #fff;
}

#addNewWork .modal-body {
	background-color: #f1f3f4;
	border-radius: 10px;
}

.new-pic-name {
	background-color: rgb(227, 232, 234);
	height: 42px;
	font-size: 22px;
	color: rgb(51, 51, 51);
	text-align: left;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
	display: inline-block;
	width: 250px!important;
}

.pic-rate {
	display: inline-block;
	font-size: 26px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
}

.pic-stat {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.delete-pic {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(131, 149, 152);
	border-radius: 5px;
	background-color: rgba(131, 149, 152, 0.2);
	width: 104px;
	height: 34px;
}

.edit-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	width: 16px;
	display: none;
	z-index: 1;
}

ul.gallery-item>li:hover .edit-icon {
 
	cursor: pointer;
}

.work-name-inp {
	background-color: rgb(227, 232, 234);
	border: 0;
	height: 42px;
	padding-left: 5px;
}

.work-name-inp:focus {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
	width: 100%;
}

.delete-pic {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(131, 149, 152);
	border-radius: 5px;
	background-color: rgba(131, 149, 152, 0.2);
	width: 104px;
	height: 34px;
}

.edit-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	width: 16px;
	display: none;
	z-index: 1;
}

.work-name-inp {
	background-color: rgb(227, 232, 234);
	border: 0;
	height: 42px;
	padding-left: 5px;
}

.work-name-inp:focus {
	background-color: rgb(255, 255, 255);
	border: 0px solid rgb(0, 0, 0);
	width: 100%;
}

.mosaicflow__item {
	padding: 5px;
}

.mosaicflow__column {
	float: left;
}

.mosaicflow__item img {
 
	width: 100%;
	height: auto;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.mosaicflow__item img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

