* {margin:0;padding:0;}
@font-face {
    font-family: 'arialnarrow';
    src: url('../fonts/arialn-webfont.woff2') format('woff2'),
         url('../fonts/arialn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'constantia';
    src: url('../fonts/constan.ttf') format('ttf'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('../fonts/champagne-limousines-webfont.woff2') format('woff2'),
         url('../fonts/champagne-limousines-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  margin: 0;
  padding:0;
}
body {
  font-size: 15px;
  position: relative;
  color: #101010;
  font-family: 'arialnarrow', Arial, sans-serif;
  padding: 106px 0 0;
}
@media (max-width: 767px) {
	body {
		padding: 80px 0 0 0;
	}
}
body.homepage {
  padding: 0;
}
a {
	color: #283a84;
}
a:hover {
	color: #fcba00;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'constantia', 'Times New Roman', serif;
}
/*------------------------------------------*/
/*   General Rules                          */
/*------------------------------------------*/

img {
	max-width: 100%;
}
.clear {
	clear: both;
}
.col-sm-4 {
	text-align: center;
}
/*------------------------------------------*/
/*   Header                                 */
/*------------------------------------------*/

header {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
header ul {
	margin: 0 !important;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}
header p {
	margin: 0;
}
header .moduletable.video {
}
div.video > div {
	position: relative;
	height: 100vh;
}
div.custom.video:before {
	content: "";
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
div.custom.video:after {
	content: "";
	background: url(../img/col-blanc.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20%;
	height: 30%;
	z-index: 100;
	transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
	div.custom.video:after {
		content: "";
		background: url(../img/col-blanc.svg) no-repeat center;
		background-size: contain;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 50%;
		height: 50%;
		z-index: 100;
		transform: translate(-50%,-50%);
	}
}
div.video > div > iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*   Logo                                 
/*------------------------------------------*/
#logo {
	height: 70px;
	width: 190px;
	background: url(../img/logo-degeest2.svg) no-repeat left;
	background-size: contain;
	position: relative;
}
.homepage #logo {
	background: url(../img/logo-white2.svg) no-repeat left;
	background-size: contain;	
}
.smaller #logo {
	background: url(../img/logo-degeest2.svg) no-repeat left;
	background-size: contain;	
}
#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: transparent;
}
#logo h1 {
	line-height: 0;
	font-size: 0;
}
@media (min-width: 768px) {
	#logo {
		display: none;
	}
}
/*------------------------------------------*/
/*   Sticky Menu                            */
/*------------------------------------------*/
#sticky-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
}
@media (max-width: 767px) {
	#sticky-menu {
		padding: 5px 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #FFF;
	}
	.homepage #sticky-menu {
		background: none;
	}
	#sticky-menu.smaller {
		background: #FFF;
	}
}
/*   Menu                                 
/*------------------------------------------*/

