* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.blokkentext > *
{
  line-height: 170%;
  text-align: justify;
  color: #828282;
  font-size: 1.1em;
}

html,
body {
 margin:0;
 padding:0;
 height:100%;
 position: relative;
 font-family: 'Montserrat', sans-serif;
}

#container {
 min-height:100%;
 position:relative;
}

#container .center
{
  max-width: 1200px;
  width: 95%;
}
.verlanglijstbtn, .shopbtn {
  position: relative;
  color: #fff;
}

.shopbtn
{
  margin-left: 20px;
}

.header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.header h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.5em;
  color: #353535;
  margin-bottom: 10px;
}


.navigatie {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 100px;
}

.navigatie nav {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.navigatie nav a {
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #353535;
  letter-spacing: 1px;
  font-size: .8em;
  padding: 10px 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.navigatie nav a:hover {
  color: #00929E;
  border-bottom: 2px solid #00929E;
}


.navigatie nav .active {
  color: #00929E !important;
  border-bottom: 2px solid #00929E !important;
}

.navigatie nav a i {
  font-size: 1.4em;
}

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #fff;
  padding-bottom: 100px;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
}

.menubtn:hover {
  transform: scale(1.05);
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.closebtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 20px 0;
}

.navitem a {
  font-weight: 500;
  padding: 5px 25px;
  border-left: 5px solid white;
}

.active a {
  color: #00929E !important;
  border-left: 5px solid #00929E;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg  {
  transform: rotate(0deg) !important;
} 

.navitem a {
  color: #353535;
  font-size: 1.4em;
  letter-spacing: 1px;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 2px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #c8c8c8;
}

.logo {
  width: 350px;
}

.disclaimer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: .9em;
  padding: 30px 0 0 0;
  background-color: #E4EBF2;
}

.disclaimer a {
  margin: 0 10px;
  color: #353535;
}

.siteby {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #E4EBF2;
  font-size: .8em;
  color: #899cb0;
}

.siteby a {
  padding: 10px;
  color: #899cb0;
}

/* SLIDER */

.slider {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.slider_overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,0);
}

.slider article {
  position: relative;
}

.slider article img {
  width: 100%;
}

.slideContent {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  background-color: #fff;
  padding: 30px;
  max-width: 50%;
}

.slideContent h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.9em;
  color: #00929E;
  letter-spacing: 2px;
}

.slideText {
  margin-top: 10px;
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #353535;
  line-height: 150%;
}

/* EINDE SLIDER */


/* PAGE HEADER */

.page_header {
  max-width: 1400px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 80px 15px;
}

.page_header h1 {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #353535;
}

.page_header h2 {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #444444;
}

.page_text {
  max-width: 900px;
  text-align: center;
  line-height: 150%;
  font-size: 1.1em;
  color: #9d9d9d;
}

.diensten {
  background-color: #e4ebf2;
  padding: 50px 0;
  margin-bottom: 100px;
}


.innerdiensten {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

.diensten article {
  width: 23%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.20);
}

.diensten article img {
  width: 100%;
}

.diensten article h2 {
  padding: 20px 10px;
  background-color: white;
  width: 100%;
  color: #00929E;
  text-align: center;
  font-weight: 700;
}

/* EINDE PAGE HEADER */

/* BLOKKEN */
.blokken_content {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-top: 40px;
}

.blokken_row {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blokken_content>div {
  width: 100%;
}

.blokken_col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.blokken_col img {
  width: 98%;
}

.blokkenimg {
  padding: 0;
}

.blokkenimg>div {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.blokkenimg>div>iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.blokken_row:nth-child(even) .blokkentext {
  order: 0;
}

.blokken_row:nth-child(even) .blokkenimg {
  order: 1;
}

.blokken_col h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #353535;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 180%;
}

.blokken_col p {
  line-height: 170%;
  text-align: justify;
  color: #828282;
  font-size: 1.1em;
}

.specialbutton {
  float: left;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  background-color: #00929E;
  border-radius: 200px;
  padding: 12px 25px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,145,158,.50);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,145,158,.50);
  box-shadow: 0px 0px 22px 0px rgba(0,145,158,.50);
  transition: all .3s;
  font-weight: 700;
  font-size: .8em;
}

.specialbutton i {
  margin-left: 10px;
  font-size: 1.2em;
}

