﻿/* generic - defaults */
body {
    background-color: #E8F0F7;
    background-image: url(/resources/images/coming-soon/background.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center center;
    /*padding-bottom: 100px;*/
    
}
/* header */
.headerContainer {
    background: rgba(46,41,66,1);
    background: -moz-linear-gradient(top, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,41,66,1)), color-stop(66%, rgba(52,86,110,1)), color-stop(100%, rgba(224,164,115,1)));
    background: -webkit-linear-gradient(top, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
    background: -o-linear-gradient(top, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
    background: linear-gradient(to bottom, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
}
.languageLinks {
    padding-top: 20px;
}
.languageLinks a {
    border-right: 1px solid #FFF;
    padding-right: 17px;
    margin-right: 17px;
    display: inline-block;
}
.languageLinks a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.logoContainer {
    /*padding-top: 80px;
    padding-bottom: 40px;*/
    padding-top: 40px;
    padding-bottom: 20px;
}
.logoContainer img.img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 548px;
    height: auto;
}
.logoContainer img.img-responsive.zn-ch {
    max-width: 100%;
    width: auto;
    height: auto;

}
.invisible {
    display: none;
    visibility: hidden;
}
.navbar-default.navbar-fixed-top .logoContainer {
    padding-top: 5px;
    padding-bottom: 15px;
}
    .navbar-default.navbar-fixed-top .logoContainer img.img-responsive {
        width: 300px;
    }
/* menu */
.navbar-default.navbar-fixed-top {
    /*background-color: rgba(255, 255, 255, 0.97);*/
    background: rgba(46,41,66,0.97);
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.39);
}
#ww .navbar-toggle {
    border-width: 0px;
    border-radius: 0px;
    float: left;
    margin-right: 0;
    background-color: transparent;
}
    .navbar-default .navbar-toggle .icon-bar {
        /*background-color: #322f31;*/
        background-color: #FFF;
        width: 30px;
        height: 3px;
    }
.navbar-brand {
    padding-left: 5px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border: none;
}
.navbar {
    min-height: 18px;
    /*margin-bottom: 16px;*/
    margin-bottom: 0;
    padding-bottom: 16px;
}

/* page body */
.block {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
    .block.dots {
        /*margin-top: 26px;
        background-image: url(/userfiles/other/header_dots.png);
        background-position: center top;
        background-repeat: no-repeat;*/
    }
    .block.featured {
        padding-top: 15px;
        padding-bottom: 25px;
        background-color: #FFF;
    }
    .block.notopmargin, .block.contactContainer {
        margin-top: 0;
    }
/*.block {
    padding-bottom: 40px;
    padding-top: 20px;
}
.block.fullBlock {
    padding-bottom: 0px;
    padding-top: 20px;
}*/
.dotsOverLayContainer {
    position: relative;
}
.dotsOverlay {
    display: none;
    background-image: url(/userfiles/other/dots_overlay_no_scale.png);
    background-repeat: repeat-x;
    background-position: top;
    width: 100%;
    height: 3px;
    top: 0;
    position: absolute;
    z-index: 1010;
}
/* footer */
.footerContainer {
    background: rgba(46,41,66,1);
    background: -moz-linear-gradient(top, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,41,66,1)), color-stop(66%, rgba(52,86,110,1)), color-stop(100%, rgba(224,164,115,1)));
    background: -webkit-linear-gradient(top, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
    background: -o-linear-gradient(top, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);
    background: linear-gradient(to bottom, rgba(46,41,66,1) 0%, rgba(52,86,110,1) 66%, rgba(224,164,115,1) 100%);

    padding-top: 24px;
    /*padding-bottom: 24px;*/
    padding-bottom: 100px;
}
.footerLogo {
    padding-top: 15px;
    padding-bottom: 5px;
}
.footerLogo img {
    width: 90%;
    max-width: 191px;
}

/*.languageLinks {
    padding-top: 10px;
}
    .languageLinks a.active {
        text-decoration: none;
    }*/
/* ============ utilities */
/*custom highlight */
::-moz-selection {
    background-color: #2783BF;
    color: #ffffff;
}
::selection {
    background-color: #2783BF;
    color: #ffffff;
}
/* gallery */
.galleryGrid .row {
    margin-left: -10px;
    margin-right: -10px;
}
.galleryGrid .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.galleryGrid .item a {
    display: block;
    height: 415px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 5px solid #FFF;
}
.containBackground .galleryGrid .item a {
    background-size: contain;
}
.galleryGrid .item a span.hover {
    visibility: hidden;
    display: none;
}
.galleryGrid .item a:hover span.hover {
    visibility: visible;
    display: block;
    /*background-color: rgba(127, 175, 205, 0.85);*/
    background-color: rgba(46, 41, 66, 0.70);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 25px;
    padding-left: 18px;
    padding-right: 10px;
    height: 100%;
}
.galleryGrid .item a:hover span.hover::before {
  content: " ";
  display: inline-block;
  height: 90%;
  width: 1%;
  vertical-align: middle;
}

.galleryGrid .item a span.hover span.caption {
    display: inline-block;
    vertical-align: middle;
}


