@import url("menu.css");

@font-face {
    font-family: 'aFuturaOrtoRegular';
    src: url('../fonts/a_futuraorto-regular-webfont.eot');
    src: url('../fonts/a_futuraorto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/a_futuraorto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mc-image.active {
    opacity: 1 !important;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
}

.mc-image {
    opacity: 0 !important;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    display: block !important;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

body {
    background: #111;

}

.clear {
    clear: both;
}

#agenda {
    width: 600px;
    float: right;
}

body {
    overflow-x: hidden;
}

#menu ul.social {
    float: right;
}

#menu ul.social li {
    display: block;
    float: left;
}

#contact {
    float: right;
}

#contact .contact-content {
    margin-top: 15px;
    background: #fff;
    width: 328px;
    margin-left: 4px;
    padding: 10px 0;
    border-radius: 5px 0 0 5px;
    margin-bottom: 20px;
}

#contact ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

#contact p, #contact h3 {
    color: #000;
    margin-left: 12px !important;
}

#contact a.icon {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 5px;
    text-decoration: none;
}

#contact a {
    text-decoration: underline;
    color: #000;
}

#contact li {
    clear: both;
}

#agenda h3 {
    font-size: 18px;
}

h1, h2, h3, h4, nav ul li a {
    font-family: aFuturaOrtoRegular, helvetica;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('../images/05.png');
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
    z-index: 3;
    top: 0;
}

#news-overview.mpb {
    background: none;
}

#news-overview.mpb p, #news-overview.mpb li, #news-overview.mpb h2 {
    color: #fff;
    text-shadow: 1px 1px #000;
}

.pages {
    margin-bottom: 60px;
}

.logo-social {
    float: right;
    margin: 0px;
    right: 0;
    top: 0;
    z-index: 9999;
    position: fixed;
}

h1#logo {
    display: block;
    width: 200px;
    height: 104px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -99999px;
    z-index: 999;
    padding: 10px;
    right: 0px;
    top: 0px;
    position: relative;
    z-index: 99999;
    padding: 20px;
}

h1#logo.small {
    width: 80px;
    height: 80px;
    background-size: 100%;
    top: 10px;
}

.mc-image.full-size {
    background-size: 100% !important;
    background-position: center center !important;
    transition: background-image 3s;
    -webkit-transform: translate3d(0, 0, 0);
}

#content {
    z-index: 4;
    position: relative;
}

#news.width-68 {
    z-index: 3;
    padding-right: 420px;
}

#news.hidden {
    height: 0;
    overflow: visible;
}

div.expand {
    position: absolute;
    top: -10px;
    left: 50%;
}

div.expand a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 90%;
    background: #000;
    border-radius: 50%;
    -webkit-transition: background-color 100ms linear;
    color: #000;
}

div.expand a span:before {
    content: "\f077";
    color: #fff;
}

div.bx-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}

div.bx-controls-direction a {
    position: absolute;
    background: #000;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

div.bx-controls-direction a:hover {
    text-decoration: none;
}

div.bx-controls-direction a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    width: 25px;
}

div.bx-controls-direction a.bx-prev span:before {
    content: '\f053';
    color: #fff;
}

div.bx-controls-direction a.bx-next {
    margin-right: 0;
}

div.bx-controls-direction a.bx-next span:before {
    content: '\f054';
    color: #fff;
}

#news .expand {
    display: none;
}

#news.hidden .expand {
    display: block;
}

#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
    display: none; /* Only use this if you fade it in again after the images load */
    position: fixed !important;
}

/*Set my logo in bottom left*/

#arrow_left, #arrow_right {
    bottom: 30px;
    height: 67px;
    position: absolute;
    right: 30px;
    width: 36px;
    z-index: 1000;
}

#arrow_left {
    right: 86px;
}

#arrow_left:hover, #arrow_right:hover {
    bottom: 29px;
}

#arrow_left:active, #arrow_right:active {
    bottom: 28px;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.in-slide-content {
    color: #333;
    float: right;
    font-weight: bold;
    right: 0;
    margin: 20px;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 700px;
    z-index: 9999; /* Show above .gradient */
    text-shadow: 0 1px 0 #fff;
    -webkit-font-smoothing: antialiased;
}

.pages {
    position: relative;
    z-index: 999;
    line-height: 28px;
    text-align: center;
    padding-top: 56px;
}

.pages h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

#team {
    background-color: #fff;
    padding: 40px 0px;
}

#team em {
    font-style: italic;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}

#team .wrapper {
    background: #fff;
    padding: 100px 20px 100px 20px;
}

#team .teamleden {
    background: #eee;
}

#team .teamleden .wrapper {
    padding: 0;
    width: 1000px;
}

#team .wrapper h2 {
    margin: 10px 0;
}

#team .wrapper p {
    margin: 10px 0 0 0;
}

#team-nav {
    background: #ddd;
    padding: 5px;
}

#team-nav a {
    color: #333;
    display: inline-block;
    padding: 10px;
    margin: 0 1px 0 0;
    border-top: 5px solid transparent;
}

#team-nav a:hover {
    text-decoration: none;
}

#team-nav a.active {
    border-top: 5px solid #0f9fc0;
}

