.error-color {
  color: #852032 !important; }

.warning-color {
  color: #836017 !important; }

.info-color {
  color: #265585 !important; }

.success-color {
  color: #0f6149 !important; }

.alert {
  padding-right: inherit; }
  .alert .close {
    color: #000;
    opacity: .5;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    font-size: 24px;
    top: 0;
    right: 0; }
    .alert .close:hover {
      color: #000;
      opacity: .75; }
  .alert.alert-success {
    border-color: #bfecdf;
    background-color: #d2f1e8;
    color: #0f6149; }
  .alert.alert-info {
    border-color: #cce5ff;
    background-color: #dbedff;
    color: #265585; }
  .alert.alert-warning {
    border-color: #feebc4;
    background-color: #fef1d5;
    color: #836017; }
  .alert.alert-danger, .alert.alert-error {
    border-color: #ffc9d2;
    background-color: #ffd8df;
    color: #852032; }

/* Spinner */
#spinner {
  background: rgba(48, 48, 48, 0.46) center center;
  z-index: 100000;
  position: fixed;
  top: 0px;
  left: 0px; }

#spinner i {
  z-index: 100001;
  position: fixed;
  top: 165px;
  left: 49%;
  font-size: 40px;
  color: white; }

body.xs #spinner i {
  top: 150px; }

#spinner_with_text {
  background: rgba(48, 48, 48, 0.89) center center;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0; }
  #spinner_with_text .spinner-content {
    z-index: 100001;
    position: fixed;
    top: 150px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    border: 1px solid #FFF;
    padding: 4px 8px 4px 50px;
    border-radius: 6px;
    background-color: #d6b161; }
    #spinner_with_text .spinner-content i {
      position: absolute;
      font-size: 32px;
      top: 10px;
      left: 10px;
      z-index: 100001;
      color: #FFF; }

/** END spinner */
.color-gold {
  color: #d6b161 !important; }

.bk-color-gold {
  background: #d6b161 !important; }

.color-white {
  color: #fff !important; }

body.xs #main_nav li {
  margin-top: 10px; }

.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

body.not-xs .iframe-container.home-page {
  padding-bottom: 60%; }

.iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.logo {
  position: relative;
  padding-left: 50px;
  padding-top: 18px;
  font-size: 22px; }
  .logo img {
    position: absolute;
    top: 13px;
    left: 0px;
    width: 40px; }

.nav-scroll .logo {
  padding-top: 8px; }
  .nav-scroll .logo img {
    top: 18px; }

body.sm .logo img {
  top: 20px; }
body.sm .nav-scroll .logo img {
  top: 15px; }

body.xs .logo {
  padding-top: 20px;
  font-size: 17px; }
  body.xs .logo img {
    top: 13px; }
body.xs .nav-scroll .logo {
  padding-top: 3px; }

.bk-gray {
  background-color: #f0f0f0 !important; }

.resume .resume-content li {
  border-left: 1px solid #e9e3d9;
  padding-bottom: 40px; }
  .resume .resume-content li::after {
    background: #d6b161; }
  .resume .resume-content li .date {
    margin-bottom: 10px; }

body.xs .resume-content li {
  padding-left: 20px;
  padding-bottom: 30px; }

.header {
  height: 0;
  padding: 0;
  /* remove any pre-existing padding, just in case */
  padding-bottom: 60%;
  /* 75% for a 4:3 aspect ratio */
  background-image: url("../images/bk-main-1920x1280.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat; }

body.sm .header {
  padding-bottom: 60%;
  /* 75% for a 4:3 aspect ratio */ }
  body.sm .header .caption {
    margin-top: 15px; }
    body.sm .header .caption h4 {
      font-size: 24px !important;
      margin-bottom: 25px; }
    body.sm .header .caption h1 {
      font-size: 30px !important;
      margin-bottom: 20px; }
    body.sm .header .caption h3 {
      font-size: 18px !important; }
    body.sm .header .caption .type span {
      font-size: 18px; }

body.sm .hero .hero-img-container {
  text-align: center; }
  body.sm .hero .hero-img-container .hero-img {
    max-width: 500px;
    display: inline-block;
    padding: 30px; }
    body.sm .hero .hero-img-container .hero-img::after {
      top: 10px;
      left: 10px;
      bottom: 8px;
      right: 10px;
      border: 7px solid rgba(0, 0, 0, 0.05);
      background: transparent;
      z-index: 1; }

body.xs .header {
  padding-bottom: 70%;
  /* 75% for a 4:3 aspect ratio */ }
  body.xs .header .caption {
    margin-top: 15px; }
    body.xs .header .caption h4 {
      font-size: 16px !important;
      margin-bottom: 15px; }
    body.xs .header .caption h1 {
      font-size: 18px !important;
      margin-bottom: 10px; }
    body.xs .header .caption h3 {
      font-size: 14px !important; }
    body.xs .header .caption .type span {
      font-size: 14px; }
body.xs .hero .hero-img-container {
  text-align: center; }
  body.xs .hero .hero-img-container .hero-img {
    max-width: 400px;
    display: inline-block;
    padding: 20px; }
    body.xs .hero .hero-img-container .hero-img::after {
      top: 10px;
      left: 10px;
      bottom: 8px;
      right: 10px;
      border: 7px solid rgba(0, 0, 0, 0.05);
      background: transparent;
      z-index: 1; }
body.xs .hero .hero-content .info h5 {
  margin-bottom: 5px; }
  body.xs .hero .hero-content .info h5 .icon {
    display: inline-block;
    width: 20px;
    text-align: center; }
body.xs .services .item {
  padding: 10px; }

.clients {
  background-image: url(../images/bk-1-1920x1280.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative; }

.contact {
  background-image: url(../images/bk-2-1920x1280.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative; }

.section-padding {
  padding-top: 80px;
  padding-bottom: 60px; }

body.xs .section-padding {
  padding-top: 25px;
  padding-bottom: 15px; }

body.not-xs .not-xs-h60 {
  height: 60px !important; }
body.not-xs .not-xs-mb70 {
  margin-bottom: 70px !important; }

.sub-header {
  height: 200px !important;
  background-image: url(../images/bk-1-1920x1280.jpg); }
  .sub-header .caption {
    padding-top: 100px; }

body.xs .sub-header {
  height: 110px !important; }
  body.xs .sub-header .caption {
    padding-top: 60px; }
    body.xs .sub-header .caption h4 {
      font-size: 18px; }

.pagination {
  clear: both;
  padding-top: 20px;
  display: table;
  margin: auto;
  position: relative; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box; }
    .pagination ul li {
      float: left;
      margin: 0 0 0 3px;
      list-style: none;
      box-sizing: border-box;
      line-height: 1.5;
      font-size: 13px;
      margin-left: 6px; }
      .pagination ul li:first-child {
        margin-left: 0px; }
      .pagination ul li.selected {
        background-color: #4CAB36;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
        .pagination ul li.selected a {
          background: #d6b161;
          color: #fff; }
      .pagination ul li a {
        border: 1px solid #d6b161;
        background: inherit;
        padding: 10px 16px; }

.mp-blog .posts .item {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: none; }
  .mp-blog .posts .item .tag-separator {
    display: inline-block;
    width: 15px;
    text-align: center; }
  .mp-blog .posts .item .post-img {
    margin-bottom: 14px;
    border: 1px solid #d6b161; }
.mp-blog .widget {
  margin-bottom: 10px; }
  .mp-blog .widget .side-tit {
    padding-top: 30px;
    margin-bottom: 25px; }
  .mp-blog .widget h5::before {
    top: -2px !important; }

/** jform */
.jform-container .jform-form .panel-form {
  padding: 10px 0px 30px; }

.jform-container .jform-form .panel-form .form-row {
  margin-top: 15px; }

.jform-container .jform-form .panel-form .field {
  width: 100%;
  position: relative; }

.jform-container .jform-form .panel-form .field .gui-input {
  padding-left: 34px; }

.jform-container .jform-form .panel-form .field select {
  padding-left: 30px; }

.jform-container .jform-form .panel-form .field select option {
  max-width: 100%; }

.jform-container .jform-form .panel-form .field select option {
  max-width: 400px; }

.jform-container .jform-form .panel-form .field .field-icon {
  position: absolute;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  top: 11px;
  left: 10px;
  font-size: 14px; }

.jform-container .jform-form .panel-form .field .field-icon i {
  display: inline-block;
  margin: auto;
  color: #A5A3A3; }

.jform-container .jform-form .panel-footer {
  border: none;
  border-top: 1px solid #ddd;
  background-color: transparent;
  padding: 20px 0px 10px; }

.jform-container .validation-error .validation-field,
.jform-container .validation-error .select2-selection {
  border-color: #fe9595;
  background-color: #ffecf2; }
.jform-container .validation-error .error-message {
  color: #d52828;
  font-size: 11px; }
.jform-container .validation-error .prepend-icon {
  margin-bottom: 0px; }

/* for select */
.jform-container .jform-form .jform-body .field.select {
  position: relative;
  vertical-align: top; }

.jform-container .jform-form .jform-body .field.select::before {
  content: '';
  pointer-events: none;
  -moz-transition: none;
  transition: none;
  position: absolute;
  background: #F5F5F5;
  width: 36px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 99;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.jform-container .jform-form .jform-body .validation-error .field.select::before {
  background-color: #ffecf2; }

.jform-container .jform-form .jform-body .field.select .arrow {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 24px;
  height: 40px;
  color: #9F9F9F;
  pointer-events: none;
  z-index: 99;
  font-size: 12px; }

.jform-container .jform-form .jform-body .field.select .arrow::before {
  content: '\25BC';
  bottom: 3px;
  position: absolute;
  font: 12px "Consolas", monospace;
  font-style: normal;
  pointer-events: none;
  left: 5px; }

.jform-container .jform-form .jform-body .field.select .arrow::after {
  content: '\25B2';
  top: 3px;
  position: absolute;
  font: 12px "Consolas", monospace;
  font-style: normal;
  pointer-events: none;
  left: 5px; }

.jform-container .jform-form .jform-body .field select {
  border-color: #bebebe;
  padding: 14px 20px;
  height: inherit;
  color: #565656;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  z-index: 10; }

.jform-container .jform-form .jform-body .validation-error .field select {
  border-color: #fe9595; }

.jform-container .validation-error .error-message {
  font-size: 12px;
  padding-top: 3px;
  display: block; }

.jform-container .jform-form .jform-body .jform-col {
  margin-bottom: 15px; }

/** END jform */
.post-description img {
  width: inherit;
  height: inherit; }
.post-description p {
  margin-bottom: 20px; }
.post-description a {
  color: #e39714 !important; }
  .post-description a:hover {
    text-decoration: underline !important; }

/** inc-dec **/
.numbers-row {
  position: relative;
  width: 97px;
  height: 40px;
  overflow: visible;
  background-color: #f7f7f7; }
  .numbers-row input.qty2 {
    position: relative;
    width: 35px !important;
    height: 40px;
    text-align: center;
    left: 31px;
    font-size: 12px;
    padding: 5px;
    border: none !important; }
  .numbers-row .button_inc {
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 40px;
    z-index: 9; }
    .numbers-row .button_inc.inc {
      background: transparent url("../images/plus.png") no-repeat scroll center center;
      right: 0px;
      top: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .numbers-row .button_inc.dec {
      background: transparent url("../images/minus.png") no-repeat scroll center center;
      left: 0px;
      top: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }

/** END inc-dec **/
/* Star rating */
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello/fontello.eot?13710586");
  src: url("../fonts/fontello/fontello.eot?13710586#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff?13710586") format("woff"), url("../fonts/fontello/fontello.ttf?13710586") format("truetype"), url("../fonts/fontello/fontello.svg?13710586#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
.meta_wrapper {
  cursor: default;
  margin-bottom: 10px; }
  .meta_wrapper .star-rating {
    font-family: "fontello";
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    margin: 0px;
    height: 14px;
    line-height: 15px;
    font-size: 14px;
    width: 70px;
    white-space: nowrap; }
    .meta_wrapper .star-rating::before {
      content: "\e80b\e80b\e80b\e80b\e80b";
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      color: #DDD; }
    .meta_wrapper .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 15px; }
      .meta_wrapper .star-rating span::before {
        content: "\e80b\e80b\e80b\e80b\e80b";
        /* e800  f005 */
        top: 0;
        position: absolute;
        left: 0; }

.news-list .meta_wrapper {
  display: inline-block;
  float: left;
  cursor: default; }
  .news-list .meta_wrapper .rating {
    padding: 8px 10px;
    margin-bottom: 0px; }

.news-details .meta_wrapper {
  margin-bottom: 10px; }

.star-rating {
  color: #f8b844; }

.widget-content .post-img.w60 .meta_wrapper .star-rating::before {
  font-size: 12px; }
.widget-content .post-img.w60 .meta_wrapper .star-rating > span {
  font-size: 12px; }

/** END Star rating */
.share {
  position: relative;
  padding-left: 80px;
  height: 52px;
  margin-top: 20px;
  margin-bottom: 15px; }
  .share .toggle-share {
    position: absolute;
    top: 0px;
    left: 0px; }
  .share .social {
    display: inline-block;
    padding-top: 10px; }
    .share .social a {
      display: inline-block; }

.scrollable {
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 20px; }

.no-borders {
  border: none !important; }

.posts .comm {
  padding-top: 25px;
  padding-bottom: 0px;
  margin-bottom: 15px; }
  .posts .comm .post-comments .comm-item {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #ddd; }
    .posts .comm .post-comments .comm-item:last-child {
      border-bottom: none; }
    .posts .comm .post-comments .comm-item .comnts span {
      margin-bottom: 7px; }
.posts .lev-comm .side-tit {
  padding-top: 30px;
  margin-bottom: 25px; }
.posts .lev-comm.jform-container .form-group {
  margin-bottom: 15px; }
  .posts .lev-comm.jform-container .form-group input, .posts .lev-comm.jform-container .form-group textarea {
    margin-bottom: 0px; }
.posts .lev-comm.jform-container .field-label {
  font-size: 13px;
  font-weight: 600; }

.post-comments {
  max-height: 500px; }

.hint {
  color: #acacac;
  font-weight: normal; }

.text-mutted .hint {
  color: #999999; }

.item-btn {
  color: #fff !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  padding: 10px 20px; }
  .item-btn:hover {
    background: transparent !important; }
  .item-btn.orange-btn {
    background: #d6b161 !important;
    border: 1px solid #d6b161 !important; }
    .item-btn.orange-btn:hover {
      color: #d6b161 !important;
      background: transparent !important; }
  .item-btn.blue-btn {
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important; }
    .item-btn.blue-btn:hover {
      color: #337ab7 !important;
      background: transparent !important; }

/** BEGIN radios and checkboxes */
div.radio-checkbox-container {
  display: inline-block;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: transparent;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  color: #747474;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  div.radio-checkbox-container.vertical label.radio-checkbox-item {
    display: block; }
  div.radio-checkbox-container.horizontal label.radio-checkbox-item {
    display: inline-block;
    margin-right: 10px; }
  div.radio-checkbox-container label.radio-checkbox-item {
    position: relative;
    padding-left: 0;
    text-align: left; }
    div.radio-checkbox-container label.radio-checkbox-item span {
      font-size: 14px;
      font-weight: 400;
      padding-left: 24px;
      display: inline-block;
      text-align: left; }
    div.radio-checkbox-container label.radio-checkbox-item i {
      position: absolute;
      top: 5px;
      left: 0px;
      font-size: 20px; }
    div.radio-checkbox-container label.radio-checkbox-item input {
      display: none; }
      div.radio-checkbox-container label.radio-checkbox-item input[type="checkbox"] ~ i.fa-square-o {
        color: #d6b161;
        display: inline; }
      div.radio-checkbox-container label.radio-checkbox-item input[type="checkbox"] ~ i.fa-check-square-o {
        display: none; }
      div.radio-checkbox-container label.radio-checkbox-item input[type="checkbox"]:checked ~ i.fa-square-o {
        display: none; }
      div.radio-checkbox-container label.radio-checkbox-item input[type="checkbox"]:checked ~ i.fa-check-square-o {
        color: #d6b161;
        display: inline; }
      div.radio-checkbox-container label.radio-checkbox-item input[type="radio"] ~ i.fa-circle-o {
        color: #c8c8c8;
        display: inline; }
      div.radio-checkbox-container label.radio-checkbox-item input[type="radio"] ~ i.fa-dot-circle-o {
        display: none; }
      div.radio-checkbox-container label.radio-checkbox-item input[type="radio"]:checked ~ i.fa.fa-circle-o {
        display: none; }
      div.radio-checkbox-container label.radio-checkbox-item input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
        color: #d6b161;
        display: inline; }
    div.radio-checkbox-container label.radio-checkbox-item:hover input[type="checkbox"] ~ i.fa {
      color: #d6b161; }
    div.radio-checkbox-container label.radio-checkbox-item:hover input[type="checkbox"]:checked ~ i.fa.fa-circle-o {
      display: none; }
    div.radio-checkbox-container label.radio-checkbox-item:hover input[type="checkbox"]:checked ~ i.fa.fa-dot-circle-o {
      color: #d6b161;
      display: inline; }
    div.radio-checkbox-container label.radio-checkbox-item:hover input[type="radio"] ~ i.fa {
      color: #d6b161; }
    div.radio-checkbox-container label.radio-checkbox-item.active, div.radio-checkbox-container label.radio-checkbox-item:hover {
      color: #d6b161;
      -webkit-box-shadow: none;
      box-shadow: none; }

/** END radios and checkboxes */
/** login form */
.modal p, .modal span, .modal a, .modal input, .modal button {
  font-family: 'Muli',sans-serif !important; }
.modal.modal-login .modal-content {
  max-width: 400px; }
.modal.modal-signup .modal-content {
  max-width: 600px; }
.modal .modal-content {
  margin: 0 auto; }
  .modal .modal-content .modal-header {
    border-color: #bf8407;
    background-color: #bf8407;
    color: #fff;
    padding: 10px 20px; }
    .modal .modal-content .modal-header .close {
      color: #585858; }
      .modal .modal-content .modal-header .close:hover {
        color: #000; }
  .modal .modal-content .modal-body {
    padding: 20px 20px 10px 20px; }
  .modal .modal-content .modal-footer .signup-box p {
    text-align: left;
    font-size: 13px;
    line-height: 150%; }
.modal .jform-errors-container {
  color: #e70000;
  border: 1px solid #e79f9f;
  background-color: #fce6e6;
  border-radius: 0px; }

body.not-xs .modal .modal-content .modal-body .remember-forgot-password-container .forgot-password-container {
  text-align: right; }
body.not-xs .modal .modal-content .modal-footer .signup-box p {
  font-size: 13px;
  padding-top: 0px; }
  body.not-xs .modal .modal-content .modal-footer .signup-box p a {
    font-size: 14px; }

body.xs .modal .modal-content .modal-body .remember-forgot-password-container .forgot-password-container {
  text-align: left;
  margin-top: 2px; }
body.xs .modal .modal-content .modal-footer .signup-box p {
  font-size: 13px; }

.prepend-icon {
  position: relative; }
  .prepend-icon .validation-field {
    padding-left: 30px; }
  .prepend-icon .field-icon {
    position: absolute;
    width: 30px;
    text-align: center;
    top: 10px;
    left: 2px; }
    .prepend-icon .field-icon i {
      color: #d6b161; }

.ui-pnotify .ui-pnotify-container .ui-pnotify-icon span {
  margin-right: 4px; }
.ui-pnotify .ui-pnotify-container .ui-pnotify-text {
  line-height: 140%;
  color: #1d1d1d; }

/**/
body.not-xs .ui-pnotify {
  width: 400px !important; }
  body.not-xs .ui-pnotify .ui-pnotify-container .ui-pnotify-title {
    font-size: 20px;
    margin-bottom: 10px; }
  body.not-xs .ui-pnotify .ui-pnotify-container .ui-pnotify-text {
    font-size: 14px; }

body.xs .ui-pnotify {
  width: 98% !important;
  max-width: 300px !important; }
  body.xs .ui-pnotify .ui-pnotify-container .ui-pnotify-title {
    font-size: 19px;
    margin-bottom: 8px; }
  body.xs .ui-pnotify .ui-pnotify-container .ui-pnotify-text {
    font-size: 13px; }

.char-counter {
  position: relative; }
  .char-counter .counter-container {
    position: absolute;
    top: 1px;
    right: 0px; }

.divider {
  position: relative;
  width: 100%; }

.divider.lft {
  margin-top: 0px;
  margin-bottom: 25px; }

.divider.lft::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 96%;
  height: 1px;
  margin-top: -.5px;
  content: "";
  margin-left: 20px;
  background-color: #e6e6e6; }

.divider i {
  color: #d5d5d5;
  font-size: 15px; }

footer .social {
  padding: 8px 20px; }
  footer .social span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #3b3a3a;
    border-radius: 50%;
    font-size: 14px;
    color: #777;
    margin: 0 2px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    footer .social span:hover {
      border-color: #d6b161;
      background: #d6b161;
      color: #fff; }

.navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 20px 20px 0;
  padding: 5px 10px; }
  .navbar-default .navbar-nav > li.open > a {
    background-color: transparent !important;
    color: #d6b161 !important; }
    .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li.open > a:focus, .navbar-default .navbar-nav > li.open > a:active, .navbar-default .navbar-nav > li.open > a:visited {
      background-color: transparent !important;
      color: #d6b161 !important; }
  .navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #000c;
    color: #d6b161 !important;
    min-width: 120px;
    top: 49px;
    border: 1px solid #775d27; }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
      padding: 6px 20px;
      color: #c2c2c2;
      background-color: transparent !important;
      font-size: 13px; }
      .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:active, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:visited {
        background-color: transparent !important;
        color: #d6b161 !important; }
.navbar-default.nav-scroll {
  box-shadow: 0px 0px 2px #ddd; }
  .navbar-default.nav-scroll .navbar-nav > li > .dropdown-menu {
    background-color: #fff;
    color: #111 !important;
    min-width: 120px;
    top: 49px;
    border: 1px solid #fbd86d;
    border-top: none; }
    .navbar-default.nav-scroll .navbar-nav > li > .dropdown-menu > li > a {
      padding: 6px 20px;
      color: #111;
      background-color: transparent !important;
      font-size: 13px; }
      .navbar-default.nav-scroll .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default.nav-scroll .navbar-nav > li > .dropdown-menu > li > a:focus, .navbar-default.nav-scroll .navbar-nav > li > .dropdown-menu > li > a:active, .navbar-default.nav-scroll .navbar-nav > li > .dropdown-menu > li > a:visited {
        background-color: transparent !important;
        color: #d69536 !important; }

body.md .navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 20px 12px 0;
  padding: 5px 4px; }
  body.md .navbar-default .navbar-nav > li > .dropdown-menu {
    top: 49px; }

body.sm .navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 20px 8px 0;
  padding: 5px 4px; }
  body.sm .navbar-default .navbar-nav > li > .dropdown-menu {
    top: 39px; }

body.xs .navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 20px 12px 0;
  padding: 5px 4px; }
  body.xs .navbar-default .navbar-nav > li:last-child > a.dropdown-toggle {
    padding-bottom: 10px !important; }
  body.xs .navbar-default .navbar-nav > li > .dropdown-menu {
    color: #d6b161 !important;
    min-width: 120px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px; }
    body.xs .navbar-default .navbar-nav > li > .dropdown-menu > li {
      margin-top: 0px !important;
      padding-top: 0px; }
      body.xs .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center;
        font-size: 13px; }

#contact .head-left {
  padding-top: 0px; }
#contact form {
  padding-top: 0px; }
  #contact form .form-group label {
    font-weight: normal; }
  #contact form .form-group .hint {
    color: #666565;
    font-weight: normal;
    font-size: 13px !important; }
  #contact form .form-group .validation-field {
    background-color: transparent !important;
    border: 1px solid #473e2c !important; }
  #contact form .form-group.validation-error .validation-field {
    border-color: #fe9595 !important; }
  #contact form #contactFormSubmitButton {
    margin-top: 5px;
    background: #b38627 !important;
    border: 1px solid #b38627 !important; }
    #contact form #contactFormSubmitButton:hover {
      background: transparent !important; }
#contact .info {
  padding: 20px 0;
  margin-top: 8px;
  border: 1px solid #473e2c !important; }
  #contact .info .item {
    margin-bottom: 30px; }

#forgot_password_page .main-container {
  max-width: 450px;
  margin: auto; }
  #forgot_password_page .main-container .panel-info {
    border: none; }
  #forgot_password_page .main-container .jform-body {
    padding-top: 0px; }
    #forgot_password_page .main-container .jform-body .jform-header {
      background: #b38627 !important;
      border: 1px solid #b38627;
      padding-top: 10px;
      padding-bottom: 10px; }
      #forgot_password_page .main-container .jform-body .jform-header h4 {
        color: #fff;
        font-size: 22px; }
    #forgot_password_page .main-container .jform-body .jform-content {
      padding-top: 20px;
      padding-bottom: 20px; }
      #forgot_password_page .main-container .jform-body .jform-content p {
        line-height: 140%;
        font-size: 14px; }
    #forgot_password_page .main-container .jform-body .jform-footer {
      padding-top: 5px; }
  #forgot_password_page .main-container #forgotPasswordResetForm .jform-body .jform-content {
    padding-bottom: 10px; }

/** when using fontello icons */
[class^="icon-"],
[class*=" icon-"] {
  background-image: none !important; }

/** END when using fontello icons */
.meta_wrapper .star-rating {
  font-family: "FontAwesome"; }
  .meta_wrapper .star-rating::before {
    content: "\f005\f005\f005\f005\f005"; }
  .meta_wrapper .star-rating span::before {
    content: "\f005\f005\f005\f005\f005"; }

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*# sourceMappingURL=app-frontend.css.map */
