@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left:15px;
    padding-right:15px;
  }
}

@media (max-width: 767px) {
  .container {
    margin-left:15px;
  margin-right:15px;
  }
}


@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------------------------------------------------------
[Stylesheet]
JAMES Framework - Reset & Typography
-------------------------------------------------------------------*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: fira-sans, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  
  }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

ul {
  list-style-type: none;
  padding:0; }


/* Typography 
   ========================================================================== */

a {
   text-decoration: none;  
}
a:hover {
  text-decoration: underline;  
}

html {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  font-size: 14px;

  font-family: fira-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}


.btn, .btn-large, .btn-flat, .menu_bar_navigation , nav a{
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
} 

h1, h2, h4, h5, .cbp-spmenu a {
  font-family: montserrat, sans-serif;
}

@media (max-width: 479px) {html { font-size: 14px; }}
@media (min-width: 480px) and (max-width: 767px) {html { font-size: 14px; }}
@media (min-width: 768px) and (max-width: 991px) {html { font-size: 14px; }}
@media (min-width: 992px) and (max-width: 1199px) {html { font-size: 14px; }}
@media (min-width: 1200px) {html { font-size: 14px; }}

body {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

p { 
  font-weight: 300;
  font-size:1.3rem;
  line-height: 1.72rem;
  margin: 0px 0px 1.72rem 0px;
}

p a {
  font-weight: 400;
  opacity:1 !important
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1.display {
  opacity: 1;
  font-family: fatfrank, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-size: 4rem;
  line-height: 4.1rem;
  margin: 1.72rem 0px 1.72rem 0px; 
}

h1 {
  opacity: 1;
  font-weight: 900;
  letter-spacing: -0.1rem;
  font-size: 2.71rem;
  line-height: 2.86rem;
  margin: 1.72rem 0px 1.72rem 0px; 
}

h2 {
  opacity: 1;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.01rem;
  font-size: 2.42rem;
  line-height: 2.86rem;
  margin: 1.14rem 0px 1.14rem 0px; 
}
  
h3 {
  /* fira sans heading */
  opacity: 0.64;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.02rem;
  line-height: 2.1rem;
  margin: 1.72rem 0px 1.5rem 0px; 
}
  
h4 {
  opacity: 0.64;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  line-height: 2rem;
  margin: 1.72rem 0px 1rem 0px; 
}
  
h5 {
  opacity: 0.84;
  font-weight: 600;
  font-size: 1.485rem;
  line-height: 2rem;
  margin: 0px 0px 1rem 0px; 
}    

h6 {
  /* fira sans heading */
  opacity: 0.84;
  font-weight: 500;
  font-size: 1.485rem;
  line-height: 2rem;
  margin: 0px 0px 1rem 0px; 
}  
  
em {
  font-style: italic; 
}

strong {
  font-weight: 500; 
}    

small {
  letter-spacing: 0.02rem;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.1rem;
  opacity:1 !important;  
}

blockquote {
  font-style: italic;
}


.navigation_desktop  a {
  font-weight: 400;
  font-size:1.3rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;    
  text-transform: uppercase;

}  
/*! jQuery UI - v1.11.4 - 2015-07-24
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20); /* support: IE8 */
  border-radius: 5px;
}
/*------------------------------------------------------------------
[Master Stylesheet]

Project:      DPD - Digital Product Delivery
Version:      1.0
Last change:  28/07/2015
Author:         Mat Przegietka 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Helper Classes
2. Content Animations
3. Navigation
4. Homepage Content
5. Boxes
6. Subsections
7. Features
8. Video Separator
9. Payments
10. Integrations
11. Demos
12. CTA Section
13. Reviews
14. Footer
15. Important Box & Table
16. List styles
17. Headline
18. Blog
19. Pagination
20. Stores
21. Vendor Login
22. Product Demo
23. Pricing Tables
24. Price Slider
25. Inputs
26. Buttons
27. Color Scheme

-------------------------------------------------------------------*/


/*--------------------------------------*/
/* 1. Helper Classes -------------------*/
/*--------------------------------------*/

.align-center {text-align:center}
.aligh-left {text-align:left}
.align-right {text-align:right}
.float-left {float:left}
.img_responsive {max-width: 100%}
.img-circle {border-radius: 50%}
.img-rounded_corner {border-radius: 0.2rem}
.img-framed {border: solid 1px rgba(0,0,0,.1);position: relative; padding:0.5rem; margin-bottom: 2rem;}
.margin-top {margin-top:4rem;}
.margin-bottom {margin-bottom:4rem;}




/*--------------------------------------*/
/* 2. Content Animation ----------------*/
/*--------------------------------------*/



/* Content animations */

.home_anim1,
.home_anim2,
.home_anim3,
.home_anim4,
.home_anim5,
.home_anim6,
.home_anim7,
.home_anim8,
.home_anim9,
.home_anim10,

.more_info_anim1,
.more_info_anim2,
.more_info_anim3,
.more_info_anim4,
.more_info_anim5,
.more_info_anim6,
.more_info_anim7,
.more_info_anim8,
.more_info_anim9,
.more_info_anim10,

.feature_1_anim1,
.feature_1_anim2,
.feature_2_anim1,
.feature_2_anim2,
.feature_3_anim1,
.feature_3_anim2,
.feature_3_anim3,

.payments_anim1,
.payments_anim2,
.payments_anim3,
.payments_anim4,
.payments_anim5,
.payments_anim6,
.payments_anim7,
.payments_anim8,
.payments_anim9,

.integrations_anim1,
.integrations_anim2,
.integrations_anim3,
.integrations_anim4,
.integrations_anim5,
.integrations_anim6,
.integrations_anim7,
.integrations_anim8,
.integrations_anim9,
.integrations_anim10,
.integrations_anim11,
.integrations_anim12,
.integrations_anim13,
.integrations_anim14,
.integrations_anim15,
.integrations_anim16,
.integrations_anim17,

.demos_anim1,
.demos_anim2,
.demos_anim3,
.demos_anim4,
.demos_anim5,
.demos_anim6,
.demos_anim7,
.demos_anim8,
.demos_anim9,
.demos_anim10,

.reviews_anim1,
.reviews_anim2,
.reviews_anim3,
.reviews_anim4,
.reviews_anim5,
.reviews_anim6,
.reviews_anim7,
.reviews_anim8,
.reviews_anim9,
.reviews_anim10

{
  opacity:0
}

/*--------------------------------------*/
/* 3. Navigation -----------------------*/
/*--------------------------------------*/

/*-- Menu Icons --*/

.submenu_icon {
  display:inline; 
  margin-left:0.2rem;
  margin-right:0rem;
  font-size:0.6rem;
  vertical-align: middle;
}

.menu_icon {
  display:inline;
  margin-left:2rem;
  margin-right:0.3rem;
  font-size:1.2rem;
  vertical-align: middle;
}

/*-- desktop navigation --*/

.navigation_desktop ul { 
    float:right;
    padding:0;
    margin:0;   
    margin-top:0.5rem;
}

.navigation_desktop ul li {
    float:left;
    padding:0;
    height:auto;
    margin-left:1rem;
  margin-right:1rem;
  display:inline-block;
}

.navigation_desktop ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation_desktop a:hover {
  opacity:1;
}

.navigation_desktop li a:focus, .navigation_desktop a:hover {
  outline:none;
  text-decoration: none;
}

.navigation_desktop .submenu {
  opacity:0;
  position:absolute;
  top:1.8rem;
  padding:1rem;

  visibility:hidden;
  background: white;  
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submenu li {
  float:none !important;
  height: 0;
    overflow:hidden;
    padding-top:1rem;
    padding-bottom: 1rem;
    margin: 15px 0 15px 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    display:list-item !important;
}

.submenu li:last-child {
    border:none;
}

.submenu li a{
  text-transform: none;
  color:black;
  opacity:0.6;
  font-weight:500;
  font-family: montserrat, sans-serif;
  letter-spacing: normal; 
  padding: 5px 0;
}

.submenu li a:hover{
  color:#55ba46;
  opacity:1;
}

.navigation_desktop ul li:hover > .submenu {
  opacity: 1;
  visibility:visible
}

.top_bar {
  position:relative;
    z-index: 10;
}


/*-- menu_bar --*/

.menu_bar {
  height:5.14rem;
  padding-top:1.7rem;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 1);
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index:900;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  transform: translateY(-105%);
  -ms-transform: translateY(-105%);
}

.menu_bar-hide {
  height: 5.14rem;
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  
}

.menu_bar-show {
  height: 5.14rem;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -ms-transform: translateY(0%);
}

.menu_bar .navigation_desktop ul {
  margin:0;
}


.menu_bar .navigation_desktop .submenu {
  top:4rem;
}

.logo {
  float:left; 
  line-height: 0;   
}

/*-- Mobile Menu --*/

.cbp-spmenu {
  position: fixed;
  padding-top:0.5rem;
  padding-left:2rem;
  background-color: white;
}

.cbp-spmenu a {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
    text-decoration:none;
    text-align:left; 
    opacity:0.6;
    color:black;
  font-weight:500;  
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.cbp-spmenu a:hover {
    opacity:1;
    color:#55ba46;
}

.cbp-spmenu-vertical {
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 1001;
}

.cbp-spmenu-right {
  right: -255px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#mobile_menu_content {

}

#mobile_menu_content li {
    border-bottom: solid 1px rgba(0,0,0,0.1)
}


#mobile_menu_content li:last-child {
    border:none;
    margin-top:2rem;
}

