.container:after,
#nav:after,
#nav .mobile-drop:after,
#nav .dropdown .cols-holder:after,
#nav .dropdown .cols-holder.expand .list-holder:after,
.article-holder:after,
.article:after,
.heading:after,
.search-items .row:after {
	content: " ";
	display: block;
	clear: both;
}

#nav .mobile-drop,
#nav .dropdown ul,
.search-desciption .detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #ebeae5;
	font: 18px/22px "futura", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

a:hover {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	text-decoration: none;
}

input,
textarea,
select {
	font: 100% "futura", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "futura", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: "futura";
	src: url("fonts/futura-book-webfont.eot");
	src: url("fonts/futura-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/futura-book-webfont.svg") format("svg"), url("fonts/futura-book-webfont.woff") format("woff"), url("fonts/futura-book-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "futura";
	src: url("fonts/futura-heavy-webfont.eot");
	src: url("fonts/futura-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/futura-heavy-webfont.svg") format("svg"), url("fonts/futura-heavy-webfont.woff") format("woff"), url("fonts/futura-heavy-webfont.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "fontello";
	src: url("fonts/fontello.eot?68541968");
	src: url("fonts/fontello.eot?68541968#iefix") format("embedded-opentype"), url("fonts/fontello.svg?68541968") format("svg"), url("fonts/fontello.woff?68541968") format("woff"), url("fonts/fontello.ttf?68541968") format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: inherit;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

.icon-cancel-1:before {
	content: "\e800";
}

/* '' */

.icon-up7:before {
	content: "\e801";
}

/* '' */

.icon-down126:before {
	content: "\e802";
}

/* '' */

.icon-up-dir:before {
	content: "\e803";
}

/* '' */

.icon-down-dir:before {
	content: "\e804";
}

/* '' */

.js-load-more {
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
}

h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.search {
	background: #fff;
}

.search #header {
	background: #ebeae5;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#header {
	position: relative;
	z-index: 100;
}

#header .container {
	padding-top: 12px;
	padding-bottom: 15px;
}

#header .container .container {
	padding: 0;
}

.logo {
	float: left;
	margin: 0 0 -37px -11px;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	height: auto;
}

#nav {
	padding: 24px 0 0;
}

#nav .menu {
	display: none;
}

#nav .mobile-drop {
	text-align: right;
	letter-spacing: -4px;
}

#nav .mobile-drop > li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 0 0 15px;
}

#nav .mobile-drop > li > a {
	position: relative;
	padding: 0 5px 2px;
	border-bottom: 1px solid transparent;
}

#nav .mobile-drop > li > a:hover {
	border-bottom: 1px solid #000;
}

#nav .mobile-drop > li.active a {
	border-bottom: 1px solid #000;
}

#nav .mobile-drop.active > li.active a {
	border-color: transparent;
}

#nav .mobile-drop.active .opener {
	border-color: #000;
}

#nav .mobile-drop .opener {
	position: relative;
	z-index: 100;
}

#nav .dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 73px 0 0;
	text-align: left;
	background: rgba(184, 215, 194, .9);
}

#nav .dropdown h2 {
	font-size: 18px;
	font-weight: 900;
	line-height: 22px;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 0 0 22px;
}

#nav .dropdown ul {
	width: 20%;
	float: left;
}

#nav .dropdown .cols-holder {
	margin: 0 0 25px;
}

#nav .dropdown .cols-holder .open {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#nav .dropdown .cols-holder .open span {
	padding: 0 15px 0 0;
	position: relative;
	vertical-align: top;
}

#nav .dropdown .cols-holder .open span:after {
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 13px;
	line-height: 13px;
}

#nav .dropdown .cols-holder .open .more {
	display: inline-block;
}

#nav .dropdown .cols-holder .open .more:after {
	content: "\e802";
}

#nav .dropdown .cols-holder .open .less {
	display: none;
}

#nav .dropdown .cols-holder .open .less:after {
	content: "\e801";
}

