﻿/* body */
body {
    background-color: #414048;
    padding-top: 20px;
    padding-bottom: 50px;
}

.img-responsive {
    width: 100%;
    height: auto;
}
/* header */
.nav li.vidButton {
    padding: 10px;
}

#ww .nav li.vidButton a {
    padding: 0px;
    background-color: #565961;
    border: 1px solid #C7B781;
    padding-left: 15px;
    padding-right: 28px;
    background-image: url(/resources/images/template/video_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.languageContainer li, .languageContainer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
}
.languageContainer ul {
    margin-bottom: 3px;
}
.languageContainer a {
}
/* navigation */
.navbar.navbar-default {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.dropdown-menu {
    background-color: #848690;
    border-radius: 0;
}

/* body standards */
.bodyContainer {
    padding-bottom: 30px;
    padding-top: 10px;
}
/* main slideshow */
/* fade rather than slide */
/*.carousel-inner .item {
        left: 0 !important;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 0.5s;
    }
    .carousel-inner .active {
        opacity: 1;
    }*/
.slideshowContainer {
    border-bottom: 2px solid #C7B781;
    border-top: 2px solid #C7B781;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.carousel-inner {
    position: relative;
}

.bannerCaptionContainer {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    bottom: 0;
    height: auto;
}
.carousel-indicators {
    z-index: 200;
}

    .bannerCaptionContainer .container {
        position: relative;
        height: 100%;
    }

.bannerCaption {
    padding: 28px;
    background-image: url(/resources/images/template/banner_caption_bg.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.ie8 .bannerCaption {
    top: auto;
    transform: none;
}

hr {
    border-color: #C7B881;
}

/* footer */
.footerLogo a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 118px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.footerBar {
    background-color: #C7B881;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footerBar a {
        color: #FFF;
    }

/* specific - home */
/* specific - club */
/* specific - location */
/* specific - residences */
/* specific - news */
.newsImageContainer {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .newsImageContainer img {
        visibility: hidden;
        display: none;
    }
/* specific - contact */
.hideModern {
    visibility: hidden;
    display: none;
}

.ie .hideModern {
    visibility: visible;
    display: block;
}

.custom-map {
    width: 100%;
    height: 435px;
}

.form-control {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 0px solid #000000;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.3);
}

    .form-control.validation-advice {
        border: 1px solid #C7B781;
    }

    .form-control.comments {
        height: 131px;
    }

.actionButton {
    background-color: #90919A;
    display: inline-block;
    padding: 10px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

    .actionButton.text-centre {
        padding-left: 0px;
        padding-right: 0px;
    }

#errorContainer {
    display: none;
    background-color: #FFF;
    padding: 10px;
    border: 2px solid #C7B781;
}

.message, .bodyContainer p.message {
    background-color: #FFF;
    padding: 10px;
    border: 2px solid #C7B781;
}