/* slider */
.carousel {
    border: 4px solid #FFF;
}
    .carousel.homepageHero {
        border: none;
    }
.carousel img {
    width: 100%;
    height: auto;
}
.carousel-indicators {
  position: absolute;
  bottom: 13px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  line-height: 10px;
  
}
.carousel-indicators li {
  display: inline-block;
  width: 11px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-right: 8px;
  padding: 0;
}
.carousel-indicators .active {
  width: 11px;
  height: 10px;
  margin: 1px;
  background-color: #fff;
  margin-right: 8px;
}
.ribbonOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1009;
}

    .ribbonOverlay img {
    }
/* full slider */
/* form */
.hideModern {
    visibility: hidden;
    display: none;
}

.ie .hideModern {
    visibility: visible;
    display: block;
}

.ie .form-control {
    border: 1px solid #CCC;
}
.form-control {
    border-radius: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 17px;
    height: 44px;
    border: none;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 1px 1px 3px 0px #AAA;
    -moz-box-shadow: inset 1px 1px 3px 0px #AAA;
    box-shadow: inset 1px 1px 3px 0px #AAA;
    background-color: #FFFCFC;
}

textarea.form-control {
    height: 162px;
}

.actionButton, .actionButton:hover {
    -webkit-appearance: none;
    /*-webkit-box-shadow: inset 2px 2px 3px 0px #144667;
    -moz-box-shadow: inset 2px 2px 3px 0px #144667;
    box-shadow: inset 2px 2px 3px 0px #144667;*/
    width: 100%;
    /*background-color: #2783BF;*/
    background-color: rgb(46, 41, 66);
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1em;
    text-decoration: none;
    transition: opacity linear 0.15s;
}
    .actionButton:hover {
        opacity: 0.8;
    }

.message {
    -webkit-appearance: none;
    -webkit-box-shadow: inset 2px 2px 3px 0px rgba(25,25,25,0.37);
    -moz-box-shadow: inset 2px 2px 3px 0px rgba(25,25,25,0.37);
    box-shadow: inset 2px 2px 3px 0px rgba(25,25,25,0.37);
    width: 100%;
    background-color: #E8F0F7;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#errorContainer {
    display: none;
}
/* ============ page specific */
/* page specific - the beach/homepage */
.video {
    border: 5px solid #FFF;
    line-height: 0;
}
.video iframe {
    width: 100%;
}
/* page specific - architecture/facilities */
.imgResponsiveContainer p img {
    width: 100%;
    height: auto;
}
.imgResponsiveContainer p.maxlist-more img {
    width: auto;
    height: auto;
}

/* page specific - living  */
/* page specific - views */
/* page specific - location */
.featureNumbers .row {
    margin-bottom: 24px;
}
.featureNumbers .row div {
    border-right: 1px solid #FBC4B2;
    background-position: center 13px;
    padding-top: 100px;
    background-repeat: no-repeat;
    min-height: 180px;
}

    .featureNumbers .row div.last {
        border-right: none;
    }
    .featureNumbers .row div.numberBlock {
        background-image: url(/userfiles/other/numberBlock.png);
    }
    .featureNumbers .row div.numberVisitors {
        background-image: url(/userfiles/other/numberVisitors.png);
    }
    .featureNumbers .row div.numberUrbanArea {
        background-image: url(/userfiles/other/numberUrbanArea.png);
    }
    .featureNumbers .row div.numberOpportunity {
        background-image: url(/userfiles/other/numberOpportunity.png);
    }

    .featureNumbers .row div.numberApartments {
        background-image: url(/userfiles/other/numberApartments.png);
    }
    .featureNumbers .row div.numberDaysViews {
        background-image: url(/userfiles/other/numberDaysViews.png);
    }
    .featureNumbers .row div.numberPropertyGrowth {
        background-image: url(/userfiles/other/numberPropertyGrowth.png);
    }
    .featureNumbers .row div.numberPopulationGrowth {
        background-image: url(/userfiles/other/numberPopulationGrowth.png);
    }

/* map */
.map_canvas {
    height: 500px;
    width: 100%;
}
/* page specific - lifestyle */
/* page specific - team */
.teamContainer h3 img {
    display: inline-block;
    margin-top: 10px;
}
/* page specific - contact */
/* page specific - news */

.galleryGrid.newsVersion a {
    border-color: #E6E7E9;
}
#ww .newsMoreLinkContainer a {
    height: auto;
    padding: 0;
    border: none;
}
#ww .newsVersion .item p {
    margin: 0;
    padding: 0;
}
#ww .newsVersion .item {
    margin-bottom: 0;
}
.shareLinks {
    margin-top: 30px;
    margin-bottom: 5px;
}
.newsImage {
    margin-bottom: 20px;
}
/* webcam container */
.webCamContainer {
    background-color: #FFF;
    background-image: url(/resources/images/coming-soon/background.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center center;
    padding-top: 15px;
    padding-bottom: 30px;
}
.webCamContainer .container {
    background-image: url(/resources/images/template/gears.gif);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
}
    .webCamContainer .webcamImage {
        border: 5px solid #FFF;
    }