#mobile_menu_content li:nth-last-child(2) {
    border:none;
}

#mobile_menu_content li a {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

#mobile_menu_content .menu_icon {
  margin-left:0;
  
} 

/*-- Mobile Menu open & close buttons --*/

.mobile_nav_close_button {
  position:absolute;
  z-index: 100;
  right:3rem;
  top:2rem;
  border:0;
}

.mobile_nav_close_button a  {
  border:0;
  color:black;
  font-size:3rem !important;
    line-height:2rem;
    opacity:0.5 !important;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_nav_close_button a:hover  {
  opacity:1 !important;
  margin-left:0rem !important;
}

.mobile_nav_open_button a {
  border:0;
  color:white;
  font-size:3rem !important;
    line-height:2rem;
}

.menu_bar .mobile_nav_open_button a {
  font-size:2rem !important;
  color:black
}

.mobile_nav_open_button {
  opacity:0.8;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_nav_open_button:hover {
  opacity:1
}

#mobile_menu_content {
    clear:both;
    box-shadow:none;
    -webkit-box-shadow: none;
}


/*--------------------------------------*/
/* 4. Homepage Content -----------------*/
/*--------------------------------------*/

html {
  overflow-x:hidden;
}

.logo_home {
  margin-bottom: 5.15rem;
  float:left;
}

.hero_fullscreen {
  padding-top:2.5rem;
  padding-bottom: 5rem;
}


/*-- Main Content --*/

#main_content {
  overflow:hidden;
}

