/*
CONTENTS

1 - Defaults
2 - Page Header
3 - Home section 1
4 - Home page news area
5 - Home section 2
6 - Home section 3
7 - Home section 4
8 - Home section 5
9 - Home section 6
10 - News page
11 - Footer
12 - Responsive
/*

/* 1 - Defaults */
.mb {
  display: none !important; }

.ccm-panel-detail {
  display: block !important; }

.green {
  color: #B8BC7D; }

.right {
  float: right; }

.left {
  float: left; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-50 {
  width: 50%; }

.w-55 {
  width: 55%; }

.w-65 {
  width: 65%; }

.w-70 {
  width: 70%; }

.bold {
  font-family: "Helvetica Neue LT W01_71488914"; }

body {
  width: 100%;
  background: white;
  height: 100%;
  margin: 0;
  padding: 0; }

p {
  font-family: "Helvetica Neue LT W01_41488878";
  font-weight: 100;
  font-style: normal;
  font-size: 14px; }

h5 {
  font-family: "Helvetica Neue LT W01_41488878";
  font-weight: 100;
  font-style: normal;
  font-size: 14px; }

h4 {
  font-family: "Helvetica Neue LT W01_41488878";
  font-weight: 100;
  font-style: normal;
  font-size: 25px; }

strong {
  font-family: "Helvetica Neue LT W01_71488914";
  font-weight: 100;
  font-style: normal; }

h2 {
  font-family: "Helvetica Neue LT W01_25 UltLt";
  margin: 0px;
  margin-top: 14px;
  font-weight: 100;
  font-style: normal; }

h3 {
  font-family: "Helvetica Neue LT W01_25 UltLt";
  font-weight: 100;
  font-style: normal; }

img {
  border: 0; }

.media-detect {
  display: none; }

/* 2 - Page Header */
#MootressLogo {
  width: 296px !important;
  height: 264px !important; }

.header {
  width: 100%;
  position: relative; }
  .header .navigation {
    z-index: 2;
    height: 75px;
    width: 100%;
    position: fixed;
    margin-top: -85px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 4px 10px 0px #B6B5B5;
    -moz-box-shadow: 0px 4px 10px 0px #B6B5B5;
    box-shadow: 0px 4px 10px 0px #B6B5B5;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #e3e3e3 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #e3e3e3 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #e3e3e3 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f7f7f7', GradientType=0 ); }
    .header .navigation ul {
      padding-left: 150px;
      height: 75px;
      line-height: 75px;
      margin: 0px; }
      .header .navigation ul li {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px; }
        .header .navigation ul li a {
          text-decoration: none;
          color: #B8BC7D;
          font-family: "Helvetica Neue LT W01_41488878"; }
  .header .navigation.open {
    margin-top: 0px; }
  .header .menu-tab.open {
    background: none !important;
    filter: none;
    border: none;
    box-shadow: none;
    top: -15px;
    z-index: 9; }
  .header .menu-tab {
    width: 63px;
    height: 82px;
    position: fixed;
    left: 50px;
    top: -15px;
    z-index: 1;
    -webkit-box-shadow: 4px 4px 10px 0px #B6B5B5;
    -moz-box-shadow: 4px 4px 10px 0px #B6B5B5;
    box-shadow: 4px 4px 10px 0px #B6B5B5;
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #d3d3d3 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #d3d3d3 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #d3d3d3 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f7f7f7', GradientType=0 );
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header .menu-tab:hover {
    cursor: pointer; }
  .header .topnav-contact {
    position: absolute;
    right: 16px;
    top: 20px; }
    .header .topnav-contact ul {
      height: 30px;
      line-height: 30px; }
      .header .topnav-contact ul li {
        float: left;
        display: block;
        padding-left: 4px;
        padding-right: 4px; }
        .header .topnav-contact ul li a {
          border: 0;
          outline: none;
          text-decoration: none;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .header .topnav-contact ul li a:hover {
          opacity: 0.7; }
        .header .topnav-contact ul li img {
          width: 32px;
          height: 30px; }
      .header .topnav-contact ul li:first-child {
        padding-left: 0px; }
  .header .menu-contact {
    position: absolute;
    right: 20px;
    z-index: 1; }
    .header .menu-contact ul li {
      padding-left: 6px;
      float: left;
      display: block; }
      .header .menu-contact ul li a {
        border: 0;
        outline: none;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .header .menu-contact ul li a:hover {
        opacity: 0.7; }
      .header .menu-contact ul li img {
        width: 32px;
        height: 30px; }
    .header .menu-contact ul li:first-child {
      padding-left: 0px; }

.logo {
  text-align: center; }

.home-1, .home-2, .home-4, .home-5, .news-1 {
  padding-top: 70px;
  padding-bottom: 70px; }

.home-twitter-mob {
  padding-bottom: 30px;
  padding-top: 40px; }

.twitter-more {
  text-align: left;
  float: left;
  text-decoration: none;
  font-size: 15px; }

.contact-success {
  position: absolute;
  top: 0px;
  width: 100%;
  background: #B8BC7D;
  color: #54412E;
  text-align: center;
  z-index: 999;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0px;
  font-size: 22px;
  -webkit-box-shadow: 0px 4px 10px 0px #B6B5B5;
  -moz-box-shadow: 0px 4px 10px 0px #B6B5B5;
  box-shadow: 0px 4px 10px 0px #B6B5B5; }

.sky-bg {
  height: 100%;
  position: fixed;
  background-image: url("../img/top_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  top: 0%;
  z-index: -1;
  opacity: 0.9; }

/* 3 - Home section 1 */
.home-1 {
  width: 100%; }
  .home-1 .home-1-cont {
    width: 880px;
    margin: 0 auto;
    position: relative; }
    .home-1 .home-1-cont .home-desc {
      color: #B8BC7D;
      font-family: "Helvetica Neue LT W01_41488878";
      text-transform: uppercase;
      text-align: center;
      padding-top: 0px; }
      .home-1 .home-1-cont .home-desc p {
        margin: 0px;
        FONT-SIZE: 35PX; }
    .home-1 .home-1-cont h2 {
      font-size: 51px;
      font-family: "Helvetica Neue LT W01_41488878";
      text-transform: uppercase;
      line-height: 51px; }
    .home-1 .home-1-cont .rhs {
      display: inline-block;
      vertical-align: top;
      width: 45%; }
      .home-1 .home-1-cont .rhs p:first-child {
        color: #B8BC7D;
        font-family: "Helvetica Neue LT W01_71488914"; }
      .home-1 .home-1-cont .rhs p:last-child {
        width: 80%; }
    .home-1 .home-1-cont .lhs {
      display: inline-block;
      vertical-align: top;
      text-align: right;
      padding-right: 5%;
      box-sizing: border-box;
      width: 55%; }
    .home-1 .home-1-cont .section-1, .home-1 .home-1-cont .section-2, .home-1 .home-1-cont .section-3 {
      margin-top: 50px;
      position: relative; }
      .home-1 .home-1-cont .section-1 p, .home-1 .home-1-cont .section-2 p, .home-1 .home-1-cont .section-3 p {
        color: #3C3C3B;
        font-size: 14px; }
    .home-1 .home-1-cont .section-1 .rhs {
      height: 100%; }
    .home-1 .home-1-cont .section-1 .lhs h2 {
      color: #B8BC7D; }
    .home-1 .home-1-cont .section-2 .rhs {
      height: 100%; }
      .home-1 .home-1-cont .section-2 .rhs h2 {
        color: #B8BC7D; }
    .home-1 .home-1-cont .section-3 .rhs {
      height: 100%; }
    .home-1 .home-1-cont .section-3 .lhs h2 {
      color: #ffffff; }

/* 4 - Home page news area */
.home-news {
  width: 100%;
  position: relative;
  height: 0px; }
  .home-news .overflow-wrapper {
    top: -95px;
    overflow: hidden;
    position: relative; }
  .home-news .news-cont.open {
    position: relative;
    left: -moz-calc(50% - 52px);
    left: -webkit-calc(50% - 52px);
    left: -o-calc(50% - 52px);
    left: calc(50% - 52px);
    margin-left: 0px;
    opacity: 1; }
  .home-news .news-cont {
    z-index: 1;
    opacity: 0;
    position: fixed;
    right: -800px;
    bottom: 0px;
    width: 583px;
    margin-left: 1000px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin-left: 1000px; }
    .home-news .news-cont .news-wrapper {
      background: #B8BC7D;
      position: relative; }
    .home-news .news-cont .news-header {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      padding-top: 10px;
      text-align: center;
      box-sizing: border-box;
      transform: rotate(-90deg);
      transform-origin: top right;
      -webkit-transform: rotate(-90deg);
      -webkit-transform-origin: top right;
      -moz-transform: rotate(-90deg);
      -moz-transform-origin: top right;
      -ms-transform: rotate(-90deg);
      -ms-transform-origin: top right;
      -o-transform: rotate(-90deg);
      -o-transform-origin: top right;
      transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      margin-left: -200px; }
      .home-news .news-cont .news-header h2 {
        color: #ECE8D3;
        text-transform: uppercase;
        width: 200px;
        text-align: center;
        margin: 0;
        font-size: 57px; }
    .home-news .news-cont .news-story {
      width: 80%;
      padding: 18px;
      padding-left: 17%; }
      .home-news .news-cont .news-story h2, .home-news .news-cont .news-story p {
        color: #ffffff;
        font-size: 12px; }
      .home-news .news-cont .news-story p.date {
        font-size: 14px; }
      .home-news .news-cont .news-story a {
        font-size: 14px;
        color: #ffffff;
        text-decoration: none; }
      .home-news .news-cont .news-story h2 {
        font-size: 29px;
        line-height: 27px;
        text-transform: none;
        margin-top: 0px; }

/* 5 - Home section 2 */
.home-2 {
  width: 100%;
  background-color: #ECE8D3;
  background-image: url("../img/transparent-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 120px; }
  .home-2 .home-2-cont {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    .home-2 .home-2-cont .home-2-logo {
      text-align: center;
      float: left;
      position: relative; }
    .home-2 .home-2-cont .home-2-text {
      float: right;
      position: relative; }
      .home-2 .home-2-cont .home-2-text h2 {
        font-size: 55px;
        font-family: "Helvetica Neue LT W01_25 UltLt";
        color: #B8BC7D;
        text-transform: uppercase;
        line-height: 55px;
        margin-bottom: 15px; }

/* 6 - Home section 3 */
.home-3 {
  width: 100%;
  background-color: #ECE8D3;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  height: 470px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .home-3 .home-3-cont {
    position: relative;
    width: 1000px;
    height: 470px;
    margin: 0 auto; }
    .home-3 .home-3-cont .quote-text {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 51%; }
      .home-3 .home-3-cont .quote-text h2 {
        font-size: 36px;
        color: #3C3C3B;
        font-family: "Helvetica Neue LT W01_41488878"; }
      .home-3 .home-3-cont .quote-text p {
        font-size: 17px;
        color: #3C3C3B; }

.pin-cont {
  width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative; }
  .pin-cont .giant-pin {
    margin-left: 697px;
    opacity: 1;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: absolute !important;
    bottom: -170px !important; }
  .pin-cont .giant-pin.open {
    position: fixed !important;
    bottom: 30px !important;
    opacity: 1; }
  .pin-cont .giant-pin.after {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none; }

/* 7 - Home section 4 */
/* 8 - Home section 5 */
.home-5 {
  width: 100%;
  background-color: #F6F6F6;
  min-height: 400px; }
  .home-5 .home-5-cont {
    width: 980px;
    margin: 0 auto;
    position: relative;
    text-align: right; }
    .home-5 .home-5-cont .twitter-cont.open, .home-5 .home-5-cont .facebook-cont.open {
      margin-left: 0px;
      opacity: 1; }
    .home-5 .home-5-cont .twitter-cont.after {
      position: absolute;
      bottom: -130px;
      margin-left: 0px;
      opacity: 1;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      -ms-transition: none;
      transition: none; }
    .home-5 .home-5-cont .facebook-cont {
      z-index: 1;
      opacity: 0;
      position: fixed;
      bottom: 30px;
      background: #ECE8D3;
      width: 270px;
      padding: 15px;
      margin-left: -1200px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
      .home-5 .home-5-cont .facebook-cont .facebook-icon {
        position: absolute;
        left: 10px;
        top: 8px; }
      .home-5 .home-5-cont .facebook-cont h3 {
        color: #3C3C3B;
        text-align: right;
        font-family: "Helvetica Neue LT W01_71488914";
        margin-top: 0px;
        font-size: 22px; }
    .home-5 .home-5-cont .facebook-cont.after {
      position: absolute;
      bottom: 250px;
      margin-left: 0px;
      opacity: 1;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      -ms-transition: none;
      transition: none; }
    .home-5 .home-5-cont .twitter-cont {
      z-index: 1;
      opacity: 0;
      position: fixed;
      bottom: 30px;
      background: #ECE8D3;
      width: 270px;
      padding: 15px;
      margin-left: -1200px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
      .home-5 .home-5-cont .twitter-cont #twitter-feed-container667289121816088576 {
        margin-top: 31px; }
      .home-5 .home-5-cont .twitter-cont .twitter-bird {
        position: absolute;
        left: 10px;
        top: 5px; }
      .home-5 .home-5-cont .twitter-cont h3 {
        color: #3C3C3B;
        text-align: right;
        font-family: "Helvetica Neue LT W01_71488914";
        margin-top: 0px;
        font-size: 22px; }
      .home-5 .home-5-cont .twitter-cont p {
        text-align: left;
        font-size: 12px;
        margin-top: 0px; }
      .home-5 .home-5-cont .twitter-cont p.date {
        color: #B8BC7D;
        font-size: 14px;
        margin-bottom: 0px; }
    .home-5 .home-5-cont .get-in-touch {
      position: relative;
      float: right;
      width: 620px;
      min-height: 400px; }
      .home-5 .home-5-cont .get-in-touch h2 {
        color: #B8BC7D;
        font-size: 80px;
        text-transform: uppercase; }
    .home-5 .home-5-cont .map {
      border-top: 2px solid #B8BC7D;
      margin-top: 10px;
      position: relative; }
    .home-5 .home-5-cont .contact-phone p, .home-5 .home-5-cont .contact-phone img {
      display: inline-block;
      vertical-align: middle; }
    .home-5 .home-5-cont .contact-address p, .home-5 .home-5-cont .contact-address img {
      display: inline-block;
      vertical-align: middle; }
    .home-5 .home-5-cont .contact-email a {
      border: 0;
      outline: none; }
    .home-5 .home-5-cont .contact-email p, .home-5 .home-5-cont .contact-email img {
      display: inline-block;
      vertical-align: middle; }
    .home-5 .home-5-cont .contact-form {
      margin-top: 25px; }
      .home-5 .home-5-cont .contact-form span.error {
        text-align: left;
        color: #f70000; }
        .home-5 .home-5-cont .contact-form span.error p {
          margin: 0;
          float: left; }
      .home-5 .home-5-cont .contact-form .submit-cont {
        text-align: center;
        width: 100%;
        position: relative;
        margin-top: 15px; }
        .home-5 .home-5-cont .contact-form .submit-cont input[type="submit"] {
          background: #B8BC7D;
          border: 1px solid #CDCE9D;
          -webkit-box-shadow: 4px 4px 10px 0px #B6B5B5;
          -moz-box-shadow: 4px 4px 10px 0px #B6B5B5;
          box-shadow: 4px 4px 10px 0px #B6B5B5;
          text-align: center;
          color: #ffffff;
          font-family: "Helvetica Neue LT W01_25 UltLt";
          margin: 0 auto;
          border-radius: 0px;
          outline: none;
          width: 250px;
          height: 30px;
          font-size: 14px;
          -webkit-appearance: none;
          transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out; }
        .home-5 .home-5-cont .contact-form .submit-cont input[type="submit"]:hover {
          cursor: pointer;
          opacity: 0.8; }
      .home-5 .home-5-cont .contact-form input[type="text"] {
        height: 30px;
        border: none;
        border-top: 2px solid #ECE8D3;
        display: inline-block;
        width: 46%;
        padding-left: 2%;
        border-radius: 0px;
        font-size: 14px;
        color: #B8BC7D;
        margin-top: 15px;
        outline: none;
        font-family: "Helvetica Neue LT W01_41488878"; }
      .home-5 .home-5-cont .contact-form textarea {
        font-family: "Helvetica Neue LT W01_41488878";
        width: 98%;
        padding-left: 2%;
        border: none;
        border-top: 2px solid #ECE8D3;
        height: 60px;
        border-radius: 0px;
        font-size: 14px;
        color: #B8BC7D;
        margin-top: 15px;
        padding-top: 5px;
        resize: none;
        outline: none; }
      .home-5 .home-5-cont .contact-form input[type="text"]::-webkit-input-placeholder, .home-5 .home-5-cont .contact-form textarea::-webkit-input-placeholder {
        color: #B8BC7D; }
      .home-5 .home-5-cont .contact-form input[type="text"]:-moz-placeholder, .home-5 .home-5-cont .contact-form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #B8BC7D; }
      .home-5 .home-5-cont .contact-form input[type="text"]::-moz-placeholder, .home-5 .home-5-cont .contact-form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #B8BC7D; }
      .home-5 .home-5-cont .contact-form input[type="text"]:-ms-input-placeholder, .home-5 .home-5-cont .contact-form textarea:-ms-input-placeholder {
        color: #B8BC7D; }
      .home-5 .home-5-cont .contact-form input[type="text"]:nth-child(even) {
        float: left; }
      .home-5 .home-5-cont .contact-form input[type="text"]:nth-child(odd) {
        float: right; }

/* 9 - Home section 6 */
.home-6 {
  width: 100%;
  background-color: #F6F6F6;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 420px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .home-6 .home-6-cont {
    width: 1000px;
    height: 420px;
    margin: 0 auto;
    position: relative; }
    .home-6 .home-6-cont .quote-text {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 60%;
      text-align: left; }
      .home-6 .home-6-cont .quote-text h2 {
        font-size: 36px;
        color: #ffffff;
        font-family: "Helvetica Neue LT W01_41488878"; }
      .home-6 .home-6-cont .quote-text p {
        font-size: 17px;
        color: #ffffff; }

/* 10 - News page */
.news-1 {
  width: 100%; }
  .news-1 .news-1-cont {
    width: 880px;
    margin: 0 auto;
    position: relative; }
    .news-1 .news-1-cont .home-desc {
      color: #B8BC7D;
      font-family: "Helvetica Neue LT W01_41488878";
      text-transform: uppercase;
      text-align: center;
      padding-top: 20px; }
      .news-1 .news-1-cont .home-desc p {
        margin: 0px; }
    .news-1 .news-1-cont h2 {
      font-size: 67px;
      font-family: "Helvetica Neue LT W01_25 UltLt";
      text-transform: uppercase;
      line-height: 62px; }
    .news-1 .news-1-cont .rhs {
      text-align: left;
      padding-left: 5%;
      float: right; }
    .news-1 .news-1-cont .lhs {
      text-align: right;
      float: left;
      position: relative; }

.news-article .article-continued {
  display: none;
  width: 100%;
  position: relative;
  padding-top: 5px; }
  .news-article .article-continued a {
    color: #adb67f;
    text-decoration: none; }

.news-article {
  position: relative;
  width: 100%;
  position: relative;
  padding: 40px 0;
  padding-top: 20px;
  border-bottom: 1px solid #b8bc7d; }

#news-article-container .pagination {
  margin-top: 20px;
  text-align: right; }
  #news-article-container .pagination span:hover {
    cursor: pointer; }

.news-archive {
  margin-top: 0px;
  padding-left: 3%;
  padding-bottom: 2%;
  background: #CACF82; }
  .news-archive p {
    color: white; }
  .news-archive h3 {
    color: white;
    font-size: 23px; }
  .news-archive p:hover {
    cursor: pointer; }

h2.news-title {
  font-size: 70px;
  font-family: "Helvetica Neue LT W01_25 UltLt";
  text-transform: uppercase;
  line-height: 62px;
  margin-top: 60px;
  color: #adb67e;
  border-bottom: 3px solid #ADB67F;
  padding-bottom: 14px;
  width: 100%; }

.news-arrow {
  width: 22px;
  height: 13px;
  position: absolute;
  bottom: 10px;
  left: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out; }

.news-arrow.up-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

/* 11 - Footer */
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #B8BC7D;
  height: 40px;
  width: 100%;
  text-align: left;
  color: #ffffff; }
  .footer .footer-cont {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    .footer .footer-cont p {
      font-size: 10px; }
    .footer .footer-cont .footer-left {
      float: left;
      display: block; }
    .footer .footer-cont .footer-right {
      float: right;
      display: block;
      width: 305px; }
      .footer .footer-cont .footer-right a {
        text-decoration: none;
        color: white; }

.home-twitter-mob, .home-facebook-mob {
  display: none;
  width: 100%;
  background: #ECE8D3;
  position: relative; }

.twitter-mob, .facebook-mob {
  margin: 0 auto; }

/* 12 - Responsive */
.responsive-nav.open {
  left: 0;
  overflow-y: auto; }

.responsive-nav {
  display: none; }

.responsive-nav {
  position: fixed;
  width: 167px;
  left: -167px;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  z-index: 8;
  -webkit-box-shadow: inset -4px -6px 18px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: inset -4px -6px 18px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset -4px -6px 18px 0px rgba(0, 0, 0, 0.34);
  background: #d3d3d3;
  background: -moz-linear-gradient(top, #d3d3d3 0%, #f7f7f7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #d3d3d3 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #d3d3d3 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #d3d3d3 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #d3d3d3 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f7f7f7', GradientType=0 ); }
  .responsive-nav ul {
    margin-top: 55px;
    padding-left: 0px; }
    .responsive-nav ul li {
      list-style-type: none;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #adb67e;
      text-align: right; }
      .responsive-nav ul li a {
        text-decoration: none;
        color: white;
        font-family: "Helvetica Neue LT W01_41488878"; }

#container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

@media only screen and (max-width: 1024px) {
  .facebook-cont {
    display: none; }

  .pin-cont .giant-pin {
    display: none; }

  .media-detect {
    display: block; }

  .home-4 {
    background-size: 135% 100%; }
    .home-4 .pin-cont {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 50px;
      position: relative; }
      .home-4 .pin-cont .giant-pin {
        margin-left: 0px;
        opacity: 1;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        position: absolute !important;
        bottom: -243px !important;
        right: 0px; }
        .home-4 .pin-cont .giant-pin img {
          width: 74px;
          height: 139px; }
    .home-4 .home-4-cont .faq-strip-top {
      background: #B8BC7D;
      position: relative;
      margin-left: -6%;
      height: 3px;
      width: -moz-calc(6% + 362px);
      width: -webkit-calc(6% + 362px);
      width: -o-calc(6% + 362px);
      width: calc(6% + 362px); }
    .home-4 .home-4-cont .faq-strip-thin {
      background: #B8BC7D;
      position: relative;
      height: 1px;
      float: right;
      right: -5%;
      width: -moz-calc(105% - 150px);
      width: -webkit-calc(105% - 150px);
      width: -o-calc(105% - 150px);
      width: calc(105% - 150px); }
    .home-4 .home-4-cont .faq-strip-bottom {
      width: 106%;
      position: relative;
      margin-left: -6%;
      bottom: 0px; }

  #container {
    width: 100%; }

  .open-nav {
    left: 165px !important; }

  .responsive-nav {
    display: block; }

  .footer .footer-cont, .home-1 .home-1-cont, .home-2 .home-2-cont, .home-3 .home-3-cont, .home-4 .home-4-cont, .home-twitter-mob .twitter-mob, .home-facebook-mob .facebook-mob, .home-5 .home-5-cont, .home-6 .home-6-cont, .news-1 .news-1-cont {
    width: 90%; }

  .navigation {
    display: none; }

  .home-1 {
    background-repeat: no-repeat;
    background-size: cover; }
    .home-1 .home-1-cont h2 {
      font-size: 50px;
      font-family: "Helvetica Neue LT W01_41488878";
      text-transform: uppercase;
      line-height: 55px; }

  .home-twitter-mob, .twitter-mob .twitter-cont {
    text-align: center;
    display: block; }
    .home-twitter-mob img, .twitter-mob .twitter-cont img {
      position: absolute;
      top: 17px;
      width: 62px;
      height: 53px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .home-twitter-mob h3, .twitter-mob .twitter-cont h3 {
      padding-left: 0;
      text-align: center;
      font-size: 22px;
      margin-top: 40px;
      margin-bottom: 30px;
      font-family: "Helvetica Neue LT W01_71488914"; }
    .home-twitter-mob p, .twitter-mob .twitter-cont p {
      font-size: 14px !important; }
    .home-twitter-mob #twitter-feed-container, .twitter-mob .twitter-cont #twitter-feed-container {
      padding-left: 95px; }

  .home-facebook-mob {
    display: block;
    padding-bottom: 20px; }
    .home-facebook-mob .facebook-mob {
      padding-top: 20px;
      border-top: 1px solid rgba(184, 188, 125, 0.7); }
      .home-facebook-mob .facebook-mob .fb_iframe_widget {
        display: block !important;
        position: relative;
        margin: 0 auto;
        text-align: center !important; }
    .home-facebook-mob img {
      position: absolute;
      top: 21px;
      width: 37px;
      height: 37px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .home-facebook-mob h3 {
      text-align: center;
      padding-left: 0px;
      font-size: 22px;
      padding-top: 43px;
      margin-top: 0;
      margin-bottom: 30px;
      font-family: "Helvetica Neue LT W01_71488914"; }
    .home-facebook-mob p {
      font-size: 14px !important; }
    .home-facebook-mob #twitter-feed-container {
      padding-left: 95px; }

  .twitter-cont {
    display: none; }

  .home-news {
    height: auto; }
    .home-news .overflow-wrapper {
      top: 0px; }
    .home-news .news-cont {
      left: 0px !important;
      width: 100% !important;
      right: 0px !important;
      margin-left: 0px !important;
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -o-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
      position: relative;
      opacity: 1;
      z-index: 0; }
      .home-news .news-cont .news-story {
        width: 70%;
        padding: 3%;
        padding-left: 25%; }

  p {
    font-size: 13px; }

  .header .menu-tab.open {
    background: none;
    border: none;
    box-shadow: none;
    top: -15px;
    z-index: 9; }

  .twitter-more {
    padding-left: 0px;
    display: inline;
    margin: 0 auto;
    width: 100%;
    text-align: center; }

  #twitter-feed-container667289121816088576 {
    max-width: 520px;
    word-wrap: break-word;
    margin: 0 auto; }

  .pagination p {
    font-size: 16px; }

  .home-5 .home-5-cont .get-in-touch {
    position: relative;
    float: left;
    width: 620px;
    text-align: left;
    min-height: 400px; }

  .dt {
    display: none !important; }

  .mb {
    display: block !important; }

  .home-5 .home-5-cont .contact-form {
    overflow: hidden; }
  .home-5 .home-5-cont .contact-phone img {
    position: absolute; }
  .home-5 .home-5-cont .contact-phone p {
    padding-left: 40px;
    margin-top: 7px; }
  .home-5 .home-5-cont .contact-email img {
    position: absolute; }
  .home-5 .home-5-cont .contact-email p {
    padding-left: 40px;
    margin-top: 7px; }
  .home-5 .home-5-cont .contact-address img {
    position: absolute; }
  .home-5 .home-5-cont .contact-address p {
    padding-left: 40px;
    margin-top: 7px; }

  .footer {
    height: auto; }
    .footer .footer-cont .footer-left {
      width: 65%; }
    .footer .footer-cont .footer-right {
      width: 30%; } }
@media only screen and (max-width: 680px) {
  .contact-address p {
    margin-top: 0px !important; }

  .home-1, .home-2, .home-4, .home-5, .news-1, .home-twitter-mob {
    padding-top: 40px;
    padding-bottom: 40px; }

  .home-2-logo {
    display: none; }

  .news-wrapper {
    padding-bottom: 10px; }

  .home-4 {
    background-size: cover; }
    .home-4 .home-4-cont h2 {
      font-size: 60px;
      margin: 0px;
      color: #B8BC7D;
      padding-left: 0px; }
    .home-4 .home-4-cont .faq-strip-bottom {
      width: 100%;
      right: 0px !important;
      left: initial;
      height: 1px;
      margin: 0 auto;
      bottom: 0px; }
    .home-4 .home-4-cont .faq-text {
      padding-left: 0px; }
    .home-4 .home-4-cont .faq-sections .faq-text {
      padding-left: 100px; }
    .home-4 .home-4-cont .faq-sections .faq-image img {
      width: 85px !important; }

  .home-2 {
    padding-bottom: 40px; }
    .home-2 .home-2-cont .home-2-text {
      float: right;
      position: relative;
      width: 100% !important; }
      .home-2 .home-2-cont .home-2-text h2 {
        font-size: 36px;
        font-family: "Helvetica Neue LT W01_25 UltLt";
        color: #B8BC7D;
        margin-top: 0px;
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #54412E;
        width: 85%;
        margin: 0 auto; }

  .home-1-cont h2 {
    font-family: "Helvetica Neue LT W01_41488878";
    text-transform: uppercase; }
  .home-1-cont p {
    font-size: 13px !important; }
  .home-1-cont .section-1 .lhs, .home-1-cont .section-3 .lhs {
    width: 100% !important;
    text-align: left; }
  .home-1-cont .section-1 .rhs, .home-1-cont .section-3 .rhs {
    width: 100% !important; }
  .home-1-cont .section-2 .lhs {
    width: 50% !important; }
  .home-1-cont .section-2 .rhs {
    width: 45% !important; }

  .footer {
    height: auto; }
    .footer .footer-cont .footer-left {
      float: left;
      display: block;
      width: 100%;
      text-align: left; }
    .footer .footer-cont .footer-right {
      float: left;
      display: block;
      width: 100%;
      text-align: left; }

  .news-wrapper {
    width: 100%; }

  .news-archive {
    width: 97%;
    margin-top: 30px; }

  #news-article-container .pagination {
    text-align: center; }
    #news-article-container .pagination p {
      font-size: 16px; }

  .home-1 .home-1-cont h2 {
    font-family: "Helvetica Neue LT W01_41488878";
    text-transform: uppercase;
    line-height: 30px;
    font-size: 27px; }

  .home-1 .home-1-cont .home-desc p {
    margin: 0px;
    font-size: 10px; }

  .header .menu-tab {
    left: 15px;
    top: -15px; }

  .header .menu-contact {
    position: absolute;
    right: 10px;
    height: 30px;
    top: 10px; }
    .header .menu-contact ul {
      margin: 0px; }
      .header .menu-contact ul li {
        padding-left: 2px; }
        .header .menu-contact ul li img {
          width: 27px; }

  #MootressLogo {
    width: 200px !important;
    height: 150px !important; }

  .home-3 .home-3-cont .quote-text, .home-6 .home-6-cont .quote-text {
    width: 100%; }
    .home-3 .home-3-cont .quote-text h2, .home-6 .home-6-cont .quote-text h2 {
      font-size: 30px; }

  .home-4 .pin-cont {
    width: 90%; }
    .home-4 .pin-cont .giant-pin {
      margin-left: 0px;
      opacity: 1;
      position: absolute !important;
      right: 0%;
      bottom: -136px !important;
      width: 15%; }
      .home-4 .pin-cont .giant-pin img {
        width: 50px;
        height: 92px; }
  .home-4 .home-4-cont .faq-strip-thin {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    float: left; }

  .home-5 .home-5-cont {
    text-align: left; }
    .home-5 .home-5-cont .contact-form input[type="text"] {
      width: 98%;
      padding-left: 2%; }
    .home-5 .home-5-cont .contact-form input[type="text"]:nth-child(odd), .home-5 .home-5-cont .contact-form .contact-form input[type="text"]:nth-child(even) {
      float: left; }
    .home-5 .home-5-cont .contact-form textarea {
      height: 120px; }
    .home-5 .home-5-cont .get-in-touch {
      width: 100%; }
      .home-5 .home-5-cont .get-in-touch h2 {
        color: #B8BC7D;
        font-size: 35px;
        text-transform: uppercase;
        text-align: left; }
      .home-5 .home-5-cont .get-in-touch p:first-child {
        width: 80%;
        text-align: left; }
      .home-5 .home-5-cont .get-in-touch .map iframe {
        height: 200px;
        width: 100%; }

  .faq-strip-top {
    background: #B8BC7D;
    position: absolute;
    height: 3px !important;
    left: 0px !important;
    width: 150px !important;
    margin-left: 0% !important; } }
