/*
Theme Name: Aurumstone
Theme URI: 
Description: Bespoke Wordpress theme created by KANDAN - NICK KIND 150621
Author: Kandan
Version: 1.0
*/
@font-face {
  font-family: 'source_sans_probold';
  src: url("fonts/sourcesanspro-bold-webfont.eot");
  src: url("fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_proregular';
  src: url("fonts/sourcesanspro-regular-webfont.eot");
  src: url("fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.container {
  clear: both;
  display: inline-block;
  width: 960px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: left; }

@media (max-width: 970px), screen and (max-device-width: 721px) {
  .container {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%; } }

@media (max-width: 720px), screen and (max-device-width: 320px) {
  .container {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%; } }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2pt;
  font-family: 'source_sans_proregular';
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.2pt;
  color: #be9e53;
  font-weight: normal;
  text-transform: uppercase; }

h2 {
  letter-spacing: 0.2pt;
  font-family: 'source_sans_proregular';
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.2pt;
  color: #be9e53;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px; }

p, li, a, label, td, th, .column, input, textarea {
  font-family: 'source_sans_proregular';
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.2pt;
  line-height: 22px; }

body {
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: center;
  font-family: 'source_sans_proregular';
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.2pt; }

#wrapper {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow: hidden;
  text-align: center; }

#primary_nav {
  position: fixed;
  width: 100%;
  z-index: 10000;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  @media (max-width: 720px), screen and (max-device-width: 320px) {
    #primary_nav {
      display: none; } }
  #primary_nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
    #primary_nav ul li {
      display: inline-block;
      list-style-type: none;
      margin-left: 10px;
      margin-right: 10px; }
      @media (max-width: 970px), screen and (max-device-width: 721px) {
        #primary_nav ul li {
          margin-left: 5px;
          margin-right: 5px; } }
      #primary_nav ul li a {
        display: block;
        padding: 10px;
        padding-top: 40px;
        padding-bottom: 40px;
        color: #707070;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 17px;
        line-height: normal;
        -webkit-transition: color 300ms ease-out;
        -moz-transition: color 300ms ease-out;
        -o-transition: color 300ms ease-out;
        transition: color 300ms ease-out; }
        @media (max-width: 970px), screen and (max-device-width: 721px) {
          #primary_nav ul li a {
            padding-left: 5px;
            padding-right: 5px;
            font-size: 16px; } }
        #primary_nav ul li a:hover {
          color: #be9e53;
          -webkit-transition: color 300ms ease-out;
          -moz-transition: color 300ms ease-out;
          -o-transition: color 300ms ease-out;
          transition: color 300ms ease-out; }
  #primary_nav #scrolled-logo {
    display: none; }
  #primary_nav.scrolled {
    background-color: #fff;
    border-bottom: solid #be9e53 3px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    #primary_nav.scrolled ul {
      float: right;
      width: 80%;
      text-align: right; }
      #primary_nav.scrolled ul li {
        margin-left: 5px;
        margin-right: 5px; }
        @media (max-width: 970px), screen and (max-device-width: 721px) {
          #primary_nav.scrolled ul li {
            margin-left: 5px;
            margin-right: 0px; } }
        #primary_nav.scrolled ul li a {
          padding: 10px;
          padding-top: 50px;
          padding-bottom: 30px;
          font-size: 15px; }
          @media (max-width: 970px), screen and (max-device-width: 721px) {
            #primary_nav.scrolled ul li a {
              font-size: 14px;
              padding-left: 4px;
              padding-right: 4px; } }
    #primary_nav.scrolled #scrolled-logo {
      display: block;
      float: left;
      width: 80px;
      height: auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      #primary_nav.scrolled #scrolled-logo img {
        width: 100%;
        height: auto; }

#logo {
  clear: both;
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-top: 150px;
  text-align: center;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media (max-width: 720px), screen and (max-device-width: 320px) {
    #logo {
      display: none; } }

#mobile-logo {
  display: none;
  width: 100%;
  margin-top: 30px;
  text-align: center; }
  #mobile-logo img {
    display: inline-block; }
  @media (max-width: 720px), screen and (max-device-width: 320px) {
    #mobile-logo {
      display: block; } }