#main_content h2, 
#main_content h6,
.cta_button_area {
  position:relative;
  z-index:2
} 

.content_container {
  vertical-align: middle;
  z-index: 10;
}

/*-- CTA Area --*/

.cta_button_area {
  margin-top:2.15rem;
  margin-bottom:4rem;
}

.cta_button_area a{
  opacity:.85;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cta_button_area a:hover {
  opacity:1;
}

/*-----------------------------------------*/
/* 5. Boxes -------------------------------*/
/*-----------------------------------------*/


/*-- Process --*/

.process_box {
  margin-top:2rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
}

.process_box img {
  margin-bottom:2rem;
}


/*-- Features - subpage --*/

.features_box {
  margin-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  min-height: 440px;
}

.features_box img {
  margin-bottom:0.5rem;
}


/*-- Team - subpage --*/

.team_member_box {
  padding-left:2rem;
  padding-right:2rem;
  margin-bottom:2rem;
}

.team_member_box h6 {
  margin-top:2rem;
  margin-bottom:0;
}

.team_member_box p.accent {
  color:#43b749;
  opacity:1;
}


/*--------------------------------------*/
/* 6. Subsections ----------------------*/
/*--------------------------------------*/

.subsection {
  padding-top:5rem;
  padding-bottom:5rem;
  position:relative;
  z-index:1;
}

.subsection_border {
  border-bottom: solid 1px rgba(0,0,0,.1) ;
}

.subsection_no_padding_bottom {
  padding-bottom:0;

}

.intro {
  padding-bottom:1rem;
  padding-top:1rem;
}

.intro h3 {
  margin-top:0;
}


/*--------------------------------------*/
/* 7. Features -------------------------*/
/*--------------------------------------*/

.feature_container {
    position:relative;
    margin:0;
    padding:0;
    padding-top:7rem;
}

.feature_container.left{
    padding-right: 2rem;    
}

.feature_container.right{
    padding-left: 2rem;    
}

.feature_content h3 {
  margin-top:0;
}

.feature_image_container {
  position:relative;
  margin-bottom:0;
  padding-bottom:0;
  line-height:0;
  width:100%;
}

.features_list_box {
  padding:2rem;
}


/*--------------------------------------*/
/* 8. Video Saparator ------------------*/
/*--------------------------------------*/


#video_bg {
  color:white;
  background-color:black;
  position:relative;
  background: url(../images/video_separator_background.jpg?1698417342) ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#video_bg h4 {
  margin-top:0;
  opacity: .68;
  background: #000;
  padding: 5px;
}

video, object {
  top:0;left:0;
  position:absolute;
  z-index:1;
}

#video_bg .container {
  z-index:100;
  position:relative;
  padding-top:5rem;
  padding-bottom:5rem;
}

iframe {border:none;}



/*---------------------------------------*/
/* 9. Payments --------------------------*/
/*---------------------------------------*/

.image_bottom_layer {
  position:relative
}

.image_top_layer {
  position:absolute; 
  top:0;
}

.image_mobile {
  position:relative;
  margin:0 auto;
}


/*---------------------------------------*/
/* 10. Integrations ---------------------*/
/*---------------------------------------*/

.logo_grid {
  padding-top:3rem;
}

.logo_grid ul li {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
  width:25%;
  display:inline-block;
  margin: 0;
  padding:0;
  float:left;
}

.logo_grid ul li:nth-child(4n+4) {
  border-right:none;
}

.logo_grid ul li:nth-last-child(1),
.logo_grid ul li:nth-last-child(2),
.logo_grid ul li:nth-last-child(3),
.logo_grid ul li:nth-last-child(4) {
  border-bottom:0;
}


/*--------------------------------------*/
/* 11. Demos ---------------------------*/
/*--------------------------------------*/