@media (max-width: 767px) {
	#menu {
		position: relative;
	}
	#menu .navbar-toggle {
		background: none;
		border: none;
		padding: 0px 0 0 60px;
		margin: 0 !important;
		position: relative;
		height: 60px;
	}
	#menu .navbar-header {
		overflow: hidden;
	}
	#menu .cross-left, #menu .cross-right {
		content: "";
		height: 4px;
		width: 20px;
		background: #434343;
		position: absolute;
		right:1px;
		top: 50%;
		transform: translate(0,-2px) rotate(45deg);
		transition: all ease-in-out 0.3s;
	}
	#menu .cross-right {
		transform: translate(0,-2px) rotate(-45deg);
	}
	#menu .collapsed .cross-left {
		transform: translate(0,-52px) rotate(45deg);
	}
	#menu .collapsed .cross-right {
		transform: translate(0,-52px) rotate(-45deg);
	}
	#menu .menu-title {
		color: #000;
		font-size: 18px;
		position: absolute;
		left: 0;
		bottom: 5px;
		display: block;
		transform: translate(0,-50%);
		text-transform: uppercase;
	}
	.homepage #menu .menu-title {
		color: #FFF;
	}
	.smaller #menu .menu-title {
		color: #000;
	}
	#menu .icon-bar {
		background: #000;
		height: 3px;
		margin: 0 0 2px 0;
		transition: all ease-in-out 0.3s;
		transform: translate(0,50px);
	}
	.homepage #menu .icon-bar {
		background: #FFF;
	}
	.smaller #menu .icon-bar {
		background: #000;
	}
	#menu .collapsed .icon-bar {
		transform: translate(0,0);
	}
	#menu .navbar-collapse {
		border-top: 1px solid #CCC;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 60px;
		width: 100%;
		background: #FFF;
		box-shadow: 0 3px 5px rgba(0,0,0,0.4);
		transition: all ease-in-out 0.2s;
		padding: 10px;
	}
	#menu ul {
		margin: 0;
	}
	#menu ul.menu > li {
		display: block;
		margin: 0;
		width: 100%;
	}
	#menu ul.menu > li > a {
		color: #434343;
		display: block;
		padding: 5px 10px;
		transition: all ease-in-out 0.3s;
		border-bottom: 1px solid #ddd;
	}
	#menu a:hover {
		color: #FFF;
		box-shadow: inset 0 0 0 20px #CCC;
	}
	#menu img {
		max-width: 25px;
		vertical-align: middle;
	}
	#menu ul ul {
		background: #FFF;
		text-align: left;
		padding: 0 15px;
	}
	#menu ul.menu > li > ul > li {
		display: block;
	}
	#menu ul.menu > li > ul > li:last-child {
		border: none;
	}
	#menu ul.menu > li > ul > li > a {
		color: #434343;
		display: block;
		padding: 5px 10px;
		transition: all ease-in-out 0.3s;
		border-bottom: 1px solid #efefef;
	}
}
@media (min-width: 768px) {
	#menu {
		width: 100%;
		font-size: 15px;
		line-height: 20px;
		padding: 0 20px;
		text-transform: uppercase;
		font-family: arial;
		font-weight: bold;
		background: #FFF;
	}
	.homepage #menu {
		background: none;
	}
	.smaller #menu {
		background: #FFF;
	}
	#menu .navbar-collapse:before, #menu .navbar-collapse:after {
		display: none;
	}
	#menu .navbar-collapse {
		display: flex !important;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between
	}
	#menu .navbar-collapse > ul:nth-child(2) {
		order: 1;
		text-align: left;
	}
	#menu .navbar-collapse > ul.home {
		order: 2;
		text-align: center;
	}
	#menu .navbar-collapse > ul:last-child {
		order: 3;
		text-align: right;
	}
	#menu ul  {
		margin: 0;
		padding: 0;
		width: 33.3333%;
	}
	#menu ul.menu > li {
		display: inline-block;
		padding: 38px 15px;
		position: relative;
	}
	#menu a {
		color: #000;
		display: block;
		padding: 5px 0;
		position: relative;
	}
	.homepage #menu a {
		color: #FFF;
	}
	.smaller #menu a {
		color: #000;
	}
	body:not(.homepage) #menu a:hover, body.homepage .smaller #menu a:hover {
		color: #b9121b
	}
	#menu ul.menu > li > a:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: #000;
		transform: translate(0,-10px);
		opacity: 0;
		transition: all ease-in-out 0.3s;
	}
	.homepage #menu ul.menu > li > a:after {
		background: #FFF;
	}
	.smaller #menu ul.menu > li > a:after {
		background: #000;
	}
	#menu ul.menu > li > a:hover:after {
		transform: translate(0,0);
		opacity: 1;
	}
	#menu img {
		max-width: 25px;
		vertical-align: middle;
	}
	#menu .navbar-collapse > ul.home > li {
		padding: 10px 15px;
	}
	#menu .navbar-collapse > ul.home > li > a {
		display: block;
		background: url(../img/logo-degeest2.svg) no-repeat center;
		background-size: contain;
		font-size: 0;
		line-height: 0;
		color: transparent;
		height: 86px;
		width: 224px;
		transition: all ease-in-out 0.3s;
	}
	.homepage #menu .navbar-collapse > ul.home > li > a {
		display: block;
		background: url(../img/logo-white2.svg) no-repeat center;
		background-size: contain;
		font-size: 0;
		line-height: 0;
		color: transparent;
		height: 86px;
		width: 224px;
		transition: all ease-in-out 0.3s;
	}
	.smaller #menu .navbar-collapse > ul.home > li > a {
		background: url(../img/logo-degeest2.svg) no-repeat center;
		background-size: contain;
	}
	#menu ul.home a:after {
		content: "";
		display: none;
	}
	#menu ul.menu > li > ul {
		position: absolute;
		display: none;
		left: 50%;
		padding: 0;
		top: 100%;
		width: auto;
		font-size: 12px;
		transform: translate(-50%,0);
		z-index: 999;
	}
	@keyframes menuin {
		from {opacity: 0;top: 80%;}
		to {opacity: 1;top: 100%;}
	}
	#menu ul.menu > li:hover > ul {
		display: block;
		animation: menuin ease-in-out 0.4s;
	}
	#menu ul.menu > li > ul > li {
		display: block;
		border: 1px solid #FFF;
		background: rgba(256,256,256,0.7);
		margin: 5px 0 0;
		padding: 0 15px;
	}
	#menu ul.menu > li > ul > li {
		display: block;
		border: 1px solid #FFF;
		background: rgba(256,256,256,0.7);
		margin: 5px 0 0;
		padding: 0 15px;
	}
	#menu ul.menu > li > ul > li:hover {
		background: rgba(256,256,256,1);
	}
	#menu ul.menu > li > ul > li > a{
		display: block;
	}
}
@media (min-width: 900px) and (max-width: 1200px) {
	#menu {
		font-size: 12px;
		padding: 0 5px;
	}
	#menu ul.menu > li {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 899px) {
	#menu {
		font-size: 11px;
		padding: 0 5px;
	}
	#menu ul.menu > li {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/*------------------------------------------*/
