/**
 * httpdocs/css/screen.css
 *
 * @description
 * General stylesheet to (re)set all the available
 * (X)HTML tags to a general standard.
 *
 * Copyright (c) BenedenBoven / Malibomba
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF
 * THIS CODE, WITHOUT THE PERMISION OF THE AUTHOR.
 */
/*<![CDATA[*/
@media (min-width: 1200px ) {

    .regoContainer {
        max-width: 970px !important;
    }

    .rego.container {
        max-width: 970px !important;
    }

}

html, body {
    font-family: 'Lato';
}

.off.disabled.in-range {
    background-color: #ebf4f8 !important;
}

.daterangepicker .disabled {
    position: relative;
    text-decoration: none !important;
}

.daterangepicker .disabled:before {
    position: relative;
}

.daterangepicker .visibility-hidden {
    visibility: hidden;
}

.daterangepicker .disabled:after {
    border-bottom: 1px solid red;
    position: absolute;
    content: "";
    top: 6px;
    width: 18px;
    left: 8px;
    height: 35%;
    -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-30deg);
}

.daterangepicker .calendar {
    width: 90%;
}

.daterangepicker .calendar.right {
    display: none !important;
}

.daterangepicker.opensembed {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    z-index: auto;
}

.daterangepicker.opensembed > .calendar,
.daterangepicker.opensembed > .ranges {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

/**
 * @description: General styles, default classes;
 ----------------------------------------------------------------------------------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    visibility: hidden;
}

.i, .i * {
    font-style: italic;
}

.noMargin {
    margin: 0 !important;
}

.noMarginTop {
    margin-top: 0 !important;
}

.noMarginBottom {
    margin-bottom: 0 !important;
}

.noMarginLeft {
    margin-left: 0 !important;
}

.noMarginRight {
    margin-right: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.noPaddingTop {
    padding-top: 0 !important;
}

.noPaddingBottom {
    padding-bottom: 0 !important;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.noPaddingRight {
    padding-right: 0 !important;
}

.zeroHeight {
    height: 5px;
}

.zeroHeight .row {
    height: 5px;
}

.zeroHeight .row .percentage {
    height: 5px;
}

.bgWhite {
    background-color: #fff !important;
}

h1, h2, h3, h4 {
    font-family: 'Nobile';
    color: #339900;
}

h2 {
    font-size: 18px;
    font-style: italic;
    border-bottom: 5px solid #bebebe;
    padding-bottom: 10px;
}

h1 {
    font-size: 24px;
    font-style: italic;
    border-bottom: 5px solid #bebebe;
    padding-bottom: 3px;
}

h1 a {
    font-size: 20px;
}

h2.bg {
    border-bottom: 0 none;
    padding-bottom: 0;
    background: #dcdcdc;
    line-height: 180%;
    padding-left: 5px;
}

h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.noBorder {
    border: 0 none;
}

.smallMap {
    width: 100%;
    height: 171px;
}

.spacer {
    margin: 0 10px;
}

.p {
    font-size: 14px;
    line-height: 170%;
}

.p.address {
    font-size: 12px;
    margin-top: 40px;
    position: relative;
    display: block;
}

.p.address h3 {
    font-family: 'lato';
    font-size: 18px !important;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.item {
    margin-bottom: 15px;
}

.item .p {
}

.objectItem {
    margin-bottom: 15px;
}

.objectItem img {
    border-bottom: 5px solid #202020;
    transition: all 0.3s;
}

.objectItem:hover img {
    border-bottom: 5px solid #339900;
}

.objectItem .row {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
}

.objectItem .row > div {
    padding: 0;
}

.objectItem .row.odd {
    background: #eee;
}

.objectItem .row.readMore {
    background: #202020;
    text-align: center;
    transition: all 0.3s;
}

.objectItem:hover .row.readMore {
    background: #339900;
}

.objectItem .row.readMore a {
    color: #fff;
    display: block;
}

.clickable {
    cursor: pointer;
}

.gallery > a {
    margin-bottom: 30px;
}

.form .row {
    margin-bottom: 5px;
}

.parkImage > div {
    margin-bottom: 15px;
}

.otherSites.rego {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.regoContainer { /*background:url('/pics/bg-rego.png') repeat;*/
    background: rgba(255, 255, 255, 0.2);
    min-height: 100%;
    position: relative;
    display: block;
}

.regoContainer h1 {
    font-family: arial;
    font-size: 37px;
    color: #fff;
    border: 0 none;
    font-weight: bold;
    font-style: normal;
    display: block;
    text-align: center;
    margin-top: 40px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.regoContainer > .col-md-6 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.regoContainer p {
    color: #fff;
    line-height: 160%;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9), 0px 2px 10px rgba(0, 0, 0, 0.8), 0px 8px 13px rgba(0, 0, 0, 0.8), 0px 18px 23px rgba(0, 0, 0, 0.8);
}

.regoContainer p a {
    color: #fff;
    text-decoration: underline;
    font-family: 'Lato';
}

.regoContainer h3 {
    color: #fff;
    line-height: 160%;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.pb175 {
    padding-bottom: 200px;
}

small {
    font-size: 11px;
}

.img-width {
    min-width: 100%;
}

.top {
    background: transparent;
    color: #fff;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: 0;
}

.top a {
    color: #fff;
}

.bijenkomenafop {
    display: none;
}

.grid {
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.grid > div {
    display: inline-block;
    margin: 0;
    text-align: left;
    position: relative;
}

.grid figure {
    margin: 0;
    position: relative;
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #339900;
    color: #fff;
}

.grid figcaption h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 0 none;
}

.grid figcaption span:before {
    content: 'by ';
}

.grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #fff;
    color: #fff;
}

.grid figure {
    overflow: hidden;
}

.grid figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .grid figure:hover img,
.grid figure.cs-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.grid figcaption {
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .grid figure:hover figcaption,
.grid figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.grid figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.btn-styled {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-styled:hover,
.btn-styled:focus,
.btn-styled:active,
.btn-styled.active,
.btn-styled.disabled,
.btn-styled[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn-styled:active,
.btn-styled.active {
    background-color: #cccccc \9;
}

/**
 * @Layout:;
 ----------------------------------------------------------------------------------------------*/
.top-bar {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 200px;
    position: absolute;
    background: url('/pics/top-bar.png') center center no-repeat;
}

.main.container {
    z-index: 0;
    margin-top: 147px;
    position: relative;
    border-bottom: 15px solid #339900;

    -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6), 0 -3px 22px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6), 0 -3px 22px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6), 0 -3px 22px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6), 0 -3px 22px rgba(0, 0, 0, 0.5);
}

.otherSites {
    background: #333333;
}

.otherSites .domain {
    float: left;
    height: 175px;
    margin-right: 2px;
    position: relative;
    background-color: #202020;
}

.otherSites .domain h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 180%;
    font-style: normal;
    text-align: center;
    font-family: 'Lato';
    border-bottom: 0 none;
}

.percentage {
    float: left;
    height: 5px;
}

.arrowUp {
    top: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-bottom: 20px solid #202020;

    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -o-transition: top 1s;
    transition: top 1s;
}

.domain:hover .arrowUp {
    top: -20px;
}

.nav {
    margin: 0 auto;
    max-width: 730px !important;
    list-style-type: none;
}

.nav li {
    float: left;
}

.nav li a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Lato';
}

.navbar-collapse {
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 730px;
    background: #fff;
}

.icon-bar {
    border-color: #000;
    background: #000;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

footer {
    margin-top: 40px;
    padding: 15px;
    color: #fff;
    background-color: #202020;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

/*]]>*/