@charset "UTF-8";
/* ---------------------------------------------------------
	1. Imported files
	2. Сommon site styles
	---------------------------------------------------------*/
/* ---------------------------------------------------------
	1. Imported files
	---------------------------------------------------------*/
/*
Theme Name: CQI WordPress Theme
Theme URI: http://seamonsterstudios.com
Description: This is the theme for  -- WordPress v4.1.1
Author: SeaMonster Studios
Author URI: http://seamonsterstudios.com
Version: 1.0
Date: 3-8-2015
*/
.holder:after, .header-holder:after, #nav .drop:after, .intro:after, #twocolumns:after, .info-holder:after, .info-section:after, .info-section2:after, .content-block:after, .content-info:after, .faq-block:after, .contact-block:after, .form-subscribe:after, .footer-nav ul:after, .footer-holder:after, #nav ul:after, .two-columns:after, .three-columns:after, .intro-holder:after, .images-gallery:after, .images-gallery2:after, .teams:after, .form-feedback .cols:after {
  content: " ";
  display: block;
  clear: both; }

#nav ul, .side-nav ul, .pagination, .navbar ul, .form-feedback ul, .footer-nav ul, .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  color: #787878;
  background: #fff;
  font: 300 20px/30px "Open-Sans", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 18px;
      line-height: 24px; } }

* {
  max-height: 1000000px; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

img {
  border-style: none;
  vertical-align: top; }

a {
  text-decoration: none;
  color: #784d27; }
  a:hover, a:active {
    text-decoration: underline;
    color: #523528; }
  a:visited {
    color: #784d27; }

input,
textarea,
select {
  font: 100% "Open-Sans", "Arial", "Helvetica", sans-serif;
  color: #787878;
  vertical-align: middle; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  width: 100%;
  margin: 0;
  padding: 4px 7px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #e6e6e6; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    border-color: #9a9a9a;
    outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Arial", "Helvetica", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 54px;
  color: #4c4c4c;
  margin: 0 0 1.2em;
  text-transform: uppercase; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 200; }

h2 {
  font-size: 48px;
  line-height: 52px;
  text-transform: none; }

h3 {
  font-size: 40px;
  line-height: 50px; }

h4 {
  font-size: 30px;
  line-height: 34px;
  text-transform: none; }

p {
  margin: 0 0 1.2em; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

ul,
ol {
  list-style: none;
  padding: 0 0 0 26px;
  margin: 0;
  text-transform: capitalize; }
  @media only screen and (max-width: 1024px) {
    ul,
    ol {
      padding: 0 0 0 23px; } }
  ul li,
  ol li {
    margin: 0 0 5px; }
    @media only screen and (max-width: 1024px) {
      ul li,
      ol li {
        margin: 0 0 3px; } }
  ul ul,
  ol ul {
    padding: 6px 0 0 36px; }
    @media only screen and (max-width: 1024px) {
      ul ul,
      ol ul {
        padding: 3px 0 0 30px; } }

ol {
  padding: 0;
  list-style: none;
  counter-reset: item; }
  ol li {
    position: relative;
    padding: 0 0 0 48px; }
    @media only screen and (max-width: 1024px) {
      ol li {
        padding: 0 0 0 43px; } }
    ol li:before {
      content: counters(item, ".") ".";
      counter-increment: item;
      position: absolute;
      left: 27px;
      top: 0; }
      @media only screen and (max-width: 1024px) {
        ol li:before {
          left: 24px; } }
  ol ol {
    counter-reset: alpha-counter;
    padding-top: 7px; }
    @media only screen and (max-width: 1024px) {
      ol ol {
        padding-top: 2px; } }
    ol ol li {
      padding: 0 0 0 36px; }
      @media only screen and (max-width: 1024px) {
        ol ol li {
          padding: 0 0 0 33px; } }
      ol ol li:before {
        content: counter(alpha-counter, lower-alpha) ".";
        counter-increment: alpha-counter;
        text-transform: none;
        left: 15px; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* ---------------------------------------------------------
	2. Common site styles
---------------------------------------------------------*/
/*main container styles*/
#wrapper {
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrapper.header-absolute #header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9999; } }
  @media only screen and (max-width: 1024px) {
    #wrapper.header-absolute .slideshow img {
      margin-top: 44px !important; } }

.holder, .header-holder, #nav .drop, .intro, #twocolumns, .info-holder, .info-section, .info-section2, .content-block, .content-info, .faq-block, .contact-block, .form-subscribe, .footer-nav ul, .footer-holder {
  max-width: 1190px;
  padding: 109px 20px 120px;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .holder, .header-holder, #nav .drop, .intro, #twocolumns, .info-holder, .info-section, .info-section2, .content-block, .content-info, .faq-block, .contact-block, .form-subscribe, .footer-nav ul, .footer-holder {
      padding: 40px 10px 60px; } }
  @media only screen and (max-width: 639px) {
    .holder, .header-holder, #nav .drop, .intro, #twocolumns, .info-holder, .info-section, .info-section2, .content-block, .content-info, .faq-block, .contact-block, .form-subscribe, .footer-nav ul, .footer-holder {
      padding: 40px 10px 52px; } }

/*header styles*/
@media only screen and (max-width: 1024px) {
  #header {
    position: relative;
    background: #fefefc;
    padding: 5px 10px; } }

@media only screen and (max-width: 1024px) {
  #header .header-holder {
    padding: 0; } }

.header-holder {
  padding: 20px 10px; }

/*logo styles*/
.logo {
  width: 441px;
  height: 81px; }
  @media only screen and (max-width: 1024px) {
    .logo {
      width: 186px;
      height: 34px; } }
  .logo a {
    display: block; }
  .logo img {
    width: 75%;
    height: auto; }

/*main navbar styles*/
#nav {
  background: #323232; }
  @media only screen and (max-width: 1024px) {
    #nav {
      position: absolute;
      top: 7px;
      right: 20px;
      background: none; } }
  #nav ul {
    display: table;
    width: 100%;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 3px; }
    @media only screen and (max-width: 1024px) {
      #nav ul {
        display: block;
        margin: 0 0 18px; } }
    #nav ul li {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      margin: 0; }
      @media only screen and (max-width: 1024px) {
        #nav ul li {
          display: block; } }
      #nav ul li.ourWorkMenu {
        max-width: 196px; }
      #nav ul li:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background: #474747; }
        @media only screen and (max-width: 1024px) {
          #nav ul li:after {
            top: auto;
            bottom: 0;
            left: 0;
            right: 0;
            width: auto;
            height: 1px; } }
      #nav ul li:first-child:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #474747; }
        @media only screen and (max-width: 1024px) {
          #nav ul li:first-child:before {
            display: none; } }
      #nav ul li:last-child .drop-slide-wrapper {
        left: auto !important;
        right: 0 !important; }
      #nav ul li a {
        display: block;
        background: #323232;
        padding: 22px 10px;
        color: #fff;
        text-align: center; }
        @media only screen and (max-width: 1024px) {
          #nav ul li a {
            text-align: left;
            padding: 13px 10px; } }
        #nav ul li a:hover {
          text-decoration: none;
          color: rgba(255, 255, 255, 0.7); }
    #nav ul .active a {
      background: #3d3c3c; }
    #nav ul ul {
      display: block;
      padding: 7px 0 0;
      background: #323232; }
      @media only screen and (max-width: 1024px) {
        #nav ul ul {
          padding: 0 0 0 36px;
          margin: 0; } }
      #nav ul ul li {
        display: block;
        border: none; }
        #nav ul ul li:after {
          bottom: 0;
          top: auto;
          left: 10px;
          right: 10px;
          width: auto;
          height: 1px; }
          @media only screen and (max-width: 1024px) {
            #nav ul ul li:after {
              display: none; } }
        #nav ul ul li:last-child {
          border: none; }
          #nav ul ul li:last-child:after, #nav ul ul li:last-child:before {
            display: none; }
        #nav ul ul li a {
          padding: 13px 10px 12px;
          text-align: left; }
          @media only screen and (max-width: 1024px) {
            #nav ul ul li a {
              margin: 13px 0 12px;
              padding: 0;
              display: inline-block;
              vertical-align: top; } }
  #nav .drop-slide-wrapper {
    width: 320px !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 99; }
    @media only screen and (max-width: 1024px) {
      #nav .drop-slide-wrapper {
        position: static !important;
        width: 100% !important; } }
  @media only screen and (max-width: 1024px) {
    #nav.active .drop {
      left: -283px; } }
  #nav .drop {
    position: relative;
    padding: 0 10px; }
    @media only screen and (max-width: 1024px) {
      #nav .drop {
        left: 283px;
        top: 50px;
        -webkit-transition: all 0.25s linear 0s;
        transition: all 0.25s linear 0s;
        width: 320px;
        position: absolute;
        z-index: 999;
        padding: 8px 0 9999px !important;
        margin: 0 0 -9999px !important;
        background: #323232; } }
    @media only screen and (max-width: 639px) {
      #nav .drop {
        top: 37px; } }
  #nav .opener {
    display: none; }
    #nav .opener:hover {
      opacity: 0.8;
      text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      #nav .opener {
        display: block;
        position: relative; }
        #nav .opener:before {
          content: '\f0c9';
          display: inline-block;
          vertical-align: middle;
          font-family: 'FontAwesome';
          font-size: 20px;
          line-height: 20px;
          color: #323232; } }

