.banner {
  text-align: center;
  height: 540px;
  background-image: url(/assets/cta-background-c3846a9559a34a80d10ceb7c8914219ac9d322ba31888e859f6379c00678b295.jpg);
  background-size: cover;
}

.banner img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .frame {
  width: 80%;
  height: 300px;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  border: 10px #222;
  border-style: inset;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
}

.banner .banner-content {
  vertical-align: middle;
  position: absolute;
  top: 90px;
  color: #fff;
  width: 100%;
}

.banner .banner-content .banner-left {
  width: 50%;
  height: 200px;
  float: left;
}

.banner .banner-content .banner-right {
  min-width: 50%;
  float: right;
  margin: 100px auto;
  padding: 0 30px;
  text-align: left;
}

.banner .banner-content h1 {
  border-bottom: none;
  font-size: 48px;
  font-size: 5.5vw;
  line-height: 48px;
  line-height: 4vw;
  margin-bottom: 0;
}

@media (min-width: 850px) {
  .banner {
    background-position: center;
  }
}

@media (max-width: 850px) {
  .banner {
    height: 400px;
  }
  .banner .banner-content .banner-right {
    margin: 70px auto;
    text-align: left;
  }
  .banner .banner-content h1 {
    font-size: 36px;
    line-height: 26px;
  }
}

@media (max-width: 600px) {
  .banner-right {
    padding-left: 250px;
  }
  .banner .banner-content h1 {
    margin-bottom: 0;
  }
}

.panel-footer {
  padding: 20px 10px 10px;
}

.product-list-item .info {
  font-size: 15px;
}

#products-grid {
  background-color: #3b4352;
}
.simple_form.contact input, .simple_form.contact textarea {
  width: 100%;
}
img {
  border: none;
}

#nav-bar-right a {
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  /* Firefox 4 */
  -webkit-transition: color 0.2s;
  /* Safari and Chrome */
  -o-transition: color 0.2s;
  /* Opera */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Bariol', 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
}

h1 {
  font-size: 20px;
}

h1, h2, h3 {
  border-bottom: 1px solid #E6EEF7;
  line-height: 2em;
}

input[type="button"], input[type="submit"],
button, .button {
  text-transform: uppercase;
  font-weight: 600 !important;
  padding: 7px 15px;
  background-color: #3678D5;
  border-radius: 3px;
  transition: background-color 1s;
  -moz-transition: background-color 1s;
  /* Firefox 4 */
  -webkit-transition: background-color 1s;
  /* Safari and Chrome */
  -o-transition: background-color 1s;
  /* Opera */
}

ul.inline {
  list-style: none;
}

ul.inline > li {
  display: inline-block;
}

code, dl dt {
  font-family: 'Source Code Pro', monospace;
  font-size: 14px;
}

dt {
  color: #73A7E9;
}

dd {
  margin-bottom: 15px;
}

code {
  padding: 3px 5px;
  background-color: #EAF3FF;
  color: #73A7E9;
  border-radius: 3px;
}

pre code {
  padding: 0;
  background-color: inherit;
  color: #68A8EC;
  border-radius: inherit;
}

pre.highlight {
  padding: 15px;
  background-color: #EAF3FF;
  margin-top: 0;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

pre.highlight code {
  font-size: 12px;
}

pre.headers {
  padding: 5px 15px;
  margin-bottom: 0;
  background-color: #9DC5F3;
  color: white;
  text-transform: uppercase;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

pre.headers code {
  color: white;
}

.js-guides {
  display: none;
}

.home #site-title {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 35px;
}

.home #get-started {
  position: absolute;
  z-index: 1;
  text-transform: none;
  font-size: 24px;
  padding: 15px 30px;
  border: 4px solid white;
  font-weight: 400 !important;
  background-color: #78AD2F;
  top: 420px;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
}

.home #get-started:hover {
  background-color: #8BC73A;
}

.home #site-title h1 {
  font-size: 45px;
}

.home #site-title h2, .home #site-title h1 {
  color: white;
  border: none;
  text-transform: uppercase;
  letter-spacing: 14px;
}

.home #site-title h2 {
  font-size: 25px;
  letter-spacing: 21px;
  padding-left: 12px;
  margin-top: 10px;
  font-weight: 400;
}

