html {
    overflow-x: hidden;
}
body {
    position: relative;
    color: #282828;
    color: #282828;
    font-family: 'Questrial', sans-serif;
    font-size: 100%;
    line-height: 28px;
}
a {
    color: #282828;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.full-screen {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
h3 span {
    padding: 0;
    color: #fc490c;
    font-size: 1em;
}
#about,
#huisregels,
#afspraak,
#blog,
#contact,
#portfolio,
#pricing,
#services,
#team {
    padding: 120px 0 150px;
}
#about h3,
#blog h3,
#huisregels h3,
#afspraak h3,
#contact h3,
#portfolio h3,
#pricing h3,
#services h3,
#team h3 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 4em;
    font-weight: bold;
}
.site-navbar {
    min-height: 50px;
    padding: 45px 0 20px;
    border: 0;
    transition: all 0.3s;
}
.site-navbar .container {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
}
.site-navbar a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
}
.site-navbar .active,
.site-navbar .active a {
    color: #fc490c;
    background: transparent;
}
.site-navbar li a.current:hover {
    color: #fc490c;
    background: transparent;
}
.site-navbar li a:hover {
    color: #fc490c;
    background: transparent;
}
.site-navbar li a:focus {
    background: transparent;
}
.site-navbar .navbar-brand {
    padding-top: 0;
}
.site-navbar .navbar-toggle .icon-bar {
    background: #fff;
}
.site-navbar .navbar-toggle {
    border: 1px solid #fff;
    border-radius: 0;
}
.site-navbar a.navbar-brand {
    padding: 0 0 0 15px;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: bold;
    line-height: 51px;
}
.site-navbar a.navbar-brand span {
    color: #fc490c;
}
.sticky {
    z-index: 100000;
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.carousel .full-width {
    width: 100%;
}
.carousel .carousel-caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align: center;
    -webkit-box-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    color: #282828;
    text-shadow: none;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.carousel .carousel-caption h3 {
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 6em;
}
.carousel .carousel-caption span {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(27, 147, 199, 0.8);
    text-transform: uppercase;
}
.carousel .carousel-indicators .active {
    width: 8px;
    height: 8px;
    background: #282828;
}
.carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    background: #d2d2d2;
}
.carousel .subtitle {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 2px;
}
.btn-action {
    height: 50px;
    padding: 0 35px;
    color: #fff;
    border-radius: 40px;
    background: #fc490c;
    background-image: -moz-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
    box-shadow: 0 18px 31px 0 rgba(255, 73, 10, 0.3);
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 47px;
    letter-spacing: 1px
}
.btn-action:hover {
    color: #fff;
    background: #282828;
    box-shadow: 0 18px 31px 0 rgba(0, 0, 0, 0.3)
}
#about p {
    color: #282828;
    font-size: 1.6em;
    font-weight: 300
}
#huisregels p {
    color: #282828;
    font-size: 1.6em;
    font-weight: 300
}
#afspraak p {
    color: #282828;
    font-size: 1.6em;
    font-weight: 300
}
#about h3 span,
#huisregels h3 span,
#afspraak h3 span,
#contact h3 span,
#portfolio h3 span,
#pricing h3 span,
#services h3 span,
#team h3 span {
    padding: 0;
    color: #fc490c;
    font-size: 1em
}
#services {
    background: #f8f8f8
}
#services h3 {
    margin-bottom: 40px;
    text-align: center
}
#services p {
    text-align: center;
    font-size: 1.6em
}
#services .icon {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    background: #fff;
    transition: all 0.4s
}
#services .icon:hover {
    border: 5px solid #fc490c;
    background: #fc490c;
    cursor: pointer
}
#services .icon:hover i {
    color: #fff
}
#services .icon i {
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    height: 100%;
    color: #fc490c;
    text-shadow: 0 18px 31px rgba(255, 73, 10, 0.3);
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 5em;
    font-weight: 700;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}