#nav .dropdown .cols-holder.expand .list-holder {
	padding: 17px 0 27px;
}

#nav .dropdown .cols-holder.active .open .more {
	display: none;
}

#nav .dropdown .cols-holder.active .open .less {
	display: inline-block;
}

#nav .dropdown .col {
	float: left;
}

#nav .dropdown .col .open-list {
	display: none;
}

#nav .dropdown .col.three {
	width: 60%;
}

#nav .dropdown .col.three ul {
	width: 33.33%;
}

#nav .dropdown .col.two {
	width: 40%;
}

#nav .dropdown .col.two ul {
	width: 50%;
}

#nav .dropdown .opener {
	color: #313934;
	text-decoration: none;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 30px;
	line-height: 30px;
	width: 40px;
	height: 40px;
	padding: 5px;
	text-align: center;
}

#nav .dropdown .opener:hover {
	background: #b8dcc2;
	opacity: .70;
}

.search-form {
	width: 100%;
	padding: 15px 30px 13px;
	background: #fff;
	border-bottom: 1px solid #ebeae5;
}

.search-form::-webkit-input-placeholder {
	color: #a3a3a3;
}

.search-form::-moz-placeholder {
	opacity: 1;
	color: #a3a3a3;
}

.search-form:-moz-placeholder {
	color: #a3a3a3;
}

.search-form:-ms-input-placeholder {
	color: #a3a3a3;
}

.search-form.placeholder {
	color: #a3a3a3;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	width: 100%;
	font-size: 18px;
	font-weight: 900;
	line-height: 26px;
	padding: 0;
	border: 0;
	background: none;
	color: #a3a3a3;
	vertical-align: top;
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #a3a3a3;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a3a3a3;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a3a3a3;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #a3a3a3;
}

.artist {
	background: #fcf8ed;
}

.artist .intro {
	padding: 40px 0;
}

.intro {
	font-size: 38px;
	line-height: 44px;
	padding: 63px 0;
}

.intro p {
	margin: 0;
}

.intro p strong {
	font-weight: 900;
}

.intro .img-holder {
	margin: 0 0 45px;
}

.intro .img-holder img {
	display: block;
}

.intro h2 {
	margin: 0 0 18px;
}

.intro h2 time {
	display: block;
}

.article-holder {
	margin: 0 0 115px;
}

.article {
	letter-spacing: -6px;
	padding: 45px 0;
}

.article .img-holder {
	display: table;
	letter-spacing: 0;
	width: 50%;
	text-align: left;
	float: left;
	margin: 0 -100% 0 0;
}

.article .img-holder a {
	letter-spacing: 0;
	display: table-cell;
	vertical-align: middle;
}

.article .img-holder img {
	display: block;
	max-width: 100%;
	height: auto;
}

.article .detail-holder {
	width: 49.8%;
	display: table;
	float: right;
}

.article .detail {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0 0 0 60px;
}

.article .detail h2 {
	margin: 0 0 22px;
}

.article .detail p {
	margin: 0 0 22px;
}

.article .detail p a {
	border-bottom: 1px solid #cac6be;
}

.article .detail p a:hover {
	border-color: #000;
}

.article .detail .view {
	font-weight: 900;
	text-transform: capitalize;
	border-bottom: 1px solid #c6decb;
}

.article .detail .view:hover {
	border-color: #000;
}

.article.alignright .detail {
	padding: 0 60px 0 0;
}

.article.alignright .detail-holder {
	float: left;
}

.article.alignright .img-holder {
	float: right;
	margin: 0 0 0 -100%;
}

.article.overlapped .img-holder {
	width: 100%;
	margin: 0 0 0 -100%;
}

.article.overlapped .frame {
	display: table-cell;
	vertical-align: middle;
}

.article.overlapped .desktop {
	display: block;
}

.article.overlapped .mobile {
	display: none;
}

.article.align-bottom .detail {
	vertical-align: bottom;
}

