.main-logo {
	max-height: 70px;
	margin-top: 5px;
}
.menu-active {
	color: #f07e34 !important;
}
.footer-logo {
	max-width: 100%;
	max-height: 100px;
}
.bg-galerie {
	background: #f07e34 !important;
}
.footer-bottom {
	background: #f07e34 !important;
}
#scrollUp {
	border: 1px solid #f07e34 !important;
}
.developed-link:hover {
	color: #fff;
}
.sidebar-list {
	float: right;
}
.artist-image {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.framed-image {
	border: 2px solid #f07e34;
	border-radius: 5px;
	padding: 2px;
}
.gallery-color {
	color: #f07e34;
}
.darelfann-banner {
	max-width: 100% !important;
}
.exhibit-link-color {
	color: #000 !important;
}
.p-25 {
	padding:25px;
}
.active {
	/*color: #f07e34 !important;*/
}
.bread-active {
	color: #000 !important;
}
.bread-active:hover {
	color: #f07e34 !important;
}
.details-image {
	margin-right: 15px;
}
.exhibition-header {
	border-bottom: 1px solid #e5e5e5;
}
.exhibition-header h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}
.exhibition-span {
	font-style: italic;
	color: #f07e34;
}
.artist-names {
	font-weight: 100 !important;
	font-style: italic !important;
}
.sidebar-active {
	color: #f07e34;
}
.custom-position {
	border: none !important;
	box-shadow: none !important;
}
.no-color-hover:hover {
	color: #000;
}
.new-title h3 {
	font-weight: 500 !important;
}
.custom-header {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 3px;
}
.custom-i.fa {
	height: 40px !important;
	width: 40px !important;
	display: inline-block !important;
	border-radius: 20px !important;
	box-shadow: 0px 0px 2px #888 !important;
	padding: 0.5em 0.6em !important;

}
.equal-height {
	min-height: 120px !important;
}
.see-more {
	background: #f07e34 none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 40px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease 0s;
}
.see-more:hover {
	background-color: #f07e34;
	color: #000;
}




/* MEDIA QUERIES */
@media (max-width: 450px) {
	.details-image {
		max-width: 100%;
		margin-bottom: 15px;
	}
}

@media (min-width: 451px) and (max-width: 800px) {
	.details-image {
		max-width: 300px;
		margin-bottom: 5px;
	}
}

@media (min-width: 801px) and (max-width: 1400px) {
	.details-image {
		max-width: 450px;
		margin-bottom: 5px;
	}
}

@media (min-width: 1401px) {
	.details-image {
		max-width: 600px;
		margin-bottom: 5px;
	}
}
/* MEDIA QUERIES */













