html {
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  body {
    padding: 0px;
  }
}
#wrapper {
  min-height: 100%;
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
}
.clear {
  clear: both;
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
header {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  height: 120px;
  background: #FFFCF7;
}
@media only screen and (max-width: 950px) {
  header {
    margin-left: 0px;
    border-right: none;
    border-left: none;
    height: 80px;
  }
}
header .head {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header .head .logo {
  float: left;
  display: block;
  height: 100%;
  height: 220px;
  overflow: hidden;
}
header .head .logo img {
  height: 100px;
  border: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 950px) {
  header .head .logo img {
    height: 65px;
    margin-top: 5px;
    margin-left: 10px;
  }
}
header .head nav {
  float: right;
  height: 120px;
  color: #fff;
}
header .head nav .menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .head nav .menu li {
  padding: 0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
header .head nav .menu a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  padding: 50px 2px 10px 2px;
  box-shadow: inset 0px -4px 0px rgba(177, 20, 8, 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;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0px 25px 0px 25px;
  color: #311702;
}
header .head nav .menu a:hover,
header .head nav .menu a.active {
  box-shadow: inset 0px -4px 0px #b11408;
}
@media only screen and (max-width: 950px) {
  header .head nav {
    display: none;
  }
}
header .head .mob-nav {
  float: right;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 32px;
  color: #000;
  padding-top: 20px;
}
@media only screen and (min-width: 950px) {
  header .head .mob-nav {
    display: none;
  }
}
#header .background#layers {
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 110%;
  height: 110%;
  opacity: 1;
}
#layers .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#layers .layer#layer1 {
  background-image: url('/img/layer-1.jpg');
}
#layers .layer#layer2 {
  background-image: url('/img/layer-2.png');
}
#layers .layer#layer3 {
  background-image: url('/img/layer-3.png');
}
#header {
  position: relative;
  display: block;
  height: 86%;
  min-height: 600px;
  max-height: 600px;
  width: 100%;
  background: #A6CCCA;
  overflow: hidden;
}
#header .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#header .section {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  padding-bottom: 160px;
  margin-bottom: -160px;
}
@media only screen and (max-width: 550px) {
  main {
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
main #cover {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
main #cover .content {
  width: 100%;
  height: 100%;
  padding: 120px 0px 0px 0px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  main #cover .content {
    padding: 80px 0px 0px 0px;
  }
}
main #cover .content img {
  width: 100%;
}
main #cover .down {
  width: 15px;
  margin: 0 auto;
  margin-top: -45px;
  -webkit-animation: arrowmove 1s infinite;
  -moz-animation: arrowmove 1s infinite;
  -o-animation: arrowmove 1s infinite;
  animation: arrowmove 1s infinite;
}
main #cover .down img {
  width: 100%;
}
@-webkit-keyframes arrowmove {
  0% {
    margin-top: -45px;
  }
  85% {
    margin-top: -50px;
  }
  100% {
    margin-top: -45px;
  }
}
@-moz-keyframes arrowmove {
  0% {
    margin-top: -45px;
  }
  85% {
    margin-top: -50px;
  }
  100% {
    margin-top: -45px;
  }
}
@-o-keyframes arrowmove {
  0% {
    margin-top: -45px;
  }
  85% {
    margin-top: -50px;
  }
  100% {
    margin-top: -45px;
  }
}
@keyframes arrowmove {
  0% {
    margin-top: -45px;
  }
  85% {
    margin-top: -50px;
  }
  100% {
    margin-top: -45px;
  }
}
main #projects {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main #projects .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
main #projects .content .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
main #projects .content .flex-container .flex-item {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.2);
  height: 380px;
  text-align: center;
  margin: 0px 10px;
  background-position: center center;
  width: 21%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
main #projects .content .flex-container .flex-item .gradient {
  margin-top: 180px;
  height: 200px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 160px 10px 10px 20px;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