.specialbutton:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,145,158,.80);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,145,158,.80);
  box-shadow: 0px 0px 22px 0px rgba(0,145,158,.80);
}

/* EINDE BLOKKEN */

/* TICKER */
.ticker {
  display: flex;
  justify-content:center;
  width: 100%;
  background-color: #F2F6FA;

}

.ticker>div {
  width: 50%;

}

.ticker>div:first-child {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ticker>div:first-child div {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F2F6FA;
  width: 170px;
  z-index: 1;
  transform: skewX(-20deg) translateX(50%);
}

.ticker>div:last-child {
  padding: 70px 0;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}

.ticker>div:last-child h2 {
  color: #383838;
  letter-spacing: 2px;
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: uppercase;
}

.ticker>div:last-child div {
  max-width: 700px;
  line-height: 150%;
  color: #A3A3A3;
  font-size: 1.1em;
}

.ticker>div:last-child form
{
  max-width: 730px;
}

.ticker .checkmark
{
  left: -5px;
}

.ticker>div:last-child input[type="text"] {
  color: #333;
  padding: 0 35px 0 15px;
  width: 65%;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: .8em;
  border: 1px solid #ccc;
  font-weight: 700;
  border-radius: 200px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  background-color: #E4EBF2;
}

.ticker>div:last-child input[type="submit"] {
  color: #fff;
  border-radius: 200px;
  height: 35px;
  float: right;
  width: 30%;
  margin-right: 2%;
  line-height: 35px;
  display: inline-block;
  font-size: .8em;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all .3s;
  background-color: #00929E;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
  box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
}

.ticker>div:last-child input[type="submit"]:hover {
  color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.8);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.8);
  box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.8);
}
/* EINDE TICKER */


/* FOOTER */
footer {
  width: 100%;
  background-color: #E4EBF2;
}

#footericons > a
{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  top: -20px;
  padding-top: 8px;
  font-size: 20px;
  color: #fff;
  margin: 0 .4em;
  background-color: #00929E;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-right: 2px;
}

#footericons > a + a
{
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 1px;
}

#footericons
{
  position: relative;
  height: 20px;
  text-align: center;
  background-color: #E4EBF2;
}

.innerfooter {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #d2dde8;
}

.innerfooter ul {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.footer-item {
  float: left;
  width: 33.3333%;
  padding: 20px;
  display: flex;
  color: #585858;
  justify-content: space-between;
  box-sizing: border-box;
}

.footer-item>div {
  position: relative;
  padding-left: 50px;
  margin: auto;
}

.footer-item>div>div:first-child {
  position: absolute;
  left: 0;
  width: 50px;
}

.footer-item > div > div:nth-child(2) {
  width: auto;
}

.footer-item i {
  margin-bottom: 25px;
  font-size: 1.3em;
  display: block;
  color: #00929E;
}

.footer-item i:last-child {
  margin-bottom: 0;
}

.footer-item p:last-child {
  margin-bottom: 0;
}

.footer-item p {
  margin-bottom: 31px;
}

.footer-item a {
  color: #585858;
}

.footer_socials {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #E4EBF2;
  padding: 15px 10px; 
}

.footer_socials a {
  margin: 0 5px;
  background-color: #00929E;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  font-size: 1.1em;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* EINDE FOOTER */

/* CONTACT */

.opening {
  letter-spacing: 1px;  
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.opening div:first-child {
  font-weight: 700;
  min-width: 150px;
  color: #6f6f6f;
}

#dasmap {
  width: 100%;
  height: 70vh;
}

.contact_content {
  max-width: 1200px;
  background-color: #fefefe;
  margin: 0 auto;
  display: flex;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(217,217,217,0.5);
  -moz-box-shadow: 0px 2px 22px 0px rgba(217,217,217,0.5);
  box-shadow: 0px 2px 22px 0px rgba(217,217,217,0.5);
  margin-bottom: 100px;
}

.contact_form {
  width: 60%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.showBig {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 70px;
  top: 70px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  font-size: 3em;
  align-items: center;
  opacity: 0;
  transition: all .5s;
  cursor: pointer;
  background-color: rgba(0,0,0,.5);
}

.contactimgs:hover .showBig {
  opacity: 1;
}

.contact_form input {
  padding: 10px;
  color: #353535;
  background-color: #E4EBF2;
  border: none;
  letter-spacing: 2px;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
}

.contact_form input[type=submit] {
  background-color: #00929E;
  border-radius: 200px;
  padding: 10px 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .9em;
  color: white;
  width: 100%;
  text-transform: uppercase;
}

.contact_form label {
  color: #353535;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
  display: block;
  font-size: 1.2em;
}

.privcnt {
  display: flex !important;
}

#NaamInput {
  width: 49%;
}

#EmailInput {
  width: 49%;
}

#Bericht {
  width: 100%;
  border: none;
  letter-spacing: 1px;
  color: #353535;
  background-color: #E4EBF2;
  font-size: 1.2em;
  padding: 10px;
  margin-top: 20px;
  min-height: 250px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

#Submit {
  position: relative;
}

