body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #474747;
  line-height: 15px;
  line-height: 20px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
  color: #454545; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.6em; }

h1.center, h2.center, h3.center, h4.center {
  display: block;
  text-align: center; }

header {
  height: 90px;
  line-height: 90px;
  background-color: #324154;
  color: #FFF;
  text-transform: uppercase; }

header span.community-name {
  position: absolute;
  margin-left: 50px;
  font-size: 20px;
  font-weight: 600; }

header nav {
  float: right;
  width: 300px;
  margin-right: 50px; }
  header nav > ul {
    margin: 28px 0 0 0;
    padding: 0;
    list-style-type: none;
    line-height: initial; }
    header nav > ul > li:last-child a {
      padding-right: 0; }
    header nav > ul > li > a {
      position: relative;
      display: block;
      float: left;
      padding: 7px 20px;
      color: #c6c6c6;
      text-decoration: none;
      -webkit-transition: color linear 0.1s;
      transition: color linear 0.1s; }
      header nav > ul > li > a img {
        vertical-align: middle;
        margin-top: -3px; }
      header nav > ul > li > a.has-sub:after {
        content: "\f107";
        font-family: "FontAwesome";
        margin-left: 10px; }
      header nav > ul > li > a:hover {
        color: #FFF; }
      header nav > ul > li > a.sign-in-shortcut {
        background-color: #ff7224;
        color: #FFF; }
        header nav > ul > li > a.sign-in-shortcut:hover {
          background-color: #ff8a2f; }

header nav .sub-menu {
  position: absolute;
  margin-top: 70px;
  margin-left: 203px;
  z-index: 999;
  display: none; }
  header nav .sub-menu ul {
    padding: 0;
    width: 200px;
    list-style-type: none;
    background-color: white;
    border-radius: 3px; }
    header nav .sub-menu ul li a {
      margin: 0;
      padding: 0;
      display: block;
      color: #3a3a3a;
      padding: 10px 20px;
      text-decoration: none;
      text-transform: none;
      line-height: 20px;
      -webkit-transition: background-color linear 0.1s;
      transition: background-color linear 0.1s; }
      header nav .sub-menu ul li a:hover {
        background-color: #ff7224;
        color: #FFF; }
      header nav .sub-menu ul li a img {
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 10px; }

section {
  width: 100%; }
  section.white-bg {
    background-color: #FFF; }
  section.gray-bg {
    background-color: #ececec; }
  section.dark-gray-bg {
    background-color: #3c3c3c; }
    section.dark-gray-bg h1, section.dark-gray-bg h2, section.dark-gray-bg h3, section.dark-gray-bg h4, section.dark-gray-bg h5, section.dark-gray-bg h6 {
      color: #FFF; }
  section .content {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0; }
  section.welcome h1 {
    font-weight: 200;
    line-height: 40px; }
  section.welcome p {
    display: block;
    text-align: justify;
    line-height: 30px;
    color: #616161; }

.news-item {
  width: 100%;
  margin-bottom: 10px;
  line-height: 20px;
  height: 110px;
  color: #474747;
  cursor: pointer; }
  .news-item:hover {
    color: #757575; }
  .news-item .news-image {
    float: left;
    width: 160px;
    height: 110px; }
  .news-item .news-right {
    float: right;
    width: 360px;
    padding-left: 10px; }
    .news-item .news-right h4 {
      font-size: 14px;
      margin: 0;
      font-family: 'Raleway';
      font-weight: bold; }
    .news-item .news-right p {
      margin-top: 3px;
      font-size: 12px; }

.bit-2 {
  width: 50%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.bit-3 {
  width: 33.3333%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.clearfix {
  clear: both; }

#location-map {
  width: 100%;
  height: 400px; }

.landing-3-block-wrapper {
  text-align: center; }

.landing-3-block {
  padding: 15px;
  width: 32.33333%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }

.landing-3-block-seperate-buttons {
  display: none; }

footer {
  width: 100%;
  background-color: #d1d1d1;
  color: #2e2e2e;
  padding: 30px 0; }
  footer .content {
    width: 1100px;
    margin: 0 auto;
    padding: 15px; }
  footer span.links {
    display: block;
    width: 100%;
    text-align: center; }
    footer span.links a {
      display: inline-block;
      padding: 0 5px;
      color: #2e2e2e;
      text-decoration: none;
      -webkit-transition: color linear 0.1s;
      transition: color linear 0.1s; }
      footer span.links a:hover {
        color: #FFF; }
    footer span.links li:not(:last-child) a:after {
      content: "|";
      margin-left: 10px; }
  footer img.logo {
    display: block;
    width: 90px;
    margin: 0 auto; }
  footer .copyright {
    display: block;
    width: 100%;
    text-align: center;
    color: #2e2e2e;
    margin-top: 30px; }

label {
  font-weight: 500; }

input[type='text'], input[type='password'], textarea {
  width: 100%;
  height: 30px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  padding-left: 10px;
  margin-top: 5px; }

textarea {
  padding-top: 10px;
  height: 80px;
  resize: vertical; }

button {
  width: 100%;
  color: #FFF;
  margin-top: 5px;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color linear 0.1s;
  transition: background-color linear 0.1s; }
  button.green {
    background-color: #2db323; }
    button.green:hover {
      background-color: #2ece24; }
  button.orange {
    background-color: #ff7224; }
    button.orange:hover {
      background-color: #ff8a2f; }

i.fa.full-width {
  display: inline-block;
  width: 25px;
  text-align: center; }

span.center {
  display: block;
  width: 100%;
  text-align: center; }

.mask {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.7;
  z-index: 995; }

.popup {
  position: fixed;
  display: none;
  width: 800px;
  z-index: 999;
  left: 50%;
  top: 20%;
  margin-left: -400px;
  background-color: #FFF;
  padding: 15px;
  border-radius: 3px; }
  .popup .overflow-y-scroll {
    max-height: 500px;
    overflow-y: auto; }
  .popup .close-btn {
    display: block;
    background-color: #4d4d4d;
    border: 3px solid #3a3a3a;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 22px;
    position: absolute;
    top: -15px;
    right: -15px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer; }
    .popup .close-btn:hover {
      background-color: #5c5c5c; }
  .popup h2 {
    font-size: 22px; }

.admin-contact textarea {
  height: 150px; }

table.information {
  font-size: 13px;
  table-layout: fixed;
  width: 100%; }
  table.information tr td:first-child {
    width: 160px;
    text-align: right;
    font-weight: bold; }
  table.information tr td:last-child {
    width: 100%;
    padding-left: 20px; }

.photo-slider {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1; }
  .photo-slider img {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 700px; }

.slider-placeholder {
  height: 600px; }

.photogallery-albums-prev, .photogallery-albums-next {
  display: block;
  position: absolute;
  font-size: 35px;
  color: #9f9f9f;
  margin-top: 80px;
  cursor: pointer; }
  .photogallery-albums-prev:hover, .photogallery-albums-next:hover {
    color: #b3b3b3; }
  .photogallery-albums-prev.photogallery-albums-next, .photogallery-albums-next.photogallery-albums-next {
    right: 0; }

.frontpage-photogallery {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 969px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  height: 250px;
  padding: 20px 10px; }
  .frontpage-photogallery .album {
    display: inline-block;
    width: 175px;
    height: 200px;
    margin-right: 15px;
    padding: 10px;
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.05s linear;
    transition: -webkit-transform 0.05s linear;
    transition: transform 0.05s linear;
    transition: transform 0.05s linear, -webkit-transform 0.05s linear; }
    .frontpage-photogallery .album img {
      width: 100%;
      height: 130px; }
    .frontpage-photogallery .album span {
      font-weight: bold;
      display: block;
      width: 100%;
      text-align: center;
      margin-top: 17px; }
    .frontpage-photogallery .album:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }

.frontpage-photogallery-gallery {
  display: none; }
  .frontpage-photogallery-gallery .photogallery-back {
    float: right;
    color: #FFF;
    cursor: pointer; }

@media (max-width: 1720px) {
  .slider-placeholder {
    height: 537.08333px; }
  .photo-slider img {
    height: 627.08333px; } }

@media (max-width: 1520px) {
  .slider-placeholder {
    height: 464.16667px; }
  .photo-slider img {
    height: 554.16667px; } }

@media (max-width: 1320px) {
  .slider-placeholder {
    height: 391.25px; }
  .photo-slider img {
    height: 481.25px; } }

@media (max-width: 1120px) {
  .slider-placeholder {
    height: 318.33333px; }
  .photo-slider img {
    height: 408.33333px; } }

@media (max-width: 920px) {
  .slider-placeholder {
    height: 245.41667px; }
  .photo-slider img {
    height: 335.41667px; } }

@media (max-width: 720px) {
  .slider-placeholder {
    height: 172.5px; }
  .photo-slider img {
    height: 262.5px; } }

@media (max-width: 520px) {
  .slider-placeholder {
    height: 99.58333px; }
  .photo-slider img {
    height: 189.58333px; } }

@media (max-width: 320px) {
  .slider-placeholder {
    height: 26.66667px; }
  .photo-slider img {
    height: 116.66667px; } }

@media (max-width: 1100px) {
  section .content {
    width: 900px; }
  .news-item {
    height: 125px; }
    .news-item .news-image {
      width: 100px;
      height: 68px; }
    .news-item .news-right {
      width: 310px; }
  footer .content {
    width: 100%; } }

@media (max-width: 920px) {
  section .content {
    width: 100%;
    padding: 50px 20px; }
  .news-item {
    height: 86px; }
    .news-item .news-image {
      width: 100px;
      height: 68px; }
    .news-item .news-right {
      width: 80%; }
  .bit-2 {
    width: 100%; }
  .landing-3-block {
    display: block;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .landing-3-block-below-buttons {
    display: none; }
  .landing-3-block-seperate-buttons {
    display: block; } }

@media (max-width: 800px) {
  .popup {
    width: 95% !important;
    left: 10px !important;
    right: 30px !important;
    margin-left: 0 !important;
    top: 10px !important; } }

@media (max-width: 670px) {
  header {
    height: 180px; }
    header nav {
      margin-top: 60px; } }

@media (max-width: 740px) {
  .news-item .news-right {
    width: 80%; } }

@media (max-width: 600px) {
  .news-item .news-image {
    display: none; }
  .news-item .news-right {
    width: 100%; } }

@media (max-width: 450px) {
  .landing-3-block {
    width: 100%;
    min-width: auto; } }