#demos {
  background: #43b749; /* Old browsers */
  background: -moz-linear-gradient(left, #43b749 0%, #43b749 50%, #8ac53f 50%, #8ac53f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#43b749), color-stop(50%,#43b749), color-stop(50%,#8ac53f), color-stop(100%,#8ac53f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #43b749 0%,#43b749 50%,#8ac53f 50%,#8ac53f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #43b749 0%,#43b749 50%,#8ac53f 50%,#8ac53f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #43b749 0%,#43b749 50%,#8ac53f 50%,#8ac53f 100%); /* IE10+ */
  background: linear-gradient(to right, #43b749 0%,#43b749 50%,#8ac53f 50%,#8ac53f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b749', endColorstr='#8ac53f',GradientType=1 ); /* IE6-9 */
  color:white;
}

.demos_icon {
  font-size:3rem;
}

.demos_container_left,
.demos_container_right {
  padding-right:5rem;
  padding-left:5rem;
}


/*--------------------------------------*/
/* 12. CTA Section ---------------------*/
/*--------------------------------------*/

.cta_section_button {
  padding-top:4rem;
}


/*--------------------------------------*/
/* 13. Reviews -------------------------*/
/*--------------------------------------*/

.owl-carousel {
  margin-top:3rem;
}

.single_review {
  margin-bottom:2rem
}

.single_review img{
  max-width:4rem;
  height:4rem;
  margin-top:2rem;
  margin-bottom:2rem;
}

.review_content {
  overflow:hidden;
}

.review_content p {
  padding-top:2rem;
}

.reviews_logo img {
  width:90%
}

.review_content h5 {
  font-style: italic;
}

.review_top_ornament_line {
  width:10rem;
  display:inline-block;
}

.review_top_ornament_quotemark {
  font-family:'Times New Roman', Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 5rem;
  display:inline-block;
  margin-bottom:0.8rem;
}

.review_bottom_ornament_line {
  margin-left:0rem;
  margin-right:0rem;
  width:4rem;
  display:inline-block;
}

.review_bottom_ornament_triangle {
  width: 0;
  height: 0;
    position:relative;
  display:inline-block;
  top:9px;
  margin-left: -5px;
  margin-right:-5px;
}

.review_bottom_ornament_triangle:after {
  content:'';
    width: 0; 
    height: 0;  
    position:absolute;
  top:-10px;
  left:-9px;
}


/*--------------------------------------*/
/* 14. Footer --------------------------*/
/*--------------------------------------*/

#footer {
  padding-top:2rem;
  padding-bottom:0.1rem;
}

#footer small {
  font-weight: 400
}


/*--------------------------------------*/
/* 15. Important Box and Table ---------*/
/*--------------------------------------*/

.important_box {
  background-color:#f9f9f9;
  padding:3rem;
  margin-bottom:1rem;
}

.important_box p,
.important_box h1,
.important_box h2,
.important_box h3,
.important_box h4,
.important_box h5,
.important_box h6
 {
  margin-bottom:0;
  margin-top:0;
}

thead {
  border-bottom:solid 3px #43b749;

}

th, td {
  width:20rem;
  text-align:center;
  height:5rem;
}

tr:nth-child(odd) {
  background:white;
}

tr:nth-child(1) {
  
}


tr {
  border-bottom:solid 1px rgba(0,0,0,.03);
  background: #f9f9f9; 
}

th {

}

tr {
  opacity:0.64
}


/*--------------------------------------*/
/* 16. List styles ---------------------*/
/*--------------------------------------*/


.ul_style_1 {
  margin-top:0;
  list-style-type: none;
}


.ul_style_1 li {  
  font-weight: 400;
  font-size:1.2rem;
  letter-spacing: 0.02rem;
  line-height: 2.1rem;
  margin-bottom:1rem;
  position:relative;
  padding-left:1.5rem;  
}


.ul_style_1.inline li {
  display:inline-block;
} 

.ul_style_1.inline li:first-child {
  margin-right:2rem;
}


.ul_style_1 li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\2d";
    width: 1.4rem;
    color:#43b749;
    margin-right:1rem;
    position: absolute;
    left: 0;
}

.ul_style_1 li.star:before {
  font-family: "Font Awesome 6 Pro";
  content: "\e10a";
    width: 1.4rem;
    color:#43b749;
    margin-right:1rem;
    position: absolute;
    left: 0;
}

.ul_style_1 li.heart:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f004";
    width: 1.4rem;
    color:#43b749;
    margin-right:1rem;
    position: absolute;
    left: 0;
}

.ul_style_1 li.ok:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
    width: 1.4rem;
    color:#43b749;
    margin-right:1rem;
    position: absolute;
    left: 0;
}

.ul_style_1 li.arrow:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
    width: 1.4rem;
    color:#43b749;
    margin-right:1rem;
    position: absolute;
    left: 0;
}


.ul_style_1 li a {
  color:black;
  opacity: 0.64;
  overflow: hidden;
}

.ul_style_1 li a:hover, .ul_style_1 li a:active {
  color:#43b749;
  opacity:1;
  text-decoration: underline;
} 


.ul_style_2 {
  margin-top:0;
  list-style-type: none;

}

.ul_style_2.columns {
  -moz-column-count: 2;
    -moz-column-gap: 5rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 5rem;
    column-count: 2;
    column-gap: 5rem;
}


.ul_style_2 li {  
  opacity:1;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-size: 1.285rem;
  line-height: 2.1rem;
  margin-bottom:1rem;
  position: relative;
  padding-left:2.7rem;
}

