/*******************************
*
*   Webdesign door CreativeKing
*   info@creativeking.nl
*   www.creativeking.nl
*
*******************************/

* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../images/bgPattern.png') left top #fff;
    color: #262626;
    font-family: 'Open Sans', sans-serif;
}

/********* TEXT STYLING *********/
h1, h2, h3, h4, h5 {
    font-weight: 700;
}

h1 {
    margin: -15px -15px 15px -15px;
    padding: 15px 15px 12px 15px;
    background: url('../images/headerPattern.png') center bottom repeat-x #1e437a;
    color: #fff;
    font-size: 15px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 13px;
}

h2, h3, h4 {
    margin-bottom: 5px;
    color: #262626;
}

a {
    color: #262626;
}

img {
    max-width: 100%;
}

/********* BASIC STYLING ********/
/** basic styling & extra small devices **/

.header {
    height: 145px;
    margin-bottom: 30px;
    background: url('../images/headerKlein.png') left top #04084c no-repeat;
}

.logo {
    height: 41px;
    margin-top: 35px;
    float: left;
}

.nav {
    float: left;
    margin-top: 25px;
}

.nav ul {
    float: right;
    list-style-type: none;
}

.nav ul li {
    float: left;
    font-weight: 700;
}

.nav ul li a {
    display: block;
    margin: 0 7px;
    padding: 5px 10px;
    color: #fff;
}

.nav ul li:hover a {
    background: #fff;
    color: #04084c;
    text-decoration: none;
}

.nav ul .active a {
    background: #fff;
    color: #04084c;
    text-decoration: none;
}

.nav li ul {
    position: absolute;
    display: none;
    margin-left: 6px;
    list-style-type: none;
    z-index: 100000;
    border-bottom: 1px solid #727272;
}

.nav li:hover ul {
    display: block;
}

.nav li ul li {

    float: none;
    border-left: 1px solid #727272;
    border-top: 1px solid #727272;
    border-right: 1px solid #727272;
}

.nav li ul li a {
    display: block;
    width: 100%;
    margin: 0;
    text-decoration: none;
    padding: 10px;
}

.nav li ul li:hover a {
    background: #04084c;
    color: #fff;
}

.dropdown-menu {
    padding: 0 !important;
    margin: 0 0 0 7px !important;
    border-radius: 0 !important;
}

.dropdown-menu li {
    border-left: 0 !important;
    border-right: 0 !important;
}

.block {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
}

.block img {
    margin: 0 10px 10px 10px;
}

.footer {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 15px 10px 50px;
    background: url('../images/footer.png') left center no-repeat #fff;
}

.footer div, .footer div a {
    padding: 0;
    color: #727272;
}

.footer .text-right {
    display: none;
}

/** styling small devices (tablets, 768px and up) **/
@media (min-width: 768px) {
    .footer .text-right {
        display: block;
        text-align: right;
    }
}

/** styling medium devices (desktops, 992px and up) **/
@media (min-width: 992px) {
    .header {
        height: 125px;
        background: url('../images/header.png') center top #04084c no-repeat;
    }

    .nav {
        margin-top: 45px;
    }

    .sidebar {
        padding-right: 20px;
    }
}

/** styling large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header {
        background: url('../images/headerGroot.png') center top #04084c no-repeat;
    }
}