/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300%7cOpen+Sans+Condensed:300,700);

/* OVERALL ASPECT */

body {
    /*    background-color: #f2f2f2;*/
    background-color: #ffffff;
    /*font-family: "Lato";
    font-weight: 300;
    font-size: 16px;*/
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    /*    margin-top: 70px;*/
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    /*    font-family: "Raleway";*/
    font-family: "Open Sans";
    /*font-weight: 300;*/
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

    a:hover,
    a:focus {
        color: #7b7b7b;
        text-decoration: none;
        outline: 0;
    }

    a:before,
    a:after {
        -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
        -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
        -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
        -o-transition: color 0.1s ease-in, background 0.1s ease-in;
        transition: color 0.1s ease-in, background 0.1s ease-in;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
    font-weight: 800;
    font-size: 14px;
}

.navbar-inverse {
    background: #004B8D;
    border-color: #004B8D;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .navbar-inverse .navbar-nav > .active > a {
        background: #FE7330;
    }

    .navbar-inverse .navbar-brand {
        color: #999999;
        font-weight: bolder;
        font-size: 22px;
        letter-spacing: 1px;
    }

        .navbar-inverse .navbar-brand i {
            color: #ff7878;
            font-size: 22px;
            letter-spacing: 1px;
        }

/*TILT*/
.tilt {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .tilt:hover {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
    background: url(../Images/ISO_dakisolatie.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 500px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #headerwrap h1 {
        /*
	margin-top: 100px;
	color: white;
	font-size: 30px;
    font-weight: bold;
*/
        margin-top: 400px;
        color: #FE7330;
        font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
        font-size: 3em;
        font-weight: 700;
        line-height: 1.2;
        /*text-transform:uppercase;*/
        text-shadow: 1px 1px 0 #FFFFFF;
    }

    #headerwrap h2 {
        color: white;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

/* Dark Grey Wrap */
#dg {
    background: #004B8D;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: right;
    color: #FFFFFF;
}

    #dg i {
        color: #FFFFFF;
        font-size: 120px;
        position: absolute;
        top: 35px;
        left: 30px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

    #dg img {
        color: #FFFFFF;
        font-size: 120px;
        position: absolute;
        top: -21px;
        left: -80px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        z-index: 100;
    }

    #dg h4 {
        font-weight: 700;
        font-size: 2em;
        text-align: left;
        padding: 0 0 0 0;
        color: #FE7330;
        font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    }

    #dg p {
        text-align: left;
        padding: 0 0 0 0;
    }



#subtitleWrap {
    padding: 20px 0 20px 0;
    background-color: #FE7330;
}

    #subtitleWrap h1 {
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
        font-size: 2.8em;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 #E85531;
    }

    #subtitleWrap h2 {
        margin: 0;
        padding: 5px 0 0 0;
        font-size: 1.5em;
    }

#highLights {
    padding: 40px 0 0 0;
    background-color: #FFFFFF;
}

    #highLights h1 {
        margin: 0;
        padding: 40px 0 0 0;
        font-size: 1.9em;
        font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
        font-weight: bold;
        color: #004B8D;
    }

    #highLights p {
        padding: 5px 0 40px 0;
        border-bottom: solid 1px #C2C2C2;
    }

    #highLights #counterUitleg {
        display: block;
        font-size: 1.8em;
    }

#stappenPlan {
    padding: 50px 0 0 0;
    background-color: #FFFFFF;
}

    #stappenPlan h4 {
        color: #FFFFFF;
        padding: 22px 9px 22px 9px;
        display: inline;
        background-color: #FE7330;
        border-radius: 50%;
        font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        font-size: 1.5em;
    }

#uwStappen p {
    margin-top: 30px;
}

h5 {
    color: #FFFFFF;
    padding: 0 8px 10px 8px;
    margin: 0;
    text-align: left;
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
}



#stappenPlan h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 1.9em;
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #004B8D;
}

#stappenPlan p {
    padding: 5px 0 40px 0;
    border-bottom: solid 1px #C2C2C2;
}

#uwVoordelen {
    margin-bottom: 20px;
}

#uwVoordelen, #uwStappen {
    font-weight: 400;
    font-family: "Open Sans";
}

    #uwVoordelen h4 {
        color: #004B8D;
        font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        font-size: 1.5em;
    }

    #uwVoordelen ul, #uwStappen ul {
        margin-top: 19px;
        padding: 0;
        list-style: none;
    }

        #uwVoordelen ul li, #uwStappen ul li {
            text-align: left;
            padding-bottom: 5px;
            clear: both;
        }

    #uwVoordelen p, #uwVoordelen2 p, #uwStappen p {
        border: 0;
    }

    #uwVoordelen i, #uwStappen i {
        padding-top: 5px;
    }

    #uwVoordelen ul li i.green {
        color: green;
        font-size: 14px;
        padding-right: 10px;
        float: left;
        width: 7%;
    }

    #uwVoordelen li span {
        float: left;
        width: 93%;
        padding-bottom: 15px;
    }

#logos {
    padding: 25px 0 50px 0;
}


/* Dark Grey Wrap */
#contact {
    background: #FE7330;
    padding-top: 35px;
    padding-bottom: 50px;
    text-align: left;
    color: #FFFFFF;
}

    #contact h4 {
        font-weight: 700;
        font-size: 2em;
        text-align: left;
        padding: 0 0 0 100px;
        color: #FE7330;
        font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    }

    #contact p {
        text-align: left;
        padding: 0;
    }

    #contact .form-group {
        text-align: left;
    }

        #contact .form-group label {
            font-weight: normal;
            font-size: 0.95em;
        }

