
/* Body 
------------------------------------- */
body {
		background: #ffffff;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: black;
    font-weight: 300;
    position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography
------------------------------------- */

h1,h2,h3,h4 {
  font-weight: 400;
}

h1 { 
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

h1.u-right { 
  text-align: right;
  padding-right: 2.5rem;
}

#header h1 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 5rem;
}

.header-sm h1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 4rem;
  padding-top: 2rem;
}

#header h3 {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
}

.header-sm h3 {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;

}

h2 {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}

h3 {
  color: #000;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  margin-top: 0px;
}


h4.u-right {
  color: #000;
  font-size: 1.5rem;
  font-style: italic;
  text-align: right;
  padding-right: 2.5rem;

}

h5 {
  font-weight: 400;
  letter-spacing: 1px;
}

p {
  font-size: 1em;
  line-height: 2rem;
  word-spacing: 1px;
  letter-spacing: 0.8px;
}

a {
  outline: none;
  text-decoration: none;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

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

/*  styles
/* ========================================== */

.border-left {
  border-left: 1px solid black;
  padding-left: 3.5rem;
}

/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.DH-preloader-pulse {
  width: 150px;
  height: auto;

  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/* navigation styles
/* ========================================== */
.nav-container,
nav {
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;

}

nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  
}

nav a {
  color: #333333;
}

.navbar {
  background: transparent;
  background-color: black;
  height: 125px;
  max-height: 150px;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 99;
}

.brand {
  float: left;
  padding: 20px 0 0 30px;
}

.brand a img {
  height: 60%;
  width: 60%;
}

.navicon {  
  position: relative;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0 0;
}

nav ul {
  display: inline-block;
}

nav ul.right {
  float: right;
  right: 0
}

#nav-menu {
  padding-left: 0;
}

#nav-menu a {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#nav-menu li {
  list-style: none;
  padding: 1rem;
}

.nav-text-light a {
  color: #ffffff;
}

.sticky .nav-text-light a {
  color: black;
}

.sticky nav.nav-inner .navbar {
  height: 70px;
  max-height: 70px;
  margin: 0;
  background: #ffffff;
}

.sticky nav.transparent .navbar {
  background: transparent;
}

@media all and (max-width: 990px) {
  .nav-text-light a {
    color: #555555;
  }
  .nav-inner {
    background: #ffffff;
  }
  .transparent {
    background: transparent;
  }
  .navicon {
    padding-right: 10px;
  }
  nav ul.right {
  float: left;
  }
}

a.icon {
  font-size: 32px;
  padding-right: 20px;
}

.intro-inner {  
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.close {
  font-family: inherit;
  font-size: 32px;
  font-weight: 300;
  text-shadow: none;
}
.close:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.menu-container {
  position: fixed;
  top: 4%;
}

.circle {
  background-color: rgba(0, 0, 0, 0.5);
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
  z-index: 99;
  
}

.circle i {
  font-size: 36px;
  color: white;
}

.circle.dark {
  border-color: #292929;
}

.circle.dark:before {
  border-color: transparent transparent transparent #292929;
}

.circle.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}

.circle.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #ffffff;
}

.circle.large.dark:before {
  border-color: transparent transparent transparent #292929;
}

.circle.inline {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  z-index: 0;
}

@media all and (max-width: 767px) {
  .circle.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  .circle.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #fff;
  }
}

.list-menu {
  position: fixed;
  visibility: hidden;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.85);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  opacity: 0;
  z-index: -1;
}

.list-menu.reveal-modal {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}

.list-menu .ion-close-round {
  font-size: 31px;
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
  cursor: pointer;
}

/* header section styles
/* ========================================== */
#header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left center;
  text-align: center;

  padding-top: 130px;
  padding-bottom: 100px;
}

.header-sm {
  display: none;
}


#header .header-thumb {
  /* background: #ffffff;
  opacity: .5;*/
  margin-left: 0% !important;
}

