

/*----------------------------------------------------------*/
/*-------- BASIC SETUP --------*/
/*----------------------------------------------------------*/

section {
    padding: 100px 0;
}

@media (max-width: 600px) {
    section {
        padding: 50px 0;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    padding-right: 40px!important;
    padding-left: 40px!important;
}

.container-fluid-np {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

@media (max-width: 1234px) {
.cp {
    width: auto;
    margin: 0 32px;
}
}

@media (max-width: 600px) {
.ncp-mobile {
    width: auto;
    margin: 0!important;
}
}   

.equal-height {
    display: flex;
    width: 100%;
}

* {
  box-sizing: border-box;
}

a {
    text-decoration: none;
}

.border {
    border: 1px solid #ebebeb;
}

.align-center {
    text-align: center;
}

.section-np {
    padding: 0;
}

@media (max-width: 600px) {
.section-np-mobile {
    padding: 0;
}
}

.section-p-20 {
    padding: 20px 0;
}

.section-p-40 {
    padding: 40px 0;
}

.section-p-60 {
    padding: 60px 0;
}

.section-p-80 {
    padding: 80px 0;
}

/*-----------------------------*/
/*------- FONT SETTINGS -------*/
/*-----------------------------*/

p {
    font-family: 'Open Sans', sans-serif;
    margin-block-start: 0;
}

h1 {
    font-family: 'Permanent Marker', cursive;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.1;

}

h2 {
    font-family: 'Permanent Marker', cursive;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.1;
    margin-block-start: 0;
}

h3 {
    font-family: 'Permanent Marker', cursive;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0;
}

/*-----------------------------*/
/*------- LIST SETTINGS -------*/
/*-----------------------------*/

ul {
    padding-inline-start: 10px;
}

li {
    font-family: 'Permanent Marker', cursive;
    text-decoration: none;
    list-style-type: none;
    line-height: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
}

/*-----------------------------*/
/*------- IMAGE SETTINGS -------*/
/*-----------------------------*/

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

/*-----------------------------*/
/*------- COLOR SETTINGS -------*/
/*-----------------------------*/

.white {
    color: #ffffff;
}

.dark {
    background: #2B2B2B;
}

/*-----------------------------*/
/*------- RESPONSIVE SETTINGS -------*/
/*-----------------------------*/

@media (max-width: 1060px) {
.desktop-only {
    display: none;
}
}

@media (min-width: 1060px) {
.touch-only {
    display: none;
}
}

@media (max-width: 600px) {
.no-mobile {
    display: none;
}
}


/*-----------------------------*/
/*------- BUTTON SETTINGS -------*/
/*-----------------------------*/

.button-main a {
    display: inline-block;
    background: #ffa108;
    padding: 15px 25px;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-right: 1.3rem;
    border-radius: 50px;
    text-transform: uppercase;
}

.button-second a {
    display: inline-block;
    background: transparent;
    padding: 12px 22px;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-right: 1.3rem;
    border-radius: 50px;
    border: 2px solid #fff;
    text-transform: uppercase;
    transition: all .2s ease;
}

.button-second a:hover {
    background: orange;
    border: 2px solid orange;

}

a.button-third {
    display: inline-block;
    background: transparent;
    text-decoration: none;
    color: #212247;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

/*-----------------------------*/
/*------- MARGINS -------*/
/*-----------------------------*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

/*----------------------------------------------------------*/
/*-------- MAIN MENU --------*/
/*----------------------------------------------------------*/

nav.main {
    display: -webkit-box;
    display: flex;
    padding: 0;
    height: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    position: relative;
}

@media (min-width: 992px){
    .thebranders-header-overlay .thebranders-header-container {
        display: none;
    }
}

@media (max-width: 992px){
    .menu.nav-block {
        display: none;
    }     
    nav.main {
        display: -webkit-box;
        display: flex;
        padding: 0;
        height: 0;
        width: 100%;
        background: transparent;
    }
}

.index img.logo-desktop {
    max-height: 21px;
    margin-top: 34px;
    margin-left: 60px;
}

img.logo-desktop {
    max-height: 21px;
    margin-top: 46px;
}

@media(max-width: 992px){
    img.logo-desktop {
        max-height: 90px;
        margin-top: 0;
        margin-left: 35px;
        z-index: 3;
        position: relative;
        display: none;
    }
}


@media (max-width: 992px) {
    .index img.logo-desktop {
        display: none;
    }
}

nav.main .menu {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: -4px;
}

nav.main ul.main-nav {
    height: 100px;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 40px;
    padding: 0;
    float: left;
    font-family: open sans, sans-serif;
    z-index: 10;
    position: relative;
    margin-left: 40px;
}
}

nav.main ul.main-nav>li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 15px;
    transition: all .2s ease;
}

nav.main ul.main-nav>li>a:hover {
    color: #fff337;
}

nav.main ul.main-nav>li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 32px 0px;
    height: 80px;
    border-bottom: 3px solid transparent;
    transition: border .2s ease-out,color .2s ease-out;
}