.ul_style_2 li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f330";
    width: 1.4rem;
    color:rgba(0,0,0,.3);
    margin-right:0.1rem;
  font-size:1.7rem;
  position: absolute;
    left: 0;
}

.ul_style_2 li a {
  color:black;
  opacity: 0.64;
}

.ul_style_2 li a:hover {
  color:#43b749;
  opacity:1;
} 

.ol_style_1 {
  list-style-type: none;
  margin:0;
  padding:0;
}

.ol_style_1 li {
  counter-increment: step-counter;
  margin-bottom:0.3rem;
}


.ol_style_1 li:before {
  content: counter(step-counter)'. ';
  font-weight: 600;
  margin-right:0.5rem;
  
}




/*--------------------------------------*/
/* 17. Headline ------------------------*/
/*--------------------------------------*/

.subpage_hero {
  padding-bottom:2rem;
  padding-top:8.15rem;
}

.subpage_hero h3 {
  margin-top:0;
}

.search_form {
  text-align: right;
}

.search_form .btn { 
  padding:0 0.95rem;  
  margin-right:1rem;
  margin-left:1rem;
  display:inline-block; 
}

.search_form .input-field{
  display:inline-block;
  width:15rem;
  margin-botttom:0;
}

.search_form .input-field label {
  color:#b6f1ad
  opacity:1;
}


/*--------------------------------------*/
/* 18. Blog ----------------------------*/
/*--------------------------------------*/


.post_details li {
  float:left;
  margin-right:2rem;
  opacity:0.5
}

.post_details li:last-child {
  float:none;
}

.post_details {
  margin-bottom:2rem;
}

.post_excerpt img {
  padding-bottom:2rem;
}

.post_details li div {
  display:inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  font-size:1.2rem;
}

.read_more_link {
  text-transform: uppercase;
  font-weight: 500;
  color:#43b749;
}

.post_excerpt {
  padding-bottom:4rem;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  margin-bottom:4rem;
}

/* Comment Section ----------------------*/


.comments_section {
  margin-bottom: 5rem;
}

.comments_section h4 {
  margin-bottom:3rem;
}

.comment {
  padding:1.5rem;
  min-height: 10rem;
  margin-bottom:2rem;
}

.comment_bg1 {
  background: white;
}

.comment_bg2 {
  background: #f9f9f9;
}

.comment_info {
  width:10rem;
  float:left;
  margin-right:2rem;
  padding-bottom:2rem;
}

.comment_info p {
  opacity:0.5
}

.comment_content {
  overflow:hidden
}

.content p {
  margin-bottom:0;
}

.response {
  margin-left:5rem;
}

.reply_link {
  font-weight: 500;
  color:#43b749;
}

.comment_form h4 {
  margin-bottom:3rem;
}


/*---------------------------------------*/
/* 19. Pagination -----------------------*/
/*---------------------------------------*/

.pagination {
  text-align:center
}

.pagination ul li { 
  text-align:center;
  display:inline-block; 
  margin-left:0.2rem;
  margin-right:0.2rem;
  border:solid 1px rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
  margin-left:0;
  margin-right:0;
}


.pagination ul li.active {  
  border:solid 1px rgba(0,0,0,.1);
  min-width:2.5rem;
  min-height:2.5rem;
  border-radius: 2rem;
}

.pagination ul li a {
  padding-left:1rem;
  padding-right:1rem;
  color:black;
  opacity:0.5;
  line-height: 2.5rem;  
}

.pagination ul li.active a,
.pagination ul li a:hover{
  color:#43b749;
  opacity:1;
  outline:none;
}

.pagination li a span {
  display:inline-block;
  font-size: 1.5rem;
  position:relative;
  vertical-align: middle;
}


/*--------------------------------------*/
/* 20. Stores --------------------------*/
/*--------------------------------------*/

.grid-item {
  width:33.3%;
  padding:0.5rem;
  height:30rem;
}

.grid-item img {
  margin-bottom:1rem;
}


/*--------------------------------------*/
/* 21. Vendor Login --------------------*/
/*--------------------------------------*/

#vendor_login {
  background: #48b54f
}

#vendor_login .hero_fullscreen.background_solid.solid_01 {
  background: #55ba46
}

#vendor_login #footer {
  height:100%;
}

#vendor_login .hero_fullscreen.background_solid {
  padding-bottom:5rem !important
}

.form_container {
  background:white;
  color:black;
  padding:4rem;
  border-radius: 5px;
}

.form_container h2 {
  margin-top:0;
}

.form_container a {
  opacity:0.5
}

.login_form {
  padding-bottom:2rem;
  margin-top:3rem;
}

.system_updates {
  color:white;
  padding-top:3rem;
}

