body, html {
  height: 100%; }

body {
  font-family: "Open Sans", "Arial", sans-serif;
  background-color: #2a2211;
  line-height: 1.6; }

.page-content {
  background-color: white;
  padding-bottom: 30px; }
  .page-content.is-home {
    padding-bottom: 0; }

.bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.col-top {
  vertical-align: top; }

.articles .article a.img {
  display: block;
  height: 200px; }
  .articles .article a.img span.date {
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: #fff;
    padding: 5px 10px;
    z-index: 9;
    color: #999;
    font-size: 11px;
    text-decoration: none; }
.articles .article h4 a {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #0cd2e4; }
.articles .article p.lead {
  font-weight: normal;
  font-size: 15px; }

.panel-group {
  margin-top: 20px; }
  .panel-group .panel, .panel-group .panel-heading, .panel-group .panel-heading h4, .panel-group .panel-body {
    border-radius: 0;
    border: none !important;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background-color: transparent; }
    .panel-group .panel .panel-body, .panel-group .panel-heading .panel-body, .panel-group .panel-heading h4 .panel-body, .panel-group .panel-body .panel-body {
      padding-top: 20px; }
    .panel-group .panel .panel-heading h4, .panel-group .panel-heading .panel-heading h4, .panel-group .panel-heading h4 .panel-heading h4, .panel-group .panel-body .panel-heading h4 {
      font-size: 11px;
      color: #0cd2e4;
      text-transform: uppercase;
      text-decoration: underline; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed; }

.col-xs-height {
  display: table-cell;
  table-layout: fixed;
  float: none !important; }

.container-full {
  padding-left: 0;
  padding-right: 0; }
  .container-full .row {
    margin-left: 0;
    margin-right: 0; }
  .container-full .col-xs-1,
  .container-full .col-sm-1,
  .container-full .col-md-1,
  .container-full .col-lg-1,
  .container-full .col-xs-2,
  .container-full .col-sm-2,
  .container-full .col-md-2,
  .container-full .col-lg-2,
  .container-full .col-xs-3,
  .container-full .col-sm-3,
  .container-full .col-md-3,
  .container-full .col-lg-3,
  .container-full .col-xs-4,
  .container-full .col-sm-4,
  .container-full .col-md-4,
  .container-full .col-lg-4,
  .container-full .col-xs-5,
  .container-full .col-sm-5,
  .container-full .col-md-5,
  .container-full .col-lg-5,
  .container-full .col-xs-6,
  .container-full .col-sm-6,
  .container-full .col-md-6,
  .container-full .col-lg-6,
  .container-full .col-xs-7,
  .container-full .col-sm-7,
  .container-full .col-md-7,
  .container-full .col-lg-7,
  .container-full .col-xs-8,
  .container-full .col-sm-8,
  .container-full .col-md-8,
  .container-full .col-lg-8,
  .container-full .col-xs-9,
  .container-full .col-sm-9,
  .container-full .col-md-9,
  .container-full .col-lg-9,
  .container-full .col-xs-10,
  .container-full .col-sm-10,
  .container-full .col-md-10,
  .container-full .col-lg-10,
  .container-full .col-xs-11,
  .container-full .col-sm-11,
  .container-full .col-md-11,
  .container-full .col-lg-11,
  .container-full .col-xs-12,
  .container-full .col-sm-12,
  .container-full .col-md-12,
  .container-full .col-lg-12 {
    padding-left: 0;
    padding-right: 0; }

.banner .owl-buttons > div {
  position: absolute;
  top: 50%;
  z-index: 10; }
  .banner .owl-buttons > div i {
    color: white;
    display: block;
    padding: 10px;
    font-size: 20px; }
  .banner .owl-buttons > div.owl-prev {
    left: 15px; }
  .banner .owl-buttons > div.owl-next {
    right: 15px; }
.banner ul {
  padding: 0;
  margin: 0; }
.banner .container {
  position: relative;
  z-index: 10; }
  .banner .container span.title {
    display: block;
    color: white;
    font-size: 50px;
    padding-bottom: 20px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); }