#api-objects {
  width: 100%;
  height: 400px;
  position: absolute;
  background: url(/shared/images/api-objects-bg.png) no-repeat center;
  z-index: 0;
}

#subheader {
  padding: 35px 0;
  background: url(/shared/images/subheader_bg.png) repeat center top;
}

.home #subheader {
  padding-bottom: 50px;
}

#subheader .page-title {
  border: none;
  padding: 0;
  margin: 0;
  color: white;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1;
}

.logo img {
  margin-top: 40px;
}

#main-menu {
  margin-top: 20px;
  text-align: right;
}

#main-menu ul li a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  color: #358EC7;
}

#main-menu ul li a:hover,
#main-menu ul li.active a {
  color: #89B64A;
}

#main-menu ul li:last-child a {
  padding-right: 0;
}

#main-menu ul li:first-child a {
  padding-left: 0;
}

#github ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  -webkit-padding-start: 0px;
  border-left: 1px solid #E5EEF7;
}

#github ul li {
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 18px;
}

#github ul li i.icon-dot {
  position: absolute;
  position: absolute;
  margin-left: -31px;
  font-size: 21px !important;
}

#github ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #6286B1;
}

#github ul li a:hover {
  color: #78AD2F;
}

#github ul li .info {
  margin-top: 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #BAC3CF;
}

#github ul li .info .commit-author {
  margin-left: 10px;
  text-transform: none;
}

#sidebar-menu {
  margin-top: 56px;
}

#sidebar-menu ul {
  list-style: none;
}

#sidebar-menu ul ul {
  padding-left: 0px;
  -webkit-padding-start: 0px;
}

#sidebar-menu ul ul li a {
  padding-left: 7px;
}

#sidebar-menu ul ul ul {
  display: none;
}

#sidebar-menu ul ul ul li a {
  color: #6D8FB6;
}

.js-guides li i {
  cursor: pointer;
}

.js-guides li i:hover {
  color: #89B64A;
}

#sidebar-menu ul li a:hover,
#sidebar-menu ul li.active a:hover {
  color: #89B64A;
}

#sidebar-menu h3 a {
  font-size: 14px;
  text-transform: uppercase;
}

#sidebar-menu h3 a.active, #sidebar-menu h3 a.active-open {
  color: #89B64A;
}

#sidebar-menu ul li ul a {
  font-size: 12px;
}

#main-footer {
  margin-top: 20px;
  background: #fff;
}

#main-footer .row {
  margin-bottom: 0;
  font-size: 16px;
}

#main-footer .block-title {
  text-transform: uppercase;
  border: none;
  font-size: 12px;
}

#main-footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-padding-start: 0px;
}

.footer-bottom {
  color: #716e7d;
  text-align: center;
  height: 54px;
}

.footer-bottom p {
  color: #716e7d;
  font-size: 10px;
  padding-top: 15px;
}

#main-footer .social-icons {
  font-size: 30px;
  margin-top: 40px;
  text-align: right;
}

#main-footer .social-icons i {
  background-color: white;
  margin-left: 10px;
  padding-top: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 3px solid white;
  display: block;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  border-radius: 30px;
}

#main-footer .social-icons i.icon-github-circled {
  color: #2C84C7;
}

#main-footer .social-icons i.icon-twitter-circled {
  color: #009FD4;
}

#main-footer .social-icons i.icon-facebook-circled {
  color: #325B9A;
}

#main-footer .social-icons i.icon-gplus-circled {
  color: #E4532E;
}

/* DEVELOPER GUIDES */
.developer.home #subheader {
  padding-top: 20px;
}

.developer.home #subheader .container {
  background: url(/../../images/developer-banner.png) no-repeat center;
  min-height: 440px;
}

.developer #subheader {
  background-image: url(/../../images/developer-pattern.jpg);
}

/* INTEGRATOR GUIDES */
.integration.home #subheader .container {
  background: url(/../../images/integrator-banner.png) no-repeat center 100px;
  min-height: 440px;
}

.integration.home #subheader .container #site-title {
  margin-top: 0;
}

/* USER GUIDES */
.user.home #subheader .container {
  background: url(/../../images/user-banner.png) no-repeat center top;
  min-height: 440px;
}

.user.home #subheader .container #site-title {
  margin-top: 100px;
}