/*   Content                                */
/*------------------------------------------*/
#content {
}

/*   Home                              
/*------------------------------------------*/

.home .items-leading {
}
.home .items-leading > div {
	font-size: 1.2vw;
	font-weight: 100;
	flex-grow: 1;
}
.home .items-leading > div:first-child {
	width: 100%
}
.home .items-leading > div > div {
	background-size: cover !important;
	background-position: center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc( 100vh - 120px);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all ease-in-out 0.3s;
}
.home .items-leading > div > div.color {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.home .items-leading > div:nth-child(2n+1) > div {
	justify-content: flex-start;
}
.home .items-leading > div:nth-child(2n) > div {
	justify-content: flex-end;
}
.home .items-leading > div > div > div {
	width: 50%;
	text-align: center;
	color: #000
}
.home .items-leading > div > div > div {
	text-align: center;
	color: #000
}
.home .items-leading h2 {
	font-size: 40px;
	line-height: 50px;
	margin: 20px 0px 35px 0px;
	font-weight: 300;
	letter-spacing: 0.2em;
	position: relative;
	text-transform: uppercase;
}
.home .items-leading h2:before {
	display: block;
	content: "";
	height: 115px;
	width: 210px;
	margin: 0 auto 35px;
}
.home .items-leading .tapis h2:before, .home .items-leading .tapijten h2:before, .home .items-leading .carpets h2:before {
	background: url(../img/tapis.svg) center no-repeat;
	background-size: contain;
}
.home .items-leading .cuir h2:before, .home .items-leading .leather h2:before, .home .items-leading .leder h2:before {
	background: url(../img/cuir.svg) center no-repeat;
	background-size: contain;
}
.home .items-leading .tentures h2:before, .home .items-leading .drapery h2:before, .home .items-leading .gordijnen h2:before {
	background: url(../img/tenture.svg) center no-repeat;
	background-size: contain;
}
.home .items-leading .fauteuils h2:before, .home .items-leading .armchairs h2:before, .home .items-leading .zetels h2:before {
	background: url(../img/fauteuil.svg) center no-repeat;
	background-size: contain;
}
.home .items-leading .vetements h2:before, .home .items-leading .clothes h2:before, .home .items-leading .kleding h2:before {
	background: url(../img/col.svg) center no-repeat;
	background-size: contain;
}
.home .items-leading a {
	border: 1px solid #000;
	color: #000;
	border-radius: 0px;
	background: transparent;
	font-family: 'Roboto';
	font-weight: 300;
	background: none;
	padding: 20px 60px;
	display: inline-block;
	margin: 0px;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 23px;
	text-transform: uppercase;
}
.home .items-leading a:hover {
	background: #b9121b;
	color: #FFF;
	text-shadow: none;
}
@media (max-width: 767px) {
	.home .items-leading h2 {
		font-size: 25px;
		line-height: 35px;
		margin: 10px 0px 20px 0px;
	}
	.home .items-leading h2:before {
		height: 100px;
		width: 150px;
		margin: 0 auto 20px;
	}
	.home .items-leading a {
		padding: 10px 30px;
		font-size: 17px;
	}
}
@media (max-width: 450px) {
	.home .items-leading > div > div > div {
		width: 100%;
	}
}
/*   Services                                
/*------------------------------------------*/
.item-page {
	font-size: 20px;
}
.item-page .page-header {
	margin: 0;
	position: relative;
}
.item-page .page-header:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 100;
}
.item-page .item-image {
	max-height: 330px;
	overflow: hidden;
}
.item-page .page-header h2 {
	font-size: 114px;
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	transform: translate(-50%,-50%);
	margin: auto;
	letter-spacing: 0.2em;
	display: block;
	width: 100%;
	text-align: center;
}
@media (max-width: 1100px) {
	.item-page .page-header h2 {
		font-size: 10vw;
	}
}
.item-page .item-text {
	max-width: 1200px;
	margin: 0 auto 60px;
	font-size: 19px;
	line-height: 30px;
	font-weight: 100;
	text-align: center;
	padding: 0 20px;
    font-family: 'champagne__limousinesregular', arial;
}
.item-page h3, #content-top h3 {
	padding: 50px 0 30px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 22px;
	line-height: 30px;
	position: relative;
	margin: 0 0 40px;
}
@media (max-width: 767px) {
	.item-page h3, #content-top h3 {
		padding: 30px 0 20px;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		font-size: 22px;
		line-height: 30px;
		position: relative;
		margin: 0 0 20px;
	}
}
.item-page h3:after, #content-top h3:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	background: #000;
	width: 100%;
	max-width: 330px;
	height: 2px;
}
/*------------------------------------------*/
/*   Content top                           */
/*------------------------------------------*/

