@font-face {
	font-family: 'Helvetica Neue Bd';
	src: url('../fonts/HelveticaNeueLTPro-Bd.eot');
	src: url('../fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue LT';
	src: url('../fonts/HelveticaNeueLTPro-Lt.eot');
	src: url('../fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-Lt.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue Ex';
	src: url('../fonts/HelveticaNeueLTPro-Ex.eot');
	src: url('../fonts/HelveticaNeueLTPro-Ex.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-Ex.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-Ex.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Ex.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue Md';
	src: url('../fonts/HelveticaNeueLTPro-Md.eot');
	src: url('../fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Md.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
html, body {
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue LT';
	color: #fff;
	font-size: 14px;
}
/* width */
::-webkit-scrollbar {
 width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
/*background: #f1f1f1; */
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #4e4e53;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #555;
}
.content {
	background: #9cb8c3;
	height: calc(100% - 68px);
	overflow: auto;
}
.content.login {
	background: #fff;
}
.right-content {
	margin-left: 245px;
	padding: 40px 30px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.hide, .search-results-img-box.hide {
	display: none;
}
.hide.is-category, .hide.is-client, .hide.is-brand, .hide.is-date, .hide.is-film, .hide.is-press, .hide.is-outofhome, .hide.is-radio, .hide.is-direct, .hide.is-design, .hide.is-digital, .hide.is-mobile, .hide.is-events {
	display: inline-block !important;
}
.red {
	color: #ff2a38 !important;
}
.overlay {
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.popup-box {
	z-index: 2;
	position: absolute;
	top: 25%;
	background: #2b2b31;
	padding: 25px;
	border-radius: 5px;
	left: 50%;
	width: 25%;
	transform: translate(-50%, 0px);
}
.add-category-close, .add-client-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.add-category-box input[name="submit"] {
	font-family: 'Helvetica Neue Ex';
	letter-spacing: 3px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 7px 25px;
	margin: 25px auto 0;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	max-width: 95px;
	display: block;
}
.clipboard {
	cursor: pointer;
}
.copied {
	color: #FF0004;
	margin-left: 15px;
}
.popup-full-image {
	z-index: 2;
	position: absolute;
	width: 90%;
	height: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.popup-image-close {
	position: absolute;
	right: -6.3%;
	top: -6.5%;
	cursor: pointer;
	background: #000;
	padding: 10px 16px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 20px;
}
.popup-full-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-box input {
	width: 100%;
	font-family: 'Helvetica Neue Ex';
	background: none;
	color: #bfbfbf;
	border: none;
	border-bottom: 1px solid #59595e;
	padding-bottom: 5px;
	padding-top: 5px;
}
.popup-title {
	font-weight: bold;
	margin-bottom: 25px;
}
.save-tags-btn {
	font-family: 'Helvetica Neue Ex';
	letter-spacing: 3px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 7px 25px;
	margin: 25px auto 0;
	cursor: pointer;
	max-width: 48px;
}
.tags-popup-close {
	position: absolute;
	right: -5px;
	top: -5px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 2px 5px;
	font-size: 10px;
	background: #000;
	cursor: pointer;
}
.error {
	color: #FF0004;
	font-size: 18px;
}
/*login*/
.login-box {
	background: #ff2a38;
	border-top: 15px solid #ed2835;
	border-radius: 5px;
	max-width: 500px;
	width: 100%;
	margin: 130px auto 0;
	padding: 35px;
}
.login-box span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 60px;
	display: block;
}
.login-box label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
.login-box input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 54px;
	color: #fff;
}
/*.login-box div {
	padding: 10px;
}*/
.login-submit {
	max-width: 90px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}
.login-submit input {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	cursor: pointer;
	padding: 15px 10px;
	letter-spacing: 2px;
	font-size: 12px;
}
/*login*/
/*sidebar*/
.clear-filter {
	font-family: 'Helvetica Neue Ex';
	letter-spacing: 3px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 7px 25px;
	margin-top: 50px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	line-height: 15px;
}
.sidebar {
	width: 160px;
	background: #2b2e39;
	position: fixed;
	height: calc(100% - 128px);
	padding: 25px 40px 35px 45px;
	overflow: auto;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.sidebar ul {
	list-style: none;
	padding: 0;
}
.sidebar a {
	color: #fff;
	text-decoration: none;
}
.sidebar > ul > li > a {
	font-size: 16px;
	font-family: 'Helvetica Neue Md';
	width: 100%;
	display: block;
	position: relative;
}
.sidebar > ul > li > a span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.sidebar > ul > li {
	margin-bottom: 30px;
}
.sidebar ul img {
	margin-right: 10px;
}
.sidebar ul li.home-btn a {
	font-family: 'Arial';
	font-weight: bold;
}
.sidebar ul > li > ul {
	margin-top: 25px;
}
.sidebar ul > li > ul > li {
	margin-bottom: 15px;
}
.sidebar ul > li > ul > li.grey {
	color: #7d7d7d;
}
.sidebar ul > li > ul > li p {
	display: inline-block;
	width: calc(100% - 30px);
	margin: 0;
}
.sidebar ul > li > ul > li span {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	display: inline-block;
	margin-left: 4px;
	cursor: pointer;
	margin-right: 10px;
}
.selected-filter span {
	background: #ff2a38;
}
/*sidebar*/
/*search, profil header line*/
header {
	background: #ff2a38;
	position: relative;
}
.search-form-box {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.search-form-box button {
	border: none;
	background: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	padding: 10px 20px;
	vertical-align: top;
	cursor: pointer;
}
.search-form-box input {
	border: none;
	width: calc(100% - 95px);
	height: 46px;
	background: #ed2835;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 15px;
	color: #fff;
}
.count-fav {
	position: absolute;
	color: black;
	top: 6px;
	left: 38px;
	/* transform: translate(0, -50%); */
	background: white;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 12px;
}
.profil-box {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0px, -50%);
	z-index: 1;
}
.profil-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	min-width: 115px;
}
.profil-box ul:before, .profil-box ul:after {
	content: "";
	display: table;
}
.profil-box ul:after {
	clear: both;
}
.profil-box ul > li {
	float: left;
	position: relative;
}
.profil-box a {
	display: block;
	padding: 10px 20px;
	line-height: 1.2em;
	color: #fff;
}
.profil-box > a {
	display: inline-block;
}
.profil-box a:hover {
	text-decoration: none;
}
.profil-box li ul {
	background: #000;
}
.profil-box li ul li {
	width: 200px;
}
.profil-box li ul a {
	border: none;
}
.profil-box li ul a:hover {
	background: rgba(0,0,0,0.2);
}
.profil-box li ul {
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 1;
}
.profil-box li ul li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
.profil-box ul > li:hover ul li {
	height: 36px;
}
.profil-box > ul > li > a:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

@media screen and (max-width: 1400px) {
.search-form-box {
	max-width: 800px;
}
}

@media screen and (max-width: 1200px) {
.search-form-box {
	max-width: 500px;
}
}
/*search, profil header line*/

/*serach-results*/
.search-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 60px;
}
.elements-number {
	display: inline-block;
	margin-left: 15px;
	font-weight: normal;
	font-size: 18px;
}
.right-content.search-results img {
	/*height: 250px;
	width: auto;*/
	border-radius: 5px;
	cursor: pointer;
}
.search-results-img-box {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 7px;
	/*max-width: calc(100% - 245px);*/
	overflow: hidden;
}
.search-results-img-box span {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	width: calc(100% - 30px);
	padding: 10px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: none;
	cursor: pointer;
}
.search-results-img-box span img {
	position: absolute;
	right: 0px;
	top: 0px;
	background: black;
	border: none;
	border-radius: 0;
	border-top-right-radius: 5px;
	padding: 10px;
}
.search-results-img-box a {
	color: #fff;
}
.search-results-img-box:hover > span {
	display: block;
}
/*.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }*/
.masonry { /* Masonry container */
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 1.5em;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
}
.item {
	display: inline-block;
	/*background: #fff;
    padding: 1em;*/
	margin: 0 0 1.5em;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;/*box-shadow: 2px 2px 4px 0 #ccc;*/
}
.item img {
	max-width: 100%;
}

@media only screen and (max-width: 320px) {
.masonry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
.masonry {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
}

@media only screen and (min-width: 1201px) {
.masonry {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
}
.menu {
	position: absolute;
	top: 18px;
	left: 18px;
	display: none;
}
.menu div {
	width: 30px;
	height: 4px;
	background-color: black;
	margin: 5px 0;
}
/*serach-results*/
/*one-item-contet*/
.item-popup {
	max-width: 950px;
	margin: 0 auto;
	background: #13131a;
	border-radius: 5px;
	border-top: 15px solid #ff2a38;
	padding: 15px;
	/*max-height: 560px;*/
	overflow: overlay;
}
.box-shadow {
	max-width: 980px;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.item-left-content {
	width: 40%;
	max-width: 375px;
	background: #222229;
	padding-top: 45px;
	display: inline-block;
	vertical-align: top;
}
.edit-item-left-content {
	width: 40%;
	max-width: 375px;
	display: inline-block;
	vertical-align: top;
}
.item-right-content {
	display: inline-block;
	margin-left: 40px;
	width: calc(60% - 65px);
	padding-right: 20px;
	max-height: 560px;
	overflow-y: auto;
	overflow-x: hidden;
}
.item-left-content img, .edit-item-left-content img {
/*width: 100%;
	height: auto;*/
}
.item-left-content img.full-size-icon {
	width: 100% !important;
	height: auto !important;
}
.item-left-content .item-content-box {
	background: #13131a;
}
.item-image {
	position: relative;
	max-height: 300px;
	overflow: hidden;
	height: 300px;
	text-align: center;
}
.full-size-icon {
	max-width: 22px;
	position: absolute;
	bottom: 7px;
	background: rgba(255,255,255,0.8);
	right: 7px;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.icons img {
	max-height: 25px;
	width: auto;
}
.icons {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	padding: 10px 12%;
}
.icons span {
	background: #16161c;
	border-radius: 50%;
	padding: 10px;
	cursor: pointer;
}
.icons span:hover {
	background: #7a252f;
}
.item-content-box {
	border-bottom: 1px solid #39393f;
	padding-bottom: 5px;
}
.item-content-box:last-child {
	border: none;
}
.item-content-box label {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 40px;
}
.item-content-box p {
	font-family: 'Helvetica Neue Ex';
	font-size: 12px;
	color: #bfbfbf;
	margin: 0;
}
.tags-element {
	background: #ff2a38;
	border-radius: 5px;
	font-family: 'Helvetica Neue Ex';
	font-size: 12px;
	width: 90px;
	padding: 7px 0;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;/*float: left;*/
	position: relative;
}
.tags-element p {
	color: #fff;
	margin: 0 10px;
	overflow: hidden;
}
.tags-close {
	position: absolute;
	top: -6px;
	right: -4px;
	border-radius: 50%;
	background: #000;
	padding: 2px 4px;
	font-size: 9px;
	cursor: pointer;
	display: none;
}
.tags-element:hover > .tags-close {
	display: block;
}
.item-content-box ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}
.item-content-box ul > li {
	margin: 7px 0px;
}
.item-content-box ul > li:first-child {
	margin-top: 10px;
}
.item-content-box ul > li > span {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	display: inline-block;
	margin-left: 4px;
	margin-right: 10px;
	vertical-align: top;
}
.item-content-box button, .item-content-box a {
	font-family: 'Helvetica Neue Ex';
	letter-spacing: 3px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 7px 25px;
	margin-top: 15px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
.generate-pass {
	margin-top: -2px !important;
}
.more-less-btn {
	margin-top: 15px;
	float: right;
	cursor: pointer;
}
.more-less-content {
	display: none;
}
.favorit-control {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.favorit-control form {
	display: inline-block;
}
.favorit-control form input {
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.favorit-control form input:hover {
	color: #fff;
}
.favorit-control span {
	margin-right: 30px;
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}
.favorit-control span:hover {
	color: #fff;
}
.favorites-img-box {
	display: inline-block;
	height: 250px;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
}
.favorites-img-box img {
	height: 100%;
	width: auto;
	border-radius: 5px;
}
.all-favorites {
	cursor: pointer;
}
.del-favorit {
	position: absolute;
	top: -5px;
	left: -5px;
	background: #ff2a38;
	border-radius: 50%;
	padding: 5px 9px;
	cursor: pointer;
}
.item-content-box.type ul li {
	display: inline-block;
	width: 110px;
	margin-right: 40px;
}
.item-content-box.type ul > li > span {
	float: right;
}
.project-del-btn {
	background: none;
	border: none;
	display: inline-flex;
	padding: 0;
	margin: 0;
}
/*one-item-contet*/
/*edit item*/
.edit-title {
	font-weight: bold;
}
.edit-item-popup {
	max-width: 90%;
	margin: 0 auto;
	background: #13131a;
	border-radius: 5px;
	border-top: 15px solid #ff2a38;
	padding: 15px;
	overflow: overlay;
}
.three-box-outer > div {
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 30px);
	margin-right: 25px;
}
.two-box-outer > div {
	display: inline-block;
	vertical-align: top;
}
.two-box-outer .edit-left {
	width: calc(33% - 30px);
	margin-right: 25px;
}
.three-box-outer .edit-left {
	position: relative;
	max-height: 325px;
	overflow: hidden;
	height: 325px;
	text-align: center;
}
.three-box-outer .edit-left img {
	/*width: 100%;
	height: auto;*/
	margin-top: 25px;
}
.three-box-outer input {
	width: 100%;
	font-family: 'Helvetica Neue Ex';
	background: none;
	color: #bfbfbf;
	border: none;
	border-bottom: 1px solid #59595e;
	padding-bottom: 5px;
	padding-top: 5px;
}
.edit-item-content .tags-element {
	float: left;
}
.edit-item-content .item-content-box label {
	margin-top: 0;
}
.edit-item-content .item-content-box {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
.edit-item-content .item-content-box ul > li > span {
	cursor: pointer;
}
.edit-box-shadow {
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.two-box-outer li {
	font-weight: bold;
}
.two-box-outer .edit-right {
	width: 66%;
}
.edit-right ul {
	padding: 0;
}
.edit-right ul li {
	display: inline-block;
	width: 110px;
	margin-right: 40px;
}
.edit-right .item-content-box ul > li > span {
	float: right;
}
.add-tags-element {
	background: #2b2b31;
	border: 1px solid #747478;
	border-radius: 5px;
	font-family: 'Helvetica Neue Ex';
	font-size: 12px;
	width: 90px;
	padding: 7px 0;
	display: inline-block;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 15px;
	cursor: pointer;
}
.edit-contorl-btns button, .edit-contorl-btns a {
	font-family: 'Helvetica Neue Ex';
	letter-spacing: 3px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 7px 25px;
	margin: 15px 20px 15px 20px;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}
.edit-contorl-btns {
	text-align: center;
}
.img-controls img {
	max-height: 18px;
	width: auto !important;
	display: inline-block;
	margin: 0 25px !important;
	padding: 10px 0px;
	cursor: pointer;
}
.img-controls {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.edit-item-content select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #13131a;
	color: #bfbfbf;
	border: none;
	border-bottom: 1px solid #59595e;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(255, 42, 56)"></polygon></svg>');
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: 3%;
}
.edit-item-content input[name="low-res-link"], .edit-item-content input[name="hi-res-link"] {
	/*pointer-events: none;*/
	cursor: default;
}
/*edit item*/
/*add-item*/
.edit-item-content.add_project input[name="low-res-link"], .edit-item-content.add_project input[name="hi-res-link"] {
	pointer-events: all;
	cursor: auto;
}
.add-image, .add-case_study {
	cursor: pointer;
}
.add-image.selected-image {
	cursor: default;
}
.red-border {
	border: 1px solid red;
}
.preview-image-input, .preview-link-label {
	display: none;
}
/*new-user*/
.new-user .item-popup {
	padding: 30px 70px;
	max-width: 810px;
}
.new-user .item-content-box {
	border: none;
}
.user-left-content, .user-right-content {
	display: inline-block;
	width: calc(50% - 22px);
	padding: 0 10px;
	vertical-align: text-top;
}
.user-left-content input, .user-right-content input {
	width: 100%;
	font-family: 'Helvetica Neue Ex';
	background: none;
	color: #bfbfbf;
	border: none;
	border-bottom: 1px solid #59595e;
	padding-bottom: 5px;
	padding-top: 5px;
}
.new-user .edit-contorl-btns {
	margin-top: 50px;
}
.new-user select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #13131a;
	color: #fff;
	border: none;
	border-bottom: 1px solid #59595e;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(255, 42, 56)"></polygon></svg>');
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: 3%;
}
.new-user select option {
	background: #13131a;
}
.back-btn {
	font-family: 'Helvetica Neue Ex';
	letter-spacing: 3px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 7px 25px;
	margin: 15px 20px 15px 20px;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}
.sidebar.show {
	width : 160px;
	padding: 25px 40px 35px 45px;
}

@media screen and (max-width: 992px) {
.sidebar {
	width: 0px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	padding: 0;
	z-index: 1;
}
.right-content {
	margin-left: 0px;
	padding: 40px 30px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.menu {
	display: block;
}
}
.case_study {
	position: absolute;
	width: 70px;
	height: 70px;
	display: block;
	z-index: 1111;
	right: 0;
	bottom: 0;
}
.case-study-download {margin-left: 25px;}
.add-to-favorites.added {display: block !important;}


/*gridstack*/
.grid-stack-item-content {overflow: hidden !important;}
.grid-stack-item-content img {width: 100%;}
.ui-resizable-se, .ui-resizable-sw, .ui-resizable-nw, .ui-resizable-ne {
  background-image: none !important;
}

.ui-resizable-se::after, .ui-resizable-sw::after, .ui-resizable-ne::after, .ui-resizable-nw::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 10px;
  height: 10px;
  border-right: 3px solid red;
  border-bottom: 3px solid red;
}
.ui-resizable-se::after {transform: rotate(45deg);}
.ui-resizable-sw::after {transform: rotate(45deg);}
.ui-resizable-nw::after {transform: rotate(225deg);}
.ui-resizable-ne::after {transform: rotate(225deg);}

/*gridstack*/



















