/*
Theme Name: Freres Rochat
Theme URI: http://freres-rochat.com
Description: Custom Theme for Freres Rochat
Author: Roger Burkhard
Author URI: http://www.rogerburkhard.com
*/

/*------------------------------------------------------
THE BIG FAT RESET
------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------
IMPORT FONTS
------------------------------------------------------*/

@font-face {
    font-family: 'Minion Pro';
    src: url('styles/fonts/minionpro-regular/minionpro-regular.eot');
    src: url('styles/fonts/minionpro-regular/minionpro-regular.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/minionpro-regular/minionpro-regular.svg#raleway') format('svg'),
         url('styles/fonts/minionpro-regular/minionpro-regular.woff') format('woff'),
         url('styles/fonts/minionpro-regular/minionpro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*

font-family:'Gill Sans MT Pro Cyr W04 Light';
font-family:'Gill Sans MT Pro Cyr W04 Lt It';
font-family:'Gill Sans MT Pro Grk W04 Light';
font-family:'Gill Sans MT Pro Grk W04 Lt It';
font-family:'Gill Sans W01 Light';
font-family:'GillSansW01-LightItalic';
font-family:'Gill Sans W01 Book';
font-family:'GillSansW01-BookItalic';
font-family:'Gill Sans W01 Medium';
font-family:'GillSansW01-MediumItali';
font-family:'Gill Sans W01 Bold';
font-family:'GillSansW01-BoldItalic';
font-family:'Gill Sans W01 Heavy';
font-family:'GillSansW01-HeavyItalic';
font-family:'GillSansW01-ExtraBold';
font-family:'GillSansW01-UltraBold';
font-family:'Gill Sans W01 Shadow';
font-family:'Gill Sans W01 Cond';
font-family:'GillSansW01-CondensedBd';
font-family:'GillSansW01-CondensedUl';
font-family:'GillSansW01-XCondensedB';
font-family:'GillSansW01-LightShadow';
font-family:'Gill Sans Infant W01';
font-family:'GillSansInfantW01-Itali';
font-family:'GillSansInfantW01-Bold';
font-family:'GillSansInfantW01-BoldI';
font-family:'GillSansW01-DisplayBold_709822';
font-family:'GillSansW01-DisplayXtra';
font-family:'GillSansW01-DisplayBold_709825';

*/

/*------------------------------------------------------
GENERAL
------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	background: #303030;
	margin:0 !important;
}

body {
	width: 100%;
	font: 100 17px/21px 'Gill Sans W01 Light', Times;
	color: #fff;
	overflow:hidden;
	overflow-y:scroll;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body.page-template-unique_pieces_detail {
	overflow-x: hidden;
}

body.noscroll {
	overflow: hidden;
}

/*------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------*/

h1 {
	margin: 0;
	padding: 0;
	font-size:40px;
	line-height: 48px;
	color:#a89966;
}

h2 {
	margin: 0;
	padding: 0;
	font-size:34px;
	line-height: 40px;
}

h3 {
	display:block;
	opacity:0;
	font: normal 30px/48px 'Gill Sans W01 Medium', sans-serif;
	color:#a89966;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:80px;
	letter-spacing:4px;
	opacity:0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.main.show h3 {
	opacity:1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

p {
	margin-bottom: 20px;
}

b, strong {
	font-weight: bold;
}

#mti_wfs_colophon {
	display:none !important;
	opacity:0;
	visibility: hidden;
}

/*------------------------------------------------------
GENERAL LINKS
------------------------------------------------------*/

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	-webkit-transition: color 0.4s ease, border-color 0.4s ease;
    transition: color 0.4s ease, border-color 0.4s ease;
}

a:hover {
	color: #a89966;
}

/* Firefox Hack to elmininate that ugly dotted line */
:focus {
	-moz-outline-style: none;
}

/*------------------------------------------------------
IMAGES
------------------------------------------------------*/

img {
	border: none 0;
}

/*------------------------------------------------------
VIDEO
------------------------------------------------------*/

video {
	outline: 0;
	-moz-outline-style: none;
}

/*------------------------------------------------------
CLEAR
------------------------------------------------------*/

.clear {
	clear: both;
}

/*------------------------------------------------------
FORM
------------------------------------------------------*/

input, textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea:focus, input:focus{
    outline: 0;
}

/*------------------------------------------------------
Spinner
------------------------------------------------------*/

.spinner {
	opacity:1;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-15px;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	z-index: 1000;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	opacity:0.8;
}

.spinner > div {
	background-color: #a89966;
	height: 100%;
	width: 1px;
	display: inline-block;

	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*------------------------------------------------------
SOCIAL MEDIA SHARE
------------------------------------------------------*/

.social_share {
	display:block;
	width:100%;
	padding:20px 0 30px 0;
	text-align: center;
}

ul.social_media {
	display:inline-block;
	list-style: none;
}

ul.social_media li {
	float:left;
	margin-right:5px;
}

ul.social_media li:hover {
	opacity:0.8;
}

/*------------------------------------------------------
WRAPPER
------------------------------------------------------*/

.wrapper {
	display:block;
	clear:both;
}

/*------------------------------------------------------
HEADER
------------------------------------------------------*/

header {
	display:block;
	height:131px;
	width:100%;
	position: fixed !important;
	z-index: 100;
	background: #303030;
}

header .hamburger {
	display:none;
	position:fixed;
	top:34px;
	right:20px;
	-webkit-transition: top 0.5s ease-out;
	transition: top 0.5s ease-out;
	cursor:pointer;
}

header .hamburger:hover {
	opacity:0.8;
}

header .hamburger span.icon_hamburger {
	display:block;
}

header .hamburger span.icon_hamburger_close {
	display:none;
}

body.show header {
	border-color:#191919;
}

header .bottom_line {
	opacity:0;
	position:absolute;
	top:131px;
	height:1px;
	width:100%;
	background-color:#303030;
	z-index: 95;
	-webkit-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

body.show header .bottom_line {
	opacity:1;
	background-color:#000;
}

/* Small Header */

header.small {
	height:77px;
	-webkit-transition: height 0.5s ease-out;
	transition: height 0.5s ease-out;
}

header.small .bottom_line {
	top:77px;
	-webkit-transition: top 0.5s ease-out;
	transition: top 0.5s ease-out;
}

header.small span.animated_bird {
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	margin-top:-15px;
}

header.small .logo_typo {
	display:none;
}

header.small nav {
	-webkit-transition: top 0.5s ease-out;
	transition: top 0.5s ease-out;
	top:41px;
}

header.small .magic-line {
	-webkit-transition: bottom 0.5s ease-out;
	transition: bottom 0.5s ease-out;
	bottom:-16px;
	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	transition-delay: 0 !important;
}

.subnavigations.small {
	padding-top:77px;
}

.sidebar.small {
	top:77px;
	height: -moz-calc(100% - 111px);
	height: -webkit-calc(100% - 111px);
	height: -o-calc(100% - 111px);
	height: calc(100% - 111px);
}

/*------------------------------------------------------
LOGO
------------------------------------------------------*/

a.logo {
	display:block;
	opacity:1;
	width:208px;
	margin:0 auto;
	margin-top:-8px;
}

span.animated_bird {
	display: block;
	width: 135px;
	margin-left:70px;
	height: 105px;
	background:url('images/logo_anim.png') top left;
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: margin 0.5s ease-out;
	transition: margin 0.5s ease-out;
}

span.logo_typo {
	display:block;
	margin-top:-12px;
}

/*------------------------------------------------------
TOP NAVIGATION
------------------------------------------------------*/

.top_nav_box {
	display:inline-block;
	float:left;
}

.top_navigation {
	display:block;
	position:absolute;
	top:17px;
	right:17px; 
}

.top_navigation ul {
	list-style: none;
}

.top_navigation ul li, .top_navigation ul li a {
	font-size:13px;
	line-height: 15px;
	color:#969696;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

.top_navigation ul li {
	/*margin-right:28px;*/
	float:left;
	opacity:0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

body.show .top_navigation ul li {
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

body.show .top_navigation ul li:first-child {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.9s;
}

body.show .top_navigation ul li:nth-child(2) {
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

body.show .top_navigation ul li:nth-child(3) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}

.top_navigation ul li a {
	font-size:13px;
	line-height: 15px;
	color:#969696;
	text-transform: uppercase;
}

.top_navigation ul li a:hover, .top_navigation ul li.current_page_item a {
	color:#a89966;
}

.top_navigation ul.lang_switch {
	position:relative;
	float:left;
	display:block;
	margin-left:20px;
}

.top_navigation ul.lang_switch li:first-child:after {
	content: " | ";
	margin-top:-1px;
	margin-left:3px;
	position:absolute;
	color:#969696;
}

.top_navigation ul.lang_switch li {
	margin-right:10px;
}

.top_navigation ul.lang_switch li:last-child {
	margin-right:0;
}

.top_navigation ul.lang_switch li.current-lang a {
	color:#a89966;
}

/*------------------------------------------------------
MAIN NAVIGATION
------------------------------------------------------*/

nav {
	display:block;
	position:absolute;
	top:86px;
	right:17px;
}

nav ul {
	list-style: none;
}

nav ul li {
	float:left;
}

nav ul li ul {
	display:none;
}

nav ul li {
	margin-right:34px;
	opacity:0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

body.show nav ul li {
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

body.show nav ul li:first-child {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

body.show nav ul li:nth-child(2) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

body.show nav ul li:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

body.show nav ul li:nth-child(4) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

body.show nav ul li:nth-child(5) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

nav ul li a {
	position:relative;
	z-index: 100;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	font-family:'Gill Sans W01 Medium';
	letter-spacing:1px;
}

nav ul li a:hover {
	color:#a89966;
}

nav ul li.current_page_item a, nav ul li.current-page-ancestor a {
	color:#a89966;
}

nav ul li:nth-last-child(2) {
	margin-right:0;
}

.magic-line {
	opacity:0;
	position: absolute; 
	bottom: -24px; 
	right: 0; 
	width: 0; 
	height: 3px;
	z-index: 96;
	background: #a89966;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.magic-line.show {
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.magic-line.inactive {
	opacity:0;
}

/*------------------------------------------------------
SUB NAVIGATION
------------------------------------------------------*/

.subnavigations {
	display:none;
	position:fixed;
	padding-top:133px;
	width:100%;
	height:52px;
	left:0;
	background:#fff;
	z-index: 90;
}

.subnavigations.show {
	display:block;
}

.subnavigations ul {
	list-style: none;
	float:right;
	margin-right:17px;
}

.subnavigations ul li {
	float:left;
	margin-left:34px;
	margin-top:12px;
}

.subnavigations ul li a {
	font-family: 'Gill Sans W01 Medium';
	font-size:12px;
	line-height: 28px;
	color:#303030;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	border-bottom:1px solid #fff;
	padding-bottom:4px;
}

.subnavigations ul li a:hover {
	color:#a89966;
}

.subnavigations ul li.current_page_item a {
	color:#a89966;
	border-color:#a89966;
}

/*------------------------------------------------------
CONTENT
------------------------------------------------------*/

.main {
	display:block;
	opacity:0;
	position:absolute;
	z-index: 1;
	top:132px;
	left:0;
	right:0;
	bottom:34px;
	width:100%;
	min-height:100%;
	min-height: -moz-calc(100% - 168px);
	min-height: -webkit-calc(100% - 168px);
	min-height: -o-calc(100% - 168px);
	min-height: calc(100% - 168px);
	transition: all 1s ease-out;
	-webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
	transition: opacity 1s ease-out, transform 1s ease-out;
}

html.page-template-unique_pieces_detail .main {
	position:static;
}

.main.show {
	opacity:1;
}

.main.show_sidebar {
	transition: all 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	-webkit-transform: translateX(431px);
	transform: translateX(431px);
}

.centered_content {
	display:block;
	width:80%;
	max-width: 900px;
	margin:85px auto 85px auto;
	text-align: center;
}

/*------------------------------------------------------
HOME
------------------------------------------------------*/

.content_home {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.content_home_bg_wrap {
	display:block;
	opacity:0;
	position:absolute;
	z-index: 10;
	width:100%;
	height:100%;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.content_home_bg_wrap.show {
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.content_home_bg {
	opacity:1;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: opacity 1s ease-out, -webkit-transform 15s ease-out;
	transition: opacity 1s ease-out, transform 15s ease-out;
	image-rendering: pixelated;
	ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	transform-origin: bottom center;
	margin-left:0;
}

.content_home_bg.show {
	opacity:1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1) rotate(0.02deg);
}

.content_home_video_wrap {
	display:block;
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	z-index: 0;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.content_home_video_wrap.show {
	opacity:1;
	z-index: 30;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.content_home_video_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

span.close_video {
	position:absolute;
	top:40px;
	right:40px;
	z-index: 2;
	cursor:pointer;
	-webkit-transition: color 0.4s ease, border-color 0.4s ease;
	transition: color 0.4s ease, border-color 0.4s ease;
}

span.close_video:hover {
	opacity:0.8;
}

.content_home_video {
	vertical-align: middle;
}
.content_home_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content_home .show_video_wrap {
	width:100%;
	opacity:0;
	height:20%;
	position:absolute;
	left:0;
	bottom:0;
	text-align: center;
	vertical-align: bottom;
	z-index: 15;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.content_home .show_video_wrap.show {
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.content_home a.show_video {
	opacity:1;
	position:relative;
	display:inline-block;
	font-family: 'Gill Sans W01 Book';
	font-size:30px;
	text-transform: uppercase;
	color:#fff;
	padding:20px;
	border:2px solid #fff;
}

.content_home a.show_video:hover {
	color:#303030;
	border-color: #303030;
}

.content_home .content_home_teaser {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	background:#a89966;
	z-index: 40;
	padding-left:150px;
	padding:4px 23px 4px 150px;
	font-size:16px;
	line-height: 22px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.content_home .content_home_teaser.show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.content_home .content_home_teaser:hover {
	padding-left:180px;
}

.content_home .content_home_teaser .column_left, .content_home .content_home_teaser .column_right {
	float:left;
}

.content_home .content_home_teaser .column_right {
	padding-left:30px;
}

.content_home .content_home_teaser .column_right span.arrow_right {
	display: block;
	margin-top: 8px;
}

.content_home .content_home_teaser .teaser_title {
	font-family: 'Gill Sans W01 Medium';
	color:#303030;
}

.content_home .content_home_teaser .teaser_subtitle {
	color:#fff;
}

/*------------------------------------------------------
UNIQUE PIECES OVERVIEW
------------------------------------------------------*/

.unique_pieces_overview {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

.unique_pieces_overview a.unique_piece_preview {
	display:block;
	opacity:0;
	position:relative;
	width:100%;
	text-align: left;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.unique_pieces_overview.show a.unique_piece_preview {
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.unique_pieces_overview.show a.unique_piece_preview:first-child {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.unique_pieces_overview.show a.unique_piece_preview:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.unique_pieces_overview.show a.unique_piece_preview:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.unique_pieces_overview.show a.unique_piece_preview:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.unique_pieces_overview.show a.unique_piece_preview:nth-child(5) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

a.unique_piece_preview .preview_bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	image-rendering: pixelated;
	ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	transform-origin: center center;
	z-index: -1;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

a.unique_piece_preview:hover {
	padding:50px 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

a.unique_piece_preview:nth-child(odd) {
	text-align: right;
}

a.unique_piece_preview:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

a.unique_piece_preview .preview_text {
	font-family: 'Gill Sans W01 Book';
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	font-size:24px;
	color:#fff;
	text-transform: uppercase;
	color:#fff;
	padding:13px;
	border:2px solid #fff;
	margin:0 120px;
	-webkit-transition: color 0.4s ease, border-color 0.4s ease;
	transition: color 0.4s ease, border-color 0.4s ease;
}

a.unique_piece_preview:hover .preview_text {
	color: #191919;
	border-color: #191919;
}

a.unique_piece_preview .preview_border {
	height:1px;
	background:#191919;
	opacity:0.2;
	position:absolute;
	bottom:0;
	width:100%;
	z-index: 10;
}

.unique_pieces_overview.pieces_3 a.unique_piece_preview, .unique_pieces_overview.pieces_multiple a.unique_piece_preview {
	height:33.3333%;
}

.unique_pieces_overview.pieces_2 a.unique_piece_preview {
	height:50%;
}

.unique_pieces_overview.pieces_1 a.unique_piece_preview {
	height:100%;
}

/*------------------------------------------------------
PARALLAX 2
------------------------------------------------------*/

.parallax_2 {
	display:block;
}

.parallax_2 .preview_image {
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:131px;
	bottom:0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
	-webkit-transition: top 0.5s ease-out;
	transition: top 0.5s ease-out;
}

.parallax_2 .preview_image.small {
	top:77px;
}

.parallax_2 .content {
	display:block;
	width:100%;
	top:0;
	left:0;
	z-index: 1;
}

.parallax_2 .content_element {
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 100;
	display:block;
	min-height: 100%;
}

.parallax_2 .content_element.text_element {
	/*margin-top: -moz-calc(200% - 168px);
	margin-top: -webkit-calc(200% - 168px);
	margin-top: -o-calc(200% - 168px);
	margin-top: calc(200% - 168px);*/
	margin-top:100%;
	height:100%;
	min-height: -moz-calc(100% + 40px);
	min-height: -webkit-calc(100% + 40px);
	min-height: -o-calc(100% + 40px);
	min-height: calc(100% + 40px);
	padding-top:40px;
}

.parallax_2 .content_element.preview_element {
	background:rgba(0,0,0, 0.8);
	text-align: center;
}

.parallax_2 .content_element.preview_element:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.parallax_2 .content_element.preview_element .inside_preview_element {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.parallax_2 .content_element.preview_element .inside_preview_element h1 {
	font: normal 50px/50px 'Minion Pro', serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	color:#fff;
	padding-bottom:20px;
}

.parallax_2 .content_element.preview_element .inside_preview_element p {
	width:50%;
	margin:0 auto;
}

.parallax_2 .content_element.preview_element .inside_preview_element .scroll_down {
	margin-top:20px;
}

.parallax_2 .content_element.blank_element {
	position:relative;
	background:transparent;
}

.parallax_2 .content_element.text_element {
	display:block;
}

.parallax_2 .content_element.text_element .inside_text_element {
	display:block;
	min-height: 100%;
	text-align: center;
	color:#303030;
	padding:40px 0;
	background:#fff;
}

.parallax_2 .content_element.video_blank {
	z-index: -2;
	margin-top:100%;
	background:transparent;
}

.parallax_2 .content_element.text_element .inside_text_element img {
	max-width: 100%;
	height:auto;
	position:relative;
	margin-bottom:40px;
}

.parallax_2 .content_element.text_element .inside_text_element img.size-parallax_fullscreen {
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:40px;
}

.parallax_2 .content_element.text_element .inside_text_element img.size-parallax_stretch {
	width:80%;
	max-width: 1400px;
	height:auto;
	margin:0 auto;
	margin-bottom:40px;
}

.parallax_2 .content_element.text_element .inside_text_element p {
	display:block;
	width:40%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom:40px;
}

.parallax_2 .content_element.text_element .inside_text_element h2 {
	font: normal 22px/26px 'Gill Sans W01 Medium', sans-serif;
	text-transform: uppercase;
	width:50%;
	max-width: 800px;
	margin:0 auto;
	margin-bottom:40px;
}

.parallax_2 .content_element.text_element .inside_text_element h3 {
	font: normal 16px/16px 'Minion Pro', serif;
	color:#a89966;
	letter-spacing: 0.7px;
	max-width: 80%;
	margin-left:auto;
	margin-right:auto;
}

.parallax_2 .content_element.text_element p a {
	color:#a89966;
	border-bottom:1px solid #a89966;
}

.parallax_2 .content_element.text_element p a:hover {
	opacity:0.8;
}

.video_wrap {
	display:block;
	position: relative;
	width:60%;
	max-width: 1000px;
	margin:0 auto;
}

/* Parallax 2 Video Wrap */

.parallax_2_video .content_home_video_wrap {
	opacity:1;
	z-index: -1;
	position:fixed;
	left:0;
	height:100%;
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top:100px;
}

.parallax_2_video .content_home_video_wrap.small {
	top:65px;
}

/*------------------------------------------------------
ACCORDEON
------------------------------------------------------*/

.accordeon_element {
	display:block;
	opacity:0;
	padding-top:10px;
	padding-bottom:20px;
	border-top:1px solid #bebebe;
	border-bottom:6px solid #303030;
	cursor:pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.accordeon_element.show {
	opacity:1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.accordeon_element:hover .accordeon_click_element, .accordeon_element.active .accordeon_click_element {
	color:#a89966 !important;
}

.accordeon_element.active {
	border-bottom:6px solid #fff;
}

.accordeon_element .accordeon_click_element {
	font-size: 28px;
	line-height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.accordeon_element .small_text {
	font-size: 15px;
	line-height: 18px;
}

.accordeon_element .hidden {
	display: none;
	padding-bottom: 40px;
}

.accordeon_element .download a {
	text-transform: uppercase;
	border-bottom:1px solid #fff;
	padding-bottom:3px;
}

.accordeon_element.active .download a {
	border-bottom:1px solid #a89966;
}

/*------------------------------------------------------
PRESS REVIEWS
------------------------------------------------------*/

.press_reviews {
	padding-bottom:40px;
}

.press_reviews .media {
	font-size:26px;
	line-height: 31px;
	font-style: italic;
	margin-bottom:20px;
}

/*------------------------------------------------------
EXHIBITIONS
------------------------------------------------------*/

.exhibitions {
	padding-bottom:40px;
}

.exhibitions .exhibition_element .hall_stand {
	margin-bottom:15px;
}

.exhibitions .exhibition_element .exhibition_name {
	font-size:28px;
	line-height: 40px;
	margin-top:5px;
	margin-bottom:5px;
	letter-spacing: 1px;
}

.accordeon_element img.exhibition_img {
	max-width: 100%;
	height:auto;
	margin-bottom:20px;
}

.exhibitions .title_make_appointment {
	display:block;
	text-transform: uppercase;
	margin-bottom:15px;
}

.exhibitions .column {
	display:block;
	width: -moz-calc(33.3333% - 20px);
	width: -webkit-calc(33.3333% - 20px);
	width: -o-calc(33.3333% - 20px);
	width: calc(33.3333% - 20px);
	margin-right:20px;
	float:left;
	text-align: left;
}

.exhibitions .column.column_right {
	width:33.3333%;
	margin-right:0;
}

.exhibitions .column input {
	font: normal 17px/21px 'Gill Sans W01 Light', sans-serif;
	border:none 0;
	background:#fff;
	height:34.5px;
	line-height: 35px;
	color:#bebebe;
	font-style: italic;
	padding:0 10px;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	margin-right:20px;
	display:block;
}

.exhibitions .column.column_right input {
	width: -moz-calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	width: -o-calc(100% - 55px);
	width: calc(100% - 55px);
	margin-right:-1px;
	float:left;
}

.exhibitions .column.column_right a.submit {
	display:block;
	width:35px;
	height:35px;
	float:left;
}

.exhibitions .column.column_right a.submit:hover {
	opacity:0.8;
}

.exhibitions .status_error, .exhibitions .status_success {
	display:none;
	clear:both;
	margin-top:20px;
	text-align: center;
	color:#a86666;
}

.exhibitions .status_success {
	color:#a89966;
}

/*------------------------------------------------------
POINTS OF SALE
------------------------------------------------------*/

.points_of_sale {
	padding-bottom:40px;
}

.points_of_sale h3 {
	margin-bottom:45px;
	opacity:0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.points_of_sale.show h3 {
	opacity:1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.points_of_sale .css-map-container {
	opacity:0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	overflow:visible;
}

.points_of_sale.show .css-map-container {
	opacity:1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.points_of_sale .store_list {
	opacity:0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.points_of_sale.show .store_list {
	opacity:1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.points_of_sale .store_list {
	display:block;
	margin-top:45px;
}

.points_of_sale .store {
	display:block;
	text-align: left;
	margin-bottom:25px;
}

.points_of_sale .store .column_left {
	display:block;
	width:30%;
	float:left;
}

.points_of_sale .store .column_right {
	display:block;
	width:70%;
	float:left;
}

.points_of_sale .google_map {
	display:block;
	width:90%;
	height:210px;
}

.points_of_sale .store_title {
	color:#a89966;
	text-transform: uppercase;
	margin-bottom:5px;
}

/*------------------------------------------------------
FORM
------------------------------------------------------*/

.form_page {
	padding-bottom:40px;
	text-align: left;
}

.form_page span.wpcf7-form-control-wrap {
	position:static;
	width:90%;
}

.form_page h3 {
	margin-bottom:45px;
}

.form_page .wpcf7-form {
	margin-top:20px;
}

.form_page .outer_column_left {
	display:block;
	width:25%;
	float:left;
}

.form_page .outer_column_right {
	display:block;
	width:75%;
	float:right;
}

.form_page .outer_column_right .column_left, .form_page .outer_column_right .column_right {
	display:block;
	width:50%;
	float:left;
}

.form_page .contact .column_right {
	margin-top:50px;
}

.form_page .outer_column_right > p {
	margin-bottom:0;
}

.form_page .outer_column_right .column_left p {
	margin-bottom:0;
}

.form_page .outer_column_right br {
	display:none;
}

.form_page h4 {
	color:#a89966;
	text-transform: uppercase;
	margin-bottom:5px;
}

.form_page .select_box {
    border: none 0;
    width: 80%;
    height:34.5px;
    overflow: hidden;
    background: #fff url("images/icon_select.svg") no-repeat right 0;
    margin-bottom:20px;
    margin-top:-5px;
}

.form_page .select_box select {
	display:block;
	font: italic 17px/21px 'Gill Sans W01 Light', sans-serif;
	color:#bebebe;
	margin-top:0;
	padding: 0 12px;
    line-height: 35px;
    height:35px;
    padding-bottom:5px;
    width: 110%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    -moz-outline-style: none;
    cursor:pointer;
}

.form_page .select_box select:focus {
    outline: none;
    -moz-outline-style: none;
}

.form_page select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.form_page input {
	display:block;
	width:90%;
	width: -moz-calc(90% - 24px);
	width: -webkit-calc(90% - 24px);
	width: -o-calc(90% - 24px);
	width: calc(90% - 24px);
	padding:0 12px;
	height:35px;
	background:#fff;
	border:none 0;
	font: italic 17px/21px 'Gill Sans W01 Light', sans-serif;
	color:#bebebe;
	margin-bottom:25px;
}

.form_page span.wpcf7-not-valid-tip {
	display:none !important;
}

.form_page div.wpcf7-response-output {
	margin: 0 !important;
	padding: 10px !important;
	width: 91.5%;
	text-align: center;
}

.form_page div.wpcf7-validation-errors {
	border:2px solid #a89966 !important;
}

.form_page input.wpcf7-not-valid {
	background:#a86666;
	color:#fff;
}

.form_page textarea {
	display:block;
	clear:both;
	margin-top:25px;
	width: -moz-calc(100% - 57px);
	width: -webkit-calc(100% - 57px);
	width: -o-calc(100% - 57px);
	width: calc(100% - 57px);
	border:none 0;
	background:#fff;
	font: italic 17px/21px 'Gill Sans W01 Light', sans-serif;
	color:#bebebe;
	padding:12px;
	resize: none;
}

.form_page input[type='checkbox'] {
	display: block;
	width: 12px;
	height: 12px;
	margin-bottom: auto;
	float: left;
	padding-bottom: 12px;
	margin-top: 4px;
	margin-right: 0;
}

.form_page .contact_terms {
	display:block;
	margin-top:0;
	margin-left:0px;
}

.form_page input.wpcf7-submit, .form_page input.wpcf7-submit:active {
	display:block;
	width:94px;
	height:35px;
	text-align: center;
	background:#a89966;
	color:#fff;
	font: normal 17px/21px 'Gill Sans W01 Medium', sans-serif;
	text-transform: uppercase;
	float:right;
	margin-right:5%;
	cursor:pointer;
}

.form_page input.wpcf7-submit:hover {
	opacity:0.8;
}

/*------------------------------------------------------
CONTACT US
------------------------------------------------------*/

.form_page .contact_us .outer_column_right .column_right {
	margin-top:50px;
}

/*------------------------------------------------------
SIDEBAR
------------------------------------------------------*/

.sidebar {
	position:fixed;
	top:132px;
	left:0;
	width:431px;
	height:100%;
	height: -moz-calc(100% - 168px);
	height: -webkit-calc(100% - 168px);
	height: -o-calc(100% - 168px);
	height: calc(100% - 168px);
	z-index: 20;
	background:#fff;
	color:#303030;
	transition: all 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	-webkit-transform: translateX(-431px);
	transform: translateX(-431px);
}

.sidebar.show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.sidebar .close_sidebar {
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
	z-index: 30;
	-webkit-transition: color 0.4s ease, border-color 0.4s ease;
	transition: color 0.4s ease, border-color 0.4s ease;
}

.sidebar .close_sidebar:hover {
	opacity:0.8;
}

.sidebar a {
	color:#303030;
}

.sidebar strong {
	display:block;
	text-transform: uppercase;
	margin-bottom:10px;
	font-family: 'Gill Sans W01 Medium';
	letter-spacing: 0.8px;
	margin-bottom: -15px;
}

.sidebar .sidebar_wrap {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.sidebar .sidebar_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.sidebar .sidebar_wrap .contact, .sidebar .sidebar_wrap .press_login {
	opacity:0;
	vertical-align: middle;
	margin-left:52px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.sidebar .sidebar_wrap .contact.show, .sidebar .sidebar_wrap .press_login.show {
	opacity:1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* Press Login */

.sidebar .press_login strong {
	margin-bottom:50px;
}

.login_form {
	display:block;
}

.login_form input {
	display:block;
	font: normal 17px/21px 'Gill Sans W01 Light', sans-serif;
	background:#fff;
	height:33px;
	line-height: 35px;
	color:#bebebe;
	font-style: italic;
	padding:0 10px;
	width:305px;
	border:1px solid #a89966;
	display:block;
}

.login_form input.username {
	margin-bottom:7px;
}

.login_form input.password {
	width:270px;
	margin-right:-1px;
	float:left;
}

.login_form a.submit {
	display:block;
	width:35px;
	height:35px;
	float:left;
}

.login_form a.submit:hover {
	opacity:0.8;
}

.login_form a.request_new_login_link {
	display:inline-block;
	margin-top:38px;
	font: normal 17px/21px 'Gill Sans W01 Bold', sans-serif;
	color:#a89966;
	padding-bottom:2px;
	border-bottom:2px solid #a89966;
}

.login_form a.request_new_login_link:hover {
	opacity:0.8;
}

/*------------------------------------------------------
PROTECTED PRESS
------------------------------------------------------*/

.press_protected .login_form {
	display:block;
	width:330px;
	margin:0 auto;
}

.press_protected .error_login {
	display:block;
	clear:both;
	margin-bottom:20px;
	text-align: center;
	color:#a86666;
	font: normal 17px/21px 'Gill Sans W01 Bold', sans-serif;
}

.press_protected .subtitle_press_protected {
	display:block;
	font-size:22px;
	color:#fff;
	font: normal 18px/22px 'Gill Sans W01 Medium', sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:22px;
}

/* Rollover Image */

.press_protected .image_rollover_outer {
	display:inline-block;
	position:relative;
	width:33.3333%;
	width: -moz-calc(33.3333% - 23px);
	width: -webkit-calc(33.3333% - 23px);
	width: -o-calc(33.3333% - 23px);
	width: calc(33.3333% - 23px);
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	height:auto;
	vertical-align: top;
	overflow:hidden;
}
/*
.press_protected .image_rollover_outer:nth-child(3n+1) {
	margin-right:0;
}
*/

.press_protected img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}

.press_protected .image_rollover_outer .image_rollover_inner {
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	bottom:0;
	top:0;
	text-align: center;
	background: rgba(168,153,102, 0);
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.image_rollover_outer:hover .image_rollover_inner {
	opacity:1;
	background: rgba(168,153,102, 0.8);
}

.image_rollover_inner:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.image_rollover_outer .image_rollover_inner .image_rollover_title {
	opacity:0;
	display: inline-block;
	vertical-align: middle;
	width:90%;
	font-size:23px;
	line-height: 27px;
	font-style: italic;
	color:#191919;
	overflow:hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.image_rollover_outer:hover .image_rollover_inner .image_rollover_title {
	opacity:1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.image_rollover_outer .image_rollover_title span.upper {
	text-transform:uppercase;
}

.files_press_protected {
	margin-top:30px;
}

/*------------------------------------------------------
FOOTER
------------------------------------------------------*/

footer {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	text-align: right;
	z-index: 100;
	border-top:1px solid #191919;
	height: 33px;
	width:100%;
	background: #303030;
}

footer ul {
	display:inline-block;
	list-style: none;
	float:right;
	margin-right:17px;
}

footer ul li {
	margin-right:28px;
	float:left;
}

footer ul li:last-child {
	margin-right:0;
}

footer ul li a {
	font-size:13px;
	line-height: 33px;
	color:#969696;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

/*------------------------------------------------------
PAGE NORMAL
------------------------------------------------------*/

.page_normal {
	text-align: left;
}

.page_normal h2 {
	margin-bottom:20px;
}

/*------------------------------------------------------
GALLERY
------------------------------------------------------*/

.gallery_wrapper {
	display:block;
	width:100%;
	height:100%;
	height: -moz-calc(100% + 33px);
	height: -webkit-calc(100% + 33px);
	height: -o-calc(100% + 33px);
	height: calc(100% + 33px);
	text-align: center;
}

.gallery_wrapper .gallery_container {
	display:block;
	height:100%;
	height: -moz-calc(100% - 180px);
	height: -webkit-calc(100% - 180px);
	height: -o-calc(100% - 180px);
	height: calc(100% - 180px);
	overflow:hidden;
	text-align: center;
}

.slick-list, .slick-track {
	height:99.7%;
}

.slick-slide img {
	max-height: 100% !important;
	margin:0 auto;
}

.slick-prev, .slick-next {
    display:block;
    position:fixed;
    bottom:0;
    top:200px;
    width:19px;
    height:35px;
    text-indent: -10000px;
    top:50%;
    margin-top: -45px;
}

.slick-prev {
	left:100px;
	background:url('images/arrow_prev.svg') no-repeat top left;
}

.slick-next {
	right:100px;
	background:url('images/arrow_next.svg') no-repeat top left;
}

.image_container {
	position:relative;
	height:100%;
	max-height: 100%;
}

/* Gallery Thumbs */

.gallery_wrapper .gallery_thumbs {
	height:180px;
	background:#fff;
	overflow:visible;
	margin-top:-33px;
}

.gallery_wrapper .gallery_thumbs ul {
	list-style: none;
	max-height: 100%;
	position:relative;
}

.gallery_wrapper .gallery_thumbs ul li {
	float:left;
	margin-right:30px;
	margin-top:-60px;
	max-height: 100%;
}

.gallery_wrapper .gallery_thumbs ul li img {
	max-height: 100%;
	max-width: 100%;
	cursor:pointer;
}

/* Image Description */

.slick-initialized .slick-slide {
	position:relative;
}

.gallery_img_info {
	display:block;
	position:absolute;
	width:400px;
	height:200px;
	z-index: 100;
	left:50%;
	top:0;
	margin-left:-200px;
	-webkit-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.gallery_img_info.active {
	background:rgba(0,0,0,0.8);
}

.gallery_img_info_inside {
	position:relative;
	width:100%;
	height:100%;
}

.show_info {
	opacity:0;
	position:absolute;
	right:20px;
	top:30px;
	-webkit-transition: opacity 0.4s ease, transform 0.2s ease;
	transition: opacity 0.4s ease, transform 0.2s ease;
	transform-origin: center center;
	cursor:pointer;
	z-index: 100;
}

.show_info.active {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.show_info:hover {
	opacity:0.8;
}

.gallery_img_info_inside .gallery_info_text {
	opacity:0;
	padding-top:10%;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.gallery_img_descr {
	display:block;
	width:60%;
	margin:0 auto;
}

.gallery_img_info_inside .gallery_info_text h3 {
	color:#fff;
	width:60%;
	margin:0 auto 30px auto;
}

/* Scrollbar */

.mCustomScrollBox {
	overflow:visible !important;
}

.mCSB_scrollTools {
	opacity:1 !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	background:#a89966;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height:17px;
	bottom:30px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background:#a89966;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height:10px;
	margin:4px auto;
	background:#303030;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 0;
}

.mCSB_container {
	overflow:visible !important;
}

/* Gallery Links */

.gallery_wrapper .gallery_links {
	position:fixed;
	bottom:55px;
	width:100%;
	text-align: center;
	z-index: 100;
	background:#fff;
}

.gallery_wrapper .gallery_links ul {
	display:inline-block;
	list-style: none;
}

.gallery_wrapper .gallery_links ul li {
	float:left;
	margin-right:35px;
}

.gallery_wrapper .gallery_links ul li:last-child {
	margin-right:0;
}

.gallery_wrapper .gallery_links ul li a {
	font-size:14px;
	line-height: 18px;
	color:#303030;
	text-transform: uppercase;
	font-family:'Gill Sans W01 Medium';
}

.gallery_wrapper .gallery_links ul li a.active {
	color:#a89966;
}

/*------------------------------------------------------
POINTS OF SALE OVERVIEW
------------------------------------------------------*/

.points_of_sale_overview ul.points_of_sale_nav {
	list-style:none;
}

.points_of_sale_overview ul.points_of_sale_nav li {
	float: left;
	margin-right:20px;
}

.points_of_sale_overview ul.points_of_sale_nav li:last-child {
	margin-right:0;
}

.points_of_sale_overview ul.points_of_sale_nav li a {
	text-transform:uppercase;
	border-top:2px solid transparent;
	border-right:1px solid transparent;
	border-left:1px solid transparent;
	padding:15px 15px 12px 15px;
}

.points_of_sale_overview ul.points_of_sale_nav li.active a {
	border-top:2px solid #fff;
	border-right:1px solid #6c654b;
	border-left:1px solid #6c654b;
}

.points_of_sale_overview .seperator_line {
	display: block;
	width: 100%;
	height: 1px;
	background: #867b57;
	margin-top:11px;
}

.points_of_sale_overview .map_box h3 {
	margin:20px 0 20px 0;
}

.points_of_sale_overview h3.store_listing_title {
	color:#fff;
	font-family: 'Gill Sans W01 Light', Times;
	text-transform: none;
	margin:40px 0 10px 0;
	padding-top:8px;
	border-top:1px solid #7e7e7e;
}

.points_of_sale_overview .map_box #gmap {
	width: 100%;
	height: 300px;
	background: #b7b5b2;
}

.points_of_sale_overview .map_box #gmap .gm-style-iw {
	color:#303030;
	text-align: left;
}

.points_of_sale_overview .map_box #gmap .gm-style-iw a {
	color:#a89966;
}

.points_of_sale_overview .map_box #gmap .gm-style-iw .store_title_info {
	display: block;
	color:#a89966;
	margin-bottom:5px;
}

.points_of_sale_overview .store_title {
    color: #a89966;
    margin-bottom: 5px;
    text-transform: uppercase;
    cursor:pointer;
}

.points_of_sale_overview .store_title:hover {
	opacity: 0.8;
}

.points_of_sale_overview .column {
	display: block;
	float: left;
	width: 48%;
	text-align: left;
}

.points_of_sale_overview .column.points_of_sale_column {
	margin-right:1%;
}

.points_of_sale_overview .column.ambassadors_column {
	margin-left:1%;
}

.points_of_sale_overview .column h3 {
	display: block;
	font-size:18px;
	padding-top:8px;
	border-top:1px solid #7e7e7e;
	text-align: center;
	margin-bottom:35px;
	color: #fff;
}

.points_of_sale_overview .map_location {
	margin-bottom:20px;
	border-bottom:1px solid #414141;
}

.points_of_sale_overview .store_address {
	margin-bottom:20px;
}

.points_of_sale_overview .map_location p {
	margin-bottom:0;
}

.points_of_sale_overview .address_add_text {
	margin-bottom:20px;
}

.points_of_sale_overview  img.store_img {
	width: 150px;
	float: left;
	margin-right:18px;
	margin-bottom:0;
	margin-top:6px;
}

.points_of_sale_intro {
	display:block;
	margin-bottom:32px;
}

.points_of_sale_intro h3 {
	margin-bottom:43px;
}

.images_press_protected {
	margin-top:20px;
}

/*------------------------------------------------------
Media Queries
------------------------------------------------------*/

@media all and (max-width: 1550px) and (min-width: 0) {
	.parallax_2 .content_element.preview_element .inside_preview_element p {
		width:50%;
	}
}

@media all and (max-width: 1440px) and (min-width: 0) {
	header {
		height:100px;
	}
	header .bottom_line {
		top:100px;
	}
	header .hamburger {
		display:block;
		top:39px;
	}
	body.show a.logo {
		margin-top:-22px;
		-ms-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	.main {
		top:100px;
	}
	nav, .top_navigation {
		display:block;
	}
	.responsive_nav_box {
		display:none;
		position:absolute;
		left:0;
		top:100px;
		width:100%;
		height:auto;
		background: #303030;
		z-index: 90;
		padding:22px 0 8px 0;
		text-align: center;
		-webkit-transition: top 0.5s ease-out;
		transition: top 0.5s ease-out;
	}
	.responsive_nav_box_inner {
		display:block;
		opacity:0;
		width:200px;
		margin:0 auto;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.responsive_nav_box_inner.show {
		opacity:1;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.responsive_nav_box nav, .responsive_nav_box .top_navigation {
		position:relative;
		right:0;
		top:0;
	}
	.responsive_nav_box nav ul li, body.show .responsive_nav_box .top_navigation ul li, .responsive_nav_box nav ul li ul {
		display:block;
		text-align: center;
		margin:0;
		float:none;
	}
	.responsive_nav_box .magic-line {
		display:none !important;
	}
	.responsive_nav_box .top_nav_box {
		float:none;
		display:block;
		border-top:1px solid #bebebe;
		margin-top:20px;
		padding-top:10px;

	}
	.responsive_nav_box nav ul li, body.show .responsive_nav_box .top_navigation ul li, .responsive_nav_box nav ul li ul li {
		margin-bottom:15px;
	}
	.responsive_nav_box nav ul li ul li {
		margin-bottom:10px;
	}
	.responsive_nav_box nav ul li a, body.show .responsive_nav_box .top_navigation ul li a {
		font: 100 17px/21px 'Gill Sans W01 Light', sans-serif;
	}
	body.show .responsive_nav_box .top_navigation ul li a {
		font-size:16px;
	}
	.responsive_nav_box nav ul li ul {
		margin-top:10px;
		margin-bottom:10px;
	}
	.responsive_nav_box nav ul li ul li a {
		margin-bottom:20px;
		font: 100 12px/21px 'Gill Sans W01 Medium', sans-serif;
		color:#bebebe;
	}
	.responsive_nav_box nav ul li ul li a:hover, .responsive_nav_box nav ul li ul li.current-menu-item a {
		color:#a89966;
	}
	.responsive_nav_box .top_navigation ul.lang_switch {
		display: inline-block;
		float: none;
		margin-left:auto;
	}
	.responsive_nav_box .top_navigation ul.lang_switch li {
		float: left !important;
		margin-right: 20px !important;
	}
	.responsive_nav_box .top_navigation ul.lang_switch li:last-child {
		margin-right:0 !important;
	}
	.top_navigation ul.lang_switch li:first-child::after {
		margin-left:8px;
		margin-top:1px;
	}
	header.small {
		height:65px;
	}
	header.small nav {
		top:0;
	}
	header.small .bottom_line {
		top:65px;
	}
	header.small .hamburger {
		top:22px;
	}
	header.small .responsive_nav_box {
		top:66px;
	}
	.parallax_2 .preview_image {
		top:100px;
	}
	.parallax_2 .preview_image.small {
		top:65px;
	}
	.sidebar {
		top:100px;
		height: -moz-calc(100% - 100px);
		height: -webkit-calc(100% - 100px);
		height: -o-calc(100% - 100px);
		height: calc(100% - 100px);
	}
	.sidebar.small {
		top:65px;
		height: -moz-calc(100% - 65px);
		height: -webkit-calc(100% - 65px);
		height: -o-calc(100% - 65px);
		height: calc(100% - 65px);
	}
	.slick-prev, .slick-next {
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		margin-top:-58px;
	}
	.slick-prev {
		left:18px;
	}
	.slick-next {
		right:18px;
	}
}

@media all and (max-width: 1200px) and (min-width: 0) {
	.parallax_2 .content_element.preview_element .inside_preview_element {
		width:80%;
	}
	.parallax_2 .content_element.text_element .inside_text_element p {
		width:50%;
	}
	.parallax_2 .content_element.text_element .inside_text_element h2 {
		width:60%;
	}

}

@media all and (max-width: 1130px) and (min-width: 0) {
	#map-continents {
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		margin-left:-100px !important;
	}
	.points_of_sale .store .column_left {
		width:40%;
	}
	.points_of_sale .store .column_right {
		width:60%;
	}
	.points_of_sale_overview ul.points_of_sale_nav li {
		margin-right:10px;
	}
	.points_of_sale_overview ul.points_of_sale_nav li a {
		font-size:15px;
	}
}

@media all and (max-width: 1000px) and (min-width: 0) {
	.parallax_2 .content_element.text_element .inside_text_element img.size-parallax_stretch {
		width:90%;
	}
	.video_wrap {
		width:80%;
	}
	.form_page .outer_column_left {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.form_page .outer_column_right {
		width:100%;
		float:none;
	}
	.form_page .outer_column_left .column_1, .form_page .outer_column_left .column_2 {
		display:block;
		width:50%;
		float:left;
	}
	.gallery_img_info {
		height:100%;
	}

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

	.dummy {
		padding-top:100%;
	}

	.image_container {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align:center; /* Align center inline elements */
	    font: 0/0 a;
	    max-width: 100%;
	    width:100%;
	    max-height: auto;
	    height:auto;
	}

	.image_container:before {
		content: '';
		display: inline-block;
		height: -moz-calc(100% - 58px) !important;
		height: -webkit-calc(100% - 58px) !important;
		height: -o-calc(100% - 58px) !important;
		height: calc(100% - 58px) !important;
		vertical-align: middle;
	}

	.slick-prev, .slick-next {
		top: -moz-calc(50% + 58px) !important;
		top: -webkit-calc(50% + 58px) !important;
		top: -o-calc(50% + 58px) !important;
		top: calc(50% + 58px) !important;
	}

	.slick-slide img {
		max-width:100% !important;
		max-height:none !important;
		width:100%;
		display: inline-block;
		vertical-align: middle;
	}

	.slick-track {
		height:100%;
	}
	.gallery_wrapper .gallery_thumbs {
		display:none;
	}
	.gallery_wrapper .gallery_container {
		height:100%;
	}
	.slick-track {
		height:100%;
	}
	.gallery_img_info {
		width:100% !important;
		height:100% !important;
	}
	.gallery_wrapper .gallery_links {
		bottom:33px;
	}
	.gallery_wrapper .gallery_links ul li {
		padding-top:4px;
	}
	.show_info {
		top:10px;
		right:8px;
		left:auto;
		-ms-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.show_info.active {
		-ms-transform: rotate(45deg) scale(0.5);
		-webkit-transform: rotate(45deg) scale(0.5);
		transform: rotate(45deg) scale(0.5);
	}
}

@media all and (max-width: 950px) and (min-width: 0) {
	.points_of_sale_overview ul.points_of_sale_nav li {
		margin-right:5px;
	}
	.points_of_sale_overview ul.points_of_sale_nav li a {
		padding:10px 10px 10px 10px;
	}
}

@media all and (max-width: 880px) and (min-width: 0) {
	#map-continents {
		-ms-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		margin-bottom: -100px !important;
		margin-left: -150px !important;
		margin-top: -100px !important;
	}
}

@media all and (max-width: 800px) and (min-width: 0) {
	.parallax_2 .content_element.preview_element .inside_preview_element h1 {
		font-size:40px;
		line-height: 40px;
	}
	.parallax_2 .content_element.preview_element .inside_preview_element p {
		width:70%;
	}
	.parallax_2 .content_element.text_element .inside_text_element h2 {
		width:70%;
	}
	.parallax_2 .content_element.text_element .inside_text_element p {
		width:60%;
	}
	.centered_content {
		width:90%;
	}
	.accordeon_element .accordeon_click_element {
		font-size:28px;
		line-height: 35px
	}
	.points_of_sale .store .column_left {
		width:50%;
	}
	.points_of_sale .store .column_right {
		width:50%;
	}
	.press_protected .image_rollover_outer {
		width:50%;
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: calc(50% - 20px);
	}
}

@media all and (max-width: 700px) and (min-width: 0) {
	#map-continents {
		margin-left:-200px !important;
	}
	a.unique_piece_preview .preview_text{
		margin:0;
	}
	a.unique_piece_preview:nth-child(even), a.unique_piece_preview:nth-child(odd) {
		text-align: center;
	}
	.points_of_sale_overview ul.points_of_sale_nav li {
		margin-right:15px;
		margin-bottom:5px;
	}
	.points_of_sale_overview ul.points_of_sale_nav li a {
		padding:0;
		font-size:14px;
	}
	.points_of_sale_overview ul.points_of_sale_nav li.active a {
		border-left:none !important;
		border-right:none !important;
		border-top:none !important;
		border-bottom:1px solid #fff;
		line-height: 15px;
	}
	.points_of_sale_overview .column.points_of_sale_column, .points_of_sale_overview .column {
		width: 100%;
		margin-right:0;
		margin-left:0;
		margin-bottom:20px;
	}
}

@media all and (max-width: 600px) and (min-width: 0) {
	footer {
		text-align: center;
	}
	footer ul {
		float:none;
	}
	.accordeon_element .accordeon_click_element {
		font-size:25px;
		line-height: 30px
	}
	.accordeon_element .small_text {
		font-size:13px;
		line-height: 16px;
	}
	#map-continents {
		-ms-transform: scale(0.4);
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		margin-bottom: -150px !important;
		margin-left: -230px !important;
		margin-top: -150px !important;
	}
	.points_of_sale .store .column_left {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.points_of_sale .store .column_right {
		width:100%;
		float:none;
	}
	.points_of_sale .google_map {
		width:100%;
	}
	.exhibitions .column {
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.exhibitions .column.column_right {
		width:100%;
	}
	.form_page .outer_column_right .column_left, .form_page .outer_column_right .column_right {
		width:100%;
		float:none;
	}
	.form_page .contact .column_right {
		margin-top:0;
	}
	.form_page .select_box select {
		width:100%;
	}
	.form_page .select_box {
		width:100%;
	}
	.form_page input {
		width: -moz-calc(100% - 24px);
		width: -webkit-calc(100% - 24px);
		width: -o-calc(100% - 24px);
		width: calc(100% - 24px);
	}
	.form_page textarea {
		width:95%;
	}
	.points_of_sale_overview .image_text_box {
		float:none;
		width:100%;
	}
	.points_of_sale_overview img.store_img {
		float:none;
		margin-right:0;
	}
	.points_of_sale_column .map_location:last-child {
		border-bottom:none 0;
	}

}

@media all and (max-width: 500px) and (min-width: 0) {
	.parallax_2 .content_element.preview_element .inside_preview_element {
		width:90%;
	}
	.parallax_2 .content_element.preview_element .inside_preview_element p {
		width:90%;
	}
	.parallax_2 .content_element.text_element .inside_text_element h2 {
		width:90%;
	}
	.parallax_2 .content_element.text_element .inside_text_element p {
		width:80%;
	}
	.video_wrap {
		width:90%;
	}
	.centered_content {
		margin-top:60px;
	}
	h3 {
		margin-bottom:60px;
	}
	.press_reviews .media {
		font-size:22px;
		line-height: 28px;
	}
	#map-continents {
		margin-left:-280px !important;
	}
	.sidebar {
		width:320px;
	}
	.sidebar .sidebar_wrap .contact, .sidebar .sidebar_wrap .press_login {
		margin-left:20px;
	}
	.login_form input {
		width:250px;
	}
	.login_form input.password {
		width:215px;
	}
	.login_form a.request_new_login_link {
		margin-top:20px;
		font-size:15px;
		line-height: 19px;
	}
	a.unique_piece_preview .preview_text {
		font-size:20px;
		padding:10px;
	}
	.content_home a.show_video {
		font-size:30px;
		padding:20px;
	}
	.content_home .content_home_teaser {
		display:none !important;
	}
	.press_protected .image_rollover_outer {
		width:100%;
		margin-right:20px;
	}
}

@media all and (max-width: 500px) and (min-width: 0) {
	#map-continents {
		margin-left:-320px !important;
	}
	.content_home a.show_video {
		font-size:20px;
		padding:10px;
	}
	.responsive_nav_box {
		padding-top:18px;
	}
	.responsive_nav_box nav ul li a, body.show .responsive_nav_box .top_navigation ul li a {
		font-size:15px;
		line-height: 18px;
	}
	.responsive_nav_box nav ul li ul li a {
		font-size:12px;
		line-height: 15px;
	}
	.responsive_nav_box nav ul li a, body.show .responsive_nav_box .top_navigation ul li a {
		font-size:14px;
		line-height: 17px;
	}
}

@media all and (max-width: 360px) and (min-width: 0) {
	#map-continents {
		-ms-transform: scale(0.3);
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		margin-bottom: -200px !important;
		margin-left: -340px !important;
		margin-top: -200px !important;
	}
}

@media all and (max-width: 320px) and (min-width: 0) {
	body {
		font-size:15px;
		line-height: 18px;
	}
	.parallax_2 .content_element.preview_element .inside_preview_element h1 {
		font-size:35px;
		line-height: 35px;
	}
	footer ul li {
		margin-right:15px;
	}
	footer ul li a {
		font-size:11px;
	}
	h3 {
		font-size:28px;
		line-height: 33px;
		margin-bottom:40px;
	}
	.centered_content {
		margin-top:40px;
	}
	.accordeon_element .accordeon_click_element {
		font-size:20px;
		line-height: 25px;
	}
	.press_reviews .media {
		font-size:18px;
		line-height: 22px;
	}
	.accordeon_element {
		padding-bottom:5px;
	}
	.parallax_2 .content_element.preview_element .inside_preview_element h1 {
		font-size:30px;
		line-height: 30px;
	}
	.form_page textarea {
		width:91%;
	}

}