.system_updates li {
  padding:2rem;
  text-align:left;
  border-bottom:solid 1px rgba(255,255,255,.1);
  -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.system_updates li:last-child {
  border-bottom:none
}


.system_updates li p {
  margin:0;
  opacity:1;
}

.system_updates li:hover {
  background: rgba(255,255,255,.05)
}


.system_updates li a {
  color:white;
}


/*--------------------------------------*/
/* 22. Product demo --------------------*/
/*--------------------------------------*/

.demo_cart_box {
  padding-left:3rem;
  padding-right:3rem;
  background:#f9f9f9;
  height:18rem;
  display:table;
  width:100%
}

.demo_cart_box_content {
  display: table-cell;
  vertical-align: middle;
}

.demo_cart_box_content p {
  margin-bottom:0;
}

.demo_cart_box_content a img {
  margin-top:1.5rem;
}

.demo_cart_description {
  padding-right:3rem;
  height:18rem;
  display:table;
  width:100%;
}

.demo_cart_description_content {
  display: table-cell;
  vertical-align: middle;
}

.subscription_demo_box {
  height:auto;
  padding-bottom:1rem;
}

/*--------------------------------------*/
/* 23. Pricing Tables ------------------*/
/*--------------------------------------*/

.table_column {
  margin-bottom:1rem;
}

.table_column_head {
  padding:3rem;
  color:white;
  margin-bottom: 2px;
}

.table_column_head h1,
.table_column_head h6,
.table_column_content h3,
.table_column_content p {
  margin:0;
}

.table_column_head.column1 {
  background:#ffb74d;
}

.table_column_head.column2 {
  background:#ff9800;
}

.table_column_head.column3 {
  background:#f57c00;
}

.table_column_content {
  background:#f9f9f9;
  color:black;
  padding:1.5rem;
  margin-bottom:3px;
}

.table_column_content button {
  margin-top:2rem;
}

.ribbon-wrapper-green {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  position: absolute;
  top: 0rem;
  right:0;
  margin-right: 15px;
}

.ribbon-green {
  font-size: 0.6rem;
  font-weight: 600;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding:0;
  left: -1.1rem;
  top: 1.3rem;
  width:10rem;
  background-color: #673ab7;
  color: white;
}


/*--------------------------------------*/
/* 24. Price Slider --------------------*/
/*--------------------------------------*/

#price_slider {
  margin-bottom:2rem;
  margin-top:2rem;
}


.price_slider_content {
  background:#f9f9f9;
  color:black;
  display:inline-block;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  width:32%;
  margin-bottom:2px
}

.price_slider_content h3,
.price_slider_content p {
  margin:0;
}

.price_slider_content.content02 p,
.price_slider_content.content02 h3 {
  color:#55ba46;
  opacity:1
}

/* Slider skin --------------------*/

.ui-slider {
  background: #e1d8f1;
  border:none;
  height:1.2rem;
  width:100%
}

.dots{
    width: 0.5rem;
    height: 0.5rem;
    background: white;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 0.4rem;
}

.ui-slider-handle {
  background:#673ab7 !important;
  color: white  !important;
  line-height:1.5rem !important;
  margin-left:-1.5rem !important;
  margin-top:0.09rem;
  text-align: center!important;
  width:3.2rem !important;
    height:1.6rem !important;
    outline: none;
    cursor: pointer!important;
    border:none !important
}
  
.ui-slider-handle:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f07e";
  display: block;
    position: absolute;
    font-size:1.2rem;
    margin-left:0.95rem;
}

.ui-slider-handle:hover{
    border:none !important
}

.ui-slider-handle:active{
   border:none !important
}

.ui-slider-handle:focus{
   outline: none !important;
}

.signup_form_intro {
  padding-top:5rem;
  padding-bottom:3rem;
}


/*---------------------------------------*/
/* 25. Inputs ---------------------------*/
/*--------------------------------------*/

.input-field {
  position: relative; 
  margin-bottom:1.5rem;
}

.input-field label {
    opacity:0.4;
    position: absolute;
    top: 0.8rem;
    left: 0rem;
    font-size: 1rem;
    cursor: text;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out; 
}

.input-field label.active {
    font-size: 0.8rem;
    opacity:0.7;
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -o-transform: translateY(-130%);
    transform: translateY(-130%); 
}

.input-field input[type=text].valid,
.input-field input[type=password].valid,
.input-field input[type=email].valid,
.input-field input[type=date].valid,
.input-field textarea.valid {
    border-bottom: 1px solid #4CAF50;
    -webkit-box-shadow: 0 1px 0 0 #4CAF50;
    -moz-box-shadow: 0 1px 0 0 #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50; 
}

