/*
Theme Name: Schildersbedrijf
Theme URI: http://crejatief.nl/
Author: Marco Bouwmeester
Author URI: http://crejatief.nl/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Source Sans Pro", sans-serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

b, strong {
  font-weight: bold; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mobshow {
  display: none; }

.no_top_border {
  border-top: none !important; }

select, button, textarea, input {
  outline: none; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.row, header {
  padding: 70px 0px;
  position: relative; }

.container {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  display: table; }

.col {
  padding: 0px 10px;
  float: left; }

.col-1-12 {
  width: 8.3333333333%; }

.col-2-12 {
  width: 16.6666666666%; }

.col-3-12 {
  width: 25%; }

.col-4-12 {
  width: 33.3333333333%; }

.col-4-12:nth-child(3n) {
  padding-right: 0px; }

.col-4-12:nth-child(3n-2) {
  padding-left: 0px; }

.col-4-12:nth-child(3n-1) {
  padding-left: 5px;
  padding-right: 5px; }

.col-5-12 {
  width: 41.6666666666%; }

.col-6-12 {
  width: 50%; }

.col-6-12:nth-child(odd) {
  padding-left: 0; }

.col-6-12:nth-child(even) {
  padding-right: 0; }

.col-7-12 {
  width: 58.3333333333%; }

.col-8-12 {
  width: 66.6666666666%; }

.col-9-12 {
  width: 75%; }

.col-10-12 {
  width: 83.3333333333%; }

.col-11-12 {
  width: 91.6666666666%; }

.col-12-12 {
  width: 100%;
  padding: 0; }

.mobshow {
  display: none; }

@media screen and (max-width: 1300px) {
  .container {
    width: 900px; } }
@media screen and (max-width: 1200px) {
  .container {
    width: 800px; } }
@media screen and (max-width: 1023px) {
  img {
    width: 100%;
    height: auto; }

  .col, .container {
    width: 100%; }

  .mob-9-12 {
    width: 75%; }

  .mob-3-12 {
    width: 25%; }

  .mob-6-12 {
    width: 50%; }

  .col {
    padding: 0px 20px !important; }

  .mobhide, br {
    display: none !important; }

  .mobshow {
    display: block; } }
h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 54px;
  margin-bottom: 30px; }

h2 {
  font-size: 27px;
  font-weight: 500;
  color: #5c068c;
  margin-bottom: 20px; }

h2.title {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px; }

h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #5c068c;
  margin-bottom: 20px; }

h5 {
  font-size: 17px;
  text-transform: uppercase;
  color: #5c5c5b;
  margin-bottom: 15px; }

a {
  color: #5c068c;
  text-decoration: underline; }
  a:hover {
    color: #5c5c5b; }

p, ul {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px; }

p.intro {
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  margin-bottom: 22px; }

input[type="text"], input[type="email"] {
  width: 100%;
  padding: 12px 20px;
  border: none;
  outline: none;
  border-radius: 2px;
  margin-top: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 300; }

textarea {
  width: 100%;
  padding: 12px 20px;
  border: none;
  outline: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  border-radius: 2px;
  margin-top: 10px;
  height: 152px;
  resize: none;
  font-weight: 300; }

input[type="submit"] {
  float: right;
  display: block;
  background: #ff9c00;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-top: -77px;
  margin-right: 8px;
  z-index: 100;
  position: relative;
  border-radius: 2px;
  cursor: pointer; }

input[type="submit"]:after {
  content: "\f1d8";
  font-family: 'FontAwesome';
  font-size: 1.2em;
  margin-left: 10px; }

ul.check {
  display: inline-block;
  margin-top: 20px; }
  ul.check li {
    float: left;
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative; }
  ul.check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    color: #5c068c; }

.grey_back {
  background: #eee; }

.next_section {
  width: 40px;
  height: 40px;
  cursor: pointer !important;
  background: url("img/next_section.png") no-repeat;
  background-size: 40px;
  display: inline-block;
  margin-top: 50px;
  transform: scale(1);
  transition: all 0.3s; }
  .next_section:hover {
    transform: scale(1.3);
    transition: all 0.4s; }

.btn {
  display: inline-block;
  color: #5c068c;
  font-weight: 400;
  border-top: 1px solid #5c068c;
  border-bottom: 1px solid #5c068c;
  padding: 5px 0px;
  text-transform: uppercase;
  margin-top: 50px; }

.btn_small {
  display: inline-block;
  color: #5c068c;
  font-weight: 400;
  border-top: 1px solid #5c068c;
  border-bottom: 1px solid #5c068c;
  padding: 5px 0px;
  text-transform: uppercase;
  margin-top: 10px;
  text-decoration: none; }

.btn.white_btn {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none; }

nav {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative; }
  nav ul {
    float: right; }
  nav .show_menu {
    color: #5c5c5b;
    appearance: none;
    background: none;
    border: none;
    float: right;
    font-size: 30px;
    position: relative;
    right: 0px;
    padding: 0;
    top: 7px; }
  nav li {
    float: left; }
    nav li a {
      text-transform: uppercase;
      padding: 35px 25px;
      display: block;
      font-weight: 300;
      position: relative; }
    nav li a.active {
      color: #5c068c;
      font-weight: 500; }
    nav li a:hover {
      color: #5c068c; }
    nav li a.active:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
  @media only screen and (max-width: 1023px) {
    nav {
      padding: 20px 0px; }
      nav img {
        width: auto;
        max-height: 50px; } }

header {
  padding: 90px 0px;
  background: #5c068c;
  text-align: center;
  overflow: hidden; }
  header .slider {
    position: absolute;
    top: -10%;
    left: 0px;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s; }
  header .slider.active {
    opacity: 1;
    transition: opacity 0.4s; }
  header .container {
    position: relative;
    z-index: 100; }
  header h1 {
    text-transform: uppercase;
    color: #fff; }
  @media only screen and (max-width: 1023px) {
    header h1 {
      font-size: 25px;
      padding: 0px 20px; } }
  header:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #000;
    opacity: 0.2; }

header.sub_header {
  padding: 60px 0px 40px 0px; }

section.intro {
  padding-bottom: 100px; }
  @media only screen and (max-width: 1023px) {
    section.intro {
      padding-bottom: 50px; } }
  section.intro .container {
    padding: 20px 140px; }
    @media only screen and (max-width: 1023px) {
      section.intro .container {
        padding: 20px; } }
  section.intro h2 {
    text-transform: uppercase; }
  section.intro p {
    font-size: 17px;
    line-height: 29px; }
  section.intro #verfblik {
    width: 500px;
    height: auto;
    position: absolute;
    bottom: -169px;
    z-index: 101;
    left: 60%; }
  section.intro .next_section {
    background-image: url("img/next_section_purple.png"); }

section.grey_back h2.title {
  font-size: 20px;
  color: #5c5c5b; }

.mobile_menu {
  position: absolute;
  z-index: 9999999999999999999999;
  right: 0px;
  width: 80%;
  max-width: 500px;
  background: #fff;
  box-shadow: 0px 0px 5px #aaa;
  height: 100%;
  top: 0px;
  opacity: 0; }
  .mobile_menu ul {
    margin-top: 50px; }
  .mobile_menu li a {
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding: 20px 40px;
    font-size: 17px; }
  .mobile_menu li a.active {
    font-weight: 700;
    color: #5c068c; }
  .mobile_menu .close_menu {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 24px;
    color: #5c5c5b; }

section.gallery {
  background: #3c045b;
  border-top: 40px solid #eee;
  margin-top: -40px; }

.project_item {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 250px; 
  margin-bottom: 20px;}
  .project_item .image {
    float: left;
    width: 100%;
    height: 100%;
    transform: scale(1);
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease-in-out; }
  .project_item .hover {
    top: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    padding: 20px;
    height: 100%;
    background: rgba(60, 4, 91, 0.8);
    transform: translateY(-400px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }
    .project_item .hover * {
      color: #fff; }
    .project_item .hover h3 {
      text-transform: uppercase;
      margin-bottom: 30px;
      font-size: 20px; }
    .project_item .hover i {
      background: #fff;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      margin-top: 20px;
      color: #5c068c;
      padding-top: 23px;
      font-size: 24px;
      transform: scale(1);
      transition: all 0.3s ease-in-out; }
      .project_item .hover i:hover {
        transform: scale(1.2);
        transition: all 0.3s ease-in-out; }
  .project_item .slides {
    display: none; }
  .project_item:hover .image {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out; }
  .project_item:hover .hover {
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.5s ease-in-out; }

#over_background {
  background-image: url("img/bg.png");
  background-repeat: no-repeat;
  background-position: 80% 20%;
  padding-bottom: 100px;
  background-size: 1000px; }
  @media (max-width: 1023px) {
    #over_background {
       background-image: none;
       } }

.modal_back {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 110; }

.project_modal {
  width: 794px;
  height: 539px;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -397px;
  padding: 0;
  background: transparent;
  z-index: 120; }
  .project_modal img {
    position: absolute;
    opacity: 0;
    transform: translateX(-50px);
    left: 0px;
    top: 0px;
    z-index: 140; }
    .project_modal img.active {
      transform: translate(0px);
      opacity: 1;
      transition: all 0.5s ease-in-out;
      z-index: 150; }
  .project_modal i {
    transform: scale(1);
    transition: all 0.4s;
    position: absolute;
    color: #fff;
    cursor: pointer; }
    .project_modal i:hover {
      transform: scale(1.2);
      transition: all 0.4s; }
  .project_modal i.fa-chevron-left {
    left: -51px;
    top: 240px;
    z-index: 200;
    font-size: 40px; }
  .project_modal i.fa-chevron-right {
    right: -51px;
    top: 240px;
    z-index: 200;
    font-size: 40px; }
  .project_modal i.fa-times {
    top: -30px;
    right: 0px;
    z-index: 300; }
  .project_modal.closeModal {
    transform: translateY(-200px);
    opacity: 0;
    transition: all 0.4s ease-in-out; }