#inschrijvenKnop a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #9FCE20;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 2em;
    padding: 20px;
    text-shadow: 2px 3px 0 #81A71B;
    border-radius: 15px;
    margin: 0 0 40px 0;
}

    #inschrijvenKnop a:hover {
        background-color: #9FCE20;
        text-shadow: none;
        -moz-box-shadow: inset 0 0 5px #81A71B;
        -webkit-box-shadow: inset 0 0 10px #81A71B;
        box-shadow: inset 0 0 5px #81A71B;
    }

/* Light Grey */
#lg {
    background: #ebebeb;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

    #lg h4 {
        font-weight: 700;
    }


/* Red Wrap */
#r {
    background: #ff7878;
    padding-top: 35px;
    padding-bottom: 35px;
}

    #r h4 {
        color: white;
        font-weight: 700;
    }

    #r p {
        color: white;
    }

/* Blue Wrap */

#blue {
    background: #3498db;
    padding-top: 35px;
    padding-bottom: 35px;
}

    #blue h4 {
        color: white;
        font-weight: 700;
    }

    #blue p {
        color: white;
    }

/* Footer Wrap */
#f {
    background: #E9E9E9;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #f i {
        color: #bdbdbd;
        font-size: 30px;
        padding: 20px;
    }

        #f i:hover {
            color: #FE7330;
        }

/* Sub Footer Wrap */
#subfooter {
    background-color: #004B8D;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFFFFF;
}

    #subfooter i {
        color: #bdbdbd;
        font-size: 30px;
        padding: 20px;
    }

    /*#subfooter i:hover {
	color: #FE7330;
}*/

    #subfooter i {
        color: #FE7330;
        font-size: 16px;
    }

    #subfooter a {
        color: #FFFFFF;
        text-decoration: underline;
    }

        #subfooter a:hover {
            color: #FE7330;
            text-decoration: none;
        }

    #subfooter img {
        padding-top: 5px;
    }

/****** SECTIONS *****/

.w {
    padding-top: 35px;
}

    .w h4 {
        font-weight: 700;
    }

    .w i {
        color: #FE7330;
        font-size: 30px;
    }


.wb {
    padding-top: 35px;
    margin-bottom: 0px;
}

    .wb h4 {
        font-weight: 700;
    }

.desc {
    padding-top: 35px;
}

    .desc h4 {
        font-weight: 700;
    }

    .desc i {
        color: #ff7878;
        font-size: 12px;
        padding: 5px;
    }

/***** MODAL CONTACT *****/
.modal-content {
    border-radius: 0px;
}

.modal-header {
    background: #bdbdbd;
    color: white;
}

    .modal-header h4 {
        font-weight: 700;
    }

.modal-body {
    background: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
    background: #f2f2f2;
    margin-top: 0px;
}

#warmerKortrijk {
    padding: 20px 0 20px 0;
    font-weight: 400;
    font-size: 1.4em;
    font-family: "Open Sans";
}

#warmerKortrijk img {
    height: 1em;
}

    #warmerKortrijk h4 {
        font-weight: 700;
        font-size: 1.5em;
        color: #004B8D;
        font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    }

#zonnebloem {
    margin: 0 0 auto;
    padding: 30px 0 0 0;
}

#kortrijkExtraPremie {
    margin: 0;
    padding: 0;
    text-align: right;
}

    #kortrijkExtraPremie h4 {
        /*margin: 92px 0 10px 0;
        padding: 0;*/
    }

    #kortrijkExtraPremie p {
        margin: 8px 0 8px 0;
        padding: 0;
    }

/* ==========================================================================
   Pricing Tables
   ========================================================================== */

.pricing-option {
    padding-bottom: 40px;
}

    .pricing-option .pricing-top {
        position: relative;
        background: #222;
        color: white;
        text-align: center;
        font-weight: bold;
        padding: 40px 20px 30px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .pricing-option .pricing-top .special-label {
            display: block;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #1abc9c;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: bold;
            padding: 3px 0;
        }

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

    .pricing-option .price sup {
        position: absolute;
        top: 50px;
        left: -10px;
        font-size: 24px;
    }

    .pricing-option .price .price-amount {
        font-size: 108px;
        letter-spacing: -4px;
    }

    .pricing-option .price small {
        position: relative;
        left: -10px;
        font-size: 18px;
    }

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

    .pricing-option ul li {
        border-bottom: solid 1px #e1e1e1;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

    .pricing-option .pricing-signup:hover {
        background: #ff7878;
    }

#confirmSave_OK {
    display: block;
    width: 50%;
    text-align: center;
    background-color: #004B8D;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1em;
    padding: 10px;
    margin: 25px auto;
}

#errorMessage_OK {
    display: block;
    width: 50%;
    text-align: center;
    background-color: #E01F26;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1em;
    padding: 10px;
    margin: 25px auto;
}


#confirmSave h3 {
    color: #FE7330;
}

#errorMessage h3 {
    margin: 50px;
    color: #E01F26;
}



.invisible {
    display: none;
}

.unhappy {
    border: solid 3px #E51E25;
}

.unhappyMessage {
    display: block;
    position: relative;
    top: -2px;
    color: #FFFFFF;
    padding: 10px;
    background-color: #E51E25;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 0.85em;
}

    .unhappyMessage i {
        color: yellow;
        padding-right: 5px;
    }
