/* general */
body {
    color: #999;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    border-radius: 0;
    padding: 10px 38px;
}

h1 {
    font-size: 48px !important;
    font-weight: 900;
}

h2 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

h2:after {
    background: none repeat scroll center top #f78f1e;
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 220px;
    margin: 0 auto 20px;
}

a {
    color: #f78f1e;
}

a:hover {
    text-decoration: none !important;
}

.btn-primary {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-color: #f6831d;
    font-weight: bold;
}

.btn-primary:hover {
    opacity: 0.8;
}

.green {
    color: #3ec535;
}

/* top bar */
.top-bar {
    font-size: 12px;
    line-height: 35px;
}


/* navigation */
.navbar-default {
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
    min-height: 80px;
    margin-bottom: 0;
}

.navbar-nav>li>a {
    line-height: 50px;
    padding: 15px 35px;
    text-shadow: none;
    font-weight: bold;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: #fff;
    color: #ff9933;
    box-shadow: none;
}

.nav .callbutton {
    margin-top: 18px;
    font-weight: bold;
}

/* header */
.jumbotron {
    position: relative;
    height: 520px;
    background: url("../images/header.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    margin-bottom: 100px;
}

.jumbotron > .container {
    position: relative;
    z-index: 2;
}

.jumbo-overlay {
    background: #000;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 520px;
    top: 0;
    z-index: 0;
}

.jumbo-spacer {
    margin-top: 100px;
}

.form-wrapper {
    width: 384px;
    max-width: 100%;
    min-height: 338px;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    color: #999;
}

.form-wrapper .bold {
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
    display: block;
    text-transform: uppercase;
}
#Form_ContactForm {
    color: #999;
}

#Form_ContactForm label {
    display: none;
}

#Form_ContactForm input[type=text],
#Form_ContactForm input[type=email]{
    width: 100%;
    padding: 10px 35px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    color: #999;
}

#Form_ContactForm input[type=submit] {
    background: #f78f1e;
    border: 1px solid #f78f1e;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 35px;
}


/* content */
.sunmaster-logo {
    margin-bottom: 10px;
}

/* call to action */
.call-to-action-wrapper {
    border: 1px solid #ccc;
    padding: 15px 35px 25px 35px;
    margin: 100px 0;
}

.call-to-action-wrapper h3 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.call-to-action-wrapper a.btn {
    margin-top: 35px;
    font-size: 20px;
}

/* zonweringen */
.category-wrapper {
    border: 1px solid #ccc;
    text-align: left;
    margin-top: 30px;
}

.category-wrapper a:hover img {
    opacity: 0.9;
}

.category-summary {
    padding: 20px;
}

/* slides */
.top-wrapper {
    border: 1px solid #ccc;
    overflow: auto;
}

.top3slides {
    margin-top: 100px;
    margin-bottom: 100px;
}
#cycle-select {
    padding: 20px 0;
}

#cycle-select a {
    display: block;
    width: 100%;
    text-align: left;
    color: #999;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
#cycle-select a:hover {
    background: #f4f4f4;
}
#cycle-select a span {
    color: #333;
    font-weight: bold;
}

.top3slides .btn-primary {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}


/* references */
.references {
    background: #f4f4f4;
    padding: 100px 0;
}

.references h3 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.cycle-pager span {
    font-size: 40px;
}

.cycle-pager span.cycle-pager-active {
    color: #ccc;
}


/* footer */
.footer {
    height: 100px;
    line-height: 100px;
    background: #1c1c1c;
    color: #fff;
    padding: 0;
    font-size: 14px;
}

.footer a {
    color: #fff;
}

.footer .social-link {
    display: inline-block;
    margin: 0 10px 0 0;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #sunmaster .img-responsive {
        margin-bottom: 20px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    h1 {
        font-size: 32px !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}