.menu_header {
    padding: 0 15px;
}

.menu_header-name {
    color: #2b2b2b;
    transition: all .1s ease;
    padding: 4px 0;
    font-weight: 700;
    font-size: 17px;
    border-bottom: 2px solid #ffffff00;
}

.menu_header-name:hover {
    color: #2b2b2b;
    position: relative;
    padding: 4px 0;
    border-bottom: 2px solid #ffa108;
}

nav.main .community-dropdown .dropdown-menu {
    top: 100%;
    right: 0;
    left: auto;
}

h6.mobile-copy {
    color: #0e0e0d;
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 0;
}

/*----------------------------------------------------------*/
/*-------- HOMEPAGE HERO --------*/
/*----------------------------------------------------------*/

.homepage-hero {
    background-image: url("../img/hero-home-smartkat2.jpg");
    background-size: cover;
    background-position: bottom;
    position: relative;
    min-height: 100vmin;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 0;
}

@media (max-width: 600px) {
.homepage-hero {
    background: url("../img/hero-home-mobile.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
}

.homepage-hero h1 {
	font-size: 120px;
	margin: 0 0 24px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 1060px) {
.homepage-hero h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 80px;
    margin: 0 0 24px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 1.2;
}
}

@media (max-width: 600px) {
.homepage-hero h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 80px;
    margin: 0 0 24px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
}
}

.homepage-hero p {
    font-family: 'lato', cursive;
    font-size: 20px;
    margin: 0 0 40px;
    color: #212247;
    font-weight: 400;
    line-height: 1.5;
}

.homepage-hero p {
    font-family: 'lato', cursive;
    font-size: 20px;
    margin: 0 0 40px;
    color: #212247;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 600px) {
.homepage-hero p {
    font-size: 20px;
    color: #fff;
}
}

.homepage-img {
	position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 75vh;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: imaend;
    align-items: flex-end;
    will-change: transform;
}

.homepage-img-2 {
	max-width: 100%;
    max-height: 100%;
}

.actions {
    animation: fadein .6s .4s both;
    display: flex;
    align-items: center;
}

/*----------------------------------------------------------*/
/*-------- CTA WRAPPER --------*/
/*----------------------------------------------------------*/

.cta-wrapper-home {
    margin-top: -50px;
    z-index: 10;
    position: relative;
}

.cta-wrapper-home-left {
    background: #ffa108;
    padding: 20px;
    text-align: center
}

.cta-wrapper-home-right {
    background: #ffffff;
    padding: 20px;
    color: #2a2a2a;
    text-align: center;
}

/*----------------------------------------------------------*/
/*-------- SECTION 1 --------*/
/*----------------------------------------------------------*/

.wrapper-section1 {
    background-image: url("file:///Volumes/GoogleDrive/Drives%20van%20mijn%20team/The%20Branders/Klanten/Smartkat/2019/190520%20Website/Smartkat%20Website/img/sea-bg-dark.jpg");
    background: #2B2B2B;
    display: table-cell;
    padding: 50px;
    width: 100%;
}

@media (min-width: 1060px) {
#move40 {
    margin-top: 40px;
    margin-left: -40px;
}
}

/*----------------------------------------------------------*/
/*-------- SECTION 2 (GALLERY) --------*/
/*----------------------------------------------------------*/

.gallery-padding {
    padding: 100px 0 175px 0;
}

#gallery1 {
    margin-top: 60px;
}

#gallery3 {
    margin-top: 100px;
}

#gallery4 {
    margin-top: 40px;
}

#gallery1-touch {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#gallery2-touch {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#gallery3-touch {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#gallery4-touch {
    height: 250px;
    width: 100%;
    object-fit: cover;
}