#home-section {
  border-bottom: solid #be9e53 3px;
  background-size: cover;
  background-position: center 160px;
  background-repeat: no-repeat; }
  @media (max-width: 720px), screen and (max-device-width: 320px) {
    #home-section {
      background-position: center 100px; } }
  #home-section h1 {
    width: 80%;
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 19px;
    text-align: center;
    font-family: 'source_sans_proregular';
    color: #707070;
    font-size: 15px;
    letter-spacing: 0.2pt;
    font-weight: lighter;
    color: #be9e53;
    font-style: italic;
    text-transform: none; }

.section {
  clear: both;
  float: left;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center; }
  .section .container {
    margin-top: 25px;
    margin-bottom: 25px; }
    .section .container h2 {
      margin-bottom: 0; }
    .section .container .column {
      display: inline-block;
      width: 47%;
      margin-left: 0%;
      margin-right: 2%;
      vertical-align: top; }
      .section .container .column:nth-child(odd) {
        margin-left: 1%;
        margin-right: 0%; }
      @media (max-width: 970px), screen and (max-device-width: 721px) {
        .section .container .column {
          clear: both;
          float: left;
          width: 100%;
          margin-left: 0;
          margin-right: 0; }
          .section .container .column:nth-child(odd) {
            margin-left: 0%;
            margin-right: 0%; } }

#icons-section {
  background-size: 290%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 250px; }
  #icons-section #the_icons {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 75px;
    padding-bottom: 75px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75); }
    #icons-section #the_icons li {
      position: relative;
      display: inline-block;
      margin-left: 50px;
      margin-right: 50px;
      margin-bottom: 25px;
      vertical-align: top;
      list-style-type: none; }
      #icons-section #the_icons li .copy-hover {
        position: absolute;
        display: inline-block;
        top: -30px;
        left: -20%;
        width: 140%;
        height: 180px;
        padding: 10px;
        padding-left: 0%;
        padding-right: 0%;
        vertical-align: middle;
        border-radius: 50px;
        display: none; }
        #icons-section #the_icons li .copy-hover p {
          display: inline-block;
          height: auto;
          color: #be9e53;
          font-style: italic;
          font-size: 17px;
          line-height: 20px; }
      #icons-section #the_icons li img {
        margin-bottom: 25px; }
      #icons-section #the_icons li h6 {
        margin: 0;
        font-size: 20px;
        letter-spacing: 0.3pt; }
      #icons-section #the_icons li.icon-1 .copy-hover p {
        margin-top: 60px; }
      #icons-section #the_icons li.icon-2 .copy-hover p {
        margin-top: 60px; }
      #icons-section #the_icons li.icon-3 .copy-hover p {
        margin-top: 60px; }
      #icons-section #the_icons li.icon-4 .copy-hover p {
        margin-top: 42px; }
      #icons-section #the_icons li:hover {
        cursor: pointer; }

#people-section {
  background-color: #fff; }
  #people-section #the_people {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 75px;
    padding-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    #people-section #the_people li {
      display: inline-block;
      width: 29%;
      margin-left: 0%;
      margin-right: 4%;
      margin-bottom: 25px;
      vertical-align: top;
      list-style-type: none; }
      @media (max-width: 970px), screen and (max-device-width: 721px) {
        #people-section #the_people li {
          width: 28%; } }
      @media (max-width: 720px), screen and (max-device-width: 320px) {
        #people-section #the_people li {
          clear: both;
          float: left;
          width: 100%; } }
      #people-section #the_people li .image-wrapper {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; }
        #people-section #the_people li .image-wrapper img {
          width: 100%;
          height: auto;
          height: 50px;
          border-bottom: solid 3px #be9e53; }
        #people-section #the_people li .image-wrapper .active {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          display: none; }
          #people-section #the_people li .image-wrapper .active img {
            border-bottom: solid 3px #fff; }
        #people-section #the_people li .image-wrapper .arrow-open,
        #people-section #the_people li .image-wrapper .arrow-close {
          position: absolute;
          right: 20px;
          bottom: 27px;
          width: 27px;
          height: 15px;
          background-image: url(images/arrows-sprite.png);
          background-repeat: no-repeat;
          background-position: 0 -15px;
          z-index: 1000; }
          #people-section #the_people li .image-wrapper .arrow-open:hover,
          #people-section #the_people li .image-wrapper .arrow-close:hover {
            cursor: pointer;
            background-position: -27px -15px; }
        #people-section #the_people li .image-wrapper .arrow-close {
          display: none;
          background-position: 0 0px; }
          #people-section #the_people li .image-wrapper .arrow-close:hover {
            background-position: -27px 0; }
        #people-section #the_people li .image-wrapper h6 {
          margin: 0;
          position: absolute;
          width: 95%;
          left: 0px;
          padding-top: 12px;
          padding-bottom: 10px;
          padding-left: 5%;
          bottom: 9px;
          color: #fff;
          font-size: 17px;
          text-align: left;
          z-index: 100;
          background-color: #000;
          line-height: 15px; }
          @media (max-width: 720px), screen and (max-device-width: 320px) {
            #people-section #the_people li .image-wrapper h6 {
              font-size: 20px;
              line-height: 22px;
              padding-top: 10px;
              padding-bottom: 10px; } }
          #people-section #the_people li .image-wrapper h6 span {
            font-size: 12px;
            color: #989898; }
            @media (max-width: 970px), screen and (max-device-width: 721px) {
              #people-section #the_people li .image-wrapper h6 span {
                font-size: 8px; } }
            @media (max-width: 720px), screen and (max-device-width: 320px) {
              #people-section #the_people li .image-wrapper h6 span {
                font-size: 14px; } }
      #people-section #the_people li .content-wrapper {
        padding: 20px;
        padding-top: 0;
        padding-bottom: 20px;
        border-bottom: solid #be9e53 3px;
        display: none; }