.form-login {
  position: absolute;
  top: -111px;
  right: 0;
  width: 304px;
  font-size: 12px;
  font-style: italic;
  font-family: "Raleway", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 15px; }
  @media only screen and (max-width: 1024px) {
    .form-login {
      position: static;
      width: 100%;
      padding: 0 10px; } }
  .form-login input[type='text'],
  .form-login input[type='password'] {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 22px;
    color: #787878;
    height: 40px;
    margin: 5px 0 0;
    padding: 5px 10px 6px;
    display: block;
    width: 100%; }
    .form-login input[type='text']:first-child,
    .form-login input[type='password']:first-child {
      margin: 0; }
    .form-login input[type='text']::-webkit-input-placeholder,
    .form-login input[type='password']::-webkit-input-placeholder {
      color: #787878; }
    .form-login input[type='text']::-moz-placeholder,
    .form-login input[type='password']::-moz-placeholder {
      opacity: 1;
      color: #787878; }
    .form-login input[type='text']:-moz-placeholder,
    .form-login input[type='password']:-moz-placeholder {
      color: #787878; }
    .form-login input[type='text']:-ms-input-placeholder,
    .form-login input[type='password']:-ms-input-placeholder {
      color: #787878; }
    .form-login input[type='text'].placeholder,
    .form-login input[type='password'].placeholder {
      color: #787878; }
  .form-login input[type='submit'] {
    padding: 5px;
    color: #fff;
    background: #784d27;
    height: 40px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 700; }
    @media only screen and (max-width: 1024px) {
      .form-login input[type='submit'] {
        display: inline-block;
        vertical-align: top;
        width: auto;
        padding: 5px 30px; } }
    .form-login input[type='submit']:hover {
      opacity: 0.9; }
  .form-login .col {
    float: left;
    width: 79px;
    margin: 45px 0 0 5px; }
    @media only screen and (max-width: 1024px) {
      .form-login .col {
        float: none;
        width: 100%;
        margin: 0; } }
    .form-login .col .link {
      float: left;
      margin: 0 0 0 26px;
      text-decoration: underline; }
      .form-login .col .link:hover {
        opacity: 0.7; }
      .form-login .col .link:first-child {
        margin: 0; }
    .form-login .col:first-child {
      width: 209px;
      margin: 0; }
      @media only screen and (max-width: 1024px) {
        .form-login .col:first-child {
          width: 100%;
          margin: 0 0 5px; } }
    .form-login .col:last-child {
      width: 100%;
      margin: 0; }
      @media only screen and (max-width: 1024px) {
        .form-login .col:last-child {
          overflow: hidden; } }

/*main content styles*/
#main h1 {
  margin: 0 0 34px;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    #main h1 {
      font-size: 36px;
      line-height: 40px;
      margin: 0 0 17px; } }
  @media only screen and (max-width: 639px) {
    #main h1 {
      line-height: 36px; } }
  #main h1.left {
    text-align: left; }
  @media only screen and (max-width: 1024px) {
    #main h1.generic {
      margin: 0 0 51px; } }

#main h2 {
  margin: 0 0 6px;
  text-align: center;
  font-size: 40px;
  line-height: 50px; }
  @media only screen and (max-width: 1024px) {
    #main h2 {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 16px; } }
  @media only screen and (max-width: 639px) {
    #main h2 {
      margin: 0 0 41px; } }
  #main h2.left {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 25px; }
    @media only screen and (max-width: 1024px) {
      #main h2.left {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 42px; } }

#main h3 {
  margin: 0 0 6px;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    #main h3 {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 16px; } }
  @media only screen and (max-width: 639px) {
    #main h3 {
      margin: 0 0 41px; } }
  #main h3.left {
    text-align: left;
    margin: 0 0 19px; }
    @media only screen and (max-width: 1024px) {
      #main h3.left {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 33px; } }
    @media only screen and (max-width: 639px) {
      #main h3.left {
        margin: 0 0 41px;
        line-height: 36px; } }
  @media only screen and (max-width: 639px) {
    #main h3.generic {
      margin: 0 0 20px; } }

#main h4 {
  margin: 0 0 16px 0; }
  @media only screen and (max-width: 1024px) {
    #main h4 {
      font-size: 21px;
      line-height: 25px; } }

#main .intro-block h1 {
  margin: 0 0 18px; }
  @media only screen and (max-width: 1024px) {
    #main .intro-block h1 {
      margin: 0 0 30px; } }
  @media only screen and (max-width: 639px) {
    #main .intro-block h1 {
      margin: 0 0 16px; } }

#main .intro-block a, #main .intro-block a:visited {
  color: #fff; }

#main .banner h1 {
  margin: 0 0 17px;
  text-align: left; }
  #main .banner h1 span {
    text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    #main .banner h1 {
      font-size: 24px;
      line-height: 30px;
      margin: 0 0 14px; } }
  @media only screen and (max-width: 639px) {
    #main .banner h1 {
      margin: 0 0 20px; } }

#main .form-feedback h2 {
  color: #444;
  margin: 0 0 6px;
  text-align: center;
  font-size: 20px;
  line-height: 24px; }
  #main .form-feedback h2 span {
    font-weight: 700; }
    @media only screen and (max-width: 639px) {
      #main .form-feedback h2 span {
        font-weight: 600; } }
  @media only screen and (max-width: 1024px) {
    #main .form-feedback h2 {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 35px;
      padding: 0 20px; } }
  @media only screen and (max-width: 639px) {
    #main .form-feedback h2 {
      font-weight: 600;
      margin: 0 0 26px;
      padding: 0 14px; }
      #main .form-feedback h2 span {
        display: block; } }

#main .form-feedback p {
  margin: 0 0 0px;
  text-align: center; }
  #main .form-feedback p a {
    border-bottom: 1px dotted #784d27; }
    #main .form-feedback p a:hover {
      text-decoration: none; }

#main .intro h1 {
  margin: 0; }

#main .info-section h2,
#main .content-block h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  #main .info-section h2,
  #main .content-block h2 {
    font-size: 24px;
    line-height: 30px; } }

@media only screen and (max-width: 639px) {
  #main .info-section h2 {
    margin: 0 0 13px; } }

@media only screen and (max-width: 639px) {
  #main .content-block h2 {
    margin: 0 0 17px; } }

#main .content-info h2 {
  margin: 0 -100px 35px 0;
  text-align: left;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    #main .content-info h2 {
      font-size: 30px;
      line-height: 36px;
      margin: 0 0 11px; } }

#main .content-info h3 {
  text-transform: none;
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 16px;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    #main .content-info h3 {
      font-size: 24px;
      line-height: 30px; } }

#main .faq-block h2 {
  margin: 0 0 4px; }
  @media only screen and (max-width: 1024px) {
    #main .faq-block h2 {
      margin: 0 0 18px;
      line-height: 36px; } }

#main .content-box h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 8px; }
  @media only screen and (max-width: 1024px) {
    #main .content-box h2 {
      font-size: 24px;
      line-height: 24px;
      margin: 0; } }

#main .info-holder h3 {
  margin: 0 0 36px; }
  @media only screen and (max-width: 1024px) {
    #main .info-holder h3 {
      font-size: 35px;
      line-height: 33px;
      margin: 0 0 30px; } }

@media only screen and (max-width: 639px) {
  #main .info-holder .info-block h3 {
    margin: 0 0 33px; } }

#main .info-holder h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 34px;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    #main .info-holder h2 {
      margin: 0 0 21px; } }
  @media only screen and (max-width: 639px) {
    #main .info-holder h2 {
      line-height: 36px; } }

@media only screen and (max-width: 1024px) {
  #main .info-holder .report-block h4 {
    margin: 0 0 17px; } }

@media only screen and (max-width: 1024px) {
  #main .contact-block h1 {
    font-size: 48px;
    line-height: 50px; } }

@media only screen and (max-width: 639px) {
  #main .contact-block h1 {
    font-size: 36px;
    line-height: 40px; } }

