body.oc-loading,
body.oc-loading * {
    cursor: wait !important;
}
.stripe-loading-indicator {
    height: 5px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2000;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    height: 5px;
    display: block;
    background: #0090c0;
    position: absolute;
    -webkit-box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
    box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
}
.stripe-loading-indicator .stripe {
    width: 100%;
    -webkit-animation: oc-infinite-loader 60s linear;
    animation: oc-infinite-loader 60s linear;
}
.stripe-loading-indicator .stripe-loaded {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.stripe-loading-indicator.loaded {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.stripe-loading-indicator.loaded .stripe-loaded {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    width: 100% !important;
}
.stripe-loading-indicator.hide {
    display: none;
}
body > p.flash-message {
    position: fixed;
    width: 500px;
    left: 50%;
    top: 13px;
    margin-left: -250px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 30px 10px 15px;
    z-index: 10300;
    word-wrap: break-word;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
body > p.flash-message.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s, width 0s;
    transition: all 0.5s, width 0s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
body > p.flash-message.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
body > p.flash-message.success {
    background: #8da85e;
}
body > p.flash-message.error {
    background: #cc3300;
}
body > p.flash-message.warning {
    background: #f0ad4e;
}
body > p.flash-message.info {
    background: #5fb6f5;
}
body > p.flash-message button.close {
    float: none;
    position: absolute;
    right: 10px;
    top: 8px;
    color: white;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    opacity: 0.2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}
body > p.flash-message button.close:hover,
body > p.flash-message button.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media (max-width: 768px) {
    body > p.flash-message {
        left: 10px;
        right: 10px;
        top: 10px;
        margin-left: 0;
        width: auto;
    }
}
[data-request][data-request-validate] [data-validate-for]:not(.visible),
[data-request][data-request-validate] [data-validate-error]:not(.visible) {
    display: none;
}
a.oc-loading:after,
button.oc-loading:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: .4em;
    height: 1em;
    width: 1em;
    animation: oc-rotate-loader 0.8s infinite linear;
    border: .2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@-moz-keyframes oc-rotate-loader {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes oc-rotate-loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes oc-rotate-loader {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@-ms-keyframes oc-rotate-loader {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}
@keyframes oc-rotate-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes oc-infinite-loader {
    0% {
        width: 0;
    }
    10% {
        width: 42%;
    }
    20% {
        width: 63%;
    }
    30% {
        width: 78.75%;
    }
    40% {
        width: 88.59375%;
    }
    50% {
        width: 94.130859375%;
    }
    60% {
        width: 97.07244873046875%;
    }
    70% {
        width: 98.58920574188232%;
    }
    80% {
        width: 99.35943391174078%;
    }
    90% {
        width: 99.74755670045852%;
    }
    100% {
        width: 99.9423761471391%;
    }
}
@-webkit-keyframes oc-infinite-loader {
    0% {
        width: 0;
    }
    10% {
        width: 42%;
    }
    20% {
        width: 63%;
    }
    30% {
        width: 78.75%;
    }
    40% {
        width: 88.59375%;
    }
    50% {
        width: 94.130859375%;
    }
    60% {
        width: 97.07244873046875%;
    }
    70% {
        width: 98.58920574188232%;
    }
    80% {
        width: 99.35943391174078%;
    }
    90% {
        width: 99.74755670045852%;
    }
    100% {
        width: 99.9423761471391%;
    }
}
@-o-keyframes oc-infinite-loader {
    0% {
        width: 0;
    }
    10% {
        width: 42%;
    }
    20% {
        width: 63%;
    }
    30% {
        width: 78.75%;
    }
    40% {
        width: 88.59375%;
    }
    50% {
        width: 94.130859375%;
    }
    60% {
        width: 97.07244873046875%;
    }
    70% {
        width: 98.58920574188232%;
    }
    80% {
        width: 99.35943391174078%;
    }
    90% {
        width: 99.74755670045852%;
    }
    100% {
        width: 99.9423761471391%;
    }
}
@-ms-keyframes oc-infinite-loader {
    0% {
        width: 0;
    }
    10% {
        width: 42%;
    }
    20% {
        width: 63%;
    }
    30% {
        width: 78.75%;
    }
    40% {
        width: 88.59375%;
    }
    50% {
        width: 94.130859375%;
    }
    60% {
        width: 97.07244873046875%;
    }
    70% {
        width: 98.58920574188232%;
    }
    80% {
        width: 99.35943391174078%;
    }
    90% {
        width: 99.74755670045852%;
    }
    100% {
        width: 99.9423761471391%;
    }
}
@keyframes oc-infinite-loader {
    0% {
        width: 0;
    }
    10% {
        width: 42%;
    }
    20% {
        width: 63%;
    }
    30% {
        width: 78.75%;
    }
    40% {
        width: 88.59375%;
    }
    50% {
        width: 94.130859375%;
    }
    60% {
        width: 97.07244873046875%;
    }
    70% {
        width: 98.58920574188232%;
    }
    80% {
        width: 99.35943391174078%;
    }
    90% {
        width: 99.74755670045852%;
    }
    100% {
        width: 99.9423761471391%;
    }
}
nav {
  background-color: #e3c2b4 !important; }

img#logo-image {
  margin-top: -17px; }

.navbar-default .menu-inline > li > a {
  color: #641c00; }

.locale-flags {
  top: 7px;
  z-index: 100;
  position: absolute;
  right: 4px; }
  .locale-flags a:first-child {
    margin-right: 5px; }

li.active > a {
  font-weight: bold !important; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent; }

.main-menu-top {
  position: relative; }
  .main-menu-top .menu-inline > li {
    padding-right: 0px; }
  .main-menu-top li.active > a {
    color: #641c00 !important; }
  .main-menu-top ul.dropdown-menu {
    min-width: 220px; }
  .main-menu-top ul.dropdown-menu li a {
    max-width: 220px;
    word-wrap: break-word;
    white-space: normal; }

.home-layout-footer {
  margin-top: 127px; }

footer .footer-menu ul {
  display: inline-block; }
  footer .footer-menu ul li a {
    font-weight: bold;
    color: #505050; }
  @media (min-width: 1024px) {
    footer .footer-menu ul li {
      float: left; }
      footer .footer-menu ul li + li:before {
        content: '\00a0\00a0 | \00a0'; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    footer .footer-menu ul li {
      font-size: 12px;
      float: left; }
      footer .footer-menu ul li + li:before {
        content: '\00a0\00a0 | \00a0'; } }
  @media (max-width: 767px) {
  footer .copyright p {
    margin-top: 17px; } }
  footer .copyright p, footer .ideaseven a {
    color: #484848; }

.overlay-slider {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 20, 61, 0.4); }

.tp-caption {
  z-index: 200;
  color: white !important; }
  @media (min-width: 768px) and (max-width: 1023px) {
  .tp-caption {
    margin-left: 177px; } }
  @media (min-width: 768px) and (max-width: 1340px) {
  .tp-caption {
    margin-left: 100px; } }
  @media (max-width: 767px) {
  .tp-caption {
    margin-left: 100px;
    white-space: normal !important;
    width: 281px; } }

div.tp-description {
  font-size: 20px !important; }

@media (max-width: 767px) {
  #rev-slide1 .tp-description {
    width: 257px;
    font-size: 12px !important; }
    #rev-slide1 .slider-title {
      margin-top: 27px !important;
      font-size: 15px !important;
      font-weight: 200 !important;
      line-height: 12px !important; } }

@media (min-width: 768px) and (max-width: 1340px) {
  #rev-slide1 .slider-title {
    font-size: 44px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  #rev-slide1 .tp-description {
    font-size: 17px !important; }
    #rev-slide1 .slider-title {
      font-size: 27px !important; } }

@media (max-width: 328px) {
  #rev-slide1 .tp-description {
    width: 220px; } }

@media (max-width: 767px) {
  #rev_slider_202_1_wrapper {
    margin-bottom: -100px; } }

.icon-grid.icon-grid-bg:hover {
  background: #e3c2b4; }

h5.grid-title, .grid-details h4 {
  line-height: 29px; }

.icon-grid h5.grid-title, .icon-grid p {
  display: block;
  display: -webkit-box;
  max-width: 400px;
  max-height: 80px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.inner-page-content-col ul {
  list-style-type: disc; }
  .inner-page-content-col ol {
    list-style-type: decimal; }
  .inner-page-content-col ul, .inner-page-content-col ol {
    padding-left: 40px; }
  .inner-page-content-col p img {
    margin: 11px; }

.project-thumbnail {
  margin-bottom: 27px; }

.inner-page-content-col p {
  margin-bottom: 15px !important; }

.pagination-col nav {
  background-color: transparent !important; }

.services-grid img {
  width: 100%; }

.product-item {
  height: 470px; }

.btn.btn-default {
  background-color: #641c00; }

.btn.btn-default:hover {
  background-color: #e3c2b4; }

.brand-color {
  background-color: #e3c2b4 !important; }

.btn.btn-default2 {
  color: white;
  background-color: #e3c2b4; }

.btn.btn-default2:hover {
  background-color: #641c00 !important; }

.page-title-wrapper {
  padding: 22px 0; }

.inner-page-content-col p {
  margin-bottom: 7px; }

div#map-canvas {
  margin: 15px 0 15px 0; }

button.btn-primary {
  border: none; }

h5.grid-title {
  margin-top: 15px; }

.alert {
  width: 65%; }

#form_builder_example button.btn-primary {
  background-color: #641c00;
  margin-top: 17px;
  border: 1px solid #641c00; }

.ideaseven, .copyright > p {
  font-size: 12px; }

.footer-menu {
  margin-top: 35px; }

@media (max-width: 767px) {
  h1.page-title {
    font-size: 50px; }
    .inner-page-content-col h2 {
      font-size: 40px; } }
