html {
    font-size: 62.5%;
}

body {
    font-family: "myriad-pro-condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    margin-top:134px;
}
label { font-weight: normal; }
table tr th, table tr td { vertical-align: top; }

h1,h2,h3,h4,h5,h6
{
    color:#585858;
}
hr{
    background-color:#00adef;
    clear: both;
    height: 1px;
    margin: 20px 0 !important;
    width: 100%;
}

.text-blue,
ins
{
    color:#00adef;
    text-decoration: none;
}

.row {
    margin: 0;
}

.container-fluid {
    max-width: 1124px;
    padding: 0;
}
.container.full-width
{
    padding:10px 30px 30px 30px;
    width: 100%;
}

.animate {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#header {
    margin-top:-134px;
    padding: 10px 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index:3;
}

#header #login a {
    color: #00adef;
    position: relative;
    font-size: 1.8rem;
    margin:23px 8px 0;
    display: inline-block;
    /*text-transform: uppercase;*/
}

#header #login a:hover {
    color: #444446;
    text-decoration: none;
}

#header #login a .fa {
    font-size: 1.8rem;
    margin: 0 10px;
}

#header .logo {
    max-height: 113px;
}

#header .logo-small {
    max-height: 35px;
}

#header .navbar {
    margin: 16px 0 0;
}

#header .navbar-default {
    background-color: transparent;
    border: 0 none;
}

#header .navbar-default .navbar-nav > li > a {
    color: #444446;
}
#header .navbar-default .navbar-nav > li > a.blue,
#header .navbar-default .navbar-nav > li > a:hover {
    color: #00adef;
}

#header .navbar-nav > li > a {
    padding-bottom: 10px;
}

#header .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    border-bottom: 2px solid #00adef;
    color: #00adef;
}

#header .navbar-nav .hidden-sm .fa {
    margin-right: 10px;
}

.row.overlay {
    background: url('../img/bg/bg.jpg') no-repeat center center;
    background-size: cover;
    background-color: #00adef;
    padding: 3.5rem 0;
}

.row.overlay {
    position: relative;
}

.row.overlay:before {
    background-color: rgba(0, 173, 239, 0.8);
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.row.overlay.dark:before {
    background-color: rgba(0, 0, 0, 0.55);
}

.row.overlay.light:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.row.overlay.lightblue:before {
    background-color: rgb(215, 232, 249);
}

.row.overlay.bluebz1
{
    background: url('../img/bg/bz-bg-blue1.jpg') no-repeat center center;
    background-size: cover;
}
.row.overlay.bluebz1:before { background-color: rgba(0, 173, 239, 0.7); }
.row.overlay.bluebz2
{
    background: url('../img/bg/bz-bg-blue2.jpg') no-repeat center center #00BBF2;
    background-size: cover;
}
.row.overlay.bluebz2:before { background-color: rgba(0, 173, 239, 0.6); }
.row.overlay.whitebz
{
    background: url('../img/bg/bz-bg-white.jpg') no-repeat center center;
    background-size: cover;
}
.row.overlay.whitebz:before { background-color: rgba(255, 255, 255, 0.8); }

#content
{
    min-height: 675px;
}

#content .title {
    color: #FFF;
    font-family: "myriad-pro-condensed", sans-serif;
    font-size: 2.8rem;
}
#content h1.title
{
    color: #00adef;
    font-size:3rem;
}

#content.light .title,
#content.whitebz .title
{
    color: #00adef;
}

#content.lightblue h1.title { color: #00adef; }
#content.lightblue .title { color: #444446; }

#content .subtitle {
    color: #444446;
    display: block;
    font-family: "myriad-pro-condensed", sans-serif;
    font-size: 2.2rem;
    padding: 0 0 5rem;
}

#content p {
    color: #FFF;
    margin: 15px 0;
}

#content ul { padding-left:32px; }
#content ul.nav { padding-left:0px; }
#content li
{
    list-style: none;
}
#content li .fa-check
{
    color: #00adef;
    padding:0 15px 0 0;
    margin:0 0 0 -34px;
}

#content.light p,
#content.lightblue p,
#content.whitebz p
{
    color: #585858;
}

#content button {
    background-color: #fff;
    border: 1px solid #FFF;
    border-radius: 6px;
    color: #00adef;
    height: 50px;
    font-size: 2.6rem;
    text-transform: uppercase;
    width: 100%;
}

#content button:hover {
    background-color: #00adef;
    color: #fff;
}

#content button.red-text {
    color: red;
    background-color: #fff;
    border: 0;
}