#main .caption h1 {
  font-size: 48px;
  line-height: 44px;
  color: #fff;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 10px 10px; }
  @media only screen and (max-width: 1024px) {
    #main .caption h1 {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (max-width: 639px) {
    #main .caption h1 {
      font-size: 30px;
      line-height: 30px; } }
  #main .caption h1 span {
    display: block; }
  #main .caption h1 strong {
    color: #dcc69d; }

blockquote {
  border-left: 3px #787878 solid;
  padding-left: 24px;
  font-size: 125%;
  line-height: 1.25;
  margin-left: 5px; }
  blockquote span {
    font-size: 65%;
    font-style: italic; }

.intro {
  max-width: 1030px;
  padding: 62px 10px 0;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .intro {
      padding: 40px 10px 0; } }
  @media only screen and (max-width: 639px) {
    .intro {
      padding: 82px 10px 0; } }
  .intro h1 {
    text-align: center;
    line-height: 48px; }

#twocolumns {
  margin: 0 auto 100px;
  padding: 28px 10px 0; }
  @media only screen and (max-width: 1024px) {
    #twocolumns {
      margin: 0 auto;
      padding: 37px 10px 25px; } }
  @media only screen and (max-width: 639px) {
    #twocolumns {
      padding: 42px 10px 72px; } }

#sidebar {
  float: left;
  width: 170px;
  margin: 0 130px 0 0; }
  @media only screen and (max-width: 1024px) {
    #sidebar {
      display: none; } }

.side-nav {
  text-transform: capitalize; }
  .side-nav ul a {
    color: #4d4d4d; }
  .side-nav li {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 10px 11px 40px;
    position: relative;
    /* &:first-child{
			border-top: 1px solid #e6e6e6;
		}*/ }
    .side-nav li:before {
      content: '';
      position: absolute;
      left: 9px;
      top: 19px;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      border: 1px solid #523528; }

#content {
  overflow: hidden;
  padding: 0 100px 0 0; }
  @media only screen and (max-width: 1024px) {
    #content {
      padding: 0; } }
  #content .aligncenter {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 40px; }
    @media only screen and (max-width: 1024px) {
      #content .aligncenter {
        margin: 0 0 25px; } }
    @media only screen and (max-width: 639px) {
      #content .aligncenter {
        margin: 0 0 19px; } }
  #content .text-title {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 40px;
    display: block;
    padding: 0 0 20px;
    margin: 0 0 21px;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      #content .text-title {
        margin: 0 0 24px; } }
    @media only screen and (max-width: 639px) {
      #content .text-title {
        line-height: 30px;
        padding: 0 0 16px;
        margin: 0 0 21px; } }
    #content .text-title:after {
      position: absolute;
      content: '';
      height: 1px;
      background: #e6e6e6;
      bottom: 0;
      left: 0;
      right: 140px; }
      @media only screen and (max-width: 1024px) {
        #content .text-title:after {
          right: 10px;
          left: 10px; } }
      @media only screen and (max-width: 639px) {
        #content .text-title:after {
          right: 0;
          left: 0; } }
  #content p {
    margin: 0 0 20px; }
    @media only screen and (max-width: 1024px) {
      #content p {
        margin: 0 0 24px; } }
    @media only screen and (max-width: 639px) {
      #content p {
        margin: 0 0 14px; } }
  #content ul {
    padding-bottom: 24px; }
    #content ul.news li {
      margin-left: 0;
      margin-bottom: 18px;
      position: relative; }
      #content ul.news li:before {
        content: '\f1ea';
        font-family: 'FontAwesome';
        font-size: 12px;
        position: absolute;
        top: 0px;
        left: -18px; }
  #content img {
    max-width: 100%;
    height: auto; }

