@font-face {
    font-family: celine;
    src: url("../fonts/CelineWeb-Medium_06hf.eot");
    src: url("../fonts/CelineWeb-Medium_06hf.eot?#iefix") format('embedded-opentype'), url("../fonts/CelineWeb-Medium_06hf.woff") format('woff'), url("../fonts/CelineWeb-Medium_06hf.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: celine;
    src: url("../fonts/CelineWeb-Bold_07hf.eot");
    src: url("../fonts/CelineWeb-Bold_07hf.eot?#iefix") format('embedded-opentype'), url("../fonts/CelineWeb-Bold_07hf.woff") format('woff'), url("../fonts/CelineWeb-Bold_07hf.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: didot;
	src: url("../fonts/didot.ttf");
}

@font-face {
	font-family: roman;
	src: url("../fonts/lmroman10-regular.otf") format("opentype");
}

@font-face {
	font-family: roman;
	src: url("../fonts/lmroman10-bolditalic.otf") format("opentype");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: roman;
	src: url("../fonts/lmroman10-bold.otf") format("opentype");
	font-weight: bold;
}

@font-face {
	font-family: roman;
	src: url("../fonts/lmroman10-italic.otf") format("opentype");
	font-style: italic;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    outline: none;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

#backgroundchange {
	height: 100%;
	width: 100%;
	opacity: 0.1;
	background: url("../img/bg01.jpg") no-repeat center fixed;
	    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
.backgroundimg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}

#back1 {
    background: url("../img/bg01.jpg") no-repeat center fixed;

}

#back2 {
    background: url("../img/bg02.jpg") no-repeat center fixed;
}

#back3 {
    background: url("../img/bg03.jpg") no-repeat center fixed;
}

#back4 {
    background: url("../img/bg04.jpg") no-repeat center fixed;
}

#back5 {
    background: url("../img/bg01.jpg") no-repeat center fixed;
}

@keyframes backgroundchangeFadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes backgroundchangeFadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
#backgroundchange div:nth-of-type(1) {
  animation-delay: 45s;
  -webkit-animation-delay: 45s;
}
#backgroundchange div:nth-of-type(2) {
  animation-delay: 30s;
  -webkit-animation-delay: 30s;
}
#backgroundchange div:nth-of-type(3) {
  animation-delay: 15s;
  -webkit-animation-delay: 15s;
}
#backgroundchange div:nth-of-type(4) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

#backgroundchange div {
animation-name: backgroundchangeFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 60s;

-webkit-animation-name: backgroundchangeFadeInOut;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 60s;

}
*/
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 0 -30px 0;
}

#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	user-select: none;
}

#header-title {
	font-family: didot;
	color: #111;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	transition: all 2s;
}

#header-title:hover {
	color: #ddd;
	text-shadow: 0px 1px 0 #aaa;
	mix-blend-mode: overlay;
}

#header-menu {
	width: 100%;
	text-align: center;
}

.header-menu-item {
	display: inline-block;
	vertical-align: middle;
	font-family: celine;
	color: #111;
	cursor: pointer;
	transition: 1s all;
}

.header-menu-item:hover {
	color: #aaa;
}

#header-social {
	position: fixed; 
	top: 60px; 
	right: 20px; 
	z-index: 10000;
}

#header-social a {
	color: black;
	text-decoration: none;
	transition: color 0.5s;
}


#header-social a:hover {
	color: grey;
}

#footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	height: 30px;
	width: 100%;
	font-family: celine;
	font-size: 10pt;
	line-height: 30px;
	background-color: white;
	opacity: 0.8;
}

#footer a {
	color: black;
	text-decoration: none;
	transition: color 0.5s;
}


#footer a:hover {
	color: grey;
}

video#bgvid { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
	opacity: 0.1;
	
}

#content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

#side {
	position: fixed;
	width: 100%;
	transform: rotate(90deg);
	z-index: 1000;
}

#side-menu {
	width: 100%;
	text-align: left;
}

.side-title {
	position: fixed;
	vertical-align: middle;
	font-family: didot;
	color: #111;
	transform: none;
	transition: 1s all;
	cursor: pointer;
	user-select: none;
}

.side-title:hover {
	color: #ddd;
	text-shadow: 0px 1px 0 #aaa;
	mix-blend-mode: overlay;
}

.side-menu-item {
	display: inline-block;
	vertical-align: middle;
	font-family: celine;
	color: #111;
	cursor: pointer;
	transition: 1s color;
	transform: rotate(180deg);
}

.side-menu-item:hover {
	color: #aaa;
}

/****************************************************************/ 
/*                         LANDING PAGE                         */
/****************************************************************/

#landing-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

#landing-text {
	position: fixed;
	height: 100%;
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

#landing-text-inner {
	font-family: didot;
	font-size: 45pt;
	letter-spacing: 5px;
	display: inline-block;
	color: #ddd;
	opacity: 0.8;
}