#projects-section {
  background-size: 300%;
  background-position: center center;
  background-repeat: no-repeat; }
  #projects-section #the_projects {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 250px;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: rgba(190, 158, 83, 0.75); }
    #projects-section #the_projects #news-slider {
      height: auto;
      overflow: hidden; }
      #projects-section #the_projects #news-slider a {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
    #projects-section #the_projects .container {
      position: relative; }
      #projects-section #the_projects .container #move-left,
      #projects-section #the_projects .container #move-right {
        position: absolute;
        top: 150px;
        width: 46px;
        height: 85px;
        background-image: url(images/news-arrows.png);
        background-position: -46px 0; }
        #projects-section #the_projects .container #move-left:hover,
        #projects-section #the_projects .container #move-right:hover {
          cursor: pointer; }
      #projects-section #the_projects .container #move-left {
        left: -70px; }
        #projects-section #the_projects .container #move-left:hover {
          background-position: -46px -85px; }
      #projects-section #the_projects .container #move-right {
        right: -50px;
        background-position: 0 0; }
        #projects-section #the_projects .container #move-right:hover {
          background-position: 0 -85px; }
    #projects-section #the_projects h2 {
      color: #fff;
      margin-bottom: 25px; }
    #projects-section #the_projects li {
      display: inline-block;
      width: 95%;
      margin-left: 0%;
      margin-right: 4%;
      margin-bottom: 25px;
      vertical-align: top;
      list-style-type: none; }
      @media (max-width: 970px), screen and (max-device-width: 721px) {
        #projects-section #the_projects li {
          width: 95%; } }
      @media (max-width: 720px), screen and (max-device-width: 320px) {
        #projects-section #the_projects li {
          clear: both;
          float: left;
          width: 100%;
          margin-bottom: 50px; } }
      #projects-section #the_projects li .image-wrapper {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; }
        #projects-section #the_projects li .image-wrapper .active {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          display: none; }
        #projects-section #the_projects li .image-wrapper img {
          width: 100%;
          height: auto; }
      #projects-section #the_projects li .content-wrapper {
        padding: 0px; }
        #projects-section #the_projects li .content-wrapper h3 {
          color: #333132;
          text-transform: capitalize;
          font-style: normal;
          font-size: 19px; }
        #projects-section #the_projects li .content-wrapper h4 {
          margin-bottom: 0;
          color: #fff;
          text-transform: uppercase; }
        #projects-section #the_projects li .content-wrapper p {
          margin: 0;
          color: #ebebeb;
          font-style: normal; }
        #projects-section #the_projects li .content-wrapper a {
          text-decoration: none;
          -webkit-transition: color 300ms ease-out;
          -moz-transition: color 300ms ease-out;
          -o-transition: color 300ms ease-out;
          transition: color 300ms ease-out; }
          #projects-section #the_projects li .content-wrapper a:hover h4 {
            color: #333132;
            -webkit-transition: color 300ms ease-out;
            -moz-transition: color 300ms ease-out;
            -o-transition: color 300ms ease-out;
            transition: color 300ms ease-out; }
  #projects-section .bx-controls {
    display: none; }