.white-grey {
  background: #fbf9f5; }

.accordion {
  padding: 0;
  margin: 0 auto;
  max-width: 970px;
  text-transform: none; }
  @media only screen and (max-width: 1024px) {
    .accordion {
      max-width: 100%;
      font-size: 20px;
      line-height: 30px; } }
  @media only screen and (max-width: 639px) {
    .accordion {
      font-size: 18px;
      line-height: 27px;
      margin: -2px 0 0;
      padding: 0; } }
  .accordion li {
    margin: 0 0 -1px; }
  .accordion .active .opener:after {
    width: 11px;
    height: 6px;
    background-position: 0 0;
    right: 13px;
    margin: -3px 0 0; }
  .accordion .opener {
    display: block;
    color: #4c4c4c;
    position: relative;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 50px 8px 28px;
    background: #fff;
    border: 1px solid #4c4c4c;
    text-transform: uppercase; }
    @media only screen and (max-width: 639px) {
      .accordion .opener {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 3px;
        padding: 10px 50px 10px 10px; } }
    .accordion .opener:before, .accordion .opener:after {
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      width: 40px;
      background: #523528; }
    .accordion .opener:after {
      background: url("images/sprite.png") no-repeat 0 -10px;
      width: 6px;
      height: 11px;
      top: 50%;
      margin: -6px 0 0;
      right: 16px;
      bottom: auto; }
    .accordion .opener:hover {
      text-decoration: none;
      opacity: 0.8; }
  .accordion .slide {
    padding: 24px 30px 41px; }
    @media only screen and (max-width: 1024px) {
      .accordion .slide {
        padding: 21px 15px 14px; } }
    @media only screen and (max-width: 639px) {
      .accordion .slide {
        padding: 23px 0 28px; } }
  .accordion p {
    margin: 0 0 20px; }

.two-columns {
  margin: 0 0 40px; }
  @media only screen and (max-width: 1024px) {
    .two-columns {
      margin: 0 0 30px; } }
  @media only screen and (max-width: 639px) {
    .two-columns {
      margin: 0 0 40px; } }
  .two-columns .column {
    float: left;
    width: 48.7%;
    margin: 0 0 0 2.6%; }
    @media only screen and (max-width: 1024px) {
      .two-columns .column {
        margin: 0 0 0 5%;
        width: 47.2%; } }
    @media only screen and (max-width: 639px) {
      .two-columns .column {
        float: none;
        width: 100%;
        margin: 0 0 20px; } }
    .two-columns .column:first-child {
      margin: 0; }
      @media only screen and (max-width: 1024px) {
        .two-columns .column:first-child {
          margin: 0 0 14px; } }
  .two-columns p {
    margin: 0 0 10px; }
  .two-columns ul {
    padding-bottom: 24px; }

.three-columns {
  margin: 0 0 0 -30px; }
  @media only screen and (max-width: 1024px) {
    .three-columns {
      margin: 0 0 0 -20px; } }
  @media only screen and (max-width: 639px) {
    .three-columns {
      margin: 0 0 47px; } }
  .three-columns.has-bottom-margin {
    margin-bottom: 5px; }
    @media only screen and (max-width: 1024px) {
      .three-columns.has-bottom-margin {
        margin-bottom: 34px; } }
    @media only screen and (max-width: 639px) {
      .three-columns.has-bottom-margin {
        margin-bottom: 41px; } }
  .three-columns .column {
    float: left;
    width: 30.8%;
    margin: 0 0 30px 2.5%; }
    @media only screen and (max-width: 1024px) {
      .three-columns .column {
        margin: 0 0 0 3.2%;
        width: 30%; } }
    @media only screen and (max-width: 639px) {
      .three-columns .column {
        float: none;
        width: 100%;
        margin: 0 0 21px; } }
  .three-columns p {
    margin: 0 0 10px; }
    @media only screen and (max-width: 1024px) {
      .three-columns p {
        margin: 0 0 46px; } }
    @media only screen and (max-width: 639px) {
      .three-columns p {
        margin: 0 0 10px; } }
  .three-columns ul {
    padding-bottom: 24px; }
  .three-columns .title {
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    margin: 0 0 4px; }
  .three-columns .list-links {
    margin: 0;
    padding: 0; }
    .three-columns .list-links li {
      margin: 0; }
      @media only screen and (max-width: 1024px) {
        .three-columns .list-links li {
          margin: 0 0 3px; } }

.list-links .active {
  text-decoration: underline;
  color: #523528; }

.list-links .hover {
  color: #523528; }

.list-links .visited {
  color: #784d27; }

/*index page styles*/
.slideshow {
  position: relative; }
  .slideshow .slideset {
    position: relative;
    width: 100%;
    z-index: 1; }
  .slideshow .slide {
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    position: absolute; }
    .slideshow .slide.active {
      z-index: 2; }
    .slideshow .slide img {
      width: 100%;
      height: auto; }
  .slideshow .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 26px 0 29px;
    background: #2f2927;
    background: rgba(0, 0, 0, 0.65);
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .slideshow .caption {
        padding: 27px 0 30px; } }
    @media only screen and (max-width: 639px) {
      .slideshow .caption {
        padding: 28px 0 30px; } }
    .slideshow .caption h1 {
      max-height: 147px;
      overflow: hidden; }
      @media only screen and (max-width: 1024px) {
        .slideshow .caption h1 {
          max-height: 75px; } }
      @media only screen and (max-width: 639px) {
        .slideshow .caption h1 {
          max-height: 95px; } }

.pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 500px;
  margin: 0px auto 0;
  text-align: center;
  letter-spacing: -4px; }
  @media only screen and (max-width: 1024px) {
    .pagination {
      width: 250px;
      margin: 0 auto;
      bottom: 0px;
      top: auto; } }
  @media only screen and (max-width: 639px) {
    .pagination {
      bottom: 0px; } }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px;
    letter-spacing: 0; }
  .pagination a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 50px;
    height: 4px;
    background: #816363;
    background: rgba(255, 255, 255, 0.3); }
    .pagination a:hover {
      background: #fff; }
  .pagination .active a {
    background: #fff; }

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }
  .bg-stretch img {
    width: 100%;
    height: auto; }

.intro-holder {
  padding: 36px 15px; }
  @media only screen and (max-width: 1024px) {
    .intro-holder {
      padding: 23px 10px 0; } }
  @media only screen and (max-width: 639px) {
    .intro-holder {
      padding: 33px 10px 0; } }

.intro-block {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 21px;
  line-height: 33px; }
  @media only screen and (max-width: 1024px) {
    .intro-block {
      float: none;
      width: 100%;
      padding: 0;
      margin: 0 0 25px;
      font-size: 18px;
      line-height: 24px; } }
  @media only screen and (max-width: 639px) {
    .intro-block {
      line-height: 30px;
      margin: 0 0 12px; } }
  .intro-block img {
    display: block;
    width: 100%;
    height: auto; }
  .intro-block .text-holder {
    background: #32586b;
    text-align: center;
    padding: 35px 10px 35px; }
    @media only screen and (max-width: 1024px) {
      .intro-block .text-holder {
        padding: 26px 10px 23px; } }
    @media only screen and (max-width: 639px) {
      .intro-block .text-holder {
        padding: 38px 10px 25px; } }
  .intro-block .text-block {
    /* max-width: 315px; */
    margin: 0 auto 27px; }
    @media only screen and (max-width: 1024px) {
      .intro-block .text-block {
        max-width: 340px;
        margin: 0 auto 53px; } }
    @media only screen and (max-width: 639px) {
      .intro-block .text-block {
        max-width: 228px;
        margin: 0 auto 30px; } }
  .intro-block:nth-child(2) .text-holder {
    background: #474146; }
  .intro-block:nth-child(3) .text-holder {
    background: #af1a22; }
  .intro-block h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    position: relative;
    padding: 0 0 18px; }
    @media only screen and (max-width: 1024px) {
      .intro-block h1 {
        padding: 0 0 15px; } }
    @media only screen and (max-width: 639px) {
      .intro-block h1 {
        padding: 0 0 37px; } }
    .intro-block h1:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 50px;
      height: 1px;
      background: rgba(255, 255, 255, 0.1); }
  .intro-block a {
    color: #fff; }
  .intro-block p {
    margin: 0 0 10px; }

.btn {
  padding: 17px 43px 18px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 2px;
  border: 1px solid #fff;
  background: none;
  font-family: "Raleway", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff; }
  .btn:hover {
    background: #fff;
    color: #32586b !important;
    text-decoration: none; }

.info-holder {
  padding: 77px 10px 80px; }
  @media only screen and (max-width: 1024px) {
    .info-holder {
      padding: 17px 10px 28px; } }
  @media only screen and (max-width: 639px) {
    .info-holder {
      padding: 17px 0 0; } }
  .info-holder .column {
    float: left;
    width: 29.9%;
    margin: 0 0 0 5.1%; }
    .info-holder .column:first-child {
      margin: 0; }
      @media only screen and (max-width: 1024px) {
        .info-holder .column:first-child {
          margin: 0 0 40px;
          width: 100%; } }
      @media only screen and (max-width: 639px) {
        .info-holder .column:first-child {
          margin: 0 0 28px; } }
    @media only screen and (max-width: 1024px) {
      .info-holder .column {
        width: 50%;
        margin: 0 0 40px;
        padding: 0 10px 0 0; } }
    @media only screen and (max-width: 639px) {
      .info-holder .column {
        margin: 0 0 28px;
        width: 100%;
        padding: 0 10px; } }
  .info-holder .side-nav {
    margin: 0 0 47px; }
    @media only screen and (max-width: 1024px) {
      .info-holder .side-nav {
        float: left;
        width: 50%;
        padding: 0 10px 0 0;
        font-size: 20px;
        line-height: 24px;
        margin: 0; } }
    @media only screen and (max-width: 639px) {
      .info-holder .side-nav {
        float: none;
        width: 100%;
        padding: 0;
        margin: -4px 0 0; } }
    @media only screen and (max-width: 1024px) {
      .info-holder .side-nav li {
        padding: 8px 10px 16px 40px; }
        .info-holder .side-nav li:before {
          top: 17px; } }
    @media only screen and (max-width: 639px) {
      .info-holder .side-nav li {
        padding: 10px 10px 15px 40px; }
        .info-holder .side-nav li:before {
          top: 18px;
          left: 11px; } }
    .info-holder .side-nav li:first-child {
      border-top: none; }
    .info-holder .side-nav a {
      color: #784d27; }
  .info-holder .info-block {
    margin-top: 8px;
    position: relative;
    text-align: center;
    overflow: hidden; }
    .info-holder .info-block.info-block-small img {
      min-width: 100%;
      height: 270px;
      object-fit: cover;
      object-position: 50% 50%; }
    @media only screen and (max-width: 1024px) {
      .info-holder .info-block {
        width: 50%;
        margin: 0;
        padding: 0; } }
    @media only screen and (max-width: 639px) {
      .info-holder .info-block {
        float: none;
        width: 100%;
        padding: 22px 0 0;
        margin: 0; } }
    .info-holder .info-block .text-holder {
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      bottom: 60px; }
      @media only screen and (max-width: 1024px) {
        .info-holder .info-block .text-holder {
          bottom: 54px; } }
      @media only screen and (max-width: 639px) {
        .info-holder .info-block .text-holder {
          bottom: 55px; } }
    .info-holder .info-block img {
      width: 100%;
      height: auto; }
    .info-holder .info-block .btn {
      padding: 10px 29px;
      color: #fff; }
      @media only screen and (max-width: 1024px) {
        .info-holder .info-block .btn {
          padding: 8px 20px; } }
    .info-holder .info-block h3 {
      color: #fff;
      line-height: 36px; }
      .info-holder .info-block h3 span {
        color: #dcc69d;
        display: block;
        font-weight: 800; }
  .info-holder h4 {
    color: #4d4d4d; }

.report-block .accordion {
  padding: 17px 0 0;
  font-size: 18px;
  line-height: 27px; }
  @media only screen and (max-width: 1024px) {
    .report-block .accordion {
      padding: 14px 0 0; } }
  @media only screen and (max-width: 639px) {
    .report-block .accordion {
      padding: 8px 0 0;
      margin: 0; } }
  .report-block .accordion .opener {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    padding: 10px 50px 10px 32px; }
    @media only screen and (max-width: 1024px) {
      .report-block .accordion .opener {
        padding: 10px 50px 10px 10px; } }
    .report-block .accordion .opener strong {
      font-weight: 700; }
  .report-block .accordion .slide {
    padding: 22px 15px 30px; }
    @media only screen and (max-width: 1024px) {
      .report-block .accordion .slide {
        padding: 22px 0 30px; } }
  .report-block .accordion .link {
    text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  .social-block {
    float: left;
    width: 48.3%;
    padding: 3px 0 0 10px;
    text-align: center; } }

@media only screen and (max-width: 639px) {
  .social-block {
    float: none;
    width: 100%;
    padding: 47px 0 0; } }

.social-block .text-info {
  display: block;
  text-transform: uppercase;
  color: #523528;
  font-size: 14px;
  font-family: "Raleway", "Arial", "Helvetica", sans-serif;
  line-height: 18px;
  letter-spacing: 2px;
  margin: 0 0 17px; }
  @media only screen and (max-width: 1024px) {
    .social-block .text-info {
      margin: 0 0 21px; } }
  @media only screen and (max-width: 639px) {
    .social-block .text-info {
      margin: 0 0 19px; } }

.social-block .social-networks {
  float: none;
  margin: 0 0 -20px -38px;
  max-width: 100%; }
  @media only screen and (max-width: 1024px) {
    .social-block .social-networks {
      width: 100%;
      margin: 0;
      text-align: center;
      padding: 0; } }
  .social-block .social-networks li {
    margin: 0 0 20px 35px; }
    @media only screen and (max-width: 1024px) {
      .social-block .social-networks li {
        margin: 0 17px 20px; } }
    @media only screen and (max-width: 1024px) {
      .social-block .social-networks li:first-child {
        margin: 0 17px 20px; } }
  .social-block .social-networks a:before {
    font-size: 36px; }

/*style for project.html page */
.banner {
  position: relative;
  z-index: 1;
  padding: 357px 0 164px; }
  @media only screen and (max-width: 1024px) {
    .banner {
      padding: 520px 0 68px; } }
  @media only screen and (max-width: 639px) {
    .banner {
      padding: 442px 0 0; } }
  .banner .holder, .banner .header-holder, .banner #nav .drop, #nav .banner .drop, .banner .intro, .banner #twocolumns, .banner .info-holder, .banner .info-section, .banner .info-section2, .banner .content-block, .banner .content-info, .banner .faq-block, .banner .contact-block, .banner .form-subscribe, .banner .footer-nav ul, .footer-nav .banner ul, .banner .footer-holder {
    padding: 0 10px;
    max-width: 1207px; }
    @media only screen and (max-width: 1024px) {
      .banner .holder, .banner .header-holder, .banner #nav .drop, #nav .banner .drop, .banner .intro, .banner #twocolumns, .banner .info-holder, .banner .info-section, .banner .info-section2, .banner .content-block, .banner .content-info, .banner .faq-block, .banner .contact-block, .banner .form-subscribe, .banner .footer-nav ul, .footer-nav .banner ul, .banner .footer-holder {
        padding: 0; } }
  .banner .text-holder {
    max-width: 970px;
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 80px 25px 32px;
    color: #fff;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px; }
    @media only screen and (max-width: 1024px) {
      .banner .text-holder {
        max-width: 100%;
        padding: 12px 31px 3px 10px;
        font-size: 18px;
        line-height: 27px; } }
    @media only screen and (max-width: 639px) {
      .banner .text-holder {
        padding: 14px 10px 9px 12px;
        background: #323232; } }
    .banner .text-holder p {
      margin: 0 0 10px; }
  .banner h1 {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    text-transform: none; }
    .banner h1 span,
    .banner h1 .title {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 22px;
      display: block; }
      @media only screen and (max-width: 1024px) {
        .banner h1 span,
        .banner h1 .title {
          margin: 0 0 3px; } }
      @media only screen and (max-width: 639px) {
        .banner h1 span,
        .banner h1 .title {
          line-height: 18px;
          margin: 0 0 12px; } }
  .banner h2,
  .banner h3,
  .banner h4 {
    color: #fff;
    text-align: left; }
    .banner h2 span,
    .banner h2 .title,
    .banner h3 span,
    .banner h3 .title,
    .banner h4 span,
    .banner h4 .title {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 22px;
      display: block;
      margin: 0 0 12px; }
      @media only screen and (max-width: 1024px) {
        .banner h2 span,
        .banner h2 .title,
        .banner h3 span,
        .banner h3 .title,
        .banner h4 span,
        .banner h4 .title {
          margin: 0 0 3px; } }
      @media only screen and (max-width: 639px) {
        .banner h2 span,
        .banner h2 .title,
        .banner h3 span,
        .banner h3 .title,
        .banner h4 span,
        .banner h4 .title {
          line-height: 18px;
          margin: 0 0 12px; } }

.navbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media only screen and (max-width: 639px) {
    .navbar {
      padding: 0 0 4px;
      position: relative;
      border-top: 1px solid #fff;
      background: #867168;
      background: linear-gradient(to right, #867168 0%, #6f6f6f 100%); } }
  @media only screen and (min-width: 1025px) {
    .navbar.fixed {
      position: fixed;
      background: #1c1c1c;
      top: 0;
      left: 0;
      right: 0;
      bottom: auto;
      z-index: 999;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; } }
  .navbar:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/bg-pattern.png);
    z-index: -1;
    opacity: 0.4; }
  .navbar .holder, .navbar .header-holder, .navbar #nav .drop, #nav .navbar .drop, .navbar .intro, .navbar #twocolumns, .navbar .info-holder, .navbar .info-section, .navbar .info-section2, .navbar .content-block, .navbar .content-info, .navbar .faq-block, .navbar .contact-block, .navbar .form-subscribe, .navbar .footer-nav ul, .footer-nav .navbar ul, .navbar .footer-holder {
    padding: 0 10px; }
  .navbar ul {
    display: table;
    width: 100%;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .navbar ul {
        font-size: 14px;
        line-height: 18px; } }
    @media only screen and (max-width: 639px) {
      .navbar ul {
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 22px; } }
    .navbar ul li {
      display: table-cell;
      vertical-align: middle;
      position: relative; }
      @media only screen and (max-width: 639px) {
        .navbar ul li {
          display: block; } }
      .navbar ul li:before, .navbar ul li:after {
        position: absolute;
        content: '';
        background: rgba(255, 255, 255, 0.1);
        top: 0;
        bottom: 0;
        width: 1px;
        left: 0; }
      .navbar ul li:after {
        left: auto;
        right: 0; }
        @media only screen and (max-width: 639px) {
          .navbar ul li:after {
            top: auto;
            width: auto;
            right: 0;
            height: 1px;
            left: 0;
            bottom: -3px; } }
      .navbar ul li:before {
        display: none; }
      .navbar ul li:first-child:before {
        display: block; }
        @media only screen and (max-width: 1024px) {
          .navbar ul li:first-child:before {
            display: none; } }
      @media only screen and (max-width: 1024px) {
        .navbar ul li:last-child:after {
          display: none; } }
    .navbar ul a {
      letter-spacing: 3px;
      font-weight: 300;
      color: #fff;
      display: table;
      width: 100%;
      height: 80px;
      padding: 10px; }
      @media only screen and (max-width: 1024px) {
        .navbar ul a {
          padding: 5px;
          height: 48px; } }
      @media only screen and (max-width: 639px) {
        .navbar ul a {
          display: block;
          height: auto;
          padding: 13px 0 4px; } }
      .navbar ul a:hover {
        text-decoration: none;
        opacity: 0.7; }
      .navbar ul a span {
        display: table-cell;
        vertical-align: middle; }
        @media only screen and (max-width: 639px) {
          .navbar ul a span {
            display: inline-block;
            vertical-align: top; } }

.info-section {
  padding: 95px 10px 95px; }
  @media only screen and (max-width: 1024px) {
    .info-section {
      padding: 27px 10px 48px; } }
  @media only screen and (max-width: 639px) {
    .info-section {
      padding: 27px 9px 36px; } }
  .info-section .two-columns {
    padding: 31px 0 0;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .info-section .two-columns {
        padding: 3px 0 0; } }
  .info-section .column {
    width: 50%; }
    @media only screen and (max-width: 1024px) {
      .info-section .column {
        float: none;
        width: 100%; } }
    @media only screen and (max-width: 1024px) {
      .info-section .column:first-child {
        margin: 0 0 20px; } }
    @media only screen and (max-width: 639px) {
      .info-section .column:first-child {
        margin: 0 0 36px; } }
  .info-section .video {
    float: right;
    width: 42.7%;
    margin: 8px 0 0; }
    @media only screen and (max-width: 1024px) {
      .info-section .video {
        float: none;
        width: 100%;
        margin: 0; } }

.info-section2 {
  padding: 35px 10px 48px; }
  @media only screen and (max-width: 1024px) {
    .info-section2 {
      padding: 27px 10px 36px; } }
  @media only screen and (max-width: 639px) {
    .info-section2 {
      padding: 27px 9px 36px; } }
  .info-section2 .two-columns {
    padding: 31px 0 0;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .info-section2 .two-columns {
        padding: 3px 0 0; } }
  .info-section2 .column {
    width: 50%; }
    @media only screen and (max-width: 1024px) {
      .info-section2 .column {
        float: none;
        width: 100%; } }
    @media only screen and (max-width: 1024px) {
      .info-section2 .column:first-child {
        margin: 0 0 20px; } }
    @media only screen and (max-width: 639px) {
      .info-section2 .column:first-child {
        margin: 0 0 35px; } }
  .info-section2 .video {
    float: right;
    width: 42.7%;
    margin: 8px 0 0; }
    @media only screen and (max-width: 1024px) {
      .info-section2 .video {
        float: none;
        width: 100%;
        margin: 0; } }

@media only screen and (max-width: 1024px) {
  .images-gallery {
    padding: 0 10px 50px;
    background: #fbf9f5; } }

.images-gallery a {
  float: left;
  width: 25%; }
  @media only screen and (max-width: 639px) {
    .images-gallery a {
      width: 50%; } }

.images-gallery img {
  width: 100%;
  height: auto; }

.images-gallery2 {
  padding: 0px 10px 95px;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .images-gallery2 {
      padding: 0px 10px 48px;
      background: white; } }
  .images-gallery2 a {
    display: inline-block;
    width: 16.6666667%;
    padding: 2%; }
    @media only screen and (max-width: 1024px) {
      .images-gallery2 a {
        width: 25%;
        padding: 5% 2%; } }
    @media only screen and (max-width: 639px) {
      .images-gallery2 a {
        width: 50%; } }
  .images-gallery2 img {
    width: 100%;
    height: auto; }

.content-block {
  padding: 101px 10px 30px; }
  @media only screen and (max-width: 1024px) {
    .content-block {
      padding: 41px 10px 11px; } }
  @media only screen and (max-width: 639px) {
    .content-block {
      padding: 41px 10px 16px; } }
  .content-block .two-columns {
    padding: 32px 0 0; }
    @media only screen and (max-width: 1024px) {
      .content-block .two-columns {
        margin: 0; } }
    @media only screen and (max-width: 639px) {
      .content-block .two-columns {
        padding: 0; } }
    @media only screen and (max-width: 639px) {
      .content-block .two-columns .column:first-child {
        margin: 0 0 24px; } }

.content-info {
  padding: 100px 10px 95px; }
  @media only screen and (max-width: 1024px) {
    .content-info {
      padding: 41px 10px 54px; } }
  @media only screen and (max-width: 639px) {
    .content-info {
      padding: 41px 10px 44px; } }
  @media only screen and (max-width: 1024px) {
    .content-info .two-columns {
      margin: 0 0 31px; } }
  @media only screen and (max-width: 639px) {
    .content-info .two-columns {
      margin: 0 0 56px; } }
  .content-info .description {
    float: left;
    width: 74.4%;
    padding: 0 100px 0 0; }
    @media only screen and (max-width: 1024px) {
      .content-info .description {
        padding: 0 10px 0 0;
        width: 50%; } }
    @media only screen and (max-width: 639px) {
      .content-info .description {
        width: 100%;
        padding: 0;
        margin: 0 0 20px; } }
  .content-info h3 {
    font-weight: 200; }
  .content-info .img-holder {
    float: right;
    width: 25.6%;
    margin: 141px 0 0; }
    @media only screen and (max-width: 1024px) {
      .content-info .img-holder {
        width: 48.4%;
        margin: 7px 0 0; } }
    @media only screen and (max-width: 639px) {
      .content-info .img-holder {
        width: 100%;
        padding: 0;
        margin: 0; } }
    .content-info .img-holder img {
      width: 100%;
      height: auto; }
  .content-info .text-info {
    display: block;
    text-align: center;
    color: #523528;
    text-transform: uppercase;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    margin: 0 0 24px; }
    @media only screen and (max-width: 639px) {
      .content-info .text-info {
        line-height: 14px;
        margin: 0 0 26px; } }
  .content-info .social-networks {
    float: none;
    max-width: 700px;
    margin: 0 auto;
    width: auto;
    text-align: center;
    padding: 0; }
    .content-info .social-networks li {
      margin: 0 18px 10px; }
    .content-info .social-networks a:before {
      font-size: 36px; }

.faq-block {
  padding: 109px 10px 120px; }
  @media only screen and (max-width: 1024px) {
    .faq-block {
      padding: 41px 10px 60px; } }
  @media only screen and (max-width: 639px) {
    .faq-block {
      padding: 41px 10px 52px; } }
  .faq-block > img {
    margin: 0 auto 5px;
    max-width: 62px;
    height: auto;
    display: block; }
  .faq-block .accordion {
    max-width: 840px;
    margin: 0 auto 58px;
    padding: 3px 0 0; }
    @media only screen and (max-width: 1024px) {
      .faq-block .accordion {
        padding: 28px 0 0;
        margin: 0 auto;
        max-width: 100%;
        font-size: 18px;
        line-height: 24px; }
        .faq-block .accordion .opener {
          padding: 10px 50px 8px 10px; } }
    @media only screen and (max-width: 639px) {
      .faq-block .accordion {
        padding: 15px 0 0;
        font-size: 20px;
        line-height: 30px; }
        .faq-block .accordion .opener {
          font-size: 18px;
          line-height: 18px;
          letter-spacing: 0; } }
    .faq-block .accordion .slide {
      padding: 21px 30px 13px; }
      @media only screen and (max-width: 1024px) {
        .faq-block .accordion .slide {
          padding: 24px 15px 7px; } }
      @media only screen and (max-width: 639px) {
        .faq-block .accordion .slide {
          padding: 24px 0 15px; } }

/*board-staff.html page styles*/
.blue-pink {
  background: #e8edf1;
  background: linear-gradient(to right, #e8edf1 0%, #ebebed 47%, #eaeaea 47%, #eeeaeb 59%, #ecebe9 59%, #eeeaeb 59%, #ede9e8 66%, #f1e7e8 100%); }

.teams {
  margin: 0 0 -40px -30px;
  letter-spacing: -4px;
  padding: 4px 0 0; }
  @media only screen and (max-width: 1024px) {
    .teams {
      margin: 0 0 -60px -50px;
      padding: 24px 15px 0; } }
  @media only screen and (max-width: 639px) {
    .teams {
      margin: 0 0 -27px;
      padding: 18px 15px 0; } }

.content-box {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  margin: 0 0 30px 2.4%;
  letter-spacing: 0;
  text-align: center;
  background: #fff; }
  @media only screen and (max-width: 1024px) {
    .content-box {
      width: 42.1%;
      margin: 0 0 50px 7.8%; } }
  @media only screen and (max-width: 639px) {
    .content-box {
      width: 100%;
      margin: 0 0 24px; } }
  .content-box img {
    width: 100%;
    height: auto;
    display: block; }
  .content-box .text-holder {
    padding: 34px 28px 31px;
    border: 1px solid #c9c9c9;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .content-box .text-holder {
        padding: 13px 27px 50px; } }
    @media only screen and (max-width: 639px) {
      .content-box .text-holder {
        padding: 13px 27px 50px; } }
  .content-box h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 30px;
    min-height: 60px; }
    .content-box h2 span {
      display: block; }
  .content-box .title {
    display: block;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
    min-height: 30px; }
    @media only screen and (max-width: 1024px) {
      .content-box .title {
        min-height: 23px; } }
  .content-box p {
    margin: 0 0 14px; }
    @media only screen and (max-width: 1024px) {
      .content-box p {
        margin: 0 0 8px; } }
  .content-box .social-networks {
    position: absolute;
    float: none;
    margin: 0 auto;
    left: 20px;
    right: 20px;
    bottom: 27px;
    max-width: 100%;
    width: 70%;
    padding: 0; }
    @media only screen and (max-width: 1024px) {
      .content-box .social-networks {
        bottom: 18px; } }
    .content-box .social-networks li {
      margin: 0 6px 5px; }
    .content-box .social-networks a:before {
      color: #e5e5e5; }
    .content-box .social-networks a:hover {
      opacity: 1; }
      .content-box .social-networks a:hover:before {
        color: #445fc2; }
    .content-box .social-networks .twitter:hover:before {
      color: #5dd9eb; }
    .content-box .social-networks .linkedin:hover:before {
      color: #1361b9; }

/* contact.html page styles */
.map {
  position: relative;
  z-index: 1;
  padding: 0 0 262px; }
  @media only screen and (max-width: 1024px) {
    .map {
      padding: 0; } }
  .map:before, .map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 734px;
    background: url(images/map.png) no-repeat 50% 50%/cover;
    z-index: -1; }
  .map:after {
    background-image: url(images/img17.jpg);
    height: 331px;
    top: auto;
    bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .map:after {
        display: none; } }

.contact-block {
  color: #444;
  padding: 107px 10px 0;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .contact-block {
      padding: 41px 10px 0; } }
  .contact-block .three-columns {
    margin: 0;
    text-align: center;
    letter-spacing: -4px;
    margin: 0 -17px 38px;
    padding: 23px 0 0; }
    @media only screen and (max-width: 1024px) {
      .contact-block .three-columns {
        padding: 15px 0 32px;
        margin: 0 -10px; } }
    @media only screen and (max-width: 639px) {
      .contact-block .three-columns {
        padding: 20px 0 22px; } }
    .contact-block .three-columns .column {
      letter-spacing: 0;
      width: 30.9%;
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 1%; }
      @media only screen and (max-width: 1024px) {
        .contact-block .three-columns .column {
          width: 47.8%;
          margin-bottom: 12px; } }
      @media only screen and (max-width: 639px) {
        .contact-block .three-columns .column {
          width: 100%;
          margin: 0 0 28px; } }
      .contact-block .three-columns .column:before {
        content: '\f041';
        display: inline-block;
        vertical-align: top;
        font-family: 'FontAwesome';
        font-size: 48px;
        line-height: 48px;
        height: 50px;
        color: #523528;
        margin: 0 0 20px; }
        @media only screen and (max-width: 1024px) {
          .contact-block .three-columns .column:before {
            height: 43px; } }
        @media only screen and (max-width: 639px) {
          .contact-block .three-columns .column:before {
            height: 41px; } }
      .contact-block .three-columns .column:first-child:before {
        content: '\f095'; }
  .contact-block .add-title {
    display: block;
    font-weight: 700; }
  .contact-block address {
    font-style: normal; }
  .contact-block .support {
    color: #444; }
  .contact-block a {
    color: #444; }

.form-feedback {
  border: 1px solid #787878;
  padding: 32px 48px 50px;
  background: #fff;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .form-feedback {
      padding: 34px 0 42px;
      border: none;
      border-top: 1px solid #787878;
      margin: 0 -10px; } }
  @media only screen and (max-width: 639px) {
    .form-feedback {
      padding: 34px 0 52px; } }
  .form-feedback .cols {
    margin: 0 0 30px; }
    @media only screen and (max-width: 1024px) {
      .form-feedback .cols {
        margin: 0;
        padding: 0 10px; } }
    @media only screen and (max-width: 639px) {
      .form-feedback .cols {
        margin: 0 0 20px; } }
  .form-feedback ul {
    width: 48.6%;
    float: left;
    margin: 0 0 0 2.7%;
    text-align: left; }
    @media only screen and (max-width: 639px) {
      .form-feedback ul {
        float: none;
        width: 100%;
        margin: 0; } }
    .form-feedback ul:first-child {
      margin: 0; }
    .form-feedback ul br {
      height: 0;
      display: none; }
  .form-feedback li {
    margin: 0 0 10px;
    position: relative; }
    .form-feedback li:before {
      content: '\f007';
      position: absolute;
      top: 11px;
      left: 16px;
      font-family: 'FontAwesome';
      font-size: 16px;
      line-height: 16px;
      color: #4c4c4c;
      z-index: 99; }
      @media only screen and (max-width: 1024px) {
        .form-feedback li:before {
          top: 12px;
          left: 14px; } }
    .form-feedback li.email:before {
      content: '\f0e0'; }
    .form-feedback li.phone:before {
      content: '\f095'; }
    .form-feedback li.message:before {
      content: '\f040'; }
    .form-feedback li:after {
      position: absolute;
      width: 40px;
      left: 1px;
      top: 1px;
      bottom: 1px;
      background: #fff;
      z-index: 10; }
  .form-feedback label {
    text-indent: -9999px;
    display: block;
    height: 0; }
  .form-feedback input[type='text'],
  .form-feedback input[type='email'],
  .form-feedback input[type='tel'],
  .form-feedback textarea {
    width: 100%;
    display: block;
    border: 1px solid #e6e6e6;
    padding: 5px 15px 5px 43px;
    height: 40px;
    background: #fff;
    font-style: italic;
    font-weight: 300;
    line-height: 24px; }
    @media only screen and (max-width: 1024px) {
      .form-feedback input[type='text'],
      .form-feedback input[type='email'],
      .form-feedback input[type='tel'],
      .form-feedback textarea {
        font-size: 20px;
        padding: 5px 15px 5px 40px; } }
    .form-feedback input[type='text']::-webkit-input-placeholder,
    .form-feedback input[type='email']::-webkit-input-placeholder,
    .form-feedback input[type='tel']::-webkit-input-placeholder,
    .form-feedback textarea::-webkit-input-placeholder {
      color: #787878; }
    .form-feedback input[type='text']::-moz-placeholder,
    .form-feedback input[type='email']::-moz-placeholder,
    .form-feedback input[type='tel']::-moz-placeholder,
    .form-feedback textarea::-moz-placeholder {
      opacity: 1;
      color: #787878; }
    .form-feedback input[type='text']:-moz-placeholder,
    .form-feedback input[type='email']:-moz-placeholder,
    .form-feedback input[type='tel']:-moz-placeholder,
    .form-feedback textarea:-moz-placeholder {
      color: #787878; }
    .form-feedback input[type='text']:-ms-input-placeholder,
    .form-feedback input[type='email']:-ms-input-placeholder,
    .form-feedback input[type='tel']:-ms-input-placeholder,
    .form-feedback textarea:-ms-input-placeholder {
      color: #787878; }
    .form-feedback input[type='text'].placeholder,
    .form-feedback input[type='email'].placeholder,
    .form-feedback input[type='tel'].placeholder,
    .form-feedback textarea.placeholder {
      color: #787878; }
    .form-feedback input[type='text']:focus,
    .form-feedback input[type='email']:focus,
    .form-feedback input[type='tel']:focus,
    .form-feedback textarea:focus {
      border-color: #9a9a9a; }
  .form-feedback textarea {
    resize: none;
    width: 100% !important;
    max-width: 100% !important;
    height: 140px; }
  .form-feedback input[type='submit'],
  .form-feedback button {
    border-color: #444;
    padding: 5px 61px;
    background: #fff;
    color: #4c4c4c;
    height: 40px; }
    @media only screen and (max-width: 1024px) {
      .form-feedback input[type='submit'],
      .form-feedback button {
        float: right;
        margin: 0 10px 0 0; } }
    @media only screen and (max-width: 639px) {
      .form-feedback input[type='submit'],
      .form-feedback button {
        float: none;
        margin: 0; } }
    .form-feedback input[type='submit']:hover,
    .form-feedback button:hover {
      background: #444;
      color: #fff !important; }
    .form-feedback input[type='submit']:focus,
    .form-feedback button:focus {
      border-color: #9a9a9a; }
  .form-feedback #emailSuccess.confirmation {
    display: none;
    color: #27ae60;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #27ae60;
    background-color: rgba(46, 204, 113, 0.15);
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 25px auto 0 auto;
    max-width: 480px; }
  .form-feedback #emailSuccess:target.confirmation {
    display: inherit; }

/* footer styles */
.footer-aside {
  background: #523528; }

.form-subscribe {
  padding: 51px 10px 58px; }
  @media only screen and (max-width: 1024px) {
    .form-subscribe {
      padding: 27px 10px 32px; } }
  @media only screen and (max-width: 639px) {
    .form-subscribe {
      padding: 28px 10px 32px; } }
  .form-subscribe .title {
    float: left;
    max-width: 500px;
    margin: 3px 0 0;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    color: #fff; }
    @media only screen and (max-width: 1024px) {
      .form-subscribe .title {
        float: none;
        max-width: 100%;
        margin: 0 0 34px;
        display: block; } }
    @media only screen and (max-width: 639px) {
      .form-subscribe .title {
        line-height: 25px;
        margin: 0 0 11px; } }
    .form-subscribe .title strong {
      font-weight: 800;
      color: #dcc69d; }
  .form-subscribe .col {
    float: right;
    width: 470px; }
    @media only screen and (max-width: 1024px) {
      .form-subscribe .col {
        width: 100%; } }
    @media only screen and (max-width: 639px) {
      .form-subscribe .col {
        text-align: center; } }
  .form-subscribe input[type='text'],
  .form-subscribe input[type='email'] {
    float: left;
    padding: 5px 30px;
    border: none;
    height: 40px;
    width: 290px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    background: #fff; }
    @media only screen and (max-width: 1024px) {
      .form-subscribe input[type='text'],
      .form-subscribe input[type='email'] {
        width: 71%;
        padding: 5px 10px; } }
    @media only screen and (max-width: 639px) {
      .form-subscribe input[type='text'],
      .form-subscribe input[type='email'] {
        width: 100%;
        text-align: left;
        margin: 0 0 10px; } }
    .form-subscribe input[type='text']::-webkit-input-placeholder,
    .form-subscribe input[type='email']::-webkit-input-placeholder {
      color: #787878; }
    .form-subscribe input[type='text']::-moz-placeholder,
    .form-subscribe input[type='email']::-moz-placeholder {
      opacity: 1;
      color: #787878; }
    .form-subscribe input[type='text']:-moz-placeholder,
    .form-subscribe input[type='email']:-moz-placeholder {
      color: #787878; }
    .form-subscribe input[type='text']:-ms-input-placeholder,
    .form-subscribe input[type='email']:-ms-input-placeholder {
      color: #787878; }
    .form-subscribe input[type='text'].placeholder,
    .form-subscribe input[type='email'].placeholder {
      color: #787878; }
  .form-subscribe input[type='submit'] {
    margin: 0 0 0 10px;
    float: left;
    width: 170px;
    background: none;
    height: 40px;
    padding: 5px; }
    @media only screen and (max-width: 1024px) {
      .form-subscribe input[type='submit'] {
        width: 27.2%; } }
    @media only screen and (max-width: 639px) {
      .form-subscribe input[type='submit'] {
        width: auto;
        display: inline-block;
        vertical-align: top;
        padding: 5px 36px;
        float: none;
        margin: 0; } }
    .form-subscribe input[type='submit']:hover {
      background: #fff; }

.footer-nav {
  background: url(images/bg-pattern.png);
  padding: 43px 0 20px; }
  @media only screen and (max-width: 1024px) {
    .footer-nav {
      padding: 18px 0; } }
  @media only screen and (max-width: 639px) {
    .footer-nav {
      padding: 14px 0 19px; } }
  .footer-nav ul {
    padding: 0 10px;
    letter-spacing: -4px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .footer-nav ul {
        text-align: center;
        padding: 0 10px; } }
    @media only screen and (max-width: 639px) {
      .footer-nav ul {
        padding: 0 10px; } }
  .footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 9%;
    letter-spacing: 0; }
    @media only screen and (max-width: 1024px) {
      .footer-nav li {
        margin: 0 30px 6px; } }
    @media only screen and (max-width: 639px) {
      .footer-nav li {
        display: block;
        margin: 0 0 6px; } }
    .footer-nav li:first-child {
      margin-left: 0; }
      @media only screen and (max-width: 1024px) {
        .footer-nav li:first-child {
          margin: 0 30px 6px; } }
      @media only screen and (max-width: 639px) {
        .footer-nav li:first-child {
          margin: 0 0 6px; } }
  .footer-nav a {
    color: #523528;
    letter-spacing: 2px; }
    .footer-nav a:hover {
      text-decoration: none;
      opacity: 0.7; }

.widget-block {
  background: #f8f4eb;
  padding: 5px 0 6px; }
  @media only screen and (max-width: 1024px) {
    .widget-block {
      padding: 5px 0 10px; } }
  .widget-block .holder, .widget-block .header-holder, .widget-block #nav .drop, #nav .widget-block .drop, .widget-block .intro, .widget-block #twocolumns, .widget-block .info-holder, .widget-block .info-section, .widget-block .info-section2, .widget-block .content-block, .widget-block .content-info, .widget-block .faq-block, .widget-block .contact-block, .widget-block .form-subscribe, .widget-block .footer-nav ul, .footer-nav .widget-block ul, .widget-block .footer-holder {
    padding: 0 10px; }
  .widget-block address {
    float: left;
    padding: 8px 0 0;
    max-width: 910px;
    color: #4c4c4c;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .widget-block address {
        width: 49%;
        text-align: right;
        padding: 6px 0 0; } }
    .widget-block address .col {
      float: left;
      margin: 0 0 0 48px;
      font-weight: 300; }
      @media only screen and (max-width: 1024px) {
        .widget-block address .col {
          float: none;
          display: inline-block;
          vertical-align: top;
          margin: 0 0 0 18px; } }
      .widget-block address .col:first-child {
        margin: 0; }
      @media only screen and (max-width: 1024px) {
        .widget-block address .col span {
          display: none; } }
    .widget-block address a {
      color: #4c4c4c; }
      .widget-block address a:hover {
        text-decoration: none;
        opacity: 0.7; }
      .widget-block address a:before {
        content: '\f041 ';
        display: inline-block;
        vertical-align: top;
        font-family: 'FontAwesome';
        font-size: 16px;
        color: #784d27;
        margin: -1px 10px 0 0; }
    @media only screen and (min-width: 1025px) {
      .widget-block address .add-info {
        cursor: default;
        pointer-events: none; } }
    .widget-block address .support:before {
      content: '\f098'; }
    .widget-block address .email:before {
      content: '\f0e0 '; }

.social-networks {
  float: right;
  margin: 0 -5px -10px;
  max-width: 100px; }
  @media only screen and (max-width: 1024px) {
    .social-networks {
      width: 50%;
      float: left;
      margin: 0;
      max-width: 100%;
      padding: 0 0 0 8px; } }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px; }
    @media only screen and (max-width: 1024px) {
      .social-networks li {
        margin: 0 14px; } }
  .social-networks a {
    display: inline-block;
    vertical-align: top; }
    .social-networks a:before {
      content: '\f09a';
      display: inline-block;
      vertical-align: middle;
      font-family: 'FontAwesome';
      font-size: 16px;
      line-height: 16px;
      color: #784d27; }
    .social-networks a:hover {
      opacity: 0.7;
      text-decoration: none; }
  .social-networks .twitter:before {
    content: '\f099'; }
  .social-networks .linkedin:before {
    content: '\f0e1'; }
  .social-networks .bio:before {
    content: '\f007'; }

@media only screen and (min-width: 1025px) {
  .support {
    cursor: default;
    pointer-events: none; } }

.footer-holder {
  padding: 2px 10px 10px; }
  @media only screen and (max-width: 1024px) {
    .footer-holder {
      display: none; } }

.copyright {
  display: block;
  color: #523528;
  font-size: 12px;
  line-height: 16px; }
  .copyright a {
    color: #523528; }
    .copyright a:hover {
      text-decoration: none;
      opacity: 0.7; }

.smaller {
  font-size: 85%; }

.mapHolder #custom-mapping-google-map-0 {
  max-height: 660px !important;
  min-height: 100% !important; }
  @media only screen and (max-width: 1024px) {
    .mapHolder #custom-mapping-google-map-0 {
      max-height: 750px !important; } }
  @media only screen and (max-width: 639px) {
    .mapHolder #custom-mapping-google-map-0 {
      max-height: 380px !important; } }

.mapHolder .mpfy-fullwrap {
  margin-bottom: 0px !important; }

.gm-style img {
  max-width: none; }

.nobottom {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 30px; }

.alignleft {
  float: left;
  margin: -5px 25px 10px 25px; }

.alignright {
  float: right;
  margin: -5px 25px 10px 25px; }

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 0.75em; }

.wpcf7 .wpcf7-not-valid {
  border-color: #f00 !important; }

.one_third {
  width: 33.33333333%;
  float: left; }

@media only screen and (max-width: 600px) {
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; } }

.posts {
  max-width: 1190px;
  padding-top: 60px; }
  .posts img.aligncenter {
    max-width: 1280px;
    height: auto;
    margin-left: -65px; }
    @media only screen and (max-width: 1280px) {
      .posts img.aligncenter {
        margin: 0 auto;
        max-width: 100%; } }

.form-login {
  width: 100px; }

.form-login a.button {
  padding: 5px;
  color: #fff;
  background: #784d27;
  height: 40px;
  line-height: 32px;
  max-width: 100px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Raleway', 'Arial', 'Helvetica', sans-serif;
  font-weight: 700; }

.form-login a.button:hover {
  text-decoration: none; }

.qCerts {
  max-width: 480px;
  margin: 1em auto;
  text-align: center;
  clear: both; }
  .qCerts img {
    display: inline-block;
    min-width: 28%;
    margin: 0 2%; }


ul.q-certs {
  margin: 10px 0 0 0;
  padding: 0;
}
ul.q-certs li{
  display: inline-block;
}
ul.q-certs li img{
  max-height: 30px;
  width: 30px;
  margin: 0 3px;
  display: block;
}
.q-key-images {
  text-align: center;
  margin-bottom: 40px;
}
.q-key-images .q-key {
  display: inline-block;
  margin: 15px;
  max-width: 160px;
  height: auto;
}
ul.q-certs-bio {
  margin: 10px 0 0 0;
  padding: 0;
}
ul.q-certs-bio li{
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Raleway", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 13px;
  color: #4c4c4c;

}
ul.q-certs-bio li {
  margin: 0 15px;
}
ul.q-certs-bio li:first-child {
  margin-left: 0;
}
/*ul.q-certs-bio li.qp,*/
ul.q-certs-bio li:last-child {
  margin-right: 0;
}

ul.q-certs-bio li img{
  max-height: 100px;
  width: 100%;
  max-width: 100px;
  margin: 0;
  display: block;
}
@media (max-width: 530px) {
  .pin {
    display:none !important;
  }
}

.pin-button {
    padding: 5px;
    color: #fff;
    background: #784d27;
    height: 40px;
    line-height: 32px;
    max-width: 120px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    display: inline-block;
    width: 120px;
  color: #fff;
}

.pin-button:hover,
.pin-button:active {
  color : #fff;
  text-decoration: none;
}
.ajax-load-more-wrap {
    clear: both; 
    display: block;
}
.thumb-img-link {
    background-size: cover !important;
}