.article.align-bottom .img-holder a {
	vertical-align: bottom;
}

.article.align-top .img-holder {
	display: inline-block;
	vertical-align: top;
}

.article.align-top .detail {
	display: inline-block;
	vertical-align: top;
}

.key-work {
	margin: 0 0 142px;
}

.table {
	width: 607px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 7px;
}

.table thead {
	font-size: 12px;
	line-height: 16px;
}

.table thead th {
	background: #fff;
	font-weight: normal;
	padding: 9px 10px;
	width: 33.3%;
}

.table tbody {
	font-size: 14px;
	line-height: 20px;
}

.table tbody td {
	padding: 7px 9px;
	background: #efebe1;
	vertical-align: top;
}

.table tbody td span {
	display: block;
}

.table a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.table a:after {
	background: #bfbcb4;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
}

.table a:hover:after {
	background: #000;
}

.heading {
	padding: 45px 90px 62px;
	position: relative;
}

.heading h2 {
	margin: 0 0 25px;
}

.heading .sorting {
	position: absolute;
	right: 2px;
	top: 41px;
	min-width: 89px;
}

.heading .sorting.active .opener:after {
	content: "\e801";
}

.heading .opener {
	padding: 7px 27px 7px 7px;
	border-radius: 5px;
	border: 1px solid #ebeae5;
	font-size: 16px;
	line-height: 20px;
	color: #6a6969;
	min-width: 89px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.heading .opener:hover {
	color: #343434;
	border-color: #b8d7c2;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.heading .opener:after {
	position: absolute;
	content: "\e802";
	font-family: "fontello";
	right: 7px;
	top: 50%;
	height: 20px;
	margin: -10px 0 0;
	font-size: 14px;
	line-height: 21px;
}

.sorting {
	position: absolute;
	right: 0;
	top: 20px;
	width: 120px;
}

.sorting .slide {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 90;
	width: 100%;
}

.sorting ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-items {
	font-size: 12px;
	line-height: 14px;
	margin: 0 -6px 25px;
	letter-spacing: -6px;
}

.search-items .row {
	margin: 0 -6px 2px;
	letter-spacing: -6px;
}

.search-items .col {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
	letter-spacing: 0;
}

.search-items .col .item-opener {
	display: block;
	padding: 28px 35px;
	min-height: 450px;
}

.search-items .col .item-opener:hover {
	background: #fbfbfa;
}

.search-items .col .img-holder {
	overflow: hidden;
	margin: 0 0 12px;
}

.search-items .col .img-holder img {
	width: 100%;
	display: block;
	height: auto;
}

.search-items .col p {
	margin: 0 0 18px;
}

.search-desciption {
	padding: 46px 121px 46px 46px;
	font-size: 16px;
	line-height: 24px;
	position: fixed; /* change to fixed */
	top: 0;
	right: -568px;
	width: 568px;
	bottom: 0;
	z-index: 999;
	border-left: 1px solid #ebeae5;
	-webkit-transition: right .25s linear;
	transition: right .25s linear;
	background: #fff;
}

.search-desciption .js-detail {
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.search-desciption .item-opener {
	padding: 5px;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 4px;
	right: 5px;
	font-size: 26px;
	line-height: 26px;
	height: inherit !important;
}

.search-desciption .item-opener:hover {
	opacity: .80;
}

.search-desciption .img-holder {
	overflow: hidden;
	margin: 0 0 17px;
}

.search-desciption .img-holder img {
	width: 100%;
	margin: 0 0 7px;
}

.search-desciption .gallery-images {
	display: none;
}

.search-desciption .description {
	text-align: left;
}

.search-desciption .lightbox-opener {
	width: 25px;
	height: 25px;
	line-height: 20px;
	border: 1px solid #e2e0d8;
	border-radius: 100%;
	float: right;
	line-height: 22px;
}

.search-desciption .lightbox-opener:hover {
	border-color: #b8d7c2;
}

.search-desciption h2 {
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 5px;
	text-transform: none;
	letter-spacing: 0;
}

.search-desciption p {
	margin: 0 0 25px;
}

.search-desciption .detail-list {
	font-size: 11px;
	line-height: 16px;
}

.search-desciption .detail-list h3 {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

.search-desciption .detail-list p {
	margin: 0;
}

.search-desciption .detail-list li {
	margin: 0 0 15px;
}

.search-items-parent {
	position: relative;
}

.search-items-parent .overlay {
	display: none;
	background: white;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 99;
}

.hold {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.hold.active {
	margin: 0 568px 0 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.hold.active .search-items-parent .overlay {
	display: block;
}

.hold.active .search-desciption {
	-webkit-transition: right .25s linear;
	transition: right .25s linear;
	overflow: auto;
	right: 0;
}

.hold.active .search-desciption .js-detail.active-tab {
	opacity: 1;
}

.hold.active .search-desciption .js-detail {
	opacity: 0;
}

#footer {
	font-size: 20px;
	line-height: 24px;
	padding: 15px 0;
}

#footer .logo {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
	max-width: 207px;
}

#footer .icon {
	max-width: 334px;
	margin: 0 auto 27px;
	padding: 0 0 54px;
	border-bottom: 1px solid #b8dac2;
}

#footer .icon .back {
	background: url(images/btn-back.png) no-repeat;
	width: 94px;
	height: 79px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

#footer .icon .back:hover {
	background: url(images/btn-back-hover.png) no-repeat;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

#footer p {
	margin: 0;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px; /* should be 20px */
	z-index: 1101;
	outline: none;
	display: none;
	box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 999;
	border: 0 solid #fff; /* border-width should be zero */
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: fixed;
	top: 6px;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: none;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-close:hover {
	opacity: .80;
}

#fancybox-close:after {
	position: absolute;
	content: "\e800";
	top: 5px;
	right: 10px;
	font-family: "fontello";
	color: #fff;
	font-size: 20px;
	line-height: 20px;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left,
#fancybox-right {
	position: fixed;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0;
}

#fancybox-right {
	right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 58px;
	height: 58px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
	background: url(images/btns.png) no-repeat;
}