.input-field input[type=text].invalid,
.input-field input[type=password].invalid,
.input-field input[type=email].invalid,
.input-field input[type=date].invalid,
.input-field textarea.invalid {
    border-bottom: 1px solid #F44336;
    -webkit-box-shadow: 0 1px 0 0 #F44336;
    -moz-box-shadow: 0 1px 0 0 #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}
       
.input-field .prefix {
    position: absolute;
    width: 2rem;
    top:1rem;
    font-size: 1.72rem;
    opacity:0.4;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s; 
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea {
    margin-left:3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.input-field .prefix ~ textarea {
    padding-top: 0.8rem; 
}

.input-field .prefix ~ label {
    margin-left: 3rem; 
}
    
input[type=text],
input[type=password],
input[type=email],
input[type=date],
textarea {
  background-color: transparent;
  border: none;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

 
/*--------------------------------------*/
/* 26. Buttons -------------------------*/
/*--------------------------------------*/ 
 
.btn,
.btn-large,
.btn-flat {
  display: inline-block;
  font-weight:900;
  height: 2.9rem;
  padding: 0 2.1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 2.8rem;
  text-transform: uppercase;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.btn,
.btn-large {
  text-decoration: none;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size:1rem;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.btn-flat {
  box-shadow: none;
  background-color:rgba(255, 255, 255, .1);
  color: white;
  cursor: pointer;
}
  
.btn-flat.disabled {
  color: white;
}

.btn-large {
  font-size: 1.7rem; 
  height: 54px;
  line-height: 54px;
}

.go_to_try_now
{margin-top: 10px}

.store_button {
  display: inline-block;
  margin:0 0.5rem;
  margin-bottom:1rem;
}

.btn.btn_with_icon {
  line-height:2rem;
  padding: 0 1.5rem;
  padding-top:0;
  padding-bottom:0;
  padding-left:0.8rem;
  padding-right:1.5rem;
  text-align:left !important;
}

.btn.btn_with_icon img{
  height:3.2rem;
  width:3.2rem;
  line-height:3.2rem;
  padding: 0.7rem;
  float:left;
}

.btn.btn_with_icon h6, .btn.btn_with_icon span {
  margin:0 !important;
  padding:0 !important;
  line-height: 0;
}

.btn.btn_with_icon span {
  font-weight: 300; 
  font-size: 0.6rem;
}

.btn.btn_with_icon .btn_content {
  display:inline-block;
}

.btn-circle {
  color:white;
  height:5rem;
  width:5rem;
  line-height:5.5rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border:none;
  margin:0 auto;
  letter-spacing: -0.3rem;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-circle-icon {
  color:white;
  text-align: center;
  font-size:2rem;
}

.btn-circle:hover {
  cursor: pointer;
}


.z-depth-1, nav, .card-panel, .card, .toast,  .btn-large, .btn-floating, .dropdown-content, .collapsible, ul.side-nav.full, ul.side-nav.fixed, .shadow, .submenu, .cbp-spmenu  {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .btn-large:hover, .btn-floating:hover, .modal {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); 
}

.z-depth-2, .shadow:hover , .about_video_player iframe{
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); 
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); 
}

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); 
}
  
 
/* Remove Focus Boxes */
select:focus {
    outline: 1px solid #f8c1c3;
}

button:focus {
    outline: none;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
} 
  




/*--------------------------------------*/
/* 27. Color Scheme --------------------*/
/*--------------------------------------*/ 


.hero_fullscreen,
nav a,
.cta_button_area a{
  color:white;
}

.hero_fullscreen {
  background-color: #55ba46;  
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background-color: #fafafa;  
}

.contact_form .input-field label,
.menu_bar_navigation ul li a{
  color:black;
}
 
.contact_form input[type=text],
.contact_form input[type=password],
.contact_form input[type=email],
.contact_form input[type=date],
.contact_form textarea {
  border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.search_form input[type=text] {
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}

.input-field label {
  color:white;
}

.menu_bar {
  background-color:white;
}

.nivo-lightbox-theme-default .nivo-lightbox-close,
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  color:black
}

#reviews .owl-theme .owl-controls .owl-page span {background:#f0f0f0}
#reviews .owl-theme .owl-controls .owl-page.active span,
#reviews .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #43b749;
}

.review_top_ornament_line {border-top:solid 1px rgba(0,0,0,.1)}
.review_top_ornament_quotemark {color:rgba(0,0,0,.1)}
.review_bottom_ornament_line {border-top:solid 1px rgba(0,0,0,.1)}
.review_bottom_ornament_triangle {
  border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,.16);
}

#reviews .review_bottom_ornament_triangle:after {
  border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid white; 
}

.subsection_color_1 {
  background-color:white;
}

.subsection_color_2 {
  background-color:#f9f9f9;
}

.btn,
.btn-large,
.btn-circle {
  background-color: #5e35b1;
}

.btn:hover,
.btn-large:hover,
.btn-circle:hover {
  background-color: #834ae7;
  text-decoration: none;
  color: #FFF;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
  border-bottom: 1px solid #8e24aa;
    -webkit-box-shadow: 0 1px 0 0 #8e24aa;
    -moz-box-shadow: 0 1px 0 0 #8e24aa;
    box-shadow: 0 1px 0 0 #8e24aa; 
}

.search_form input[type=text]:focus {
  border-bottom: 1px solid white;
    -webkit-box-shadow: 0 1px 0 0 white;
    -moz-box-shadow: 0 1px 0 0 white;
    box-shadow: 0 1px 0 0 white; 
}

.hero_fullscreen.background_solid.solid_01 {
  background: rgb(112, 183, 85); /* fallback */
  background-image: url(../images/home_background.png?1698417342); 
  background-position: 50% 99.9%;
  background-size: 100% auto; 
  background-repeat: no-repeat;
}

a, .menu_bar_navigation ul li a:hover,
.menu_bar_navigation ul li.active a{
  color:#673ab7;
}