.banner .focuspoint {
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.welcome {
  padding: 50px 0 60px 0; }
  .welcome h1 {
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 30px; }
  .welcome a.link {
    color: #9f7938;
    text-transform: uppercase;
    text-decoration: underline; }

.submenu .heading {
  display: block;
  background-color: #9f7938;
  color: white;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  padding: 15px; }
  .submenu .heading a {
    color: white;
    text-decoration: none; }
.submenu > ul > li > a {
  display: block;
  background-color: #f5f5f5;
  padding: 14px;
  text-decoration: none;
  color: #555;
  -webkit-transition: all 0.35s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.35s; }
.submenu > ul > li:hover > a, .submenu > ul > li.current_page_item > a {
  background-color: #eee;
  color: #333; }

.third-hero {
  background-color: #3f3f3f;
  padding: 60px 0;
  text-align: center; }
  .third-hero .circle {
    display: inline-block;
    background-color: white;
    border-radius: 140px;
    height: 140px;
    width: 140px; }
    .third-hero .circle i.fa {
      color: #0cd2e4;
      font-size: 55px;
      display: block;
      line-height: 140px; }
  .third-hero p {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px; }
  .third-hero * {
    color: white; }

.post-nav .pager {
  padding: 20px 0;
  text-align: left; }
  .post-nav .pager li {
    display: inline-block; }
    .post-nav .pager li span, .post-nav .pager li a {
      border-radius: 0;
      margin: 0 5px;
      font-size: 14px;
      color: #777;
      padding: 5px 10px;
      font-weight: bold;
      display: block;
      font-family: "Lora", serif; }
      .post-nav .pager li span .glyphicon, .post-nav .pager li a .glyphicon {
        font-size: 12px; }
    .post-nav .pager li.next, .post-nav .pager li.previous {
      display: none; }
    .post-nav .pager li.active span {
      border-color: #0cd2e4;
      background-color: #0cd2e4;
      color: white; }

.spacer {
  height: 30px; }

img {
  max-width: 100%;
  height: auto; }

h2 {
  color: #8f8674;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px; }

h6 {
  font-size: 15px;
  font-family: "Lora", serif;
  font-style: italic; }

.c2a {
  background-color: #3f3f3f;
  padding: 20px;
  margin-top: 15px; }
  .c2a span {
    font-style: italic;
    color: #c4c4c4;
    display: block;
    font-size: 18px; }
  .c2a a.tel {
    color: white;
    font-size: 24px;
    font-weight: normal; }
  .c2a a.email {
    color: #0cd2e4;
    text-decoration: underline;
    font-size: 11px; }

.contact-elm {
  display: block; }
  .contact-elm.phone {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #0cd2e4; }

hr {
  margin: 30px 0; }

blockquote {
  background-color: #eee;
  border: none;
  padding: 30px; }
  blockquote p {
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: normal;
    color: #222; }
  blockquote p strong {
    color: #777;
    font-family: "Open Sans", "Arial", sans-serif;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: bold; }

.subpages a.subpage-item {
  display: block;
  width: 20%;
  float: left;
  text-decoration: none; }
  .subpages a.subpage-item:hover {
    text-decoration: none; }
    .subpages a.subpage-item:hover span.title {
      color: #0cd2e4; }
    .subpages a.subpage-item:hover span.img img {
      opacity: 0.5; }
  .subpages a.subpage-item span {
    display: block;
    width: 90%;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.35s; }
  .subpages a.subpage-item span.img {
    background-color: #0cd2e4; }
    .subpages a.subpage-item span.img img {
      -webkit-transition: all 0.35s;
      /* For Safari 3.1 to 6.0 */
      transition: all 0.35s; }
  .subpages a.subpage-item span.title {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0;
    font-family: "Lora", serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444; }

form * {
  -webkit-transition: all 0.35s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.35s; }
form .alert {
  border-radius: 0;
  border-top: 15px solid white;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  clear: both;
  text-align: center;
  font-family: "Lora", serif; }
form span.help-block {
  font-size: 11px;
  text-align: right;
  padding-right: 15px; }
form p {
  font-size: 12px; }
form textarea.form-control {
  min-height: 100px; }
form input[type=submit] {
  margin-right: 10px; }

.lead {
  font-weight: 100;
  font-size: 19px;
  line-height: 1.6; }

.btn, .form-control {
  border-radius: 0; }

.breadcrumbs {
  font-size: 11px; }
  .breadcrumbs a {
    color: #666;
    -webkit-transition: all 0.35s;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.35s; }
    .breadcrumbs a:hover {
      color: #0cd2e4; }
  .breadcrumbs i.fa {
    padding: 0 5px;
    color: #999; }

body {
  color: #555; }

a {
  color: #555;
  -webkit-transition: all 0.35s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.35s; }
  a:hover {
    color: #0cd2e4; }

.btn {
  font-family: "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.35s; }
  .btn.btn-success, .btn.btn-primary {
    background-color: #0cd2e4;
    border-color: #0cd2e4; }
    .btn.btn-success:hover, .btn.btn-primary:hover {
      background-color: #0cd2e4;
      border-color: #0cd2e4; }

.form-group label {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px; }
  .form-group label span.required {
    color: #0cd2e4;
    font-weight: bold; }
.form-group .form-control {
  box-shadow: none;
  font-size: 12px; }
  .form-group .form-control:focus, .form-group .form-control:active {
    box-shadow: none;
    border-color: #0cd2e4; }

header {
  background-color: rgba(143, 134, 116, 0.8);
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.35s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.35s; }
  header a.logo {
    display: block;
    z-index: 9;
    border-bottom: 5px solid #9f7938;
    padding: 26px 25px;
    background-color: white;
    font-family: "Lora", serif;
    text-decoration: none;
    color: #9f7938;
    font-style: italic;
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    line-height: 30px;
    -webkit-transition: all 0.35s;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.35s; }
  header .top span.contact {
    display: block;
    padding: 10px 0;
    color: white;
    font-size: 13px; }
  header .top + ul {
    font-size: 0; }
    header .top + ul > li {
      position: relative;
      -webkit-transition: all 0.35s;
      /* For Safari 3.1 to 6.0 */
      transition: all 0.35s; }
      header .top + ul > li:hover > ul {
        display: block; }
      header .top + ul > li > a {
        font-size: 13px;
        display: block;
        padding: 10px 5px;
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        -webkit-transition: all 0.35s;
        /* For Safari 3.1 to 6.0 */
        transition: all 0.35s; }
      header .top + ul > li > ul {
        position: absolute;
        padding: 0;
        margin: 0;
        margin-top: -1px;
        display: none;
        text-align: left;
        z-index: 999;
        min-width: 220px; }
        header .top + ul > li > ul > li {
          display: block;
          padding: 0;
          margin: 0;
          -webkit-transition: all 0.35s;
          /* For Safari 3.1 to 6.0 */
          transition: all 0.35s; }
          header .top + ul > li > ul > li:hover > a {
            background-color: #8B8679; }
          header .top + ul > li > ul > li > a {
            padding: 8px;
            border-bottom: 1px solid #8f8674;
            background-color: #8f8674;
            font-size: 12px;
            color: white;
            text-transform: uppercase;
            display: block;
            text-decoration: none; }

.work-item {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  padding: 20px; }
  .work-item h4 {
    color: #9f7938; }
  .work-item ul.list-unstyled li {
    font-size: 13px; }

section.footer {
  background-color: #3d321d;
  padding: 30px 0; }
  section.footer h4 {
    padding: 0;
    margin: 0 0 20px 0;
    float: right; }
    section.footer h4 a {
      padding: 15px 0;
      font-family: "Lora", serif;
      text-decoration: none;
      color: white;
      font-style: italic;
      font-weight: bold;
      font-size: 20px; }
  section.footer p.contact a {
    color: white; }
  section.footer p.contact span {
    color: #8F8674;
    padding: 0 5px; }
  section.footer ul li {
    width: 35%; }
    section.footer ul li a {
      color: white;
      font-size: 13px; }

.internal-banner-content .row {
  position: relative;
  z-index: 10; }
  .internal-banner-content .row .breadcrumbs {
    color: white; }
    .internal-banner-content .row .breadcrumbs * {
      color: white; }
  .internal-banner-content .row h1 {
    color: white;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4); }

.internal-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  z-index: 1; }

footer {
  padding: 15px 0; }
  footer p {
    font-size: 12px;
    color: #8F8674;
    padding: 0;
    margin: 0; }
    footer p a {
      color: #8F8674; }

.home-block {
  background-color: #f4f4f4;
  padding: 50px 0; }
  .home-block .testimionials {
    background-color: white;
    background-image: url("../img/quote.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 20px; }
    .home-block .testimionials .heading {
      padding: 0 0 20px 0;
      font-size: 20px;
      font-family: "Open Sans", "Arial", sans-serif;
      color: #0cd2e4;
      font-weight: bold; }
    .home-block .testimionials ul li {
      margin-bottom: 30px;
      font-size: 15px;
      padding-right: 40px;
      font-style: italic; }
      .home-block .testimionials ul li strong {
        display: block;
        font-style: normal;
        padding-bottom: 10px;
        font-weight: normal;
        color: #333;
        font-size: 16px; }
    .home-block .testimionials .owl-controls .owl-pagination div {
      display: inline-block;
      margin: 8px 8px 0 0; }
      .home-block .testimionials .owl-controls .owl-pagination div.active span {
        background-color: #0cd2e4; }
      .home-block .testimionials .owl-controls .owl-pagination div span {
        display: block;
        height: 12px;
        width: 12px;
        border-radius: 12px;
        background-color: #ccc; }
  .home-block .accreditations {
    background-color: white; }
    .home-block .accreditations .heading {
      background-color: #9f7938;
      padding: 20px;
      font-family: "Open Sans", "Arial", sans-serif;
      font-size: 17px;
      color: white; }
      .home-block .accreditations .heading a {
        font-size: 13px;
        color: white;
        text-decoration: underline; }
    .home-block .accreditations .accredi-body {
      text-align: center;
      padding: 20px; }
      .home-block .accreditations .accredi-body img {
        max-width: 100%;
        height: auto; }

@media only screen and (max-width: 992px) {
  body header {
    min-height: 185px; }
    body header .container {
      width: 100%;
      padding: 0; }
      body header .container .row {
        margin: 0; }
      body header .container .col-xs-1, body header .container .col-sm-1, body header .container .col-md-1, body header .container .col-lg-1, body header .container .col-xs-2, body header .container .col-sm-2, body header .container .col-md-2, body header .container .col-lg-2, body header .container .col-xs-3, body header .container .col-sm-3, body header .container .col-md-3, body header .container .col-lg-3, body header .container .col-xs-4, body header .container .col-sm-4, body header .container .col-md-4, body header .container .col-lg-4, body header .container .col-xs-5, body header .container .col-sm-5, body header .container .col-md-5, body header .container .col-lg-5, body header .container .col-xs-6, body header .container .col-sm-6, body header .container .col-md-6, body header .container .col-lg-6, body header .container .col-xs-7, body header .container .col-sm-7, body header .container .col-md-7, body header .container .col-lg-7, body header .container .col-xs-8, body header .container .col-sm-8, body header .container .col-md-8, body header .container .col-lg-8, body header .container .col-xs-9, body header .container .col-sm-9, body header .container .col-md-9, body header .container .col-lg-9, body header .container .col-xs-10, body header .container .col-sm-10, body header .container .col-md-10, body header .container .col-lg-10, body header .container .col-xs-11, body header .container .col-sm-11, body header .container .col-md-11, body header .container .col-lg-11, body header .container .col-xs-12, body header .container .col-sm-12, body header .container .col-md-12, body header .container .col-lg-12 {
        padding: 0; }
    body header a.logo {
      position: relative;
      max-width: 270px;
      width: auto;
      text-align: center;
      margin: 0 auto; }
    body header .top .contact {
      text-align: center; }
    body header .menu-toggle {
      position: absolute;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      top: 46px;
      cursor: pointer; }
      body header .menu-toggle:hover span {
        background-color: #9f7938; }
      body header .menu-toggle span {
        display: block;
        height: 4px;
        background-color: white;
        margin: 3px auto;
        -webkit-transition: all 0.35s;
        /* For Safari 3.1 to 6.0 */
        transition: all 0.35s; }
    body header .top + ul.list-inline {
      text-align: center !important;
      margin-top: 50px;
      margin-bottom: 0;
      display: none; }
      body header .top + ul.list-inline > li {
        display: block;
        padding: 0;
        margin: 0; }
        body header .top + ul.list-inline > li:hover > a {
          background-color: #8B8679; }
        body header .top + ul.list-inline > li:hover > ul {
          display: block; }
        body header .top + ul.list-inline > li > a {
          border-top: 1px solid #8B8679;
          font-size: 13px; }
        body header .top + ul.list-inline > li > ul {
          display: block;
          padding: 0;
          margin: 0;
          text-align: center;
          position: relative;
          display: none; }
          body header .top + ul.list-inline > li > ul > li {
            display: block; }
            body header .top + ul.list-inline > li > ul > li > a {
              display: block;
              padding: 10px;
              text-transform: uppercase;
              text-decoration: none;
              color: white;
              font-size: 12px;
              background-color: #514C41; }
  body section.banner {
    text-align: center; }
    body section.banner .container span.title {
      padding-top: 40px;
      font-size: 22px;
      padding-left: 15px;
      padding-right: 15px; }
    body section.banner .container span.btn.btn-lg.btn-primary {
      font-size: 14px;
      padding: 5px 10px; }
    body section.banner .row-same-height {
      display: block; }
    body section.banner .col-xs-height {
      display: block;
      width: 100%;
      float: none !important; }
    body section.banner .focuspoint {
      height: 250px; }
  body .home-block .testimionials {
    margin-bottom: 20px; }
  body section.footer h4 a {
    text-align: center; }
  body section.footer p.contact {
    text-align: center; }
    body section.footer p.contact span {
      display: none; }
    body section.footer p.contact a {
      display: block; }
  body footer p {
    text-align: center;
    padding: 3px;
    margin: 0; }
  body .internal-banner {
    height: 380px; }
  body img.alignright,
  body img.alignleft,
  body img.alignnone {
    width: 100%;
    height: auto; }
  body .work-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  body .work-item .row-same-height {
    display: block !important;
    width: 100%; }
  body .work-item .col-xs-height {
    display: block;
    width: 100%;
    float: none !important; } }
@media only screen and (max-width: 1200px) {
  header a.logo {
    font-size: 20px; }
  header .top + ul.list-inline > li {
    padding-left: 2px;
    padding-right: 2px; }
    header .top + ul.list-inline > li > a {
      padding-left: 3px;
      padding-right: 3px;
      font-size: 11px; } }

/*# sourceMappingURL=theme.css.map */