.header-main, .header-logo, .header-omgevingsvormgeving,
.header-drukwerk, .header-voertuigbelettering,
.header-bedrijfsinrichting, .header-portfolio,
.header-contact {
  height: 30vh !important;
  min-height: 300px;
  padding-top: 100px !important;
  padding-left: 45%;
}

.header-main {
  background: url('../images/header-bg.jpg') no-repeat;
  height: 60vh !important;
  min-height: 520px;
  padding-top: 150px !important;
}
.header-logo {
  background: url('../images/header-logo-bg.jpg') no-repeat;
}
.header-drukwerk {
  background: url('../images/header-drukwerk-bg.jpg') no-repeat;
}
.header-voertuigbelettering {
  background: url('../images/header-voertuigbelettering-bg.jpg') no-repeat;
}
.header-omgevingsvormgeving {
  background: url('../images/header-omgevingsvormgeving-bg.jpg') no-repeat;
}
.header-portfolio {
  background: url('../images/header-contact-bg.jpg') no-repeat;
}
.header-contact {
  background: url('../images/header-contact-bg.jpg') no-repeat;
}

/* Portfolio section styles
/* ========================================== */
#portfolio {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

#portfolio img {
  width: 100%;
}

#portfolio .portfolio-thumb {
  overflow: hidden;
  margin: 0;
} 


#portfolio .portfolio-thumb:hover {
  opacity: 0.5;
}


/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:active {
  background: #111112 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  background: #111112;
  color: #ffffff;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


/* main section styles
/* ========================================== */
#main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}


/* trumps section styles
/* ========================================== */


#trumps .fa {
  font-size: 32px;
  padding-right: 10px;
  margin-top: 5rem;
}


#main .fa {
  font-size: 32px;
  padding-right: 10px;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}


#trumps .container {
  text-align: center;
}

#trumps span {
  font-size: 1rem;
}



/* single project section styles
/* ========================================== */
#single-project {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#single-project .project-info {
  padding-bottom: 10px;
}

#single-project img {
  min-height: 100%;
  width: 100%;
}

#single-project div {
  margin-bottom: 15px;
}


/* about section styles
/* ========================================== */


#about .col-md-4,
#main .col-md-4, #main .col-md-5 {
  padding-top: 16px;
  padding-bottom: 32px;
}

#main img {
  padding-bottom: 20px;
}


/* blog & single post section styles
/* ========================================== */
#blog, 
#single-post {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#blog .blog-thumb {
  padding-top: 60px;
  padding-bottom: 40px;
}

#blog .post-format,
#single-post .post-format {
  padding-bottom: 10px;
}

#blog .post-format span,
#single-post .post-format span {
  color: #888;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 10px;
}

.btn {
  border-radius: 0px;
  padding: 5px 10px;
  letter-spacing: 2px;
  margin: 22px 0;
  transition: all 0.4s ease-in-out;
}

.btn-default {
  border-radius: 0px;
  padding: 5px 10px;
  letter-spacing: 2px;
  margin: 5px 0 0 0;
  transition: all 0.4s ease-in-out;
}

.btn-black {
  background: black;
  color:white;
  border-color: transparent;
  border-radius: 0px;
  padding: 5px 10px;
  letter-spacing: 2px;
  margin: 2.5rem 0;
  transition: all 0.4s ease-in-out;
  margin-bottom: 40px;
}

.btn:hover,
.btn-tag:hover {
  background: black;
  border-color: transparent;
  color: #ffffff;
}

.more {
  margin-bottom: 20px;
}
.disabled {
  pointer-events: none;
}

#single-post blockquote {
  margin-top: 32px;
  letter-spacing: 2px;
}

.post-image {
	margin: 25px 0px;
}

#single-post .blog-comment,
#single-post .blog-comment-form {
  margin-top: 62px;
}

#single-post .blog-comment h3,
#single-post .blog-comment-form h3 {
  padding-bottom: 20px;
}

#single-post .blog-comment .media {
  padding-bottom: 22px;
}

#single-post .blog-comment .media img {
  padding-right: 14px;
}

#single-post .blog-comment h4 {
  font-weight: 700;
}