#producten {
    background: #222;
    padding: 80px 20px;
    clear: both;
    border-bottom: 1px solid #ddd;
}

#producten .wrapper {
    text-align: center;
}

#producten h2 {
    color: #fff;
    margin-bottom: 50px;
}

#producten ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#producten ul li {
    width: 25%;
    height: 150px;
    display: block;
    border: 1px solid #000;
    text-align: center;
    margin: 0 0px 30px 30px;
    display: inline-block;
    background: #fff;
}

#producten ul li img {
    max-width: 100%;
    margin: 25px 0 0 0;

}

#prijslijst {
    background: #fff;
    padding: 80px 0;
    color: #333;
}

#prijslijst h3 {
    font-weight: bold;
    font-size: 22px;
    margin: 40px 0 20px 0;
}

#prijslijst ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 20px 0;
}

#prijslijst ul li {
    display: block;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 15px;
    text-transform: lowercase;
    padding: 10px;
}

#prijslijst ul li:nth-child(odd) {
    background: #eee;
}

#fotoalbum {
    background: #fff;
    padding: 60px 0 60px 0;
}

#fotoalbum .gallery-item {
    float: left;
    margin: 0px 0px 10px 10px;
}

#fotoalbum h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

#album-nav {
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}

#album-nav a {
    color: #333;
    display: inline-block;
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-right: 10px;
}

#album-nav a:last-child {
    border-right: 0px;
}

#album-placeholder {
    float: left;
    height: 800px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#contact {
    height: 800px;
    width: 100%;
    position: relative;
}

#map-canvas {
    height: 900px;
    width: 100%;
}

.contact-form {
    width: 300px;
    height: 300px;
    padding: 20px;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99;
}

.contact-form .form {
    float: left;
    width: 400px;
}

.contact-form .adres {
    float: left;
    text-align: left;
    width: 300px;
}

.contact-form .adres ul {
    margin: 0;
}

.contact-form .adres ul li {
    margin-left: 0 !important;
}

#contact .contact-form h3 {
    text-align: left;
    padding: 0;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.contact-form .form-field {
    clear: both;
    text-align: left;
    margin-bottom: 5px;
}

.contact-form .form-field label {
    display: block;
    width: 100px;
    float: left;
    font-size: 12px;

}

.contact-form .form-field .form-element {
    padding-left: 110px;

}

.contact-form .form-field .form-element input, .contact-form .form-field .form-element textarea {
    width: 250px;
    border: 1px solid #ccc;
    padding: 5px;
}

.contact-form .form-field .form-element input[type=submit] {
    background: #000;
    color: #fff;

}

.contact-form .form-field .form-element textarea {
    height: 100px;
}

.relative {
    position: relative;
}

ul, li, p, h1, h2, h3, h4, h5, div, span {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
}

h2.intro {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    z-index: 999999;
    color: #fff;
    font-size: 48px;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

.teamleden {
    clear: both;
}

ul.bxslider li .image {
    width: 40%;
    height: 500px;
    overflow: hidden;
    float: left;
}

ul.bxslider li .text {
    float: left;
    background: #fff;
    height: 500px;
    width: 60%;
}

ul.bxslider li .text h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

ul.bxslider li .text h3, ul.bxslider li .text p {
    text-align: left;
    padding: 10px 20px;
}

ul.bxslider li .image img {
    height: 100%;
}

#fancy_outer, #fancy_overlay, #fancy_loading {
    z-index: 9999999 !important;
}

@media (max-width: 768px) {

    h2.intro {
        font-size: 26px;
    }

    .mainmenu {
        display: none !important;
    }

    .logo-social {
        display: none !important;
    }

    .wrapper {
        width: auto !important;
    }

    #logo {
        display: none !important;
    }

    #producten ul li {
        width: auto;
        margin-left: 0;
    }

    ul.bxslider li .image, ul.bxslider li .text {
        width: 100% !important;
    }

    ul.bxslider li .image img {
        width: 100%;
        height: auto;
    }

    ul.bxslider li .text {
        width: 200px;
    }

    #maximage {
        max-width: 100%;
    }

    html, body, div, span, li {
        box-sizing: border-box;
    }

    h2.intro {
        display: block;
        text-align: center;
        position: absolute;
        bottom: 100px;
        left: 0px;
        margin-left: 0px;
        z-index: 999999;
        color: #fff;
        font-size: 25px;
        text-shadow: 1px 1px #000;
        width: 100%;
        box-sizing: border-box;
    }

    #team-nav a {
        font-size: 14px;
    }

    .teamcontent.left {
        width: 100% !important;
        text-align: left;
        height: auto !important;
    }

    .teamcontent.right {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 40px;
    }

    .teamcontent.right img {
        width: 100%;
        height: auto;
    }

    ul.social {
        display: none !Important;
        left: 0 !important;
        z-index: 999999 !important;
        margin-left: 40% !important;
        margin-bottom: 20px !important;
    }
}

.teamcontent.left {
    width: 650px;
    text-align: left;
    height: 400px;
}

.teamcontent.right {
    width: 350px;
    height: 400px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.mumba {
    background: #fff;
    text-align: right;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    -ie-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mumba span a, .mumba span {
    text-decoration: none !important;
    color: #000;
    font-size: 12px;
}

.mumba a {
    font-weight: bold;
}