#news-section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75); }
  #news-section #the_news {
    width: 100%;
    height: 0;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    border-right: 3px #be9e53 solid;
    overflow-y: scroll; }
    #news-section #the_news li {
      width: 90%;
      margin: 0;
      margin-right: 10%;
      margin-bottom: 30px;
      padding: 0;
      list-style-type: none; }
      #news-section #the_news li h3 {
        text-transform: none;
        margin-bottom: 0; }
      #news-section #the_news li h4 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 15px;
        font-style: normal;
        text-transform: none; }
      #news-section #the_news li p {
        margin-top: 0px;
        margin-bottom: 5px;
        color: #ebebeb; }
        #news-section #the_news li p a {
          color: #ebebeb; }
          #news-section #the_news li p a:hover {
            text-decoration: none; }

#news-section-spacer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background-color: rgba(190, 158, 83, 0.5); }

#partners-section {
  position: relative;
  min-height: 370px;
  background-image: url(images/section_background-partners.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 1000; }
  #partners-section #the_partners {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    #partners-section #the_partners li {
      display: inline-block;
      width: 29%;
      margin-left: 0%;
      margin-right: 4%;
      margin-bottom: 25px;
      list-style-type: none; }
      #partners-section #the_partners li a {
        text-decoration: none; }
      #partners-section #the_partners li .image_wrapper {
        position: relative;
        display: inline-block;
        width: 300px;
        height: 300px;
        padding-bottom: 10px;
        border-bottom: solid 3px #e1e1e1; }
        @media (max-width: 970px), screen and (max-device-width: 721px) {
          #partners-section #the_partners li .image_wrapper {
            width: 240px;
            height: 240px; } }
        #partners-section #the_partners li .image_wrapper img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          margin-left: 0px;
          z-index: 100; }
        #partners-section #the_partners li .image_wrapper .image-hover {
          position: absolute;
          top: 0;
          left: 0;
          width: 300px;
          height: auto;
          z-index: 1000;
          opacity: 0;
          -webkit-transition: all 300ms ease-out;
          -moz-transition: all 300ms ease-out;
          -o-transition: all 300ms ease-out;
          transition: all 300ms ease-out; }
          @media (max-width: 970px), screen and (max-device-width: 721px) {
            #partners-section #the_partners li .image_wrapper .image-hover {
              width: 240px;
              height: 240px; } }
      #partners-section #the_partners li .content-wrapper {
        margin-top: 25px; }
      #partners-section #the_partners li .content-wrapper,
      #partners-section #the_partners li .content-wrapper p {
        color: #707070;
        text-decoration: none;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
      #partners-section #the_partners li:hover .image_wrapper .image-hover {
        opacity: 1;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
      #partners-section #the_partners li:hover .content-wrapper,
      #partners-section #the_partners li:hover .content-wrapper p {
        color: #333132;
        text-decoration: none; }
  #partners-section .container {
    position: relative; }
    #partners-section .container #partners-move-left,
    #partners-section .container #partners-move-right {
      position: absolute;
      top: 150px;
      width: 46px;
      height: 85px;
      background-image: url(images/news-arrows.png);
      background-position: -46px 0; }
      #partners-section .container #partners-move-left:hover,
      #partners-section .container #partners-move-right:hover {
        cursor: pointer; }
    #partners-section .container #partners-move-left {
      left: -70px;
      background-position: -46px -170px; }
      #partners-section .container #partners-move-left:hover {
        background-position: -46px -85px; }
    #partners-section .container #partners-move-right {
      right: -50px;
      background-position: 0 -170px; }
      #partners-section .container #partners-move-right:hover {
        background-position: 0 -85px; }
    #partners-section .container .bx-viewport {
      margin-left: -10px !important; }
  #partners-section .bx-controls {
    display: none; }

#contact-section {
  position: relative;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 300px;
  overflow: hidden; }
  #contact-section #contact-logo {
    position: absolute;
    width: 400px;
    height: 549px;
    bottom: -4000px;
    right: 50px;
    background-image: url(images/contact-logo-background.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 10; }
  #contact-section #contact-section-spacer {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: rgba(190, 158, 83, 0.75);
    z-index: 100; }
  #contact-section .container {
    position: relative;
    z-index: 100; }
    #contact-section .container h2 {
      color: #fff; }
    #contact-section .container p, #contact-section .container a {
      display: inline-block;
      width: 100%;
      margin-top: 50px;
      margin-bottom: 0px;
      color: #fff;
      text-decoration: none;
      text-align: center; }
    #contact-section .container a {
      margin: 0; }
    #contact-section .container p {
      line-height: 20px; }
      @media (max-width: 720px), screen and (max-device-width: 320px) {
        #contact-section .container p {
          clear: both;
          float: left;
          width: 100%;
          padding-left: 0%;
          padding-right: 0%; } }