#single-post .blog-comment-form .form-control {
  background: transparent;
  border: 1px solid #eee;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#single-post .blog-comment-form input[type="submit"] {
  background: #111112;
  border-color: transparent;
  color: #ffffff;
  height: 50px;
}


/* contact section styles
/* ========================================== */
#contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#contact .fa {
  font-size: 32px;
  padding-right: 10px;
}

#contact #map-canvas  {
  border: none;
  width: 100%;
  height: 300px;
  margin-top: 40px;
}

#contact .contact-form {
  padding-top: 14px;
}

#contact .form-control {
  background: transparent;
  border: 1px solid #eee;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: white;
}


.iframe-container {
  min-width: auto;
  min-height: auto;
}

.iframe-container iframe {

}

#contact textarea {min-height: 100px;}

#contact input {height: 50px;}

#contact input[type='submit'] {
  background: #111112;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#contact input[type='submit']:hover {
  background: #444;
}

.contact-submit {
	width: fit;
}

#contact .col-md-3 {
  background: #fff;

  bottom: -50px;
}

.google-maps {
  width: 100%;
  height: 450px;
}

.contactpicture {
  width: 150px;
  border-radius: 50%;
  max-width: 25%;
}



/* footer section styles
/* ========================================== */
footer {
  background:black;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  text-align: center;
}


/* social icon */
.social-icon {
  padding: 20px;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  color:rgba(255, 255, 255, 0.75);
  border: 1px solid transparent;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 14px;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.social-icon li a:hover {
  color:rgba(255, 255, 255, 1)
}

footer  {
  color:rgba(255, 255, 255, 0.75);
}

/* Responsive Mobile styles
/* ========================================== */
@media (max-width: 1400px) {

  #header h1 {
    font-size: 5rem;
    font-weight: 600;
    line-height: 5rem;
  }

  .list-menu {
    width: 100%;
  }


}


@media (max-width: 1024px) {

  #main {
    padding-bottom: 5rem;
  }
}

@media (max-width: 1200px) {

  #header h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 4rem;
  }

  #header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .header-thumb {
    display: none;
  }
  
  .header-sm {
    display: inline-block;
  }
}


@media (max-width: 980px) {

  #contact .col-md-4 {
    padding: 62px 20px 42px 32px;
  }

  #contact .col-md-4 p {
    font-size: 12px;
  }

  #contact #map-canvas {
    margin-bottom: 60px;
  }
}


@media (max-width: 768px) {

  .brand {
    padding-left: 24px;
  }

  
  #about .col-md-4,
  #single-project .col-md-3 {
    padding-bottom: 30px;
  }

  .header-sm h1 {
    font-size: 5rem;
    font-weight: 600;
    line-height: 4.5rem;
    padding-top: 2rem;

  }

  .header-sm h3 {
    font-size: 2rem;
    font-weight: 400;
    text-align: left;
    line-height: 1rem;
  }

  #trumps .fa {
    margin-top: 2rem;
  }
  
  #main .fa {
    font-size: 32px;
    padding-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
  }

  .border-left {
    border-left: none;
    padding-left: 15px;
  }
  

}


@media (max-width: 700px) {

  h1 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1rem;
  }

  .header-sm h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 3.5rem;
    padding-top: 2rem;

  }

  .header-sm h3 {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    line-height: 2rem;
  }
  .filter-wrapper {
    padding: 0px;
  }

  #contact {
    padding-bottom: 4rem;
  }

  #contact .col-md-4 {
    padding: 32px 20px 22px 62px;
  }
  .contact-submit {
	width: 70%;
  }

  #main, #single-project {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  #portfolio {
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
}


@media (max-width: 550px) {

  h1 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1rem;
  }

  .header-sm h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-top: 2rem;

  }

  .header-sm h3 {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.75rem;
  }

  .header-main {
    height: 30vh !important;
    min-height: 300px;
    padding-top: 150px !important;
  }

  .btn-black, .btn-default {
    font-size: 0.75rem;
    padding: 2.5px 5px;
    letter-spacing: 1px;
  }

}
@media (max-width: 450px) {
  
}