.user.home #subheader .container #site-title h1 {
  letter-spacing: 10px;
}

/* Browser fixes */
.firefox #main-footer .social-icons i {
  padding-top: 0;
  padding-bottom: 1px;
}

.ie #main-footer .social-icons i {
  height: 28px;
  width: 29px;
}

.ie #main-footer .social-icons i.icon-github-circled {
  padding-right: 1px;
}

.ie #github ul li i.icon-dot {
  font-size: 20px !important;
  margin-left: -30px;
}
@font-face {
  font-family: 'prospectus-light';
  src: url(/assets/ProspectusLThn-1a959b073429a1393c356a8fbab725200bb0dcd481b96a2d5c99ebb6f7121d61.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'prospectus';
  src: url(/assets/ProspectusLSBd-194da8123db2748ed27114703edadd34b4337b220068d230e2e42142c9cc2635.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'monts';
  src: url(/assets/Montserrat-Medium-1a3e0ddc1983c88d0bfa02b6195b98905ca285fbcd52c15414b76ee501d24caf.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'monts-semibold';
  src: url(/assets/Montserrat-SemiBold-dbfe5dfd406c9d8935b0f1133c81a5b8a6bdb8c92a8a36a5ecc03f889fafc0ab.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
#page-wrapper {
  position: relative;
  min-height: 100%;
}

#main-footer {
  background-color: #3b4352;
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}

#main-footer a {
  color: #fff;
}

#main-footer ul {
  padding: 6px 0;
}

#main-footer ul li {
  list-style: none;
}

#main-footer .copyright {
  width: 100%;
  text-align: center;
  bottom: 0;
  right: 50px;
  font-size: 22px;
  padding-bottom: 30px;
}

.footer-left {
  display: inline-block;
  width: 400px;
  height: 150px;
  position: relative;
}

.footer-left .footer-logo img {
  width: 120px;
  float: left;
}

.footer-right {
  float: right;
  top: -20px;
  width: 400px;
  position: relative;
  font-size: 18px;
}

.footer-right li {
  padding: 10px;
  margin: 10px 0;
}

.footer-right .footer-right-left {
  width: 52%;
  float: left;
}

.footer-right .footer-right-right {
  width: 48%;
  float: left;
}

@media (max-width: 810px) {
  #link-blocks {
    margin: auto;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
  .footer-right {
    float: left;
  }
  #main-footer ul {
    padding: 0;
  }
  .copyright {
    font-size: 16px;
  }
}
.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.header-overlay {
  height: 90px;
  width: 100%;
  opacity: 60%;
  z-index: 500;
  position: absolute;
  background: #535863;
}

.navbar {
  align-items: start;
  padding: 0;
}

.navbar-right {
  float: right !important;
}

@media (max-width: 768px) {
  .header-overlay, #header .container {
    height: 100px;
  }
  .banner-content {
    top: 100px;
  }
}

@media (min-width: 768px) {
  ul.navbar-right {
    flex-direction: row;
  }
  ul.navbar-right li {
    padding-right: 30px;
  }
}

#header {
  background-color: #3b4352;
  padding: 0;
  position: relative;
  font-size: 12px;
}

#header .navbar-nav a {
  color: #fff;
}

#header .nav-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 30px;
  padding-bottom: 0;
  padding-top: 10px;
  height: 90px;
}

#header.header-spree {
  background-color: #fff !important;
}

#home-page #header {
  width: 100%;
}

#home-page #header .nav-container {
  position: absolute;
  z-index: 1000;
  padding-bottom: 0;
  padding-top: 10px;
}

#main-nav-bar {
  padding: 0;
  padding-right: 15px;
}

#main-nav-bar a {
  padding-top: 0;
}

#main-nav-bar .navbar-left {
  margin: 0;
  width: 250px;
  float: left;
}

#main-nav-bar .navbar-left a {
  padding: 0px;
}

#main-nav-bar .navbar-left #logo img {
  height: 70px;
}

#main-nav-bar .navbar-right {
  margin: 0;
}
.row {
  display: block;
}

.wf-loading {
  display: none;
}

body {
  margin: auto;
  padding-top: 0 !important;
}

body .banner h1 {
  font-family: prospectus;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: monts;
}

#content {
  padding: 0;
}

