@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora|Oswald|Vollkorn|Quicksand|Droid Serif");

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
html, body {
 margin: 0;
 background: #99694b;
 width: 100%;
 height: 100%;
 font-family: 'Quicksand';
 font-size: 16px;
	--anim-time: 3s;
	--anim-delay-first: 1s;
	--anim-delay-second: calc(var(--anim-delay-first) + var(--anim-time));
	--anim-time-total: calc(var(--anim-time) + var(--anim-delay-first)/3 + var(--anim-delay-second));
 scroll-snap-type: y proximity;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
}

/* Works on Firefox */
* {
 scrollbar-width: thin;
 scrollbar-color: #808080 #E0E0E0;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
 width: 7px;
}

*::-webkit-scrollbar-track {
 background: #E0E0E0;
}

*::-webkit-scrollbar-thumb {
 background-color: #808080;
 border-radius: 20px;
 border: 3px solid #808080;
}

* {
 box-sizing: border-box;
}

a {font-family: 'Quicksand', Verdana, Arial; font-size: 20px; color: #B58D6A; text-decoration: none;}
a:link {font-family: 'Quicksand', Verdana, Arial; font-size: 20px; color: #B58D6A; text-decoration: none;}
a:visited {font-family: 'Quicksand', Verdana, Arial; font-size: 20px; color: #B58D6A; text-decoration: none;}
a:hover {font-family: 'Quicksand', Verdana, Arial; font-size: 20px; color: #B58D6A; text-decoration: underline;}
a:active {font-family: 'Quicksand', Verdana, Arial; font-size: 20px; color: #B58D6A; text-decoration: underline;}

h1{font-size:16px; font-weight: 800;}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.ray-wide{letter-spacing:4px}
.ray-justify{text-align:justify!important}
.ray-opacity,.ray-hover-opacity:hover{opacity:0.60}
.ray-font{font-family: 'Quicksand', Verdana, Arial; font-size: 18px;}
.ray-font-small{font-family: 'Quicksand', Verdana, Arial; font-size: 14px;}
.ray-upper{text-transform: uppercase;}
.ray-bold{font-weight: bold;}
.ray-title{font-family: 'Droid Serif', Verdana, Arial; font-size: 18px; font-weight: normal; text-transform: uppercase;}
.ray-content-small{margin-left:auto;margin-right:auto}.ray-content-small{max-width:750px}
.ray-content{margin-left:auto;margin-right:auto}.ray-content{max-width:950px}
.ray-grid{margin-left:auto;margin-right:auto}.ray-grid{max-width:950px}
.ray-slogan{margin-left:auto;margin-right:auto}.ray-slogan{max-width:740px}
.ray-center{text-align:center!important}
.ray-padding-32{padding-top:32px!important;padding-bottom:32px!important;padding-left:10px!important;padding-right:10px!important;}
.ray-padding-32-2{padding-top:10px!important;padding-bottom:32px!important;}
.ray-padding-32-3{padding-top:10px!important;padding-bottom:10px!important;padding:10px!important;}
.ray-padding-64{padding-top:64px!important;padding-bottom:64px!important;padding-left:10px!important;padding-right:10px!important;}
.ray-black{color:#000;}
.ray-white{color:#fff;}
.ray-red{color:#B00000;}

.ray-padding-32-2{padding:10px!important;}

.wrapper {
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 1;
 overflow-x-hidden;
}

.parallax-container {
 position: relative;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100%;
 width: 100%;
 z-index: 2;
}

.columns{
 margin-left:auto;
 margin-right:auto;
 position: relative;
 max-width: 1200px;
 display: grid;
 grid-gap: 1rem;
 padding-left:10px!important;
 padding-right:10px!important;
}

.column{
 position: relative;
 padding: 1rem;
 width: 100%;
 min-height: 300px;
}

/* 2 column */
@media (min-width: 500px) {
.columns { grid-template-columns: repeat(1, 1fr); }
}


/* Screen larger than 900px? 3 columns */
@media (min-width: 1000px) {
.columns { grid-template-columns: repeat(2, 1fr); }
}

.photo__item{
 position: relative;
 height: 100%;
 width: 100%;
 border: 4px solid #99694b;
 overflow:hidden;
}

.photo__item img{
 height: 100%;
 width: 100%;
 transform: scale(1);
 object-position: center center;
 object-fit: cover;
 text-indent: -140px;
 opacity:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.photo__item img:hover{
 opacity:0.65;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}

.section {
 position: relative;
 width: 100%;
 z-index: 10;
}
.border-top{
 border-top: 2px solid #99694b;
}
.border-bottom{
 border-bottom: 2px solid #99694b;
}
.border-left{
 border-left: 2px solid #99694b;
}
.border-right{
 border-right: 2px solid #99694b;
}

.minheight30 {
 height: 30px;
}
.minheight50 {
 height: 50px;
}
.minheight {
 height: 50px;
}
.shadow{
 box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.section .container {
 left: 0; 
 right: 0; 
 margin-left: auto; 
 margin-right: auto; 
 width: 100%;

 -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
       -ms-user-select: none; /* Internet Explorer/Edge */
           user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome, Edge, Opera and Firefox */
}

.block50 {
 position: absolute;
 width: 50%;
 height: 100%;
	background-color: rgba(46, 42, 42, 0.95);
 z-index: 1;
 user-select: none;
}
.blocks {
 position: relative;
 width: 100%;
	background-color: rgba(46, 42, 42, 0.95);
 height: 400px;
}
.block30 {
 position: absolute;
 width: 30%;
	background-color: rgba(46, 42, 42, 0.95);
 height: 400px;
}
.block70 {
 position: absolute;
 width: 70%;
 height: 400px;
}
.float-left{
 left:0;
 float:left;
}
.float-right{
 right:0;
 float:right;
}

.vcenter{
 position: relative;
 margin-left:auto;
 margin-right:auto;
 width: 80%;
 top: 50%;
 transform: translateY(-50%);
}

.button_white {
 margin-left:auto;
 margin-right:auto;
 background-color: transparant;
 padding: 8px;
 color: #fff;
 max-width: 250px;
 text-decoration: none;
 font-family: 'Quicksand',Verdana, Arial;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 border: 1px solid #E0E0E0;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.button_white:hover {
 background-color: #ffffff40;
 cursor: pointer;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}

.button_white2 {
 margin-left:auto;
 margin-right:auto;
 background-color: transparant;
 padding: 8px;
 color: #fff;
 max-width: 350px;
 text-decoration: none;
 font-family: 'Quicksand',Verdana, Arial;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 border: 1px solid #E0E0E0;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.button_white2:hover {
 background-color: #ffffff40;
 cursor: pointer;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}

.button_brown2 {
 margin-left:auto;
 margin-right:auto;
 background-color: transparant;
 padding: 8px;
 color: #99694b;
 max-width: 400px;
 text-decoration: none;
 font-family: 'Quicksand',Verdana, Arial;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 border: 1px solid #99694b;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.button_brown2:hover {
 background-color: #99694b40;
 cursor: pointer;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}

.button_brown {
 position: absolute;
 right:10px;
 top:10px;
 background-color: transparant;
 padding: 4px;
 color: #fff;
 width: 200px;
 text-decoration: none;
 font-family: 'Quicksand', Verdana, Arial;
 font-size: 10pt;
 text-align: center;
 border: 1px solid #99694b;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.button_brown:hover {
 background-color: #ffffff40;
 cursor: pointer;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}

.col-brown{
 color: #99694b;
}

.splash-index {
 position: relative;
 background: #fff;
 height: 80%;
 height: calc(80% - 50px);
 overflow:hidden;
 width: 100%;
}

.splash {
 position: relative;
 background: #fff;
 height: 60%;
 height: calc(60% - 50px);
 overflow:hidden;
 width: 100%;
}

.index-title {
 position: absolute;
 left: 0;
 right: 0;
 margin:auto;
 top: 25%;
 height: 100px;
 font-family: 'Droid Serif', Verdana, Arial;
 font-size: 40px;
 font-weight: bold;
 color: #fff;
 letter-spacing:4px;
 text-transform: uppercase;
 line-height: 20px;
 text-align: center;
 z-index: 12;

 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
     -ms-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 1000px) {

.index-title {
 position: absolute;
 left: 0;
 right: 0;
 margin:auto;
 top: 25%;
 height: 100px;
 font-family: 'Droid Serif', Verdana, Arial;
 font-size: 30px;
 font-weight: bold;
 color: #fff;
 letter-spacing:4px;
 text-transform: uppercase;
 line-height: 100px;
 text-align: center;
 z-index: 12;

 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
     -ms-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;
}

}

.raymann-logo {
 position: absolute;
 left: 0;
 right: 0;
 margin:auto;
 top: 15%;
 width: 400px;
 height: 100px;
 text-align: center;
 background-image: url('../img/raymann-logo.png');
 background-position: center;
 background-repeat: no-repeat;
 background-size: 80%;
 z-index: 15;

 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
     -ms-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;
}

.splash-content-logo {
 position: absolute;
 left: 10px;
 right: 10px;
 margin:auto;
 top: 20%;
 max-width: 600px;
 height: 150px;
 background-image: url('../img/raymann-logo.png');
 background-position: top center;
 background-repeat: no-repeat;
  background-size: contain;
 z-index: 26;

 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
     -ms-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;
}

.splash-content-logo2 {
 position: absolute;
 left: 10px;
 right: 10px;
 margin:auto;
 top: 15%;
 max-width: 600px;
 height: 150px;
 background-image: url('../img/raymann-logo.png');
 background-position: top center;
 background-repeat: no-repeat;
  background-size: contain;
 z-index: 26;

 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
     -ms-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;
}

.raymann-logo:hover {
 background-image: url('../img/raymann-logo.png');
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100%;
 cursor:pointer;

 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
     -ms-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;
}

.splash-content {
 position: absolute;
 left: 10px;
 right: 10px;
 margin:auto;
 top: 52%;
 max-width: 1000px;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 20px;
 grid-auto-flow: row;
 justify-items: stretch;
 align-items: stretch;
 place-self: center;
 z-index: 25;
}

.splash-content2 {
 position: absolute;
 left: 10px;
 right: 10px;
 margin:auto;
 top: 35%;
 max-width: 30%;
 display: grid;
 grid-template-columns: 1fr;
 gap: 10px;
 grid-auto-flow: row;
 justify-items: stretch;
 align-items: stretch;
 place-self: center;
 z-index: 25;
}

.splash-content-item {
 position: relative;
 background: #2e2a2a;
 padding: 8px;
 text-align: center;
 font-size: 20px;
 color: #fff;
 border-bottom: 4px solid #99694b;
 z-index: 10;

 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
     -ms-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;


 -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
       -ms-user-select: none; /* Internet Explorer/Edge */
           user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome, Edge, Opera and Firefox */
}

.splash-content-item:hover {
 background: #2e2a2a;
 cursor:pointer;

 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
     -ms-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;
}

.section .popout{
 position: absolute;
 top: -50px;
 left: 0; 
 right: 0;
 margin: 0 auto;
} 

.bg-white{background: #FFFFFF;}
.bg-black{background: #000000;}
.bg-brown{background: #2e2a2a;}
.bg-lightbrown{background: #99694b;}

.brownline {
 margin-left:auto;
 margin-right:auto;
 padding-top:20px;
 max-width:980px;
 background-image: url('../img/brownline.png');
 background-position: center 10px;
 background-repeat: no-repeat;
 text-align:center!important;
 height:30px;
}
.darkbrownline {
 margin-left:auto;
 margin-right:auto;
 padding-top:20px;
 max-width:980px;
 background-image: url('../img/darkbrownline.png');
 background-position: center 10px;
 background-repeat: no-repeat;
 text-align:center!important;
 height:30px;
}
.quotation{
  font-size: 20px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}
.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  font-size: 3em;
}
.quotation-footer{
  margin:0;
  padding-bottom:10px;
  text-align: right;
  font-style: italic;
}

.visible{
 display:block;
}

.nav-menu {
 position: absolute;
 top: 0;
 background: #2e2a2a;
 width: 100%;
 height: 50px;
 text-align: center;
 border-bottom: 4px solid #99694b;
 z-index: 1200;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}

.nav-menu-fixed {
 position: fixed;
 top: 0;
 background: #2e2a2a;
 width: 100%;
 height: 50px;
 text-align: center;
 visibility: hidden;
 opacity: 0;
 border-bottom: 4px solid #99694b;
 z-index: 1500;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}


.nav-menu-fixed2 {
 position: fixed;
 top: 0;
 background: #2e2a2a;
 width: 100%;
 height: 50px;
 text-align: center;
 border-bottom: 4px solid #99694b;
 z-index: 1500;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}

.fadeIn {
 visibility: visible;
 opacity: 1;
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}

.fadeOut {
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}

.nav-items {
 display: inline-block;
 *display: inline; /* For IE7 */
	margin: 2px auto;
 width: 850px;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 1rem;
 text-align: center;
}
.nav-items .nav-item {
 display: inline-block;
	list-style: none;
	margin: 0 10px;
 padding: 0.3em 0;
	position: relative;
}
.nav-items .nav-item a {
	display: block;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	height: 1.8rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.nav-items .nav-item a span {
	color: #ffffff;
	display: block;
	transition: transform 0.5s ease;
	width: 100%;
}
.nav-items .nav-item a span:nth-child(1) {
	color: #ffffff;
}
.nav-items .nav-item:hover a span:nth-child(1) {
	transform: translateY(-100%);
}
.nav-items .nav-item a span:nth-child(2) {
	color: #ffffff;
}
.nav-items .nav-item:hover a span:nth-child(2) {
	transform: translateY(-100%);
}
.nav-items a:before,
.nav-items a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-items a:before {
  bottom: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #fff;
}
.nav-items a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.nav-items .nav-item:hover a:before,
.nav-items .nav-item .current:before {
  opacity: 1;
  width: 100%;
}
.nav-items .nav-item:hover a:after,
.nav-items .nav-item .current:after {
  max-width: 100%;
}

.nav-mobile {
 position: absolute;
 left: 50px;
}

.nav-logo {
 position: absolute;
 top: 6px;
 left: 10px;
 height: 35px;
 width: 150px;
 background-image: url('../img/raymann-logo.png');
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
 cursor: pointer;
 transform: scale(1);
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;

}

.nav-logo:hover {
 transform: scale(1.2);
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}

/* Screen mobile */
@media only screen and (max-width: 900px) {

.nav-menu {
 position: absolute;
 top: 0;
 background: #2e2a2a;
 width: 100%;
 height: 70px;
 text-align: center;
 border-bottom: 4px solid #99694b;
 z-index: 1200;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}

.nav-logo {
 position: absolute;
 top: 6px;
 left: 10px;
 height: 55px;
 width: 180px;
 background-image: url('../img/raymann-logo.png');
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
 cursor: pointer;
 transform: scale(1);
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;

}

}

/* -------------------------------- 
   Kwaliteit 
-------------------------------- */
.quality{
 margin-left:auto;
 margin-right:auto;
 position: relative;
 max-width: 1200px;
 display: grid;
 grid-template-columns: repeat(1, 1fr);
 grid-gap: 20px;
 place-items: center;
 place-self: center;
 user-select: none;
 padding-left:10px!important;
 padding-right:10px!important;
}

.quality__item{
 position: relative;
 width: 150px;
 height: 100%
}

/* 2 column */
@media (min-width: 300px) {
.quality { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 800px) {
.quality { grid-template-columns: repeat(4, 1fr); }
}

.quality__item_image{
 width: 100%;
 height: 180px;
 background-position: top center;
 background-repeat: no-repeat;
 background-size: 100%;
 z-index:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}

.icon-1{background-image: url("../img/icon-1.png");}
.icon-2{background-image: url("../img/icon-2.png");}
.icon-3{background-image: url("../img/icon-3.png");}
.icon-4{background-image: url("../img/icon-4.png");}
.icon-5{background-image: url("../img/icon-5.png");}
.icon-6{background-image: url("../img/icon-6.png");}
.icon-7{background-image: url("../img/icon-7.png");}
.icon-8{background-image: url("../img/icon-8.png");}
.icon-9{background-image: url("../img/icon-9.png");}
.icon-10{background-image: url("../img/icon-10.png");}

.quality__item_title{
 color: #000;
 font-size:18px;
 font-weight:normal;
 text-align:center;
 user-select: none;
}
.quality__item_text{
 color: #000;
 font-size:18px;
 font-weight:normal;
 text-align:center;
 user-select: none;
}

/* ====== HOVER ====== */
.quality__item:hover .quality__item_image{
 -webkit-transform: scale(1.2);
         transform: scale(1.2);
}

/* -------------------------------- 
   Branches
-------------------------------- */
.branches{
 margin-left:auto;
 margin-right:auto;
 position: relative;
 max-width: 1200px;
 display: grid;
 grid-template-columns: repeat(1, 1fr);
 grid-gap: 20px;
 place-items: center;
 place-self: center;
 user-select: none;
 padding-left:10px!important;
 padding-right:10px!important;
}

.branches__item{
 position: relative;
 width: 350px;
 height: 200px;
 padding: 8px;
 border: 4px solid #99694b;
 overflow: hidden;
}

/* 2 column */
@media (min-width: 300px) {
.branches { grid-template-columns: repeat(1, 1fr); }
}

/* 2 column */
@media (min-width: 800px) {
.branches { grid-template-columns: repeat(2, 1fr); }
}

/* 3 columns */
@media (min-width: 1100px) {
.branches { grid-template-columns: repeat(3, 1fr); }
}

.branches__item__container{
 position: relative;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.item_image{
 position: absolute;
 height: 100%;
 width: 100%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 opacity:0.80;
 z-index:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}

.particulier{background-image: url("../img/fotos/img-branche-particulier.jpg");}
.horeca{background-image: url("../img/fotos/img-branche-horeca.jpg");}
.retail{background-image: url("../img/fotos/img-branche-retail.jpg");}
.onderwijs{background-image: url("../img/fotos/img-branche-onderwijs.jpg");}
.office{background-image: url("../img/fotos/img-branche-office.jpg");}
.zorg{background-image: url("../img/fotos/img-branche-zorg.jpg");}

.item_title{
 position: absolute;
 width: 100%;
 line-height: 35px;
 color: #fff;
 font-weight:400;
 text-align:center;
 z-index:2;
}
.item_content {
 position: absolute;
 bottom:-1rem;
 width: 100%;
	background-color: #00000090;
 z-index: 1;
 user-select: none;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.item_inside {
 text-align:center!important;
 padding:5px;
 color: #fff;
 overflow: hidden;
 height: 0;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}

/* ====== HOVER ====== */
.branches__item:hover .item_content {
	 margin-top: -5rem;
  cursor:pointer;
}
.branches__item:hover .item_inside {
	 height: 5rem;
}

.branches__item:hover .item_image {
 opacity:1;
 cursor:pointer;
 -webkit-transform: scale(1.4);
         transform: scale(1.4);
}
/* -------------------------------- 
   Grid gallery
-------------------------------- */

.gallery {
 margin-left:auto;
 margin-right:auto;
 position: relative;
 height: 800px;
 width: 100%;
 border-left: 4px solid #99694b;
 border-bottom: 4px solid #99694b;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 grid-template-rows: 1fr 1fr 1fr;
 gap: 0px 0px;
 grid-auto-flow: row;
 justify-items: stretch;
 align-items: stretch;
 place-self: center;
 user-select: none;
 grid-template-areas:
   "box1 box1 box2 box3"
   "box1 box1 box4 box5"
   "box6 box7 box8 box9";
}

.gallery__item-1 { grid-area: box1; }
.gallery__item-2 { grid-area: box2; }
.gallery__item-3 { grid-area: box3; }
.gallery__item-4 { grid-area: box4; }
.gallery__item-5 { grid-area: box5; }
.gallery__item-6 { grid-area: box6; }
.gallery__item-7 { grid-area: box7; }
.gallery__item-8 { grid-area: box8; }
.gallery__item-9 { grid-area: box9; }

.gallery .gallery__item{
 position: relative;
 border-top: 4px solid #99694b;
 border-right: 4px solid #99694b;
 overflow:hidden;
}

.gallery__item-text{
 position: absolute;
 left:10px;
 bottom:-30px;
 font-size: 18px;
 color: #fff;
 text-transform: uppercase;
 opacity:0;
 z-index:10;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.gallery .gallery__item img{
 height: 100%;
 width: 100%;
 transform: scale(1);
 object-position: top center;
 object-fit: cover;
 text-indent: -140px;
 opacity:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.gallery .gallery__item img:hover{
 opacity:0.65;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.gallery .gallery__item:hover .gallery__item-text{
 bottom:10px;
 cursor:pointer;
 opacity:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}

.gallery__mobile{
 position: relative;
 width: 100%;
 border-top: 4px solid #99694b;
 border-bottom: 4px solid #99694b;
 overflow:hidden;
}

.gallery__mobile__item-text{
 position: absolute;
 left:10px;
 bottom:-30px;
 font-size: 18px;
 color: #fff;
 text-transform: uppercase;
 opacity:0;
 z-index:10;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.gallery__mobile img{
 height: 100%;
 width: 100%;
 transform: scale(1);
 object-position: top center;
 object-fit: cover;
 text-indent: -140px;
 opacity:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.gallery__mobile img:hover{
 opacity:0.65;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.gallery__mobile:hover .gallery__mobile__item-text{
 bottom:10px;
 cursor:pointer;
 opacity:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}

/* -------------------------------- 
   Portfolio gallery
-------------------------------- */

.portfolio {
 margin-left:auto;
 margin-right:auto;
 position: relative;
 width: 100%;
 display: grid;
 grid-gap: 1rem;
 place-items: center;
 place-self: center;
 user-select: none;
 padding-left:10px!important;
 padding-right:10px!important;
}

.portfolio .portfolio__item{
 position: relative;
 height: 240px;
 width: 100%;
 border: 4px solid #99694b;
 overflow:hidden;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
.portfolio { grid-template-columns: repeat(2, 1fr); }

.portfolio .portfolio__item{
 height: 180px;
 width: 280px;
}
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 1100px) {
.portfolio { grid-template-columns: repeat(3, 1fr); }

.portfolio .portfolio__item{
 height: 180px;
 width: 280px;
}
}

.portfolio__item-text{
 position: absolute;
 left:10px;
 bottom:-30px;
 font-size: 18px;
 color: #fff;
 text-transform: uppercase;
 opacity:0;
 z-index:10;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.portfolio .portfolio__item img{
 height: 100%;
 width: 100%;
 transform: scale(1);
 object-position: top center;
 object-fit: cover;
 text-indent: -140px;
 opacity:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.portfolio .portfolio__item img:hover{
 opacity:0.65;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}
.portfolio .portfolio__item:hover .portfolio__item-text{
 bottom:10px;
 cursor:pointer;
 opacity:1;

 -webkit-transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
     -ms-transition: all 0.60s ease-in-out;
      -o-transition: all 0.60s ease-in-out;
}

/* -------------------------------- 
   Form
-------------------------------- */
.form-style {
 max-width: 750px;
 padding: 0;
 margin: 0 auto;
}
.form-style ul {
 padding:0;
 margin:0;
 list-style:none;
}
.form-style ul li {
 display: block;
 margin-bottom: 10px;
 min-height: 40px;
}
.form-style ul li .field-style {
 background: transparent;
 background-image: url('../img/blank.gif');
 background-position-x: right 5px;
 background-position-y: top 4px;
 background-size: 24px 24px;
 background-repeat: no-repeat;
 padding: 8px;
 font-size: 18px;
 color: #fff;
 border: 1px solid #fff;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.form-style ul li .error {
 background-image: url('../img/error.png');
 background-position-x: right 5px;
 background-position-y: top 4px;
 background-size: 24px 24px;
 background-repeat: no-repeat;
 padding: 8px;
 font-size: 18px;
 color: #fff;
 text-transform: uppercase;
 border: 1px solid #99694b;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.form-style ul li .reload {
 background-image: url('../img/reload.png');
 background-position: center center;
 background-size: 100%;
 background-repeat: no-repeat;
 height:21px;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.form-style ul li .field-style:focus, .form-style ul li .field-style:hover {
 border: 1px solid #808080;
 cursor: pointer;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.form-style ul li .field-split{
    width: 49%;
}
.form-style ul li .field-split82 {
    width: 87%;
}
.form-style ul li .field-split12 {
    width: 12%;
}
.form-style ul li .field-split90 {
    width: 88%;
}
.form-style ul li .field-split4 {
    width: 10%;
}
.form-style ul li .field-full {
    width: 100%;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {

.form-style ul li .field-split90 {
    width: 93%;
}
.form-style ul li .field-split4 {
    width: 5%;
}
}

.form-style ul li textarea{
 outline: none;
 width: 100%;
 height: 120px;
 font-size: 18px;
 color: #fff;
}
.form-style ul li input, .form-style ul li select{
 outline: none;
}
.form-style ul li input:focus,
.form-style ul li select:focus{
   
 border: 1px solid #ccc;
 cursor: pointer;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
textarea,
input[type=text] {
    font-family:Arial;
}
::placeholder {
 text-transform: uppercase;
}

.form-style ul li input.align-left,
.form-style ul li select.align-left,
.form-style ul li div.align-left{
 float:left;
}
.form-style ul li input.align-right,
.form-style ul li select.align-right,
.form-style ul li div.align-right{
 float:right;
}
.form-style ul li .button_big {
 background: #99694b;
 padding: 8px;
 font-family:Arial;
 font-size: 18px;
 color: #fff;
 text-transform: uppercase;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 opacity:1;
 border: 1px solid #fff;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.form-style ul li .button_big:hover {
    opacity:0.70;
    cursor: pointer;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}

/* -------------------------------- 
   Footer
-------------------------------- */
.footer {
 margin-left:auto;
 margin-right:auto;
 position: relative;
 width: 100%;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 0px 0px;
 grid-auto-flow: row;
 justify-items: stretch;
 align-items: stretch;
 place-self: center;
 user-select: none;
}
.footer > div{
 width: 300px;
}
.footer-col-1 {
 border-right: 1px solid #fff;
}
.footer-col-2 {
 padding-left: 20px;
 border-right: 1px solid #fff;
}
.footer-col-3 {
 padding-left: 20px;
}
.footer-title {
 margin-bottom: 30px;
 position: relative;
 font-family: 'Quicksand', Verdana, Arial;
 font-weight:normal;
}
.footer-title:after {
 position: absolute;
 content: "";
 background: #fff;
 width: 12%;
 height: 1px;
 left: 0;
 bottom: -15px;
}
.footer-text {
 margin-top: 10px;
}
.footer-text-50 {
 width: 50%;
 float:left;
}

.footer-fax {
 margin-top: 10px;
 background-image: url('../img/icon-fax.png');
 background-position-x: left 0px;
 background-position-y: top 0px;
 background-size: 16px 16px;
 background-repeat: no-repeat;
 padding-left: 30px;
 cursor: pointer;
}
.footer-phone {
 margin-top: 10px;
 background-image: url('../img/icon-phone.png');
 background-position-x: left 0px;
 background-position-y: top 0px;
 background-size: 16px 16px;
 background-repeat: no-repeat;
 padding-left: 30px;
 cursor: pointer;
}
.footer-email {
 margin-top: 10px;
 background-image: url('../img/icon-email.png');
 background-position-x: left 0px;
 background-position-y: top 0px;
 background-size: 16px 16px;
 background-repeat: no-repeat;
 padding-left: 30px;
 cursor: pointer;
}
a.footer-link {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 18px; color: #2e2a2a; text-decoration: none;}
a.footer-link:link {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 18px; color: #2e2a2a; text-decoration: none;}
a.footer-link:visited {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 18px; color: #2e2a2a; text-decoration: none;}
a.footer-link:hover {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 18px; color: #2e2a2a; text-decoration: underline;}
a.footer-link:active {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 18px; color: #2e2a2a; text-decoration: underline;}

a.footer-link-small {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 14px; color: #2e2a2a; text-decoration: none;}
a.footer-link-small:link {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 14px; color: #2e2a2a; text-decoration: none;}
a.footer-link-small:visited {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 14px; color: #2e2a2a; text-decoration: none;}
a.footer-link-small:hover {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 14px; color: #2e2a2a; text-decoration: underline;}
a.footer-link-small:active {font-family: 'Quicksand', Verdana, Arial; font-weight: 500; font-size: 14px; color: #2e2a2a; text-decoration: underline;}

.footer-left {
 float: left;
 font-size: 14px;
 color: #2e2a2a;
}
.footer-right {
 float: right;
 text-align: right;
 font-size: 16px;
 color: #2e2a2a;
}
.social {
 margin-top: 20px;
}

.social > .icon{
 float: left;
 margin-right: 10px;
 background-position: top center;
 background-repeat: no-repeat;
 background-size: contain;
 height: 30px;
 width: 30px;
 opacity: 0.60;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}

.social > .icon:hover{
 opacity: 1;
 -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
 cursor: pointer;

 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
}
.social > .fb{
 background-image: url('../img/fb.png');
}
.social > .is{
 background-image: url('../img/is.png');
}
.social > .pi{
 background-image: url('../img/pi.png');
}
.social > .in{
 background-image: url('../img/in.png');
}

/* -------------------------------- 
Fullscreen Menu
-------------------------------- */
 .hamburger {
	 position: fixed;
	 top: 1.5%;
	 right: 2%;
	 height: 18px;
	 width: 30px;
	 cursor: pointer;
	 z-index: 10000;
	 transition: opacity 0.25s ease;
}
 .hamburger:hover {
	 opacity: 0.7;
}
 .hamburger.active .top {
	 transform: translateY(11px) translateX(0) rotate(45deg);
	 background: #fff;
}
 .hamburger.active .middle {
	 opacity: 0;
	 background: #fff;
}
 .hamburger.active .bottom {
	 transform: translateY(-11px) translateX(0) rotate(-45deg);
	 background: #fff;
}
 .hamburger span {
	 background: #fff;
	 border: none;
	 height: 5px;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: all 0.35s ease;
	 cursor: pointer;
}
 .hamburger span:nth-of-type(2) {
	 top: 11px;
}
 .hamburger span:nth-of-type(3) {
	 top: 22px;
}
 .overlay {
	 position: fixed;
	 background: #111;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 0%;
	 opacity: 0;
	 visibility: hidden;
	 transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	 overflow: hidden;
  z-index:9999;
}
 .overlay.open {
	 opacity: 0.9;
	 visibility: visible;
	 height: 100%;
}
 .overlay.open li {
	 animation: fadeInRight 0.5s ease forwards;
	 animation-delay: 0.35s;
}
 .overlay.open li:nth-of-type(2) {
	 animation-delay: 0.4s;
}
 .overlay.open li:nth-of-type(3) {
	 animation-delay: 0.45s;
}
 .overlay.open li:nth-of-type(4) {
	 animation-delay: 0.5s;
}
 .overlay nav {
	 position: relative;
	 height: 40%;
	 top: 40%;
	 transform: translateY(-50%);
	 font-size: 30px;
	 font-family: 'Vollkorn', serif;
	 font-weight: 400;
	 text-align: center;
}

@media only screen and (max-device-width: 480px) {

 .overlay nav {
	 position: relative;
	 height: 40%;
	 top: 40%;
	 transform: translateY(-50%);
	 font-size: 30px;
	 font-family: 'Vollkorn', serif;
	 font-weight: 200;
	 text-align: center;
}
}
 .overlay ul {
	 list-style: none;
	 padding: 0;
	 margin: 0 auto;
	 display: inline-block;
	 position: relative;
	 height: 100%;
}
 .overlay ul li {
	 display: block;
	 height: 25%;
	 height: calc(100% / 4);
	 min-height: 50px;
	 position: relative;
	 opacity: 0;
}
 .overlay ul li a {
	 display: block;
	 position: relative;
	 color: #fff;
	 text-decoration: none;
	 overflow: hidden;
}
 .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	 width: 100%;
}
 .overlay ul li a:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 width: 0%;
	 transform: translateX(-50%);
	 height: 3px;
	 background: #fff;
	 transition: 0.35s;
}
 @keyframes fadeInRight {
	 0% {
		 opacity: 0;
		 left: 20%;
	}
	 100% {
		 opacity: 1;
		 left: 0;
	}
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  border: 4px solid #99694b;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vacature_button{
 position: absolute;
 top: 70px;
 right: 0px;
 width: 180px;
 height: 110px;
 background-color: #2e2a2a;
 font-family: 'Quicksand', Verdana, Arial;
 font-size: 26px;
 font-weight: bold;
 color: #fff;
 z-index: 1150;
 border-radius: 0px 0px 0px 50%;
 padding: 10px;
 text-align: center;
 cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;

  -webkit-animation: blink 1s infinite;  /* Safari 4+ */
  -moz-animation: blink 1s infinite;  /* Fx 5+ */
  -o-animation: blink 1s infinite;  /* Opera 12+ */
  animation: blink 1s infinite;  /* IE 10+, Fx 29+ */
}

/* Screen larger than 600px? 2 column */
@media (min-width: 1000px) {

.vacature_button{
 display: none;
 position: absolute;
 top: 50px;
 right: 0px;
 width: 180px;
 height: 110px;
 background-color: #2e2a2a;
 font-family: 'Quicksand', Verdana, Arial;
 font-size: 26px;
 font-weight: bold;
 color: #fff;
 z-index: 1150;
 border-left: 4px solid #99694b;
 border-bottom: 4px solid #99694b;
 border-radius: 0px 0px 0px 50%;
 padding: 10px;
 text-align: center;
 cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;

  -webkit-animation: blink 2s infinite;  /* Safari 4+ */
  -moz-animation: blink 2s infinite;  /* Fx 5+ */
  -o-animation: blink 2s infinite;  /* Opera 12+ */
  animation: blink 2s infinite;  /* IE 10+, Fx 29+ */
}

}

.vacature_button:hover{
 background-color: #99694b;
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}

@-webkit-keyframes blink {
  0%,
  49% {
 background-color: #99694b;
  }
  50%,
  100% {
 background-color: #2e2a2a;
  }
}