/*----------------------------------------------------------*/
/*-------- SECTION 3 (USP) --------*/
/*----------------------------------------------------------*/

.usp {
    background: #2B2B2B;
}

#first {
    padding: 150px 0 70px 0;
}

@media (max-width: 1060px) {
    #first {
    padding: 60px 0 30px 0;
}}

#second {
    padding: 70px 0 70px 0;
}

@media (max-width: 1060px) {
    #second {
    padding: 0;
}}

#third {
    padding: 70px 0 70px 0;
}

@media (max-width: 1060px) {
    #third {
    padding: 30px 0 0 0;
}}

#fourth {
    padding: 70px 0 150px 0;
}

@media (max-width: 1060px) {
    #fourth {
    padding: 30px 0 20px 0;
}
}



/*----------------------------------------------------------*/
/*-------- SECTION (MODELLEN) --------*/
/*----------------------------------------------------------*/

.model-img {
    max-width: 80%;
}

@media (max-width: 1060px) {
    .model-img {
        max-width: 60%;
        margin-top: 50px;
    }
}

/*----------------------------------------------------------*/
/*-------- SECTION 4 (TABLE) --------*/
/*----------------------------------------------------------*/

table {
    width: 100%;
    margin: 40px 0 0;
    border-spacing: 0;
}

tr:hover {
    background: #333333;
}

th, td {
    border-top: 1px solid #464646;
    padding: 20px 12px;
    vertical-align: middle;
    width: 25%;
    transition: background-color .25s;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
}

.header-table {
    border-bottom: 2px solid #464646;
    font-family: 'Permanent Marker', cursive;
    font-size: 20px;
    font-weight: normal;
    border-top: none;
}

tr.header-table-tr:hover{
    background: transparent;
} 


.right {
    text-align: right;
}

.last-row-table {
    border-bottom: 1px solid #464646;
}

/*----------------------------------------------------------*/
/*-------- SECTION 5 (CALL TO ACTION) --------*/
/*----------------------------------------------------------*/

section.cta-section {
    padding: 20px 0 0 0;
}

section.cta-section-mini {
    padding: 0 0 60px 0;
}

.wrapper-contact-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 450px;
    padding: 30px 30px 30px 50px;
}

.cta-img {
    display: flex;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 600px) {
.wrapper-contact-description {
    height: 380px;
    padding: 30px;
}
.cta-img {
    height: 380px;
}
}

.call-to-action {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

a#download {
    color: orange;
    text-decoration: none;
    font-weight: 700;
}

/*----------------------------------------------------------*/
/*---------- MAILCHIMP FORM ---------*/
/*----------------------------------------------------------*/

input#mc-embedded-subscribe {
    display: inline-block;
    background: #ffa108;
    padding: 15px 25px;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-right: 1.3rem;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
}

input#mce-FNAME, input#mce-EMAIL {
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    padding: 14px;
    width: 325px;
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}


/*----------------------------------------------------------*/
/*---------- POP-UP ---------*/
/*----------------------------------------------------------*/

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: table;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all .5s .2s;
  padding: 20px;
}
.popup:target {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.popup:target .popup__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.popup__close:link, .popup__close:visited {
  color: #777;
  position: absolute;
  top: 20px;
  right: 2.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  transition: all .3s;
  line-height: 1;
}

.popup__close:hover {
  color: #F8BB16;
}

.mobile-number {
    font-family: 'open sans', cursive;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #ffa108;
}

/*-----------------------------*/

.popup1 {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.popup__content1 {
  position: absolute;
  top: 0;
  left: 0;
  /*transform: translate(-50%, -50%);*/
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  display: table;
  overflow: hidden;
  opacity: 0;
  /*transform: translate(-50%, -50%) scale(0);*/
  transition: all .5s .2s;
  padding: 100px;
}
.popup1:target {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.popup1:target .popup__content1 {
  opacity: 1;
  /*transform: translate(-50%, -50%) scale(1);*/
}

.popup__close:link, .popup__close:visited {
  color: #777;
  position: absolute;
  top: 20px;
  right: 2.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  transition: all .3s;
  line-height: 1;
}

.popup__close:hover {
  color: #F8BB16;
}

.img-winkel {
  width:30%;
  height:150px;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 5px;
  float: left;
}

.panel.winkel {
  display: flex;
}

.text-winkel {
  padding: 20px!important;
}