#content button.green {
    background-color: red;
    color: #fff;
    border: 0;
}

#content button.green:hover {
    border: 1px solid darkred;
}

#content img {
    margin: 15px 0 0;
    width: 100%;
}

#content .sidebar {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    color: #00adef;
    padding: 1rem 2rem 2rem;
}

#content .sidebar .btn,
.btn.btn-bz1
{
    background-color: #00adef;
    border: 0;
    color: #fff;
    font-size: 2rem;
    margin: 1rem 0 2rem;
    width: 100%;
}
.btn.btn-bz2
{
    background-color: #fff;
    border: 0;
    color: #00adef;
    font-size: 2rem;
    margin: 1rem 0 2rem;
    width: 100%;
}


#content .sidebar-navitem.active a,
#content .sidebar-navitem.active a i
{
    background-color: #00adef;
    color:#fff;
}

#content .sidebar-navitem a {
    position: relative;
    width: 100%;
    border: 1px solid #00adef;
    color: #00adef;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 14px;
    padding: 7px;
}

#content .sidebar-navitem a i{
    position: absolute;
    z-index: 1;
    top:10px;
    left: 12px;
    color: #00adef;
    font-size: 1.1em;
}

#content .container-fluid.homepage ul li,
#content .container-fluid.homepage ul li i.fa-check
{
    color:#fff;
}

#registration-carousel .owl-controls {
    width: 100%;
}

#registration-carousel label {
    color: #444446;
    font-weight: normal;
    text-align: left;
}

.owl-next,
.owl-prev {
    color: #00adef;
    float: left;
    font-size: 3rem;
}

.owl-next {
    float: right;
}

.owl-next:hover,
.owl-prev:hover {
    color: #fff;
}

#owl-carousel-propertyimages .owl-wrapper-outer,
#owl-carousel-propertythumbs .owl-wrapper-outer
{
    margin-left: -5px;
}

#owl-carousel-propertythumbs .owl-item
{
    margin-right: 2px;
}

#owl-carousel-propertyimages .owl-controls
{
    margin-top:8px;
    padding-bottom:28px;
}
#owl-carousel-propertyimages .owl-controls .owl-buttons {
    margin: -5px 0 5px;
}
#owl-carousel-propertyimages .owl-controls .owl-buttons .owl-next
{
    margin-right: 10px;
}

.tagcloud {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tagcloud li {
    display: inline;
    list-style: outside none none;
    margin: 0 2px;
    padding: 0;
}

.tagcloud li a {
    color: #00adef;
    text-decoration: none;
}

.tagcloud li a:hover {
    text-decoration: underline;
}

.tagcloud .tag1 {
    font-size: 60%;
}

.tagcloud .tag2 {
    font-size: 80%;
}

.tagcloud .tag3 {
    font-size: 100%;
}

.tagcloud .tag4 {
    font-size: 120%;
}

.tagcloud .tag5 {
    font-size: 140%;
}

#testimonials {
    padding: 3.5rem 0;
}

#testimonials .title {
    font-size: 2.4rem;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#maps-container {
    position: relative;
}

#maps-container .total {
    color: #585858;
    padding: 5px 0 0;
}

#maps-container .filter .btn-default {
    background-color: transparent;
    border: medium none;
    font-size: 1.8rem;
    padding: 5px 0 0;
}

#maps-container .dropdown-menu {
    border-radius: 0;
    margin: 0 -1px;
}

#maps-container .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #00adef;
    color: #fff;
    text-decoration: none;
}

#maps-container #gmap {
    background-color: #e5e3df;
    height: 600px;
    overflow: hidden;
    position: fixed !important;
}

#maps-container #gmap.fixed {
    position: fixed;
}

#maps-container .sidebar {
    background-color: #eee;
}

#maps-container .ul-wrapper {
    min-height: 400px;
}