.notchecked {
  position: absolute;
  right: 0;
  line-height: 150%;
  padding: 10px;
  top: -83px;
  background-color: #ECDEB8;
  color: #353535;
  width: 400px;
  display: none;
}

.notchecked img {
  position: absolute;
  right: 10px;
  bottom: -15px;
  width: 30px;
}

.formuliercheck {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.right_contact_content {
  width: 40%;
  background: #E4EBF2;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right_contact_content h1 {
  text-transform: uppercase;
  font-size: 2em;
  color: #353535;
  line-height: 150%;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}

.right_contact_content p {
  padding: 15px 0;
  letter-spacing: 2px;
}

.right_contact_content a {
  color: #353535;
}

.openings {
  padding-left: 50px;
}

.openings p {
  margin-top: 10px;
  margin-bottom: 0;
}

.openings h2 {
  margin-bottom: 30px !important;
}

.openings p span {
  min-width: 130px;
  display: inline-block;
}

/* EINDE CONTACT */
.realisaties {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;

}

.realisaties_cats {
  width: 20%;
  max-width: 300px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(51,51,51,0.19);
  -moz-box-shadow: 0px 0px 22px 0px rgba(51,51,51,0.19);
  box-shadow: 0px 0px 22px 0px rgba(51,51,51,0.19);
}

.realisaties_cats h2 {
  font-weight: 700;
  color: #00929F;
  font-size: 1.5em;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.realisaties_cats h3 {
  position: relative;
  z-index: 1;
  background-color: white;
}

.realisaties_cats>div {
  margin: 10px 0;
  width: 100%;
  font-weight: 700;
  letter-spacing: 2px;
  color: #353535;
  font-size: .8em;
}

.realisaties_items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.realisatie_part {
  width: 78%;
}

.realisaties_items article {
  width: 31.33%;
  margin: 0 1%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(51,51,51,0.19);
  -moz-box-shadow: 0px 0px 22px 0px rgba(51,51,51,0.19);
  box-shadow: 0px 0px 22px 0px rgba(51,51,51,0.19);
  overflow: hidden;
  cursor: pointer;
  animation: animateElement linear .3s;
  animation-iteration-count: 1;
}

@keyframes animateElement{
  0% {
    opacity:0;
    transform:  translate(0px,10px);
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px);
  }
}

.realisaties_items article img {
  width: 100%;
  transition: all 1s;
}

.realisaties_items article:hover img {
  transform: scale(1.1);
}

.realisaties_items article h2 {
  width: 100%;
  padding: 10px;
  font-weight: 700;
  color: #353535;
  position: relative;
  z-index: 1;
  background-color: white;
}

input[type="checkbox"].ios8-switch {
  position: absolute;
  visibility: hidden;
  margin: 8px 0 0 16px;    
}
input[type="checkbox"].ios8-switch + label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 2.0em;
}
input[type="checkbox"].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px; /* x*5 */
  height: 24px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px; /* x*3 */
  height: 24px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
  margin-left: 16px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
  background: #00929F;
}

/* VRAGEN */

.faq {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 0;
}

.faq article {
  width: 100%;

}

.faq article h2 {
  width: 100%;
  background-color: #00929F;
  color: white;
  padding: 15px;
  font-size: 1.3em;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.faq article div {
  padding: 10px 0;
}

.faq article p {
  line-height: 150%;
  font-size: 1.1em;
}

/* EINDE VRAGEN */

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 10em;
}