main #projects .content .flex-container .flex-item .gradient img {
  float: left;
  width: 30px;
  margin-right: 10px;
  margin-top: -7px;
}
@media only screen and (max-width: 950px) {
  main #projects .content .flex-container .flex-item {
    width: 40%;
    margin: 10px;
    height: 200px;
  }
  main #projects .content .flex-container .flex-item .gradient {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 550px) {
  main #projects .content .flex-container .flex-item {
    width: 55%;
    margin: 10px;
    height: 100px;
  }
  main #projects .content .flex-container .flex-item .gradient {
    margin-top: 0px;
    height: 100px;
    padding-top: 60px;
  }
}
main #about {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main #about .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
main #about .content h2 {
  font-weight: 500;
  font-size: 32px;
  color: #311702;
  margin: 40px 0px;
}
@media only screen and (max-width: 550px) {
  main #about .content h2 {
    margin: 10px 0px 20px 0px;
  }
}
main #about .content img {
  width: 100%;
  max-width: 800px;
}
main #about .content p {
  font-size: 16px;
  font-weight: 300;
  color: #311702;
  max-width: 800px;
  margin: 0 auto;
  line-height: 26px;
  margin-top: 20px;
}
@media only screen and (max-width: 550px) {
  main #about .content p {
    font-size: 16px;
  }
}
main #about .content .btn {
  margin: 0 auto;
  margin-top: 15px;
  display: inline-block;
  padding: 8px 35px 8px 35px;
  border-radius: 50px;
  color: #B11408;
  font-weight: 500;
  background: rgba(237, 147, 18, 0);
  font-size: 18px;
  margin-top: 30px;
  border: 4px solid #ED9312;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
main #about .content .btn:hover {
  background: #ed9312;
  color: #fff;
}
main #jobs {
  width: 100%;
  margin: 0 auto;
  background: #F6EEE5;
}
main #jobs .jobs-grid {
  padding: 20px 20px 50px 20px;
}
main #jobs .jobs-grid .content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
main #jobs .jobs-grid .content h2 {
  font-weight: 500;
  font-size: 32px;
  color: #311702;
  margin: 40px 0px;
}
@media only screen and (max-width: 550px) {
  main #jobs .jobs-grid .content h2 {
    margin: 10px 0px 20px 0px;
  }
}
main #jobs .jobs-grid .content p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  max-width: 650px;
  margin: 0 auto;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main #jobs .jobs-grid .content p {
    font-size: 16px;
  }
}
main #jobs .jobs-grid .content img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
main #jobs .jobs-grid .content .btn {
  margin: 0 auto;
  margin-top: 15px;
  display: inline-block;
  padding: 8px 35px 8px 35px;
  border-radius: 50px;
  color: #B11408;
  font-weight: 500;
  background: rgba(237, 147, 18, 0);
  font-size: 18px;
  margin-top: 30px;
  border: 4px solid #ED9312;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