#fancybox-left-ico:hover,
#fancybox-right-ico:hover {
	opacity: .80;
}

#fancybox-left-ico {
	background-position: 0 0;
}

#fancybox-right-ico {
	background-position: -182px 0;
}

#fancybox-left:hover,
#fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(images/fancybox/fancybox-y.png);
	background-position: -20px 0;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox/fancybox-x.png);
	background-position: 0 -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
	border-bottom: 1px solid #fff;
	position: fixed;
	top: 0;
	left: 0;
	text-align: left;
	width: 100% !important;
	z-index: 999;
}

#fancybox-title-inside {
	padding: 10px 50px 10px 10px;
	font-size: 16px;
	line-height: 20px;
	font-family: "futura", "Helvetica", sans-serif;
}

.fancybox-title-inside {
	padding: 0;
	text-align: center;
	color: #fff;
	background: none;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(images/fancybox/fancybox-x.png) 0 -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(images/fancybox/fancybox.png) -55px -90px no-repeat;
}


/* NADIA OVERRIDES */

#footer p {
	font-size: 66%;
}
#footer .up {
	max-width: 334px;
	margin: 0 auto 27px;
	padding: 0 0 54px;
	border-bottom: 1px solid #b8dac2;
}
#footer .up a {
	display: block;
	opacity: 0.8;
	color: #b8d7c2;
	font-family:  "futura", "Helvetica", sans-serif;
	font-size: 100px;
	line-height: 80px;
	filter: alpha(opacity=80);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#footer .up a:hover {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}