#content-top {
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
    font-family: 'champagne__limousinesregular', arial;
}
#content-top p {
	font-size: 20px;
}
#content-top h3 {
	padding: 20px 0 50px;
	font-size: 25px;
	line-height: 35px;
}
#content-top a {
	border: 1px solid #000;
	color: #000;
	border-radius: 0px;
	background: transparent;
	font-family: 'Roboto';
	font-weight: 300;
	background: none;
	padding: 20px 60px;
	display: inline-block;
	margin: 20px 0 0px;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 23px;
	text-transform: uppercase;
}
#content-top a:hover {
	background: #b9121b;
	color: #FFF;
	text-shadow: none;
}
/*------------------------------------------*/
/*   Content bottom                         */
/*------------------------------------------*/

#content-bottom p {
	margin: 0;
}

/*------------------------------------------*/
/*   Footer                                 */
/*------------------------------------------*/

footer {
	line-height: 60px;
	text-align: center;
	padding: 0 20px;
	font-size: 12px;
	color: #5e5e5e;
}
footer p {
	margin: 0;
}

#curry {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.9);
  padding: 2px 5px;
  font-size: 12px;
}
#curry a {
  color: #FFF;
  text-decoration: none;
}
#curry a:hover {
  color: #CCC;
}
#content-bottom {
	padding: 0 20px;
}
#content-bottom .moduletable {
	display: block;
	width: 100%;
	max-width: 750px;
	height: 670px;
	position: relative;
	margin: 0 auto;
}
#content-bottom .category-module > div {
	position: absolute;
	background-position: center center !important;
	background-size: cover !important;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all ease-in-out 0.3s;
}
#content-bottom .category-module > div:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
#content-bottom .category-module > div:nth-child(1) {
	top: 0;
	left: 0;
	width: 215px;
	height: 320px;
}
#content-bottom .category-module > div:nth-child(2) {
	top: 0;
	right: 0;
	width: 505px;
	height: 320px;
}
#content-bottom .category-module > div:nth-child(3) {
	bottom: 0;
	left: 0;
	width: 505px;
	height: 320px;
}
#content-bottom .category-module > div:nth-child(4) {
	bottom: 0;
	right: 0;
	width: 215px;
	height: 320px;
}
@media (max-width: 790px) {
	#content-bottom .moduletable {
		height: 85vw;
		overflow: hidden
	}
	#content-bottom .category-module > div:nth-child(1), #content-bottom .category-module > div:nth-child(4) {
		width: calc( ( (100vw - 40px) / 3) - 10px );
		height: calc(42.5vw - 10px);
	}
	#content-bottom .category-module > div:nth-child(2), #content-bottom .category-module > div:nth-child(3) {
		width: calc( ( (100vw - 40px) / 3 * 2) - 10px );
		height: calc(42.5vw - 10px);
	}
}
@media (max-width: 767px) {
	.mod-languages {
		text-align: center;
	}
	.mod-languages ul {
		padding: 0;
		margin: 0 0 15px;
	}
	.mod-languages ul > li {
		margin: 0 5px;
		display: inline-block !important;
	}
	.mod-languages ul > li > a {
		display: block;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		line-height: 30px;
		box-shadow: 0 0 3px rgba(0,0,0,0.4);
		color: #000;
	}
}
@media (min-width: 768px) {
	.mod-languages {
		position: absolute;
		right: 10px;
		top: 111px;
	}
	.mod-languages ul {
		padding: 0;
		margin: 0;
		width: auto !important;
		display: flex;
		align-items: stretch;
		justify-content: flex-end;
		font-size: 14px;
	}
	.mod-languages li {
		position: relative;
		width: 30px;
		text-align: center;
		line-height: 25px;
		margin: 0 0 0 5px !important;
		padding: 0;
	}
	.mod-languages a {
		padding: 0 !important;
		margin: 0 !important;
		border-radius: 10px;
		background: #FFF;
		opacity: 0.6;
	}
	.mod-languages ul > li.lang-active > a{
		opacity: 1;
	}
	.mod-languages ul > li:not(.lang-active) > a:hover {
		background: #000;
		color: #FFF !important;
		opacity: 1;
	}
	.homepage > div:not(.smaller) .mod-languages ul > li >  a {
		background: none;
	}
}