#services h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold
}
#portfolio {
    color: #282828
}
#portfolio .box {
    width: 20%;
    float: left
}
#portfolio h3 {
    text-align: center
}
#portfolio h3 span {
    padding: 0;
    color: #fc490c;
    font-size: 1em
}
#portfolio img {
    width: 100%;
    height: auto
}
#portfolio h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    font-weight: bold
}
#portfolio .info {
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    background: #000;
    text-transform: uppercase;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s
}
#portfolio .box:hover .info {
    opacity: 0.9
}
#portfolio .imgport {
    position: relative
}
#portfolio .imgport:hover {
    cursor: pointer
}
#portfolio span {
    padding: 5px 25px;
    color: #000;
    border-radius: 20px;
    background: #fff;
    font-size: 12px;
    letter-spacing: 2px
}
#pricing h3,
#pricing h5 {
    text-align: center
}
#pricing span {
    font-size: 1em
}
#pricing li {
    font-size: 1.3em
}
#pricing p.lead {
    margin-bottom: 5px;
    color: #fc490c;
    text-shadow: 0 18px 31px rgba(255, 73, 10, 0.3);
    font-family: 'Montserrat', sans-serif;
    font-size: 6em;
    font-weight: 700
}
#pricing p {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em
}
#pricing .panel-success>.panel-heading {
    color: #FFFFFF;
    border-color: #EC440B;
    background-color: #FC490C
}
#pricing .panel-success {
    border-color: #EC440B
}
#pricing .list-group-item {
    border-color: #e8e8e8
}
#pricing .ion-ios-checkmark-outline {
    color: #fc490c
}
#pricing .ion-ios-close-outline {
    color: #dadada
}
#pricing .panel.panel-success.fav {
    border-color: #282828
}
#pricing .panel.panel-success.fav .panel-heading {
    border-color: #282828;
    background-color: #282828
}
#pricing .panel.panel-success.fav p.lead {
    color: #282828;
    text-shadow: 0 18px 31px rgba(80, 80, 80, 0.3)
}
#pricing .panel.panel-success.fav .btn-action {
    background: #282828;
    box-shadow: 0 18px 31px rgba(80, 80, 80, 0.3)
}
#pricing .fav .ion-ios-checkmark-outline {
    color: #282828
}
#team h4 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    font-weight: bold
}
#team p {
    text-align: center;
    font-size: 1.6em
}
#team img {
    width: 100%;
    margin-bottom: 20px
}
#team ul {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold
}
#team ul li {
    display: inline-block;
    padding: 0 10px
}
#team ul li a {
    color: #282828;
    font-size: 1em
}
#team ul li:hover {
    opacity: 0.8
}
#team .imgteam {
    position: relative
}
#team .imgteam:hover {
    opacity: 0.9;
    cursor: pointer
}
#team .imgteam:hover ul {
    display: block
}
.fluid-wrapper {
    position: relative;
    height: 350px;
    margin-bottom: 40px
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}
#contact .fa {
    color: #8f8f8f;
    font-size: 1.2em
}
.mail {
    font-size: 1.6em
}
.frm input[type="email"],
.frm input[type="text"] {
    height: 50px;
    border-radius: 0 !important;
    background: #fcfcfc !important
}
textarea {
    padding: 10px !important;
    border-radius: 0 !important;
    background: #fcfcfc !important;
    font-size: 1.2em
}
.btn-biru {
    border: 0 !important;
    border-radius: 0 !important;
    background: #1b93c7
}
.btn-biru:hover {
    background: #0170a0
}
#success p {
    padding: 15px
}
footer {
    padding-top: 30px;
    padding-bottom: 100px;
    color: #fff;
    background: #282828;
    text-align: center;
    font-size: 15px;
    font-weight: 300
}
footer a {
    color: #fff;
    text-decoration: underline;
    text-shadow: 0;
    font-weight: 400
}
footer a:hover {
    color: #fff;
    opacity: 0.8
}
.scroll-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 40px
}
.scroll-to-top {
    z-index: 9999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    border-radius: 4px;
    background: #333;
    filter: alpha(opacity=0);
    text-align: center;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}
.scroll-to-top.affix {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.affix {
    position: fixed
}
@media only screen and (max-width: 768px) {
    #about,
    #huisregels,
    #afspraak,
    #blog,
    #contact,
    #portfolio,
    #pricing,
    #services,
    #team {
        padding: 50px 0 60px
    }
    .site-navbar {
        margin-bottom: 0;
        padding: 0;
        background: #fff
    }
    .site-navbar a.navbar-brand {
        font-size: 2.3em
    }
    .site-navbar .container {
        padding-right: 15px;
        padding-left: 15px;
        border-radius: 0;
        background: #fff
    }
    .site-navbar .navbar-toggle .icon-bar {
        background: #000
    }
}
@media only screen and (max-width: 480px) {
    .container {
        padding-right: 30px;
        padding-left: 30px
    }
    .site-navbar {
        margin-bottom: 0;
        padding: 0
    }
    .site-navbar a.navbar-brand {
        font-size: 2.3em
    }
    .site-navbar .container {
        padding-right: 15px;
        padding-left: 15px;
        border-radius: 0;
        background: #fff
    }
    .site-navbar .navbar-toggle .icon-bar {
        background: #000
    }
    .carousel .carousel-caption h3 {
        font-size: 3em
    }
    .carousel .subtitle {
        font-size: 1.6em
    }
    #about,
    #huisregels,
    #afspraak,
    #contact,
    #portfolio,
    #pricing,
    #services,
    #team {
        padding: 35px 0 60px
    }
    #about h3,
    #huisregels h3,
    #afspraak h3,
    #contact h3,
    #portfolio h3,
    #pricing h3,
    #services h3,
    #team h3 {
        margin-top: 50px;
        font-size: 3em
    }
    #portfolio .box {
        width: 50%
    }
    #services p {
        margin-bottom: 20px
    }
    #team .col-md-3 {
        margin-bottom: 25px
    }
    #team p {
        line-height: 20px
    }
}