.fa-solid {
  color: #fff;
}

.col-md-6 {
  float: left;
}

navbar-nav a, navbar-nav .text-primary {
  color: #fff;
}

.left {
  float: left;
  position: relative;
}

.page-container {
  background-color: #fff;
  padding-bottom: 258px;
}

@media (max-width: 810px) {
  .page-container {
    padding-bottom: 400px;
  }
}

.page-container:before, .page-container:after {
  display: table;
  content: " ";
}

.page-container:after {
  clear: both;
}

.ol-container-TODOFIXUP {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 500px;
  width: inherit;
  height: 100%;
}

.content {
  padding: 30px 0;
}

.btn-primary {
  border-color: initial;
}

input[type="button"], input[type="submit"],
button, .button, .btn-default, .btn-primary {
  background-color: #b1b0af;
}

.table > tbody + tbody {
  border-color: #3b4352;
}

.table .warning.cart-total {
  background-color: #b1b0af !important;
}

.table > tbody > tr.warning > td {
  background-color: #b1b0af !important;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover, .button:hover {
  background-color: burlywood;
}

li a:hover,
a.nav-pills:focus > li.active > a,
a:focus {
  background-color: inherit !important;
  text-decoration: none;
  color: inherit;
}

.alert-recaptcha_error {
  color: red;
  background-color: bisque;
}

.btn {
  background-color: #3b4352;
  border-color: #3b4352;
}
.grid-container {
  width: inherit;
}

#products-grid {
  display: grid;
  max-width: 100%;
  grid-auto-flow: dense;
  grid-gap: 2px 2px;
  background-color: #3b4352;
  padding-left: 10px;
  padding-top: 10px;
  width: inherit;
  height: 100%;
  /* featured product */
}

#products-grid .product-grid-item {
  grid-row: span 1;
  border: 1px solid #3b4352;
}

#products-grid .product-grid-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

#products-grid .grid-product-container {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

#products-grid .product-grid-item.product-grid-item:nth-child(9n-8) {
  grid-column: span 2;
}

#products-grid .product-grid-item.product-grid-item:nth-child(9n-8) .grid-product-container {
  padding-top: 50%;
}

#products-grid .product-grid-item.featured {
  position: relative;
}

#products-grid .featured-prod-image {
  color: #fff;
}

#products-grid .featured-overlay {
  position: absolute;
  top: 0;
  opacity: 50%;
  background-color: #b1b0af;
  z-index: 1000;
  height: 100%;
  width: 100%;
}

#products-grid .overlay-container {
  position: absolute;
  width: 50%;
  line-height: 22px;
  height: 100px;
  top: 0;
  z-index: 1100;
}

@media (min-width: 1601px) {
  #products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 1600px) {
  #products-grid {
    grid-template-columns: 25% 25% 25% 25%;
  }
}

/* @media (max-width: 1200px) {
  #products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 800px) {
  #products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
} */
@media (max-width: 550px) {
  #products-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#main-image img {
  max-width: 100%;
}

.product-title {
  text-align: center;
}

.add-to-cart {
  padding-left: 15px;
}

.well {
  color: #3b4352;
}

h3 {
  font-size: 24px;
}

#cart-form .y-axis {
  transform: rotate(-90deg);
  width: inherit;
}
.sell-contents-box {
  display: block;
  width: 48%;
  padding: 0 30px;
}

.sell-contents-box h1 {
  font-size: 45px;
  border: none;
  margin-bottom: 0;
}

.sell-contents-box p {
  font-size: 16px;
  line-height: 28px;
}

.animation {
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.circle-logo {
  vertical-align: middle;
  position: absolute;
  top: 19%;
  bottom: 0;
  left: 54%;
  width: 550px;
  height: 550px;
  animation-name: rotation;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(350deg);
  }
}

@media (max-width: 1250px) {
  .animation {
    text-align: center;
    height: 100%;
    vertical-align: middle;
  }
  .circle-logo {
    top: 16%;
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 965px) {
  .sell-contents-box {
    margin: 0;
    width: 100%;
  }
  .animation {
    width: 100%;
  }
  .circle-logo {
    position: static;
    margin: 0;
    width: 450px;
    height: 450px;
  }
}
.font-weight-medium {
  font-weight: 500;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