#content-container h2 {
  color:#00929F; 
  letter-spacing: 2px;
  font-size:1.8em; 
  font-weight:bold; 
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #00929F;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #00929F;
  font-weight: 700;
}

#gdpr-wrapper {
 min-height:100%;
 position:relative;
}

#content-container thead {
  background-color: #00929F;
  color: white;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

.verlanglijstbtn span, .shopbtn span {
  position: absolute;
  right: -8px;
  bottom: 2px;
  background-color: #00929f;
  color: #fff;
  font-weight: 700;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  padding: 0;
  font-size: .9em;
}

.verlanglijstbtn span p {
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.catholder {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}

.catholder>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}

.filtershow {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: .8em;
  padding: 15px 0;
  border-bottom: #E4EBF2 1px solid;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

.filtershow i {
  font-size: 1.4em;
  transition: all .3s;
}

.arrdown i {
  transform: rotate(90deg);
}

@media only screen and (max-width: 1400px) {
  .navigatie {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .navigatie {
    flex-direction: column;
    padding: 10px;
    height: auto;
  }

  .navigatie nav {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .slider article img {
    width: initial;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .slider article {
    padding-bottom: 56.25%;
    overflow: hidden;
  }

  .blokken_content {
    padding: 0 10px;
  }

  .realisaties_items article {
    width: 48%;
  }
}

@media only screen and (max-width: 1000px) {
  .blokken_col {
    width: 100%;
  }

  .ticker>div:last-child form
  {
    width: 100%;
  }

  .blokken_col img {
    width: 100%;
  }

  .blokkenimg {
    order: 0 !important;
  }

  .blokkentext {
    order: 1 !important;
  }

  .page_header {
    padding-bottom: 30px;
  }

  .ticker>div:first-child {
    display: none;
  }

  .ticker>div:last-child {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .ticker>div:last-child h2 {
    text-align: center;
  }

  .ticker>div:last-child div {
    text-align: center;
  }

  .realisaties_cats {
    width: 30%;
  }

  .realisatie_part {
    width: 69%;
  }

  .ticker>div {
    font-size: 1em;
    width: 100%;
  }

  .ticker>div:last-child div {
    font-size: 1em;
  }

  .diensten article {
    width: 48%;
  }
}

@media only screen and (max-width: 950px) {
  .filters h1 {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }

  .filters select {
    width: 40%;
  }

  .filters>div {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .filters .searchinput {
    width: 58%;
    margin: 0 !important;
    float: right;
  }

  .contact_content {
    flex-wrap: wrap;
  }

  .contact_form {
    width: 100%;
  }

  .right_contact_content {
    width: 100%;
    padding: 25px;
    text-align: center;
  }

}

@media only screen and (max-width: 900px) {
  .slideContent {
    max-width: 100%;
    right: 10px;
    padding: 15px;
  }
  .navigatie nav a {
    font-size: .7em;
  }
}

@media only screen and (max-width: 800px) {
  .slideContent h2 {
    font-size: 1.5em;
    text-align: center;
  }

  .slideText {
    font-size: 1em;
    text-align: center;
  }


  .navigatie {
    flex-direction: row;
  }

  .navigatie nav a {
    display: none;
  }

  .navigatie nav .verlanglijstbtn, .navigatie nav .shopbtn {
    display: block;
  }

  .menubtn {
    display: block;
  }

  .logo {
    width: 300px;
    margin: 20px 0;
  }

  .blokken_col h2 {
    font-size: 1.2em;
  }

  .blokken_col p {
    font-size: 1em;
  }

  .page_header h2 {
    font-size: .8em;
  }

  .page_header h1 {
    font-size: 1.4em;
  }

  .page_text {
    font-size: 1em;
  }

  .realisaties {
    flex-wrap: wrap;
  }

  .realisaties_cats, .realisatie_part {
    width: 100%;
    max-width: 100%;
  }

  .realisaties_cats {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .realisaties_cats h2 {
    width: 100%;
  }

  .catholder>div {
    width: 46%;
  }

  .catholder {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 700px) {
  #NaamInput, #EmailInput {
    width: 100%;
  }

  #EmailInput {
    margin-top: 15px;
  }

  .filtershow {
    display: flex;
  }
  
  .slideholder {
    display: none;
    overflow: hidden;
  }

  .catholder {
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .slideContent h2 {
    font-size: 1.1em;
  }

  .slideText {
    display: none;
  }
  
  .filters select {
    width: 100%;
    margin-bottom: 10px;
  }
  .filters .searchinput {
    width: 100%;
  }

  #Submit {
    width: 100%;
  }

  .contact_form input[type=submit] {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 15px;
  }

}

@media only screen and (max-width: 500px) {
  .logo {
    width: 200px;
  }

  .realisaties_cats>div {
    width: 100%;
  }

  .realisaties_items article {
    width: 100%;
  }

  .diensten article h2 {
    font-size: .8em;
  }

  .catholder>div {
    width: 100%;
  }

  .ticker>div:last-child input[type="text"], .ticker>div:last-child input[type="submit"]
  {
    width: 100%;
    float: none;
  }

}


@media only screen and (max-width: 400px) {
  .slideContent {
    display: none;
  }

  .logo {
    width: 150px;
  }

  .res-nav {
    width: 100%;
  }
}


@media only screen and (min-width: 700px) {
  .slideholder, .catholder {
    display: flex !important;
  }
}
/**
 * Blog
 **/
 .blog-img img {
 	width: 100%;
 	transition: all 1s;
 }

 .blog-item {
 	overflow: hidden;
 }

 .blog-item:hover img {
 	transform: scale(1.05);
 }

 .blog-head {
 	text-align: center;
 	margin:60px auto;
 	position: relative;
 }
 .blog-head .c {
 	color: #2b2b2b;
 	font-size: 1em;
 	width: 90%;
 	max-width: 800px;
 	margin:50px auto 60px auto;
 }
 .blog-content {
 	width: 96%;
 	max-width: 1400px;
 	margin:0 auto;
 }
 .footermar-blog {
 	padding-bottom: 150px;
 }
 .blog-item {
 	position: relative;
 }
 .blog-item a {
 	position: absolute;
 	top:0;
 	bottom:0;
 	left:0;
 	right:0;
 	z-index: 1;
 }
 .blog-rows {
 	margin-top: 1%;
 }
 .blog-row {
 	display: flex !important;
 	flex-wrap: wrap;
 	margin-bottom: 1%;
 }
 .blog-row:last-child {
 	margin-bottom: 0;
 }
 .blog-row .row-block {
 	width: 49.5%;
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 }
 .row-block:not(:nth-child(2n)){
 	margin-right: 1%;
 }
 .blog-row.type-b .row-block {
 	margin:0;
 	width: 100%;
 }
 .blog-row.reverse .row-block:first-child {
 	order:2;
 	margin-left: 1%;
 	margin-right: 0%;
 }
 .blog-row .extra .blog-item {
 	width: 48.979591836734693877551020408163%;
 }
 .blog-row .extra .blog-item:not(:nth-child(2n)){
 	margin-right: 2.0408163265306122448979591836735%;
 }
 .blog-rows .blog-main .blog-item {
 	width: 100%;
 }
 .blog-row .extra .blog-item:nth-child(n+3){
 	margin-top: 2.0408163265306122448979591836735%;
 }
 .blog-rows .blog-inhoud {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 1;
 	background-color: rgba(0,145,158,.5);
 	padding: 25px 10px;
 	color: #fff;
 	display: flex;
 	justify-content: center;
 	-ms-align-items: center;
 	align-items: center;
 }
 .blog-rows .blog-inhoud h2 {
 	text-align: center;
 	line-height: 125%;
 	max-width: 400px;
 	letter-spacing: 1px;
 }
 .blog-rows .blog-main .blog-inhoud h2 {
 	font-size: 1.3rem;
 	letter-spacing: 0.04rem;
 }
 .blog-rows .extra .blog-inhoud h2 {
 	font-size: 1rem;
 }
 .blog-row.type-c .row-block {
 	margin-right: 0;
 	width: 100%;
 }
 .type-c .combo-img {
 	display: flex;
 	flex-wrap: wrap;
 	width: 100%;
 	align-items: flex-start;
 	align-content: flex-start;
 }
 .type-c.reverse .combo-img .big {
 	order:2;
 }
 .type-c .combo-img > * {
 	width: 50%;
 }
 .type-c .combo-img .big img {
 	width: 100%;
 }
 .type-c .combo-img .small {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 	align-content: flex-start;
 }
 .type-c .combo-img .small img {
 	width: 50%;
 }
 .button-hold {
 	margin-top: 40px;
 	margin-bottom: 40px;
 	text-align: center;
 }
 .button-hold:last-child {
 	margin-bottom:0px;
 }

 .button-hold a {
 	display: inline-block;
 	padding: 15px 30px;
 	cursor: pointer;
 	text-transform: uppercase;
 	transition: all 0.3s ease;
 	margin-top: 50px;
 	font-weight: 700;
 	color: #fff;
 	letter-spacing: 2px;
 	background-color: #00929E;
 	border-radius: 200px;
 	font-size: .9em;
 	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
 	-moz-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
 	box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
 }

 .button-hold a:hover {
 	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.80);
 	-moz-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.80);
 	box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.80);
 }
  /**
 * Blog detail
 **/
 .blog-holder {
 	display: flex;
 	margin-top: 60px;
 }
 .blog-aside {
 	width: 300px;
 	margin-right: 50px;
 }
 .blog-main {
 	width: calc(100% - 350px);
 }
 .blog-main .c {
 	font-size: 1.2em;
 	line-height: 150%;
 }
 .blog-main .blog-img {
 	position: relative;
 	width: 100%;
 	overflow: hidden;
 }
 .blog-main .blog-img .h1 {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	padding:25px 15px;
 	background-color: rgba(0,145,158,.5);
 	color: #fff;
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 1.5rem;
 	letter-spacing: 2px;
 	font-weight: 700;
 }

 .blog-aside h3 {
 	text-transform: uppercase;
 	font-size: 1.1rem;
 	text-align: center;
 	letter-spacing: 2px;
 	font-weight: 700;
 	margin-bottom: 25px; 	
 	color: #353535;
 }
 .blog-nav nav {
 	border-top: 1px solid rgb(220,220,220);
 	margin-bottom: 60px;
 }
 .blog-nav a {
 	line-height: 40px;
 	display: block;
 	border-bottom: 1px solid rgb(220,220,220);
 	color: rgb(100,100,100);
 	padding-left: 8px;
 }
 .blog-nav a:hover,.blog-nav a.active {
 	color: #00919e;
 }
 .blog-nav-btn {
 	display: none;
 	text-align: center;
 	padding:10px 0;
 	font-size: 3.2rem;
 	color: #e6007e;
 	cursor: pointer;
 }
 .blog-recent h2 {
 	font-size: 1.1rem;
 	margin-top: 10px;
 	letter-spacing: 1px;
 	color: #00919e;
 	font-weight: 700;
 	line-height: 150%;
 	margin-bottom: 10px;
 }
 .blog-recent .c {
 	margin-bottom: 10px;
 	line-height: 140%;
 }
 .blog-recent .blog-item {
 	margin-bottom: 35px;
 }
 .blog-recent .more {
 	font-weight: bold;
 	color: rgb(180,180,180);
 }
 .blog-overzicht {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 	align-content: flex-start;
 }
 .blog-overzicht .blog-item a {
 	position: static;
 }
 .blog-overzicht .btn-hold {
 	padding-top: 25px;
 	text-align: left;
 }
 .blog-overzicht .btn-hold a {
 	display: inline-block;
 	line-height: 45px;
 	padding:0 20px;
 	text-transform: uppercase;
 	font-weight: bold;
 	border-radius: 200px;
 	transition: all 0.5s ease;
 	font-weight: 700;
 	color: #fff;
 	letter-spacing: 2px;
 	background-color: #00929E;
 	border-radius: 200px;
 	font-size: .9em;
 	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
 	-moz-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
 	box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.4);
 }
 .blog-overzicht .btn-hold a:hover {
 	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.8);
 	-moz-box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.8);
 	box-shadow: 0px 0px 22px 0px rgba(0,145,158,0.8);
 }
 .blog-overzicht h2 {
 	font-size: 1.1rem;
 	margin-top: 15px;
 	margin-bottom: 15px;
 	color: #00929E;
 	font-weight: 700;
 	letter-spacing: 1px;
 	line-height: 150%;
 }
 .blog-overzicht .blog-item {
 	margin-bottom: 45px;
 	width: 46%;
 	margin: 3% 2%;
 }
 .blog-overzicht .blog-item:nth-child(n+6){
 	width: 32%;
 	margin-bottom: 2%;
 }
 .blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
 	display: none;
 }
 .blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)){
 	margin-right: 2%;
 }
 .blog-content-row {
 	margin-bottom: 36px;
 }
 .merk-content .blog-content-row {
 	margin-bottom: 1.33%;
 }
 .blog-content-row h2 {
 	font-size: 2.4rem;
 	text-transform: uppercase;
 	line-height: 150%;
 	text-align: center;
 }
 .blog-content-row .c {
 	width: 90%;
 	max-width: 800px;
 	margin:0 auto;
 	text-align: center;
 }
 .blog-content-row .multi-img-holder {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 	align-content: flex-start;
 	justify-content: space-between;
 }
 .blog-content-row .multi-img-holder.two>* {
 	width: 49%;
 }
 .blog-content-row .multi-img-holder.three>* {
 	width: 32.33%;
 }
 .blog-content-row .multi-img-holder.four>* {
 	width: 24%;
 }
 .blog-content-row .multi-img-holder>a img {
 	width: 100%;
 }
 .blog-content-row .filmpje {
 	max-width: 1000px;
 	padding-top: 20px;
 	padding-bottom: 20px;
 }
 .blog-content-row .tekst-and-image {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 	align-content: flex-start;
 }
 .blog-content-row .tekst-and-image > * {
 	width: 50%;
 }
 .blog-content-row .tekst-and-image .c {
 	padding:0 20px;
 }
 .blog-content-row .tekst-and-image.reverse .img {
 	order:2;
 } 
 .title-hold {
 	text-align: center;
 	margin-bottom: 36px;
 }
 .title-hold h3 {
 	text-transform: uppercase;
 	color: #00919e;
 	font-size: 1.5rem;
 	letter-spacing: 2px;
 	font-weight: 700;
 }
 @media screen and (max-width: 1200px){
 	.blog-overzicht .blog-item:nth-child(n+6) h2 {
 		font-size: 1.6rem;
 	}
 	.blog-content-row .tekst-and-image > * {
 		width: 100%;
 	}
 	.blog-content-row .tekst-and-image .img {
 		margin:15px auto;
 		max-width: 500px;
 	}
 }
 @media screen and (max-width: 900px){
 	.blog-main .c {
 		font-size: 1.4rem;
 	}
 }
 @media screen and (max-width: 800px){
 	.blog-rows .blog-main .blog-inhoud h2 {
 		font-size: 1.6rem;
 	}
 	.blog-rows .blog-inhoud {
 		height: 30%;
 	}
 	.blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
 		width: 49%;
 	}
 	.blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
 		margin-bottom: 2%;
 	}
 	.blog-content-row .multi-img-holder.three>*:last-child{
 		display: none;
 	}
 }
 @media screen and (max-width: 750px){
 	.blog-holder {
 		margin-top: 30px;
 		flex-wrap: wrap;
 	}
 	.blog-aside {
 		order:2;
 		width: 100%;
 		margin-right: 0;
 	}
 	.blog-main {
 		width: 100%;
 	}
 	.blog-main .title-hold, .blog-main .blog-overzicht {
 		display: none;
 	}
 }
 @media screen and (max-width: 700px){	
 	.blog-row .row-block,.blog-row.type-b .row-block {
 		width: 100%;
 		margin-bottom: 4.0816326530612244897959183673469%;
 	}
 	.row-block:not(:nth-child(2n)){
 		margin-right: 0;
 	}
 	.blog-row.reverse .row-block:first-child {
 		margin-left: 0;
 	}
 	.blog-rows .blog-inhoud {
 		height: 25%;
 	}
 	.blog-row {
 		margin-bottom: 0;
 	}
 }
 @media screen and (max-width: 680px){
 	.blog-main .blog-img .h1 {
 		position:static;
 		padding:25px 15px;
 		background-color: rgba(230, 0, 126);
 		font-size: 1.8rem;
 	}
 }
 @media screen and (max-width: 600px){
 	.blog-more-nav-btn {
 		display: block;
 	}
 	.blog-more-nav {
 		display: none;
 	}
 }
 @media screen and (max-width: 400px){
 	.blog-rows .blog-inhoud {
 		min-height: 50px;
 	}		
 	.row-block.extra {
 		display: none;
 	}
 	.blog-main .blog-img .h1 {
 		font-size: 1.6rem;
 	}
 }
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}