.search-form input[type="text"], .search-form input[type="search"] {
	font-weight: 400;
}
#wrapper {
	overflow: visible;
}
.single-artists .article.align-bottom .detail {
	vertical-align: initial;
}
.single-artists .detail h2 {
	margin: 96px 0 22px;
}
.single-artists .img-holder img {
	margin-bottom: 48px;
}
.single-artists, .page-template-page-artists {
	background: #fcf8ed;
}
.artist-article .img-holder.thumb {
	position: relative;
	margin: 0;
	display: inline-block;
}
.artist-article .article_thumb_text {
	background-color: #000;
	width: 360px;
	height: 130px;
	color: #FFF;
	text-align: center;
	padding: 40px;
	font-size: 21px;
	vertical-align: middle;
}
.artist-article a.text-holder{
	color: #FFF;
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	margin: 40px auto 0;
	width: 360px;
	height: 130px;
	top: 25%;
	left: 50%;
	margin-left: -190px;
}
.artist-article .article_thumb_text .timeframe{
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
}
.artist-article {
	display: inline-block;
	width: 46%;
	margin: 2%;
}

.search-desciption .img-holder a {
	display: block;
}
.search-desciption .favourites {
	font-size: 10px;
	padding-top: 2px;
	margin-right: 7px;
}
.search-desciption a.favourites + div {
	visibility: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #e2e0d8;
	border-radius: 8px;
	width: 35%;
	margin-top: 35px;
	left: 65%;
	font-size: 14px;
	padding: 5px;
	color: #666;
}
.search-desciption a:hover.favourites + div {
	visibility: visible;
}
.search-desciption .lightbox-opener:hover {
	color: #a9c2ae;
}
.search-desciption .lightbox-opener.saved {
	color: #666;
	background-color: #ebeae5;
}

#favourites .sharify-container {
	text-align: center;
	margin: 0 auto;
}
#favourites .sharify-container ul{
	display: inline-block;
}
#favourites .sharify-container li {
	min-width: 50px;
}
.page-template-page-results, .page-template-page-favourites{
	background: #FFF;
}
.page-template-page-results #header, .page-template-page-favourites #header{
	background: #ebeae5;
}

.page-template-page-collection .article {
	position: relative;
}
.page-template-page-collection .article-holder {
	margin: 0 0 80px;
}
.page-template-page-collection .article .detail-holder {
	position: absolute;
	float: none;
	left: 0;
}
.page-template-page-collection .article.alignright .detail-holder {
	left: 50%;
}
.page-template-page-collection .article .detail {
	padding: 0 60px 0 0;
}
.page-template-page-collection .article.alignright .detail {
	padding: 0 0 0 60px;
}
.page-template-page-collection .article .img-holder {
	margin: 0;
	width: 100%;
}
.page-template-page-collection .article .img-holder img {
	display: inline;
	float: right;
}

.page-template-page-collection .article.alignright .img-holder img {
	float: left;
}

#footer .up a {
	color: #a9c2ae;
	opacity: 0.6;
}

@media only screen and (max-width: 1400px) {
	.search-items .col .item-opener {
		padding: 15px;
	}

	.search-items .col p {
		margin: 0 0 12px;
	}

	.search-items .detail {
		width: 350px;
		padding: 25px 40px 25px 25px;
	}

	.search-items .detail .item-opener {
		width: 32px;
		height: 32px;
		font-size: 24px;
		line-height: 24px;
		padding: 5px;
	}

	.search-desciption {
		width: 350px;
		padding: 25px 40px 25px 25px;
	}

	.search-desciption .item-opener {
		width: 32px;
		height: 32px;
		font-size: 24px;
		line-height: 24px;
		padding: 5px;
	}

	.hold.active {
		margin: 0 350px 0 0;
	}
}

@media only screen and (max-width: 1230px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.logo {
		max-width: 125px;
		margin: 0;
	}

	.logo img {
		width: 100%;
	}

	#header .dropdown .container {
		padding: 0 10px;
	}

	#header .dropdown .opener {
		top: 0;
	}

	.intro {
		padding: 25px 0;
	}

	.article-holder {
		margin: 0;
	}

	.article {
		padding: 20px 0;
	}

	.article .img-holder img {
		width: 100%;
	}

	.artist .intro {
		padding: 0 0 20px;
	}

	.key-work {
		margin: 0 0 20px;
	}

	.heading {
		padding: 35px 90px;
	}
}