ul.houses {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.houses li {
    background-color: #fff;
    height: 175px;
    margin: 10px 0;
    padding: 10px 0 10px 10px;
    position: relative;
}

ul.houses li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

ul.houses li .blurry {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.4;
}

ul.houses li .blurry-message {
    font-size: 5rem;
    top:0px;
    line-height: 155px;
    position: absolute;
    text-align: center;
    width: 97%;
}

ul.houses li .blurry-message .fa {
    margin-right: 20px;
}

ul.houses li.blurry:after {
    content: "Beschikbaar per";
}

ul.houses li .image {
    height: 155px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

ul.houses li .image .property-img
{
    max-width: 240px;
    position: absolute;
    top:0px;
    left:0px;
}

ul.houses li h2,
ul.houses li h3
{
    margin-top:0px;
}
ul.houses li h2
{
    color:#585858;
    margin-bottom: 0px;
}


ul.houses li .title {
    border-top: 1px solid #00adef;
    bottom: 7.5%;
    color: #585858;
    font-size: 2rem;
    padding: 10px 0 0;
    width: 100%;
}

ul.houses li .title .sub {
    display: block;
    font-size: 1.6rem;
}

ul.houses .available:before {
    content: "Beschikbaar per ";
    color:#585858;
    font-size: 1.2rem;
    margin-right: 10px;
}

ul.houses .rent:before {
    content: "Prijs per maand ";
    color:#585858;
    font-size: 1.2rem;
    margin-right: 10px;
}

ul.houses .available,
ul.houses .rent {
    display: inline-block;
    text-align: left;
    color: #000000;
}

ul.houses .available .not-available {
    color: #d9534f;
    text-transform: uppercase;
}

ul.houses .message {
    display: block;
    font-size: 1.6rem;
    /*height: 105px;*/
    width:100%;
    overflow: hidden;
    text-align: justify ;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

#maps-container .pagination {
    border: none;
    margin: 10px 0;
}

#maps-container .pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: none;
    color: #00adef;
}

#maps-container .pagination > li > a:hover,
.pagination > li > span:hover {
    text-decoration: underline;
}

#maps-container .pagination > li a .fa {
    opacity: 0.9;
}

#maps-container .pagination > li a:hover .fa {
    opacity: 1;
}

#maps-container .pagination li.active a {
    font-weight: bold;
    text-decoration: underline;
}

/* Property detail */
#owl-carousel-propertythumbs.owl-carousel .owl-item
{
    overflow: hidden;
}
#owl-carousel-propertyimages.owl-carousel .owl-item img,
#owl-carousel-propertythumbs.owl-carousel .owl-item img
{
    margin:0 auto;
    max-height:600px;
    width:auto;
    display: block;
}
#owl-carousel-propertythumbs.owl-carousel .owl-item img
{
    max-height: 100px;
}

#owl-carousel-propertythumbs {
    margin-top:15px;
}
.property-detail #owl-carousel-propertythumbs.owl-carousel .item {
    /*margin:0px;*/
}



#owl-carousel-propertythumbs .owl-item .item {
    padding-right: 15px;
}

.aanbod-image {
    border: 2px solid white;
    border-radius: 6px;
}

#propertyDetails th {
    border-top: none;
}
#propertyDetails td {
    border-top: 1px solid #00adef;
}
#propertyDetails tr th:first-child,
#propertyDetails tr td:first-child
{
    padding-left:0px;
}

#gmap-property-detail
{
    width:100%;
    height:400px;
}

.maps-overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:400px; /* your iframe height */
    top:400px;  /* your iframe height */
    margin-top:-400px;  /* your iframe height */
    z-index:1;
}

.property-detail .sidebar
{
    /*width:95%;*/
    right: 30px;
}

#testimonials .message {
    color: #444446;
    display: block;
    font-style: italic;
    font-size: 3rem;
    margin: 2.5rem 0;
}

#testimonials .message:before {
    content: "“";
}

#testimonials .message:after {
    content: "”";
}

#testimonials .name {
    color: #00adef;
    font-size: 2.4rem;
}

#clients {
    background-color: #f9f7f6;
    border-top: 1px solid rgba(0, 173, 239, 0.1);
    padding: 3.5rem 0;
}

#clients .title {
    font-size: 2.4rem;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#clients .logo-container {
    overflow: hidden;
}

#clients .logo {
    float: left;
    margin: 0 2rem;
}

#clients .logo .fa {
    font-size: 14rem;
}

#footer {
    background: url("../img/logo-white-transparent.png") no-repeat scroll 75% -20px / contain #444446;
    background-color: #444446;
    color: #fff;
    font-size: 1.6rem;
    padding: 3.5rem 0;
    text-transform: uppercase;
}

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

#footer .title {
    color: #00adef;
    display: block;
    margin-bottom: 1.5rem;
}

#footer .fa {
    color: #00adef;
    font-size: 4rem;
    margin: 0 0.5rem;
}

#footer .fa:hover {
    color: #fff;
}
/* HELPER CLASESS */

.no-padding {
    padding: 0;
}
/* MODAL STYLING */

.modal-content {
    background-color: #f9f7f6;
}

#loginModal button.login {
    background-color: #00adef;
    border-color: #00adef;
    float: right;
    margin: 1.5rem 0 1rem;
}
#loginModal .support-link {
    margin: 1.0rem 0 1rem;
    font-size:1.6rem;
}

