﻿/* body */
* {
    font-family: Georgia, serif;
}
/* header */
/* navigation */
.navbar-default .navbar-brand {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #C7B781;
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 11px;
}

.nav li {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 18px;
    color: #C7B781;
}
.languageContainer {
    text-align: right;
}
.languageContainer, .languageContainer a {
    text-transform: uppercase;
    color: #c7b781;
    text-decoration: none;
}



#ww .nav li a, #ww .nav li .open a {
    color: #C7B781;
    background-color: transparent;
}

    #ww .nav li.active a, #ww .nav li a:hover {
        color: #E0E0E1;
    }

/* drop down*/
#ww .nav li .dropdown-menu a, #ww .nav li .open .dropdown-menu a {
    color: #E0E1E1;
    font-size: 15px;
}

    #ww .nav li .dropdown-menu a:hover {
        text-decoration: underline;
    }


.nav li.vidButton {
    color: #C7B781;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
}

    .nav li.vidButton a {
        line-height: 29px;
    }

#ww .nav li a .caret {
    color: #7E7D84;
    font-size: 90px;
    border-width: 8px;
}

/* body standards */
.bodyContainer a {
    color: #e1e2e2;
}
.bodyContainer p a {
    text-decoration: underline;
}
.bodyContainer h1, .bodyContainer h2 {
    color: #c7b881;
    font-size: 23px;
    font-style: italic;
    line-height: 120%;
}

.bodyContainer h2 {
}

.bodyContainer p, .bodyContainer li, .bodyContainer label {
    color: #e1e2e2;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 147%;
    font-weight: normal;
}

/* main slideshow */
.carousel-indicators {
    text-indent: 0;
    list-style: armenian;
}
.carousel-indicators {
  bottom: 10px;
  left: 50%;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: n;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.bannerCaption {
    text-transform: uppercase;
    font-style: italic;
    color: #413F47;
}
    .bannerCaption h3 {
        font-weight: normal;
        font-size: 44px;
        line-height: 1em;
        margin: 0;
        padding: 0;
    }
    .bannerCaption p {
        border-top: 1px solid #413F47;
        font-size: 28px;
        line-height: 1em;
        padding-top: 20px;
        margin-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    



/* footer */
.footerBar {
    font-size: 11px;
    color: #28252b;
    text-align: center;
}
/* specific - home */
.bodyContainer p.small {
    font-size: 14px;
}
/* specific - club */
/* specific - location */
/* specific - residences */
/* specific - news */
.articleList h2 {
    margin-top: 0;
}
    .articleList h2 a {
        color: #c7b881;
    }
/* specific - contact */
#errorContainer, .bodyContainer p.message {
    color: #C7B781;
}
.actionButton {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
    line-height: 14px;
    margin-bottom: 10px;
}
    .actionButton.text-centre {
        text-align: center;
    }