a:hover,
.ol_style_1 li:before {
  color:#43b749;
}

.subsection_color_3 {
  background: #43b749;
  color:white;  
}

nav a
  {
  color:#b6f1ad;
}

nav a:hover {
  color:white;
}

.menu_bar nav a {
  color:black;
  opacity:0.5
}

.menu_bar nav a:hover {
  color:#55ba46;
}


/* Hero Graphics */

.hero_fullscreen.background_solid.solid_ebook {
  background: url(../images/hero/targeted-hero-ebook.png?1698417342);
  background-position:50% 99.9%;
  background-size: 100% auto; 
}

.hero_fullscreen.background_solid.solid_fitness {
  background: url(../images/hero/targeted-hero-fitness.png?1698417342);
  background-position:50% 99.9%;
  background-size: 100% auto; 
}

.hero_fullscreen.background_solid.solid_music {
  background: url(../images/hero/targeted-hero-music.png?1698417342);
  background-position:50% 99.9%;
  background-size: 100% auto; 
}

.hero_fullscreen.background_solid.solid_graphics {
  background: url(../images/hero/targeted-hero-graphics.png?1698417342);
  background-position:50% 99.9%;
  background-size: 100% auto; 
}

.hero_fullscreen.background_solid.solid_themes {
  background: url(../images/hero/targeted-hero-themes.png?1698417342);
  background-position:50% 99.9%;
  background-size: 100% auto; 
}

/*===== call action partial block =====*/
.call-action {
  background-color: var(--white);
  padding: 100px 0;
}
.call-action .inner-content {
  position: relative;
  padding: 50px;
  border-radius: 10px;
background-image: url(../images/cta-bg-shape.png?1698417342);
background-position: 80% 100%;
  color:white;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .inner-content {
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .call-action .inner-content {
    padding: 30px;
    text-align: center;
  }
}
.call-action .inner-content .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.call-action .text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
  margin: 0.5em 0;
}
.call-action .text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  margin: 0.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .text h2 {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .call-action .text h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.call-action .text h2 span {
  display: block;
  color: #ffffff;
}
.call-action .btn-large {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .call-action .btn-large {
    margin-top: 20px;
  }
}
._dpd-button_cta_text {
  font-weight: 600;
}
/*------------------------------------------------------------------
[Stylesheet]
Responsiveness Fixes
-------------------------------------------------------------------*/

@media (max-width: 337px){
  .navigation_desktop ul {margin-top:-2rem;}
}

@media (max-width: 479px) {
  .input-field .prefix {display:none;}
  .input-field .prefix ~ input {margin-left:0;width:100%;}
  .input-field .prefix ~ label {margin-left: 0;}
  .container {padding-left: 0;padding-right: 0;}  
  .navigation_desktop ul {max-width:3rem; margin-top:0.5rem; margin-right:0;}
  .logo_home {float:left; margin-bottom:2rem;}
  .demo_cart_description {padding-right:2rem; padding-left:2rem;}
  .demo_cart_box {padding-left:1rem; padding-right:1rem}
  .ul_style_2.columns { -moz-column-count: auto; -webkit-column-count: auto; -ms-column-count: auto; column-count: auto; }
  .grid-item {width:100%; height:32rem;}
  .price_slider_content.content01 {width:49%}
  .price_slider_content.content02 {width:100%}
}

@media (max-width: 991px){
  .navigation_desktop ul li, .menu_bar_navigation ul li {float:right;}
  .submenu { display:none; }
  .intro {text-align:center}
  .logo_grid ul li { width:50%;}
  .logo_grid ul li:nth-child(2n+2) {border-right:none;}
  .logo_grid ul li:nth-last-child(1),
  .logo_grid ul li:nth-last-child(2) {border-bottom:0;}
  .logo_grid ul li:nth-last-child(2) {border-right:none;}
  .logo_grid ul li:nth-last-child(3) {border-right: 1px solid rgba(0,0,0,0.1);}
  .cta_section_content, cta_section_button {text-align:center}
  .cta_section_button { padding-top:3rem;}
  .grid-item {width:50%; height:33rem;}
  .feature_container {text-align:center; padding-top:2rem;}
  .feature_container.left {padding-right:0;}
  .feature_container.right {padding-left:0;}  
}

@media (max-width: 767px) {
  #demos {background:none;}
  #demos.subsection {padding:0;}
  .demos_container_left {background-color: #43b749; padding-top:5rem; padding-bottom:5rem;}
  .demos_container_right {background-color: #8ac53f; padding-top:5rem; padding-bottom:5rem;}
  .search_form { text-align: left; margin-top:2rem; }
  .search_form .input-field{ width:85%; }
  .demo_cart_description {text-align:center; padding-right:5rem; padding-left:5rem; height:auto;}
  .demo_cart_box {margin-bottom:1rem;}
  .ul_style_2.columns { -moz-column-count: auto; -webkit-column-count: auto; -ms-column-count: auto; column-count: auto; }
  .grid-item {width:100%; height:42rem;}
  .signup_form_intro {padding-top:0; text-align: center;}
}




















/*





 */