#footer-section {
  margin-top: -10px;
  border-top: solid 5px #be9e53;
  background-color: #000; }
  #footer-section p {
    float: left;
    text-transform: uppercase; }
  #footer-section #footer_arrow {
    float: right;
    width: 36px;
    height: 27px;
    border-top: solid #000 10px;
    background-image: url(images/footer-arrows.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
    #footer-section #footer_arrow:hover {
      cursor: pointer;
      background-position: -36px 0; }

/* MOBILE NAVIGATION */
#mobile_nav {
  position: absolute;
  clear: both;
  float: left;
  display: none;
  width: 100%;
  width: 100%;
  height: auto;
  top: 60px;
  text-align: center;
  border-radius: 0px;
  background-color: #222;
  overflow: hidden;
  z-index: 10000; }
  @media (max-width: 720px), screen and (max-device-width: 320px) {
    #mobile_nav {
      display: block; } }

#mobile_nav ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  padding-bottom: 3px; }

#mobile_nav ul li {
  float: left;
  width: 49%;
  margin: 1%;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 3px;
  list-style-type: none; }
  #mobile_nav ul li:nth-child(even) {
    width: 48%;
    margin-right: 1%; }

#mobile_nav ul li a {
  clear: both;
  display: block;
  height: 15px;
  width: 100%;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  line-height: normal;
  text-decoration: none; }

#mobile_nav ul li a:hover {
  color: #000;
  text-decoration: none; }

.mobile-bar {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background-color: #000;
  border-radius: 0px;
  overflow: hidden;
  display: none; }
  @media (max-width: 720px), screen and (max-device-width: 320px) {
    .mobile-bar {
      display: block; } }

.mobile-bar .mobile-button,
.mobile-bar .close-button {
  clear: both;
  float: right;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-family: 'FontAwesome';
  background-color: #be9e53; }

.mobile-bar .mobile-button:hover,
.mobile-bar .close-button:hover {
  cursor: pointer; }

#mobile_nav .mobile-bar .close-button:hover {
  cursor: pointer; }

.gform_wrapper {
  margin-top: 25px;
  width: 100%; }
  .gform_wrapper form ul {
    margin: 0;
    padding: 0; }
    .gform_wrapper form ul li {
      clear: both;
      float: left;
      width: 100%;
      margin: 0;
      margin-bottom: 25px;
      padding: 0;
      list-style-type: none; }
      .gform_wrapper form ul li .ginput_container {
        clear: both;
        float: left;
        width: 100%; }
        .gform_wrapper form ul li .ginput_container input,
        .gform_wrapper form ul li .ginput_container textarea {
          width: 98%;
          padding: 1%;
          border: 0;
          color: #898989;
          background-color: rgba(255, 255, 255, 0.7); }
      .gform_wrapper form ul li label {
        display: none; }
  .gform_wrapper form .gform_footer {
    width: 100%;
    text-align: center; }
    .gform_wrapper form .gform_footer #gform_submit_button_3 {
      display: inline-block;
      border: 0;
      width: 30%;
      margin-top: 20px;
      padding-bottom: 10px;
      padding-top: 10px;
      line-height: 1;
      font-size: 12px;
      letter-spacing: 1.4pt;
      text-transform: uppercase;
      color: #be9e53;
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
      .gform_wrapper form .gform_footer #gform_submit_button_3:hover {
        color: #fff;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.9);
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
      @media (max-width: 720px), screen and (max-device-width: 320px) {
        .gform_wrapper form .gform_footer #gform_submit_button_3 {
          width: 100%;
          margin-bottom: 30px;
          padding-left: 0%;
          padding-right: 0;
          padding-bottom: 20px;
          padding-top: 20px;
          background-color: black; } }
  .gform_wrapper form .validation_error,
  .gform_wrapper form .validation_message {
    color: yellow; }

.gform_confirmation_message {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: 'source_sans_proregular';
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.2pt;
  color: #fff; }