/* INPUT EFFECT */

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.5rem;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: normal;
    font-family: "myriad-pro-condensed", sans-serif;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #333;
    font-weight: normal;
    font-size: 85%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 0.8em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}
/* Ichiro */

.input--ichiro {
    margin-top: 2em;
}

.input__field--ichiro {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
    display: block;
    padding: 0 0.55em;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #f0f0f0;
    color: #7F8994;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.input__label--ichiro {
    width: 100%;
    text-align: left;
    cursor: text;
}

.input__label--ichiro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--ichiro {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
    cursor: default;
    pointer-events: none;
}

.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1);
}

.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
    -webkit-transform: translate3d(-5px, -2.3em, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-5px, -2.3em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
}

.ribbon-wrapper {
    margin: 50px auto;
    width: 280px;
    height: 370px;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 90;
}

.ribbon-wrapper-red {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    right: -2px;
}

.ribbon-red {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #d32426;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d32426), to(#a12525));
    background-image: -webkit-linear-gradient(top, #d32426, #a12525);
    background-image: -moz-linear-gradient(top, #d32426, #a12525);
    background-image: -ms-linear-gradient(top, #d32426, #a12525);
    background-image: -o-linear-gradient(top, #d32426, #a12525);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-red:before,
.ribbon-red:after {
    content: "";
    border-top: 3px solid #430001;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-red:before {
    left: 0;
}

.ribbon-red:after {
    right: 0;
}
/* Mobile devies (max 640px width) */

.property-title a {
    color: #FFF;
}
b
.markBlue a{
    color: #00adef;
}

#formContact input
{
    position: relative;
    width: 98%;
}

#formContact
{
    width: 100%;
}

#BZWonen_contact_frontend_message, #BZWonen_register_frontend_comment {
    height: 140px;
}

#formContact input, #formContact textarea,
#formRegister input, #formRegister textarea,
#formProfile input, #formProfile textarea,
#formResetPassword input, #formResetPassword textarea
{
    width: 98%;
    padding: 6px;
    margin: 2px 2px 8px 2px;
}
#formRegister #BZWonen_register_frontend_av
{
    width:auto !important;
}
#formResetPassword ul { padding:0; }
#formResetPassword ul li
{
    color:#ff0000;
    font-weight: bold;
}

#formRegister select,
#formRegister textarea
{
    width: 99%;
}

#formRegister .formSlider,
#formProfile .formSlider
{
    width: 400px;
}

#formRegister .owl-controls
{
    position: relative;
    top: -20px;
}

#BZWonen_register_frontend_birthDate select
{
    width: 33%;
}

.houses h2 a, .houses h3 a {
    color: #399DEB;
}

.houses .house-item .hidden-md .pull-left .property-title {
    color: #585858;
    font-size: 2rem;
    padding: 10px 0 0;
}

@media(max-width:640px) {
    html {
        font-size: 57.5%;
    }
    ul.houses li .blurry-message {
        font-size: 3rem;
    }
}
/* Small devices (tablets, 768px and down) */

@media(max-width:767px) {
    #header .navbar {
        margin: 0px 0 0;
    }
    #content
    {
        min-height: 1px;
    }
    #content .col-sm-4 {
        border-top: 1px dotted rgba(255, 255, 255, 0.5);
        padding-top: 15px;
    }
    #content button.green {
        margin-bottom: 10px;
    }

    ul.houses li
    {
        height: auto;
    }
    ul.houses li .image
    {
        height: auto;
    }
    ul.houses li .image .property-img
    {
        position: relative;
        max-width: 98% !important;
    }
    ul.houses li .container-fluid
    {
        padding-left: 0px !important;
    }
    ul.houses li .info .col-xs-6
    {
        padding-left:0px;
    }
    ul.houses li .available:before,
    ul.houses li .rent:before
    {
        display: none;
    }

    body { margin-top: 80px; }
    #header { margin-top: -80px; }
    #owl-carousel-propertyimages.owl-carousel .owl-item img{
        max-height: 220px !important;
    }
}

/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

@media(min-width:768px) {
    ul.houses li .blurry-message {
        font-size: 3.5rem;
    }
}

@media(min-width:992px) {
    ul.houses li .blurry-message {
        font-size: 4.5rem;
    }
}

@media(min-width:1200px) {
    ul.houses li .blurry-message {
        font-size: 5rem;
    }
}
@media (max-width: 992px)
{
    .property-detail .sidebar {
        position: relative !important;
        right: 0px !important;
    }

}