#landing {
	display: inline-block;
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

#landing-inner {

	cursor: pointer;
	height: 90%;
	width: 75%;
	transition: all 1s;
	display: inline-block;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.landing-column:hover {

}

.landing-column {
    display: inline-block;
	height: 100%;
    vertical-align: middle;
    width: 33%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.landing-column img {
	max-height: 90%;
    max-width: 100%;
    border: 1px solid #ffffff;
    transition: all 1s;
}

.landing-with-bg {
    background-color: #fafafa;
	border: 1px solid #e5e5e5;
	opacity: 0.95;
	z-index: 10;
	margin: 0 -10%;
	transition: all 1s;
	width: 33%;
}

.landing-with-bg:hover {
    background-color: #fafafa;
	margin: 0;
	opacity: 1;
	width: 33%;
}

.landing-column img:hover {
    opacity: 0.9;
}

.landing-text {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 30pt;
	font-family: celine;
    border: 1px solid #eee;
    padding: 30px 50px;
    transition: all 1s;

}

/****************************************************************/ 
/*                       COLLECTIONS PAGE                       */
/****************************************************************/

#collections-wrapper {
	width: 100%;
}

#collections {
	text-align: center;
}

.collection-small {
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.95;
	transition: 1s all;
	cursor: pointer;
	color: white;
	font-family: celine;
	text-align: center;
	text-shadow: 0px -1px #ddd;
	text-transform: uppercase;
}

.collection-small:hover {
	background-position: bottom right;
	opacity: 0.7;
	color: #ddd;
}

/****************************************************************/ 
/*                         CONTACT PAGE                         */
/****************************************************************/

#contact a {
	text-decoration: none;
	color: black;
	transition: all 1s;
}

#contact a:hover {
	color: #aaa;
}

#contact-press a {
	color: #145214;
}

#contact-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
}

#contact {
	height: 80%;
	background-color: white;
	opacity: 0.8;
	position: relative;
	
}

#contact-left {
	position: absolute;
}

#contact-right {
	position: absolute;
}

#contact-press {
	position: absolute;
	color: #145214;
	font-family: celine;
}

.contact-card {
	font-family: celine;
}

.contact-card-country {
	color: #145214;
	font-family: celine;
}

.contact-card-title {
	font-weight: bold;
}

/****************************************************************/ 
/*                          ABOUT PAGE                          */
/****************************************************************/

#about-wrapper {
	width: 100%;
	min-height: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
}

#about {	
	opacity: 0.8;
	text-align: center;
}

.about-content {	
	text-align: justify;
	font-family: celine;
}

.about-column {
	float: left;
	width: 49%;
}

.about-title {
	font-family: celine;
	text-align: center;
}


.about-content img {
	max-width: 100%;
	height: auto;
}

/****************************************************************/ 
/*                          PRESS PAGE                          */
/****************************************************************/

#press-wrapper {
	width: 100%;
}

#press {
	width: 100%;	
	text-align: center;
}

#press a {
	text-decoration: none;
	color: black;
	transition: all 1s;
}

#press p {
	text-align: center;
	font-family: celine;
	font-size: 9pt;
	padding: 40px;
	margin-bottom: 30px;
	color: #777;
	text-transform: uppercase;
}

#press a:hover {
	color: #aaa;
}

.press-item {
	opacity: 1;
	margin: 2% 0.5%;
	max-width: 48%;
	display: inline-block;
	vertical-align: middle;
	transition: 1s all;
	padding: 0;
	background-color: #444;
}

.press-item img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.press-item:hover {
	opacity: 0.8;
	background-color: #222;
}

/****************************************************************/ 
/*                       COLLECTION PAGE                       */
/****************************************************************/

#left-arrow {
	height: 90%;
	position: fixed;
	left: 5px;
	top: 50px;
	width: 50px;
	background-image: url('../img/arrow-left.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 1000;
	transition: all 1s;
}

#left-arrow:hover {
	opacity: 0.6;
}

#right-arrow {
	height: 90%;
	position: fixed;
	right: 5px;
	top: 50px;
	width: 50px;
	background-image: url('../img/arrow-right.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 1000;
	transition: all 1s;
}

#right-arrow:hover {
	opacity: 0.6;
}

#collection-wrapper {
	width: 100%;
	height: 100%;
}

#collection {
	height: 90%;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 50px;
	left: 0;
}

.collection-item {
	opacity: 1;
	margin: 0 5px;
	height: 95%;
	display: inline-block;
	vertical-align: middle;
	transition: 1s all;
	padding: 0;	
}

#collection p {
	height: 100%;
}

.collection-item img {
	margin: 0;
	padding: 0;
	height: 100%;
	width: auto;
}

.collection-item:hover {
	opacity: 0.8;
}