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

body {
    padding-top: 70px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

table td {
    border-left: 1em solid transparent;
    /*border-top: 1em solid transparent;*/
}

table td:first-child {
    border-left: 0;
}

table tr:first-child td {
    border-top: 0;
}

hr {
    border-color: #2e2e2e;
    margin: 8px 0px;
}

h1, 
h2, 
h3, 
h3 {
    font-family: 'Montserrat', sans-serif;
}

.parallax { 
    /* The image used */
    background-image: url('../img/header_low.jpg');

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones. */
@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

.center-translate {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hitbox-circle {
    -webkit-shape-outside: circle();
    shape-outside: circle();
}

.tile {
    border: #4ac500 solid 3px;
    background-color: white;
    color: #4ac500;
    padding: 12px;

    text-align: center;
    font-weight: bold;
}

.btn.btn-arrowdown {
    color: white;
    display: inline-block;

    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 32px;

    padding: 12px;

    transition: all 0.3s ease 0s;    
}

.btn.btn-arrowdown:hover {
    color: #05d561;
}

.btn.btn-custom {
    border-radius: 0px;
    border: #05d561 solid 3px;
    background-color: #05d561;
    color: white;

    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;

    padding: 12px;

    transition: all 0.3s ease 0s;    
}

.btn.btn-custom:hover {
    /*    box-shadow: inset 0 0 0 4px #42b100;*/
    background-color: white;
    /*border-color: transparent;*/
    color: #05d561;
}

/*#bs-example-navbar-collapse-1 {
    width: calc(100% + 15px);
    margin: 0;
    margin-left: -15px;
    border-top: 0px;
}*/

.nav-telephone-number {
    padding-right: 32px;
}

.navbar-brand {
    padding: 0px;
    padding-left: 15px;
}

.navbar-brand>img {
    height: 100%;
    padding: 0px;
    width: auto;
    display: inline-block;
}

.navbar-brand>div {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .navbar-brand>div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.navbar {
    margin-bottom: 0;
    background-color: #fff;
    z-index: 9999;
    border: 0;
    /*font-size: 12px !important;*/
    /*line-height: 1.42857143 !important;*/
    /*letter-spacing: 4px;*/
    height: 70px;
    padding: 11px 0;
    border-radius: 0;
    border-bottom: 1px solid #d7d7d7;
}

.navbar li a, .navbar .navbar-brand {
    color: #282828 !important;
    background-color: #fff;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #05d561 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #282828 !important;
}

.seperator {
    background-image: url('../img/seperator.jpg');
    background-position: center;
    background-size: cover;
    height: 400px;
}

.header {
    /*    background-image: url('../img/pedicurelogo.2017.jpg');
        background-position: center;
        background-size: cover;*/
    height: calc(100vh - 52px);
}

.header-block {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 32px;
    color: white;

    /*background-color: rgba(0, 0, 0, 0.15);*/

    /*    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 12px 12px 12px 12px rgba(0, 0, 0, 0.2), 12px 12px 12px 12px rgba(0, 0, 0, 0.19);*/

    padding: 64px;
}

.cert-table {
    margin: 0px auto;
    text-align: left;
}

.cert-table tr td:nth-child(2) {
    width: 98px;
    vertical-align: top;
}

.cert-table tr:nth-child(n+1) td {
    border-top: 20px solid transparent;
}

.section,
.section-inverse {
    /*min-height: 100vh;*/
    padding: 48px;
}

.section {
    background-color: #fff; /*#daffda;*/
    text-align: center;
}

.section h1 {
    /*    position: relative;
        left: 50%;
        transform: translateX(-50%);*/
    /*text-align: center;*/

    color: #282828;
    font-size: 45px;
    font-weight: bold;

    padding-bottom: 12px;
}

.section div {
    font-family: 'Open Sans';
    color: #919499;
}

.section-inverse {
    background-color: #2c353f;/*#e7ffe7;*/
    text-align: center;
}

.section-inverse h1 {
    /*    position: relative;
        left: 50%;
        transform: translateX(-50%);*/
    /*text-align: center;*/

    color: #05d561;
    font-size: 45px;
    font-weight: bold;

    padding-bottom: 12px;
}

.section-inverse div {
    font-family: 'Open Sans';
    color: #919499;
}

@media (max-width: 680px) {
    .section h1,
    .section-inverse h1 {
        font-size: 24px;
    }
}

.section
.skill-item {
    padding-top: 24px;
    text-align: center;
}

.section
.skill-item .glyphicon {
    font-size: 48px;
    color: #05d561;
    padding-bottom: 12px;
}

.section
.skill-item h4 {
    font-size: 16px;
    color: #282828;
    font-weight: bold;
}

.section-inverse
.skill-item {
    padding-top: 24px;
    text-align: center;
}

.section-inverse
.skill-item .glyphicon {
    font-size: 48px;
    color: #05d561;
    padding-bottom: 12px;
}

.section-inverse
.skill-item h4 {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.section-inverse
.skill-item p {
    color: white;
}

.treatment-item {
    padding-top: 24px;
    text-align: center;
}

.treatment-item .glyphicon {
    font-size: 48px;
    color: #05d561;
    padding-bottom: 12px;
}

.treatment-item .fi {
    font-size: 48px;
    color: #05d561;
    padding-bottom: 12px;
}

.treatment-item h4 {
    font-size: 16px;
    color: #282828;
    font-weight: bold;
}

.treatmentCollapse {
    padding-top: 24px;
    background-color: white;
    border: #4ac500 solid 3px;
}

.treatmentCollapse ul {
    list-style: decimal;
}

/* Werkt beter met brede foto's */
/*.profile-image {
    background-position: center;
    background-image: url('../img/20160816_111145.jpg');
    background-size: cover;
    height: 500px;
    position: relative;
    overflow: hidden;
}*/

.profile-image {
    /*border: 3px solid #282828;*/
    margin-top: 20px;
}

.contact-items {
    padding-top: 32px;
}

.contact-item {
    padding-top: 24px;
    text-align: center;
}

.contact-item .glyphicon {
    font-size: 48px;
    color: #05d561;
    padding-bottom: 12px;
}

.contact-item h4 {
    font-size: 16px;
    color: #282828;
    font-weight: bold;
}

.panel {
    border: 1px solid #282828;
    border-radius:0;
    /*transition: box-shadow 0.5s;*/
}

/*.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}*/

.panel-heading {
    color: #fff !important;
    background-color: #282828 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-heading h1 {
    font-size: 48px;
}

@media (max-width: 680px) {
    .panel-heading h1 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .panel-body {
        height: 450px;
    }
}

.panel-footer {
    background-color: #fff !important;
}

.green {
    color: #05d561;
}

.white {
    color: white;
}

.popover-button {
    cursor: pointer;
    /*color: #05d561;*/
}

#treatments {
    padding-top: 24px;
}

#treatments h3 {
    padding-bottom: 24px;
}

#map-wrapper {
    height: 800px;
    background-color: #daffda; 
}

#plan {
    background-color: rgba(93, 224, 0, 0.4);
    color: #2e2e2e;

    text-decoration: none;

    padding: 16px;
    right: 0px;

    display: inline-block;
    position: absolute;
    z-index: 1;

    cursor: pointer;

    text-overflow: clip;

    transition: all 0.3s ease 0s; 
}

#plan:hover {
    background-color: rgba(93, 224, 0, 0.85);
}
/*#plan:hover::after {
    text-overflow: clip;
    content: " naar Pedicure Corrie Verhoef";
}*/

#map {
    border: 0;
    width: 100%;
    height: 100%;
}

#sectionFooter {
    border-top: #05d561 solid 4px;
    background-color: #282828; /*#f0f0f0;*/
    padding: 16px 32px;
    padding-bottom: 36px;
}

#footer {
    /*    position: relative;
        top: 50%;
        transform: translateY(-50%);*/
    color: #707070;/*#626262;*/
}

#footer > div > p > a {
    color: #707070;
}

#sectionFooterTerms {
    background-color: #222222;
    color: #707070;
    text-align: center;
    padding: 16px;
}

#sectionFooterTerms a {
    color: #05d561;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

#alertSection {
    background-color: #fad029;
    color: black;
    padding: 12px;
    width: 100%;
    text-align: center;
}