main #jobs .jobs-grid .content .btn:hover {
  background: #ed9312;
  color: #fff;
}
main #jobs .jobs-grid .content .lnk {
  display: inline-block;
  padding: 5px 0px;
  box-shadow: inset 0px -1px 0px #ffffff;
  color: #fff;
  margin-top: 15px;
  font-weight: 300;
}
main .sorting {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
main .sorting .sort {
  width: 100%;
  max-width: 968px;
  min-height: 80px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0px;
}
main .sorting .sort .bar {
  display: block;
  width: 955px;
  position: absolute;
  margin-top: 10px;
  border-bottom: 1px solid #CED7E0;
}
main .sorting .sort ul.filter {
  list-style: none;
  margin: 0 auto;
  position: relative;
  width: auto;
  padding: 0;
  padding-bottom: 25px;
}
main .sorting .sort ul.filter li {
  display: inline;
  position: relative;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: .031em;
  text-transform: uppercase;
  margin: 0 -2px;
}
main .sorting .sort ul.filter li a {
  padding: 5px 25px 5px 25px;
  color: #777;
}
main .sorting .sort ul.filter li a:hover {
  color: #363636;
  text-decoration: none;
  cursor: pointer;
}
main .sorting .sort .items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8px;
  margin-bottom: -8px;
}
main .sorting .sort .items:before,
main .sorting .sort .items:after {
  display: table;
  content: "";
  line-height: 0;
}
main .sorting .sort .items:after {
  clear: both;
}
main .sorting .sort .items li {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0;
  background: #f3f4f5;
  width: 223px;
  margin: 10px 10px 23px 10px;
  height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
main .sorting .sort .items li .gradient {
  margin-top: 50px;
  height: 200px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 160px 10px 10px 20px;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
main .sorting .sort .items li .gradient img {
  float: left;
  width: 30px;
  margin-right: 10px;
  margin-top: -7px;
}
main .sorting .sort .items li .gradient:hover {
  padding: 150px 10px 10px 20px;
}
@media only screen and (max-width: 1000px) {
  main .sorting .sort {
    max-width: 730px;
  }
  main .sorting .sort .bar {
    max-width: 715px;
  }
}
@media only screen and (max-width: 750px) {
  main .sorting .sort {
    max-width: 480px;
  }
  main .sorting .sort .bar {
    display: none;
  }
}
@media only screen and (max-width: 510px) {
  main .sorting .sort {
    max-width: 240px;
  }
  main .sorting .sort .bar {
    display: none;
  }
}
main .isotope,
main .isotope .isotope-item {
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
}
main .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
main .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
main .isotope figure,
main .items figure {
  margin: 0;
}
main .post-content .isotope figure {
  margin: auto;
}
main .apps-bottom {
  width: 100%;
  margin: 0 auto;
  background: #f3f4f5;
  min-height: 50px;
}
main .apps-bottom.white {
  background: #fff;
}
main .apps-bottom.border {
  border-bottom: 1px solid #ccc;
}
main .apps-bottom .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 10px 40px 10px;
}
main .apps-bottom .content img {
  width: 100%;
  max-width: 40px;
  margin-bottom: 20px;
}
main .apps-bottom .content p {
  font-size: 18px;
  font-weight: 300;
  color: #393939;
  max-width: 650px;
  margin: 0 auto;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .apps-bottom .content p {
    font-size: 16px;
  }
}
main #about-cover {
  width: 100%;
  height: 290px;
  background-image: url(../../../img/cover.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media only screen and (max-width: 600px) {
  main #about-cover {
    height: 200px;
  }
}
main #about-cover .content {
  width: 100%;
  height: 100%;
  padding: 10px 20px 20px 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  main #about-cover .content {
    padding: 30px 20px 20px 20px;
  }
}
main #about-cover .content .text {
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  background: rgba(11, 137, 244, 0.8);
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  main #about-cover .content .text {
    font-size: 16px;
    margin-top: 70px;
    line-height: 20px;
  }
}
main #about-cover .content .text h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  main #about-cover .content .text h2 {
    font-size: 22px;
  }
}
main #about-cover .content .text p {
  color: rgba(255, 255, 255, 0.6);
}
main .about-block {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .about-block h2 {
  font-weight: 500;
  font-size: 32px;
  color: #311702;
  margin: 40px 0px;
}
@media only screen and (max-width: 550px) {
  main .about-block h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .about-block .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
main .about-block .content .text {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
main .about-block .content .text h2 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #311702;
  margin: 20px 0px;
}
@media only screen and (max-width: 550px) {
  main .about-block .content .text h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .about-block .content .text span {
  font-size: 14px;
  opacity: 0.5;
}
main .about-block .content .text p {
  font-size: 16px;
  font-weight: 300;
  color: #311702;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .about-block .content .text p {
    font-size: 16px;
  }
}
main .about-block .content .about-image {
  -webkit-flex: 0 0 320px;
  -moz-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  main .about-block .content .about-image {
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}
main .about-block .content .about-image img {
  max-width: 260px;
}
main .about-block .content.sec .text {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
main .about-block .content.sec .about-image {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  main .about-block .content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .about-block .content .text {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  main .about-block .content .about-image {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  main .about-block .content.sec .text {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  main .about-block .content.sec .about-image {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
main .contact {
  background: #F6EEE5;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
}
main .contact .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
main .contact .content .address {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
main .contact .content .address h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #311702;
}
@media only screen and (max-width: 550px) {
  main .contact .content .address h3 {
    margin: 0px 0px 20px 0px;
  }
}
main .contact .content .address p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .contact .content .address p {
    font-size: 16px;
  }
}
main .contact .content .address p a {
  color: #B11408;
  text-decoration: underline;
}
main #team {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main #team .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
main #team .content .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
main #team .content .flex-container .flex-item {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.2);
  height: 270px;
  text-align: center;
  margin: 10px 0px;
  background-position: center center;
  -webkit-flex: 0 1 18%;
  -moz-flex: 0 1 18%;
  -ms-flex: 0 1 18%;
  flex: 0 1 18%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
main #team .content .flex-container .flex-item .gradient {
  margin-top: 170px;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  padding: 60px 10px 10px 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
main #team .content .flex-container .flex-item .gradient img {
  float: left;
  width: 30px;
  margin-right: 10px;
  margin-top: -7px;
}
@media only screen and (max-width: 950px) {
  main #team .content .flex-container .flex-item {
    -webkit-flex: 0 1 23%;
    -moz-flex: 0 1 23%;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    height: 200px;
  }
  main #team .content .flex-container .flex-item .gradient {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  main #team .content .flex-container .flex-item {
    -webkit-flex: 0 1 48%;
    -moz-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    height: 200px;
  }
  main #team .content .flex-container .flex-item .gradient {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 550px) {
  main #team .content .flex-container .flex-item {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 190px;
  }
  main #team .content .flex-container .flex-item .gradient {
    margin-top: 90px;
    height: 100px;
    padding-top: 60px;
  }
}
main #team .content .flex-container .flex-item:hover .gradient {
  padding-top: 50px;
}
@media only screen and (max-width: 550px) {
  main #team .content .flex-container .flex-item:hover .gradient {
    padding-top: 60px;
  }
}
main .jobs-block {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .jobs-block .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
main .jobs-block .content p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .jobs-block .content p {
    font-size: 16px;
  }
}
main .jobs-block .content p a {
  color: #B11408;
  font-weight: 500;
}
main .jobs-block .content li {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
main .jobs-block .content .job-line {
  display: block;
  width: 100%;
  background: #222a34;
  padding: 15px 20px 15px 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
main .jobs-block .content .job-line i {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  margin-bottom: -5px;
  display: inline-block;
  width: 40px;
  text-align: center;
}
main .jobs-block .content .job-line:hover {
  background: #f15827;
  color: #ffffff;
}
main .blog-block {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .blog-block .content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
main .blog-block .content p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content p {
    font-size: 16px;
  }
}
main .blog-block .content p a {
  color: #f15827;
  font-weight: 500;
}
main .blog-block .content .blog-item {
  width: 100%;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item {
    padding: 10px 10px 10px 10px;
  }
}
main .blog-block .content .blog-item .blog-img {
  height: 160px;
  padding: 5px;
  border: 1px solid #eee;
  text-align: center;
  -webkit-flex: 0 0 160px;
  -moz-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
main .blog-block .content .blog-item .blog-img img {
  max-width: 148px;
  max-height: 148px;
}
@media only screen and (max-width: 700px) {
  main .blog-block .content .blog-item .blog-img {
    -webkit-flex: 0 0 140px;
    -moz-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
  main .blog-block .content .blog-item .blog-img img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item .blog-img {
    -webkit-flex: 0 0 60px;
    -moz-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
  }
  main .blog-block .content .blog-item .blog-img img {
    max-width: 48px;
    max-height: 48px;
  }
}
main .blog-block .content .blog-item .blog-content {
  padding-left: 20px;
  display: -webkit-1;
  display: -moz-1;
  display: -ms-1box;
  display: -ms-1;
  display: 1;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
main .blog-block .content .blog-item .blog-content .blog-title {
  font-weight: 500;
  margin: 5px auto 10px auto;
  padding: 0;
  color: #103B73;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item .blog-content .blog-title {
    font-size: 14px;
  }
}
main .blog-block .content .blog-item .blog-content .blog-datum {
  margin-top: 5px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 14px;
}
main .blog-block .content .blog-item .blog-content .blog-text p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}
main .blog-block .content .blog-item .blog-content .blog-text a {
  color: #f15827;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item .blog-content .blog-text {
    display: none;
  }
}
main .blog-block .content .blog-item-big {
  width: 100%;
  padding: 20px 10px 20px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 700px) {
  main .blog-block .content .blog-item-big {
    padding: 10px 10px 10px 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main .blog-block .content .blog-item-big .blog-img {
  height: 160px;
  padding: 5px;
  border: 1px solid #eee;
  text-align: center;
  -webkit-flex: 0 0 160px;
  -moz-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
main .blog-block .content .blog-item-big .blog-img img {
  max-width: 148px;
  max-height: 148px;
}
@media only screen and (max-width: 700px) {
  main .blog-block .content .blog-item-big .blog-img {
    -webkit-flex: 0 0 160px;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-bottom: 20px;
  }
  main .blog-block .content .blog-item-big .blog-img img {
    max-width: 148px;
    max-height: 148px;
  }
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item-big .blog-img {
    -webkit-flex: 0 0 160px;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 160px;
  }
  main .blog-block .content .blog-item-big .blog-img img {
    max-width: 148px;
    max-height: 148px;
  }
}
main .blog-block .content .blog-item-big .blog-content {
  padding-left: 20px;
  display: -webkit-1;
  display: -moz-1;
  display: -ms-1box;
  display: -ms-1;
  display: 1;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
main .blog-block .content .blog-item-big .blog-content .blog-title {
  font-weight: 500;
  margin: 5px auto 10px auto;
  padding: 0;
  color: #103B73;
  letter-spacing: 1px;
  font-size: 22px;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item-big .blog-content .blog-title {
    font-size: 18px;
  }
}
main .blog-block .content .blog-item-big .blog-content .blog-datum {
  margin-top: 15px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 14px;
}
main .blog-block .content .blog-item-big .blog-content .blog-text p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
  margin: 20px 0px;
  padding: 0px;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item-big .blog-content .blog-text p {
    font-size: 16px;
  }
}
main .blog-block .content .blog-item-big .blog-content .blog-text a {
  color: #f15827;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item-big .blog-content {
    padding-left: 0px;
  }
}
main .support-block {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .support-block .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
main .support-block .content p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .support-block .content p {
    font-size: 16px;
  }
}
main .support-block .content p a {
  color: #f15827;
  font-weight: 500;
}
main .support-block .content li {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
main .support {
  width: 100%;
  margin: 0 auto;
  background: #f3f4f5;
}
main .support .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
main .news-article {
  float: left;
  width: 365px;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  margin: 0px 10px 10px 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media only screen and (max-width: 825px) {
  main .news-article {
    width: 100%;
    float: right;
  }
}
main .news-article .news-title {
  padding-top: 60px;
  margin-top: 120px;
  text-align: left;
  color: #fff;
  height: 140px;
  padding-left: 20px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), #000000);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), #000000);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  letter-spacing: 1px;
}
main .news-article .news-title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0px 0;
}
main .news-article .news-title span {
  font-size: 12px;
  font-weight: 700;
}
main .avonden {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .avonden h2 {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #311702;
  margin: 40px 0px;
}
@media only screen and (max-width: 550px) {
  main .avonden h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .avonden .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
main .avonden-block {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .avonden-block a.content {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
main .avonden-block a.content:hover {
  background: #F6EEE5;
}
main .avonden-block a.content .text {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
main .avonden-block a.content .text h2 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #311702;
  margin: 0px 0px 5px 0px;
}
@media only screen and (max-width: 550px) {
  main .avonden-block a.content .text h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .avonden-block a.content .text span {
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 0px;
}
main .avonden-block a.content .text p {
  font-size: 14px;
  font-weight: 300;
  color: #311702;
  line-height: 23px;
  margin-top: 5px;
}
@media only screen and (max-width: 550px) {
  main .avonden-block a.content .text p {
    font-size: 14px;
  }
}
main .avonden-block a.content .about-image {
  -webkit-flex: 0 0 150px;
  -moz-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  main .avonden-block a.content .about-image {
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}
main .avonden-block a.content .about-image img {
  max-width: 130px;
}
main .avonden-block a.content.sec .text {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
main .avonden-block a.content.sec .about-image {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  main .avonden-block a.content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .avonden-block a.content .text {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  main .avonden-block a.content .about-image {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  main .avonden-block a.content.sec .text {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  main .avonden-block a.content.sec .about-image {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
main .leden-block {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .leden-block h2 {
  font-weight: 500;
  font-size: 32px;
  color: #311702;
  margin: 40px 0px;
}
@media only screen and (max-width: 1000px) {
  main .leden-block h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .leden-block .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
main .leden-block .content .text {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
main .leden-block .content .text h2 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #311702;
  margin: 20px 0px;
}
@media only screen and (max-width: 1000px) {
  main .leden-block .content .text h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .leden-block .content .text span {
  font-size: 14px;
  opacity: 0.5;
}
main .leden-block .content .text p {
  font-size: 16px;
  font-weight: 300;
  color: #311702;
  line-height: 26px;
}
@media only screen and (max-width: 1000px) {
  main .leden-block .content .text p {
    font-size: 16px;
  }
}
main .leden-block .content .text p a {
  color: #b11408;
  font-weight: 700;
}
main .leden-block .content .text p a:hover {
  text-decoration: underline;
}
main .leden-block .content .about-image {
  -webkit-flex: 0 0 250px;
  -moz-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  text-align: left;
  padding-top: 20px;
}
@media only screen and (max-width: 1000px) {
  main .leden-block .content .about-image {
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-bottom: 30px;
  }
}
main .leden-block .content .about-image a {
  color: #b11408;
  font-weight: 700;
  display: block;
  padding: 5px 0px;
  margin: 0px;
}
main .leden-block .content .about-image a:hover,
main .leden-block .content .about-image a.active {
  text-decoration: underline;
}
main .leden-block .content.sec .text {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
main .leden-block .content.sec .about-image {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  main .leden-block .content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .leden-block .content .text {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  main .leden-block .content .about-image {
    text-align: left;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  main .leden-block .content.sec .text {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  main .leden-block .content.sec .about-image {
    text-align: left;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
main #login {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main #login .content {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  background: #F6EEE5;
  border: 1px solid #ED9312;
}
main #login .content h2 {
  font-weight: 500;
  font-size: 32px;
  color: #311702;
  margin: 40px 0px;
}
@media only screen and (max-width: 550px) {
  main #login .content h2 {
    margin: 10px 0px 20px 0px;
  }
}
main #login .content img {
  width: 100%;
  max-width: 800px;
}
main #login .content p {
  font-size: 16px;
  font-weight: 300;
  color: #311702;
  max-width: 800px;
  margin: 0 auto;
  line-height: 26px;
  margin-top: 20px;
}
@media only screen and (max-width: 550px) {
  main #login .content p {
    font-size: 16px;
  }
}
main #login .content .password {
  width: 80%;
  height: 40px;
  border: 1px solid #ed9312;
  font-size: 18px;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px 0px 0px 5px;
}
main #login .content input[type=submit] {
  margin: 0 auto;
  margin-top: 15px;
  display: inline-block;
  padding: 8px 35px 8px 35px;
  border-radius: 50px;
  color: #B11408;
  font-weight: 500;
  background: rgba(237, 147, 18, 0);
  font-size: 18px;
  margin-top: 30px;
  border: 4px solid #ED9312;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
main #login .content input[type=submit]:hover {
  background: #ed9312;
  color: #fff;
}
main .zoekveld {
  border: 1px solid #B11408;
  padding: 5px;
  font-size: 18px;
  height: 40px;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main .submitveld {
  height: 40px;
  width: 80px;
  background-color: #ed9312;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}
main .verslag-regel {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 10px;
  text-decoration: underline;
}
main .verslag-regel:hover {
  background-color: #F6EEE5;
}
main .verslag-regel {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 10px;
  text-decoration: underline;
}
main .verslag-regel:hover {
  background-color: #F6EEE5;
}
main .leden_upload {
  width: 100%;
  display: block;
  padding: 15px 10px 15px 10px;
  text-decoration: underline;
  background-color: #F6EEE5;
  border: 1px solid #b11408;
  text-decoration: none;
}
main .leden_upload:hover {
  background-color: #EED4B6;
}
main .leden_upload a {
  color: #b11408;
}
main .leden_upload a:hover {
  text-decoration: underline;
}
main .leden_upload img {
  height: 20px;
  margin-bottom: -5px;
  margin-right: 10px;
}
main .overview-block {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .overview-block .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
}
main .overview-block .content .massage {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex: 0 1 23%;
  -moz-flex: 0 1 23%;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
  display: inline-block;
  margin: 15px 0px;
}
main .overview-block .content .massage:hover {
  background: #F6EEE5;
}
main .overview-block .content .massage .massage-image {
  height: 200px;
  overflow: hidden;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
main .overview-block .content .massage .massage-text {
  overflow: hidden;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #393939;
}
@media only screen and (max-width: 950px) {
  main .overview-block .content .massage {
    -webkit-flex: 0 1 31%;
    -moz-flex: 0 1 31%;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
  }
}
@media only screen and (max-width: 750px) {
  main .overview-block .content .massage {
    -webkit-flex: 0 1 48%;
    -moz-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
}
@media only screen and (max-width: 500px) {
  main .overview-block .content .massage {
    -webkit-flex: 0 1 95%;
    -moz-flex: 0 1 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
}
main .overview-block-small {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .overview-block-small .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
}
main .overview-block-small .content .massage {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex: 0 1 18%;
  -moz-flex: 0 1 18%;
  -ms-flex: 0 1 18%;
  flex: 0 1 18%;
  display: inline-block;
  margin: 15px 0px;
}
main .overview-block-small .content .massage:hover {
  background: #F6EEE5;
}
main .overview-block-small .content .massage .massage-image {
  height: 150px;
  overflow: hidden;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
main .overview-block-small .content .massage .massage-text {
  overflow: hidden;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #393939;
}
@media only screen and (max-width: 950px) {
  main .overview-block-small .content .massage {
    -webkit-flex: 0 1 31%;
    -moz-flex: 0 1 31%;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
  }
}
@media only screen and (max-width: 750px) {
  main .overview-block-small .content .massage {
    -webkit-flex: 0 1 48%;
    -moz-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
}
@media only screen and (max-width: 500px) {
  main .overview-block-small .content .massage {
    -webkit-flex: 0 1 95%;
    -moz-flex: 0 1 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
}
main .tussen-block {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}
main .tussen-block h2 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #311702;
  margin: 20px 0px;
}
@media only screen and (max-width: 550px) {
  main .tussen-block h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .avond-block {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .avond-block h2 {
  font-weight: 500;
  font-size: 32px;
  color: #311702;
  margin: 40px 0px;
}
@media only screen and (max-width: 550px) {
  main .avond-block h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .avond-block .content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
main .avond-block .content .text h2 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #311702;
  margin: 20px 0px;
}
@media only screen and (max-width: 550px) {
  main .avond-block .content .text h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .avond-block .content .text span {
  font-size: 14px;
  opacity: 0.5;
}
main .avond-block .content .text p {
  font-size: 16px;
  font-weight: 300;
  color: #311702;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .avond-block .content .text p {
    font-size: 16px;
  }
}
main .avond-block .content .about-image {
  text-align: center;
}
main .avond-block .content .about-image img {
  max-width: 350px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  main .avond-block .content .about-image {
    text-align: center;
  }
  main .avond-block .content.sec .about-image {
    text-align: center;
  }
}
main #recepten {
  background: #FFFCF7;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 15px 0px;
}
main #recepten .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
main #recepten .content h2 {
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #311702;
  margin: 40px 0px 30px 0px;
}
@media only screen and (max-width: 550px) {
  main #recepten .content h2 {
    margin: 10px 0px 20px 0px;
  }
}
main #recepten .content img {
  width: 100%;
  max-width: 800px;
}
main #recepten .content p {
  font-size: 16px;
  font-weight: 300;
  color: #311702;
  max-width: 800px;
  margin: 0 auto;
  line-height: 26px;
  margin-top: 20px;
}
@media only screen and (max-width: 550px) {
  main #recepten .content p {
    font-size: 16px;
  }
}
main #recepten .content .btn-small {
  margin: 0 auto;
  display: inline-block;
  padding: 5px 25px 5px 25px;
  border-radius: 50px;
  color: #B11408;
  font-weight: 500;
  background: rgba(237, 147, 18, 0);
  font-size: 16px;
  margin-top: 5px;
  border: 2px solid #ED9312;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
main #recepten .content .btn-small:hover,
main #recepten .content .btn-small.active {
  background: #ed9312;
  color: #fff;
}
footer {
  width: 100%;
  margin: 0 auto;
  background: #FFFCF7;
}
@media only screen and (max-width: 950px) {
  footer {
    border-bottom: 0px;
  }
}
footer .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  min-height: 160px;
}
@media only screen and (max-width: 550px) {
  footer .content {
    min-height: 100px;
  }
}
footer .content .logo {
  float: left;
  width: 200px;
  margin-top: 30px;
}
footer .content .logo img {
  width: 100%;
}
@media only screen and (max-width: 550px) {
  footer .content .logo {
    width: 120px;
    margin-top: 15px;
    margin-left: 10px;
  }
}
footer .content .menu {
  float: right;
  margin-top: 60px;
}
@media only screen and (max-width: 550px) {
  footer .content .menu {
    margin-top: 30px;
  }
}
footer .content .menu a {
  color: #311702;
  margin-right: 20px;
  font-weight: 300;
  font-size: 18px;
}
footer .content .menu a.top {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #311702;
  font-size: 22px;
  color: #311702;
}
footer .content .menu a.top:hover {
  color: #fff;
  background: #311702;
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(237, 147, 18, 0.95);
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(components/img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 38px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  padding-top: 40px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(20%);
  min-height: 54px;
}
.overlay ul li a {
  font-weight: 500;
  display: block;
  color: #000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #666;
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translatey(-25%) rotatex(35deg);
  transform: translatey(-25%) rotatex(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translatey(25%) rotatex(-35deg);
  transform: translatey(25%) rotatex(-35deg);
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 24px;
  }
  .overlay ul li {
    min-height: 24px;
  }
}