@media only screen and (max-width: 1025px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}

	.intro {
		font-size: 28px;
		line-height: 32px;
		padding: 10px 0;
	}

	.intro h2 {
		margin: 0 0 12px;
	}

	.intro .img-holder {
		margin: 0 0 25px;
	}

	.article .detail {
		padding: 0 0 0 20px;
	}

	.article .detail h2 {
		margin: 0 0 10px;
	}

	.article .detail p {
		margin: 0 0 12px;
	}

	.article.alignright .detail {
		padding: 0 20px 0 0;
	}

	.search-items .col .item-opener {
		padding: 15px;
	}

	.search-items .col p {
		margin: 0 0 12px;
	}

	.search-items .detail {
		width: 350px;
		padding: 25px 40px 25px 25px;
	}

	.search-items .detail .item-opener {
		width: 32px;
		height: 32px;
		font-size: 24px;
		line-height: 24px;
		padding: 5px;
	}

	.hold {
		position: relative;
		right: 0;
	}

	.hold.active {
		margin: 0;
		right: 350px;
	}

	.hold.active .search-desciption {
		right: 0;
	}

	#nav .dropdown ul {
		width: 33.3%;
		margin: 0 0 15px;
	}

	#nav .dropdown .col.three {
		width: 100%;
	}

	#nav .dropdown .col.two {
		width: 100%;
	}

	#nav .dropdown .col.two ul {
		width: 33.3%;
	}

	#nav .dropdown .expand {
		margin: 0;
	}

	.search-form {
		padding: 15px 10px 13px;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		letter-spacing: 2px;
	}

	.logo {
		max-width: 100px;
		margin: 0;
	}

	#header .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#header .dropdown .container {
		padding: 0 10px 20px;
	}

	#nav {
		padding: 15px 0 0;
	}

	#nav .menu {
		float: right;
		padding: 0 35px 0 0;
		height: 25px;
		position: relative;
		border-radius: 3px;
		display: block;
	}

	#nav .menu:after,
	#nav .menu:before,
	#nav .menu span {
		background: #000;
		border-radius: 4px;
		position: absolute;
		top: 14px;
		right: 0;
		height: 3px;
		width: 25px;
		margin-top: -2px; /* height/2 */
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	#nav .menu:after,
	#nav .menu:before {
		content: "";
		top: 9px;
	}

	#nav .menu:after {
		top: 19px;
	}

	#nav .menu em {
		font-style: normal;
		line-height: 24px;
	}

	#nav .drop-holder {
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}

	#nav .drop-holder > .mobile-drop {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: rgba(0, 0, 0, .8);
		padding: 50px 0 20px;
		float: left;
		width: 100%;
	}

	#nav .drop-holder > .mobile-drop > li {
		display: block;
		text-align: center;
		margin: 0 0 8px;
	}

	#nav .drop-holder > .mobile-drop > li > a {
		color: #fff;
		border: 0;
	}

	#nav .dropdown {
		padding: 35px 15px 0;
		top: 210px;
		font-size: 14px;
		line-height: 18px;
		background: #b8d7c2;
	}

	#nav .dropdown ul {
		margin: 0;
	}

	#nav .dropdown ul li {
		margin: 0 0 5px;
	}

	#nav .dropdown h2 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 15px;
	}

	#nav .dropdown .col {
		padding: 0 5px;
		padding: 0 10px;
	}

	#nav .dropdown .col.three {
		width: 50%;
	}

	#nav .dropdown .col.three ul {
		width: 100%;
	}

	#nav .dropdown .col.two {
		width: 50%;
	}

	#nav .dropdown .col.two ul {
		width: 100%;
	}

	#nav .dropdown .col .open-list {
		display: block;
		padding: 5px 40px 5px 5px;
		position: relative;
		border: 2px solid #000;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	#nav .dropdown .col .open-list:before {
		width: 2px;
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		content: "";
	}

	#nav .dropdown .col .open-list:after {
		content: "\e804";
		position: absolute;
		right: 10px;
		top: 7px;
		font-size: 15px;
		line-height: 15px;
		font-family: "fontello";
	}

	#nav .dropdown .col .list-holder {
		overflow: hidden;
	}

	#nav .dropdown .col .list-holder > .list-block {
		overflow: hidden;
		padding: 5px;
		border: 2px solid #000;
		border-top: 0;
	}

	#nav .dropdown .col.active .open-list:after {
		content: "\e803";
	}

	#nav .dropdown .opener {
		font-size: 20px;
		line-height: 20px;
		right: 0;
	}

	#nav .dropdown .cols-holder {
		margin: 0;
	}

	#nav .dropdown .cols-holder.expand {
		display: none;
	}

	#header.active .menu span {
		opacity: 0;
	}

	#header.active .menu:after,
	#header.active .menu:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 16px;
		right: 0;
		background: #fff;
		z-index: 9999;
	}

	#header.active .menu:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#header.active .drop-holder {
		max-height: 4000px;
	}

	#header.active .drop-holder > .mobile-drop {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.search-form {
		margin: 0 -15px;
		width: inherit;
		padding: 10px;
	}

	.heading {
		padding: 25px;
	}

	.heading .sorting {
		position: static;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
		position: relative;
		top: auto;
	}

	.heading .slide {
		background: #fff;
	}

	.intro {
		font-size: 22px;
		line-height: 26px;
	}

	.intro h2 br {
		display: none;
	}

	.article {
		padding: 10px 0;
	}

	.article .img-holder {
		float: none;
		width: 100%;
		height: auto !important;
		margin: 0 0 15px;
	}

	.article .detail-holder {
		width: 100%;
		height: auto !important;
	}

	.article .detail {
		padding: 0;
	}

	.article.alignright .img-holder {
		margin: 0 0 15px;
	}

	.article.alignright .detail {
		padding: 0;
	}

	.article.overlapped .desktop {
		display: none;
	}

	.article.overlapped .mobile {
		display: block;
	}

	.search-items {
		max-width: 300px;
		margin: 0 auto;
	}

	.search-items .col {
		width: 100%;
	}

	.search-items .col .item-opener {
		height: auto !important;
		min-height: inherit !important;
	}

	#footer {
		font-size: 18px;
		line-height: 22px;
	}

	#footer .icon {
		max-width: 271px;
		margin: 0 auto 15px;
	}

	#footer .icon img {
		width: 100%;
	}

	.hold {
		position: relative;
		right: 0;
	}

	.hold.active {
		margin: 0;
		right: 350px;
	}

	.hold.active .search-desciption {
		right: 0;
	}

	.table {
		width: 100%;
		overflow: hidden;
		border-spacing: 0;
	}

	.table tbody,
	.table tr,
	.table th,
	.table thead,
	.table td {
		display: block;
	}

	.table thead {
		display: none;
	}

	.table thead th {
		width: 100%;
	}

	.table tbody {
		line-height: 16px;
		border-left: 110px solid #fff;
		float: left;
		display: block;
		width: 100%;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
	}

	.table tbody td {
		padding: 5px 5px 5px 120px;
		margin: 0 0 0 -110px;
		float: left;
		clear: both;
		width: 100%;
		white-space: normal;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.table tbody td:before {
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		content: attr(data-title);
		padding: 5px 10px;
		display: inline-block;
		color: #000 !important;
		font-weight: bold;
		width: 80px;
		background: #fff;
		vertical-align: middle;
		margin: 0 10px 0 -110px;
		position: relative;
		white-space: normal;
	}

	.search-desciption {
		width: 320px;
	}

	#fancybox-title-inside {
		font-size: 12px;
		line-height: 16px;
	}
}

